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

Model: zhangsq-nju/Qwen3-1.7B-EdgeRazor-GGUF
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-06-05 15:44:17 +08:00
commit 9662933715
10 changed files with 274 additions and 0 deletions

14
params 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
}