test / generation_config.json
oscarwang2's picture
Create generation_config.json
4668abf verified
raw
history blame contribute delete
176 Bytes
{
"max_length": 512,
"num_beams": 5,
"no_repeat_ngram_size": 2,
"early_stopping": true,
"length_penalty": 1.0,
"top_k": 50,
"top_p": 0.95,
"temperature": 1.0
}