chintagunta85 commited on
Commit
947c679
1 Parent(s): 6a28f72

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
+ - i2b22014
6
+ metrics:
7
+ - precision
8
+ - recall
9
+ - f1
10
+ - accuracy
11
+ model-index:
12
+ - name: electramed-small-deid2014-ner-v4
13
+ results:
14
+ - task:
15
+ name: Token Classification
16
+ type: token-classification
17
+ dataset:
18
+ name: i2b22014
19
+ type: i2b22014
20
+ config: i2b22014-deid
21
+ split: train
22
+ args: i2b22014-deid
23
+ metrics:
24
+ - name: Precision
25
+ type: precision
26
+ value: 0.7571112095702259
27
+ - name: Recall
28
+ type: recall
29
+ value: 0.7853663020498207
30
+ - name: F1
31
+ type: f1
32
+ value: 0.770979967514889
33
+ - name: Accuracy
34
+ type: accuracy
35
+ value: 0.9906153616114308
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-deid2014-ner-v4
42
+
43
+ This model is a fine-tuned version of [giacomomiolo/electramed_small_scivocab](https://huggingface.co/giacomomiolo/electramed_small_scivocab) on the i2b22014 dataset.
44
+ It achieves the following results on the evaluation set:
45
+ - Loss: 0.0362
46
+ - Precision: 0.7571
47
+ - Recall: 0.7854
48
+ - F1: 0.7710
49
+ - Accuracy: 0.9906
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.0143 | 1.0 | 1838 | 0.1451 | 0.3136 | 0.3463 | 0.3291 | 0.9700 |
81
+ | 0.0033 | 2.0 | 3676 | 0.0940 | 0.4293 | 0.4861 | 0.4559 | 0.9758 |
82
+ | 0.0014 | 3.0 | 5514 | 0.0725 | 0.4906 | 0.5766 | 0.5301 | 0.9799 |
83
+ | 0.0007 | 4.0 | 7352 | 0.0568 | 0.6824 | 0.7022 | 0.6921 | 0.9860 |
84
+ | 0.0112 | 5.0 | 9190 | 0.0497 | 0.6966 | 0.7400 | 0.7177 | 0.9870 |
85
+ | 0.0002 | 6.0 | 11028 | 0.0442 | 0.7126 | 0.7549 | 0.7332 | 0.9878 |
86
+ | 0.0002 | 7.0 | 12866 | 0.0404 | 0.7581 | 0.7591 | 0.7586 | 0.9896 |
87
+ | 0.0002 | 8.0 | 14704 | 0.0376 | 0.7540 | 0.7804 | 0.7670 | 0.9904 |
88
+ | 0.0002 | 9.0 | 16542 | 0.0367 | 0.7548 | 0.7825 | 0.7684 | 0.9905 |
89
+ | 0.0001 | 10.0 | 18380 | 0.0362 | 0.7571 | 0.7854 | 0.7710 | 0.9906 |
90
+
91
+
92
+ ### Framework versions
93
+
94
+ - Transformers 4.22.1
95
+ - Pytorch 1.12.1+cu113
96
+ - Datasets 2.5.1
97
+ - Tokenizers 0.12.1