From 0d77281132413f8e18b2c9484e6d16d5048145f4 Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Wed, 5 Aug 2026 13:07: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/FastContext-1.0-4B-SFT-abliterated-GGUF Source: Original Platform --- .gitattributes | 47 +++++++++++ ...Context-1.0-4B-SFT-abliterated.IQ4_XS.gguf | 3 + FastContext-1.0-4B-SFT-abliterated.Q2_K.gguf | 3 + ...Context-1.0-4B-SFT-abliterated.Q3_K_L.gguf | 3 + ...Context-1.0-4B-SFT-abliterated.Q3_K_M.gguf | 3 + ...Context-1.0-4B-SFT-abliterated.Q3_K_S.gguf | 3 + ...Context-1.0-4B-SFT-abliterated.Q4_K_M.gguf | 3 + ...Context-1.0-4B-SFT-abliterated.Q4_K_S.gguf | 3 + ...Context-1.0-4B-SFT-abliterated.Q5_K_M.gguf | 3 + ...Context-1.0-4B-SFT-abliterated.Q5_K_S.gguf | 3 + FastContext-1.0-4B-SFT-abliterated.Q6_K.gguf | 3 + FastContext-1.0-4B-SFT-abliterated.Q8_0.gguf | 3 + FastContext-1.0-4B-SFT-abliterated.f16.gguf | 3 + README.md | 80 +++++++++++++++++++ 14 files changed, 163 insertions(+) create mode 100644 .gitattributes create mode 100644 FastContext-1.0-4B-SFT-abliterated.IQ4_XS.gguf create mode 100644 FastContext-1.0-4B-SFT-abliterated.Q2_K.gguf create mode 100644 FastContext-1.0-4B-SFT-abliterated.Q3_K_L.gguf create mode 100644 FastContext-1.0-4B-SFT-abliterated.Q3_K_M.gguf create mode 100644 FastContext-1.0-4B-SFT-abliterated.Q3_K_S.gguf create mode 100644 FastContext-1.0-4B-SFT-abliterated.Q4_K_M.gguf create mode 100644 FastContext-1.0-4B-SFT-abliterated.Q4_K_S.gguf create mode 100644 FastContext-1.0-4B-SFT-abliterated.Q5_K_M.gguf create mode 100644 FastContext-1.0-4B-SFT-abliterated.Q5_K_S.gguf create mode 100644 FastContext-1.0-4B-SFT-abliterated.Q6_K.gguf create mode 100644 FastContext-1.0-4B-SFT-abliterated.Q8_0.gguf create mode 100644 FastContext-1.0-4B-SFT-abliterated.f16.gguf create mode 100644 README.md diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..4b80b5d --- /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 +FastContext-1.0-4B-SFT-abliterated.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +FastContext-1.0-4B-SFT-abliterated.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +FastContext-1.0-4B-SFT-abliterated.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +FastContext-1.0-4B-SFT-abliterated.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +FastContext-1.0-4B-SFT-abliterated.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +FastContext-1.0-4B-SFT-abliterated.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +FastContext-1.0-4B-SFT-abliterated.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +FastContext-1.0-4B-SFT-abliterated.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +FastContext-1.0-4B-SFT-abliterated.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +FastContext-1.0-4B-SFT-abliterated.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +FastContext-1.0-4B-SFT-abliterated.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text +FastContext-1.0-4B-SFT-abliterated.f16.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/FastContext-1.0-4B-SFT-abliterated.IQ4_XS.gguf b/FastContext-1.0-4B-SFT-abliterated.IQ4_XS.gguf new file mode 100644 index 0000000..5a290cc --- /dev/null +++ b/FastContext-1.0-4B-SFT-abliterated.IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1900b2a819ff23e505a0df0d61b444a9ca840474bb1830c91b2beba5fe0e54eb +size 2286315456 diff --git a/FastContext-1.0-4B-SFT-abliterated.Q2_K.gguf b/FastContext-1.0-4B-SFT-abliterated.Q2_K.gguf new file mode 100644 index 0000000..cedb7c3 --- /dev/null +++ b/FastContext-1.0-4B-SFT-abliterated.Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d02c9064f106ab686e7c59a1cef8cc83409cd37b2db7f40d1f204571281fdc1c +size 1669498816 diff --git a/FastContext-1.0-4B-SFT-abliterated.Q3_K_L.gguf b/FastContext-1.0-4B-SFT-abliterated.Q3_K_L.gguf new file mode 100644 index 0000000..022ab5f --- /dev/null +++ b/FastContext-1.0-4B-SFT-abliterated.Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:394838094ae63f0256612cdc686b702d136a19091e4082b47e14915809c2e377 +size 2239784896 diff --git a/FastContext-1.0-4B-SFT-abliterated.Q3_K_M.gguf b/FastContext-1.0-4B-SFT-abliterated.Q3_K_M.gguf new file mode 100644 index 0000000..51aeec5 --- /dev/null +++ b/FastContext-1.0-4B-SFT-abliterated.Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ff295e3d29faa53797b0f292c1cca55a2a64f321b5cbff3f76bf8ec93c155af +size 2075617216 diff --git a/FastContext-1.0-4B-SFT-abliterated.Q3_K_S.gguf b/FastContext-1.0-4B-SFT-abliterated.Q3_K_S.gguf new file mode 100644 index 0000000..ed6cd85 --- /dev/null +++ b/FastContext-1.0-4B-SFT-abliterated.Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:399dd2e68aa5d4d60755462e5608fcd4cb90866703ab6636dc0410e4811877dc +size 1886996416 diff --git a/FastContext-1.0-4B-SFT-abliterated.Q4_K_M.gguf b/FastContext-1.0-4B-SFT-abliterated.Q4_K_M.gguf new file mode 100644 index 0000000..45dcfe4 --- /dev/null +++ b/FastContext-1.0-4B-SFT-abliterated.Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7df266a27e59bbc10a1c988170dd98ec8217effb89263b8688e154170c65a8c +size 2497279936 diff --git a/FastContext-1.0-4B-SFT-abliterated.Q4_K_S.gguf b/FastContext-1.0-4B-SFT-abliterated.Q4_K_S.gguf new file mode 100644 index 0000000..3e4b5c3 --- /dev/null +++ b/FastContext-1.0-4B-SFT-abliterated.Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85b92542707ca6eaa60147d6579ad36a5910127ae6c48629c73ca0efe912aba9 +size 2383308736 diff --git a/FastContext-1.0-4B-SFT-abliterated.Q5_K_M.gguf b/FastContext-1.0-4B-SFT-abliterated.Q5_K_M.gguf new file mode 100644 index 0000000..2585eb3 --- /dev/null +++ b/FastContext-1.0-4B-SFT-abliterated.Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83966467a1ba4d87fdf1f4509b7876b942f603132568499c56ea37e6a05efeef +size 2889512896 diff --git a/FastContext-1.0-4B-SFT-abliterated.Q5_K_S.gguf b/FastContext-1.0-4B-SFT-abliterated.Q5_K_S.gguf new file mode 100644 index 0000000..647398b --- /dev/null +++ b/FastContext-1.0-4B-SFT-abliterated.Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49f72a20b6b575c9dba012290f962c7fb84a569b5c98b8541cf8d23ce70dace3 +size 2823710656 diff --git a/FastContext-1.0-4B-SFT-abliterated.Q6_K.gguf b/FastContext-1.0-4B-SFT-abliterated.Q6_K.gguf new file mode 100644 index 0000000..cf94f62 --- /dev/null +++ b/FastContext-1.0-4B-SFT-abliterated.Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad2e312f595cb9bd24a554112ba7dd998a202a588e8a96210111fc713b926754 +size 3306260416 diff --git a/FastContext-1.0-4B-SFT-abliterated.Q8_0.gguf b/FastContext-1.0-4B-SFT-abliterated.Q8_0.gguf new file mode 100644 index 0000000..327c113 --- /dev/null +++ b/FastContext-1.0-4B-SFT-abliterated.Q8_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61a735ab37ffff942be3b30abf81df34fa569e6884242e122e4657e53d6dd581 +size 4280404416 diff --git a/FastContext-1.0-4B-SFT-abliterated.f16.gguf b/FastContext-1.0-4B-SFT-abliterated.f16.gguf new file mode 100644 index 0000000..a561cb3 --- /dev/null +++ b/FastContext-1.0-4B-SFT-abliterated.f16.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6fe3d9b35d8cbe4ab6963837e6dfbc7ea00e091b3f54ce84644848916b5a8d6 +size 8051284416 diff --git a/README.md b/README.md new file mode 100644 index 0000000..13153ec --- /dev/null +++ b/README.md @@ -0,0 +1,80 @@ +--- +base_model: s3nh/FastContext-1.0-4B-SFT-abliterated +language: +- en +library_name: transformers +license: mit +mradermacher: + readme_rev: 1 +quantized_by: mradermacher +tags: +- Explorer SubAgent +- Repository Exploration +- heretic +- uncensored +- decensored +- abliterated +- reproducible +--- +## About + + + + + + + + + +static quants of https://huggingface.co/s3nh/FastContext-1.0-4B-SFT-abliterated + + + +***For a convenient overview and download list, visit our [model page for this model](https://hf.tst.eu/model#FastContext-1.0-4B-SFT-abliterated-GGUF).*** + +weighted/imatrix quants are available at https://huggingface.co/mradermacher/FastContext-1.0-4B-SFT-abliterated-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/FastContext-1.0-4B-SFT-abliterated-GGUF/resolve/main/FastContext-1.0-4B-SFT-abliterated.Q2_K.gguf) | Q2_K | 1.8 | | +| [GGUF](https://huggingface.co/mradermacher/FastContext-1.0-4B-SFT-abliterated-GGUF/resolve/main/FastContext-1.0-4B-SFT-abliterated.Q3_K_S.gguf) | Q3_K_S | 2.0 | | +| [GGUF](https://huggingface.co/mradermacher/FastContext-1.0-4B-SFT-abliterated-GGUF/resolve/main/FastContext-1.0-4B-SFT-abliterated.Q3_K_M.gguf) | Q3_K_M | 2.2 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/FastContext-1.0-4B-SFT-abliterated-GGUF/resolve/main/FastContext-1.0-4B-SFT-abliterated.Q3_K_L.gguf) | Q3_K_L | 2.3 | | +| [GGUF](https://huggingface.co/mradermacher/FastContext-1.0-4B-SFT-abliterated-GGUF/resolve/main/FastContext-1.0-4B-SFT-abliterated.IQ4_XS.gguf) | IQ4_XS | 2.4 | | +| [GGUF](https://huggingface.co/mradermacher/FastContext-1.0-4B-SFT-abliterated-GGUF/resolve/main/FastContext-1.0-4B-SFT-abliterated.Q4_K_S.gguf) | Q4_K_S | 2.5 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/FastContext-1.0-4B-SFT-abliterated-GGUF/resolve/main/FastContext-1.0-4B-SFT-abliterated.Q4_K_M.gguf) | Q4_K_M | 2.6 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/FastContext-1.0-4B-SFT-abliterated-GGUF/resolve/main/FastContext-1.0-4B-SFT-abliterated.Q5_K_S.gguf) | Q5_K_S | 2.9 | | +| [GGUF](https://huggingface.co/mradermacher/FastContext-1.0-4B-SFT-abliterated-GGUF/resolve/main/FastContext-1.0-4B-SFT-abliterated.Q5_K_M.gguf) | Q5_K_M | 3.0 | | +| [GGUF](https://huggingface.co/mradermacher/FastContext-1.0-4B-SFT-abliterated-GGUF/resolve/main/FastContext-1.0-4B-SFT-abliterated.Q6_K.gguf) | Q6_K | 3.4 | very good quality | +| [GGUF](https://huggingface.co/mradermacher/FastContext-1.0-4B-SFT-abliterated-GGUF/resolve/main/FastContext-1.0-4B-SFT-abliterated.Q8_0.gguf) | Q8_0 | 4.4 | fast, best quality | +| [GGUF](https://huggingface.co/mradermacher/FastContext-1.0-4B-SFT-abliterated-GGUF/resolve/main/FastContext-1.0-4B-SFT-abliterated.f16.gguf) | f16 | 8.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. + +