Brizape commited on
Commit
990a884
1 Parent(s): 1a490d1

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +34 -1
README.md CHANGED
@@ -2,6 +2,11 @@
2
  license: mit
3
  tags:
4
  - generated_from_trainer
 
 
 
 
 
5
  model-index:
6
  - name: tmvar_0.0001_ES12
7
  results: []
@@ -12,7 +17,13 @@ should probably proofread and complete it, then remove this comment. -->
12
 
13
  # tmvar_0.0001_ES12
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,28 @@ The following hyperparameters were used during training:
39
  - lr_scheduler_type: linear
40
  - training_steps: 1000
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: tmvar_0.0001_ES12
12
  results: []
 
17
 
18
  # tmvar_0.0001_ES12
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.0194
23
+ - Precision: 0.8877
24
+ - Recall: 0.8973
25
+ - F1: 0.8925
26
+ - Accuracy: 0.9968
27
 
28
  ## Model description
29
 
 
50
  - lr_scheduler_type: linear
51
  - training_steps: 1000
52
 
53
+ ### Training results
54
+
55
+ | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
56
+ |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
57
+ | 0.2263 | 1.47 | 25 | 0.0788 | 0.0 | 0.0 | 0.0 | 0.9843 |
58
+ | 0.0492 | 2.94 | 50 | 0.0355 | 0.2576 | 0.3676 | 0.3029 | 0.9863 |
59
+ | 0.0258 | 4.41 | 75 | 0.0224 | 0.6 | 0.6811 | 0.6380 | 0.9933 |
60
+ | 0.013 | 5.88 | 100 | 0.0141 | 0.8267 | 0.9027 | 0.8630 | 0.9969 |
61
+ | 0.0031 | 7.35 | 125 | 0.0162 | 0.8218 | 0.8973 | 0.8579 | 0.9971 |
62
+ | 0.0028 | 8.82 | 150 | 0.0187 | 0.8449 | 0.8541 | 0.8495 | 0.9961 |
63
+ | 0.0024 | 10.29 | 175 | 0.0154 | 0.8267 | 0.9027 | 0.8630 | 0.9965 |
64
+ | 0.0014 | 11.76 | 200 | 0.0159 | 0.8221 | 0.9243 | 0.8702 | 0.9966 |
65
+ | 0.0013 | 13.24 | 225 | 0.0179 | 0.8579 | 0.8811 | 0.8693 | 0.9971 |
66
+ | 0.0009 | 14.71 | 250 | 0.0165 | 0.8807 | 0.8378 | 0.8587 | 0.9964 |
67
+ | 0.0005 | 16.18 | 275 | 0.0184 | 0.8549 | 0.8919 | 0.8730 | 0.9966 |
68
+ | 0.0003 | 17.65 | 300 | 0.0188 | 0.8777 | 0.8919 | 0.8847 | 0.9967 |
69
+ | 0.0002 | 19.12 | 325 | 0.0195 | 0.8474 | 0.8703 | 0.8587 | 0.9964 |
70
+ | 0.0002 | 20.59 | 350 | 0.0192 | 0.8836 | 0.9027 | 0.8930 | 0.9969 |
71
+ | 0.0003 | 22.06 | 375 | 0.0191 | 0.8889 | 0.9081 | 0.8984 | 0.9969 |
72
+ | 0.0002 | 23.53 | 400 | 0.0194 | 0.8877 | 0.8973 | 0.8925 | 0.9968 |
73
+
74
+
75
  ### Framework versions
76
 
77
  - Transformers 4.27.4