grimjim commited on
Commit
67acd97
·
verified ·
1 Parent(s): d9ea390

Upload Granite 3.1 8B Instruct.json

Browse files

Combined ST context and instruct template for Granite 3.1 8B Instruct

advanced_formatting/instruct_mode/Granite 3.1 8B Instruct.json ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "instruct": {
3
+ "input_sequence": "<|start_of_role|>user<|end_of_role|>\n",
4
+ "output_sequence": "<|start_of_role|>assistant<|end_of_role|>",
5
+ "first_output_sequence": "",
6
+ "last_output_sequence": "",
7
+ "system_sequence_prefix": "",
8
+ "system_sequence_suffix": "",
9
+ "stop_sequence": "",
10
+ "wrap": false,
11
+ "macro": true,
12
+ "activation_regex": "",
13
+ "skip_examples": false,
14
+ "output_suffix": "",
15
+ "input_suffix": "<|end_of_text|>\n",
16
+ "system_sequence": "<|start_of_role|>system<|end_of_role|>",
17
+ "system_suffix": "<|end_of_text|>",
18
+ "user_alignment_message": "",
19
+ "last_system_sequence": "",
20
+ "system_same_as_user": false,
21
+ "first_input_sequence": "",
22
+ "last_input_sequence": "",
23
+ "names_behavior": "always",
24
+ "names_force_groups": true,
25
+ "name": "Granite 3.1 8B Instruct"
26
+ },
27
+ "context": {
28
+ "story_string": "{{#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}}\n\n",
29
+ "example_separator": "",
30
+ "chat_start": "",
31
+ "use_stop_strings": false,
32
+ "allow_jailbreak": false,
33
+ "names_as_stop_strings": true,
34
+ "always_force_name2": true,
35
+ "trim_sentences": false,
36
+ "single_line": false,
37
+ "name": "Granite 3.1 8B Instruct"
38
+ }
39
+ }