mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2024-11-25 09:19:23 +01:00
Add a template for NewHope
This commit is contained in:
parent
b53ed70a70
commit
c8a59d79be
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…
Reference in New Issue
Block a user