en_pipeline / meta.json
peter-explosion-ai's picture
Update spaCy pipeline
f6d46e5
{
"lang":"en",
"name":"pipeline",
"version":"0.0.0",
"description":"",
"author":"",
"email":"",
"url":"",
"license":"",
"spacy_version":">=3.2.1,<3.3.0",
"spacy_git_version":"800737b41",
"vectors":{
"width":0,
"vectors":0,
"keys":0,
"name":null
},
"labels":{
"textcat":[
"POSITIVE",
"NEGATIVE"
]
},
"pipeline":[
"textcat"
],
"components":[
"textcat"
],
"disabled":[
],
"performance":{
"cats_score":0.5569788258,
"cats_score_desc":"macro F",
"cats_micro_p":0.586490939,
"cats_micro_r":0.586490939,
"cats_micro_f":0.586490939,
"cats_macro_p":0.6187666681,
"cats_macro_r":0.5869177378,
"cats_macro_f":0.5569788258,
"cats_macro_auc":0.6352767404,
"cats_f_per_type":{
"POSITIVE":{
"p":0.5564399421,
"r":0.8459845985,
"f":0.6713225666
},
"NEGATIVE":{
"p":0.6810933941,
"r":0.3278508772,
"f":0.4426350851
}
},
"cats_macro_auc_per_type":0.0,
"textcat_loss":0.0374118788
},
"requirements":[
]
}