From 19f8e68eb81566fb689908cfaaf37c190bf25836 Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Mon, 6 Jul 2026 17:10:16 +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/AdaReasoner-TC-7B-Non-Randomized-GGUF Source: Original Platform --- .gitattributes | 48 ++++++++++++ AdaReasoner-TC-7B-Non-Randomized.IQ4_XS.gguf | 3 + AdaReasoner-TC-7B-Non-Randomized.Q2_K.gguf | 3 + AdaReasoner-TC-7B-Non-Randomized.Q3_K_L.gguf | 3 + AdaReasoner-TC-7B-Non-Randomized.Q3_K_M.gguf | 3 + AdaReasoner-TC-7B-Non-Randomized.Q3_K_S.gguf | 3 + AdaReasoner-TC-7B-Non-Randomized.Q4_K_M.gguf | 3 + AdaReasoner-TC-7B-Non-Randomized.Q4_K_S.gguf | 3 + AdaReasoner-TC-7B-Non-Randomized.Q5_K_M.gguf | 3 + AdaReasoner-TC-7B-Non-Randomized.Q5_K_S.gguf | 3 + AdaReasoner-TC-7B-Non-Randomized.Q6_K.gguf | 3 + AdaReasoner-TC-7B-Non-Randomized.Q8_0.gguf | 3 + AdaReasoner-TC-7B-Non-Randomized.f16.gguf | 3 + ...oner-TC-7B-Non-Randomized.mmproj-Q8_0.gguf | 3 + ...soner-TC-7B-Non-Randomized.mmproj-f16.gguf | 3 + README.md | 73 +++++++++++++++++++ 16 files changed, 163 insertions(+) create mode 100644 .gitattributes create mode 100644 AdaReasoner-TC-7B-Non-Randomized.IQ4_XS.gguf create mode 100644 AdaReasoner-TC-7B-Non-Randomized.Q2_K.gguf create mode 100644 AdaReasoner-TC-7B-Non-Randomized.Q3_K_L.gguf create mode 100644 AdaReasoner-TC-7B-Non-Randomized.Q3_K_M.gguf create mode 100644 AdaReasoner-TC-7B-Non-Randomized.Q3_K_S.gguf create mode 100644 AdaReasoner-TC-7B-Non-Randomized.Q4_K_M.gguf create mode 100644 AdaReasoner-TC-7B-Non-Randomized.Q4_K_S.gguf create mode 100644 AdaReasoner-TC-7B-Non-Randomized.Q5_K_M.gguf create mode 100644 AdaReasoner-TC-7B-Non-Randomized.Q5_K_S.gguf create mode 100644 AdaReasoner-TC-7B-Non-Randomized.Q6_K.gguf create mode 100644 AdaReasoner-TC-7B-Non-Randomized.Q8_0.gguf create mode 100644 AdaReasoner-TC-7B-Non-Randomized.f16.gguf create mode 100644 AdaReasoner-TC-7B-Non-Randomized.mmproj-Q8_0.gguf create mode 100644 AdaReasoner-TC-7B-Non-Randomized.mmproj-f16.gguf create mode 100644 README.md diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..55ba468 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,48 @@ +*.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 +AdaReasoner-TC-7B-Non-Randomized.mmproj-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text +AdaReasoner-TC-7B-Non-Randomized.mmproj-f16.gguf filter=lfs diff=lfs merge=lfs -text +AdaReasoner-TC-7B-Non-Randomized.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +AdaReasoner-TC-7B-Non-Randomized.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +AdaReasoner-TC-7B-Non-Randomized.f16.gguf filter=lfs diff=lfs merge=lfs -text +AdaReasoner-TC-7B-Non-Randomized.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text +AdaReasoner-TC-7B-Non-Randomized.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +AdaReasoner-TC-7B-Non-Randomized.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +AdaReasoner-TC-7B-Non-Randomized.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +AdaReasoner-TC-7B-Non-Randomized.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +AdaReasoner-TC-7B-Non-Randomized.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +AdaReasoner-TC-7B-Non-Randomized.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +AdaReasoner-TC-7B-Non-Randomized.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/AdaReasoner-TC-7B-Non-Randomized.IQ4_XS.gguf b/AdaReasoner-TC-7B-Non-Randomized.IQ4_XS.gguf new file mode 100644 index 0000000..736804c --- /dev/null +++ b/AdaReasoner-TC-7B-Non-Randomized.IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2cef99a9615c1db35c938864d74173609cc2e8240b1fcd0d4b167725f6e088f +size 4250298912 diff --git a/AdaReasoner-TC-7B-Non-Randomized.Q2_K.gguf b/AdaReasoner-TC-7B-Non-Randomized.Q2_K.gguf new file mode 100644 index 0000000..d56a99c --- /dev/null +++ b/AdaReasoner-TC-7B-Non-Randomized.Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4da027605ad4ec5837e61cc909e074b42368ebbfb823858cb05bdb162637aa8 +size 3015940640 diff --git a/AdaReasoner-TC-7B-Non-Randomized.Q3_K_L.gguf b/AdaReasoner-TC-7B-Non-Randomized.Q3_K_L.gguf new file mode 100644 index 0000000..16e23b8 --- /dev/null +++ b/AdaReasoner-TC-7B-Non-Randomized.Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fee757d4a2e8ab38d0ee316c8fed2c631e72c852aaa77e854d2454cf5722d69 +size 4088459808 diff --git a/AdaReasoner-TC-7B-Non-Randomized.Q3_K_M.gguf b/AdaReasoner-TC-7B-Non-Randomized.Q3_K_M.gguf new file mode 100644 index 0000000..6f9dd02 --- /dev/null +++ b/AdaReasoner-TC-7B-Non-Randomized.Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8aae01508b523f6dab075e425cb75798a148f66c6f510a11985851f6208d9f8a +size 3808391712 diff --git a/AdaReasoner-TC-7B-Non-Randomized.Q3_K_S.gguf b/AdaReasoner-TC-7B-Non-Randomized.Q3_K_S.gguf new file mode 100644 index 0000000..d2d5731 --- /dev/null +++ b/AdaReasoner-TC-7B-Non-Randomized.Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:edc19bbfd966755f5f96ea5ba125518c3fc60b3e69a4b11bc5076d9f48d90c70 +size 3492368928 diff --git a/AdaReasoner-TC-7B-Non-Randomized.Q4_K_M.gguf b/AdaReasoner-TC-7B-Non-Randomized.Q4_K_M.gguf new file mode 100644 index 0000000..e74eb4d --- /dev/null +++ b/AdaReasoner-TC-7B-Non-Randomized.Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22c539c40111c46d772715bd7a964af26becd3491b1f97a291be23649953be18 +size 4683074080 diff --git a/AdaReasoner-TC-7B-Non-Randomized.Q4_K_S.gguf b/AdaReasoner-TC-7B-Non-Randomized.Q4_K_S.gguf new file mode 100644 index 0000000..4e02dd6 --- /dev/null +++ b/AdaReasoner-TC-7B-Non-Randomized.Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb8e0fde1e80018a033672fa77754575815989e91064b79f47c5894bab083064 +size 4457769504 diff --git a/AdaReasoner-TC-7B-Non-Randomized.Q5_K_M.gguf b/AdaReasoner-TC-7B-Non-Randomized.Q5_K_M.gguf new file mode 100644 index 0000000..5e278bc --- /dev/null +++ b/AdaReasoner-TC-7B-Non-Randomized.Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b7c8213dc7d761ecda631dd817b76dbd8c32ebcbafbdfb946a1838184c75e5f +size 5444831776 diff --git a/AdaReasoner-TC-7B-Non-Randomized.Q5_K_S.gguf b/AdaReasoner-TC-7B-Non-Randomized.Q5_K_S.gguf new file mode 100644 index 0000000..2888827 --- /dev/null +++ b/AdaReasoner-TC-7B-Non-Randomized.Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37f822179fa1903645c81f52ffe2916cc344606f4d9df098cd06b7bd9b9c953c +size 5315176992 diff --git a/AdaReasoner-TC-7B-Non-Randomized.Q6_K.gguf b/AdaReasoner-TC-7B-Non-Randomized.Q6_K.gguf new file mode 100644 index 0000000..aeef6ae --- /dev/null +++ b/AdaReasoner-TC-7B-Non-Randomized.Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a8cc39f5cff1d6885944df17080ad2f0689ad969987c4011ad03cd6bc2f57d1 +size 6254199328 diff --git a/AdaReasoner-TC-7B-Non-Randomized.Q8_0.gguf b/AdaReasoner-TC-7B-Non-Randomized.Q8_0.gguf new file mode 100644 index 0000000..0f1452a --- /dev/null +++ b/AdaReasoner-TC-7B-Non-Randomized.Q8_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:059b4e005f7bce7911c90408d2a6a3678c89869480045d7fc1e80eccf762fa7e +size 8098525728 diff --git a/AdaReasoner-TC-7B-Non-Randomized.f16.gguf b/AdaReasoner-TC-7B-Non-Randomized.f16.gguf new file mode 100644 index 0000000..26926a1 --- /dev/null +++ b/AdaReasoner-TC-7B-Non-Randomized.f16.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dccf549ed8d407bff24e287e0f5a74b2e4be092b295f1ec7e70f6368a0a3fe83 +size 15237853728 diff --git a/AdaReasoner-TC-7B-Non-Randomized.mmproj-Q8_0.gguf b/AdaReasoner-TC-7B-Non-Randomized.mmproj-Q8_0.gguf new file mode 100644 index 0000000..0fc734a --- /dev/null +++ b/AdaReasoner-TC-7B-Non-Randomized.mmproj-Q8_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b398453c948cce4910048bf72dafdb2dcaa666bf591dbf73922a2a0c274c5540 +size 856130400 diff --git a/AdaReasoner-TC-7B-Non-Randomized.mmproj-f16.gguf b/AdaReasoner-TC-7B-Non-Randomized.mmproj-f16.gguf new file mode 100644 index 0000000..42a6885 --- /dev/null +++ b/AdaReasoner-TC-7B-Non-Randomized.mmproj-f16.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6087f87849884a5de5b4883207ef60a82f075845d6458571f1801fb74444630 +size 1354163040 diff --git a/README.md b/README.md new file mode 100644 index 0000000..3a72a7f --- /dev/null +++ b/README.md @@ -0,0 +1,73 @@ +--- +base_model: AdaReasoner/AdaReasoner-TC-7B-Non-Randomized +language: +- en +library_name: transformers +mradermacher: + readme_rev: 1 +quantized_by: mradermacher +--- +## About + + + + + + + + + +static quants of https://huggingface.co/AdaReasoner/AdaReasoner-TC-7B-Non-Randomized + + + +***For a convenient overview and download list, visit our [model page for this model](https://hf.tst.eu/model#AdaReasoner-TC-7B-Non-Randomized-GGUF).*** + +weighted/imatrix quants are available at https://huggingface.co/mradermacher/AdaReasoner-TC-7B-Non-Randomized-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/AdaReasoner-TC-7B-Non-Randomized-GGUF/resolve/main/AdaReasoner-TC-7B-Non-Randomized.mmproj-Q8_0.gguf) | mmproj-Q8_0 | 1.0 | multi-modal supplement | +| [GGUF](https://huggingface.co/mradermacher/AdaReasoner-TC-7B-Non-Randomized-GGUF/resolve/main/AdaReasoner-TC-7B-Non-Randomized.mmproj-f16.gguf) | mmproj-f16 | 1.5 | multi-modal supplement | +| [GGUF](https://huggingface.co/mradermacher/AdaReasoner-TC-7B-Non-Randomized-GGUF/resolve/main/AdaReasoner-TC-7B-Non-Randomized.Q2_K.gguf) | Q2_K | 3.1 | | +| [GGUF](https://huggingface.co/mradermacher/AdaReasoner-TC-7B-Non-Randomized-GGUF/resolve/main/AdaReasoner-TC-7B-Non-Randomized.Q3_K_S.gguf) | Q3_K_S | 3.6 | | +| [GGUF](https://huggingface.co/mradermacher/AdaReasoner-TC-7B-Non-Randomized-GGUF/resolve/main/AdaReasoner-TC-7B-Non-Randomized.Q3_K_M.gguf) | Q3_K_M | 3.9 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/AdaReasoner-TC-7B-Non-Randomized-GGUF/resolve/main/AdaReasoner-TC-7B-Non-Randomized.Q3_K_L.gguf) | Q3_K_L | 4.2 | | +| [GGUF](https://huggingface.co/mradermacher/AdaReasoner-TC-7B-Non-Randomized-GGUF/resolve/main/AdaReasoner-TC-7B-Non-Randomized.IQ4_XS.gguf) | IQ4_XS | 4.4 | | +| [GGUF](https://huggingface.co/mradermacher/AdaReasoner-TC-7B-Non-Randomized-GGUF/resolve/main/AdaReasoner-TC-7B-Non-Randomized.Q4_K_S.gguf) | Q4_K_S | 4.6 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/AdaReasoner-TC-7B-Non-Randomized-GGUF/resolve/main/AdaReasoner-TC-7B-Non-Randomized.Q4_K_M.gguf) | Q4_K_M | 4.8 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/AdaReasoner-TC-7B-Non-Randomized-GGUF/resolve/main/AdaReasoner-TC-7B-Non-Randomized.Q5_K_S.gguf) | Q5_K_S | 5.4 | | +| [GGUF](https://huggingface.co/mradermacher/AdaReasoner-TC-7B-Non-Randomized-GGUF/resolve/main/AdaReasoner-TC-7B-Non-Randomized.Q5_K_M.gguf) | Q5_K_M | 5.5 | | +| [GGUF](https://huggingface.co/mradermacher/AdaReasoner-TC-7B-Non-Randomized-GGUF/resolve/main/AdaReasoner-TC-7B-Non-Randomized.Q6_K.gguf) | Q6_K | 6.4 | very good quality | +| [GGUF](https://huggingface.co/mradermacher/AdaReasoner-TC-7B-Non-Randomized-GGUF/resolve/main/AdaReasoner-TC-7B-Non-Randomized.Q8_0.gguf) | Q8_0 | 8.2 | fast, best quality | +| [GGUF](https://huggingface.co/mradermacher/AdaReasoner-TC-7B-Non-Randomized-GGUF/resolve/main/AdaReasoner-TC-7B-Non-Randomized.f16.gguf) | f16 | 15.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. + +