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