update model card README.md 39d87ff
Ramya Keerthy Thatikonda commited on
How to use ramyakeerthyt/t5-small-finetuned with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
tokenizer = AutoTokenizer.from_pretrained("ramyakeerthyt/t5-small-finetuned")
model = AutoModelForSeq2SeqLM.from_pretrained("ramyakeerthyt/t5-small-finetuned", device_map="auto")