ChatLM-mini-Chinese / configuration_chat_model.py
charent's picture
Rename chat_model_config.py to configuration_chat_model.py
4fcc117
raw
history blame contribute delete
No virus
95 Bytes
from transformers import T5Config
class TextToTextModelConfig(T5Config):
model_type = 't5'