From 6398525170fbf8101cbf3c395a73e9997f291368 Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Tue, 21 Jul 2026 14:47:09 +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/Qwen3-2x6B-TNG-Deckard-Alpha-12B-LH-GGUF Source: Original Platform --- .gitattributes | 46 ++++++++ ...-2x6B-TNG-Deckard-Alpha-12B-LH.IQ4_XS.gguf | 3 + Qwen3-2x6B-TNG-Deckard-Alpha-12B-LH.Q2_K.gguf | 3 + ...-2x6B-TNG-Deckard-Alpha-12B-LH.Q3_K_L.gguf | 3 + ...-2x6B-TNG-Deckard-Alpha-12B-LH.Q3_K_M.gguf | 3 + ...-2x6B-TNG-Deckard-Alpha-12B-LH.Q3_K_S.gguf | 3 + ...-2x6B-TNG-Deckard-Alpha-12B-LH.Q4_K_M.gguf | 3 + ...-2x6B-TNG-Deckard-Alpha-12B-LH.Q4_K_S.gguf | 3 + ...-2x6B-TNG-Deckard-Alpha-12B-LH.Q5_K_M.gguf | 3 + ...-2x6B-TNG-Deckard-Alpha-12B-LH.Q5_K_S.gguf | 3 + Qwen3-2x6B-TNG-Deckard-Alpha-12B-LH.Q6_K.gguf | 3 + Qwen3-2x6B-TNG-Deckard-Alpha-12B-LH.Q8_0.gguf | 3 + Qwen3-2x6B-TNG-Deckard-Alpha-12B-LH.f16.gguf | 3 + README.md | 107 ++++++++++++++++++ 14 files changed, 189 insertions(+) create mode 100644 .gitattributes create mode 100644 Qwen3-2x6B-TNG-Deckard-Alpha-12B-LH.IQ4_XS.gguf create mode 100644 Qwen3-2x6B-TNG-Deckard-Alpha-12B-LH.Q2_K.gguf create mode 100644 Qwen3-2x6B-TNG-Deckard-Alpha-12B-LH.Q3_K_L.gguf create mode 100644 Qwen3-2x6B-TNG-Deckard-Alpha-12B-LH.Q3_K_M.gguf create mode 100644 Qwen3-2x6B-TNG-Deckard-Alpha-12B-LH.Q3_K_S.gguf create mode 100644 Qwen3-2x6B-TNG-Deckard-Alpha-12B-LH.Q4_K_M.gguf create mode 100644 Qwen3-2x6B-TNG-Deckard-Alpha-12B-LH.Q4_K_S.gguf create mode 100644 Qwen3-2x6B-TNG-Deckard-Alpha-12B-LH.Q5_K_M.gguf create mode 100644 Qwen3-2x6B-TNG-Deckard-Alpha-12B-LH.Q5_K_S.gguf create mode 100644 Qwen3-2x6B-TNG-Deckard-Alpha-12B-LH.Q6_K.gguf create mode 100644 Qwen3-2x6B-TNG-Deckard-Alpha-12B-LH.Q8_0.gguf create mode 100644 Qwen3-2x6B-TNG-Deckard-Alpha-12B-LH.f16.gguf create mode 100644 README.md diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..0dcd722 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,46 @@ +*.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 +Qwen3-2x6B-TNG-Deckard-Alpha-12B-LH.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-2x6B-TNG-Deckard-Alpha-12B-LH.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-2x6B-TNG-Deckard-Alpha-12B-LH.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-2x6B-TNG-Deckard-Alpha-12B-LH.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-2x6B-TNG-Deckard-Alpha-12B-LH.f16.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-2x6B-TNG-Deckard-Alpha-12B-LH.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-2x6B-TNG-Deckard-Alpha-12B-LH.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-2x6B-TNG-Deckard-Alpha-12B-LH.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-2x6B-TNG-Deckard-Alpha-12B-LH.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-2x6B-TNG-Deckard-Alpha-12B-LH.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-2x6B-TNG-Deckard-Alpha-12B-LH.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/Qwen3-2x6B-TNG-Deckard-Alpha-12B-LH.IQ4_XS.gguf b/Qwen3-2x6B-TNG-Deckard-Alpha-12B-LH.IQ4_XS.gguf new file mode 100644 index 0000000..341932e --- /dev/null +++ b/Qwen3-2x6B-TNG-Deckard-Alpha-12B-LH.IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87a1f6a550cd5ea3775fc13e533234601829be10251c8b57f79ca2293bb14c5c +size 5735096512 diff --git a/Qwen3-2x6B-TNG-Deckard-Alpha-12B-LH.Q2_K.gguf b/Qwen3-2x6B-TNG-Deckard-Alpha-12B-LH.Q2_K.gguf new file mode 100644 index 0000000..e9dcc82 --- /dev/null +++ b/Qwen3-2x6B-TNG-Deckard-Alpha-12B-LH.Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42c289690a032f4b77af5eccc21bbb08ad0eaf5d47fe461e3355926a43b54f1a +size 3995264192 diff --git a/Qwen3-2x6B-TNG-Deckard-Alpha-12B-LH.Q3_K_L.gguf b/Qwen3-2x6B-TNG-Deckard-Alpha-12B-LH.Q3_K_L.gguf new file mode 100644 index 0000000..5c99074 --- /dev/null +++ b/Qwen3-2x6B-TNG-Deckard-Alpha-12B-LH.Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32990fa0ff92523b25119593d49dc338c81fdec809785fcb6a1644e627031532 +size 5537385152 diff --git a/Qwen3-2x6B-TNG-Deckard-Alpha-12B-LH.Q3_K_M.gguf b/Qwen3-2x6B-TNG-Deckard-Alpha-12B-LH.Q3_K_M.gguf new file mode 100644 index 0000000..bbc4990 --- /dev/null +++ b/Qwen3-2x6B-TNG-Deckard-Alpha-12B-LH.Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93f168fd149dfa3f61ab10b9f99ee12f74920e8cf7d90b61cdaf77c36efc9d86 +size 5124180672 diff --git a/Qwen3-2x6B-TNG-Deckard-Alpha-12B-LH.Q3_K_S.gguf b/Qwen3-2x6B-TNG-Deckard-Alpha-12B-LH.Q3_K_S.gguf new file mode 100644 index 0000000..a330e93 --- /dev/null +++ b/Qwen3-2x6B-TNG-Deckard-Alpha-12B-LH.Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:144638caf8188df1758d7328745cef2cbd7572426275177541878ff2e5ab580e +size 4645276352 diff --git a/Qwen3-2x6B-TNG-Deckard-Alpha-12B-LH.Q4_K_M.gguf b/Qwen3-2x6B-TNG-Deckard-Alpha-12B-LH.Q4_K_M.gguf new file mode 100644 index 0000000..c85a2a4 --- /dev/null +++ b/Qwen3-2x6B-TNG-Deckard-Alpha-12B-LH.Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a70774da7b1e4c0f38b1e794fcf953eec80c29196ae08e673f1a58c241d96201 +size 6344857792 diff --git a/Qwen3-2x6B-TNG-Deckard-Alpha-12B-LH.Q4_K_S.gguf b/Qwen3-2x6B-TNG-Deckard-Alpha-12B-LH.Q4_K_S.gguf new file mode 100644 index 0000000..8976c31 --- /dev/null +++ b/Qwen3-2x6B-TNG-Deckard-Alpha-12B-LH.Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9297937adb3e897a31b8fd193bfcd1c5eb5930ac0653a5e0a64613eee8bf1035 +size 6018570432 diff --git a/Qwen3-2x6B-TNG-Deckard-Alpha-12B-LH.Q5_K_M.gguf b/Qwen3-2x6B-TNG-Deckard-Alpha-12B-LH.Q5_K_M.gguf new file mode 100644 index 0000000..dc722cc --- /dev/null +++ b/Qwen3-2x6B-TNG-Deckard-Alpha-12B-LH.Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26b6736157ffe7b2cd6aff6c02171feb3fb102e24649fb0ed590964cbf45aaa4 +size 7424030912 diff --git a/Qwen3-2x6B-TNG-Deckard-Alpha-12B-LH.Q5_K_S.gguf b/Qwen3-2x6B-TNG-Deckard-Alpha-12B-LH.Q5_K_S.gguf new file mode 100644 index 0000000..e651835 --- /dev/null +++ b/Qwen3-2x6B-TNG-Deckard-Alpha-12B-LH.Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b023ba22d932bb1f5bbf07216785ccbaae46991f25d4137034a4de88f1ecfe58 +size 7236024512 diff --git a/Qwen3-2x6B-TNG-Deckard-Alpha-12B-LH.Q6_K.gguf b/Qwen3-2x6B-TNG-Deckard-Alpha-12B-LH.Q6_K.gguf new file mode 100644 index 0000000..20ae283 --- /dev/null +++ b/Qwen3-2x6B-TNG-Deckard-Alpha-12B-LH.Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc80edc6524e1a109e4cc3fd8cb6ad38d7a72cc808a9267760a4d1b42a7aa08f +size 8570652352 diff --git a/Qwen3-2x6B-TNG-Deckard-Alpha-12B-LH.Q8_0.gguf b/Qwen3-2x6B-TNG-Deckard-Alpha-12B-LH.Q8_0.gguf new file mode 100644 index 0000000..4131e98 --- /dev/null +++ b/Qwen3-2x6B-TNG-Deckard-Alpha-12B-LH.Q8_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0aa4a5db1bff92d40a746732ba9b93f26b9090c40754343b6336fb8b229868d7 +size 11098585792 diff --git a/Qwen3-2x6B-TNG-Deckard-Alpha-12B-LH.f16.gguf b/Qwen3-2x6B-TNG-Deckard-Alpha-12B-LH.f16.gguf new file mode 100644 index 0000000..6874220 --- /dev/null +++ b/Qwen3-2x6B-TNG-Deckard-Alpha-12B-LH.f16.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34600e8fe6433a342739d07665e0f812fa1ff042088350e7a3be45b7eb0365f2 +size 20884134592 diff --git a/README.md b/README.md new file mode 100644 index 0000000..f15847a --- /dev/null +++ b/README.md @@ -0,0 +1,107 @@ +--- +base_model: DavidAU/Qwen3-2x6B-TNG-Deckard-Alpha-12B-LH +datasets: +- DavidAU/TNG-ALL +- DavidAU/PKD-all +language: +- en +library_name: transformers +license: apache-2.0 +mradermacher: + readme_rev: 1 +quantized_by: mradermacher +tags: +- programming +- code generation +- code +- coding +- coder +- chat +- code +- chat +- brainstorm +- qwen +- qwen3 +- qwencoder +- brainstorm 20x +- creative +- all uses cases +- Jan-V1 +- horror +- science fiction +- fantasy +- Star Trek +- The Next Generation +- TNG +- Philip K. Dick +- Deckard +- finetune +- thinking +- reasoning +- unsloth +- moe +- mixture of experts +- merge +--- +## About + + + + + + + + + +static quants of https://huggingface.co/DavidAU/Qwen3-2x6B-TNG-Deckard-Alpha-12B-LH + + + +***For a convenient overview and download list, visit our [model page for this model](https://hf.tst.eu/model#Qwen3-2x6B-TNG-Deckard-Alpha-12B-LH-GGUF).*** + +weighted/imatrix quants are available at https://huggingface.co/mradermacher/Qwen3-2x6B-TNG-Deckard-Alpha-12B-LH-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/Qwen3-2x6B-TNG-Deckard-Alpha-12B-LH-GGUF/resolve/main/Qwen3-2x6B-TNG-Deckard-Alpha-12B-LH.Q2_K.gguf) | Q2_K | 4.1 | | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-2x6B-TNG-Deckard-Alpha-12B-LH-GGUF/resolve/main/Qwen3-2x6B-TNG-Deckard-Alpha-12B-LH.Q3_K_S.gguf) | Q3_K_S | 4.7 | | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-2x6B-TNG-Deckard-Alpha-12B-LH-GGUF/resolve/main/Qwen3-2x6B-TNG-Deckard-Alpha-12B-LH.Q3_K_M.gguf) | Q3_K_M | 5.2 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-2x6B-TNG-Deckard-Alpha-12B-LH-GGUF/resolve/main/Qwen3-2x6B-TNG-Deckard-Alpha-12B-LH.Q3_K_L.gguf) | Q3_K_L | 5.6 | | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-2x6B-TNG-Deckard-Alpha-12B-LH-GGUF/resolve/main/Qwen3-2x6B-TNG-Deckard-Alpha-12B-LH.IQ4_XS.gguf) | IQ4_XS | 5.8 | | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-2x6B-TNG-Deckard-Alpha-12B-LH-GGUF/resolve/main/Qwen3-2x6B-TNG-Deckard-Alpha-12B-LH.Q4_K_S.gguf) | Q4_K_S | 6.1 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-2x6B-TNG-Deckard-Alpha-12B-LH-GGUF/resolve/main/Qwen3-2x6B-TNG-Deckard-Alpha-12B-LH.Q4_K_M.gguf) | Q4_K_M | 6.4 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-2x6B-TNG-Deckard-Alpha-12B-LH-GGUF/resolve/main/Qwen3-2x6B-TNG-Deckard-Alpha-12B-LH.Q5_K_S.gguf) | Q5_K_S | 7.3 | | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-2x6B-TNG-Deckard-Alpha-12B-LH-GGUF/resolve/main/Qwen3-2x6B-TNG-Deckard-Alpha-12B-LH.Q5_K_M.gguf) | Q5_K_M | 7.5 | | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-2x6B-TNG-Deckard-Alpha-12B-LH-GGUF/resolve/main/Qwen3-2x6B-TNG-Deckard-Alpha-12B-LH.Q6_K.gguf) | Q6_K | 8.7 | very good quality | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-2x6B-TNG-Deckard-Alpha-12B-LH-GGUF/resolve/main/Qwen3-2x6B-TNG-Deckard-Alpha-12B-LH.Q8_0.gguf) | Q8_0 | 11.2 | fast, best quality | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-2x6B-TNG-Deckard-Alpha-12B-LH-GGUF/resolve/main/Qwen3-2x6B-TNG-Deckard-Alpha-12B-LH.f16.gguf) | f16 | 21.0 | 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. + +