mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2024-12-12 17:36:22 +01:00
66911160c0
* The popular mirostat "Gold/Silver/Bronze" community settings These settings have been popular in the community and are good candidates for defaults. * Update Miro Bronze.json * Update Miro Gold.json * Update Miro Bronze.json * Update Miro Silver.json * Rename Kobold presets * Update textgen presets --------- Co-authored-by: Cohee <18619528+Cohee1207@users.noreply.github.com>
26 lines
406 B
Plaintext
26 lines
406 B
Plaintext
{
|
|
"temp": 1.17,
|
|
"rep_pen": 1,
|
|
"rep_pen_range": 0,
|
|
"top_p": 1,
|
|
"top_a": 0,
|
|
"top_k": 0,
|
|
"typical": 1,
|
|
"tfs": 1,
|
|
"rep_pen_slope": 0.9,
|
|
"single_line": false,
|
|
"sampler_order": [
|
|
6,
|
|
0,
|
|
1,
|
|
3,
|
|
4,
|
|
2,
|
|
5
|
|
],
|
|
"mirostat": 2,
|
|
"mirostat_tau": 9.91,
|
|
"mirostat_eta": 1,
|
|
"use_default_badwordsids": true
|
|
}
|