You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: "OLMoE models were created by AllenAI, and are fully open source models that utilize a Mixture of Experts architecture"+
265
+
"Mixtures of Experts (MoE) is a technique where different models, each skilled in solving a particular kind of problem, work together to the improve the overall performance on complex tasks.\n"+
266
+
"This model includes 64 expert models, with a total of 7 billion parameters.\n"+
267
+
"This model generates output extremely fast.",
268
+
269
+
fileOptions: [{
270
+
huggingFace: {
271
+
model: "allenai/OLMoE-1B-7B-0924-Instruct-GGUF",
272
+
branch: "main",
273
+
file: "olmoe-1b-7b-0924-instruct-q8_0.gguf"
274
+
}
275
+
},{
276
+
huggingFace: {
277
+
model: "allenai/OLMoE-1B-7B-0924-Instruct-GGUF",
278
+
branch: "main",
279
+
file: "olmoe-1b-7b-0924-instruct-q6_k.gguf"
280
+
}
281
+
},{
282
+
huggingFace: {
283
+
model: "allenai/OLMoE-1B-7B-0924-Instruct-GGUF",
284
+
branch: "main",
285
+
file: "olmoe-1b-7b-0924-instruct-q5_k_m.gguf"
286
+
}
287
+
},{
288
+
huggingFace: {
289
+
model: "allenai/OLMoE-1B-7B-0924-Instruct-GGUF",
290
+
branch: "main",
291
+
file: "olmoe-1b-7b-0924-instruct-q4_k_s.gguf"
292
+
}
293
+
},{
294
+
huggingFace: {
295
+
model: "allenai/OLMoE-1B-7B-0924-Instruct-GGUF",
296
+
branch: "main",
297
+
file: "olmoe-1b-7b-0924-instruct-q4_k_m.gguf"
298
+
}
299
+
}]
300
+
},{
262
301
name: "Gemma 2 9B",
263
302
abilities: ["chat","complete"],
264
303
description: "Gemma models were created by Google and are optimized suited for variety of text generation tasks, "+
0 commit comments