Fix stopping strings in the gradio API
This commit is contained in:
parent
69d50e2e86
commit
9d9ae62938
2 changed files with 5 additions and 3 deletions
|
@ -36,10 +36,10 @@ params = {
|
|||
'early_stopping': False,
|
||||
'seed': -1,
|
||||
'add_bos_token': True,
|
||||
'custom_stopping_strings': [],
|
||||
'truncation_length': 2048,
|
||||
'ban_eos_token': False,
|
||||
'skip_special_tokens': True,
|
||||
'stopping_strings': [],
|
||||
}
|
||||
|
||||
# Input prompt
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue