From d501dd27dcc76f3d45ec88a4641f693387a62ca5 Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Sun, 17 May 2026 21:21: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: mradermacher/Llama3.1-8B-SEP-Chat-i1-GGUF Source: Original Platform --- .gitattributes | 60 +++++++++++++++++++++ Llama3.1-8B-SEP-Chat.i1-IQ1_M.gguf | 3 ++ Llama3.1-8B-SEP-Chat.i1-IQ1_S.gguf | 3 ++ Llama3.1-8B-SEP-Chat.i1-IQ2_M.gguf | 3 ++ Llama3.1-8B-SEP-Chat.i1-IQ2_S.gguf | 3 ++ Llama3.1-8B-SEP-Chat.i1-IQ2_XS.gguf | 3 ++ Llama3.1-8B-SEP-Chat.i1-IQ2_XXS.gguf | 3 ++ Llama3.1-8B-SEP-Chat.i1-IQ3_M.gguf | 3 ++ Llama3.1-8B-SEP-Chat.i1-IQ3_S.gguf | 3 ++ Llama3.1-8B-SEP-Chat.i1-IQ3_XS.gguf | 3 ++ Llama3.1-8B-SEP-Chat.i1-IQ3_XXS.gguf | 3 ++ Llama3.1-8B-SEP-Chat.i1-IQ4_NL.gguf | 3 ++ Llama3.1-8B-SEP-Chat.i1-IQ4_XS.gguf | 3 ++ Llama3.1-8B-SEP-Chat.i1-Q2_K.gguf | 3 ++ Llama3.1-8B-SEP-Chat.i1-Q2_K_S.gguf | 3 ++ Llama3.1-8B-SEP-Chat.i1-Q3_K_L.gguf | 3 ++ Llama3.1-8B-SEP-Chat.i1-Q3_K_M.gguf | 3 ++ Llama3.1-8B-SEP-Chat.i1-Q3_K_S.gguf | 3 ++ Llama3.1-8B-SEP-Chat.i1-Q4_0.gguf | 3 ++ Llama3.1-8B-SEP-Chat.i1-Q4_1.gguf | 3 ++ Llama3.1-8B-SEP-Chat.i1-Q4_K_M.gguf | 3 ++ Llama3.1-8B-SEP-Chat.i1-Q4_K_S.gguf | 3 ++ Llama3.1-8B-SEP-Chat.i1-Q5_K_M.gguf | 3 ++ Llama3.1-8B-SEP-Chat.i1-Q5_K_S.gguf | 3 ++ Llama3.1-8B-SEP-Chat.i1-Q6_K.gguf | 3 ++ README.md | 79 ++++++++++++++++++++++++++++ imatrix.dat | 3 ++ 27 files changed, 214 insertions(+) create mode 100644 .gitattributes create mode 100644 Llama3.1-8B-SEP-Chat.i1-IQ1_M.gguf create mode 100644 Llama3.1-8B-SEP-Chat.i1-IQ1_S.gguf create mode 100644 Llama3.1-8B-SEP-Chat.i1-IQ2_M.gguf create mode 100644 Llama3.1-8B-SEP-Chat.i1-IQ2_S.gguf create mode 100644 Llama3.1-8B-SEP-Chat.i1-IQ2_XS.gguf create mode 100644 Llama3.1-8B-SEP-Chat.i1-IQ2_XXS.gguf create mode 100644 Llama3.1-8B-SEP-Chat.i1-IQ3_M.gguf create mode 100644 Llama3.1-8B-SEP-Chat.i1-IQ3_S.gguf create mode 100644 Llama3.1-8B-SEP-Chat.i1-IQ3_XS.gguf create mode 100644 Llama3.1-8B-SEP-Chat.i1-IQ3_XXS.gguf create mode 100644 Llama3.1-8B-SEP-Chat.i1-IQ4_NL.gguf create mode 100644 Llama3.1-8B-SEP-Chat.i1-IQ4_XS.gguf create mode 100644 Llama3.1-8B-SEP-Chat.i1-Q2_K.gguf create mode 100644 Llama3.1-8B-SEP-Chat.i1-Q2_K_S.gguf create mode 100644 Llama3.1-8B-SEP-Chat.i1-Q3_K_L.gguf create mode 100644 Llama3.1-8B-SEP-Chat.i1-Q3_K_M.gguf create mode 100644 Llama3.1-8B-SEP-Chat.i1-Q3_K_S.gguf create mode 100644 Llama3.1-8B-SEP-Chat.i1-Q4_0.gguf create mode 100644 Llama3.1-8B-SEP-Chat.i1-Q4_1.gguf create mode 100644 Llama3.1-8B-SEP-Chat.i1-Q4_K_M.gguf create mode 100644 Llama3.1-8B-SEP-Chat.i1-Q4_K_S.gguf create mode 100644 Llama3.1-8B-SEP-Chat.i1-Q5_K_M.gguf create mode 100644 Llama3.1-8B-SEP-Chat.i1-Q5_K_S.gguf create mode 100644 Llama3.1-8B-SEP-Chat.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..4ae916a --- /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 +Llama3.1-8B-SEP-Chat.i1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +Llama3.1-8B-SEP-Chat.i1-IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text +Llama3.1-8B-SEP-Chat.i1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Llama3.1-8B-SEP-Chat.i1-IQ3_XXS.gguf filter=lfs diff=lfs merge=lfs -text +Llama3.1-8B-SEP-Chat.i1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Llama3.1-8B-SEP-Chat.i1-IQ4_NL.gguf filter=lfs diff=lfs merge=lfs -text +Llama3.1-8B-SEP-Chat.i1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Llama3.1-8B-SEP-Chat.i1-IQ2_M.gguf filter=lfs diff=lfs merge=lfs -text +Llama3.1-8B-SEP-Chat.i1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +Llama3.1-8B-SEP-Chat.i1-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +Llama3.1-8B-SEP-Chat.i1-Q2_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Llama3.1-8B-SEP-Chat.i1-IQ1_M.gguf filter=lfs diff=lfs merge=lfs -text +Llama3.1-8B-SEP-Chat.i1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Llama3.1-8B-SEP-Chat.i1-IQ2_XXS.gguf filter=lfs diff=lfs merge=lfs -text +Llama3.1-8B-SEP-Chat.i1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +Llama3.1-8B-SEP-Chat.i1-IQ2_XS.gguf filter=lfs diff=lfs merge=lfs -text +Llama3.1-8B-SEP-Chat.i1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Llama3.1-8B-SEP-Chat.i1-IQ2_S.gguf filter=lfs diff=lfs merge=lfs -text +Llama3.1-8B-SEP-Chat.i1-IQ1_S.gguf filter=lfs diff=lfs merge=lfs -text +Llama3.1-8B-SEP-Chat.i1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Llama3.1-8B-SEP-Chat.i1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text +Llama3.1-8B-SEP-Chat.i1-IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text +Llama3.1-8B-SEP-Chat.i1-Q4_1.gguf filter=lfs diff=lfs merge=lfs -text +Llama3.1-8B-SEP-Chat.i1-IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/Llama3.1-8B-SEP-Chat.i1-IQ1_M.gguf b/Llama3.1-8B-SEP-Chat.i1-IQ1_M.gguf new file mode 100644 index 0000000..b1943d1 --- /dev/null +++ b/Llama3.1-8B-SEP-Chat.i1-IQ1_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5f3f4c74b8bce2ff6111aebd359ab2c10762c0d52b14da431c449680f842a8e +size 2161981632 diff --git a/Llama3.1-8B-SEP-Chat.i1-IQ1_S.gguf b/Llama3.1-8B-SEP-Chat.i1-IQ1_S.gguf new file mode 100644 index 0000000..9ceb5d5 --- /dev/null +++ b/Llama3.1-8B-SEP-Chat.i1-IQ1_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e35f1e11ee61ccd53a5fcbf2f20edac08ed2864cf3223884b392c4a9d38a621e +size 2019637440 diff --git a/Llama3.1-8B-SEP-Chat.i1-IQ2_M.gguf b/Llama3.1-8B-SEP-Chat.i1-IQ2_M.gguf new file mode 100644 index 0000000..71ed22c --- /dev/null +++ b/Llama3.1-8B-SEP-Chat.i1-IQ2_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f574cd58776d1c3c12f39916db359496de39715dae254bd64dbf4a83e385138 +size 2948291584 diff --git a/Llama3.1-8B-SEP-Chat.i1-IQ2_S.gguf b/Llama3.1-8B-SEP-Chat.i1-IQ2_S.gguf new file mode 100644 index 0000000..1f0b8b6 --- /dev/null +++ b/Llama3.1-8B-SEP-Chat.i1-IQ2_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e0687e83b836b674ea2276ae10e76409b3385c0a25332be2a132f1b381d5865 +size 2758499328 diff --git a/Llama3.1-8B-SEP-Chat.i1-IQ2_XS.gguf b/Llama3.1-8B-SEP-Chat.i1-IQ2_XS.gguf new file mode 100644 index 0000000..fce4cc5 --- /dev/null +++ b/Llama3.1-8B-SEP-Chat.i1-IQ2_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d72d7bae3c03b0885fb7cb846f71aa81677d2eabff909f864e6276ebdc09a5dd +size 2605791424 diff --git a/Llama3.1-8B-SEP-Chat.i1-IQ2_XXS.gguf b/Llama3.1-8B-SEP-Chat.i1-IQ2_XXS.gguf new file mode 100644 index 0000000..e194210 --- /dev/null +++ b/Llama3.1-8B-SEP-Chat.i1-IQ2_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d68f3a8a1f73e3ef02ffe6194daea2723ce3e54b6cee9349ec666812b4dd4f9 +size 2399221952 diff --git a/Llama3.1-8B-SEP-Chat.i1-IQ3_M.gguf b/Llama3.1-8B-SEP-Chat.i1-IQ3_M.gguf new file mode 100644 index 0000000..edf9105 --- /dev/null +++ b/Llama3.1-8B-SEP-Chat.i1-IQ3_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:064a86e64a4ec24074916218be1c6353f2921626b9012d8c4e996ec90b04af46 +size 3784835136 diff --git a/Llama3.1-8B-SEP-Chat.i1-IQ3_S.gguf b/Llama3.1-8B-SEP-Chat.i1-IQ3_S.gguf new file mode 100644 index 0000000..ef19955 --- /dev/null +++ b/Llama3.1-8B-SEP-Chat.i1-IQ3_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d43aede685070d8f2d8421116a7340bcc5ae009dd0585482a38bb54e0387479 +size 3682336832 diff --git a/Llama3.1-8B-SEP-Chat.i1-IQ3_XS.gguf b/Llama3.1-8B-SEP-Chat.i1-IQ3_XS.gguf new file mode 100644 index 0000000..2aab0b4 --- /dev/null +++ b/Llama3.1-8B-SEP-Chat.i1-IQ3_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c23c2b8ae6e8846ba5d076a52349d1b3a41314ef1b040fe5c96a9c7ba03a4ae +size 3518758976 diff --git a/Llama3.1-8B-SEP-Chat.i1-IQ3_XXS.gguf b/Llama3.1-8B-SEP-Chat.i1-IQ3_XXS.gguf new file mode 100644 index 0000000..13c38ea --- /dev/null +++ b/Llama3.1-8B-SEP-Chat.i1-IQ3_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a2cc8d80d1fcb24119fdb4d237d8ecaeb21e0242ecbb910d59641f0a93215d7 +size 3274923008 diff --git a/Llama3.1-8B-SEP-Chat.i1-IQ4_NL.gguf b/Llama3.1-8B-SEP-Chat.i1-IQ4_NL.gguf new file mode 100644 index 0000000..a8f6e0c --- /dev/null +++ b/Llama3.1-8B-SEP-Chat.i1-IQ4_NL.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48ee72c953d9dbcea5fbcfc8a3d701527ff0ea4052f036208a144ca9b5291a55 +size 4678001792 diff --git a/Llama3.1-8B-SEP-Chat.i1-IQ4_XS.gguf b/Llama3.1-8B-SEP-Chat.i1-IQ4_XS.gguf new file mode 100644 index 0000000..a648cce --- /dev/null +++ b/Llama3.1-8B-SEP-Chat.i1-IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a873239953a6172aa0d80d7335a7c65c84fa604bebdea730f4551ce360e5900 +size 4447675264 diff --git a/Llama3.1-8B-SEP-Chat.i1-Q2_K.gguf b/Llama3.1-8B-SEP-Chat.i1-Q2_K.gguf new file mode 100644 index 0000000..63bb9c9 --- /dev/null +++ b/Llama3.1-8B-SEP-Chat.i1-Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30dd052064093453ccdcdd12bcbf1fdace4c34f4890eac7c7c00416dcbb149c8 +size 3179142400 diff --git a/Llama3.1-8B-SEP-Chat.i1-Q2_K_S.gguf b/Llama3.1-8B-SEP-Chat.i1-Q2_K_S.gguf new file mode 100644 index 0000000..cd0f21b --- /dev/null +++ b/Llama3.1-8B-SEP-Chat.i1-Q2_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:268512d567f3eb27f9e3b2b30d5ccbb33f7a257cb1d84cfc8097017d9686e916 +size 2988825856 diff --git a/Llama3.1-8B-SEP-Chat.i1-Q3_K_L.gguf b/Llama3.1-8B-SEP-Chat.i1-Q3_K_L.gguf new file mode 100644 index 0000000..5caf5b3 --- /dev/null +++ b/Llama3.1-8B-SEP-Chat.i1-Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bfc9e181c26cb77aa3a4efc41237dc50ea044935bb4e1915353f7c436bc91a0 +size 4321968192 diff --git a/Llama3.1-8B-SEP-Chat.i1-Q3_K_M.gguf b/Llama3.1-8B-SEP-Chat.i1-Q3_K_M.gguf new file mode 100644 index 0000000..93aecc7 --- /dev/null +++ b/Llama3.1-8B-SEP-Chat.i1-Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b91d2e10326774198098c36bb70ceec0aee0b867c12330d6f17f30a09237680 +size 4018929728 diff --git a/Llama3.1-8B-SEP-Chat.i1-Q3_K_S.gguf b/Llama3.1-8B-SEP-Chat.i1-Q3_K_S.gguf new file mode 100644 index 0000000..deca484 --- /dev/null +++ b/Llama3.1-8B-SEP-Chat.i1-Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49739b25965b831370c814ce5f95b6f9da069ce312ab7c371c2f14d13264a1d2 +size 3664511040 diff --git a/Llama3.1-8B-SEP-Chat.i1-Q4_0.gguf b/Llama3.1-8B-SEP-Chat.i1-Q4_0.gguf new file mode 100644 index 0000000..a757783 --- /dev/null +++ b/Llama3.1-8B-SEP-Chat.i1-Q4_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9838b1823812c04e00d28423dfbcfb259c52932a507599ed96d04e9c1f48e456 +size 4675904640 diff --git a/Llama3.1-8B-SEP-Chat.i1-Q4_1.gguf b/Llama3.1-8B-SEP-Chat.i1-Q4_1.gguf new file mode 100644 index 0000000..0ba3147 --- /dev/null +++ b/Llama3.1-8B-SEP-Chat.i1-Q4_1.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa9041c2077e40bd7c3e8fcb1cadba6df66f022bd9415503de2298e7de9baf41 +size 5130266240 diff --git a/Llama3.1-8B-SEP-Chat.i1-Q4_K_M.gguf b/Llama3.1-8B-SEP-Chat.i1-Q4_K_M.gguf new file mode 100644 index 0000000..645a24f --- /dev/null +++ b/Llama3.1-8B-SEP-Chat.i1-Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16abb57a4a0549691a8ad23d7680a943fe85c30439427e92e4e314c087e5d053 +size 4920747136 diff --git a/Llama3.1-8B-SEP-Chat.i1-Q4_K_S.gguf b/Llama3.1-8B-SEP-Chat.i1-Q4_K_S.gguf new file mode 100644 index 0000000..3fb7949 --- /dev/null +++ b/Llama3.1-8B-SEP-Chat.i1-Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c21833fe1314154954b1377154f08fc5aa364a9c5060b8f4b8f6b4ba085c126 +size 4692681856 diff --git a/Llama3.1-8B-SEP-Chat.i1-Q5_K_M.gguf b/Llama3.1-8B-SEP-Chat.i1-Q5_K_M.gguf new file mode 100644 index 0000000..f21510d --- /dev/null +++ b/Llama3.1-8B-SEP-Chat.i1-Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7dca6b790fe296a9da7454dcf9c12cf55febbb0add22223a0ff0620294396f8f +size 5733001344 diff --git a/Llama3.1-8B-SEP-Chat.i1-Q5_K_S.gguf b/Llama3.1-8B-SEP-Chat.i1-Q5_K_S.gguf new file mode 100644 index 0000000..cba5101 --- /dev/null +++ b/Llama3.1-8B-SEP-Chat.i1-Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d69d042586febefe639645d8f8f54f006c609aabe0faf4287b3183c43f26ad93 +size 5599307904 diff --git a/Llama3.1-8B-SEP-Chat.i1-Q6_K.gguf b/Llama3.1-8B-SEP-Chat.i1-Q6_K.gguf new file mode 100644 index 0000000..56df076 --- /dev/null +++ b/Llama3.1-8B-SEP-Chat.i1-Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31baad8137c05134c040396394eaff8fe3efd3cd40e39c0321e5929b346a1b98 +size 6596021440 diff --git a/README.md b/README.md new file mode 100644 index 0000000..a4f33f1 --- /dev/null +++ b/README.md @@ -0,0 +1,79 @@ +--- +base_model: ruggsea/Llama3.1-8B-SEP-Chat +datasets: +- ruggsea/stanford-encyclopedia-of-philosophy_chat_multi_turn +language: +- en +- it +library_name: transformers +license: other +quantized_by: mradermacher +--- +## About + + + + + + +weighted/imatrix quants of https://huggingface.co/ruggsea/Llama3.1-8B-SEP-Chat + + +static quants are available at https://huggingface.co/mradermacher/Llama3.1-8B-SEP-Chat-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/Llama3.1-8B-SEP-Chat-i1-GGUF/resolve/main/Llama3.1-8B-SEP-Chat.i1-IQ1_S.gguf) | i1-IQ1_S | 2.1 | for the desperate | +| [GGUF](https://huggingface.co/mradermacher/Llama3.1-8B-SEP-Chat-i1-GGUF/resolve/main/Llama3.1-8B-SEP-Chat.i1-IQ1_M.gguf) | i1-IQ1_M | 2.3 | mostly desperate | +| [GGUF](https://huggingface.co/mradermacher/Llama3.1-8B-SEP-Chat-i1-GGUF/resolve/main/Llama3.1-8B-SEP-Chat.i1-IQ2_XXS.gguf) | i1-IQ2_XXS | 2.5 | | +| [GGUF](https://huggingface.co/mradermacher/Llama3.1-8B-SEP-Chat-i1-GGUF/resolve/main/Llama3.1-8B-SEP-Chat.i1-IQ2_XS.gguf) | i1-IQ2_XS | 2.7 | | +| [GGUF](https://huggingface.co/mradermacher/Llama3.1-8B-SEP-Chat-i1-GGUF/resolve/main/Llama3.1-8B-SEP-Chat.i1-IQ2_S.gguf) | i1-IQ2_S | 2.9 | | +| [GGUF](https://huggingface.co/mradermacher/Llama3.1-8B-SEP-Chat-i1-GGUF/resolve/main/Llama3.1-8B-SEP-Chat.i1-IQ2_M.gguf) | i1-IQ2_M | 3.0 | | +| [GGUF](https://huggingface.co/mradermacher/Llama3.1-8B-SEP-Chat-i1-GGUF/resolve/main/Llama3.1-8B-SEP-Chat.i1-Q2_K_S.gguf) | i1-Q2_K_S | 3.1 | very low quality | +| [GGUF](https://huggingface.co/mradermacher/Llama3.1-8B-SEP-Chat-i1-GGUF/resolve/main/Llama3.1-8B-SEP-Chat.i1-Q2_K.gguf) | i1-Q2_K | 3.3 | IQ3_XXS probably better | +| [GGUF](https://huggingface.co/mradermacher/Llama3.1-8B-SEP-Chat-i1-GGUF/resolve/main/Llama3.1-8B-SEP-Chat.i1-IQ3_XXS.gguf) | i1-IQ3_XXS | 3.4 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/Llama3.1-8B-SEP-Chat-i1-GGUF/resolve/main/Llama3.1-8B-SEP-Chat.i1-IQ3_XS.gguf) | i1-IQ3_XS | 3.6 | | +| [GGUF](https://huggingface.co/mradermacher/Llama3.1-8B-SEP-Chat-i1-GGUF/resolve/main/Llama3.1-8B-SEP-Chat.i1-Q3_K_S.gguf) | i1-Q3_K_S | 3.8 | IQ3_XS probably better | +| [GGUF](https://huggingface.co/mradermacher/Llama3.1-8B-SEP-Chat-i1-GGUF/resolve/main/Llama3.1-8B-SEP-Chat.i1-IQ3_S.gguf) | i1-IQ3_S | 3.8 | beats Q3_K* | +| [GGUF](https://huggingface.co/mradermacher/Llama3.1-8B-SEP-Chat-i1-GGUF/resolve/main/Llama3.1-8B-SEP-Chat.i1-IQ3_M.gguf) | i1-IQ3_M | 3.9 | | +| [GGUF](https://huggingface.co/mradermacher/Llama3.1-8B-SEP-Chat-i1-GGUF/resolve/main/Llama3.1-8B-SEP-Chat.i1-Q3_K_M.gguf) | i1-Q3_K_M | 4.1 | IQ3_S probably better | +| [GGUF](https://huggingface.co/mradermacher/Llama3.1-8B-SEP-Chat-i1-GGUF/resolve/main/Llama3.1-8B-SEP-Chat.i1-Q3_K_L.gguf) | i1-Q3_K_L | 4.4 | IQ3_M probably better | +| [GGUF](https://huggingface.co/mradermacher/Llama3.1-8B-SEP-Chat-i1-GGUF/resolve/main/Llama3.1-8B-SEP-Chat.i1-IQ4_XS.gguf) | i1-IQ4_XS | 4.5 | | +| [GGUF](https://huggingface.co/mradermacher/Llama3.1-8B-SEP-Chat-i1-GGUF/resolve/main/Llama3.1-8B-SEP-Chat.i1-Q4_0.gguf) | i1-Q4_0 | 4.8 | fast, low quality | +| [GGUF](https://huggingface.co/mradermacher/Llama3.1-8B-SEP-Chat-i1-GGUF/resolve/main/Llama3.1-8B-SEP-Chat.i1-IQ4_NL.gguf) | i1-IQ4_NL | 4.8 | prefer IQ4_XS | +| [GGUF](https://huggingface.co/mradermacher/Llama3.1-8B-SEP-Chat-i1-GGUF/resolve/main/Llama3.1-8B-SEP-Chat.i1-Q4_K_S.gguf) | i1-Q4_K_S | 4.8 | optimal size/speed/quality | +| [GGUF](https://huggingface.co/mradermacher/Llama3.1-8B-SEP-Chat-i1-GGUF/resolve/main/Llama3.1-8B-SEP-Chat.i1-Q4_K_M.gguf) | i1-Q4_K_M | 5.0 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/Llama3.1-8B-SEP-Chat-i1-GGUF/resolve/main/Llama3.1-8B-SEP-Chat.i1-Q4_1.gguf) | i1-Q4_1 | 5.2 | | +| [GGUF](https://huggingface.co/mradermacher/Llama3.1-8B-SEP-Chat-i1-GGUF/resolve/main/Llama3.1-8B-SEP-Chat.i1-Q5_K_S.gguf) | i1-Q5_K_S | 5.7 | | +| [GGUF](https://huggingface.co/mradermacher/Llama3.1-8B-SEP-Chat-i1-GGUF/resolve/main/Llama3.1-8B-SEP-Chat.i1-Q5_K_M.gguf) | i1-Q5_K_M | 5.8 | | +| [GGUF](https://huggingface.co/mradermacher/Llama3.1-8B-SEP-Chat-i1-GGUF/resolve/main/Llama3.1-8B-SEP-Chat.i1-Q6_K.gguf) | i1-Q6_K | 6.7 | 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..10046de --- /dev/null +++ b/imatrix.dat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46aee282feb6b65cf92509c7e81b05c8cff913b6eb89c4047f89874894febdab +size 4988157