#134 · Primary category: Foundation Models

beto

bert bert-model nlp spanish transformers transformers-library

BETO - Spanish version of the BERT model

Project last updated:10/21/23

GitHub Stars

507

Forks

63

Contributors

4

License

Other

Why we included this project

Teams building Spanish-language NLP pipelines have long needed a BERT checkpoint trained on Spanish itself, not a multilingual model spread thin across many other languages. BETO is that: a BERT-Base sized model trained with Whole Word Masking on a large Spanish corpus. The README's benchmark tables on POS tagging, named entity recognition, and other Spanish tasks show it typically matching or beating the best multilingual BERT results, which is useful evidence before you adopt it. Both uncased and cased checkpoints are on Hugging Face, so loading either takes a couple of lines with the Transformers library rather than manual conversion. The one thing to verify before production is licensing: the project is released under CC BY 4.0, and the authors flag that the training data licenses may not permit commercial use.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category