add checkpoint 6bc47c5
Samuel Cahyawijaya commited on
How to use indonlp/cendol-mt5-large-chat with Transformers:
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("indonlp/cendol-mt5-large-chat", device_map="auto")