| # 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" | |
| # 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" | |