Dinithi commited on
Commit
c105018
·
1 Parent(s): d33dc0d

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +75 -0
README.md ADDED
@@ -0,0 +1,75 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc0-1.0
3
+ tags:
4
+ - generated_from_trainer
5
+ metrics:
6
+ - accuracy
7
+ - precision
8
+ - recall
9
+ - f1
10
+ model-index:
11
+ - name: BlueBERT
12
+ results: []
13
+ ---
14
+
15
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
16
+ should probably proofread and complete it, then remove this comment. -->
17
+
18
+ # BlueBERT
19
+
20
+ This model is a fine-tuned version of [bionlp/bluebert_pubmed_uncased_L-12_H-768_A-12](https://huggingface.co/bionlp/bluebert_pubmed_uncased_L-12_H-768_A-12) on an unknown dataset.
21
+ It achieves the following results on the evaluation set:
22
+ - Loss: 0.6525
23
+ - Accuracy: 0.83
24
+ - Precision: 0.8767
25
+ - Recall: 0.8889
26
+ - F1: 0.8828
27
+
28
+ ## Model description
29
+
30
+ More information needed
31
+
32
+ ## Intended uses & limitations
33
+
34
+ More information needed
35
+
36
+ ## Training and evaluation data
37
+
38
+ More information needed
39
+
40
+ ## Training procedure
41
+
42
+ ### Training hyperparameters
43
+
44
+ The following hyperparameters were used during training:
45
+ - learning_rate: 2e-05
46
+ - train_batch_size: 16
47
+ - eval_batch_size: 16
48
+ - seed: 42
49
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
50
+ - lr_scheduler_type: linear
51
+ - num_epochs: 10
52
+ - mixed_precision_training: Native AMP
53
+
54
+ ### Training results
55
+
56
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 |
57
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|:---------:|:------:|:------:|
58
+ | 0.6839 | 1.0 | 50 | 0.7208 | 0.39 | 0.9231 | 0.1667 | 0.2824 |
59
+ | 0.6594 | 2.0 | 100 | 0.5862 | 0.6 | 0.9211 | 0.4861 | 0.6364 |
60
+ | 0.539 | 3.0 | 150 | 0.5940 | 0.66 | 0.9318 | 0.5694 | 0.7069 |
61
+ | 0.4765 | 4.0 | 200 | 0.5675 | 0.65 | 0.9512 | 0.5417 | 0.6903 |
62
+ | 0.3805 | 5.0 | 250 | 0.4494 | 0.79 | 0.9322 | 0.7639 | 0.8397 |
63
+ | 0.279 | 6.0 | 300 | 0.4760 | 0.84 | 0.8784 | 0.9028 | 0.8904 |
64
+ | 0.2016 | 7.0 | 350 | 0.5514 | 0.82 | 0.8553 | 0.9028 | 0.8784 |
65
+ | 0.1706 | 8.0 | 400 | 0.5353 | 0.84 | 0.8889 | 0.8889 | 0.8889 |
66
+ | 0.1164 | 9.0 | 450 | 0.7676 | 0.82 | 0.8462 | 0.9167 | 0.8800 |
67
+ | 0.1054 | 10.0 | 500 | 0.6525 | 0.83 | 0.8767 | 0.8889 | 0.8828 |
68
+
69
+
70
+ ### Framework versions
71
+
72
+ - Transformers 4.21.2
73
+ - Pytorch 1.12.1+cu113
74
+ - Datasets 2.4.0
75
+ - Tokenizers 0.12.1