From cf0f0bb4af2466eeee8e8d2a926f5c28b987552f Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Wed, 5 Aug 2026 10:41: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/llama3.2_3b_122824_uncensored-i1-GGUF Source: Original Platform --- .gitattributes | 60 ++++++++++++ README.md | 91 +++++++++++++++++++ imatrix.dat | 3 + llama3.2_3b_122824_uncensored.i1-IQ1_M.gguf | 3 + llama3.2_3b_122824_uncensored.i1-IQ1_S.gguf | 3 + llama3.2_3b_122824_uncensored.i1-IQ2_M.gguf | 3 + llama3.2_3b_122824_uncensored.i1-IQ2_S.gguf | 3 + llama3.2_3b_122824_uncensored.i1-IQ2_XS.gguf | 3 + llama3.2_3b_122824_uncensored.i1-IQ2_XXS.gguf | 3 + llama3.2_3b_122824_uncensored.i1-IQ3_M.gguf | 3 + llama3.2_3b_122824_uncensored.i1-IQ3_S.gguf | 3 + llama3.2_3b_122824_uncensored.i1-IQ3_XS.gguf | 3 + llama3.2_3b_122824_uncensored.i1-IQ3_XXS.gguf | 3 + llama3.2_3b_122824_uncensored.i1-IQ4_NL.gguf | 3 + llama3.2_3b_122824_uncensored.i1-IQ4_XS.gguf | 3 + llama3.2_3b_122824_uncensored.i1-Q2_K.gguf | 3 + llama3.2_3b_122824_uncensored.i1-Q2_K_S.gguf | 3 + llama3.2_3b_122824_uncensored.i1-Q3_K_L.gguf | 3 + llama3.2_3b_122824_uncensored.i1-Q3_K_M.gguf | 3 + llama3.2_3b_122824_uncensored.i1-Q3_K_S.gguf | 3 + llama3.2_3b_122824_uncensored.i1-Q4_0.gguf | 3 + llama3.2_3b_122824_uncensored.i1-Q4_1.gguf | 3 + llama3.2_3b_122824_uncensored.i1-Q4_K_M.gguf | 3 + llama3.2_3b_122824_uncensored.i1-Q4_K_S.gguf | 3 + llama3.2_3b_122824_uncensored.i1-Q5_K_M.gguf | 3 + llama3.2_3b_122824_uncensored.i1-Q5_K_S.gguf | 3 + llama3.2_3b_122824_uncensored.i1-Q6_K.gguf | 3 + 27 files changed, 226 insertions(+) create mode 100644 .gitattributes create mode 100644 README.md create mode 100644 imatrix.dat create mode 100644 llama3.2_3b_122824_uncensored.i1-IQ1_M.gguf create mode 100644 llama3.2_3b_122824_uncensored.i1-IQ1_S.gguf create mode 100644 llama3.2_3b_122824_uncensored.i1-IQ2_M.gguf create mode 100644 llama3.2_3b_122824_uncensored.i1-IQ2_S.gguf create mode 100644 llama3.2_3b_122824_uncensored.i1-IQ2_XS.gguf create mode 100644 llama3.2_3b_122824_uncensored.i1-IQ2_XXS.gguf create mode 100644 llama3.2_3b_122824_uncensored.i1-IQ3_M.gguf create mode 100644 llama3.2_3b_122824_uncensored.i1-IQ3_S.gguf create mode 100644 llama3.2_3b_122824_uncensored.i1-IQ3_XS.gguf create mode 100644 llama3.2_3b_122824_uncensored.i1-IQ3_XXS.gguf create mode 100644 llama3.2_3b_122824_uncensored.i1-IQ4_NL.gguf create mode 100644 llama3.2_3b_122824_uncensored.i1-IQ4_XS.gguf create mode 100644 llama3.2_3b_122824_uncensored.i1-Q2_K.gguf create mode 100644 llama3.2_3b_122824_uncensored.i1-Q2_K_S.gguf create mode 100644 llama3.2_3b_122824_uncensored.i1-Q3_K_L.gguf create mode 100644 llama3.2_3b_122824_uncensored.i1-Q3_K_M.gguf create mode 100644 llama3.2_3b_122824_uncensored.i1-Q3_K_S.gguf create mode 100644 llama3.2_3b_122824_uncensored.i1-Q4_0.gguf create mode 100644 llama3.2_3b_122824_uncensored.i1-Q4_1.gguf create mode 100644 llama3.2_3b_122824_uncensored.i1-Q4_K_M.gguf create mode 100644 llama3.2_3b_122824_uncensored.i1-Q4_K_S.gguf create mode 100644 llama3.2_3b_122824_uncensored.i1-Q5_K_M.gguf create mode 100644 llama3.2_3b_122824_uncensored.i1-Q5_K_S.gguf create mode 100644 llama3.2_3b_122824_uncensored.i1-Q6_K.gguf diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..f11c0ec --- /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.2_3b_122824_uncensored.i1-IQ1_M.gguf filter=lfs diff=lfs merge=lfs -text +llama3.2_3b_122824_uncensored.i1-IQ1_S.gguf filter=lfs diff=lfs merge=lfs -text +llama3.2_3b_122824_uncensored.i1-IQ2_M.gguf filter=lfs diff=lfs merge=lfs -text +llama3.2_3b_122824_uncensored.i1-IQ2_S.gguf filter=lfs diff=lfs merge=lfs -text +llama3.2_3b_122824_uncensored.i1-IQ2_XS.gguf filter=lfs diff=lfs merge=lfs -text +llama3.2_3b_122824_uncensored.i1-IQ2_XXS.gguf filter=lfs diff=lfs merge=lfs -text +llama3.2_3b_122824_uncensored.i1-IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text +llama3.2_3b_122824_uncensored.i1-IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text +llama3.2_3b_122824_uncensored.i1-IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text +llama3.2_3b_122824_uncensored.i1-IQ3_XXS.gguf filter=lfs diff=lfs merge=lfs -text +llama3.2_3b_122824_uncensored.i1-IQ4_NL.gguf filter=lfs diff=lfs merge=lfs -text +llama3.2_3b_122824_uncensored.i1-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +llama3.2_3b_122824_uncensored.i1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +llama3.2_3b_122824_uncensored.i1-Q2_K_S.gguf filter=lfs diff=lfs merge=lfs -text +llama3.2_3b_122824_uncensored.i1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +llama3.2_3b_122824_uncensored.i1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +llama3.2_3b_122824_uncensored.i1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +llama3.2_3b_122824_uncensored.i1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text +llama3.2_3b_122824_uncensored.i1-Q4_1.gguf filter=lfs diff=lfs merge=lfs -text +llama3.2_3b_122824_uncensored.i1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +llama3.2_3b_122824_uncensored.i1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +llama3.2_3b_122824_uncensored.i1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +llama3.2_3b_122824_uncensored.i1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +llama3.2_3b_122824_uncensored.i1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/README.md b/README.md new file mode 100644 index 0000000..389cb3b --- /dev/null +++ b/README.md @@ -0,0 +1,91 @@ +--- +base_model: carsenk/llama3.2_3b_122824_uncensored +datasets: +- mlabonne/FineTome-100k +- microsoft/orca-math-word-problems-200k +- m-a-p/CodeFeedback-Filtered-Instruction +- cognitivecomputations/dolphin-coder +- PawanKrd/math-gpt-4o-200k +- V3N0M/Jenna-50K-Alpaca-Uncensored +language: +- en +library_name: transformers +license: llama3.2 +quantized_by: mradermacher +tags: +- llama +- unsloth +- uncensored +- llama-3.2 +- llama.cpp +- gguf +- inference +--- +## About + + + + + + +weighted/imatrix quants of https://huggingface.co/carsenk/llama3.2_3b_122824_uncensored + + +static quants are available at https://huggingface.co/mradermacher/llama3.2_3b_122824_uncensored-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.2_3b_122824_uncensored-i1-GGUF/resolve/main/llama3.2_3b_122824_uncensored.i1-IQ1_S.gguf) | i1-IQ1_S | 1.0 | for the desperate | +| [GGUF](https://huggingface.co/mradermacher/llama3.2_3b_122824_uncensored-i1-GGUF/resolve/main/llama3.2_3b_122824_uncensored.i1-IQ1_M.gguf) | i1-IQ1_M | 1.0 | mostly desperate | +| [GGUF](https://huggingface.co/mradermacher/llama3.2_3b_122824_uncensored-i1-GGUF/resolve/main/llama3.2_3b_122824_uncensored.i1-IQ2_XXS.gguf) | i1-IQ2_XXS | 1.1 | | +| [GGUF](https://huggingface.co/mradermacher/llama3.2_3b_122824_uncensored-i1-GGUF/resolve/main/llama3.2_3b_122824_uncensored.i1-IQ2_XS.gguf) | i1-IQ2_XS | 1.2 | | +| [GGUF](https://huggingface.co/mradermacher/llama3.2_3b_122824_uncensored-i1-GGUF/resolve/main/llama3.2_3b_122824_uncensored.i1-IQ2_S.gguf) | i1-IQ2_S | 1.3 | | +| [GGUF](https://huggingface.co/mradermacher/llama3.2_3b_122824_uncensored-i1-GGUF/resolve/main/llama3.2_3b_122824_uncensored.i1-IQ2_M.gguf) | i1-IQ2_M | 1.3 | | +| [GGUF](https://huggingface.co/mradermacher/llama3.2_3b_122824_uncensored-i1-GGUF/resolve/main/llama3.2_3b_122824_uncensored.i1-Q2_K_S.gguf) | i1-Q2_K_S | 1.4 | very low quality | +| [GGUF](https://huggingface.co/mradermacher/llama3.2_3b_122824_uncensored-i1-GGUF/resolve/main/llama3.2_3b_122824_uncensored.i1-IQ3_XXS.gguf) | i1-IQ3_XXS | 1.4 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/llama3.2_3b_122824_uncensored-i1-GGUF/resolve/main/llama3.2_3b_122824_uncensored.i1-Q2_K.gguf) | i1-Q2_K | 1.5 | IQ3_XXS probably better | +| [GGUF](https://huggingface.co/mradermacher/llama3.2_3b_122824_uncensored-i1-GGUF/resolve/main/llama3.2_3b_122824_uncensored.i1-IQ3_XS.gguf) | i1-IQ3_XS | 1.6 | | +| [GGUF](https://huggingface.co/mradermacher/llama3.2_3b_122824_uncensored-i1-GGUF/resolve/main/llama3.2_3b_122824_uncensored.i1-IQ3_S.gguf) | i1-IQ3_S | 1.6 | beats Q3_K* | +| [GGUF](https://huggingface.co/mradermacher/llama3.2_3b_122824_uncensored-i1-GGUF/resolve/main/llama3.2_3b_122824_uncensored.i1-Q3_K_S.gguf) | i1-Q3_K_S | 1.6 | IQ3_XS probably better | +| [GGUF](https://huggingface.co/mradermacher/llama3.2_3b_122824_uncensored-i1-GGUF/resolve/main/llama3.2_3b_122824_uncensored.i1-IQ3_M.gguf) | i1-IQ3_M | 1.7 | | +| [GGUF](https://huggingface.co/mradermacher/llama3.2_3b_122824_uncensored-i1-GGUF/resolve/main/llama3.2_3b_122824_uncensored.i1-Q3_K_M.gguf) | i1-Q3_K_M | 1.8 | IQ3_S probably better | +| [GGUF](https://huggingface.co/mradermacher/llama3.2_3b_122824_uncensored-i1-GGUF/resolve/main/llama3.2_3b_122824_uncensored.i1-Q3_K_L.gguf) | i1-Q3_K_L | 1.9 | IQ3_M probably better | +| [GGUF](https://huggingface.co/mradermacher/llama3.2_3b_122824_uncensored-i1-GGUF/resolve/main/llama3.2_3b_122824_uncensored.i1-IQ4_XS.gguf) | i1-IQ4_XS | 1.9 | | +| [GGUF](https://huggingface.co/mradermacher/llama3.2_3b_122824_uncensored-i1-GGUF/resolve/main/llama3.2_3b_122824_uncensored.i1-IQ4_NL.gguf) | i1-IQ4_NL | 2.0 | prefer IQ4_XS | +| [GGUF](https://huggingface.co/mradermacher/llama3.2_3b_122824_uncensored-i1-GGUF/resolve/main/llama3.2_3b_122824_uncensored.i1-Q4_0.gguf) | i1-Q4_0 | 2.0 | fast, low quality | +| [GGUF](https://huggingface.co/mradermacher/llama3.2_3b_122824_uncensored-i1-GGUF/resolve/main/llama3.2_3b_122824_uncensored.i1-Q4_K_S.gguf) | i1-Q4_K_S | 2.0 | optimal size/speed/quality | +| [GGUF](https://huggingface.co/mradermacher/llama3.2_3b_122824_uncensored-i1-GGUF/resolve/main/llama3.2_3b_122824_uncensored.i1-Q4_K_M.gguf) | i1-Q4_K_M | 2.1 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/llama3.2_3b_122824_uncensored-i1-GGUF/resolve/main/llama3.2_3b_122824_uncensored.i1-Q4_1.gguf) | i1-Q4_1 | 2.2 | | +| [GGUF](https://huggingface.co/mradermacher/llama3.2_3b_122824_uncensored-i1-GGUF/resolve/main/llama3.2_3b_122824_uncensored.i1-Q5_K_S.gguf) | i1-Q5_K_S | 2.4 | | +| [GGUF](https://huggingface.co/mradermacher/llama3.2_3b_122824_uncensored-i1-GGUF/resolve/main/llama3.2_3b_122824_uncensored.i1-Q5_K_M.gguf) | i1-Q5_K_M | 2.4 | | +| [GGUF](https://huggingface.co/mradermacher/llama3.2_3b_122824_uncensored-i1-GGUF/resolve/main/llama3.2_3b_122824_uncensored.i1-Q6_K.gguf) | i1-Q6_K | 2.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..06af0d4 --- /dev/null +++ b/imatrix.dat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab5138cbbb34ffa977c3497bf367d16167935cda39ca061635fc9ef9e1bc78b0 +size 2988377 diff --git a/llama3.2_3b_122824_uncensored.i1-IQ1_M.gguf b/llama3.2_3b_122824_uncensored.i1-IQ1_M.gguf new file mode 100644 index 0000000..d838fe4 --- /dev/null +++ b/llama3.2_3b_122824_uncensored.i1-IQ1_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d45d94397f244d750a3d87b42c16c17c34378025400c34b4386cc4ef5aba3f91 +size 924190400 diff --git a/llama3.2_3b_122824_uncensored.i1-IQ1_S.gguf b/llama3.2_3b_122824_uncensored.i1-IQ1_S.gguf new file mode 100644 index 0000000..df24a57 --- /dev/null +++ b/llama3.2_3b_122824_uncensored.i1-IQ1_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9631ffed9c0512004b3cc7e7d2fb132e58faf5120c096b725ca5d4f9727fdd67 +size 868157120 diff --git a/llama3.2_3b_122824_uncensored.i1-IQ2_M.gguf b/llama3.2_3b_122824_uncensored.i1-IQ2_M.gguf new file mode 100644 index 0000000..f45462f --- /dev/null +++ b/llama3.2_3b_122824_uncensored.i1-IQ2_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5006aa5309830c6e9c217c64c8189623d116670a5e7646e9956a385d2bb1bd9f +size 1229031104 diff --git a/llama3.2_3b_122824_uncensored.i1-IQ2_S.gguf b/llama3.2_3b_122824_uncensored.i1-IQ2_S.gguf new file mode 100644 index 0000000..e117c56 --- /dev/null +++ b/llama3.2_3b_122824_uncensored.i1-IQ2_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec8e97e10caa029790483c668dcdd1d8ce06626c0116589b5edb69cd13dc7788 +size 1154320064 diff --git a/llama3.2_3b_122824_uncensored.i1-IQ2_XS.gguf b/llama3.2_3b_122824_uncensored.i1-IQ2_XS.gguf new file mode 100644 index 0000000..501b81c --- /dev/null +++ b/llama3.2_3b_122824_uncensored.i1-IQ2_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d38937d30b06d4290b24e0dc7f4a270e48affebd3d1bc4d114a4e6dff155490 +size 1100547776 diff --git a/llama3.2_3b_122824_uncensored.i1-IQ2_XXS.gguf b/llama3.2_3b_122824_uncensored.i1-IQ2_XXS.gguf new file mode 100644 index 0000000..8aad6a1 --- /dev/null +++ b/llama3.2_3b_122824_uncensored.i1-IQ2_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1f0389052e1cf9bbb8f124556ddecf92b67bce2e637c3d9ef4b81d809c39aab +size 1017579200 diff --git a/llama3.2_3b_122824_uncensored.i1-IQ3_M.gguf b/llama3.2_3b_122824_uncensored.i1-IQ3_M.gguf new file mode 100644 index 0000000..14546ca --- /dev/null +++ b/llama3.2_3b_122824_uncensored.i1-IQ3_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5f2085328c24f1f0352654f1044668ff16d8ef80d051cccb6051cfc433f8933 +size 1599667904 diff --git a/llama3.2_3b_122824_uncensored.i1-IQ3_S.gguf b/llama3.2_3b_122824_uncensored.i1-IQ3_S.gguf new file mode 100644 index 0000000..295968b --- /dev/null +++ b/llama3.2_3b_122824_uncensored.i1-IQ3_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86c029c1f5d6cec5af3971e77791caa3c2b0df367922e069050b33e77814933a +size 1542848192 diff --git a/llama3.2_3b_122824_uncensored.i1-IQ3_XS.gguf b/llama3.2_3b_122824_uncensored.i1-IQ3_XS.gguf new file mode 100644 index 0000000..cdc5b79 --- /dev/null +++ b/llama3.2_3b_122824_uncensored.i1-IQ3_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:653b2bd6dfeed8500bf812533d4906af08da2e04fb8c11b0966287acb6013cbd +size 1476787904 diff --git a/llama3.2_3b_122824_uncensored.i1-IQ3_XXS.gguf b/llama3.2_3b_122824_uncensored.i1-IQ3_XXS.gguf new file mode 100644 index 0000000..ff04804 --- /dev/null +++ b/llama3.2_3b_122824_uncensored.i1-IQ3_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6637dbc3a4975a59228d61dede642de55fb5acea150765c77b0f7bec36b0649 +size 1348765376 diff --git a/llama3.2_3b_122824_uncensored.i1-IQ4_NL.gguf b/llama3.2_3b_122824_uncensored.i1-IQ4_NL.gguf new file mode 100644 index 0000000..70068d2 --- /dev/null +++ b/llama3.2_3b_122824_uncensored.i1-IQ4_NL.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56c59571856c56542b90c2dfd2554d64f85508a6aed5c5079ca28314be54269c +size 1917189824 diff --git a/llama3.2_3b_122824_uncensored.i1-IQ4_XS.gguf b/llama3.2_3b_122824_uncensored.i1-IQ4_XS.gguf new file mode 100644 index 0000000..d1d31d3 --- /dev/null +++ b/llama3.2_3b_122824_uncensored.i1-IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11325d47428dcaa96a0927354b39cd4db75a7e0ea96dc997963d64377aa63830 +size 1829109440 diff --git a/llama3.2_3b_122824_uncensored.i1-Q2_K.gguf b/llama3.2_3b_122824_uncensored.i1-Q2_K.gguf new file mode 100644 index 0000000..732d9cb --- /dev/null +++ b/llama3.2_3b_122824_uncensored.i1-Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eac78c4898af7a46c91920557198087c6ed6143f1d6c25fa40dc7aaab9b7a394 +size 1363934912 diff --git a/llama3.2_3b_122824_uncensored.i1-Q2_K_S.gguf b/llama3.2_3b_122824_uncensored.i1-Q2_K_S.gguf new file mode 100644 index 0000000..971d03f --- /dev/null +++ b/llama3.2_3b_122824_uncensored.i1-Q2_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0210483deab8167f88eddfd8b96216944e6bad229d7847fc02a2039a14da2630 +size 1274281664 diff --git a/llama3.2_3b_122824_uncensored.i1-Q3_K_L.gguf b/llama3.2_3b_122824_uncensored.i1-Q3_K_L.gguf new file mode 100644 index 0000000..78a3654 --- /dev/null +++ b/llama3.2_3b_122824_uncensored.i1-Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8895af487537dd875fb24f0f77159d2825ba8a706e041139a5e13dc5b735741 +size 1815346880 diff --git a/llama3.2_3b_122824_uncensored.i1-Q3_K_M.gguf b/llama3.2_3b_122824_uncensored.i1-Q3_K_M.gguf new file mode 100644 index 0000000..efa29dd --- /dev/null +++ b/llama3.2_3b_122824_uncensored.i1-Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7cf5d25c0037dbd23e64a23b0176b5e59bb238c6d17c6afe6e07007be85b8f8 +size 1687158464 diff --git a/llama3.2_3b_122824_uncensored.i1-Q3_K_S.gguf b/llama3.2_3b_122824_uncensored.i1-Q3_K_S.gguf new file mode 100644 index 0000000..3460ea9 --- /dev/null +++ b/llama3.2_3b_122824_uncensored.i1-Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b47a7194a757bf3c35e0413b02ebcb5bf663e8ee44d71f199886d72624d6ad8c +size 1542848192 diff --git a/llama3.2_3b_122824_uncensored.i1-Q4_0.gguf b/llama3.2_3b_122824_uncensored.i1-Q4_0.gguf new file mode 100644 index 0000000..069f212 --- /dev/null +++ b/llama3.2_3b_122824_uncensored.i1-Q4_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4209efe6935122d8dca50ed540d50bd6460fb07dc1ad3de73fc81f71002a523b +size 1921908416 diff --git a/llama3.2_3b_122824_uncensored.i1-Q4_1.gguf b/llama3.2_3b_122824_uncensored.i1-Q4_1.gguf new file mode 100644 index 0000000..fe356d9 --- /dev/null +++ b/llama3.2_3b_122824_uncensored.i1-Q4_1.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54415f0e013a25674c4ae320a010a48bfba2f323e3f4d1260701f07f3390e89d +size 2093350592 diff --git a/llama3.2_3b_122824_uncensored.i1-Q4_K_M.gguf b/llama3.2_3b_122824_uncensored.i1-Q4_K_M.gguf new file mode 100644 index 0000000..2cb6cf8 --- /dev/null +++ b/llama3.2_3b_122824_uncensored.i1-Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86ce83108c59d70c171abeae58a530b3e90560ddb854fb65860c886a2417db43 +size 2019376832 diff --git a/llama3.2_3b_122824_uncensored.i1-Q4_K_S.gguf b/llama3.2_3b_122824_uncensored.i1-Q4_K_S.gguf new file mode 100644 index 0000000..4a4fbff --- /dev/null +++ b/llama3.2_3b_122824_uncensored.i1-Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:138939a91642e2bae0859abf621ae1e7726ee73f443452087c283fbc653879bc +size 1928199872 diff --git a/llama3.2_3b_122824_uncensored.i1-Q5_K_M.gguf b/llama3.2_3b_122824_uncensored.i1-Q5_K_M.gguf new file mode 100644 index 0000000..6d3d1c1 --- /dev/null +++ b/llama3.2_3b_122824_uncensored.i1-Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c389397a50396a64711c0a15b118f386b7f1ef5c279aef84cd409ff897d9686 +size 2322153152 diff --git a/llama3.2_3b_122824_uncensored.i1-Q5_K_S.gguf b/llama3.2_3b_122824_uncensored.i1-Q5_K_S.gguf new file mode 100644 index 0000000..2ab4919 --- /dev/null +++ b/llama3.2_3b_122824_uncensored.i1-Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df71b91b013d6678b3e90ce659e5ec640b9bbf13acf1b59c150795402c01998e +size 2269511360 diff --git a/llama3.2_3b_122824_uncensored.i1-Q6_K.gguf b/llama3.2_3b_122824_uncensored.i1-Q6_K.gguf new file mode 100644 index 0000000..01c498b --- /dev/null +++ b/llama3.2_3b_122824_uncensored.i1-Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd7d9d785450d2f718849869ec50f343ac09b2de0d47c099f7c5eeee65b43865 +size 2643852992