diff --git a/characters/instruction-following/NewHope.yaml b/characters/instruction-following/NewHope.yaml new file mode 100644 index 00000000..d9a72f64 --- /dev/null +++ b/characters/instruction-following/NewHope.yaml @@ -0,0 +1,4 @@ +user: "### Instruction:" +bot: "### Response:" +turn_template: "<|user|>\n<|user-message|>\n\n<|bot|>\n<|bot-message|> " +context: " " diff --git a/models/config.yaml b/models/config.yaml index f9d0a4c0..0c1027c0 100644 --- a/models/config.yaml +++ b/models/config.yaml @@ -280,3 +280,6 @@ TheBloke_WizardLM-30B-GPTQ: instruction_template: 'Llama-v2' .*llama.*70b.*ggml.*\.bin: n_gqa: 8 +.*newhope: + mode: 'instruct' + instruction_template: 'NewHope'