mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2024-10-01 01:26:03 -04:00
Fixing Vicuna text generation (#1579)
This commit is contained in:
parent
d87ca8f2af
commit
a941c19337
@ -1,4 +1,4 @@
|
||||
name: "### Assistant:"
|
||||
your_name: "### Human:"
|
||||
context: "A chat between a human and an assistant.\n\n"
|
||||
turn_template: "<|user|> <|user-message|>\n<|bot|> <|bot-message|>\n"
|
||||
turn_template: "<|user|> <|user-message|>\n<|bot|><|bot-message|>\n"
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: "ASSISTANT:"
|
||||
your_name: "USER:"
|
||||
context: "A chat between a user and an assistant.\n\n"
|
||||
turn_template: "<|user|> <|user-message|>\n<|bot|> <|bot-message|></s>\n"
|
||||
turn_template: "<|user|> <|user-message|>\n<|bot|><|bot-message|></s>\n"
|
||||
|
@ -27,6 +27,8 @@ llama-[0-9]*b-4bit$:
|
||||
.*vicuna:
|
||||
mode: 'instruct'
|
||||
instruction_template: 'Vicuna'
|
||||
anon8231489123_vicuna-13b-GPTQ-4bit-128g:
|
||||
instruction_template: 'Vicuna-v0'
|
||||
.*alpaca:
|
||||
mode: 'instruct'
|
||||
instruction_template: 'Alpaca'
|
||||
|
Loading…
Reference in New Issue
Block a user