Instructions to use BSC-LT/RoBERTalex with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use BSC-LT/RoBERTalex with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="BSC-LT/RoBERTalex")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("BSC-LT/RoBERTalex") model = AutoModelForMaskedLM.from_pretrained("BSC-LT/RoBERTalex") - Notebooks
- Google Colab
- Kaggle
Commit History
Update README.md a2a5b48
Update README.md a5d3821
Update README.md c9f14a8
Update README.md 07fefe7
Update README.md 6bdc88d
Update README.md 66cdcaf
Update README.md c427d17
Update README.md d7c6458
Update README.md 89e511a
Model commit 0048fd1
Asier Gutiérrez-Fandiño commited on