From e5aa288a7178374eaef274d2e839f14f827a0633 Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Fri, 8 May 2026 17:16:07 +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/Aian-14B-Instruct-21-10-2025-i1-GGUF Source: Original Platform --- .gitattributes | 60 ++++++++++++++ Aian-14B-Instruct-21-10-2025.i1-IQ1_M.gguf | 3 + Aian-14B-Instruct-21-10-2025.i1-IQ1_S.gguf | 3 + Aian-14B-Instruct-21-10-2025.i1-IQ2_M.gguf | 3 + Aian-14B-Instruct-21-10-2025.i1-IQ2_S.gguf | 3 + Aian-14B-Instruct-21-10-2025.i1-IQ2_XS.gguf | 3 + Aian-14B-Instruct-21-10-2025.i1-IQ2_XXS.gguf | 3 + Aian-14B-Instruct-21-10-2025.i1-IQ3_M.gguf | 3 + Aian-14B-Instruct-21-10-2025.i1-IQ3_S.gguf | 3 + Aian-14B-Instruct-21-10-2025.i1-IQ3_XS.gguf | 3 + Aian-14B-Instruct-21-10-2025.i1-IQ3_XXS.gguf | 3 + Aian-14B-Instruct-21-10-2025.i1-IQ4_NL.gguf | 3 + Aian-14B-Instruct-21-10-2025.i1-IQ4_XS.gguf | 3 + Aian-14B-Instruct-21-10-2025.i1-Q2_K.gguf | 3 + Aian-14B-Instruct-21-10-2025.i1-Q2_K_S.gguf | 3 + Aian-14B-Instruct-21-10-2025.i1-Q3_K_L.gguf | 3 + Aian-14B-Instruct-21-10-2025.i1-Q3_K_M.gguf | 3 + Aian-14B-Instruct-21-10-2025.i1-Q3_K_S.gguf | 3 + Aian-14B-Instruct-21-10-2025.i1-Q4_0.gguf | 3 + Aian-14B-Instruct-21-10-2025.i1-Q4_1.gguf | 3 + Aian-14B-Instruct-21-10-2025.i1-Q4_K_M.gguf | 3 + Aian-14B-Instruct-21-10-2025.i1-Q4_K_S.gguf | 3 + Aian-14B-Instruct-21-10-2025.i1-Q5_K_M.gguf | 3 + Aian-14B-Instruct-21-10-2025.i1-Q5_K_S.gguf | 3 + Aian-14B-Instruct-21-10-2025.i1-Q6_K.gguf | 3 + Aian-14B-Instruct-21-10-2025.imatrix.gguf | 3 + README.md | 84 ++++++++++++++++++++ 27 files changed, 219 insertions(+) create mode 100644 .gitattributes create mode 100644 Aian-14B-Instruct-21-10-2025.i1-IQ1_M.gguf create mode 100644 Aian-14B-Instruct-21-10-2025.i1-IQ1_S.gguf create mode 100644 Aian-14B-Instruct-21-10-2025.i1-IQ2_M.gguf create mode 100644 Aian-14B-Instruct-21-10-2025.i1-IQ2_S.gguf create mode 100644 Aian-14B-Instruct-21-10-2025.i1-IQ2_XS.gguf create mode 100644 Aian-14B-Instruct-21-10-2025.i1-IQ2_XXS.gguf create mode 100644 Aian-14B-Instruct-21-10-2025.i1-IQ3_M.gguf create mode 100644 Aian-14B-Instruct-21-10-2025.i1-IQ3_S.gguf create mode 100644 Aian-14B-Instruct-21-10-2025.i1-IQ3_XS.gguf create mode 100644 Aian-14B-Instruct-21-10-2025.i1-IQ3_XXS.gguf create mode 100644 Aian-14B-Instruct-21-10-2025.i1-IQ4_NL.gguf create mode 100644 Aian-14B-Instruct-21-10-2025.i1-IQ4_XS.gguf create mode 100644 Aian-14B-Instruct-21-10-2025.i1-Q2_K.gguf create mode 100644 Aian-14B-Instruct-21-10-2025.i1-Q2_K_S.gguf create mode 100644 Aian-14B-Instruct-21-10-2025.i1-Q3_K_L.gguf create mode 100644 Aian-14B-Instruct-21-10-2025.i1-Q3_K_M.gguf create mode 100644 Aian-14B-Instruct-21-10-2025.i1-Q3_K_S.gguf create mode 100644 Aian-14B-Instruct-21-10-2025.i1-Q4_0.gguf create mode 100644 Aian-14B-Instruct-21-10-2025.i1-Q4_1.gguf create mode 100644 Aian-14B-Instruct-21-10-2025.i1-Q4_K_M.gguf create mode 100644 Aian-14B-Instruct-21-10-2025.i1-Q4_K_S.gguf create mode 100644 Aian-14B-Instruct-21-10-2025.i1-Q5_K_M.gguf create mode 100644 Aian-14B-Instruct-21-10-2025.i1-Q5_K_S.gguf create mode 100644 Aian-14B-Instruct-21-10-2025.i1-Q6_K.gguf create mode 100644 Aian-14B-Instruct-21-10-2025.imatrix.gguf create mode 100644 README.md diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..3b2e4bf --- /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 +Aian-14B-Instruct-21-10-2025.imatrix.gguf filter=lfs diff=lfs merge=lfs -text +Aian-14B-Instruct-21-10-2025.i1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +Aian-14B-Instruct-21-10-2025.i1-IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text +Aian-14B-Instruct-21-10-2025.i1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Aian-14B-Instruct-21-10-2025.i1-IQ3_XXS.gguf filter=lfs diff=lfs merge=lfs -text +Aian-14B-Instruct-21-10-2025.i1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Aian-14B-Instruct-21-10-2025.i1-IQ4_NL.gguf filter=lfs diff=lfs merge=lfs -text +Aian-14B-Instruct-21-10-2025.i1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Aian-14B-Instruct-21-10-2025.i1-IQ2_M.gguf filter=lfs diff=lfs merge=lfs -text +Aian-14B-Instruct-21-10-2025.i1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +Aian-14B-Instruct-21-10-2025.i1-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +Aian-14B-Instruct-21-10-2025.i1-Q2_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Aian-14B-Instruct-21-10-2025.i1-IQ1_M.gguf filter=lfs diff=lfs merge=lfs -text +Aian-14B-Instruct-21-10-2025.i1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Aian-14B-Instruct-21-10-2025.i1-IQ2_XXS.gguf filter=lfs diff=lfs merge=lfs -text +Aian-14B-Instruct-21-10-2025.i1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +Aian-14B-Instruct-21-10-2025.i1-IQ2_XS.gguf filter=lfs diff=lfs merge=lfs -text +Aian-14B-Instruct-21-10-2025.i1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Aian-14B-Instruct-21-10-2025.i1-IQ2_S.gguf filter=lfs diff=lfs merge=lfs -text +Aian-14B-Instruct-21-10-2025.i1-IQ1_S.gguf filter=lfs diff=lfs merge=lfs -text +Aian-14B-Instruct-21-10-2025.i1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Aian-14B-Instruct-21-10-2025.i1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text +Aian-14B-Instruct-21-10-2025.i1-IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text +Aian-14B-Instruct-21-10-2025.i1-Q4_1.gguf filter=lfs diff=lfs merge=lfs -text +Aian-14B-Instruct-21-10-2025.i1-IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/Aian-14B-Instruct-21-10-2025.i1-IQ1_M.gguf b/Aian-14B-Instruct-21-10-2025.i1-IQ1_M.gguf new file mode 100644 index 0000000..f1d01e2 --- /dev/null +++ b/Aian-14B-Instruct-21-10-2025.i1-IQ1_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68735aac6289dcde446605ba3e78b388648160b7e7b358e4c826bdcab724df33 +size 3849656448 diff --git a/Aian-14B-Instruct-21-10-2025.i1-IQ1_S.gguf b/Aian-14B-Instruct-21-10-2025.i1-IQ1_S.gguf new file mode 100644 index 0000000..56fe10d --- /dev/null +++ b/Aian-14B-Instruct-21-10-2025.i1-IQ1_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2285b0ed689fd17ad4dc4ae71531041f7568bcf16f1e0bb1897a40f88857a425 +size 3579934848 diff --git a/Aian-14B-Instruct-21-10-2025.i1-IQ2_M.gguf b/Aian-14B-Instruct-21-10-2025.i1-IQ2_M.gguf new file mode 100644 index 0000000..2a1ff5f --- /dev/null +++ b/Aian-14B-Instruct-21-10-2025.i1-IQ2_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5ac85731950b49f04be5ab74b5fec60610329adeb1c9379d967c6eae11dd136 +size 5322941568 diff --git a/Aian-14B-Instruct-21-10-2025.i1-IQ2_S.gguf b/Aian-14B-Instruct-21-10-2025.i1-IQ2_S.gguf new file mode 100644 index 0000000..6798f02 --- /dev/null +++ b/Aian-14B-Instruct-21-10-2025.i1-IQ2_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd3508c7c95fa7d8bdc5853aa58012c02e87283bda74259d3f13420463f96ac1 +size 4963312768 diff --git a/Aian-14B-Instruct-21-10-2025.i1-IQ2_XS.gguf b/Aian-14B-Instruct-21-10-2025.i1-IQ2_XS.gguf new file mode 100644 index 0000000..b9d4590 --- /dev/null +++ b/Aian-14B-Instruct-21-10-2025.i1-IQ2_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfb9de9f0b595a33e16738c7da9f859460c851271a291672446106e1b84c9624 +size 4691589248 diff --git a/Aian-14B-Instruct-21-10-2025.i1-IQ2_XXS.gguf b/Aian-14B-Instruct-21-10-2025.i1-IQ2_XXS.gguf new file mode 100644 index 0000000..eb15349 --- /dev/null +++ b/Aian-14B-Instruct-21-10-2025.i1-IQ2_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8932056b469915598eab0c3de9d932febedbfb200bcb40dc2551cdf3b913fd51 +size 4299192448 diff --git a/Aian-14B-Instruct-21-10-2025.i1-IQ3_M.gguf b/Aian-14B-Instruct-21-10-2025.i1-IQ3_M.gguf new file mode 100644 index 0000000..0493f25 --- /dev/null +++ b/Aian-14B-Instruct-21-10-2025.i1-IQ3_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6cb48298502f57a400b70b5a8d2b197904e549ce805ca62480a4fe908ac0903 +size 6883410048 diff --git a/Aian-14B-Instruct-21-10-2025.i1-IQ3_S.gguf b/Aian-14B-Instruct-21-10-2025.i1-IQ3_S.gguf new file mode 100644 index 0000000..5d00da8 --- /dev/null +++ b/Aian-14B-Instruct-21-10-2025.i1-IQ3_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:707319797d258ec1b6d655fdccca46b8cff69ced7b8c61086a383347a3cb879a +size 6684958848 diff --git a/Aian-14B-Instruct-21-10-2025.i1-IQ3_XS.gguf b/Aian-14B-Instruct-21-10-2025.i1-IQ3_XS.gguf new file mode 100644 index 0000000..7d6e26a --- /dev/null +++ b/Aian-14B-Instruct-21-10-2025.i1-IQ3_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f454838a14e266f9caf8fcb9b838d75493a70e45b2e74fbd5afcacfba94b1e39 +size 6375301248 diff --git a/Aian-14B-Instruct-21-10-2025.i1-IQ3_XXS.gguf b/Aian-14B-Instruct-21-10-2025.i1-IQ3_XXS.gguf new file mode 100644 index 0000000..6b56e3e --- /dev/null +++ b/Aian-14B-Instruct-21-10-2025.i1-IQ3_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bac24487493bf9d1b869b7cd0253cf26faf474c5824a1ce27ac51192a49376e8 +size 5942666368 diff --git a/Aian-14B-Instruct-21-10-2025.i1-IQ4_NL.gguf b/Aian-14B-Instruct-21-10-2025.i1-IQ4_NL.gguf new file mode 100644 index 0000000..4093a4a --- /dev/null +++ b/Aian-14B-Instruct-21-10-2025.i1-IQ4_NL.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3beea1f0fbf82f965e636d3a70213479847fc04544bcc9035ac84a5a4774b0c +size 8541363328 diff --git a/Aian-14B-Instruct-21-10-2025.i1-IQ4_XS.gguf b/Aian-14B-Instruct-21-10-2025.i1-IQ4_XS.gguf new file mode 100644 index 0000000..d5828fe --- /dev/null +++ b/Aian-14B-Instruct-21-10-2025.i1-IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97fa6d6606b703ef05380ebc46926f1cad8fc5cb62b2163981bc2402133ade59 +size 8110730368 diff --git a/Aian-14B-Instruct-21-10-2025.i1-Q2_K.gguf b/Aian-14B-Instruct-21-10-2025.i1-Q2_K.gguf new file mode 100644 index 0000000..5842ac7 --- /dev/null +++ b/Aian-14B-Instruct-21-10-2025.i1-Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7b9b87b38dd9938e398a287b3e78000ccf73d5ce2bd05c104ad33944c24b353 +size 5753984128 diff --git a/Aian-14B-Instruct-21-10-2025.i1-Q2_K_S.gguf b/Aian-14B-Instruct-21-10-2025.i1-Q2_K_S.gguf new file mode 100644 index 0000000..d2c16a3 --- /dev/null +++ b/Aian-14B-Instruct-21-10-2025.i1-Q2_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9d646dcbbb5e3f57e9e33dd583f371ab2ea9316acc6a90a146f029b911e1953 +size 5389849728 diff --git a/Aian-14B-Instruct-21-10-2025.i1-Q3_K_L.gguf b/Aian-14B-Instruct-21-10-2025.i1-Q3_K_L.gguf new file mode 100644 index 0000000..c8a276d --- /dev/null +++ b/Aian-14B-Instruct-21-10-2025.i1-Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:016af44422676927686e613a8ceaff1bb5b3c7cb1631364f90262b921fe3bfa9 +size 7900651648 diff --git a/Aian-14B-Instruct-21-10-2025.i1-Q3_K_M.gguf b/Aian-14B-Instruct-21-10-2025.i1-Q3_K_M.gguf new file mode 100644 index 0000000..8927173 --- /dev/null +++ b/Aian-14B-Instruct-21-10-2025.i1-Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6741808e6d39ecfea74523e662ec53cdbcc2c98a8504a9f9eee2a001ceb781f2 +size 7321313408 diff --git a/Aian-14B-Instruct-21-10-2025.i1-Q3_K_S.gguf b/Aian-14B-Instruct-21-10-2025.i1-Q3_K_S.gguf new file mode 100644 index 0000000..0adefb9 --- /dev/null +++ b/Aian-14B-Instruct-21-10-2025.i1-Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa9fad2aa4d0d0b3060e6921107df4411abe874a0e305af08179e9e402cac3db +size 6657106048 diff --git a/Aian-14B-Instruct-21-10-2025.i1-Q4_0.gguf b/Aian-14B-Instruct-21-10-2025.i1-Q4_0.gguf new file mode 100644 index 0000000..933dbe5 --- /dev/null +++ b/Aian-14B-Instruct-21-10-2025.i1-Q4_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ddd19ebcdeb8e53e7f10d1e39a6f40aea8ebe3034dd48fdc0c022cf466f4aae +size 8543001728 diff --git a/Aian-14B-Instruct-21-10-2025.i1-Q4_1.gguf b/Aian-14B-Instruct-21-10-2025.i1-Q4_1.gguf new file mode 100644 index 0000000..ec087f3 --- /dev/null +++ b/Aian-14B-Instruct-21-10-2025.i1-Q4_1.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99672f0b2a70b73167aab8929a8eb6c42b263fbadc31d29a1a9845aa5536ca58 +size 9389522048 diff --git a/Aian-14B-Instruct-21-10-2025.i1-Q4_K_M.gguf b/Aian-14B-Instruct-21-10-2025.i1-Q4_K_M.gguf new file mode 100644 index 0000000..20e2c67 --- /dev/null +++ b/Aian-14B-Instruct-21-10-2025.i1-Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:380c3330d96e5427148370dd7e8448fa61999338efe733c3b3e633c8dcae90d2 +size 9001753728 diff --git a/Aian-14B-Instruct-21-10-2025.i1-Q4_K_S.gguf b/Aian-14B-Instruct-21-10-2025.i1-Q4_K_S.gguf new file mode 100644 index 0000000..680c370 --- /dev/null +++ b/Aian-14B-Instruct-21-10-2025.i1-Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7c01fcb82fec1b5a4f618e0327fbf505d75b14aedc804ce2875463a570b51c7 +size 8573475968 diff --git a/Aian-14B-Instruct-21-10-2025.i1-Q5_K_M.gguf b/Aian-14B-Instruct-21-10-2025.i1-Q5_K_M.gguf new file mode 100644 index 0000000..39e0e9f --- /dev/null +++ b/Aian-14B-Instruct-21-10-2025.i1-Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4f76b207f8d9267144e520060f05cf3561f7e4ef917f3736c127fa135e63eb4 +size 10514570368 diff --git a/Aian-14B-Instruct-21-10-2025.i1-Q5_K_S.gguf b/Aian-14B-Instruct-21-10-2025.i1-Q5_K_S.gguf new file mode 100644 index 0000000..647b8e2 --- /dev/null +++ b/Aian-14B-Instruct-21-10-2025.i1-Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d07dadaccc3b696cc84cefb2d4df266ac6c96e1bc1c3f822c2d18e1540703547 +size 10263895168 diff --git a/Aian-14B-Instruct-21-10-2025.i1-Q6_K.gguf b/Aian-14B-Instruct-21-10-2025.i1-Q6_K.gguf new file mode 100644 index 0000000..dd5dcf3 --- /dev/null +++ b/Aian-14B-Instruct-21-10-2025.i1-Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94c1ed73ebed721cfccd10e713218547233280d778d5ee1d3894df7d87382490 +size 12121938048 diff --git a/Aian-14B-Instruct-21-10-2025.imatrix.gguf b/Aian-14B-Instruct-21-10-2025.imatrix.gguf new file mode 100644 index 0000000..42bf2d5 --- /dev/null +++ b/Aian-14B-Instruct-21-10-2025.imatrix.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:512d85f1c867840e02082fd0db60090fdf1de1561f9d4b601752412a3f241b2d +size 7743552 diff --git a/README.md b/README.md new file mode 100644 index 0000000..e616b3f --- /dev/null +++ b/README.md @@ -0,0 +1,84 @@ +--- +base_model: lab-ii/Aina-14B-Instruct-21-10-2025 +language: +- en +library_name: transformers +mradermacher: + readme_rev: 1 +quantized_by: mradermacher +--- +## About + + + + + + + + + +weighted/imatrix quants of https://huggingface.co/lab-ii/Aina-14B-Instruct-21-10-2025 + + + +***For a convenient overview and download list, visit our [model page for this model](https://hf.tst.eu/model#Aian-14B-Instruct-21-10-2025-i1-GGUF).*** + +static quants are available at https://huggingface.co/mradermacher/Aian-14B-Instruct-21-10-2025-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/Aian-14B-Instruct-21-10-2025-i1-GGUF/resolve/main/Aian-14B-Instruct-21-10-2025.imatrix.gguf) | imatrix | 0.1 | imatrix file (for creating your own quants) | +| [GGUF](https://huggingface.co/mradermacher/Aian-14B-Instruct-21-10-2025-i1-GGUF/resolve/main/Aian-14B-Instruct-21-10-2025.i1-IQ1_S.gguf) | i1-IQ1_S | 3.7 | for the desperate | +| [GGUF](https://huggingface.co/mradermacher/Aian-14B-Instruct-21-10-2025-i1-GGUF/resolve/main/Aian-14B-Instruct-21-10-2025.i1-IQ1_M.gguf) | i1-IQ1_M | 3.9 | mostly desperate | +| [GGUF](https://huggingface.co/mradermacher/Aian-14B-Instruct-21-10-2025-i1-GGUF/resolve/main/Aian-14B-Instruct-21-10-2025.i1-IQ2_XXS.gguf) | i1-IQ2_XXS | 4.4 | | +| [GGUF](https://huggingface.co/mradermacher/Aian-14B-Instruct-21-10-2025-i1-GGUF/resolve/main/Aian-14B-Instruct-21-10-2025.i1-IQ2_XS.gguf) | i1-IQ2_XS | 4.8 | | +| [GGUF](https://huggingface.co/mradermacher/Aian-14B-Instruct-21-10-2025-i1-GGUF/resolve/main/Aian-14B-Instruct-21-10-2025.i1-IQ2_S.gguf) | i1-IQ2_S | 5.1 | | +| [GGUF](https://huggingface.co/mradermacher/Aian-14B-Instruct-21-10-2025-i1-GGUF/resolve/main/Aian-14B-Instruct-21-10-2025.i1-IQ2_M.gguf) | i1-IQ2_M | 5.4 | | +| [GGUF](https://huggingface.co/mradermacher/Aian-14B-Instruct-21-10-2025-i1-GGUF/resolve/main/Aian-14B-Instruct-21-10-2025.i1-Q2_K_S.gguf) | i1-Q2_K_S | 5.5 | very low quality | +| [GGUF](https://huggingface.co/mradermacher/Aian-14B-Instruct-21-10-2025-i1-GGUF/resolve/main/Aian-14B-Instruct-21-10-2025.i1-Q2_K.gguf) | i1-Q2_K | 5.9 | IQ3_XXS probably better | +| [GGUF](https://huggingface.co/mradermacher/Aian-14B-Instruct-21-10-2025-i1-GGUF/resolve/main/Aian-14B-Instruct-21-10-2025.i1-IQ3_XXS.gguf) | i1-IQ3_XXS | 6.0 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/Aian-14B-Instruct-21-10-2025-i1-GGUF/resolve/main/Aian-14B-Instruct-21-10-2025.i1-IQ3_XS.gguf) | i1-IQ3_XS | 6.5 | | +| [GGUF](https://huggingface.co/mradermacher/Aian-14B-Instruct-21-10-2025-i1-GGUF/resolve/main/Aian-14B-Instruct-21-10-2025.i1-Q3_K_S.gguf) | i1-Q3_K_S | 6.8 | IQ3_XS probably better | +| [GGUF](https://huggingface.co/mradermacher/Aian-14B-Instruct-21-10-2025-i1-GGUF/resolve/main/Aian-14B-Instruct-21-10-2025.i1-IQ3_S.gguf) | i1-IQ3_S | 6.8 | beats Q3_K* | +| [GGUF](https://huggingface.co/mradermacher/Aian-14B-Instruct-21-10-2025-i1-GGUF/resolve/main/Aian-14B-Instruct-21-10-2025.i1-IQ3_M.gguf) | i1-IQ3_M | 7.0 | | +| [GGUF](https://huggingface.co/mradermacher/Aian-14B-Instruct-21-10-2025-i1-GGUF/resolve/main/Aian-14B-Instruct-21-10-2025.i1-Q3_K_M.gguf) | i1-Q3_K_M | 7.4 | IQ3_S probably better | +| [GGUF](https://huggingface.co/mradermacher/Aian-14B-Instruct-21-10-2025-i1-GGUF/resolve/main/Aian-14B-Instruct-21-10-2025.i1-Q3_K_L.gguf) | i1-Q3_K_L | 8.0 | IQ3_M probably better | +| [GGUF](https://huggingface.co/mradermacher/Aian-14B-Instruct-21-10-2025-i1-GGUF/resolve/main/Aian-14B-Instruct-21-10-2025.i1-IQ4_XS.gguf) | i1-IQ4_XS | 8.2 | | +| [GGUF](https://huggingface.co/mradermacher/Aian-14B-Instruct-21-10-2025-i1-GGUF/resolve/main/Aian-14B-Instruct-21-10-2025.i1-IQ4_NL.gguf) | i1-IQ4_NL | 8.6 | prefer IQ4_XS | +| [GGUF](https://huggingface.co/mradermacher/Aian-14B-Instruct-21-10-2025-i1-GGUF/resolve/main/Aian-14B-Instruct-21-10-2025.i1-Q4_0.gguf) | i1-Q4_0 | 8.6 | fast, low quality | +| [GGUF](https://huggingface.co/mradermacher/Aian-14B-Instruct-21-10-2025-i1-GGUF/resolve/main/Aian-14B-Instruct-21-10-2025.i1-Q4_K_S.gguf) | i1-Q4_K_S | 8.7 | optimal size/speed/quality | +| [GGUF](https://huggingface.co/mradermacher/Aian-14B-Instruct-21-10-2025-i1-GGUF/resolve/main/Aian-14B-Instruct-21-10-2025.i1-Q4_K_M.gguf) | i1-Q4_K_M | 9.1 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/Aian-14B-Instruct-21-10-2025-i1-GGUF/resolve/main/Aian-14B-Instruct-21-10-2025.i1-Q4_1.gguf) | i1-Q4_1 | 9.5 | | +| [GGUF](https://huggingface.co/mradermacher/Aian-14B-Instruct-21-10-2025-i1-GGUF/resolve/main/Aian-14B-Instruct-21-10-2025.i1-Q5_K_S.gguf) | i1-Q5_K_S | 10.4 | | +| [GGUF](https://huggingface.co/mradermacher/Aian-14B-Instruct-21-10-2025-i1-GGUF/resolve/main/Aian-14B-Instruct-21-10-2025.i1-Q5_K_M.gguf) | i1-Q5_K_M | 10.6 | | +| [GGUF](https://huggingface.co/mradermacher/Aian-14B-Instruct-21-10-2025-i1-GGUF/resolve/main/Aian-14B-Instruct-21-10-2025.i1-Q6_K.gguf) | i1-Q6_K | 12.2 | 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. + +