初始化项目,由ModelHub XC社区提供模型
Model: dreamgen/opus-v1.2-llama-3-8b Source: Original Platform
This commit is contained in:
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"
|
||||
}
|
||||
Reference in New Issue
Block a user