13 lines
266 B
JSON
13 lines
266 B
JSON
|
|
{
|
||
|
|
"bos_token_id": 128000,
|
||
|
|
"decoder_start_token_id": 128000,
|
||
|
|
"do_sample": true,
|
||
|
|
"eos_token_id": 128001,
|
||
|
|
"max_new_tokens": 64,
|
||
|
|
"pad_token_id": 128009,
|
||
|
|
"repetition_penalty": 1.05,
|
||
|
|
"temperature": 0.6,
|
||
|
|
"top_p": 0.9,
|
||
|
|
"transformers_version": "4.45.2"
|
||
|
|
}
|