mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Add Tulu templates
This commit is contained in:
@@ -627,6 +627,14 @@
|
|||||||
"filename": "presets/instruct/Synthia.json",
|
"filename": "presets/instruct/Synthia.json",
|
||||||
"type": "instruct"
|
"type": "instruct"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"filename": "presets/instruct/Tulu.json",
|
||||||
|
"type": "instruct"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"filename": "presets/context/Tulu.json",
|
||||||
|
"type": "context"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"filename": "presets/instruct/Vicuna 1.0.json",
|
"filename": "presets/instruct/Vicuna 1.0.json",
|
||||||
"type": "instruct"
|
"type": "instruct"
|
||||||
|
11
default/content/presets/context/Tulu.json
Normal file
11
default/content/presets/context/Tulu.json
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
{
|
||||||
|
"story_string": "<|system|>\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}}\n",
|
||||||
|
"example_separator": "",
|
||||||
|
"chat_start": "",
|
||||||
|
"use_stop_strings": false,
|
||||||
|
"allow_jailbreak": false,
|
||||||
|
"always_force_name2": true,
|
||||||
|
"trim_sentences": false,
|
||||||
|
"single_line": false,
|
||||||
|
"name": "Tulu"
|
||||||
|
}
|
22
default/content/presets/instruct/Tulu.json
Normal file
22
default/content/presets/instruct/Tulu.json
Normal file
@@ -0,0 +1,22 @@
|
|||||||
|
{
|
||||||
|
"input_sequence": "<|user|>\n",
|
||||||
|
"output_sequence": "<|assistant|>\n",
|
||||||
|
"first_output_sequence": "",
|
||||||
|
"last_output_sequence": "",
|
||||||
|
"system_sequence_prefix": "",
|
||||||
|
"system_sequence_suffix": "",
|
||||||
|
"stop_sequence": "<|end_of_text|>",
|
||||||
|
"wrap": false,
|
||||||
|
"macro": true,
|
||||||
|
"names_behavior": "always",
|
||||||
|
"activation_regex": "",
|
||||||
|
"skip_examples": false,
|
||||||
|
"output_suffix": "<|end_of_text|>\n",
|
||||||
|
"input_suffix": "",
|
||||||
|
"system_sequence": "<|system|>\n",
|
||||||
|
"system_suffix": "",
|
||||||
|
"user_alignment_message": "",
|
||||||
|
"last_system_sequence": "",
|
||||||
|
"system_same_as_user": false,
|
||||||
|
"name": "Tulu"
|
||||||
|
}
|
@@ -53,6 +53,12 @@ const hash_derivations = {
|
|||||||
// command-r-08-2024
|
// command-r-08-2024
|
||||||
'Command R'
|
'Command R'
|
||||||
,
|
,
|
||||||
|
|
||||||
|
// Tulu
|
||||||
|
'ac7498a36a719da630e99d48e6ebc4409de85a77556c2b6159eeb735bcbd11df':
|
||||||
|
// Tulu-3-8B
|
||||||
|
// Tulu-3-70B
|
||||||
|
'Tulu'
|
||||||
};
|
};
|
||||||
|
|
||||||
const substr_derivations = {
|
const substr_derivations = {
|
||||||
|
Reference in New Issue
Block a user