Brizape commited on
Commit
0c377d6
1 Parent(s): 3e52151

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +26 -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_ES2
7
  results: []
@@ -12,7 +17,13 @@ should probably proofread and complete it, then remove this comment. -->
12
 
13
  # tmvar_5e-05_ES2
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,20 @@ 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_5e-05_ES2
12
  results: []
 
17
 
18
  # tmvar_5e-05_ES2
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.0189
23
+ - Precision: 0.8469
24
+ - Recall: 0.8973
25
+ - F1: 0.8714
26
+ - Accuracy: 0.9971
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.3852 | 1.47 | 25 | 0.1019 | 0.0 | 0.0 | 0.0 | 0.9843 |
58
+ | 0.0775 | 2.94 | 50 | 0.0398 | 0.2812 | 0.3892 | 0.3265 | 0.9863 |
59
+ | 0.0327 | 4.41 | 75 | 0.0243 | 0.4740 | 0.4919 | 0.4828 | 0.9910 |
60
+ | 0.02 | 5.88 | 100 | 0.0191 | 0.7656 | 0.7946 | 0.7798 | 0.9954 |
61
+ | 0.0084 | 7.35 | 125 | 0.0229 | 0.7766 | 0.7892 | 0.7828 | 0.9952 |
62
+ | 0.0045 | 8.82 | 150 | 0.0172 | 0.8351 | 0.8486 | 0.8418 | 0.9964 |
63
+ | 0.0023 | 10.29 | 175 | 0.0190 | 0.9148 | 0.8703 | 0.8920 | 0.9968 |
64
+ | 0.0015 | 11.76 | 200 | 0.0189 | 0.8469 | 0.8973 | 0.8714 | 0.9971 |
65
+
66
+
67
  ### Framework versions
68
 
69
  - Transformers 4.27.4