en_pipeline / meta.json
Madhana's picture
Update spaCy pipeline
a714855
{
"lang":"en",
"name":"pipeline",
"version":"0.0.0",
"description":"",
"author":"",
"email":"",
"url":"",
"license":"",
"spacy_version":">=3.5.1,<3.6.0",
"spacy_git_version":"Unknown",
"vectors":{
"width":0,
"vectors":0,
"keys":0,
"name":null
},
"labels":{
"transformer":[
],
"ner":[
"BUILDING",
"CITY",
"NAME",
"NEIGHBORHOOD",
"PHONE NUMBER",
"STREET"
]
},
"pipeline":[
"transformer",
"ner"
],
"components":[
"transformer",
"ner"
],
"disabled":[
],
"performance":{
"ents_f":0.9977924945,
"ents_p":0.9970588235,
"ents_r":0.9985272459,
"ents_per_type":{
"NEIGHBORHOOD":{
"p":1.0,
"r":1.0,
"f":1.0
},
"STREET":{
"p":0.9952380952,
"r":0.9952380952,
"f":0.9952380952
},
"BUILDING":{
"p":0.9861111111,
"r":1.0,
"f":0.993006993
},
"CITY":{
"p":1.0,
"r":1.0,
"f":1.0
},
"NAME":{
"p":1.0,
"r":1.0,
"f":1.0
},
"PHONE NUMBER":{
"p":1.0,
"r":1.0,
"f":1.0
}
},
"transformer_loss":213.0186185096,
"ner_loss":250.8195002671
},
"requirements":[
"spacy-transformers>=1.2.3,<1.3.0"
]
}