13 lines
370 B
Plaintext
13 lines
370 B
Plaintext
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.
|