lemonilia commited on
Commit
f233f15
1 Parent(s): 913bad9

Upload 2 files

Browse files
SillyTavern_LimaRP-Alpaca-context-basic.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "story_string": "{{#if system}}{{system}}{{/if}}{{#if description}}{{description}}{{/if}}",
3
+ "chat_start": "",
4
+ "example_separator": "",
5
+ "name": "LimaRP-Alpaca"
6
+ }
SillyTavern_LimaRP-Alpaca-instruct.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "wrap": true,
3
+ "names": true,
4
+ "system_prompt": "",
5
+ "system_sequence": "<<SYSTEM>>",
6
+ "stop_sequence": "### Input:",
7
+ "input_sequence": "\n### Input:",
8
+ "output_sequence": "\n### Response:",
9
+ "separator_sequence": "",
10
+ "macro": true,
11
+ "names_force_groups": false,
12
+ "last_output_sequence": "\n### Response: (length = tiny)",
13
+ "activation_regex": "",
14
+ "system_sequence_prefix": "### Instruction:",
15
+ "system_sequence_suffix": "",
16
+ "first_output_sequence": "",
17
+ "name": "LimaRP-Alpaca"
18
+ }