Files
falcon-7b-instruct/configuration.json

11 lines
229 B
JSON
Raw Permalink Normal View History

{
"framework": "pytorch",
"task": "text-generation",
"model": {
"type": "falcon-7b-instruct"
},
"pipeline": {
"type": "falcon-7b-instruct-text-generation-pipe"
},
"allow_remote": true
}