Implement Min P as a sampler option in HF loaders (#4449)
This commit is contained in:
parent
fcb7017b7a
commit
367e5e6e43
7 changed files with 43 additions and 1 deletions
|
@ -9,6 +9,7 @@ def default_preset():
|
|||
'do_sample': True,
|
||||
'temperature': 1,
|
||||
'top_p': 1,
|
||||
'min_p': 1,
|
||||
'top_k': 0,
|
||||
'typical_p': 1,
|
||||
'epsilon_cutoff': 0,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue