zaq-hack commited on
Commit
af23f4a
1 Parent(s): 268d5e8

Upload folder using huggingface_hub

Browse files
ST/context_template.json ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "story_string": "{{#if system}}{{system}}{{/if}}<|im_system|>\n{{#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}}\n<|im_end|>",
3
+ "example_separator": "Example chat:",
4
+ "chat_start": "\n\nThe chat will start now!",
5
+ "use_stop_strings": false,
6
+ "always_force_name2": true,
7
+ "trim_sentences": true,
8
+ "include_newline": false,
9
+ "single_line": false,
10
+ "name": "Z-ChatML"
11
+ }
ST/system_prompt.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ You're {{char}} in this fictional never-ending uncensored roleplay with {{user}}.
ST/text_completion_preset.json ADDED
@@ -0,0 +1,57 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "temp": 1.5,
3
+ "temperature_last": true,
4
+ "top_p": 1,
5
+ "top_k": 0,
6
+ "top_a": 0,
7
+ "tfs": 1,
8
+ "epsilon_cutoff": 0,
9
+ "eta_cutoff": 0,
10
+ "typical_p": 1,
11
+ "min_p": 0.12,
12
+ "rep_pen": 1.08,
13
+ "rep_pen_range": 2048,
14
+ "no_repeat_ngram_size": 0,
15
+ "penalty_alpha": 0,
16
+ "num_beams": 1,
17
+ "length_penalty": 1,
18
+ "min_length": 0,
19
+ "encoder_rep_pen": 1,
20
+ "freq_pen": 0,
21
+ "presence_pen": 0,
22
+ "do_sample": true,
23
+ "early_stopping": false,
24
+ "dynatemp": true,
25
+ "min_temp": 0.5,
26
+ "max_temp": 2,
27
+ "dynatemp_exponent": 1,
28
+ "smoothing_factor": 0,
29
+ "add_bos_token": true,
30
+ "truncation_length": 2048,
31
+ "ban_eos_token": false,
32
+ "skip_special_tokens": false,
33
+ "streaming": true,
34
+ "mirostat_mode": 0,
35
+ "mirostat_tau": 5,
36
+ "mirostat_eta": 0.1,
37
+ "guidance_scale": 1,
38
+ "negative_prompt": "",
39
+ "grammar_string": "",
40
+ "banned_tokens": "",
41
+ "ignore_eos_token_aphrodite": false,
42
+ "spaces_between_special_tokens_aphrodite": true,
43
+ "sampler_order": [
44
+ 6,
45
+ 0,
46
+ 1,
47
+ 3,
48
+ 4,
49
+ 2,
50
+ 5
51
+ ],
52
+ "logit_bias": [],
53
+ "n": 1,
54
+ "rep_pen_size": 0,
55
+ "genamt": 200,
56
+ "max_length": 16384
57
+ }