Instructions to use google/bigbird-base-trivia-itc with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use google/bigbird-base-trivia-itc with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("question-answering", model="google/bigbird-base-trivia-itc")# Load model directly from transformers import AutoTokenizer, AutoModelForQuestionAnswering tokenizer = AutoTokenizer.from_pretrained("google/bigbird-base-trivia-itc") model = AutoModelForQuestionAnswering.from_pretrained("google/bigbird-base-trivia-itc", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
bb0f874 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:59a0cc3603cf40f6d8601ecab26e966bc9e6a4e48924271de3359974e261fe45
size 526574331
|