Files
MiniGpt-4-7B/configuration.json

11 lines
233 B
JSON
Raw Permalink Normal View History

{
"framework": "pytorch",
"task": "text-generation",
"pipeline": {
"type": "minigpt-7b-text-generation"
},
"preprocessor": {
"type": "minigpt-7b-text-preprocessor"
},
"allow_remote": true
}