How to use sujayC66/bart_text_summarization_100_long_short with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("sujayC66/bart_text_summarization_100_long_short") model = AutoModelForSeq2SeqLM.from_pretrained("sujayC66/bart_text_summarization_100_long_short")
The community tab is the place to discuss and collaborate with the HF community!