mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2024-11-22 08:07:56 +01:00
Add Koala support
This commit is contained in:
parent
b937c9d8c2
commit
cb95a2432c
3
characters/instruction-following/Koala.yaml
Normal file
3
characters/instruction-following/Koala.yaml
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
name: "GPT:"
|
||||||
|
your_name: "USER:"
|
||||||
|
context: "BEGINNING OF CONVERSATION:"
|
@ -42,3 +42,6 @@ llama-[0-9]*b-4bit$:
|
|||||||
instruction_template: 'Alpaca'
|
instruction_template: 'Alpaca'
|
||||||
skip_special_tokens: false
|
skip_special_tokens: false
|
||||||
custom_stopping_strings: '"### End"'
|
custom_stopping_strings: '"### End"'
|
||||||
|
.*koala:
|
||||||
|
mode: 'instruct'
|
||||||
|
instruction_template: 'Koala'
|
||||||
|
Loading…
Reference in New Issue
Block a user