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

Model: shaowenchen/baichuan2-7b-base-gguf
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-07-27 23:28:07 +08:00
commit f1b055b744
19 changed files with 156 additions and 0 deletions

10
configuration.json Normal file
View File

@@ -0,0 +1,10 @@
{
"framework": "pytorch",
"task": "text-generation",
"model": {
"type": "baichuan"
},
"pipeline": {
"type": "baichuan2-7b-base-text-generation-pipe"
}
}