mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2024-12-15 02:47:16 +01:00
24 lines
443 B
Plaintext
24 lines
443 B
Plaintext
{
|
|
"order": [
|
|
1,
|
|
3,
|
|
4,
|
|
0,
|
|
2
|
|
],
|
|
"temperature": 1.05,
|
|
"max_length": 90,
|
|
"min_length": 1,
|
|
"tail_free_sampling": 0.989,
|
|
"repetition_penalty": 1.5,
|
|
"repetition_penalty_range": 8192,
|
|
"repetition_penalty_frequency": 0.03,
|
|
"repetition_penalty_presence": 0.005,
|
|
"repetition_penalty_slope": 0,
|
|
"top_a": 0.075,
|
|
"top_k": 79,
|
|
"top_p": 0.95,
|
|
"typical_p": 1,
|
|
"max_context": 8192
|
|
}
|