en_pipeline / meta.json
Prikshit7766's picture
Update spaCy pipeline
beeba7c
{
"lang":"en",
"name":"pipeline",
"version":"0.0.0",
"description":"",
"author":"",
"email":"",
"url":"",
"license":"",
"spacy_version":">=3.5.1,<3.6.0",
"spacy_git_version":"8153bd573",
"vectors":{
"width":0,
"vectors":0,
"keys":0,
"name":null
},
"labels":{
"textcat":[
"POS",
"NEG"
]
},
"pipeline":[
"textcat"
],
"components":[
"textcat"
],
"disabled":[
],
"performance":{
"cats_score":0.8723119433,
"cats_score_desc":"macro F",
"cats_micro_p":0.87236,
"cats_micro_r":0.87236,
"cats_micro_f":0.87236,
"cats_macro_p":0.8729214108,
"cats_macro_r":0.87236,
"cats_macro_f":0.8723119433,
"cats_macro_auc":0.9389652864,
"cats_f_per_type":{
"POS":{
"p":0.8873907615,
"r":0.85296,
"f":0.869834795
},
"NEG":{
"p":0.8584520601,
"r":0.89176,
"f":0.8747890916
}
},
"textcat_loss":14.9940434011
},
"requirements":[
]
}