Brizape commited on
Commit
13d4d22
1 Parent(s): 430d193

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +74 -0
README.md ADDED
@@ -0,0 +1,74 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: tmvar_2e-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
+ # tmvar_2e-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.0325
23
+ - Precision: 0.7972
24
+ - Recall: 0.8782
25
+ - F1: 0.8357
26
+ - Accuracy: 0.9909
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: 2e-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.5778 | 0.49 | 25 | 0.2034 | 0.0 | 0.0 | 0.0 | 0.9555 |
58
+ | 0.1384 | 0.98 | 50 | 0.0953 | 0.0 | 0.0 | 0.0 | 0.9705 |
59
+ | 0.0778 | 1.47 | 75 | 0.0841 | 0.0 | 0.0 | 0.0 | 0.9734 |
60
+ | 0.064 | 1.96 | 100 | 0.0506 | 0.6818 | 0.2284 | 0.3422 | 0.9827 |
61
+ | 0.0368 | 2.45 | 125 | 0.0424 | 0.6318 | 0.6447 | 0.6382 | 0.9882 |
62
+ | 0.0212 | 2.94 | 150 | 0.0360 | 0.7478 | 0.8579 | 0.7991 | 0.9899 |
63
+ | 0.0138 | 3.43 | 175 | 0.0398 | 0.7629 | 0.8985 | 0.8252 | 0.9899 |
64
+ | 0.013 | 3.92 | 200 | 0.0250 | 0.8502 | 0.8934 | 0.8713 | 0.9932 |
65
+ | 0.0079 | 4.41 | 225 | 0.0293 | 0.8579 | 0.8579 | 0.8579 | 0.9925 |
66
+ | 0.0055 | 4.9 | 250 | 0.0325 | 0.7972 | 0.8782 | 0.8357 | 0.9909 |
67
+
68
+
69
+ ### Framework versions
70
+
71
+ - Transformers 4.27.4
72
+ - Pytorch 2.0.0+cu118
73
+ - Datasets 2.11.0
74
+ - Tokenizers 0.13.3