Add a new preset
This commit is contained in:
parent
342e756878
commit
89fb0a13c5
2 changed files with 7 additions and 3 deletions
|
@ -1,5 +1,4 @@
|
||||||
do_sample=True,
|
do_sample=True,
|
||||||
max_new_tokens=max_length,
|
max_new_tokens=max_length,
|
||||||
top_p=1,
|
top_k=100,
|
||||||
typical_p=0.3,
|
top_p=0.9,
|
||||||
temperature=temperature,
|
|
||||||
|
|
5
presets/Naive.txt
Normal file
5
presets/Naive.txt
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
do_sample=True,
|
||||||
|
max_new_tokens=max_length,
|
||||||
|
top_p=1,
|
||||||
|
typical_p=0.3,
|
||||||
|
temperature=temperature,
|
Loading…
Add table
Add a link
Reference in a new issue