Brizape commited on
Commit
d9ba2e0
1 Parent(s): ae8f617

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: SETH_0.0001_250
7
  results: []
@@ -12,7 +17,13 @@ should probably proofread and complete it, then remove this comment. -->
12
 
13
  # SETH_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,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: SETH_0.0001_250
12
  results: []
 
17
 
18
  # SETH_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.0681
23
+ - Precision: 0.7818
24
+ - Recall: 0.7945
25
+ - F1: 0.7881
26
+ - Accuracy: 0.9850
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.2912 | 0.76 | 25 | 0.1275 | 0.8475 | 0.0909 | 0.1642 | 0.9647 |
58
+ | 0.0752 | 1.52 | 50 | 0.0588 | 0.6884 | 0.7873 | 0.7345 | 0.9799 |
59
+ | 0.0433 | 2.27 | 75 | 0.0603 | 0.6623 | 0.8309 | 0.7371 | 0.9803 |
60
+ | 0.0394 | 3.03 | 100 | 0.0516 | 0.6761 | 0.8727 | 0.7619 | 0.9822 |
61
+ | 0.0292 | 3.79 | 125 | 0.0534 | 0.7430 | 0.8145 | 0.7771 | 0.9836 |
62
+ | 0.0249 | 4.55 | 150 | 0.0520 | 0.7384 | 0.8109 | 0.7730 | 0.9828 |
63
+ | 0.0196 | 5.3 | 175 | 0.0618 | 0.7442 | 0.8145 | 0.7778 | 0.9833 |
64
+ | 0.0165 | 6.06 | 200 | 0.0604 | 0.7538 | 0.8182 | 0.7847 | 0.9846 |
65
+ | 0.0131 | 6.82 | 225 | 0.0613 | 0.7788 | 0.7745 | 0.7767 | 0.9843 |
66
+ | 0.0095 | 7.58 | 250 | 0.0681 | 0.7818 | 0.7945 | 0.7881 | 0.9850 |
67
+
68
+
69
  ### Framework versions
70
 
71
  - Transformers 4.27.4