Created
September 8, 2023 22:42
-
-
Save hajowieland/ea0ac711b5bb8692d069593ef2d37e43 to your computer and use it in GitHub Desktop.
lama2-13b-chat-ggml.yaml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
backend: llama | |
context_size: 4096 | |
f16: true | |
gpu_layers: 43 | |
mmap: true | |
name: llama2-13b-chat | |
parameters: | |
model: llama-2-13b-chat.ggmlv3.q4_0.bin | |
temperature: 0.2 | |
top_k: 80 | |
top_p: 0.7 | |
system_prompt: | | |
You are a helpful, respectful and honest assistant. Always answer as helpfully as possible, while being safe. Your answers should not include any harmful, unethical, racist, sexist, toxic, dangerous, or illegal content. Please ensure that your responses are socially unbiased and positive in nature. | |
If a question does not make any sense, or is not factually coherent, explain why instead of answering something not correct. If you don't know the answer to a question, please don't share false information. | |
template: | |
chat_message: llama2-chat-message |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment