From 2586132e622ac2691abcb3e0cd5c603957215ac6 Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Wed, 10 Jun 2026 14:58:17 +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/GPT-5-Distill-Qwen3-1.7B-Instruct-GGUF Source: Original Platform --- .gitattributes | 47 +++++++++++ GPT-5-Distill-Qwen3-1.7B-Instruct.IQ4_XS.gguf | 3 + GPT-5-Distill-Qwen3-1.7B-Instruct.Q2_K.gguf | 3 + GPT-5-Distill-Qwen3-1.7B-Instruct.Q3_K_L.gguf | 3 + GPT-5-Distill-Qwen3-1.7B-Instruct.Q3_K_M.gguf | 3 + GPT-5-Distill-Qwen3-1.7B-Instruct.Q3_K_S.gguf | 3 + GPT-5-Distill-Qwen3-1.7B-Instruct.Q4_K_M.gguf | 3 + GPT-5-Distill-Qwen3-1.7B-Instruct.Q4_K_S.gguf | 3 + GPT-5-Distill-Qwen3-1.7B-Instruct.Q5_K_M.gguf | 3 + GPT-5-Distill-Qwen3-1.7B-Instruct.Q5_K_S.gguf | 3 + GPT-5-Distill-Qwen3-1.7B-Instruct.Q6_K.gguf | 3 + GPT-5-Distill-Qwen3-1.7B-Instruct.Q8_0.gguf | 3 + GPT-5-Distill-Qwen3-1.7B-Instruct.f16.gguf | 3 + README.md | 79 +++++++++++++++++++ 14 files changed, 162 insertions(+) create mode 100644 .gitattributes create mode 100644 GPT-5-Distill-Qwen3-1.7B-Instruct.IQ4_XS.gguf create mode 100644 GPT-5-Distill-Qwen3-1.7B-Instruct.Q2_K.gguf create mode 100644 GPT-5-Distill-Qwen3-1.7B-Instruct.Q3_K_L.gguf create mode 100644 GPT-5-Distill-Qwen3-1.7B-Instruct.Q3_K_M.gguf create mode 100644 GPT-5-Distill-Qwen3-1.7B-Instruct.Q3_K_S.gguf create mode 100644 GPT-5-Distill-Qwen3-1.7B-Instruct.Q4_K_M.gguf create mode 100644 GPT-5-Distill-Qwen3-1.7B-Instruct.Q4_K_S.gguf create mode 100644 GPT-5-Distill-Qwen3-1.7B-Instruct.Q5_K_M.gguf create mode 100644 GPT-5-Distill-Qwen3-1.7B-Instruct.Q5_K_S.gguf create mode 100644 GPT-5-Distill-Qwen3-1.7B-Instruct.Q6_K.gguf create mode 100644 GPT-5-Distill-Qwen3-1.7B-Instruct.Q8_0.gguf create mode 100644 GPT-5-Distill-Qwen3-1.7B-Instruct.f16.gguf create mode 100644 README.md diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..fed9a96 --- /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 +GPT-5-Distill-Qwen3-1.7B-Instruct.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +GPT-5-Distill-Qwen3-1.7B-Instruct.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +GPT-5-Distill-Qwen3-1.7B-Instruct.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +GPT-5-Distill-Qwen3-1.7B-Instruct.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +GPT-5-Distill-Qwen3-1.7B-Instruct.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +GPT-5-Distill-Qwen3-1.7B-Instruct.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +GPT-5-Distill-Qwen3-1.7B-Instruct.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +GPT-5-Distill-Qwen3-1.7B-Instruct.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +GPT-5-Distill-Qwen3-1.7B-Instruct.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +GPT-5-Distill-Qwen3-1.7B-Instruct.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +GPT-5-Distill-Qwen3-1.7B-Instruct.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text +GPT-5-Distill-Qwen3-1.7B-Instruct.f16.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/GPT-5-Distill-Qwen3-1.7B-Instruct.IQ4_XS.gguf b/GPT-5-Distill-Qwen3-1.7B-Instruct.IQ4_XS.gguf new file mode 100644 index 0000000..1e5ce23 --- /dev/null +++ b/GPT-5-Distill-Qwen3-1.7B-Instruct.IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a610ad2a170eb22771fc5299b4eb766b70b5a6d48520c44323b62b8ebca9e3e +size 1016281600 diff --git a/GPT-5-Distill-Qwen3-1.7B-Instruct.Q2_K.gguf b/GPT-5-Distill-Qwen3-1.7B-Instruct.Q2_K.gguf new file mode 100644 index 0000000..ed1071a --- /dev/null +++ b/GPT-5-Distill-Qwen3-1.7B-Instruct.Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c68a1749c04151f5423cebb47e83cea80e40e3f9a475200cee60c5f6ce63b6dc +size 777796096 diff --git a/GPT-5-Distill-Qwen3-1.7B-Instruct.Q3_K_L.gguf b/GPT-5-Distill-Qwen3-1.7B-Instruct.Q3_K_L.gguf new file mode 100644 index 0000000..3ae9ef2 --- /dev/null +++ b/GPT-5-Distill-Qwen3-1.7B-Instruct.Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4ba09399cbb0b1be1e95d2fea03bc37df921a8cc6d43651c201a52e4e02dc9a +size 1003502080 diff --git a/GPT-5-Distill-Qwen3-1.7B-Instruct.Q3_K_M.gguf b/GPT-5-Distill-Qwen3-1.7B-Instruct.Q3_K_M.gguf new file mode 100644 index 0000000..112fc45 --- /dev/null +++ b/GPT-5-Distill-Qwen3-1.7B-Instruct.Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:291103f058429331c19c3f7e3e286271ab99df53f9f02a8660790eea73d1a0a0 +size 939538944 diff --git a/GPT-5-Distill-Qwen3-1.7B-Instruct.Q3_K_S.gguf b/GPT-5-Distill-Qwen3-1.7B-Instruct.Q3_K_S.gguf new file mode 100644 index 0000000..2cacf49 --- /dev/null +++ b/GPT-5-Distill-Qwen3-1.7B-Instruct.Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffcd02385955e36445d420b860c6488523c79f1a72fc35d631e107e9fd168a92 +size 867252736 diff --git a/GPT-5-Distill-Qwen3-1.7B-Instruct.Q4_K_M.gguf b/GPT-5-Distill-Qwen3-1.7B-Instruct.Q4_K_M.gguf new file mode 100644 index 0000000..4c14356 --- /dev/null +++ b/GPT-5-Distill-Qwen3-1.7B-Instruct.Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd590c7abd138575b191a3fbc083923168efc9daae679d2c2a68bcc25cd03df5 +size 1107409408 diff --git a/GPT-5-Distill-Qwen3-1.7B-Instruct.Q4_K_S.gguf b/GPT-5-Distill-Qwen3-1.7B-Instruct.Q4_K_S.gguf new file mode 100644 index 0000000..0bc3ebf --- /dev/null +++ b/GPT-5-Distill-Qwen3-1.7B-Instruct.Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ca89900ebd2d29a16f8441ae877a400814fed0f99b3f95a41b41cb3abe19367 +size 1060190720 diff --git a/GPT-5-Distill-Qwen3-1.7B-Instruct.Q5_K_M.gguf b/GPT-5-Distill-Qwen3-1.7B-Instruct.Q5_K_M.gguf new file mode 100644 index 0000000..90e8089 --- /dev/null +++ b/GPT-5-Distill-Qwen3-1.7B-Instruct.Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:516c89bef590ab0942ce5063f2335a49c697d176d529217efdd1bd97dc2bf4fb +size 1257880064 diff --git a/GPT-5-Distill-Qwen3-1.7B-Instruct.Q5_K_S.gguf b/GPT-5-Distill-Qwen3-1.7B-Instruct.Q5_K_S.gguf new file mode 100644 index 0000000..8bef575 --- /dev/null +++ b/GPT-5-Distill-Qwen3-1.7B-Instruct.Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f8fbc7c3824e5c40ed29d9d3abe04550ec30b126f8e030644273fda1904db68 +size 1230584320 diff --git a/GPT-5-Distill-Qwen3-1.7B-Instruct.Q6_K.gguf b/GPT-5-Distill-Qwen3-1.7B-Instruct.Q6_K.gguf new file mode 100644 index 0000000..22100fa --- /dev/null +++ b/GPT-5-Distill-Qwen3-1.7B-Instruct.Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f8a1ee2585969e861ca7a251c837bb5b9769383f45ed03dbf805c1d4afdf114 +size 1417755136 diff --git a/GPT-5-Distill-Qwen3-1.7B-Instruct.Q8_0.gguf b/GPT-5-Distill-Qwen3-1.7B-Instruct.Q8_0.gguf new file mode 100644 index 0000000..867afe2 --- /dev/null +++ b/GPT-5-Distill-Qwen3-1.7B-Instruct.Q8_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51124e75a4e11211dad03f69027f2d4fa2c5350c23360a7b7700e6c66804ccd2 +size 1834426880 diff --git a/GPT-5-Distill-Qwen3-1.7B-Instruct.f16.gguf b/GPT-5-Distill-Qwen3-1.7B-Instruct.f16.gguf new file mode 100644 index 0000000..5d31538 --- /dev/null +++ b/GPT-5-Distill-Qwen3-1.7B-Instruct.f16.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35ff3b658e15d401b50d98575d704f4041b0485789f006f110d44c6028e8f1c8 +size 3447349760 diff --git a/README.md b/README.md new file mode 100644 index 0000000..5acea7e --- /dev/null +++ b/README.md @@ -0,0 +1,79 @@ +--- +base_model: Jackrong/GPT-5-Distill-Qwen3-1.7B-Instruct +language: +- en +library_name: transformers +license: apache-2.0 +mradermacher: + readme_rev: 1 +quantized_by: mradermacher +tags: +- text-generation-inference +- transformers +- unsloth +- qwen3 +- trl +- sft +--- +## About + + + + + + + + + +static quants of https://huggingface.co/Jackrong/GPT-5-Distill-Qwen3-1.7B-Instruct + + + +***For a convenient overview and download list, visit our [model page for this model](https://hf.tst.eu/model#GPT-5-Distill-Qwen3-1.7B-Instruct-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/GPT-5-Distill-Qwen3-1.7B-Instruct-GGUF/resolve/main/GPT-5-Distill-Qwen3-1.7B-Instruct.Q2_K.gguf) | Q2_K | 0.9 | | +| [GGUF](https://huggingface.co/mradermacher/GPT-5-Distill-Qwen3-1.7B-Instruct-GGUF/resolve/main/GPT-5-Distill-Qwen3-1.7B-Instruct.Q3_K_S.gguf) | Q3_K_S | 1.0 | | +| [GGUF](https://huggingface.co/mradermacher/GPT-5-Distill-Qwen3-1.7B-Instruct-GGUF/resolve/main/GPT-5-Distill-Qwen3-1.7B-Instruct.Q3_K_M.gguf) | Q3_K_M | 1.0 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/GPT-5-Distill-Qwen3-1.7B-Instruct-GGUF/resolve/main/GPT-5-Distill-Qwen3-1.7B-Instruct.Q3_K_L.gguf) | Q3_K_L | 1.1 | | +| [GGUF](https://huggingface.co/mradermacher/GPT-5-Distill-Qwen3-1.7B-Instruct-GGUF/resolve/main/GPT-5-Distill-Qwen3-1.7B-Instruct.IQ4_XS.gguf) | IQ4_XS | 1.1 | | +| [GGUF](https://huggingface.co/mradermacher/GPT-5-Distill-Qwen3-1.7B-Instruct-GGUF/resolve/main/GPT-5-Distill-Qwen3-1.7B-Instruct.Q4_K_S.gguf) | Q4_K_S | 1.2 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/GPT-5-Distill-Qwen3-1.7B-Instruct-GGUF/resolve/main/GPT-5-Distill-Qwen3-1.7B-Instruct.Q4_K_M.gguf) | Q4_K_M | 1.2 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/GPT-5-Distill-Qwen3-1.7B-Instruct-GGUF/resolve/main/GPT-5-Distill-Qwen3-1.7B-Instruct.Q5_K_S.gguf) | Q5_K_S | 1.3 | | +| [GGUF](https://huggingface.co/mradermacher/GPT-5-Distill-Qwen3-1.7B-Instruct-GGUF/resolve/main/GPT-5-Distill-Qwen3-1.7B-Instruct.Q5_K_M.gguf) | Q5_K_M | 1.4 | | +| [GGUF](https://huggingface.co/mradermacher/GPT-5-Distill-Qwen3-1.7B-Instruct-GGUF/resolve/main/GPT-5-Distill-Qwen3-1.7B-Instruct.Q6_K.gguf) | Q6_K | 1.5 | very good quality | +| [GGUF](https://huggingface.co/mradermacher/GPT-5-Distill-Qwen3-1.7B-Instruct-GGUF/resolve/main/GPT-5-Distill-Qwen3-1.7B-Instruct.Q8_0.gguf) | Q8_0 | 1.9 | fast, best quality | +| [GGUF](https://huggingface.co/mradermacher/GPT-5-Distill-Qwen3-1.7B-Instruct-GGUF/resolve/main/GPT-5-Distill-Qwen3-1.7B-Instruct.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. + +