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