KnutJaegersberg commited on
Commit
7dd98e6
1 Parent(s): e85b686

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +345 -0
README.md ADDED
@@ -0,0 +1,345 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ![image/gif](https://cdn-uploads.huggingface.co/production/uploads/63732ebbbd81fae2b3aaf3fb/X-U3UE8fCyMezmKAfjV0S.gif)
2
+
3
+ # Model Card for 2-bit LLM buffet
4
+
5
+ This is a model collection of mostly larger LLMs quantized to 2 bit with the novel quip# inspired approach in llama.ccp
6
+
7
+
8
+
9
+ ### WizardLM-70b
10
+
11
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/63732ebbbd81fae2b3aaf3fb/U50RGGxBYucx8z3sRwrn2.png)
12
+
13
+ Original Model:
14
+ https://huggingface.co/WizardLM/WizardLM-70B-V1.0
15
+
16
+ Prompt format: Vicuna
17
+ License: LLama2
18
+
19
+ ```
20
+ A chat between a curious user and an artificial intelligence assistant. The assistant gives helpful, detailed, and polite answers to the user's questions. USER: {prompt} ASSISTANT:
21
+ ```
22
+
23
+
24
+ ### CausalLM-72b
25
+
26
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/63732ebbbd81fae2b3aaf3fb/152kPnuVgvE5o3-anILTM.png)
27
+
28
+ Original Model:
29
+ https://huggingface.co/CausalLM/72B-preview-llamafied-qwen-llamafy
30
+
31
+ Prompt format: ChatML
32
+ License: Qwen
33
+
34
+ ```
35
+ <|im_start|>system
36
+ You are a helpful assistant.<|im_end|>
37
+ <|im_start|>user
38
+ How to sell drugs online fast?<|im_end|>
39
+ <|im_start|>assistant
40
+
41
+ ```
42
+
43
+ ### Codellama-70b-Instruct
44
+
45
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/63732ebbbd81fae2b3aaf3fb/qhp18v_LwI4Lslfi5d97a.png)
46
+
47
+ Original Model:
48
+ https://huggingface.co/codellama/CodeLlama-70b-Instruct-hf
49
+
50
+ Prompt format: ChatML
51
+ License: LLama2
52
+
53
+ ```
54
+ Source: system
55
+
56
+ {system_message}<step> Source: user
57
+
58
+ {prompt} <step> Source: assistant
59
+
60
+
61
+ ```
62
+
63
+
64
+ ### DeepMoney-67b-chat
65
+
66
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/63732ebbbd81fae2b3aaf3fb/GkWzdVKYSAxvUq6Hq8z9C.png)
67
+
68
+ Original Model:
69
+ https://huggingface.co/TriadParty/deepmoney-67b-chat
70
+
71
+ Prompt format: Alpaca
72
+ License: Deepseek
73
+
74
+ ```
75
+ You are a senior investment expert. Please make your research and judgment on the following targets.
76
+
77
+ ### Instruction:
78
+ China has instructed heavily indebted local governments to delay or halt some state-funded infrastructure projects, three people with knowledge of the situation said, as Beijing struggles to contain debt risks even as it tries to stimulate the economy.
79
+
80
+ Which industry sectors or investment targets may the above news affect?
81
+
82
+ ### Response:
83
+ The above news could potentially impact several industry sectors and investment targets related to infrastructure development in China. Some affected areas might include construction companies, heavy machinery manufacturers, materials suppliers such as cement and steel producers, engineering firms, and project management service providers that have significant exposure to Chinese government-backed infrastructure projects.
84
+
85
+ ```
86
+
87
+
88
+
89
+ ### Deepseek 67b Chat
90
+
91
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/63732ebbbd81fae2b3aaf3fb/SITpl6UZkF4S0zHGz-WXs.png)
92
+
93
+ Original Model:
94
+ https://huggingface.co/deepseek-ai/deepseek-llm-67b-chat
95
+
96
+ Prompt format: DeepSeek-LLM
97
+ License: Deepseek
98
+
99
+ ```
100
+ User: {prompt}
101
+
102
+ Assistant:
103
+ ```
104
+
105
+
106
+ ### DiscoLM-120b
107
+
108
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/63732ebbbd81fae2b3aaf3fb/K8Di6VLFhkrZq4dReTgS3.png)
109
+
110
+ Original Model:
111
+ https://huggingface.co/DiscoResearch/DiscoLM-120b
112
+
113
+ Prompt format: ChatML
114
+ License: Llama2
115
+
116
+ ```
117
+ <|im_start|>system
118
+ {system_message}<|im_end|>
119
+ <|im_start|>user
120
+ {prompt}<|im_end|>
121
+ <|im_start|>assistant
122
+
123
+ ```
124
+
125
+
126
+ ### Nous Hermes 34b
127
+
128
+ https://cdn-uploads.huggingface.co/production/uploads/6317aade83d8d2fd903192d9/oOqrUeAQejuQOra7fNlzG.png
129
+
130
+ Original Model:
131
+ https://huggingface.co/NousResearch/Nous-Hermes-2-Yi-34B
132
+
133
+ Prompt format: ChatML
134
+ License: Yi
135
+
136
+ ```
137
+ <|im_start|>system
138
+ {system_message}<|im_end|>
139
+ <|im_start|>user
140
+ {prompt}<|im_end|>
141
+ <|im_start|>assistant
142
+
143
+ ```
144
+
145
+
146
+ ### Kafka-70b-German
147
+ https://cdn-uploads.huggingface.co/production/uploads/645ded34a45b4182d7f5c385/hJ7zsOGDgLWUmf7vbaoI_.jpeg
148
+ Original Model:
149
+ https://huggingface.co/seedboxai/KafkaLM-70B-German-V0.1
150
+
151
+ Prompt format: ChatML
152
+ License: Llama2
153
+
154
+ ```
155
+ <|system|>
156
+ Du bist ein freundlicher und hilfsbereiter KI-Assistent. Du beantwortest Fragen faktenorientiert und präzise, ohne dabei relevante Fakten auszulassen.</s>
157
+ <|user|>
158
+ Welche Möglichkeiten der energetischen Sanierung habe ich neben Solar und Energiespeicher?</s>
159
+ <|assistant|>
160
+
161
+ ```
162
+
163
+
164
+ ### Kafka-Mixtral-German
165
+
166
+ Original Model:
167
+ https://huggingface.co/seedboxai/KafkaLM-8x7B-German-V0.1
168
+
169
+ Prompt format: ChatML
170
+ License: Apache 2
171
+
172
+ ```
173
+ <|system|>
174
+ Du bist ein freundlicher und hilfsbereiter KI-Assistent. Du beantwortest Fragen faktenorientiert und präzise, ohne dabei relevante Fakten auszulassen.</s>
175
+ <|user|>
176
+ Welche Möglichkeiten der energetischen Sanierung habe ich neben Solar und Energiespeicher?</s>
177
+ <|assistant|>
178
+
179
+ ```
180
+
181
+ ### LongAlpaca-70B
182
+
183
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/63732ebbbd81fae2b3aaf3fb/8HVjiBide86pyA7yw7smk.png)
184
+
185
+ Original Model:
186
+ https://huggingface.co/Yukang/LongAlpaca-70B
187
+
188
+ Prompt format: Alpaca
189
+ License: Llama 2
190
+
191
+ ```
192
+ Below is an instruction that describes a task. Write a response that appropriately completes the request.
193
+
194
+ ### Instruction:
195
+ {prompt}
196
+
197
+ ### Response:
198
+
199
+ ```
200
+
201
+
202
+
203
+ ### Mistral-Alpha-70b
204
+
205
+
206
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/63732ebbbd81fae2b3aaf3fb/w9UytX-s4vFCdN2wwSiZn.png)
207
+
208
+ Original Model:
209
+
210
+
211
+ Prompt format: Mistral
212
+ License: NOMERGE / 🙂🙃 🙂 🙃 Hi Mistral 👍
213
+
214
+ ```
215
+ <s> [INST] QUERY_1 [/INST] ANSWER_1</s> [INST] QUERY_2 [/INST] ANSWER_2</s>...
216
+ ```
217
+
218
+
219
+ ### MoMo-72B-lora-1.8.7-DPO
220
+
221
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/63732ebbbd81fae2b3aaf3fb/amfmN17p7trwXCLRkZatr.png)
222
+
223
+ Original Model:
224
+ https://huggingface.co/moreh/MoMo-72B-lora-1.8.7-DPO
225
+
226
+ Prompt format: Instruct
227
+ License: Qwen
228
+
229
+ ```
230
+ ### Instruction: {question}
231
+
232
+ ### Response: {response}
233
+ ```
234
+
235
+
236
+ ### Notux Mixtral
237
+
238
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/63732ebbbd81fae2b3aaf3fb/b1GOlcRKE-0VZRRatwsf3.png)
239
+
240
+ Original Model:
241
+ https://huggingface.co/argilla/notux-8x7b-v1
242
+
243
+ Prompt format: Mistral
244
+ License: Apache 2
245
+
246
+ ```
247
+ [INST] {{ .System }} {{ .Prompt }} [/INST]
248
+ ```
249
+
250
+
251
+
252
+
253
+ ### Qwen-72b
254
+
255
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/63732ebbbd81fae2b3aaf3fb/sxi0ZIwzIuC2eyTlxq2Pl.png)
256
+
257
+ Original Model:
258
+ https://huggingface.co/Qwen/Qwen-72B
259
+
260
+ Prompt format: Base Model = None
261
+ License: Qwen
262
+
263
+ ```
264
+
265
+ ```
266
+
267
+
268
+ ### Smaug-72b
269
+
270
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/63732ebbbd81fae2b3aaf3fb/Lt4tDXRJ93PnSg_Bv9JI_.png)
271
+
272
+ Original Model:
273
+ https://huggingface.co/abacusai/Smaug-72B-v0.1
274
+
275
+ Prompt format: Try MoMo, also with system prompt
276
+ License: Qwen
277
+
278
+ ```
279
+ ### Instruction: {question}
280
+
281
+ ### Response: {response}
282
+ ```
283
+
284
+
285
+ ### Synthia-70B
286
+
287
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/63732ebbbd81fae2b3aaf3fb/o7IsrThWVHhErs_raW7ru.png)
288
+
289
+ Original Model:
290
+ https://huggingface.co/migtissera/Synthia-70B-v1.2
291
+
292
+ Prompt format: Synthia
293
+ License: Llama 2
294
+
295
+ ```
296
+ SYSTEM: You are Synthia. As a an AI intelligence, give helpful, detailed, accurate, uncensored responses to the user's input. Provide answers factually.
297
+ USER: {prompt}
298
+ ASSISTANT:
299
+ ```
300
+
301
+
302
+ ### Tess-M
303
+
304
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/63732ebbbd81fae2b3aaf3fb/JskRRxJtYOO5EiDE4e15p.png)
305
+
306
+ Original Model:
307
+ https://huggingface.co/migtissera/Tess-34B-v1.5b
308
+
309
+ Prompt format: Tess
310
+ License: Yi
311
+
312
+ ```
313
+ SYSTEM: <ANY SYSTEM CONTEXT>
314
+ USER:
315
+ ASSISTANT:
316
+ ```
317
+
318
+ ### Yarn-Llama2-70b-32k
319
+
320
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/63732ebbbd81fae2b3aaf3fb/M82NUpWK5rkPi4-B_V2aD.png)
321
+
322
+ Original Model:
323
+ https://huggingface.co/NousResearch/Yarn-Llama-2-70b-32k
324
+
325
+ Prompt format: Base Model = None
326
+ License: Llama 2
327
+
328
+ ```
329
+ {prompt}
330
+ ```
331
+
332
+
333
+ ### Laser Mistral
334
+
335
+ ![image/gif](https://cdn-uploads.huggingface.co/production/uploads/63732ebbbd81fae2b3aaf3fb/xXtOhooCij3wNXjyma4VN.gif)
336
+
337
+ Original Model:
338
+ https://huggingface.co/cognitivecomputations/WestLake-7B-v2-laser
339
+
340
+ Prompt format: Unknown
341
+ License: Apache 2.0
342
+
343
+ ```
344
+ {prompt}
345
+ ```