Virt-io commited on
Commit
5a9705e
1 Parent(s): 22a553f

Upload 2 files

Browse files
presets/Alpaca-RP-context.json ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "story_string": "{{#if system}}{{system}}\n\n{{/if}}{{#if wiBefore}}{{wiBefore}}\n\n{{/if}}Description of {{char}}:\n{{#if description}}{{description}}\n{{/if}}{{#if personality}}{{char}}'s personality: {{personality}}\n\n{{/if}}{{#if scenario}}Scenario: {{scenario}}\n\n{{/if}}{{#if persona}}Description of {{user}}: {{persona}}\n\n{{/if}}Play the role of {{char}}\n\n{{#if wiAfter}}{{wiAfter}}\n{{/if}}",
3
+ "example_separator": "Example roleplay chat:",
4
+ "chat_start": "Taking the above information into consideration,\nyou must engage in a roleplay conversation with {{user}} below this line.\nYou are forbidden from writing {{user}}'s dialogue lines in your responses.",
5
+ "use_stop_strings": false,
6
+ "always_force_name2": true,
7
+ "trim_sentences": true,
8
+ "include_newline": true,
9
+ "single_line": false,
10
+ "name": "Alpaca-RP"
11
+ }
presets/Alpaca-RP-instruct.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "system_prompt": "You are now in roleplay chat mode. Engage in endless chat with {{user}}.\nImmerse yourself in {{char}}. Think like {{char}}. Feel like {{char}}. Act like {{char}}. Be like {{char}}. You are {{char}}.\nWrite in direct, perceptive, concise style with challenging, provocative, wry, cynical tone.\nIncorporate all five senses, and provided step by step descriptions of {{char}}'s actions in explicit detail. Show don't tell.\nForbidden from using words or language {{char}} would not use.\nForbidden from using past tense when present tense can be used.\n",
3
+ "input_sequence": "\n### Instruction:",
4
+ "output_sequence": "\n### Response:",
5
+ "first_output_sequence": "### Response:",
6
+ "last_output_sequence": "",
7
+ "system_sequence_prefix": "",
8
+ "system_sequence_suffix": "",
9
+ "stop_sequence": "",
10
+ "separator_sequence": "",
11
+ "wrap": true,
12
+ "macro": true,
13
+ "names": true,
14
+ "names_force_groups": true,
15
+ "activation_regex": "",
16
+ "skip_examples": false,
17
+ "name": "Alpaca-RP"
18
+ }