10 lines
160 B
Plaintext
Raw Permalink Normal View History

2023-01-06 01:33:21 -03:00
num_beams=10,
2023-02-07 22:08:21 -03:00
min_length=200,
2023-01-06 01:33:21 -03:00
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,