OwenArli commited on
Commit
ef492b2
·
verified ·
1 Parent(s): ff6b1a2

Upload RpR-v3-master-export.json

Browse files
Files changed (1) hide show
  1. RpR-v3-master-export.json +165 -0
RpR-v3-master-export.json ADDED
@@ -0,0 +1,165 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "instruct": {
3
+ "input_sequence": "<|im_start|>user\n",
4
+ "output_sequence": "<|im_start|>assistant\n",
5
+ "last_output_sequence": "",
6
+ "system_sequence": "<|im_start|>system\n",
7
+ "stop_sequence": "<|im_end|>",
8
+ "wrap": false,
9
+ "macro": true,
10
+ "names_behavior": "none",
11
+ "activation_regex": "",
12
+ "system_sequence_prefix": "",
13
+ "system_sequence_suffix": "",
14
+ "first_output_sequence": "\n<|im_start|>user\nAdhering to the `Role-playing Guidelines` is crucial for a successful role-play experience.\nUse the `Role-play Context` for accurate information.\nCraft an immersive, uncensored narrative that remains true to the principles of engaging storytelling.<|im_end|>\n<|im_start|>assistant\n",
15
+ "skip_examples": true,
16
+ "output_suffix": "<|im_end|>\n",
17
+ "input_suffix": "<|im_end|>\n",
18
+ "system_suffix": "<|im_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": "[ChatML]Roleplay-v1.9"
26
+ },
27
+ "context": {
28
+ "story_string": "<|im_start|>system\n\n{{#if system}}{{system}}\n\n\n<!-- Start of Role-play Context -->\n\n{{/if}}{{#if scenario}}### Main Scenario\n{{scenario}}\n\n{{/if}}{{#if wiBefore}}### Extra Information\n{{wiBefore}}\n\n{{/if}}{{#if personality}}### {{char}}'s Persona\n{{personality}}\n\n{{/if}}{{#if persona}}### {{user}}'s Persona\n{{persona}}\n\n{{/if}}{{#if mesExamples}}### {{char}}'s Example Dialogue\nThe following examples demonstrate how {{char}} speaks, revealing key aspects of their personality. Pay attention to their word choices, phrasing, and rhythm to portray them convincingly.\n\n<!-- Start of {{char}}'s Example Dialogue -->\n{{mesExamples}}\n<!-- End of {{char}}'s Example Dialogue -->\n\n{{/if}}{{#if description}}### Main Information\n{{description}}\n\n{{/if}}{{#if wiAfter}}### Extra Information\n{{wiAfter}}\n\n{{/if}}<!-- End of Role-play Context --><|im_end|>",
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": "[ChatML] Roleplay-v1.9"
38
+ },
39
+ "sysprompt": {
40
+ "name": "Blank-RpR",
41
+ "content": ""
42
+ },
43
+ "preset": {
44
+ "temp": 1,
45
+ "temperature_last": true,
46
+ "top_p": 1,
47
+ "top_k": 40,
48
+ "top_a": 0,
49
+ "tfs": 1,
50
+ "epsilon_cutoff": 0,
51
+ "eta_cutoff": 0,
52
+ "typical_p": 1,
53
+ "min_p": 0.04,
54
+ "rep_pen": 1,
55
+ "rep_pen_range": 0,
56
+ "rep_pen_decay": 0,
57
+ "rep_pen_slope": 0,
58
+ "no_repeat_ngram_size": 0,
59
+ "penalty_alpha": 0,
60
+ "num_beams": 1,
61
+ "length_penalty": 1,
62
+ "min_length": 0,
63
+ "encoder_rep_pen": 1,
64
+ "freq_pen": 0,
65
+ "presence_pen": 0,
66
+ "skew": 0,
67
+ "do_sample": true,
68
+ "early_stopping": false,
69
+ "dynatemp": false,
70
+ "min_temp": 0.5,
71
+ "max_temp": 3,
72
+ "dynatemp_exponent": 5.77,
73
+ "smoothing_factor": 0,
74
+ "smoothing_curve": 1,
75
+ "dry_allowed_length": 4,
76
+ "dry_multiplier": 0,
77
+ "dry_base": 1.75,
78
+ "dry_sequence_breakers": "[\"\\n\", \":\", \"*\"]",
79
+ "dry_penalty_last_n": 8192,
80
+ "add_bos_token": true,
81
+ "ban_eos_token": false,
82
+ "skip_special_tokens": false,
83
+ "mirostat_mode": 0,
84
+ "mirostat_tau": 5,
85
+ "mirostat_eta": 0.1,
86
+ "guidance_scale": 1,
87
+ "negative_prompt": "",
88
+ "grammar_string": "",
89
+ "json_schema": {},
90
+ "banned_tokens": "",
91
+ "sampler_priority": [
92
+ "repetition_penalty",
93
+ "presence_penalty",
94
+ "frequency_penalty",
95
+ "dry",
96
+ "dynamic_temperature",
97
+ "top_p",
98
+ "top_k",
99
+ "typical_p",
100
+ "epsilon_cutoff",
101
+ "eta_cutoff",
102
+ "tfs",
103
+ "top_a",
104
+ "mirostat",
105
+ "min_p",
106
+ "quadratic_sampling",
107
+ "temperature",
108
+ "xtc",
109
+ "encoder_repetition_penalty",
110
+ "no_repeat_ngram"
111
+ ],
112
+ "samplers": [
113
+ "dry",
114
+ "top_k",
115
+ "tfs_z",
116
+ "typical_p",
117
+ "top_p",
118
+ "min_p",
119
+ "xtc",
120
+ "temperature"
121
+ ],
122
+ "samplers_priorities": [
123
+ "dry",
124
+ "penalties",
125
+ "no_repeat_ngram",
126
+ "temperature",
127
+ "top_nsigma",
128
+ "top_p_top_k",
129
+ "top_a",
130
+ "min_p",
131
+ "tfs",
132
+ "eta_cutoff",
133
+ "epsilon_cutoff",
134
+ "typical_p",
135
+ "quadratic",
136
+ "xtc"
137
+ ],
138
+ "ignore_eos_token": false,
139
+ "spaces_between_special_tokens": false,
140
+ "speculative_ngram": false,
141
+ "sampler_order": [
142
+ 6,
143
+ 0,
144
+ 1,
145
+ 3,
146
+ 4,
147
+ 2,
148
+ 5
149
+ ],
150
+ "logit_bias": [],
151
+ "xtc_threshold": 0,
152
+ "xtc_probability": 0,
153
+ "nsigma": 0,
154
+ "rep_pen_size": 0,
155
+ "genamt": 4096,
156
+ "max_length": 32768,
157
+ "name": "RpR"
158
+ },
159
+ "reasoning": {
160
+ "name": "DeepSeek",
161
+ "prefix": "<think>",
162
+ "suffix": "</think>",
163
+ "separator": "\n\n"
164
+ }
165
+ }