Add Eta Sampling preset
Also remove some presets that I do not consider relevant
This commit is contained in:
parent
00ebea0b2a
commit
f27135bdd3
7 changed files with 6 additions and 23 deletions
|
|
@ -1,6 +0,0 @@
|
|||
do_sample: true
|
||||
top_p: 0.5
|
||||
top_k: 40
|
||||
temperature: 0.7
|
||||
repetition_penalty: 1.2
|
||||
typical_p: 1.0
|
||||
|
|
@ -1,3 +0,0 @@
|
|||
temperature: 0.7
|
||||
top_p: 0.8
|
||||
repetition_penalty: 1.02
|
||||
2
presets/Special-Eta Sampling.yaml
Normal file
2
presets/Special-Eta Sampling.yaml
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
do_sample: true
|
||||
eta_cutoff: 3
|
||||
|
|
@ -1,9 +0,0 @@
|
|||
num_beams: 10
|
||||
min_length: 200
|
||||
length_penalty: 1.4
|
||||
no_repeat_ngram_size: 2
|
||||
early_stopping: true
|
||||
temperature: 0.7
|
||||
top_k: 150
|
||||
top_p: 0.92
|
||||
repetition_penalty: 4.5
|
||||
Loading…
Add table
Add a link
Reference in a new issue