初始化项目,由ModelHub XC社区提供模型
Model: dreamgen/opus-v1.2-llama-3-8b Source: Original Platform
This commit is contained in:
11
configs/lmstudio/preset.json
Normal file
11
configs/lmstudio/preset.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"name": "OpusV1StoryWriting",
|
||||
"inference_params": {
|
||||
"input_prefix": "<|im_end|>\n<|im_start|>user\n",
|
||||
"input_suffix": "<|im_end|>\n<|im_start|>text\n",
|
||||
"antiprompt": ["<|im_start|>", "<|im_end|>"],
|
||||
"pre_prompt_prefix": "<|im_start|>system\n",
|
||||
"pre_prompt_suffix": "",
|
||||
"pre_prompt": "You are an intelligent, skilled, versatile writer.\n\nYour task is to write a story based on the information below.\n\n## Overall plot description:\n\n"
|
||||
}
|
||||
}
|
||||
BIN
configs/silly_tavern/cards/LaraLightland.png
Normal file
BIN
configs/silly_tavern/cards/LaraLightland.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 331 KiB |
BIN
configs/silly_tavern/cards/Seraphina.png
Normal file
BIN
configs/silly_tavern/cards/Seraphina.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.3 MiB |
BIN
configs/silly_tavern/settings_screenshot.webp
Normal file
BIN
configs/silly_tavern/settings_screenshot.webp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 125 KiB |
11
configs/silly_tavern/v1/context_settings.json
Normal file
11
configs/silly_tavern/v1/context_settings.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"story_string": "<|im_start|>system\nYou are an intelligent, skilled, versatile writer.\n\nYour task is to write a story based on the information below.\n\n\n## Overall plot description:\n\n{{scenario}}\n\n{{description}}\n\n\n## Characters:\n\n### {{char}}\n{{personality}}\n{{persona}}<|im_end|>",
|
||||
"example_separator": "",
|
||||
"chat_start": "",
|
||||
"use_stop_strings": false,
|
||||
"always_force_name2": false,
|
||||
"trim_sentences": false,
|
||||
"include_newline": false,
|
||||
"single_line": false,
|
||||
"name": "ChatMLOpusV1_ST2"
|
||||
}
|
||||
17
configs/silly_tavern/v1/instruct_mode_settings.json
Normal file
17
configs/silly_tavern/v1/instruct_mode_settings.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"system_prompt": "",
|
||||
"input_sequence": "<|im_start|>text names= {{user}}\n",
|
||||
"output_sequence": "<|im_end|>\n<|im_start|>text names= {{char}}\n",
|
||||
"first_output_sequence": "",
|
||||
"last_output_sequence": "",
|
||||
"system_sequence_prefix": "",
|
||||
"system_sequence_suffix": "",
|
||||
"stop_sequence": "",
|
||||
"separator_sequence": "<|im_end|>\n",
|
||||
"wrap": false,
|
||||
"macro": true,
|
||||
"names": false,
|
||||
"names_force_groups": false,
|
||||
"activation_regex": "",
|
||||
"name": "ChatMLOpusV1_ST1"
|
||||
}
|
||||
11
configs/silly_tavern/v2/context_settings.json
Normal file
11
configs/silly_tavern/v2/context_settings.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"story_string": "<|im_start|>system\n{{#if system}}{{system}}\n\n\n{{/if}}## Overall plot description:\n\n{{#if wiBefore}}{{wiBefore}}\n\n{{/if}}{{#if scenario}}{{scenario}}\n\n\n{{/if}}## Characters:\n\n### {{char}}\n{{#if description}}{{description}}\n{{/if}}{{#if personality}}{{personality}}\n\n{{/if}}### {{user}}\n{{#if persona}}{{persona}}\n\n{{/if}}{{#if wiAfter}}{{wiAfter}}\n\n{{/if}}{{#if mesExamples}}## {{char}}'s example message:\n\n{{mesExamples}}{{/if}}",
|
||||
"example_separator": "",
|
||||
"chat_start": "",
|
||||
"use_stop_strings": false,
|
||||
"always_force_name2": false,
|
||||
"trim_sentences": true,
|
||||
"include_newline": false,
|
||||
"single_line": false,
|
||||
"name": "ChatMLOpusV1_ST2"
|
||||
}
|
||||
17
configs/silly_tavern/v2/instruct_mode_settings.json
Normal file
17
configs/silly_tavern/v2/instruct_mode_settings.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"system_prompt": "You are an intelligent, skilled, versatile writer.\n\nYour task is to write a role-play based on the information below.\n\n\n## Style description:\n\nThis role-play is written as a third-person introspective narrative in past tense. Scenes are described vividly, with great detail.",
|
||||
"input_sequence": "<|im_end|>\n<|im_start|>text names= {{user}}\n",
|
||||
"output_sequence": "<|im_end|>\n<|im_start|>text names= {{char}}\n",
|
||||
"first_output_sequence": "",
|
||||
"last_output_sequence": "<|im_end|>\n<|im_start|>user\nLength: 400 words\n{{char}} replies to {{user}} in detailed and elaborate way.<|im_end|>\n<|im_start|>text names= {{char}}\n",
|
||||
"system_sequence_prefix": "",
|
||||
"system_sequence_suffix": "",
|
||||
"stop_sequence": "",
|
||||
"separator_sequence": "",
|
||||
"wrap": false,
|
||||
"macro": true,
|
||||
"names": false,
|
||||
"names_force_groups": false,
|
||||
"activation_regex": "",
|
||||
"name": "ChatMLOpusV1_ST2"
|
||||
}
|
||||
Reference in New Issue
Block a user