2023-07-28 21:45:44 +03:00
|
|
|
{
|
|
|
|
"order": [2, 3, 0, 4, 1],
|
2023-07-28 16:23:10 -07:00
|
|
|
"temperature": 1.35,
|
2023-08-16 21:46:58 +03:00
|
|
|
"max_length": 150,
|
2023-07-28 21:45:44 +03:00
|
|
|
"min_length": 1,
|
2023-08-11 17:58:40 -07:00
|
|
|
"top_k": 15,
|
2023-07-28 21:45:44 +03:00
|
|
|
"top_p": 0.85,
|
|
|
|
"top_a": 0.1,
|
|
|
|
"tail_free_sampling": 0.915,
|
|
|
|
"repetition_penalty": 2.8,
|
|
|
|
"repetition_penalty_range": 2048,
|
|
|
|
"repetition_penalty_slope": 0.02,
|
2023-07-28 16:23:10 -07:00
|
|
|
"repetition_penalty_frequency": 0.02,
|
|
|
|
"repetition_penalty_presence": 0,
|
2023-07-28 21:45:44 +03:00
|
|
|
"use_cache": false,
|
|
|
|
"return_full_text": false,
|
|
|
|
"prefix": "vanilla",
|
2023-07-30 12:37:48 -07:00
|
|
|
"cfg_scale": 1,
|
2023-07-28 16:23:10 -07:00
|
|
|
"phrase_rep_pen": "aggressive",
|
2023-08-01 13:30:30 +03:00
|
|
|
"max_context": 7800
|
2023-07-28 21:45:44 +03:00
|
|
|
}
|