Instructions to use google/bigbird-roberta-large with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use google/bigbird-roberta-large with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="google/bigbird-roberta-large")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("google/bigbird-roberta-large") model = AutoModelForMaskedLM.from_pretrained("google/bigbird-roberta-large") - Inference
- Notebooks
- Google Colab
- Kaggle
File size: 135 Bytes
95d04fa | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:416cd4aa4a935e10507bb76927a0bcf45864abf2eccc2051371a9a5ad6e32aa3
size 1440926327
|