Merge pull request #851 from StefanDanielSchwarz/proxy-preset+some-fixes

This commit is contained in:
Cohee
2023-08-02 19:09:40 +03:00
committed by GitHub
3 changed files with 24 additions and 2 deletions

View File

@@ -4,7 +4,6 @@
"temp": 0,
"rep_pen": 1.1,
"rep_pen_range": 4096,
"can_use_streaming": true,
"streaming_kobold": true,
"top_p": 0,
"top_a": 0,

View File

@@ -4,7 +4,6 @@
"temp": 0.72,
"rep_pen": 1.1,
"rep_pen_range": 4096,
"can_use_streaming": true,
"streaming_kobold": true,
"top_p": 0.73,
"top_a": 0,

View File

@@ -0,0 +1,24 @@
{
"genamt": 250,
"max_length": 4096,
"temp": 0.65,
"rep_pen": 1.18,
"rep_pen_range": 4096,
"streaming_kobold": true,
"top_p": 0.47,
"top_a": 0,
"top_k": 42,
"typical": 1,
"tfs": 1,
"rep_pen_slope": 0,
"single_line": false,
"sampler_order": [
6,
0,
1,
3,
4,
2,
5
]
}