From e688cc75a396e125348e5ae39e1ec5653f8927ed Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Mon, 15 Jun 2026 20:56:21 +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/PuchifyT1-Ultra-4B-GGUF Source: Original Platform --- .gitattributes | 47 +++++++++++++++++++++ PuchifyT1-Ultra-4B.IQ4_XS.gguf | 3 ++ PuchifyT1-Ultra-4B.Q2_K.gguf | 3 ++ PuchifyT1-Ultra-4B.Q3_K_L.gguf | 3 ++ PuchifyT1-Ultra-4B.Q3_K_M.gguf | 3 ++ PuchifyT1-Ultra-4B.Q3_K_S.gguf | 3 ++ PuchifyT1-Ultra-4B.Q4_K_M.gguf | 3 ++ PuchifyT1-Ultra-4B.Q4_K_S.gguf | 3 ++ PuchifyT1-Ultra-4B.Q5_K_M.gguf | 3 ++ PuchifyT1-Ultra-4B.Q5_K_S.gguf | 3 ++ PuchifyT1-Ultra-4B.Q6_K.gguf | 3 ++ PuchifyT1-Ultra-4B.Q8_0.gguf | 3 ++ PuchifyT1-Ultra-4B.f16.gguf | 3 ++ README.md | 77 ++++++++++++++++++++++++++++++++++ 14 files changed, 160 insertions(+) create mode 100644 .gitattributes create mode 100644 PuchifyT1-Ultra-4B.IQ4_XS.gguf create mode 100644 PuchifyT1-Ultra-4B.Q2_K.gguf create mode 100644 PuchifyT1-Ultra-4B.Q3_K_L.gguf create mode 100644 PuchifyT1-Ultra-4B.Q3_K_M.gguf create mode 100644 PuchifyT1-Ultra-4B.Q3_K_S.gguf create mode 100644 PuchifyT1-Ultra-4B.Q4_K_M.gguf create mode 100644 PuchifyT1-Ultra-4B.Q4_K_S.gguf create mode 100644 PuchifyT1-Ultra-4B.Q5_K_M.gguf create mode 100644 PuchifyT1-Ultra-4B.Q5_K_S.gguf create mode 100644 PuchifyT1-Ultra-4B.Q6_K.gguf create mode 100644 PuchifyT1-Ultra-4B.Q8_0.gguf create mode 100644 PuchifyT1-Ultra-4B.f16.gguf create mode 100644 README.md diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..1ce8c7e --- /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 +PuchifyT1-Ultra-4B.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +PuchifyT1-Ultra-4B.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +PuchifyT1-Ultra-4B.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +PuchifyT1-Ultra-4B.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +PuchifyT1-Ultra-4B.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +PuchifyT1-Ultra-4B.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +PuchifyT1-Ultra-4B.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +PuchifyT1-Ultra-4B.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +PuchifyT1-Ultra-4B.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +PuchifyT1-Ultra-4B.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +PuchifyT1-Ultra-4B.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text +PuchifyT1-Ultra-4B.f16.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/PuchifyT1-Ultra-4B.IQ4_XS.gguf b/PuchifyT1-Ultra-4B.IQ4_XS.gguf new file mode 100644 index 0000000..6ba790b --- /dev/null +++ b/PuchifyT1-Ultra-4B.IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0cf5484ade9c960305e1c4fc606a84f50eb5d8971488a749e999cf0902f1f815 +size 2286316480 diff --git a/PuchifyT1-Ultra-4B.Q2_K.gguf b/PuchifyT1-Ultra-4B.Q2_K.gguf new file mode 100644 index 0000000..40ee2eb --- /dev/null +++ b/PuchifyT1-Ultra-4B.Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c56b12a8f629a978096a329129db74905cfbe96eb294517767487b78be9c9817 +size 1669499840 diff --git a/PuchifyT1-Ultra-4B.Q3_K_L.gguf b/PuchifyT1-Ultra-4B.Q3_K_L.gguf new file mode 100644 index 0000000..5a15efc --- /dev/null +++ b/PuchifyT1-Ultra-4B.Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74fe25314f3347f34dd84cc1aab2e55a233989f1d0627d83d8768735fc9428bf +size 2239785920 diff --git a/PuchifyT1-Ultra-4B.Q3_K_M.gguf b/PuchifyT1-Ultra-4B.Q3_K_M.gguf new file mode 100644 index 0000000..86d9c5b --- /dev/null +++ b/PuchifyT1-Ultra-4B.Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d75cee027360627c137a242d2dd1b3d2d7f94d5a10111cf5b48005e05b9f5ea5 +size 2075618240 diff --git a/PuchifyT1-Ultra-4B.Q3_K_S.gguf b/PuchifyT1-Ultra-4B.Q3_K_S.gguf new file mode 100644 index 0000000..78dbb3c --- /dev/null +++ b/PuchifyT1-Ultra-4B.Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2033eaf33a8b852915af32e6f8ecc59f7d9de288b0831c8729aa5f0a2d42295 +size 1886997440 diff --git a/PuchifyT1-Ultra-4B.Q4_K_M.gguf b/PuchifyT1-Ultra-4B.Q4_K_M.gguf new file mode 100644 index 0000000..ae0e631 --- /dev/null +++ b/PuchifyT1-Ultra-4B.Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65306b2c35c33b45d9802cb706acd4aaf299a168a3ad5e7fd02c4cf1227ace77 +size 2497280960 diff --git a/PuchifyT1-Ultra-4B.Q4_K_S.gguf b/PuchifyT1-Ultra-4B.Q4_K_S.gguf new file mode 100644 index 0000000..4a6f0b2 --- /dev/null +++ b/PuchifyT1-Ultra-4B.Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3abb51e87a66c1fa92d92480509aeeec2b1eecda44fde26016b5fa8e8d42941 +size 2383309760 diff --git a/PuchifyT1-Ultra-4B.Q5_K_M.gguf b/PuchifyT1-Ultra-4B.Q5_K_M.gguf new file mode 100644 index 0000000..cfae1b1 --- /dev/null +++ b/PuchifyT1-Ultra-4B.Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5fa2e6c92d21cf8cefa94170c3f530f19810ed2a5a9725a49c9aefe1a85bda6 +size 2889513920 diff --git a/PuchifyT1-Ultra-4B.Q5_K_S.gguf b/PuchifyT1-Ultra-4B.Q5_K_S.gguf new file mode 100644 index 0000000..95cc0ed --- /dev/null +++ b/PuchifyT1-Ultra-4B.Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:664653f67dd1649cc0bb5d29e5e870bc2f376b96a65133c362aa8e020df61bfc +size 2823711680 diff --git a/PuchifyT1-Ultra-4B.Q6_K.gguf b/PuchifyT1-Ultra-4B.Q6_K.gguf new file mode 100644 index 0000000..c5bcc03 --- /dev/null +++ b/PuchifyT1-Ultra-4B.Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffea855c41e05bd00640eead7eb65584036afc3283e212db47c2643679a8824e +size 3306261440 diff --git a/PuchifyT1-Ultra-4B.Q8_0.gguf b/PuchifyT1-Ultra-4B.Q8_0.gguf new file mode 100644 index 0000000..e661380 --- /dev/null +++ b/PuchifyT1-Ultra-4B.Q8_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fe6b20e33776957c907ff5cc68d2ce894fc1312303ea63bd940424803c492d8 +size 4280405440 diff --git a/PuchifyT1-Ultra-4B.f16.gguf b/PuchifyT1-Ultra-4B.f16.gguf new file mode 100644 index 0000000..e32504c --- /dev/null +++ b/PuchifyT1-Ultra-4B.f16.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45f527faa5a993461411615d0180cfb22e17762cd324de586b9553b017a2e1ab +size 8051285440 diff --git a/README.md b/README.md new file mode 100644 index 0000000..90617ff --- /dev/null +++ b/README.md @@ -0,0 +1,77 @@ +--- +base_model: Puchify/PuchifyT1-Ultra-4B +language: +- en +library_name: transformers +license: openrail +mradermacher: + readme_rev: 1 +quantized_by: mradermacher +tags: +- S.A.F.E-Framework +- text-generation-inference +- transformers +- PuchifyT1 +- T1-Model-Family +- Reasoning +- Ultra +--- +## About + + + + + + +static quants of https://huggingface.co/Puchify/PuchifyT1-Ultra-4B + + + +***For a convenient overview and download list, visit our [model page for this model](https://hf.tst.eu/model#PuchifyT1-Ultra-4B-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/PuchifyT1-Ultra-4B-GGUF/resolve/main/PuchifyT1-Ultra-4B.Q2_K.gguf) | Q2_K | 1.8 | | +| [GGUF](https://huggingface.co/mradermacher/PuchifyT1-Ultra-4B-GGUF/resolve/main/PuchifyT1-Ultra-4B.Q3_K_S.gguf) | Q3_K_S | 2.0 | | +| [GGUF](https://huggingface.co/mradermacher/PuchifyT1-Ultra-4B-GGUF/resolve/main/PuchifyT1-Ultra-4B.Q3_K_M.gguf) | Q3_K_M | 2.2 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/PuchifyT1-Ultra-4B-GGUF/resolve/main/PuchifyT1-Ultra-4B.Q3_K_L.gguf) | Q3_K_L | 2.3 | | +| [GGUF](https://huggingface.co/mradermacher/PuchifyT1-Ultra-4B-GGUF/resolve/main/PuchifyT1-Ultra-4B.IQ4_XS.gguf) | IQ4_XS | 2.4 | | +| [GGUF](https://huggingface.co/mradermacher/PuchifyT1-Ultra-4B-GGUF/resolve/main/PuchifyT1-Ultra-4B.Q4_K_S.gguf) | Q4_K_S | 2.5 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/PuchifyT1-Ultra-4B-GGUF/resolve/main/PuchifyT1-Ultra-4B.Q4_K_M.gguf) | Q4_K_M | 2.6 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/PuchifyT1-Ultra-4B-GGUF/resolve/main/PuchifyT1-Ultra-4B.Q5_K_S.gguf) | Q5_K_S | 2.9 | | +| [GGUF](https://huggingface.co/mradermacher/PuchifyT1-Ultra-4B-GGUF/resolve/main/PuchifyT1-Ultra-4B.Q5_K_M.gguf) | Q5_K_M | 3.0 | | +| [GGUF](https://huggingface.co/mradermacher/PuchifyT1-Ultra-4B-GGUF/resolve/main/PuchifyT1-Ultra-4B.Q6_K.gguf) | Q6_K | 3.4 | very good quality | +| [GGUF](https://huggingface.co/mradermacher/PuchifyT1-Ultra-4B-GGUF/resolve/main/PuchifyT1-Ultra-4B.Q8_0.gguf) | Q8_0 | 4.4 | fast, best quality | +| [GGUF](https://huggingface.co/mradermacher/PuchifyT1-Ultra-4B-GGUF/resolve/main/PuchifyT1-Ultra-4B.f16.gguf) | f16 | 8.2 | 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. + +