text-generation-webui/presets/Verbose.txt

11 lines
194 B
Text
Raw Normal View History

2023-01-06 05:33:21 +01:00
num_beams=10,
min_length=max_length,
max_new_tokens=max_length,
length_penalty =1.4,
no_repeat_ngram_size=2,
early_stopping=True,
temperature=0.7,
top_k=150,
top_p=0.92,
repetition_penalty=4.5,