Virt-io commited on
Commit
9f8bd64
1 Parent(s): abdfd41

LLAMA-3 Presets

Browse files
Prompts/LLAMA-3/v1.4/[LLAMA-3-Context]Roleplay-v1.4.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\n\n### Main Scenario ###\n- This section outlines the central plot or situation of the story.\n\n{{/if}}{{#if scenario}}Scenario: {{scenario}}\n\n### {{char}}'s Personality ###\n- Describe the personality or characteristics of {{char}}.\n\n{{/if}}{{#if personality}}{{char}}'s personality: {{personality}}\n\n### {{user}}'s Persona ###\n- Explain the persona or role the {{user}} will adopt in the story.\n\n{{/if}}{{#if persona}}{{user}}'s Persona: {{persona}}\n\n### {{char}}'s Catchphrases ###\n- Phrases that embody who {{char}} is.\n\n{{/if}}{{#if mesExamples}}{{char}}'s Catchphrases: {{mesExamples}}\n\n### Main Description ###\n- Offer a brief overview of the setting, context, or initial events of the story.\n\n{{/if}}{{#if description}}Main Description: {{description}}\n\n### Extra Information (Optional) ###\n- Additional Lore\n\n{{/if}}{{#if wiBefore}}{{wiBefore}}\n\n{{/if}}{{#if wiAfter}}{{wiAfter}}\n\n{{/if}}{{trim}}<|eot_id|>",
3
+ "example_separator": "",
4
+ "chat_start": "### Novel:",
5
+ "use_stop_strings": false,
6
+ "allow_jailbreak": false,
7
+ "always_force_name2": true,
8
+ "trim_sentences": false,
9
+ "include_newline": false,
10
+ "single_line": false,
11
+ "name": "[LLAMA-3]Roleplay-v1.4"
12
+ }
Prompts/LLAMA-3/v1.4/[LLAMA-3-System]Roleplay-v1.4.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "system_prompt": "An interactive novel depicting {{char}}'s and {{user}}'s daily life. Responses should contain the following; The characters actions, emotions, physical state, and surroundings.",
3
+ "input_sequence": "<|start_header_id|>user<|end_header_id|>",
4
+ "output_sequence": "<|start_header_id|>assistant<|end_header_id|>",
5
+ "last_output_sequence": "",
6
+ "system_sequence": "<|begin_of_text|><|start_header_id|>system<|end_header_id|>",
7
+ "stop_sequence": "<|eot_id|>",
8
+ "wrap": true,
9
+ "macro": true,
10
+ "names": true,
11
+ "names_force_groups": true,
12
+ "activation_regex": "",
13
+ "system_sequence_prefix": "",
14
+ "system_sequence_suffix": "",
15
+ "first_output_sequence": "",
16
+ "skip_examples": true,
17
+ "output_suffix": "<|eot_id|>\n",
18
+ "input_suffix": "<|eot_id|>\n",
19
+ "system_suffix": "<|eot_id|>\n",
20
+ "user_alignment_message": "",
21
+ "system_same_as_user": false,
22
+ "last_system_sequence": "",
23
+ "name": "[LLAMA-3]Roleplay-v1.4"
24
+ }
README.md CHANGED
@@ -20,6 +20,9 @@ The reason for this, is because I explicitly set for them to be sent. The defaul
20
 
21
  # Samplers
22
 
 
 
 
23
  **Mistral-v0.1**
24
  As for samplers, **Simple_Smooth** should be good for most use cases.
25
 
 
20
 
21
  # Samplers
22
 
23
+ **LLAMA-3**
24
+ Only has 8k context, Mistral-v0.1 samplers should also work. Made them simple as I am still testing the model.
25
+
26
  **Mistral-v0.1**
27
  As for samplers, **Simple_Smooth** should be good for most use cases.
28
 
Samplers/LLAMA-3/[LLAMA-3]-Simple.json ADDED
@@ -0,0 +1,81 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "temp": 1,
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.075,
12
+ "rep_pen": 1.05,
13
+ "rep_pen_range": 2048,
14
+ "no_repeat_ngram_size": 0,
15
+ "penalty_alpha": 0,
16
+ "num_beams": 1,
17
+ "length_penalty": 0,
18
+ "min_length": 0,
19
+ "encoder_rep_pen": 1,
20
+ "freq_pen": 0.1,
21
+ "presence_pen": 0.1,
22
+ "do_sample": true,
23
+ "early_stopping": false,
24
+ "dynatemp": false,
25
+ "min_temp": 1,
26
+ "max_temp": 2,
27
+ "dynatemp_exponent": 0.9,
28
+ "smoothing_factor": 0,
29
+ "smoothing_curve": 1,
30
+ "add_bos_token": true,
31
+ "truncation_length": 2048,
32
+ "ban_eos_token": false,
33
+ "skip_special_tokens": true,
34
+ "streaming": true,
35
+ "mirostat_mode": 0,
36
+ "mirostat_tau": 5,
37
+ "mirostat_eta": 0.1,
38
+ "guidance_scale": 1,
39
+ "negative_prompt": "",
40
+ "grammar_string": "",
41
+ "json_schema": {},
42
+ "banned_tokens": "",
43
+ "sampler_priority": [
44
+ "temperature",
45
+ "dynamic_temperature",
46
+ "quadratic_sampling",
47
+ "top_k",
48
+ "top_p",
49
+ "typical_p",
50
+ "epsilon_cutoff",
51
+ "eta_cutoff",
52
+ "tfs",
53
+ "top_a",
54
+ "min_p",
55
+ "mirostat"
56
+ ],
57
+ "samplers": [
58
+ "top_k",
59
+ "tfs_z",
60
+ "typical_p",
61
+ "top_p",
62
+ "min_p",
63
+ "temperature"
64
+ ],
65
+ "ignore_eos_token_aphrodite": false,
66
+ "spaces_between_special_tokens_aphrodite": true,
67
+ "sampler_order": [
68
+ 6,
69
+ 0,
70
+ 1,
71
+ 3,
72
+ 4,
73
+ 2,
74
+ 5
75
+ ],
76
+ "logit_bias": [],
77
+ "n": 1,
78
+ "rep_pen_size": 0,
79
+ "genamt": 300,
80
+ "max_length": 8192
81
+ }