initial commit 05a48c4
Jood Otey commited on
How to use wetey/content-summarizer with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
tokenizer = AutoTokenizer.from_pretrained("wetey/content-summarizer")
model = AutoModelForSeq2SeqLM.from_pretrained("wetey/content-summarizer", device_map="auto")