Update model files 1161af1
zhoutongxing commited on
How to use mxmax/Chinese_Chat_T5_Base with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForMultimodalLM
tokenizer = AutoTokenizer.from_pretrained("mxmax/Chinese_Chat_T5_Base")
model = AutoModelForMultimodalLM.from_pretrained("mxmax/Chinese_Chat_T5_Base")