Instructions to use google/pegasus-x-large with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use google/pegasus-x-large with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("google/pegasus-x-large") model = AutoModelForSeq2SeqLM.from_pretrained("google/pegasus-x-large") - Notebooks
- Google Colab
- Kaggle
Is this the base version, or a fine-tuned one?
#3
by giuseppe-trimigno - opened
As it is possible to read on https://github.com/google-research/pegasus/tree/main/pegasus/flax, Google has published different checkpoints (adapted but not fine-tuned, fine-tuned on ArXiv, Big Patent, PubMed, GovReport and so on).
Which checkpoint is this?