mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2024-12-11 08:57:11 +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>
25 lines
486 B
Plaintext
25 lines
486 B
Plaintext
{
|
|
"temp": 1.17,
|
|
"top_p": 1,
|
|
"top_k": 0,
|
|
"typical_p": 1,
|
|
"top_a": 0,
|
|
"tfs": 1,
|
|
"epsilon_cutoff": 0,
|
|
"eta_cutoff": 0,
|
|
"rep_pen": 1,
|
|
"rep_pen_range": 0,
|
|
"no_repeat_ngram_size": 0,
|
|
"penalty_alpha": 0,
|
|
"num_beams": 1,
|
|
"length_penalty": 1,
|
|
"min_length": 0,
|
|
"encoder_rep_pen": 1,
|
|
"do_sample": true,
|
|
"early_stopping": false,
|
|
"mirostat_mode": 2,
|
|
"mirostat_tau": 9.91,
|
|
"mirostat_eta": 1,
|
|
"rep_pen_size": 0
|
|
}
|