sartajbhuvaji
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -13,31 +13,31 @@ language:
|
|
13 |
- en
|
14 |
|
15 |
results:
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
---
|
42 |
|
43 |
# Model Card for Bert Named Entity Recognition
|
|
|
13 |
- en
|
14 |
|
15 |
results:
|
16 |
+
- task:
|
17 |
+
type: token-classification
|
18 |
+
name: Token Classification
|
19 |
+
dataset:
|
20 |
+
name: conll2003
|
21 |
+
type: conll2003
|
22 |
+
config: conll2003
|
23 |
+
split: test
|
24 |
+
metrics:
|
25 |
+
- name: Precision
|
26 |
+
type: precision
|
27 |
+
value: 0.8992
|
28 |
+
verified: true
|
29 |
+
- name: Recall
|
30 |
+
type: recall
|
31 |
+
value: 0.9115
|
32 |
+
verified: true
|
33 |
+
- name: F1
|
34 |
+
type: f1
|
35 |
+
value: 0.0.9053
|
36 |
+
verified: true
|
37 |
+
- name: loss
|
38 |
+
type: loss
|
39 |
+
value: 0.040937
|
40 |
+
verified: true
|
41 |
---
|
42 |
|
43 |
# Model Card for Bert Named Entity Recognition
|