14 lines
240 B
Text
14 lines
240 B
Text
max_new_tokens=128
|
|
temperature=0.7
|
|
top_k=0
|
|
top_p=0.9
|
|
do_sample=True
|
|
typical_p=1.0
|
|
repetition_penalty=1.0
|
|
encoder_repetition_penalty=1.0
|
|
no_repeat_ngram_size=0
|
|
min_length=0
|
|
penalty_alpha=0
|
|
num_beams=1
|
|
length_penalty=1.0
|
|
early_stopping=False
|