From 7cbaefb527f020a7c7ebe1461bd61d30bf0759e5 Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Sun, 26 Apr 2026 16:46:23 +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/Open-RS3-i1-GGUF Source: Original Platform --- .gitattributes | 60 ++++++++++++++++++++++++++++++ Open-RS3.i1-IQ1_M.gguf | 3 ++ Open-RS3.i1-IQ1_S.gguf | 3 ++ Open-RS3.i1-IQ2_M.gguf | 3 ++ Open-RS3.i1-IQ2_S.gguf | 3 ++ Open-RS3.i1-IQ2_XS.gguf | 3 ++ Open-RS3.i1-IQ2_XXS.gguf | 3 ++ Open-RS3.i1-IQ3_M.gguf | 3 ++ Open-RS3.i1-IQ3_S.gguf | 3 ++ Open-RS3.i1-IQ3_XS.gguf | 3 ++ Open-RS3.i1-IQ3_XXS.gguf | 3 ++ Open-RS3.i1-IQ4_NL.gguf | 3 ++ Open-RS3.i1-IQ4_XS.gguf | 3 ++ Open-RS3.i1-Q2_K.gguf | 3 ++ Open-RS3.i1-Q2_K_S.gguf | 3 ++ Open-RS3.i1-Q3_K_L.gguf | 3 ++ Open-RS3.i1-Q3_K_M.gguf | 3 ++ Open-RS3.i1-Q3_K_S.gguf | 3 ++ Open-RS3.i1-Q4_0.gguf | 3 ++ Open-RS3.i1-Q4_1.gguf | 3 ++ Open-RS3.i1-Q4_K_M.gguf | 3 ++ Open-RS3.i1-Q4_K_S.gguf | 3 ++ Open-RS3.i1-Q5_K_M.gguf | 3 ++ Open-RS3.i1-Q5_K_S.gguf | 3 ++ Open-RS3.i1-Q6_K.gguf | 3 ++ README.md | 80 ++++++++++++++++++++++++++++++++++++++++ imatrix.dat | 3 ++ 27 files changed, 215 insertions(+) create mode 100644 .gitattributes create mode 100644 Open-RS3.i1-IQ1_M.gguf create mode 100644 Open-RS3.i1-IQ1_S.gguf create mode 100644 Open-RS3.i1-IQ2_M.gguf create mode 100644 Open-RS3.i1-IQ2_S.gguf create mode 100644 Open-RS3.i1-IQ2_XS.gguf create mode 100644 Open-RS3.i1-IQ2_XXS.gguf create mode 100644 Open-RS3.i1-IQ3_M.gguf create mode 100644 Open-RS3.i1-IQ3_S.gguf create mode 100644 Open-RS3.i1-IQ3_XS.gguf create mode 100644 Open-RS3.i1-IQ3_XXS.gguf create mode 100644 Open-RS3.i1-IQ4_NL.gguf create mode 100644 Open-RS3.i1-IQ4_XS.gguf create mode 100644 Open-RS3.i1-Q2_K.gguf create mode 100644 Open-RS3.i1-Q2_K_S.gguf create mode 100644 Open-RS3.i1-Q3_K_L.gguf create mode 100644 Open-RS3.i1-Q3_K_M.gguf create mode 100644 Open-RS3.i1-Q3_K_S.gguf create mode 100644 Open-RS3.i1-Q4_0.gguf create mode 100644 Open-RS3.i1-Q4_1.gguf create mode 100644 Open-RS3.i1-Q4_K_M.gguf create mode 100644 Open-RS3.i1-Q4_K_S.gguf create mode 100644 Open-RS3.i1-Q5_K_M.gguf create mode 100644 Open-RS3.i1-Q5_K_S.gguf create mode 100644 Open-RS3.i1-Q6_K.gguf create mode 100644 README.md create mode 100644 imatrix.dat diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..5d517e8 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,60 @@ +*.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 +Open-RS3.i1-IQ1_M.gguf filter=lfs diff=lfs merge=lfs -text +Open-RS3.i1-IQ1_S.gguf filter=lfs diff=lfs merge=lfs -text +Open-RS3.i1-IQ2_M.gguf filter=lfs diff=lfs merge=lfs -text +Open-RS3.i1-IQ2_S.gguf filter=lfs diff=lfs merge=lfs -text +Open-RS3.i1-IQ2_XS.gguf filter=lfs diff=lfs merge=lfs -text +Open-RS3.i1-IQ2_XXS.gguf filter=lfs diff=lfs merge=lfs -text +Open-RS3.i1-IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text +Open-RS3.i1-IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text +Open-RS3.i1-IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text +Open-RS3.i1-IQ3_XXS.gguf filter=lfs diff=lfs merge=lfs -text +Open-RS3.i1-IQ4_NL.gguf filter=lfs diff=lfs merge=lfs -text +Open-RS3.i1-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +Open-RS3.i1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +Open-RS3.i1-Q2_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Open-RS3.i1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +Open-RS3.i1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Open-RS3.i1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Open-RS3.i1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text +Open-RS3.i1-Q4_1.gguf filter=lfs diff=lfs merge=lfs -text +Open-RS3.i1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Open-RS3.i1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Open-RS3.i1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Open-RS3.i1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Open-RS3.i1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/Open-RS3.i1-IQ1_M.gguf b/Open-RS3.i1-IQ1_M.gguf new file mode 100644 index 0000000..523128b --- /dev/null +++ b/Open-RS3.i1-IQ1_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2df0bf748349190eee18a3d7a133356ac7006e2bccf57f2256fdbff3d81fe359 +size 541038112 diff --git a/Open-RS3.i1-IQ1_S.gguf b/Open-RS3.i1-IQ1_S.gguf new file mode 100644 index 0000000..4467de4 --- /dev/null +++ b/Open-RS3.i1-IQ1_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e8030dd5361a9dea99747b9089f61b1c5d46b0ef68717a39907edfb64d0941b +size 513104416 diff --git a/Open-RS3.i1-IQ2_M.gguf b/Open-RS3.i1-IQ2_M.gguf new file mode 100644 index 0000000..cff1e2f --- /dev/null +++ b/Open-RS3.i1-IQ2_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f7ae0e09e4ce4eddeaad101414e8a26017d478fbec911a9800be404c9921225 +size 701333536 diff --git a/Open-RS3.i1-IQ2_S.gguf b/Open-RS3.i1-IQ2_S.gguf new file mode 100644 index 0000000..81412dd --- /dev/null +++ b/Open-RS3.i1-IQ2_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c804cd5c80c71fd75b937518452e9a205a65b5dbe161dc1fea9da686886c78b +size 664088608 diff --git a/Open-RS3.i1-IQ2_XS.gguf b/Open-RS3.i1-IQ2_XS.gguf new file mode 100644 index 0000000..d3ee72e --- /dev/null +++ b/Open-RS3.i1-IQ2_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c6624308b12cef03e19d6c7255d40992c2af05388653fa4558b576e6dc4d783 +size 626903584 diff --git a/Open-RS3.i1-IQ2_XXS.gguf b/Open-RS3.i1-IQ2_XXS.gguf new file mode 100644 index 0000000..ccfb65a --- /dev/null +++ b/Open-RS3.i1-IQ2_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60a4284ac4009fa1b324240c7a5c96af559922666633f173904fe19d0536ddb6 +size 587594272 diff --git a/Open-RS3.i1-IQ3_M.gguf b/Open-RS3.i1-IQ3_M.gguf new file mode 100644 index 0000000..6d77523 --- /dev/null +++ b/Open-RS3.i1-IQ3_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bfe39a23fadd4a51f36a4a25bf62640c9c4921b7ae9038479157b9fb8424ef0 +size 876942880 diff --git a/Open-RS3.i1-IQ3_S.gguf b/Open-RS3.i1-IQ3_S.gguf new file mode 100644 index 0000000..dd75301 --- /dev/null +++ b/Open-RS3.i1-IQ3_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3be4fa38bc15a4a67b273689f485e5d49fa481e2353b773328d6d62066c9649 +size 862685728 diff --git a/Open-RS3.i1-IQ3_XS.gguf b/Open-RS3.i1-IQ3_XS.gguf new file mode 100644 index 0000000..84d42cf --- /dev/null +++ b/Open-RS3.i1-IQ3_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6cc5d7dc157d0dd3370f4d8e1ecf10de58d134d8a8f82ac6e709b4b318b29bd +size 831978016 diff --git a/Open-RS3.i1-IQ3_XXS.gguf b/Open-RS3.i1-IQ3_XXS.gguf new file mode 100644 index 0000000..af8cbb2 --- /dev/null +++ b/Open-RS3.i1-IQ3_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40ed04301130bebfdf351765d60137d9c2c10e0388f23cab86c1987bbb6dfdf4 +size 769071136 diff --git a/Open-RS3.i1-IQ4_NL.gguf b/Open-RS3.i1-IQ4_NL.gguf new file mode 100644 index 0000000..e900387 --- /dev/null +++ b/Open-RS3.i1-IQ4_NL.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae932285d4b597cc1691361a916565708aa0faa2cb02c54afbc199bdeae73e77 +size 1067605024 diff --git a/Open-RS3.i1-IQ4_XS.gguf b/Open-RS3.i1-IQ4_XS.gguf new file mode 100644 index 0000000..e3ac01a --- /dev/null +++ b/Open-RS3.i1-IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:886154fec6f5477a7261533332a6ebcfbcce51c881f4e697d71a7b58935a2062 +size 1019712544 diff --git a/Open-RS3.i1-Q2_K.gguf b/Open-RS3.i1-Q2_K.gguf new file mode 100644 index 0000000..3654ec0 --- /dev/null +++ b/Open-RS3.i1-Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c519fb3e583b5366020452639342ca5dd252b50891f011e56902a7268619988 +size 752881696 diff --git a/Open-RS3.i1-Q2_K_S.gguf b/Open-RS3.i1-Q2_K_S.gguf new file mode 100644 index 0000000..845e0dc --- /dev/null +++ b/Open-RS3.i1-Q2_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e30a14cc901b61199138928489496b1d2e9157ec77b2946ee38f60d81bc0fc4 +size 716711968 diff --git a/Open-RS3.i1-Q3_K_L.gguf b/Open-RS3.i1-Q3_K_L.gguf new file mode 100644 index 0000000..4dcaa22 --- /dev/null +++ b/Open-RS3.i1-Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ecb7db87e5c093afd9f1d96a8723774caf4774f5e91b1408c745e60ae24df349 +size 980441632 diff --git a/Open-RS3.i1-Q3_K_M.gguf b/Open-RS3.i1-Q3_K_M.gguf new file mode 100644 index 0000000..d2c724a --- /dev/null +++ b/Open-RS3.i1-Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4266bbc2cb73f3eb944cdfbbf1c0113f02166924c9b9333023f6ba5b0e35eddd +size 924457504 diff --git a/Open-RS3.i1-Q3_K_S.gguf b/Open-RS3.i1-Q3_K_S.gguf new file mode 100644 index 0000000..de12534 --- /dev/null +++ b/Open-RS3.i1-Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97c7b0798b94cb2d025df4764a0ea1c5873028b318036bdaddbe0176e5ed8024 +size 861223456 diff --git a/Open-RS3.i1-Q4_0.gguf b/Open-RS3.i1-Q4_0.gguf new file mode 100644 index 0000000..a0406fd --- /dev/null +++ b/Open-RS3.i1-Q4_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89e848fbe8d6b588f77d491c08cec999d9e7f58ef01e03329f44916eb29873a1 +size 1068809248 diff --git a/Open-RS3.i1-Q4_1.gguf b/Open-RS3.i1-Q4_1.gguf new file mode 100644 index 0000000..e4a0038 --- /dev/null +++ b/Open-RS3.i1-Q4_1.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:878aed0e31a432f9359d8e414c3a2f2767d9ec6a4a9111551079ec4f8d90c05b +size 1162701856 diff --git a/Open-RS3.i1-Q4_K_M.gguf b/Open-RS3.i1-Q4_K_M.gguf new file mode 100644 index 0000000..2bb7125 --- /dev/null +++ b/Open-RS3.i1-Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d36756fc250fe6c122cf584e02eee4998ad8266c2a29f79c457558b895477a6f +size 1117322272 diff --git a/Open-RS3.i1-Q4_K_S.gguf b/Open-RS3.i1-Q4_K_S.gguf new file mode 100644 index 0000000..1f9a69c --- /dev/null +++ b/Open-RS3.i1-Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cbae2a90b1b96f4f1e53d571a06a00c7d30570c5ed77c2261bb382cf6eafe06 +size 1071586336 diff --git a/Open-RS3.i1-Q5_K_M.gguf b/Open-RS3.i1-Q5_K_M.gguf new file mode 100644 index 0000000..036b6a8 --- /dev/null +++ b/Open-RS3.i1-Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d62dedfa2c927137c5d71f01e8fe5555df2989c7ff7897fdfb0ca131d12864a +size 1285495840 diff --git a/Open-RS3.i1-Q5_K_S.gguf b/Open-RS3.i1-Q5_K_S.gguf new file mode 100644 index 0000000..6ea894d --- /dev/null +++ b/Open-RS3.i1-Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5980215716f9b8e2930439c1cb2b3b7360d9d4280bc2f614959aa39165254664 +size 1259174944 diff --git a/Open-RS3.i1-Q6_K.gguf b/Open-RS3.i1-Q6_K.gguf new file mode 100644 index 0000000..79c5774 --- /dev/null +++ b/Open-RS3.i1-Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5d165d7564e85cbbda1e11de80ed18d3d7ee394cb74f120735928148943178a +size 1464180256 diff --git a/README.md b/README.md new file mode 100644 index 0000000..95ff473 --- /dev/null +++ b/README.md @@ -0,0 +1,80 @@ +--- +base_model: knoveleng/Open-RS3 +datasets: +- knoveleng/open-rs +- knoveleng/open-s1 +- knoveleng/open-deepscaler +language: +- en +library_name: transformers +license: mit +quantized_by: mradermacher +--- +## About + + + + + + +weighted/imatrix quants of https://huggingface.co/knoveleng/Open-RS3 + + +static quants are available at https://huggingface.co/mradermacher/Open-RS3-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/Open-RS3-i1-GGUF/resolve/main/Open-RS3.i1-IQ1_S.gguf) | i1-IQ1_S | 0.6 | for the desperate | +| [GGUF](https://huggingface.co/mradermacher/Open-RS3-i1-GGUF/resolve/main/Open-RS3.i1-IQ1_M.gguf) | i1-IQ1_M | 0.6 | mostly desperate | +| [GGUF](https://huggingface.co/mradermacher/Open-RS3-i1-GGUF/resolve/main/Open-RS3.i1-IQ2_XXS.gguf) | i1-IQ2_XXS | 0.7 | | +| [GGUF](https://huggingface.co/mradermacher/Open-RS3-i1-GGUF/resolve/main/Open-RS3.i1-IQ2_XS.gguf) | i1-IQ2_XS | 0.7 | | +| [GGUF](https://huggingface.co/mradermacher/Open-RS3-i1-GGUF/resolve/main/Open-RS3.i1-IQ2_S.gguf) | i1-IQ2_S | 0.8 | | +| [GGUF](https://huggingface.co/mradermacher/Open-RS3-i1-GGUF/resolve/main/Open-RS3.i1-IQ2_M.gguf) | i1-IQ2_M | 0.8 | | +| [GGUF](https://huggingface.co/mradermacher/Open-RS3-i1-GGUF/resolve/main/Open-RS3.i1-Q2_K_S.gguf) | i1-Q2_K_S | 0.8 | very low quality | +| [GGUF](https://huggingface.co/mradermacher/Open-RS3-i1-GGUF/resolve/main/Open-RS3.i1-Q2_K.gguf) | i1-Q2_K | 0.9 | IQ3_XXS probably better | +| [GGUF](https://huggingface.co/mradermacher/Open-RS3-i1-GGUF/resolve/main/Open-RS3.i1-IQ3_XXS.gguf) | i1-IQ3_XXS | 0.9 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/Open-RS3-i1-GGUF/resolve/main/Open-RS3.i1-IQ3_XS.gguf) | i1-IQ3_XS | 0.9 | | +| [GGUF](https://huggingface.co/mradermacher/Open-RS3-i1-GGUF/resolve/main/Open-RS3.i1-Q3_K_S.gguf) | i1-Q3_K_S | 1.0 | IQ3_XS probably better | +| [GGUF](https://huggingface.co/mradermacher/Open-RS3-i1-GGUF/resolve/main/Open-RS3.i1-IQ3_S.gguf) | i1-IQ3_S | 1.0 | beats Q3_K* | +| [GGUF](https://huggingface.co/mradermacher/Open-RS3-i1-GGUF/resolve/main/Open-RS3.i1-IQ3_M.gguf) | i1-IQ3_M | 1.0 | | +| [GGUF](https://huggingface.co/mradermacher/Open-RS3-i1-GGUF/resolve/main/Open-RS3.i1-Q3_K_M.gguf) | i1-Q3_K_M | 1.0 | IQ3_S probably better | +| [GGUF](https://huggingface.co/mradermacher/Open-RS3-i1-GGUF/resolve/main/Open-RS3.i1-Q3_K_L.gguf) | i1-Q3_K_L | 1.1 | IQ3_M probably better | +| [GGUF](https://huggingface.co/mradermacher/Open-RS3-i1-GGUF/resolve/main/Open-RS3.i1-IQ4_XS.gguf) | i1-IQ4_XS | 1.1 | | +| [GGUF](https://huggingface.co/mradermacher/Open-RS3-i1-GGUF/resolve/main/Open-RS3.i1-IQ4_NL.gguf) | i1-IQ4_NL | 1.2 | prefer IQ4_XS | +| [GGUF](https://huggingface.co/mradermacher/Open-RS3-i1-GGUF/resolve/main/Open-RS3.i1-Q4_0.gguf) | i1-Q4_0 | 1.2 | fast, low quality | +| [GGUF](https://huggingface.co/mradermacher/Open-RS3-i1-GGUF/resolve/main/Open-RS3.i1-Q4_K_S.gguf) | i1-Q4_K_S | 1.2 | optimal size/speed/quality | +| [GGUF](https://huggingface.co/mradermacher/Open-RS3-i1-GGUF/resolve/main/Open-RS3.i1-Q4_K_M.gguf) | i1-Q4_K_M | 1.2 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/Open-RS3-i1-GGUF/resolve/main/Open-RS3.i1-Q4_1.gguf) | i1-Q4_1 | 1.3 | | +| [GGUF](https://huggingface.co/mradermacher/Open-RS3-i1-GGUF/resolve/main/Open-RS3.i1-Q5_K_S.gguf) | i1-Q5_K_S | 1.4 | | +| [GGUF](https://huggingface.co/mradermacher/Open-RS3-i1-GGUF/resolve/main/Open-RS3.i1-Q5_K_M.gguf) | i1-Q5_K_M | 1.4 | | +| [GGUF](https://huggingface.co/mradermacher/Open-RS3-i1-GGUF/resolve/main/Open-RS3.i1-Q6_K.gguf) | i1-Q6_K | 1.6 | 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/imatrix.dat b/imatrix.dat new file mode 100644 index 0000000..4233ff2 --- /dev/null +++ b/imatrix.dat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1a2c5bff188ce8bea14311ed8e2b20adf73d0a1650a92ba70365a39712c925c +size 2042201