From 59ce16b6fa7ffae18f81d662d1c98aa271a04698 Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Tue, 7 Jul 2026 18:10: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/BI-Gemma-7layers-SGR-Dolci-GGUF Source: Original Platform --- .gitattributes | 47 ++++++++++++++++ BI-Gemma-7layers-SGR-Dolci.IQ4_XS.gguf | 3 + BI-Gemma-7layers-SGR-Dolci.Q2_K.gguf | 3 + BI-Gemma-7layers-SGR-Dolci.Q3_K_L.gguf | 3 + BI-Gemma-7layers-SGR-Dolci.Q3_K_M.gguf | 3 + BI-Gemma-7layers-SGR-Dolci.Q3_K_S.gguf | 3 + BI-Gemma-7layers-SGR-Dolci.Q4_K_M.gguf | 3 + BI-Gemma-7layers-SGR-Dolci.Q4_K_S.gguf | 3 + BI-Gemma-7layers-SGR-Dolci.Q5_K_M.gguf | 3 + BI-Gemma-7layers-SGR-Dolci.Q5_K_S.gguf | 3 + BI-Gemma-7layers-SGR-Dolci.Q6_K.gguf | 3 + BI-Gemma-7layers-SGR-Dolci.Q8_0.gguf | 3 + BI-Gemma-7layers-SGR-Dolci.f16.gguf | 3 + README.md | 78 ++++++++++++++++++++++++++ 14 files changed, 161 insertions(+) create mode 100644 .gitattributes create mode 100644 BI-Gemma-7layers-SGR-Dolci.IQ4_XS.gguf create mode 100644 BI-Gemma-7layers-SGR-Dolci.Q2_K.gguf create mode 100644 BI-Gemma-7layers-SGR-Dolci.Q3_K_L.gguf create mode 100644 BI-Gemma-7layers-SGR-Dolci.Q3_K_M.gguf create mode 100644 BI-Gemma-7layers-SGR-Dolci.Q3_K_S.gguf create mode 100644 BI-Gemma-7layers-SGR-Dolci.Q4_K_M.gguf create mode 100644 BI-Gemma-7layers-SGR-Dolci.Q4_K_S.gguf create mode 100644 BI-Gemma-7layers-SGR-Dolci.Q5_K_M.gguf create mode 100644 BI-Gemma-7layers-SGR-Dolci.Q5_K_S.gguf create mode 100644 BI-Gemma-7layers-SGR-Dolci.Q6_K.gguf create mode 100644 BI-Gemma-7layers-SGR-Dolci.Q8_0.gguf create mode 100644 BI-Gemma-7layers-SGR-Dolci.f16.gguf create mode 100644 README.md diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..6409ae2 --- /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 +BI-Gemma-7layers-SGR-Dolci.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +BI-Gemma-7layers-SGR-Dolci.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +BI-Gemma-7layers-SGR-Dolci.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +BI-Gemma-7layers-SGR-Dolci.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +BI-Gemma-7layers-SGR-Dolci.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +BI-Gemma-7layers-SGR-Dolci.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +BI-Gemma-7layers-SGR-Dolci.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +BI-Gemma-7layers-SGR-Dolci.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +BI-Gemma-7layers-SGR-Dolci.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +BI-Gemma-7layers-SGR-Dolci.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +BI-Gemma-7layers-SGR-Dolci.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text +BI-Gemma-7layers-SGR-Dolci.f16.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/BI-Gemma-7layers-SGR-Dolci.IQ4_XS.gguf b/BI-Gemma-7layers-SGR-Dolci.IQ4_XS.gguf new file mode 100644 index 0000000..f1f2ab7 --- /dev/null +++ b/BI-Gemma-7layers-SGR-Dolci.IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a14317ecfa41e092e1e32f63dcbe2582f2793780f898693c9c0b033382dc6d95 +size 1283094336 diff --git a/BI-Gemma-7layers-SGR-Dolci.Q2_K.gguf b/BI-Gemma-7layers-SGR-Dolci.Q2_K.gguf new file mode 100644 index 0000000..ab79d3a --- /dev/null +++ b/BI-Gemma-7layers-SGR-Dolci.Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1789f2e2fb8bf2a909a9f1ad238de637fb813b4019d5a0be9fb0dee1a170dd5f +size 1030612800 diff --git a/BI-Gemma-7layers-SGR-Dolci.Q3_K_L.gguf b/BI-Gemma-7layers-SGR-Dolci.Q3_K_L.gguf new file mode 100644 index 0000000..0e148a4 --- /dev/null +++ b/BI-Gemma-7layers-SGR-Dolci.Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3cb385a734cbc85f9c26da8466e8ec2677420d407197475c2332b549de16975 +size 1264901952 diff --git a/BI-Gemma-7layers-SGR-Dolci.Q3_K_M.gguf b/BI-Gemma-7layers-SGR-Dolci.Q3_K_M.gguf new file mode 100644 index 0000000..7647ea4 --- /dev/null +++ b/BI-Gemma-7layers-SGR-Dolci.Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:463ee57245e9303b46d8944fb2a8d409e3255188e3554f3221ddbc2b96fdcacf +size 1200906048 diff --git a/BI-Gemma-7layers-SGR-Dolci.Q3_K_S.gguf b/BI-Gemma-7layers-SGR-Dolci.Q3_K_S.gguf new file mode 100644 index 0000000..61023e7 --- /dev/null +++ b/BI-Gemma-7layers-SGR-Dolci.Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91e732a4a797fdc02a77409b7923df9f45d6238581cdcbaee8d52ba7f420b6aa +size 1126219584 diff --git a/BI-Gemma-7layers-SGR-Dolci.Q4_K_M.gguf b/BI-Gemma-7layers-SGR-Dolci.Q4_K_M.gguf new file mode 100644 index 0000000..2c1b690 --- /dev/null +++ b/BI-Gemma-7layers-SGR-Dolci.Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d9a41cde185b2923ec71bb843d9caa7d6ca8e9524f4c7ae26d9e4af31f3a6b1 +size 1377429312 diff --git a/BI-Gemma-7layers-SGR-Dolci.Q4_K_S.gguf b/BI-Gemma-7layers-SGR-Dolci.Q4_K_S.gguf new file mode 100644 index 0000000..2b68703 --- /dev/null +++ b/BI-Gemma-7layers-SGR-Dolci.Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c1074b41ddafa7f351a697606882137a0f34ddc9e2a612c91dde607cf1605e7 +size 1329174336 diff --git a/BI-Gemma-7layers-SGR-Dolci.Q5_K_M.gguf b/BI-Gemma-7layers-SGR-Dolci.Q5_K_M.gguf new file mode 100644 index 0000000..6b6b48d --- /dev/null +++ b/BI-Gemma-7layers-SGR-Dolci.Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a9fefe415afce988572a9c9e4ba0d117914d17710816cbfbc0e131e98af450b +size 1535797056 diff --git a/BI-Gemma-7layers-SGR-Dolci.Q5_K_S.gguf b/BI-Gemma-7layers-SGR-Dolci.Q5_K_S.gguf new file mode 100644 index 0000000..ccd26c3 --- /dev/null +++ b/BI-Gemma-7layers-SGR-Dolci.Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ed4a4822a8f75610b46f8bee0d56f5270101623ab25f41e018ea51d88347635 +size 1507596096 diff --git a/BI-Gemma-7layers-SGR-Dolci.Q6_K.gguf b/BI-Gemma-7layers-SGR-Dolci.Q6_K.gguf new file mode 100644 index 0000000..2edad5b --- /dev/null +++ b/BI-Gemma-7layers-SGR-Dolci.Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93b3ecb16573eb53dc5dbfea0331c570ff2ae7d6954526849cc8d6842e09a8fe +size 1704062784 diff --git a/BI-Gemma-7layers-SGR-Dolci.Q8_0.gguf b/BI-Gemma-7layers-SGR-Dolci.Q8_0.gguf new file mode 100644 index 0000000..7bd1264 --- /dev/null +++ b/BI-Gemma-7layers-SGR-Dolci.Q8_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93545b2959db0d90d92c6d65d127ac22a0a75419a0136cede6c29d91bf1abdae +size 2205173568 diff --git a/BI-Gemma-7layers-SGR-Dolci.f16.gguf b/BI-Gemma-7layers-SGR-Dolci.f16.gguf new file mode 100644 index 0000000..cce47b2 --- /dev/null +++ b/BI-Gemma-7layers-SGR-Dolci.f16.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:139d5b9d3b691a175340183b97fbd1b34bc8746c40f4cb311bd3967b3004c290 +size 4144957248 diff --git a/README.md b/README.md new file mode 100644 index 0000000..6a07213 --- /dev/null +++ b/README.md @@ -0,0 +1,78 @@ +--- +base_model: safal312/BI-Gemma-7layers-SGR-Dolci +language: +- en +library_name: transformers +license: apache-2.0 +mradermacher: + readme_rev: 1 +quantized_by: mradermacher +tags: +- gemma +- layer-pruning +- qlora +- compression +- reasoning +--- +## About + + + + + + + + + +static quants of https://huggingface.co/safal312/BI-Gemma-7layers-SGR-Dolci + + + +***For a convenient overview and download list, visit our [model page for this model](https://hf.tst.eu/model#BI-Gemma-7layers-SGR-Dolci-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/BI-Gemma-7layers-SGR-Dolci-GGUF/resolve/main/BI-Gemma-7layers-SGR-Dolci.Q2_K.gguf) | Q2_K | 1.1 | | +| [GGUF](https://huggingface.co/mradermacher/BI-Gemma-7layers-SGR-Dolci-GGUF/resolve/main/BI-Gemma-7layers-SGR-Dolci.Q3_K_S.gguf) | Q3_K_S | 1.2 | | +| [GGUF](https://huggingface.co/mradermacher/BI-Gemma-7layers-SGR-Dolci-GGUF/resolve/main/BI-Gemma-7layers-SGR-Dolci.Q3_K_M.gguf) | Q3_K_M | 1.3 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/BI-Gemma-7layers-SGR-Dolci-GGUF/resolve/main/BI-Gemma-7layers-SGR-Dolci.Q3_K_L.gguf) | Q3_K_L | 1.4 | | +| [GGUF](https://huggingface.co/mradermacher/BI-Gemma-7layers-SGR-Dolci-GGUF/resolve/main/BI-Gemma-7layers-SGR-Dolci.IQ4_XS.gguf) | IQ4_XS | 1.4 | | +| [GGUF](https://huggingface.co/mradermacher/BI-Gemma-7layers-SGR-Dolci-GGUF/resolve/main/BI-Gemma-7layers-SGR-Dolci.Q4_K_S.gguf) | Q4_K_S | 1.4 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/BI-Gemma-7layers-SGR-Dolci-GGUF/resolve/main/BI-Gemma-7layers-SGR-Dolci.Q4_K_M.gguf) | Q4_K_M | 1.5 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/BI-Gemma-7layers-SGR-Dolci-GGUF/resolve/main/BI-Gemma-7layers-SGR-Dolci.Q5_K_S.gguf) | Q5_K_S | 1.6 | | +| [GGUF](https://huggingface.co/mradermacher/BI-Gemma-7layers-SGR-Dolci-GGUF/resolve/main/BI-Gemma-7layers-SGR-Dolci.Q5_K_M.gguf) | Q5_K_M | 1.6 | | +| [GGUF](https://huggingface.co/mradermacher/BI-Gemma-7layers-SGR-Dolci-GGUF/resolve/main/BI-Gemma-7layers-SGR-Dolci.Q6_K.gguf) | Q6_K | 1.8 | very good quality | +| [GGUF](https://huggingface.co/mradermacher/BI-Gemma-7layers-SGR-Dolci-GGUF/resolve/main/BI-Gemma-7layers-SGR-Dolci.Q8_0.gguf) | Q8_0 | 2.3 | fast, best quality | +| [GGUF](https://huggingface.co/mradermacher/BI-Gemma-7layers-SGR-Dolci-GGUF/resolve/main/BI-Gemma-7layers-SGR-Dolci.f16.gguf) | f16 | 4.2 | 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. + +