osanseviero
commited on
Commit
·
12821b2
1
Parent(s):
0592a76
Remove broken metadata
Browse files
README.md
CHANGED
@@ -1,26 +1,3 @@
|
|
1 |
-
---
|
2 |
-
tags:
|
3 |
-
- spacy
|
4 |
-
language:
|
5 |
-
- multilingual
|
6 |
-
license: CC-BY-SA-3.0
|
7 |
-
model-index:
|
8 |
-
- name: xx_sent_ud_sm
|
9 |
-
results:
|
10 |
-
- tasks:
|
11 |
-
name: SENTER
|
12 |
-
type: token-classification
|
13 |
-
metrics:
|
14 |
-
- name: Precision
|
15 |
-
type: precision
|
16 |
-
value: 0.9029477287
|
17 |
-
- name: Recall
|
18 |
-
type: recall
|
19 |
-
value: 0.8194977584
|
20 |
-
- name: F Score
|
21 |
-
type: f_score
|
22 |
-
value: 0.8592012289
|
23 |
-
---
|
24 |
### Details: https://spacy.io/models/xx#xx_sent_ud_sm
|
25 |
|
26 |
Multi-language pipeline optimized for CPU. Components: senter.
|
@@ -56,4 +33,4 @@ Multi-language pipeline optimized for CPU. Components: senter.
|
|
56 |
| `TOKEN_ACC` | 99.29 |
|
57 |
| `SENTS_P` | 90.29 |
|
58 |
| `SENTS_R` | 81.95 |
|
59 |
-
| `SENTS_F` | 85.92 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
### Details: https://spacy.io/models/xx#xx_sent_ud_sm
|
2 |
|
3 |
Multi-language pipeline optimized for CPU. Components: senter.
|
|
|
33 |
| `TOKEN_ACC` | 99.29 |
|
34 |
| `SENTS_P` | 90.29 |
|
35 |
| `SENTS_R` | 81.95 |
|
36 |
+
| `SENTS_F` | 85.92 |
|