Add Eta Sampling preset

Also remove some presets that I do not consider relevant
This commit is contained in:
oobabooga 2023-05-28 22:42:43 -03:00
parent 00ebea0b2a
commit f27135bdd3
7 changed files with 6 additions and 23 deletions

View file

@ -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

View file

@ -1,3 +0,0 @@
temperature: 0.7
top_p: 0.8
repetition_penalty: 1.02

View file

@ -0,0 +1,2 @@
do_sample: true
eta_cutoff: 3

View file

@ -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