From 63c5ae5728d1bff6a9d089c35ada8a63975926e3 Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Sun, 19 Apr 2026 21:11:22 +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/QwenLong-30B-creative-ORPO-v3-GGUF Source: Original Platform --- .gitattributes | 46 ++++++++++++++ QwenLong-30B-creative-ORPO-v3.IQ4_XS.gguf | 3 + QwenLong-30B-creative-ORPO-v3.Q2_K.gguf | 3 + QwenLong-30B-creative-ORPO-v3.Q3_K_L.gguf | 3 + QwenLong-30B-creative-ORPO-v3.Q3_K_M.gguf | 3 + QwenLong-30B-creative-ORPO-v3.Q3_K_S.gguf | 3 + QwenLong-30B-creative-ORPO-v3.Q4_K_M.gguf | 3 + QwenLong-30B-creative-ORPO-v3.Q4_K_S.gguf | 3 + QwenLong-30B-creative-ORPO-v3.Q5_K_M.gguf | 3 + QwenLong-30B-creative-ORPO-v3.Q5_K_S.gguf | 3 + QwenLong-30B-creative-ORPO-v3.Q6_K.gguf | 3 + QwenLong-30B-creative-ORPO-v3.Q8_0.gguf | 3 + README.md | 76 +++++++++++++++++++++++ 13 files changed, 155 insertions(+) create mode 100644 .gitattributes create mode 100644 QwenLong-30B-creative-ORPO-v3.IQ4_XS.gguf create mode 100644 QwenLong-30B-creative-ORPO-v3.Q2_K.gguf create mode 100644 QwenLong-30B-creative-ORPO-v3.Q3_K_L.gguf create mode 100644 QwenLong-30B-creative-ORPO-v3.Q3_K_M.gguf create mode 100644 QwenLong-30B-creative-ORPO-v3.Q3_K_S.gguf create mode 100644 QwenLong-30B-creative-ORPO-v3.Q4_K_M.gguf create mode 100644 QwenLong-30B-creative-ORPO-v3.Q4_K_S.gguf create mode 100644 QwenLong-30B-creative-ORPO-v3.Q5_K_M.gguf create mode 100644 QwenLong-30B-creative-ORPO-v3.Q5_K_S.gguf create mode 100644 QwenLong-30B-creative-ORPO-v3.Q6_K.gguf create mode 100644 QwenLong-30B-creative-ORPO-v3.Q8_0.gguf create mode 100644 README.md diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..b32017e --- /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 +QwenLong-30B-creative-ORPO-v3.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +QwenLong-30B-creative-ORPO-v3.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +QwenLong-30B-creative-ORPO-v3.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text +QwenLong-30B-creative-ORPO-v3.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +QwenLong-30B-creative-ORPO-v3.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +QwenLong-30B-creative-ORPO-v3.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +QwenLong-30B-creative-ORPO-v3.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +QwenLong-30B-creative-ORPO-v3.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +QwenLong-30B-creative-ORPO-v3.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +QwenLong-30B-creative-ORPO-v3.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +QwenLong-30B-creative-ORPO-v3.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/QwenLong-30B-creative-ORPO-v3.IQ4_XS.gguf b/QwenLong-30B-creative-ORPO-v3.IQ4_XS.gguf new file mode 100644 index 0000000..cd3e34d --- /dev/null +++ b/QwenLong-30B-creative-ORPO-v3.IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3372d50bc8fcc4df70863609542ec62650444e9c29869166d1c30c81f056932 +size 16557093312 diff --git a/QwenLong-30B-creative-ORPO-v3.Q2_K.gguf b/QwenLong-30B-creative-ORPO-v3.Q2_K.gguf new file mode 100644 index 0000000..8aa9f73 --- /dev/null +++ b/QwenLong-30B-creative-ORPO-v3.Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80e214faa599236820758cfa2f94dd63b6161f10b8463ec0a9774afc082b8bfd +size 11258610112 diff --git a/QwenLong-30B-creative-ORPO-v3.Q3_K_L.gguf b/QwenLong-30B-creative-ORPO-v3.Q3_K_L.gguf new file mode 100644 index 0000000..3529fc9 --- /dev/null +++ b/QwenLong-30B-creative-ORPO-v3.Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e5e07f11619052fdaf3265a62a29759665fa24c1950dec3c388829f0fd3e3ee +size 15900670400 diff --git a/QwenLong-30B-creative-ORPO-v3.Q3_K_M.gguf b/QwenLong-30B-creative-ORPO-v3.Q3_K_M.gguf new file mode 100644 index 0000000..202693b --- /dev/null +++ b/QwenLong-30B-creative-ORPO-v3.Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:781a159de03f1db2ef58aede63c5da2ebc80aac42fc4c894b39cb6ca0b25d354 +size 14711847360 diff --git a/QwenLong-30B-creative-ORPO-v3.Q3_K_S.gguf b/QwenLong-30B-creative-ORPO-v3.Q3_K_S.gguf new file mode 100644 index 0000000..6b07a62 --- /dev/null +++ b/QwenLong-30B-creative-ORPO-v3.Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66cdb3f2d55290240553823782abe932cbb644540cc7320b14774ad2d8917448 +size 13292468672 diff --git a/QwenLong-30B-creative-ORPO-v3.Q4_K_M.gguf b/QwenLong-30B-creative-ORPO-v3.Q4_K_M.gguf new file mode 100644 index 0000000..16b809f --- /dev/null +++ b/QwenLong-30B-creative-ORPO-v3.Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b7eee1d7a6ad3fa74166b0837eeb17ad08f5e4df5bb487811f42c3337e51948 +size 18556686784 diff --git a/QwenLong-30B-creative-ORPO-v3.Q4_K_S.gguf b/QwenLong-30B-creative-ORPO-v3.Q4_K_S.gguf new file mode 100644 index 0000000..6142361 --- /dev/null +++ b/QwenLong-30B-creative-ORPO-v3.Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f641b9cb69c36d27cae496a24b2b34381789d5f5048c06cbf0085c4b17b4f156 +size 17456009664 diff --git a/QwenLong-30B-creative-ORPO-v3.Q5_K_M.gguf b/QwenLong-30B-creative-ORPO-v3.Q5_K_M.gguf new file mode 100644 index 0000000..4cb7a28 --- /dev/null +++ b/QwenLong-30B-creative-ORPO-v3.Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4d9203e97d100acdac253e53a116aa190dd0a72191271cac39a2fc07774d25e +size 21725581760 diff --git a/QwenLong-30B-creative-ORPO-v3.Q5_K_S.gguf b/QwenLong-30B-creative-ORPO-v3.Q5_K_S.gguf new file mode 100644 index 0000000..22ff032 --- /dev/null +++ b/QwenLong-30B-creative-ORPO-v3.Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94f32b4e03b65fddc99b067ae852b9edae78ab4d9185017e35e46c03f4329e41 +size 21080510912 diff --git a/QwenLong-30B-creative-ORPO-v3.Q6_K.gguf b/QwenLong-30B-creative-ORPO-v3.Q6_K.gguf new file mode 100644 index 0000000..5c11a6d --- /dev/null +++ b/QwenLong-30B-creative-ORPO-v3.Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d63aaa33da7fd8b139864caf39f316898a7ca9c6cd648f7905b10f9f29094efa +size 25092532672 diff --git a/QwenLong-30B-creative-ORPO-v3.Q8_0.gguf b/QwenLong-30B-creative-ORPO-v3.Q8_0.gguf new file mode 100644 index 0000000..3a332da --- /dev/null +++ b/QwenLong-30B-creative-ORPO-v3.Q8_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83104bbee495ec480928296042fed0425298417374b7984ed9cb4228d771b263 +size 32483932608 diff --git a/README.md b/README.md new file mode 100644 index 0000000..c283ec5 --- /dev/null +++ b/README.md @@ -0,0 +1,76 @@ +--- +base_model: WarlordHermes/QwenLong-30B-creative-ORPO-v3 +language: +- en +library_name: transformers +license: apache-2.0 +mradermacher: + readme_rev: 1 +quantized_by: mradermacher +tags: +- text-generation-inference +- transformers +- unsloth +- qwen3_moe +--- +## About + + + + + + + + + +static quants of https://huggingface.co/WarlordHermes/QwenLong-30B-creative-ORPO-v3 + + + +***For a convenient overview and download list, visit our [model page for this model](https://hf.tst.eu/model#QwenLong-30B-creative-ORPO-v3-GGUF).*** + +weighted/imatrix quants are available at https://huggingface.co/mradermacher/QwenLong-30B-creative-ORPO-v3-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/QwenLong-30B-creative-ORPO-v3-GGUF/resolve/main/QwenLong-30B-creative-ORPO-v3.Q2_K.gguf) | Q2_K | 11.4 | | +| [GGUF](https://huggingface.co/mradermacher/QwenLong-30B-creative-ORPO-v3-GGUF/resolve/main/QwenLong-30B-creative-ORPO-v3.Q3_K_S.gguf) | Q3_K_S | 13.4 | | +| [GGUF](https://huggingface.co/mradermacher/QwenLong-30B-creative-ORPO-v3-GGUF/resolve/main/QwenLong-30B-creative-ORPO-v3.Q3_K_M.gguf) | Q3_K_M | 14.8 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/QwenLong-30B-creative-ORPO-v3-GGUF/resolve/main/QwenLong-30B-creative-ORPO-v3.Q3_K_L.gguf) | Q3_K_L | 16.0 | | +| [GGUF](https://huggingface.co/mradermacher/QwenLong-30B-creative-ORPO-v3-GGUF/resolve/main/QwenLong-30B-creative-ORPO-v3.IQ4_XS.gguf) | IQ4_XS | 16.7 | | +| [GGUF](https://huggingface.co/mradermacher/QwenLong-30B-creative-ORPO-v3-GGUF/resolve/main/QwenLong-30B-creative-ORPO-v3.Q4_K_S.gguf) | Q4_K_S | 17.6 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/QwenLong-30B-creative-ORPO-v3-GGUF/resolve/main/QwenLong-30B-creative-ORPO-v3.Q4_K_M.gguf) | Q4_K_M | 18.7 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/QwenLong-30B-creative-ORPO-v3-GGUF/resolve/main/QwenLong-30B-creative-ORPO-v3.Q5_K_S.gguf) | Q5_K_S | 21.2 | | +| [GGUF](https://huggingface.co/mradermacher/QwenLong-30B-creative-ORPO-v3-GGUF/resolve/main/QwenLong-30B-creative-ORPO-v3.Q5_K_M.gguf) | Q5_K_M | 21.8 | | +| [GGUF](https://huggingface.co/mradermacher/QwenLong-30B-creative-ORPO-v3-GGUF/resolve/main/QwenLong-30B-creative-ORPO-v3.Q6_K.gguf) | Q6_K | 25.2 | very good quality | +| [GGUF](https://huggingface.co/mradermacher/QwenLong-30B-creative-ORPO-v3-GGUF/resolve/main/QwenLong-30B-creative-ORPO-v3.Q8_0.gguf) | Q8_0 | 32.6 | fast, best quality | + +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. + +