Brizape commited on
Commit
804c810
1 Parent(s): 495d181

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +75 -0
README.md ADDED
@@ -0,0 +1,75 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
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_1e-05_0404_ES6_strict_tok
12
+ results: []
13
+ ---
14
+
15
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
16
+ should probably proofread and complete it, then remove this comment. -->
17
+
18
+ # SETH_1e-05_0404_ES6_strict_tok
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.1042
23
+ - Precision: 0.6583
24
+ - Recall: 0.8623
25
+ - F1: 0.7466
26
+ - Accuracy: 0.9675
27
+
28
+ ## Model description
29
+
30
+ More information needed
31
+
32
+ ## Intended uses & limitations
33
+
34
+ More information needed
35
+
36
+ ## Training and evaluation data
37
+
38
+ More information needed
39
+
40
+ ## Training procedure
41
+
42
+ ### Training hyperparameters
43
+
44
+ The following hyperparameters were used during training:
45
+ - learning_rate: 1e-05
46
+ - train_batch_size: 16
47
+ - eval_batch_size: 16
48
+ - seed: 42
49
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
50
+ - lr_scheduler_type: linear
51
+ - training_steps: 2000
52
+
53
+ ### Training results
54
+
55
+ | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
56
+ |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
57
+ | 0.9667 | 0.96 | 25 | 0.3537 | 0.0 | 0.0 | 0.0 | 0.9293 |
58
+ | 0.2692 | 1.92 | 50 | 0.1917 | 0.0 | 0.0 | 0.0 | 0.9308 |
59
+ | 0.148 | 2.88 | 75 | 0.1300 | 0.5833 | 0.0843 | 0.1474 | 0.9504 |
60
+ | 0.1085 | 3.85 | 100 | 0.1147 | 0.6699 | 0.4819 | 0.5606 | 0.9578 |
61
+ | 0.0998 | 4.81 | 125 | 0.1047 | 0.6534 | 0.6231 | 0.6379 | 0.9607 |
62
+ | 0.0745 | 5.77 | 150 | 0.0901 | 0.6798 | 0.7711 | 0.7226 | 0.9677 |
63
+ | 0.0709 | 6.73 | 175 | 0.0889 | 0.6657 | 0.8296 | 0.7387 | 0.9676 |
64
+ | 0.0614 | 7.69 | 200 | 0.0867 | 0.6753 | 0.8485 | 0.7521 | 0.9681 |
65
+ | 0.0532 | 8.65 | 225 | 0.0851 | 0.6830 | 0.8158 | 0.7435 | 0.9685 |
66
+ | 0.0496 | 9.62 | 250 | 0.0956 | 0.6585 | 0.8296 | 0.7342 | 0.9668 |
67
+ | 0.0429 | 10.58 | 275 | 0.1042 | 0.6583 | 0.8623 | 0.7466 | 0.9675 |
68
+
69
+
70
+ ### Framework versions
71
+
72
+ - Transformers 4.27.4
73
+ - Pytorch 2.0.0+cu118
74
+ - Datasets 2.11.0
75
+ - Tokenizers 0.13.3