From 25ca55101ea249fcf020ded9a8800a5896c90763 Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Wed, 8 Jul 2026 00:43:09 +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/Bielik-11B-v2.0-Instruct-GGUF Source: Original Platform --- .gitattributes | 46 ++++++++++++++++++++ Bielik-11B-v2.0-Instruct.IQ4_XS.gguf | 3 ++ Bielik-11B-v2.0-Instruct.Q2_K.gguf | 3 ++ Bielik-11B-v2.0-Instruct.Q3_K_L.gguf | 3 ++ Bielik-11B-v2.0-Instruct.Q3_K_M.gguf | 3 ++ Bielik-11B-v2.0-Instruct.Q3_K_S.gguf | 3 ++ Bielik-11B-v2.0-Instruct.Q4_K_M.gguf | 3 ++ Bielik-11B-v2.0-Instruct.Q4_K_S.gguf | 3 ++ Bielik-11B-v2.0-Instruct.Q5_K_M.gguf | 3 ++ Bielik-11B-v2.0-Instruct.Q5_K_S.gguf | 3 ++ Bielik-11B-v2.0-Instruct.Q6_K.gguf | 3 ++ Bielik-11B-v2.0-Instruct.Q8_0.gguf | 3 ++ README.md | 65 ++++++++++++++++++++++++++++ 13 files changed, 144 insertions(+) create mode 100644 .gitattributes create mode 100644 Bielik-11B-v2.0-Instruct.IQ4_XS.gguf create mode 100644 Bielik-11B-v2.0-Instruct.Q2_K.gguf create mode 100644 Bielik-11B-v2.0-Instruct.Q3_K_L.gguf create mode 100644 Bielik-11B-v2.0-Instruct.Q3_K_M.gguf create mode 100644 Bielik-11B-v2.0-Instruct.Q3_K_S.gguf create mode 100644 Bielik-11B-v2.0-Instruct.Q4_K_M.gguf create mode 100644 Bielik-11B-v2.0-Instruct.Q4_K_S.gguf create mode 100644 Bielik-11B-v2.0-Instruct.Q5_K_M.gguf create mode 100644 Bielik-11B-v2.0-Instruct.Q5_K_S.gguf create mode 100644 Bielik-11B-v2.0-Instruct.Q6_K.gguf create mode 100644 Bielik-11B-v2.0-Instruct.Q8_0.gguf create mode 100644 README.md diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..efd0dbf --- /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 +Bielik-11B-v2.0-Instruct.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Bielik-11B-v2.0-Instruct.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +Bielik-11B-v2.0-Instruct.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text +Bielik-11B-v2.0-Instruct.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +Bielik-11B-v2.0-Instruct.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Bielik-11B-v2.0-Instruct.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Bielik-11B-v2.0-Instruct.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +Bielik-11B-v2.0-Instruct.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Bielik-11B-v2.0-Instruct.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Bielik-11B-v2.0-Instruct.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Bielik-11B-v2.0-Instruct.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/Bielik-11B-v2.0-Instruct.IQ4_XS.gguf b/Bielik-11B-v2.0-Instruct.IQ4_XS.gguf new file mode 100644 index 0000000..a1739df --- /dev/null +++ b/Bielik-11B-v2.0-Instruct.IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7cbf268f6e6bb981905d1103a4074e96b4de38ba9363873edbd578599748ace +size 6061466080 diff --git a/Bielik-11B-v2.0-Instruct.Q2_K.gguf b/Bielik-11B-v2.0-Instruct.Q2_K.gguf new file mode 100644 index 0000000..c95d8fd --- /dev/null +++ b/Bielik-11B-v2.0-Instruct.Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a079ac12ce9fefe64037c622e14fcebafed3babacb16aafa92df87316f11eb6 +size 4164338144 diff --git a/Bielik-11B-v2.0-Instruct.Q3_K_L.gguf b/Bielik-11B-v2.0-Instruct.Q3_K_L.gguf new file mode 100644 index 0000000..2963da2 --- /dev/null +++ b/Bielik-11B-v2.0-Instruct.Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:edc3161d7ea3bbad0f8e6f866d714c5d0b696bebddbb9e84a3bab67e3f15d3d7 +size 5880000992 diff --git a/Bielik-11B-v2.0-Instruct.Q3_K_M.gguf b/Bielik-11B-v2.0-Instruct.Q3_K_M.gguf new file mode 100644 index 0000000..eb57c8c --- /dev/null +++ b/Bielik-11B-v2.0-Instruct.Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b3def70eaddd2e1cf5cf3e369d53e56b8b9748178c79464713ff4a3e8e56828 +size 5404996064 diff --git a/Bielik-11B-v2.0-Instruct.Q3_K_S.gguf b/Bielik-11B-v2.0-Instruct.Q3_K_S.gguf new file mode 100644 index 0000000..99c5ca4 --- /dev/null +++ b/Bielik-11B-v2.0-Instruct.Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d0d82cb0728db5c4b09d61bdbe3a6e76bc114803089a7a9f006fc621a37388f +size 4852724192 diff --git a/Bielik-11B-v2.0-Instruct.Q4_K_M.gguf b/Bielik-11B-v2.0-Instruct.Q4_K_M.gguf new file mode 100644 index 0000000..678c681 --- /dev/null +++ b/Bielik-11B-v2.0-Instruct.Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5108c9f04b39f52e1a6b95f6cacc514f1da838514539c05f04f5b7a647f544ae +size 6724051424 diff --git a/Bielik-11B-v2.0-Instruct.Q4_K_S.gguf b/Bielik-11B-v2.0-Instruct.Q4_K_S.gguf new file mode 100644 index 0000000..8ac70f7 --- /dev/null +++ b/Bielik-11B-v2.0-Instruct.Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1201f7d2093e14f8fd205588d2d6dc92922f7971d0aacbf59d662d5916d4c6a +size 6364684768 diff --git a/Bielik-11B-v2.0-Instruct.Q5_K_M.gguf b/Bielik-11B-v2.0-Instruct.Q5_K_M.gguf new file mode 100644 index 0000000..1fa3f32 --- /dev/null +++ b/Bielik-11B-v2.0-Instruct.Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f4b42f199e291f28a0eadfe25c33043a50f51d002636cc375aea9fa1762ac4c +size 7907041760 diff --git a/Bielik-11B-v2.0-Instruct.Q5_K_S.gguf b/Bielik-11B-v2.0-Instruct.Q5_K_S.gguf new file mode 100644 index 0000000..ae81221 --- /dev/null +++ b/Bielik-11B-v2.0-Instruct.Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f76bc6d686729b70249afeb4388353f4fa10a0bbb47c5129f081ab5af4664ce7 +size 7698145760 diff --git a/Bielik-11B-v2.0-Instruct.Q6_K.gguf b/Bielik-11B-v2.0-Instruct.Q6_K.gguf new file mode 100644 index 0000000..f1ece41 --- /dev/null +++ b/Bielik-11B-v2.0-Instruct.Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b730b23e58f8f48ad45b830c06a529d86b4b930d5b9a0631db66432e2c9afef +size 9163968992 diff --git a/Bielik-11B-v2.0-Instruct.Q8_0.gguf b/Bielik-11B-v2.0-Instruct.Q8_0.gguf new file mode 100644 index 0000000..7983305 --- /dev/null +++ b/Bielik-11B-v2.0-Instruct.Q8_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:695e3ec7b763242d7bb9b55189680cbfe7fbb9ead02ffc90949ed181a01cd988 +size 11868811744 diff --git a/README.md b/README.md new file mode 100644 index 0000000..86b0ca3 --- /dev/null +++ b/README.md @@ -0,0 +1,65 @@ +--- +base_model: speakleash/Bielik-11B-v2.0-Instruct +language: +- pl +library_name: transformers +license: apache-2.0 +quantized_by: mradermacher +tags: +- finetuned +--- +## About + + + + + + +static quants of https://huggingface.co/speakleash/Bielik-11B-v2.0-Instruct + + +weighted/imatrix quants are available at https://huggingface.co/mradermacher/Bielik-11B-v2.0-Instruct-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/Bielik-11B-v2.0-Instruct-GGUF/resolve/main/Bielik-11B-v2.0-Instruct.Q2_K.gguf) | Q2_K | 4.3 | | +| [GGUF](https://huggingface.co/mradermacher/Bielik-11B-v2.0-Instruct-GGUF/resolve/main/Bielik-11B-v2.0-Instruct.Q3_K_S.gguf) | Q3_K_S | 5.0 | | +| [GGUF](https://huggingface.co/mradermacher/Bielik-11B-v2.0-Instruct-GGUF/resolve/main/Bielik-11B-v2.0-Instruct.Q3_K_M.gguf) | Q3_K_M | 5.5 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/Bielik-11B-v2.0-Instruct-GGUF/resolve/main/Bielik-11B-v2.0-Instruct.Q3_K_L.gguf) | Q3_K_L | 6.0 | | +| [GGUF](https://huggingface.co/mradermacher/Bielik-11B-v2.0-Instruct-GGUF/resolve/main/Bielik-11B-v2.0-Instruct.IQ4_XS.gguf) | IQ4_XS | 6.2 | | +| [GGUF](https://huggingface.co/mradermacher/Bielik-11B-v2.0-Instruct-GGUF/resolve/main/Bielik-11B-v2.0-Instruct.Q4_K_S.gguf) | Q4_K_S | 6.5 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/Bielik-11B-v2.0-Instruct-GGUF/resolve/main/Bielik-11B-v2.0-Instruct.Q4_K_M.gguf) | Q4_K_M | 6.8 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/Bielik-11B-v2.0-Instruct-GGUF/resolve/main/Bielik-11B-v2.0-Instruct.Q5_K_S.gguf) | Q5_K_S | 7.8 | | +| [GGUF](https://huggingface.co/mradermacher/Bielik-11B-v2.0-Instruct-GGUF/resolve/main/Bielik-11B-v2.0-Instruct.Q5_K_M.gguf) | Q5_K_M | 8.0 | | +| [GGUF](https://huggingface.co/mradermacher/Bielik-11B-v2.0-Instruct-GGUF/resolve/main/Bielik-11B-v2.0-Instruct.Q6_K.gguf) | Q6_K | 9.3 | very good quality | +| [GGUF](https://huggingface.co/mradermacher/Bielik-11B-v2.0-Instruct-GGUF/resolve/main/Bielik-11B-v2.0-Instruct.Q8_0.gguf) | Q8_0 | 12.0 | 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. + +