Commit
·
e26ba25
1
Parent(s):
cc629c6
Update README.md
Browse files
README.md
CHANGED
@@ -15,3 +15,27 @@ metrics:
|
|
15 |
- "f1"
|
16 |
|
17 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
15 |
- "f1"
|
16 |
|
17 |
---
|
18 |
+
|
19 |
+
# Spanish RoBERTa-base trained on BNE finetuned for CAPITEL Named Entity Recognition (NER) dataset.
|
20 |
+
RoBERTa-base-bne is a transformer-based masked language model for the Spanish language. It is based on the RoBERTa base model and has been pre-trained using the largest Spanish corpus known to date, with a total of 570GB of clean and deduplicated text processed for this work, compiled from the web crawlings performed by the National Library of Spain (Biblioteca Nacional de España) from 2009 to 2019.
|
21 |
+
|
22 |
+
Original pre-trained model can be found here: https://huggingface.co/BSC-TeMU/roberta-base-bne
|
23 |
+
|
24 |
+
## Evaluation and results
|
25 |
+
F1 Score: 0.8959
|
26 |
+
|
27 |
+
For evaluation details visit our [GitHub repository](https://github.com/PlanTL-SANIDAD/lm-spanish).
|
28 |
+
|
29 |
+
|
30 |
+
## Citing
|
31 |
+
Check out our paper for all the details: https://arxiv.org/abs/2107.07253
|
32 |
+
```
|
33 |
+
@misc{gutierrezfandino2021spanish,
|
34 |
+
title={Spanish Language Models},
|
35 |
+
author={Asier Gutiérrez-Fandiño and Jordi Armengol-Estapé and Marc Pàmies and Joan Llop-Palao and Joaquín Silveira-Ocampo and Casimiro Pio Carrino and Aitor Gonzalez-Agirre and Carme Armentano-Oller and Carlos Rodriguez-Penagos and Marta Villegas},
|
36 |
+
year={2021},
|
37 |
+
eprint={2107.07253},
|
38 |
+
archivePrefix={arXiv},
|
39 |
+
primaryClass={cs.CL}
|
40 |
+
}
|
41 |
+
```
|