mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2024-10-01 01:26:03 -04:00
Add OpenChat template
This commit is contained in:
parent
bf08b16b32
commit
4ba30f6765
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…
Reference in New Issue
Block a user