From 5bf087d9ae603bb6ef5dd43ff983ece180be343b Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Sun, 14 Jun 2026 10:38: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/pythia-1b-deduped-GGUF Source: Original Platform --- .gitattributes | 50 ++++++++++++++++++++++++ README.md | 73 +++++++++++++++++++++++++++++++++++ pythia-1b-deduped.IQ3_M.gguf | 3 ++ pythia-1b-deduped.IQ3_S.gguf | 3 ++ pythia-1b-deduped.IQ3_XS.gguf | 3 ++ pythia-1b-deduped.IQ4_XS.gguf | 3 ++ pythia-1b-deduped.Q2_K.gguf | 3 ++ pythia-1b-deduped.Q3_K_L.gguf | 3 ++ pythia-1b-deduped.Q3_K_M.gguf | 3 ++ pythia-1b-deduped.Q3_K_S.gguf | 3 ++ pythia-1b-deduped.Q4_K_M.gguf | 3 ++ pythia-1b-deduped.Q4_K_S.gguf | 3 ++ pythia-1b-deduped.Q5_K_M.gguf | 3 ++ pythia-1b-deduped.Q5_K_S.gguf | 3 ++ pythia-1b-deduped.Q6_K.gguf | 3 ++ pythia-1b-deduped.Q8_0.gguf | 3 ++ pythia-1b-deduped.f16.gguf | 3 ++ 17 files changed, 168 insertions(+) create mode 100644 .gitattributes create mode 100644 README.md create mode 100644 pythia-1b-deduped.IQ3_M.gguf create mode 100644 pythia-1b-deduped.IQ3_S.gguf create mode 100644 pythia-1b-deduped.IQ3_XS.gguf create mode 100644 pythia-1b-deduped.IQ4_XS.gguf create mode 100644 pythia-1b-deduped.Q2_K.gguf create mode 100644 pythia-1b-deduped.Q3_K_L.gguf create mode 100644 pythia-1b-deduped.Q3_K_M.gguf create mode 100644 pythia-1b-deduped.Q3_K_S.gguf create mode 100644 pythia-1b-deduped.Q4_K_M.gguf create mode 100644 pythia-1b-deduped.Q4_K_S.gguf create mode 100644 pythia-1b-deduped.Q5_K_M.gguf create mode 100644 pythia-1b-deduped.Q5_K_S.gguf create mode 100644 pythia-1b-deduped.Q6_K.gguf create mode 100644 pythia-1b-deduped.Q8_0.gguf create mode 100644 pythia-1b-deduped.f16.gguf diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..3db018d --- /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 +pythia-1b-deduped.f16.gguf filter=lfs diff=lfs merge=lfs -text +pythia-1b-deduped.IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text +pythia-1b-deduped.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +pythia-1b-deduped.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +pythia-1b-deduped.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text +pythia-1b-deduped.IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text +pythia-1b-deduped.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +pythia-1b-deduped.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +pythia-1b-deduped.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +pythia-1b-deduped.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +pythia-1b-deduped.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +pythia-1b-deduped.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +pythia-1b-deduped.IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text +pythia-1b-deduped.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +pythia-1b-deduped.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/README.md b/README.md new file mode 100644 index 0000000..57c50b9 --- /dev/null +++ b/README.md @@ -0,0 +1,73 @@ +--- +base_model: EleutherAI/pythia-1b-deduped +datasets: +- EleutherAI/the_pile_deduplicated +language: +- en +library_name: transformers +license: apache-2.0 +quantized_by: mradermacher +tags: +- pytorch +- causal-lm +- pythia +--- +## About + + + + + + +static quants of https://huggingface.co/EleutherAI/pythia-1b-deduped + + +weighted/imatrix quants are available at https://huggingface.co/mradermacher/pythia-1b-deduped-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/pythia-1b-deduped-GGUF/resolve/main/pythia-1b-deduped.Q2_K.gguf) | Q2_K | 0.5 | | +| [GGUF](https://huggingface.co/mradermacher/pythia-1b-deduped-GGUF/resolve/main/pythia-1b-deduped.IQ3_XS.gguf) | IQ3_XS | 0.6 | | +| [GGUF](https://huggingface.co/mradermacher/pythia-1b-deduped-GGUF/resolve/main/pythia-1b-deduped.IQ3_S.gguf) | IQ3_S | 0.6 | beats Q3_K* | +| [GGUF](https://huggingface.co/mradermacher/pythia-1b-deduped-GGUF/resolve/main/pythia-1b-deduped.Q3_K_S.gguf) | Q3_K_S | 0.6 | | +| [GGUF](https://huggingface.co/mradermacher/pythia-1b-deduped-GGUF/resolve/main/pythia-1b-deduped.IQ3_M.gguf) | IQ3_M | 0.6 | | +| [GGUF](https://huggingface.co/mradermacher/pythia-1b-deduped-GGUF/resolve/main/pythia-1b-deduped.Q3_K_M.gguf) | Q3_K_M | 0.7 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/pythia-1b-deduped-GGUF/resolve/main/pythia-1b-deduped.IQ4_XS.gguf) | IQ4_XS | 0.7 | | +| [GGUF](https://huggingface.co/mradermacher/pythia-1b-deduped-GGUF/resolve/main/pythia-1b-deduped.Q3_K_L.gguf) | Q3_K_L | 0.7 | | +| [GGUF](https://huggingface.co/mradermacher/pythia-1b-deduped-GGUF/resolve/main/pythia-1b-deduped.Q4_K_S.gguf) | Q4_K_S | 0.7 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/pythia-1b-deduped-GGUF/resolve/main/pythia-1b-deduped.Q4_K_M.gguf) | Q4_K_M | 0.8 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/pythia-1b-deduped-GGUF/resolve/main/pythia-1b-deduped.Q5_K_S.gguf) | Q5_K_S | 0.8 | | +| [GGUF](https://huggingface.co/mradermacher/pythia-1b-deduped-GGUF/resolve/main/pythia-1b-deduped.Q5_K_M.gguf) | Q5_K_M | 0.9 | | +| [GGUF](https://huggingface.co/mradermacher/pythia-1b-deduped-GGUF/resolve/main/pythia-1b-deduped.Q6_K.gguf) | Q6_K | 0.9 | very good quality | +| [GGUF](https://huggingface.co/mradermacher/pythia-1b-deduped-GGUF/resolve/main/pythia-1b-deduped.Q8_0.gguf) | Q8_0 | 1.2 | fast, best quality | +| [GGUF](https://huggingface.co/mradermacher/pythia-1b-deduped-GGUF/resolve/main/pythia-1b-deduped.f16.gguf) | f16 | 2.1 | 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. + + diff --git a/pythia-1b-deduped.IQ3_M.gguf b/pythia-1b-deduped.IQ3_M.gguf new file mode 100644 index 0000000..6a2baed --- /dev/null +++ b/pythia-1b-deduped.IQ3_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30c022ec15f2f5b15cabaed9af11b7ffa44de6186933331ccdcc657710cb9d40 +size 518417152 diff --git a/pythia-1b-deduped.IQ3_S.gguf b/pythia-1b-deduped.IQ3_S.gguf new file mode 100644 index 0000000..107b637 --- /dev/null +++ b/pythia-1b-deduped.IQ3_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8719e38fc10d616a686a121973ac28bf872d1dc30e558aaa9cc48d452fc8fdec +size 478309120 diff --git a/pythia-1b-deduped.IQ3_XS.gguf b/pythia-1b-deduped.IQ3_XS.gguf new file mode 100644 index 0000000..349beb4 --- /dev/null +++ b/pythia-1b-deduped.IQ3_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:229de4e14c5f8decdfe7111641db4ac6f826abef44a919ed10bc94b2f4b2f602 +size 468871936 diff --git a/pythia-1b-deduped.IQ4_XS.gguf b/pythia-1b-deduped.IQ4_XS.gguf new file mode 100644 index 0000000..2acddf6 --- /dev/null +++ b/pythia-1b-deduped.IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3916c79bbfa695baf09efaedf8107725d2509c95a0ce5efa4ddbb95f8c64961 +size 575804160 diff --git a/pythia-1b-deduped.Q2_K.gguf b/pythia-1b-deduped.Q2_K.gguf new file mode 100644 index 0000000..42815e2 --- /dev/null +++ b/pythia-1b-deduped.Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acb773e782393f55652a1bda3eea9b90ddfc99ce937557a7129321037285fc96 +size 420135680 diff --git a/pythia-1b-deduped.Q3_K_L.gguf b/pythia-1b-deduped.Q3_K_L.gguf new file mode 100644 index 0000000..ea86cb0 --- /dev/null +++ b/pythia-1b-deduped.Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34110c26b2aa7504d60446e253af3704332268cc9ab36a58fc1262e196714246 +size 591555328 diff --git a/pythia-1b-deduped.Q3_K_M.gguf b/pythia-1b-deduped.Q3_K_M.gguf new file mode 100644 index 0000000..0cd6d8e --- /dev/null +++ b/pythia-1b-deduped.Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:550395ad2ff02bdeee81942cdc878ad882d098b281dd5deb0f5ba8bfecede35f +size 551709440 diff --git a/pythia-1b-deduped.Q3_K_S.gguf b/pythia-1b-deduped.Q3_K_S.gguf new file mode 100644 index 0000000..43bfd6e --- /dev/null +++ b/pythia-1b-deduped.Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37e41cb1354c6d942daa250ddebe0cf0be71833521123e5c5091c4595fd8e82e +size 478309120 diff --git a/pythia-1b-deduped.Q4_K_M.gguf b/pythia-1b-deduped.Q4_K_M.gguf new file mode 100644 index 0000000..6ebebb3 --- /dev/null +++ b/pythia-1b-deduped.Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9cb5c0697f33bd6cc46e4f36d9c56d19b3063a37f3701315a1d659438ab7f8d +size 658715392 diff --git a/pythia-1b-deduped.Q4_K_S.gguf b/pythia-1b-deduped.Q4_K_S.gguf new file mode 100644 index 0000000..6f753b2 --- /dev/null +++ b/pythia-1b-deduped.Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5148881120b118865d4755c4dbcad5b01d67cbab3edd796783bcda6cacb0f412 +size 603140864 diff --git a/pythia-1b-deduped.Q5_K_M.gguf b/pythia-1b-deduped.Q5_K_M.gguf new file mode 100644 index 0000000..31fb523 --- /dev/null +++ b/pythia-1b-deduped.Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:293d80cf5fd898c41171948f3194a534e021dedfe3110b52c96dc5ddc1196847 +size 757052160 diff --git a/pythia-1b-deduped.Q5_K_S.gguf b/pythia-1b-deduped.Q5_K_S.gguf new file mode 100644 index 0000000..e6f60e2 --- /dev/null +++ b/pythia-1b-deduped.Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fb330a5d2b3e1d05228fa2de08ea414d623f7311c103b5409418c601bc946e3 +size 712487680 diff --git a/pythia-1b-deduped.Q6_K.gguf b/pythia-1b-deduped.Q6_K.gguf new file mode 100644 index 0000000..d0a71a6 --- /dev/null +++ b/pythia-1b-deduped.Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e045a5558fe9abcfd565b1ee89f3ff9beba7dddf6210299701b2d3b2ca67b788 +size 833125120 diff --git a/pythia-1b-deduped.Q8_0.gguf b/pythia-1b-deduped.Q8_0.gguf new file mode 100644 index 0000000..8dedab0 --- /dev/null +++ b/pythia-1b-deduped.Q8_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d7fc1e24d29aa1ef4e2f3f10e298c61dcb2d9b62c409546224304bbaca16bb4 +size 1078061824 diff --git a/pythia-1b-deduped.f16.gguf b/pythia-1b-deduped.f16.gguf new file mode 100644 index 0000000..bc35f13 --- /dev/null +++ b/pythia-1b-deduped.f16.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82803aeae4cb34278bc57ec4ed5b2b248c7d6462b08422f146fcbaddb6770267 +size 2026203904