Add skip_special_tokens checkbox for Dolly model (#1218)
This commit is contained in:
parent
a9c7ef4159
commit
b937c9d8c2
9 changed files with 35 additions and 15 deletions
|
@ -4,6 +4,8 @@
|
|||
groupsize: 'None'
|
||||
pre_layer: 0
|
||||
mode: 'cai-chat'
|
||||
skip_special_tokens: true
|
||||
custom_stopping_strings: ''
|
||||
llama-[0-9]*b-4bit$:
|
||||
wbits: 4
|
||||
model_type: 'llama'
|
||||
|
@ -33,3 +35,10 @@ llama-[0-9]*b-4bit$:
|
|||
instruction_template: 'Alpaca'
|
||||
wbits: 4
|
||||
groupsize: 128
|
||||
.*(galactica|oasst):
|
||||
skip_special_tokens: false
|
||||
.*dolly-v[0-9]-[0-9]*b:
|
||||
mode: 'instruct'
|
||||
instruction_template: 'Alpaca'
|
||||
skip_special_tokens: false
|
||||
custom_stopping_strings: '"### End"'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue