Add a template for NewHope
This commit is contained in:
parent
b53ed70a70
commit
c8a59d79be
2 changed files with 7 additions and 0 deletions
4
characters/instruction-following/NewHope.yaml
Normal file
4
characters/instruction-following/NewHope.yaml
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
user: "### Instruction:"
|
||||||
|
bot: "### Response:"
|
||||||
|
turn_template: "<|user|>\n<|user-message|>\n\n<|bot|>\n<|bot-message|></s><s> "
|
||||||
|
context: " "
|
|
@ -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'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue