en_pipeline / meta.json
rahulpointer's picture
Update spaCy pipeline
aec0de6
{
"lang":"en",
"name":"pipeline",
"version":"0.0.0",
"description":"",
"author":"",
"email":"",
"url":"",
"license":"",
"spacy_version":">=3.4.4,<3.5.0",
"spacy_git_version":"Unknown",
"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.9882352941,
"ents_p":0.984375,
"ents_r":0.9921259843,
"ents_per_type":{
"MEDICINE":{
"p":1.0,
"r":1.0,
"f":1.0
},
"MEDICALCONDITION":{
"p":0.9719626168,
"r":0.9904761905,
"f":0.9811320755
},
"PATHOGEN":{
"p":0.9836065574,
"r":0.9836065574,
"f":0.9836065574
}
},
"tok2vec_loss":120.6807779801,
"ner_loss":279.6110371662
},
"requirements":[
]
}