mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2024-10-01 01:26:03 -04:00
Add a new preset
This commit is contained in:
parent
342e756878
commit
89fb0a13c5
@ -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
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…
Reference in New Issue
Block a user