Brizape commited on
Commit
f88f4f6
1 Parent(s): 2ac2591

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +37 -1
README.md CHANGED
@@ -2,6 +2,11 @@
2
  license: mit
3
  tags:
4
  - generated_from_trainer
 
 
 
 
 
5
  model-index:
6
  - name: tmvar_5e-05
7
  results: []
@@ -12,7 +17,13 @@ should probably proofread and complete it, then remove this comment. -->
12
 
13
  # tmvar_5e-05
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,31 @@ 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: tmvar_5e-05
12
  results: []
 
17
 
18
  # tmvar_5e-05
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.0165
23
+ - Precision: 0.8814
24
+ - Recall: 0.9243
25
+ - F1: 0.9024
26
+ - Accuracy: 0.9977
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.2905 | 1.47 | 25 | 0.0978 | 0.0 | 0.0 | 0.0 | 0.9843 |
58
+ | 0.0551 | 2.94 | 50 | 0.0382 | 0.3893 | 0.6270 | 0.4803 | 0.9887 |
59
+ | 0.0239 | 4.41 | 75 | 0.0192 | 0.5915 | 0.7514 | 0.6619 | 0.9947 |
60
+ | 0.0111 | 5.88 | 100 | 0.0153 | 0.8564 | 0.8703 | 0.8633 | 0.9964 |
61
+ | 0.0031 | 7.35 | 125 | 0.0126 | 0.8731 | 0.9297 | 0.9005 | 0.9975 |
62
+ | 0.002 | 8.82 | 150 | 0.0129 | 0.865 | 0.9351 | 0.8987 | 0.9978 |
63
+ | 0.0013 | 10.29 | 175 | 0.0163 | 0.8830 | 0.8973 | 0.8901 | 0.9968 |
64
+ | 0.0011 | 11.76 | 200 | 0.0171 | 0.9 | 0.9243 | 0.912 | 0.9970 |
65
+ | 0.001 | 13.24 | 225 | 0.0165 | 0.8808 | 0.9189 | 0.8995 | 0.9973 |
66
+ | 0.0008 | 14.71 | 250 | 0.0138 | 0.8923 | 0.9405 | 0.9158 | 0.9981 |
67
+ | 0.0007 | 16.18 | 275 | 0.0165 | 0.8763 | 0.9189 | 0.8971 | 0.9975 |
68
+ | 0.0005 | 17.65 | 300 | 0.0170 | 0.8854 | 0.9189 | 0.9019 | 0.9974 |
69
+ | 0.0005 | 19.12 | 325 | 0.0148 | 0.8731 | 0.9297 | 0.9005 | 0.9979 |
70
+ | 0.0005 | 20.59 | 350 | 0.0171 | 0.8848 | 0.9135 | 0.8989 | 0.9973 |
71
+ | 0.0005 | 22.06 | 375 | 0.0176 | 0.8848 | 0.9135 | 0.8989 | 0.9973 |
72
+ | 0.0005 | 23.53 | 400 | 0.0167 | 0.8860 | 0.9243 | 0.9048 | 0.9975 |
73
+ | 0.0004 | 25.0 | 425 | 0.0166 | 0.8860 | 0.9243 | 0.9048 | 0.9976 |
74
+ | 0.0004 | 26.47 | 450 | 0.0165 | 0.8814 | 0.9243 | 0.9024 | 0.9977 |
75
+ | 0.0004 | 27.94 | 475 | 0.0165 | 0.8814 | 0.9243 | 0.9024 | 0.9977 |
76
+
77
+
78
  ### Framework versions
79
 
80
  - Transformers 4.27.4