Brizape commited on
Commit
d552a29
1 Parent(s): c14a5c3

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +29 -1
README.md CHANGED
@@ -2,6 +2,11 @@
2
  license: mit
3
  tags:
4
  - generated_from_trainer
 
 
 
 
 
5
  model-index:
6
  - name: Yepes_0.0001_29_03
7
  results: []
@@ -12,7 +17,13 @@ should probably proofread and complete it, then remove this comment. -->
12
 
13
  # Yepes_0.0001_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,23 @@ 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_0.0001_29_03
12
  results: []
 
17
 
18
  # Yepes_0.0001_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.1553
23
+ - Precision: 0.5294
24
+ - Recall: 0.4091
25
+ - F1: 0.4615
26
+ - Accuracy: 0.9756
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.3757 | 5.0 | 25 | 0.1967 | 0.0 | 0.0 | 0.0 | 0.9697 |
58
+ | 0.1852 | 10.0 | 50 | 0.1952 | 0.0 | 0.0 | 0.0 | 0.9697 |
59
+ | 0.1766 | 15.0 | 75 | 0.1572 | 0.0 | 0.0 | 0.0 | 0.9697 |
60
+ | 0.1231 | 20.0 | 100 | 0.1386 | 0.0 | 0.0 | 0.0 | 0.9697 |
61
+ | 0.0827 | 25.0 | 125 | 0.1293 | 0.3846 | 0.2557 | 0.3072 | 0.9729 |
62
+ | 0.0422 | 30.0 | 150 | 0.1563 | 0.4545 | 0.2841 | 0.3497 | 0.9744 |
63
+ | 0.0205 | 35.0 | 175 | 0.1520 | 0.4138 | 0.2727 | 0.3288 | 0.9744 |
64
+ | 0.0102 | 40.0 | 200 | 0.1496 | 0.5124 | 0.3523 | 0.4175 | 0.9758 |
65
+ | 0.0062 | 45.0 | 225 | 0.1514 | 0.5522 | 0.4205 | 0.4774 | 0.9763 |
66
+ | 0.0047 | 50.0 | 250 | 0.1509 | 0.5581 | 0.4091 | 0.4721 | 0.9764 |
67
+ | 0.0035 | 55.0 | 275 | 0.1553 | 0.5294 | 0.4091 | 0.4615 | 0.9756 |
68
+
69
+
70
  ### Framework versions
71
 
72
  - Transformers 4.27.4