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

Model: sandbreak80sd/llm-350m-instruct
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-04-18 18:05:16 +08:00
commit 09ea00210f
10 changed files with 250906 additions and 0 deletions

12
Modelfile Normal file
View File

@@ -0,0 +1,12 @@
FROM ./llm-350m-instruct-q4_k_m.gguf
TEMPLATE """### Instruction:
{{ .Prompt }}
### Response:
"""
PARAMETER stop "### Instruction:"
PARAMETER stop "### Response:"
PARAMETER temperature 0.7
PARAMETER top_p 0.9
PARAMETER top_k 50
PARAMETER repeat_penalty 1.1