#134 · Primary category: Foundation Models
beto
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
transformers
🤗 Transformers: the model-definition framework for state-of-the-art machine learning models in text, vision, audio, and multimodal models, for both inference and training.
CLIP
CLIP (Contrastive Language-Image Pretraining), Predict the most relevant text snippet given an image
MiniCPM-V
A Pocket-Sized MLLM for Ultra-Efficient Image and Video Understanding on Your Phone
generative-models
Generative Models by Stability AI
unilm
Large-scale Self-supervised Pre-training Across Tasks, Languages, and Modalities