mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2024-11-25 09:19:23 +01:00
Fixing Vicuna text generation (#1579)
This commit is contained in:
parent
d87ca8f2af
commit
a941c19337
@ -1,4 +1,4 @@
|
|||||||
name: "### Assistant:"
|
name: "### Assistant:"
|
||||||
your_name: "### Human:"
|
your_name: "### Human:"
|
||||||
context: "A chat between a human and an assistant.\n\n"
|
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:"
|
name: "ASSISTANT:"
|
||||||
your_name: "USER:"
|
your_name: "USER:"
|
||||||
context: "A chat between a user and an assistant.\n\n"
|
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:
|
.*vicuna:
|
||||||
mode: 'instruct'
|
mode: 'instruct'
|
||||||
instruction_template: 'Vicuna'
|
instruction_template: 'Vicuna'
|
||||||
|
anon8231489123_vicuna-13b-GPTQ-4bit-128g:
|
||||||
|
instruction_template: 'Vicuna-v0'
|
||||||
.*alpaca:
|
.*alpaca:
|
||||||
mode: 'instruct'
|
mode: 'instruct'
|
||||||
instruction_template: 'Alpaca'
|
instruction_template: 'Alpaca'
|
||||||
|
Loading…
Reference in New Issue
Block a user