14 lines
261 B
JSON
14 lines
261 B
JSON
|
{
|
||
|
"_from_model_config": true,
|
||
|
"bos_token_id": 1,
|
||
|
"do_sample": true,
|
||
|
"eos_token_id": 2,
|
||
|
"max_new_tokens": 1024,
|
||
|
"pad_token_id": 0,
|
||
|
"repetition_penalty": 1.05,
|
||
|
"temperature": 0.3,
|
||
|
"top_k": 5,
|
||
|
"top_p": 0.9,
|
||
|
"transformers_version": "4.37.1"
|
||
|
}
|