File size: 1,320 Bytes
aa56eaf |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 |
{
"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":"[email protected]",
"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
}
}
|