From 0960f593dd09b7df87d35380ed5848c0cf3d77d4 Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Sun, 21 Jun 2026 13:52:17 +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-heretic-GGUF Source: Original Platform --- .gitattributes | 59 +++++ Llama-3.1-8B-Instruct-Heretic.IQ4_XS.gguf | 3 + Llama-3.1-8B-Instruct-Heretic.Q2_K.gguf | 3 + Llama-3.1-8B-Instruct-Heretic.Q3_K_L.gguf | 3 + Llama-3.1-8B-Instruct-Heretic.Q3_K_M.gguf | 3 + Llama-3.1-8B-Instruct-Heretic.Q3_K_S.gguf | 3 + Llama-3.1-8B-Instruct-Heretic.Q4_K_M.gguf | 3 + Llama-3.1-8B-Instruct-Heretic.Q4_K_S.gguf | 3 + Llama-3.1-8B-Instruct-Heretic.Q5_K_M.gguf | 3 + Llama-3.1-8B-Instruct-Heretic.Q5_K_S.gguf | 3 + Llama-3.1-8B-Instruct-Heretic.Q6_K.gguf | 3 + Llama-3.1-8B-Instruct-Heretic.Q8_0.gguf | 3 + Llama-3.1-8B-Instruct-Heretic.f16.gguf | 3 + Llama-3.1-8B-Instruct-heretic.IQ4_XS.gguf | 3 + Llama-3.1-8B-Instruct-heretic.Q2_K.gguf | 3 + Llama-3.1-8B-Instruct-heretic.Q3_K_L.gguf | 3 + Llama-3.1-8B-Instruct-heretic.Q3_K_M.gguf | 3 + Llama-3.1-8B-Instruct-heretic.Q3_K_S.gguf | 3 + Llama-3.1-8B-Instruct-heretic.Q4_K_M.gguf | 3 + Llama-3.1-8B-Instruct-heretic.Q4_K_S.gguf | 3 + Llama-3.1-8B-Instruct-heretic.Q5_K_M.gguf | 3 + Llama-3.1-8B-Instruct-heretic.Q5_K_S.gguf | 3 + Llama-3.1-8B-Instruct-heretic.Q6_K.gguf | 3 + Llama-3.1-8B-Instruct-heretic.Q8_0.gguf | 3 + Llama-3.1-8B-Instruct-heretic.f16.gguf | 3 + README.md | 254 ++++++++++++++++++++++ 26 files changed, 385 insertions(+) create mode 100644 .gitattributes create mode 100644 Llama-3.1-8B-Instruct-Heretic.IQ4_XS.gguf create mode 100644 Llama-3.1-8B-Instruct-Heretic.Q2_K.gguf create mode 100644 Llama-3.1-8B-Instruct-Heretic.Q3_K_L.gguf create mode 100644 Llama-3.1-8B-Instruct-Heretic.Q3_K_M.gguf create mode 100644 Llama-3.1-8B-Instruct-Heretic.Q3_K_S.gguf create mode 100644 Llama-3.1-8B-Instruct-Heretic.Q4_K_M.gguf create mode 100644 Llama-3.1-8B-Instruct-Heretic.Q4_K_S.gguf create mode 100644 Llama-3.1-8B-Instruct-Heretic.Q5_K_M.gguf create mode 100644 Llama-3.1-8B-Instruct-Heretic.Q5_K_S.gguf create mode 100644 Llama-3.1-8B-Instruct-Heretic.Q6_K.gguf create mode 100644 Llama-3.1-8B-Instruct-Heretic.Q8_0.gguf create mode 100644 Llama-3.1-8B-Instruct-Heretic.f16.gguf create mode 100644 Llama-3.1-8B-Instruct-heretic.IQ4_XS.gguf create mode 100644 Llama-3.1-8B-Instruct-heretic.Q2_K.gguf create mode 100644 Llama-3.1-8B-Instruct-heretic.Q3_K_L.gguf create mode 100644 Llama-3.1-8B-Instruct-heretic.Q3_K_M.gguf create mode 100644 Llama-3.1-8B-Instruct-heretic.Q3_K_S.gguf create mode 100644 Llama-3.1-8B-Instruct-heretic.Q4_K_M.gguf create mode 100644 Llama-3.1-8B-Instruct-heretic.Q4_K_S.gguf create mode 100644 Llama-3.1-8B-Instruct-heretic.Q5_K_M.gguf create mode 100644 Llama-3.1-8B-Instruct-heretic.Q5_K_S.gguf create mode 100644 Llama-3.1-8B-Instruct-heretic.Q6_K.gguf create mode 100644 Llama-3.1-8B-Instruct-heretic.Q8_0.gguf create mode 100644 Llama-3.1-8B-Instruct-heretic.f16.gguf create mode 100644 README.md diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..63baf9b --- /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.1-8B-Instruct-heretic.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.1-8B-Instruct-heretic.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.1-8B-Instruct-heretic.f16.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.1-8B-Instruct-heretic.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.1-8B-Instruct-heretic.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.1-8B-Instruct-heretic.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.1-8B-Instruct-heretic.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.1-8B-Instruct-heretic.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.1-8B-Instruct-heretic.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.1-8B-Instruct-heretic.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.1-8B-Instruct-heretic.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.1-8B-Instruct-heretic.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.1-8B-Instruct-Heretic.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.1-8B-Instruct-Heretic.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.1-8B-Instruct-Heretic.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.1-8B-Instruct-Heretic.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.1-8B-Instruct-Heretic.f16.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.1-8B-Instruct-Heretic.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.1-8B-Instruct-Heretic.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.1-8B-Instruct-Heretic.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.1-8B-Instruct-Heretic.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.1-8B-Instruct-Heretic.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.1-8B-Instruct-Heretic.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.1-8B-Instruct-Heretic.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/Llama-3.1-8B-Instruct-Heretic.IQ4_XS.gguf b/Llama-3.1-8B-Instruct-Heretic.IQ4_XS.gguf new file mode 100644 index 0000000..5c113d0 --- /dev/null +++ b/Llama-3.1-8B-Instruct-Heretic.IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c747e5c99da63d21b28dec0abf1ee3d5dc4192e72f5d85e72785aabc1bd3fdc +size 4484368512 diff --git a/Llama-3.1-8B-Instruct-Heretic.Q2_K.gguf b/Llama-3.1-8B-Instruct-Heretic.Q2_K.gguf new file mode 100644 index 0000000..3372ffe --- /dev/null +++ b/Llama-3.1-8B-Instruct-Heretic.Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44cc91cd1f6b26e6d875053901a78ffe4797442ba39cd94d5132a12a5378a95f +size 3179137152 diff --git a/Llama-3.1-8B-Instruct-Heretic.Q3_K_L.gguf b/Llama-3.1-8B-Instruct-Heretic.Q3_K_L.gguf new file mode 100644 index 0000000..e1e5309 --- /dev/null +++ b/Llama-3.1-8B-Instruct-Heretic.Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ad00747cfafacd6e79ef4f4bd0576b7d08f13e32f4fe16e3593d04cb81780a3 +size 4321962112 diff --git a/Llama-3.1-8B-Instruct-Heretic.Q3_K_M.gguf b/Llama-3.1-8B-Instruct-Heretic.Q3_K_M.gguf new file mode 100644 index 0000000..ced4fba --- /dev/null +++ b/Llama-3.1-8B-Instruct-Heretic.Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acce304cb71236a3f1acc78b6269b1fd538447549ebccd3eca27f56eaf3e65ab +size 4018923648 diff --git a/Llama-3.1-8B-Instruct-Heretic.Q3_K_S.gguf b/Llama-3.1-8B-Instruct-Heretic.Q3_K_S.gguf new file mode 100644 index 0000000..e0eeb98 --- /dev/null +++ b/Llama-3.1-8B-Instruct-Heretic.Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:600cc4a53bce73075beff4b1546a61676c83ce8595ea903113f07f68fba6118d +size 3664504960 diff --git a/Llama-3.1-8B-Instruct-Heretic.Q4_K_M.gguf b/Llama-3.1-8B-Instruct-Heretic.Q4_K_M.gguf new file mode 100644 index 0000000..faf272c --- /dev/null +++ b/Llama-3.1-8B-Instruct-Heretic.Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48666da5e5206ab6ea4884d2072e91edbade16c94c65fd6dbd656516e5861589 +size 4920739968 diff --git a/Llama-3.1-8B-Instruct-Heretic.Q4_K_S.gguf b/Llama-3.1-8B-Instruct-Heretic.Q4_K_S.gguf new file mode 100644 index 0000000..6fbca49 --- /dev/null +++ b/Llama-3.1-8B-Instruct-Heretic.Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f204cc530aba7af397d6abc3dd4287f187addbc2636e101489ee74d2faad4736 +size 4692674688 diff --git a/Llama-3.1-8B-Instruct-Heretic.Q5_K_M.gguf b/Llama-3.1-8B-Instruct-Heretic.Q5_K_M.gguf new file mode 100644 index 0000000..65f99d4 --- /dev/null +++ b/Llama-3.1-8B-Instruct-Heretic.Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a7e9a4c7ee09d2ed8cb2bcc84adf0d624674bed1edca739d0f9c7f55b32b51e +size 5732993152 diff --git a/Llama-3.1-8B-Instruct-Heretic.Q5_K_S.gguf b/Llama-3.1-8B-Instruct-Heretic.Q5_K_S.gguf new file mode 100644 index 0000000..b3fd2c7 --- /dev/null +++ b/Llama-3.1-8B-Instruct-Heretic.Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1086bc564cb512ef14a0125b270041d1c941d3862273c16d8b2579aec138f51 +size 5599299712 diff --git a/Llama-3.1-8B-Instruct-Heretic.Q6_K.gguf b/Llama-3.1-8B-Instruct-Heretic.Q6_K.gguf new file mode 100644 index 0000000..271b1f1 --- /dev/null +++ b/Llama-3.1-8B-Instruct-Heretic.Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f6228f14f8cd41f618a91e3a330b1aafa3e29ab798f16395c8803cd1edab4cf +size 6596012160 diff --git a/Llama-3.1-8B-Instruct-Heretic.Q8_0.gguf b/Llama-3.1-8B-Instruct-Heretic.Q8_0.gguf new file mode 100644 index 0000000..7f1c8b2 --- /dev/null +++ b/Llama-3.1-8B-Instruct-Heretic.Q8_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:287916edbf4d1e4fe37332f1519fe0b65711fad0706a2d5c3740dfca60aefcb8 +size 8540776576 diff --git a/Llama-3.1-8B-Instruct-Heretic.f16.gguf b/Llama-3.1-8B-Instruct-Heretic.f16.gguf new file mode 100644 index 0000000..e4bd378 --- /dev/null +++ b/Llama-3.1-8B-Instruct-Heretic.f16.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a301ce2607435e9527b3d19698eef9a195fe0b55b359045eb17c0950b22385f +size 16068896896 diff --git a/Llama-3.1-8B-Instruct-heretic.IQ4_XS.gguf b/Llama-3.1-8B-Instruct-heretic.IQ4_XS.gguf new file mode 100644 index 0000000..e167e6c --- /dev/null +++ b/Llama-3.1-8B-Instruct-heretic.IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bf96c8e200821abab18e62d88fdfbeea1f90cfcea32a7ac996735fee6d24a99 +size 4484368544 diff --git a/Llama-3.1-8B-Instruct-heretic.Q2_K.gguf b/Llama-3.1-8B-Instruct-heretic.Q2_K.gguf new file mode 100644 index 0000000..3a9b3da --- /dev/null +++ b/Llama-3.1-8B-Instruct-heretic.Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bca68fcd227be8a82c0b4e3ffc8e6abb8c8da61f923440c18862837c7bedb4d5 +size 3179137184 diff --git a/Llama-3.1-8B-Instruct-heretic.Q3_K_L.gguf b/Llama-3.1-8B-Instruct-heretic.Q3_K_L.gguf new file mode 100644 index 0000000..f9147d5 --- /dev/null +++ b/Llama-3.1-8B-Instruct-heretic.Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6adc816369b48a8c8405e63094f32c2d58bfeaa988ad719ee0af2044d574e371 +size 4321962144 diff --git a/Llama-3.1-8B-Instruct-heretic.Q3_K_M.gguf b/Llama-3.1-8B-Instruct-heretic.Q3_K_M.gguf new file mode 100644 index 0000000..b7c8589 --- /dev/null +++ b/Llama-3.1-8B-Instruct-heretic.Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea0404cb436cc853f80947f1e7758491a42ab648fde558af95442944a5db1a88 +size 4018923680 diff --git a/Llama-3.1-8B-Instruct-heretic.Q3_K_S.gguf b/Llama-3.1-8B-Instruct-heretic.Q3_K_S.gguf new file mode 100644 index 0000000..5ee15fe --- /dev/null +++ b/Llama-3.1-8B-Instruct-heretic.Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cdf954e9280b74578d805c221a93b1734509cfab51af9e3512a43f44028e8c6c +size 3664504992 diff --git a/Llama-3.1-8B-Instruct-heretic.Q4_K_M.gguf b/Llama-3.1-8B-Instruct-heretic.Q4_K_M.gguf new file mode 100644 index 0000000..a48e96e --- /dev/null +++ b/Llama-3.1-8B-Instruct-heretic.Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c84dee429cb8c3c4f267bf9d23b2d05773beccb8b67ff8654c5cb275846fe7bd +size 4920740000 diff --git a/Llama-3.1-8B-Instruct-heretic.Q4_K_S.gguf b/Llama-3.1-8B-Instruct-heretic.Q4_K_S.gguf new file mode 100644 index 0000000..bec917f --- /dev/null +++ b/Llama-3.1-8B-Instruct-heretic.Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47cb4b8745830af1ff61630407feaef65246784a2cd6b5f1e4585cad84e8edc2 +size 4692674720 diff --git a/Llama-3.1-8B-Instruct-heretic.Q5_K_M.gguf b/Llama-3.1-8B-Instruct-heretic.Q5_K_M.gguf new file mode 100644 index 0000000..ee2e482 --- /dev/null +++ b/Llama-3.1-8B-Instruct-heretic.Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a8915221be8683539faf31f749a86daeb5b3452669c13e7928103be0367a23d +size 5732993184 diff --git a/Llama-3.1-8B-Instruct-heretic.Q5_K_S.gguf b/Llama-3.1-8B-Instruct-heretic.Q5_K_S.gguf new file mode 100644 index 0000000..1cd0fef --- /dev/null +++ b/Llama-3.1-8B-Instruct-heretic.Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d1e5da7532253dff82ff9c439d605857e410ef499823fd41a3025e231ff5315 +size 5599299744 diff --git a/Llama-3.1-8B-Instruct-heretic.Q6_K.gguf b/Llama-3.1-8B-Instruct-heretic.Q6_K.gguf new file mode 100644 index 0000000..e5671aa --- /dev/null +++ b/Llama-3.1-8B-Instruct-heretic.Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80ca282922cdf09ecef1c6296c5b08dded580430f66a108aa1e279a6d3e3a5ee +size 6596012192 diff --git a/Llama-3.1-8B-Instruct-heretic.Q8_0.gguf b/Llama-3.1-8B-Instruct-heretic.Q8_0.gguf new file mode 100644 index 0000000..0dcb03e --- /dev/null +++ b/Llama-3.1-8B-Instruct-heretic.Q8_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bfdadda20db25601b167ded2c435780b987edc7c7e99c4e01fece169ce4ca00 +size 8540776608 diff --git a/Llama-3.1-8B-Instruct-heretic.f16.gguf b/Llama-3.1-8B-Instruct-heretic.f16.gguf new file mode 100644 index 0000000..c92ff05 --- /dev/null +++ b/Llama-3.1-8B-Instruct-heretic.f16.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd4a4d16dc32a46fdf35a795f3096c575062f0c6f338c808df08a1af3c290a04 +size 16068896928 diff --git a/README.md b/README.md new file mode 100644 index 0000000..65cda0d --- /dev/null +++ b/README.md @@ -0,0 +1,254 @@ +--- +base_model: p-e-w/Llama-3.1-8B-Instruct-heretic +extra_gated_button_content: Submit +extra_gated_fields: + Affiliation: text + ? By clicking Submit below I accept the terms of the license and acknowledge that + the information I provide will be collected stored processed and shared in accordance + with the Meta Privacy Policy + : checkbox + Country: country + Date of birth: date_picker + First Name: text + Job title: + options: + - Student + - Research Graduate + - AI researcher + - AI developer/engineer + - Reporter + - Other + type: select + Last Name: text + geo: ip_location +extra_gated_prompt: "### LLAMA 3.1 COMMUNITY LICENSE AGREEMENT\nLlama 3.1 Version + Release Date: July 23, 2024\n\"Agreement\" means the terms and conditions for use, + reproduction, distribution and modification of the Llama Materials set forth herein.\n\"Documentation\" + means the specifications, manuals and documentation accompanying Llama 3.1 distributed + by Meta at https://llama.meta.com/doc/overview.\n\"Licensee\" or \"you\" means you, + or your employer or any other person or entity (if you are entering into this Agreement + on such person or entity’s behalf), of the age required under applicable laws, rules + or regulations to provide legal consent and that has legal authority to bind your + employer or such other person or entity if you are entering in this Agreement on + their behalf.\n\"Llama 3.1\" means the foundational large language models and software + and algorithms, including machine-learning model code, trained model weights, inference-enabling + code, training-enabling code, fine-tuning enabling code and other elements of the + foregoing distributed by Meta at https://llama.meta.com/llama-downloads.\n\"Llama + Materials\" means, collectively, Meta’s proprietary Llama 3.1 and Documentation + (and any portion thereof) made available under this Agreement.\n\"Meta\" or \"we\" + means Meta Platforms Ireland Limited (if you are located in or, if you are an entity, + your principal place of business is in the EEA or Switzerland) and Meta Platforms, + Inc. (if you are located outside of the EEA or Switzerland).\n \n1. License Rights + and Redistribution.\na. Grant of Rights. You are granted a non-exclusive, worldwide, + non-transferable and royalty-free limited license under Meta’s intellectual property + or other rights owned by Meta embodied in the Llama Materials to use, reproduce, + distribute, copy, create derivative works of, and make modifications to the Llama + Materials.\nb. Redistribution and Use.\ni. If you distribute or make available the + Llama Materials (or any derivative works thereof), or a product or service (including + another AI model) that contains any of them, you shall (A) provide a copy of this + Agreement with any such Llama Materials; and (B) prominently display “Built with + Llama” on a related website, user interface, blogpost, about page, or product documentation. + If you use the Llama Materials or any outputs or results of the Llama Materials + to create, train, fine tune, or otherwise improve an AI model, which is distributed + or made available, you shall also include “Llama” at the beginning of any such AI + model name.\nii. If you receive Llama Materials, or any derivative works thereof, + from a Licensee as part of an integrated end user product, then Section 2 of this + Agreement will not apply to you.\niii. You must retain in all copies of the Llama + Materials that you distribute the following attribution notice within a “Notice” + text file distributed as a part of such copies: “Llama 3.1 is licensed under the + Llama 3.1 Community License, Copyright © Meta Platforms, Inc. All Rights Reserved.”\niv. + Your use of the Llama Materials must comply with applicable laws and regulations + (including trade compliance laws and regulations) and adhere to the Acceptable Use + Policy for the Llama Materials (available at https://llama.meta.com/llama3_1/use-policy), + which is hereby incorporated by reference into this Agreement.\n2. Additional Commercial + Terms. If, on the Llama 3.1 version release date, the monthly active users of the + products or services made available by or for Licensee, or Licensee’s affiliates, + is greater than 700 million monthly active users in the preceding calendar month, + you must request a license from Meta, which Meta may grant to you in its sole discretion, + and you are not authorized to exercise any of the rights under this Agreement unless + or until Meta otherwise expressly grants you such rights.\n3. Disclaimer of Warranty. + UNLESS REQUIRED BY APPLICABLE LAW, THE LLAMA MATERIALS AND ANY OUTPUT AND RESULTS + THEREFROM ARE PROVIDED ON AN “AS IS” BASIS, WITHOUT WARRANTIES OF ANY KIND, AND + META DISCLAIMS ALL WARRANTIES OF ANY KIND, BOTH EXPRESS AND IMPLIED, INCLUDING, + WITHOUT LIMITATION, ANY WARRANTIES OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY, + OR FITNESS FOR A PARTICULAR PURPOSE. YOU ARE SOLELY RESPONSIBLE FOR DETERMINING + THE APPROPRIATENESS OF USING OR REDISTRIBUTING THE LLAMA MATERIALS AND ASSUME ANY + RISKS ASSOCIATED WITH YOUR USE OF THE LLAMA MATERIALS AND ANY OUTPUT AND RESULTS.\n4. + Limitation of Liability. IN NO EVENT WILL META OR ITS AFFILIATES BE LIABLE UNDER + ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, TORT, NEGLIGENCE, PRODUCTS LIABILITY, + OR OTHERWISE, ARISING OUT OF THIS AGREEMENT, FOR ANY LOST PROFITS OR ANY INDIRECT, + SPECIAL, CONSEQUENTIAL, INCIDENTAL, EXEMPLARY OR PUNITIVE DAMAGES, EVEN IF META + OR ITS AFFILIATES HAVE BEEN ADVISED OF THE POSSIBILITY OF ANY OF THE FOREGOING.\n5. + Intellectual Property.\na. No trademark licenses are granted under this Agreement, + and in connection with the Llama Materials, neither Meta nor Licensee may use any + name or mark owned by or associated with the other or any of its affiliates, except + as required for reasonable and customary use in describing and redistributing the + Llama Materials or as set forth in this Section 5(a). Meta hereby grants you a license + to use “Llama” (the “Mark”) solely as required to comply with the last sentence + of Section 1.b.i. You will comply with Meta’s brand guidelines (currently accessible + at https://about.meta.com/brand/resources/meta/company-brand/ ). All goodwill arising + out of your use of the Mark will inure to the benefit of Meta.\nb. Subject to Meta’s + ownership of Llama Materials and derivatives made by or for Meta, with respect to + any derivative works and modifications of the Llama Materials that are made by you, + as between you and Meta, you are and will be the owner of such derivative works + and modifications.\nc. If you institute litigation or other proceedings against + Meta or any entity (including a cross-claim or counterclaim in a lawsuit) alleging + that the Llama Materials or Llama 3.1 outputs or results, or any portion of any + of the foregoing, constitutes infringement of intellectual property or other rights + owned or licensable by you, then any licenses granted to you under this Agreement + shall terminate as of the date such litigation or claim is filed or instituted. + You will indemnify and hold harmless Meta from and against any claim by any third + party arising out of or related to your use or distribution of the Llama Materials.\n6. + Term and Termination. The term of this Agreement will commence upon your acceptance + of this Agreement or access to the Llama Materials and will continue in full force + and effect until terminated in accordance with the terms and conditions herein. + Meta may terminate this Agreement if you are in breach of any term or condition + of this Agreement. Upon termination of this Agreement, you shall delete and cease + use of the Llama Materials. Sections 3, 4 and 7 shall survive the termination of + this Agreement.\n7. Governing Law and Jurisdiction. This Agreement will be governed + and construed under the laws of the State of California without regard to choice + of law principles, and the UN Convention on Contracts for the International Sale + of Goods does not apply to this Agreement. The courts of California shall have exclusive + jurisdiction of any dispute arising out of this Agreement.\n### Llama 3.1 Acceptable + Use Policy\nMeta is committed to promoting safe and fair use of its tools and features, + including Llama 3.1. If you access or use Llama 3.1, you agree to this Acceptable + Use Policy (“Policy”). The most recent copy of this policy can be found at [https://llama.meta.com/llama3_1/use-policy](https://llama.meta.com/llama3_1/use-policy)\n#### + Prohibited Uses\nWe want everyone to use Llama 3.1 safely and responsibly. You agree + you will not use, or allow others to use, Llama 3.1 to:\n 1. Violate the law or + others’ rights, including to:\n 1. Engage in, promote, generate, contribute to, + encourage, plan, incite, or further illegal or unlawful activity or content, such + as:\n 1. Violence or terrorism\n 2. Exploitation or harm to children, + including the solicitation, creation, acquisition, or dissemination of child exploitative + content or failure to report Child Sexual Abuse Material\n 3. Human trafficking, + exploitation, and sexual violence\n 4. The illegal distribution of information + or materials to minors, including obscene materials, or failure to employ legally + required age-gating in connection with such information or materials.\n 5. + Sexual solicitation\n 6. Any other criminal activity\n 3. Engage in, promote, + incite, or facilitate the harassment, abuse, threatening, or bullying of individuals + or groups of individuals\n 4. Engage in, promote, incite, or facilitate discrimination + or other unlawful or harmful conduct in the provision of employment, employment + benefits, credit, housing, other economic benefits, or other essential goods and + services\n 5. Engage in the unauthorized or unlicensed practice of any profession + including, but not limited to, financial, legal, medical/health, or related professional + practices\n 6. Collect, process, disclose, generate, or infer health, demographic, + or other sensitive personal or private information about individuals without rights + and consents required by applicable laws\n 7. Engage in or facilitate any action + or generate any content that infringes, misappropriates, or otherwise violates any + third-party rights, including the outputs or results of any products or services + using the Llama Materials\n 8. Create, generate, or facilitate the creation of + malicious code, malware, computer viruses or do anything else that could disable, + overburden, interfere with or impair the proper working, integrity, operation or + appearance of a website or computer system\n2. Engage in, promote, incite, facilitate, + or assist in the planning or development of activities that present a risk of death + or bodily harm to individuals, including use of Llama 3.1 related to the following:\n + \ 1. Military, warfare, nuclear industries or applications, espionage, use for + materials or activities that are subject to the International Traffic Arms Regulations + (ITAR) maintained by the United States Department of State\n 2. Guns and illegal + weapons (including weapon development)\n 3. Illegal drugs and regulated/controlled + substances\n 4. Operation of critical infrastructure, transportation technologies, + or heavy machinery\n 5. Self-harm or harm to others, including suicide, cutting, + and eating disorders\n 6. Any content intended to incite or promote violence, + abuse, or any infliction of bodily harm to an individual\n3. Intentionally deceive + or mislead others, including use of Llama 3.1 related to the following:\n 1. + Generating, promoting, or furthering fraud or the creation or promotion of disinformation\n + \ 2. Generating, promoting, or furthering defamatory content, including the creation + of defamatory statements, images, or other content\n 3. Generating, promoting, + or further distributing spam\n 4. Impersonating another individual without consent, + authorization, or legal right\n 5. Representing that the use of Llama 3.1 or + outputs are human-generated\n 6. Generating or facilitating false online engagement, + including fake reviews and other means of fake online engagement\n4. Fail to appropriately + disclose to end users any known dangers of your AI system\nPlease report any violation + of this Policy, software “bug,” or other problems that could lead to a violation + of this Policy through one of the following means:\n * Reporting issues with + the model: [https://github.com/meta-llama/llama-models/issues](https://github.com/meta-llama/llama-models/issues)\n + \ * Reporting risky content generated by the model:\n developers.facebook.com/llama_output_feedback\n + \ * Reporting bugs and security concerns: facebook.com/whitehat/info\n * Reporting + violations of the Acceptable Use Policy or unlicensed uses of Meta Llama 3: LlamaUseReport@meta.com" +language: +- en +- de +- fr +- it +- pt +- hi +- es +- th +library_name: transformers +license: llama3.1 +mradermacher: + readme_rev: 1 +quantized_by: mradermacher +tags: +- facebook +- unsloth +- meta +- pytorch +- llama +- llama-3 +- heretic +- uncensored +- decensored +- abliterated +--- +## About + + + + + + + + + +static quants of https://huggingface.co/p-e-w/Llama-3.1-8B-Instruct-heretic + + + +***For a convenient overview and download list, visit our [model page for this model](https://hf.tst.eu/model#Llama-3.1-8B-Instruct-heretic-GGUF).*** + +weighted/imatrix quants are available at https://huggingface.co/mradermacher/Llama-3.1-8B-Instruct-heretic-i1-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 | +|:-----|:-----|--------:|:------| +| [PART 1](https://huggingface.co/mradermacher/Llama-3.1-8B-Instruct-heretic-GGUF/resolve/main/Llama-3.1-8B-Instruct-Heretic.Q2_K.gguf) [PART 2](https://huggingface.co/mradermacher/Llama-3.1-8B-Instruct-heretic-GGUF/resolve/main/Llama-3.1-8B-Instruct-heretic.Q2_K.gguf) | Q2_K | 6.5 | | +| [PART 1](https://huggingface.co/mradermacher/Llama-3.1-8B-Instruct-heretic-GGUF/resolve/main/Llama-3.1-8B-Instruct-Heretic.Q3_K_S.gguf) [PART 2](https://huggingface.co/mradermacher/Llama-3.1-8B-Instruct-heretic-GGUF/resolve/main/Llama-3.1-8B-Instruct-heretic.Q3_K_S.gguf) | Q3_K_S | 7.4 | | +| [PART 1](https://huggingface.co/mradermacher/Llama-3.1-8B-Instruct-heretic-GGUF/resolve/main/Llama-3.1-8B-Instruct-Heretic.Q3_K_M.gguf) [PART 2](https://huggingface.co/mradermacher/Llama-3.1-8B-Instruct-heretic-GGUF/resolve/main/Llama-3.1-8B-Instruct-heretic.Q3_K_M.gguf) | Q3_K_M | 8.1 | lower quality | +| [PART 1](https://huggingface.co/mradermacher/Llama-3.1-8B-Instruct-heretic-GGUF/resolve/main/Llama-3.1-8B-Instruct-Heretic.Q3_K_L.gguf) [PART 2](https://huggingface.co/mradermacher/Llama-3.1-8B-Instruct-heretic-GGUF/resolve/main/Llama-3.1-8B-Instruct-heretic.Q3_K_L.gguf) | Q3_K_L | 8.7 | | +| [PART 1](https://huggingface.co/mradermacher/Llama-3.1-8B-Instruct-heretic-GGUF/resolve/main/Llama-3.1-8B-Instruct-Heretic.IQ4_XS.gguf) [PART 2](https://huggingface.co/mradermacher/Llama-3.1-8B-Instruct-heretic-GGUF/resolve/main/Llama-3.1-8B-Instruct-heretic.IQ4_XS.gguf) | IQ4_XS | 9.1 | | +| [PART 1](https://huggingface.co/mradermacher/Llama-3.1-8B-Instruct-heretic-GGUF/resolve/main/Llama-3.1-8B-Instruct-Heretic.Q4_K_S.gguf) [PART 2](https://huggingface.co/mradermacher/Llama-3.1-8B-Instruct-heretic-GGUF/resolve/main/Llama-3.1-8B-Instruct-heretic.Q4_K_S.gguf) | Q4_K_S | 9.5 | fast, recommended | +| [PART 1](https://huggingface.co/mradermacher/Llama-3.1-8B-Instruct-heretic-GGUF/resolve/main/Llama-3.1-8B-Instruct-Heretic.Q4_K_M.gguf) [PART 2](https://huggingface.co/mradermacher/Llama-3.1-8B-Instruct-heretic-GGUF/resolve/main/Llama-3.1-8B-Instruct-heretic.Q4_K_M.gguf) | Q4_K_M | 9.9 | fast, recommended | +| [PART 1](https://huggingface.co/mradermacher/Llama-3.1-8B-Instruct-heretic-GGUF/resolve/main/Llama-3.1-8B-Instruct-Heretic.Q5_K_S.gguf) [PART 2](https://huggingface.co/mradermacher/Llama-3.1-8B-Instruct-heretic-GGUF/resolve/main/Llama-3.1-8B-Instruct-heretic.Q5_K_S.gguf) | Q5_K_S | 11.3 | | +| [PART 1](https://huggingface.co/mradermacher/Llama-3.1-8B-Instruct-heretic-GGUF/resolve/main/Llama-3.1-8B-Instruct-Heretic.Q5_K_M.gguf) [PART 2](https://huggingface.co/mradermacher/Llama-3.1-8B-Instruct-heretic-GGUF/resolve/main/Llama-3.1-8B-Instruct-heretic.Q5_K_M.gguf) | Q5_K_M | 11.6 | | +| [PART 1](https://huggingface.co/mradermacher/Llama-3.1-8B-Instruct-heretic-GGUF/resolve/main/Llama-3.1-8B-Instruct-Heretic.Q6_K.gguf) [PART 2](https://huggingface.co/mradermacher/Llama-3.1-8B-Instruct-heretic-GGUF/resolve/main/Llama-3.1-8B-Instruct-heretic.Q6_K.gguf) | Q6_K | 13.3 | very good quality | +| [PART 1](https://huggingface.co/mradermacher/Llama-3.1-8B-Instruct-heretic-GGUF/resolve/main/Llama-3.1-8B-Instruct-Heretic.Q8_0.gguf) [PART 2](https://huggingface.co/mradermacher/Llama-3.1-8B-Instruct-heretic-GGUF/resolve/main/Llama-3.1-8B-Instruct-heretic.Q8_0.gguf) | Q8_0 | 17.2 | fast, best quality | +| [PART 1](https://huggingface.co/mradermacher/Llama-3.1-8B-Instruct-heretic-GGUF/resolve/main/Llama-3.1-8B-Instruct-Heretic.f16.gguf) [PART 2](https://huggingface.co/mradermacher/Llama-3.1-8B-Instruct-heretic-GGUF/resolve/main/Llama-3.1-8B-Instruct-heretic.f16.gguf) | f16 | 32.2 | 16 bpw, overkill | + +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. + +