Files
Baichuan2-7B-Chat/configuration.json

12 lines
215 B
JSON
Raw Permalink Normal View History

{
"framework": "pytorch",
"task": "text-generation",
"model": {
"type": "Baichuan2-7B-Chat"
},
"pipeline": {
"type": "Baichuan2-7B-chatbot-pipe"
},
"allow_remote": true
}