Nitral-AI commited on
Commit
ad9e4b8
·
verified ·
1 Parent(s): 12d2ebb

Upload 3 files

Browse files
Hathor_Presets/Hathor_Aleph-Llama-3_Theme.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "Hathor_Aleph-Llama-3_Theme",
3
+ "blur_strength": 3,
4
+ "main_text_color": "rgba(255, 187, 224, 1)",
5
+ "italics_text_color": "rgba(228, 33, 92, 1)",
6
+ "underline_text_color": "rgba(237, 164, 255, 1)",
7
+ "quote_text_color": "rgba(240, 206, 168, 1)",
8
+ "blur_tint_color": "rgba(2, 7, 26, 0.69)",
9
+ "chat_tint_color": "rgba(2, 7, 26, 0.69)",
10
+ "user_mes_blur_tint_color": "rgba(2, 7, 26, 0.26)",
11
+ "bot_mes_blur_tint_color": "rgba(2, 7, 26, 0.26)",
12
+ "shadow_color": "rgba(0, 0, 0, 1)",
13
+ "shadow_width": 5,
14
+ "border_color": "rgba(228, 33, 92, 0.72)",
15
+ "font_scale": 1,
16
+ "fast_ui_mode": false,
17
+ "waifuMode": true,
18
+ "avatar_style": 1,
19
+ "chat_display": 1,
20
+ "noShadows": false,
21
+ "chat_width": 50,
22
+ "timer_enabled": false,
23
+ "timestamps_enabled": true,
24
+ "timestamp_model_icon": false,
25
+ "mesIDDisplay_enabled": false,
26
+ "hideChatAvatars_enabled": false,
27
+ "message_token_count_enabled": false,
28
+ "expand_message_actions": true,
29
+ "enableZenSliders": false,
30
+ "enableLabMode": false,
31
+ "hotswap_enabled": true,
32
+ "custom_css": "",
33
+ "bogus_folders": false,
34
+ "zoomed_avatar_magnification": true,
35
+ "reduced_motion": false,
36
+ "compact_input_area": true
37
+ }
Hathor_Presets/Hathor_Llama-3_Context.json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "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|>",
3
+ "example_separator": "",
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": "Hathor_Llama-3_Context"
12
+ }
Hathor_Presets/Hathor_Llama-3_Instruct.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "system_prompt": "You are an expert actor that can fully immerse yourself into any role given. You do not break character for any reason, even if someone tries addressing you as an AI or language model. Currently your role is {{char}}, which is described in detail below. As {{char}}, continue the exchange with {{user}}.",
3
+ "input_sequence": "<|start_header_id|>user<|end_header_id|>\n\n",
4
+ "output_sequence": "<|start_header_id|>assistant<|end_header_id|>\n\n",
5
+ "first_output_sequence": "",
6
+ "last_output_sequence": "",
7
+ "system_sequence_prefix": "",
8
+ "system_sequence_suffix": "",
9
+ "stop_sequence": "<|eot_id|>",
10
+ "wrap": false,
11
+ "macro": true,
12
+ "names": true,
13
+ "names_force_groups": true,
14
+ "activation_regex": "",
15
+ "skip_examples": false,
16
+ "output_suffix": "<|eot_id|>",
17
+ "input_suffix": "<|eot_id|>",
18
+ "system_sequence": "<|start_header_id|>system<|end_header_id|>\n\n",
19
+ "system_suffix": "<|eot_id|>",
20
+ "user_alignment_message": "",
21
+ "system_same_as_user": false,
22
+ "last_system_sequence": "",
23
+ "name": "Hathor_Llama-3_Instruct"
24
+ }