mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2026-04-05 06:35:15 +00:00
Add the top N-sigma sampler (#6796)
This commit is contained in:
parent
677d74a6a0
commit
5bcd2d7ad0
7 changed files with 60 additions and 3 deletions
|
|
@ -302,6 +302,7 @@ def generate_reply_HF(question, original_question, seed, state, stopping_strings
|
|||
'xtc_probability',
|
||||
'tfs',
|
||||
'top_a',
|
||||
'top_n_sigma',
|
||||
'dry_multiplier',
|
||||
'dry_allowed_length',
|
||||
'dry_base',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue