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