chatmlTest / model /chat_model_config.py
Last commit not found
raw
history blame
95 Bytes
from transformers import T5Config
class TextToTextModelConfig(T5Config):
model_type = 't5'