Brizape commited on
Commit
f5d044c
1 Parent(s): fb9c687

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +32 -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
7
  results: []
@@ -12,7 +17,13 @@ should probably proofread and complete it, then remove this comment. -->
12
 
13
  # tmvar_0.0001
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,26 @@ 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_0.0001
12
  results: []
 
17
 
18
  # tmvar_0.0001
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.0162
23
+ - Precision: 0.8877
24
+ - Recall: 0.8973
25
+ - F1: 0.8925
26
+ - Accuracy: 0.9971
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.2263 | 1.47 | 25 | 0.0776 | 0.0 | 0.0 | 0.0 | 0.9843 |
58
+ | 0.05 | 2.94 | 50 | 0.0400 | 0.2868 | 0.4216 | 0.3414 | 0.9872 |
59
+ | 0.0271 | 4.41 | 75 | 0.0219 | 0.5381 | 0.6486 | 0.5882 | 0.9925 |
60
+ | 0.0108 | 5.88 | 100 | 0.0132 | 0.8324 | 0.8324 | 0.8324 | 0.9965 |
61
+ | 0.0029 | 7.35 | 125 | 0.0107 | 0.8934 | 0.9514 | 0.9215 | 0.9979 |
62
+ | 0.0025 | 8.82 | 150 | 0.0123 | 0.8691 | 0.8973 | 0.8830 | 0.9972 |
63
+ | 0.0011 | 10.29 | 175 | 0.0127 | 0.8579 | 0.9135 | 0.8848 | 0.9969 |
64
+ | 0.0006 | 11.76 | 200 | 0.0102 | 0.8969 | 0.9405 | 0.9182 | 0.9981 |
65
+ | 0.0005 | 13.24 | 225 | 0.0118 | 0.8942 | 0.9135 | 0.9037 | 0.9978 |
66
+ | 0.0005 | 14.71 | 250 | 0.0106 | 0.8768 | 0.9622 | 0.9175 | 0.9981 |
67
+ | 0.0015 | 16.18 | 275 | 0.0119 | 0.855 | 0.9243 | 0.8883 | 0.9976 |
68
+ | 0.0006 | 17.65 | 300 | 0.0134 | 0.8814 | 0.9243 | 0.9024 | 0.9977 |
69
+ | 0.0004 | 19.12 | 325 | 0.0177 | 0.8617 | 0.8757 | 0.8686 | 0.9969 |
70
+ | 0.0003 | 20.59 | 350 | 0.0162 | 0.8877 | 0.8973 | 0.8925 | 0.9971 |
71
+
72
+
73
  ### Framework versions
74
 
75
  - Transformers 4.27.4