Hastagaras
commited on
Commit
•
117584f
1
Parent(s):
389c4a2
Upload 2 files
Browse files- Gemma2 C.json +12 -0
- Gemma2 I.json +24 -0
Gemma2 C.json
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"story_string": "<|start_of_turn>user\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}}<end_of_turn>",
|
3 |
+
"example_separator": "",
|
4 |
+
"chat_start": "",
|
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": "Gemma2 C"
|
12 |
+
}
|
Gemma2 I.json
ADDED
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"system_prompt": "Write your next reply as {{char}} in this roleplay.",
|
3 |
+
"input_sequence": "<|start_of_turn>user\n",
|
4 |
+
"output_sequence": "<|start_of_turn>model\n",
|
5 |
+
"first_output_sequence": "",
|
6 |
+
"last_output_sequence": "",
|
7 |
+
"system_sequence_prefix": "",
|
8 |
+
"system_sequence_suffix": "",
|
9 |
+
"stop_sequence": "<end_of_turn>",
|
10 |
+
"wrap": false,
|
11 |
+
"macro": true,
|
12 |
+
"names": true,
|
13 |
+
"names_force_groups": true,
|
14 |
+
"activation_regex": "",
|
15 |
+
"output_suffix": "<end_of_turn>\n",
|
16 |
+
"input_suffix": "<end_of_turn>\n",
|
17 |
+
"system_sequence": "<|start_of_turn>user\n",
|
18 |
+
"system_suffix": "<end_of_turn>\n",
|
19 |
+
"user_alignment_message": "",
|
20 |
+
"last_system_sequence": "",
|
21 |
+
"skip_examples": false,
|
22 |
+
"system_same_as_user": false,
|
23 |
+
"name": "Gemma2 I"
|
24 |
+
}
|