sr_pln_tesla_j355 / meta.json
Tanor's picture
Update spaCy pipeline
0e239b7 verified
{
"lang":"sr",
"name":"pln_tesla_j355",
"version":"1.0.0",
"description":"sr_pln_tesla_j355 is a spaCy model meticulously fine-tuned for Part-of-Speech Tagging, Lemmatization, and 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":[
],
"tagger":[
"ADJ",
"ADP",
"ADV",
"AUX",
"CCONJ",
"DET",
"INTJ",
"NOUN",
"NUM",
"PART",
"PRON",
"PROPN",
"PUNCT",
"SCONJ",
"VERB",
"X"
],
"ner":[
"DEMO",
"EVENT",
"LOC",
"ORG",
"PERS",
"ROLE",
"WORK"
]
},
"pipeline":[
"transformer",
"tagger",
"trainable_lemmatizer",
"ner"
],
"components":[
"transformer",
"tagger",
"trainable_lemmatizer",
"ner"
],
"disabled":[
],
"performance":{
"tag_acc":0.9847113194,
"lemma_acc":0.9833528137,
"ents_f":0.9574266793,
"ents_p":0.9563926016,
"ents_r":0.9584629955,
"ents_per_type":{
"ROLE":{
"p":0.8816568047,
"r":0.8804990151,
"f":0.8810775296
},
"PERS":{
"p":0.9868700763,
"r":0.9871169481,
"f":0.9869934967
},
"LOC":{
"p":0.9558634847,
"r":0.9818133896,
"f":0.968664673
},
"DEMO":{
"p":0.9340836013,
"r":0.9149606299,
"f":0.9244232299
},
"ORG":{
"p":0.8231098431,
"r":0.7882513661,
"f":0.805303559
},
"WORK":{
"p":0.6666666667,
"r":0.4788732394,
"f":0.5573770492
},
"EVENT":{
"p":0.72,
"r":0.5625,
"f":0.6315789474
}
},
"transformer_loss":1835.7227771963,
"tagger_loss":631.219531228,
"trainable_lemmatizer_loss":997.4938206542,
"ner_loss":405.0831144998
},
"requirements":[
"spacy-transformers>=1.3.4,<1.4.0"
]
}