Commit
Β·
ce84fb1
1
Parent(s):
0afbbcc
Remove broken metadata
Browse files
README.md
CHANGED
@@ -1,61 +1,3 @@
|
|
1 |
-
---
|
2 |
-
tags:
|
3 |
-
- spacy
|
4 |
-
- token-classification
|
5 |
-
language:
|
6 |
-
- zh
|
7 |
-
license: MIT
|
8 |
-
model-index:
|
9 |
-
- name: zh_core_web_md
|
10 |
-
results:
|
11 |
-
- tasks:
|
12 |
-
name: NER
|
13 |
-
type: token-classification
|
14 |
-
metrics:
|
15 |
-
- name: Precision
|
16 |
-
type: precision
|
17 |
-
value: 0.7220589964
|
18 |
-
- name: Recall
|
19 |
-
type: recall
|
20 |
-
value: 0.6751648352
|
21 |
-
- name: F Score
|
22 |
-
type: f_score
|
23 |
-
value: 0.6978249759
|
24 |
-
- tasks:
|
25 |
-
name: POS
|
26 |
-
type: token-classification
|
27 |
-
metrics:
|
28 |
-
- name: Accuracy
|
29 |
-
type: accuracy
|
30 |
-
value: 0.9004973002
|
31 |
-
- tasks:
|
32 |
-
name: SENTER
|
33 |
-
type: token-classification
|
34 |
-
metrics:
|
35 |
-
- name: Precision
|
36 |
-
type: precision
|
37 |
-
value: 0.7859447831
|
38 |
-
- name: Recall
|
39 |
-
type: recall
|
40 |
-
value: 0.7298152156
|
41 |
-
- name: F Score
|
42 |
-
type: f_score
|
43 |
-
value: 0.7568407423
|
44 |
-
- tasks:
|
45 |
-
name: UNLABELED_DEPENDENCIES
|
46 |
-
type: token-classification
|
47 |
-
metrics:
|
48 |
-
- name: Accuracy
|
49 |
-
type: accuracy
|
50 |
-
value: 0.7076909586
|
51 |
-
- tasks:
|
52 |
-
name: LABELED_DEPENDENCIES
|
53 |
-
type: token-classification
|
54 |
-
metrics:
|
55 |
-
- name: Accuracy
|
56 |
-
type: accuracy
|
57 |
-
value: 0.7076909586
|
58 |
-
---
|
59 |
### Details: https://spacy.io/models/zh#zh_core_web_md
|
60 |
|
61 |
Chinese pipeline optimized for CPU. Components: tok2vec, tagger, parser, senter, ner, attribute_ruler.
|
@@ -100,4 +42,4 @@ Chinese pipeline optimized for CPU. Components: tok2vec, tagger, parser, senter,
|
|
100 |
| `ENTS_F` | 69.78 |
|
101 |
| `SENTS_P` | 78.59 |
|
102 |
| `SENTS_R` | 72.98 |
|
103 |
-
| `SENTS_F` | 75.68 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
### Details: https://spacy.io/models/zh#zh_core_web_md
|
2 |
|
3 |
Chinese pipeline optimized for CPU. Components: tok2vec, tagger, parser, senter, ner, attribute_ruler.
|
|
|
42 |
| `ENTS_F` | 69.78 |
|
43 |
| `SENTS_P` | 78.59 |
|
44 |
| `SENTS_R` | 72.98 |
|
45 |
+
| `SENTS_F` | 75.68 |
|