Add tfs and top_a to the API examples
This commit is contained in:
parent
b6c407f51d
commit
486ddd62df
5 changed files with 10 additions and 2 deletions
|
@ -39,6 +39,8 @@ async def run(user_input, history):
|
|||
'typical_p': 1,
|
||||
'epsilon_cutoff': 0, # In units of 1e-4
|
||||
'eta_cutoff': 0, # In units of 1e-4
|
||||
'tfs': 1,
|
||||
'top_a': 0,
|
||||
'repetition_penalty': 1.18,
|
||||
'top_k': 40,
|
||||
'min_length': 0,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue