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

Model: unsloth/Phi-4-reasoning-GGUF
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-07-14 17:47:06 +08:00
commit a995abc37f
30 changed files with 419 additions and 0 deletions

11
params Normal file
View File

@@ -0,0 +1,11 @@
{
"stop": [
"<|im_start|>",
"<|im_end|>"
],
"temperature": 0.8,
"min_p" : 0.00,
"repeat_penalty" : 1.0,
"top_p" : 0.95,
"num_predict" : 32768
}