Brizape commited on
Commit
5116d6b
1 Parent(s): 08f2e0b

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_250
7
  results: []
@@ -12,7 +17,13 @@ should probably proofread and complete it, then remove this comment. -->
12
 
13
  # tmvar_0.0001_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,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_250
12
  results: []
 
17
 
18
  # tmvar_0.0001_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.0142
23
+ - Precision: 0.8520
24
+ - Recall: 0.9027
25
+ - F1: 0.8766
26
+ - Accuracy: 0.9972
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.2033 | 1.0 | 25 | 0.0313 | 0.6273 | 0.3730 | 0.4678 | 0.9899 |
58
+ | 0.0336 | 2.0 | 50 | 0.0197 | 0.6723 | 0.8541 | 0.7524 | 0.9946 |
59
+ | 0.0133 | 3.0 | 75 | 0.0134 | 0.8763 | 0.8811 | 0.8787 | 0.9969 |
60
+ | 0.0075 | 4.0 | 100 | 0.0192 | 0.7110 | 0.8378 | 0.7692 | 0.9952 |
61
+ | 0.0065 | 5.0 | 125 | 0.0126 | 0.8681 | 0.8541 | 0.8610 | 0.9969 |
62
+ | 0.0029 | 6.0 | 150 | 0.0130 | 0.8513 | 0.8973 | 0.8737 | 0.9974 |
63
+ | 0.002 | 7.0 | 175 | 0.0121 | 0.8446 | 0.8811 | 0.8624 | 0.9969 |
64
+ | 0.0017 | 8.0 | 200 | 0.0103 | 0.8462 | 0.8919 | 0.8684 | 0.9974 |
65
+ | 0.0011 | 9.0 | 225 | 0.0148 | 0.8299 | 0.8703 | 0.8496 | 0.9967 |
66
+ | 0.0007 | 10.0 | 250 | 0.0150 | 0.8426 | 0.8973 | 0.8691 | 0.9971 |
67
+ | 0.0005 | 11.0 | 275 | 0.0142 | 0.8376 | 0.8919 | 0.8639 | 0.9970 |
68
+ | 0.0004 | 12.0 | 300 | 0.0142 | 0.8513 | 0.8973 | 0.8737 | 0.9972 |
69
+ | 0.0003 | 13.0 | 325 | 0.0143 | 0.8469 | 0.8973 | 0.8714 | 0.9971 |
70
+ | 0.0003 | 14.0 | 350 | 0.0142 | 0.8520 | 0.9027 | 0.8766 | 0.9972 |
71
+
72
+
73
  ### Framework versions
74
 
75
  - Transformers 4.27.4