sr_ner_tesla_j355 / meta.json
Tanor's picture
Update spaCy pipeline
1c0297a verified
{
"lang":"sr",
"name":"ner_tesla_j355",
"version":"1.0.0",
"description":"sr_ner_tesla_j355 is a spaCy model meticulously fine-tuned for Named Entity Recognition in Serbian language texts. This advanced model incorporates a transformer layer based on Jerteh-355, enhancing its analytical capabilities. It is proficient in identifying 7 distinct categories of entities: PERS (persons), ROLE (professions), DEMO (demonyms), ORG (organizations), LOC (locations), WORK (artworks), and EVENT (events). Detailed information about these categories is available in the accompanying table. The development of this model has been made possible through the support of the Science Fund of the Republic of Serbia, under grant #7276, for the project 'Text Embeddings - Serbian Language Applications - TESLA'.",
"author":"Milica Ikoni\u0107 Ne\u0161i\u0107, Sa\u0161a Petalinkar, Mihailo \u0160kori\u0107, Ranka Stankovi\u0107",
"email":"",
"url":"https://tesla.rgf.bg.ac.rs/",
"license":"CC BY-SA 3.0",
"spacy_version":">=3.7.2,<3.8.0",
"spacy_git_version":"a89eae928",
"vectors":{
"width":0,
"vectors":0,
"keys":0,
"name":null
},
"labels":{
"transformer":[
],
"ner":[
"DEMO",
"EVENT",
"LOC",
"ORG",
"PERS",
"ROLE",
"WORK"
]
},
"pipeline":[
"transformer",
"ner"
],
"components":[
"transformer",
"ner"
],
"disabled":[
],
"performance":{
"ents_f":0.9539602292,
"ents_p":0.9505642128,
"ents_r":0.957380598,
"ents_per_type":{
"ROLE":{
"p":0.8676470588,
"r":0.8910045962,
"f":0.8791707159
},
"PERS":{
"p":0.9847861329,
"r":0.987742339,
"f":0.9862620207
},
"LOC":{
"p":0.9486266531,
"r":0.9831312599,
"f":0.9655707999
},
"DEMO":{
"p":0.8775510204,
"r":0.9480314961,
"f":0.9114307343
},
"ORG":{
"p":0.8499184339,
"r":0.7117486339,
"f":0.7747211896
},
"WORK":{
"p":0.5681818182,
"r":0.3521126761,
"f":0.4347826087
},
"EVENT":{
"p":0.6666666667,
"r":0.625,
"f":0.6451612903
}
},
"transformer_loss":1379.0715721975,
"ner_loss":2655.900216832
},
"requirements":[
"spacy-transformers>=1.3.4,<1.4.0"
]
}