diff --git a/default/content/index.json b/default/content/index.json index afefe114d..82cce2384 100644 --- a/default/content/index.json +++ b/default/content/index.json @@ -476,7 +476,11 @@ "type": "context" }, { - "filename": "presets/context/DreamGen Role-Play V1.json", + "filename": "presets/context/DreamGen Role-Play V1 ChatML.json", + "type": "context" + }, + { + "filename": "presets/context/DreamGen Role-Play V1 Llama3.json", "type": "context" }, { @@ -556,7 +560,11 @@ "type": "instruct" }, { - "filename": "presets/instruct/DreamGen Role-Play V1.json", + "filename": "presets/instruct/DreamGen Role-Play V1 ChatML.json", + "type": "instruct" + }, + { + "filename": "presets/instruct/DreamGen Role-Play V1 Llama3.json", "type": "instruct" }, { diff --git a/default/content/presets/context/DreamGen Role-Play V1.json b/default/content/presets/context/DreamGen Role-Play V1 ChatML.json similarity index 94% rename from default/content/presets/context/DreamGen Role-Play V1.json rename to default/content/presets/context/DreamGen Role-Play V1 ChatML.json index 6698d27fa..9042ed758 100644 --- a/default/content/presets/context/DreamGen Role-Play V1.json +++ b/default/content/presets/context/DreamGen Role-Play V1 ChatML.json @@ -8,5 +8,5 @@ "trim_sentences": true, "include_newline": false, "single_line": false, - "name": "DreamGen Role-Play V1" + "name": "DreamGen Role-Play V1 ChatML" } \ No newline at end of file diff --git a/default/content/presets/context/DreamGen Role-Play V1 Llama3.json b/default/content/presets/context/DreamGen Role-Play V1 Llama3.json new file mode 100644 index 000000000..965e9632c --- /dev/null +++ b/default/content/presets/context/DreamGen Role-Play V1 Llama3.json @@ -0,0 +1,12 @@ +{ + "story_string": "<|start_header_id|>system<|end_header_id|>\n\n{{#if system}}{{system}}\n\n\n{{/if}}## Overall plot description:\n\n{{#if scenario}}{{scenario}}{{else}}Conversation between {{char}} and {{user}}.{{/if}}{{#if wiBefore}}\n\n{{wiBefore}}{{/if}}\n\n\n## Characters:\n\n### {{char}}\n\n{{#if description}}{{description}}\n\n{{/if}}{{#if personality}}{{personality}}\n\n{{/if}}### {{user}}\n\n{{#if persona}}{{persona}}{{else}}{{user}} is the protagonist of the role-play.{{/if}}{{#if wiAfter}}\n\n{{wiAfter}}{{/if}}{{#if mesExamples}}\n\n{{mesExamples}}{{/if}}", + "example_separator": "<|eot_id|>\n<|start_header_id|>user<|end_header_id|>\n\nWrite an example narrative / conversation that is not part of the main story.", + "chat_start": "<|eot_id|>\n<|start_header_id|>user<|end_header_id|>\n\nStart the role-play between {{char}} and {{user}}.", + "use_stop_strings": false, + "allow_jailbreak": false, + "always_force_name2": false, + "trim_sentences": true, + "include_newline": false, + "single_line": false, + "name": "DreamGen Role-Play V1 Llama3" +} \ No newline at end of file diff --git a/default/content/presets/instruct/DreamGen Role-Play V1.json b/default/content/presets/instruct/DreamGen Role-Play V1 ChatML.json similarity index 94% rename from default/content/presets/instruct/DreamGen Role-Play V1.json rename to default/content/presets/instruct/DreamGen Role-Play V1 ChatML.json index 002878b4d..0bca83455 100644 --- a/default/content/presets/instruct/DreamGen Role-Play V1.json +++ b/default/content/presets/instruct/DreamGen Role-Play V1 ChatML.json @@ -20,5 +20,5 @@ "user_alignment_message": "", "system_same_as_user": true, "last_system_sequence": "", - "name": "DreamGen Role-Play V1" + "name": "DreamGen Role-Play V1 ChatML" } diff --git a/default/content/presets/instruct/DreamGen Role-Play V1 Llama3.json b/default/content/presets/instruct/DreamGen Role-Play V1 Llama3.json new file mode 100644 index 000000000..ca1e285f3 --- /dev/null +++ b/default/content/presets/instruct/DreamGen Role-Play V1 Llama3.json @@ -0,0 +1,18 @@ +{ + "system_prompt": "You are an intelligent, skilled, versatile writer.\n\nYour task is to write a role-play based on the information below.", + "input_sequence": "<|eot_id|>\n<|start_header_id|>writer character: {{user}}<|end_header_id|>\n\n", + "output_sequence": "<|eot_id|>\n<|start_header_id|>writer character: {{char}}<|end_header_id|>\n\n", + "first_output_sequence": "", + "last_output_sequence": "", + "system_sequence_prefix": "", + "system_sequence_suffix": "", + "stop_sequence": "", + "separator_sequence": "", + "wrap": false, + "macro": true, + "names": false, + "names_force_groups": false, + "activation_regex": "", + "skip_examples": false, + "name": "DreamGen Role-Play V1 Llama3" +} \ No newline at end of file