commit 77831f53133999521743343829c2a7540b6e0fc2 Author: ModelHub XC Date: Thu Jun 18 10:15:16 2026 +0800 初始化项目,由ModelHub XC社区提供模型 Model: mradermacher/llama3.2_1b_2025_uncensored_v2-GGUF Source: Original Platform diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..ab80315 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,47 @@ +*.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 +llama3.2_1b_2025_uncensored_v2.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +llama3.2_1b_2025_uncensored_v2.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +llama3.2_1b_2025_uncensored_v2.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +llama3.2_1b_2025_uncensored_v2.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +llama3.2_1b_2025_uncensored_v2.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +llama3.2_1b_2025_uncensored_v2.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +llama3.2_1b_2025_uncensored_v2.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +llama3.2_1b_2025_uncensored_v2.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +llama3.2_1b_2025_uncensored_v2.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +llama3.2_1b_2025_uncensored_v2.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +llama3.2_1b_2025_uncensored_v2.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text +llama3.2_1b_2025_uncensored_v2.f16.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/README.md b/README.md new file mode 100644 index 0000000..9401926 --- /dev/null +++ b/README.md @@ -0,0 +1,85 @@ +--- +base_model: carsenk/llama3.2_1b_2025_uncensored_v2 +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 +- FreedomIntelligence/medical-o1-reasoning-SFT +language: +- en +library_name: transformers +license: llama3.2 +mradermacher: + readme_rev: 1 +quantized_by: mradermacher +tags: +- llama +- unsloth +- uncensored +- llama-3.2 +- llama.cpp +- gguf +- inference +--- +## About + + + + + + +static quants of https://huggingface.co/carsenk/llama3.2_1b_2025_uncensored_v2 + + + +***For a convenient overview and download list, visit our [model page for this model](https://hf.tst.eu/model#llama3.2_1b_2025_uncensored_v2-GGUF).*** + +weighted/imatrix quants are available at https://huggingface.co/mradermacher/llama3.2_1b_2025_uncensored_v2-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 | +|:-----|:-----|--------:|:------| +| [GGUF](https://huggingface.co/mradermacher/llama3.2_1b_2025_uncensored_v2-GGUF/resolve/main/llama3.2_1b_2025_uncensored_v2.Q2_K.gguf) | Q2_K | 0.7 | | +| [GGUF](https://huggingface.co/mradermacher/llama3.2_1b_2025_uncensored_v2-GGUF/resolve/main/llama3.2_1b_2025_uncensored_v2.Q3_K_S.gguf) | Q3_K_S | 0.7 | | +| [GGUF](https://huggingface.co/mradermacher/llama3.2_1b_2025_uncensored_v2-GGUF/resolve/main/llama3.2_1b_2025_uncensored_v2.Q3_K_M.gguf) | Q3_K_M | 0.8 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/llama3.2_1b_2025_uncensored_v2-GGUF/resolve/main/llama3.2_1b_2025_uncensored_v2.Q3_K_L.gguf) | Q3_K_L | 0.8 | | +| [GGUF](https://huggingface.co/mradermacher/llama3.2_1b_2025_uncensored_v2-GGUF/resolve/main/llama3.2_1b_2025_uncensored_v2.IQ4_XS.gguf) | IQ4_XS | 0.8 | | +| [GGUF](https://huggingface.co/mradermacher/llama3.2_1b_2025_uncensored_v2-GGUF/resolve/main/llama3.2_1b_2025_uncensored_v2.Q4_K_S.gguf) | Q4_K_S | 0.9 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/llama3.2_1b_2025_uncensored_v2-GGUF/resolve/main/llama3.2_1b_2025_uncensored_v2.Q4_K_M.gguf) | Q4_K_M | 0.9 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/llama3.2_1b_2025_uncensored_v2-GGUF/resolve/main/llama3.2_1b_2025_uncensored_v2.Q5_K_S.gguf) | Q5_K_S | 1.0 | | +| [GGUF](https://huggingface.co/mradermacher/llama3.2_1b_2025_uncensored_v2-GGUF/resolve/main/llama3.2_1b_2025_uncensored_v2.Q5_K_M.gguf) | Q5_K_M | 1.0 | | +| [GGUF](https://huggingface.co/mradermacher/llama3.2_1b_2025_uncensored_v2-GGUF/resolve/main/llama3.2_1b_2025_uncensored_v2.Q6_K.gguf) | Q6_K | 1.1 | very good quality | +| [GGUF](https://huggingface.co/mradermacher/llama3.2_1b_2025_uncensored_v2-GGUF/resolve/main/llama3.2_1b_2025_uncensored_v2.Q8_0.gguf) | Q8_0 | 1.4 | fast, best quality | +| [GGUF](https://huggingface.co/mradermacher/llama3.2_1b_2025_uncensored_v2-GGUF/resolve/main/llama3.2_1b_2025_uncensored_v2.f16.gguf) | f16 | 2.6 | 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. + + diff --git a/llama3.2_1b_2025_uncensored_v2.IQ4_XS.gguf b/llama3.2_1b_2025_uncensored_v2.IQ4_XS.gguf new file mode 100644 index 0000000..c26aa84 --- /dev/null +++ b/llama3.2_1b_2025_uncensored_v2.IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe5a7895535122ef50acafdc3bfb44ce68a62d09718abbaedfa0103ec96ce767 +size 748386528 diff --git a/llama3.2_1b_2025_uncensored_v2.Q2_K.gguf b/llama3.2_1b_2025_uncensored_v2.Q2_K.gguf new file mode 100644 index 0000000..73f6623 --- /dev/null +++ b/llama3.2_1b_2025_uncensored_v2.Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7db8ef930ff9e05f3f198ac2c11c0d94bf296751b6ffde270c3f0bf8c6bc0524 +size 580876512 diff --git a/llama3.2_1b_2025_uncensored_v2.Q3_K_L.gguf b/llama3.2_1b_2025_uncensored_v2.Q3_K_L.gguf new file mode 100644 index 0000000..67facf3 --- /dev/null +++ b/llama3.2_1b_2025_uncensored_v2.Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:703ce38ee5ecda8fcb1ea26478d0a19d66d978c2c614bc55d421ea9a8a3ddaa2 +size 732526816 diff --git a/llama3.2_1b_2025_uncensored_v2.Q3_K_M.gguf b/llama3.2_1b_2025_uncensored_v2.Q3_K_M.gguf new file mode 100644 index 0000000..b491aac --- /dev/null +++ b/llama3.2_1b_2025_uncensored_v2.Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:966f894c9fa7c103dec66801a1a550f57aec3eb3edb9c89fc5c55c2440cc7aff +size 690845920 diff --git a/llama3.2_1b_2025_uncensored_v2.Q3_K_S.gguf b/llama3.2_1b_2025_uncensored_v2.Q3_K_S.gguf new file mode 100644 index 0000000..a1dbe2c --- /dev/null +++ b/llama3.2_1b_2025_uncensored_v2.Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9af7612b9b532cd09421742c2794d217bd863e98fc50c5a6af17c569ecbdf190 +size 641693920 diff --git a/llama3.2_1b_2025_uncensored_v2.Q4_K_M.gguf b/llama3.2_1b_2025_uncensored_v2.Q4_K_M.gguf new file mode 100644 index 0000000..d5b9347 --- /dev/null +++ b/llama3.2_1b_2025_uncensored_v2.Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8279ed6436095b9060baea657c3ee29ef62e8b19a971484f1d035550a3b7e5f +size 807696608 diff --git a/llama3.2_1b_2025_uncensored_v2.Q4_K_S.gguf b/llama3.2_1b_2025_uncensored_v2.Q4_K_S.gguf new file mode 100644 index 0000000..a23e2bd --- /dev/null +++ b/llama3.2_1b_2025_uncensored_v2.Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b9862d69c6a803b560b36197c719474707688ed87f36ee151430b74c85bccb9 +size 775649504 diff --git a/llama3.2_1b_2025_uncensored_v2.Q5_K_M.gguf b/llama3.2_1b_2025_uncensored_v2.Q5_K_M.gguf new file mode 100644 index 0000000..7f8bb3d --- /dev/null +++ b/llama3.2_1b_2025_uncensored_v2.Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ee4785425983988025278fda6b654dba6a58e4e31fd628f78dc52d900f36c96 +size 911505632 diff --git a/llama3.2_1b_2025_uncensored_v2.Q5_K_S.gguf b/llama3.2_1b_2025_uncensored_v2.Q5_K_S.gguf new file mode 100644 index 0000000..3ab695f --- /dev/null +++ b/llama3.2_1b_2025_uncensored_v2.Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:607a8f694b1867aa75181bbbb642a8ac05441b2c4fa9d309cb6235838c56a3df +size 892565728 diff --git a/llama3.2_1b_2025_uncensored_v2.Q6_K.gguf b/llama3.2_1b_2025_uncensored_v2.Q6_K.gguf new file mode 100644 index 0000000..6e0c1c4 --- /dev/null +++ b/llama3.2_1b_2025_uncensored_v2.Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:388b0f3a72047c26d2ff6e8c2400307f1bb4203aa44451123a9ae7f2d56dfd66 +size 1021802720 diff --git a/llama3.2_1b_2025_uncensored_v2.Q8_0.gguf b/llama3.2_1b_2025_uncensored_v2.Q8_0.gguf new file mode 100644 index 0000000..23e03c6 --- /dev/null +++ b/llama3.2_1b_2025_uncensored_v2.Q8_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96931593e8e71c353016abe0e52f271d5554d84f7e634b2557f5d95c60a69671 +size 1321085152 diff --git a/llama3.2_1b_2025_uncensored_v2.f16.gguf b/llama3.2_1b_2025_uncensored_v2.f16.gguf new file mode 100644 index 0000000..63ca6dc --- /dev/null +++ b/llama3.2_1b_2025_uncensored_v2.f16.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fd2930edc3f4241641150e5423af26db286b2c738fe9fff2f703ad2d45bc7b9 +size 2479597792