From 9466b3015d98ce637c05805c708733e34b7f3af0 Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Sun, 14 Jun 2026 02:56:17 +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.1-mistral-7b-snr-math-laser-i1-GGUF Source: Original Platform --- .gitattributes | 61 ++++++++++++++ README.md | 80 +++++++++++++++++++ ....1-mistral-7b-snr-math-laser.i1-IQ1_M.gguf | 3 + ....1-mistral-7b-snr-math-laser.i1-IQ1_S.gguf | 3 + ....1-mistral-7b-snr-math-laser.i1-IQ2_M.gguf | 3 + ....1-mistral-7b-snr-math-laser.i1-IQ2_S.gguf | 3 + ...1-mistral-7b-snr-math-laser.i1-IQ2_XS.gguf | 3 + ...-mistral-7b-snr-math-laser.i1-IQ2_XXS.gguf | 3 + ....1-mistral-7b-snr-math-laser.i1-IQ3_M.gguf | 3 + ....1-mistral-7b-snr-math-laser.i1-IQ3_S.gguf | 3 + ...1-mistral-7b-snr-math-laser.i1-IQ3_XS.gguf | 3 + ...-mistral-7b-snr-math-laser.i1-IQ3_XXS.gguf | 3 + ...1-mistral-7b-snr-math-laser.i1-IQ4_XS.gguf | 3 + ...2.1-mistral-7b-snr-math-laser.i1-Q2_K.gguf | 3 + ...1-mistral-7b-snr-math-laser.i1-Q2_K_S.gguf | 3 + ...1-mistral-7b-snr-math-laser.i1-Q3_K_L.gguf | 3 + ...1-mistral-7b-snr-math-laser.i1-Q3_K_M.gguf | 3 + ...1-mistral-7b-snr-math-laser.i1-Q3_K_S.gguf | 3 + ...2.1-mistral-7b-snr-math-laser.i1-Q4_0.gguf | 3 + ...mistral-7b-snr-math-laser.i1-Q4_0_4_4.gguf | 3 + ...mistral-7b-snr-math-laser.i1-Q4_0_4_8.gguf | 3 + ...mistral-7b-snr-math-laser.i1-Q4_0_8_8.gguf | 3 + ...1-mistral-7b-snr-math-laser.i1-Q4_K_M.gguf | 3 + ...1-mistral-7b-snr-math-laser.i1-Q4_K_S.gguf | 3 + ...1-mistral-7b-snr-math-laser.i1-Q5_K_M.gguf | 3 + ...1-mistral-7b-snr-math-laser.i1-Q5_K_S.gguf | 3 + ...2.1-mistral-7b-snr-math-laser.i1-Q6_K.gguf | 3 + imatrix.dat | 3 + 28 files changed, 219 insertions(+) create mode 100644 .gitattributes create mode 100644 README.md create mode 100644 dolphin-2.1-mistral-7b-snr-math-laser.i1-IQ1_M.gguf create mode 100644 dolphin-2.1-mistral-7b-snr-math-laser.i1-IQ1_S.gguf create mode 100644 dolphin-2.1-mistral-7b-snr-math-laser.i1-IQ2_M.gguf create mode 100644 dolphin-2.1-mistral-7b-snr-math-laser.i1-IQ2_S.gguf create mode 100644 dolphin-2.1-mistral-7b-snr-math-laser.i1-IQ2_XS.gguf create mode 100644 dolphin-2.1-mistral-7b-snr-math-laser.i1-IQ2_XXS.gguf create mode 100644 dolphin-2.1-mistral-7b-snr-math-laser.i1-IQ3_M.gguf create mode 100644 dolphin-2.1-mistral-7b-snr-math-laser.i1-IQ3_S.gguf create mode 100644 dolphin-2.1-mistral-7b-snr-math-laser.i1-IQ3_XS.gguf create mode 100644 dolphin-2.1-mistral-7b-snr-math-laser.i1-IQ3_XXS.gguf create mode 100644 dolphin-2.1-mistral-7b-snr-math-laser.i1-IQ4_XS.gguf create mode 100644 dolphin-2.1-mistral-7b-snr-math-laser.i1-Q2_K.gguf create mode 100644 dolphin-2.1-mistral-7b-snr-math-laser.i1-Q2_K_S.gguf create mode 100644 dolphin-2.1-mistral-7b-snr-math-laser.i1-Q3_K_L.gguf create mode 100644 dolphin-2.1-mistral-7b-snr-math-laser.i1-Q3_K_M.gguf create mode 100644 dolphin-2.1-mistral-7b-snr-math-laser.i1-Q3_K_S.gguf create mode 100644 dolphin-2.1-mistral-7b-snr-math-laser.i1-Q4_0.gguf create mode 100644 dolphin-2.1-mistral-7b-snr-math-laser.i1-Q4_0_4_4.gguf create mode 100644 dolphin-2.1-mistral-7b-snr-math-laser.i1-Q4_0_4_8.gguf create mode 100644 dolphin-2.1-mistral-7b-snr-math-laser.i1-Q4_0_8_8.gguf create mode 100644 dolphin-2.1-mistral-7b-snr-math-laser.i1-Q4_K_M.gguf create mode 100644 dolphin-2.1-mistral-7b-snr-math-laser.i1-Q4_K_S.gguf create mode 100644 dolphin-2.1-mistral-7b-snr-math-laser.i1-Q5_K_M.gguf create mode 100644 dolphin-2.1-mistral-7b-snr-math-laser.i1-Q5_K_S.gguf create mode 100644 dolphin-2.1-mistral-7b-snr-math-laser.i1-Q6_K.gguf create mode 100644 imatrix.dat diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..148bf02 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,61 @@ +*.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.1-mistral-7b-snr-math-laser.i1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +dolphin-2.1-mistral-7b-snr-math-laser.i1-IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text +dolphin-2.1-mistral-7b-snr-math-laser.i1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +dolphin-2.1-mistral-7b-snr-math-laser.i1-IQ3_XXS.gguf filter=lfs diff=lfs merge=lfs -text +dolphin-2.1-mistral-7b-snr-math-laser.i1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +dolphin-2.1-mistral-7b-snr-math-laser.i1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +dolphin-2.1-mistral-7b-snr-math-laser.i1-IQ2_M.gguf filter=lfs diff=lfs merge=lfs -text +dolphin-2.1-mistral-7b-snr-math-laser.i1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +dolphin-2.1-mistral-7b-snr-math-laser.i1-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +dolphin-2.1-mistral-7b-snr-math-laser.i1-Q2_K_S.gguf filter=lfs diff=lfs merge=lfs -text +dolphin-2.1-mistral-7b-snr-math-laser.i1-IQ1_M.gguf filter=lfs diff=lfs merge=lfs -text +dolphin-2.1-mistral-7b-snr-math-laser.i1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +dolphin-2.1-mistral-7b-snr-math-laser.i1-IQ2_XXS.gguf filter=lfs diff=lfs merge=lfs -text +dolphin-2.1-mistral-7b-snr-math-laser.i1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +dolphin-2.1-mistral-7b-snr-math-laser.i1-IQ2_XS.gguf filter=lfs diff=lfs merge=lfs -text +dolphin-2.1-mistral-7b-snr-math-laser.i1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +dolphin-2.1-mistral-7b-snr-math-laser.i1-IQ2_S.gguf filter=lfs diff=lfs merge=lfs -text +dolphin-2.1-mistral-7b-snr-math-laser.i1-Q4_0_4_4.gguf filter=lfs diff=lfs merge=lfs -text +dolphin-2.1-mistral-7b-snr-math-laser.i1-IQ1_S.gguf filter=lfs diff=lfs merge=lfs -text +dolphin-2.1-mistral-7b-snr-math-laser.i1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +dolphin-2.1-mistral-7b-snr-math-laser.i1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text +dolphin-2.1-mistral-7b-snr-math-laser.i1-IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text +dolphin-2.1-mistral-7b-snr-math-laser.i1-Q4_0_4_8.gguf filter=lfs diff=lfs merge=lfs -text +dolphin-2.1-mistral-7b-snr-math-laser.i1-Q4_0_8_8.gguf filter=lfs diff=lfs merge=lfs -text +dolphin-2.1-mistral-7b-snr-math-laser.i1-IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/README.md b/README.md new file mode 100644 index 0000000..db25992 --- /dev/null +++ b/README.md @@ -0,0 +1,80 @@ +--- +base_model: invalid-coder/dolphin-2.1-mistral-7b-snr-math-laser +datasets: +- ehartford/dolphin +- jondurbin/airoboros-2.2.1 +language: +- en +library_name: transformers +license: apache-2.0 +quantized_by: mradermacher +--- +## About + + + + + + +weighted/imatrix quants of https://huggingface.co/invalid-coder/dolphin-2.1-mistral-7b-snr-math-laser + + +static quants are available at https://huggingface.co/mradermacher/dolphin-2.1-mistral-7b-snr-math-laser-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.1-mistral-7b-snr-math-laser-i1-GGUF/resolve/main/dolphin-2.1-mistral-7b-snr-math-laser.i1-IQ1_S.gguf) | i1-IQ1_S | 1.7 | for the desperate | +| [GGUF](https://huggingface.co/mradermacher/dolphin-2.1-mistral-7b-snr-math-laser-i1-GGUF/resolve/main/dolphin-2.1-mistral-7b-snr-math-laser.i1-IQ1_M.gguf) | i1-IQ1_M | 1.9 | mostly desperate | +| [GGUF](https://huggingface.co/mradermacher/dolphin-2.1-mistral-7b-snr-math-laser-i1-GGUF/resolve/main/dolphin-2.1-mistral-7b-snr-math-laser.i1-IQ2_XXS.gguf) | i1-IQ2_XXS | 2.1 | | +| [GGUF](https://huggingface.co/mradermacher/dolphin-2.1-mistral-7b-snr-math-laser-i1-GGUF/resolve/main/dolphin-2.1-mistral-7b-snr-math-laser.i1-IQ2_XS.gguf) | i1-IQ2_XS | 2.3 | | +| [GGUF](https://huggingface.co/mradermacher/dolphin-2.1-mistral-7b-snr-math-laser-i1-GGUF/resolve/main/dolphin-2.1-mistral-7b-snr-math-laser.i1-IQ2_S.gguf) | i1-IQ2_S | 2.4 | | +| [GGUF](https://huggingface.co/mradermacher/dolphin-2.1-mistral-7b-snr-math-laser-i1-GGUF/resolve/main/dolphin-2.1-mistral-7b-snr-math-laser.i1-IQ2_M.gguf) | i1-IQ2_M | 2.6 | | +| [GGUF](https://huggingface.co/mradermacher/dolphin-2.1-mistral-7b-snr-math-laser-i1-GGUF/resolve/main/dolphin-2.1-mistral-7b-snr-math-laser.i1-Q2_K_S.gguf) | i1-Q2_K_S | 2.6 | very low quality | +| [GGUF](https://huggingface.co/mradermacher/dolphin-2.1-mistral-7b-snr-math-laser-i1-GGUF/resolve/main/dolphin-2.1-mistral-7b-snr-math-laser.i1-Q2_K.gguf) | i1-Q2_K | 2.8 | IQ3_XXS probably better | +| [GGUF](https://huggingface.co/mradermacher/dolphin-2.1-mistral-7b-snr-math-laser-i1-GGUF/resolve/main/dolphin-2.1-mistral-7b-snr-math-laser.i1-IQ3_XXS.gguf) | i1-IQ3_XXS | 2.9 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/dolphin-2.1-mistral-7b-snr-math-laser-i1-GGUF/resolve/main/dolphin-2.1-mistral-7b-snr-math-laser.i1-IQ3_XS.gguf) | i1-IQ3_XS | 3.1 | | +| [GGUF](https://huggingface.co/mradermacher/dolphin-2.1-mistral-7b-snr-math-laser-i1-GGUF/resolve/main/dolphin-2.1-mistral-7b-snr-math-laser.i1-Q3_K_S.gguf) | i1-Q3_K_S | 3.3 | IQ3_XS probably better | +| [GGUF](https://huggingface.co/mradermacher/dolphin-2.1-mistral-7b-snr-math-laser-i1-GGUF/resolve/main/dolphin-2.1-mistral-7b-snr-math-laser.i1-IQ3_S.gguf) | i1-IQ3_S | 3.3 | beats Q3_K* | +| [GGUF](https://huggingface.co/mradermacher/dolphin-2.1-mistral-7b-snr-math-laser-i1-GGUF/resolve/main/dolphin-2.1-mistral-7b-snr-math-laser.i1-IQ3_M.gguf) | i1-IQ3_M | 3.4 | | +| [GGUF](https://huggingface.co/mradermacher/dolphin-2.1-mistral-7b-snr-math-laser-i1-GGUF/resolve/main/dolphin-2.1-mistral-7b-snr-math-laser.i1-Q3_K_M.gguf) | i1-Q3_K_M | 3.6 | IQ3_S probably better | +| [GGUF](https://huggingface.co/mradermacher/dolphin-2.1-mistral-7b-snr-math-laser-i1-GGUF/resolve/main/dolphin-2.1-mistral-7b-snr-math-laser.i1-Q3_K_L.gguf) | i1-Q3_K_L | 3.9 | IQ3_M probably better | +| [GGUF](https://huggingface.co/mradermacher/dolphin-2.1-mistral-7b-snr-math-laser-i1-GGUF/resolve/main/dolphin-2.1-mistral-7b-snr-math-laser.i1-IQ4_XS.gguf) | i1-IQ4_XS | 4.0 | | +| [GGUF](https://huggingface.co/mradermacher/dolphin-2.1-mistral-7b-snr-math-laser-i1-GGUF/resolve/main/dolphin-2.1-mistral-7b-snr-math-laser.i1-Q4_0_4_4.gguf) | i1-Q4_0_4_4 | 4.2 | fast on arm, low quality | +| [GGUF](https://huggingface.co/mradermacher/dolphin-2.1-mistral-7b-snr-math-laser-i1-GGUF/resolve/main/dolphin-2.1-mistral-7b-snr-math-laser.i1-Q4_0_4_8.gguf) | i1-Q4_0_4_8 | 4.2 | fast on arm+i8mm, low quality | +| [GGUF](https://huggingface.co/mradermacher/dolphin-2.1-mistral-7b-snr-math-laser-i1-GGUF/resolve/main/dolphin-2.1-mistral-7b-snr-math-laser.i1-Q4_0_8_8.gguf) | i1-Q4_0_8_8 | 4.2 | fast on arm+sve, low quality | +| [GGUF](https://huggingface.co/mradermacher/dolphin-2.1-mistral-7b-snr-math-laser-i1-GGUF/resolve/main/dolphin-2.1-mistral-7b-snr-math-laser.i1-Q4_0.gguf) | i1-Q4_0 | 4.2 | fast, low quality | +| [GGUF](https://huggingface.co/mradermacher/dolphin-2.1-mistral-7b-snr-math-laser-i1-GGUF/resolve/main/dolphin-2.1-mistral-7b-snr-math-laser.i1-Q4_K_S.gguf) | i1-Q4_K_S | 4.2 | optimal size/speed/quality | +| [GGUF](https://huggingface.co/mradermacher/dolphin-2.1-mistral-7b-snr-math-laser-i1-GGUF/resolve/main/dolphin-2.1-mistral-7b-snr-math-laser.i1-Q4_K_M.gguf) | i1-Q4_K_M | 4.5 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/dolphin-2.1-mistral-7b-snr-math-laser-i1-GGUF/resolve/main/dolphin-2.1-mistral-7b-snr-math-laser.i1-Q5_K_S.gguf) | i1-Q5_K_S | 5.1 | | +| [GGUF](https://huggingface.co/mradermacher/dolphin-2.1-mistral-7b-snr-math-laser-i1-GGUF/resolve/main/dolphin-2.1-mistral-7b-snr-math-laser.i1-Q5_K_M.gguf) | i1-Q5_K_M | 5.2 | | +| [GGUF](https://huggingface.co/mradermacher/dolphin-2.1-mistral-7b-snr-math-laser-i1-GGUF/resolve/main/dolphin-2.1-mistral-7b-snr-math-laser.i1-Q6_K.gguf) | i1-Q6_K | 6.0 | 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.1-mistral-7b-snr-math-laser.i1-IQ1_M.gguf b/dolphin-2.1-mistral-7b-snr-math-laser.i1-IQ1_M.gguf new file mode 100644 index 0000000..0c15618 --- /dev/null +++ b/dolphin-2.1-mistral-7b-snr-math-laser.i1-IQ1_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3077a842590f0e381ba28b0eb7d8c0bee801c311a2253193ad9705a89b52e0ef +size 1754455904 diff --git a/dolphin-2.1-mistral-7b-snr-math-laser.i1-IQ1_S.gguf b/dolphin-2.1-mistral-7b-snr-math-laser.i1-IQ1_S.gguf new file mode 100644 index 0000000..da430eb --- /dev/null +++ b/dolphin-2.1-mistral-7b-snr-math-laser.i1-IQ1_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:115d1c8e889abb25fe447f7e25dd9405364e456666c4acc9bec43a8d9ce02ab8 +size 1612111712 diff --git a/dolphin-2.1-mistral-7b-snr-math-laser.i1-IQ2_M.gguf b/dolphin-2.1-mistral-7b-snr-math-laser.i1-IQ2_M.gguf new file mode 100644 index 0000000..7b4996c --- /dev/null +++ b/dolphin-2.1-mistral-7b-snr-math-laser.i1-IQ2_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7aac05447bfd540179f5b6d09aa638d22f2b8bfb101e97b13d252a33f034cfd1 +size 2500723360 diff --git a/dolphin-2.1-mistral-7b-snr-math-laser.i1-IQ2_S.gguf b/dolphin-2.1-mistral-7b-snr-math-laser.i1-IQ2_S.gguf new file mode 100644 index 0000000..742c53e --- /dev/null +++ b/dolphin-2.1-mistral-7b-snr-math-laser.i1-IQ2_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c11310a3d934e91d60b17d5c9706b9a174559c69aa73987d317244f615d71ec +size 2310931104 diff --git a/dolphin-2.1-mistral-7b-snr-math-laser.i1-IQ2_XS.gguf b/dolphin-2.1-mistral-7b-snr-math-laser.i1-IQ2_XS.gguf new file mode 100644 index 0000000..51122a6 --- /dev/null +++ b/dolphin-2.1-mistral-7b-snr-math-laser.i1-IQ2_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a47138ceddcbcc40f0887f331e4ad17cdc2da474c437f0bdee1178de1ee53f0c +size 2198265696 diff --git a/dolphin-2.1-mistral-7b-snr-math-laser.i1-IQ2_XXS.gguf b/dolphin-2.1-mistral-7b-snr-math-laser.i1-IQ2_XXS.gguf new file mode 100644 index 0000000..edf66c5 --- /dev/null +++ b/dolphin-2.1-mistral-7b-snr-math-laser.i1-IQ2_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96c9db48268823296ebe1b9e1be85ac89166f69c0dbb16727a7d696e2784903a +size 1991696224 diff --git a/dolphin-2.1-mistral-7b-snr-math-laser.i1-IQ3_M.gguf b/dolphin-2.1-mistral-7b-snr-math-laser.i1-IQ3_M.gguf new file mode 100644 index 0000000..a32381b --- /dev/null +++ b/dolphin-2.1-mistral-7b-snr-math-laser.i1-IQ3_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c9a6818b0fef5c78411f3a6911fb15b6636fdc4cfb2806d1559b74db5f8725b +size 3284903648 diff --git a/dolphin-2.1-mistral-7b-snr-math-laser.i1-IQ3_S.gguf b/dolphin-2.1-mistral-7b-snr-math-laser.i1-IQ3_S.gguf new file mode 100644 index 0000000..5bd3bbe --- /dev/null +++ b/dolphin-2.1-mistral-7b-snr-math-laser.i1-IQ3_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70f9b0074815a151f86268339912de7b4357eebcc76f4898150480964e94b1a4 +size 3182405344 diff --git a/dolphin-2.1-mistral-7b-snr-math-laser.i1-IQ3_XS.gguf b/dolphin-2.1-mistral-7b-snr-math-laser.i1-IQ3_XS.gguf new file mode 100644 index 0000000..67c6bb1 --- /dev/null +++ b/dolphin-2.1-mistral-7b-snr-math-laser.i1-IQ3_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b1ec3dbc0cd5c79929b0ecda6b5fc67dfa1443f227c3a1c96a83517871744f9 +size 3018827488 diff --git a/dolphin-2.1-mistral-7b-snr-math-laser.i1-IQ3_XXS.gguf b/dolphin-2.1-mistral-7b-snr-math-laser.i1-IQ3_XXS.gguf new file mode 100644 index 0000000..fdcd1a4 --- /dev/null +++ b/dolphin-2.1-mistral-7b-snr-math-laser.i1-IQ3_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7b66cd24e58c20c0ff575281db0d17a70aafbbb2f0e580a7282b3f65ab80f6f +size 2827354784 diff --git a/dolphin-2.1-mistral-7b-snr-math-laser.i1-IQ4_XS.gguf b/dolphin-2.1-mistral-7b-snr-math-laser.i1-IQ4_XS.gguf new file mode 100644 index 0000000..4372de0 --- /dev/null +++ b/dolphin-2.1-mistral-7b-snr-math-laser.i1-IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19764866066c0c1b149f8b8fc83b4e6a7c278d56bdaae2fcd46c53d1ace008d9 +size 3907701280 diff --git a/dolphin-2.1-mistral-7b-snr-math-laser.i1-Q2_K.gguf b/dolphin-2.1-mistral-7b-snr-math-laser.i1-Q2_K.gguf new file mode 100644 index 0000000..e6c1e24 --- /dev/null +++ b/dolphin-2.1-mistral-7b-snr-math-laser.i1-Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04e2586db3352985c10ad6a6b07081326314017cd53918f5641acd08c2bc345f +size 2719253408 diff --git a/dolphin-2.1-mistral-7b-snr-math-laser.i1-Q2_K_S.gguf b/dolphin-2.1-mistral-7b-snr-math-laser.i1-Q2_K_S.gguf new file mode 100644 index 0000000..754afe4 --- /dev/null +++ b/dolphin-2.1-mistral-7b-snr-math-laser.i1-Q2_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9de890f45d5917b849ff8aa4f420cf4cd66a109d12899da189b61603ca090b6b +size 2528936864 diff --git a/dolphin-2.1-mistral-7b-snr-math-laser.i1-Q3_K_L.gguf b/dolphin-2.1-mistral-7b-snr-math-laser.i1-Q3_K_L.gguf new file mode 100644 index 0000000..2a01dc5 --- /dev/null +++ b/dolphin-2.1-mistral-7b-snr-math-laser.i1-Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fa1a59b6feb4510a1498fabc37c2d3f859c94d104d60eef506b8a23a32c05d7 +size 3822036704 diff --git a/dolphin-2.1-mistral-7b-snr-math-laser.i1-Q3_K_M.gguf b/dolphin-2.1-mistral-7b-snr-math-laser.i1-Q3_K_M.gguf new file mode 100644 index 0000000..dc68e37 --- /dev/null +++ b/dolphin-2.1-mistral-7b-snr-math-laser.i1-Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68c50f11e7d6b5766a9b949ab2baeba0442aada751b3719b1a85597fd24ac83a +size 3518998240 diff --git a/dolphin-2.1-mistral-7b-snr-math-laser.i1-Q3_K_S.gguf b/dolphin-2.1-mistral-7b-snr-math-laser.i1-Q3_K_S.gguf new file mode 100644 index 0000000..9c69670 --- /dev/null +++ b/dolphin-2.1-mistral-7b-snr-math-laser.i1-Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:107d43d4f336d028d4298d60f39382b9b5feda3d8d072ba0da3b1538007a8b8a +size 3164579552 diff --git a/dolphin-2.1-mistral-7b-snr-math-laser.i1-Q4_0.gguf b/dolphin-2.1-mistral-7b-snr-math-laser.i1-Q4_0.gguf new file mode 100644 index 0000000..fff0dc9 --- /dev/null +++ b/dolphin-2.1-mistral-7b-snr-math-laser.i1-Q4_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:297e723bc2f8b66e29cf51767262836971f651ee558873765e0818a6bdbf17a4 +size 4123609888 diff --git a/dolphin-2.1-mistral-7b-snr-math-laser.i1-Q4_0_4_4.gguf b/dolphin-2.1-mistral-7b-snr-math-laser.i1-Q4_0_4_4.gguf new file mode 100644 index 0000000..d75179b --- /dev/null +++ b/dolphin-2.1-mistral-7b-snr-math-laser.i1-Q4_0_4_4.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6e73a1c7fc316670a92561e462590ce0c3b8bb37def33a44312e2c7bb84fae0 +size 4108929824 diff --git a/dolphin-2.1-mistral-7b-snr-math-laser.i1-Q4_0_4_8.gguf b/dolphin-2.1-mistral-7b-snr-math-laser.i1-Q4_0_4_8.gguf new file mode 100644 index 0000000..d081c6e --- /dev/null +++ b/dolphin-2.1-mistral-7b-snr-math-laser.i1-Q4_0_4_8.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:822d16fdb531024844ba6308ccc79ffd6a9816984b6d5425c1e4973019ccee08 +size 4108929824 diff --git a/dolphin-2.1-mistral-7b-snr-math-laser.i1-Q4_0_8_8.gguf b/dolphin-2.1-mistral-7b-snr-math-laser.i1-Q4_0_8_8.gguf new file mode 100644 index 0000000..c8d9e58 --- /dev/null +++ b/dolphin-2.1-mistral-7b-snr-math-laser.i1-Q4_0_8_8.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3945b15f6fe9dc60ac671ea7f8cc0ad6ffdd15bb9a73228adf71a92586056817 +size 4108929824 diff --git a/dolphin-2.1-mistral-7b-snr-math-laser.i1-Q4_K_M.gguf b/dolphin-2.1-mistral-7b-snr-math-laser.i1-Q4_K_M.gguf new file mode 100644 index 0000000..8e7fad3 --- /dev/null +++ b/dolphin-2.1-mistral-7b-snr-math-laser.i1-Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb43fa07e0ff4a353f8069de9da9bc4c094fbdc97f2dee0df83c768298009074 +size 4368452384 diff --git a/dolphin-2.1-mistral-7b-snr-math-laser.i1-Q4_K_S.gguf b/dolphin-2.1-mistral-7b-snr-math-laser.i1-Q4_K_S.gguf new file mode 100644 index 0000000..e2f8fe4 --- /dev/null +++ b/dolphin-2.1-mistral-7b-snr-math-laser.i1-Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef34831a0e15595614f78bcb3d86dc9c34ff61c8d53f5665220349f1924cd48d +size 4140387104 diff --git a/dolphin-2.1-mistral-7b-snr-math-laser.i1-Q5_K_M.gguf b/dolphin-2.1-mistral-7b-snr-math-laser.i1-Q5_K_M.gguf new file mode 100644 index 0000000..59c2c0a --- /dev/null +++ b/dolphin-2.1-mistral-7b-snr-math-laser.i1-Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d9bd7aae0805fe511b2bfa68e2ec73e53989c61fbaee85426d3b4b58a81be55 +size 5131423520 diff --git a/dolphin-2.1-mistral-7b-snr-math-laser.i1-Q5_K_S.gguf b/dolphin-2.1-mistral-7b-snr-math-laser.i1-Q5_K_S.gguf new file mode 100644 index 0000000..aac59ff --- /dev/null +++ b/dolphin-2.1-mistral-7b-snr-math-laser.i1-Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30116cd910fb78bd5ebf0104ca737c9963a4f2a7274fca4bf6fb19f624cf3fd4 +size 4997730080 diff --git a/dolphin-2.1-mistral-7b-snr-math-laser.i1-Q6_K.gguf b/dolphin-2.1-mistral-7b-snr-math-laser.i1-Q6_K.gguf new file mode 100644 index 0000000..99e9bb9 --- /dev/null +++ b/dolphin-2.1-mistral-7b-snr-math-laser.i1-Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b22c986c0f6c8314788685629ffbcd1161fe6644a80395751973b07893b4047a +size 5942080352 diff --git a/imatrix.dat b/imatrix.dat new file mode 100644 index 0000000..44e9223 --- /dev/null +++ b/imatrix.dat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:373618ad2ce119788efe4882312e290f8e90ceaca831e6e69a32e1f282f3d9b9 +size 4988157