初始化项目,由ModelHub XC社区提供模型

Model: alv001/MiniGpt-4-7B
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-06-26 12:38:15 +08:00
commit 2c78cf6928
13 changed files with 338 additions and 0 deletions

11
configuration.json Normal file
View File

@@ -0,0 +1,11 @@
{
"framework": "pytorch",
"task": "text-generation",
"pipeline": {
"type": "minigpt-7b-text-generation"
},
"preprocessor": {
"type": "minigpt-7b-text-preprocessor"
},
"allow_remote": true
}