Transformers How to use varun3dec/Pbi-Summarization-model with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
tokenizer = AutoTokenizer.from_pretrained("varun3dec/Pbi-Summarization-model")
model = AutoModelForSeq2SeqLM.from_pretrained("varun3dec/Pbi-Summarization-model")