Add evaluation metrics
Browse files
README.md
CHANGED
|
@@ -8,6 +8,28 @@ tags:
|
|
| 8 |
- ner
|
| 9 |
- named-entity-recognition
|
| 10 |
pipeline_tag: token-classification
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11 |
---
|
| 12 |
|
| 13 |
# SpanMarker for Named Entity Recognition
|
|
|
|
| 8 |
- ner
|
| 9 |
- named-entity-recognition
|
| 10 |
pipeline_tag: token-classification
|
| 11 |
+
model-index:
|
| 12 |
+
- name: SpanMarker w. bert-base-cased on finegrained, supervised FewNERD by Tom Aarsen
|
| 13 |
+
results:
|
| 14 |
+
- task:
|
| 15 |
+
type: token-classification
|
| 16 |
+
name: Named Entity Recognition
|
| 17 |
+
dataset:
|
| 18 |
+
type: DFKI-SLT/few-nerd
|
| 19 |
+
name: Finegrained FewNERD
|
| 20 |
+
config: supervised
|
| 21 |
+
split: test
|
| 22 |
+
revision: 2e3e727c63604fbfa2ff4cc5055359c84fe5ef2c
|
| 23 |
+
metrics:
|
| 24 |
+
- type: f1
|
| 25 |
+
value: 0.7053
|
| 26 |
+
name: F1
|
| 27 |
+
- type: precision
|
| 28 |
+
value: 0.7101
|
| 29 |
+
name: Precision
|
| 30 |
+
- type: recall
|
| 31 |
+
value: 0.7005
|
| 32 |
+
name: recall
|
| 33 |
---
|
| 34 |
|
| 35 |
# SpanMarker for Named Entity Recognition
|