Add OpenChat template
This commit is contained in:
parent
bf08b16b32
commit
4ba30f6765
2 changed files with 7 additions and 0 deletions
4
instruction-templates/OpenChat.yaml
Normal file
4
instruction-templates/OpenChat.yaml
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
user: "GPT4 User:"
|
||||||
|
bot: "GPT4 Assistant:"
|
||||||
|
turn_template: "<|user|> <|user-message|><|end_of_turn|><|bot|> <|bot-message|><|end_of_turn|>"
|
||||||
|
context: ""
|
|
@ -288,3 +288,6 @@ TheBloke_WizardLM-30B-GPTQ:
|
||||||
instruction_template: 'StableBeluga2'
|
instruction_template: 'StableBeluga2'
|
||||||
truncation_length: 4096
|
truncation_length: 4096
|
||||||
rms_norm_eps: 5.0e-6
|
rms_norm_eps: 5.0e-6
|
||||||
|
.*openchat:
|
||||||
|
mode: 'instruct'
|
||||||
|
instruction_template: 'OpenChat'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue