Skip to content

Instantly share code, notes, and snippets.

@hajowieland
Created September 8, 2023 22:42
Show Gist options
  • Save hajowieland/ea0ac711b5bb8692d069593ef2d37e43 to your computer and use it in GitHub Desktop.
Save hajowieland/ea0ac711b5bb8692d069593ef2d37e43 to your computer and use it in GitHub Desktop.
lama2-13b-chat-ggml.yaml
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