forked from howl-anderson/Chinese_models_for_SpaCy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmeta.json
40 lines (40 loc) · 928 Bytes
/
meta.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"lang":"zh",
"pipeline":[
"tagger",
"parser",
"ner"
],
"accuracy":{
"token_acc":99.8698372794,
"ents_p":84.9664503965,
"ents_r":85.6312524451,
"uas":91.7237657538,
"tags_acc":97.0403350292,
"ents_f":85.2975560875,
"las":89.800872413
},
"name":"core_web_sm",
"license":"CC BY-SA 3.0",
"author":"Xiaoquan Kong",
"url":"https://xiaoquankong.ai",
"vectors":{
"keys":0,
"width":0,
"vectors":0
},
"sources":[
"OntoNotes 5",
"Common Crawl"
],
"version":"2.0.0",
"spacy_version":">=2.0.0a18",
"parent_package":"spacy",
"speed":{
"gpu":null,
"nwords":291344,
"cpu":5122.3040471407
},
"email":"[email protected]",
"description":"Chinese multi-task CNN trained on OntoNotes, with GloVe vectors trained on Common Crawl. Assigns word vectors, context-specific token vectors, POS tags, dependency parse and named entities."
}