Brizape commited on
Commit
9053180
1 Parent(s): 1c5cb3e

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +35 -1
README.md CHANGED
@@ -2,6 +2,11 @@
2
  license: mit
3
  tags:
4
  - generated_from_trainer
 
 
 
 
 
5
  model-index:
6
  - name: Variome_5e-05_29_03
7
  results: []
@@ -12,7 +17,13 @@ should probably proofread and complete it, then remove this comment. -->
12
 
13
  # Variome_5e-05_29_03
14
 
15
- This model is a fine-tuned version of [microsoft/BiomedNLP-PubMedBERT-base-uncased-abstract-fulltext](https://huggingface.co/microsoft/BiomedNLP-PubMedBERT-base-uncased-abstract-fulltext) on an unknown dataset.
 
 
 
 
 
 
16
 
17
  ## Model description
18
 
@@ -39,6 +50,29 @@ The following hyperparameters were used during training:
39
  - lr_scheduler_type: linear
40
  - training_steps: 500
41
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
42
  ### Framework versions
43
 
44
  - Transformers 4.27.4
 
2
  license: mit
3
  tags:
4
  - generated_from_trainer
5
+ metrics:
6
+ - precision
7
+ - recall
8
+ - f1
9
+ - accuracy
10
  model-index:
11
  - name: Variome_5e-05_29_03
12
  results: []
 
17
 
18
  # Variome_5e-05_29_03
19
 
20
+ This model is a fine-tuned version of [microsoft/BiomedNLP-PubMedBERT-base-uncased-abstract-fulltext](https://huggingface.co/microsoft/BiomedNLP-PubMedBERT-base-uncased-abstract-fulltext) on the None dataset.
21
+ It achieves the following results on the evaluation set:
22
+ - Loss: 0.1054
23
+ - Precision: 0.5304
24
+ - Recall: 0.4586
25
+ - F1: 0.4919
26
+ - Accuracy: 0.9843
27
 
28
  ## Model description
29
 
 
50
  - lr_scheduler_type: linear
51
  - training_steps: 500
52
 
53
+ ### Training results
54
+
55
+ | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
56
+ |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
57
+ | 0.5733 | 5.0 | 25 | 0.1581 | 0.0 | 0.0 | 0.0 | 0.9794 |
58
+ | 0.1685 | 10.0 | 50 | 0.1553 | 0.0 | 0.0 | 0.0 | 0.9794 |
59
+ | 0.1691 | 15.0 | 75 | 0.1547 | 0.0 | 0.0 | 0.0 | 0.9794 |
60
+ | 0.1606 | 20.0 | 100 | 0.1335 | 0.0 | 0.0 | 0.0 | 0.9794 |
61
+ | 0.1144 | 25.0 | 125 | 0.1044 | 0.2151 | 0.1504 | 0.1770 | 0.9802 |
62
+ | 0.0795 | 30.0 | 150 | 0.1023 | 0.2 | 0.1504 | 0.1717 | 0.9804 |
63
+ | 0.0612 | 35.0 | 175 | 0.1102 | 0.4118 | 0.2105 | 0.2786 | 0.9831 |
64
+ | 0.0465 | 40.0 | 200 | 0.0991 | 0.4158 | 0.3158 | 0.3590 | 0.9840 |
65
+ | 0.0352 | 45.0 | 225 | 0.0995 | 0.4653 | 0.3534 | 0.4017 | 0.9838 |
66
+ | 0.0281 | 50.0 | 250 | 0.0969 | 0.4685 | 0.3910 | 0.4262 | 0.9838 |
67
+ | 0.0223 | 55.0 | 275 | 0.0976 | 0.5684 | 0.4060 | 0.4737 | 0.9853 |
68
+ | 0.0183 | 60.0 | 300 | 0.0992 | 0.5093 | 0.4135 | 0.4564 | 0.9848 |
69
+ | 0.0154 | 65.0 | 325 | 0.0996 | 0.5816 | 0.4286 | 0.4935 | 0.9858 |
70
+ | 0.0131 | 70.0 | 350 | 0.1007 | 0.5221 | 0.4436 | 0.4797 | 0.9842 |
71
+ | 0.0109 | 75.0 | 375 | 0.1023 | 0.5130 | 0.4436 | 0.4758 | 0.9842 |
72
+ | 0.0094 | 80.0 | 400 | 0.1037 | 0.5566 | 0.4436 | 0.4937 | 0.9851 |
73
+ | 0.0085 | 85.0 | 425 | 0.1054 | 0.5304 | 0.4586 | 0.4919 | 0.9843 |
74
+
75
+
76
  ### Framework versions
77
 
78
  - Transformers 4.27.4