Skip to content

Commit 3273984

Browse files
committed
Versió 0.0.3
1 parent 115b80c commit 3273984

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

meta.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,16 @@
11
{
2-
"accuracy": {
3-
"uas":24.6151530788,
4-
"las":23.711622807,
5-
"ents_p":44.912142152,
6-
"ents_r":21.7459467727,
7-
"ents_f":29.3034819462,
8-
"tags_acc":97.6588546924,
2+
"speed":{
3+
"nwords":56482,
4+
"cpu":7136.96499771,
5+
"gpu":13559.7653197239
6+
},
7+
"accuracy":{
8+
"uas":91.2157455284,
9+
"las":87.7542410298,
10+
"ents_p":95.4155988219,
11+
"ents_r":95.3827623126,
12+
"ents_f":95.3991777417,
13+
"tags_acc":98.4809319783,
914
"token_acc":100.0
1015
},
1116
"author": "Ciaran O'Reilly",
@@ -17,18 +22,13 @@
1722
"parent_package": "spacy",
1823
"pipeline": ["tagger", "parser", "ner"],
1924
"sources": ["fastText"],
20-
"spacy_version": ">=2.1.8",
21-
"speed": {
22-
"nwords":326934,
23-
"cpu":8088.3390474066,
24-
"gpu":7692.6920447333
25-
},
25+
"spacy_version": ">=2.2.3",
2626
"url": "https://nlu.cat",
2727
"vectors":{
2828
"width":300,
2929
"vectors":2000000,
3030
"keys":2000000,
3131
"name":"ca_model.vectors"
3232
},
33-
"version": "0.0.2"
33+
"version": "0.0.3"
3434
}

0 commit comments

Comments
 (0)