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

Model: starrybeam/chuxiaoying-1.7b-gguf
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-04-22 07:31:46 +08:00
commit 90b927c35f
7 changed files with 182 additions and 0 deletions

14
params_bak Normal file
View File

@@ -0,0 +1,14 @@
{
"stop": [
"<|im_start|>",
"<|im_end|>"
],
"temperature": 0.6,
"min_p" : 0.00,
"repeat_penalty" : 1.0,
"presence_penalty" : 1.5,
"top_k" : 20,
"top_p" : 0.95,
"num_predict" : 32768,
"num_ctx": 40960
}