初始化项目,由ModelHub XC社区提供模型

Model: bartowski/dolphin-2.9.4-gemma2-2b-GGUF
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-07-20 00:57:07 +08:00
commit c632f5b4ca
18 changed files with 204 additions and 0 deletions

50
.gitattributes vendored Normal file
View File

@@ -0,0 +1,50 @@
*.7z filter=lfs diff=lfs merge=lfs -text
*.arrow filter=lfs diff=lfs merge=lfs -text
*.bin filter=lfs diff=lfs merge=lfs -text
*.bz2 filter=lfs diff=lfs merge=lfs -text
*.ckpt filter=lfs diff=lfs merge=lfs -text
*.ftz filter=lfs diff=lfs merge=lfs -text
*.gz filter=lfs diff=lfs merge=lfs -text
*.h5 filter=lfs diff=lfs merge=lfs -text
*.joblib filter=lfs diff=lfs merge=lfs -text
*.lfs.* filter=lfs diff=lfs merge=lfs -text
*.mlmodel filter=lfs diff=lfs merge=lfs -text
*.model filter=lfs diff=lfs merge=lfs -text
*.msgpack filter=lfs diff=lfs merge=lfs -text
*.npy filter=lfs diff=lfs merge=lfs -text
*.npz filter=lfs diff=lfs merge=lfs -text
*.onnx filter=lfs diff=lfs merge=lfs -text
*.ot filter=lfs diff=lfs merge=lfs -text
*.parquet filter=lfs diff=lfs merge=lfs -text
*.pb filter=lfs diff=lfs merge=lfs -text
*.pickle filter=lfs diff=lfs merge=lfs -text
*.pkl filter=lfs diff=lfs merge=lfs -text
*.pt filter=lfs diff=lfs merge=lfs -text
*.pth filter=lfs diff=lfs merge=lfs -text
*.rar filter=lfs diff=lfs merge=lfs -text
*.safetensors filter=lfs diff=lfs merge=lfs -text
saved_model/**/* filter=lfs diff=lfs merge=lfs -text
*.tar.* filter=lfs diff=lfs merge=lfs -text
*.tar filter=lfs diff=lfs merge=lfs -text
*.tflite filter=lfs diff=lfs merge=lfs -text
*.tgz filter=lfs diff=lfs merge=lfs -text
*.wasm filter=lfs diff=lfs merge=lfs -text
*.xz filter=lfs diff=lfs merge=lfs -text
*.zip filter=lfs diff=lfs merge=lfs -text
*.zst filter=lfs diff=lfs merge=lfs -text
*tfevents* filter=lfs diff=lfs merge=lfs -text
dolphin-2.9.4-gemma2-2b-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
dolphin-2.9.4-gemma2-2b-Q6_K_L.gguf filter=lfs diff=lfs merge=lfs -text
dolphin-2.9.4-gemma2-2b-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
dolphin-2.9.4-gemma2-2b-Q5_K_L.gguf filter=lfs diff=lfs merge=lfs -text
dolphin-2.9.4-gemma2-2b-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
dolphin-2.9.4-gemma2-2b-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
dolphin-2.9.4-gemma2-2b-Q4_K_L.gguf filter=lfs diff=lfs merge=lfs -text
dolphin-2.9.4-gemma2-2b-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
dolphin-2.9.4-gemma2-2b-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
dolphin-2.9.4-gemma2-2b-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text
dolphin-2.9.4-gemma2-2b-Q3_K_XL.gguf filter=lfs diff=lfs merge=lfs -text
dolphin-2.9.4-gemma2-2b-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
dolphin-2.9.4-gemma2-2b-IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text
dolphin-2.9.4-gemma2-2b-f16.gguf filter=lfs diff=lfs merge=lfs -text
dolphin-2.9.4-gemma2-2b.imatrix filter=lfs diff=lfs merge=lfs -text

108
README.md Normal file
View File

