File size: 357 Bytes
5180666 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
{
"decoder_start_token_id": 0,
"diversity_penalty": 1.0,
"early_stopping": true,
"encoder_repetition_penalty": 1.2,
"eos_token_id": 1,
"length_penalty": 1.2,
"max_new_tokens": 400,
"min_new_tokens": 100,
"no_repeat_ngram_size": 3,
"num_beam_groups": 2,
"num_beams": 6,
"repetition_penalty": 1.3,
"transformers_version": "4.51.3"
}
|