en_pipeline / meta.json
Zlovoblachko's picture
Update spaCy pipeline
99b3e04 verified
raw
history blame contribute delete
No virus
1.17 kB
{
"lang":"en",
"name":"pipeline",
"version":"0.0.0",
"description":"",
"author":"",
"email":"",
"url":"",
"license":"",
"spacy_version":">=3.7.5,<3.8.0",
"spacy_git_version":"a6d0fc360",
"vectors":{
"width":0,
"vectors":0,
"keys":0,
"name":null
},
"labels":{
"transformer":[
],
"textcat":[
"0.0",
"1.0"
]
},
"pipeline":[
"transformer",
"textcat"
],
"components":[
"transformer",
"textcat"
],
"disabled":[
],
"performance":{
"cats_score":0.9274664714,
"cats_score_desc":"macro F",
"cats_micro_p":0.9275,
"cats_micro_r":0.9275,
"cats_micro_f":0.9275,
"cats_macro_p":0.9274025193,
"cats_macro_r":0.927568036,
"cats_macro_f":0.9274664714,
"cats_macro_auc":0.9719873134,
"cats_f_per_type":{
"0.0":{
"p":0.9331366765,
"r":0.9249512671,
"f":0.9290259422
},
"1.0":{
"p":0.9216683622,
"r":0.9301848049,
"f":0.9259070005
}
},
"transformer_loss":0.2649244879,
"textcat_loss":46.1722830437
},
"requirements":[
"spacy-transformers>=1.3.5,<1.4.0"
]
}