14 lines
273 B
JSON
14 lines
273 B
JSON
|
|
{
|
||
|
|
"_from_model_config": true,
|
||
|
|
"bos_token_id": 1,
|
||
|
|
"eos_token_id": 2,
|
||
|
|
"pad_token_id": 10,
|
||
|
|
"max_length": 1024000,
|
||
|
|
"max_new_tokens": 2048,
|
||
|
|
"temperature": 0.6,
|
||
|
|
"top_p": 0.95,
|
||
|
|
"repetition_penalty": 1.1,
|
||
|
|
"do_sample": true,
|
||
|
|
"transformers_version": "4.45.1"
|
||
|
|
}
|