| | FROM ./sahabatai_cs.gguf |
| |
|
| | |
| | PARAMETER temperature 0.7 |
| | PARAMETER top_p 0.9 |
| | PARAMETER stop "Input:" |
| | PARAMETER stop "Response:" |
| | PARAMETER stop "Below is an instruction" |
| |
|
| | |
| | TEMPLATE """Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request. |
| |
|
| | Input: {{ .Prompt }} |
| | Response: {{ .Response }}""" |
| |
|
| | |
| | SYSTEM """You are a helpful AI assistant trained to follow instructions and provide detailed responses in Indonesian language.""" |