Upload 4 files
Browse files
.gitattributes
CHANGED
@@ -34,3 +34,5 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
36 |
Kunoichi-AshhLimaRP-Mistral-7B-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
36 |
Kunoichi-AshhLimaRP-Mistral-7B-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
37 |
+
Kunoichi-AshhLimaRP-Mistral-7B-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
38 |
+
Kunoichi-AshhLimaRP-Mistral-7B-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
Kunoichi-AshhLimaRP-Mistral-7B-Q6_K.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e4dd16dc0a74c84fb6a6018f65e120ae53978965bff7e593ab82af6e80763b38
|
3 |
+
size 5942064768
|
Kunoichi-AshhLimaRP-Mistral-7B-Q8_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2e698058e398c14e24d0932c686504fa2730ea7453ae0ec83cd8fbc971dbef5a
|
3 |
+
size 7695857280
|
SillyTavern Presets/LimaRP-Alpaca_Context-Template.json
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"story_string": "{{system}}{{char}}'s Persona: {{description}}\n\n{{#if persona}}{{user}}'s Persona: {{persona}}\n\n{{/if}}\n{{#if scenario}}Scenario: {{scenario}}\n\n{{/if}}\n{{#if loreBefore}}Background information: {{loreBefore}}\n\n{{/if}}\nPlay the role of {{char}}. With scene and characters now described, you must engage in a roleplay conversation with {{user}} below this line. Never write for {{user}} in your responses.",
|
3 |
+
"example_separator": "",
|
4 |
+
"chat_start": "",
|
5 |
+
"always_force_name2": false,
|
6 |
+
"trim_sentences": false,
|
7 |
+
"include_newline": false,
|
8 |
+
"custom_stopping_strings": "",
|
9 |
+
"custom_stopping_strings_macro": true,
|
10 |
+
"name": "LimaRP-Alpaca"
|
11 |
+
}
|
SillyTavern Presets/LimaRP-Alpaca_Instruct-Mode.json
ADDED
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"wrap": true,
|
3 |
+
"names": true,
|
4 |
+
"system_prompt": "",
|
5 |
+
"system_sequence": "<<SYSTEM>>",
|
6 |
+
"stop_sequence": "###",
|
7 |
+
"input_sequence": "\n### Input:",
|
8 |
+
"output_sequence": "\n### Response:",
|
9 |
+
"separator_sequence": "",
|
10 |
+
"macro": true,
|
11 |
+
"names_force_groups": false,
|
12 |
+
"last_output_sequence": "\n### Response: (length = short)",
|
13 |
+
"activation_regex": "",
|
14 |
+
"system_sequence_prefix": "\n### Instruction:",
|
15 |
+
"system_sequence_suffix": "",
|
16 |
+
"first_output_sequence": "",
|
17 |
+
"name": "LimaRP-Alpaca"
|
18 |
+
}
|