en_01_pipeline / meta.json
regmisaugat59's picture
Update spaCy pipeline
93b8da5
{
"lang":"en",
"name":"01_pipeline",
"version":"0.0.0",
"description":"",
"author":"",
"email":"",
"url":"",
"license":"",
"spacy_version":">=3.5.3,<3.6.0",
"spacy_git_version":"Unknown",
"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.7582938389,
"ents_p":0.7179087007,
"ents_r":0.8034934498,
"ents_per_type":{
"MEDICINE":{
"p":0.7510917031,
"r":0.7747747748,
"f":0.7627494457
},
"MEDICALCONDITION":{
"p":0.6980286738,
"r":0.8191377497,
"f":0.7537493953
},
"PATHOGEN":{
"p":0.7024482109,
"r":0.8270509978,
"f":0.7596741344
}
},
"tok2vec_loss":96.5355242033,
"ner_loss":2241.2566129016
},
"requirements":[
]
}