From 0c49c70c0fd68818e2d525b53b2810e5a7ac94a2 Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Fri, 1 May 2026 09:37:12 +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/LucentLogico-3B-i1-GGUF Source: Original Platform --- .gitattributes | 60 ++++++++++++++++++++++ LucentLogico-3B.i1-IQ1_M.gguf | 3 ++ LucentLogico-3B.i1-IQ1_S.gguf | 3 ++ LucentLogico-3B.i1-IQ2_M.gguf | 3 ++ LucentLogico-3B.i1-IQ2_S.gguf | 3 ++ LucentLogico-3B.i1-IQ2_XS.gguf | 3 ++ LucentLogico-3B.i1-IQ2_XXS.gguf | 3 ++ LucentLogico-3B.i1-IQ3_M.gguf | 3 ++ LucentLogico-3B.i1-IQ3_S.gguf | 3 ++ LucentLogico-3B.i1-IQ3_XS.gguf | 3 ++ LucentLogico-3B.i1-IQ3_XXS.gguf | 3 ++ LucentLogico-3B.i1-IQ4_NL.gguf | 3 ++ LucentLogico-3B.i1-IQ4_XS.gguf | 3 ++ LucentLogico-3B.i1-Q2_K.gguf | 3 ++ LucentLogico-3B.i1-Q2_K_S.gguf | 3 ++ LucentLogico-3B.i1-Q3_K_L.gguf | 3 ++ LucentLogico-3B.i1-Q3_K_M.gguf | 3 ++ LucentLogico-3B.i1-Q3_K_S.gguf | 3 ++ LucentLogico-3B.i1-Q4_0.gguf | 3 ++ LucentLogico-3B.i1-Q4_1.gguf | 3 ++ LucentLogico-3B.i1-Q4_K_M.gguf | 3 ++ LucentLogico-3B.i1-Q4_K_S.gguf | 3 ++ LucentLogico-3B.i1-Q5_K_M.gguf | 3 ++ LucentLogico-3B.i1-Q5_K_S.gguf | 3 ++ LucentLogico-3B.i1-Q6_K.gguf | 3 ++ LucentLogico-3B.imatrix.gguf | 3 ++ README.md | 90 +++++++++++++++++++++++++++++++++ 27 files changed, 225 insertions(+) create mode 100644 .gitattributes create mode 100644 LucentLogico-3B.i1-IQ1_M.gguf create mode 100644 LucentLogico-3B.i1-IQ1_S.gguf create mode 100644 LucentLogico-3B.i1-IQ2_M.gguf create mode 100644 LucentLogico-3B.i1-IQ2_S.gguf create mode 100644 LucentLogico-3B.i1-IQ2_XS.gguf create mode 100644 LucentLogico-3B.i1-IQ2_XXS.gguf create mode 100644 LucentLogico-3B.i1-IQ3_M.gguf create mode 100644 LucentLogico-3B.i1-IQ3_S.gguf create mode 100644 LucentLogico-3B.i1-IQ3_XS.gguf create mode 100644 LucentLogico-3B.i1-IQ3_XXS.gguf create mode 100644 LucentLogico-3B.i1-IQ4_NL.gguf create mode 100644 LucentLogico-3B.i1-IQ4_XS.gguf create mode 100644 LucentLogico-3B.i1-Q2_K.gguf create mode 100644 LucentLogico-3B.i1-Q2_K_S.gguf create mode 100644 LucentLogico-3B.i1-Q3_K_L.gguf create mode 100644 LucentLogico-3B.i1-Q3_K_M.gguf create mode 100644 LucentLogico-3B.i1-Q3_K_S.gguf create mode 100644 LucentLogico-3B.i1-Q4_0.gguf create mode 100644 LucentLogico-3B.i1-Q4_1.gguf create mode 100644 LucentLogico-3B.i1-Q4_K_M.gguf create mode 100644 LucentLogico-3B.i1-Q4_K_S.gguf create mode 100644 LucentLogico-3B.i1-Q5_K_M.gguf create mode 100644 LucentLogico-3B.i1-Q5_K_S.gguf create mode 100644 LucentLogico-3B.i1-Q6_K.gguf create mode 100644 LucentLogico-3B.imatrix.gguf create mode 100644 README.md diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..b678aa7 --- /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 +LucentLogico-3B.imatrix.gguf filter=lfs diff=lfs merge=lfs -text +LucentLogico-3B.i1-IQ1_M.gguf filter=lfs diff=lfs merge=lfs -text +LucentLogico-3B.i1-IQ1_S.gguf filter=lfs diff=lfs merge=lfs -text +LucentLogico-3B.i1-IQ2_M.gguf filter=lfs diff=lfs merge=lfs -text +LucentLogico-3B.i1-IQ2_S.gguf filter=lfs diff=lfs merge=lfs -text +LucentLogico-3B.i1-IQ2_XS.gguf filter=lfs diff=lfs merge=lfs -text +LucentLogico-3B.i1-IQ2_XXS.gguf filter=lfs diff=lfs merge=lfs -text +LucentLogico-3B.i1-IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text +LucentLogico-3B.i1-IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text +LucentLogico-3B.i1-IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text +LucentLogico-3B.i1-IQ3_XXS.gguf filter=lfs diff=lfs merge=lfs -text +LucentLogico-3B.i1-IQ4_NL.gguf filter=lfs diff=lfs merge=lfs -text +LucentLogico-3B.i1-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +LucentLogico-3B.i1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +LucentLogico-3B.i1-Q2_K_S.gguf filter=lfs diff=lfs merge=lfs -text +LucentLogico-3B.i1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +LucentLogico-3B.i1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +LucentLogico-3B.i1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +LucentLogico-3B.i1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text +LucentLogico-3B.i1-Q4_1.gguf filter=lfs diff=lfs merge=lfs -text +LucentLogico-3B.i1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +LucentLogico-3B.i1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +LucentLogico-3B.i1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +LucentLogico-3B.i1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +LucentLogico-3B.i1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/LucentLogico-3B.i1-IQ1_M.gguf b/LucentLogico-3B.i1-IQ1_M.gguf new file mode 100644 index 0000000..627875f --- /dev/null +++ b/LucentLogico-3B.i1-IQ1_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8d67a14481251df490ae0ac50b9be44ddb75b623c5655986736c8cbe72d6118 +size 908872064 diff --git a/LucentLogico-3B.i1-IQ1_S.gguf b/LucentLogico-3B.i1-IQ1_S.gguf new file mode 100644 index 0000000..f862a60 --- /dev/null +++ b/LucentLogico-3B.i1-IQ1_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0eaf2fd02e87254acd0a3f82ea5d426068e7b6a2613666cda0f19f22a7429af1 +size 844974464 diff --git a/LucentLogico-3B.i1-IQ2_M.gguf b/LucentLogico-3B.i1-IQ2_M.gguf new file mode 100644 index 0000000..b21a36e --- /dev/null +++ b/LucentLogico-3B.i1-IQ2_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0eb4207f66b7a60233dd50e8f4161a465fbd43c31818ceb9b778539e53b9746 +size 1241467264 diff --git a/LucentLogico-3B.i1-IQ2_S.gguf b/LucentLogico-3B.i1-IQ2_S.gguf new file mode 100644 index 0000000..454f9a0 --- /dev/null +++ b/LucentLogico-3B.i1-IQ2_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a0e30acfb2cf4c691abb174b515d10592424ec7c8ba692aaccbc4f7ea949e19 +size 1156270464 diff --git a/LucentLogico-3B.i1-IQ2_XS.gguf b/LucentLogico-3B.i1-IQ2_XS.gguf new file mode 100644 index 0000000..9b1bb89 --- /dev/null +++ b/LucentLogico-3B.i1-IQ2_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92383c0d2619eeb9f5a391afc2cfb3aaacac9c5f83ab09fd1e2f08156aebf489 +size 1108756864 diff --git a/LucentLogico-3B.i1-IQ2_XXS.gguf b/LucentLogico-3B.i1-IQ2_XXS.gguf new file mode 100644 index 0000000..a49d143 --- /dev/null +++ b/LucentLogico-3B.i1-IQ2_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a732966b406338d339c6fb997f98c1ff7f55862fdcc2d55643aade9afabbcd79 +size 1015368064 diff --git a/LucentLogico-3B.i1-IQ3_M.gguf b/LucentLogico-3B.i1-IQ3_M.gguf new file mode 100644 index 0000000..9a35371 --- /dev/null +++ b/LucentLogico-3B.i1-IQ3_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bef1587a7d2c44495434442e288e764b618230b2475c1fcc7147bca23b96e098 +size 1622518144 diff --git a/LucentLogico-3B.i1-IQ3_S.gguf b/LucentLogico-3B.i1-IQ3_S.gguf new file mode 100644 index 0000000..0ff07c7 --- /dev/null +++ b/LucentLogico-3B.i1-IQ3_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45e0759c67751d7dbc9e6fc890a50fd8c21456a148305263f0f4d6c1e0d4a406 +size 1573775744 diff --git a/LucentLogico-3B.i1-IQ3_XS.gguf b/LucentLogico-3B.i1-IQ3_XS.gguf new file mode 100644 index 0000000..2ee3026 --- /dev/null +++ b/LucentLogico-3B.i1-IQ3_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c4b3acb8258d48e842c1848ef3fc98858a2b823efa3cb986bafbf789a201476 +size 1500047744 diff --git a/LucentLogico-3B.i1-IQ3_XXS.gguf b/LucentLogico-3B.i1-IQ3_XXS.gguf new file mode 100644 index 0000000..c696369 --- /dev/null +++ b/LucentLogico-3B.i1-IQ3_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0090232ac70b485cdcb063627771784218a05e43f42ee65a059a7bfcdd6871e6 +size 1387284864 diff --git a/LucentLogico-3B.i1-IQ4_NL.gguf b/LucentLogico-3B.i1-IQ4_NL.gguf new file mode 100644 index 0000000..8ce96ed --- /dev/null +++ b/LucentLogico-3B.i1-IQ4_NL.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc10ada14be3324548276dbd512bf3cf6b8ad55434626c200c466bf78cd439dc +size 1991158144 diff --git a/LucentLogico-3B.i1-IQ4_XS.gguf b/LucentLogico-3B.i1-IQ4_XS.gguf new file mode 100644 index 0000000..2575a2f --- /dev/null +++ b/LucentLogico-3B.i1-IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5918031a7d15eb94ed535e5f4807192f44af5ad07a0022a1117cb011c494b4c +size 1894492544 diff --git a/LucentLogico-3B.i1-Q2_K.gguf b/LucentLogico-3B.i1-Q2_K.gguf new file mode 100644 index 0000000..b026ef5 --- /dev/null +++ b/LucentLogico-3B.i1-Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98ce7d40b574d1c12c0c1380e7bf8e8405ce48953e73ff99f742299eba8d87d1 +size 1371433344 diff --git a/LucentLogico-3B.i1-Q2_K_S.gguf b/LucentLogico-3B.i1-Q2_K_S.gguf new file mode 100644 index 0000000..53615e6 --- /dev/null +++ b/LucentLogico-3B.i1-Q2_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:374c5ee5f441a0503e12b01d724bf98f9bb16e3cc1332e547b6b3fa247012c6a +size 1284188544 diff --git a/LucentLogico-3B.i1-Q3_K_L.gguf b/LucentLogico-3B.i1-Q3_K_L.gguf new file mode 100644 index 0000000..1026b23 --- /dev/null +++ b/LucentLogico-3B.i1-Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3dd171adb1c49230e215ee93a5805f0b21fe18884f6dbaf7fdf5c6ca715b731 +size 1864182144 diff --git a/LucentLogico-3B.i1-Q3_K_M.gguf b/LucentLogico-3B.i1-Q3_K_M.gguf new file mode 100644 index 0000000..691d823 --- /dev/null +++ b/LucentLogico-3B.i1-Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e30453abd40f0a21e09f3997994e84d46deb5b5d14fee6494f81d33c36787c3c +size 1725573504 diff --git a/LucentLogico-3B.i1-Q3_K_S.gguf b/LucentLogico-3B.i1-Q3_K_S.gguf new file mode 100644 index 0000000..88d1734 --- /dev/null +++ b/LucentLogico-3B.i1-Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d75e87fe158b25ef96f5491f42f74abcd9bfe8b1666850a8f3f4c8f186b59941 +size 1566812544 diff --git a/LucentLogico-3B.i1-Q4_0.gguf b/LucentLogico-3B.i1-Q4_0.gguf new file mode 100644 index 0000000..7220321 --- /dev/null +++ b/LucentLogico-3B.i1-Q4_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5bc14a6dd78fabf10c09c47e10768a51ac0db006dc679609d370990b9dc43134 +size 1991158144 diff --git a/LucentLogico-3B.i1-Q4_1.gguf b/LucentLogico-3B.i1-Q4_1.gguf new file mode 100644 index 0000000..4b1fbed --- /dev/null +++ b/LucentLogico-3B.i1-Q4_1.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b08a21559cedddbae1c0a37ed1822cafc2fea8e9cb01d9e5433aa45511409921 +size 2181212544 diff --git a/LucentLogico-3B.i1-Q4_K_M.gguf b/LucentLogico-3B.i1-Q4_K_M.gguf new file mode 100644 index 0000000..af5f54c --- /dev/null +++ b/LucentLogico-3B.i1-Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39804291fbdfb5bc462365831efe63aeeac2d67db57e998819793d2824ef9793 +size 2099497344 diff --git a/LucentLogico-3B.i1-Q4_K_S.gguf b/LucentLogico-3B.i1-Q4_K_S.gguf new file mode 100644 index 0000000..298b6ce --- /dev/null +++ b/LucentLogico-3B.i1-Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67ae1842e4d4992c5dbfad0e37be29e14ff7807e1cdbe0c6dcc927a62ee7887b +size 1998367104 diff --git a/LucentLogico-3B.i1-Q5_K_M.gguf b/LucentLogico-3B.i1-Q5_K_M.gguf new file mode 100644 index 0000000..aa595e8 --- /dev/null +++ b/LucentLogico-3B.i1-Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e690e735fb4e670c46d5074dc2af06d40f5791e2097847e5c2a72df7eba7ef56 +size 2437007744 diff --git a/LucentLogico-3B.i1-Q5_K_S.gguf b/LucentLogico-3B.i1-Q5_K_S.gguf new file mode 100644 index 0000000..a1d649e --- /dev/null +++ b/LucentLogico-3B.i1-Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6d0f6b543b209122fad71b1245f06e6e834369328c0d3220ffbb2861b2ec879 +size 2377820544 diff --git a/LucentLogico-3B.i1-Q6_K.gguf b/LucentLogico-3B.i1-Q6_K.gguf new file mode 100644 index 0000000..671a1b7 --- /dev/null +++ b/LucentLogico-3B.i1-Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:221a5b2f96f998c742b9f1c4cafaa9f117473cfc39afc22def0729ce0e4b1de8 +size 2795612544 diff --git a/LucentLogico-3B.imatrix.gguf b/LucentLogico-3B.imatrix.gguf new file mode 100644 index 0000000..c2e6493 --- /dev/null +++ b/LucentLogico-3B.imatrix.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb4d2ef4e855494a8859e5654ff229a37de001c6804f41371e0e650369c1e722 +size 3811392 diff --git a/README.md b/README.md new file mode 100644 index 0000000..df03c0c --- /dev/null +++ b/README.md @@ -0,0 +1,90 @@ +--- +base_model: Lucid-Research/LucentLogico-3B +datasets: +- Lucid-Research/advanced-reasoning-v1-smol +language: +- en +library_name: transformers +license: apache-2.0 +mradermacher: + readme_rev: 1 +quantized_by: mradermacher +tags: +- CoT +- reasoning +--- +## About + + + + + + + + + +weighted/imatrix quants of https://huggingface.co/Lucid-Research/LucentLogico-3B + + + +***For a convenient overview and download list, visit our [model page for this model](https://hf.tst.eu/model#LucentLogico-3B-i1-GGUF).*** + +static quants are available at https://huggingface.co/mradermacher/LucentLogico-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/LucentLogico-3B-i1-GGUF/resolve/main/LucentLogico-3B.imatrix.gguf) | imatrix | 0.1 | imatrix file (for creating your own quants) | +| [GGUF](https://huggingface.co/mradermacher/LucentLogico-3B-i1-GGUF/resolve/main/LucentLogico-3B.i1-IQ1_S.gguf) | i1-IQ1_S | 0.9 | for the desperate | +| [GGUF](https://huggingface.co/mradermacher/LucentLogico-3B-i1-GGUF/resolve/main/LucentLogico-3B.i1-IQ1_M.gguf) | i1-IQ1_M | 1.0 | mostly desperate | +| [GGUF](https://huggingface.co/mradermacher/LucentLogico-3B-i1-GGUF/resolve/main/LucentLogico-3B.i1-IQ2_XXS.gguf) | i1-IQ2_XXS | 1.1 | | +| [GGUF](https://huggingface.co/mradermacher/LucentLogico-3B-i1-GGUF/resolve/main/LucentLogico-3B.i1-IQ2_XS.gguf) | i1-IQ2_XS | 1.2 | | +| [GGUF](https://huggingface.co/mradermacher/LucentLogico-3B-i1-GGUF/resolve/main/LucentLogico-3B.i1-IQ2_S.gguf) | i1-IQ2_S | 1.3 | | +| [GGUF](https://huggingface.co/mradermacher/LucentLogico-3B-i1-GGUF/resolve/main/LucentLogico-3B.i1-IQ2_M.gguf) | i1-IQ2_M | 1.3 | | +| [GGUF](https://huggingface.co/mradermacher/LucentLogico-3B-i1-GGUF/resolve/main/LucentLogico-3B.i1-Q2_K_S.gguf) | i1-Q2_K_S | 1.4 | very low quality | +| [GGUF](https://huggingface.co/mradermacher/LucentLogico-3B-i1-GGUF/resolve/main/LucentLogico-3B.i1-Q2_K.gguf) | i1-Q2_K | 1.5 | IQ3_XXS probably better | +| [GGUF](https://huggingface.co/mradermacher/LucentLogico-3B-i1-GGUF/resolve/main/LucentLogico-3B.i1-IQ3_XXS.gguf) | i1-IQ3_XXS | 1.5 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/LucentLogico-3B-i1-GGUF/resolve/main/LucentLogico-3B.i1-IQ3_XS.gguf) | i1-IQ3_XS | 1.6 | | +| [GGUF](https://huggingface.co/mradermacher/LucentLogico-3B-i1-GGUF/resolve/main/LucentLogico-3B.i1-Q3_K_S.gguf) | i1-Q3_K_S | 1.7 | IQ3_XS probably better | +| [GGUF](https://huggingface.co/mradermacher/LucentLogico-3B-i1-GGUF/resolve/main/LucentLogico-3B.i1-IQ3_S.gguf) | i1-IQ3_S | 1.7 | beats Q3_K* | +| [GGUF](https://huggingface.co/mradermacher/LucentLogico-3B-i1-GGUF/resolve/main/LucentLogico-3B.i1-IQ3_M.gguf) | i1-IQ3_M | 1.7 | | +| [GGUF](https://huggingface.co/mradermacher/LucentLogico-3B-i1-GGUF/resolve/main/LucentLogico-3B.i1-Q3_K_M.gguf) | i1-Q3_K_M | 1.8 | IQ3_S probably better | +| [GGUF](https://huggingface.co/mradermacher/LucentLogico-3B-i1-GGUF/resolve/main/LucentLogico-3B.i1-Q3_K_L.gguf) | i1-Q3_K_L | 2.0 | IQ3_M probably better | +| [GGUF](https://huggingface.co/mradermacher/LucentLogico-3B-i1-GGUF/resolve/main/LucentLogico-3B.i1-IQ4_XS.gguf) | i1-IQ4_XS | 2.0 | | +| [GGUF](https://huggingface.co/mradermacher/LucentLogico-3B-i1-GGUF/resolve/main/LucentLogico-3B.i1-IQ4_NL.gguf) | i1-IQ4_NL | 2.1 | prefer IQ4_XS | +| [GGUF](https://huggingface.co/mradermacher/LucentLogico-3B-i1-GGUF/resolve/main/LucentLogico-3B.i1-Q4_0.gguf) | i1-Q4_0 | 2.1 | fast, low quality | +| [GGUF](https://huggingface.co/mradermacher/LucentLogico-3B-i1-GGUF/resolve/main/LucentLogico-3B.i1-Q4_K_S.gguf) | i1-Q4_K_S | 2.1 | optimal size/speed/quality | +| [GGUF](https://huggingface.co/mradermacher/LucentLogico-3B-i1-GGUF/resolve/main/LucentLogico-3B.i1-Q4_K_M.gguf) | i1-Q4_K_M | 2.2 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/LucentLogico-3B-i1-GGUF/resolve/main/LucentLogico-3B.i1-Q4_1.gguf) | i1-Q4_1 | 2.3 | | +| [GGUF](https://huggingface.co/mradermacher/LucentLogico-3B-i1-GGUF/resolve/main/LucentLogico-3B.i1-Q5_K_S.gguf) | i1-Q5_K_S | 2.5 | | +| [GGUF](https://huggingface.co/mradermacher/LucentLogico-3B-i1-GGUF/resolve/main/LucentLogico-3B.i1-Q5_K_M.gguf) | i1-Q5_K_M | 2.5 | | +| [GGUF](https://huggingface.co/mradermacher/LucentLogico-3B-i1-GGUF/resolve/main/LucentLogico-3B.i1-Q6_K.gguf) | i1-Q6_K | 2.9 | 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. + +