10 lines
181 B
JSON
10 lines
181 B
JSON
|
|
{
|
||
|
|
"do_sample": true,
|
||
|
|
"max_new_tokens": 1024,
|
||
|
|
"min_p": 0.1,
|
||
|
|
"no_repeat_ngram_size": 6,
|
||
|
|
"repetition_penalty": 1.3,
|
||
|
|
"temperature": 0.7,
|
||
|
|
"transformers_version": "5.5.0"
|
||
|
|
}
|