Brizape commited on
Commit
96b0cd1
1 Parent(s): 10aef87

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_5e-05_30_03
7
  results: []
@@ -12,7 +17,13 @@ should probably proofread and complete it, then remove this comment. -->
12
 
13
  # tmVar_5e-05_30_03
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_5e-05_30_03
12
  results: []
 
17
 
18
  # tmVar_5e-05_30_03
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.0230
23
+ - Precision: 0.8677
24
+ - Recall: 0.8865
25
+ - F1: 0.8770
26
+ - Accuracy: 0.9964
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.3602 | 1.39 | 25 | 0.0547 | 0.4823 | 0.3676 | 0.4172 | 0.9851 |
58
+ | 0.0498 | 2.78 | 50 | 0.0305 | 0.4518 | 0.5568 | 0.4988 | 0.9912 |
59
+ | 0.0237 | 4.17 | 75 | 0.0198 | 0.6338 | 0.7297 | 0.6784 | 0.9942 |
60
+ | 0.0089 | 5.56 | 100 | 0.0164 | 0.7895 | 0.8919 | 0.8376 | 0.9960 |
61
+ | 0.0036 | 6.94 | 125 | 0.0138 | 0.7826 | 0.8757 | 0.8265 | 0.9967 |
62
+ | 0.0023 | 8.33 | 150 | 0.0148 | 0.8462 | 0.8919 | 0.8684 | 0.9969 |
63
+ | 0.0012 | 9.72 | 175 | 0.0159 | 0.7890 | 0.9297 | 0.8536 | 0.9966 |
64
+ | 0.0012 | 11.11 | 200 | 0.0163 | 0.845 | 0.9135 | 0.8779 | 0.9970 |
65
+ | 0.001 | 12.5 | 225 | 0.0165 | 0.8534 | 0.8811 | 0.8670 | 0.9967 |
66
+ | 0.0012 | 13.89 | 250 | 0.0215 | 0.8020 | 0.8757 | 0.8372 | 0.9961 |
67
+ | 0.0008 | 15.28 | 275 | 0.0192 | 0.875 | 0.9081 | 0.8912 | 0.9970 |
68
+ | 0.0007 | 16.67 | 300 | 0.0192 | 0.875 | 0.9081 | 0.8912 | 0.9970 |
69
+ | 0.0005 | 18.06 | 325 | 0.0192 | 0.875 | 0.9081 | 0.8912 | 0.9970 |
70
+ | 0.0009 | 19.44 | 350 | 0.0230 | 0.8677 | 0.8865 | 0.8770 | 0.9964 |
71
+
72
+
73
  ### Framework versions
74
 
75
  - Transformers 4.27.4