Add tfs and top_a to the API examples

This commit is contained in:
oobabooga 2023-05-31 23:44:38 -03:00
parent b6c407f51d
commit 486ddd62df
5 changed files with 10 additions and 2 deletions

View file

@ -26,6 +26,8 @@ async def run(context):
'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,