AmitGarage's picture
Upload 3 files
63e34fe
raw
history blame
1.41 kB
{
"lang":"en",
"name":"pipeline",
"version":"0.0.0",
"spacy_version":">=3.0.5,<3.1.0",
"description":"",
"author":"",
"email":"",
"url":"",
"license":"",
"spacy_git_version":"53a3b967a",
"vectors":{
"width":0,
"vectors":0,
"keys":0,
"name":null
},
"labels":{
"transformer":[
],
"torch_ner":[
"O",
"B-person",
"I-person",
"B-problem",
"I-problem",
"B-pronoun",
"I-pronoun",
"B-test",
"I-test",
"B-treatment",
"I-treatment"
]
},
"pipeline":[
"transformer",
"torch_ner"
],
"components":[
"transformer",
"torch_ner"
],
"disabled":[
],
"performance":{
"ents_per_type":{
"test":{
"p":0.7299306244,
"r":0.8519375361,
"f":0.7862289832
},
"treatment":{
"p":0.6986449864,
"r":0.8397394137,
"f":0.7627218935
},
"pronoun":{
"p":0.9867021277,
"r":0.9867021277,
"f":0.9867021277
},
"person":{
"p":0.8752107926,
"r":0.8932874355,
"f":0.8841567291
},
"problem":{
"p":0.7603921569,
"r":0.8209144793,
"f":0.789495114
}
},
"ents_f":0.8127260467,
"ents_p":0.7736928105,
"ents_r":0.8559070368,
"transformer_loss":0.0232139751,
"torch_ner_loss":2.7205681801
}
}