Update language, datasets, metrics
Browse files
README.md
CHANGED
|
@@ -1,4 +1,3 @@
|
|
| 1 |
-
|
| 2 |
---
|
| 3 |
license: apache-2.0
|
| 4 |
library_name: span-marker
|
|
@@ -9,7 +8,9 @@ tags:
|
|
| 9 |
- named-entity-recognition
|
| 10 |
pipeline_tag: token-classification
|
| 11 |
model-index:
|
| 12 |
-
- name:
|
|
|
|
|
|
|
| 13 |
results:
|
| 14 |
- task:
|
| 15 |
type: token-classification
|
|
@@ -21,15 +22,23 @@ model-index:
|
|
| 21 |
split: test
|
| 22 |
revision: 2e3e727c63604fbfa2ff4cc5055359c84fe5ef2c
|
| 23 |
metrics:
|
| 24 |
-
|
| 25 |
-
|
| 26 |
-
|
| 27 |
-
|
| 28 |
-
|
| 29 |
-
|
| 30 |
-
|
| 31 |
-
|
| 32 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 33 |
---
|
| 34 |
|
| 35 |
# SpanMarker for Named Entity Recognition
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
library_name: span-marker
|
|
|
|
| 8 |
- named-entity-recognition
|
| 9 |
pipeline_tag: token-classification
|
| 10 |
model-index:
|
| 11 |
+
- name: >-
|
| 12 |
+
SpanMarker w. bert-base-cased on finegrained, supervised FewNERD by Tom
|
| 13 |
+
Aarsen
|
| 14 |
results:
|
| 15 |
- task:
|
| 16 |
type: token-classification
|
|
|
|
| 22 |
split: test
|
| 23 |
revision: 2e3e727c63604fbfa2ff4cc5055359c84fe5ef2c
|
| 24 |
metrics:
|
| 25 |
+
- type: f1
|
| 26 |
+
value: 0.7053
|
| 27 |
+
name: F1
|
| 28 |
+
- type: precision
|
| 29 |
+
value: 0.7101
|
| 30 |
+
name: Precision
|
| 31 |
+
- type: recall
|
| 32 |
+
value: 0.7005
|
| 33 |
+
name: Recall
|
| 34 |
+
datasets:
|
| 35 |
+
- DFKI-SLT/few-nerd
|
| 36 |
+
language:
|
| 37 |
+
- en
|
| 38 |
+
metrics:
|
| 39 |
+
- f1
|
| 40 |
+
- recall
|
| 41 |
+
- precision
|
| 42 |
---
|
| 43 |
|
| 44 |
# SpanMarker for Named Entity Recognition
|