osanseviero
commited on
Commit
•
5a6da7d
1
Parent(s):
1a2bcec
Update spaCy pipeline
Browse files
README.md
CHANGED
@@ -1,3 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
NER Model for 'Ministerratsprotokolle'
|
2 |
|
3 |
| Feature | Description |
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- spacy
|
4 |
+
- token-classification
|
5 |
+
language:
|
6 |
+
- de
|
7 |
+
license: cc-by
|
8 |
+
model-index:
|
9 |
+
- name: de_MRP_NER
|
10 |
+
results:
|
11 |
+
- task:
|
12 |
+
name: NER
|
13 |
+
type: token-classification
|
14 |
+
metrics:
|
15 |
+
- name: NER Precision
|
16 |
+
type: precision
|
17 |
+
value: 0.905255631
|
18 |
+
- name: NER Recall
|
19 |
+
type: recall
|
20 |
+
value: 0.8568527919
|
21 |
+
- name: NER F Score
|
22 |
+
type: f_score
|
23 |
+
value: 0.8803894298
|
24 |
+
---
|
25 |
NER Model for 'Ministerratsprotokolle'
|
26 |
|
27 |
| Feature | Description |
|