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

Model: Surpem/Supertron2.1-0.6B-GGUF
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-06-11 20:50:18 +08:00
commit bbb1604c82
8 changed files with 272 additions and 0 deletions

11
Modelfile.q8 Normal file
View File

@@ -0,0 +1,11 @@
FROM ./gguf/Supertron2.1-0.6B-Q8_0.gguf
PARAMETER temperature 0.7
PARAMETER top_p 0.8
PARAMETER top_k 20
PARAMETER num_ctx 4096
PARAMETER repeat_penalty 1.05
SYSTEM """
You are Supertron, a helpful assistant focused on coding, math, and general knowledge.
"""