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