mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-02-02 20:36:49 +01:00
ported 3 textgen presets to kobold
This commit is contained in:
parent
bca44ba682
commit
7fcdd4563f
22
public/KoboldAI Settings/Space Alien.settings
Normal file
22
public/KoboldAI Settings/Space Alien.settings
Normal file
@ -0,0 +1,22 @@
|
||||
{
|
||||
"temp": 1.31,
|
||||
"rep_pen": 1.09,
|
||||
"rep_pen_range": 2048,
|
||||
"streaming_kobold": true,
|
||||
"top_p": 0.29,
|
||||
"top_a": 0,
|
||||
"top_k": 72,
|
||||
"typical": 1,
|
||||
"tfs": 1,
|
||||
"rep_pen_slope": 0,
|
||||
"single_line": false,
|
||||
"sampler_order": [
|
||||
6,
|
||||
0,
|
||||
1,
|
||||
3,
|
||||
4,
|
||||
2,
|
||||
5
|
||||
]
|
||||
}
|
22
public/KoboldAI Settings/TFS-with-Top-A.settings
Normal file
22
public/KoboldAI Settings/TFS-with-Top-A.settings
Normal file
@ -0,0 +1,22 @@
|
||||
{
|
||||
"temp": 0.7,
|
||||
"rep_pen": 1.15,
|
||||
"rep_pen_range": 2048,
|
||||
"streaming_kobold": true,
|
||||
"top_p": 1,
|
||||
"top_a": 0.2,
|
||||
"top_k": 0,
|
||||
"typical": 1,
|
||||
"tfs": 0.95,
|
||||
"rep_pen_slope": 0,
|
||||
"single_line": false,
|
||||
"sampler_order": [
|
||||
6,
|
||||
0,
|
||||
1,
|
||||
3,
|
||||
4,
|
||||
2,
|
||||
5
|
||||
]
|
||||
}
|
22
public/KoboldAI Settings/Titanic.settings
Normal file
22
public/KoboldAI Settings/Titanic.settings
Normal file
@ -0,0 +1,22 @@
|
||||
{
|
||||
"temp": 1.01,
|
||||
"rep_pen": 1.21,
|
||||
"rep_pen_range": 0,
|
||||
"streaming_kobold": true,
|
||||
"top_p": 0.21,
|
||||
"top_a": 0.75,
|
||||
"top_k": 91,
|
||||
"typical": 1,
|
||||
"tfs": 1,
|
||||
"rep_pen_slope": 0,
|
||||
"single_line": false,
|
||||
"sampler_order": [
|
||||
6,
|
||||
0,
|
||||
1,
|
||||
3,
|
||||
4,
|
||||
2,
|
||||
5
|
||||
]
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user