dipteshkanojia
commited on
Commit
·
13c9f77
1
Parent(s):
0a101ed
update model card README.md
Browse files
README.md
CHANGED
@@ -1,9 +1,36 @@
|
|
1 |
---
|
2 |
tags:
|
3 |
- generated_from_trainer
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
model-index:
|
5 |
- name: scibert_scivocab_uncased-finetuned-ner
|
6 |
-
results:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
---
|
8 |
|
9 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -11,7 +38,13 @@ should probably proofread and complete it, then remove this comment. -->
|
|
11 |
|
12 |
# scibert_scivocab_uncased-finetuned-ner
|
13 |
|
14 |
-
This model is a fine-tuned version of [allenai/scibert_scivocab_uncased](https://huggingface.co/allenai/scibert_scivocab_uncased) on
|
|
|
|
|
|
|
|
|
|
|
|
|
15 |
|
16 |
## Model description
|
17 |
|
@@ -38,6 +71,19 @@ The following hyperparameters were used during training:
|
|
38 |
- lr_scheduler_type: linear
|
39 |
- num_epochs: 11
|
40 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
41 |
### Framework versions
|
42 |
|
43 |
- Transformers 4.18.0
|
|
|
1 |
---
|
2 |
tags:
|
3 |
- generated_from_trainer
|
4 |
+
datasets:
|
5 |
+
- plo_dunfiltered_config
|
6 |
+
metrics:
|
7 |
+
- precision
|
8 |
+
- recall
|
9 |
+
- f1
|
10 |
+
- accuracy
|
11 |
model-index:
|
12 |
- name: scibert_scivocab_uncased-finetuned-ner
|
13 |
+
results:
|
14 |
+
- task:
|
15 |
+
name: Token Classification
|
16 |
+
type: token-classification
|
17 |
+
dataset:
|
18 |
+
name: plo_dunfiltered_config
|
19 |
+
type: plo_dunfiltered_config
|
20 |
+
args: PLODunfiltered
|
21 |
+
metrics:
|
22 |
+
- name: Precision
|
23 |
+
type: precision
|
24 |
+
value: 0.964925429790286
|
25 |
+
- name: Recall
|
26 |
+
type: recall
|
27 |
+
value: 0.9612323892385586
|
28 |
+
- name: F1
|
29 |
+
type: f1
|
30 |
+
value: 0.9630753691636831
|
31 |
+
- name: Accuracy
|
32 |
+
type: accuracy
|
33 |
+
value: 0.9593916827485913
|
34 |
---
|
35 |
|
36 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
38 |
|
39 |
# scibert_scivocab_uncased-finetuned-ner
|
40 |
|
41 |
+
This model is a fine-tuned version of [allenai/scibert_scivocab_uncased](https://huggingface.co/allenai/scibert_scivocab_uncased) on the plo_dunfiltered_config dataset.
|
42 |
+
It achieves the following results on the evaluation set:
|
43 |
+
- Loss: 0.1390
|
44 |
+
- Precision: 0.9649
|
45 |
+
- Recall: 0.9612
|
46 |
+
- F1: 0.9631
|
47 |
+
- Accuracy: 0.9594
|
48 |
|
49 |
## Model description
|
50 |
|
|
|
71 |
- lr_scheduler_type: linear
|
72 |
- num_epochs: 11
|
73 |
|
74 |
+
### Training results
|
75 |
+
|
76 |
+
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
77 |
+
|:-------------:|:-----:|:-----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
78 |
+
| 0.1176 | 1.4 | 5000 | 0.1243 | 0.9570 | 0.9511 | 0.9540 | 0.9502 |
|
79 |
+
| 0.0973 | 2.81 | 10000 | 0.1129 | 0.9609 | 0.9572 | 0.9590 | 0.9553 |
|
80 |
+
| 0.0721 | 4.21 | 15000 | 0.1198 | 0.9645 | 0.9585 | 0.9615 | 0.9578 |
|
81 |
+
| 0.0634 | 5.62 | 20000 | 0.1259 | 0.9649 | 0.9589 | 0.9619 | 0.9582 |
|
82 |
+
| 0.0572 | 7.02 | 25000 | 0.1321 | 0.9653 | 0.9609 | 0.9631 | 0.9594 |
|
83 |
+
| 0.0472 | 8.43 | 30000 | 0.1390 | 0.9649 | 0.9612 | 0.9631 | 0.9594 |
|
84 |
+
| 0.0434 | 9.83 | 35000 | 0.1442 | 0.9656 | 0.9613 | 0.9634 | 0.9598 |
|
85 |
+
|
86 |
+
|
87 |
### Framework versions
|
88 |
|
89 |
- Transformers 4.18.0
|