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

Model: manindra18/Qwen3-8B
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-04-22 01:09:44 +08:00
commit c2246d6652
16 changed files with 152177 additions and 0 deletions

8
Modelfile Normal file
View File

@@ -0,0 +1,8 @@
FROM merged_model-Q4_K_M.gguf
PARAMETER temperature 0.7
PARAMETER top_k 40
PARAMETER top_p 0.9
PARAMETER num_ctx 8192
PARAMETER num_predict 4096
PARAMETER repeat_penalty 1.1