da_spacy_sentiment / meta.json
mirfan899's picture
Update spaCy pipeline
cd99158
raw history blame
No virus
1.19 kB
{
"lang":"da",
"name":"spacy_sentiment",
"version":"0.0.0",
"description":"",
"author":"",
"email":"",
"url":"",
"license":"",
"spacy_version":">=3.5.1,<3.6.0",
"spacy_git_version":"Unknown",
"vectors":{
"width":0,
"vectors":0,
"keys":0,
"name":null
},
"labels":{
"textcat":[
"neutral",
"negative",
"positive"
]
},
"pipeline":[
"textcat"
],
"components":[
"textcat"
],
"disabled":[
],
"performance":{
"cats_score":0.4644417144,
"cats_score_desc":"macro F",
"cats_micro_p":0.7301587302,
"cats_micro_r":0.7301587302,
"cats_micro_f":0.7301587302,
"cats_macro_p":0.5166357238,
"cats_macro_r":0.4431664354,
"cats_macro_f":0.4644417144,
"cats_macro_auc":0.6167244706,
"cats_f_per_type":{
"neutral":{
"p":0.7990654206,
"r":0.8860103627,
"f":0.8402948403
},
"negative":{
"p":0.4545454545,
"r":0.2272727273,
"f":0.303030303
},
"positive":{
"p":0.2962962963,
"r":0.2162162162,
"f":0.25
}
},
"textcat_loss":7.6585407546
},
"requirements":[
]
}