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