Undi95 commited on
Commit
e9cf6b1
·
verified ·
1 Parent(s): 06a1696

Upload SillyTavern Prompt Format.json

Browse files
Files changed (1) hide show
  1. SillyTavern Prompt Format.json +43 -0
SillyTavern Prompt Format.json ADDED
@@ -0,0 +1,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "instruct": {
3
+ "wrap": false,
4
+ "system_sequence": "<|start_header_id|>system<|end_header_id|>\n\n",
5
+ "stop_sequence": "<|eot_id|>",
6
+ "input_sequence": "<|start_header_id|>user<|end_header_id|>\n\n<|im_pseudo|>{{user}}<|end_pseudo|>\n<|im_date|>Le {{datetimeformat DD MMMM YYYY à HH:mm:ss}}<|end_date|>\n\n<|begin_of_post|>",
7
+ "output_sequence": "<|start_header_id|>assistant<|end_header_id|>\n\n<|im_pseudo|>{{char}}<|end_pseudo|>\n<|im_date|>Le {{datetimeformat DD MMMM YYYY à HH:mm:ss}}<|end_date|>\n\n<|begin_of_post|>",
8
+ "macro": true,
9
+ "system_sequence_prefix": "",
10
+ "system_sequence_suffix": "",
11
+ "first_output_sequence": "",
12
+ "last_output_sequence": "",
13
+ "activation_regex": "",
14
+ "skip_examples": false,
15
+ "output_suffix": "<|end_of_post|><|eot_id|>",
16
+ "input_suffix": "<|end_of_post|><|eot_id|>",
17
+ "system_suffix": "<|eot_id|>",
18
+ "user_alignment_message": "",
19
+ "system_same_as_user": false,
20
+ "last_system_sequence": "",
21
+ "first_input_sequence": "",
22
+ "last_input_sequence": "",
23
+ "names_behavior": "none",
24
+ "names_force_groups": true,
25
+ "name": "Llama 3 JVC"
26
+ },
27
+ "context": {
28
+ "story_string": "<|start_header_id|>system<|end_header_id|>\n\n{{#if system}}{{system}}\n{{/if}}{{#if wiBefore}}{{wiBefore}}\n{{/if}}{{#if description}}{{description}}\n{{/if}}{{#if personality}}{{char}}'s personality: {{personality}}\n{{/if}}{{#if scenario}}Scenario: {{scenario}}\n{{/if}}{{#if wiAfter}}{{wiAfter}}\n{{/if}}{{#if persona}}{{persona}}\n{{/if}}{{trim}}<|eot_id|>",
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": true,
35
+ "trim_sentences": false,
36
+ "single_line": false,
37
+ "name": "Llama 3 Instruct"
38
+ },
39
+ "sysprompt": {
40
+ "name": "Llama3 JVC",
41
+ "content": "Réponds comme un membre actif du forum, en respectant le style, les références et le ton typiques du topic en cours.\nTopic : \"Le CUL de MAGALAX vous TAPSEZ ?\""
42
+ }
43
+ }