Add a new preset
This commit is contained in:
@@ -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,
|
||||||
Reference in New Issue
Block a user