en_textcat_sales_in / meta.json
andreids's picture
Update spaCy pipeline
9a87fb8
raw
history blame
1.11 kB
{
"lang":"en",
"name":"textcat_sales_in",
"version":"0.0.0",
"description":"",
"author":"",
"email":"",
"url":"",
"license":"",
"spacy_version":">=3.4.3,<3.5.0",
"spacy_git_version":"63673a792",
"vectors":{
"width":0,
"vectors":0,
"keys":0,
"name":null
},
"labels":{
"textcat":[
"OTHER",
"2100 - Sales"
]
},
"pipeline":[
"textcat"
],
"components":[
"textcat"
],
"disabled":[
],
"performance":{
"cats_score":0.9197979491,
"cats_score_desc":"macro F",
"cats_micro_p":0.9212855147,
"cats_micro_r":0.9212855147,
"cats_micro_f":0.9212855147,
"cats_macro_p":0.9185026235,
"cats_macro_r":0.9213909608,
"cats_macro_f":0.9197979491,
"cats_macro_auc":0.9712556324,
"cats_f_per_type":{
"OTHER":{
"p":0.8960238146,
"r":0.9221006565,
"f":0.9088752292
},
"2100 - Sales":{
"p":0.9409814324,
"r":0.9206812652,
"f":0.930720669
}
},
"cats_macro_auc_per_type":0.0,
"textcat_loss":1.517531505
},
"requirements":[
]
}