VOOZH about

URL: https://huggingface.co/bartowski/cognitivecomputations_Dolphin3.0-R1-Mistral-24B-GGUF

⇱ bartowski/cognitivecomputations_Dolphin3.0-R1-Mistral-24B-GGUF · Hugging Face


Llamacpp imatrix Quantizations of Dolphin3.0-R1-Mistral-24B by cognitivecomputations

Using llama.cpp release b4585 for quantization.

Original model: https://huggingface.co/cognitivecomputations/Dolphin3.0-R1-Mistral-24B

All quants made using imatrix option with dataset from here

Run them in LM Studio

Run them directly with llama.cpp, or any other llama.cpp based project

Prompt format

<|im_start|>system
{system_prompt}<|im_end|>
<|im_start|>user
{prompt}<|im_end|>
<|im_start|>assistant

Recommended reasoning system prompt

For reasoning, it's recommended you use the following system prompt:

You are Dolphin, an AI assistant that helps humanity, trained by Eric Hartford to specialize in reasoning and first-principles analysis.

When responding, always format your replies using <think>{reasoning}</think>{answer}. Use at least 6 reasoning steps and perform a root cause analysis before answering. However, if the answer is very easy and requires little thought, you may leave the <think></think> block empty.

Your responses should be detailed, structured with rich Markdown formatting, and engaging with emojis. Be extensive in your explanations, just as the greatest scientific minds would be. Always reason through the problem first, unless it's trivial, in which case you may answer directly.

Download a file (not the whole branch) from below:

Filename Quant type File Size Split Description
Dolphin3.0-R1-Mistral-24B-f32.gguf f32 94.30GB true Full F32 weights.
Dolphin3.0-R1-Mistral-24B-Q8_0.gguf Q8_0 25.05GB false Extremely high quality, generally unneeded but max available quant.
Dolphin3.0-R1-Mistral-24B-Q6_K_L.gguf Q6_K_L 19.67GB false Uses Q8_0 for embed and output weights. Very high quality, near perfect, recommended.
Dolphin3.0-R1-Mistral-24B-Q6_K.gguf Q6_K 19.35GB false Very high quality, near perfect, recommended.
Dolphin3.0-R1-Mistral-24B-Q5_K_L.gguf Q5_K_L 17.18GB false Uses Q8_0 for embed and output weights. High quality, recommended.
Dolphin3.0-R1-Mistral-24B-Q5_K_M.gguf Q5_K_M 16.76GB false High quality, recommended.
Dolphin3.0-R1-Mistral-24B-Q5_K_S.gguf Q5_K_S 16.30GB false High quality, recommended.
Dolphin3.0-R1-Mistral-24B-Q4_1.gguf Q4_1 14.87GB false Legacy format, similar performance to Q4_K_S but with improved tokens/watt on Apple silicon.
Dolphin3.0-R1-Mistral-24B-Q4_K_L.gguf Q4_K_L 14.83GB false Uses Q8_0 for embed and output weights. Good quality, recommended.
Dolphin3.0-R1-Mistral-24B-Q4_K_M.gguf Q4_K_M 14.33GB false Good quality, default size for most use cases, recommended.
Dolphin3.0-R1-Mistral-24B-Q4_K_S.gguf Q4_K_S 13.55GB false Slightly lower quality with more space savings, recommended.
Dolphin3.0-R1-Mistral-24B-Q4_0.gguf Q4_0 13.49GB false Legacy format, offers online repacking for ARM and AVX CPU inference.
Dolphin3.0-R1-Mistral-24B-IQ4_NL.gguf IQ4_NL 13.47GB false Similar to IQ4_XS, but slightly larger. Offers online repacking for ARM CPU inference.
Dolphin3.0-R1-Mistral-24B-Q3_K_XL.gguf Q3_K_XL 12.99GB false Uses Q8_0 for embed and output weights. Lower quality but usable, good for low RAM availability.
Dolphin3.0-R1-Mistral-24B-IQ4_XS.gguf IQ4_XS 12.76GB false Decent quality, smaller than Q4_K_S with similar performance, recommended.
Dolphin3.0-R1-Mistral-24B-Q3_K_L.gguf Q3_K_L 12.40GB false Lower quality but usable, good for low RAM availability.
Dolphin3.0-R1-Mistral-24B-Q3_K_M.gguf Q3_K_M 11.47GB false Low quality.
Dolphin3.0-R1-Mistral-24B-IQ3_M.gguf IQ3_M 10.65GB false Medium-low quality, new method with decent performance comparable to Q3_K_M.
Dolphin3.0-R1-Mistral-24B-Q3_K_S.gguf Q3_K_S 10.40GB false Low quality, not recommended.
Dolphin3.0-R1-Mistral-24B-IQ3_XS.gguf IQ3_XS 9.91GB false Lower quality, new method with decent performance, slightly better than Q3_K_S.
Dolphin3.0-R1-Mistral-24B-Q2_K_L.gguf Q2_K_L 9.55GB false Uses Q8_0 for embed and output weights. Very low quality but surprisingly usable.
Dolphin3.0-R1-Mistral-24B-Q2_K.gguf Q2_K 8.89GB false Very low quality but surprisingly usable.
Dolphin3.0-R1-Mistral-24B-IQ2_M.gguf IQ2_M 8.11GB false Relatively low quality, uses SOTA techniques to be surprisingly usable.
Dolphin3.0-R1-Mistral-24B-IQ2_S.gguf IQ2_S 7.48GB false Low quality, uses SOTA techniques to be usable.
Dolphin3.0-R1-Mistral-24B-IQ2_XS.gguf IQ2_XS 7.21GB false Low quality, uses SOTA techniques to be usable.
Dolphin3.0-R1-Mistral-24B-IQ2_XXS.gguf IQ2_XXS 6.55GB false Very low quality, uses SOTA techniques to be usable.

Embed/output weights

Some of these quants (Q3_K_XL, Q4_K_L etc) are the standard quantization method with the embeddings and output weights quantized to Q8_0 instead of what they would normally default to.

Downloading using huggingface-cli

ARM/AVX information

Previously, you would download Q4_0_4_4/4_8/8_8, and these would have their weights interleaved in memory in order to improve performance on ARM and AVX machines by loading up more data in one pass.

Now, however, there is something called "online repacking" for weights. details in this PR. If you use Q4_0 and your hardware would benefit from repacking weights, it will do it automatically on the fly.

As of llama.cpp build b4282 you will not be able to run the Q4_0_X_X files and will instead need to use Q4_0.

Additionally, if you want to get slightly better quality for , you can use IQ4_NL thanks to this PR which will also repack the weights for ARM, though only the 4_4 for now. The loading time may be slower but it will result in an overall speed incrase.

Which file should I choose?

Credits

Thank you kalomaze and Dampf for assistance in creating the imatrix calibration dataset.

Thank you ZeroWw for the inspiration to experiment with embed/output.

Thank you to LM Studio for sponsoring my work.

Want to support my work? Visit my ko-fi page here: https://ko-fi.com/bartowski

Downloads last month
8,176
GGUF
Model size
24B params
Architecture
llama
Hardware compatibility
Log In to add your hardware

2-bit

3-bit

4-bit

5-bit

6-bit

8-bit

32-bit

Model tree for bartowski/cognitivecomputations_Dolphin3.0-R1-Mistral-24B-GGUF

Quantized
(28)
this model

Datasets used to train bartowski/cognitivecomputations_Dolphin3.0-R1-Mistral-24B-GGUF

Space using bartowski/cognitivecomputations_Dolphin3.0-R1-Mistral-24B-GGUF 1