File size: 207 Bytes
003faa9 |
1 2 3 4 5 6 7 8 9 10 11 12 |
{
"bos_token_id": 1,
"do_sample": true,
"eos_token_id": 2,
"max_length": 4096,
"pad_token_id": 0,
"return_dict": true,
"temperature": 0.01,
"top_p": 0.9,
"transformers_version": "4.36.2"
}
|