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

Model: unsloth/Phi-4-mini-reasoning-GGUF
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-07-05 03:31:15 +08:00
commit 73ecd6b322
30 changed files with 543 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
}