Add evaluation results on conll2003 dataset (#3)
Browse files- Add evaluation results on conll2003 dataset (f2f0482de7af7dec9f3ecd8ba74c471214a668a6)
Co-authored-by: Lewis Tunstall <[email protected]>
README.md
CHANGED
@@ -3,6 +3,38 @@ language: en
|
|
3 |
datasets:
|
4 |
- conll2003
|
5 |
license: mit
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
---
|
7 |
# bert-base-NER
|
8 |
|
|
|
3 |
datasets:
|
4 |
- conll2003
|
5 |
license: mit
|
6 |
+
model-index:
|
7 |
+
- name: dslim/bert-base-NER
|
8 |
+
results:
|
9 |
+
- task:
|
10 |
+
type: token-classification
|
11 |
+
name: Token Classification
|
12 |
+
dataset:
|
13 |
+
name: conll2003
|
14 |
+
type: conll2003
|
15 |
+
config: conll2003
|
16 |
+
split: test
|
17 |
+
metrics:
|
18 |
+
- name: Accuracy
|
19 |
+
type: accuracy
|
20 |
+
value: 0.9118041001560013
|
21 |
+
verified: true
|
22 |
+
- name: Precision
|
23 |
+
type: precision
|
24 |
+
value: 0.9211550382257732
|
25 |
+
verified: true
|
26 |
+
- name: Recall
|
27 |
+
type: recall
|
28 |
+
value: 0.9306415698281261
|
29 |
+
verified: true
|
30 |
+
- name: F1
|
31 |
+
type: f1
|
32 |
+
value: 0.9258740048459675
|
33 |
+
verified: true
|
34 |
+
- name: loss
|
35 |
+
type: loss
|
36 |
+
value: 0.48325642943382263
|
37 |
+
verified: true
|
38 |
---
|
39 |
# bert-base-NER
|
40 |
|