@@ -0,0 +1,108 @@
---
base_model: cognitivecomputations/dolphin-2.9.4-gemma2-2b
license: gemma
pipeline_tag: text-generation
quantized_by: bartowski
---
## Llamacpp imatrix Quantizations of dolphin-2.9.4-gemma2-2b
Using <a href="https://github.com/ggerganov/llama.cpp/">llama.cpp</a> release <a href="https://github.com/ggerganov/llama.cpp/releases/tag/b3615">b3615</a> for quantization.
Original model: https://huggingface.co/cognitivecomputations/dolphin-2.9.4-gemma2-2b
All quants made using imatrix option with dataset from [here](https://gist.github.com/bartowski1182/eb213dccb3571f863da82e99418f81e8)
Run them in [LM Studio](https://lmstudio.ai/)
## Prompt format
```
<|im_start|>system
{system_prompt}<|im_end|>
<|im_start|>user
{prompt}<|im_end|>
<|im_start|>assistant
```
## Download a file (not the whole branch) from below:
| Filename | Quant type | File Size | Split | Description |
| -------- | ---------- | --------- | ----- | ----------- |
| [dolphin-2.9.4-gemma2-2b-f16.gguf](https://huggingface.co/bartowski/dolphin-2.9.4-gemma2-2b-GGUF/blob/main/dolphin-2.9.4-gemma2-2b-f16.gguf) | f16 | 5.24GB | false | Full F16 weights. |
| [dolphin-2.9.4-gemma2-2b-Q8_0.gguf](https://huggingface.co/bartowski/dolphin-2.9.4-gemma2-2b-GGUF/blob/main/dolphin-2.9.4-gemma2-2b-Q8_0.gguf) | Q8_0 | 2.78GB | false | Extremely high quality, generally unneeded but max available quant. |
| [dolphin-2.9.4-gemma2-2b-Q6_K_L.gguf](https://huggingface.co/bartowski/dolphin-2.9.4-gemma2-2b-GGUF/blob/main/dolphin-2.9.4-gemma2-2b-Q6_K_L.gguf) | Q6_K_L | 2.29GB | false | Uses Q8_0 for embed and output weights. Very high quality, near perfect, *recommended*. |
| [dolphin-2.9.4-gemma2-2b-Q6_K.gguf](https://huggingface.co/bartowski/dolphin-2.9.4-gemma2-2b-GGUF/blob/main/dolphin-2.9.4-gemma2-2b-Q6_K.gguf) | Q6_K | 2.15GB | false | Very high quality, near perfect, *recommended*. |
| [dolphin-2.9.4-gemma2-2b-Q5_K_L.gguf](https://huggingface.co/bartowski/dolphin-2.9.4-gemma2-2b-GGUF/blob/main/dolphin-2.9.4-gemma2-2b-Q5_K_L.gguf) | Q5_K_L | 2.07GB | false | Uses Q8_0 for embed and output weights. High quality, *recommended*. |
| [dolphin-2.9.4-gemma2-2b-Q5_K_M.gguf](https://huggingface.co/bartowski/dolphin-2.9.4-gemma2-2b-GGUF/blob/main/dolphin-2.9.4-gemma2-2b-Q5_K_M.gguf) | Q5_K_M | 1.92GB | false | High quality, *recommended*. |
| [dolphin-2.9.4-gemma2-2b-Q5_K_S.gguf](https://huggingface.co/bartowski/dolphin-2.9.4-gemma2-2b-GGUF/blob/main/dolphin-2.9.4-gemma2-2b-Q5_K_S.gguf) | Q5_K_S | 1.88GB | false | High quality, *recommended*. |
| [dolphin-2.9.4-gemma2-2b-Q4_K_L.gguf](https://huggingface.co/bartowski/dolphin-2.9.4-gemma2-2b-GGUF/blob/main/dolphin-2.9.4-gemma2-2b-Q4_K_L.gguf) | Q4_K_L | 1.85GB | false | Uses Q8_0 for embed and output weights. Good quality, *recommended*. |
| [dolphin-2.9.4-gemma2-2b-Q4_K_M.gguf](https://huggingface.co/bartowski/dolphin-2.9.4-gemma2-2b-GGUF/blob/main/dolphin-2.9.4-gemma2-2b-Q4_K_M.gguf) | Q4_K_M | 1.71GB | false | Good quality, default size for must use cases, *recommended*. |
| [dolphin-2.9.4-gemma2-2b-Q3_K_XL.gguf](https://huggingface.co/bartowski/dolphin-2.9.4-gemma2-2b-GGUF/blob/main/dolphin-2.9.4-gemma2-2b-Q3_K_XL.gguf) | Q3_K_XL | 1.69GB | false | Uses Q8_0 for embed and output weights. Lower quality but usable, good for low RAM availability. |
| [dolphin-2.9.4-gemma2-2b-Q4_K_S.gguf](https://huggingface.co/bartowski/dolphin-2.9.4-gemma2-2b-GGUF/blob/main/dolphin-2.9.4-gemma2-2b-Q4_K_S.gguf) | Q4_K_S | 1.64GB | false | Slightly lower quality with more space savings, *recommended*. |
| [dolphin-2.9.4-gemma2-2b-IQ4_XS.gguf](https://huggingface.co/bartowski/dolphin-2.9.4-gemma2-2b-GGUF/blob/main/dolphin-2.9.4-gemma2-2b-IQ4_XS.gguf) | IQ4_XS | 1.57GB | false | Decent quality, smaller than Q4_K_S with similar performance, *recommended*. |
| [dolphin-2.9.4-gemma2-2b-Q3_K_L.gguf](https://huggingface.co/bartowski/dolphin-2.9.4-gemma2-2b-GGUF/blob/main/dolphin-2.9.4-gemma2-2b-Q3_K_L.gguf) | Q3_K_L | 1.55GB | false | Lower quality but usable, good for low RAM availability. |
| [dolphin-2.9.4-gemma2-2b-IQ3_M.gguf](https://huggingface.co/bartowski/dolphin-2.9.4-gemma2-2b-GGUF/blob/main/dolphin-2.9.4-gemma2-2b-IQ3_M.gguf) | IQ3_M | 1.39GB | false | Medium-low quality, new method with decent performance comparable to Q3_K_M. |
## 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.
Some say that this improves the quality, others don't notice any difference. If you use these models PLEASE COMMENT with your findings. I would like feedback that these are actually used and useful so I don't keep uploading quants no one is using.
Thanks!
## 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/dolphin-2.9.4-gemma2-2b-GGUF --include "dolphin-2.9.4-gemma2-2b-Q4_K_M.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/dolphin-2.9.4-gemma2-2b-GGUF --include "dolphin-2.9.4-gemma2-2b-Q8_0/*" --local-dir ./
```
You can either specify a new local-dir (dolphin-2.9.4-gemma2-2b-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](https://gist.github.com/Artefact2/b5f810600771265fc1e39442288e8ec9)
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 'QX_K_X', like Q5_K_M.
If you want to get more into the weeds, you can check out this extremely useful feature chart:
[llama.cpp feature matrix](https://github.com/ggerganov/llama.cpp/wiki/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 IQX_X, like IQ3_M. 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

1
configuration.json Normal file
View File

@@ -0,0 +1 @@
{"framework": "pytorch", "task": "text-generation", "allow_remote": true}

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3481fde253f5eab0fa870e7f47f7b4e9d266bf7e2b99404f52b10b4f84dc1e35
size 1393564928

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a8f95f6e5d625062d6d486b5e06ffd93ec95bafd331c3d4ca6a8e65fd841e41f
size 1566254336

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d7ee14601fe62938bcfef1a65452060a273269f51beaeaba027c6b6578640404
size 1550439680

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:384d4c99e24ed8e1c85cbc2687e5747a9b7cd2390634ada7e4adbd9d1b673853
size 1693288768

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:41eb2606f4a67ca6f271d3f2976e84f9947b7c6a8e214778212268632ebea785
size 1851435328

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:eab9dd37a1fbeaa318cdee9243851f7dcc7504f80380ce3ad0e45d295d898a59
size 1708586240

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5e3d829ae678db0b901148b197d09a8c1d2497d7c9a9f376da4c9cb6dd054b1a
size 1638655232

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a9dabfd62f7d8f95f9868f22f1c64feac4c58d60558f6146c897807793b85184
size 2066131264

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6c8140a625d71b7d2f7a11706b4b16b70af1d46133d415a12ba59ee45202f3f0
size 1923282176

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4f91753a484c770c0d5a38c82fd8a03cf31bf6f9bf5e9415af6c7a07b32775c2
size 1882547456

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b5d65d20db8ef192c11c17c013431ce962c4b813edf84ce790a3c2d46fea29db
size 2151396608

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:03fb49d37447d797d4aac53e9295cdc13f0f6fb5019a63e5819123703cd1fccd
size 2294245696

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f37120e6a9082d2ad0be2de82bffeb1849b66a5e206bc94daa0e6e18a72e2ca0
size 2784500032

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a8d511aa37f064918fdb48dad02315c074958d6c478c401141f1626087b90941
size 5235222784

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b743c319d924937152d494616f9c5d09cd4d77a9fed3e56aaa0645600ff30141
size 2375572