Brizape commited on
Commit
387291f
1 Parent(s): 9858b1e

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +28 -1
README.md CHANGED
@@ -2,6 +2,11 @@
2
  license: mit
3
  tags:
4
  - generated_from_trainer
 
 
 
 
 
5
  model-index:
6
  - name: Yepes_5e-05_29_03
7
  results: []
@@ -12,7 +17,13 @@ should probably proofread and complete it, then remove this comment. -->
12
 
13
  # Yepes_5e-05_29_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,22 @@ 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: Yepes_5e-05_29_03
12
  results: []
 
17
 
18
  # Yepes_5e-05_29_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.1549
23
+ - Precision: 0.5725
24
+ - Recall: 0.4261
25
+ - F1: 0.4886
26
+ - Accuracy: 0.9781
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.4799 | 5.0 | 25 | 0.1950 | 0.0 | 0.0 | 0.0 | 0.9697 |
58
+ | 0.1703 | 10.0 | 50 | 0.1385 | 0.0 | 0.0 | 0.0 | 0.9697 |
59
+ | 0.0981 | 15.0 | 75 | 0.1336 | 0.3361 | 0.2273 | 0.2712 | 0.9740 |
60
+ | 0.0594 | 20.0 | 100 | 0.1192 | 0.4150 | 0.3466 | 0.3777 | 0.9757 |
61
+ | 0.0318 | 25.0 | 125 | 0.1293 | 0.5039 | 0.3693 | 0.4262 | 0.9775 |
62
+ | 0.0177 | 30.0 | 150 | 0.1303 | 0.5123 | 0.4716 | 0.4911 | 0.9767 |
63
+ | 0.0114 | 35.0 | 175 | 0.1363 | 0.5411 | 0.4489 | 0.4907 | 0.9773 |
64
+ | 0.0074 | 40.0 | 200 | 0.1459 | 0.5455 | 0.4773 | 0.5091 | 0.9774 |
65
+ | 0.0058 | 45.0 | 225 | 0.1442 | 0.5190 | 0.4659 | 0.4910 | 0.9767 |
66
+ | 0.0044 | 50.0 | 250 | 0.1549 | 0.5725 | 0.4261 | 0.4886 | 0.9781 |
67
+
68
+
69
  ### Framework versions
70
 
71
  - Transformers 4.27.4