初始化项目,由ModelHub XC社区提供模型
Model: jadael/comma-v0.1-2t-GGUF Source: Original Platform
This commit is contained in:
12
Modelfile
Normal file
12
Modelfile
Normal file
@@ -0,0 +1,12 @@
|
||||
FROM ./comma-v0.1-2t-f16.gguf
|
||||
|
||||
TEMPLATE """{{ .Prompt }}"""
|
||||
|
||||
PARAMETER stop "<|end_of_text|>"
|
||||
PARAMETER temperature 0.7
|
||||
PARAMETER top_p 0.9
|
||||
PARAMETER repeat_penalty 1.1
|
||||
|
||||
# Note: This is a base model (not instruction-tuned).
|
||||
# It will continue text rather than follow instructions.
|
||||
# For chat/assistant behavior, consider fine-tuning or using an instruction-tuned model.
|
||||
Reference in New Issue
Block a user