12 lines
264 B
Plaintext
12 lines
264 B
Plaintext
|
|
FROM ./gguf/Supertron2.1-0.6B-Q4_K_M.gguf
|
||
|
|
|
||
|
|
PARAMETER temperature 0.7
|
||
|
|
PARAMETER top_p 0.8
|
||
|
|
PARAMETER top_k 20
|
||
|
|
PARAMETER num_ctx 4096
|
||
|
|
PARAMETER repeat_penalty 1.05
|
||
|
|
|
||
|
|
SYSTEM """
|
||
|
|
You are Supertron, a helpful assistant focused on coding, math, and general knowledge.
|
||
|
|
"""
|