Arshad
Update spaCy pipeline
eb76106 verified
{
"lang":"en",
"name":"Medical_Custom_ner",
"version":"0.0.0",
"description":"",
"author":"",
"email":"",
"url":"",
"license":"",
"spacy_version":">=3.6.1,<3.7.0",
"spacy_git_version":"458bc5f45",
"vectors":{
"width":300,
"vectors":514157,
"keys":514157,
"name":"en_vectors"
},
"labels":{
"tok2vec":[
],
"ner":[
"MEDICALCONDITION",
"MEDICINE",
"PATHOGEN"
]
},
"pipeline":[
"tok2vec",
"ner"
],
"components":[
"tok2vec",
"ner"
],
"disabled":[
],
"performance":{
"ents_f":0.9649805447,
"ents_p":0.9538461538,
"ents_r":0.9763779528,
"ents_per_type":{
"MEDICINE":{
"p":0.9666666667,
"r":0.9886363636,
"f":0.9775280899
},
"MEDICALCONDITION":{
"p":0.9363636364,
"r":0.980952381,
"f":0.9581395349
},
"PATHOGEN":{
"p":0.9666666667,
"r":0.9508196721,
"f":0.958677686
}
},
"tok2vec_loss":88.8634653206,
"ner_loss":415.6456101672
},
"requirements":[
]
}