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

Model: shaowenchen/chinese-llama-2-13b-16k-gguf
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-05-16 07:27:03 +08:00
commit 3ac07b2957
18 changed files with 139 additions and 0 deletions

10
configuration.json Normal file
View File

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