2023-07-29 01:23:10 +02:00
|
|
|
{
|
2023-07-30 21:37:48 +02:00
|
|
|
"order": [0, 1, 2, 3],
|
2023-07-29 01:23:10 +02:00
|
|
|
"temperature": 1,
|
|
|
|
"max_length": 300,
|
|
|
|
"min_length": 1,
|
|
|
|
"top_k": 25,
|
|
|
|
"top_p": 1,
|
|
|
|
"tail_free_sampling": 0.925,
|
|
|
|
"repetition_penalty": 1.9,
|
|
|
|
"repetition_penalty_range": 768,
|
|
|
|
"repetition_penalty_slope": 1,
|
|
|
|
"repetition_penalty_frequency": 0.0025,
|
|
|
|
"repetition_penalty_presence": 0.001,
|
|
|
|
"use_cache": false,
|
|
|
|
"return_full_text": false,
|
|
|
|
"prefix": "vanilla",
|
2023-07-30 21:37:48 +02:00
|
|
|
"cfg_scale": 1,
|
2023-07-29 01:23:10 +02:00
|
|
|
"phrase_rep_pen": "off",
|
|
|
|
"max_context": 8192
|
|
|
|
}
|