mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2026-04-07 23:53:40 +00:00
Move top_p and top_k higher up in the UI and CLI help
This commit is contained in:
parent
80d0c03bab
commit
bfea49b197
3 changed files with 8 additions and 8 deletions
|
|
@ -16,9 +16,10 @@ default_preset_values = {
|
|||
'dynatemp_exponent': 1,
|
||||
'smoothing_factor': 0,
|
||||
'smoothing_curve': 1,
|
||||
'min_p': 0,
|
||||
'top_p': 1,
|
||||
'top_k': 0,
|
||||
'min_p': 0,
|
||||
'top_n_sigma': 0,
|
||||
'typical_p': 1,
|
||||
'xtc_threshold': 0.1,
|
||||
'xtc_probability': 0,
|
||||
|
|
@ -26,7 +27,6 @@ default_preset_values = {
|
|||
'eta_cutoff': 0,
|
||||
'tfs': 1,
|
||||
'top_a': 0,
|
||||
'top_n_sigma': 0,
|
||||
'adaptive_target': 0,
|
||||
'adaptive_decay': 0.9,
|
||||
'dry_multiplier': 0,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue