osanseviero
commited on
Commit
•
46380e4
1
Parent(s):
9c058f2
Remove broken metadata
Browse files
README.md
CHANGED
@@ -1,48 +1,3 @@
|
|
1 |
-
---
|
2 |
-
tags:
|
3 |
-
- spacy
|
4 |
-
- token-classification
|
5 |
-
language:
|
6 |
-
- de
|
7 |
-
license: MIT
|
8 |
-
model-index:
|
9 |
-
- name: de_dep_news_trf
|
10 |
-
results:
|
11 |
-
- tasks:
|
12 |
-
name: POS
|
13 |
-
type: token-classification
|
14 |
-
metrics:
|
15 |
-
- name: Accuracy
|
16 |
-
type: accuracy
|
17 |
-
value: 0.9902800996
|
18 |
-
- tasks:
|
19 |
-
name: SENTER
|
20 |
-
type: token-classification
|
21 |
-
metrics:
|
22 |
-
- name: Precision
|
23 |
-
type: precision
|
24 |
-
value: 0.9823907189
|
25 |
-
- name: Recall
|
26 |
-
type: recall
|
27 |
-
value: 0.9799545361
|
28 |
-
- name: F Score
|
29 |
-
type: f_score
|
30 |
-
value: 0.9811711152
|
31 |
-
- tasks:
|
32 |
-
name: UNLABELED_DEPENDENCIES
|
33 |
-
type: token-classification
|
34 |
-
metrics:
|
35 |
-
- name: Accuracy
|
36 |
-
type: accuracy
|
37 |
-
value: 0.9591280245
|
38 |
-
- tasks:
|
39 |
-
name: LABELED_DEPENDENCIES
|
40 |
-
type: token-classification
|
41 |
-
metrics:
|
42 |
-
- name: Accuracy
|
43 |
-
type: accuracy
|
44 |
-
value: 0.9591280245
|
45 |
-
---
|
46 |
### Details: https://spacy.io/models/de#de_dep_news_trf
|
47 |
|
48 |
German transformer pipeline (bert-base-german-cased). Components: transformer, tagger, morphologizer, parser, attribute_ruler, lemmatizer.
|
@@ -86,4 +41,4 @@ German transformer pipeline (bert-base-german-cased). Components: transformer, t
|
|
86 |
| `DEP_LAS` | 94.80 |
|
87 |
| `SENTS_P` | 98.24 |
|
88 |
| `SENTS_R` | 98.00 |
|
89 |
-
| `SENTS_F` | 98.12 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
### Details: https://spacy.io/models/de#de_dep_news_trf
|
2 |
|
3 |
German transformer pipeline (bert-base-german-cased). Components: transformer, tagger, morphologizer, parser, attribute_ruler, lemmatizer.
|
|
|
41 |
| `DEP_LAS` | 94.80 |
|
42 |
| `SENTS_P` | 98.24 |
|
43 |
| `SENTS_R` | 98.00 |
|
44 |
+
| `SENTS_F` | 98.12 |
|