mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2024-11-23 00:18:20 +01:00
5 lines
65 B
Plaintext
5 lines
65 B
Plaintext
do_sample=True,
|
|
max_new_tokens=max_length,
|
|
top_k=100,
|
|
top_p=0.9,
|