marcosgg's picture
Update README.md
d5a1e3d
|
raw
history blame contribute delete
No virus
765 Bytes
---
license: agpl-3.0
language:
- gl
- pt
widget:
- text: >-
A miña amiga Rosa, de Lisboa, estudou en Montreal. Agora traballa en Nova
Pescanova.
---
# Named Entity Recognition (NER) model for Galician
This is a NER model for Galician (ILG/RAG spelling) which uses the standard 'enamex' classes: LOC (geographical locations); PER (people); ORG (organizations); MISC (other entities).
The model is based on [BERT-base-gl-cased](https://huggingface.co/marcosgg/bert-base-gl-cased), which has been fine-tuned using custom splits of the [SLI_NERC dataset](https://github.com/xavier-gz/SLI_Galician_Corpora). On the test split of this dataset (not used for training), the model obtained the following results (Precision/Recall/F-score): 87.69 / 89.7 / 88.68.