File size: 132 Bytes
c76414e |
1 2 3 4 5 6 7 8 9 |
{
"do_sample": true,
"temperature": 1.1,
"top_p": 0.9,
"top_k": 50,
"repetition_penalty": 1.1,
"max_new_tokens": 8192
}
|
c76414e |
1 2 3 4 5 6 7 8 9 |
{
"do_sample": true,
"temperature": 1.1,
"top_p": 0.9,
"top_k": 50,
"repetition_penalty": 1.1,
"max_new_tokens": 8192
}
|