Commit
•
47f4625
1
Parent(s):
c50b36a
Add evaluation results on the conll2003 config of conll2003 (#3)
Browse files- Add evaluation results on the conll2003 config of conll2003 (fa40c47883da792b34458c33a1d4a114823698d5)
Co-authored-by: Evaluation Bot <[email protected]>
README.md
CHANGED
@@ -32,6 +32,35 @@ model-index:
|
|
32 |
- name: Accuracy
|
33 |
type: accuracy
|
34 |
value: 0.9867545770294931
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
35 |
---
|
36 |
|
37 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
32 |
- name: Accuracy
|
33 |
type: accuracy
|
34 |
value: 0.9867545770294931
|
35 |
+
- task:
|
36 |
+
type: token-classification
|
37 |
+
name: Token Classification
|
38 |
+
dataset:
|
39 |
+
name: conll2003
|
40 |
+
type: conll2003
|
41 |
+
config: conll2003
|
42 |
+
split: test
|
43 |
+
metrics:
|
44 |
+
- name: Accuracy
|
45 |
+
type: accuracy
|
46 |
+
value: 0.9003797607979704
|
47 |
+
verified: true
|
48 |
+
- name: Precision
|
49 |
+
type: precision
|
50 |
+
value: 0.9286807108391197
|
51 |
+
verified: true
|
52 |
+
- name: Recall
|
53 |
+
type: recall
|
54 |
+
value: 0.9158238551580065
|
55 |
+
verified: true
|
56 |
+
- name: F1
|
57 |
+
type: f1
|
58 |
+
value: 0.9222074745602832
|
59 |
+
verified: true
|
60 |
+
- name: loss
|
61 |
+
type: loss
|
62 |
+
value: 0.8705922365188599
|
63 |
+
verified: true
|
64 |
---
|
65 |
|
66 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|