πŸ“‹ Model Description


base_model: h2oai/h2o-danube3-4b-chat language:
  • en
library_name: transformers license: apache-2.0 pipeline_tag: text-generation tags:
  • gpt
  • llm
  • large language model
  • h2o-llmstudio
quantized_by: bartowski thumbnail: https://h2o.ai/etc.clientlibs/h2o/clientlibs/clientlib-site/resources/images/favicon.ico

Llamacpp imatrix Quantizations of h2o-danube3-4b-chat

Using llama.cpp release b3389 for quantization.

Original model: https://huggingface.co/h2oai/h2o-danube3-4b-chat

All quants made using imatrix option with dataset from here

Prompt format

<|prompt|>{prompt}</s><|answer|></s><|answer|>

Note that this model does not support a System prompt.

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

FilenameQuant typeFile SizeSplitDescription
h2o-danube3-4b-chat-f32.gguff3215.85GBfalseFull F32 weights.
h2o-danube3-4b-chat-Q80.ggufQ804.21GBfalseExtremely high quality, generally unneeded but max available quant.
h2o-danube3-4b-chat-Q6KL.ggufQ6KL3.31GBfalseUses Q80 for embed and output weights. Very high quality, near perfect, recommended.
h2o-danube3-4b-chat-Q6K.ggufQ6K3.25GBfalseVery high quality, near perfect, recommended.
h2o-danube3-4b-chat-Q5KL.ggufQ5KL2.89GBfalseUses Q80 for embed and output weights. High quality, recommended.
h2o-danube3-4b-chat-Q5KM.ggufQ5K_M2.81GBfalseHigh quality, recommended.
h2o-danube3-4b-chat-Q5KS.ggufQ5K_S2.74GBfalseHigh quality, recommended.
h2o-danube3-4b-chat-Q4KL.ggufQ4KL2.49GBfalseUses Q80 for embed and output weights. Good quality, recommended.
h2o-danube3-4b-chat-Q4KM.ggufQ4K_M2.39GBfalseGood quality, default size for must use cases, recommended.
h2o-danube3-4b-chat-Q4KS.ggufQ4K_S2.28GBfalseSlightly lower quality with more space savings, recommended.
h2o-danube3-4b-chat-Q3KXL.ggufQ3KXL2.22GBfalseUses Q80 for embed and output weights. Lower quality but usable, good for low RAM availability.
h2o-danube3-4b-chat-IQ4XS.ggufIQ4XS2.16GBfalseDecent quality, smaller than Q4KS with similar performance, recommended.
h2o-danube3-4b-chat-Q3KL.ggufQ3K_L2.11GBfalseLower quality but usable, good for low RAM availability.
h2o-danube3-4b-chat-IQ3M.ggufIQ3M1.83GBfalseMedium-low quality, new method with decent performance comparable to Q3KM.
h2o-danube3-4b-chat-Q2KL.ggufQ2KL1.63GBfalseUses Q80 for embed and output weights. Very low quality but surprisingly usable.
h2o-danube3-4b-chat-IQ2M.ggufIQ2M1.40GBfalseRelatively low quality, uses SOTA techniques to be surprisingly usable.

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

Downloading using huggingface-cli

First, make sure you have hugginface-cli installed:

pip install -U "huggingface_hub[cli]"

Then, you can target the specific file you want:

huggingface-cli download bartowski/h2o-danube3-4b-chat-GGUF --include "h2o-danube3-4b-chat-Q4KM.gguf" --local-dir ./

If the model is bigger than 50GB, it will have been split into multiple files. In order to download them all to a local folder, run:

huggingface-cli download bartowski/h2o-danube3-4b-chat-GGUF --include "h2o-danube3-4b-chat-Q80.gguf/*" --local-dir h2o-danube3-4b-chat-Q80

You can either specify a new local-dir (h2o-danube3-4b-chat-Q8_0) or download them all in place (./)

Which file should I choose?

A great write up with charts showing various performances is provided by Artefact2 here

The first thing to figure out is how big a model you can run. To do this, you'll need to figure out how much RAM and/or VRAM you have.

If you want your model running as FAST as possible, you'll want to fit the whole thing on your GPU's VRAM. Aim for a quant with a file size 1-2GB smaller than your GPU's total VRAM.

If you want the absolute maximum quality, add both your system RAM and your GPU's VRAM together, then similarly grab a quant with a file size 1-2GB Smaller than that total.

Next, you'll need to decide if you want to use an 'I-quant' or a 'K-quant'.

If you don't want to think too much, grab one of the K-quants. These are in format 'QXKX', like Q5KM.

If you want to get more into the weeds, you can check out this extremely useful feature chart:

llama.cpp feature matrix

But basically, if you're aiming for below Q4, and you're running cuBLAS (Nvidia) or rocBLAS (AMD), you should look towards the I-quants. These are in format IQXX, like IQ3M. These are newer and offer better performance for their size.

These I-quants can also be used on CPU and Apple Metal, but will be slower than their K-quant equivalent, so speed vs performance is a tradeoff you'll have to decide.

The I-quants are not compatible with Vulcan, which is also AMD, so if you have an AMD card double check if you're using the rocBLAS build or the Vulcan build. At the time of writing this, LM Studio has a preview with ROCm support, and other inference engines have specific builds for ROCm.

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

πŸ“‚ GGUF File List

πŸ“ Filename πŸ“¦ Size ⚑ Download
h2o-danube3-4b-chat-IQ2_M.gguf
LFS Q2
1.31 GB Download
h2o-danube3-4b-chat-IQ3_M.gguf
LFS Q3
1.7 GB Download
h2o-danube3-4b-chat-IQ4_XS.gguf
LFS Q4
2.01 GB Download
h2o-danube3-4b-chat-Q2_K_L.gguf
LFS Q2
1.52 GB Download
h2o-danube3-4b-chat-Q3_K_L.gguf
LFS Q3
1.96 GB Download
h2o-danube3-4b-chat-Q3_K_XL.gguf
LFS Q3
2.06 GB Download
h2o-danube3-4b-chat-Q4_K_L.gguf
LFS Q4
2.32 GB Download
h2o-danube3-4b-chat-Q4_K_M.gguf
Recommended LFS Q4
2.23 GB Download
h2o-danube3-4b-chat-Q4_K_S.gguf
LFS Q4
2.12 GB Download
h2o-danube3-4b-chat-Q5_K_L.gguf
LFS Q5
2.69 GB Download
h2o-danube3-4b-chat-Q5_K_M.gguf
LFS Q5
2.62 GB Download
h2o-danube3-4b-chat-Q5_K_S.gguf
LFS Q5
2.55 GB Download
h2o-danube3-4b-chat-Q6_K.gguf
LFS Q6
3.03 GB Download
h2o-danube3-4b-chat-Q6_K_L.gguf
LFS Q6
3.08 GB Download
h2o-danube3-4b-chat-Q8_0.gguf
LFS Q8
3.92 GB Download
h2o-danube3-4b-chat-f32.gguf
LFS
14.76 GB Download