File size: 284 Bytes
efc1901 7482541 efc1901 7482541 efc1901 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | {
"decoder_start_token_id": 0,
"do_sample": true,
"early_stopping": true,
"eos_token_id": 1,
"max_length": 50,
"min_length": 10,
"num_beams": 4,
"pad_token_id": 0,
"repetition_penalty": 0.9,
"temperature": 0.7,
"top_p": 0.9,
"transformers_version": "4.52.3"
}
|