Instructions to use google/bigbird-roberta-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use google/bigbird-roberta-base with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForPreTraining tokenizer = AutoTokenizer.from_pretrained("google/bigbird-roberta-base") model = AutoModelForPreTraining.from_pretrained("google/bigbird-roberta-base") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
5a145f7 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:bb5b84c73eb7b29192e4216c3474d2fd4cdc1ee89116470a17a2746e9b71024b
size 512458697
|