From 6fba308128e9ac9787c7f6d2be785bf0adc875bb Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Thu, 30 Apr 2026 18:40:46 +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/Arch-Function-Chat-3B-i1-GGUF Source: Original Platform --- .gitattributes | 60 +++++++++++++++++++++ Arch-Function-Chat-3B.i1-IQ1_M.gguf | 3 ++ Arch-Function-Chat-3B.i1-IQ1_S.gguf | 3 ++ Arch-Function-Chat-3B.i1-IQ2_M.gguf | 3 ++ Arch-Function-Chat-3B.i1-IQ2_S.gguf | 3 ++ Arch-Function-Chat-3B.i1-IQ2_XS.gguf | 3 ++ Arch-Function-Chat-3B.i1-IQ2_XXS.gguf | 3 ++ Arch-Function-Chat-3B.i1-IQ3_M.gguf | 3 ++ Arch-Function-Chat-3B.i1-IQ3_S.gguf | 3 ++ Arch-Function-Chat-3B.i1-IQ3_XS.gguf | 3 ++ Arch-Function-Chat-3B.i1-IQ3_XXS.gguf | 3 ++ Arch-Function-Chat-3B.i1-IQ4_NL.gguf | 3 ++ Arch-Function-Chat-3B.i1-IQ4_XS.gguf | 3 ++ Arch-Function-Chat-3B.i1-Q2_K.gguf | 3 ++ Arch-Function-Chat-3B.i1-Q2_K_S.gguf | 3 ++ Arch-Function-Chat-3B.i1-Q3_K_L.gguf | 3 ++ Arch-Function-Chat-3B.i1-Q3_K_M.gguf | 3 ++ Arch-Function-Chat-3B.i1-Q3_K_S.gguf | 3 ++ Arch-Function-Chat-3B.i1-Q4_0.gguf | 3 ++ Arch-Function-Chat-3B.i1-Q4_1.gguf | 3 ++ Arch-Function-Chat-3B.i1-Q4_K_M.gguf | 3 ++ Arch-Function-Chat-3B.i1-Q4_K_S.gguf | 3 ++ Arch-Function-Chat-3B.i1-Q5_K_M.gguf | 3 ++ Arch-Function-Chat-3B.i1-Q5_K_S.gguf | 3 ++ Arch-Function-Chat-3B.i1-Q6_K.gguf | 3 ++ README.md | 78 +++++++++++++++++++++++++++ imatrix.dat | 3 ++ 27 files changed, 213 insertions(+) create mode 100644 .gitattributes create mode 100644 Arch-Function-Chat-3B.i1-IQ1_M.gguf create mode 100644 Arch-Function-Chat-3B.i1-IQ1_S.gguf create mode 100644 Arch-Function-Chat-3B.i1-IQ2_M.gguf create mode 100644 Arch-Function-Chat-3B.i1-IQ2_S.gguf create mode 100644 Arch-Function-Chat-3B.i1-IQ2_XS.gguf create mode 100644 Arch-Function-Chat-3B.i1-IQ2_XXS.gguf create mode 100644 Arch-Function-Chat-3B.i1-IQ3_M.gguf create mode 100644 Arch-Function-Chat-3B.i1-IQ3_S.gguf create mode 100644 Arch-Function-Chat-3B.i1-IQ3_XS.gguf create mode 100644 Arch-Function-Chat-3B.i1-IQ3_XXS.gguf create mode 100644 Arch-Function-Chat-3B.i1-IQ4_NL.gguf create mode 100644 Arch-Function-Chat-3B.i1-IQ4_XS.gguf create mode 100644 Arch-Function-Chat-3B.i1-Q2_K.gguf create mode 100644 Arch-Function-Chat-3B.i1-Q2_K_S.gguf create mode 100644 Arch-Function-Chat-3B.i1-Q3_K_L.gguf create mode 100644 Arch-Function-Chat-3B.i1-Q3_K_M.gguf create mode 100644 Arch-Function-Chat-3B.i1-Q3_K_S.gguf create mode 100644 Arch-Function-Chat-3B.i1-Q4_0.gguf create mode 100644 Arch-Function-Chat-3B.i1-Q4_1.gguf create mode 100644 Arch-Function-Chat-3B.i1-Q4_K_M.gguf create mode 100644 Arch-Function-Chat-3B.i1-Q4_K_S.gguf create mode 100644 Arch-Function-Chat-3B.i1-Q5_K_M.gguf create mode 100644 Arch-Function-Chat-3B.i1-Q5_K_S.gguf create mode 100644 Arch-Function-Chat-3B.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..a916fed --- /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 +Arch-Function-Chat-3B.i1-IQ1_M.gguf filter=lfs diff=lfs merge=lfs -text +Arch-Function-Chat-3B.i1-IQ1_S.gguf filter=lfs diff=lfs merge=lfs -text +Arch-Function-Chat-3B.i1-IQ2_M.gguf filter=lfs diff=lfs merge=lfs -text +Arch-Function-Chat-3B.i1-IQ2_S.gguf filter=lfs diff=lfs merge=lfs -text +Arch-Function-Chat-3B.i1-IQ2_XS.gguf filter=lfs diff=lfs merge=lfs -text +Arch-Function-Chat-3B.i1-IQ2_XXS.gguf filter=lfs diff=lfs merge=lfs -text +Arch-Function-Chat-3B.i1-IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text +Arch-Function-Chat-3B.i1-IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text +Arch-Function-Chat-3B.i1-IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text +Arch-Function-Chat-3B.i1-IQ3_XXS.gguf filter=lfs diff=lfs merge=lfs -text +Arch-Function-Chat-3B.i1-IQ4_NL.gguf filter=lfs diff=lfs merge=lfs -text +Arch-Function-Chat-3B.i1-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +Arch-Function-Chat-3B.i1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +Arch-Function-Chat-3B.i1-Q2_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Arch-Function-Chat-3B.i1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +Arch-Function-Chat-3B.i1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Arch-Function-Chat-3B.i1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Arch-Function-Chat-3B.i1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text +Arch-Function-Chat-3B.i1-Q4_1.gguf filter=lfs diff=lfs merge=lfs -text +Arch-Function-Chat-3B.i1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Arch-Function-Chat-3B.i1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Arch-Function-Chat-3B.i1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Arch-Function-Chat-3B.i1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Arch-Function-Chat-3B.i1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/Arch-Function-Chat-3B.i1-IQ1_M.gguf b/Arch-Function-Chat-3B.i1-IQ1_M.gguf new file mode 100644 index 0000000..f90215b --- /dev/null +++ b/Arch-Function-Chat-3B.i1-IQ1_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8914bac4fdd5801638557408d721c19572704e136330a3c940fb87afb4e4c638 +size 850028352 diff --git a/Arch-Function-Chat-3B.i1-IQ1_S.gguf b/Arch-Function-Chat-3B.i1-IQ1_S.gguf new file mode 100644 index 0000000..9e2c040 --- /dev/null +++ b/Arch-Function-Chat-3B.i1-IQ1_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7be3629cff0025268b10d7e06443b5d7d742fcef44a70ef3e6fe22647ec908de +size 791095104 diff --git a/Arch-Function-Chat-3B.i1-IQ2_M.gguf b/Arch-Function-Chat-3B.i1-IQ2_M.gguf new file mode 100644 index 0000000..7ed9966 --- /dev/null +++ b/Arch-Function-Chat-3B.i1-IQ2_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:840f745363ba4f34c25c8412d2a68788fd0eaaf34250775b5a6ddb2307387ffc +size 1140516672 diff --git a/Arch-Function-Chat-3B.i1-IQ2_S.gguf b/Arch-Function-Chat-3B.i1-IQ2_S.gguf new file mode 100644 index 0000000..f8510df --- /dev/null +++ b/Arch-Function-Chat-3B.i1-IQ2_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd443755515a6fdc3e27949d12831b135fa485736308dfe2a94fe7b22b370d7f +size 1061939008 diff --git a/Arch-Function-Chat-3B.i1-IQ2_XS.gguf b/Arch-Function-Chat-3B.i1-IQ2_XS.gguf new file mode 100644 index 0000000..679bdcb --- /dev/null +++ b/Arch-Function-Chat-3B.i1-IQ2_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a7891d7fc360067cec7911700b9d0f5254e2ef1d37548d43020d04b77331857 +size 1031546688 diff --git a/Arch-Function-Chat-3B.i1-IQ2_XXS.gguf b/Arch-Function-Chat-3B.i1-IQ2_XXS.gguf new file mode 100644 index 0000000..4109ad6 --- /dev/null +++ b/Arch-Function-Chat-3B.i1-IQ2_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:363b96b7c41201d808e0c7260a075d9028245363bd1dcce6d869fa199b946b20 +size 948250432 diff --git a/Arch-Function-Chat-3B.i1-IQ3_M.gguf b/Arch-Function-Chat-3B.i1-IQ3_M.gguf new file mode 100644 index 0000000..42f9c1a --- /dev/null +++ b/Arch-Function-Chat-3B.i1-IQ3_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbca5572cdc2dcfc96084a284ee102281a308403c215c088f8f1f59aa3a2fc37 +size 1488895808 diff --git a/Arch-Function-Chat-3B.i1-IQ3_S.gguf b/Arch-Function-Chat-3B.i1-IQ3_S.gguf new file mode 100644 index 0000000..509c0f5 --- /dev/null +++ b/Arch-Function-Chat-3B.i1-IQ3_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4b5b0d321e14f6cb837d82444fa8eb33ab83115f1b856bef82de3b161fc8e68 +size 1456865088 diff --git a/Arch-Function-Chat-3B.i1-IQ3_XS.gguf b/Arch-Function-Chat-3B.i1-IQ3_XS.gguf new file mode 100644 index 0000000..3c33f4d --- /dev/null +++ b/Arch-Function-Chat-3B.i1-IQ3_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a4d24998d5b5a2842af2ebd0e7f1f1d6ec8a4d27f0c751f1af6c336feefd93c +size 1391836992 diff --git a/Arch-Function-Chat-3B.i1-IQ3_XXS.gguf b/Arch-Function-Chat-3B.i1-IQ3_XXS.gguf new file mode 100644 index 0000000..c0c7237 --- /dev/null +++ b/Arch-Function-Chat-3B.i1-IQ3_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2dae1550ac30cad612839379901cae30414dea72f4cf4f5f63942f2239a1f9de +size 1282828096 diff --git a/Arch-Function-Chat-3B.i1-IQ4_NL.gguf b/Arch-Function-Chat-3B.i1-IQ4_NL.gguf new file mode 100644 index 0000000..29b8729 --- /dev/null +++ b/Arch-Function-Chat-3B.i1-IQ4_NL.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3877feb6115ef7557c96ad276d58c9b7c3c1a0db414ca5fd1d35e8baaef7ade +size 1825210176 diff --git a/Arch-Function-Chat-3B.i1-IQ4_XS.gguf b/Arch-Function-Chat-3B.i1-IQ4_XS.gguf new file mode 100644 index 0000000..6e027f3 --- /dev/null +++ b/Arch-Function-Chat-3B.i1-IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b1b1ed3b05144675051b721d6b52c6900f8f18915b762c60f4fea5a4f51a73a +size 1739095872 diff --git a/Arch-Function-Chat-3B.i1-Q2_K.gguf b/Arch-Function-Chat-3B.i1-Q2_K.gguf new file mode 100644 index 0000000..fa1f7d0 --- /dev/null +++ b/Arch-Function-Chat-3B.i1-Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfd33a6a41418f2586c5e0d79a1964b2f1bab832b4aa5675cdc69893f3e88339 +size 1274756928 diff --git a/Arch-Function-Chat-3B.i1-Q2_K_S.gguf b/Arch-Function-Chat-3B.i1-Q2_K_S.gguf new file mode 100644 index 0000000..d81a863 --- /dev/null +++ b/Arch-Function-Chat-3B.i1-Q2_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53f1f56e12d9564f80676d92d43c62b2d86047e9ef25a3be36ea604084cdd919 +size 1198128960 diff --git a/Arch-Function-Chat-3B.i1-Q3_K_L.gguf b/Arch-Function-Chat-3B.i1-Q3_K_L.gguf new file mode 100644 index 0000000..79c7660 --- /dev/null +++ b/Arch-Function-Chat-3B.i1-Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:123f6068d9a59ed28dcdce19b8e3b43a9ec7d43fa99db4a59212ef542a098de4 +size 1707392832 diff --git a/Arch-Function-Chat-3B.i1-Q3_K_M.gguf b/Arch-Function-Chat-3B.i1-Q3_K_M.gguf new file mode 100644 index 0000000..93f29ba --- /dev/null +++ b/Arch-Function-Chat-3B.i1-Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbd668607a34d90c30e9eda0fc6ecb2d40b7117dd7441f8140477dd01bd9bf27 +size 1590476608 diff --git a/Arch-Function-Chat-3B.i1-Q3_K_S.gguf b/Arch-Function-Chat-3B.i1-Q3_K_S.gguf new file mode 100644 index 0000000..9beffb8 --- /dev/null +++ b/Arch-Function-Chat-3B.i1-Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb1d4f0c439674db14f2949a9b300e43dd4a25fba6d2617c6b118e3159a7fba6 +size 1454358336 diff --git a/Arch-Function-Chat-3B.i1-Q4_0.gguf b/Arch-Function-Chat-3B.i1-Q4_0.gguf new file mode 100644 index 0000000..a620279 --- /dev/null +++ b/Arch-Function-Chat-3B.i1-Q4_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f6f190c037dec15f8624ba0b51a4deb245592d20c9aa7f0d3ec89313d0e2a98 +size 1828486976 diff --git a/Arch-Function-Chat-3B.i1-Q4_1.gguf b/Arch-Function-Chat-3B.i1-Q4_1.gguf new file mode 100644 index 0000000..dcd7991 --- /dev/null +++ b/Arch-Function-Chat-3B.i1-Q4_1.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d0358ef4ef5120c3225b1f2f7ff98ca114a245c5041e2d5d76acd9ca0da559d +size 1996259136 diff --git a/Arch-Function-Chat-3B.i1-Q4_K_M.gguf b/Arch-Function-Chat-3B.i1-Q4_K_M.gguf new file mode 100644 index 0000000..54274a3 --- /dev/null +++ b/Arch-Function-Chat-3B.i1-Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe5d23c41f8f4398e3dce1e820a4413d7892453735b4e7ae8c4f964b9c03fd31 +size 1929903936 diff --git a/Arch-Function-Chat-3B.i1-Q4_K_S.gguf b/Arch-Function-Chat-3B.i1-Q4_K_S.gguf new file mode 100644 index 0000000..e6b8c73 --- /dev/null +++ b/Arch-Function-Chat-3B.i1-Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:021b5df74f45186b7e9e53c4767d3c88c5c73a17d736115edd6e4a9a720e34a2 +size 1834385216 diff --git a/Arch-Function-Chat-3B.i1-Q5_K_M.gguf b/Arch-Function-Chat-3B.i1-Q5_K_M.gguf new file mode 100644 index 0000000..f0ebc87 --- /dev/null +++ b/Arch-Function-Chat-3B.i1-Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8942fdfca564b607f10dac9c77bc286a7f17d7a600945a902dd524c354a772f +size 2224815936 diff --git a/Arch-Function-Chat-3B.i1-Q5_K_S.gguf b/Arch-Function-Chat-3B.i1-Q5_K_S.gguf new file mode 100644 index 0000000..9cfc9fa --- /dev/null +++ b/Arch-Function-Chat-3B.i1-Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8aec200875a15f9c54dbfa30707ba9fcf44fb1af9aab04e7db68a0c8c2f963ca +size 2169667392 diff --git a/Arch-Function-Chat-3B.i1-Q6_K.gguf b/Arch-Function-Chat-3B.i1-Q6_K.gguf new file mode 100644 index 0000000..ee73d7b --- /dev/null +++ b/Arch-Function-Chat-3B.i1-Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:792f4f78ea420508cee6b1250648b4cefb5f8e9a13d9e1573640e528eb3df853 +size 2538159936 diff --git a/README.md b/README.md new file mode 100644 index 0000000..7acf44f --- /dev/null +++ b/README.md @@ -0,0 +1,78 @@ +--- +base_model: katanemo/Arch-Function-Chat-3B +language: +- en +library_name: transformers +license: other +license_link: https://huggingface.co/katanemo/Arch-Function-Chat-3B/blob/main/LICENSE +license_name: katanemo-research +quantized_by: mradermacher +--- +## About + + + + + + +weighted/imatrix quants of https://huggingface.co/katanemo/Arch-Function-Chat-3B + + +static quants are available at https://huggingface.co/mradermacher/Arch-Function-Chat-3B-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/Arch-Function-Chat-3B-i1-GGUF/resolve/main/Arch-Function-Chat-3B.i1-IQ1_S.gguf) | i1-IQ1_S | 0.9 | for the desperate | +| [GGUF](https://huggingface.co/mradermacher/Arch-Function-Chat-3B-i1-GGUF/resolve/main/Arch-Function-Chat-3B.i1-IQ1_M.gguf) | i1-IQ1_M | 1.0 | mostly desperate | +| [GGUF](https://huggingface.co/mradermacher/Arch-Function-Chat-3B-i1-GGUF/resolve/main/Arch-Function-Chat-3B.i1-IQ2_XXS.gguf) | i1-IQ2_XXS | 1.0 | | +| [GGUF](https://huggingface.co/mradermacher/Arch-Function-Chat-3B-i1-GGUF/resolve/main/Arch-Function-Chat-3B.i1-IQ2_XS.gguf) | i1-IQ2_XS | 1.1 | | +| [GGUF](https://huggingface.co/mradermacher/Arch-Function-Chat-3B-i1-GGUF/resolve/main/Arch-Function-Chat-3B.i1-IQ2_S.gguf) | i1-IQ2_S | 1.2 | | +| [GGUF](https://huggingface.co/mradermacher/Arch-Function-Chat-3B-i1-GGUF/resolve/main/Arch-Function-Chat-3B.i1-IQ2_M.gguf) | i1-IQ2_M | 1.2 | | +| [GGUF](https://huggingface.co/mradermacher/Arch-Function-Chat-3B-i1-GGUF/resolve/main/Arch-Function-Chat-3B.i1-Q2_K_S.gguf) | i1-Q2_K_S | 1.3 | very low quality | +| [GGUF](https://huggingface.co/mradermacher/Arch-Function-Chat-3B-i1-GGUF/resolve/main/Arch-Function-Chat-3B.i1-Q2_K.gguf) | i1-Q2_K | 1.4 | IQ3_XXS probably better | +| [GGUF](https://huggingface.co/mradermacher/Arch-Function-Chat-3B-i1-GGUF/resolve/main/Arch-Function-Chat-3B.i1-IQ3_XXS.gguf) | i1-IQ3_XXS | 1.4 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/Arch-Function-Chat-3B-i1-GGUF/resolve/main/Arch-Function-Chat-3B.i1-IQ3_XS.gguf) | i1-IQ3_XS | 1.5 | | +| [GGUF](https://huggingface.co/mradermacher/Arch-Function-Chat-3B-i1-GGUF/resolve/main/Arch-Function-Chat-3B.i1-Q3_K_S.gguf) | i1-Q3_K_S | 1.6 | IQ3_XS probably better | +| [GGUF](https://huggingface.co/mradermacher/Arch-Function-Chat-3B-i1-GGUF/resolve/main/Arch-Function-Chat-3B.i1-IQ3_S.gguf) | i1-IQ3_S | 1.6 | beats Q3_K* | +| [GGUF](https://huggingface.co/mradermacher/Arch-Function-Chat-3B-i1-GGUF/resolve/main/Arch-Function-Chat-3B.i1-IQ3_M.gguf) | i1-IQ3_M | 1.6 | | +| [GGUF](https://huggingface.co/mradermacher/Arch-Function-Chat-3B-i1-GGUF/resolve/main/Arch-Function-Chat-3B.i1-Q3_K_M.gguf) | i1-Q3_K_M | 1.7 | IQ3_S probably better | +| [GGUF](https://huggingface.co/mradermacher/Arch-Function-Chat-3B-i1-GGUF/resolve/main/Arch-Function-Chat-3B.i1-Q3_K_L.gguf) | i1-Q3_K_L | 1.8 | IQ3_M probably better | +| [GGUF](https://huggingface.co/mradermacher/Arch-Function-Chat-3B-i1-GGUF/resolve/main/Arch-Function-Chat-3B.i1-IQ4_XS.gguf) | i1-IQ4_XS | 1.8 | | +| [GGUF](https://huggingface.co/mradermacher/Arch-Function-Chat-3B-i1-GGUF/resolve/main/Arch-Function-Chat-3B.i1-IQ4_NL.gguf) | i1-IQ4_NL | 1.9 | prefer IQ4_XS | +| [GGUF](https://huggingface.co/mradermacher/Arch-Function-Chat-3B-i1-GGUF/resolve/main/Arch-Function-Chat-3B.i1-Q4_0.gguf) | i1-Q4_0 | 1.9 | fast, low quality | +| [GGUF](https://huggingface.co/mradermacher/Arch-Function-Chat-3B-i1-GGUF/resolve/main/Arch-Function-Chat-3B.i1-Q4_K_S.gguf) | i1-Q4_K_S | 1.9 | optimal size/speed/quality | +| [GGUF](https://huggingface.co/mradermacher/Arch-Function-Chat-3B-i1-GGUF/resolve/main/Arch-Function-Chat-3B.i1-Q4_K_M.gguf) | i1-Q4_K_M | 2.0 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/Arch-Function-Chat-3B-i1-GGUF/resolve/main/Arch-Function-Chat-3B.i1-Q4_1.gguf) | i1-Q4_1 | 2.1 | | +| [GGUF](https://huggingface.co/mradermacher/Arch-Function-Chat-3B-i1-GGUF/resolve/main/Arch-Function-Chat-3B.i1-Q5_K_S.gguf) | i1-Q5_K_S | 2.3 | | +| [GGUF](https://huggingface.co/mradermacher/Arch-Function-Chat-3B-i1-GGUF/resolve/main/Arch-Function-Chat-3B.i1-Q5_K_M.gguf) | i1-Q5_K_M | 2.3 | | +| [GGUF](https://huggingface.co/mradermacher/Arch-Function-Chat-3B-i1-GGUF/resolve/main/Arch-Function-Chat-3B.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..4cd8ec3 --- /dev/null +++ b/imatrix.dat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed457f7053a842257a939bf7e9ecb831f8d684baa1929abde7311d7f3424e69f +size 3362977