11 lines
191 B
JSON
11 lines
191 B
JSON
{
|
|
"bos_token_id": 50256,
|
|
"eos_token_id": 50256,
|
|
"pad_token_id": 50256,
|
|
"temperature": 0.7,
|
|
"top_p": 0.9,
|
|
"repetition_penalty": 1.1,
|
|
"max_new_tokens": 512,
|
|
"do_sample": true
|
|
}
|