da_spacy_sentiment / meta.json
mirfan899's picture
Update spaCy pipeline
e25080a
raw
history blame
No virus
1.3 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":300,
"vectors":20000,
"keys":500000,
"name":"da_vectors"
},
"labels":{
"tok2vec":[
],
"textcat":[
"neutral",
"negative",
"positive"
]
},
"pipeline":[
"tok2vec",
"textcat"
],
"components":[
"tok2vec",
"textcat"
],
"disabled":[
],
"performance":{
"cats_score":0.4935672515,
"cats_score_desc":"macro F",
"cats_micro_p":0.6904761905,
"cats_micro_r":0.6904761905,
"cats_micro_f":0.6904761905,
"cats_macro_p":0.4864024864,
"cats_macro_r":0.502577943,
"cats_macro_f":0.4935672515,
"cats_macro_auc":0.6640492205,
"cats_f_per_type":{
"neutral":{
"p":0.8181818182,
"r":0.792746114,
"f":0.8052631579
},
"negative":{
"p":0.3076923077,
"r":0.3636363636,
"f":0.3333333333
},
"positive":{
"p":0.3333333333,
"r":0.3513513514,
"f":0.3421052632
}
},
"tok2vec_loss":51.8325935973,
"textcat_loss":16.7191163995
},
"requirements":[
]
}