From 0a0e23e80a21a4a0729da26442d847e06b69ed54 Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Sun, 5 Jul 2026 20:54:18 +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/LogicFlow-Mistral-Small-24B-Reasoning-GGUF Source: Original Platform --- .gitattributes | 46 ++++++++++ ...ow-Mistral-Small-24B-Reasoning.IQ4_XS.gguf | 3 + ...Flow-Mistral-Small-24B-Reasoning.Q2_K.gguf | 3 + ...ow-Mistral-Small-24B-Reasoning.Q3_K_L.gguf | 3 + ...ow-Mistral-Small-24B-Reasoning.Q3_K_M.gguf | 3 + ...ow-Mistral-Small-24B-Reasoning.Q3_K_S.gguf | 3 + ...ow-Mistral-Small-24B-Reasoning.Q4_K_M.gguf | 3 + ...ow-Mistral-Small-24B-Reasoning.Q4_K_S.gguf | 3 + ...ow-Mistral-Small-24B-Reasoning.Q5_K_M.gguf | 3 + ...ow-Mistral-Small-24B-Reasoning.Q5_K_S.gguf | 3 + ...Flow-Mistral-Small-24B-Reasoning.Q6_K.gguf | 3 + ...Flow-Mistral-Small-24B-Reasoning.Q8_0.gguf | 3 + README.md | 83 +++++++++++++++++++ 13 files changed, 162 insertions(+) create mode 100644 .gitattributes create mode 100644 LogicFlow-Mistral-Small-24B-Reasoning.IQ4_XS.gguf create mode 100644 LogicFlow-Mistral-Small-24B-Reasoning.Q2_K.gguf create mode 100644 LogicFlow-Mistral-Small-24B-Reasoning.Q3_K_L.gguf create mode 100644 LogicFlow-Mistral-Small-24B-Reasoning.Q3_K_M.gguf create mode 100644 LogicFlow-Mistral-Small-24B-Reasoning.Q3_K_S.gguf create mode 100644 LogicFlow-Mistral-Small-24B-Reasoning.Q4_K_M.gguf create mode 100644 LogicFlow-Mistral-Small-24B-Reasoning.Q4_K_S.gguf create mode 100644 LogicFlow-Mistral-Small-24B-Reasoning.Q5_K_M.gguf create mode 100644 LogicFlow-Mistral-Small-24B-Reasoning.Q5_K_S.gguf create mode 100644 LogicFlow-Mistral-Small-24B-Reasoning.Q6_K.gguf create mode 100644 LogicFlow-Mistral-Small-24B-Reasoning.Q8_0.gguf create mode 100644 README.md diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..1c2f510 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,46 @@ +*.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 +LogicFlow-Mistral-Small-24B-Reasoning.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +LogicFlow-Mistral-Small-24B-Reasoning.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +LogicFlow-Mistral-Small-24B-Reasoning.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text +LogicFlow-Mistral-Small-24B-Reasoning.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +LogicFlow-Mistral-Small-24B-Reasoning.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +LogicFlow-Mistral-Small-24B-Reasoning.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +LogicFlow-Mistral-Small-24B-Reasoning.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +LogicFlow-Mistral-Small-24B-Reasoning.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +LogicFlow-Mistral-Small-24B-Reasoning.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +LogicFlow-Mistral-Small-24B-Reasoning.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +LogicFlow-Mistral-Small-24B-Reasoning.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/LogicFlow-Mistral-Small-24B-Reasoning.IQ4_XS.gguf b/LogicFlow-Mistral-Small-24B-Reasoning.IQ4_XS.gguf new file mode 100644 index 0000000..1eca8fa --- /dev/null +++ b/LogicFlow-Mistral-Small-24B-Reasoning.IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:477389c6dbce9b0f117d7c0fb805f8afbb74754c742314bfa67b8be68059bd55 +size 12889988576 diff --git a/LogicFlow-Mistral-Small-24B-Reasoning.Q2_K.gguf b/LogicFlow-Mistral-Small-24B-Reasoning.Q2_K.gguf new file mode 100644 index 0000000..4a056dd --- /dev/null +++ b/LogicFlow-Mistral-Small-24B-Reasoning.Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57b3e2e3561ebf8c967fb45cf7f9c61bf9f6230058dcd218b4ab529828eb6bc3 +size 8890326496 diff --git a/LogicFlow-Mistral-Small-24B-Reasoning.Q3_K_L.gguf b/LogicFlow-Mistral-Small-24B-Reasoning.Q3_K_L.gguf new file mode 100644 index 0000000..cc78bf2 --- /dev/null +++ b/LogicFlow-Mistral-Small-24B-Reasoning.Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38a16b97a1fecdc23e38b1e7b434756efa1634fb5a6344b8caf483422ccacc58 +size 12400762336 diff --git a/LogicFlow-Mistral-Small-24B-Reasoning.Q3_K_M.gguf b/LogicFlow-Mistral-Small-24B-Reasoning.Q3_K_M.gguf new file mode 100644 index 0000000..4df4355 --- /dev/null +++ b/LogicFlow-Mistral-Small-24B-Reasoning.Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1b07de0bdb7fecf7bc4acaa685ed5a0bc7c920658a132427575cedf6e37e4d3 +size 11474083296 diff --git a/LogicFlow-Mistral-Small-24B-Reasoning.Q3_K_S.gguf b/LogicFlow-Mistral-Small-24B-Reasoning.Q3_K_S.gguf new file mode 100644 index 0000000..882c3b9 --- /dev/null +++ b/LogicFlow-Mistral-Small-24B-Reasoning.Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f942f9f5a131bc93beab1fecba6b0bec3cc6b3958539dc19c7b2438a4813acf +size 10400275936 diff --git a/LogicFlow-Mistral-Small-24B-Reasoning.Q4_K_M.gguf b/LogicFlow-Mistral-Small-24B-Reasoning.Q4_K_M.gguf new file mode 100644 index 0000000..f9df8f3 --- /dev/null +++ b/LogicFlow-Mistral-Small-24B-Reasoning.Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4673ac373fbfbd505af2fda2fc548898b27e4a7a6ebe7f00f33707b943703b9b +size 14333910496 diff --git a/LogicFlow-Mistral-Small-24B-Reasoning.Q4_K_S.gguf b/LogicFlow-Mistral-Small-24B-Reasoning.Q4_K_S.gguf new file mode 100644 index 0000000..c0119ff --- /dev/null +++ b/LogicFlow-Mistral-Small-24B-Reasoning.Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01fa45064cd589eac3f85335249c4d5bdaab5cdc0595dfa412125e3fa6057d20 +size 13549280736 diff --git a/LogicFlow-Mistral-Small-24B-Reasoning.Q5_K_M.gguf b/LogicFlow-Mistral-Small-24B-Reasoning.Q5_K_M.gguf new file mode 100644 index 0000000..71edc6d --- /dev/null +++ b/LogicFlow-Mistral-Small-24B-Reasoning.Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4135f47f5f7f7c6f0343cf96cc23c0fd9b2d3b9c8711bb31acfa60a4467543a4 +size 16763985376 diff --git a/LogicFlow-Mistral-Small-24B-Reasoning.Q5_K_S.gguf b/LogicFlow-Mistral-Small-24B-Reasoning.Q5_K_S.gguf new file mode 100644 index 0000000..2ad793d --- /dev/null +++ b/LogicFlow-Mistral-Small-24B-Reasoning.Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a31f35e098b3347d5f0b32d752ecd88d86c93978fed3214274ab1b9c22524c35 +size 16304414176 diff --git a/LogicFlow-Mistral-Small-24B-Reasoning.Q6_K.gguf b/LogicFlow-Mistral-Small-24B-Reasoning.Q6_K.gguf new file mode 100644 index 0000000..c3bed26 --- /dev/null +++ b/LogicFlow-Mistral-Small-24B-Reasoning.Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:149adee05436fa4541523b1b91a6c5578e0c28ca1b072d7882224a230f4846d7 +size 19345939936 diff --git a/LogicFlow-Mistral-Small-24B-Reasoning.Q8_0.gguf b/LogicFlow-Mistral-Small-24B-Reasoning.Q8_0.gguf new file mode 100644 index 0000000..5644d61 --- /dev/null +++ b/LogicFlow-Mistral-Small-24B-Reasoning.Q8_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01ed8621b1086d92e8c084369232afc70ea43795c7442c2d27c2b46d04da8a21 +size 25054780896 diff --git a/README.md b/README.md new file mode 100644 index 0000000..2c5d3a7 --- /dev/null +++ b/README.md @@ -0,0 +1,83 @@ +--- +base_model: RekklesAI/LogicFlow-Mistral-Small-24B-Reasoning +datasets: +- open-thoughts/OpenThoughts-114k +language: +- en +library_name: transformers +license: apache-2.0 +mradermacher: + readme_rev: 1 +quantized_by: mradermacher +tags: +- mistral +- reasoning +- fine-tuned +- synthetic-thinking +- math +- science +- code +- puzzles +- lora +--- +## About + + + + + + + + + +static quants of https://huggingface.co/RekklesAI/LogicFlow-Mistral-Small-24B-Reasoning + + + +***For a convenient overview and download list, visit our [model page for this model](https://hf.tst.eu/model#LogicFlow-Mistral-Small-24B-Reasoning-GGUF).*** + +weighted/imatrix quants are available at https://huggingface.co/mradermacher/LogicFlow-Mistral-Small-24B-Reasoning-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/LogicFlow-Mistral-Small-24B-Reasoning-GGUF/resolve/main/LogicFlow-Mistral-Small-24B-Reasoning.Q2_K.gguf) | Q2_K | 9.0 | | +| [GGUF](https://huggingface.co/mradermacher/LogicFlow-Mistral-Small-24B-Reasoning-GGUF/resolve/main/LogicFlow-Mistral-Small-24B-Reasoning.Q3_K_S.gguf) | Q3_K_S | 10.5 | | +| [GGUF](https://huggingface.co/mradermacher/LogicFlow-Mistral-Small-24B-Reasoning-GGUF/resolve/main/LogicFlow-Mistral-Small-24B-Reasoning.Q3_K_M.gguf) | Q3_K_M | 11.6 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/LogicFlow-Mistral-Small-24B-Reasoning-GGUF/resolve/main/LogicFlow-Mistral-Small-24B-Reasoning.Q3_K_L.gguf) | Q3_K_L | 12.5 | | +| [GGUF](https://huggingface.co/mradermacher/LogicFlow-Mistral-Small-24B-Reasoning-GGUF/resolve/main/LogicFlow-Mistral-Small-24B-Reasoning.IQ4_XS.gguf) | IQ4_XS | 13.0 | | +| [GGUF](https://huggingface.co/mradermacher/LogicFlow-Mistral-Small-24B-Reasoning-GGUF/resolve/main/LogicFlow-Mistral-Small-24B-Reasoning.Q4_K_S.gguf) | Q4_K_S | 13.6 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/LogicFlow-Mistral-Small-24B-Reasoning-GGUF/resolve/main/LogicFlow-Mistral-Small-24B-Reasoning.Q4_K_M.gguf) | Q4_K_M | 14.4 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/LogicFlow-Mistral-Small-24B-Reasoning-GGUF/resolve/main/LogicFlow-Mistral-Small-24B-Reasoning.Q5_K_S.gguf) | Q5_K_S | 16.4 | | +| [GGUF](https://huggingface.co/mradermacher/LogicFlow-Mistral-Small-24B-Reasoning-GGUF/resolve/main/LogicFlow-Mistral-Small-24B-Reasoning.Q5_K_M.gguf) | Q5_K_M | 16.9 | | +| [GGUF](https://huggingface.co/mradermacher/LogicFlow-Mistral-Small-24B-Reasoning-GGUF/resolve/main/LogicFlow-Mistral-Small-24B-Reasoning.Q6_K.gguf) | Q6_K | 19.4 | very good quality | +| [GGUF](https://huggingface.co/mradermacher/LogicFlow-Mistral-Small-24B-Reasoning-GGUF/resolve/main/LogicFlow-Mistral-Small-24B-Reasoning.Q8_0.gguf) | Q8_0 | 25.2 | fast, best quality | + +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. + +