-
Notifications
You must be signed in to change notification settings - Fork 0
/
meta.json
34 lines (34 loc) · 812 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
{
"speed":{
"nwords":56482,
"cpu":7136.96499771,
"gpu":13559.7653197239
},
"accuracy":{
"uas":91.2157455284,
"las":87.7542410298,
"ents_p":95.4155988219,
"ents_r":95.3827623126,
"ents_f":95.3991777417,
"tags_acc":98.4809319783,
"token_acc":100.0
},
"author": "Ciaran O'Reilly",
"description": "Catalan Model from fastText vectors and annotations from the catalan Wikipedia",
"email": "ciaran@oreilly.cat",
"lang": "ca",
"license": "MIT",
"name": "fasttext_wiki",
"parent_package": "spacy",
"pipeline": ["tagger", "parser", "ner"],
"sources": ["fastText"],
"spacy_version": ">=2.2.3",
"url": "https://nlu.cat",
"vectors":{
"width":300,
"vectors":2000000,
"keys":2000000,
"name":"ca_model.vectors"
},
"version": "0.0.3"
}