Add temperature_last parameter (#4472)
This commit is contained in:
parent
1ab8700d94
commit
aa5d671579
7 changed files with 38 additions and 7 deletions
|
@ -8,6 +8,7 @@ def default_preset():
|
|||
return {
|
||||
'do_sample': True,
|
||||
'temperature': 1,
|
||||
'temperature_last': False,
|
||||
'top_p': 1,
|
||||
'min_p': 0,
|
||||
'top_k': 0,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue