is_ner_mim_sm / meta.json
elisno's picture
Update spaCy pipeline
bc6f7ba
raw
history blame
1.65 kB
{
"lang":"is",
"name":"ner_mim_sm",
"version":"0.0.0",
"description":"",
"author":"",
"email":"",
"url":"",
"license":"",
"spacy_version":">=3.1.1,<3.2.0",
"spacy_git_version":"ffaead8fe",
"vectors":{
"width":0,
"vectors":0,
"keys":0,
"name":null
},
"labels":{
"tok2vec":[
],
"ner":[
"Date",
"Location",
"Miscellaneous",
"Money",
"Organization",
"Percent",
"Person",
"Time"
]
},
"pipeline":[
"tok2vec",
"ner"
],
"components":[
"tok2vec",
"ner"
],
"disabled":[
],
"_sourced_vectors_hashes":{
},
"performance":{
"ents_f":0.7910880829,
"ents_p":0.8029028187,
"ents_r":0.7796160131,
"ents_per_type":{
"Location":{
"p":0.8390804598,
"r":0.8390804598,
"f":0.8390804598
},
"Organization":{
"p":0.7024704619,
"r":0.7171052632,
"f":0.7097124254
},
"Miscellaneous":{
"p":0.5923076923,
"r":0.4603886398,
"f":0.5180824222
},
"Person":{
"p":0.8632691112,
"r":0.8526703499,
"f":0.8579369981
},
"Date":{
"p":0.887915937,
"r":0.9319852941,
"f":0.9094170404
},
"Money":{
"p":0.875,
"r":0.7325581395,
"f":0.7974683544
},
"Time":{
"p":0.8785046729,
"r":0.8468468468,
"f":0.8623853211
},
"Percent":{
"p":0.972972973,
"r":0.96,
"f":0.966442953
}
},
"tok2vec_loss":10790.5713650784,
"ner_loss":7924.9423131262
}
}