Brizape commited on
Commit
4be9a26
1 Parent(s): cecb94e

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +73 -0
README.md ADDED
@@ -0,0 +1,73 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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_ES2
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_ES2
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.0184
23
+ - Precision: 0.8368
24
+ - Recall: 0.8595
25
+ - F1: 0.848
26
+ - Accuracy: 0.9962
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: 1000
52
+
53
+ ### Training results
54
+
55
+ | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
56
+ |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
57
+ | 0.5018 | 1.47 | 25 | 0.1002 | 0.0 | 0.0 | 0.0 | 0.9843 |
58
+ | 0.0852 | 2.94 | 50 | 0.0509 | 0.9286 | 0.0703 | 0.1307 | 0.9852 |
59
+ | 0.0373 | 4.41 | 75 | 0.0283 | 0.5485 | 0.6108 | 0.5780 | 0.9918 |
60
+ | 0.0256 | 5.88 | 100 | 0.0204 | 0.6429 | 0.7297 | 0.6835 | 0.9938 |
61
+ | 0.0123 | 7.35 | 125 | 0.0188 | 0.8063 | 0.8324 | 0.8191 | 0.9956 |
62
+ | 0.008 | 8.82 | 150 | 0.0171 | 0.7979 | 0.8324 | 0.8148 | 0.9958 |
63
+ | 0.0047 | 10.29 | 175 | 0.0158 | 0.8010 | 0.8919 | 0.8440 | 0.9962 |
64
+ | 0.0037 | 11.76 | 200 | 0.0171 | 0.8511 | 0.8649 | 0.8579 | 0.9964 |
65
+ | 0.0025 | 13.24 | 225 | 0.0184 | 0.8368 | 0.8595 | 0.848 | 0.9962 |
66
+
67
+
68
+ ### Framework versions
69
+
70
+ - Transformers 4.27.4
71
+ - Pytorch 2.0.0+cu118
72
+ - Datasets 2.11.0
73
+ - Tokenizers 0.13.2