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