chatmlTest / ChatLM-mini-Chinese /configuration_chat_model.py
fangshengren's picture
Upload 10 files
6489805 verified
raw
history blame contribute delete
No virus
95 Bytes
from transformers import T5Config
class TextToTextModelConfig(T5Config):
model_type = 't5'