Witllm/prompt_clue/configuration.json

11 lines
199 B
JSON
Raw Normal View History

2024-01-06 21:05:39 +08:00
{
"framework": "pytorch",
"task": "text2text-generation",
"model": {
"type": "T5",
"language": "zh"
},
"pipeline": {
"type": "text2text-generation"
}
}