namesis / generation_config.json
SergCorsi's picture
Upload generation_config.json
895f815 verified
raw
history blame contribute delete
No virus
394 Bytes
{
"max_length": 50,
"num_beams": 5,
"early_stopping": true,
"do_sample": false,
"temperature": 1.0,
"top_k": 50,
"top_p": 1.0,
"repetition_penalty": 1.0,
"length_penalty": 1.0,
"no_repeat_ngram_size": 0,
"num_return_sequences": 1,
"output_scores": false,
"return_dict_in_generate": false,
"output_attentions": false,
"output_hidden_states": false
}