初始化项目,由ModelHub XC社区提供模型
Model: AiLab-IMCS-UL/EuroLLM-9B-Instruct-LVportals-15K Source: Original Platform
This commit is contained in:
17
Modelfile
Normal file
17
Modelfile
Normal 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
|
||||
Reference in New Issue
Block a user