Instructions to use sujayC66/pegasus-summarization_longshort_text_150 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use sujayC66/pegasus-summarization_longshort_text_150 with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("sujayC66/pegasus-summarization_longshort_text_150") model = AutoModelForSeq2SeqLM.from_pretrained("sujayC66/pegasus-summarization_longshort_text_150") - Notebooks
- Google Colab
- Kaggle