From d2bfbbd9f43498cf623346ad155a613666fac86c Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Sat, 11 Apr 2026 08:31:56 +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/Zurich-1.5B-GCv2-500k-i1-GGUF Source: Original Platform --- .gitattributes | 60 ++++++++++++++++++ README.md | 88 +++++++++++++++++++++++++++ Zurich-1.5B-GCv2-500k.i1-IQ1_M.gguf | 3 + Zurich-1.5B-GCv2-500k.i1-IQ1_S.gguf | 3 + Zurich-1.5B-GCv2-500k.i1-IQ2_M.gguf | 3 + Zurich-1.5B-GCv2-500k.i1-IQ2_S.gguf | 3 + Zurich-1.5B-GCv2-500k.i1-IQ2_XS.gguf | 3 + Zurich-1.5B-GCv2-500k.i1-IQ2_XXS.gguf | 3 + Zurich-1.5B-GCv2-500k.i1-IQ3_M.gguf | 3 + Zurich-1.5B-GCv2-500k.i1-IQ3_S.gguf | 3 + Zurich-1.5B-GCv2-500k.i1-IQ3_XS.gguf | 3 + Zurich-1.5B-GCv2-500k.i1-IQ3_XXS.gguf | 3 + Zurich-1.5B-GCv2-500k.i1-IQ4_NL.gguf | 3 + Zurich-1.5B-GCv2-500k.i1-IQ4_XS.gguf | 3 + Zurich-1.5B-GCv2-500k.i1-Q2_K.gguf | 3 + Zurich-1.5B-GCv2-500k.i1-Q2_K_S.gguf | 3 + Zurich-1.5B-GCv2-500k.i1-Q3_K_L.gguf | 3 + Zurich-1.5B-GCv2-500k.i1-Q3_K_M.gguf | 3 + Zurich-1.5B-GCv2-500k.i1-Q3_K_S.gguf | 3 + Zurich-1.5B-GCv2-500k.i1-Q4_0.gguf | 3 + Zurich-1.5B-GCv2-500k.i1-Q4_1.gguf | 3 + Zurich-1.5B-GCv2-500k.i1-Q4_K_M.gguf | 3 + Zurich-1.5B-GCv2-500k.i1-Q4_K_S.gguf | 3 + Zurich-1.5B-GCv2-500k.i1-Q5_K_M.gguf | 3 + Zurich-1.5B-GCv2-500k.i1-Q5_K_S.gguf | 3 + Zurich-1.5B-GCv2-500k.i1-Q6_K.gguf | 3 + imatrix.dat | 3 + 27 files changed, 223 insertions(+) create mode 100644 .gitattributes create mode 100644 README.md create mode 100644 Zurich-1.5B-GCv2-500k.i1-IQ1_M.gguf create mode 100644 Zurich-1.5B-GCv2-500k.i1-IQ1_S.gguf create mode 100644 Zurich-1.5B-GCv2-500k.i1-IQ2_M.gguf create mode 100644 Zurich-1.5B-GCv2-500k.i1-IQ2_S.gguf create mode 100644 Zurich-1.5B-GCv2-500k.i1-IQ2_XS.gguf create mode 100644 Zurich-1.5B-GCv2-500k.i1-IQ2_XXS.gguf create mode 100644 Zurich-1.5B-GCv2-500k.i1-IQ3_M.gguf create mode 100644 Zurich-1.5B-GCv2-500k.i1-IQ3_S.gguf create mode 100644 Zurich-1.5B-GCv2-500k.i1-IQ3_XS.gguf create mode 100644 Zurich-1.5B-GCv2-500k.i1-IQ3_XXS.gguf create mode 100644 Zurich-1.5B-GCv2-500k.i1-IQ4_NL.gguf create mode 100644 Zurich-1.5B-GCv2-500k.i1-IQ4_XS.gguf create mode 100644 Zurich-1.5B-GCv2-500k.i1-Q2_K.gguf create mode 100644 Zurich-1.5B-GCv2-500k.i1-Q2_K_S.gguf create mode 100644 Zurich-1.5B-GCv2-500k.i1-Q3_K_L.gguf create mode 100644 Zurich-1.5B-GCv2-500k.i1-Q3_K_M.gguf create mode 100644 Zurich-1.5B-GCv2-500k.i1-Q3_K_S.gguf create mode 100644 Zurich-1.5B-GCv2-500k.i1-Q4_0.gguf create mode 100644 Zurich-1.5B-GCv2-500k.i1-Q4_1.gguf create mode 100644 Zurich-1.5B-GCv2-500k.i1-Q4_K_M.gguf create mode 100644 Zurich-1.5B-GCv2-500k.i1-Q4_K_S.gguf create mode 100644 Zurich-1.5B-GCv2-500k.i1-Q5_K_M.gguf create mode 100644 Zurich-1.5B-GCv2-500k.i1-Q5_K_S.gguf create mode 100644 Zurich-1.5B-GCv2-500k.i1-Q6_K.gguf create mode 100644 imatrix.dat diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..f6c90c9 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,60 @@ +*.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 +imatrix.dat filter=lfs diff=lfs merge=lfs -text +Zurich-1.5B-GCv2-500k.i1-IQ1_M.gguf filter=lfs diff=lfs merge=lfs -text +Zurich-1.5B-GCv2-500k.i1-IQ1_S.gguf filter=lfs diff=lfs merge=lfs -text +Zurich-1.5B-GCv2-500k.i1-IQ2_M.gguf filter=lfs diff=lfs merge=lfs -text +Zurich-1.5B-GCv2-500k.i1-IQ2_S.gguf filter=lfs diff=lfs merge=lfs -text +Zurich-1.5B-GCv2-500k.i1-IQ2_XS.gguf filter=lfs diff=lfs merge=lfs -text +Zurich-1.5B-GCv2-500k.i1-IQ2_XXS.gguf filter=lfs diff=lfs merge=lfs -text +Zurich-1.5B-GCv2-500k.i1-IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text +Zurich-1.5B-GCv2-500k.i1-IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text +Zurich-1.5B-GCv2-500k.i1-IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text +Zurich-1.5B-GCv2-500k.i1-IQ3_XXS.gguf filter=lfs diff=lfs merge=lfs -text +Zurich-1.5B-GCv2-500k.i1-IQ4_NL.gguf filter=lfs diff=lfs merge=lfs -text +Zurich-1.5B-GCv2-500k.i1-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +Zurich-1.5B-GCv2-500k.i1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +Zurich-1.5B-GCv2-500k.i1-Q2_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Zurich-1.5B-GCv2-500k.i1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +Zurich-1.5B-GCv2-500k.i1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Zurich-1.5B-GCv2-500k.i1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Zurich-1.5B-GCv2-500k.i1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text +Zurich-1.5B-GCv2-500k.i1-Q4_1.gguf filter=lfs diff=lfs merge=lfs -text +Zurich-1.5B-GCv2-500k.i1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Zurich-1.5B-GCv2-500k.i1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Zurich-1.5B-GCv2-500k.i1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Zurich-1.5B-GCv2-500k.i1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Zurich-1.5B-GCv2-500k.i1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/README.md b/README.md new file mode 100644 index 0000000..74a78b8 --- /dev/null +++ b/README.md @@ -0,0 +1,88 @@ +--- +base_model: rubenroy/Zurich-1.5B-GCv2-500k +datasets: +- rubenroy/GammaCorpus-v2-500k +language: +- en +library_name: transformers +license: apache-2.0 +quantized_by: mradermacher +tags: +- text-generation-inference +- transformers +- unsloth +- qwen2 +- trl +- gammacorpus +- zurich +- chat +- conversational +--- +## About + + + + + + +weighted/imatrix quants of https://huggingface.co/rubenroy/Zurich-1.5B-GCv2-500k + + +static quants are available at https://huggingface.co/mradermacher/Zurich-1.5B-GCv2-500k-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/Zurich-1.5B-GCv2-500k-i1-GGUF/resolve/main/Zurich-1.5B-GCv2-500k.i1-IQ1_S.gguf) | i1-IQ1_S | 0.5 | for the desperate | +| [GGUF](https://huggingface.co/mradermacher/Zurich-1.5B-GCv2-500k-i1-GGUF/resolve/main/Zurich-1.5B-GCv2-500k.i1-IQ1_M.gguf) | i1-IQ1_M | 0.6 | mostly desperate | +| [GGUF](https://huggingface.co/mradermacher/Zurich-1.5B-GCv2-500k-i1-GGUF/resolve/main/Zurich-1.5B-GCv2-500k.i1-IQ2_XXS.gguf) | i1-IQ2_XXS | 0.6 | | +| [GGUF](https://huggingface.co/mradermacher/Zurich-1.5B-GCv2-500k-i1-GGUF/resolve/main/Zurich-1.5B-GCv2-500k.i1-IQ2_XS.gguf) | i1-IQ2_XS | 0.7 | | +| [GGUF](https://huggingface.co/mradermacher/Zurich-1.5B-GCv2-500k-i1-GGUF/resolve/main/Zurich-1.5B-GCv2-500k.i1-IQ2_S.gguf) | i1-IQ2_S | 0.7 | | +| [GGUF](https://huggingface.co/mradermacher/Zurich-1.5B-GCv2-500k-i1-GGUF/resolve/main/Zurich-1.5B-GCv2-500k.i1-IQ2_M.gguf) | i1-IQ2_M | 0.7 | | +| [GGUF](https://huggingface.co/mradermacher/Zurich-1.5B-GCv2-500k-i1-GGUF/resolve/main/Zurich-1.5B-GCv2-500k.i1-Q2_K_S.gguf) | i1-Q2_K_S | 0.7 | very low quality | +| [GGUF](https://huggingface.co/mradermacher/Zurich-1.5B-GCv2-500k-i1-GGUF/resolve/main/Zurich-1.5B-GCv2-500k.i1-IQ3_XXS.gguf) | i1-IQ3_XXS | 0.8 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/Zurich-1.5B-GCv2-500k-i1-GGUF/resolve/main/Zurich-1.5B-GCv2-500k.i1-Q2_K.gguf) | i1-Q2_K | 0.8 | IQ3_XXS probably better | +| [GGUF](https://huggingface.co/mradermacher/Zurich-1.5B-GCv2-500k-i1-GGUF/resolve/main/Zurich-1.5B-GCv2-500k.i1-IQ3_XS.gguf) | i1-IQ3_XS | 0.8 | | +| [GGUF](https://huggingface.co/mradermacher/Zurich-1.5B-GCv2-500k-i1-GGUF/resolve/main/Zurich-1.5B-GCv2-500k.i1-Q3_K_S.gguf) | i1-Q3_K_S | 0.9 | IQ3_XS probably better | +| [GGUF](https://huggingface.co/mradermacher/Zurich-1.5B-GCv2-500k-i1-GGUF/resolve/main/Zurich-1.5B-GCv2-500k.i1-IQ3_S.gguf) | i1-IQ3_S | 0.9 | beats Q3_K* | +| [GGUF](https://huggingface.co/mradermacher/Zurich-1.5B-GCv2-500k-i1-GGUF/resolve/main/Zurich-1.5B-GCv2-500k.i1-IQ3_M.gguf) | i1-IQ3_M | 0.9 | | +| [GGUF](https://huggingface.co/mradermacher/Zurich-1.5B-GCv2-500k-i1-GGUF/resolve/main/Zurich-1.5B-GCv2-500k.i1-Q3_K_M.gguf) | i1-Q3_K_M | 0.9 | IQ3_S probably better | +| [GGUF](https://huggingface.co/mradermacher/Zurich-1.5B-GCv2-500k-i1-GGUF/resolve/main/Zurich-1.5B-GCv2-500k.i1-Q3_K_L.gguf) | i1-Q3_K_L | 1.0 | IQ3_M probably better | +| [GGUF](https://huggingface.co/mradermacher/Zurich-1.5B-GCv2-500k-i1-GGUF/resolve/main/Zurich-1.5B-GCv2-500k.i1-IQ4_XS.gguf) | i1-IQ4_XS | 1.0 | | +| [GGUF](https://huggingface.co/mradermacher/Zurich-1.5B-GCv2-500k-i1-GGUF/resolve/main/Zurich-1.5B-GCv2-500k.i1-IQ4_NL.gguf) | i1-IQ4_NL | 1.0 | prefer IQ4_XS | +| [GGUF](https://huggingface.co/mradermacher/Zurich-1.5B-GCv2-500k-i1-GGUF/resolve/main/Zurich-1.5B-GCv2-500k.i1-Q4_0.gguf) | i1-Q4_0 | 1.0 | fast, low quality | +| [GGUF](https://huggingface.co/mradermacher/Zurich-1.5B-GCv2-500k-i1-GGUF/resolve/main/Zurich-1.5B-GCv2-500k.i1-Q4_K_S.gguf) | i1-Q4_K_S | 1.0 | optimal size/speed/quality | +| [GGUF](https://huggingface.co/mradermacher/Zurich-1.5B-GCv2-500k-i1-GGUF/resolve/main/Zurich-1.5B-GCv2-500k.i1-Q4_K_M.gguf) | i1-Q4_K_M | 1.1 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/Zurich-1.5B-GCv2-500k-i1-GGUF/resolve/main/Zurich-1.5B-GCv2-500k.i1-Q4_1.gguf) | i1-Q4_1 | 1.1 | | +| [GGUF](https://huggingface.co/mradermacher/Zurich-1.5B-GCv2-500k-i1-GGUF/resolve/main/Zurich-1.5B-GCv2-500k.i1-Q5_K_S.gguf) | i1-Q5_K_S | 1.2 | | +| [GGUF](https://huggingface.co/mradermacher/Zurich-1.5B-GCv2-500k-i1-GGUF/resolve/main/Zurich-1.5B-GCv2-500k.i1-Q5_K_M.gguf) | i1-Q5_K_M | 1.2 | | +| [GGUF](https://huggingface.co/mradermacher/Zurich-1.5B-GCv2-500k-i1-GGUF/resolve/main/Zurich-1.5B-GCv2-500k.i1-Q6_K.gguf) | i1-Q6_K | 1.4 | practically like static Q6_K | + +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. Additional thanks to [@nicoboss](https://huggingface.co/nicoboss) for giving me access to his private supercomputer, enabling me to provide many more imatrix quants, at much higher quality, than I would otherwise be able to. + + diff --git a/Zurich-1.5B-GCv2-500k.i1-IQ1_M.gguf b/Zurich-1.5B-GCv2-500k.i1-IQ1_M.gguf new file mode 100644 index 0000000..0b92fd9 --- /dev/null +++ b/Zurich-1.5B-GCv2-500k.i1-IQ1_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac30414ab9ffe14774ad3e1a10b4bd60726eaa77b98ddba49472a6177519d74f +size 464462816 diff --git a/Zurich-1.5B-GCv2-500k.i1-IQ1_S.gguf b/Zurich-1.5B-GCv2-500k.i1-IQ1_S.gguf new file mode 100644 index 0000000..68cf57f --- /dev/null +++ b/Zurich-1.5B-GCv2-500k.i1-IQ1_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eba3f59fdaadce5fbe24025c3dc62f64679f86970a7642a894ad3302b6ecf6ee +size 436529120 diff --git a/Zurich-1.5B-GCv2-500k.i1-IQ2_M.gguf b/Zurich-1.5B-GCv2-500k.i1-IQ2_M.gguf new file mode 100644 index 0000000..f633ad6 --- /dev/null +++ b/Zurich-1.5B-GCv2-500k.i1-IQ2_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae80381631f47523985e87724c7c11b2d41b4c724fae959a86cddbeed91113fb +size 601056224 diff --git a/Zurich-1.5B-GCv2-500k.i1-IQ2_S.gguf b/Zurich-1.5B-GCv2-500k.i1-IQ2_S.gguf new file mode 100644 index 0000000..babf5a7 --- /dev/null +++ b/Zurich-1.5B-GCv2-500k.i1-IQ2_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3dd6341659b78fe9607b7024637b531c3bf5548269b2140f7c5c9debd28d7aea +size 563811296 diff --git a/Zurich-1.5B-GCv2-500k.i1-IQ2_XS.gguf b/Zurich-1.5B-GCv2-500k.i1-IQ2_XS.gguf new file mode 100644 index 0000000..0a625bc --- /dev/null +++ b/Zurich-1.5B-GCv2-500k.i1-IQ2_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6776aa7d299f9c68f6f75232dff766367353977c7f84380e3c0742a25a118b1 +size 550328288 diff --git a/Zurich-1.5B-GCv2-500k.i1-IQ2_XXS.gguf b/Zurich-1.5B-GCv2-500k.i1-IQ2_XXS.gguf new file mode 100644 index 0000000..a68e959 --- /dev/null +++ b/Zurich-1.5B-GCv2-500k.i1-IQ2_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:266b1e122ec952eb960b0ef6955bcdeacafc995d4b832b17dd68d0c8c3748ef4 +size 511018976 diff --git a/Zurich-1.5B-GCv2-500k.i1-IQ3_M.gguf b/Zurich-1.5B-GCv2-500k.i1-IQ3_M.gguf new file mode 100644 index 0000000..c8d3685 --- /dev/null +++ b/Zurich-1.5B-GCv2-500k.i1-IQ3_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40f5c10cf0f95096e32db81c86fb01ae47a000aaa04728ed0bdf55dde94e11f9 +size 776665568 diff --git a/Zurich-1.5B-GCv2-500k.i1-IQ3_S.gguf b/Zurich-1.5B-GCv2-500k.i1-IQ3_S.gguf new file mode 100644 index 0000000..552f9bf --- /dev/null +++ b/Zurich-1.5B-GCv2-500k.i1-IQ3_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc3f682d64dea8816bb89de77783a7a4943265f20fc1acdb5fc97a03128f7c6e +size 762408416 diff --git a/Zurich-1.5B-GCv2-500k.i1-IQ3_XS.gguf b/Zurich-1.5B-GCv2-500k.i1-IQ3_XS.gguf new file mode 100644 index 0000000..6e55bde --- /dev/null +++ b/Zurich-1.5B-GCv2-500k.i1-IQ3_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8829c161382121a4df908f22cabf6d7baa71d769cf67851f4bb8738c1119ce01 +size 731700704 diff --git a/Zurich-1.5B-GCv2-500k.i1-IQ3_XXS.gguf b/Zurich-1.5B-GCv2-500k.i1-IQ3_XXS.gguf new file mode 100644 index 0000000..981313d --- /dev/null +++ b/Zurich-1.5B-GCv2-500k.i1-IQ3_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20156dbe9f30abc1597d54943fc723345b3cfe2c5db37fc3f260faed55e724ba +size 668793824 diff --git a/Zurich-1.5B-GCv2-500k.i1-IQ4_NL.gguf b/Zurich-1.5B-GCv2-500k.i1-IQ4_NL.gguf new file mode 100644 index 0000000..f5780e8 --- /dev/null +++ b/Zurich-1.5B-GCv2-500k.i1-IQ4_NL.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20d453f3bc324dc8e299cb407f984e6bb1b326440421ea20f91627b93a1874e0 +size 936332768 diff --git a/Zurich-1.5B-GCv2-500k.i1-IQ4_XS.gguf b/Zurich-1.5B-GCv2-500k.i1-IQ4_XS.gguf new file mode 100644 index 0000000..66d232c --- /dev/null +++ b/Zurich-1.5B-GCv2-500k.i1-IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5dbad521b1d76518d3af56c8999c6f5ef760594787bbe10de29db839b5e2563 +size 895733216 diff --git a/Zurich-1.5B-GCv2-500k.i1-Q2_K.gguf b/Zurich-1.5B-GCv2-500k.i1-Q2_K.gguf new file mode 100644 index 0000000..c5124f7 --- /dev/null +++ b/Zurich-1.5B-GCv2-500k.i1-Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4cb15c0e3454b914404e9f85739aca0883b3393b4b9f31a65c44a6c1c9bb74d +size 676306400 diff --git a/Zurich-1.5B-GCv2-500k.i1-Q2_K_S.gguf b/Zurich-1.5B-GCv2-500k.i1-Q2_K_S.gguf new file mode 100644 index 0000000..1c28579 --- /dev/null +++ b/Zurich-1.5B-GCv2-500k.i1-Q2_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a75544425a0179ec2e086e8f113c75637d8382f276526b7c28e0bc79b1d903d +size 640136672 diff --git a/Zurich-1.5B-GCv2-500k.i1-Q3_K_L.gguf b/Zurich-1.5B-GCv2-500k.i1-Q3_K_L.gguf new file mode 100644 index 0000000..3c20382 --- /dev/null +++ b/Zurich-1.5B-GCv2-500k.i1-Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6572d78d71f8d08b4ef650157b20b4dd0a9fbcce6c5e321d661a8ac86824b6db +size 880164320 diff --git a/Zurich-1.5B-GCv2-500k.i1-Q3_K_M.gguf b/Zurich-1.5B-GCv2-500k.i1-Q3_K_M.gguf new file mode 100644 index 0000000..db16dc5 --- /dev/null +++ b/Zurich-1.5B-GCv2-500k.i1-Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f84b0a43410ffd2e5a274cf1f6d119d4e2658010ef027abfb46f3bc17d66717 +size 824180192 diff --git a/Zurich-1.5B-GCv2-500k.i1-Q3_K_S.gguf b/Zurich-1.5B-GCv2-500k.i1-Q3_K_S.gguf new file mode 100644 index 0000000..a8b773d --- /dev/null +++ b/Zurich-1.5B-GCv2-500k.i1-Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07003ce60e6744ce1d2336d47c37484928e4321b4e433e14479c4a859b05f4ac +size 760946144 diff --git a/Zurich-1.5B-GCv2-500k.i1-Q4_0.gguf b/Zurich-1.5B-GCv2-500k.i1-Q4_0.gguf new file mode 100644 index 0000000..13ffe5c --- /dev/null +++ b/Zurich-1.5B-GCv2-500k.i1-Q4_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e2d929b29d5061e0db635b284a077456117f91fa84363b88e20994ac7ca93ff +size 937536992 diff --git a/Zurich-1.5B-GCv2-500k.i1-Q4_1.gguf b/Zurich-1.5B-GCv2-500k.i1-Q4_1.gguf new file mode 100644 index 0000000..3538411 --- /dev/null +++ b/Zurich-1.5B-GCv2-500k.i1-Q4_1.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60fc573f41c13a9c559b9454d9caf44cc9165efa508aa401449098ae8c826488 +size 1016843744 diff --git a/Zurich-1.5B-GCv2-500k.i1-Q4_K_M.gguf b/Zurich-1.5B-GCv2-500k.i1-Q4_K_M.gguf new file mode 100644 index 0000000..44c8523 --- /dev/null +++ b/Zurich-1.5B-GCv2-500k.i1-Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03e1e0c0c92f8dd8924118e9816a67995333a2c92e9fb9d9c6abc5664faaf132 +size 986050016 diff --git a/Zurich-1.5B-GCv2-500k.i1-Q4_K_S.gguf b/Zurich-1.5B-GCv2-500k.i1-Q4_K_S.gguf new file mode 100644 index 0000000..26b4b30 --- /dev/null +++ b/Zurich-1.5B-GCv2-500k.i1-Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21af69750b697a03b5a5ec27599ebd5623f52ae5719d00fd7787faff79bd3db1 +size 940314080 diff --git a/Zurich-1.5B-GCv2-500k.i1-Q5_K_M.gguf b/Zurich-1.5B-GCv2-500k.i1-Q5_K_M.gguf new file mode 100644 index 0000000..0a711d3 --- /dev/null +++ b/Zurich-1.5B-GCv2-500k.i1-Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1dc6b983f0ea8e693092f329076b3eca9eb441724db2d5c27d5328294ab8db9 +size 1125051872 diff --git a/Zurich-1.5B-GCv2-500k.i1-Q5_K_S.gguf b/Zurich-1.5B-GCv2-500k.i1-Q5_K_S.gguf new file mode 100644 index 0000000..7f99d14 --- /dev/null +++ b/Zurich-1.5B-GCv2-500k.i1-Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:273a2e6022204420864e4e2ba31708e92fc4e544ca1113bfa572dce161e51a0d +size 1098730976 diff --git a/Zurich-1.5B-GCv2-500k.i1-Q6_K.gguf b/Zurich-1.5B-GCv2-500k.i1-Q6_K.gguf new file mode 100644 index 0000000..260a86b --- /dev/null +++ b/Zurich-1.5B-GCv2-500k.i1-Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd4a0458cab46387d4bf8dcff37807246a560da9c585dd2e013c5d45a0816427 +size 1272741344 diff --git a/imatrix.dat b/imatrix.dat new file mode 100644 index 0000000..b775de1 --- /dev/null +++ b/imatrix.dat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb93a4b2f3fb9343d046e4a3f6567bda5ae57d5a629c2ad289a05f4d773d673e +size 2042201