Files
Baichuan2-13B-Base/configuration.json

12 lines
220 B
JSON
Raw Permalink Normal View History

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