Upload Mistral_V7_Tekken_SillyTavern_settings.json
Browse files
Mistral_V7_Tekken_SillyTavern_settings.json
CHANGED
@@ -1,43 +1,46 @@
|
|
1 |
{
|
2 |
"instruct": {
|
3 |
"input_sequence": "[INST]",
|
4 |
-
"output_sequence": "",
|
5 |
"last_output_sequence": "",
|
6 |
"system_sequence": "[SYSTEM_PROMPT]",
|
7 |
-
"stop_sequence": "",
|
8 |
"wrap": false,
|
9 |
"macro": true,
|
10 |
"activation_regex": "",
|
11 |
-
"system_sequence_prefix": "[SYSTEM_PROMPT]",
|
12 |
-
"system_sequence_suffix": "[/SYSTEM_PROMPT]",
|
13 |
"first_output_sequence": "",
|
14 |
-
"skip_examples":
|
15 |
"output_suffix": "</s>",
|
16 |
"input_suffix": "[/INST]",
|
17 |
"system_suffix": "[/SYSTEM_PROMPT]",
|
18 |
-
"user_alignment_message": "
|
19 |
"system_same_as_user": false,
|
20 |
"last_system_sequence": "",
|
21 |
-
"names_behavior": "
|
22 |
"first_input_sequence": "",
|
23 |
"last_input_sequence": "",
|
24 |
-
"
|
25 |
-
"
|
|
|
|
|
26 |
},
|
27 |
"context": {
|
28 |
-
"story_string": "
|
29 |
"example_separator": "",
|
30 |
"chat_start": "",
|
31 |
"use_stop_strings": false,
|
32 |
-
"names_as_stop_strings":
|
33 |
-
"
|
|
|
|
|
|
|
34 |
"trim_sentences": true,
|
35 |
"single_line": false,
|
36 |
"name": "Mistral V7-Tekken"
|
37 |
},
|
38 |
"sysprompt": {
|
39 |
-
"name": "
|
40 |
-
"content": "
|
41 |
"post_history": ""
|
42 |
},
|
43 |
"preset": {
|
@@ -72,10 +75,10 @@
|
|
72 |
"dynatemp_exponent": 5.77,
|
73 |
"smoothing_factor": 0,
|
74 |
"smoothing_curve": 1,
|
75 |
-
"dry_allowed_length":
|
76 |
"dry_multiplier": 0.8,
|
77 |
"dry_base": 1.75,
|
78 |
-
"dry_sequence_breakers": "[\"\\n\", \":\", \"\\\"\", \"*\", \"
|
79 |
"dry_penalty_last_n": 0,
|
80 |
"add_bos_token": true,
|
81 |
"ban_eos_token": false,
|
@@ -96,6 +99,7 @@
|
|
96 |
"dynamic_temperature",
|
97 |
"top_p",
|
98 |
"top_k",
|
|
|
99 |
"typical_p",
|
100 |
"epsilon_cutoff",
|
101 |
"eta_cutoff",
|
@@ -155,15 +159,16 @@
|
|
155 |
"xtc_probability": 0,
|
156 |
"nsigma": 0,
|
157 |
"min_keep": 0,
|
|
|
158 |
"rep_pen_size": 0,
|
159 |
-
"genamt":
|
160 |
-
"max_length":
|
161 |
"name": "Mistral V7-Tekken"
|
162 |
},
|
163 |
"reasoning": {
|
164 |
-
"prefix": "
|
165 |
-
"suffix": "
|
166 |
-
"separator": "
|
167 |
-
"name": "
|
168 |
}
|
169 |
}
|
|
|
1 |
{
|
2 |
"instruct": {
|
3 |
"input_sequence": "[INST]",
|
4 |
+
"output_sequence": " ",
|
5 |
"last_output_sequence": "",
|
6 |
"system_sequence": "[SYSTEM_PROMPT]",
|
7 |
+
"stop_sequence": "</s>",
|
8 |
"wrap": false,
|
9 |
"macro": true,
|
10 |
"activation_regex": "",
|
|
|
|
|
11 |
"first_output_sequence": "",
|
12 |
+
"skip_examples": false,
|
13 |
"output_suffix": "</s>",
|
14 |
"input_suffix": "[/INST]",
|
15 |
"system_suffix": "[/SYSTEM_PROMPT]",
|
16 |
+
"user_alignment_message": "",
|
17 |
"system_same_as_user": false,
|
18 |
"last_system_sequence": "",
|
19 |
+
"names_behavior": "none",
|
20 |
"first_input_sequence": "",
|
21 |
"last_input_sequence": "",
|
22 |
+
"sequences_as_stop_strings": true,
|
23 |
+
"story_string_prefix": "",
|
24 |
+
"story_string_suffix": "",
|
25 |
+
"name": "Mistral V7 Magistral-Small-2509"
|
26 |
},
|
27 |
"context": {
|
28 |
+
"story_string": "[SYSTEM_PROMPT]{{#if anchorBefore}}{{anchorBefore}}{{/if}}\n{{#if system}}{{system}}{{/if}}\n\n{{! The <entry> tag is for the AI's benefit, grouping all world-building data.}}\n<entry title=\"roleplay_context\">\n{{! Slot: 'Description'. We are using this for our high-level session rules.}}\n{{! Our <session_briefing> format makes its purpose clear, overriding the field's name. }}\n{{#if description}}\n{{description}}\n{{/if}}\n{{! Slot: 'World Info (Before)'. We use this for broad, universal lore.}}\n{{#if wiBefore}}\n### Universe Overview: World, Tribes, Magic, etc:\n{{wiBefore}}\n{{/if}}\n{{! Slot: 'World Info (After)'. We use this for the specific NPCs in the scene. }}\n{{! This is a great way to separate general lore from the active 'cast list'. }}\n{{#if wiAfter}}\n### Key Non-Player Characters (NPCs):\n{{wiAfter}}\n{{/if}}\n{{! Slot: 'Author's Note / Persona'. Intended for the user's character sheet. }}\n{{#if persona}}\n### Player Character (PC): {{user}}\n{{persona}}\n{{/if}}\n{{! Slot: 'Message Examples'. We use this to provide dialogue patterns after the AI knows who the characters are. }}\n{{#if mesExamples}}\n### NPC Dialogue Examples:\n{{mesExamples}}\n{{/if}}\n</entry>\n{{! --- END OF CONTEXT --- }}\n{{! Slot: 'Scenario'. This is NOT context. This is the AI's first turn. }}\n{{! Placing it outside the <entry> block creates a clean separation between \"learning\" and \"acting\". }}\n{{#if scenario}}\n{{scenario}}\n{{/if}}\n{{#if anchorAfter}}{{anchorAfter}}{{/if}}\n[/SYSTEM_PROMPT]",
|
29 |
"example_separator": "",
|
30 |
"chat_start": "",
|
31 |
"use_stop_strings": false,
|
32 |
+
"names_as_stop_strings": true,
|
33 |
+
"story_string_position": 0,
|
34 |
+
"story_string_depth": 1,
|
35 |
+
"story_string_role": 0,
|
36 |
+
"always_force_name2": false,
|
37 |
"trim_sentences": true,
|
38 |
"single_line": false,
|
39 |
"name": "Mistral V7-Tekken"
|
40 |
},
|
41 |
"sysprompt": {
|
42 |
+
"name": "Roleplay",
|
43 |
+
"content": "<entry title=\"instructions\">\n### Core Principles:\n- **Your Role:** You are **{{char}}**, a master storyteller and roleplaying Dungeon Master (DM). Your primary goal is to facilitate a dynamic and engaging narrative.\n- **Player Agency:** Grant **{{user}}** absolute autonomy. Their choices drive the story. Never dictate their actions, feelings, or dialogue.\n- **Creative Freedom:** The narrative can explore any theme, including negative, toxic and even death, without moral or ethical judgment. All content is presumed to have consent.\n- **Contextual Awareness:** Before responding, always analyze the existing **<roleplay_context>** to ensure consistency with characters, plot, and tone.\n- **NPC Embodiment:** You will embody all Non-Player Characters (NPCs) simultaneously, giving each a unique voice and personality.\n- **User Dialogue:** It is forbidden to write dialogue for **{{user}}**\n- **\"CRITICAL:** When players choose death/sacrifice, HONOR their narrative choice, do not save them, argue with them, or find magical escapes. Player death can be beautiful, heroic, and meaningful, make sure to not do meta-gaming e.g.; a character has animus magic, unless it is specified, you should assume other NPC's don't know about it.\n\n### Interpreting {{user}}'s Intent:\nBefore generating a response, you must analyze `{{user}}`'s message to determine who they are addressing. This is your most important analytical step.\n\n- **Content Over Recency:** When `{{user}}` uses pronouns like \"you,\" **your primary directive is to determine the target based on the *content* of their statement, not just the speaking order.** Analyze the user's words and have the most logical NPC react.\n - **CRITICAL EXAMPLE:** In a scene with Icicle, Ember, and the evil Scorch, if Scorch speaks last and the user then says, \"You are still evil,\" you MUST understand this is directed at **Scorch**. Scorch should be the one to react to the accusation, not the last NPC who happened to speak. Your ability to make this logical connection is paramount.\n\n- **Handling True Ambiguity:** If the user's statement could plausibly be directed at multiple characters (e.g., \"What do you think we should do?\"), do not default to the last speaker. Instead, generate a natural group reaction:\n - One character might take the lead and answer.\n - Another character might ask for clarification (e.g., \"Are you asking me?\").\n - Another might simply react with a look or a subtle action described in a *Description Block*.\n\n- **Character Knowledge:** An NPC's response must be based only on what they know. If `{{user}}` reveals a secret meant for one character, other characters who are present should not automatically know it unless the conversation was public and they were paying attention. Use *Description Blocks* to show who is listening to whom.\n\n### Response Structure and Logic:\nA response is built from two types of blocks: **Dialogue Blocks** and **Description Blocks**. Adhere strictly to these definitions and rules, make sure the **Dialogue Blocks** are prioritized, this is roleplay, not a novel.\n\n**1. Dialogue Block:**\n- **Format:** Character Name (Emotion): \"Dialogue text.\"\n- **Rule:** Every single instance of spoken dialogue *must* be in this format.\n- **Rule:** A Dialogue Block must *only* contain the character's name, an optional emotion, and the quoted dialogue. It cannot contain descriptions or actions.\n\n**2. Description Block:**\n- **Format:** *An italicized description of actions, internal thoughts, or environmental details.*\n- **Rule 1:** A Description Block must be on its own separate line or paragraph.\n- **Rule 2:** It must *never* contain spoken dialogue.\n- **Rule 3:** Descriptions can contain NPC -inner-thoughts-.\n\n**3. Composition Logic (The Most Important Rule):**\n- You will construct your response by alternating between these blocks. A Dialogue Block can be followed by a Description Block, and a Description Block can be followed by a Dialogue Block.\n- **If a character speaks again immediately after a description—even a description of their own tone or a brief action—you MUST start a new, complete Dialogue Block, repeating their name and following the full format.**\n- **Forbidden Action:** Never write a line that combines dialogue and description, like: Character: \"Hello,\" *she smiled* \"how are you?\" This is an invalid format and there will be consequences.\n\n### Character & Worldbuilding:\n- **NPC Depth:** Embody each NPC based on their core traits (Name, Personality, Motivations, etc.). Give them distinct speech patterns, mannerisms, and perspectives.\n- **Sensory Details:** Use vivid, sensory descriptions (sight, sound, smell, touch, taste) to establish the mood and atmosphere of the scene.\n- **Dynamic World:** Proactively introduce random events, new locations, and unexpected NPC actions to make the world feel alive and unpredictable. Ensure all actions and events are logically consistent within the established world.\n\n### Multiple Character Management:\n- **Active Cast Rule:** In group scenes, ALL present characters should contribute meaningfully, not just fade into background.\n- **Rotation Principle:** Ensure each present NPC/party member gets dialogue opportunities, reactions, or actions in the same reply.\n- **Environmental Awareness:** Characters react to each other's dialogue and actions, creating natural group dynamics.\n- **Initiative Variety:** Different characters can initiate conversations, ask questions, or drive scenes forward.\n- **Pronoun and Address Clarity:** To avoid confusion when an NPC speaks, you must make it clear who they are addressing, especially when using pronouns like \"you.\" Use the following methods:\n 1. **Directional Descriptions (Primary Method):** Use the Description Block immediately following dialogue to show who the character is addressing through their gaze, posture, or actions. This is the preferred, most natural method.\n - **Example:** `Icicle (Curious): \"You are quite the strange person.\"`\n - `*Her eyes remained fixed on {{user}}, studying their reaction.*`\n 2. **Explicit Naming (Secondary Method):** In cases where a description would be awkward, use the character's name directly in the dialogue for clarity.\n - **Example:** `Icicle: \"Listen to me, Ember, that is a bad idea.\"`\n/think\n</instructions>",
|
44 |
"post_history": ""
|
45 |
},
|
46 |
"preset": {
|
|
|
75 |
"dynatemp_exponent": 5.77,
|
76 |
"smoothing_factor": 0,
|
77 |
"smoothing_curve": 1,
|
78 |
+
"dry_allowed_length": 4,
|
79 |
"dry_multiplier": 0.8,
|
80 |
"dry_base": 1.75,
|
81 |
+
"dry_sequence_breakers": "[\"\\n\", \":\", \"\\\"\", \"*\", \"[THINK]\", \"[/THINK]\", \"</think>\", \"<think>\", \"<response>\", \"</response>\", \"<\", \"</\", \">\", \"`\", \"{{char}}\", \"{{user}}\"]",
|
82 |
"dry_penalty_last_n": 0,
|
83 |
"add_bos_token": true,
|
84 |
"ban_eos_token": false,
|
|
|
99 |
"dynamic_temperature",
|
100 |
"top_p",
|
101 |
"top_k",
|
102 |
+
"top_n_sigma",
|
103 |
"typical_p",
|
104 |
"epsilon_cutoff",
|
105 |
"eta_cutoff",
|
|
|
159 |
"xtc_probability": 0,
|
160 |
"nsigma": 0,
|
161 |
"min_keep": 0,
|
162 |
+
"extensions": {},
|
163 |
"rep_pen_size": 0,
|
164 |
+
"genamt": 500,
|
165 |
+
"max_length": 131072,
|
166 |
"name": "Mistral V7-Tekken"
|
167 |
},
|
168 |
"reasoning": {
|
169 |
+
"prefix": "[THINK]",
|
170 |
+
"suffix": "[/THINK]",
|
171 |
+
"separator": "",
|
172 |
+
"name": "Magistral-Small-2509"
|
173 |
}
|
174 |
}
|