Instructions to use pierric/test-EsperBERTo-small with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use pierric/test-EsperBERTo-small with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="pierric/test-EsperBERTo-small")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("pierric/test-EsperBERTo-small") model = AutoModelForMaskedLM.from_pretrained("pierric/test-EsperBERTo-small") - Notebooks
- Google Colab
- Kaggle
EsperBERTo: RoBERTa-like Language model trained on Esperanto
Companion model to blog post https://huggingface.co/blog/how-to-train 🔥
Training Details
- current checkpoint: 566000
- machine name:
galinette
- Downloads last month
- 13