mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Preset Cleanup - Sampling Order Update / Preset Name Update
Removed the parameter size from many of the presets, as these can work well with many parameter sizes. Removed "Prompt Arena" from the ooba presets, as these are new defaults. Changed sampling order back to the originals. Rep Pen should should listed first, as this was how it was done originally, as well. Also cleaned up and removed the unused parameters.
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"max_length": 2048,
|
"max_length": 2048,
|
||||||
"temp": 1.15,
|
|
||||||
"genamt": 100,
|
"genamt": 100,
|
||||||
|
"temp": 1.15,
|
||||||
"top_k": 0,
|
"top_k": 0,
|
||||||
"top_p": 0.95,
|
"top_p": 0.95,
|
||||||
"top_a": 0,
|
"top_a": 0,
|
||||||
@@ -11,12 +11,12 @@
|
|||||||
"rep_pen_range": 2048,
|
"rep_pen_range": 2048,
|
||||||
"rep_pen_slope": 7,
|
"rep_pen_slope": 7,
|
||||||
"sampler_order": [
|
"sampler_order": [
|
||||||
|
6,
|
||||||
3,
|
3,
|
||||||
2,
|
2,
|
||||||
0,
|
0,
|
||||||
5,
|
5,
|
||||||
1,
|
1,
|
||||||
4,
|
4
|
||||||
6
|
|
||||||
]
|
]
|
||||||
}
|
}
|
@@ -1,6 +1,16 @@
|
|||||||
{
|
{
|
||||||
"apikey": "",
|
"max_length": 2048,
|
||||||
"andepth": 1,
|
"genamt": 90,
|
||||||
|
"temp": 0.8,
|
||||||
|
"top_k": 28,
|
||||||
|
"top_p": 0.94,
|
||||||
|
"top_a": 0.00,
|
||||||
|
"tfs": 0.96,
|
||||||
|
"typical": 0.98,
|
||||||
|
"rep_pen": 1.03,
|
||||||
|
"rep_pen_slope": 0.8,
|
||||||
|
"rep_pen_range": 120.0,
|
||||||
|
"ikgen": 200,
|
||||||
"sampler_order": [
|
"sampler_order": [
|
||||||
6,
|
6,
|
||||||
4,
|
4,
|
||||||
@@ -9,46 +19,5 @@
|
|||||||
0,
|
0,
|
||||||
1,
|
1,
|
||||||
5
|
5
|
||||||
],
|
]
|
||||||
"temp": 0.8,
|
|
||||||
"top_p": 0.94,
|
|
||||||
"top_k": 28,
|
|
||||||
"tfs": 0.96,
|
|
||||||
"typical": 0.98,
|
|
||||||
"top_a": 0.00,
|
|
||||||
"rep_pen": 1.03,
|
|
||||||
"rep_pen_slope": 0.8,
|
|
||||||
"rep_pen_range": 120.0,
|
|
||||||
"genamt": 90,
|
|
||||||
"max_length": 2048,
|
|
||||||
"ikgen": 200,
|
|
||||||
"formatoptns": {
|
|
||||||
"frmttriminc": true,
|
|
||||||
"frmtrmblln": false,
|
|
||||||
"frmtrmspch": false,
|
|
||||||
"frmtadsnsp": true,
|
|
||||||
"singleline": false
|
|
||||||
},
|
|
||||||
"numseqs": 1,
|
|
||||||
"widepth": 3,
|
|
||||||
"useprompt": false,
|
|
||||||
"adventure": false,
|
|
||||||
"chatmode": false,
|
|
||||||
"chatname": "You",
|
|
||||||
"dynamicscan": false,
|
|
||||||
"nopromptgen": false,
|
|
||||||
"rngpersist": false,
|
|
||||||
"nogenmod": false,
|
|
||||||
"fulldeterminism": false,
|
|
||||||
"autosave": false,
|
|
||||||
"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.",
|
|
||||||
"output_streaming": true,
|
|
||||||
"show_probs": false,
|
|
||||||
"show_budget": false,
|
|
||||||
"seed": null,
|
|
||||||
"newlinemode": "n",
|
|
||||||
"antemplate": "",
|
|
||||||
"userscripts": [],
|
|
||||||
"corescript": "default.lua",
|
|
||||||
"softprompt": ""
|
|
||||||
}
|
}
|
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"max_length": 2048,
|
"max_length": 2048,
|
||||||
"temp": 0.59,
|
|
||||||
"genamt": 100,
|
"genamt": 100,
|
||||||
|
"temp": 0.59,
|
||||||
"top_k": 0,
|
"top_k": 0,
|
||||||
"top_p": 1,
|
"top_p": 1,
|
||||||
"top_a": 0,
|
"top_a": 0,
|
||||||
@@ -11,12 +11,12 @@
|
|||||||
"rep_pen_range": 2048,
|
"rep_pen_range": 2048,
|
||||||
"rep_pen_slope": 0.3,
|
"rep_pen_slope": 0.3,
|
||||||
"sampler_order": [
|
"sampler_order": [
|
||||||
|
6,
|
||||||
5,
|
5,
|
||||||
0,
|
0,
|
||||||
2,
|
2,
|
||||||
3,
|
3,
|
||||||
1,
|
1,
|
||||||
4,
|
4
|
||||||
6
|
|
||||||
]
|
]
|
||||||
}
|
}
|
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"max_length": 2048,
|
"max_length": 2048,
|
||||||
"temp": 0.8,
|
|
||||||
"genamt": 100,
|
"genamt": 100,
|
||||||
|
"temp": 0.8,
|
||||||
"top_k": 100,
|
"top_k": 100,
|
||||||
"top_p": 0.9,
|
"top_p": 0.9,
|
||||||
"top_a": 0,
|
"top_a": 0,
|
||||||
@@ -11,12 +11,12 @@
|
|||||||
"rep_pen_range": 2048,
|
"rep_pen_range": 2048,
|
||||||
"rep_pen_slope": 3.4,
|
"rep_pen_slope": 3.4,
|
||||||
"sampler_order": [
|
"sampler_order": [
|
||||||
|
6,
|
||||||
5,
|
5,
|
||||||
0,
|
0,
|
||||||
2,
|
2,
|
||||||
3,
|
3,
|
||||||
1,
|
1,
|
||||||
4,
|
4
|
||||||
6
|
|
||||||
]
|
]
|
||||||
}
|
}
|
@@ -1,21 +1,15 @@
|
|||||||
{
|
{
|
||||||
"file_version": 2,
|
|
||||||
"max_length": 2048,
|
"max_length": 2048,
|
||||||
"ikmax": 3000,
|
|
||||||
"genamt": 180,
|
"genamt": 180,
|
||||||
"ikgen": 200,
|
|
||||||
"rep_pen": 1.01,
|
|
||||||
"rep_pen_slope": 0.9,
|
|
||||||
"rep_pen_range": 1024,
|
|
||||||
"temp": 1.0,
|
"temp": 1.0,
|
||||||
"top_p": 0.9,
|
"top_p": 0.9,
|
||||||
"top_k": 40,
|
"top_k": 40,
|
||||||
"top_a": 0.0,
|
"top_a": 0.0,
|
||||||
"tfs": 0.9,
|
"tfs": 0.9,
|
||||||
"typical": 1.0,
|
"typical": 1.0,
|
||||||
"numseqs": 1,
|
"rep_pen": 1.01,
|
||||||
"fp32_model": false,
|
"rep_pen_slope": 0.9,
|
||||||
"modeldim": 4096,
|
"rep_pen_range": 1024,
|
||||||
"sampler_order": [
|
"sampler_order": [
|
||||||
6,
|
6,
|
||||||
0,
|
0,
|
||||||
@@ -24,24 +18,5 @@
|
|||||||
3,
|
3,
|
||||||
4,
|
4,
|
||||||
5
|
5
|
||||||
|
]
|
||||||
],
|
|
||||||
"newlinemode": "n",
|
|
||||||
"lazy_load": true,
|
|
||||||
"revision": null,
|
|
||||||
"selected_preset": "",
|
|
||||||
"horde_wait_time": 0,
|
|
||||||
"horde_queue_position": 0,
|
|
||||||
"horde_queue_size": 0,
|
|
||||||
"model": "pygmalion-6b",
|
|
||||||
"model_type": "gptj",
|
|
||||||
"url": "https://api.inferkit.com/v1/models/standard/generate",
|
|
||||||
"oaiurl": "",
|
|
||||||
"oaiengines": "https://api.openai.com/v1/engines",
|
|
||||||
"colaburl": "/request",
|
|
||||||
"apikey": "",
|
|
||||||
"oaiapikey": "",
|
|
||||||
"configname": "pygmalion-6b",
|
|
||||||
"online_model": "",
|
|
||||||
"alt_multi_gen": false
|
|
||||||
}
|
}
|
@@ -1,21 +1,15 @@
|
|||||||
{
|
{
|
||||||
"file_version": 2,
|
|
||||||
"max_length": 2048,
|
"max_length": 2048,
|
||||||
"ikmax": 3000,
|
|
||||||
"genamt": 180,
|
"genamt": 180,
|
||||||
"ikgen": 200,
|
|
||||||
"rep_pen": 1.17,
|
|
||||||
"rep_pen_slope": 0.2,
|
|
||||||
"rep_pen_range": 1024,
|
|
||||||
"temp": 0.43,
|
"temp": 0.43,
|
||||||
"top_p": 0.96,
|
"top_p": 0.96,
|
||||||
"top_k": 0,
|
"top_k": 0,
|
||||||
"top_a": 0.0,
|
"top_a": 0.0,
|
||||||
"tfs": 0.68,
|
"tfs": 0.68,
|
||||||
"typical": 1.0,
|
"typical": 1.0,
|
||||||
"numseqs": 1,
|
"rep_pen": 1.17,
|
||||||
"fp32_model": false,
|
"rep_pen_slope": 0.2,
|
||||||
"modeldim": 2560,
|
"rep_pen_range": 1024,
|
||||||
"sampler_order": [
|
"sampler_order": [
|
||||||
6,
|
6,
|
||||||
0,
|
0,
|
||||||
@@ -24,23 +18,5 @@
|
|||||||
3,
|
3,
|
||||||
4,
|
4,
|
||||||
5
|
5
|
||||||
],
|
]
|
||||||
"newlinemode": "n",
|
|
||||||
"lazy_load": true,
|
|
||||||
"revision": null,
|
|
||||||
"selected_preset": "",
|
|
||||||
"horde_wait_time": 0,
|
|
||||||
"horde_queue_position": 0,
|
|
||||||
"horde_queue_size": 0,
|
|
||||||
"model": "pygmalion-2.7b",
|
|
||||||
"model_type": "gpt_neo",
|
|
||||||
"url": "https://api.inferkit.com/v1/models/standard/generate",
|
|
||||||
"oaiurl": "",
|
|
||||||
"oaiengines": "https://api.openai.com/v1/engines",
|
|
||||||
"colaburl": "/request",
|
|
||||||
"apikey": "",
|
|
||||||
"oaiapikey": "",
|
|
||||||
"configname": "pygmalion-2.7b",
|
|
||||||
"online_model": "",
|
|
||||||
"alt_multi_gen": false
|
|
||||||
}
|
}
|
@@ -1,21 +1,15 @@
|
|||||||
{
|
{
|
||||||
"file_version": 2,
|
|
||||||
"max_length": 2048,
|
"max_length": 2048,
|
||||||
"ikmax": 3000,
|
|
||||||
"genamt": 180,
|
"genamt": 180,
|
||||||
"ikgen": 200,
|
|
||||||
"rep_pen": 1.1,
|
|
||||||
"rep_pen_slope": 0.9,
|
|
||||||
"rep_pen_range": 1024,
|
|
||||||
"temp": 0.65,
|
"temp": 0.65,
|
||||||
"top_p": 0.9,
|
"top_p": 0.9,
|
||||||
"top_k": 0,
|
"top_k": 0,
|
||||||
"top_a": 0.0,
|
"top_a": 0.0,
|
||||||
"tfs": 0.9,
|
"tfs": 0.9,
|
||||||
"typical": 1.0,
|
"typical": 1.0,
|
||||||
"numseqs": 1,
|
"rep_pen": 1.1,
|
||||||
"fp32_model": false,
|
"rep_pen_slope": 0.9,
|
||||||
"modeldim": 4096,
|
"rep_pen_range": 1024,
|
||||||
"sampler_order": [
|
"sampler_order": [
|
||||||
6,
|
6,
|
||||||
0,
|
0,
|
||||||
@@ -24,24 +18,5 @@
|
|||||||
3,
|
3,
|
||||||
4,
|
4,
|
||||||
5
|
5
|
||||||
|
]
|
||||||
],
|
|
||||||
"newlinemode": "n",
|
|
||||||
"lazy_load": true,
|
|
||||||
"revision": null,
|
|
||||||
"selected_preset": "",
|
|
||||||
"horde_wait_time": 0,
|
|
||||||
"horde_queue_position": 0,
|
|
||||||
"horde_queue_size": 0,
|
|
||||||
"model": "pygmalion-6b",
|
|
||||||
"model_type": "gptj",
|
|
||||||
"url": "https://api.inferkit.com/v1/models/standard/generate",
|
|
||||||
"oaiurl": "",
|
|
||||||
"oaiengines": "https://api.openai.com/v1/engines",
|
|
||||||
"colaburl": "/request",
|
|
||||||
"apikey": "",
|
|
||||||
"oaiapikey": "",
|
|
||||||
"configname": "pygmalion-6b",
|
|
||||||
"online_model": "",
|
|
||||||
"alt_multi_gen": false
|
|
||||||
}
|
}
|
@@ -1,22 +1,22 @@
|
|||||||
{
|
{
|
||||||
"max_length": 2048,
|
"max_length": 2048,
|
||||||
"genamt": 100,
|
"genamt": 100,
|
||||||
|
"temp": 0.51,
|
||||||
|
"top_p": 1,
|
||||||
|
"top_k": 0,
|
||||||
|
"tfs": 0.99,
|
||||||
|
"top_a": 0,
|
||||||
|
"typical": 1
|
||||||
"rep_pen": 1.2,
|
"rep_pen": 1.2,
|
||||||
"rep_pen_range": 2048,
|
"rep_pen_range": 2048,
|
||||||
"rep_pen_slope": 0,
|
"rep_pen_slope": 0,
|
||||||
"sampler_order": [
|
"sampler_order": [
|
||||||
|
6,
|
||||||
5,
|
5,
|
||||||
0,
|
0,
|
||||||
2,
|
2,
|
||||||
3,
|
3,
|
||||||
1,
|
1,
|
||||||
4,
|
4
|
||||||
6
|
]
|
||||||
],
|
|
||||||
"temp": 0.51,
|
|
||||||
"tfs": 0.99,
|
|
||||||
"top_a": 0,
|
|
||||||
"top_k": 0,
|
|
||||||
"top_p": 1,
|
|
||||||
"typical": 1
|
|
||||||
}
|
}
|
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"max_length": 1600,
|
"max_length": 1600,
|
||||||
"temp": 0.79,
|
|
||||||
"genamt": 180,
|
"genamt": 180,
|
||||||
|
"temp": 0.79,
|
||||||
"top_k": 0,
|
"top_k": 0,
|
||||||
"top_p": 0.9,
|
"top_p": 0.9,
|
||||||
"top_a": 0,
|
"top_a": 0,
|
||||||
|
@@ -1,21 +1,15 @@
|
|||||||
{
|
{
|
||||||
"file_version": 2,
|
|
||||||
"max_length": 2048,
|
"max_length": 2048,
|
||||||
"ikmax": 3000,
|
|
||||||
"genamt": 180,
|
"genamt": 180,
|
||||||
"ikgen": 200,
|
|
||||||
"rep_pen": 1.19,
|
|
||||||
"rep_pen_slope": 0.9,
|
|
||||||
"rep_pen_range": 1024,
|
|
||||||
"temp": 0.79,
|
"temp": 0.79,
|
||||||
"top_p": 0.9,
|
"top_p": 0.9,
|
||||||
"top_k": 0,
|
"top_k": 0,
|
||||||
"top_a": 0.0,
|
"top_a": 0.0,
|
||||||
"tfs": 0.95,
|
"tfs": 0.95,
|
||||||
"typical": 1.0,
|
"typical": 1.0,
|
||||||
"numseqs": 1,
|
"rep_pen": 1.19,
|
||||||
"fp32_model": false,
|
"rep_pen_slope": 0.9,
|
||||||
"modeldim": 4096,
|
"rep_pen_range": 1024,
|
||||||
"sampler_order": [
|
"sampler_order": [
|
||||||
6,
|
6,
|
||||||
0,
|
0,
|
||||||
@@ -24,24 +18,5 @@
|
|||||||
3,
|
3,
|
||||||
4,
|
4,
|
||||||
5
|
5
|
||||||
|
]
|
||||||
],
|
|
||||||
"newlinemode": "n",
|
|
||||||
"lazy_load": true,
|
|
||||||
"revision": null,
|
|
||||||
"selected_preset": "",
|
|
||||||
"horde_wait_time": 0,
|
|
||||||
"horde_queue_position": 0,
|
|
||||||
"horde_queue_size": 0,
|
|
||||||
"model": "pygmalion-6b",
|
|
||||||
"model_type": "gptj",
|
|
||||||
"url": "https://api.inferkit.com/v1/models/standard/generate",
|
|
||||||
"oaiurl": "",
|
|
||||||
"oaiengines": "https://api.openai.com/v1/engines",
|
|
||||||
"colaburl": "/request",
|
|
||||||
"apikey": "",
|
|
||||||
"oaiapikey": "",
|
|
||||||
"configname": "pygmalion-6b",
|
|
||||||
"online_model": "",
|
|
||||||
"alt_multi_gen": false
|
|
||||||
}
|
}
|
@@ -1,21 +1,15 @@
|
|||||||
{
|
{
|
||||||
"file_version": 2,
|
|
||||||
"max_length": 1400,
|
"max_length": 1400,
|
||||||
"ikmax": 3000,
|
|
||||||
"genamt": 180,
|
"genamt": 180,
|
||||||
"ikgen": 200,
|
|
||||||
"rep_pen": 1.08,
|
|
||||||
"rep_pen_slope": 0.9,
|
|
||||||
"rep_pen_range": 1024,
|
|
||||||
"temp": 0.65,
|
"temp": 0.65,
|
||||||
"top_p": 0.9,
|
"top_p": 0.9,
|
||||||
"top_k": 0,
|
"top_k": 0,
|
||||||
"top_a": 0.0,
|
"top_a": 0.0,
|
||||||
"tfs": 0.9,
|
"tfs": 0.9,
|
||||||
"typical": 1.0,
|
"typical": 1.0,
|
||||||
"numseqs": 1,
|
"rep_pen": 1.08,
|
||||||
"fp32_model": false,
|
"rep_pen_slope": 0.9,
|
||||||
"modeldim": 4096,
|
"rep_pen_range": 1024,
|
||||||
"sampler_order": [
|
"sampler_order": [
|
||||||
6,
|
6,
|
||||||
0,
|
0,
|
||||||
@@ -24,24 +18,5 @@
|
|||||||
3,
|
3,
|
||||||
4,
|
4,
|
||||||
5
|
5
|
||||||
|
]
|
||||||
],
|
|
||||||
"newlinemode": "n",
|
|
||||||
"lazy_load": true,
|
|
||||||
"revision": null,
|
|
||||||
"selected_preset": "",
|
|
||||||
"horde_wait_time": 0,
|
|
||||||
"horde_queue_position": 0,
|
|
||||||
"horde_queue_size": 0,
|
|
||||||
"model": "pygmalion-6b",
|
|
||||||
"model_type": "gptj",
|
|
||||||
"url": "https://api.inferkit.com/v1/models/standard/generate",
|
|
||||||
"oaiurl": "",
|
|
||||||
"oaiengines": "https://api.openai.com/v1/engines",
|
|
||||||
"colaburl": "/request",
|
|
||||||
"apikey": "",
|
|
||||||
"oaiapikey": "",
|
|
||||||
"configname": "pygmalion-6b",
|
|
||||||
"online_model": "",
|
|
||||||
"alt_multi_gen": false
|
|
||||||
}
|
}
|
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"max_length": 2048,
|
"max_length": 2048,
|
||||||
"temp": 0.63,
|
|
||||||
"genamt": 100,
|
"genamt": 100,
|
||||||
|
"temp": 0.63,
|
||||||
"top_k": 0,
|
"top_k": 0,
|
||||||
"top_p": 0.98,
|
"top_p": 0.98,
|
||||||
"top_a": 0,
|
"top_a": 0,
|
||||||
@@ -11,12 +11,12 @@
|
|||||||
"rep_pen_range": 2048,
|
"rep_pen_range": 2048,
|
||||||
"rep_pen_slope": 0.1,
|
"rep_pen_slope": 0.1,
|
||||||
"sampler_order": [
|
"sampler_order": [
|
||||||
|
6,
|
||||||
2,
|
2,
|
||||||
0,
|
0,
|
||||||
3,
|
3,
|
||||||
5,
|
5,
|
||||||
1,
|
1,
|
||||||
4,
|
4
|
||||||
6
|
|
||||||
]
|
]
|
||||||
}
|
}
|
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"max_length": 2048,
|
"max_length": 2048,
|
||||||
"temp": 0.7,
|
|
||||||
"genamt": 100,
|
"genamt": 100,
|
||||||
|
"temp": 0.7,
|
||||||
"top_k": 0,
|
"top_k": 0,
|
||||||
"top_p": 0.5,
|
"top_p": 0.5,
|
||||||
"top_a": 0.75,
|
"top_a": 0.75,
|
||||||
@@ -11,12 +11,12 @@
|
|||||||
"rep_pen_range": 1024,
|
"rep_pen_range": 1024,
|
||||||
"rep_pen_slope": 0.7,
|
"rep_pen_slope": 0.7,
|
||||||
"sampler_order": [
|
"sampler_order": [
|
||||||
|
6,
|
||||||
5,
|
5,
|
||||||
4,
|
4,
|
||||||
3,
|
3,
|
||||||
2,
|
2,
|
||||||
1,
|
1,
|
||||||
0,
|
0
|
||||||
6
|
|
||||||
]
|
]
|
||||||
}
|
}
|
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"max_length": 2048,
|
"max_length": 2048,
|
||||||
"temp": 0.7,
|
|
||||||
"genamt": 100,
|
"genamt": 100,
|
||||||
|
"temp": 0.7,
|
||||||
"top_k": 0,
|
"top_k": 0,
|
||||||
"top_p": 1,
|
"top_p": 1,
|
||||||
"top_a": 0,
|
"top_a": 0,
|
||||||
@@ -11,12 +11,12 @@
|
|||||||
"rep_pen_range": 1024,
|
"rep_pen_range": 1024,
|
||||||
"rep_pen_slope": 0.7,
|
"rep_pen_slope": 0.7,
|
||||||
"sampler_order": [
|
"sampler_order": [
|
||||||
|
6,
|
||||||
0,
|
0,
|
||||||
1,
|
1,
|
||||||
2,
|
2,
|
||||||
3,
|
3,
|
||||||
4,
|
4,
|
||||||
5,
|
5
|
||||||
6
|
|
||||||
]
|
]
|
||||||
}
|
}
|
@@ -1,15 +1,6 @@
|
|||||||
{
|
{
|
||||||
"apikey": "",
|
"max_length": 2048,
|
||||||
"andepth": 1,
|
"genamt": 90,
|
||||||
"sampler_order": [
|
|
||||||
6,
|
|
||||||
4,
|
|
||||||
3,
|
|
||||||
2,
|
|
||||||
0,
|
|
||||||
1,
|
|
||||||
5
|
|
||||||
],
|
|
||||||
"temp": 0.8,
|
"temp": 0.8,
|
||||||
"top_p": 0.94,
|
"top_p": 0.94,
|
||||||
"top_k": 15,
|
"top_k": 15,
|
||||||
@@ -19,36 +10,13 @@
|
|||||||
"rep_pen": 1.02,
|
"rep_pen": 1.02,
|
||||||
"rep_pen_slope": 0.8,
|
"rep_pen_slope": 0.8,
|
||||||
"rep_pen_range": 256.0,
|
"rep_pen_range": 256.0,
|
||||||
"genamt": 90,
|
"sampler_order": [
|
||||||
"max_length": 2048,
|
6,
|
||||||
"ikgen": 200,
|
4,
|
||||||
"formatoptns": {
|
3,
|
||||||
"frmttriminc": true,
|
2,
|
||||||
"frmtrmblln": false,
|
0,
|
||||||
"frmtrmspch": false,
|
1,
|
||||||
"frmtadsnsp": true,
|
5
|
||||||
"singleline": false
|
]
|
||||||
},
|
|
||||||
"numseqs": 1,
|
|
||||||
"widepth": 3,
|
|
||||||
"useprompt": false,
|
|
||||||
"adventure": false,
|
|
||||||
"chatmode": false,
|
|
||||||
"chatname": "You",
|
|
||||||
"dynamicscan": false,
|
|
||||||
"nopromptgen": false,
|
|
||||||
"rngpersist": false,
|
|
||||||
"nogenmod": false,
|
|
||||||
"fulldeterminism": false,
|
|
||||||
"autosave": false,
|
|
||||||
"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.",
|
|
||||||
"output_streaming": true,
|
|
||||||
"show_probs": false,
|
|
||||||
"show_budget": false,
|
|
||||||
"seed": null,
|
|
||||||
"newlinemode": "n",
|
|
||||||
"antemplate": "",
|
|
||||||
"userscripts": [],
|
|
||||||
"corescript": "default.lua",
|
|
||||||
"softprompt": ""
|
|
||||||
}
|
}
|
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"max_length": 2048,
|
"max_length": 2048,
|
||||||
"temp": 0.66,
|
|
||||||
"genamt": 100,
|
"genamt": 100,
|
||||||
|
"temp": 0.66,
|
||||||
"top_k": 0,
|
"top_k": 0,
|
||||||
"top_p": 1,
|
"top_p": 1,
|
||||||
"top_a": 0.96,
|
"top_a": 0.96,
|
||||||
@@ -11,12 +11,12 @@
|
|||||||
"rep_pen_range": 1024,
|
"rep_pen_range": 1024,
|
||||||
"rep_pen_slope": 0.7,
|
"rep_pen_slope": 0.7,
|
||||||
"sampler_order": [
|
"sampler_order": [
|
||||||
|
6,
|
||||||
4,
|
4,
|
||||||
5,
|
5,
|
||||||
1,
|
1,
|
||||||
0,
|
0,
|
||||||
2,
|
2,
|
||||||
3,
|
3
|
||||||
6
|
|
||||||
]
|
]
|
||||||
}
|
}
|
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"max_length": 2048,
|
"max_length": 2048,
|
||||||
"temp": 0.94,
|
|
||||||
"genamt": 100,
|
"genamt": 100,
|
||||||
|
"temp": 0.94,
|
||||||
"top_k": 12,
|
"top_k": 12,
|
||||||
"top_p": 1,
|
"top_p": 1,
|
||||||
"top_a": 0,
|
"top_a": 0,
|
||||||
@@ -11,12 +11,12 @@
|
|||||||
"rep_pen_range": 2048,
|
"rep_pen_range": 2048,
|
||||||
"rep_pen_slope": 0.2,
|
"rep_pen_slope": 0.2,
|
||||||
"sampler_order": [
|
"sampler_order": [
|
||||||
|
6,
|
||||||
5,
|
5,
|
||||||
0,
|
0,
|
||||||
2,
|
2,
|
||||||
3,
|
3,
|
||||||
1,
|
1,
|
||||||
4,
|
4
|
||||||
6
|
|
||||||
]
|
]
|
||||||
}
|
}
|
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"max_length": 2048,
|
"max_length": 2048,
|
||||||
"temp": 1.5,
|
|
||||||
"genamt": 100,
|
"genamt": 100,
|
||||||
|
"temp": 1.5,
|
||||||
"top_k": 85,
|
"top_k": 85,
|
||||||
"top_p": 0.24,
|
"top_p": 0.24,
|
||||||
"top_a": 0,
|
"top_a": 0,
|
||||||
@@ -11,12 +11,12 @@
|
|||||||
"rep_pen_range": 2048,
|
"rep_pen_range": 2048,
|
||||||
"rep_pen_slope": 0,
|
"rep_pen_slope": 0,
|
||||||
"sampler_order": [
|
"sampler_order": [
|
||||||
|
6,
|
||||||
5,
|
5,
|
||||||
0,
|
0,
|
||||||
2,
|
2,
|
||||||
3,
|
3,
|
||||||
1,
|
1,
|
||||||
4,
|
4
|
||||||
6
|
|
||||||
]
|
]
|
||||||
}
|
}
|
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"max_length": 2048,
|
"max_length": 2048,
|
||||||
"temp": 1.05,
|
|
||||||
"genamt": 100,
|
"genamt": 100,
|
||||||
|
"temp": 1.05,
|
||||||
"top_k": 0,
|
"top_k": 0,
|
||||||
"top_p": 0.95,
|
"top_p": 0.95,
|
||||||
"top_a": 0,
|
"top_a": 0,
|
||||||
@@ -11,12 +11,12 @@
|
|||||||
"rep_pen_range": 1024,
|
"rep_pen_range": 1024,
|
||||||
"rep_pen_slope": 0.7,
|
"rep_pen_slope": 0.7,
|
||||||
"sampler_order": [
|
"sampler_order": [
|
||||||
|
6,
|
||||||
0,
|
0,
|
||||||
1,
|
1,
|
||||||
2,
|
2,
|
||||||
3,
|
3,
|
||||||
4,
|
4,
|
||||||
5,
|
5
|
||||||
6
|
|
||||||
]
|
]
|
||||||
}
|
}
|
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"max_length": 2048,
|
"max_length": 2048,
|
||||||
"temp": 1.07,
|
|
||||||
"genamt": 100,
|
"genamt": 100,
|
||||||
|
"temp": 1.07,
|
||||||
"top_k": 100,
|
"top_k": 100,
|
||||||
"top_p": 1,
|
"top_p": 1,
|
||||||
"top_a": 0,
|
"top_a": 0,
|
||||||
@@ -11,12 +11,12 @@
|
|||||||
"rep_pen_range": 404,
|
"rep_pen_range": 404,
|
||||||
"rep_pen_slope": 0.8,
|
"rep_pen_slope": 0.8,
|
||||||
"sampler_order": [
|
"sampler_order": [
|
||||||
|
6,
|
||||||
0,
|
0,
|
||||||
5,
|
5,
|
||||||
3,
|
3,
|
||||||
2,
|
2,
|
||||||
1,
|
1,
|
||||||
4,
|
4
|
||||||
6
|
|
||||||
]
|
]
|
||||||
}
|
}
|
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"max_length": 2048,
|
"max_length": 2048,
|
||||||
"temp": 0.44,
|
|
||||||
"genamt": 100,
|
"genamt": 100,
|
||||||
|
"temp": 0.44,
|
||||||
"top_k": 0,
|
"top_k": 0,
|
||||||
"top_p": 1,
|
"top_p": 1,
|
||||||
"top_a": 0,
|
"top_a": 0,
|
||||||
@@ -11,12 +11,12 @@
|
|||||||
"rep_pen_range": 2048,
|
"rep_pen_range": 2048,
|
||||||
"rep_pen_slope": 6.8,
|
"rep_pen_slope": 6.8,
|
||||||
"sampler_order": [
|
"sampler_order": [
|
||||||
|
6,
|
||||||
5,
|
5,
|
||||||
0,
|
0,
|
||||||
2,
|
2,
|
||||||
3,
|
3,
|
||||||
1,
|
1,
|
||||||
4,
|
4
|
||||||
6
|
|
||||||
]
|
]
|
||||||
}
|
}
|
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"max_length": 2048,
|
"max_length": 2048,
|
||||||
"temp": 1.35,
|
|
||||||
"genamt": 100,
|
"genamt": 100,
|
||||||
|
"temp": 1.35,
|
||||||
"top_k": 0,
|
"top_k": 0,
|
||||||
"top_p": 1,
|
"top_p": 1,
|
||||||
"top_a": 0,
|
"top_a": 0,
|
||||||
@@ -11,12 +11,12 @@
|
|||||||
"rep_pen_range": 2048,
|
"rep_pen_range": 2048,
|
||||||
"rep_pen_slope": 0.1,
|
"rep_pen_slope": 0.1,
|
||||||
"sampler_order": [
|
"sampler_order": [
|
||||||
|
6,
|
||||||
3,
|
3,
|
||||||
2,
|
2,
|
||||||
5,
|
5,
|
||||||
0,
|
0,
|
||||||
1,
|
1,
|
||||||
4,
|
4
|
||||||
6
|
|
||||||
]
|
]
|
||||||
}
|
}
|
@@ -1,21 +1,15 @@
|
|||||||
{
|
{
|
||||||
"file_version": 2,
|
|
||||||
"max_length": 1400,
|
"max_length": 1400,
|
||||||
"ikmax": 3000,
|
|
||||||
"genamt": 80,
|
"genamt": 80,
|
||||||
"ikgen": 200,
|
|
||||||
"rep_pen": 1.04,
|
|
||||||
"rep_pen_slope": 0.0,
|
|
||||||
"rep_pen_range": 1400,
|
|
||||||
"temp": 1,
|
"temp": 1,
|
||||||
"top_p": 1,
|
"top_p": 1,
|
||||||
"top_k": 0,
|
"top_k": 0,
|
||||||
"top_a": 0.0,
|
"top_a": 0.0,
|
||||||
"tfs": 0.97,
|
"tfs": 0.97,
|
||||||
"typical": 1.0,
|
"typical": 1.0,
|
||||||
"numseqs": 1,
|
"rep_pen": 1.04,
|
||||||
"fp32_model": false,
|
"rep_pen_slope": 0.0,
|
||||||
"modeldim": 2560,
|
"rep_pen_range": 1400,
|
||||||
"sampler_order": [
|
"sampler_order": [
|
||||||
6,
|
6,
|
||||||
0,
|
0,
|
||||||
@@ -24,23 +18,5 @@
|
|||||||
3,
|
3,
|
||||||
4,
|
4,
|
||||||
5
|
5
|
||||||
],
|
]
|
||||||
"newlinemode": "n",
|
|
||||||
"lazy_load": true,
|
|
||||||
"revision": null,
|
|
||||||
"selected_preset": "",
|
|
||||||
"horde_wait_time": 0,
|
|
||||||
"horde_queue_position": 0,
|
|
||||||
"horde_queue_size": 0,
|
|
||||||
"model": "pygmalion-1.3b",
|
|
||||||
"model_type": "gpt_neo",
|
|
||||||
"url": "https://api.inferkit.com/v1/models/standard/generate",
|
|
||||||
"oaiurl": "",
|
|
||||||
"oaiengines": "https://api.openai.com/v1/engines",
|
|
||||||
"colaburl": "/request",
|
|
||||||
"apikey": "",
|
|
||||||
"oaiapikey": "",
|
|
||||||
"configname": "pygmalion-1.3b",
|
|
||||||
"online_model": "",
|
|
||||||
"alt_multi_gen": false
|
|
||||||
}
|
}
|
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"max_length": 100,
|
"max_length": 100,
|
||||||
"temp": 1,
|
|
||||||
"genamt": 100,
|
"genamt": 100,
|
||||||
|
"temp": 1,
|
||||||
"top_k": 0,
|
"top_k": 0,
|
||||||
"top_p": 0.95,
|
"top_p": 0.95,
|
||||||
"top_a": 0,
|
"top_a": 0,
|
||||||
|
@@ -1,22 +1,22 @@
|
|||||||
{
|
{
|
||||||
"max_length": 2048,
|
"max_length": 2048,
|
||||||
"genamt": 100,
|
"genamt": 100,
|
||||||
"rep_pen": 1.1,
|
|
||||||
"rep_pen_range": 2048,
|
|
||||||
"rep_pen_slope": 0.2,
|
|
||||||
"sampler_order": [
|
|
||||||
5,
|
|
||||||
0,
|
|
||||||
2,
|
|
||||||
3,
|
|
||||||
1,
|
|
||||||
4,
|
|
||||||
6
|
|
||||||
],
|
|
||||||
"temp": 0.72,
|
"temp": 0.72,
|
||||||
"tfs": 1,
|
"tfs": 1,
|
||||||
"top_a": 0,
|
"top_a": 0,
|
||||||
"top_k": 0,
|
"top_k": 0,
|
||||||
"top_p": 0.73,
|
"top_p": 0.73,
|
||||||
"typical": 1
|
"typical": 1,
|
||||||
|
"rep_pen": 1.1,
|
||||||
|
"rep_pen_range": 2048,
|
||||||
|
"rep_pen_slope": 0.2,
|
||||||
|
"sampler_order": [
|
||||||
|
6,
|
||||||
|
5,
|
||||||
|
0,
|
||||||
|
2,
|
||||||
|
3,
|
||||||
|
1,
|
||||||
|
4
|
||||||
|
]
|
||||||
}
|
}
|
@@ -1,5 +1,4 @@
|
|||||||
{
|
{
|
||||||
|
|
||||||
"temp": 1.31,
|
"temp": 1.31,
|
||||||
"top_p": 0.14,
|
"top_p": 0.14,
|
||||||
"top_k": 49,
|
"top_k": 49,
|
Reference in New Issue
Block a user