initial commit 5c3e715
Tom Hodemon commited on
How to use tomhodemon/t5-small-wikitext with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForMultimodalLM
tokenizer = AutoTokenizer.from_pretrained("tomhodemon/t5-small-wikitext")
model = AutoModelForMultimodalLM.from_pretrained("tomhodemon/t5-small-wikitext")