File size: 134 Bytes
286cc4f |
1 2 3 4 5 6 7 8 9 |
{
"bos_token_id": 1,
"eos_token_id": 2,
"top_p": 0.9,
"do_sample": true,
"repetition_penalty": 1.05,
"temperature": 0.7
}
|
286cc4f |
1 2 3 4 5 6 7 8 9 |
{
"bos_token_id": 1,
"eos_token_id": 2,
"top_p": 0.9,
"do_sample": true,
"repetition_penalty": 1.05,
"temperature": 0.7
}
|