17 lines
292 B
JSON
17 lines
292 B
JSON
{
|
|
"bos_token_id": 2,
|
|
"do_sample": true,
|
|
"eos_token_id": [
|
|
1
|
|
],
|
|
"max_new_tokens": 1024,
|
|
"no_repeat_ngram_size": 3,
|
|
"pad_token_id": 0,
|
|
"repetition_penalty": 1.05,
|
|
"temperature": 0.6,
|
|
"top_k": 40,
|
|
"top_p": 0.9,
|
|
"transformers_version": "4.57.1",
|
|
"typical_p": 0.95
|
|
}
|