From 35487e84129e41af30e8f39b0ea62bc916e24546 Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Wed, 5 Aug 2026 11:55:13 +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: bartowski/Llama-Sentient-3.2-3B-Instruct-GGUF Source: Original Platform --- .gitattributes | 60 ++++++ Llama-Sentient-3.2-3B-Instruct-IQ2_M.gguf | 3 + Llama-Sentient-3.2-3B-Instruct-IQ3_M.gguf | 3 + Llama-Sentient-3.2-3B-Instruct-IQ3_XS.gguf | 3 + Llama-Sentient-3.2-3B-Instruct-IQ4_XS.gguf | 3 + Llama-Sentient-3.2-3B-Instruct-Q2_K.gguf | 3 + Llama-Sentient-3.2-3B-Instruct-Q2_K_L.gguf | 3 + Llama-Sentient-3.2-3B-Instruct-Q3_K_L.gguf | 3 + Llama-Sentient-3.2-3B-Instruct-Q3_K_M.gguf | 3 + Llama-Sentient-3.2-3B-Instruct-Q3_K_S.gguf | 3 + Llama-Sentient-3.2-3B-Instruct-Q3_K_XL.gguf | 3 + Llama-Sentient-3.2-3B-Instruct-Q4_0.gguf | 3 + Llama-Sentient-3.2-3B-Instruct-Q4_0_4_4.gguf | 3 + Llama-Sentient-3.2-3B-Instruct-Q4_0_4_8.gguf | 3 + Llama-Sentient-3.2-3B-Instruct-Q4_0_8_8.gguf | 3 + Llama-Sentient-3.2-3B-Instruct-Q4_K_L.gguf | 3 + Llama-Sentient-3.2-3B-Instruct-Q4_K_M.gguf | 3 + Llama-Sentient-3.2-3B-Instruct-Q4_K_S.gguf | 3 + Llama-Sentient-3.2-3B-Instruct-Q5_K_L.gguf | 3 + Llama-Sentient-3.2-3B-Instruct-Q5_K_M.gguf | 3 + Llama-Sentient-3.2-3B-Instruct-Q5_K_S.gguf | 3 + Llama-Sentient-3.2-3B-Instruct-Q6_K.gguf | 3 + Llama-Sentient-3.2-3B-Instruct-Q6_K_L.gguf | 3 + Llama-Sentient-3.2-3B-Instruct-Q8_0.gguf | 3 + Llama-Sentient-3.2-3B-Instruct-f16.gguf | 3 + Llama-Sentient-3.2-3B-Instruct.imatrix | 3 + README.md | 181 +++++++++++++++++++ configuration.json | 1 + 28 files changed, 317 insertions(+) create mode 100644 .gitattributes create mode 100644 Llama-Sentient-3.2-3B-Instruct-IQ2_M.gguf create mode 100644 Llama-Sentient-3.2-3B-Instruct-IQ3_M.gguf create mode 100644 Llama-Sentient-3.2-3B-Instruct-IQ3_XS.gguf create mode 100644 Llama-Sentient-3.2-3B-Instruct-IQ4_XS.gguf create mode 100644 Llama-Sentient-3.2-3B-Instruct-Q2_K.gguf create mode 100644 Llama-Sentient-3.2-3B-Instruct-Q2_K_L.gguf create mode 100644 Llama-Sentient-3.2-3B-Instruct-Q3_K_L.gguf create mode 100644 Llama-Sentient-3.2-3B-Instruct-Q3_K_M.gguf create mode 100644 Llama-Sentient-3.2-3B-Instruct-Q3_K_S.gguf create mode 100644 Llama-Sentient-3.2-3B-Instruct-Q3_K_XL.gguf create mode 100644 Llama-Sentient-3.2-3B-Instruct-Q4_0.gguf create mode 100644 Llama-Sentient-3.2-3B-Instruct-Q4_0_4_4.gguf create mode 100644 Llama-Sentient-3.2-3B-Instruct-Q4_0_4_8.gguf create mode 100644 Llama-Sentient-3.2-3B-Instruct-Q4_0_8_8.gguf create mode 100644 Llama-Sentient-3.2-3B-Instruct-Q4_K_L.gguf create mode 100644 Llama-Sentient-3.2-3B-Instruct-Q4_K_M.gguf create mode 100644 Llama-Sentient-3.2-3B-Instruct-Q4_K_S.gguf create mode 100644 Llama-Sentient-3.2-3B-Instruct-Q5_K_L.gguf create mode 100644 Llama-Sentient-3.2-3B-Instruct-Q5_K_M.gguf create mode 100644 Llama-Sentient-3.2-3B-Instruct-Q5_K_S.gguf create mode 100644 Llama-Sentient-3.2-3B-Instruct-Q6_K.gguf create mode 100644 Llama-Sentient-3.2-3B-Instruct-Q6_K_L.gguf create mode 100644 Llama-Sentient-3.2-3B-Instruct-Q8_0.gguf create mode 100644 Llama-Sentient-3.2-3B-Instruct-f16.gguf create mode 100644 Llama-Sentient-3.2-3B-Instruct.imatrix create mode 100644 README.md create mode 100644 configuration.json diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..3fb95e5 --- /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 +Llama-Sentient-3.2-3B-Instruct-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text +Llama-Sentient-3.2-3B-Instruct-Q6_K_L.gguf filter=lfs diff=lfs merge=lfs -text +Llama-Sentient-3.2-3B-Instruct-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +Llama-Sentient-3.2-3B-Instruct-Q5_K_L.gguf filter=lfs diff=lfs merge=lfs -text +Llama-Sentient-3.2-3B-Instruct-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Llama-Sentient-3.2-3B-Instruct-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Llama-Sentient-3.2-3B-Instruct-Q4_K_L.gguf filter=lfs diff=lfs merge=lfs -text +Llama-Sentient-3.2-3B-Instruct-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Llama-Sentient-3.2-3B-Instruct-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Llama-Sentient-3.2-3B-Instruct-Q4_0_8_8.gguf filter=lfs diff=lfs merge=lfs -text +Llama-Sentient-3.2-3B-Instruct-Q4_0_4_8.gguf filter=lfs diff=lfs merge=lfs -text +Llama-Sentient-3.2-3B-Instruct-Q4_0_4_4.gguf filter=lfs diff=lfs merge=lfs -text +Llama-Sentient-3.2-3B-Instruct-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text +Llama-Sentient-3.2-3B-Instruct-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +Llama-Sentient-3.2-3B-Instruct-Q3_K_XL.gguf filter=lfs diff=lfs merge=lfs -text +Llama-Sentient-3.2-3B-Instruct-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +Llama-Sentient-3.2-3B-Instruct-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Llama-Sentient-3.2-3B-Instruct-IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text +Llama-Sentient-3.2-3B-Instruct-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Llama-Sentient-3.2-3B-Instruct-IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text +Llama-Sentient-3.2-3B-Instruct-Q2_K_L.gguf filter=lfs diff=lfs merge=lfs -text +Llama-Sentient-3.2-3B-Instruct-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +Llama-Sentient-3.2-3B-Instruct-IQ2_M.gguf filter=lfs diff=lfs merge=lfs -text +Llama-Sentient-3.2-3B-Instruct-f16.gguf filter=lfs diff=lfs merge=lfs -text +Llama-Sentient-3.2-3B-Instruct.imatrix filter=lfs diff=lfs merge=lfs -text diff --git a/Llama-Sentient-3.2-3B-Instruct-IQ2_M.gguf b/Llama-Sentient-3.2-3B-Instruct-IQ2_M.gguf new file mode 100644 index 0000000..76b6d6f --- /dev/null +++ b/Llama-Sentient-3.2-3B-Instruct-IQ2_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:400ad1ce3757a912f5f49346ad4ea19f1ca7722e25a4670ec49169c1668b7281 +size 1229033408 diff --git a/Llama-Sentient-3.2-3B-Instruct-IQ3_M.gguf b/Llama-Sentient-3.2-3B-Instruct-IQ3_M.gguf new file mode 100644 index 0000000..00825e9 --- /dev/null +++ b/Llama-Sentient-3.2-3B-Instruct-IQ3_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28bc4adbc4a1d82d2c212a6248ae338fa557cbb095e1f81720dc47c6818e0a26 +size 1599670208 diff --git a/Llama-Sentient-3.2-3B-Instruct-IQ3_XS.gguf b/Llama-Sentient-3.2-3B-Instruct-IQ3_XS.gguf new file mode 100644 index 0000000..6a88755 --- /dev/null +++ b/Llama-Sentient-3.2-3B-Instruct-IQ3_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d09618f93550ce2cf970bdd3364dde9108fdff5749d5b31958f7c8191d5d41e9 +size 1476790208 diff --git a/Llama-Sentient-3.2-3B-Instruct-IQ4_XS.gguf b/Llama-Sentient-3.2-3B-Instruct-IQ4_XS.gguf new file mode 100644 index 0000000..e011805 --- /dev/null +++ b/Llama-Sentient-3.2-3B-Instruct-IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1253646a534cbf95ea79d2e734dd20f5c3d1831343ff04d88accb6bef49dd31b +size 1829111744 diff --git a/Llama-Sentient-3.2-3B-Instruct-Q2_K.gguf b/Llama-Sentient-3.2-3B-Instruct-Q2_K.gguf new file mode 100644 index 0000000..1e4f77f --- /dev/null +++ b/Llama-Sentient-3.2-3B-Instruct-Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3585c000f18a0a8b32ef28b4dfc1b2179c84198fe1cf04a9f3e893391a69bab2 +size 1363937216 diff --git a/Llama-Sentient-3.2-3B-Instruct-Q2_K_L.gguf b/Llama-Sentient-3.2-3B-Instruct-Q2_K_L.gguf new file mode 100644 index 0000000..7b30964 --- /dev/null +++ b/Llama-Sentient-3.2-3B-Instruct-Q2_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ea25295a2f63e711d4c13221e5c38da3c16e99ddaafcbe874374f63abe1f2ee +size 1459359680 diff --git a/Llama-Sentient-3.2-3B-Instruct-Q3_K_L.gguf b/Llama-Sentient-3.2-3B-Instruct-Q3_K_L.gguf new file mode 100644 index 0000000..5693df8 --- /dev/null +++ b/Llama-Sentient-3.2-3B-Instruct-Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:681619d712659e10e2f2777e5b581228b3b3bc9f017b2c36190fb03411c33981 +size 1815349184 diff --git a/Llama-Sentient-3.2-3B-Instruct-Q3_K_M.gguf b/Llama-Sentient-3.2-3B-Instruct-Q3_K_M.gguf new file mode 100644 index 0000000..25d5d15 --- /dev/null +++ b/Llama-Sentient-3.2-3B-Instruct-Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de67787a51f240d4cd19852fa2fadecaa857a93340ca7577d354e67a5a952d53 +size 1687160768 diff --git a/Llama-Sentient-3.2-3B-Instruct-Q3_K_S.gguf b/Llama-Sentient-3.2-3B-Instruct-Q3_K_S.gguf new file mode 100644 index 0000000..9066fd6 --- /dev/null +++ b/Llama-Sentient-3.2-3B-Instruct-Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8190ee1855ae2a71c53305ab265b96abf5a9a1aeb4f3cfb2e03452fb59e34682 +size 1542850496 diff --git a/Llama-Sentient-3.2-3B-Instruct-Q3_K_XL.gguf b/Llama-Sentient-3.2-3B-Instruct-Q3_K_XL.gguf new file mode 100644 index 0000000..345ac3b --- /dev/null +++ b/Llama-Sentient-3.2-3B-Instruct-Q3_K_XL.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f29b885d2acb2f3af150b479703e623c14d864ed2911fdb2fd0fa45310c55df +size 1910771648 diff --git a/Llama-Sentient-3.2-3B-Instruct-Q4_0.gguf b/Llama-Sentient-3.2-3B-Instruct-Q4_0.gguf new file mode 100644 index 0000000..90841e3 --- /dev/null +++ b/Llama-Sentient-3.2-3B-Instruct-Q4_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9d258edfa99bdfed9d85bdd6ddeaaedfa624bc2c7b2b13ec9ea15905b960fc0 +size 1921910720 diff --git a/Llama-Sentient-3.2-3B-Instruct-Q4_0_4_4.gguf b/Llama-Sentient-3.2-3B-Instruct-Q4_0_4_4.gguf new file mode 100644 index 0000000..2374217 --- /dev/null +++ b/Llama-Sentient-3.2-3B-Instruct-Q4_0_4_4.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffb6cad609eec5d51c492f4dec7425243b830aada1a15aa075c87717f19c6ad3 +size 1917192128 diff --git a/Llama-Sentient-3.2-3B-Instruct-Q4_0_4_8.gguf b/Llama-Sentient-3.2-3B-Instruct-Q4_0_4_8.gguf new file mode 100644 index 0000000..993e038 --- /dev/null +++ b/Llama-Sentient-3.2-3B-Instruct-Q4_0_4_8.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3fae8332904e754d558ff7d05348f27a253296b4c212934e2c2d9ef3b911002 +size 1917192128 diff --git a/Llama-Sentient-3.2-3B-Instruct-Q4_0_8_8.gguf b/Llama-Sentient-3.2-3B-Instruct-Q4_0_8_8.gguf new file mode 100644 index 0000000..864742d --- /dev/null +++ b/Llama-Sentient-3.2-3B-Instruct-Q4_0_8_8.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa4591905db8598be63792ec5a73c4df314115466c7d33d0082f5536c90ddcc0 +size 1917192128 diff --git a/Llama-Sentient-3.2-3B-Instruct-Q4_K_L.gguf b/Llama-Sentient-3.2-3B-Instruct-Q4_K_L.gguf new file mode 100644 index 0000000..a91de07 --- /dev/null +++ b/Llama-Sentient-3.2-3B-Instruct-Q4_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c88b6240034d24809ae8a8c40af48cee126e35f0b2f1a6b1cabb72390dbf8975 +size 2114801600 diff --git a/Llama-Sentient-3.2-3B-Instruct-Q4_K_M.gguf b/Llama-Sentient-3.2-3B-Instruct-Q4_K_M.gguf new file mode 100644 index 0000000..c6faf69 --- /dev/null +++ b/Llama-Sentient-3.2-3B-Instruct-Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f32561ac2995b0b2e6420fd286676d5d4ed2b4b2f4953e34c338e6a249803b54 +size 2019379136 diff --git a/Llama-Sentient-3.2-3B-Instruct-Q4_K_S.gguf b/Llama-Sentient-3.2-3B-Instruct-Q4_K_S.gguf new file mode 100644 index 0000000..b06bfd5 --- /dev/null +++ b/Llama-Sentient-3.2-3B-Instruct-Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b590398502bf679729de91fb7b4bfe157a1a7c9f92ea71bfb1e6088baa7f082 +size 1928202176 diff --git a/Llama-Sentient-3.2-3B-Instruct-Q5_K_L.gguf b/Llama-Sentient-3.2-3B-Instruct-Q5_K_L.gguf new file mode 100644 index 0000000..5b3b56a --- /dev/null +++ b/Llama-Sentient-3.2-3B-Instruct-Q5_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07248f2e861b57e7cb076025e73099ecc92d2eb889f672c7682435138c5a1674 +size 2417577920 diff --git a/Llama-Sentient-3.2-3B-Instruct-Q5_K_M.gguf b/Llama-Sentient-3.2-3B-Instruct-Q5_K_M.gguf new file mode 100644 index 0000000..43beacf --- /dev/null +++ b/Llama-Sentient-3.2-3B-Instruct-Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95d2f73ea6adfc573864b80e4d7c751b225776ac013cb6c8bfcf0516974af8a3 +size 2322155456 diff --git a/Llama-Sentient-3.2-3B-Instruct-Q5_K_S.gguf b/Llama-Sentient-3.2-3B-Instruct-Q5_K_S.gguf new file mode 100644 index 0000000..5d86651 --- /dev/null +++ b/Llama-Sentient-3.2-3B-Instruct-Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efa656e7b3bf5f0766410d0e23de51e1d8264c74f73a71d8f5edb0351880a2a3 +size 2269513664 diff --git a/Llama-Sentient-3.2-3B-Instruct-Q6_K.gguf b/Llama-Sentient-3.2-3B-Instruct-Q6_K.gguf new file mode 100644 index 0000000..15e30f8 --- /dev/null +++ b/Llama-Sentient-3.2-3B-Instruct-Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c050381a9d4dcb02732f66703618b48578702c2b5c713dc1f9e803c708d6dbe3 +size 2643855296 diff --git a/Llama-Sentient-3.2-3B-Instruct-Q6_K_L.gguf b/Llama-Sentient-3.2-3B-Instruct-Q6_K_L.gguf new file mode 100644 index 0000000..d3d3c4c --- /dev/null +++ b/Llama-Sentient-3.2-3B-Instruct-Q6_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ea3cdbb229c66d63303f0652db8f4ccceafd86d0674c69b66e5009ed824c43c +size 2739277760 diff --git a/Llama-Sentient-3.2-3B-Instruct-Q8_0.gguf b/Llama-Sentient-3.2-3B-Instruct-Q8_0.gguf new file mode 100644 index 0000000..da3d8ba --- /dev/null +++ b/Llama-Sentient-3.2-3B-Instruct-Q8_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c35ba6fede348dba5b8d6e3b7802c50f6e1067895daa9d9973084a7cea1f4860 +size 3421900736 diff --git a/Llama-Sentient-3.2-3B-Instruct-f16.gguf b/Llama-Sentient-3.2-3B-Instruct-f16.gguf new file mode 100644 index 0000000..398985f --- /dev/null +++ b/Llama-Sentient-3.2-3B-Instruct-f16.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c349d2efb6f85120808f71c83c83a357c6c5042a98268f2e8a8b53a851c3b8e9 +size 6433689216 diff --git a/Llama-Sentient-3.2-3B-Instruct.imatrix b/Llama-Sentient-3.2-3B-Instruct.imatrix new file mode 100644 index 0000000..ad33fe8 --- /dev/null +++ b/Llama-Sentient-3.2-3B-Instruct.imatrix @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2625deabd53e4040b898a02c4b6de279da4a043e1d7208b6a2b67c1a9b0c5a50 +size 2988390 diff --git a/README.md b/README.md new file mode 100644 index 0000000..4d69a63 --- /dev/null +++ b/README.md @@ -0,0 +1,181 @@ +--- +quantized_by: bartowski +pipeline_tag: text-generation +datasets: +- mlabonne/lmsys-arena-human-preference-55k-sharegpt +base_model: prithivMLmods/Llama-Sentient-3.2-3B-Instruct +tags: +- Llama +- Llama-Cpp +- Llama3.2 +- Instruct +- 3B +- bin +- Sentient +license: creativeml-openrail-m +language: +- en +--- + +## Llamacpp imatrix Quantizations of Llama-Sentient-3.2-3B-Instruct + +Using llama.cpp release b4132 for quantization. + +Original model: https://huggingface.co/prithivMLmods/Llama-Sentient-3.2-3B-Instruct + +All quants made using imatrix option with dataset from [here](https://gist.github.com/bartowski1182/eb213dccb3571f863da82e99418f81e8) + +Run them in [LM Studio](https://lmstudio.ai/) + +## Prompt format + +``` +<|begin_of_text|><|start_header_id|>system<|end_header_id|> + +Cutting Knowledge Date: December 2023 +Today Date: 26 July 2024 + +{system_prompt}<|eot_id|><|start_header_id|>user<|end_header_id|> + +{prompt}<|eot_id|><|start_header_id|>assistant<|end_header_id|> +``` + +## Download a file (not the whole branch) from below: + +| Filename | Quant type | File Size | Split | Description | +| -------- | ---------- | --------- | ----- | ----------- | +| [Llama-Sentient-3.2-3B-Instruct-f16.gguf](https://huggingface.co/bartowski/Llama-Sentient-3.2-3B-Instruct-GGUF/blob/main/Llama-Sentient-3.2-3B-Instruct-f16.gguf) | f16 | 6.43GB | false | Full F16 weights. | +| [Llama-Sentient-3.2-3B-Instruct-Q8_0.gguf](https://huggingface.co/bartowski/Llama-Sentient-3.2-3B-Instruct-GGUF/blob/main/Llama-Sentient-3.2-3B-Instruct-Q8_0.gguf) | Q8_0 | 3.42GB | false | Extremely high quality, generally unneeded but max available quant. | +| [Llama-Sentient-3.2-3B-Instruct-Q6_K_L.gguf](https://huggingface.co/bartowski/Llama-Sentient-3.2-3B-Instruct-GGUF/blob/main/Llama-Sentient-3.2-3B-Instruct-Q6_K_L.gguf) | Q6_K_L | 2.74GB | false | Uses Q8_0 for embed and output weights. Very high quality, near perfect, *recommended*. | +| [Llama-Sentient-3.2-3B-Instruct-Q6_K.gguf](https://huggingface.co/bartowski/Llama-Sentient-3.2-3B-Instruct-GGUF/blob/main/Llama-Sentient-3.2-3B-Instruct-Q6_K.gguf) | Q6_K | 2.64GB | false | Very high quality, near perfect, *recommended*. | +| [Llama-Sentient-3.2-3B-Instruct-Q5_K_L.gguf](https://huggingface.co/bartowski/Llama-Sentient-3.2-3B-Instruct-GGUF/blob/main/Llama-Sentient-3.2-3B-Instruct-Q5_K_L.gguf) | Q5_K_L | 2.42GB | false | Uses Q8_0 for embed and output weights. High quality, *recommended*. | +| [Llama-Sentient-3.2-3B-Instruct-Q5_K_M.gguf](https://huggingface.co/bartowski/Llama-Sentient-3.2-3B-Instruct-GGUF/blob/main/Llama-Sentient-3.2-3B-Instruct-Q5_K_M.gguf) | Q5_K_M | 2.32GB | false | High quality, *recommended*. | +| [Llama-Sentient-3.2-3B-Instruct-Q5_K_S.gguf](https://huggingface.co/bartowski/Llama-Sentient-3.2-3B-Instruct-GGUF/blob/main/Llama-Sentient-3.2-3B-Instruct-Q5_K_S.gguf) | Q5_K_S | 2.27GB | false | High quality, *recommended*. | +| [Llama-Sentient-3.2-3B-Instruct-Q4_K_L.gguf](https://huggingface.co/bartowski/Llama-Sentient-3.2-3B-Instruct-GGUF/blob/main/Llama-Sentient-3.2-3B-Instruct-Q4_K_L.gguf) | Q4_K_L | 2.11GB | false | Uses Q8_0 for embed and output weights. Good quality, *recommended*. | +| [Llama-Sentient-3.2-3B-Instruct-Q4_K_M.gguf](https://huggingface.co/bartowski/Llama-Sentient-3.2-3B-Instruct-GGUF/blob/main/Llama-Sentient-3.2-3B-Instruct-Q4_K_M.gguf) | Q4_K_M | 2.02GB | false | Good quality, default size for most use cases, *recommended*. | +| [Llama-Sentient-3.2-3B-Instruct-Q4_K_S.gguf](https://huggingface.co/bartowski/Llama-Sentient-3.2-3B-Instruct-GGUF/blob/main/Llama-Sentient-3.2-3B-Instruct-Q4_K_S.gguf) | Q4_K_S | 1.93GB | false | Slightly lower quality with more space savings, *recommended*. | +| [Llama-Sentient-3.2-3B-Instruct-Q4_0_8_8.gguf](https://huggingface.co/bartowski/Llama-Sentient-3.2-3B-Instruct-GGUF/blob/main/Llama-Sentient-3.2-3B-Instruct-Q4_0_8_8.gguf) | Q4_0_8_8 | 1.92GB | false | Optimized for ARM and AVX inference. Requires 'sve' support for ARM (see details below). *Don't use on Mac*. | +| [Llama-Sentient-3.2-3B-Instruct-Q4_0_4_8.gguf](https://huggingface.co/bartowski/Llama-Sentient-3.2-3B-Instruct-GGUF/blob/main/Llama-Sentient-3.2-3B-Instruct-Q4_0_4_8.gguf) | Q4_0_4_8 | 1.92GB | false | Optimized for ARM inference. Requires 'i8mm' support (see details below). *Don't use on Mac*. | +| [Llama-Sentient-3.2-3B-Instruct-Q4_0_4_4.gguf](https://huggingface.co/bartowski/Llama-Sentient-3.2-3B-Instruct-GGUF/blob/main/Llama-Sentient-3.2-3B-Instruct-Q4_0_4_4.gguf) | Q4_0_4_4 | 1.92GB | false | Optimized for ARM inference. Should work well on all ARM chips, not for use with GPUs. *Don't use on Mac*. | +| [Llama-Sentient-3.2-3B-Instruct-Q4_0.gguf](https://huggingface.co/bartowski/Llama-Sentient-3.2-3B-Instruct-GGUF/blob/main/Llama-Sentient-3.2-3B-Instruct-Q4_0.gguf) | Q4_0 | 1.92GB | false | Legacy format, generally not worth using over similarly sized formats | +| [Llama-Sentient-3.2-3B-Instruct-Q3_K_XL.gguf](https://huggingface.co/bartowski/Llama-Sentient-3.2-3B-Instruct-GGUF/blob/main/Llama-Sentient-3.2-3B-Instruct-Q3_K_XL.gguf) | Q3_K_XL | 1.91GB | false | Uses Q8_0 for embed and output weights. Lower quality but usable, good for low RAM availability. | +| [Llama-Sentient-3.2-3B-Instruct-IQ4_XS.gguf](https://huggingface.co/bartowski/Llama-Sentient-3.2-3B-Instruct-GGUF/blob/main/Llama-Sentient-3.2-3B-Instruct-IQ4_XS.gguf) | IQ4_XS | 1.83GB | false | Decent quality, smaller than Q4_K_S with similar performance, *recommended*. | +| [Llama-Sentient-3.2-3B-Instruct-Q3_K_L.gguf](https://huggingface.co/bartowski/Llama-Sentient-3.2-3B-Instruct-GGUF/blob/main/Llama-Sentient-3.2-3B-Instruct-Q3_K_L.gguf) | Q3_K_L | 1.82GB | false | Lower quality but usable, good for low RAM availability. | +| [Llama-Sentient-3.2-3B-Instruct-Q3_K_M.gguf](https://huggingface.co/bartowski/Llama-Sentient-3.2-3B-Instruct-GGUF/blob/main/Llama-Sentient-3.2-3B-Instruct-Q3_K_M.gguf) | Q3_K_M | 1.69GB | false | Low quality. | +| [Llama-Sentient-3.2-3B-Instruct-IQ3_M.gguf](https://huggingface.co/bartowski/Llama-Sentient-3.2-3B-Instruct-GGUF/blob/main/Llama-Sentient-3.2-3B-Instruct-IQ3_M.gguf) | IQ3_M | 1.60GB | false | Medium-low quality, new method with decent performance comparable to Q3_K_M. | +| [Llama-Sentient-3.2-3B-Instruct-Q3_K_S.gguf](https://huggingface.co/bartowski/Llama-Sentient-3.2-3B-Instruct-GGUF/blob/main/Llama-Sentient-3.2-3B-Instruct-Q3_K_S.gguf) | Q3_K_S | 1.54GB | false | Low quality, not recommended. | +| [Llama-Sentient-3.2-3B-Instruct-IQ3_XS.gguf](https://huggingface.co/bartowski/Llama-Sentient-3.2-3B-Instruct-GGUF/blob/main/Llama-Sentient-3.2-3B-Instruct-IQ3_XS.gguf) | IQ3_XS | 1.48GB | false | Lower quality, new method with decent performance, slightly better than Q3_K_S. | +| [Llama-Sentient-3.2-3B-Instruct-Q2_K_L.gguf](https://huggingface.co/bartowski/Llama-Sentient-3.2-3B-Instruct-GGUF/blob/main/Llama-Sentient-3.2-3B-Instruct-Q2_K_L.gguf) | Q2_K_L | 1.46GB | false | Uses Q8_0 for embed and output weights. Very low quality but surprisingly usable. | +| [Llama-Sentient-3.2-3B-Instruct-Q2_K.gguf](https://huggingface.co/bartowski/Llama-Sentient-3.2-3B-Instruct-GGUF/blob/main/Llama-Sentient-3.2-3B-Instruct-Q2_K.gguf) | Q2_K | 1.36GB | false | Very low quality but surprisingly usable. | +| [Llama-Sentient-3.2-3B-Instruct-IQ2_M.gguf](https://huggingface.co/bartowski/Llama-Sentient-3.2-3B-Instruct-GGUF/blob/main/Llama-Sentient-3.2-3B-Instruct-IQ2_M.gguf) | IQ2_M | 1.23GB | false | Relatively low quality, uses SOTA techniques to be surprisingly usable. | + +## Embed/output weights + +Some of these quants (Q3_K_XL, Q4_K_L etc) are the standard quantization method with the embeddings and output weights quantized to Q8_0 instead of what they would normally default to. + +## Downloading using huggingface-cli + +
+ Click to view download instructions + +First, make sure you have hugginface-cli installed: + +``` +pip install -U "huggingface_hub[cli]" +``` + +Then, you can target the specific file you want: + +``` +huggingface-cli download bartowski/Llama-Sentient-3.2-3B-Instruct-GGUF --include "Llama-Sentient-3.2-3B-Instruct-Q4_K_M.gguf" --local-dir ./ +``` + +If the model is bigger than 50GB, it will have been split into multiple files. In order to download them all to a local folder, run: + +``` +huggingface-cli download bartowski/Llama-Sentient-3.2-3B-Instruct-GGUF --include "Llama-Sentient-3.2-3B-Instruct-Q8_0/*" --local-dir ./ +``` + +You can either specify a new local-dir (Llama-Sentient-3.2-3B-Instruct-Q8_0) or download them all in place (./) + +
+ +## Q4_0_X_X information + + +
+ Click to view Q4_0_X_X information +These are *NOT* for Metal (Apple) or GPU (nvidia/AMD/intel) offloading, only ARM chips (and certain AVX2/AVX512 CPUs). + +If you're using an ARM chip, the Q4_0_X_X quants will have a substantial speedup. Check out Q4_0_4_4 speed comparisons [on the original pull request](https://github.com/ggerganov/llama.cpp/pull/5780#pullrequestreview-21657544660) + +To check which one would work best for your ARM chip, you can check [AArch64 SoC features](https://gpages.juszkiewicz.com.pl/arm-socs-table/arm-socs.html) (thanks EloyOn!). + +If you're using a CPU that supports AVX2 or AVX512 (typically server CPUs and AMD's latest Zen5 CPUs) and are not offloading to a GPU, the Q4_0_8_8 may offer a nice speed as well: + +
+ Click to view benchmarks on an AVX2 system (EPYC7702) + +| model | size | params | backend | threads | test | t/s | % (vs Q4_0) | +| ------------------------------ | ---------: | ---------: | ---------- | ------: | ------------: | -------------------: |-------------: | +| qwen2 3B Q4_0 | 1.70 GiB | 3.09 B | CPU | 64 | pp512 | 204.03 ± 1.03 | 100% | +| qwen2 3B Q4_0 | 1.70 GiB | 3.09 B | CPU | 64 | pp1024 | 282.92 ± 0.19 | 100% | +| qwen2 3B Q4_0 | 1.70 GiB | 3.09 B | CPU | 64 | pp2048 | 259.49 ± 0.44 | 100% | +| qwen2 3B Q4_0 | 1.70 GiB | 3.09 B | CPU | 64 | tg128 | 39.12 ± 0.27 | 100% | +| qwen2 3B Q4_0 | 1.70 GiB | 3.09 B | CPU | 64 | tg256 | 39.31 ± 0.69 | 100% | +| qwen2 3B Q4_0 | 1.70 GiB | 3.09 B | CPU | 64 | tg512 | 40.52 ± 0.03 | 100% | +| qwen2 3B Q4_K_M | 1.79 GiB | 3.09 B | CPU | 64 | pp512 | 301.02 ± 1.74 | 147% | +| qwen2 3B Q4_K_M | 1.79 GiB | 3.09 B | CPU | 64 | pp1024 | 287.23 ± 0.20 | 101% | +| qwen2 3B Q4_K_M | 1.79 GiB | 3.09 B | CPU | 64 | pp2048 | 262.77 ± 1.81 | 101% | +| qwen2 3B Q4_K_M | 1.79 GiB | 3.09 B | CPU | 64 | tg128 | 18.80 ± 0.99 | 48% | +| qwen2 3B Q4_K_M | 1.79 GiB | 3.09 B | CPU | 64 | tg256 | 24.46 ± 3.04 | 83% | +| qwen2 3B Q4_K_M | 1.79 GiB | 3.09 B | CPU | 64 | tg512 | 36.32 ± 3.59 | 90% | +| qwen2 3B Q4_0_8_8 | 1.69 GiB | 3.09 B | CPU | 64 | pp512 | 271.71 ± 3.53 | 133% | +| qwen2 3B Q4_0_8_8 | 1.69 GiB | 3.09 B | CPU | 64 | pp1024 | 279.86 ± 45.63 | 100% | +| qwen2 3B Q4_0_8_8 | 1.69 GiB | 3.09 B | CPU | 64 | pp2048 | 320.77 ± 5.00 | 124% | +| qwen2 3B Q4_0_8_8 | 1.69 GiB | 3.09 B | CPU | 64 | tg128 | 43.51 ± 0.05 | 111% | +| qwen2 3B Q4_0_8_8 | 1.69 GiB | 3.09 B | CPU | 64 | tg256 | 43.35 ± 0.09 | 110% | +| qwen2 3B Q4_0_8_8 | 1.69 GiB | 3.09 B | CPU | 64 | tg512 | 42.60 ± 0.31 | 105% | + +Q4_0_8_8 offers a nice bump to prompt processing and a small bump to text generation + +
+ +
+ +## Which file should I choose? + +
+ Click here for details + +A great write up with charts showing various performances is provided by Artefact2 [here](https://gist.github.com/Artefact2/b5f810600771265fc1e39442288e8ec9) + +The first thing to figure out is how big a model you can run. To do this, you'll need to figure out how much RAM and/or VRAM you have. + +If you want your model running as FAST as possible, you'll want to fit the whole thing on your GPU's VRAM. Aim for a quant with a file size 1-2GB smaller than your GPU's total VRAM. + +If you want the absolute maximum quality, add both your system RAM and your GPU's VRAM together, then similarly grab a quant with a file size 1-2GB Smaller than that total. + +Next, you'll need to decide if you want to use an 'I-quant' or a 'K-quant'. + +If you don't want to think too much, grab one of the K-quants. These are in format 'QX_K_X', like Q5_K_M. + +If you want to get more into the weeds, you can check out this extremely useful feature chart: + +[llama.cpp feature matrix](https://github.com/ggerganov/llama.cpp/wiki/Feature-matrix) + +But basically, if you're aiming for below Q4, and you're running cuBLAS (Nvidia) or rocBLAS (AMD), you should look towards the I-quants. These are in format IQX_X, like IQ3_M. These are newer and offer better performance for their size. + +These I-quants can also be used on CPU and Apple Metal, but will be slower than their K-quant equivalent, so speed vs performance is a tradeoff you'll have to decide. + +The I-quants are *not* compatible with Vulcan, which is also AMD, so if you have an AMD card double check if you're using the rocBLAS build or the Vulcan build. At the time of writing this, LM Studio has a preview with ROCm support, and other inference engines have specific builds for ROCm. + +
+ +## Credits + +Thank you kalomaze and Dampf for assistance in creating the imatrix calibration dataset. + +Thank you ZeroWw for the inspiration to experiment with embed/output. + +Want to support my work? Visit my ko-fi page here: https://ko-fi.com/bartowski diff --git a/configuration.json b/configuration.json new file mode 100644 index 0000000..bbeeda1 --- /dev/null +++ b/configuration.json @@ -0,0 +1 @@ +{"framework": "pytorch", "task": "text-generation", "allow_remote": true} \ No newline at end of file