added quadratic sampling (#56)
* added quadratic sampling * Update sample_preset.yml * oops missed a spot * Sampling: Fix smoothing factor semantics
This commit is contained in:
parent
4a7b8b1b7a
commit
d7c18855e7
3 changed files with 17 additions and 0 deletions
|
|
@ -39,6 +39,9 @@ max_temp:
|
|||
temp_exponent:
|
||||
override: 0.0
|
||||
force: false
|
||||
smoothing_factor:
|
||||
override: 0.0
|
||||
force: false
|
||||
|
||||
# MARK: Alphabet soup
|
||||
top_k:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue