Brizape commited on
Commit
1a7ccd1
1 Parent(s): a01c9ec

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +38 -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_250
7
  results: []
@@ -12,7 +17,13 @@ should probably proofread and complete it, then remove this comment. -->
12
 
13
  # Variome_2e-05_250
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,32 @@ 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_250
12
  results: []
 
17
 
18
  # Variome_2e-05_250
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.0798
23
+ - Precision: 0.4740
24
+ - Recall: 0.4133
25
+ - F1: 0.4416
26
+ - Accuracy: 0.9830
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.052 | 0.35 | 25 | 0.1874 | 0.0 | 0.0 | 0.0 | 0.9760 |
58
+ | 0.1879 | 0.69 | 50 | 0.1794 | 0.0 | 0.0 | 0.0 | 0.9760 |
59
+ | 0.1625 | 1.04 | 75 | 0.1736 | 0.0 | 0.0 | 0.0 | 0.9760 |
60
+ | 0.1643 | 1.39 | 100 | 0.1323 | 0.0 | 0.0 | 0.0 | 0.9760 |
61
+ | 0.1228 | 1.74 | 125 | 0.1183 | 0.2137 | 0.0854 | 0.1220 | 0.9769 |
62
+ | 0.1165 | 2.08 | 150 | 0.1113 | 0.2017 | 0.1230 | 0.1528 | 0.9774 |
63
+ | 0.0989 | 2.43 | 175 | 0.1072 | 0.3520 | 0.2092 | 0.2625 | 0.9792 |
64
+ | 0.1057 | 2.78 | 200 | 0.1008 | 0.3322 | 0.2528 | 0.2871 | 0.9795 |
65
+ | 0.0997 | 3.12 | 225 | 0.0961 | 0.3952 | 0.2801 | 0.3278 | 0.9804 |
66
+ | 0.0895 | 3.47 | 250 | 0.0930 | 0.4115 | 0.2938 | 0.3428 | 0.9807 |
67
+ | 0.0813 | 3.82 | 275 | 0.0904 | 0.3897 | 0.3305 | 0.3577 | 0.9810 |
68
+ | 0.0767 | 4.17 | 300 | 0.0885 | 0.4294 | 0.3348 | 0.3762 | 0.9815 |
69
+ | 0.0763 | 4.51 | 325 | 0.0851 | 0.4277 | 0.3715 | 0.3976 | 0.9817 |
70
+ | 0.0714 | 4.86 | 350 | 0.0836 | 0.4361 | 0.3698 | 0.4002 | 0.9822 |
71
+ | 0.0714 | 5.21 | 375 | 0.0825 | 0.4862 | 0.3766 | 0.4244 | 0.9828 |
72
+ | 0.0678 | 5.56 | 400 | 0.0814 | 0.4684 | 0.3920 | 0.4268 | 0.9828 |
73
+ | 0.0674 | 5.9 | 425 | 0.0802 | 0.4638 | 0.3988 | 0.4288 | 0.9830 |
74
+ | 0.0688 | 6.25 | 450 | 0.0792 | 0.4672 | 0.4073 | 0.4352 | 0.9828 |
75
+ | 0.0646 | 6.6 | 475 | 0.0802 | 0.4847 | 0.4056 | 0.4417 | 0.9831 |
76
+ | 0.0607 | 6.94 | 500 | 0.0798 | 0.4740 | 0.4133 | 0.4416 | 0.9830 |
77
+
78
+
79
  ### Framework versions
80
 
81
  - Transformers 4.27.4