File size: 1,130 Bytes
2cd98f5 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 |
{
"lang":"en",
"name":"textcat_purchases_out",
"version":"0.0.1",
"description":"",
"author":"",
"email":"",
"url":"",
"license":"",
"spacy_version":">=3.4.3,<3.5.0",
"spacy_git_version":"63673a792",
"vectors":{
"width":0,
"vectors":0,
"keys":0,
"name":null
},
"labels":{
"textcat":[
"OTHER",
"3400 - Purchases"
]
},
"pipeline":[
"textcat"
],
"components":[
"textcat"
],
"disabled":[
],
"performance":{
"cats_score":0.8142600385,
"cats_score_desc":"macro F",
"cats_micro_p":0.8441691585,
"cats_micro_r":0.8441691585,
"cats_micro_f":0.8441691585,
"cats_macro_p":0.8219457548,
"cats_macro_r":0.8079348426,
"cats_macro_f":0.8142600385,
"cats_macro_auc":0.9109781616,
"cats_f_per_type":{
"OTHER":{
"p":0.8742953101,
"r":0.9037817731,
"f":0.8887940495
},
"3400 - Purchases":{
"p":0.7695961995,
"r":0.7120879121,
"f":0.7397260274
}
},
"cats_macro_auc_per_type":0.0,
"textcat_loss":11.7884261534
},
"requirements":[
]
} |