Add new presets

This commit is contained in:
oobabooga 2023-01-06 19:58:19 -03:00
parent fed7233ff4
commit 71fb71ca30
5 changed files with 35 additions and 0 deletions

View file

@ -0,0 +1,7 @@
do_sample=True,
max_new_tokens=max_length,
top_p=1.0,
top_k=0,
temperature=0.7,
repetition_penalty=1.1,
typical_p=1.0,

View file

@ -0,0 +1,7 @@
do_sample=True,
max_new_tokens=max_length,
top_p=1.0,
top_k=13,
temperature=1.33,
repetition_penalty=1.05,
typical_p=1.0,

View file

@ -0,0 +1,7 @@
do_sample=True,
max_new_tokens=max_length,
top_p=0.24,
top_k=85,
temperature=2.0,
repetition_penalty=1.1,
typical_p=1.0,

View file

@ -0,0 +1,7 @@
do_sample=True,
max_new_tokens=max_length,
top_p=1.0,
top_k=100,
temperature=1.25,
repetition_penalty=1.05,
typical_p=1.0,

View file

@ -0,0 +1,7 @@
do_sample=True,
max_new_tokens=max_length,
top_p=0.18,
top_k=30,
temperature=2.0,
repetition_penalty=1.15,
typical_p=1.0,