Upload DanChat-2.json
Browse files- resources/DanChat-2.json +43 -0
resources/DanChat-2.json
ADDED
@@ -0,0 +1,43 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"instruct": {
|
3 |
+
"input_sequence": "<|user|>",
|
4 |
+
"output_sequence": "<|assistant|>",
|
5 |
+
"first_output_sequence": "",
|
6 |
+
"last_output_sequence": "",
|
7 |
+
"system_sequence_prefix": "",
|
8 |
+
"system_sequence_suffix": "",
|
9 |
+
"stop_sequence": "<|endoftext|>",
|
10 |
+
"wrap": false,
|
11 |
+
"macro": true,
|
12 |
+
"activation_regex": "",
|
13 |
+
"skip_examples": false,
|
14 |
+
"output_suffix": "<|endoftext|>",
|
15 |
+
"input_suffix": "<|endoftext|>",
|
16 |
+
"system_sequence": "<|system|>",
|
17 |
+
"system_suffix": "<|endoftext|>",
|
18 |
+
"user_alignment_message": "",
|
19 |
+
"last_system_sequence": "",
|
20 |
+
"system_same_as_user": false,
|
21 |
+
"first_input_sequence": "",
|
22 |
+
"last_input_sequence": "",
|
23 |
+
"names_behavior": "none",
|
24 |
+
"names_force_groups": true,
|
25 |
+
"name": "DanChat-2"
|
26 |
+
},
|
27 |
+
"context": {
|
28 |
+
"story_string": "<|system|>{{#if system}}{{system}}\n{{/if}}{{#if wiBefore}}{{wiBefore}}\n{{/if}}{{#if description}}{{description}}\n{{/if}}{{#if personality}}{{char}}'s personality: {{personality}}\n{{/if}}{{#if scenario}}Scenario: {{scenario}}\n{{/if}}{{#if wiAfter}}{{wiAfter}}\n{{/if}}{{#if persona}}{{persona}}\n{{/if}}{{trim}}<|endoftext|>",
|
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": "DanChat-2"
|
38 |
+
},
|
39 |
+
"sysprompt": {
|
40 |
+
"name": "Basic",
|
41 |
+
"content": "Write {{char}}'s actions and dialogue, user will write {{user}}'s."
|
42 |
+
}
|
43 |
+
}
|