en_pipeline / meta.json
nepalprabin's picture
Update spaCy pipeline
e1cf0c1
{
"lang":"en",
"name":"pipeline",
"version":"0.0.0",
"description":"",
"author":"",
"email":"",
"url":"",
"license":"",
"spacy_version":">=3.5.0,<3.6.0",
"spacy_git_version":"dec81508d",
"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.9881889764,
"ents_p":0.9881889764,
"ents_r":0.9881889764,
"ents_per_type":{
"MEDICINE":{
"p":1.0,
"r":1.0,
"f":1.0
},
"MEDICALCONDITION":{
"p":0.980952381,
"r":0.980952381,
"f":0.980952381
},
"PATHOGEN":{
"p":0.9836065574,
"r":0.9836065574,
"f":0.9836065574
}
},
"tok2vec_loss":45.9779673556,
"ner_loss":293.0432123592
},
"requirements":[
]
}