From f13e774c794b146b1aafaa38f72b0a7100ebb517 Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Fri, 7 Aug 2026 02:06:16 +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/Llama-3.1-8B-Instruct-Jbliterated-i1-GGUF Source: Original Platform --- .gitattributes | 60 +++++++++++ ...-3.1-8B-Instruct-Jbliterated.i1-IQ1_M.gguf | 3 + ...-3.1-8B-Instruct-Jbliterated.i1-IQ1_S.gguf | 3 + ...-3.1-8B-Instruct-Jbliterated.i1-IQ2_M.gguf | 3 + ...-3.1-8B-Instruct-Jbliterated.i1-IQ2_S.gguf | 3 + ...3.1-8B-Instruct-Jbliterated.i1-IQ2_XS.gguf | 3 + ....1-8B-Instruct-Jbliterated.i1-IQ2_XXS.gguf | 3 + ...-3.1-8B-Instruct-Jbliterated.i1-IQ3_M.gguf | 3 + ...-3.1-8B-Instruct-Jbliterated.i1-IQ3_S.gguf | 3 + ...3.1-8B-Instruct-Jbliterated.i1-IQ3_XS.gguf | 3 + ....1-8B-Instruct-Jbliterated.i1-IQ3_XXS.gguf | 3 + ...3.1-8B-Instruct-Jbliterated.i1-IQ4_NL.gguf | 3 + ...3.1-8B-Instruct-Jbliterated.i1-IQ4_XS.gguf | 3 + ...a-3.1-8B-Instruct-Jbliterated.i1-Q2_K.gguf | 3 + ...3.1-8B-Instruct-Jbliterated.i1-Q2_K_S.gguf | 3 + ...3.1-8B-Instruct-Jbliterated.i1-Q3_K_L.gguf | 3 + ...3.1-8B-Instruct-Jbliterated.i1-Q3_K_M.gguf | 3 + ...3.1-8B-Instruct-Jbliterated.i1-Q3_K_S.gguf | 3 + ...a-3.1-8B-Instruct-Jbliterated.i1-Q4_0.gguf | 3 + ...a-3.1-8B-Instruct-Jbliterated.i1-Q4_1.gguf | 3 + ...3.1-8B-Instruct-Jbliterated.i1-Q4_K_M.gguf | 3 + ...3.1-8B-Instruct-Jbliterated.i1-Q4_K_S.gguf | 3 + ...3.1-8B-Instruct-Jbliterated.i1-Q5_K_M.gguf | 3 + ...3.1-8B-Instruct-Jbliterated.i1-Q5_K_S.gguf | 3 + ...a-3.1-8B-Instruct-Jbliterated.i1-Q6_K.gguf | 3 + ...a-3.1-8B-Instruct-Jbliterated.imatrix.gguf | 3 + README.md | 99 +++++++++++++++++++ 27 files changed, 234 insertions(+) create mode 100644 .gitattributes create mode 100644 Llama-3.1-8B-Instruct-Jbliterated.i1-IQ1_M.gguf create mode 100644 Llama-3.1-8B-Instruct-Jbliterated.i1-IQ1_S.gguf create mode 100644 Llama-3.1-8B-Instruct-Jbliterated.i1-IQ2_M.gguf create mode 100644 Llama-3.1-8B-Instruct-Jbliterated.i1-IQ2_S.gguf create mode 100644 Llama-3.1-8B-Instruct-Jbliterated.i1-IQ2_XS.gguf create mode 100644 Llama-3.1-8B-Instruct-Jbliterated.i1-IQ2_XXS.gguf create mode 100644 Llama-3.1-8B-Instruct-Jbliterated.i1-IQ3_M.gguf create mode 100644 Llama-3.1-8B-Instruct-Jbliterated.i1-IQ3_S.gguf create mode 100644 Llama-3.1-8B-Instruct-Jbliterated.i1-IQ3_XS.gguf create mode 100644 Llama-3.1-8B-Instruct-Jbliterated.i1-IQ3_XXS.gguf create mode 100644 Llama-3.1-8B-Instruct-Jbliterated.i1-IQ4_NL.gguf create mode 100644 Llama-3.1-8B-Instruct-Jbliterated.i1-IQ4_XS.gguf create mode 100644 Llama-3.1-8B-Instruct-Jbliterated.i1-Q2_K.gguf create mode 100644 Llama-3.1-8B-Instruct-Jbliterated.i1-Q2_K_S.gguf create mode 100644 Llama-3.1-8B-Instruct-Jbliterated.i1-Q3_K_L.gguf create mode 100644 Llama-3.1-8B-Instruct-Jbliterated.i1-Q3_K_M.gguf create mode 100644 Llama-3.1-8B-Instruct-Jbliterated.i1-Q3_K_S.gguf create mode 100644 Llama-3.1-8B-Instruct-Jbliterated.i1-Q4_0.gguf create mode 100644 Llama-3.1-8B-Instruct-Jbliterated.i1-Q4_1.gguf create mode 100644 Llama-3.1-8B-Instruct-Jbliterated.i1-Q4_K_M.gguf create mode 100644 Llama-3.1-8B-Instruct-Jbliterated.i1-Q4_K_S.gguf create mode 100644 Llama-3.1-8B-Instruct-Jbliterated.i1-Q5_K_M.gguf create mode 100644 Llama-3.1-8B-Instruct-Jbliterated.i1-Q5_K_S.gguf create mode 100644 Llama-3.1-8B-Instruct-Jbliterated.i1-Q6_K.gguf create mode 100644 Llama-3.1-8B-Instruct-Jbliterated.imatrix.gguf create mode 100644 README.md diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..1b9ee21 --- /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-3.1-8B-Instruct-Jbliterated.imatrix.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.1-8B-Instruct-Jbliterated.i1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.1-8B-Instruct-Jbliterated.i1-IQ4_NL.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.1-8B-Instruct-Jbliterated.i1-IQ3_XXS.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.1-8B-Instruct-Jbliterated.i1-IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.1-8B-Instruct-Jbliterated.i1-IQ2_M.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.1-8B-Instruct-Jbliterated.i1-IQ1_M.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.1-8B-Instruct-Jbliterated.i1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.1-8B-Instruct-Jbliterated.i1-Q2_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.1-8B-Instruct-Jbliterated.i1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.1-8B-Instruct-Jbliterated.i1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.1-8B-Instruct-Jbliterated.i1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.1-8B-Instruct-Jbliterated.i1-IQ2_XXS.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.1-8B-Instruct-Jbliterated.i1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.1-8B-Instruct-Jbliterated.i1-IQ2_S.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.1-8B-Instruct-Jbliterated.i1-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.1-8B-Instruct-Jbliterated.i1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.1-8B-Instruct-Jbliterated.i1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.1-8B-Instruct-Jbliterated.i1-IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.1-8B-Instruct-Jbliterated.i1-Q4_1.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.1-8B-Instruct-Jbliterated.i1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.1-8B-Instruct-Jbliterated.i1-IQ2_XS.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.1-8B-Instruct-Jbliterated.i1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.1-8B-Instruct-Jbliterated.i1-IQ1_S.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.1-8B-Instruct-Jbliterated.i1-IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/Llama-3.1-8B-Instruct-Jbliterated.i1-IQ1_M.gguf b/Llama-3.1-8B-Instruct-Jbliterated.i1-IQ1_M.gguf new file mode 100644 index 0000000..c838395 --- /dev/null +++ b/Llama-3.1-8B-Instruct-Jbliterated.i1-IQ1_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d90536196a70516729ed5c187e40de77deef215827907354406c44651003176d +size 2161977696 diff --git a/Llama-3.1-8B-Instruct-Jbliterated.i1-IQ1_S.gguf b/Llama-3.1-8B-Instruct-Jbliterated.i1-IQ1_S.gguf new file mode 100644 index 0000000..fd082c9 --- /dev/null +++ b/Llama-3.1-8B-Instruct-Jbliterated.i1-IQ1_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:862558a3d2a8194222d70746ad4e8cc7c410c7a661560844e8182aba43999580 +size 2019633504 diff --git a/Llama-3.1-8B-Instruct-Jbliterated.i1-IQ2_M.gguf b/Llama-3.1-8B-Instruct-Jbliterated.i1-IQ2_M.gguf new file mode 100644 index 0000000..fa66a14 --- /dev/null +++ b/Llama-3.1-8B-Instruct-Jbliterated.i1-IQ2_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c2d9b76bd678c9d235282bc87f115406a00a27da8cffff5187bf602794e03cd +size 2948286816 diff --git a/Llama-3.1-8B-Instruct-Jbliterated.i1-IQ2_S.gguf b/Llama-3.1-8B-Instruct-Jbliterated.i1-IQ2_S.gguf new file mode 100644 index 0000000..ffefdba --- /dev/null +++ b/Llama-3.1-8B-Instruct-Jbliterated.i1-IQ2_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e240d2ec030b94f49e4e792b9154b8b0ef6da600dc3d4e1c6f3657147f4fd787 +size 2758494560 diff --git a/Llama-3.1-8B-Instruct-Jbliterated.i1-IQ2_XS.gguf b/Llama-3.1-8B-Instruct-Jbliterated.i1-IQ2_XS.gguf new file mode 100644 index 0000000..c87a89c --- /dev/null +++ b/Llama-3.1-8B-Instruct-Jbliterated.i1-IQ2_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cec2a8916b66e3fb83cabea57773e0b8696630598c5afd809a6f12f0bcab5bad +size 2605787488 diff --git a/Llama-3.1-8B-Instruct-Jbliterated.i1-IQ2_XXS.gguf b/Llama-3.1-8B-Instruct-Jbliterated.i1-IQ2_XXS.gguf new file mode 100644 index 0000000..6bc0b32 --- /dev/null +++ b/Llama-3.1-8B-Instruct-Jbliterated.i1-IQ2_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a74c290903f668e6703b2264f2ba34844fb43d91b24785529fda16ca021bc2d5 +size 2399218016 diff --git a/Llama-3.1-8B-Instruct-Jbliterated.i1-IQ3_M.gguf b/Llama-3.1-8B-Instruct-Jbliterated.i1-IQ3_M.gguf new file mode 100644 index 0000000..3516e00 --- /dev/null +++ b/Llama-3.1-8B-Instruct-Jbliterated.i1-IQ3_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d16701e011d6a066eba3d7c60c404338661805e813cfe1793dc00ebdaf61c572 +size 3784829280 diff --git a/Llama-3.1-8B-Instruct-Jbliterated.i1-IQ3_S.gguf b/Llama-3.1-8B-Instruct-Jbliterated.i1-IQ3_S.gguf new file mode 100644 index 0000000..e1b0ff7 --- /dev/null +++ b/Llama-3.1-8B-Instruct-Jbliterated.i1-IQ3_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b28388bdb97cf6ba57d6ccd37e1d5c5ff2a098257495e13224238b400238cb48 +size 3682330976 diff --git a/Llama-3.1-8B-Instruct-Jbliterated.i1-IQ3_XS.gguf b/Llama-3.1-8B-Instruct-Jbliterated.i1-IQ3_XS.gguf new file mode 100644 index 0000000..b9d6427 --- /dev/null +++ b/Llama-3.1-8B-Instruct-Jbliterated.i1-IQ3_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba254c066db04d9adc9f00bb9bec0de2f6b717797bcf540119c48cad28f893e3 +size 3518753120 diff --git a/Llama-3.1-8B-Instruct-Jbliterated.i1-IQ3_XXS.gguf b/Llama-3.1-8B-Instruct-Jbliterated.i1-IQ3_XXS.gguf new file mode 100644 index 0000000..de9996a --- /dev/null +++ b/Llama-3.1-8B-Instruct-Jbliterated.i1-IQ3_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8d8ab1506e738e8df0e3b7ca786e9db735ea72fd63b64adae414e898707ebcf +size 3274918240 diff --git a/Llama-3.1-8B-Instruct-Jbliterated.i1-IQ4_NL.gguf b/Llama-3.1-8B-Instruct-Jbliterated.i1-IQ4_NL.gguf new file mode 100644 index 0000000..4e0b08d --- /dev/null +++ b/Llama-3.1-8B-Instruct-Jbliterated.i1-IQ4_NL.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2cab7d6bd401c6f64eeae2749892c23734780047f195e6591622fc781f198425 +size 4677994848 diff --git a/Llama-3.1-8B-Instruct-Jbliterated.i1-IQ4_XS.gguf b/Llama-3.1-8B-Instruct-Jbliterated.i1-IQ4_XS.gguf new file mode 100644 index 0000000..258dd05 --- /dev/null +++ b/Llama-3.1-8B-Instruct-Jbliterated.i1-IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74646745268094b593b1e280ec82f2c9234f15ed38b356906b280d626b78dcd0 +size 4447668576 diff --git a/Llama-3.1-8B-Instruct-Jbliterated.i1-Q2_K.gguf b/Llama-3.1-8B-Instruct-Jbliterated.i1-Q2_K.gguf new file mode 100644 index 0000000..8d1c84a --- /dev/null +++ b/Llama-3.1-8B-Instruct-Jbliterated.i1-Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2908b02c5534b34a5e6b32f3df1f285057c3cb652b4806a01ff06ec7efcf266 +size 3179137376 diff --git a/Llama-3.1-8B-Instruct-Jbliterated.i1-Q2_K_S.gguf b/Llama-3.1-8B-Instruct-Jbliterated.i1-Q2_K_S.gguf new file mode 100644 index 0000000..f4a1fcb --- /dev/null +++ b/Llama-3.1-8B-Instruct-Jbliterated.i1-Q2_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f41520e1908207c10ea77a23e20fe2fff9826c2cd195a09e29facdc581cf7ccf +size 2988820832 diff --git a/Llama-3.1-8B-Instruct-Jbliterated.i1-Q3_K_L.gguf b/Llama-3.1-8B-Instruct-Jbliterated.i1-Q3_K_L.gguf new file mode 100644 index 0000000..fa29e8a --- /dev/null +++ b/Llama-3.1-8B-Instruct-Jbliterated.i1-Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:807d4925f8e442138c31cfe8cdf2a97b25216c114d4e7e3d23299f4edcba4d1d +size 4321962336 diff --git a/Llama-3.1-8B-Instruct-Jbliterated.i1-Q3_K_M.gguf b/Llama-3.1-8B-Instruct-Jbliterated.i1-Q3_K_M.gguf new file mode 100644 index 0000000..6a48e5b --- /dev/null +++ b/Llama-3.1-8B-Instruct-Jbliterated.i1-Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:700308887f707ff998762d2c45f3aeae063e10a7a71188a7889c9b078196aa5f +size 4018923872 diff --git a/Llama-3.1-8B-Instruct-Jbliterated.i1-Q3_K_S.gguf b/Llama-3.1-8B-Instruct-Jbliterated.i1-Q3_K_S.gguf new file mode 100644 index 0000000..9515d26 --- /dev/null +++ b/Llama-3.1-8B-Instruct-Jbliterated.i1-Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f0dc6f1217dace436b9a8204c4f2a88d5040b09f3e39bc44ab938d0a0312105 +size 3664505184 diff --git a/Llama-3.1-8B-Instruct-Jbliterated.i1-Q4_0.gguf b/Llama-3.1-8B-Instruct-Jbliterated.i1-Q4_0.gguf new file mode 100644 index 0000000..b24c766 --- /dev/null +++ b/Llama-3.1-8B-Instruct-Jbliterated.i1-Q4_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0da6306854ba62272d4ceccb3f9271f0f15e19a66ac5cf02644987ddf29455e0 +size 4675897696 diff --git a/Llama-3.1-8B-Instruct-Jbliterated.i1-Q4_1.gguf b/Llama-3.1-8B-Instruct-Jbliterated.i1-Q4_1.gguf new file mode 100644 index 0000000..b8b238a --- /dev/null +++ b/Llama-3.1-8B-Instruct-Jbliterated.i1-Q4_1.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc0bb6e2fa419bb19bbe0eb12e045699d4f3e30d7a43bf3e393aeb6071eed867 +size 5130258784 diff --git a/Llama-3.1-8B-Instruct-Jbliterated.i1-Q4_K_M.gguf b/Llama-3.1-8B-Instruct-Jbliterated.i1-Q4_K_M.gguf new file mode 100644 index 0000000..e901a76 --- /dev/null +++ b/Llama-3.1-8B-Instruct-Jbliterated.i1-Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2512dc086e8722868ac565faa61846ad7ad6189a26eeadb5123fbdb4c0bc0d57 +size 4920740192 diff --git a/Llama-3.1-8B-Instruct-Jbliterated.i1-Q4_K_S.gguf b/Llama-3.1-8B-Instruct-Jbliterated.i1-Q4_K_S.gguf new file mode 100644 index 0000000..149315c --- /dev/null +++ b/Llama-3.1-8B-Instruct-Jbliterated.i1-Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad2a8c26346b4472a32f38a17a637fee521bc28b4978ed4e3d03f19589ba415b +size 4692674912 diff --git a/Llama-3.1-8B-Instruct-Jbliterated.i1-Q5_K_M.gguf b/Llama-3.1-8B-Instruct-Jbliterated.i1-Q5_K_M.gguf new file mode 100644 index 0000000..2cb3060 --- /dev/null +++ b/Llama-3.1-8B-Instruct-Jbliterated.i1-Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfdf0dea1c2749f480ff6a4d0e7290d45236061c8b9857327a3a49660d29c6a5 +size 5732993376 diff --git a/Llama-3.1-8B-Instruct-Jbliterated.i1-Q5_K_S.gguf b/Llama-3.1-8B-Instruct-Jbliterated.i1-Q5_K_S.gguf new file mode 100644 index 0000000..5263471 --- /dev/null +++ b/Llama-3.1-8B-Instruct-Jbliterated.i1-Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50fdca08d919367a1c93d3311c643a8862c5e9b3844ddfd4c5b58a57736c6161 +size 5599299936 diff --git a/Llama-3.1-8B-Instruct-Jbliterated.i1-Q6_K.gguf b/Llama-3.1-8B-Instruct-Jbliterated.i1-Q6_K.gguf new file mode 100644 index 0000000..35ae5ff --- /dev/null +++ b/Llama-3.1-8B-Instruct-Jbliterated.i1-Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4d6e5a655cc47995695c94b8dfaeeefcaf0524860b8051d917b98a757a6b507 +size 6596012384 diff --git a/Llama-3.1-8B-Instruct-Jbliterated.imatrix.gguf b/Llama-3.1-8B-Instruct-Jbliterated.imatrix.gguf new file mode 100644 index 0000000..85423e0 --- /dev/null +++ b/Llama-3.1-8B-Instruct-Jbliterated.imatrix.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d9ef9f6c48d5a8cadb252417c79f5e546abb62f1a186ddc16a4627424b503b7 +size 5015200 diff --git a/README.md b/README.md new file mode 100644 index 0000000..9f3ec02 --- /dev/null +++ b/README.md @@ -0,0 +1,99 @@ +--- +base_model: ApolloRaines/Llama-3.3-8B-Instruct-128K-Jbliterated +language: +- en +- de +- fr +- it +- pt +- hi +- es +- th +library_name: transformers +license: llama3.1 +mradermacher: + readme_rev: 1 +quantized_by: mradermacher +tags: +- llama +- llama-3.3 +- jbliterated +- uncensored +- text-generation +- 128k-context +--- +## About + + + + + + + + + +weighted/imatrix quants of https://huggingface.co/ApolloRaines/Llama-3.3-8B-Instruct-128K-Jbliterated + + + +***For a convenient overview and download list, visit our [model page for this model](https://hf.tst.eu/model#Llama-3.1-8B-Instruct-Jbliterated-i1-GGUF).*** + +static quants are available at https://huggingface.co/mradermacher/Llama-3.1-8B-Instruct-Jbliterated-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/Llama-3.1-8B-Instruct-Jbliterated-i1-GGUF/resolve/main/Llama-3.1-8B-Instruct-Jbliterated.imatrix.gguf) | imatrix | 0.1 | imatrix file (for creating your own quants) | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.1-8B-Instruct-Jbliterated-i1-GGUF/resolve/main/Llama-3.1-8B-Instruct-Jbliterated.i1-IQ1_S.gguf) | i1-IQ1_S | 2.1 | for the desperate | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.1-8B-Instruct-Jbliterated-i1-GGUF/resolve/main/Llama-3.1-8B-Instruct-Jbliterated.i1-IQ1_M.gguf) | i1-IQ1_M | 2.3 | mostly desperate | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.1-8B-Instruct-Jbliterated-i1-GGUF/resolve/main/Llama-3.1-8B-Instruct-Jbliterated.i1-IQ2_XXS.gguf) | i1-IQ2_XXS | 2.5 | | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.1-8B-Instruct-Jbliterated-i1-GGUF/resolve/main/Llama-3.1-8B-Instruct-Jbliterated.i1-IQ2_XS.gguf) | i1-IQ2_XS | 2.7 | | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.1-8B-Instruct-Jbliterated-i1-GGUF/resolve/main/Llama-3.1-8B-Instruct-Jbliterated.i1-IQ2_S.gguf) | i1-IQ2_S | 2.9 | | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.1-8B-Instruct-Jbliterated-i1-GGUF/resolve/main/Llama-3.1-8B-Instruct-Jbliterated.i1-IQ2_M.gguf) | i1-IQ2_M | 3.0 | | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.1-8B-Instruct-Jbliterated-i1-GGUF/resolve/main/Llama-3.1-8B-Instruct-Jbliterated.i1-Q2_K_S.gguf) | i1-Q2_K_S | 3.1 | very low quality | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.1-8B-Instruct-Jbliterated-i1-GGUF/resolve/main/Llama-3.1-8B-Instruct-Jbliterated.i1-Q2_K.gguf) | i1-Q2_K | 3.3 | IQ3_XXS probably better | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.1-8B-Instruct-Jbliterated-i1-GGUF/resolve/main/Llama-3.1-8B-Instruct-Jbliterated.i1-IQ3_XXS.gguf) | i1-IQ3_XXS | 3.4 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.1-8B-Instruct-Jbliterated-i1-GGUF/resolve/main/Llama-3.1-8B-Instruct-Jbliterated.i1-IQ3_XS.gguf) | i1-IQ3_XS | 3.6 | | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.1-8B-Instruct-Jbliterated-i1-GGUF/resolve/main/Llama-3.1-8B-Instruct-Jbliterated.i1-Q3_K_S.gguf) | i1-Q3_K_S | 3.8 | IQ3_XS probably better | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.1-8B-Instruct-Jbliterated-i1-GGUF/resolve/main/Llama-3.1-8B-Instruct-Jbliterated.i1-IQ3_S.gguf) | i1-IQ3_S | 3.8 | beats Q3_K* | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.1-8B-Instruct-Jbliterated-i1-GGUF/resolve/main/Llama-3.1-8B-Instruct-Jbliterated.i1-IQ3_M.gguf) | i1-IQ3_M | 3.9 | | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.1-8B-Instruct-Jbliterated-i1-GGUF/resolve/main/Llama-3.1-8B-Instruct-Jbliterated.i1-Q3_K_M.gguf) | i1-Q3_K_M | 4.1 | IQ3_S probably better | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.1-8B-Instruct-Jbliterated-i1-GGUF/resolve/main/Llama-3.1-8B-Instruct-Jbliterated.i1-Q3_K_L.gguf) | i1-Q3_K_L | 4.4 | IQ3_M probably better | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.1-8B-Instruct-Jbliterated-i1-GGUF/resolve/main/Llama-3.1-8B-Instruct-Jbliterated.i1-IQ4_XS.gguf) | i1-IQ4_XS | 4.5 | | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.1-8B-Instruct-Jbliterated-i1-GGUF/resolve/main/Llama-3.1-8B-Instruct-Jbliterated.i1-Q4_0.gguf) | i1-Q4_0 | 4.8 | fast, low quality | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.1-8B-Instruct-Jbliterated-i1-GGUF/resolve/main/Llama-3.1-8B-Instruct-Jbliterated.i1-IQ4_NL.gguf) | i1-IQ4_NL | 4.8 | prefer IQ4_XS | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.1-8B-Instruct-Jbliterated-i1-GGUF/resolve/main/Llama-3.1-8B-Instruct-Jbliterated.i1-Q4_K_S.gguf) | i1-Q4_K_S | 4.8 | optimal size/speed/quality | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.1-8B-Instruct-Jbliterated-i1-GGUF/resolve/main/Llama-3.1-8B-Instruct-Jbliterated.i1-Q4_K_M.gguf) | i1-Q4_K_M | 5.0 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.1-8B-Instruct-Jbliterated-i1-GGUF/resolve/main/Llama-3.1-8B-Instruct-Jbliterated.i1-Q4_1.gguf) | i1-Q4_1 | 5.2 | | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.1-8B-Instruct-Jbliterated-i1-GGUF/resolve/main/Llama-3.1-8B-Instruct-Jbliterated.i1-Q5_K_S.gguf) | i1-Q5_K_S | 5.7 | | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.1-8B-Instruct-Jbliterated-i1-GGUF/resolve/main/Llama-3.1-8B-Instruct-Jbliterated.i1-Q5_K_M.gguf) | i1-Q5_K_M | 5.8 | | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.1-8B-Instruct-Jbliterated-i1-GGUF/resolve/main/Llama-3.1-8B-Instruct-Jbliterated.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. + +