Summarization
Transformers
PyTorch
English
bigbird_pegasus
text2text-generation
Eval Results (legacy)
Instructions to use google/bigbird-pegasus-large-arxiv with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use google/bigbird-pegasus-large-arxiv with Transformers:
# Use a pipeline as a high-level helper # Warning: Pipeline type "summarization" is no longer supported in transformers v5. # You must load the model directly (see below) or downgrade to v4.x with: # 'pip install "transformers<5.0.0' from transformers import pipeline pipe = pipeline("summarization", model="google/bigbird-pegasus-large-arxiv")# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("google/bigbird-pegasus-large-arxiv") model = AutoModelForSeq2SeqLM.from_pretrained("google/bigbird-pegasus-large-arxiv", device_map="auto") - Inference
- Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 71d13ca56ee73a1117ffe551949d391b8a590c8fa4ed2e8027aea8669a025d7a
- Size of remote file:
- 2.31 GB
- SHA256:
- 3a35dbc739f849c9ee2fad73d437eb2ea7fc5c59de1824ab37f8ca67029d96b6
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.