Brizape commited on
Commit
0855bcc
1 Parent(s): c02d622

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +24 -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_ES2
7
  results: []
@@ -12,7 +17,13 @@ should probably proofread and complete it, then remove this comment. -->
12
 
13
  # tmvar_0.0001_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,18 @@ 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_0.0001_ES2
12
  results: []
 
17
 
18
  # tmvar_0.0001_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.0187
23
+ - Precision: 0.8449
24
+ - Recall: 0.8541
25
+ - F1: 0.8495
26
+ - Accuracy: 0.9961
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.2263 | 1.47 | 25 | 0.0788 | 0.0 | 0.0 | 0.0 | 0.9843 |
58
+ | 0.0492 | 2.94 | 50 | 0.0355 | 0.2576 | 0.3676 | 0.3029 | 0.9863 |
59
+ | 0.0258 | 4.41 | 75 | 0.0224 | 0.6 | 0.6811 | 0.6380 | 0.9933 |
60
+ | 0.013 | 5.88 | 100 | 0.0141 | 0.8267 | 0.9027 | 0.8630 | 0.9969 |
61
+ | 0.0031 | 7.35 | 125 | 0.0162 | 0.8218 | 0.8973 | 0.8579 | 0.9971 |
62
+ | 0.0028 | 8.82 | 150 | 0.0187 | 0.8449 | 0.8541 | 0.8495 | 0.9961 |
63
+
64
+
65
  ### Framework versions
66
 
67
  - Transformers 4.27.4