Brizape commited on
Commit
09306d7
1 Parent(s): 0ccb595

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: MultiCorp_all_label_5e-05_0404_ES2_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
+ # MultiCorp_all_label_5e-05_0404_ES2_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.1346
23
+ - Precision: 0.3090
24
+ - Recall: 0.1750
25
+ - F1: 0.2235
26
+ - Accuracy: 0.9674
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: 5e-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.9281 | 0.08 | 25 | 0.2509 | 0.0 | 0.0 | 0.0 | 0.9637 |
58
+ | 0.2583 | 0.15 | 50 | 0.2399 | 0.0 | 0.0 | 0.0 | 0.9637 |
59
+ | 0.2319 | 0.23 | 75 | 0.2011 | 0.0 | 0.0 | 0.0 | 0.9637 |
60
+ | 0.1901 | 0.31 | 100 | 0.1717 | 0.3333 | 0.0014 | 0.0028 | 0.9639 |
61
+ | 0.1894 | 0.39 | 125 | 0.1740 | 0.0 | 0.0 | 0.0 | 0.9637 |
62
+ | 0.1492 | 0.46 | 150 | 0.1454 | 0.1955 | 0.0320 | 0.0550 | 0.9635 |
63
+ | 0.1504 | 0.54 | 175 | 0.1437 | 0.1288 | 0.0139 | 0.0251 | 0.9643 |
64
+ | 0.1559 | 0.62 | 200 | 0.1326 | 0.1795 | 0.1123 | 0.1382 | 0.9665 |
65
+ | 0.1571 | 0.7 | 225 | 0.1406 | 0.3095 | 0.0604 | 0.1010 | 0.9613 |
66
+ | 0.1353 | 0.77 | 250 | 0.1346 | 0.3090 | 0.1750 | 0.2235 | 0.9674 |
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