23 lines
525 B
Plaintext
23 lines
525 B
Plaintext
{
|
|
"order": [0, 4, 1, 5, 3],
|
|
"temperature": 1.155,
|
|
"max_length": 40,
|
|
"min_length": 1,
|
|
"top_k": 25,
|
|
"top_a": 0.3,
|
|
"top_p": 1,
|
|
"typical_p": 0.96,
|
|
"tail_free_sampling": 0.895,
|
|
"repetition_penalty": 1.0125,
|
|
"repetition_penalty_range": 2048,
|
|
"repetition_penalty_slope": 3.33,
|
|
"repetition_penalty_frequency": 0.011,
|
|
"repetition_penalty_presence": 0.005,
|
|
"use_cache": false,
|
|
"return_full_text": false,
|
|
"prefix": "vanilla",
|
|
"cfg_scale": 1,
|
|
"phrase_rep_pen": "very_light",
|
|
"max_context": 7800
|
|
}
|