From 1e2f4e3b97049b497110cc346adcb531519e9789 Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Mon, 20 Jul 2026 04:01:08 +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-0.6B-CreativeWriting-GDPO-GGUF Source: Original Platform --- .gitattributes | 47 ++++++++++++++ Qwen3-0.6B-CreativeWriting-GDPO.IQ4_XS.gguf | 3 + Qwen3-0.6B-CreativeWriting-GDPO.Q2_K.gguf | 3 + Qwen3-0.6B-CreativeWriting-GDPO.Q3_K_L.gguf | 3 + Qwen3-0.6B-CreativeWriting-GDPO.Q3_K_M.gguf | 3 + Qwen3-0.6B-CreativeWriting-GDPO.Q3_K_S.gguf | 3 + Qwen3-0.6B-CreativeWriting-GDPO.Q4_K_M.gguf | 3 + Qwen3-0.6B-CreativeWriting-GDPO.Q4_K_S.gguf | 3 + Qwen3-0.6B-CreativeWriting-GDPO.Q5_K_M.gguf | 3 + Qwen3-0.6B-CreativeWriting-GDPO.Q5_K_S.gguf | 3 + Qwen3-0.6B-CreativeWriting-GDPO.Q6_K.gguf | 3 + Qwen3-0.6B-CreativeWriting-GDPO.Q8_0.gguf | 3 + Qwen3-0.6B-CreativeWriting-GDPO.f16.gguf | 3 + README.md | 71 +++++++++++++++++++++ 14 files changed, 154 insertions(+) create mode 100644 .gitattributes create mode 100644 Qwen3-0.6B-CreativeWriting-GDPO.IQ4_XS.gguf create mode 100644 Qwen3-0.6B-CreativeWriting-GDPO.Q2_K.gguf create mode 100644 Qwen3-0.6B-CreativeWriting-GDPO.Q3_K_L.gguf create mode 100644 Qwen3-0.6B-CreativeWriting-GDPO.Q3_K_M.gguf create mode 100644 Qwen3-0.6B-CreativeWriting-GDPO.Q3_K_S.gguf create mode 100644 Qwen3-0.6B-CreativeWriting-GDPO.Q4_K_M.gguf create mode 100644 Qwen3-0.6B-CreativeWriting-GDPO.Q4_K_S.gguf create mode 100644 Qwen3-0.6B-CreativeWriting-GDPO.Q5_K_M.gguf create mode 100644 Qwen3-0.6B-CreativeWriting-GDPO.Q5_K_S.gguf create mode 100644 Qwen3-0.6B-CreativeWriting-GDPO.Q6_K.gguf create mode 100644 Qwen3-0.6B-CreativeWriting-GDPO.Q8_0.gguf create mode 100644 Qwen3-0.6B-CreativeWriting-GDPO.f16.gguf create mode 100644 README.md diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..785beb9 --- /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 +Qwen3-0.6B-CreativeWriting-GDPO.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-0.6B-CreativeWriting-GDPO.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-0.6B-CreativeWriting-GDPO.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-0.6B-CreativeWriting-GDPO.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-0.6B-CreativeWriting-GDPO.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-0.6B-CreativeWriting-GDPO.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-0.6B-CreativeWriting-GDPO.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-0.6B-CreativeWriting-GDPO.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-0.6B-CreativeWriting-GDPO.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-0.6B-CreativeWriting-GDPO.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-0.6B-CreativeWriting-GDPO.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-0.6B-CreativeWriting-GDPO.f16.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/Qwen3-0.6B-CreativeWriting-GDPO.IQ4_XS.gguf b/Qwen3-0.6B-CreativeWriting-GDPO.IQ4_XS.gguf new file mode 100644 index 0000000..bb55911 --- /dev/null +++ b/Qwen3-0.6B-CreativeWriting-GDPO.IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f6bbe1a76620ff7ee1e3ded37e815d01e0c67fe7cd879617e5a3e098b29c9aa +size 451931520 diff --git a/Qwen3-0.6B-CreativeWriting-GDPO.Q2_K.gguf b/Qwen3-0.6B-CreativeWriting-GDPO.Q2_K.gguf new file mode 100644 index 0000000..1085313 --- /dev/null +++ b/Qwen3-0.6B-CreativeWriting-GDPO.Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e67d1988fd5c6e991ba78ef99c833a99b38a5716fe3a29942658327a8e708bf0 +size 347288960 diff --git a/Qwen3-0.6B-CreativeWriting-GDPO.Q3_K_L.gguf b/Qwen3-0.6B-CreativeWriting-GDPO.Q3_K_L.gguf new file mode 100644 index 0000000..8f66976 --- /dev/null +++ b/Qwen3-0.6B-CreativeWriting-GDPO.Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9dfde5a56fc90a643a4702ac4c496cad9ae7153a3d90b86ea40f0ce01a222364 +size 435343744 diff --git a/Qwen3-0.6B-CreativeWriting-GDPO.Q3_K_M.gguf b/Qwen3-0.6B-CreativeWriting-GDPO.Q3_K_M.gguf new file mode 100644 index 0000000..ce511fa --- /dev/null +++ b/Qwen3-0.6B-CreativeWriting-GDPO.Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:729203373f66c1cb16997bb9b4f581f6fb451f2c46062813cf1d6c901b228d56 +size 413979008 diff --git a/Qwen3-0.6B-CreativeWriting-GDPO.Q3_K_S.gguf b/Qwen3-0.6B-CreativeWriting-GDPO.Q3_K_S.gguf new file mode 100644 index 0000000..610fd56 --- /dev/null +++ b/Qwen3-0.6B-CreativeWriting-GDPO.Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87c7d30ce75f0500866541f2281e38a5323d662e85644239311a019f1a4992b5 +size 389927296 diff --git a/Qwen3-0.6B-CreativeWriting-GDPO.Q4_K_M.gguf b/Qwen3-0.6B-CreativeWriting-GDPO.Q4_K_M.gguf new file mode 100644 index 0000000..376ed81 --- /dev/null +++ b/Qwen3-0.6B-CreativeWriting-GDPO.Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a684e94bd16505447a2a380a6ba8d79705af8cc5b9e4d381e6274be8af55a1e +size 484220288 diff --git a/Qwen3-0.6B-CreativeWriting-GDPO.Q4_K_S.gguf b/Qwen3-0.6B-CreativeWriting-GDPO.Q4_K_S.gguf new file mode 100644 index 0000000..5cf03eb --- /dev/null +++ b/Qwen3-0.6B-CreativeWriting-GDPO.Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c2706598d05a56423c81b9abdd0c7b261d3e5c2d65cf44080111f2663043c9a +size 470785408 diff --git a/Qwen3-0.6B-CreativeWriting-GDPO.Q5_K_M.gguf b/Qwen3-0.6B-CreativeWriting-GDPO.Q5_K_M.gguf new file mode 100644 index 0000000..7504107 --- /dev/null +++ b/Qwen3-0.6B-CreativeWriting-GDPO.Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:adc88204c2ed5ccda0149ac6bd346a6e0baa6fa2f7948110dcd75d79830c82cb +size 551378304 diff --git a/Qwen3-0.6B-CreativeWriting-GDPO.Q5_K_S.gguf b/Qwen3-0.6B-CreativeWriting-GDPO.Q5_K_S.gguf new file mode 100644 index 0000000..2a6fdb1 --- /dev/null +++ b/Qwen3-0.6B-CreativeWriting-GDPO.Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28f4d50e6cad26b95e0b6b561c6fc23ce10ff57330efb05561ecf26b5b4b5c7f +size 543579520 diff --git a/Qwen3-0.6B-CreativeWriting-GDPO.Q6_K.gguf b/Qwen3-0.6B-CreativeWriting-GDPO.Q6_K.gguf new file mode 100644 index 0000000..7846302 --- /dev/null +++ b/Qwen3-0.6B-CreativeWriting-GDPO.Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb2597865095eb1a3c134119b53344c7e2f89e205a5b2c97c7074e15cf823487 +size 622733696 diff --git a/Qwen3-0.6B-CreativeWriting-GDPO.Q8_0.gguf b/Qwen3-0.6B-CreativeWriting-GDPO.Q8_0.gguf new file mode 100644 index 0000000..ff027fa --- /dev/null +++ b/Qwen3-0.6B-CreativeWriting-GDPO.Q8_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b65023ef4c037dce9267eac5dfd63d9fa4ee560521da4cf5758e3c6e2dae9bfe +size 804753792 diff --git a/Qwen3-0.6B-CreativeWriting-GDPO.f16.gguf b/Qwen3-0.6B-CreativeWriting-GDPO.f16.gguf new file mode 100644 index 0000000..e3b2b18 --- /dev/null +++ b/Qwen3-0.6B-CreativeWriting-GDPO.f16.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ddf826de8922fd0313acbdc9f710e213c16de72eb2d40137b30eb5f649fdf63 +size 1509347712 diff --git a/README.md b/README.md new file mode 100644 index 0000000..13e8723 --- /dev/null +++ b/README.md @@ -0,0 +1,71 @@ +--- +base_model: bowen-upenn/Qwen3-0.6B-CreativeWriting-GDPO +language: +- en +library_name: transformers +mradermacher: + readme_rev: 1 +quantized_by: mradermacher +--- +## About + + + + + + + + + +static quants of https://huggingface.co/bowen-upenn/Qwen3-0.6B-CreativeWriting-GDPO + + + +***For a convenient overview and download list, visit our [model page for this model](https://hf.tst.eu/model#Qwen3-0.6B-CreativeWriting-GDPO-GGUF).*** + +weighted/imatrix quants seem not to be available (by me) at this time. If they do not show up a week or so after the static ones, I have probably not planned for them. Feel free to request them by opening a Community Discussion. +## 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-0.6B-CreativeWriting-GDPO-GGUF/resolve/main/Qwen3-0.6B-CreativeWriting-GDPO.Q2_K.gguf) | Q2_K | 0.4 | | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-0.6B-CreativeWriting-GDPO-GGUF/resolve/main/Qwen3-0.6B-CreativeWriting-GDPO.Q3_K_S.gguf) | Q3_K_S | 0.5 | | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-0.6B-CreativeWriting-GDPO-GGUF/resolve/main/Qwen3-0.6B-CreativeWriting-GDPO.Q3_K_M.gguf) | Q3_K_M | 0.5 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-0.6B-CreativeWriting-GDPO-GGUF/resolve/main/Qwen3-0.6B-CreativeWriting-GDPO.Q3_K_L.gguf) | Q3_K_L | 0.5 | | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-0.6B-CreativeWriting-GDPO-GGUF/resolve/main/Qwen3-0.6B-CreativeWriting-GDPO.IQ4_XS.gguf) | IQ4_XS | 0.6 | | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-0.6B-CreativeWriting-GDPO-GGUF/resolve/main/Qwen3-0.6B-CreativeWriting-GDPO.Q4_K_S.gguf) | Q4_K_S | 0.6 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-0.6B-CreativeWriting-GDPO-GGUF/resolve/main/Qwen3-0.6B-CreativeWriting-GDPO.Q4_K_M.gguf) | Q4_K_M | 0.6 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-0.6B-CreativeWriting-GDPO-GGUF/resolve/main/Qwen3-0.6B-CreativeWriting-GDPO.Q5_K_S.gguf) | Q5_K_S | 0.6 | | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-0.6B-CreativeWriting-GDPO-GGUF/resolve/main/Qwen3-0.6B-CreativeWriting-GDPO.Q5_K_M.gguf) | Q5_K_M | 0.7 | | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-0.6B-CreativeWriting-GDPO-GGUF/resolve/main/Qwen3-0.6B-CreativeWriting-GDPO.Q6_K.gguf) | Q6_K | 0.7 | very good quality | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-0.6B-CreativeWriting-GDPO-GGUF/resolve/main/Qwen3-0.6B-CreativeWriting-GDPO.Q8_0.gguf) | Q8_0 | 0.9 | fast, best quality | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-0.6B-CreativeWriting-GDPO-GGUF/resolve/main/Qwen3-0.6B-CreativeWriting-GDPO.f16.gguf) | f16 | 1.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. + +