From 5df6373c4e196a6d1c5be19acd814a99d8c87bcc Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Thu, 11 Jun 2026 22:16: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/Zurich-1.5B-GCv2-100k-i1-GGUF Source: Original Platform --- .gitattributes | 60 ++++++++++++++++++ README.md | 88 +++++++++++++++++++++++++++ Zurich-1.5B-GCv2-100k.i1-IQ1_M.gguf | 3 + Zurich-1.5B-GCv2-100k.i1-IQ1_S.gguf | 3 + Zurich-1.5B-GCv2-100k.i1-IQ2_M.gguf | 3 + Zurich-1.5B-GCv2-100k.i1-IQ2_S.gguf | 3 + Zurich-1.5B-GCv2-100k.i1-IQ2_XS.gguf | 3 + Zurich-1.5B-GCv2-100k.i1-IQ2_XXS.gguf | 3 + Zurich-1.5B-GCv2-100k.i1-IQ3_M.gguf | 3 + Zurich-1.5B-GCv2-100k.i1-IQ3_S.gguf | 3 + Zurich-1.5B-GCv2-100k.i1-IQ3_XS.gguf | 3 + Zurich-1.5B-GCv2-100k.i1-IQ3_XXS.gguf | 3 + Zurich-1.5B-GCv2-100k.i1-IQ4_NL.gguf | 3 + Zurich-1.5B-GCv2-100k.i1-IQ4_XS.gguf | 3 + Zurich-1.5B-GCv2-100k.i1-Q2_K.gguf | 3 + Zurich-1.5B-GCv2-100k.i1-Q2_K_S.gguf | 3 + Zurich-1.5B-GCv2-100k.i1-Q3_K_L.gguf | 3 + Zurich-1.5B-GCv2-100k.i1-Q3_K_M.gguf | 3 + Zurich-1.5B-GCv2-100k.i1-Q3_K_S.gguf | 3 + Zurich-1.5B-GCv2-100k.i1-Q4_0.gguf | 3 + Zurich-1.5B-GCv2-100k.i1-Q4_1.gguf | 3 + Zurich-1.5B-GCv2-100k.i1-Q4_K_M.gguf | 3 + Zurich-1.5B-GCv2-100k.i1-Q4_K_S.gguf | 3 + Zurich-1.5B-GCv2-100k.i1-Q5_K_M.gguf | 3 + Zurich-1.5B-GCv2-100k.i1-Q5_K_S.gguf | 3 + Zurich-1.5B-GCv2-100k.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-100k.i1-IQ1_M.gguf create mode 100644 Zurich-1.5B-GCv2-100k.i1-IQ1_S.gguf create mode 100644 Zurich-1.5B-GCv2-100k.i1-IQ2_M.gguf create mode 100644 Zurich-1.5B-GCv2-100k.i1-IQ2_S.gguf create mode 100644 Zurich-1.5B-GCv2-100k.i1-IQ2_XS.gguf create mode 100644 Zurich-1.5B-GCv2-100k.i1-IQ2_XXS.gguf create mode 100644 Zurich-1.5B-GCv2-100k.i1-IQ3_M.gguf create mode 100644 Zurich-1.5B-GCv2-100k.i1-IQ3_S.gguf create mode 100644 Zurich-1.5B-GCv2-100k.i1-IQ3_XS.gguf create mode 100644 Zurich-1.5B-GCv2-100k.i1-IQ3_XXS.gguf create mode 100644 Zurich-1.5B-GCv2-100k.i1-IQ4_NL.gguf create mode 100644 Zurich-1.5B-GCv2-100k.i1-IQ4_XS.gguf create mode 100644 Zurich-1.5B-GCv2-100k.i1-Q2_K.gguf create mode 100644 Zurich-1.5B-GCv2-100k.i1-Q2_K_S.gguf create mode 100644 Zurich-1.5B-GCv2-100k.i1-Q3_K_L.gguf create mode 100644 Zurich-1.5B-GCv2-100k.i1-Q3_K_M.gguf create mode 100644 Zurich-1.5B-GCv2-100k.i1-Q3_K_S.gguf create mode 100644 Zurich-1.5B-GCv2-100k.i1-Q4_0.gguf create mode 100644 Zurich-1.5B-GCv2-100k.i1-Q4_1.gguf create mode 100644 Zurich-1.5B-GCv2-100k.i1-Q4_K_M.gguf create mode 100644 Zurich-1.5B-GCv2-100k.i1-Q4_K_S.gguf create mode 100644 Zurich-1.5B-GCv2-100k.i1-Q5_K_M.gguf create mode 100644 Zurich-1.5B-GCv2-100k.i1-Q5_K_S.gguf create mode 100644 Zurich-1.5B-GCv2-100k.i1-Q6_K.gguf create mode 100644 imatrix.dat diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..44825ae --- /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-100k.i1-IQ1_M.gguf filter=lfs diff=lfs merge=lfs -text +Zurich-1.5B-GCv2-100k.i1-IQ1_S.gguf filter=lfs diff=lfs merge=lfs -text +Zurich-1.5B-GCv2-100k.i1-IQ2_M.gguf filter=lfs diff=lfs merge=lfs -text +Zurich-1.5B-GCv2-100k.i1-IQ2_S.gguf filter=lfs diff=lfs merge=lfs -text +Zurich-1.5B-GCv2-100k.i1-IQ2_XS.gguf filter=lfs diff=lfs merge=lfs -text +Zurich-1.5B-GCv2-100k.i1-IQ2_XXS.gguf filter=lfs diff=lfs merge=lfs -text +Zurich-1.5B-GCv2-100k.i1-IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text +Zurich-1.5B-GCv2-100k.i1-IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text +Zurich-1.5B-GCv2-100k.i1-IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text +Zurich-1.5B-GCv2-100k.i1-IQ3_XXS.gguf filter=lfs diff=lfs merge=lfs -text +Zurich-1.5B-GCv2-100k.i1-IQ4_NL.gguf filter=lfs diff=lfs merge=lfs -text +Zurich-1.5B-GCv2-100k.i1-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +Zurich-1.5B-GCv2-100k.i1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +Zurich-1.5B-GCv2-100k.i1-Q2_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Zurich-1.5B-GCv2-100k.i1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +Zurich-1.5B-GCv2-100k.i1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Zurich-1.5B-GCv2-100k.i1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Zurich-1.5B-GCv2-100k.i1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text +Zurich-1.5B-GCv2-100k.i1-Q4_1.gguf filter=lfs diff=lfs merge=lfs -text +Zurich-1.5B-GCv2-100k.i1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Zurich-1.5B-GCv2-100k.i1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Zurich-1.5B-GCv2-100k.i1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Zurich-1.5B-GCv2-100k.i1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Zurich-1.5B-GCv2-100k.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..f82f09a --- /dev/null +++ b/README.md @@ -0,0 +1,88 @@ +--- +base_model: rubenroy/Zurich-1.5B-GCv2-100k +datasets: +- rubenroy/GammaCorpus-v2-100k +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-100k + + +static quants are available at https://huggingface.co/mradermacher/Zurich-1.5B-GCv2-100k-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-100k-i1-GGUF/resolve/main/Zurich-1.5B-GCv2-100k.i1-IQ1_S.gguf) | i1-IQ1_S | 0.5 | for the desperate | +| [GGUF](https://huggingface.co/mradermacher/Zurich-1.5B-GCv2-100k-i1-GGUF/resolve/main/Zurich-1.5B-GCv2-100k.i1-IQ1_M.gguf) | i1-IQ1_M | 0.6 | mostly desperate | +| [GGUF](https://huggingface.co/mradermacher/Zurich-1.5B-GCv2-100k-i1-GGUF/resolve/main/Zurich-1.5B-GCv2-100k.i1-IQ2_XXS.gguf) | i1-IQ2_XXS | 0.6 | | +| [GGUF](https://huggingface.co/mradermacher/Zurich-1.5B-GCv2-100k-i1-GGUF/resolve/main/Zurich-1.5B-GCv2-100k.i1-IQ2_XS.gguf) | i1-IQ2_XS | 0.7 | | +| [GGUF](https://huggingface.co/mradermacher/Zurich-1.5B-GCv2-100k-i1-GGUF/resolve/main/Zurich-1.5B-GCv2-100k.i1-IQ2_S.gguf) | i1-IQ2_S | 0.7 | | +| [GGUF](https://huggingface.co/mradermacher/Zurich-1.5B-GCv2-100k-i1-GGUF/resolve/main/Zurich-1.5B-GCv2-100k.i1-IQ2_M.gguf) | i1-IQ2_M | 0.7 | | +| [GGUF](https://huggingface.co/mradermacher/Zurich-1.5B-GCv2-100k-i1-GGUF/resolve/main/Zurich-1.5B-GCv2-100k.i1-Q2_K_S.gguf) | i1-Q2_K_S | 0.7 | very low quality | +| [GGUF](https://huggingface.co/mradermacher/Zurich-1.5B-GCv2-100k-i1-GGUF/resolve/main/Zurich-1.5B-GCv2-100k.i1-IQ3_XXS.gguf) | i1-IQ3_XXS | 0.8 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/Zurich-1.5B-GCv2-100k-i1-GGUF/resolve/main/Zurich-1.5B-GCv2-100k.i1-Q2_K.gguf) | i1-Q2_K | 0.8 | IQ3_XXS probably better | +| [GGUF](https://huggingface.co/mradermacher/Zurich-1.5B-GCv2-100k-i1-GGUF/resolve/main/Zurich-1.5B-GCv2-100k.i1-IQ3_XS.gguf) | i1-IQ3_XS | 0.8 | | +| [GGUF](https://huggingface.co/mradermacher/Zurich-1.5B-GCv2-100k-i1-GGUF/resolve/main/Zurich-1.5B-GCv2-100k.i1-Q3_K_S.gguf) | i1-Q3_K_S | 0.9 | IQ3_XS probably better | +| [GGUF](https://huggingface.co/mradermacher/Zurich-1.5B-GCv2-100k-i1-GGUF/resolve/main/Zurich-1.5B-GCv2-100k.i1-IQ3_S.gguf) | i1-IQ3_S | 0.9 | beats Q3_K* | +| [GGUF](https://huggingface.co/mradermacher/Zurich-1.5B-GCv2-100k-i1-GGUF/resolve/main/Zurich-1.5B-GCv2-100k.i1-IQ3_M.gguf) | i1-IQ3_M | 0.9 | | +| [GGUF](https://huggingface.co/mradermacher/Zurich-1.5B-GCv2-100k-i1-GGUF/resolve/main/Zurich-1.5B-GCv2-100k.i1-Q3_K_M.gguf) | i1-Q3_K_M | 0.9 | IQ3_S probably better | +| [GGUF](https://huggingface.co/mradermacher/Zurich-1.5B-GCv2-100k-i1-GGUF/resolve/main/Zurich-1.5B-GCv2-100k.i1-Q3_K_L.gguf) | i1-Q3_K_L | 1.0 | IQ3_M probably better | +| [GGUF](https://huggingface.co/mradermacher/Zurich-1.5B-GCv2-100k-i1-GGUF/resolve/main/Zurich-1.5B-GCv2-100k.i1-IQ4_XS.gguf) | i1-IQ4_XS | 1.0 | | +| [GGUF](https://huggingface.co/mradermacher/Zurich-1.5B-GCv2-100k-i1-GGUF/resolve/main/Zurich-1.5B-GCv2-100k.i1-IQ4_NL.gguf) | i1-IQ4_NL | 1.0 | prefer IQ4_XS | +| [GGUF](https://huggingface.co/mradermacher/Zurich-1.5B-GCv2-100k-i1-GGUF/resolve/main/Zurich-1.5B-GCv2-100k.i1-Q4_0.gguf) | i1-Q4_0 | 1.0 | fast, low quality | +| [GGUF](https://huggingface.co/mradermacher/Zurich-1.5B-GCv2-100k-i1-GGUF/resolve/main/Zurich-1.5B-GCv2-100k.i1-Q4_K_S.gguf) | i1-Q4_K_S | 1.0 | optimal size/speed/quality | +| [GGUF](https://huggingface.co/mradermacher/Zurich-1.5B-GCv2-100k-i1-GGUF/resolve/main/Zurich-1.5B-GCv2-100k.i1-Q4_K_M.gguf) | i1-Q4_K_M | 1.1 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/Zurich-1.5B-GCv2-100k-i1-GGUF/resolve/main/Zurich-1.5B-GCv2-100k.i1-Q4_1.gguf) | i1-Q4_1 | 1.1 | | +| [GGUF](https://huggingface.co/mradermacher/Zurich-1.5B-GCv2-100k-i1-GGUF/resolve/main/Zurich-1.5B-GCv2-100k.i1-Q5_K_S.gguf) | i1-Q5_K_S | 1.2 | | +| [GGUF](https://huggingface.co/mradermacher/Zurich-1.5B-GCv2-100k-i1-GGUF/resolve/main/Zurich-1.5B-GCv2-100k.i1-Q5_K_M.gguf) | i1-Q5_K_M | 1.2 | | +| [GGUF](https://huggingface.co/mradermacher/Zurich-1.5B-GCv2-100k-i1-GGUF/resolve/main/Zurich-1.5B-GCv2-100k.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-100k.i1-IQ1_M.gguf b/Zurich-1.5B-GCv2-100k.i1-IQ1_M.gguf new file mode 100644 index 0000000..aca7a31 --- /dev/null +++ b/Zurich-1.5B-GCv2-100k.i1-IQ1_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba8389bb8667aa2693386fbf08b8c36ecce9d073598ed51556028d7bab38c321 +size 464462816 diff --git a/Zurich-1.5B-GCv2-100k.i1-IQ1_S.gguf b/Zurich-1.5B-GCv2-100k.i1-IQ1_S.gguf new file mode 100644 index 0000000..53c6a9c --- /dev/null +++ b/Zurich-1.5B-GCv2-100k.i1-IQ1_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52ee4b3aceb5c63bea95149fe44a0b0a4c532a9e5d3b82208fbd760971d61ae1 +size 436529120 diff --git a/Zurich-1.5B-GCv2-100k.i1-IQ2_M.gguf b/Zurich-1.5B-GCv2-100k.i1-IQ2_M.gguf new file mode 100644 index 0000000..1cf4b22 --- /dev/null +++ b/Zurich-1.5B-GCv2-100k.i1-IQ2_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cdcbcccf5ce2965793537534abfcbe5c77d9bb4ec89a513b0e5d275045f71a61 +size 601056224 diff --git a/Zurich-1.5B-GCv2-100k.i1-IQ2_S.gguf b/Zurich-1.5B-GCv2-100k.i1-IQ2_S.gguf new file mode 100644 index 0000000..3553efa --- /dev/null +++ b/Zurich-1.5B-GCv2-100k.i1-IQ2_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0f871d83a3bb149f30f8673ea87d94c9e3206cffba26bb6e97d4365ad8f3022 +size 563811296 diff --git a/Zurich-1.5B-GCv2-100k.i1-IQ2_XS.gguf b/Zurich-1.5B-GCv2-100k.i1-IQ2_XS.gguf new file mode 100644 index 0000000..6da7494 --- /dev/null +++ b/Zurich-1.5B-GCv2-100k.i1-IQ2_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fb0dbe95da40aa8976a90fbcbec9375467cfd9146bd46d708ca33f50322e0af +size 550328288 diff --git a/Zurich-1.5B-GCv2-100k.i1-IQ2_XXS.gguf b/Zurich-1.5B-GCv2-100k.i1-IQ2_XXS.gguf new file mode 100644 index 0000000..699493d --- /dev/null +++ b/Zurich-1.5B-GCv2-100k.i1-IQ2_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:202d644b143f23694cc765ccb5efde5f2cb426ee6a0fabfac0834fc7eb9dc115 +size 511018976 diff --git a/Zurich-1.5B-GCv2-100k.i1-IQ3_M.gguf b/Zurich-1.5B-GCv2-100k.i1-IQ3_M.gguf new file mode 100644 index 0000000..897f553 --- /dev/null +++ b/Zurich-1.5B-GCv2-100k.i1-IQ3_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8769d9a64613be7dc258147327dc75ff90688c2de3cacb71d59258ee6773bcfe +size 776665568 diff --git a/Zurich-1.5B-GCv2-100k.i1-IQ3_S.gguf b/Zurich-1.5B-GCv2-100k.i1-IQ3_S.gguf new file mode 100644 index 0000000..bc512a6 --- /dev/null +++ b/Zurich-1.5B-GCv2-100k.i1-IQ3_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:589749749341be62a216262bc219dbd836c80ecc58e79ba64c55dbab6504cb2b +size 762408416 diff --git a/Zurich-1.5B-GCv2-100k.i1-IQ3_XS.gguf b/Zurich-1.5B-GCv2-100k.i1-IQ3_XS.gguf new file mode 100644 index 0000000..7e08d39 --- /dev/null +++ b/Zurich-1.5B-GCv2-100k.i1-IQ3_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63fbbf15f33515f84e06d376f4eb30a4c9f352b98dd0085e4404ec37158b859b +size 731700704 diff --git a/Zurich-1.5B-GCv2-100k.i1-IQ3_XXS.gguf b/Zurich-1.5B-GCv2-100k.i1-IQ3_XXS.gguf new file mode 100644 index 0000000..073d7d9 --- /dev/null +++ b/Zurich-1.5B-GCv2-100k.i1-IQ3_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3be2275b4bc715fe80a589f24709ea6df5b6563845f58504286032ac6e1cc2ef +size 668793824 diff --git a/Zurich-1.5B-GCv2-100k.i1-IQ4_NL.gguf b/Zurich-1.5B-GCv2-100k.i1-IQ4_NL.gguf new file mode 100644 index 0000000..ba0893e --- /dev/null +++ b/Zurich-1.5B-GCv2-100k.i1-IQ4_NL.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e499ddfb09ed6b6bb63e4cb5d0d525b81c97e4d68ed9f03bac7e04356894c973 +size 936332768 diff --git a/Zurich-1.5B-GCv2-100k.i1-IQ4_XS.gguf b/Zurich-1.5B-GCv2-100k.i1-IQ4_XS.gguf new file mode 100644 index 0000000..a17218e --- /dev/null +++ b/Zurich-1.5B-GCv2-100k.i1-IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d92c99e3a61877d24e1376bea837a09fba4445db707ab683947196ca031ace2 +size 895733216 diff --git a/Zurich-1.5B-GCv2-100k.i1-Q2_K.gguf b/Zurich-1.5B-GCv2-100k.i1-Q2_K.gguf new file mode 100644 index 0000000..367a21f --- /dev/null +++ b/Zurich-1.5B-GCv2-100k.i1-Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e56dc4061c33d4fa6f191f34a1b97dfbd7ade82425b3477bb594353408458cf +size 676306400 diff --git a/Zurich-1.5B-GCv2-100k.i1-Q2_K_S.gguf b/Zurich-1.5B-GCv2-100k.i1-Q2_K_S.gguf new file mode 100644 index 0000000..74e34e0 --- /dev/null +++ b/Zurich-1.5B-GCv2-100k.i1-Q2_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:698eccaa4b595707e4f585730b3d5b3d0e26f6b0cbe10a144a8454e234d33a19 +size 640136672 diff --git a/Zurich-1.5B-GCv2-100k.i1-Q3_K_L.gguf b/Zurich-1.5B-GCv2-100k.i1-Q3_K_L.gguf new file mode 100644 index 0000000..6e8fbbe --- /dev/null +++ b/Zurich-1.5B-GCv2-100k.i1-Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8f2c4828513b625b2b29a56cf2eddd71765691c14384c48eba1302680afa9cb +size 880164320 diff --git a/Zurich-1.5B-GCv2-100k.i1-Q3_K_M.gguf b/Zurich-1.5B-GCv2-100k.i1-Q3_K_M.gguf new file mode 100644 index 0000000..8b71858 --- /dev/null +++ b/Zurich-1.5B-GCv2-100k.i1-Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e693e85a368f5599d6f66eb6af3c99c4c9391cc08d28cf17a8802cb5bd0b5e3 +size 824180192 diff --git a/Zurich-1.5B-GCv2-100k.i1-Q3_K_S.gguf b/Zurich-1.5B-GCv2-100k.i1-Q3_K_S.gguf new file mode 100644 index 0000000..293afbd --- /dev/null +++ b/Zurich-1.5B-GCv2-100k.i1-Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a076a4bd422e3b04c6519eac40f02e89073fe023a9cca5608a7583be9693a25a +size 760946144 diff --git a/Zurich-1.5B-GCv2-100k.i1-Q4_0.gguf b/Zurich-1.5B-GCv2-100k.i1-Q4_0.gguf new file mode 100644 index 0000000..3c97864 --- /dev/null +++ b/Zurich-1.5B-GCv2-100k.i1-Q4_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14abf25667dce0e6fd6415574aec4f3c7effbcb6967b4022a306e4905f294270 +size 937536992 diff --git a/Zurich-1.5B-GCv2-100k.i1-Q4_1.gguf b/Zurich-1.5B-GCv2-100k.i1-Q4_1.gguf new file mode 100644 index 0000000..bfb3a1c --- /dev/null +++ b/Zurich-1.5B-GCv2-100k.i1-Q4_1.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1b9cbe56988c2ceffcc02f628e1821b888a2daffd7d06ed33e66d77931cff30 +size 1016843744 diff --git a/Zurich-1.5B-GCv2-100k.i1-Q4_K_M.gguf b/Zurich-1.5B-GCv2-100k.i1-Q4_K_M.gguf new file mode 100644 index 0000000..10baba9 --- /dev/null +++ b/Zurich-1.5B-GCv2-100k.i1-Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bf8758bfe7c6e36a37caccbe591619018ca555d3b5584657b92288fce3b9f2a +size 986050016 diff --git a/Zurich-1.5B-GCv2-100k.i1-Q4_K_S.gguf b/Zurich-1.5B-GCv2-100k.i1-Q4_K_S.gguf new file mode 100644 index 0000000..9c79054 --- /dev/null +++ b/Zurich-1.5B-GCv2-100k.i1-Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6cd61817499947cd70ddad41f745aa66f728ef2a90155f97dcca41270b73e6f +size 940314080 diff --git a/Zurich-1.5B-GCv2-100k.i1-Q5_K_M.gguf b/Zurich-1.5B-GCv2-100k.i1-Q5_K_M.gguf new file mode 100644 index 0000000..12d534a --- /dev/null +++ b/Zurich-1.5B-GCv2-100k.i1-Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2184991dca23d234a87bacacb526dfb43147d844959f219176bb99052b889493 +size 1125051872 diff --git a/Zurich-1.5B-GCv2-100k.i1-Q5_K_S.gguf b/Zurich-1.5B-GCv2-100k.i1-Q5_K_S.gguf new file mode 100644 index 0000000..5fad3de --- /dev/null +++ b/Zurich-1.5B-GCv2-100k.i1-Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2da351289dd23dda5513ae5b56921ff6ead81ad492a251f4873ed7d8181ac7d3 +size 1098730976 diff --git a/Zurich-1.5B-GCv2-100k.i1-Q6_K.gguf b/Zurich-1.5B-GCv2-100k.i1-Q6_K.gguf new file mode 100644 index 0000000..6fb21be --- /dev/null +++ b/Zurich-1.5B-GCv2-100k.i1-Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:496126606179b3b5ce481525b5b34448c2f071f3802716743f6d80ad3d80e0b8 +size 1272741344 diff --git a/imatrix.dat b/imatrix.dat new file mode 100644 index 0000000..9998127 --- /dev/null +++ b/imatrix.dat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ec31c448bedd9de60d48f022274438278b982906e49a363c03e45102c8137d8 +size 2042201