es_spacy_ner_cds / meta.json
sdocio's picture
Initial commit
aa56eaf
{
"lang":"es",
"name":"es_spacy_ner_cds",
"version":"0.0.1a",
"spacy_version":">=3.4.3,<3.5.0",
"description":"NER for Spanish trained with interviews in the domain of tourism related with the Way of Saint Jacques",
"author":"Susana Sotelo Docío",
"email":"susana.sotelo@socialdatalab.org",
"url":"",
"license":"gpl-3.0",
"spacy_git_version":"Unknown",
"vectors":{
"width":300,
"vectors":500000,
"keys":500000,
"name":"es_vectors",
"mode":"default"
},
"labels":{
"tok2vec":[
],
"ner":[
"LOC",
"MISC",
"ORG",
"PER"
]
},
"pipeline":[
"tok2vec",
"ner"
],
"components":[
"tok2vec",
"ner"
],
"disabled":[
],
"performance":{
"ents_f":0.9626321974,
"ents_p":0.9648998822,
"ents_r":0.9603751465,
"ents_per_type":{
"PER":{
"p":0.9502262443,
"r":0.8860759494,
"f":0.9170305677
},
"LOC":{
"p":0.9754701554,
"r":0.9870380585,
"f":0.9812200137
},
"MISC":{
"p":0.8630136986,
"r":0.7753846154,
"f":0.8168557536
},
"ORG":{
"p":0.873015873,
"r":0.7142857143,
"f":0.7857142857
}
},
"tok2vec_loss":627.8017328473,
"ner_loss":340.0641173897
}
}