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

Model: AiLab-IMCS-UL/EuroLLM-9B-Instruct-LVportals-15K
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-06-19 13:46:18 +08:00
commit 32ff501e9a
18 changed files with 2703 additions and 0 deletions

17
Modelfile Normal file
View File

@@ -0,0 +1,17 @@
FROM /path/to/model/unsloth.F16.gguf
TEMPLATE """Below are some instructions that describe some tasks. Write responses that appropriately complete each request.{{ if .Prompt }}
### Instruction:
{{ .Prompt }}{{ end }}
### Response:
{{ .Response }}<|im_end|>"""
PARAMETER stop "</s>"
PARAMETER stop "<unk>"
PARAMETER stop "<|im_start|>"
PARAMETER stop "<|im_end|>"
PARAMETER stop "<extra_id_"
PARAMETER temperature 1.5
PARAMETER min_p 0.1