From 8989554111cba441ce05838eaf606da46998e95a Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Sun, 5 Jul 2026 20:22: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/LogicFlow-Llama-3B-GGUF Source: Original Platform --- .gitattributes | 47 +++++++++++++++++++ LogicFlow-Llama-3B.IQ4_XS.gguf | 3 ++ LogicFlow-Llama-3B.Q2_K.gguf | 3 ++ LogicFlow-Llama-3B.Q3_K_L.gguf | 3 ++ LogicFlow-Llama-3B.Q3_K_M.gguf | 3 ++ LogicFlow-Llama-3B.Q3_K_S.gguf | 3 ++ LogicFlow-Llama-3B.Q4_K_M.gguf | 3 ++ LogicFlow-Llama-3B.Q4_K_S.gguf | 3 ++ LogicFlow-Llama-3B.Q5_K_M.gguf | 3 ++ LogicFlow-Llama-3B.Q5_K_S.gguf | 3 ++ LogicFlow-Llama-3B.Q6_K.gguf | 3 ++ LogicFlow-Llama-3B.Q8_0.gguf | 3 ++ LogicFlow-Llama-3B.f16.gguf | 3 ++ README.md | 82 ++++++++++++++++++++++++++++++++++ 14 files changed, 165 insertions(+) create mode 100644 .gitattributes create mode 100644 LogicFlow-Llama-3B.IQ4_XS.gguf create mode 100644 LogicFlow-Llama-3B.Q2_K.gguf create mode 100644 LogicFlow-Llama-3B.Q3_K_L.gguf create mode 100644 LogicFlow-Llama-3B.Q3_K_M.gguf create mode 100644 LogicFlow-Llama-3B.Q3_K_S.gguf create mode 100644 LogicFlow-Llama-3B.Q4_K_M.gguf create mode 100644 LogicFlow-Llama-3B.Q4_K_S.gguf create mode 100644 LogicFlow-Llama-3B.Q5_K_M.gguf create mode 100644 LogicFlow-Llama-3B.Q5_K_S.gguf create mode 100644 LogicFlow-Llama-3B.Q6_K.gguf create mode 100644 LogicFlow-Llama-3B.Q8_0.gguf create mode 100644 LogicFlow-Llama-3B.f16.gguf create mode 100644 README.md diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..c2fff2b --- /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 +LogicFlow-Llama-3B.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +LogicFlow-Llama-3B.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +LogicFlow-Llama-3B.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +LogicFlow-Llama-3B.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +LogicFlow-Llama-3B.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +LogicFlow-Llama-3B.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +LogicFlow-Llama-3B.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +LogicFlow-Llama-3B.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +LogicFlow-Llama-3B.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +LogicFlow-Llama-3B.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +LogicFlow-Llama-3B.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text +LogicFlow-Llama-3B.f16.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/LogicFlow-Llama-3B.IQ4_XS.gguf b/LogicFlow-Llama-3B.IQ4_XS.gguf new file mode 100644 index 0000000..85b15c3 --- /dev/null +++ b/LogicFlow-Llama-3B.IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f02b1bead211cf8050e7a7837fb0fead2880c660127bec386b7aca6cd0f908de +size 1840907584 diff --git a/LogicFlow-Llama-3B.Q2_K.gguf b/LogicFlow-Llama-3B.Q2_K.gguf new file mode 100644 index 0000000..1577abb --- /dev/null +++ b/LogicFlow-Llama-3B.Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d30d7b8e44cd4f9d7f02a6883d8846aeb420e8f08e94dadbd5d0918433adf9b +size 1363936576 diff --git a/LogicFlow-Llama-3B.Q3_K_L.gguf b/LogicFlow-Llama-3B.Q3_K_L.gguf new file mode 100644 index 0000000..b2939aa --- /dev/null +++ b/LogicFlow-Llama-3B.Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a377cc0f319ded1ef0f18b4884a56c9b2dce88e8fad09727624cdc83b59b734a +size 1815348544 diff --git a/LogicFlow-Llama-3B.Q3_K_M.gguf b/LogicFlow-Llama-3B.Q3_K_M.gguf new file mode 100644 index 0000000..376a8fd --- /dev/null +++ b/LogicFlow-Llama-3B.Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d2030efbe67b9e14c16c93d6e19da037c693cd5c544a18d21c5aec28487eb0b +size 1687160128 diff --git a/LogicFlow-Llama-3B.Q3_K_S.gguf b/LogicFlow-Llama-3B.Q3_K_S.gguf new file mode 100644 index 0000000..bd26142 --- /dev/null +++ b/LogicFlow-Llama-3B.Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0ff300fcc3b6de29f770365fa924d9ee7fbf8cbe2ac665a3b04580205f60f77 +size 1542849856 diff --git a/LogicFlow-Llama-3B.Q4_K_M.gguf b/LogicFlow-Llama-3B.Q4_K_M.gguf new file mode 100644 index 0000000..9a3a4ef --- /dev/null +++ b/LogicFlow-Llama-3B.Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6644bba960acdcf23b48ca7d7115ec489322eb453913a88dcfcae3cf076a31fc +size 2019378496 diff --git a/LogicFlow-Llama-3B.Q4_K_S.gguf b/LogicFlow-Llama-3B.Q4_K_S.gguf new file mode 100644 index 0000000..6f60817 --- /dev/null +++ b/LogicFlow-Llama-3B.Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98758ba59cdbd87181ee3d74012d311cee042af146dc787b009f0dca1361c816 +size 1928201536 diff --git a/LogicFlow-Llama-3B.Q5_K_M.gguf b/LogicFlow-Llama-3B.Q5_K_M.gguf new file mode 100644 index 0000000..a987630 --- /dev/null +++ b/LogicFlow-Llama-3B.Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:470423a44cbc026ec6462f81d8fe70720eb5fa94266b283e799f6d7e54827f09 +size 2322154816 diff --git a/LogicFlow-Llama-3B.Q5_K_S.gguf b/LogicFlow-Llama-3B.Q5_K_S.gguf new file mode 100644 index 0000000..e014cd9 --- /dev/null +++ b/LogicFlow-Llama-3B.Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1379c7c4fd2810cbeadd0acd568b54acbefc96414c0bf0c7ec012c9f1c1b8491 +size 2269513024 diff --git a/LogicFlow-Llama-3B.Q6_K.gguf b/LogicFlow-Llama-3B.Q6_K.gguf new file mode 100644 index 0000000..e4b6a27 --- /dev/null +++ b/LogicFlow-Llama-3B.Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:baa36c4205dd764b3b109cdca71d1813de47ab3a178e5765c1dfb39c845d14db +size 2643854656 diff --git a/LogicFlow-Llama-3B.Q8_0.gguf b/LogicFlow-Llama-3B.Q8_0.gguf new file mode 100644 index 0000000..8c6f981 --- /dev/null +++ b/LogicFlow-Llama-3B.Q8_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8bf1327451aa1093cca9155b01b7b754c1bac2a45a8900bb2daab9f04c7f5ad9 +size 3421900096 diff --git a/LogicFlow-Llama-3B.f16.gguf b/LogicFlow-Llama-3B.f16.gguf new file mode 100644 index 0000000..c13c566 --- /dev/null +++ b/LogicFlow-Llama-3B.f16.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70c7f02010a0744e8e486c04c2fe62f95fb00764b10d7ea842af367a0e159bca +size 6433688896 diff --git a/README.md b/README.md new file mode 100644 index 0000000..8e009d1 --- /dev/null +++ b/README.md @@ -0,0 +1,82 @@ +--- +base_model: RekklesAI/LogicFlow-Llama-3B +datasets: +- open-thoughts/OpenThoughts-114k +language: +- en +library_name: transformers +license: apache-2.0 +mradermacher: + readme_rev: 1 +quantized_by: mradermacher +tags: +- llama-factory +- lora +- open_thoughts +- chain-of-thought +- cot +- logicflow +- single-gpu-training +--- +## About + + + + + + + + + +static quants of https://huggingface.co/RekklesAI/LogicFlow-Llama-3B + + + +***For a convenient overview and download list, visit our [model page for this model](https://hf.tst.eu/model#LogicFlow-Llama-3B-GGUF).*** + +weighted/imatrix quants are available at https://huggingface.co/mradermacher/LogicFlow-Llama-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/LogicFlow-Llama-3B-GGUF/resolve/main/LogicFlow-Llama-3B.Q2_K.gguf) | Q2_K | 1.5 | | +| [GGUF](https://huggingface.co/mradermacher/LogicFlow-Llama-3B-GGUF/resolve/main/LogicFlow-Llama-3B.Q3_K_S.gguf) | Q3_K_S | 1.6 | | +| [GGUF](https://huggingface.co/mradermacher/LogicFlow-Llama-3B-GGUF/resolve/main/LogicFlow-Llama-3B.Q3_K_M.gguf) | Q3_K_M | 1.8 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/LogicFlow-Llama-3B-GGUF/resolve/main/LogicFlow-Llama-3B.Q3_K_L.gguf) | Q3_K_L | 1.9 | | +| [GGUF](https://huggingface.co/mradermacher/LogicFlow-Llama-3B-GGUF/resolve/main/LogicFlow-Llama-3B.IQ4_XS.gguf) | IQ4_XS | 1.9 | | +| [GGUF](https://huggingface.co/mradermacher/LogicFlow-Llama-3B-GGUF/resolve/main/LogicFlow-Llama-3B.Q4_K_S.gguf) | Q4_K_S | 2.0 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/LogicFlow-Llama-3B-GGUF/resolve/main/LogicFlow-Llama-3B.Q4_K_M.gguf) | Q4_K_M | 2.1 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/LogicFlow-Llama-3B-GGUF/resolve/main/LogicFlow-Llama-3B.Q5_K_S.gguf) | Q5_K_S | 2.4 | | +| [GGUF](https://huggingface.co/mradermacher/LogicFlow-Llama-3B-GGUF/resolve/main/LogicFlow-Llama-3B.Q5_K_M.gguf) | Q5_K_M | 2.4 | | +| [GGUF](https://huggingface.co/mradermacher/LogicFlow-Llama-3B-GGUF/resolve/main/LogicFlow-Llama-3B.Q6_K.gguf) | Q6_K | 2.7 | very good quality | +| [GGUF](https://huggingface.co/mradermacher/LogicFlow-Llama-3B-GGUF/resolve/main/LogicFlow-Llama-3B.Q8_0.gguf) | Q8_0 | 3.5 | fast, best quality | +| [GGUF](https://huggingface.co/mradermacher/LogicFlow-Llama-3B-GGUF/resolve/main/LogicFlow-Llama-3B.f16.gguf) | f16 | 6.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. + +