noahjax's picture
Update spaCy pipeline
6bc2011 verified
{
"lang":"en",
"name":"tako_query_filter",
"version":"0.0.1",
"description":"",
"author":"",
"email":"",
"url":"",
"license":"",
"spacy_version":">=3.7.5,<3.8.0",
"spacy_git_version":"a6d0fc360",
"vectors":{
"width":300,
"vectors":514157,
"keys":514157,
"name":"en_vectors"
},
"labels":{
"tok2vec":[
],
"ner":[
"CARDINAL",
"CUSTOM_ATTRIBUTE",
"CUSTOM_SEMANTIC_FUNCTION",
"CUSTOM_SPORTS_CONFERENCE",
"CUSTOM_SPORTS_LEAGUE",
"CUSTOM_SPORTS_ROLE",
"CUSTOM_STOCK_TICKER",
"CUSTOM_TEAM",
"DATE",
"EVENT",
"FAC",
"GPE",
"LANGUAGE",
"LAW",
"LOC",
"MONEY",
"NORP",
"ORDINAL",
"ORG",
"PERCENT",
"PERSON",
"PRODUCT",
"QUANTITY",
"TIME",
"WORK_OF_ART"
],
"textcat":[
"Business and Finance",
"Arts, Culture, and Entertainment",
"Crime",
"Sports",
"Politics",
"Science and Technology",
"Health and Wellness",
"Lifestyle and Fashion"
],
"textcat_classify":[
"ACCEPT",
"REJECT"
]
},
"pipeline":[
"tok2vec",
"ner",
"textcat",
"textcat_classify"
],
"components":[
"tok2vec",
"ner",
"textcat",
"textcat_classify"
],
"disabled":[
],
"performance":{
"ents_f":0.0,
"ents_p":0.0,
"ents_r":0.0,
"ents_per_type":0.0,
"cats_score":0.8606750392,
"cats_score_desc":"F (ACCEPT)",
"cats_micro_p":0.8620823621,
"cats_micro_r":0.8620823621,
"cats_micro_f":0.8620823621,
"cats_macro_p":0.862090731,
"cats_macro_r":0.8622499456,
"cats_macro_f":0.8620682889,
"cats_macro_auc":0.9319097902,
"cats_f_per_type":{
"ACCEPT":{
"p":0.8513198758,
"r":0.8702380952,
"f":0.8606750392
},
"REJECT":{
"p":0.8728615863,
"r":0.854261796,
"f":0.8634615385
}
},
"textcat_classify_loss":0.8403124975
},
"requirements":[
]
}