archismancoder's picture
Create generation_config.json.default
6738378 verified
raw
history blame contribute delete
284 Bytes
{
"bos_token_id": 102,
"decoder_start_token_id": 102,
"early_stopping": true,
"eos_token_id": 102,
"length_penalty": 2.0,
"max_length": 142,
"max_new_tokens": 1024,
"no_repeat_ngram_size": 3,
"num_beams": 4,
"pad_token_id": 0,
"transformers_version": "4.47.0"
}