mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2024-10-01 01:26:03 -04:00
add LLaMA preset
This commit is contained in:
parent
826e297b0e
commit
5ee376c580
12
presets/LLaMA-Default.txt
Normal file
12
presets/LLaMA-Default.txt
Normal file
@ -0,0 +1,12 @@
|
||||
do_sample=False
|
||||
temperature=0.7
|
||||
top_p=0
|
||||
typical_p=1
|
||||
repetition_penalty=1.15
|
||||
top_k=40
|
||||
num_beams=1
|
||||
penalty_alpha=0
|
||||
min_length=0
|
||||
length_penalty=1
|
||||
no_repeat_ngram_size=0
|
||||
early_stopping=True
|
Loading…
Reference in New Issue
Block a user