ignatius/igbo_english_machine_translation
Updated • 162 • 3
How to use qoru/t5-small_igbo-en with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
tokenizer = AutoTokenizer.from_pretrained("qoru/t5-small_igbo-en")
model = AutoModelForSeq2SeqLM.from_pretrained("qoru/t5-small_igbo-en", device_map="auto")Base model
google-t5/t5-small