Files
bloom-560m/configuration.json

11 lines
211 B
JSON
Raw Normal View History

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