Lewdiculous commited on
Commit
2d8464f
1 Parent(s): 47c6680

Upload 6 files

Browse files
.gitattributes CHANGED
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip 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
 
 
33
  *.zip 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
+ Nina-v2-7B-F16.gguf filter=lfs diff=lfs merge=lfs -text
Nina-v2-7B-F16.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:816ab220d0854a66ffc0605bff08098502e0d327a292362438add0d5e4694c51
3
+ size 14484731872
imatrix-with-rp-data.txt ADDED
The diff for this file is too large to render. See raw diff
 
presets/Assistant-1.png ADDED
presets/ChatML-RP-instruct.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "system_prompt": "<Instructions>\n\"\"\"\nAssistant must roleplay with {{user}}.\nThis is a turn-based story collaboration.\nAssistant must write in the third person, in a story narrative style.\nAssistant must avoid skipping for brevity, using direct narration of every action.\nAssistant must embody the character's appearance and traits.\nAssistant must replicate the character's mannerisms.\nAssistant must observe and reproduce the character's habits, preferences, and other behavioral details.\nAssistant must mirror the character's thought processes and emotions.\nAssistant must experience the world through the character's senses.\nAssistant must use the character's unique tone and language when speaking.\nAssistant must simulate all of character's bodily functions.\nAssistant must depict all of the character's thoughts and actions explicitly.\nAssistant must avoid taking actions the character would not take, instead emphasize their traits and quirks.\nAssistant must avoid using language the character would not use, ensure your language is appropriate for the character - avoid using slang or jargon unless they are known to do so.\nAssistant must also be aware of the character's surroundings, and use them to make the narrative more realistic and engaging.\nAssistant is encouraged to do anything the character would do, character has free will and is expected to act as they please.\nAssistant must think deeply and use all provided information, before responding as character.\nIt is assistant's turn to contribute, and they write much better than {{user}}.\n\"\"\"\n</Instructions>",
3
+ "input_sequence": "<|im_start|>user\n",
4
+ "output_sequence": "<|im_end|>\n<|im_start|>assistant\n",
5
+ "first_output_sequence": "<|im_start|>assistant\n",
6
+ "last_output_sequence": "",
7
+ "system_sequence_prefix": "",
8
+ "system_sequence_suffix": "\n",
9
+ "stop_sequence": "<|im_end|>",
10
+ "separator_sequence": "<|im_end|>\n",
11
+ "wrap": false,
12
+ "macro": true,
13
+ "names": true,
14
+ "names_force_groups": true,
15
+ "activation_regex": "",
16
+ "skip_examples": false,
17
+ "name": "ChatML-RP"
18
+ }
presets/ChatML-XML-context.json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "story_string": "<|im_start|>system\n{{#if system}}{{system}}\n\n{{/if}}\n{{#if wiBefore}}<Before>{{wiBefore}}</Before>\n\n{{/if}}{{#if description}}<Description>{{description}}</Description>\n\n{{/if}}{{#if personality}}<{{char}}'sPersonality>{{personality}}</{{char}}'sPersonality>\n\n{{/if}}{{#if scenario}}<Scenario>{{scenario}}</Scenario>\n\n{{/if}}{{#if wiAfter}}<After>{{wiAfter}}</After>\n\n{{/if}}{{#if persona}}<{{user}}'sPersona>{{persona}}</{{user}}'sPersona>\n{{/if}}<|im_end|>",
3
+ "example_separator": "Example Roleplay Chat:",
4
+ "chat_start": "",
5
+ "use_stop_strings": false,
6
+ "allow_jailbreak": false,
7
+ "always_force_name2": true,
8
+ "trim_sentences": true,
9
+ "include_newline": true,
10
+ "single_line": false,
11
+ "name": "ChatML-XML"
12
+ }
presets/RP-Samplers.json ADDED
@@ -0,0 +1,79 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "temp": 1,
3
+ "temperature_last": false,
4
+ "top_p": 1,
5
+ "top_k": 0,
6
+ "top_a": 0,
7
+ "tfs": 1,
8
+ "epsilon_cutoff": 0,
9
+ "eta_cutoff": 0,
10
+ "typical_p": 1,
11
+ "min_p": 0.085,
12
+ "rep_pen": 1.05,
13
+ "rep_pen_range": 2048,
14
+ "no_repeat_ngram_size": 0,
15
+ "penalty_alpha": 0,
16
+ "num_beams": 1,
17
+ "length_penalty": 0,
18
+ "min_length": 0,
19
+ "encoder_rep_pen": 1,
20
+ "freq_pen": 0,
21
+ "presence_pen": 0,
22
+ "do_sample": true,
23
+ "early_stopping": false,
24
+ "dynatemp": false,
25
+ "min_temp": 0,
26
+ "max_temp": 3,
27
+ "dynatemp_exponent": 1,
28
+ "smoothing_factor": 0.35,
29
+ "add_bos_token": true,
30
+ "truncation_length": 2048,
31
+ "ban_eos_token": false,
32
+ "skip_special_tokens": true,
33
+ "streaming": true,
34
+ "mirostat_mode": 0,
35
+ "mirostat_tau": 5,
36
+ "mirostat_eta": 0.1,
37
+ "guidance_scale": 1,
38
+ "negative_prompt": "",
39
+ "grammar_string": "",
40
+ "banned_tokens": "",
41
+ "sampler_priority": [
42
+ "temperature",
43
+ "dynamic_temperature",
44
+ "quadratic_sampling",
45
+ "top_k",
46
+ "top_p",
47
+ "typical_p",
48
+ "epsilon_cutoff",
49
+ "eta_cutoff",
50
+ "tfs",
51
+ "top_a",
52
+ "min_p",
53
+ "mirostat"
54
+ ],
55
+ "samplers": [
56
+ "top_k",
57
+ "tfs_z",
58
+ "typical_p",
59
+ "top_p",
60
+ "min_p",
61
+ "temperature"
62
+ ],
63
+ "ignore_eos_token_aphrodite": false,
64
+ "spaces_between_special_tokens_aphrodite": true,
65
+ "sampler_order": [
66
+ 6,
67
+ 0,
68
+ 1,
69
+ 3,
70
+ 4,
71
+ 2,
72
+ 5
73
+ ],
74
+ "logit_bias": [],
75
+ "n": 1,
76
+ "rep_pen_size": 0,
77
+ "genamt": 350,
78
+ "max_length": 8192
79
+ }