Add a template for NewHope

This commit is contained in:
oobabooga 2023-08-01 13:27:29 -07:00
parent b53ed70a70
commit c8a59d79be
2 changed files with 7 additions and 0 deletions

View file

@ -0,0 +1,4 @@
user: "### Instruction:"
bot: "### Response:"
turn_template: "<|user|>\n<|user-message|>\n\n<|bot|>\n<|bot-message|></s><s> "
context: " "

View file

@ -280,3 +280,6 @@ TheBloke_WizardLM-30B-GPTQ:
instruction_template: 'Llama-v2' instruction_template: 'Llama-v2'
.*llama.*70b.*ggml.*\.bin: .*llama.*70b.*ggml.*\.bin:
n_gqa: 8 n_gqa: 8
.*newhope:
mode: 'instruct'
instruction_template: 'NewHope'