update model card README.md
Browse files
README.md
CHANGED
@@ -1,7 +1,8 @@
|
|
1 |
---
|
2 |
-
license: apache-2.0
|
3 |
tags:
|
4 |
- generated_from_trainer
|
|
|
|
|
5 |
metrics:
|
6 |
- precision
|
7 |
- recall
|
@@ -9,7 +10,29 @@ metrics:
|
|
9 |
- accuracy
|
10 |
model-index:
|
11 |
- name: bert-finetuned-ner-ime
|
12 |
-
results:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
13 |
---
|
14 |
|
15 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -17,13 +40,13 @@ should probably proofread and complete it, then remove this comment. -->
|
|
17 |
|
18 |
# bert-finetuned-ner-ime
|
19 |
|
20 |
-
This model is a fine-tuned version of [
|
21 |
It achieves the following results on the evaluation set:
|
22 |
-
- Loss:
|
23 |
-
- Precision: 0.
|
24 |
-
- Recall: 0.
|
25 |
-
- F1: 0.
|
26 |
-
- Accuracy: 0.
|
27 |
|
28 |
## Model description
|
29 |
|
@@ -54,9 +77,9 @@ The following hyperparameters were used during training:
|
|
54 |
|
55 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
56 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
57 |
-
|
|
58 |
-
|
|
59 |
-
|
|
60 |
|
61 |
|
62 |
### Framework versions
|
|
|
1 |
---
|
|
|
2 |
tags:
|
3 |
- generated_from_trainer
|
4 |
+
datasets:
|
5 |
+
- conll2003
|
6 |
metrics:
|
7 |
- precision
|
8 |
- recall
|
|
|
10 |
- accuracy
|
11 |
model-index:
|
12 |
- name: bert-finetuned-ner-ime
|
13 |
+
results:
|
14 |
+
- task:
|
15 |
+
name: Token Classification
|
16 |
+
type: token-classification
|
17 |
+
dataset:
|
18 |
+
name: conll2003
|
19 |
+
type: conll2003
|
20 |
+
config: conll2003
|
21 |
+
split: train
|
22 |
+
args: conll2003
|
23 |
+
metrics:
|
24 |
+
- name: Precision
|
25 |
+
type: precision
|
26 |
+
value: 0.998195331607817
|
27 |
+
- name: Recall
|
28 |
+
type: recall
|
29 |
+
value: 0.9982190349544073
|
30 |
+
- name: F1
|
31 |
+
type: f1
|
32 |
+
value: 0.9982071831403979
|
33 |
+
- name: Accuracy
|
34 |
+
type: accuracy
|
35 |
+
value: 0.9979751132733664
|
36 |
---
|
37 |
|
38 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
40 |
|
41 |
# bert-finetuned-ner-ime
|
42 |
|
43 |
+
This model is a fine-tuned version of [snunlp/KR-BERT-char16424](https://huggingface.co/snunlp/KR-BERT-char16424) on the conll2003 dataset.
|
44 |
It achieves the following results on the evaluation set:
|
45 |
+
- Loss: 0.0076
|
46 |
+
- Precision: 0.9982
|
47 |
+
- Recall: 0.9982
|
48 |
+
- F1: 0.9982
|
49 |
+
- Accuracy: 0.9980
|
50 |
|
51 |
## Model description
|
52 |
|
|
|
77 |
|
78 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
79 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
80 |
+
| 0.0378 | 1.0 | 1756 | 0.0290 | 0.9934 | 0.9939 | 0.9936 | 0.9920 |
|
81 |
+
| 0.0214 | 2.0 | 3512 | 0.0138 | 0.9969 | 0.9970 | 0.9970 | 0.9965 |
|
82 |
+
| 0.0151 | 3.0 | 5268 | 0.0076 | 0.9982 | 0.9982 | 0.9982 | 0.9980 |
|
83 |
|
84 |
|
85 |
### Framework versions
|