12 lines
230 B
JSON
12 lines
230 B
JSON
{
|
|
"bos_token_id": 1,
|
|
"eos_token_id": 2,
|
|
"pad_token_id": 2,
|
|
"do_sample": true,
|
|
"temperature": 0.7,
|
|
"top_k": 50,
|
|
"top_p": 0.9,
|
|
"repetition_penalty": 1.15,
|
|
"max_new_tokens": 512,
|
|
"transformers_version": "4.40.0"
|
|
} |