mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-01-21 22:16:24 +01:00
Add files via upload
This commit is contained in:
parent
307f0d88c3
commit
10be03c90b
28
public/KoboldAI Settings/Universal.json
Normal file
28
public/KoboldAI Settings/Universal.json
Normal file
@ -0,0 +1,28 @@
|
|||||||
|
{
|
||||||
|
"temp": 1.5,
|
||||||
|
"rep_pen": 1,
|
||||||
|
"rep_pen_range": 2048,
|
||||||
|
"top_p": 1,
|
||||||
|
"min_p": 0.1,
|
||||||
|
"top_a": 0,
|
||||||
|
"top_k": 0,
|
||||||
|
"typical": 1,
|
||||||
|
"tfs": 1,
|
||||||
|
"rep_pen_slope": 1,
|
||||||
|
"sampler_order": [
|
||||||
|
6,
|
||||||
|
0,
|
||||||
|
1,
|
||||||
|
3,
|
||||||
|
4,
|
||||||
|
2,
|
||||||
|
5
|
||||||
|
],
|
||||||
|
"mirostat": 0,
|
||||||
|
"mirostat_tau": 0,
|
||||||
|
"mirostat_eta": 1,
|
||||||
|
"use_default_badwordsids": false,
|
||||||
|
"grammar": "",
|
||||||
|
"genamt": 512,
|
||||||
|
"max_length": 8192
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user