diff --git a/public/KoboldAI Settings/Universal-Creative.settings b/public/KoboldAI Settings/Universal-Creative.settings new file mode 100644 index 000000000..4382f9f18 --- /dev/null +++ b/public/KoboldAI Settings/Universal-Creative.settings @@ -0,0 +1,28 @@ +{ + "temp": 1.5, + "rep_pen": 1, + "rep_pen_range": 600, + "top_p": 1, + "min_p": 0.1, + "top_a": 0, + "top_k": 0, + "typical": 1, + "tfs": 1, + "rep_pen_slope": 0, + "sampler_order": [ + 5, + 6, + 0, + 1, + 2, + 3, + 4 + ], + "mirostat": 0, + "mirostat_tau": 5, + "mirostat_eta": 0.1, + "use_default_badwordsids": false, + "grammar": "", + "genamt": 512, + "max_length": 4096 +} \ No newline at end of file diff --git a/public/KoboldAI Settings/Universal-Light.settings b/public/KoboldAI Settings/Universal-Light.settings new file mode 100644 index 000000000..30d098a55 --- /dev/null +++ b/public/KoboldAI Settings/Universal-Light.settings @@ -0,0 +1,28 @@ +{ + "temp": 1.25, + "rep_pen": 1, + "rep_pen_range": 600, + "top_p": 1, + "min_p": 0.1, + "top_a": 0, + "top_k": 0, + "typical": 1, + "tfs": 1, + "rep_pen_slope": 0, + "sampler_order": [ + 5, + 6, + 0, + 1, + 2, + 3, + 4 + ], + "mirostat": 0, + "mirostat_tau": 5, + "mirostat_eta": 0.1, + "use_default_badwordsids": false, + "grammar": "", + "genamt": 512, + "max_length": 4096 +} \ No newline at end of file diff --git a/public/KoboldAI Settings/Universal-Super-Creative.settings b/public/KoboldAI Settings/Universal-Super-Creative.settings new file mode 100644 index 000000000..e1db70d69 --- /dev/null +++ b/public/KoboldAI Settings/Universal-Super-Creative.settings @@ -0,0 +1,28 @@ +{ + "temp": 2, + "rep_pen": 1, + "rep_pen_range": 600, + "top_p": 1, + "min_p": 0.1, + "top_a": 0, + "top_k": 0, + "typical": 1, + "tfs": 1, + "rep_pen_slope": 0, + "sampler_order": [ + 5, + 6, + 0, + 1, + 2, + 3, + 4 + ], + "mirostat": 0, + "mirostat_tau": 5, + "mirostat_eta": 0.1, + "use_default_badwordsids": false, + "grammar": "", + "genamt": 512, + "max_length": 4096 +} \ No newline at end of file