File size: 95 Bytes
8797a7e
 
 
 
1
2
3
4
from transformers import T5Config

class TextToTextModelConfig(T5Config):
    model_type = 't5'