en_yt_pipeline / meta.json
rajaramsblr's picture
Update spaCy pipeline
99275d6 verified
{
"lang":"en",
"name":"yt_pipeline",
"version":"0.0.0",
"description":"",
"author":"",
"email":"",
"url":"",
"license":"",
"spacy_version":">=3.7.4,<3.8.0",
"spacy_git_version":"bff8725f4",
"vectors":{
"width":0,
"vectors":0,
"keys":0,
"name":null
},
"labels":{
"tok2vec":[
],
"ner":[
"MEDICALCONDITION",
"MEDICINE",
"PATHOGEN"
]
},
"pipeline":[
"tok2vec",
"ner"
],
"components":[
"tok2vec",
"ner"
],
"disabled":[
],
"performance":{
"ents_f":0.987804878,
"ents_p":0.987804878,
"ents_r":0.987804878,
"ents_per_type":{
"MEDICINE":{
"p":1.0,
"r":1.0,
"f":1.0
},
"MEDICALCONDITION":{
"p":0.98,
"r":0.98,
"f":0.98
},
"PATHOGEN":{
"p":0.9833333333,
"r":0.9833333333,
"f":0.9833333333
}
},
"tok2vec_loss":382.5690433939,
"ner_loss":271.4802633585
},
"requirements":[
]
}