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

Model: shaowenchen/longchat-13b-16k-gguf
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-05-16 01:02:38 +08:00
commit 80e9c175f6
18 changed files with 155 additions and 0 deletions

10
configuration.json Normal file
View File

@@ -0,0 +1,10 @@
{
"framework": "pytorch",
"task": "text-generation",
"model": {
"type": "longchat"
},
"pipeline": {
"type": "longchat-13b-16k-text-generation-pipe"
}
}