From 221b71c0f2485142857cc553d9d030e69e6426bb Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Thu, 30 Apr 2026 00:50:06 +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/Kyro-n1.1-3B-pytorch-i1-GGUF Source: Original Platform --- .gitattributes | 60 ++++++++++++++ Kyro-n1.1-3B-pytorch.i1-IQ1_M.gguf | 3 + Kyro-n1.1-3B-pytorch.i1-IQ1_S.gguf | 3 + Kyro-n1.1-3B-pytorch.i1-IQ2_M.gguf | 3 + Kyro-n1.1-3B-pytorch.i1-IQ2_S.gguf | 3 + Kyro-n1.1-3B-pytorch.i1-IQ2_XS.gguf | 3 + Kyro-n1.1-3B-pytorch.i1-IQ2_XXS.gguf | 3 + Kyro-n1.1-3B-pytorch.i1-IQ3_M.gguf | 3 + Kyro-n1.1-3B-pytorch.i1-IQ3_S.gguf | 3 + Kyro-n1.1-3B-pytorch.i1-IQ3_XS.gguf | 3 + Kyro-n1.1-3B-pytorch.i1-IQ3_XXS.gguf | 3 + Kyro-n1.1-3B-pytorch.i1-IQ4_NL.gguf | 3 + Kyro-n1.1-3B-pytorch.i1-IQ4_XS.gguf | 3 + Kyro-n1.1-3B-pytorch.i1-Q2_K.gguf | 3 + Kyro-n1.1-3B-pytorch.i1-Q2_K_S.gguf | 3 + Kyro-n1.1-3B-pytorch.i1-Q3_K_L.gguf | 3 + Kyro-n1.1-3B-pytorch.i1-Q3_K_M.gguf | 3 + Kyro-n1.1-3B-pytorch.i1-Q3_K_S.gguf | 3 + Kyro-n1.1-3B-pytorch.i1-Q4_0.gguf | 3 + Kyro-n1.1-3B-pytorch.i1-Q4_1.gguf | 3 + Kyro-n1.1-3B-pytorch.i1-Q4_K_M.gguf | 3 + Kyro-n1.1-3B-pytorch.i1-Q4_K_S.gguf | 3 + Kyro-n1.1-3B-pytorch.i1-Q5_K_M.gguf | 3 + Kyro-n1.1-3B-pytorch.i1-Q5_K_S.gguf | 3 + Kyro-n1.1-3B-pytorch.i1-Q6_K.gguf | 3 + README.md | 112 +++++++++++++++++++++++++++ imatrix.dat | 3 + 27 files changed, 247 insertions(+) create mode 100644 .gitattributes create mode 100644 Kyro-n1.1-3B-pytorch.i1-IQ1_M.gguf create mode 100644 Kyro-n1.1-3B-pytorch.i1-IQ1_S.gguf create mode 100644 Kyro-n1.1-3B-pytorch.i1-IQ2_M.gguf create mode 100644 Kyro-n1.1-3B-pytorch.i1-IQ2_S.gguf create mode 100644 Kyro-n1.1-3B-pytorch.i1-IQ2_XS.gguf create mode 100644 Kyro-n1.1-3B-pytorch.i1-IQ2_XXS.gguf create mode 100644 Kyro-n1.1-3B-pytorch.i1-IQ3_M.gguf create mode 100644 Kyro-n1.1-3B-pytorch.i1-IQ3_S.gguf create mode 100644 Kyro-n1.1-3B-pytorch.i1-IQ3_XS.gguf create mode 100644 Kyro-n1.1-3B-pytorch.i1-IQ3_XXS.gguf create mode 100644 Kyro-n1.1-3B-pytorch.i1-IQ4_NL.gguf create mode 100644 Kyro-n1.1-3B-pytorch.i1-IQ4_XS.gguf create mode 100644 Kyro-n1.1-3B-pytorch.i1-Q2_K.gguf create mode 100644 Kyro-n1.1-3B-pytorch.i1-Q2_K_S.gguf create mode 100644 Kyro-n1.1-3B-pytorch.i1-Q3_K_L.gguf create mode 100644 Kyro-n1.1-3B-pytorch.i1-Q3_K_M.gguf create mode 100644 Kyro-n1.1-3B-pytorch.i1-Q3_K_S.gguf create mode 100644 Kyro-n1.1-3B-pytorch.i1-Q4_0.gguf create mode 100644 Kyro-n1.1-3B-pytorch.i1-Q4_1.gguf create mode 100644 Kyro-n1.1-3B-pytorch.i1-Q4_K_M.gguf create mode 100644 Kyro-n1.1-3B-pytorch.i1-Q4_K_S.gguf create mode 100644 Kyro-n1.1-3B-pytorch.i1-Q5_K_M.gguf create mode 100644 Kyro-n1.1-3B-pytorch.i1-Q5_K_S.gguf create mode 100644 Kyro-n1.1-3B-pytorch.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..a4f4977 --- /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 +Kyro-n1.1-3B-pytorch.i1-IQ1_M.gguf filter=lfs diff=lfs merge=lfs -text +Kyro-n1.1-3B-pytorch.i1-IQ1_S.gguf filter=lfs diff=lfs merge=lfs -text +Kyro-n1.1-3B-pytorch.i1-IQ2_M.gguf filter=lfs diff=lfs merge=lfs -text +Kyro-n1.1-3B-pytorch.i1-IQ2_S.gguf filter=lfs diff=lfs merge=lfs -text +Kyro-n1.1-3B-pytorch.i1-IQ2_XS.gguf filter=lfs diff=lfs merge=lfs -text +Kyro-n1.1-3B-pytorch.i1-IQ2_XXS.gguf filter=lfs diff=lfs merge=lfs -text +Kyro-n1.1-3B-pytorch.i1-IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text +Kyro-n1.1-3B-pytorch.i1-IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text +Kyro-n1.1-3B-pytorch.i1-IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text +Kyro-n1.1-3B-pytorch.i1-IQ3_XXS.gguf filter=lfs diff=lfs merge=lfs -text +Kyro-n1.1-3B-pytorch.i1-IQ4_NL.gguf filter=lfs diff=lfs merge=lfs -text +Kyro-n1.1-3B-pytorch.i1-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +Kyro-n1.1-3B-pytorch.i1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +Kyro-n1.1-3B-pytorch.i1-Q2_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Kyro-n1.1-3B-pytorch.i1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +Kyro-n1.1-3B-pytorch.i1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Kyro-n1.1-3B-pytorch.i1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Kyro-n1.1-3B-pytorch.i1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text +Kyro-n1.1-3B-pytorch.i1-Q4_1.gguf filter=lfs diff=lfs merge=lfs -text +Kyro-n1.1-3B-pytorch.i1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Kyro-n1.1-3B-pytorch.i1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Kyro-n1.1-3B-pytorch.i1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Kyro-n1.1-3B-pytorch.i1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Kyro-n1.1-3B-pytorch.i1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/Kyro-n1.1-3B-pytorch.i1-IQ1_M.gguf b/Kyro-n1.1-3B-pytorch.i1-IQ1_M.gguf new file mode 100644 index 0000000..ba7fbdd --- /dev/null +++ b/Kyro-n1.1-3B-pytorch.i1-IQ1_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:011f194a58b963b6d1538576e963f32acea99226d927cdde59de9670509b6c48 +size 850028512 diff --git a/Kyro-n1.1-3B-pytorch.i1-IQ1_S.gguf b/Kyro-n1.1-3B-pytorch.i1-IQ1_S.gguf new file mode 100644 index 0000000..3887aca --- /dev/null +++ b/Kyro-n1.1-3B-pytorch.i1-IQ1_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f44de1e36b6a0a0c27f6b5ffd8c6b4e343079e4029ec046bde0a4f002bb3332 +size 791095264 diff --git a/Kyro-n1.1-3B-pytorch.i1-IQ2_M.gguf b/Kyro-n1.1-3B-pytorch.i1-IQ2_M.gguf new file mode 100644 index 0000000..9aa3dd0 --- /dev/null +++ b/Kyro-n1.1-3B-pytorch.i1-IQ2_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10176608c30a61741c0067919d1316449a3792fb24acdb7ae63ee6078937b4a2 +size 1140516832 diff --git a/Kyro-n1.1-3B-pytorch.i1-IQ2_S.gguf b/Kyro-n1.1-3B-pytorch.i1-IQ2_S.gguf new file mode 100644 index 0000000..3633f19 --- /dev/null +++ b/Kyro-n1.1-3B-pytorch.i1-IQ2_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58819a351f28aca298391b78002b3581b57722e478a034576b5de283f420bd63 +size 1061939168 diff --git a/Kyro-n1.1-3B-pytorch.i1-IQ2_XS.gguf b/Kyro-n1.1-3B-pytorch.i1-IQ2_XS.gguf new file mode 100644 index 0000000..7137838 --- /dev/null +++ b/Kyro-n1.1-3B-pytorch.i1-IQ2_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c08cba3731e003e30fd9c20e51ca46d56d869bbdad0861b42727573768472626 +size 1031546848 diff --git a/Kyro-n1.1-3B-pytorch.i1-IQ2_XXS.gguf b/Kyro-n1.1-3B-pytorch.i1-IQ2_XXS.gguf new file mode 100644 index 0000000..ab605f1 --- /dev/null +++ b/Kyro-n1.1-3B-pytorch.i1-IQ2_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8137d88b0b96376601278923bb94dd4c4c89dda59245228bbf1c907c50c2bdf +size 948250592 diff --git a/Kyro-n1.1-3B-pytorch.i1-IQ3_M.gguf b/Kyro-n1.1-3B-pytorch.i1-IQ3_M.gguf new file mode 100644 index 0000000..f1bfd67 --- /dev/null +++ b/Kyro-n1.1-3B-pytorch.i1-IQ3_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7764c0e073708257015f803a1aa6e94663a6450de3d16958113ae32774f724f +size 1488895968 diff --git a/Kyro-n1.1-3B-pytorch.i1-IQ3_S.gguf b/Kyro-n1.1-3B-pytorch.i1-IQ3_S.gguf new file mode 100644 index 0000000..80b3dc8 --- /dev/null +++ b/Kyro-n1.1-3B-pytorch.i1-IQ3_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:597d67c0a24f65cdc50600cabbcb6a01cdc7bbb4f03694c40d0e4e42ce800bd8 +size 1456865248 diff --git a/Kyro-n1.1-3B-pytorch.i1-IQ3_XS.gguf b/Kyro-n1.1-3B-pytorch.i1-IQ3_XS.gguf new file mode 100644 index 0000000..57edeb4 --- /dev/null +++ b/Kyro-n1.1-3B-pytorch.i1-IQ3_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ccc97427de0e1475f3faaa6fcb42cec25a8314305d6fb44c2506b3f0f95bf6f +size 1391837152 diff --git a/Kyro-n1.1-3B-pytorch.i1-IQ3_XXS.gguf b/Kyro-n1.1-3B-pytorch.i1-IQ3_XXS.gguf new file mode 100644 index 0000000..3bdfdc5 --- /dev/null +++ b/Kyro-n1.1-3B-pytorch.i1-IQ3_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e4f4a99203bc90727cc3b008b8074b4fbb95d63fe115cc5ee39505d74800bb4 +size 1282828256 diff --git a/Kyro-n1.1-3B-pytorch.i1-IQ4_NL.gguf b/Kyro-n1.1-3B-pytorch.i1-IQ4_NL.gguf new file mode 100644 index 0000000..247dcf9 --- /dev/null +++ b/Kyro-n1.1-3B-pytorch.i1-IQ4_NL.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13e4e5ee3230fd084e13ad3c3e7402751b0eb43e3658e8b3153e008e61343e88 +size 1825210336 diff --git a/Kyro-n1.1-3B-pytorch.i1-IQ4_XS.gguf b/Kyro-n1.1-3B-pytorch.i1-IQ4_XS.gguf new file mode 100644 index 0000000..a505007 --- /dev/null +++ b/Kyro-n1.1-3B-pytorch.i1-IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00bf61bac93a18cf267d6ec1341d2d88d4864f32fd51fb758b4872e7a487ac90 +size 1739096032 diff --git a/Kyro-n1.1-3B-pytorch.i1-Q2_K.gguf b/Kyro-n1.1-3B-pytorch.i1-Q2_K.gguf new file mode 100644 index 0000000..519bf96 --- /dev/null +++ b/Kyro-n1.1-3B-pytorch.i1-Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ab1721409397f5539c3dec650f61c77110ee493f9b73f8687391366cfa9707d +size 1274757088 diff --git a/Kyro-n1.1-3B-pytorch.i1-Q2_K_S.gguf b/Kyro-n1.1-3B-pytorch.i1-Q2_K_S.gguf new file mode 100644 index 0000000..8f69da3 --- /dev/null +++ b/Kyro-n1.1-3B-pytorch.i1-Q2_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:774d06c7fc4ff9cf4a65e94f9fe356d9cdab9ce9e4f79566641a5f7c3f4ec50f +size 1198129120 diff --git a/Kyro-n1.1-3B-pytorch.i1-Q3_K_L.gguf b/Kyro-n1.1-3B-pytorch.i1-Q3_K_L.gguf new file mode 100644 index 0000000..e94f9a1 --- /dev/null +++ b/Kyro-n1.1-3B-pytorch.i1-Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9a42b156809dc56db74bc288e4d328b33fa92182728a1e313fc919ab834342b +size 1707392992 diff --git a/Kyro-n1.1-3B-pytorch.i1-Q3_K_M.gguf b/Kyro-n1.1-3B-pytorch.i1-Q3_K_M.gguf new file mode 100644 index 0000000..be0b2d6 --- /dev/null +++ b/Kyro-n1.1-3B-pytorch.i1-Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfb63e515fd5f424fe294e69b8af5d69afc6051d7a7a00c76928e5856e4659d5 +size 1590476768 diff --git a/Kyro-n1.1-3B-pytorch.i1-Q3_K_S.gguf b/Kyro-n1.1-3B-pytorch.i1-Q3_K_S.gguf new file mode 100644 index 0000000..22f81b6 --- /dev/null +++ b/Kyro-n1.1-3B-pytorch.i1-Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd14397d646f35ded901e8b9fe06fa189c07d248433db0e89fc245b9a3c4c7a8 +size 1454358496 diff --git a/Kyro-n1.1-3B-pytorch.i1-Q4_0.gguf b/Kyro-n1.1-3B-pytorch.i1-Q4_0.gguf new file mode 100644 index 0000000..6a59dca --- /dev/null +++ b/Kyro-n1.1-3B-pytorch.i1-Q4_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a29f0b3c348d929775b8d5c9a5f2edb76283eae4ddbf5a2a64887660453d34ae +size 1828487136 diff --git a/Kyro-n1.1-3B-pytorch.i1-Q4_1.gguf b/Kyro-n1.1-3B-pytorch.i1-Q4_1.gguf new file mode 100644 index 0000000..e413cdf --- /dev/null +++ b/Kyro-n1.1-3B-pytorch.i1-Q4_1.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:def70b4fd7ae814a0b45ac9ffe80153ff67773fd22993e4251d27097e660df62 +size 1996259296 diff --git a/Kyro-n1.1-3B-pytorch.i1-Q4_K_M.gguf b/Kyro-n1.1-3B-pytorch.i1-Q4_K_M.gguf new file mode 100644 index 0000000..7251ec9 --- /dev/null +++ b/Kyro-n1.1-3B-pytorch.i1-Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a83ffbfbacb9baba01ac1a813c4e7d9967b3766353802ba522eec1bc0e4468f +size 1929904096 diff --git a/Kyro-n1.1-3B-pytorch.i1-Q4_K_S.gguf b/Kyro-n1.1-3B-pytorch.i1-Q4_K_S.gguf new file mode 100644 index 0000000..49afa84 --- /dev/null +++ b/Kyro-n1.1-3B-pytorch.i1-Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac3781d17f5bdf12e71d0a9a3e30a138e1c3b8eed101758c83e12023ba93c91b +size 1834385376 diff --git a/Kyro-n1.1-3B-pytorch.i1-Q5_K_M.gguf b/Kyro-n1.1-3B-pytorch.i1-Q5_K_M.gguf new file mode 100644 index 0000000..30f0f71 --- /dev/null +++ b/Kyro-n1.1-3B-pytorch.i1-Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3959f871a2506a18317025fb9cede94b584e635aeee2c113595f3dc65ec34303 +size 2224816096 diff --git a/Kyro-n1.1-3B-pytorch.i1-Q5_K_S.gguf b/Kyro-n1.1-3B-pytorch.i1-Q5_K_S.gguf new file mode 100644 index 0000000..79973ba --- /dev/null +++ b/Kyro-n1.1-3B-pytorch.i1-Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:284367937077527eca42c645d8665c4529ac6e72916a529f5ede6085e4955180 +size 2169667552 diff --git a/Kyro-n1.1-3B-pytorch.i1-Q6_K.gguf b/Kyro-n1.1-3B-pytorch.i1-Q6_K.gguf new file mode 100644 index 0000000..1341ea1 --- /dev/null +++ b/Kyro-n1.1-3B-pytorch.i1-Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:299fac4f26eddeb5911f8142a57beb8a2604b4c3c4f893495ba16f04015160f0 +size 2538160096 diff --git a/README.md b/README.md new file mode 100644 index 0000000..1717e78 --- /dev/null +++ b/README.md @@ -0,0 +1,112 @@ +--- +base_model: open-neo/Kyro-n1.1-3B-pytorch +language: +- en +- zh +- fr +- es +- pt +- de +- it +- ru +- ja +- ko +- vi +- th +- ar +- fa +- he +- tr +- cs +- pl +- hi +- bn +- ur +- id +- ms +- lo +- my +- ceb +- km +- tl +- nl +library_name: transformers +license: other +license_link: https://huggingface.co/Qwen/Qwen2.5-3B-Instruct/blob/main/LICENSE +license_name: qwen-research +quantized_by: mradermacher +tags: +- reasoning +- kyro +- open-neo +- open-source +- deepseek-r1 +--- +## About + + + + + + +weighted/imatrix quants of https://huggingface.co/open-neo/Kyro-n1.1-3B-pytorch + + +static quants are available at https://huggingface.co/mradermacher/Kyro-n1.1-3B-pytorch-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/Kyro-n1.1-3B-pytorch-i1-GGUF/resolve/main/Kyro-n1.1-3B-pytorch.i1-IQ1_S.gguf) | i1-IQ1_S | 0.9 | for the desperate | +| [GGUF](https://huggingface.co/mradermacher/Kyro-n1.1-3B-pytorch-i1-GGUF/resolve/main/Kyro-n1.1-3B-pytorch.i1-IQ1_M.gguf) | i1-IQ1_M | 1.0 | mostly desperate | +| [GGUF](https://huggingface.co/mradermacher/Kyro-n1.1-3B-pytorch-i1-GGUF/resolve/main/Kyro-n1.1-3B-pytorch.i1-IQ2_XXS.gguf) | i1-IQ2_XXS | 1.0 | | +| [GGUF](https://huggingface.co/mradermacher/Kyro-n1.1-3B-pytorch-i1-GGUF/resolve/main/Kyro-n1.1-3B-pytorch.i1-IQ2_XS.gguf) | i1-IQ2_XS | 1.1 | | +| [GGUF](https://huggingface.co/mradermacher/Kyro-n1.1-3B-pytorch-i1-GGUF/resolve/main/Kyro-n1.1-3B-pytorch.i1-IQ2_S.gguf) | i1-IQ2_S | 1.2 | | +| [GGUF](https://huggingface.co/mradermacher/Kyro-n1.1-3B-pytorch-i1-GGUF/resolve/main/Kyro-n1.1-3B-pytorch.i1-IQ2_M.gguf) | i1-IQ2_M | 1.2 | | +| [GGUF](https://huggingface.co/mradermacher/Kyro-n1.1-3B-pytorch-i1-GGUF/resolve/main/Kyro-n1.1-3B-pytorch.i1-Q2_K_S.gguf) | i1-Q2_K_S | 1.3 | very low quality | +| [GGUF](https://huggingface.co/mradermacher/Kyro-n1.1-3B-pytorch-i1-GGUF/resolve/main/Kyro-n1.1-3B-pytorch.i1-Q2_K.gguf) | i1-Q2_K | 1.4 | IQ3_XXS probably better | +| [GGUF](https://huggingface.co/mradermacher/Kyro-n1.1-3B-pytorch-i1-GGUF/resolve/main/Kyro-n1.1-3B-pytorch.i1-IQ3_XXS.gguf) | i1-IQ3_XXS | 1.4 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/Kyro-n1.1-3B-pytorch-i1-GGUF/resolve/main/Kyro-n1.1-3B-pytorch.i1-IQ3_XS.gguf) | i1-IQ3_XS | 1.5 | | +| [GGUF](https://huggingface.co/mradermacher/Kyro-n1.1-3B-pytorch-i1-GGUF/resolve/main/Kyro-n1.1-3B-pytorch.i1-Q3_K_S.gguf) | i1-Q3_K_S | 1.6 | IQ3_XS probably better | +| [GGUF](https://huggingface.co/mradermacher/Kyro-n1.1-3B-pytorch-i1-GGUF/resolve/main/Kyro-n1.1-3B-pytorch.i1-IQ3_S.gguf) | i1-IQ3_S | 1.6 | beats Q3_K* | +| [GGUF](https://huggingface.co/mradermacher/Kyro-n1.1-3B-pytorch-i1-GGUF/resolve/main/Kyro-n1.1-3B-pytorch.i1-IQ3_M.gguf) | i1-IQ3_M | 1.6 | | +| [GGUF](https://huggingface.co/mradermacher/Kyro-n1.1-3B-pytorch-i1-GGUF/resolve/main/Kyro-n1.1-3B-pytorch.i1-Q3_K_M.gguf) | i1-Q3_K_M | 1.7 | IQ3_S probably better | +| [GGUF](https://huggingface.co/mradermacher/Kyro-n1.1-3B-pytorch-i1-GGUF/resolve/main/Kyro-n1.1-3B-pytorch.i1-Q3_K_L.gguf) | i1-Q3_K_L | 1.8 | IQ3_M probably better | +| [GGUF](https://huggingface.co/mradermacher/Kyro-n1.1-3B-pytorch-i1-GGUF/resolve/main/Kyro-n1.1-3B-pytorch.i1-IQ4_XS.gguf) | i1-IQ4_XS | 1.8 | | +| [GGUF](https://huggingface.co/mradermacher/Kyro-n1.1-3B-pytorch-i1-GGUF/resolve/main/Kyro-n1.1-3B-pytorch.i1-IQ4_NL.gguf) | i1-IQ4_NL | 1.9 | prefer IQ4_XS | +| [GGUF](https://huggingface.co/mradermacher/Kyro-n1.1-3B-pytorch-i1-GGUF/resolve/main/Kyro-n1.1-3B-pytorch.i1-Q4_0.gguf) | i1-Q4_0 | 1.9 | fast, low quality | +| [GGUF](https://huggingface.co/mradermacher/Kyro-n1.1-3B-pytorch-i1-GGUF/resolve/main/Kyro-n1.1-3B-pytorch.i1-Q4_K_S.gguf) | i1-Q4_K_S | 1.9 | optimal size/speed/quality | +| [GGUF](https://huggingface.co/mradermacher/Kyro-n1.1-3B-pytorch-i1-GGUF/resolve/main/Kyro-n1.1-3B-pytorch.i1-Q4_K_M.gguf) | i1-Q4_K_M | 2.0 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/Kyro-n1.1-3B-pytorch-i1-GGUF/resolve/main/Kyro-n1.1-3B-pytorch.i1-Q4_1.gguf) | i1-Q4_1 | 2.1 | | +| [GGUF](https://huggingface.co/mradermacher/Kyro-n1.1-3B-pytorch-i1-GGUF/resolve/main/Kyro-n1.1-3B-pytorch.i1-Q5_K_S.gguf) | i1-Q5_K_S | 2.3 | | +| [GGUF](https://huggingface.co/mradermacher/Kyro-n1.1-3B-pytorch-i1-GGUF/resolve/main/Kyro-n1.1-3B-pytorch.i1-Q5_K_M.gguf) | i1-Q5_K_M | 2.3 | | +| [GGUF](https://huggingface.co/mradermacher/Kyro-n1.1-3B-pytorch-i1-GGUF/resolve/main/Kyro-n1.1-3B-pytorch.i1-Q6_K.gguf) | i1-Q6_K | 2.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..99814fe --- /dev/null +++ b/imatrix.dat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c706555b07ab04129d6b5d8f414211620bf3512cd24c3f8655a446a245b9180 +size 3362977