Add a new preset

This commit is contained in:
oobabooga 2023-01-07 15:13:00 -03:00
parent 342e756878
commit 89fb0a13c5
2 changed files with 7 additions and 3 deletions

View file

@ -1,5 +1,4 @@
do_sample=True,
max_new_tokens=max_length,
top_p=1,
typical_p=0.3,
temperature=temperature,
top_k=100,
top_p=0.9,

5
presets/Naive.txt Normal file
View file

@ -0,0 +1,5 @@
do_sample=True,
max_new_tokens=max_length,
top_p=1,
typical_p=0.3,
temperature=temperature,