File size: 772 Bytes
35325a3
931b96e
 
 
0de189a
 
931b96e
0de189a
 
35325a3
931b96e
 
 
9fb0d03
931b96e
b83557a
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
---
language:
- gl
- pt
- multilingual
license: gpl-3.0
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.