marcosgg commited on
Commit
9fb0d03
1 Parent(s): d976cdd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -13,6 +13,6 @@ widget:
13
 
14
  # Named Entity Recognition (NER) model for Galician
15
 
16
- 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).
17
 
18
  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.
 
13
 
14
  # Named Entity Recognition (NER) model for Galician
15
 
16
+ 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).
17
 
18
  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.