Nitral-AI commited on
Commit
62d30b4
1 Parent(s): 06cfa99

Upload 4 files

Browse files
Domain_Fusion-Presets/Domain_Fusion_Context.json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "story_string": "<|begin_of_text|><|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}}{{personality}}\n{{/if}}{{#if 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": false,
8
+ "trim_sentences": false,
9
+ "include_newline": false,
10
+ "single_line": false,
11
+ "name": "Domain_Fusion_Context"
12
+ }
Domain_Fusion-Presets/Domain_Fusion_Instruct.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "system_prompt": "It is currently {{time}} and {{date}}.",
3
+ "input_sequence": "<|start_header_id|>{{user}}<|end_header_id|>\n\n",
4
+ "output_sequence": "<|start_header_id|>{{char}}<|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": false,
13
+ "names_force_groups": false,
14
+ "activation_regex": "",
15
+ "skip_examples": false,
16
+ "output_suffix": "<|eot_id|>",
17
+ "input_suffix": "<|eot_id|>",
18
+ "system_sequence": "<|start_header_id|>{{name}}<|end_header_id|>\n\n",
19
+ "system_suffix": "<|eot_id|>",
20
+ "user_alignment_message": "Let's begin.",
21
+ "system_same_as_user": false,
22
+ "last_system_sequence": "",
23
+ "name": "Domain_Fusion_Instruct"
24
+ }
Domain_Fusion-Presets/Domain_Fusion_Textgen-Preset.json ADDED
@@ -0,0 +1,92 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "temp": 1.25,
3
+ "temperature_last": true,
4
+ "top_p": 1,
5
+ "top_k": 45,
6
+ "top_a": 0,
7
+ "tfs": 1,
8
+ "epsilon_cutoff": 0,
9
+ "eta_cutoff": 0,
10
+ "typical_p": 1,
11
+ "min_p": 0.08,
12
+ "rep_pen": 1,
13
+ "rep_pen_range": 0,
14
+ "rep_pen_decay": 0,
15
+ "rep_pen_slope": 1,
16
+ "no_repeat_ngram_size": 0,
17
+ "penalty_alpha": 0,
18
+ "num_beams": 1,
19
+ "length_penalty": 1,
20
+ "min_length": 0,
21
+ "encoder_rep_pen": 1,
22
+ "freq_pen": 0,
23
+ "presence_pen": 0,
24
+ "skew": 0,
25
+ "do_sample": false,
26
+ "early_stopping": false,
27
+ "dynatemp": false,
28
+ "min_temp": 1,
29
+ "max_temp": 5,
30
+ "dynatemp_exponent": 1,
31
+ "smoothing_factor": 0.3,
32
+ "smoothing_curve": 1,
33
+ "dry_allowed_length": 2,
34
+ "dry_multiplier": 0,
35
+ "dry_base": 1.75,
36
+ "dry_sequence_breakers": "[\"\\n\", \":\", \"\\\"\", \"*\"]",
37
+ "dry_penalty_last_n": 0,
38
+ "add_bos_token": false,
39
+ "truncation_length": 2048,
40
+ "ban_eos_token": false,
41
+ "skip_special_tokens": false,
42
+ "streaming": true,
43
+ "mirostat_mode": 0,
44
+ "mirostat_tau": 5,
45
+ "mirostat_eta": 0.1,
46
+ "guidance_scale": 1,
47
+ "negative_prompt": "",
48
+ "grammar_string": "",
49
+ "json_schema": {},
50
+ "banned_tokens": "",
51
+ "sampler_priority": [
52
+ "temperature",
53
+ "dynamic_temperature",
54
+ "quadratic_sampling",
55
+ "top_k",
56
+ "top_p",
57
+ "typical_p",
58
+ "epsilon_cutoff",
59
+ "eta_cutoff",
60
+ "tfs",
61
+ "top_a",
62
+ "min_p",
63
+ "mirostat"
64
+ ],
65
+ "samplers": [
66
+ "top_k",
67
+ "tfs_z",
68
+ "typical_p",
69
+ "top_p",
70
+ "min_p",
71
+ "temperature"
72
+ ],
73
+ "ignore_eos_token": false,
74
+ "spaces_between_special_tokens": false,
75
+ "speculative_ngram": false,
76
+ "sampler_order": [
77
+ 6,
78
+ 0,
79
+ 1,
80
+ 3,
81
+ 4,
82
+ 2,
83
+ 5
84
+ ],
85
+ "logit_bias": [],
86
+ "n": 1,
87
+ "ignore_eos_token_aphrodite": false,
88
+ "spaces_between_special_tokens_aphrodite": true,
89
+ "rep_pen_size": 0,
90
+ "genamt": 200,
91
+ "max_length": 8192
92
+ }
Domain_Fusion-Presets/Domain_Fusion_Theme.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "Domain_Fusion_Theme",
3
+ "blur_strength": 10,
4
+ "main_text_color": "rgba(255, 245, 0, 0.9)",
5
+ "italics_text_color": "rgba(0, 253, 253, 1)",
6
+ "underline_text_color": "rgba(255, 0, 199, 0.9)",
7
+ "quote_text_color": "rgba(255, 255, 255, 1)",
8
+ "blur_tint_color": "rgba(0, 0, 0, 0.86)",
9
+ "chat_tint_color": "rgba(0, 0, 0, 0)",
10
+ "user_mes_blur_tint_color": "rgba(0, 2, 8, 0.86)",
11
+ "bot_mes_blur_tint_color": "rgba(0, 2, 8, 0.86)",
12
+ "shadow_color": "rgba(0, 0, 0, 1)",
13
+ "shadow_width": 5,
14
+ "border_color": "rgba(0, 253, 253, 0.67)",
15
+ "font_scale": 1,
16
+ "fast_ui_mode": true,
17
+ "waifuMode": true,
18
+ "avatar_style": 0,
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": true,
30
+ "enableLabMode": false,
31
+ "hotswap_enabled": true,
32
+ "custom_css": "",
33
+ "bogus_folders": false,
34
+ "zoomed_avatar_magnification": false,
35
+ "reduced_motion": false,
36
+ "compact_input_area": true
37
+ }