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

class TextToTextModelConfig(T5Config):
    model_type = 't5'