chintagunta85 commited on
Commit
430c49e
·
1 Parent(s): c9652a9

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +97 -0
README.md ADDED
@@ -0,0 +1,97 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - generated_from_trainer
4
+ datasets:
5
+ - bc5_cdr
6
+ metrics:
7
+ - precision
8
+ - recall
9
+ - f1
10
+ - accuracy
11
+ model-index:
12
+ - name: electramed-small-BC5CDR-ner
13
+ results:
14
+ - task:
15
+ name: Token Classification
16
+ type: token-classification
17
+ dataset:
18
+ name: bc5_cdr
19
+ type: bc5_cdr
20
+ config: BC5CDR-Disease
21
+ split: train
22
+ args: BC5CDR-Disease
23
+ metrics:
24
+ - name: Precision
25
+ type: precision
26
+ value: 0.8091945430760605
27
+ - name: Recall
28
+ type: recall
29
+ value: 0.882862677133245
30
+ - name: F1
31
+ type: f1
32
+ value: 0.8444249427136657
33
+ - name: Accuracy
34
+ type: accuracy
35
+ value: 0.9685851703406814
36
+ ---
37
+
38
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
39
+ should probably proofread and complete it, then remove this comment. -->
40
+
41
+ # electramed-small-BC5CDR-ner
42
+
43
+ This model is a fine-tuned version of [giacomomiolo/electramed_small_scivocab](https://huggingface.co/giacomomiolo/electramed_small_scivocab) on the bc5_cdr dataset.
44
+ It achieves the following results on the evaluation set:
45
+ - Loss: 0.1227
46
+ - Precision: 0.8092
47
+ - Recall: 0.8829
48
+ - F1: 0.8444
49
+ - Accuracy: 0.9686
50
+
51
+ ## Model description
52
+
53
+ More information needed
54
+
55
+ ## Intended uses & limitations
56
+
57
+ More information needed
58
+
59
+ ## Training and evaluation data
60
+
61
+ More information needed
62
+
63
+ ## Training procedure
64
+
65
+ ### Training hyperparameters
66
+
67
+ The following hyperparameters were used during training:
68
+ - learning_rate: 2e-05
69
+ - train_batch_size: 16
70
+ - eval_batch_size: 16
71
+ - seed: 42
72
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
73
+ - lr_scheduler_type: linear
74
+ - num_epochs: 10
75
+
76
+ ### Training results
77
+
78
+ | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
79
+ |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
80
+ | 0.7177 | 1.0 | 286 | 0.6902 | 0.0 | 0.0 | 0.0 | 0.8864 |
81
+ | 0.1561 | 2.0 | 572 | 0.3210 | 0.7334 | 0.8104 | 0.7700 | 0.9636 |
82
+ | 0.2511 | 3.0 | 858 | 0.2064 | 0.7809 | 0.8711 | 0.8236 | 0.9666 |
83
+ | 0.0512 | 4.0 | 1144 | 0.1599 | 0.7937 | 0.8751 | 0.8324 | 0.9689 |
84
+ | 0.083 | 5.0 | 1430 | 0.1449 | 0.7983 | 0.8804 | 0.8373 | 0.9679 |
85
+ | 0.0412 | 6.0 | 1716 | 0.1315 | 0.8141 | 0.8825 | 0.8469 | 0.9701 |
86
+ | 0.1437 | 7.0 | 2002 | 0.1258 | 0.8227 | 0.8758 | 0.8485 | 0.9699 |
87
+ | 0.1894 | 8.0 | 2288 | 0.1226 | 0.8141 | 0.8833 | 0.8473 | 0.9696 |
88
+ | 0.0236 | 9.0 | 2574 | 0.1220 | 0.8160 | 0.8824 | 0.8479 | 0.9694 |
89
+ | 0.0602 | 10.0 | 2860 | 0.1227 | 0.8092 | 0.8829 | 0.8444 | 0.9686 |
90
+
91
+
92
+ ### Framework versions
93
+
94
+ - Transformers 4.21.1
95
+ - Pytorch 1.12.1+cu113
96
+ - Datasets 2.4.0
97
+ - Tokenizers 0.12.1