From e9b76e8a7dd72ebe5ce034cd340b2ab26966a8cb Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Sun, 12 Apr 2026 10:29:58 +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.3-qwen2-1.5b-i1-GGUF Source: Original Platform --- .gitattributes | 57 +++++++++++++++ README.md | 90 ++++++++++++++++++++++++ dolphin-2.9.3-qwen2-1.5b.i1-IQ1_M.gguf | 3 + dolphin-2.9.3-qwen2-1.5b.i1-IQ1_S.gguf | 3 + dolphin-2.9.3-qwen2-1.5b.i1-IQ2_M.gguf | 3 + dolphin-2.9.3-qwen2-1.5b.i1-IQ2_S.gguf | 3 + dolphin-2.9.3-qwen2-1.5b.i1-IQ2_XS.gguf | 3 + dolphin-2.9.3-qwen2-1.5b.i1-IQ2_XXS.gguf | 3 + dolphin-2.9.3-qwen2-1.5b.i1-IQ3_M.gguf | 3 + dolphin-2.9.3-qwen2-1.5b.i1-IQ3_S.gguf | 3 + dolphin-2.9.3-qwen2-1.5b.i1-IQ3_XS.gguf | 3 + dolphin-2.9.3-qwen2-1.5b.i1-IQ3_XXS.gguf | 3 + dolphin-2.9.3-qwen2-1.5b.i1-IQ4_XS.gguf | 3 + dolphin-2.9.3-qwen2-1.5b.i1-Q2_K.gguf | 3 + dolphin-2.9.3-qwen2-1.5b.i1-Q3_K_L.gguf | 3 + dolphin-2.9.3-qwen2-1.5b.i1-Q3_K_M.gguf | 3 + dolphin-2.9.3-qwen2-1.5b.i1-Q3_K_S.gguf | 3 + dolphin-2.9.3-qwen2-1.5b.i1-Q4_0.gguf | 3 + dolphin-2.9.3-qwen2-1.5b.i1-Q4_K_M.gguf | 3 + dolphin-2.9.3-qwen2-1.5b.i1-Q4_K_S.gguf | 3 + dolphin-2.9.3-qwen2-1.5b.i1-Q5_K_M.gguf | 3 + dolphin-2.9.3-qwen2-1.5b.i1-Q5_K_S.gguf | 3 + dolphin-2.9.3-qwen2-1.5b.i1-Q6_K.gguf | 3 + imatrix.dat | 3 + 24 files changed, 213 insertions(+) create mode 100644 .gitattributes create mode 100644 README.md create mode 100644 dolphin-2.9.3-qwen2-1.5b.i1-IQ1_M.gguf create mode 100644 dolphin-2.9.3-qwen2-1.5b.i1-IQ1_S.gguf create mode 100644 dolphin-2.9.3-qwen2-1.5b.i1-IQ2_M.gguf create mode 100644 dolphin-2.9.3-qwen2-1.5b.i1-IQ2_S.gguf create mode 100644 dolphin-2.9.3-qwen2-1.5b.i1-IQ2_XS.gguf create mode 100644 dolphin-2.9.3-qwen2-1.5b.i1-IQ2_XXS.gguf create mode 100644 dolphin-2.9.3-qwen2-1.5b.i1-IQ3_M.gguf create mode 100644 dolphin-2.9.3-qwen2-1.5b.i1-IQ3_S.gguf create mode 100644 dolphin-2.9.3-qwen2-1.5b.i1-IQ3_XS.gguf create mode 100644 dolphin-2.9.3-qwen2-1.5b.i1-IQ3_XXS.gguf create mode 100644 dolphin-2.9.3-qwen2-1.5b.i1-IQ4_XS.gguf create mode 100644 dolphin-2.9.3-qwen2-1.5b.i1-Q2_K.gguf create mode 100644 dolphin-2.9.3-qwen2-1.5b.i1-Q3_K_L.gguf create mode 100644 dolphin-2.9.3-qwen2-1.5b.i1-Q3_K_M.gguf create mode 100644 dolphin-2.9.3-qwen2-1.5b.i1-Q3_K_S.gguf create mode 100644 dolphin-2.9.3-qwen2-1.5b.i1-Q4_0.gguf create mode 100644 dolphin-2.9.3-qwen2-1.5b.i1-Q4_K_M.gguf create mode 100644 dolphin-2.9.3-qwen2-1.5b.i1-Q4_K_S.gguf create mode 100644 dolphin-2.9.3-qwen2-1.5b.i1-Q5_K_M.gguf create mode 100644 dolphin-2.9.3-qwen2-1.5b.i1-Q5_K_S.gguf create mode 100644 dolphin-2.9.3-qwen2-1.5b.i1-Q6_K.gguf create mode 100644 imatrix.dat diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..8556666 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,57 @@ +*.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 +imatrix.dat filter=lfs diff=lfs merge=lfs -text +dolphin-2.9.3-qwen2-1.5b.i1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +dolphin-2.9.3-qwen2-1.5b.i1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +dolphin-2.9.3-qwen2-1.5b.i1-IQ3_XXS.gguf filter=lfs diff=lfs merge=lfs -text +dolphin-2.9.3-qwen2-1.5b.i1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +dolphin-2.9.3-qwen2-1.5b.i1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +dolphin-2.9.3-qwen2-1.5b.i1-IQ2_M.gguf filter=lfs diff=lfs merge=lfs -text +dolphin-2.9.3-qwen2-1.5b.i1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +dolphin-2.9.3-qwen2-1.5b.i1-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +dolphin-2.9.3-qwen2-1.5b.i1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +dolphin-2.9.3-qwen2-1.5b.i1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +dolphin-2.9.3-qwen2-1.5b.i1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +dolphin-2.9.3-qwen2-1.5b.i1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +dolphin-2.9.3-qwen2-1.5b.i1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text +dolphin-2.9.3-qwen2-1.5b.i1-IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text +dolphin-2.9.3-qwen2-1.5b.i1-IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text +dolphin-2.9.3-qwen2-1.5b.i1-IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text +dolphin-2.9.3-qwen2-1.5b.i1-IQ2_XXS.gguf filter=lfs diff=lfs merge=lfs -text +dolphin-2.9.3-qwen2-1.5b.i1-IQ2_XS.gguf filter=lfs diff=lfs merge=lfs -text +dolphin-2.9.3-qwen2-1.5b.i1-IQ2_S.gguf filter=lfs diff=lfs merge=lfs -text +dolphin-2.9.3-qwen2-1.5b.i1-IQ1_M.gguf filter=lfs diff=lfs merge=lfs -text +dolphin-2.9.3-qwen2-1.5b.i1-IQ1_S.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/README.md b/README.md new file mode 100644 index 0000000..d41c372 --- /dev/null +++ b/README.md @@ -0,0 +1,90 @@ +--- +base_model: dphn/dolphin-2.9.3-qwen2-1.5b +datasets: +- cognitivecomputations/Dolphin-2.9 +- teknium/OpenHermes-2.5 +- m-a-p/CodeFeedback-Filtered-Instruction +- cognitivecomputations/dolphin-coder +- cognitivecomputations/samantha-data +- microsoft/orca-math-word-problems-200k +- Locutusque/function-calling-chatml +- internlm/Agent-FLAN +language: +- en +library_name: transformers +license: apache-2.0 +mradermacher: + readme_rev: 1 +quantized_by: mradermacher +tags: +- generated_from_trainer +- axolotl +--- +## About + + + + + + +weighted/imatrix quants of https://huggingface.co/dphn/dolphin-2.9.3-qwen2-1.5b + + + +***For a convenient overview and download list, visit our [model page for this model](https://hf.tst.eu/model#dolphin-2.9.3-qwen2-1.5b-i1-GGUF).*** + +static quants are available at https://huggingface.co/mradermacher/dolphin-2.9.3-qwen2-1.5b-GGUF +## 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.3-qwen2-1.5b-i1-GGUF/resolve/main/dolphin-2.9.3-qwen2-1.5b.i1-IQ1_S.gguf) | i1-IQ1_S | 0.5 | for the desperate | +| [GGUF](https://huggingface.co/mradermacher/dolphin-2.9.3-qwen2-1.5b-i1-GGUF/resolve/main/dolphin-2.9.3-qwen2-1.5b.i1-IQ1_M.gguf) | i1-IQ1_M | 0.6 | mostly desperate | +| [GGUF](https://huggingface.co/mradermacher/dolphin-2.9.3-qwen2-1.5b-i1-GGUF/resolve/main/dolphin-2.9.3-qwen2-1.5b.i1-IQ2_XXS.gguf) | i1-IQ2_XXS | 0.6 | | +| [GGUF](https://huggingface.co/mradermacher/dolphin-2.9.3-qwen2-1.5b-i1-GGUF/resolve/main/dolphin-2.9.3-qwen2-1.5b.i1-IQ2_XS.gguf) | i1-IQ2_XS | 0.7 | | +| [GGUF](https://huggingface.co/mradermacher/dolphin-2.9.3-qwen2-1.5b-i1-GGUF/resolve/main/dolphin-2.9.3-qwen2-1.5b.i1-IQ2_S.gguf) | i1-IQ2_S | 0.7 | | +| [GGUF](https://huggingface.co/mradermacher/dolphin-2.9.3-qwen2-1.5b-i1-GGUF/resolve/main/dolphin-2.9.3-qwen2-1.5b.i1-IQ2_M.gguf) | i1-IQ2_M | 0.7 | | +| [GGUF](https://huggingface.co/mradermacher/dolphin-2.9.3-qwen2-1.5b-i1-GGUF/resolve/main/dolphin-2.9.3-qwen2-1.5b.i1-IQ3_XXS.gguf) | i1-IQ3_XXS | 0.8 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/dolphin-2.9.3-qwen2-1.5b-i1-GGUF/resolve/main/dolphin-2.9.3-qwen2-1.5b.i1-Q2_K.gguf) | i1-Q2_K | 0.8 | IQ3_XXS probably better | +| [GGUF](https://huggingface.co/mradermacher/dolphin-2.9.3-qwen2-1.5b-i1-GGUF/resolve/main/dolphin-2.9.3-qwen2-1.5b.i1-IQ3_XS.gguf) | i1-IQ3_XS | 0.8 | | +| [GGUF](https://huggingface.co/mradermacher/dolphin-2.9.3-qwen2-1.5b-i1-GGUF/resolve/main/dolphin-2.9.3-qwen2-1.5b.i1-Q3_K_S.gguf) | i1-Q3_K_S | 0.9 | IQ3_XS probably better | +| [GGUF](https://huggingface.co/mradermacher/dolphin-2.9.3-qwen2-1.5b-i1-GGUF/resolve/main/dolphin-2.9.3-qwen2-1.5b.i1-IQ3_S.gguf) | i1-IQ3_S | 0.9 | beats Q3_K* | +| [GGUF](https://huggingface.co/mradermacher/dolphin-2.9.3-qwen2-1.5b-i1-GGUF/resolve/main/dolphin-2.9.3-qwen2-1.5b.i1-IQ3_M.gguf) | i1-IQ3_M | 0.9 | | +| [GGUF](https://huggingface.co/mradermacher/dolphin-2.9.3-qwen2-1.5b-i1-GGUF/resolve/main/dolphin-2.9.3-qwen2-1.5b.i1-Q3_K_M.gguf) | i1-Q3_K_M | 0.9 | IQ3_S probably better | +| [GGUF](https://huggingface.co/mradermacher/dolphin-2.9.3-qwen2-1.5b-i1-GGUF/resolve/main/dolphin-2.9.3-qwen2-1.5b.i1-Q3_K_L.gguf) | i1-Q3_K_L | 1.0 | IQ3_M probably better | +| [GGUF](https://huggingface.co/mradermacher/dolphin-2.9.3-qwen2-1.5b-i1-GGUF/resolve/main/dolphin-2.9.3-qwen2-1.5b.i1-IQ4_XS.gguf) | i1-IQ4_XS | 1.0 | | +| [GGUF](https://huggingface.co/mradermacher/dolphin-2.9.3-qwen2-1.5b-i1-GGUF/resolve/main/dolphin-2.9.3-qwen2-1.5b.i1-Q4_0.gguf) | i1-Q4_0 | 1.0 | fast, low quality | +| [GGUF](https://huggingface.co/mradermacher/dolphin-2.9.3-qwen2-1.5b-i1-GGUF/resolve/main/dolphin-2.9.3-qwen2-1.5b.i1-Q4_K_S.gguf) | i1-Q4_K_S | 1.0 | optimal size/speed/quality | +| [GGUF](https://huggingface.co/mradermacher/dolphin-2.9.3-qwen2-1.5b-i1-GGUF/resolve/main/dolphin-2.9.3-qwen2-1.5b.i1-Q4_K_M.gguf) | i1-Q4_K_M | 1.1 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/dolphin-2.9.3-qwen2-1.5b-i1-GGUF/resolve/main/dolphin-2.9.3-qwen2-1.5b.i1-Q5_K_S.gguf) | i1-Q5_K_S | 1.2 | | +| [GGUF](https://huggingface.co/mradermacher/dolphin-2.9.3-qwen2-1.5b-i1-GGUF/resolve/main/dolphin-2.9.3-qwen2-1.5b.i1-Q5_K_M.gguf) | i1-Q5_K_M | 1.2 | | +| [GGUF](https://huggingface.co/mradermacher/dolphin-2.9.3-qwen2-1.5b-i1-GGUF/resolve/main/dolphin-2.9.3-qwen2-1.5b.i1-Q6_K.gguf) | i1-Q6_K | 1.4 | practically like static Q6_K | + +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.3-qwen2-1.5b.i1-IQ1_M.gguf b/dolphin-2.9.3-qwen2-1.5b.i1-IQ1_M.gguf new file mode 100644 index 0000000..8fd55b4 --- /dev/null +++ b/dolphin-2.9.3-qwen2-1.5b.i1-IQ1_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8c020d14fc4cd3cf1ed2f8a1cf8e5c671b33822873047c2ceca687c3dc9fefc +size 464458976 diff --git a/dolphin-2.9.3-qwen2-1.5b.i1-IQ1_S.gguf b/dolphin-2.9.3-qwen2-1.5b.i1-IQ1_S.gguf new file mode 100644 index 0000000..c3828be --- /dev/null +++ b/dolphin-2.9.3-qwen2-1.5b.i1-IQ1_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ca69befa6bb2067637fce8fd66caad8111e8c4a1326520209e92fc5d5ee1b5e +size 436525280 diff --git a/dolphin-2.9.3-qwen2-1.5b.i1-IQ2_M.gguf b/dolphin-2.9.3-qwen2-1.5b.i1-IQ2_M.gguf new file mode 100644 index 0000000..c2e2a6d --- /dev/null +++ b/dolphin-2.9.3-qwen2-1.5b.i1-IQ2_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55f66006462a033d7f0b04a6cb7e2edc5479d6c707a95e71076d3bdf086231c8 +size 601052384 diff --git a/dolphin-2.9.3-qwen2-1.5b.i1-IQ2_S.gguf b/dolphin-2.9.3-qwen2-1.5b.i1-IQ2_S.gguf new file mode 100644 index 0000000..6297811 --- /dev/null +++ b/dolphin-2.9.3-qwen2-1.5b.i1-IQ2_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7895a8278ef7b0715411a438307a1ea672cd3b42832f715967c74cfc36bc5125 +size 563807456 diff --git a/dolphin-2.9.3-qwen2-1.5b.i1-IQ2_XS.gguf b/dolphin-2.9.3-qwen2-1.5b.i1-IQ2_XS.gguf new file mode 100644 index 0000000..96957ee --- /dev/null +++ b/dolphin-2.9.3-qwen2-1.5b.i1-IQ2_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:626563bc2cfab7e70279a538908c7daaf6dd0b166c33717ec92b76df9951007a +size 550324448 diff --git a/dolphin-2.9.3-qwen2-1.5b.i1-IQ2_XXS.gguf b/dolphin-2.9.3-qwen2-1.5b.i1-IQ2_XXS.gguf new file mode 100644 index 0000000..fa4b436 --- /dev/null +++ b/dolphin-2.9.3-qwen2-1.5b.i1-IQ2_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60cb759e4904700ef63beac2c7563c0c1f7698e1d5a5ee2b85ed5de255799ff7 +size 511015136 diff --git a/dolphin-2.9.3-qwen2-1.5b.i1-IQ3_M.gguf b/dolphin-2.9.3-qwen2-1.5b.i1-IQ3_M.gguf new file mode 100644 index 0000000..f1c7973 --- /dev/null +++ b/dolphin-2.9.3-qwen2-1.5b.i1-IQ3_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f745adf064744fdaf5342ef8134b0762b2ba7518e6524d8989585cb5c66c657a +size 776661728 diff --git a/dolphin-2.9.3-qwen2-1.5b.i1-IQ3_S.gguf b/dolphin-2.9.3-qwen2-1.5b.i1-IQ3_S.gguf new file mode 100644 index 0000000..f14928a --- /dev/null +++ b/dolphin-2.9.3-qwen2-1.5b.i1-IQ3_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aebf5ff0c19c82054168890d50f41c662807e094f8bccb3fef11665901bd827e +size 762404576 diff --git a/dolphin-2.9.3-qwen2-1.5b.i1-IQ3_XS.gguf b/dolphin-2.9.3-qwen2-1.5b.i1-IQ3_XS.gguf new file mode 100644 index 0000000..5dd3d82 --- /dev/null +++ b/dolphin-2.9.3-qwen2-1.5b.i1-IQ3_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c194ab2c2fd6d715a588f48db5991a5f0090da3249cba95d2add04a6588d3e46 +size 731696864 diff --git a/dolphin-2.9.3-qwen2-1.5b.i1-IQ3_XXS.gguf b/dolphin-2.9.3-qwen2-1.5b.i1-IQ3_XXS.gguf new file mode 100644 index 0000000..c0892cf --- /dev/null +++ b/dolphin-2.9.3-qwen2-1.5b.i1-IQ3_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7eb31f8843273be13fef62e24d4ebca3e3b8faaa40512600b6a57cf2a13ad099 +size 668789984 diff --git a/dolphin-2.9.3-qwen2-1.5b.i1-IQ4_XS.gguf b/dolphin-2.9.3-qwen2-1.5b.i1-IQ4_XS.gguf new file mode 100644 index 0000000..7ee3243 --- /dev/null +++ b/dolphin-2.9.3-qwen2-1.5b.i1-IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:517705ce5449d5434f4f3eeca3e841007f82f5cfcd920b0d87b1632fd574088d +size 895729376 diff --git a/dolphin-2.9.3-qwen2-1.5b.i1-Q2_K.gguf b/dolphin-2.9.3-qwen2-1.5b.i1-Q2_K.gguf new file mode 100644 index 0000000..0384f03 --- /dev/null +++ b/dolphin-2.9.3-qwen2-1.5b.i1-Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b6f06c3a452014bc46b0d6a98f3e36da70ad1ae21f7a1d71e556e46a0355783 +size 676302560 diff --git a/dolphin-2.9.3-qwen2-1.5b.i1-Q3_K_L.gguf b/dolphin-2.9.3-qwen2-1.5b.i1-Q3_K_L.gguf new file mode 100644 index 0000000..2e46868 --- /dev/null +++ b/dolphin-2.9.3-qwen2-1.5b.i1-Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3501d4f6d5f2f59bde32d9fc3ddae13322694b371821bf9ea14669b5a70bab7 +size 880160480 diff --git a/dolphin-2.9.3-qwen2-1.5b.i1-Q3_K_M.gguf b/dolphin-2.9.3-qwen2-1.5b.i1-Q3_K_M.gguf new file mode 100644 index 0000000..33e1c98 --- /dev/null +++ b/dolphin-2.9.3-qwen2-1.5b.i1-Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3070550bf5e867e85c166ada6847d843e1dce04e17654d8618eef52782dfacf3 +size 824176352 diff --git a/dolphin-2.9.3-qwen2-1.5b.i1-Q3_K_S.gguf b/dolphin-2.9.3-qwen2-1.5b.i1-Q3_K_S.gguf new file mode 100644 index 0000000..5af2c70 --- /dev/null +++ b/dolphin-2.9.3-qwen2-1.5b.i1-Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be5ecf259db86f92810fdb99f909ed373aaef5b5ee04f90a4f30d657b7ca1ddf +size 760942304 diff --git a/dolphin-2.9.3-qwen2-1.5b.i1-Q4_0.gguf b/dolphin-2.9.3-qwen2-1.5b.i1-Q4_0.gguf new file mode 100644 index 0000000..d4034ec --- /dev/null +++ b/dolphin-2.9.3-qwen2-1.5b.i1-Q4_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:875bd4be29055a3ad659c09b913123adc765a2b4ee27f28de92b385481a7a1d1 +size 937533152 diff --git a/dolphin-2.9.3-qwen2-1.5b.i1-Q4_K_M.gguf b/dolphin-2.9.3-qwen2-1.5b.i1-Q4_K_M.gguf new file mode 100644 index 0000000..c250f47 --- /dev/null +++ b/dolphin-2.9.3-qwen2-1.5b.i1-Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:509536df340d2c1d7ca447fddde99f37879fb4c295b31e7dbdb66b7e883a695a +size 986046176 diff --git a/dolphin-2.9.3-qwen2-1.5b.i1-Q4_K_S.gguf b/dolphin-2.9.3-qwen2-1.5b.i1-Q4_K_S.gguf new file mode 100644 index 0000000..a02a93d --- /dev/null +++ b/dolphin-2.9.3-qwen2-1.5b.i1-Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ae1f51d7bd17add50d671ba958cdfe3eac23e5ddb76398bd1106b9141f37356 +size 940310240 diff --git a/dolphin-2.9.3-qwen2-1.5b.i1-Q5_K_M.gguf b/dolphin-2.9.3-qwen2-1.5b.i1-Q5_K_M.gguf new file mode 100644 index 0000000..bfb687c --- /dev/null +++ b/dolphin-2.9.3-qwen2-1.5b.i1-Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ebaf69c2395b520d7fac24de212feb028316141737a5d056ebe8a271f9999fb +size 1125048032 diff --git a/dolphin-2.9.3-qwen2-1.5b.i1-Q5_K_S.gguf b/dolphin-2.9.3-qwen2-1.5b.i1-Q5_K_S.gguf new file mode 100644 index 0000000..221d155 --- /dev/null +++ b/dolphin-2.9.3-qwen2-1.5b.i1-Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f2c6f98856a21dc65af09e2e71eb26d19881dbfc87ab48123ea6ff94e72a896 +size 1098727136 diff --git a/dolphin-2.9.3-qwen2-1.5b.i1-Q6_K.gguf b/dolphin-2.9.3-qwen2-1.5b.i1-Q6_K.gguf new file mode 100644 index 0000000..922cfaa --- /dev/null +++ b/dolphin-2.9.3-qwen2-1.5b.i1-Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:111675c8805e7e7d7c21ef0a3c77deaac37bd3cb5fd01f5cb1f15cec84929e6c +size 1272737504 diff --git a/imatrix.dat b/imatrix.dat new file mode 100644 index 0000000..3b24303 --- /dev/null +++ b/imatrix.dat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08573aa2a261a66860514e11a50476e0dfc82d335897427edf2f72b16e082db9 +size 2042198