From 4cf4499205be309a01aed4be7be4752910f9f125 Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Wed, 15 Jul 2026 10:25:09 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=9D=E5=A7=8B=E5=8C=96=E9=A1=B9=E7=9B=AE?= =?UTF-8?q?=EF=BC=8C=E7=94=B1ModelHub=20XC=E7=A4=BE=E5=8C=BA=E6=8F=90?= =?UTF-8?q?=E4=BE=9B=E6=A8=A1=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Model: mradermacher/dolphin-2.9-llama3-8b-dus-GGUF Source: Original Platform --- .gitattributes | 48 +++++++++++++++++ README.md | 69 +++++++++++++++++++++++++ dolphin-2.9-llama3-8b-dus.IQ4_XS.gguf | 3 ++ dolphin-2.9-llama3-8b-dus.Q2_K.gguf | 3 ++ dolphin-2.9-llama3-8b-dus.Q3_K_L.gguf | 3 ++ dolphin-2.9-llama3-8b-dus.Q3_K_M.gguf | 3 ++ dolphin-2.9-llama3-8b-dus.Q3_K_S.gguf | 3 ++ dolphin-2.9-llama3-8b-dus.Q4_0_4_4.gguf | 3 ++ dolphin-2.9-llama3-8b-dus.Q4_K_M.gguf | 3 ++ dolphin-2.9-llama3-8b-dus.Q4_K_S.gguf | 3 ++ dolphin-2.9-llama3-8b-dus.Q5_K_M.gguf | 3 ++ dolphin-2.9-llama3-8b-dus.Q5_K_S.gguf | 3 ++ dolphin-2.9-llama3-8b-dus.Q6_K.gguf | 3 ++ dolphin-2.9-llama3-8b-dus.Q8_0.gguf | 3 ++ dolphin-2.9-llama3-8b-dus.f16.gguf | 3 ++ 15 files changed, 156 insertions(+) create mode 100644 .gitattributes create mode 100644 README.md create mode 100644 dolphin-2.9-llama3-8b-dus.IQ4_XS.gguf create mode 100644 dolphin-2.9-llama3-8b-dus.Q2_K.gguf create mode 100644 dolphin-2.9-llama3-8b-dus.Q3_K_L.gguf create mode 100644 dolphin-2.9-llama3-8b-dus.Q3_K_M.gguf create mode 100644 dolphin-2.9-llama3-8b-dus.Q3_K_S.gguf create mode 100644 dolphin-2.9-llama3-8b-dus.Q4_0_4_4.gguf create mode 100644 dolphin-2.9-llama3-8b-dus.Q4_K_M.gguf create mode 100644 dolphin-2.9-llama3-8b-dus.Q4_K_S.gguf create mode 100644 dolphin-2.9-llama3-8b-dus.Q5_K_M.gguf create mode 100644 dolphin-2.9-llama3-8b-dus.Q5_K_S.gguf create mode 100644 dolphin-2.9-llama3-8b-dus.Q6_K.gguf create mode 100644 dolphin-2.9-llama3-8b-dus.Q8_0.gguf create mode 100644 dolphin-2.9-llama3-8b-dus.f16.gguf diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9f1915d --- /dev/null +++ b/.gitattributes @@ -0,0 +1,48 @@ +*.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-llama3-8b-dus.f16.gguf filter=lfs diff=lfs merge=lfs -text +dolphin-2.9-llama3-8b-dus.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +dolphin-2.9-llama3-8b-dus.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +dolphin-2.9-llama3-8b-dus.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text +dolphin-2.9-llama3-8b-dus.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +dolphin-2.9-llama3-8b-dus.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +dolphin-2.9-llama3-8b-dus.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +dolphin-2.9-llama3-8b-dus.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +dolphin-2.9-llama3-8b-dus.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +dolphin-2.9-llama3-8b-dus.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +dolphin-2.9-llama3-8b-dus.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +dolphin-2.9-llama3-8b-dus.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +dolphin-2.9-llama3-8b-dus.Q4_0_4_4.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/README.md b/README.md new file mode 100644 index 0000000..f6f8107 --- /dev/null +++ b/README.md @@ -0,0 +1,69 @@ +--- +base_model: ManniX-ITA/dolphin-2.9-llama3-8b-dus +language: +- en +library_name: transformers +quantized_by: mradermacher +tags: +- merge +- mergekit +- lazymergekit +- cognitivecomputations/dolphin-2.9-llama3-8b +--- +## About + + + + + + +static quants of https://huggingface.co/ManniX-ITA/dolphin-2.9-llama3-8b-dus + + +weighted/imatrix quants seem not to be available (by me) at this time. If they do not show up a week or so after the static ones, I have probably not planned for them. Feel free to request them by opening a Community Discussion. +## Usage + +If you are unsure how to use GGUF files, refer to one of [TheBloke's +READMEs](https://huggingface.co/TheBloke/KafkaLM-70B-German-V0.1-GGUF) for +more details, including on how to concatenate multi-part files. + +## Provided Quants + +(sorted by size, not necessarily quality. IQ-quants are often preferable over similar sized non-IQ quants) + +| Link | Type | Size/GB | Notes | +|:-----|:-----|--------:|:------| +| [GGUF](https://huggingface.co/mradermacher/dolphin-2.9-llama3-8b-dus-GGUF/resolve/main/dolphin-2.9-llama3-8b-dus.Q2_K.gguf) | Q2_K | 3.9 | | +| [GGUF](https://huggingface.co/mradermacher/dolphin-2.9-llama3-8b-dus-GGUF/resolve/main/dolphin-2.9-llama3-8b-dus.Q3_K_S.gguf) | Q3_K_S | 4.5 | | +| [GGUF](https://huggingface.co/mradermacher/dolphin-2.9-llama3-8b-dus-GGUF/resolve/main/dolphin-2.9-llama3-8b-dus.Q3_K_M.gguf) | Q3_K_M | 5.0 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/dolphin-2.9-llama3-8b-dus-GGUF/resolve/main/dolphin-2.9-llama3-8b-dus.Q3_K_L.gguf) | Q3_K_L | 5.3 | | +| [GGUF](https://huggingface.co/mradermacher/dolphin-2.9-llama3-8b-dus-GGUF/resolve/main/dolphin-2.9-llama3-8b-dus.IQ4_XS.gguf) | IQ4_XS | 5.5 | | +| [GGUF](https://huggingface.co/mradermacher/dolphin-2.9-llama3-8b-dus-GGUF/resolve/main/dolphin-2.9-llama3-8b-dus.Q4_0_4_4.gguf) | Q4_0_4_4 | 5.7 | fast on arm, low quality | +| [GGUF](https://huggingface.co/mradermacher/dolphin-2.9-llama3-8b-dus-GGUF/resolve/main/dolphin-2.9-llama3-8b-dus.Q4_K_S.gguf) | Q4_K_S | 5.8 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/dolphin-2.9-llama3-8b-dus-GGUF/resolve/main/dolphin-2.9-llama3-8b-dus.Q4_K_M.gguf) | Q4_K_M | 6.1 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/dolphin-2.9-llama3-8b-dus-GGUF/resolve/main/dolphin-2.9-llama3-8b-dus.Q5_K_S.gguf) | Q5_K_S | 6.9 | | +| [GGUF](https://huggingface.co/mradermacher/dolphin-2.9-llama3-8b-dus-GGUF/resolve/main/dolphin-2.9-llama3-8b-dus.Q5_K_M.gguf) | Q5_K_M | 7.1 | | +| [GGUF](https://huggingface.co/mradermacher/dolphin-2.9-llama3-8b-dus-GGUF/resolve/main/dolphin-2.9-llama3-8b-dus.Q6_K.gguf) | Q6_K | 8.1 | very good quality | +| [GGUF](https://huggingface.co/mradermacher/dolphin-2.9-llama3-8b-dus-GGUF/resolve/main/dolphin-2.9-llama3-8b-dus.Q8_0.gguf) | Q8_0 | 10.5 | fast, best quality | +| [GGUF](https://huggingface.co/mradermacher/dolphin-2.9-llama3-8b-dus-GGUF/resolve/main/dolphin-2.9-llama3-8b-dus.f16.gguf) | f16 | 19.7 | 16 bpw, overkill | + +Here is a handy graph by ikawrakow comparing some lower-quality quant +types (lower is better): + +![image.png](https://www.nethype.de/huggingface_embed/quantpplgraph.png) + +And here are Artefact2's thoughts on the matter: +https://gist.github.com/Artefact2/b5f810600771265fc1e39442288e8ec9 + +## FAQ / Model Request + +See https://huggingface.co/mradermacher/model_requests for some answers to +questions you might have and/or if you want some other model quantized. + +## Thanks + +I thank my company, [nethype GmbH](https://www.nethype.de/), for letting +me use its servers and providing upgrades to my workstation to enable +this work in my free time. Additional thanks to [@nicoboss](https://huggingface.co/nicoboss) for giving me access to his private supercomputer, enabling me to provide many more imatrix quants, at much higher quality, than I would otherwise be able to. + + diff --git a/dolphin-2.9-llama3-8b-dus.IQ4_XS.gguf b/dolphin-2.9-llama3-8b-dus.IQ4_XS.gguf new file mode 100644 index 0000000..30ec447 --- /dev/null +++ b/dolphin-2.9-llama3-8b-dus.IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf6da910663adc540d537b7f4b32f3e33973fb0d15abb5d59d46983609a435b4 +size 5426000512 diff --git a/dolphin-2.9-llama3-8b-dus.Q2_K.gguf b/dolphin-2.9-llama3-8b-dus.Q2_K.gguf new file mode 100644 index 0000000..3b95227 --- /dev/null +++ b/dolphin-2.9-llama3-8b-dus.Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22f920646596af6e0c40840ee557649b15eca2e553d983db68428e9645e419f3 +size 3821136896 diff --git a/dolphin-2.9-llama3-8b-dus.Q3_K_L.gguf b/dolphin-2.9-llama3-8b-dus.Q3_K_L.gguf new file mode 100644 index 0000000..f63e8ed --- /dev/null +++ b/dolphin-2.9-llama3-8b-dus.Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ece73634e75a404b0055dddb5b2a937f8fcac2bc3e7c894750c6ba90932443d +size 5236330304 diff --git a/dolphin-2.9-llama3-8b-dus.Q3_K_M.gguf b/dolphin-2.9-llama3-8b-dus.Q3_K_M.gguf new file mode 100644 index 0000000..4c89ea3 --- /dev/null +++ b/dolphin-2.9-llama3-8b-dus.Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c70b2990711549cb7e7536eeaffa9e2ddc0d4e913e8fc2566b0cac03f9cf5f2a +size 4853600064 diff --git a/dolphin-2.9-llama3-8b-dus.Q3_K_S.gguf b/dolphin-2.9-llama3-8b-dus.Q3_K_S.gguf new file mode 100644 index 0000000..e60bc1a --- /dev/null +++ b/dolphin-2.9-llama3-8b-dus.Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:236f169bc41d63bed7d18b4191fb9b07ab12f29dfc770eb4aa06c67b160cd5ba +size 4414508864 diff --git a/dolphin-2.9-llama3-8b-dus.Q4_0_4_4.gguf b/dolphin-2.9-llama3-8b-dus.Q4_0_4_4.gguf new file mode 100644 index 0000000..bbc2ac6 --- /dev/null +++ b/dolphin-2.9-llama3-8b-dus.Q4_0_4_4.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:040cd24b2fa2297735261b8bdf1be245d510419c347f80ac92fd7a5f4dc9b2ce +size 5642957696 diff --git a/dolphin-2.9-llama3-8b-dus.Q4_K_M.gguf b/dolphin-2.9-llama3-8b-dus.Q4_K_M.gguf new file mode 100644 index 0000000..5ec50a3 --- /dev/null +++ b/dolphin-2.9-llama3-8b-dus.Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af7398bd604a7a4f5dab7a9dd3e016e1a386e22f5a649bc665734b5fcfd1ce50 +size 5967360896 diff --git a/dolphin-2.9-llama3-8b-dus.Q4_K_S.gguf b/dolphin-2.9-llama3-8b-dus.Q4_K_S.gguf new file mode 100644 index 0000000..434b2cf --- /dev/null +++ b/dolphin-2.9-llama3-8b-dus.Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d6d08988d8a5c93ee7c68924e086787e020ab20c602cf7ba4cb21e6ca2952ac +size 5681755008 diff --git a/dolphin-2.9-llama3-8b-dus.Q5_K_M.gguf b/dolphin-2.9-llama3-8b-dus.Q5_K_M.gguf new file mode 100644 index 0000000..6371d9a --- /dev/null +++ b/dolphin-2.9-llama3-8b-dus.Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a362803c405131b94847d1e46bd38cccd6af2c0038379350cac770e11624e9a1 +size 6966261632 diff --git a/dolphin-2.9-llama3-8b-dus.Q5_K_S.gguf b/dolphin-2.9-llama3-8b-dus.Q5_K_S.gguf new file mode 100644 index 0000000..656736f --- /dev/null +++ b/dolphin-2.9-llama3-8b-dus.Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f01080fbe21d667366a0d64e9509ad43376b4d40b005c80a845021e1d8260b33 +size 6799144832 diff --git a/dolphin-2.9-llama3-8b-dus.Q6_K.gguf b/dolphin-2.9-llama3-8b-dus.Q6_K.gguf new file mode 100644 index 0000000..c54b1b1 --- /dev/null +++ b/dolphin-2.9-llama3-8b-dus.Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d913b19a3e4c6274ed2bb2f72473d57fa43ca38dec13b7f1d0a66e9192a875e9 +size 8027593664 diff --git a/dolphin-2.9-llama3-8b-dus.Q8_0.gguf b/dolphin-2.9-llama3-8b-dus.Q8_0.gguf new file mode 100644 index 0000000..38e8b6f --- /dev/null +++ b/dolphin-2.9-llama3-8b-dus.Q8_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e95195994f75c86fba6f7d1f63f8fc7a0f92401b3f67f73404954e6cef71a507 +size 10394938176 diff --git a/dolphin-2.9-llama3-8b-dus.f16.gguf b/dolphin-2.9-llama3-8b-dus.f16.gguf new file mode 100644 index 0000000..cfce71c --- /dev/null +++ b/dolphin-2.9-llama3-8b-dus.f16.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79f679cfb22f5c814c712f50ade9dd969ca2cca41a548b34c40d0191c69b2f7a +size 19558852416