ChatLM-mini-Chinese / chat_model_config.py
charent's picture
Upload 8 files
8797a7e
raw
history blame
95 Bytes
from transformers import T5Config
class TextToTextModelConfig(T5Config):
model_type = 't5'