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:
- a69d8b8880a2fe975673d36b4ccb8bbf8388a658fd815c671587c018bd5b6090
- Size of remote file:
- 1.92 MB
- SHA256:
- fe1b40df7e8825709c0172639c47338a68d5622e9e3b6cc0fae516537cae738b
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.