Huertas97's picture
Add english NER model
e23e4b8
raw
history blame
1.16 kB
{
"lang":"en",
"name":"pipeline",
"version":"0.0.0",
"spacy_version":">=3.2.1,<3.3.0",
"description":"",
"author":"",
"email":"",
"url":"",
"license":"",
"spacy_git_version":"800737b41",
"vectors":{
"width":0,
"vectors":0,
"keys":0,
"name":null,
"mode":"default"
},
"labels":{
"tok2vec":[
],
"ner":[
"INV_CAMO",
"LEETSPEAK",
"MIX",
"PUNCT_CAMO"
]
},
"pipeline":[
"tok2vec",
"ner"
],
"components":[
"tok2vec",
"ner"
],
"disabled":[
],
"performance":{
"ents_f":0.5759745426,
"ents_p":0.5993377483,
"ents_r":0.5543644717,
"ents_per_type":{
"LEETSPEAK":{
"p":0.5973084886,
"r":0.7036585366,
"f":0.6461366181
},
"MIX":{
"p":0.4705882353,
"r":0.3440860215,
"f":0.397515528
},
"INV_CAMO":{
"p":0.4186046512,
"r":0.1090909091,
"f":0.1730769231
},
"PUNCT_CAMO":{
"p":0.7569620253,
"r":0.71875,
"f":0.7373612824
}
},
"tok2vec_loss":705.3282110917,
"ner_loss":546.5770188565
}
}