chintagunta85 commited on
Commit
df5554d
1 Parent(s): b2d11dc

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
+ - species_800
6
+ metrics:
7
+ - precision
8
+ - recall
9
+ - f1
10
+ - accuracy
11
+ model-index:
12
+ - name: electramed-small-SPECIES800-ner
13
+ results:
14
+ - task:
15
+ name: Token Classification
16
+ type: token-classification
17
+ dataset:
18
+ name: species_800
19
+ type: species_800
20
+ config: species_800
21
+ split: train
22
+ args: species_800
23
+ metrics:
24
+ - name: Precision
25
+ type: precision
26
+ value: 0.6221498371335505
27
+ - name: Recall
28
+ type: recall
29
+ value: 0.7470664928292047
30
+ - name: F1
31
+ type: f1
32
+ value: 0.6789099526066352
33
+ - name: Accuracy
34
+ type: accuracy
35
+ value: 0.9831434110359828
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-SPECIES800-ner
42
+
43
+ This model is a fine-tuned version of [giacomomiolo/electramed_small_scivocab](https://huggingface.co/giacomomiolo/electramed_small_scivocab) on the species_800 dataset.
44
+ It achieves the following results on the evaluation set:
45
+ - Loss: 0.0513
46
+ - Precision: 0.6221
47
+ - Recall: 0.7471
48
+ - F1: 0.6789
49
+ - Accuracy: 0.9831
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.0536 | 1.0 | 359 | 0.0971 | 0.6138 | 0.5554 | 0.5832 | 0.9795 |
81
+ | 0.0309 | 2.0 | 718 | 0.0692 | 0.6175 | 0.6063 | 0.6118 | 0.9808 |
82
+ | 0.0563 | 3.0 | 1077 | 0.0582 | 0.6424 | 0.6910 | 0.6658 | 0.9819 |
83
+ | 0.0442 | 4.0 | 1436 | 0.0553 | 0.5900 | 0.7523 | 0.6613 | 0.9814 |
84
+ | 0.0069 | 5.0 | 1795 | 0.0511 | 0.6291 | 0.7497 | 0.6841 | 0.9827 |
85
+ | 0.0141 | 6.0 | 2154 | 0.0505 | 0.6579 | 0.7471 | 0.6996 | 0.9837 |
86
+ | 0.0052 | 7.0 | 2513 | 0.0513 | 0.5965 | 0.7458 | 0.6628 | 0.9826 |
87
+ | 0.0573 | 8.0 | 2872 | 0.0509 | 0.6140 | 0.7445 | 0.6730 | 0.9828 |
88
+ | 0.0203 | 9.0 | 3231 | 0.0516 | 0.6118 | 0.7458 | 0.6722 | 0.9830 |
89
+ | 0.0101 | 10.0 | 3590 | 0.0513 | 0.6221 | 0.7471 | 0.6789 | 0.9831 |
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