Cartinoe5930 commited on
Commit
9abae81
·
1 Parent(s): e3f3e6d

Update src/prompt_template.json

Browse files
Files changed (1) hide show
  1. src/prompt_template.json +1 -1
src/prompt_template.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "llama": {
3
  "prompt": "SYSTEM: 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.\nUSER: {instruction}\nASSISTANT: ",
4
  "response_split": "ASSISTANT: "
5
  },
 
1
  {
2
+ "llama2": {
3
  "prompt": "SYSTEM: 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.\nUSER: {instruction}\nASSISTANT: ",
4
  "response_split": "ASSISTANT: "
5
  },