File size: 216 Bytes
fed3c96 |
1 2 3 4 5 6 7 8 9 10 11 12 |
{
"_from_model_config": true,
"bos_token_id": 1,
"do_sample": true,
"eos_token_id": 2,
"max_length": 40960,
"pad_token_id": 11,
"temperature": 0.7,
"top_p": 0.95,
"transformers_version": "4.53.1"
}
|