From 5518e589fade0359c42d2652248db957282f1630 Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Fri, 15 May 2026 08:37:45 +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/ReasonFlux-Qwen3-dpo-GGUF Source: Original Platform --- .gitattributes | 47 +++++++++++++++++++ README.md | 80 ++++++++++++++++++++++++++++++++ ReasonFlux-Qwen3-dpo.IQ4_XS.gguf | 3 ++ ReasonFlux-Qwen3-dpo.Q2_K.gguf | 3 ++ ReasonFlux-Qwen3-dpo.Q3_K_L.gguf | 3 ++ ReasonFlux-Qwen3-dpo.Q3_K_M.gguf | 3 ++ ReasonFlux-Qwen3-dpo.Q3_K_S.gguf | 3 ++ ReasonFlux-Qwen3-dpo.Q4_K_M.gguf | 3 ++ ReasonFlux-Qwen3-dpo.Q4_K_S.gguf | 3 ++ ReasonFlux-Qwen3-dpo.Q5_K_M.gguf | 3 ++ ReasonFlux-Qwen3-dpo.Q5_K_S.gguf | 3 ++ ReasonFlux-Qwen3-dpo.Q6_K.gguf | 3 ++ ReasonFlux-Qwen3-dpo.Q8_0.gguf | 3 ++ ReasonFlux-Qwen3-dpo.f16.gguf | 3 ++ 14 files changed, 163 insertions(+) create mode 100644 .gitattributes create mode 100644 README.md create mode 100644 ReasonFlux-Qwen3-dpo.IQ4_XS.gguf create mode 100644 ReasonFlux-Qwen3-dpo.Q2_K.gguf create mode 100644 ReasonFlux-Qwen3-dpo.Q3_K_L.gguf create mode 100644 ReasonFlux-Qwen3-dpo.Q3_K_M.gguf create mode 100644 ReasonFlux-Qwen3-dpo.Q3_K_S.gguf create mode 100644 ReasonFlux-Qwen3-dpo.Q4_K_M.gguf create mode 100644 ReasonFlux-Qwen3-dpo.Q4_K_S.gguf create mode 100644 ReasonFlux-Qwen3-dpo.Q5_K_M.gguf create mode 100644 ReasonFlux-Qwen3-dpo.Q5_K_S.gguf create mode 100644 ReasonFlux-Qwen3-dpo.Q6_K.gguf create mode 100644 ReasonFlux-Qwen3-dpo.Q8_0.gguf create mode 100644 ReasonFlux-Qwen3-dpo.f16.gguf diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..4c5deac --- /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 +ReasonFlux-Qwen3-dpo.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +ReasonFlux-Qwen3-dpo.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +ReasonFlux-Qwen3-dpo.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +ReasonFlux-Qwen3-dpo.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +ReasonFlux-Qwen3-dpo.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +ReasonFlux-Qwen3-dpo.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +ReasonFlux-Qwen3-dpo.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +ReasonFlux-Qwen3-dpo.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +ReasonFlux-Qwen3-dpo.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +ReasonFlux-Qwen3-dpo.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +ReasonFlux-Qwen3-dpo.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text +ReasonFlux-Qwen3-dpo.f16.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/README.md b/README.md new file mode 100644 index 0000000..f347bd5 --- /dev/null +++ b/README.md @@ -0,0 +1,80 @@ +--- +base_model: prithivMLmods/ReasonFlux-Qwen3-dpo +datasets: +- Gen-Verse/ReasonFlux-V2-Reasoner-DPO +language: +- en +- zh +library_name: transformers +license: apache-2.0 +mradermacher: + readme_rev: 1 +quantized_by: mradermacher +tags: +- trl +- text-generation-inference +- code +- DPO +--- +## About + + + + + + + + + +static quants of https://huggingface.co/prithivMLmods/ReasonFlux-Qwen3-dpo + + + +***For a convenient overview and download list, visit our [model page for this model](https://hf.tst.eu/model#ReasonFlux-Qwen3-dpo-GGUF).*** + +weighted/imatrix quants are available at https://huggingface.co/mradermacher/ReasonFlux-Qwen3-dpo-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/ReasonFlux-Qwen3-dpo-GGUF/resolve/main/ReasonFlux-Qwen3-dpo.Q2_K.gguf) | Q2_K | 0.9 | | +| [GGUF](https://huggingface.co/mradermacher/ReasonFlux-Qwen3-dpo-GGUF/resolve/main/ReasonFlux-Qwen3-dpo.Q3_K_S.gguf) | Q3_K_S | 1.0 | | +| [GGUF](https://huggingface.co/mradermacher/ReasonFlux-Qwen3-dpo-GGUF/resolve/main/ReasonFlux-Qwen3-dpo.Q3_K_M.gguf) | Q3_K_M | 1.0 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/ReasonFlux-Qwen3-dpo-GGUF/resolve/main/ReasonFlux-Qwen3-dpo.Q3_K_L.gguf) | Q3_K_L | 1.1 | | +| [GGUF](https://huggingface.co/mradermacher/ReasonFlux-Qwen3-dpo-GGUF/resolve/main/ReasonFlux-Qwen3-dpo.IQ4_XS.gguf) | IQ4_XS | 1.1 | | +| [GGUF](https://huggingface.co/mradermacher/ReasonFlux-Qwen3-dpo-GGUF/resolve/main/ReasonFlux-Qwen3-dpo.Q4_K_S.gguf) | Q4_K_S | 1.2 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/ReasonFlux-Qwen3-dpo-GGUF/resolve/main/ReasonFlux-Qwen3-dpo.Q4_K_M.gguf) | Q4_K_M | 1.2 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/ReasonFlux-Qwen3-dpo-GGUF/resolve/main/ReasonFlux-Qwen3-dpo.Q5_K_S.gguf) | Q5_K_S | 1.3 | | +| [GGUF](https://huggingface.co/mradermacher/ReasonFlux-Qwen3-dpo-GGUF/resolve/main/ReasonFlux-Qwen3-dpo.Q5_K_M.gguf) | Q5_K_M | 1.4 | | +| [GGUF](https://huggingface.co/mradermacher/ReasonFlux-Qwen3-dpo-GGUF/resolve/main/ReasonFlux-Qwen3-dpo.Q6_K.gguf) | Q6_K | 1.5 | very good quality | +| [GGUF](https://huggingface.co/mradermacher/ReasonFlux-Qwen3-dpo-GGUF/resolve/main/ReasonFlux-Qwen3-dpo.Q8_0.gguf) | Q8_0 | 1.9 | fast, best quality | +| [GGUF](https://huggingface.co/mradermacher/ReasonFlux-Qwen3-dpo-GGUF/resolve/main/ReasonFlux-Qwen3-dpo.f16.gguf) | f16 | 3.5 | 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/ReasonFlux-Qwen3-dpo.IQ4_XS.gguf b/ReasonFlux-Qwen3-dpo.IQ4_XS.gguf new file mode 100644 index 0000000..9de78a9 --- /dev/null +++ b/ReasonFlux-Qwen3-dpo.IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68100d33853ec947669ef413448e8f8fc8e2250b9509e7d8090d4bd3836b2fe0 +size 1016282432 diff --git a/ReasonFlux-Qwen3-dpo.Q2_K.gguf b/ReasonFlux-Qwen3-dpo.Q2_K.gguf new file mode 100644 index 0000000..6906ea4 --- /dev/null +++ b/ReasonFlux-Qwen3-dpo.Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f777a4526e93b3c079f3d5fd07ee4e3ae501d9fa51e324458e1c9be2c19b023 +size 777796928 diff --git a/ReasonFlux-Qwen3-dpo.Q3_K_L.gguf b/ReasonFlux-Qwen3-dpo.Q3_K_L.gguf new file mode 100644 index 0000000..96a370d --- /dev/null +++ b/ReasonFlux-Qwen3-dpo.Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2458e6fcbcf723f1cb5689f38156118ce007fb0aa0c1431091309cfe649290b7 +size 1003502912 diff --git a/ReasonFlux-Qwen3-dpo.Q3_K_M.gguf b/ReasonFlux-Qwen3-dpo.Q3_K_M.gguf new file mode 100644 index 0000000..5a9fb3f --- /dev/null +++ b/ReasonFlux-Qwen3-dpo.Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04764b2a5f56ccb4286d89479666362370bc6fa0e651a3c0ae04b60b54829a01 +size 939539776 diff --git a/ReasonFlux-Qwen3-dpo.Q3_K_S.gguf b/ReasonFlux-Qwen3-dpo.Q3_K_S.gguf new file mode 100644 index 0000000..09f1cfb --- /dev/null +++ b/ReasonFlux-Qwen3-dpo.Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ea73d01e628812c725ee771eecc57225d6bdaa8a40d25625e5d2bad70db9d5d +size 867253568 diff --git a/ReasonFlux-Qwen3-dpo.Q4_K_M.gguf b/ReasonFlux-Qwen3-dpo.Q4_K_M.gguf new file mode 100644 index 0000000..168a174 --- /dev/null +++ b/ReasonFlux-Qwen3-dpo.Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7849537b17a9273ff6e0499a66fedb08e4c89360be61e696c76463201da8728c +size 1107410240 diff --git a/ReasonFlux-Qwen3-dpo.Q4_K_S.gguf b/ReasonFlux-Qwen3-dpo.Q4_K_S.gguf new file mode 100644 index 0000000..e99ab97 --- /dev/null +++ b/ReasonFlux-Qwen3-dpo.Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3101a42e7d24c112a3fbfccc911c6da5ec0b9823bc490e1a0cef26aa45f197f +size 1060191552 diff --git a/ReasonFlux-Qwen3-dpo.Q5_K_M.gguf b/ReasonFlux-Qwen3-dpo.Q5_K_M.gguf new file mode 100644 index 0000000..72a5b3d --- /dev/null +++ b/ReasonFlux-Qwen3-dpo.Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b48b3129e722c3f3dfd9ec54051bd77296cf7e6145429eb9c8e3707a2ed4fb5e +size 1257880896 diff --git a/ReasonFlux-Qwen3-dpo.Q5_K_S.gguf b/ReasonFlux-Qwen3-dpo.Q5_K_S.gguf new file mode 100644 index 0000000..6d56043 --- /dev/null +++ b/ReasonFlux-Qwen3-dpo.Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c77c5e346e7aa1e00480082810a69841378cbc498a6c05a51e931dd404fabf9d +size 1230585152 diff --git a/ReasonFlux-Qwen3-dpo.Q6_K.gguf b/ReasonFlux-Qwen3-dpo.Q6_K.gguf new file mode 100644 index 0000000..c52d670 --- /dev/null +++ b/ReasonFlux-Qwen3-dpo.Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:adaab27a86413853659dbbddc364197f25eb92178524093d2b2fd2f214f17deb +size 1417755968 diff --git a/ReasonFlux-Qwen3-dpo.Q8_0.gguf b/ReasonFlux-Qwen3-dpo.Q8_0.gguf new file mode 100644 index 0000000..989ab9f --- /dev/null +++ b/ReasonFlux-Qwen3-dpo.Q8_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25f2b21894b6c5f69250250f153e3185d64cc5ba9a600779a001cae125f5d2a8 +size 1834427712 diff --git a/ReasonFlux-Qwen3-dpo.f16.gguf b/ReasonFlux-Qwen3-dpo.f16.gguf new file mode 100644 index 0000000..29f6ba5 --- /dev/null +++ b/ReasonFlux-Qwen3-dpo.f16.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:929fffa8d5d28783e2ffd927a731921c196fc438312842cf77b9a809d5b8f29f +size 3447350592