archismancoder's picture
Update generation_config.json
48a7e31 verified
raw
history blame contribute delete
285 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": 3,
"num_beams": 4,
"pad_token_id": 0,
"transformers_version": "4.47.0"
}