File size: 208 Bytes
d3cb92b | 1 2 3 4 5 6 7 | # This file explicitly tells HF this is a custom text generation model
# and prevents auto-detection of sentence-transformers
TASK = "text-generation"
FRAMEWORK = "transformers"
MODEL_TYPE = "t5gemma"
|