Doctor-Shotgun commited on
Commit
c8fa24a
1 Parent(s): 588ecd6

Upload templates

Browse files
ST Templates/context/LimaRPv3 Alpaca (No Length).json ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "story_string": "### Instruction:\n{{#if wiBefore}}{{wiBefore}}\n\n{{/if}}{{#if description}}{{description}}\n\n{{/if}}{{#if persona}}{{user}}'s Persona: {{persona}}\n\n{{/if}}{{#if scenario}}Scenario: {{scenario}}\n\n{{/if}}{{#if wiAfter}}{{wiAfter}}\n\n{{/if}}{{#if system}}{{system}}{{/if}}",
3
+ "example_separator": "",
4
+ "chat_start": "",
5
+ "use_stop_strings": false,
6
+ "always_force_name2": true,
7
+ "trim_sentences": false,
8
+ "include_newline": false,
9
+ "single_line": false,
10
+ "name": "LimaRPv3 Alpaca (No Length)"
11
+ }
ST Templates/context/LimaRPv3 Alpaca.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "story_string": "### Instruction:\n{{#if wiBefore}}{{wiBefore}}\n\n{{/if}}{{#if description}}{{description}}\n\n{{/if}}{{#if persona}}{{user}}'s Persona: {{persona}}\n\n{{/if}}{{#if scenario}}Scenario: {{scenario}}\n\n{{/if}}{{#if wiAfter}}{{wiAfter}}\n\n{{/if}}{{#if system}}{{system}}{{/if}}",
3
+ "example_separator": "",
4
+ "chat_start": "",
5
+ "always_force_name2": true,
6
+ "trim_sentences": false,
7
+ "include_newline": false,
8
+ "single_line": false,
9
+ "name": "LimaRPv3 Alpaca"
10
+ }
ST Templates/instruct/LimaRPv3 Alpaca (No Length).json ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "system_prompt": "Play the role of {{char}}. Taking the above information into consideration, you must engage in a roleplaying chat with {{user}} below this line. Do not write dialogues and narration for {{user}}.",
3
+ "input_sequence": "\n### Input:",
4
+ "output_sequence": "\n### Response:",
5
+ "first_output_sequence": "",
6
+ "last_output_sequence": "\n### Response:",
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
+ "name": "LimaRPv3 Alpaca (No Length)"
17
+ }
ST Templates/instruct/LimaRPv3 Alpaca.json ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "system_prompt": "Play the role of {{char}}. Taking the above information into consideration, you must engage in a roleplaying chat with {{user}} below this line. Do not write dialogues and narration for {{user}}.",
3
+ "input_sequence": "\n### Input:",
4
+ "output_sequence": "\n### Response:",
5
+ "first_output_sequence": "",
6
+ "last_output_sequence": "\n### Response: (length = medium)",
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
+ "name": "LimaRPv3 Alpaca"
17
+ }