Upload R1P.json
Browse files
R1P.json
ADDED
@@ -0,0 +1,45 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"instruct": {
|
3 |
+
"input_sequence": "<|user|>\n",
|
4 |
+
"output_sequence": "<|assistant|>\n",
|
5 |
+
"last_output_sequence": "",
|
6 |
+
"system_sequence": "<|system|>\n",
|
7 |
+
"stop_sequence": "<|end|>",
|
8 |
+
"wrap": false,
|
9 |
+
"macro": true,
|
10 |
+
"names_behavior": "always",
|
11 |
+
"activation_regex": "",
|
12 |
+
"system_sequence_prefix": "",
|
13 |
+
"system_sequence_suffix": "",
|
14 |
+
"first_output_sequence": "",
|
15 |
+
"skip_examples": false,
|
16 |
+
"output_suffix": "<|end|>\n",
|
17 |
+
"input_suffix": "<|end|>\n",
|
18 |
+
"system_suffix": "<|end|>\n",
|
19 |
+
"user_alignment_message": "",
|
20 |
+
"system_same_as_user": false,
|
21 |
+
"last_system_sequence": "",
|
22 |
+
"first_input_sequence": "",
|
23 |
+
"last_input_sequence": "",
|
24 |
+
"names_force_groups": true,
|
25 |
+
"name": "Phi"
|
26 |
+
},
|
27 |
+
"context": {
|
28 |
+
"story_string": "<|system|>\n{{#if system}}{{system}}<|end|>\n<|user|>\n{{/if}}{{#if wiBefore}}{{wiBefore}}\n{{/if}}{{#if description}}{{char}}'s Persona:{{description}}\n{{/if}}{{#if personality}} {{personality}}\n{{/if}}{{#if scenario}}Scenario: {{scenario}}\n{{/if}}{{#if wiAfter}}{{wiAfter}}\n{{/if}}{{user}}'s Persona: {{#if persona}}{{persona}}\n{{/if}}{{trim}}<|end|>\n",
|
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": "R1P"
|
38 |
+
},
|
39 |
+
"reasoning": {
|
40 |
+
"prefix": "Here are my reasoning steps:\n",
|
41 |
+
"suffix": "[BEGIN FINAL RESPONSE]",
|
42 |
+
"separator": "",
|
43 |
+
"name": "[Migrated] Custom"
|
44 |
+
}
|
45 |
+
}
|