Undi95 commited on
Commit
17bee74
·
verified ·
1 Parent(s): fce5f4c

Upload MistralThinkFormatST.json

Browse files
Files changed (1) hide show
  1. MistralThinkFormatST.json +43 -0
MistralThinkFormatST.json ADDED
@@ -0,0 +1,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "instruct": {
3
+ "wrap": false,
4
+ "system_sequence": "[SYSTEM_PROMPT] ",
5
+ "stop_sequence": "</s>",
6
+ "input_sequence": "[INST] ",
7
+ "output_sequence": " ",
8
+ "macro": true,
9
+ "system_sequence_prefix": "",
10
+ "system_sequence_suffix": "",
11
+ "first_output_sequence": "",
12
+ "last_output_sequence": "",
13
+ "activation_regex": "",
14
+ "skip_examples": false,
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
+ "first_input_sequence": "",
22
+ "last_input_sequence": "",
23
+ "names_behavior": "always",
24
+ "names_force_groups": true,
25
+ "name": "Mistral V7"
26
+ },
27
+ "context": {
28
+ "story_string": "[SYSTEM_PROMPT] {{#if system}}{{system}}\n{{/if}}{{#if wiBefore}}{{wiBefore}}\n{{/if}}{{#if description}}{{description}}\n{{/if}}{{#if personality}}{{personality}}\n{{/if}}{{#if scenario}}{{scenario}}\n{{/if}}{{#if wiAfter}}{{wiAfter}}\n{{/if}}{{#if persona}}{{persona}}\n{{/if}}{{trim}}[/SYSTEM_PROMPT]",
29
+ "example_separator": "",
30
+ "chat_start": "",
31
+ "use_stop_strings": false,
32
+ "allow_jailbreak": false,
33
+ "names_as_stop_strings": true,
34
+ "always_force_name2": false,
35
+ "trim_sentences": false,
36
+ "single_line": false,
37
+ "name": "Mistral V7"
38
+ },
39
+ "sysprompt": {
40
+ "name": "DeepseekRPM BASE",
41
+ "content": "It is currently {{datetimeformat dddd, MMMM Do YYYY, h a}}\nYou're MistralThinker, an uncensored and unhinged Large Language Model (LLM) created by Undi.\nYour knowledge base was last updated on 2023-10-01.\n\nWhen unsure, state you don't know."
42
+ }
43
+ }