sillytavern 1.8.0 → 1.8.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/public/KoboldAI Settings/{Ace of Spades 13B.settings → Ace of Spades.settings } +3 -3
- package/public/KoboldAI Settings/Adventurer-NeoX-20B-Erebus.settings +13 -44
- package/public/KoboldAI Settings/{Basic Coherence 13B.settings → Basic Coherence.settings } +3 -3
- package/public/KoboldAI Settings/{Best Guess 6B.settings → Best Guess.settings } +3 -3
- package/public/KoboldAI Settings/Calibrated-Pygmalion-6b.settings +4 -29
- package/public/KoboldAI Settings/Classic-Pygmalion-2.7b.settings +4 -28
- package/public/KoboldAI Settings/Classic-Pygmalion-6b.settings +5 -30
- package/public/KoboldAI Settings/{Coherent Creativity 6B.settings → Coherent Creativity.settings } +9 -9
- package/public/KoboldAI Settings/Default-TavernAI.settings +1 -1
- package/public/KoboldAI Settings/DragonSlayer-Pygmalion-6b.settings +4 -29
- package/public/KoboldAI Settings/GPU-Pygmalion-6b.settings +4 -29
- package/public/KoboldAI Settings/{Genesis 13B.settings → Genesis.settings } +3 -3
- package/public/KoboldAI Settings/Godlike.settings +3 -3
- package/public/KoboldAI Settings/Good Winds.settings +3 -3
- package/public/KoboldAI Settings/Lancer-OPT-2.7B-Erebus.settings +11 -43
- package/public/KoboldAI Settings/Liminal Drift.settings +3 -3
- package/public/KoboldAI Settings/{Low Rider 13B.settings → Low Rider.settings } +3 -3
- package/public/KoboldAI Settings/{Luna Moth 6B.settings → Luna Moth.settings } +3 -3
- package/public/KoboldAI Settings/Mayday.settings +3 -3
- package/public/KoboldAI Settings/Ouroboros.settings +3 -3
- package/public/KoboldAI Settings/{Pleasing Results 6B.settings → Pleasing Results.settings } +3 -3
- package/public/KoboldAI Settings/{Pro Writer 13B.settings → Pro Writer.settings } +3 -3
- package/public/KoboldAI Settings/RA - Pygmalion-1.3b.settings +4 -28
- package/public/KoboldAI Settings/RecoveredRuins.settings +1 -1
- package/public/KoboldAI Settings/{Storywriter 6B.settings → Storywriter.settings } +9 -9
- package/public/TextGen Settings/{Prompt Arena (Asterism).settings → Asterism.settings } +19 -19
- package/public/TextGen Settings/{Prompt Arena (Big O).settings → Big O.settings } +19 -19
- package/public/TextGen Settings/{Prompt Arena (Divine Intellect).settings → Divine Intellect.settings } +19 -20
- package/public/TextGen Settings/{Prompt Arena (Midnight Enigma).settings → Midnight Enigma.settings } +19 -19
- package/public/TextGen Settings/{Prompt Arena (Shortwave).settings → Shortwave.settings } +19 -19
- package/public/TextGen Settings/{Prompt Arena (simple-1).settings → Simple-1.settings } +19 -19
- package/public/TextGen Settings/{Prompt Arena (Space Alien).settings → Space Alien.settings } +19 -19
- package/public/TextGen Settings/{Prompt Arena (StarChat).settings → StarChat.settings } +19 -19
- package/public/TextGen Settings/{Prompt Arena (tfs-with-top-a).settings → TFS-with-Top-A.settings } +19 -19
- package/public/TextGen Settings/{Prompt Arena (Titanic).settings → Titanic.settings } +19 -19
- package/public/TextGen Settings/{Prompt Arena (Yara).settings → Yara.settings } +19 -19
- package/public/index.html +166 -161
- package/public/script.js +79 -29
- package/public/scripts/RossAscends-mods.js +108 -114
- package/public/scripts/extensions/expressions/index.js +13 -7
- package/public/scripts/extensions/expressions/style.css +17 -2
- package/public/scripts/extensions/infinity-context/index.js +2 -2
- package/public/scripts/extensions/quick-reply/index.js +10 -5
- package/public/scripts/extensions/token-counter/index.js +2 -2
- package/public/scripts/openai.js +1 -1
- package/public/scripts/power-user.js +273 -9
- package/public/scripts/slash-commands.js +65 -4
- package/public/scripts/tags.js +1 -0
- package/public/scripts/world-info.js +13 -9
- package/public/style.css +14 -5
- package/public/themes/Default (Minimal Light).json +23 -1
- package/server.js +1 -1
- package/src/horde/index.d.ts +1 -0
- package/src/horde/index.js +1 -1
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"max_length": 2048,
|
|
3
|
-
"temp": 1.15,
|
|
4
3
|
"genamt": 100,
|
|
4
|
+
"temp": 1.15,
|
|
5
5
|
"top_k": 0,
|
|
6
6
|
"top_p": 0.95,
|
|
7
7
|
"top_a": 0,
|
|
@@ -11,12 +11,12 @@
|
|
|
11
11
|
"rep_pen_range": 2048,
|
|
12
12
|
"rep_pen_slope": 7,
|
|
13
13
|
"sampler_order": [
|
|
14
|
+
6,
|
|
14
15
|
3,
|
|
15
16
|
2,
|
|
16
17
|
0,
|
|
17
18
|
5,
|
|
18
19
|
1,
|
|
19
|
-
4
|
|
20
|
-
6
|
|
20
|
+
4
|
|
21
21
|
]
|
|
22
22
|
}
|
|
@@ -1,54 +1,23 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
3
|
-
"
|
|
4
|
-
"sampler_order": [
|
|
5
|
-
6,
|
|
6
|
-
4,
|
|
7
|
-
3,
|
|
8
|
-
2,
|
|
9
|
-
0,
|
|
10
|
-
1,
|
|
11
|
-
5
|
|
12
|
-
],
|
|
2
|
+
"max_length": 2048,
|
|
3
|
+
"genamt": 90,
|
|
13
4
|
"temp": 0.8,
|
|
14
|
-
"top_p": 0.94,
|
|
15
5
|
"top_k": 28,
|
|
6
|
+
"top_p": 0.94,
|
|
7
|
+
"top_a": 0.00,
|
|
16
8
|
"tfs": 0.96,
|
|
17
9
|
"typical": 0.98,
|
|
18
|
-
"top_a": 0.00,
|
|
19
10
|
"rep_pen": 1.03,
|
|
20
11
|
"rep_pen_slope": 0.8,
|
|
21
12
|
"rep_pen_range": 120.0,
|
|
22
|
-
"genamt": 90,
|
|
23
|
-
"max_length": 2048,
|
|
24
13
|
"ikgen": 200,
|
|
25
|
-
"
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
"useprompt": false,
|
|
35
|
-
"adventure": false,
|
|
36
|
-
"chatmode": false,
|
|
37
|
-
"chatname": "You",
|
|
38
|
-
"dynamicscan": false,
|
|
39
|
-
"nopromptgen": false,
|
|
40
|
-
"rngpersist": false,
|
|
41
|
-
"nogenmod": false,
|
|
42
|
-
"fulldeterminism": false,
|
|
43
|
-
"autosave": false,
|
|
44
|
-
"welcome": "## Warning: This model has a very heavy NSFW bias and is not suitable for use by minors!\n\nYou are currently running story-writing model `Erebus, version 1 (20B).`\n\n This model is made by [Mr. Seeker](https://www.patreon.com/mrseeker) with help of ProudNoob and the KoboldAI team.\n\n### How to use this model\n\nErebus is designed to generate short stories and novels. Use the author's note to give it a certain genre to follow, use memory to give an overview of the story and use World Information to give specific details about the characters. To start off, give the AI an idea of what you are writing about by setting the scene. Give the AI around 10 sentences that make your story interesting to read. Introduce your character, describe the world, blow something up, or let the AI use its creative mind.",
|
|
45
|
-
"output_streaming": true,
|
|
46
|
-
"show_probs": false,
|
|
47
|
-
"show_budget": false,
|
|
48
|
-
"seed": null,
|
|
49
|
-
"newlinemode": "n",
|
|
50
|
-
"antemplate": "",
|
|
51
|
-
"userscripts": [],
|
|
52
|
-
"corescript": "default.lua",
|
|
53
|
-
"softprompt": ""
|
|
14
|
+
"sampler_order": [
|
|
15
|
+
6,
|
|
16
|
+
4,
|
|
17
|
+
3,
|
|
18
|
+
2,
|
|
19
|
+
0,
|
|
20
|
+
1,
|
|
21
|
+
5
|
|
22
|
+
]
|
|
54
23
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"max_length": 2048,
|
|
3
|
-
"temp": 0.59,
|
|
4
3
|
"genamt": 100,
|
|
4
|
+
"temp": 0.59,
|
|
5
5
|
"top_k": 0,
|
|
6
6
|
"top_p": 1,
|
|
7
7
|
"top_a": 0,
|
|
@@ -11,12 +11,12 @@
|
|
|
11
11
|
"rep_pen_range": 2048,
|
|
12
12
|
"rep_pen_slope": 0.3,
|
|
13
13
|
"sampler_order": [
|
|
14
|
+
6,
|
|
14
15
|
5,
|
|
15
16
|
0,
|
|
16
17
|
2,
|
|
17
18
|
3,
|
|
18
19
|
1,
|
|
19
|
-
4
|
|
20
|
-
6
|
|
20
|
+
4
|
|
21
21
|
]
|
|
22
22
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"max_length": 2048,
|
|
3
|
-
"temp": 0.8,
|
|
4
3
|
"genamt": 100,
|
|
4
|
+
"temp": 0.8,
|
|
5
5
|
"top_k": 100,
|
|
6
6
|
"top_p": 0.9,
|
|
7
7
|
"top_a": 0,
|
|
@@ -11,12 +11,12 @@
|
|
|
11
11
|
"rep_pen_range": 2048,
|
|
12
12
|
"rep_pen_slope": 3.4,
|
|
13
13
|
"sampler_order": [
|
|
14
|
+
6,
|
|
14
15
|
5,
|
|
15
16
|
0,
|
|
16
17
|
2,
|
|
17
18
|
3,
|
|
18
19
|
1,
|
|
19
|
-
4
|
|
20
|
-
6
|
|
20
|
+
4
|
|
21
21
|
]
|
|
22
22
|
}
|
|
@@ -1,21 +1,15 @@
|
|
|
1
1
|
{
|
|
2
|
-
"file_version": 2,
|
|
3
2
|
"max_length": 2048,
|
|
4
|
-
"ikmax": 3000,
|
|
5
3
|
"genamt": 180,
|
|
6
|
-
"ikgen": 200,
|
|
7
|
-
"rep_pen": 1.01,
|
|
8
|
-
"rep_pen_slope": 0.9,
|
|
9
|
-
"rep_pen_range": 1024,
|
|
10
4
|
"temp": 1.0,
|
|
11
5
|
"top_p": 0.9,
|
|
12
6
|
"top_k": 40,
|
|
13
7
|
"top_a": 0.0,
|
|
14
8
|
"tfs": 0.9,
|
|
15
9
|
"typical": 1.0,
|
|
16
|
-
"
|
|
17
|
-
"
|
|
18
|
-
"
|
|
10
|
+
"rep_pen": 1.01,
|
|
11
|
+
"rep_pen_slope": 0.9,
|
|
12
|
+
"rep_pen_range": 1024,
|
|
19
13
|
"sampler_order": [
|
|
20
14
|
6,
|
|
21
15
|
0,
|
|
@@ -24,24 +18,5 @@
|
|
|
24
18
|
3,
|
|
25
19
|
4,
|
|
26
20
|
5
|
|
27
|
-
|
|
28
|
-
],
|
|
29
|
-
"newlinemode": "n",
|
|
30
|
-
"lazy_load": true,
|
|
31
|
-
"revision": null,
|
|
32
|
-
"selected_preset": "",
|
|
33
|
-
"horde_wait_time": 0,
|
|
34
|
-
"horde_queue_position": 0,
|
|
35
|
-
"horde_queue_size": 0,
|
|
36
|
-
"model": "pygmalion-6b",
|
|
37
|
-
"model_type": "gptj",
|
|
38
|
-
"url": "https://api.inferkit.com/v1/models/standard/generate",
|
|
39
|
-
"oaiurl": "",
|
|
40
|
-
"oaiengines": "https://api.openai.com/v1/engines",
|
|
41
|
-
"colaburl": "/request",
|
|
42
|
-
"apikey": "",
|
|
43
|
-
"oaiapikey": "",
|
|
44
|
-
"configname": "pygmalion-6b",
|
|
45
|
-
"online_model": "",
|
|
46
|
-
"alt_multi_gen": false
|
|
21
|
+
]
|
|
47
22
|
}
|
|
@@ -1,21 +1,15 @@
|
|
|
1
1
|
{
|
|
2
|
-
"file_version": 2,
|
|
3
2
|
"max_length": 2048,
|
|
4
|
-
"ikmax": 3000,
|
|
5
3
|
"genamt": 180,
|
|
6
|
-
"ikgen": 200,
|
|
7
|
-
"rep_pen": 1.17,
|
|
8
|
-
"rep_pen_slope": 0.2,
|
|
9
|
-
"rep_pen_range": 1024,
|
|
10
4
|
"temp": 0.43,
|
|
11
5
|
"top_p": 0.96,
|
|
12
6
|
"top_k": 0,
|
|
13
7
|
"top_a": 0.0,
|
|
14
8
|
"tfs": 0.68,
|
|
15
9
|
"typical": 1.0,
|
|
16
|
-
"
|
|
17
|
-
"
|
|
18
|
-
"
|
|
10
|
+
"rep_pen": 1.17,
|
|
11
|
+
"rep_pen_slope": 0.2,
|
|
12
|
+
"rep_pen_range": 1024,
|
|
19
13
|
"sampler_order": [
|
|
20
14
|
6,
|
|
21
15
|
0,
|
|
@@ -24,23 +18,5 @@
|
|
|
24
18
|
3,
|
|
25
19
|
4,
|
|
26
20
|
5
|
|
27
|
-
]
|
|
28
|
-
"newlinemode": "n",
|
|
29
|
-
"lazy_load": true,
|
|
30
|
-
"revision": null,
|
|
31
|
-
"selected_preset": "",
|
|
32
|
-
"horde_wait_time": 0,
|
|
33
|
-
"horde_queue_position": 0,
|
|
34
|
-
"horde_queue_size": 0,
|
|
35
|
-
"model": "pygmalion-2.7b",
|
|
36
|
-
"model_type": "gpt_neo",
|
|
37
|
-
"url": "https://api.inferkit.com/v1/models/standard/generate",
|
|
38
|
-
"oaiurl": "",
|
|
39
|
-
"oaiengines": "https://api.openai.com/v1/engines",
|
|
40
|
-
"colaburl": "/request",
|
|
41
|
-
"apikey": "",
|
|
42
|
-
"oaiapikey": "",
|
|
43
|
-
"configname": "pygmalion-2.7b",
|
|
44
|
-
"online_model": "",
|
|
45
|
-
"alt_multi_gen": false
|
|
21
|
+
]
|
|
46
22
|
}
|
|
@@ -1,21 +1,15 @@
|
|
|
1
1
|
{
|
|
2
|
-
"file_version": 2,
|
|
3
2
|
"max_length": 2048,
|
|
4
|
-
"ikmax": 3000,
|
|
5
3
|
"genamt": 180,
|
|
6
|
-
"ikgen": 200,
|
|
7
|
-
"rep_pen": 1.1,
|
|
8
|
-
"rep_pen_slope": 0.9,
|
|
9
|
-
"rep_pen_range": 1024,
|
|
10
4
|
"temp": 0.65,
|
|
11
5
|
"top_p": 0.9,
|
|
12
6
|
"top_k": 0,
|
|
13
7
|
"top_a": 0.0,
|
|
14
8
|
"tfs": 0.9,
|
|
15
9
|
"typical": 1.0,
|
|
16
|
-
"
|
|
17
|
-
"
|
|
18
|
-
"
|
|
10
|
+
"rep_pen": 1.1,
|
|
11
|
+
"rep_pen_slope": 0.9,
|
|
12
|
+
"rep_pen_range": 1024,
|
|
19
13
|
"sampler_order": [
|
|
20
14
|
6,
|
|
21
15
|
0,
|
|
@@ -23,25 +17,6 @@
|
|
|
23
17
|
2,
|
|
24
18
|
3,
|
|
25
19
|
4,
|
|
26
|
-
5
|
|
27
|
-
|
|
28
|
-
],
|
|
29
|
-
"newlinemode": "n",
|
|
30
|
-
"lazy_load": true,
|
|
31
|
-
"revision": null,
|
|
32
|
-
"selected_preset": "",
|
|
33
|
-
"horde_wait_time": 0,
|
|
34
|
-
"horde_queue_position": 0,
|
|
35
|
-
"horde_queue_size": 0,
|
|
36
|
-
"model": "pygmalion-6b",
|
|
37
|
-
"model_type": "gptj",
|
|
38
|
-
"url": "https://api.inferkit.com/v1/models/standard/generate",
|
|
39
|
-
"oaiurl": "",
|
|
40
|
-
"oaiengines": "https://api.openai.com/v1/engines",
|
|
41
|
-
"colaburl": "/request",
|
|
42
|
-
"apikey": "",
|
|
43
|
-
"oaiapikey": "",
|
|
44
|
-
"configname": "pygmalion-6b",
|
|
45
|
-
"online_model": "",
|
|
46
|
-
"alt_multi_gen": false
|
|
20
|
+
5
|
|
21
|
+
]
|
|
47
22
|
}
|
package/public/KoboldAI Settings/{Coherent Creativity 6B.settings → Coherent Creativity.settings }
RENAMED
|
@@ -1,22 +1,22 @@
|
|
|
1
1
|
{
|
|
2
2
|
"max_length": 2048,
|
|
3
3
|
"genamt": 100,
|
|
4
|
+
"temp": 0.51,
|
|
5
|
+
"top_p": 1,
|
|
6
|
+
"top_k": 0,
|
|
7
|
+
"tfs": 0.99,
|
|
8
|
+
"top_a": 0,
|
|
9
|
+
"typical": 1,
|
|
4
10
|
"rep_pen": 1.2,
|
|
5
11
|
"rep_pen_range": 2048,
|
|
6
12
|
"rep_pen_slope": 0,
|
|
7
13
|
"sampler_order": [
|
|
14
|
+
6,
|
|
8
15
|
5,
|
|
9
16
|
0,
|
|
10
17
|
2,
|
|
11
18
|
3,
|
|
12
19
|
1,
|
|
13
|
-
4
|
|
14
|
-
|
|
15
|
-
],
|
|
16
|
-
"temp": 0.51,
|
|
17
|
-
"tfs": 0.99,
|
|
18
|
-
"top_a": 0,
|
|
19
|
-
"top_k": 0,
|
|
20
|
-
"top_p": 1,
|
|
21
|
-
"typical": 1
|
|
20
|
+
4
|
|
21
|
+
]
|
|
22
22
|
}
|
|
@@ -1,21 +1,15 @@
|
|
|
1
1
|
{
|
|
2
|
-
"file_version": 2,
|
|
3
2
|
"max_length": 2048,
|
|
4
|
-
"ikmax": 3000,
|
|
5
3
|
"genamt": 180,
|
|
6
|
-
"ikgen": 200,
|
|
7
|
-
"rep_pen": 1.19,
|
|
8
|
-
"rep_pen_slope": 0.9,
|
|
9
|
-
"rep_pen_range": 1024,
|
|
10
4
|
"temp": 0.79,
|
|
11
5
|
"top_p": 0.9,
|
|
12
6
|
"top_k": 0,
|
|
13
7
|
"top_a": 0.0,
|
|
14
8
|
"tfs": 0.95,
|
|
15
9
|
"typical": 1.0,
|
|
16
|
-
"
|
|
17
|
-
"
|
|
18
|
-
"
|
|
10
|
+
"rep_pen": 1.19,
|
|
11
|
+
"rep_pen_slope": 0.9,
|
|
12
|
+
"rep_pen_range": 1024,
|
|
19
13
|
"sampler_order": [
|
|
20
14
|
6,
|
|
21
15
|
0,
|
|
@@ -24,24 +18,5 @@
|
|
|
24
18
|
3,
|
|
25
19
|
4,
|
|
26
20
|
5
|
|
27
|
-
|
|
28
|
-
],
|
|
29
|
-
"newlinemode": "n",
|
|
30
|
-
"lazy_load": true,
|
|
31
|
-
"revision": null,
|
|
32
|
-
"selected_preset": "",
|
|
33
|
-
"horde_wait_time": 0,
|
|
34
|
-
"horde_queue_position": 0,
|
|
35
|
-
"horde_queue_size": 0,
|
|
36
|
-
"model": "pygmalion-6b",
|
|
37
|
-
"model_type": "gptj",
|
|
38
|
-
"url": "https://api.inferkit.com/v1/models/standard/generate",
|
|
39
|
-
"oaiurl": "",
|
|
40
|
-
"oaiengines": "https://api.openai.com/v1/engines",
|
|
41
|
-
"colaburl": "/request",
|
|
42
|
-
"apikey": "",
|
|
43
|
-
"oaiapikey": "",
|
|
44
|
-
"configname": "pygmalion-6b",
|
|
45
|
-
"online_model": "",
|
|
46
|
-
"alt_multi_gen": false
|
|
21
|
+
]
|
|
47
22
|
}
|
|
@@ -1,21 +1,15 @@
|
|
|
1
1
|
{
|
|
2
|
-
"file_version": 2,
|
|
3
2
|
"max_length": 1400,
|
|
4
|
-
"ikmax": 3000,
|
|
5
3
|
"genamt": 180,
|
|
6
|
-
"ikgen": 200,
|
|
7
|
-
"rep_pen": 1.08,
|
|
8
|
-
"rep_pen_slope": 0.9,
|
|
9
|
-
"rep_pen_range": 1024,
|
|
10
4
|
"temp": 0.65,
|
|
11
5
|
"top_p": 0.9,
|
|
12
6
|
"top_k": 0,
|
|
13
7
|
"top_a": 0.0,
|
|
14
8
|
"tfs": 0.9,
|
|
15
9
|
"typical": 1.0,
|
|
16
|
-
"
|
|
17
|
-
"
|
|
18
|
-
"
|
|
10
|
+
"rep_pen": 1.08,
|
|
11
|
+
"rep_pen_slope": 0.9,
|
|
12
|
+
"rep_pen_range": 1024,
|
|
19
13
|
"sampler_order": [
|
|
20
14
|
6,
|
|
21
15
|
0,
|
|
@@ -24,24 +18,5 @@
|
|
|
24
18
|
3,
|
|
25
19
|
4,
|
|
26
20
|
5
|
|
27
|
-
|
|
28
|
-
],
|
|
29
|
-
"newlinemode": "n",
|
|
30
|
-
"lazy_load": true,
|
|
31
|
-
"revision": null,
|
|
32
|
-
"selected_preset": "",
|
|
33
|
-
"horde_wait_time": 0,
|
|
34
|
-
"horde_queue_position": 0,
|
|
35
|
-
"horde_queue_size": 0,
|
|
36
|
-
"model": "pygmalion-6b",
|
|
37
|
-
"model_type": "gptj",
|
|
38
|
-
"url": "https://api.inferkit.com/v1/models/standard/generate",
|
|
39
|
-
"oaiurl": "",
|
|
40
|
-
"oaiengines": "https://api.openai.com/v1/engines",
|
|
41
|
-
"colaburl": "/request",
|
|
42
|
-
"apikey": "",
|
|
43
|
-
"oaiapikey": "",
|
|
44
|
-
"configname": "pygmalion-6b",
|
|
45
|
-
"online_model": "",
|
|
46
|
-
"alt_multi_gen": false
|
|
21
|
+
]
|
|
47
22
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"max_length": 2048,
|
|
3
|
-
"temp": 0.63,
|
|
4
3
|
"genamt": 100,
|
|
4
|
+
"temp": 0.63,
|
|
5
5
|
"top_k": 0,
|
|
6
6
|
"top_p": 0.98,
|
|
7
7
|
"top_a": 0,
|
|
@@ -11,12 +11,12 @@
|
|
|
11
11
|
"rep_pen_range": 2048,
|
|
12
12
|
"rep_pen_slope": 0.1,
|
|
13
13
|
"sampler_order": [
|
|
14
|
+
6,
|
|
14
15
|
2,
|
|
15
16
|
0,
|
|
16
17
|
3,
|
|
17
18
|
5,
|
|
18
19
|
1,
|
|
19
|
-
4
|
|
20
|
-
6
|
|
20
|
+
4
|
|
21
21
|
]
|
|
22
22
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"max_length": 2048,
|
|
3
|
-
"temp": 0.7,
|
|
4
3
|
"genamt": 100,
|
|
4
|
+
"temp": 0.7,
|
|
5
5
|
"top_k": 0,
|
|
6
6
|
"top_p": 0.5,
|
|
7
7
|
"top_a": 0.75,
|
|
@@ -11,12 +11,12 @@
|
|
|
11
11
|
"rep_pen_range": 1024,
|
|
12
12
|
"rep_pen_slope": 0.7,
|
|
13
13
|
"sampler_order": [
|
|
14
|
+
6,
|
|
14
15
|
5,
|
|
15
16
|
4,
|
|
16
17
|
3,
|
|
17
18
|
2,
|
|
18
19
|
1,
|
|
19
|
-
0
|
|
20
|
-
6
|
|
20
|
+
0
|
|
21
21
|
]
|
|
22
22
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"max_length": 2048,
|
|
3
|
-
"temp": 0.7,
|
|
4
3
|
"genamt": 100,
|
|
4
|
+
"temp": 0.7,
|
|
5
5
|
"top_k": 0,
|
|
6
6
|
"top_p": 1,
|
|
7
7
|
"top_a": 0,
|
|
@@ -11,12 +11,12 @@
|
|
|
11
11
|
"rep_pen_range": 1024,
|
|
12
12
|
"rep_pen_slope": 0.7,
|
|
13
13
|
"sampler_order": [
|
|
14
|
+
6,
|
|
14
15
|
0,
|
|
15
16
|
1,
|
|
16
17
|
2,
|
|
17
18
|
3,
|
|
18
19
|
4,
|
|
19
|
-
5
|
|
20
|
-
6
|
|
20
|
+
5
|
|
21
21
|
]
|
|
22
22
|
}
|
|
@@ -1,15 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
3
|
-
"
|
|
4
|
-
"sampler_order": [
|
|
5
|
-
6,
|
|
6
|
-
4,
|
|
7
|
-
3,
|
|
8
|
-
2,
|
|
9
|
-
0,
|
|
10
|
-
1,
|
|
11
|
-
5
|
|
12
|
-
],
|
|
2
|
+
"max_length": 2048,
|
|
3
|
+
"genamt": 90,
|
|
13
4
|
"temp": 0.8,
|
|
14
5
|
"top_p": 0.94,
|
|
15
6
|
"top_k": 15,
|
|
@@ -19,36 +10,13 @@
|
|
|
19
10
|
"rep_pen": 1.02,
|
|
20
11
|
"rep_pen_slope": 0.8,
|
|
21
12
|
"rep_pen_range": 256.0,
|
|
22
|
-
"
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
},
|
|
32
|
-
"numseqs": 1,
|
|
33
|
-
"widepth": 3,
|
|
34
|
-
"useprompt": false,
|
|
35
|
-
"adventure": false,
|
|
36
|
-
"chatmode": false,
|
|
37
|
-
"chatname": "You",
|
|
38
|
-
"dynamicscan": false,
|
|
39
|
-
"nopromptgen": false,
|
|
40
|
-
"rngpersist": false,
|
|
41
|
-
"nogenmod": false,
|
|
42
|
-
"fulldeterminism": false,
|
|
43
|
-
"autosave": false,
|
|
44
|
-
"welcome": "## Warning: This model has a very heavy NSFW bias and is not suitable for use by minors!\n\nYou are currently running story-writing model `Erebus, version 1 (20B).`\n\n This model is made by [Mr. Seeker](https://www.patreon.com/mrseeker) with help of ProudNoob and the KoboldAI team.\n\n### How to use this model\n\nErebus is designed to generate short stories and novels. Use the author's note to give it a certain genre to follow, use memory to give an overview of the story and use World Information to give specific details about the characters. To start off, give the AI an idea of what you are writing about by setting the scene. Give the AI around 10 sentences that make your story interesting to read. Introduce your character, describe the world, blow something up, or let the AI use its creative mind.",
|
|
45
|
-
"output_streaming": true,
|
|
46
|
-
"show_probs": false,
|
|
47
|
-
"show_budget": false,
|
|
48
|
-
"seed": null,
|
|
49
|
-
"newlinemode": "n",
|
|
50
|
-
"antemplate": "",
|
|
51
|
-
"userscripts": [],
|
|
52
|
-
"corescript": "default.lua",
|
|
53
|
-
"softprompt": ""
|
|
13
|
+
"sampler_order": [
|
|
14
|
+
6,
|
|
15
|
+
4,
|
|
16
|
+
3,
|
|
17
|
+
2,
|
|
18
|
+
0,
|
|
19
|
+
1,
|
|
20
|
+
5
|
|
21
|
+
]
|
|
54
22
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"max_length": 2048,
|
|
3
|
-
"temp": 0.66,
|
|
4
3
|
"genamt": 100,
|
|
4
|
+
"temp": 0.66,
|
|
5
5
|
"top_k": 0,
|
|
6
6
|
"top_p": 1,
|
|
7
7
|
"top_a": 0.96,
|
|
@@ -11,12 +11,12 @@
|
|
|
11
11
|
"rep_pen_range": 1024,
|
|
12
12
|
"rep_pen_slope": 0.7,
|
|
13
13
|
"sampler_order": [
|
|
14
|
+
6,
|
|
14
15
|
4,
|
|
15
16
|
5,
|
|
16
17
|
1,
|
|
17
18
|
0,
|
|
18
19
|
2,
|
|
19
|
-
3
|
|
20
|
-
6
|
|
20
|
+
3
|
|
21
21
|
]
|
|
22
22
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"max_length": 2048,
|
|
3
|
-
"temp": 0.94,
|
|
4
3
|
"genamt": 100,
|
|
4
|
+
"temp": 0.94,
|
|
5
5
|
"top_k": 12,
|
|
6
6
|
"top_p": 1,
|
|
7
7
|
"top_a": 0,
|
|
@@ -11,12 +11,12 @@
|
|
|
11
11
|
"rep_pen_range": 2048,
|
|
12
12
|
"rep_pen_slope": 0.2,
|
|
13
13
|
"sampler_order": [
|
|
14
|
+
6,
|
|
14
15
|
5,
|
|
15
16
|
0,
|
|
16
17
|
2,
|
|
17
18
|
3,
|
|
18
19
|
1,
|
|
19
|
-
4
|
|
20
|
-
6
|
|
20
|
+
4
|
|
21
21
|
]
|
|
22
22
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"max_length": 2048,
|
|
3
|
-
"temp": 1.5,
|
|
4
3
|
"genamt": 100,
|
|
4
|
+
"temp": 1.5,
|
|
5
5
|
"top_k": 85,
|
|
6
6
|
"top_p": 0.24,
|
|
7
7
|
"top_a": 0,
|
|
@@ -11,12 +11,12 @@
|
|
|
11
11
|
"rep_pen_range": 2048,
|
|
12
12
|
"rep_pen_slope": 0,
|
|
13
13
|
"sampler_order": [
|
|
14
|
+
6,
|
|
14
15
|
5,
|
|
15
16
|
0,
|
|
16
17
|
2,
|
|
17
18
|
3,
|
|
18
19
|
1,
|
|
19
|
-
4
|
|
20
|
-
6
|
|
20
|
+
4
|
|
21
21
|
]
|
|
22
22
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"max_length": 2048,
|
|
3
|
-
"temp": 1.05,
|
|
4
3
|
"genamt": 100,
|
|
4
|
+
"temp": 1.05,
|
|
5
5
|
"top_k": 0,
|
|
6
6
|
"top_p": 0.95,
|
|
7
7
|
"top_a": 0,
|
|
@@ -11,12 +11,12 @@
|
|
|
11
11
|
"rep_pen_range": 1024,
|
|
12
12
|
"rep_pen_slope": 0.7,
|
|
13
13
|
"sampler_order": [
|
|
14
|
+
6,
|
|
14
15
|
0,
|
|
15
16
|
1,
|
|
16
17
|
2,
|
|
17
18
|
3,
|
|
18
19
|
4,
|
|
19
|
-
5
|
|
20
|
-
6
|
|
20
|
+
5
|
|
21
21
|
]
|
|
22
22
|
}
|