Skip to content

Commit

Permalink
Versió 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ccoreilly committed Apr 13, 2020
1 parent 115b80c commit 3273984
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions meta.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
{
"accuracy": {
"uas":24.6151530788,
"las":23.711622807,
"ents_p":44.912142152,
"ents_r":21.7459467727,
"ents_f":29.3034819462,
"tags_acc":97.6588546924,
"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",
Expand All @@ -17,18 +22,13 @@
"parent_package": "spacy",
"pipeline": ["tagger", "parser", "ner"],
"sources": ["fastText"],
"spacy_version": ">=2.1.8",
"speed": {
"nwords":326934,
"cpu":8088.3390474066,
"gpu":7692.6920447333
},
"spacy_version": ">=2.2.3",
"url": "https://nlu.cat",
"vectors":{
"width":300,
"vectors":2000000,
"keys":2000000,
"name":"ca_model.vectors"
},
"version": "0.0.2"
"version": "0.0.3"
}

0 comments on commit 3273984

Please sign in to comment.