Spaces:
Runtime error
Runtime error
File size: 95 Bytes
6489805 |
1 2 3 4 |
from transformers import T5Config
class TextToTextModelConfig(T5Config):
model_type = 't5' |