From 2ab58835fb5fffce2a59b0e329402aaeb319e6ac Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Sun, 21 Jun 2026 15:28:30 +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/BabyHercules-4x150M-GGUF Source: Original Platform --- .gitattributes | 50 +++++++++++++++++++++ BabyHercules-4x150M.IQ3_M.gguf | 3 ++ BabyHercules-4x150M.IQ3_S.gguf | 3 ++ BabyHercules-4x150M.IQ3_XS.gguf | 3 ++ BabyHercules-4x150M.IQ4_XS.gguf | 3 ++ BabyHercules-4x150M.Q2_K.gguf | 3 ++ BabyHercules-4x150M.Q3_K_L.gguf | 3 ++ BabyHercules-4x150M.Q3_K_M.gguf | 3 ++ BabyHercules-4x150M.Q3_K_S.gguf | 3 ++ BabyHercules-4x150M.Q4_K_M.gguf | 3 ++ BabyHercules-4x150M.Q4_K_S.gguf | 3 ++ BabyHercules-4x150M.Q5_K_M.gguf | 3 ++ BabyHercules-4x150M.Q5_K_S.gguf | 3 ++ BabyHercules-4x150M.Q6_K.gguf | 3 ++ BabyHercules-4x150M.Q8_0.gguf | 3 ++ BabyHercules-4x150M.f16.gguf | 3 ++ README.md | 79 +++++++++++++++++++++++++++++++++ 17 files changed, 174 insertions(+) create mode 100644 .gitattributes create mode 100644 BabyHercules-4x150M.IQ3_M.gguf create mode 100644 BabyHercules-4x150M.IQ3_S.gguf create mode 100644 BabyHercules-4x150M.IQ3_XS.gguf create mode 100644 BabyHercules-4x150M.IQ4_XS.gguf create mode 100644 BabyHercules-4x150M.Q2_K.gguf create mode 100644 BabyHercules-4x150M.Q3_K_L.gguf create mode 100644 BabyHercules-4x150M.Q3_K_M.gguf create mode 100644 BabyHercules-4x150M.Q3_K_S.gguf create mode 100644 BabyHercules-4x150M.Q4_K_M.gguf create mode 100644 BabyHercules-4x150M.Q4_K_S.gguf create mode 100644 BabyHercules-4x150M.Q5_K_M.gguf create mode 100644 BabyHercules-4x150M.Q5_K_S.gguf create mode 100644 BabyHercules-4x150M.Q6_K.gguf create mode 100644 BabyHercules-4x150M.Q8_0.gguf create mode 100644 BabyHercules-4x150M.f16.gguf create mode 100644 README.md diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..6bdad80 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,50 @@ +*.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 +BabyHercules-4x150M.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +BabyHercules-4x150M.IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text +BabyHercules-4x150M.IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text +BabyHercules-4x150M.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +BabyHercules-4x150M.IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text +BabyHercules-4x150M.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +BabyHercules-4x150M.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +BabyHercules-4x150M.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +BabyHercules-4x150M.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +BabyHercules-4x150M.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +BabyHercules-4x150M.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +BabyHercules-4x150M.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +BabyHercules-4x150M.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +BabyHercules-4x150M.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text +BabyHercules-4x150M.f16.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/BabyHercules-4x150M.IQ3_M.gguf b/BabyHercules-4x150M.IQ3_M.gguf new file mode 100644 index 0000000..cffe5bf --- /dev/null +++ b/BabyHercules-4x150M.IQ3_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0016374c4df7201780a9d6e4f77528823b8a1a91c711a86002764f49363498d0 +size 190198144 diff --git a/BabyHercules-4x150M.IQ3_S.gguf b/BabyHercules-4x150M.IQ3_S.gguf new file mode 100644 index 0000000..ff217e3 --- /dev/null +++ b/BabyHercules-4x150M.IQ3_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8f168193f5c27538a5cd5a878155b2cfd5557d03de12614771526727a057c19 +size 187534720 diff --git a/BabyHercules-4x150M.IQ3_XS.gguf b/BabyHercules-4x150M.IQ3_XS.gguf new file mode 100644 index 0000000..490d200 --- /dev/null +++ b/BabyHercules-4x150M.IQ3_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:190acf4343021bf5ef8c66386192b37b11a9335362a6bfd2d922015b6389d328 +size 179074432 diff --git a/BabyHercules-4x150M.IQ4_XS.gguf b/BabyHercules-4x150M.IQ4_XS.gguf new file mode 100644 index 0000000..845a3cd --- /dev/null +++ b/BabyHercules-4x150M.IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4bd84ef0074a359de6596895c4ad7be36678a180ef7b61012097ce358bc729e0 +size 228226432 diff --git a/BabyHercules-4x150M.Q2_K.gguf b/BabyHercules-4x150M.Q2_K.gguf new file mode 100644 index 0000000..a187ebd --- /dev/null +++ b/BabyHercules-4x150M.Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0d479455dc15ca67884fbc586652801d8950b1da2df8902380cfc1c353deec9 +size 160897408 diff --git a/BabyHercules-4x150M.Q3_K_L.gguf b/BabyHercules-4x150M.Q3_K_L.gguf new file mode 100644 index 0000000..dc4c912 --- /dev/null +++ b/BabyHercules-4x150M.Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3f82f79d5b4c82aec6de5ecf92c31b89c64f69939e8cfd4624faa135b592364 +size 219468160 diff --git a/BabyHercules-4x150M.Q3_K_M.gguf b/BabyHercules-4x150M.Q3_K_M.gguf new file mode 100644 index 0000000..e3cc4b6 --- /dev/null +++ b/BabyHercules-4x150M.Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c8f2b71af3fc6968a83b673f87e7ebed17ed89dc5a955b48bdef656cb9934e1 +size 204059008 diff --git a/BabyHercules-4x150M.Q3_K_S.gguf b/BabyHercules-4x150M.Q3_K_S.gguf new file mode 100644 index 0000000..26e2f4a --- /dev/null +++ b/BabyHercules-4x150M.Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bf45052aa27784c6e7c33011595e5d1148013330affee7dec7fb5345a619d03 +size 187534720 diff --git a/BabyHercules-4x150M.Q4_K_M.gguf b/BabyHercules-4x150M.Q4_K_M.gguf new file mode 100644 index 0000000..33446bd --- /dev/null +++ b/BabyHercules-4x150M.Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebfddd35f31a66728bdb4c40144139cb494e70d9fcfb0f1bbd77b80a1bf4c863 +size 253873024 diff --git a/BabyHercules-4x150M.Q4_K_S.gguf b/BabyHercules-4x150M.Q4_K_S.gguf new file mode 100644 index 0000000..a9983db --- /dev/null +++ b/BabyHercules-4x150M.Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90872d8f8b62eb9e733a72d5bc55961a8ac3f53d7ba7075f7ee5e1df3780c238 +size 240145792 diff --git a/BabyHercules-4x150M.Q5_K_M.gguf b/BabyHercules-4x150M.Q5_K_M.gguf new file mode 100644 index 0000000..156846d --- /dev/null +++ b/BabyHercules-4x150M.Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:873cef17e49634a9095177d4961410a20d52e4e04405403c1e892d8780722e00 +size 294841216 diff --git a/BabyHercules-4x150M.Q5_K_S.gguf b/BabyHercules-4x150M.Q5_K_S.gguf new file mode 100644 index 0000000..88dbae4 --- /dev/null +++ b/BabyHercules-4x150M.Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88981f3fddadf441cecab1cf3c8f6611353fa50b2c154291fa25d4bfa3888939 +size 287085952 diff --git a/BabyHercules-4x150M.Q6_K.gguf b/BabyHercules-4x150M.Q6_K.gguf new file mode 100644 index 0000000..cf67dac --- /dev/null +++ b/BabyHercules-4x150M.Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4104b1349b2640dbcda2f548434f91a8ef11a7f80b937cc0f3a2bfcaaafa460 +size 338369920 diff --git a/BabyHercules-4x150M.Q8_0.gguf b/BabyHercules-4x150M.Q8_0.gguf new file mode 100644 index 0000000..974ce25 --- /dev/null +++ b/BabyHercules-4x150M.Q8_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb395fa108e2bc622730f7d58b825b60303d38355a83bc82e1aa33ce72fa4662 +size 437982592 diff --git a/BabyHercules-4x150M.f16.gguf b/BabyHercules-4x150M.f16.gguf new file mode 100644 index 0000000..786343b --- /dev/null +++ b/BabyHercules-4x150M.f16.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:995b57c8596881835fcfaae39bc05ccdf86a955fae5502f121b417274f93b25a +size 823580032 diff --git a/README.md b/README.md new file mode 100644 index 0000000..dc8e891 --- /dev/null +++ b/README.md @@ -0,0 +1,79 @@ +--- +base_model: mahiatlinux/BabyHercules-4x150M +language: +- en +library_name: transformers +license: apache-2.0 +mradermacher: + readme_rev: 1 +quantized_by: mradermacher +tags: +- moe +- frankenmoe +- merge +- mergekit +- lazymergekit +- mahiatlinux/BabyHercules-150M +--- +## About + + + + + + +static quants of https://huggingface.co/mahiatlinux/BabyHercules-4x150M + + + +***For a convenient overview and download list, visit our [model page for this model](https://hf.tst.eu/model#BabyHercules-4x150M-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/BabyHercules-4x150M-GGUF/resolve/main/BabyHercules-4x150M.Q2_K.gguf) | Q2_K | 0.3 | | +| [GGUF](https://huggingface.co/mradermacher/BabyHercules-4x150M-GGUF/resolve/main/BabyHercules-4x150M.IQ3_XS.gguf) | IQ3_XS | 0.3 | | +| [GGUF](https://huggingface.co/mradermacher/BabyHercules-4x150M-GGUF/resolve/main/BabyHercules-4x150M.IQ3_S.gguf) | IQ3_S | 0.3 | beats Q3_K* | +| [GGUF](https://huggingface.co/mradermacher/BabyHercules-4x150M-GGUF/resolve/main/BabyHercules-4x150M.Q3_K_S.gguf) | Q3_K_S | 0.3 | | +| [GGUF](https://huggingface.co/mradermacher/BabyHercules-4x150M-GGUF/resolve/main/BabyHercules-4x150M.IQ3_M.gguf) | IQ3_M | 0.3 | | +| [GGUF](https://huggingface.co/mradermacher/BabyHercules-4x150M-GGUF/resolve/main/BabyHercules-4x150M.Q3_K_M.gguf) | Q3_K_M | 0.3 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/BabyHercules-4x150M-GGUF/resolve/main/BabyHercules-4x150M.Q3_K_L.gguf) | Q3_K_L | 0.3 | | +| [GGUF](https://huggingface.co/mradermacher/BabyHercules-4x150M-GGUF/resolve/main/BabyHercules-4x150M.IQ4_XS.gguf) | IQ4_XS | 0.3 | | +| [GGUF](https://huggingface.co/mradermacher/BabyHercules-4x150M-GGUF/resolve/main/BabyHercules-4x150M.Q4_K_S.gguf) | Q4_K_S | 0.3 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/BabyHercules-4x150M-GGUF/resolve/main/BabyHercules-4x150M.Q4_K_M.gguf) | Q4_K_M | 0.4 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/BabyHercules-4x150M-GGUF/resolve/main/BabyHercules-4x150M.Q5_K_S.gguf) | Q5_K_S | 0.4 | | +| [GGUF](https://huggingface.co/mradermacher/BabyHercules-4x150M-GGUF/resolve/main/BabyHercules-4x150M.Q5_K_M.gguf) | Q5_K_M | 0.4 | | +| [GGUF](https://huggingface.co/mradermacher/BabyHercules-4x150M-GGUF/resolve/main/BabyHercules-4x150M.Q6_K.gguf) | Q6_K | 0.4 | very good quality | +| [GGUF](https://huggingface.co/mradermacher/BabyHercules-4x150M-GGUF/resolve/main/BabyHercules-4x150M.Q8_0.gguf) | Q8_0 | 0.5 | fast, best quality | +| [GGUF](https://huggingface.co/mradermacher/BabyHercules-4x150M-GGUF/resolve/main/BabyHercules-4x150M.f16.gguf) | f16 | 0.9 | 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. + +