archismancoder's picture
Update generation_config.json
d13fc66 verified
Raw
History Blame Contribute Delete
286 Bytes
{
"bos_token_id": 102,
"decoder_start_token_id": 102,
"early_stopping": true,
"eos_token_id": 102,
"length_penalty": 1.0,
"max_length": 1024,
"max_new_tokens": 1024,
"no_repeat_ngram_size": 2,
"num_beams": 4,
"pad_token_id": 0,
"transformers_version": "4.47.0"
}