Spaces:
Sleeping
Sleeping
from transformers import AutoTokenizer, MT5ForConditionalGeneration | |
model = MT5ForConditionalGeneration.from_pretrained("google/mt5-base") |