Witllm/seqgpt/configuration.json

12 lines
184 B
JSON
Raw Normal View History

2024-01-06 21:05:39 +08:00
{
"framework": "pytorch",
"task": "text-generation",
"model": {
"type": "bloom"
},
"pipeline": {
"type": "seqgpt"
},
"allow_remote": true
}