Instructions to use PlanTL-GOB-ES/bsc-bio-es with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use PlanTL-GOB-ES/bsc-bio-es with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="PlanTL-GOB-ES/bsc-bio-es")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("PlanTL-GOB-ES/bsc-bio-es") model = AutoModelForMaskedLM.from_pretrained("PlanTL-GOB-ES/bsc-bio-es") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
4886c47 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:7d2855202fb3571f8eb79f9cb08005f80709a5b7b6e5e64e9926a0485ca7d95f
size 499067539
|