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
f70c360 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:1d079993d1bb36e3ac26de793f85b6bdfd25b170e8af4acee23e48b7fa2a31e6
size 512568261
|