Verias commited on
Commit
9e77727
1 Parent(s): 922648f

Upload 4 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
+ models/mythomax-l2-kimiko-v2-13b.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
models/config-user.yaml ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ mythomax-l2-kimiko-v2-13b.Q4_K_M.gguf$:
2
+ loader: llama.cpp
3
+ cpu: true
4
+ threads: 8
5
+ threads_batch: 8
6
+ n_batch: 2048
7
+ no_mmap: false
8
+ mlock: false
9
+ no_mul_mat_q: false
10
+ n_gpu_layers: 0
11
+ tensor_split: ''
12
+ n_ctx: 3000
13
+ compress_pos_emb: 1
14
+ alpha_value: 1
15
+ rope_freq_base: 0
16
+ numa: false
17
+ no_offload_kqv: false
18
+ row_split: false
19
+ tensorcores: false
20
+ Mistral-7B-NSFWSTORY-q5_K_M.gguf$:
21
+ loader: llama.cpp
22
+ cpu: true
23
+ threads: 0
24
+ threads_batch: 0
25
+ n_batch: 2048
26
+ no_mmap: false
27
+ mlock: false
28
+ no_mul_mat_q: false
29
+ n_gpu_layers: 0
30
+ tensor_split: ''
31
+ n_ctx: 2048
32
+ compress_pos_emb: 1
33
+ alpha_value: 1
34
+ rope_freq_base: 0
35
+ numa: false
36
+ no_offload_kqv: false
37
+ row_split: false
38
+ tensorcores: false
models/config.yaml ADDED
@@ -0,0 +1,192 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ .*(llama|alpac|vicuna|guanaco|koala|llava|wizardlm|metharme|pygmalion-7b|pygmalion-2|mythalion|wizard-mega|openbuddy|vigogne|h2ogpt-research|manticore):
2
+ model_type: 'llama'
3
+ .*(opt-|opt_|opt1|opt3|optfor|galactica|galpaca|pygmalion-350m):
4
+ model_type: 'opt'
5
+ .*(gpt-j|gptj|gpt4all-j|malion-6b|pygway|pygmalion-6b|dolly-v1):
6
+ model_type: 'gptj'
7
+ .*(gpt-neox|koalpaca-polyglot|polyglot.*koalpaca|polyglot-ko|polyglot_ko|pythia|stablelm|incite|dolly-v2|polycoder|h2ogpt-oig|h2ogpt-oasst1|h2ogpt-gm):
8
+ model_type: 'gptneox'
9
+ .*bloom:
10
+ model_type: 'bloom'
11
+ .*gpt2:
12
+ model_type: 'gpt2'
13
+ .*falcon:
14
+ model_type: 'falcon'
15
+ .*mpt:
16
+ model_type: 'mpt'
17
+ .*(starcoder|starchat):
18
+ model_type: 'starcoder'
19
+ .*dolly-v2:
20
+ model_type: 'dollyv2'
21
+ .*replit:
22
+ model_type: 'replit'
23
+ .*(oasst|openassistant-|stablelm-7b-sft-v7-epoch-3):
24
+ instruction_template: 'Open Assistant'
25
+ skip_special_tokens: false
26
+ (?!.*galactica)(?!.*reward).*openassistant:
27
+ instruction_template: 'Open Assistant'
28
+ skip_special_tokens: false
29
+ .*galactica:
30
+ skip_special_tokens: false
31
+ .*dolly-v[0-9]-[0-9]*b:
32
+ instruction_template: 'Alpaca'
33
+ skip_special_tokens: false
34
+ .*alpaca-native-4bit:
35
+ instruction_template: 'Alpaca'
36
+ custom_stopping_strings: '"### End"'
37
+ .*llava:
38
+ instruction_template: 'LLaVA'
39
+ custom_stopping_strings: '"\n###"'
40
+ .*llava.*1.5:
41
+ instruction_template: 'Vicuna-v1.1'
42
+ .*wizard.*mega:
43
+ instruction_template: 'Wizard-Mega'
44
+ custom_stopping_strings: '"</s>"'
45
+ .*starchat-beta:
46
+ instruction_template: 'Starchat-Beta'
47
+ custom_stopping_strings: '"<|end|>"'
48
+ (?!.*v0)(?!.*1.1)(?!.*1_1)(?!.*stable)(?!.*chinese).*vicuna:
49
+ instruction_template: 'Vicuna-v0'
50
+ .*vicuna.*v0:
51
+ instruction_template: 'Vicuna-v0'
52
+ .*vicuna.*(1.1|1_1|1.3|1_3):
53
+ instruction_template: 'Vicuna-v1.1'
54
+ .*vicuna.*(1.5|1_5):
55
+ instruction_template: 'Vicuna-v1.1'
56
+ .*stable.*vicuna:
57
+ instruction_template: 'StableVicuna'
58
+ (?!.*chat).*chinese-vicuna:
59
+ instruction_template: 'Alpaca'
60
+ .*chinese-vicuna.*chat:
61
+ instruction_template: 'Chinese-Vicuna-Chat'
62
+ .*alpaca:
63
+ instruction_template: 'Alpaca'
64
+ .*koala:
65
+ instruction_template: 'Koala'
66
+ .*chatglm:
67
+ instruction_template: 'ChatGLM'
68
+ .*(metharme|pygmalion|mythalion):
69
+ instruction_template: 'Metharme'
70
+ .*raven:
71
+ instruction_template: 'RWKV-Raven'
72
+ .*moss-moon.*sft:
73
+ instruction_template: 'MOSS'
74
+ .*stablelm-tuned:
75
+ instruction_template: 'StableLM'
76
+ .*galactica.*finetuned:
77
+ instruction_template: 'Galactica Finetuned'
78
+ .*galactica.*-v2:
79
+ instruction_template: 'Galactica v2'
80
+ (?!.*finetuned)(?!.*-v2).*galactica:
81
+ instruction_template: 'Galactica'
82
+ .*guanaco:
83
+ instruction_template: 'Guanaco non-chat'
84
+ .*baize:
85
+ instruction_template: 'Baize'
86
+ .*mpt-.*instruct:
87
+ instruction_template: 'Alpaca'
88
+ .*mpt-.*chat:
89
+ instruction_template: 'ChatML'
90
+ (?!.*-flan-)(?!.*-t5-).*lamini-:
91
+ instruction_template: 'Alpaca'
92
+ .*incite.*chat:
93
+ instruction_template: 'INCITE-Chat'
94
+ .*incite.*instruct:
95
+ instruction_template: 'INCITE-Instruct'
96
+ .*ziya-:
97
+ instruction_template: 'Ziya'
98
+ .*koalpaca:
99
+ instruction_template: 'KoAlpaca'
100
+ .*openbuddy:
101
+ instruction_template: 'OpenBuddy'
102
+ (?!.*chat).*vigogne:
103
+ instruction_template: 'Vigogne-Instruct'
104
+ .*vigogne.*chat:
105
+ instruction_template: 'Vigogne-Chat'
106
+ .*(llama-deus|supercot|llama-natural-instructions|open-llama-0.3t-7b-instruct-dolly-hhrlhf|open-llama-0.3t-7b-open-instruct):
107
+ instruction_template: 'Alpaca'
108
+ .*bactrian:
109
+ instruction_template: 'Bactrian'
110
+ .*(h2ogpt-oig-|h2ogpt-oasst1-|h2ogpt-research-oasst1-):
111
+ instruction_template: 'INCITE-Chat'
112
+ .*h2ogpt-gm-:
113
+ instruction_template: 'H2O-prompt_answer'
114
+ .*manticore:
115
+ instruction_template: 'Manticore Chat'
116
+ .*bluemoonrp-(30|13)b:
117
+ instruction_template: 'Bluemoon'
118
+ .*Nous-Hermes-13b:
119
+ instruction_template: 'Alpaca'
120
+ .*airoboros:
121
+ instruction_template: 'Vicuna-v1.1'
122
+ .*airoboros.*1.2:
123
+ instruction_template: 'Airoboros-v1.2'
124
+ .*alpa(cino|sta):
125
+ instruction_template: 'Alpaca'
126
+ .*hippogriff:
127
+ instruction_template: 'Hippogriff'
128
+ .*lazarus:
129
+ instruction_template: 'Alpaca'
130
+ .*guanaco-.*(7|13|33|65)b:
131
+ instruction_template: 'Vicuna-v0'
132
+ .*hypermantis:
133
+ instruction_template: 'Alpaca'
134
+ .*open-llama-.*-open-instruct:
135
+ instruction_template: 'Alpaca'
136
+ .*starcoder-gpteacher-code-instruct:
137
+ instruction_template: 'Alpaca'
138
+ .*tulu:
139
+ instruction_template: 'Tulu'
140
+ .*chronos:
141
+ instruction_template: 'Alpaca'
142
+ .*samantha:
143
+ instruction_template: 'Samantha'
144
+ .*wizardcoder:
145
+ instruction_template: 'Alpaca'
146
+ .*minotaur:
147
+ instruction_template: 'Manticore Chat'
148
+ .*orca_mini:
149
+ instruction_template: 'Orca Mini'
150
+ .*(platypus|gplatty|superplatty):
151
+ instruction_template: 'Alpaca'
152
+ .*(openorca-platypus2):
153
+ instruction_template: 'OpenOrca-Platypus2'
154
+ custom_stopping_strings: '"### Instruction:", "### Response:"'
155
+ .*longchat:
156
+ instruction_template: 'Vicuna-v1.1'
157
+ .*vicuna-33b:
158
+ instruction_template: 'Vicuna-v1.1'
159
+ .*redmond-hermes-coder:
160
+ instruction_template: 'Alpaca'
161
+ .*wizardcoder-15b:
162
+ instruction_template: 'Alpaca'
163
+ .*wizardlm:
164
+ instruction_template: 'Vicuna-v1.1'
165
+ .*godzilla:
166
+ instruction_template: 'Alpaca'
167
+ .*llama(-?)(2|v2).*chat:
168
+ instruction_template: 'Llama-v2'
169
+ .*newhope:
170
+ instruction_template: 'NewHope'
171
+ .*stablebeluga2:
172
+ instruction_template: 'StableBeluga2'
173
+ .*openchat:
174
+ instruction_template: 'OpenChat'
175
+ .*codellama.*instruct:
176
+ instruction_template: 'Llama-v2'
177
+ .*(mistral|mixtral).*instruct:
178
+ instruction_template: 'Mistral'
179
+ .*mistral.*openorca:
180
+ instruction_template: 'ChatML'
181
+ .*(WizardCoder-Python-34B-V1.0|Phind-CodeLlama-34B-v2|CodeBooga-34B-v0.1):
182
+ instruction_template: 'Alpaca'
183
+ .*orca-2-(13|7)b:
184
+ instruction_template: 'ChatML'
185
+ .*openhermes.*mistral:
186
+ instruction_template: 'ChatML'
187
+ .*Yi-34B-Chat:
188
+ instruction_template: 'ChatML'
189
+ (dolphin).*:
190
+ instruction_template: 'ChatML'
191
+ .*synthia:
192
+ instruction_template: 'Synthia'
models/mythomax-l2-kimiko-v2-13b.Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:96ac2cbd8fe0416414f20a9dea8fe53288db5341eaaa145947ce12de5b23442d
3
+ size 7865956224
models/place-your-models-here.txt ADDED
File without changes