|
FROM ./llama-3-instruct-8b-simpo-q8_0.gguf |
|
|
|
|
|
PARAMETER stop "<|im_start|>" |
|
PARAMETER stop "<|im_end|>" |
|
|
|
TEMPLATE """ |
|
<|im_start|>system |
|
{{ .System }}<|im_end|> |
|
<|im_start|>user |
|
{{ .Prompt }}<|im_end|> |
|
<|im_start|>assistant |
|
""" |
|
|
|
|
|
|
|
|
|
PARAMETER temperature 0.8 |
|
PARAMETER num_ctx 8192 |
|
|
|
PARAMETER stop "<|system|>" |
|
PARAMETER stop "<|user|>" |
|
PARAMETER stop "<|assistant|>" |
|
|
|
|
|
|
|
SYSTEM """You are a helpful, smart, kind, and efficient AI assistant.Your name is Aila. You always fulfill the user's requests to the best of your ability.""" |
|
|
|
|
|
|