en_pipeline / meta.json
mtayyabp's picture
Update spaCy pipeline
e2da125
raw
history blame contribute delete
No virus
1.17 kB
{
"lang":"en",
"name":"pipeline",
"version":"0.0.0",
"description":"",
"author":"",
"email":"",
"url":"",
"license":"",
"spacy_version":">=3.0.5,<3.1.0",
"spacy_git_version":"53a3b967a",
"vectors":{
"width":0,
"vectors":0,
"keys":0,
"name":null
},
"labels":{
"tok2vec":[
],
"textcat":[
"hunger",
"smell"
]
},
"pipeline":[
"tok2vec",
"textcat"
],
"components":[
"tok2vec",
"textcat"
],
"disabled":[
],
"performance":{
"cats_score_desc":"macro F",
"cats_micro_p":0.8383838384,
"cats_micro_r":0.8383838384,
"cats_micro_f":0.8383838384,
"cats_macro_p":0.8678052567,
"cats_macro_r":0.8383838384,
"cats_macro_f":0.8350858928,
"cats_macro_auc":0.9718396082,
"cats_f_per_type":{
"hunger":{
"p":0.9718309859,
"r":0.696969697,
"f":0.8117647059
},
"smell":{
"p":0.7637795276,
"r":0.9797979798,
"f":0.8584070796
}
},
"cats_macro_auc_per_type":0.0,
"cats_score":0.8350858928,
"tok2vec_loss":0.0,
"textcat_loss":0.002620193
},
"requirements":[
]
}