From c0898094ae62193ac8ac1a65c7b3319040343250 Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Sun, 17 May 2026 22:35:27 +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.3-8B-Instruct-heretic-i1-GGUF Source: Original Platform --- .gitattributes | 59 ++++++++++++ Llama-3.3-8B-Instruct-heretic.i1-IQ1_M.gguf | 3 + Llama-3.3-8B-Instruct-heretic.i1-IQ1_S.gguf | 3 + Llama-3.3-8B-Instruct-heretic.i1-IQ2_M.gguf | 3 + Llama-3.3-8B-Instruct-heretic.i1-IQ2_S.gguf | 3 + Llama-3.3-8B-Instruct-heretic.i1-IQ2_XS.gguf | 3 + Llama-3.3-8B-Instruct-heretic.i1-IQ2_XXS.gguf | 3 + Llama-3.3-8B-Instruct-heretic.i1-IQ3_M.gguf | 3 + Llama-3.3-8B-Instruct-heretic.i1-IQ3_S.gguf | 3 + Llama-3.3-8B-Instruct-heretic.i1-IQ3_XS.gguf | 3 + Llama-3.3-8B-Instruct-heretic.i1-IQ3_XXS.gguf | 3 + Llama-3.3-8B-Instruct-heretic.i1-IQ4_NL.gguf | 3 + Llama-3.3-8B-Instruct-heretic.i1-IQ4_XS.gguf | 3 + Llama-3.3-8B-Instruct-heretic.i1-Q2_K.gguf | 3 + Llama-3.3-8B-Instruct-heretic.i1-Q2_K_S.gguf | 3 + Llama-3.3-8B-Instruct-heretic.i1-Q3_K_L.gguf | 3 + Llama-3.3-8B-Instruct-heretic.i1-Q3_K_M.gguf | 3 + Llama-3.3-8B-Instruct-heretic.i1-Q3_K_S.gguf | 3 + Llama-3.3-8B-Instruct-heretic.i1-Q4_0.gguf | 3 + Llama-3.3-8B-Instruct-heretic.i1-Q4_1.gguf | 3 + Llama-3.3-8B-Instruct-heretic.i1-Q4_K_M.gguf | 3 + Llama-3.3-8B-Instruct-heretic.i1-Q4_K_S.gguf | 3 + Llama-3.3-8B-Instruct-heretic.i1-Q5_K_M.gguf | 3 + Llama-3.3-8B-Instruct-heretic.i1-Q5_K_S.gguf | 3 + Llama-3.3-8B-Instruct-heretic.i1-Q6_K.gguf | 3 + Llama-3.3-8B-Instruct-heretic.imatrix.gguf | 3 + README.md | 90 +++++++++++++++++++ 27 files changed, 224 insertions(+) create mode 100644 .gitattributes create mode 100644 Llama-3.3-8B-Instruct-heretic.i1-IQ1_M.gguf create mode 100644 Llama-3.3-8B-Instruct-heretic.i1-IQ1_S.gguf create mode 100644 Llama-3.3-8B-Instruct-heretic.i1-IQ2_M.gguf create mode 100644 Llama-3.3-8B-Instruct-heretic.i1-IQ2_S.gguf create mode 100644 Llama-3.3-8B-Instruct-heretic.i1-IQ2_XS.gguf create mode 100644 Llama-3.3-8B-Instruct-heretic.i1-IQ2_XXS.gguf create mode 100644 Llama-3.3-8B-Instruct-heretic.i1-IQ3_M.gguf create mode 100644 Llama-3.3-8B-Instruct-heretic.i1-IQ3_S.gguf create mode 100644 Llama-3.3-8B-Instruct-heretic.i1-IQ3_XS.gguf create mode 100644 Llama-3.3-8B-Instruct-heretic.i1-IQ3_XXS.gguf create mode 100644 Llama-3.3-8B-Instruct-heretic.i1-IQ4_NL.gguf create mode 100644 Llama-3.3-8B-Instruct-heretic.i1-IQ4_XS.gguf create mode 100644 Llama-3.3-8B-Instruct-heretic.i1-Q2_K.gguf create mode 100644 Llama-3.3-8B-Instruct-heretic.i1-Q2_K_S.gguf create mode 100644 Llama-3.3-8B-Instruct-heretic.i1-Q3_K_L.gguf create mode 100644 Llama-3.3-8B-Instruct-heretic.i1-Q3_K_M.gguf create mode 100644 Llama-3.3-8B-Instruct-heretic.i1-Q3_K_S.gguf create mode 100644 Llama-3.3-8B-Instruct-heretic.i1-Q4_0.gguf create mode 100644 Llama-3.3-8B-Instruct-heretic.i1-Q4_1.gguf create mode 100644 Llama-3.3-8B-Instruct-heretic.i1-Q4_K_M.gguf create mode 100644 Llama-3.3-8B-Instruct-heretic.i1-Q4_K_S.gguf create mode 100644 Llama-3.3-8B-Instruct-heretic.i1-Q5_K_M.gguf create mode 100644 Llama-3.3-8B-Instruct-heretic.i1-Q5_K_S.gguf create mode 100644 Llama-3.3-8B-Instruct-heretic.i1-Q6_K.gguf create mode 100644 Llama-3.3-8B-Instruct-heretic.imatrix.gguf create mode 100644 README.md diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..b9393d7 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,59 @@ +*.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.3-8B-Instruct-heretic.imatrix.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.3-8B-Instruct-heretic.i1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.3-8B-Instruct-heretic.i1-IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.3-8B-Instruct-heretic.i1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.3-8B-Instruct-heretic.i1-IQ3_XXS.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.3-8B-Instruct-heretic.i1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.3-8B-Instruct-heretic.i1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.3-8B-Instruct-heretic.i1-IQ4_NL.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.3-8B-Instruct-heretic.i1-IQ2_M.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.3-8B-Instruct-heretic.i1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.3-8B-Instruct-heretic.i1-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.3-8B-Instruct-heretic.i1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.3-8B-Instruct-heretic.i1-IQ1_M.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.3-8B-Instruct-heretic.i1-IQ2_XXS.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.3-8B-Instruct-heretic.i1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.3-8B-Instruct-heretic.i1-IQ2_XS.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.3-8B-Instruct-heretic.i1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.3-8B-Instruct-heretic.i1-IQ2_S.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.3-8B-Instruct-heretic.i1-IQ1_S.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.3-8B-Instruct-heretic.i1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.3-8B-Instruct-heretic.i1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.3-8B-Instruct-heretic.i1-IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.3-8B-Instruct-heretic.i1-IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.3-8B-Instruct-heretic.i1-Q4_1.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/Llama-3.3-8B-Instruct-heretic.i1-IQ1_M.gguf b/Llama-3.3-8B-Instruct-heretic.i1-IQ1_M.gguf new file mode 100644 index 0000000..bab41a3 --- /dev/null +++ b/Llama-3.3-8B-Instruct-heretic.i1-IQ1_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43a0e4131aaae4d1da31fa4b498bb0cc61e42b488db3d0fc9fd98f0a9698ae65 +size 2161972800 diff --git a/Llama-3.3-8B-Instruct-heretic.i1-IQ1_S.gguf b/Llama-3.3-8B-Instruct-heretic.i1-IQ1_S.gguf new file mode 100644 index 0000000..61cad0e --- /dev/null +++ b/Llama-3.3-8B-Instruct-heretic.i1-IQ1_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e80030600cc800a82ccf1842b15bfbf057b7d0e564137f01f5e7f58f89d5eaaa +size 2019628608 diff --git a/Llama-3.3-8B-Instruct-heretic.i1-IQ2_M.gguf b/Llama-3.3-8B-Instruct-heretic.i1-IQ2_M.gguf new file mode 100644 index 0000000..81faff9 --- /dev/null +++ b/Llama-3.3-8B-Instruct-heretic.i1-IQ2_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ecb2639c96f0ddf5a5e08f904313a88fb2c48d4270826d7ca8878a2a25dd1eb +size 2948281920 diff --git a/Llama-3.3-8B-Instruct-heretic.i1-IQ2_S.gguf b/Llama-3.3-8B-Instruct-heretic.i1-IQ2_S.gguf new file mode 100644 index 0000000..a81cf6c --- /dev/null +++ b/Llama-3.3-8B-Instruct-heretic.i1-IQ2_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15739183c0194313c7c9648af2b809e7e54ae3de8a9e3ff0273268864cba932d +size 2758489664 diff --git a/Llama-3.3-8B-Instruct-heretic.i1-IQ2_XS.gguf b/Llama-3.3-8B-Instruct-heretic.i1-IQ2_XS.gguf new file mode 100644 index 0000000..673e8ec --- /dev/null +++ b/Llama-3.3-8B-Instruct-heretic.i1-IQ2_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb1ed317fe9e0eeb75c908c180f7c5fc6a643a76e5ed65e9edcfad90af9f7b0a +size 2605782592 diff --git a/Llama-3.3-8B-Instruct-heretic.i1-IQ2_XXS.gguf b/Llama-3.3-8B-Instruct-heretic.i1-IQ2_XXS.gguf new file mode 100644 index 0000000..ba397e4 --- /dev/null +++ b/Llama-3.3-8B-Instruct-heretic.i1-IQ2_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8240c28cc0dbe7827d45d192e8669636675c56699433c41516e62903b792bbf +size 2399213120 diff --git a/Llama-3.3-8B-Instruct-heretic.i1-IQ3_M.gguf b/Llama-3.3-8B-Instruct-heretic.i1-IQ3_M.gguf new file mode 100644 index 0000000..8d3ad18 --- /dev/null +++ b/Llama-3.3-8B-Instruct-heretic.i1-IQ3_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1344dac5c324be96a78fc677de5c7d487b05d820a13075f3078071a4dc6559ad +size 3784824384 diff --git a/Llama-3.3-8B-Instruct-heretic.i1-IQ3_S.gguf b/Llama-3.3-8B-Instruct-heretic.i1-IQ3_S.gguf new file mode 100644 index 0000000..c5555c6 --- /dev/null +++ b/Llama-3.3-8B-Instruct-heretic.i1-IQ3_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa8ebf9ee01aa03a11f0be1f86771505097082bb56901301f0c0e623b381228b +size 3682326080 diff --git a/Llama-3.3-8B-Instruct-heretic.i1-IQ3_XS.gguf b/Llama-3.3-8B-Instruct-heretic.i1-IQ3_XS.gguf new file mode 100644 index 0000000..63041f1 --- /dev/null +++ b/Llama-3.3-8B-Instruct-heretic.i1-IQ3_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8187996cd5d65c7ed1f4a5198879db9f82b377d7da65e3338f8c4003742ab37a +size 3518748224 diff --git a/Llama-3.3-8B-Instruct-heretic.i1-IQ3_XXS.gguf b/Llama-3.3-8B-Instruct-heretic.i1-IQ3_XXS.gguf new file mode 100644 index 0000000..f3648e9 --- /dev/null +++ b/Llama-3.3-8B-Instruct-heretic.i1-IQ3_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:106132a685d7ede193af7ba45d11a36836becfe90c28db11cb6f86a6c4c14f37 +size 3274913344 diff --git a/Llama-3.3-8B-Instruct-heretic.i1-IQ4_NL.gguf b/Llama-3.3-8B-Instruct-heretic.i1-IQ4_NL.gguf new file mode 100644 index 0000000..732bf69 --- /dev/null +++ b/Llama-3.3-8B-Instruct-heretic.i1-IQ4_NL.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3da78b60e696ab7707e1ad9c035cabff227fde1258aed1d41a197d8617fb868c +size 4677989952 diff --git a/Llama-3.3-8B-Instruct-heretic.i1-IQ4_XS.gguf b/Llama-3.3-8B-Instruct-heretic.i1-IQ4_XS.gguf new file mode 100644 index 0000000..0dacff7 --- /dev/null +++ b/Llama-3.3-8B-Instruct-heretic.i1-IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e62c74b28a4f54b21dc414e2abc306b5b633a36f7d3b69e7478539010a3a46cf +size 4447663680 diff --git a/Llama-3.3-8B-Instruct-heretic.i1-Q2_K.gguf b/Llama-3.3-8B-Instruct-heretic.i1-Q2_K.gguf new file mode 100644 index 0000000..1d69254 --- /dev/null +++ b/Llama-3.3-8B-Instruct-heretic.i1-Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef2d703a17b0736b98a23009ba36b1178dcb72c23b8a0d36209b934488937fe1 +size 3179132480 diff --git a/Llama-3.3-8B-Instruct-heretic.i1-Q2_K_S.gguf b/Llama-3.3-8B-Instruct-heretic.i1-Q2_K_S.gguf new file mode 100644 index 0000000..c7ef8a2 --- /dev/null +++ b/Llama-3.3-8B-Instruct-heretic.i1-Q2_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:294df545a27847d91c1c066503b404afc76f94bec0b227658df8a995697297f5 +size 2988815936 diff --git a/Llama-3.3-8B-Instruct-heretic.i1-Q3_K_L.gguf b/Llama-3.3-8B-Instruct-heretic.i1-Q3_K_L.gguf new file mode 100644 index 0000000..9a49fe1 --- /dev/null +++ b/Llama-3.3-8B-Instruct-heretic.i1-Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b431cd0943b1151449e549e782b38b331768c20495a13aac4458ef15096f09c +size 4321957440 diff --git a/Llama-3.3-8B-Instruct-heretic.i1-Q3_K_M.gguf b/Llama-3.3-8B-Instruct-heretic.i1-Q3_K_M.gguf new file mode 100644 index 0000000..e60e844 --- /dev/null +++ b/Llama-3.3-8B-Instruct-heretic.i1-Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:020f95859ce7203eaf33413a87a5862b6fe872df137ea7056acb41d4c3425b69 +size 4018918976 diff --git a/Llama-3.3-8B-Instruct-heretic.i1-Q3_K_S.gguf b/Llama-3.3-8B-Instruct-heretic.i1-Q3_K_S.gguf new file mode 100644 index 0000000..5b50ad8 --- /dev/null +++ b/Llama-3.3-8B-Instruct-heretic.i1-Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fca82b7862db4c2f619487391df6a29f9fec8ecc87cd1bab83d4cfe123c4424a +size 3664500288 diff --git a/Llama-3.3-8B-Instruct-heretic.i1-Q4_0.gguf b/Llama-3.3-8B-Instruct-heretic.i1-Q4_0.gguf new file mode 100644 index 0000000..c7077b7 --- /dev/null +++ b/Llama-3.3-8B-Instruct-heretic.i1-Q4_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79a00fdbffb5e15c301f1e55fc87cd30c44e1e1d1597b6e99c042d3a1b753d5d +size 4675892800 diff --git a/Llama-3.3-8B-Instruct-heretic.i1-Q4_1.gguf b/Llama-3.3-8B-Instruct-heretic.i1-Q4_1.gguf new file mode 100644 index 0000000..126bab6 --- /dev/null +++ b/Llama-3.3-8B-Instruct-heretic.i1-Q4_1.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17ed5425d5d3824c9ec586e423e17e45e0d7ca6ef247c98f44bb2c05353890ce +size 5130253888 diff --git a/Llama-3.3-8B-Instruct-heretic.i1-Q4_K_M.gguf b/Llama-3.3-8B-Instruct-heretic.i1-Q4_K_M.gguf new file mode 100644 index 0000000..7569ead --- /dev/null +++ b/Llama-3.3-8B-Instruct-heretic.i1-Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4a0457c883712b9282d0346c373b855ef39697f7324a81e238f3948e18944f7 +size 4920735296 diff --git a/Llama-3.3-8B-Instruct-heretic.i1-Q4_K_S.gguf b/Llama-3.3-8B-Instruct-heretic.i1-Q4_K_S.gguf new file mode 100644 index 0000000..5a9b7d5 --- /dev/null +++ b/Llama-3.3-8B-Instruct-heretic.i1-Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:565cad71bb8daf5dc54dcae078cc623566793d54bf9e8666a1e18901a0642dba +size 4692670016 diff --git a/Llama-3.3-8B-Instruct-heretic.i1-Q5_K_M.gguf b/Llama-3.3-8B-Instruct-heretic.i1-Q5_K_M.gguf new file mode 100644 index 0000000..3e3d479 --- /dev/null +++ b/Llama-3.3-8B-Instruct-heretic.i1-Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2edd95ce3ce85d51faf19d744db70875f9268fd2561abd95d3813f8b51ebcf0c +size 5732988480 diff --git a/Llama-3.3-8B-Instruct-heretic.i1-Q5_K_S.gguf b/Llama-3.3-8B-Instruct-heretic.i1-Q5_K_S.gguf new file mode 100644 index 0000000..2d041b5 --- /dev/null +++ b/Llama-3.3-8B-Instruct-heretic.i1-Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39180670c0202c2bf620d4a504044f447a0759e3b9d491ab214f5e953811d1cb +size 5599295040 diff --git a/Llama-3.3-8B-Instruct-heretic.i1-Q6_K.gguf b/Llama-3.3-8B-Instruct-heretic.i1-Q6_K.gguf new file mode 100644 index 0000000..15d9c9b --- /dev/null +++ b/Llama-3.3-8B-Instruct-heretic.i1-Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcd02861399ac8a7da3715ca6238edf02a2676e0210b171459d0baecb2caf5f9 +size 6596007488 diff --git a/Llama-3.3-8B-Instruct-heretic.imatrix.gguf b/Llama-3.3-8B-Instruct-heretic.imatrix.gguf new file mode 100644 index 0000000..d330bca --- /dev/null +++ b/Llama-3.3-8B-Instruct-heretic.imatrix.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5492b4788f1ea78d636e6284dc17a56ed8968bbbdb1c68475cc20e4eaed68bd6 +size 5015200 diff --git a/README.md b/README.md new file mode 100644 index 0000000..9249acc --- /dev/null +++ b/README.md @@ -0,0 +1,90 @@ +--- +base_model: aeon37/Llama-3.3-8B-Instruct-heretic +language: +- en +library_name: transformers +license: llama3.3 +mradermacher: + readme_rev: 1 +quantized_by: mradermacher +tags: +- heretic +- uncensored +- decensored +- abliterated +--- +## About + + + + + + + + + +weighted/imatrix quants of https://huggingface.co/aeon37/Llama-3.3-8B-Instruct-heretic + + + +***For a convenient overview and download list, visit our [model page for this model](https://hf.tst.eu/model#Llama-3.3-8B-Instruct-heretic-i1-GGUF).*** + +static quants are available at https://huggingface.co/mradermacher/Llama-3.3-8B-Instruct-heretic-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.3-8B-Instruct-heretic-i1-GGUF/resolve/main/Llama-3.3-8B-Instruct-heretic.imatrix.gguf) | imatrix | 0.1 | imatrix file (for creating your own quants) | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.3-8B-Instruct-heretic-i1-GGUF/resolve/main/Llama-3.3-8B-Instruct-heretic.i1-IQ1_S.gguf) | i1-IQ1_S | 2.1 | for the desperate | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.3-8B-Instruct-heretic-i1-GGUF/resolve/main/Llama-3.3-8B-Instruct-heretic.i1-IQ1_M.gguf) | i1-IQ1_M | 2.3 | mostly desperate | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.3-8B-Instruct-heretic-i1-GGUF/resolve/main/Llama-3.3-8B-Instruct-heretic.i1-IQ2_XXS.gguf) | i1-IQ2_XXS | 2.5 | | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.3-8B-Instruct-heretic-i1-GGUF/resolve/main/Llama-3.3-8B-Instruct-heretic.i1-IQ2_XS.gguf) | i1-IQ2_XS | 2.7 | | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.3-8B-Instruct-heretic-i1-GGUF/resolve/main/Llama-3.3-8B-Instruct-heretic.i1-IQ2_S.gguf) | i1-IQ2_S | 2.9 | | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.3-8B-Instruct-heretic-i1-GGUF/resolve/main/Llama-3.3-8B-Instruct-heretic.i1-IQ2_M.gguf) | i1-IQ2_M | 3.0 | | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.3-8B-Instruct-heretic-i1-GGUF/resolve/main/Llama-3.3-8B-Instruct-heretic.i1-Q2_K_S.gguf) | i1-Q2_K_S | 3.1 | very low quality | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.3-8B-Instruct-heretic-i1-GGUF/resolve/main/Llama-3.3-8B-Instruct-heretic.i1-Q2_K.gguf) | i1-Q2_K | 3.3 | IQ3_XXS probably better | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.3-8B-Instruct-heretic-i1-GGUF/resolve/main/Llama-3.3-8B-Instruct-heretic.i1-IQ3_XXS.gguf) | i1-IQ3_XXS | 3.4 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.3-8B-Instruct-heretic-i1-GGUF/resolve/main/Llama-3.3-8B-Instruct-heretic.i1-IQ3_XS.gguf) | i1-IQ3_XS | 3.6 | | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.3-8B-Instruct-heretic-i1-GGUF/resolve/main/Llama-3.3-8B-Instruct-heretic.i1-Q3_K_S.gguf) | i1-Q3_K_S | 3.8 | IQ3_XS probably better | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.3-8B-Instruct-heretic-i1-GGUF/resolve/main/Llama-3.3-8B-Instruct-heretic.i1-IQ3_S.gguf) | i1-IQ3_S | 3.8 | beats Q3_K* | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.3-8B-Instruct-heretic-i1-GGUF/resolve/main/Llama-3.3-8B-Instruct-heretic.i1-IQ3_M.gguf) | i1-IQ3_M | 3.9 | | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.3-8B-Instruct-heretic-i1-GGUF/resolve/main/Llama-3.3-8B-Instruct-heretic.i1-Q3_K_M.gguf) | i1-Q3_K_M | 4.1 | IQ3_S probably better | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.3-8B-Instruct-heretic-i1-GGUF/resolve/main/Llama-3.3-8B-Instruct-heretic.i1-Q3_K_L.gguf) | i1-Q3_K_L | 4.4 | IQ3_M probably better | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.3-8B-Instruct-heretic-i1-GGUF/resolve/main/Llama-3.3-8B-Instruct-heretic.i1-IQ4_XS.gguf) | i1-IQ4_XS | 4.5 | | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.3-8B-Instruct-heretic-i1-GGUF/resolve/main/Llama-3.3-8B-Instruct-heretic.i1-Q4_0.gguf) | i1-Q4_0 | 4.8 | fast, low quality | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.3-8B-Instruct-heretic-i1-GGUF/resolve/main/Llama-3.3-8B-Instruct-heretic.i1-IQ4_NL.gguf) | i1-IQ4_NL | 4.8 | prefer IQ4_XS | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.3-8B-Instruct-heretic-i1-GGUF/resolve/main/Llama-3.3-8B-Instruct-heretic.i1-Q4_K_S.gguf) | i1-Q4_K_S | 4.8 | optimal size/speed/quality | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.3-8B-Instruct-heretic-i1-GGUF/resolve/main/Llama-3.3-8B-Instruct-heretic.i1-Q4_K_M.gguf) | i1-Q4_K_M | 5.0 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.3-8B-Instruct-heretic-i1-GGUF/resolve/main/Llama-3.3-8B-Instruct-heretic.i1-Q4_1.gguf) | i1-Q4_1 | 5.2 | | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.3-8B-Instruct-heretic-i1-GGUF/resolve/main/Llama-3.3-8B-Instruct-heretic.i1-Q5_K_S.gguf) | i1-Q5_K_S | 5.7 | | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.3-8B-Instruct-heretic-i1-GGUF/resolve/main/Llama-3.3-8B-Instruct-heretic.i1-Q5_K_M.gguf) | i1-Q5_K_M | 5.8 | | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.3-8B-Instruct-heretic-i1-GGUF/resolve/main/Llama-3.3-8B-Instruct-heretic.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. + +