Brizape commited on
Commit
b9c9af0
1 Parent(s): 288d88a

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +36 -1
README.md CHANGED
@@ -2,6 +2,11 @@
2
  license: mit
3
  tags:
4
  - generated_from_trainer
 
 
 
 
 
5
  model-index:
6
  - name: Variome_2e-05_29_03
7
  results: []
@@ -12,7 +17,13 @@ should probably proofread and complete it, then remove this comment. -->
12
 
13
  # Variome_2e-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,30 @@ 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_2e-05_29_03
12
  results: []
 
17
 
18
  # Variome_2e-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.0928
23
+ - Precision: 0.5437
24
+ - Recall: 0.4211
25
+ - F1: 0.4746
26
+ - Accuracy: 0.9852
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
+ | 1.1552 | 5.0 | 25 | 0.1636 | 0.0 | 0.0 | 0.0 | 0.9794 |
58
+ | 0.1671 | 10.0 | 50 | 0.1345 | 0.0 | 0.0 | 0.0 | 0.9794 |
59
+ | 0.1297 | 15.0 | 75 | 0.1076 | 0.2683 | 0.0827 | 0.1264 | 0.9806 |
60
+ | 0.0995 | 20.0 | 100 | 0.1047 | 0.24 | 0.1353 | 0.1731 | 0.9810 |
61
+ | 0.0845 | 25.0 | 125 | 0.0987 | 0.2289 | 0.1429 | 0.1759 | 0.9813 |
62
+ | 0.0722 | 30.0 | 150 | 0.1001 | 0.2558 | 0.1654 | 0.2009 | 0.9816 |
63
+ | 0.0642 | 35.0 | 175 | 0.0994 | 0.3117 | 0.1805 | 0.2286 | 0.9821 |
64
+ | 0.0564 | 40.0 | 200 | 0.0938 | 0.3204 | 0.2481 | 0.2797 | 0.9817 |
65
+ | 0.0481 | 45.0 | 225 | 0.0935 | 0.4070 | 0.2632 | 0.3196 | 0.9833 |
66
+ | 0.0416 | 50.0 | 250 | 0.0913 | 0.4167 | 0.3383 | 0.3734 | 0.9836 |
67
+ | 0.0363 | 55.0 | 275 | 0.0911 | 0.4653 | 0.3534 | 0.4017 | 0.9847 |
68
+ | 0.0321 | 60.0 | 300 | 0.0909 | 0.4495 | 0.3684 | 0.4050 | 0.9842 |
69
+ | 0.0293 | 65.0 | 325 | 0.0918 | 0.5361 | 0.3910 | 0.4522 | 0.9852 |
70
+ | 0.0269 | 70.0 | 350 | 0.0936 | 0.5444 | 0.3684 | 0.4395 | 0.9853 |
71
+ | 0.0251 | 75.0 | 375 | 0.0936 | 0.5833 | 0.4211 | 0.4891 | 0.9858 |
72
+ | 0.0242 | 80.0 | 400 | 0.0920 | 0.5534 | 0.4286 | 0.4831 | 0.9854 |
73
+ | 0.0232 | 85.0 | 425 | 0.0928 | 0.5612 | 0.4135 | 0.4762 | 0.9855 |
74
+ | 0.0216 | 90.0 | 450 | 0.0928 | 0.5437 | 0.4211 | 0.4746 | 0.9852 |
75
+
76
+
77
  ### Framework versions
78
 
79
  - Transformers 4.27.4