nlp b3831a1
Kajiura Teruno commited on
How to use Roy029/mT5_pytoken_fine with Transformers:
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("Roy029/mT5_pytoken_fine", device_map="auto")