Instructions to use PlanTL-GOB-ES/roberta-base-biomedical-es with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use PlanTL-GOB-ES/roberta-base-biomedical-es with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="PlanTL-GOB-ES/roberta-base-biomedical-es")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("PlanTL-GOB-ES/roberta-base-biomedical-es") model = AutoModelForMaskedLM.from_pretrained("PlanTL-GOB-ES/roberta-base-biomedical-es") - Inference
- Notebooks
- Google Colab
- Kaggle
Commit History
Update README.md c1f93d4
Update README.md e01cca2
Update README.md e3bc7cb
Update README.md f72f58d
Update README.md d672dee
Rollback to the first model version cada4a6
Update README.md 257a27c
Revert "Update README.md" affbefe
new model version 499c5e2
Update README.md ed1029e
Update README.md 5cc8fc8
Update README.md 977a98e
Initial commit 8630abf
Asier Gutiérrez Fandiño commited on