初始化项目,由ModelHub XC社区提供模型
Model: sandbreak80sd/llm-350m-instruct Source: Original Platform
This commit is contained in:
12
Modelfile
Normal file
12
Modelfile
Normal 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
|
||||
Reference in New Issue
Block a user