Instructions to use PlanTL-GOB-ES/RoBERTalex with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use PlanTL-GOB-ES/RoBERTalex with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="PlanTL-GOB-ES/RoBERTalex")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("PlanTL-GOB-ES/RoBERTalex") model = AutoModelForMaskedLM.from_pretrained("PlanTL-GOB-ES/RoBERTalex") - Inference
- Notebooks
- Google Colab
- Kaggle
Commit History
Update README.md 52ba14c
Update README.md 6714a6c
Update README.md 6321571
Update README.md bedf21e
Update README.md 690eb55
Update README.md 4a37d06
Update README.md 4844eb6
Update README.md b004fa5
Initial commit 38cc31e
Asier Gutiérrez Fandiño commited on