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
|
@ -12,6 +12,7 @@
|
|||
"stop_at_newline": false,
|
||||
"add_bos_token": true,
|
||||
"ban_eos_token": false,
|
||||
"skip_special_tokens": true,
|
||||
"truncation_length": 2048,
|
||||
"truncation_length_min": 0,
|
||||
"truncation_length_max": 4096,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue