chatmlTest / model /chat_model_config.py
fangshengren's picture
Upload 59 files
f4fac26 verified
raw
history blame contribute delete
No virus
95 Bytes
from transformers import T5Config
class TextToTextModelConfig(T5Config):
model_type = 't5'