File size: 181 Bytes
5cc9f4a |
1 2 3 4 5 6 7 8 9 10 11 |
{
"do_sample": true,
"eos_token_id": 2,
"max_length": 128,
"min_length": 16,
"pad_token_id": 2,
"penalty_alpha": 0.6,
"top_k": 4,
"transformers_version": "4.26.1"
}
|