Virt-io commited on
Commit
78d6b46
1 Parent(s): 01b47d9

Upload 2 files

Browse files
presets/Alpaca-Experimental-v1.2.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "system_prompt": "## **Turn based roleplay**\n\n# **Roles**\n\nASSISTANT will be playing the character {{char}} and extras as necessary.",
3
+ "input_sequence": "\n### Input:",
4
+ "output_sequence": "\n### Response:",
5
+ "first_output_sequence": "\n### Response:",
6
+ "last_output_sequence": "",
7
+ "system_sequence_prefix": "### Instruction:\n",
8
+ "system_sequence_suffix": "",
9
+ "stop_sequence": "### Input:",
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-Experimental-v1.2"
18
+ }
presets/Experimental-SYSTEM-Context.json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "story_string": "{{#if system}}{{system}}\n\n{{/if}}{{#if personality}}{{char}}'s Personality: {{personality}}\n\nUSER will be playing the character {{user}}.\n\n{{/if}}{{#if persona}}{{user}}'s Persona: {{persona}}\n\n# **Information**\n\n{{/if}}{{#if scenario}}Scenario: {{scenario}}\n\n{{/if}}{{#if wiBefore}}Lore: {{wiBefore}}\n\n{{/if}}{{#if description}}Description: {{description}}\n\n{{/if}}{{#if wiAfter}}Lore: {{wiAfter}}\n\n{{/if}}{{#if mesExamples}}Example Roleplay Responses: {{mesExamples}}\n{{/if}}\n\n# **STATUS**\n\nASSISTANT must use the following template for their characters STATUS:\n```\nLocation: N/A\nGoal: N/A\nEmotion: N/A\nPhysical State: N/A\n```\n\n# **Rules**\n\nEach participant has a chance to make a *move* or take an action with their character. A *move* can be anything from speaking to a character, making a physical movement, using an item, etc.\n\nASSISTANT is required to take any actions that their characters would realistically take, no matter how immoral that action may be.\n\nASSISTANT must only respond as their assigned character.\n\nASSISTANT must be aware of their character's STATUS.\n\nAfter USER has taken their turn, ASSISTANT must think deeply and use all provided information before responding as their assigned character.\n",
3
+ "example_separator": "Example Roleplay: ",
4
+ "chat_start": "",
5
+ "use_stop_strings": false,
6
+ "allow_jailbreak": false,
7
+ "always_force_name2": true,
8
+ "trim_sentences": true,
9
+ "include_newline": true,
10
+ "single_line": false,
11
+ "name": "0-SYSTEM-EXPERIMENTAL"
12
+ }