From 62bb7300cceca34c5bfe4fd6ad2511a1c827ee56 Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Mon, 25 May 2026 12:06:15 +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/Dumpling-Qwen2.5-VL-3B-GGUF Source: Original Platform --- .gitattributes | 47 ++++++++++++++++ Dumpling-Qwen2.5-VL-3B.IQ4_XS.gguf | 3 ++ Dumpling-Qwen2.5-VL-3B.Q2_K.gguf | 3 ++ Dumpling-Qwen2.5-VL-3B.Q3_K_L.gguf | 3 ++ Dumpling-Qwen2.5-VL-3B.Q3_K_M.gguf | 3 ++ Dumpling-Qwen2.5-VL-3B.Q3_K_S.gguf | 3 ++ Dumpling-Qwen2.5-VL-3B.Q4_K_M.gguf | 3 ++ Dumpling-Qwen2.5-VL-3B.Q4_K_S.gguf | 3 ++ Dumpling-Qwen2.5-VL-3B.Q5_K_M.gguf | 3 ++ Dumpling-Qwen2.5-VL-3B.Q5_K_S.gguf | 3 ++ Dumpling-Qwen2.5-VL-3B.Q6_K.gguf | 3 ++ Dumpling-Qwen2.5-VL-3B.Q8_0.gguf | 3 ++ Dumpling-Qwen2.5-VL-3B.f16.gguf | 3 ++ README.md | 86 ++++++++++++++++++++++++++++++ 14 files changed, 169 insertions(+) create mode 100644 .gitattributes create mode 100644 Dumpling-Qwen2.5-VL-3B.IQ4_XS.gguf create mode 100644 Dumpling-Qwen2.5-VL-3B.Q2_K.gguf create mode 100644 Dumpling-Qwen2.5-VL-3B.Q3_K_L.gguf create mode 100644 Dumpling-Qwen2.5-VL-3B.Q3_K_M.gguf create mode 100644 Dumpling-Qwen2.5-VL-3B.Q3_K_S.gguf create mode 100644 Dumpling-Qwen2.5-VL-3B.Q4_K_M.gguf create mode 100644 Dumpling-Qwen2.5-VL-3B.Q4_K_S.gguf create mode 100644 Dumpling-Qwen2.5-VL-3B.Q5_K_M.gguf create mode 100644 Dumpling-Qwen2.5-VL-3B.Q5_K_S.gguf create mode 100644 Dumpling-Qwen2.5-VL-3B.Q6_K.gguf create mode 100644 Dumpling-Qwen2.5-VL-3B.Q8_0.gguf create mode 100644 Dumpling-Qwen2.5-VL-3B.f16.gguf create mode 100644 README.md diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9e0df21 --- /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 +Dumpling-Qwen2.5-VL-3B.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +Dumpling-Qwen2.5-VL-3B.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +Dumpling-Qwen2.5-VL-3B.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +Dumpling-Qwen2.5-VL-3B.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Dumpling-Qwen2.5-VL-3B.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Dumpling-Qwen2.5-VL-3B.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Dumpling-Qwen2.5-VL-3B.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Dumpling-Qwen2.5-VL-3B.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Dumpling-Qwen2.5-VL-3B.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Dumpling-Qwen2.5-VL-3B.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +Dumpling-Qwen2.5-VL-3B.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text +Dumpling-Qwen2.5-VL-3B.f16.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/Dumpling-Qwen2.5-VL-3B.IQ4_XS.gguf b/Dumpling-Qwen2.5-VL-3B.IQ4_XS.gguf new file mode 100644 index 0000000..8efd48b --- /dev/null +++ b/Dumpling-Qwen2.5-VL-3B.IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89357520c7b4e37ebe7bdf90567effc7a6ee44dd178abe77eed90f354b72905e +size 1753188448 diff --git a/Dumpling-Qwen2.5-VL-3B.Q2_K.gguf b/Dumpling-Qwen2.5-VL-3B.Q2_K.gguf new file mode 100644 index 0000000..b7d9c63 --- /dev/null +++ b/Dumpling-Qwen2.5-VL-3B.Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06804408b1262f3b0fac5e3f086b785dbda87bf3e99e7da69c572135519f59c6 +size 1274759264 diff --git a/Dumpling-Qwen2.5-VL-3B.Q3_K_L.gguf b/Dumpling-Qwen2.5-VL-3B.Q3_K_L.gguf new file mode 100644 index 0000000..c6a852a --- /dev/null +++ b/Dumpling-Qwen2.5-VL-3B.Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:061853f1076a6cd3ab9bb74e9c6783dedf999a883421da117eb3b1fdf55dd72d +size 1707395168 diff --git a/Dumpling-Qwen2.5-VL-3B.Q3_K_M.gguf b/Dumpling-Qwen2.5-VL-3B.Q3_K_M.gguf new file mode 100644 index 0000000..543bb93 --- /dev/null +++ b/Dumpling-Qwen2.5-VL-3B.Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8f1bd3ff982c014619e4cc20ded61eb7ba297d3d8741db16e168bf37ff48bba +size 1590478944 diff --git a/Dumpling-Qwen2.5-VL-3B.Q3_K_S.gguf b/Dumpling-Qwen2.5-VL-3B.Q3_K_S.gguf new file mode 100644 index 0000000..b57ecee --- /dev/null +++ b/Dumpling-Qwen2.5-VL-3B.Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4cf64f4fcf155459838e85ca64fcfff99093c3c498f173d7f02e19e42c8c1bc +size 1454360672 diff --git a/Dumpling-Qwen2.5-VL-3B.Q4_K_M.gguf b/Dumpling-Qwen2.5-VL-3B.Q4_K_M.gguf new file mode 100644 index 0000000..4f0364e --- /dev/null +++ b/Dumpling-Qwen2.5-VL-3B.Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af6e18f4938d53ffc0d8514259b586f1b50dc4e0a47d63fcab1ba599228f865a +size 1929906272 diff --git a/Dumpling-Qwen2.5-VL-3B.Q4_K_S.gguf b/Dumpling-Qwen2.5-VL-3B.Q4_K_S.gguf new file mode 100644 index 0000000..630636c --- /dev/null +++ b/Dumpling-Qwen2.5-VL-3B.Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a208e5f9cb9373698a2898e4de1ae238dfe780718246ff3ea8bd10c952e5f262 +size 1834387552 diff --git a/Dumpling-Qwen2.5-VL-3B.Q5_K_M.gguf b/Dumpling-Qwen2.5-VL-3B.Q5_K_M.gguf new file mode 100644 index 0000000..e75279a --- /dev/null +++ b/Dumpling-Qwen2.5-VL-3B.Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1705a249c0e0e4dcaca817ef695d4a5b72e895d3b7ff3e299a0b4ac5c9fbc58 +size 2224818272 diff --git a/Dumpling-Qwen2.5-VL-3B.Q5_K_S.gguf b/Dumpling-Qwen2.5-VL-3B.Q5_K_S.gguf new file mode 100644 index 0000000..e9021df --- /dev/null +++ b/Dumpling-Qwen2.5-VL-3B.Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:edd07ee186e159c34b8ecd3cad7cf4065ae1d30aeaf953214d8f2d4ae08cdbb1 +size 2169669728 diff --git a/Dumpling-Qwen2.5-VL-3B.Q6_K.gguf b/Dumpling-Qwen2.5-VL-3B.Q6_K.gguf new file mode 100644 index 0000000..155da4d --- /dev/null +++ b/Dumpling-Qwen2.5-VL-3B.Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:332fa499f220b86968b9a751e5bb24c3fb662e6f0b56568ac580dbc5fcfb322e +size 2538162272 diff --git a/Dumpling-Qwen2.5-VL-3B.Q8_0.gguf b/Dumpling-Qwen2.5-VL-3B.Q8_0.gguf new file mode 100644 index 0000000..7c921b9 --- /dev/null +++ b/Dumpling-Qwen2.5-VL-3B.Q8_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae97bc6e1d795fe4877d8cca0b8e578b2226d2206f1385c097317af1bfcf8d3a +size 3285479520 diff --git a/Dumpling-Qwen2.5-VL-3B.f16.gguf b/Dumpling-Qwen2.5-VL-3B.f16.gguf new file mode 100644 index 0000000..c03f44d --- /dev/null +++ b/Dumpling-Qwen2.5-VL-3B.f16.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95cf3465a991c9c49a092ec0f2cd4c0df781b05065052db19ca011cd1e318d99 +size 6178320480 diff --git a/README.md b/README.md new file mode 100644 index 0000000..d04430f --- /dev/null +++ b/README.md @@ -0,0 +1,86 @@ +--- +base_model: nbeerbower/Dumpling-Qwen2.5-VL-3B +datasets: +- nbeerbower/GreatFirewall-DPO +- nbeerbower/Schule-DPO +- nbeerbower/Purpura-DPO +- nbeerbower/Arkhaios-DPO +- jondurbin/truthy-dpo-v0.1 +- antiven0m/physical-reasoning-dpo +- flammenai/Date-DPO-NoAsterisks +- flammenai/Prude-Phi3-DPO +- Atsunori/HelpSteer2-DPO +- jondurbin/gutenberg-dpo-v0.1 +- nbeerbower/gutenberg2-dpo +- nbeerbower/gutenberg-moderne-dpo +language: +- en +library_name: transformers +license_link: https://huggingface.co/Qwen/Qwen2.5-VL-3B-Instruct/blob/main/LICENSE +license_name: qwen-research +mradermacher: + readme_rev: 1 +quantized_by: mradermacher +tags: +- multimodal +- uncensored +--- +## About + + + + + + +static quants of https://huggingface.co/nbeerbower/Dumpling-Qwen2.5-VL-3B + + + +***For a convenient overview and download list, visit our [model page for this model](https://hf.tst.eu/model#Dumpling-Qwen2.5-VL-3B-GGUF).*** + +weighted/imatrix quants are available at https://huggingface.co/mradermacher/Dumpling-Qwen2.5-VL-3B-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/Dumpling-Qwen2.5-VL-3B-GGUF/resolve/main/Dumpling-Qwen2.5-VL-3B.Q2_K.gguf) | Q2_K | 1.4 | | +| [GGUF](https://huggingface.co/mradermacher/Dumpling-Qwen2.5-VL-3B-GGUF/resolve/main/Dumpling-Qwen2.5-VL-3B.Q3_K_S.gguf) | Q3_K_S | 1.6 | | +| [GGUF](https://huggingface.co/mradermacher/Dumpling-Qwen2.5-VL-3B-GGUF/resolve/main/Dumpling-Qwen2.5-VL-3B.Q3_K_M.gguf) | Q3_K_M | 1.7 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/Dumpling-Qwen2.5-VL-3B-GGUF/resolve/main/Dumpling-Qwen2.5-VL-3B.Q3_K_L.gguf) | Q3_K_L | 1.8 | | +| [GGUF](https://huggingface.co/mradermacher/Dumpling-Qwen2.5-VL-3B-GGUF/resolve/main/Dumpling-Qwen2.5-VL-3B.IQ4_XS.gguf) | IQ4_XS | 1.9 | | +| [GGUF](https://huggingface.co/mradermacher/Dumpling-Qwen2.5-VL-3B-GGUF/resolve/main/Dumpling-Qwen2.5-VL-3B.Q4_K_S.gguf) | Q4_K_S | 1.9 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/Dumpling-Qwen2.5-VL-3B-GGUF/resolve/main/Dumpling-Qwen2.5-VL-3B.Q4_K_M.gguf) | Q4_K_M | 2.0 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/Dumpling-Qwen2.5-VL-3B-GGUF/resolve/main/Dumpling-Qwen2.5-VL-3B.Q5_K_S.gguf) | Q5_K_S | 2.3 | | +| [GGUF](https://huggingface.co/mradermacher/Dumpling-Qwen2.5-VL-3B-GGUF/resolve/main/Dumpling-Qwen2.5-VL-3B.Q5_K_M.gguf) | Q5_K_M | 2.3 | | +| [GGUF](https://huggingface.co/mradermacher/Dumpling-Qwen2.5-VL-3B-GGUF/resolve/main/Dumpling-Qwen2.5-VL-3B.Q6_K.gguf) | Q6_K | 2.6 | very good quality | +| [GGUF](https://huggingface.co/mradermacher/Dumpling-Qwen2.5-VL-3B-GGUF/resolve/main/Dumpling-Qwen2.5-VL-3B.Q8_0.gguf) | Q8_0 | 3.4 | fast, best quality | +| [GGUF](https://huggingface.co/mradermacher/Dumpling-Qwen2.5-VL-3B-GGUF/resolve/main/Dumpling-Qwen2.5-VL-3B.f16.gguf) | f16 | 6.3 | 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. + +