File size: 257 Bytes
61e6b37 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
{
"max_length": 8192,
"do_sample": false,
"use_cache": true,
"temperature": 0.3,
"top_k": 5,
"top_p": 0.85,
"repetition_penalty": 1.03,
"pad_token_id": 3,
"bos_token_id": 1,
"eos_token_id": 2,
"user_token_id": 4,
"bot_token_id": 5
}
|