From e5e857b1bc8f55b9af04dd2ebf5fbbb38f314563 Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Thu, 11 Jun 2026 23:02:22 +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-14B-GCv2-10k-i1-GGUF Source: Original Platform --- .gitattributes | 60 ++++++++++++++++++++ README.md | 88 +++++++++++++++++++++++++++++ Zurich-14B-GCv2-10k.i1-IQ1_M.gguf | 3 + Zurich-14B-GCv2-10k.i1-IQ1_S.gguf | 3 + Zurich-14B-GCv2-10k.i1-IQ2_M.gguf | 3 + Zurich-14B-GCv2-10k.i1-IQ2_S.gguf | 3 + Zurich-14B-GCv2-10k.i1-IQ2_XS.gguf | 3 + Zurich-14B-GCv2-10k.i1-IQ2_XXS.gguf | 3 + Zurich-14B-GCv2-10k.i1-IQ3_M.gguf | 3 + Zurich-14B-GCv2-10k.i1-IQ3_S.gguf | 3 + Zurich-14B-GCv2-10k.i1-IQ3_XS.gguf | 3 + Zurich-14B-GCv2-10k.i1-IQ3_XXS.gguf | 3 + Zurich-14B-GCv2-10k.i1-IQ4_NL.gguf | 3 + Zurich-14B-GCv2-10k.i1-IQ4_XS.gguf | 3 + Zurich-14B-GCv2-10k.i1-Q2_K.gguf | 3 + Zurich-14B-GCv2-10k.i1-Q2_K_S.gguf | 3 + Zurich-14B-GCv2-10k.i1-Q3_K_L.gguf | 3 + Zurich-14B-GCv2-10k.i1-Q3_K_M.gguf | 3 + Zurich-14B-GCv2-10k.i1-Q3_K_S.gguf | 3 + Zurich-14B-GCv2-10k.i1-Q4_0.gguf | 3 + Zurich-14B-GCv2-10k.i1-Q4_1.gguf | 3 + Zurich-14B-GCv2-10k.i1-Q4_K_M.gguf | 3 + Zurich-14B-GCv2-10k.i1-Q4_K_S.gguf | 3 + Zurich-14B-GCv2-10k.i1-Q5_K_M.gguf | 3 + Zurich-14B-GCv2-10k.i1-Q5_K_S.gguf | 3 + Zurich-14B-GCv2-10k.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-14B-GCv2-10k.i1-IQ1_M.gguf create mode 100644 Zurich-14B-GCv2-10k.i1-IQ1_S.gguf create mode 100644 Zurich-14B-GCv2-10k.i1-IQ2_M.gguf create mode 100644 Zurich-14B-GCv2-10k.i1-IQ2_S.gguf create mode 100644 Zurich-14B-GCv2-10k.i1-IQ2_XS.gguf create mode 100644 Zurich-14B-GCv2-10k.i1-IQ2_XXS.gguf create mode 100644 Zurich-14B-GCv2-10k.i1-IQ3_M.gguf create mode 100644 Zurich-14B-GCv2-10k.i1-IQ3_S.gguf create mode 100644 Zurich-14B-GCv2-10k.i1-IQ3_XS.gguf create mode 100644 Zurich-14B-GCv2-10k.i1-IQ3_XXS.gguf create mode 100644 Zurich-14B-GCv2-10k.i1-IQ4_NL.gguf create mode 100644 Zurich-14B-GCv2-10k.i1-IQ4_XS.gguf create mode 100644 Zurich-14B-GCv2-10k.i1-Q2_K.gguf create mode 100644 Zurich-14B-GCv2-10k.i1-Q2_K_S.gguf create mode 100644 Zurich-14B-GCv2-10k.i1-Q3_K_L.gguf create mode 100644 Zurich-14B-GCv2-10k.i1-Q3_K_M.gguf create mode 100644 Zurich-14B-GCv2-10k.i1-Q3_K_S.gguf create mode 100644 Zurich-14B-GCv2-10k.i1-Q4_0.gguf create mode 100644 Zurich-14B-GCv2-10k.i1-Q4_1.gguf create mode 100644 Zurich-14B-GCv2-10k.i1-Q4_K_M.gguf create mode 100644 Zurich-14B-GCv2-10k.i1-Q4_K_S.gguf create mode 100644 Zurich-14B-GCv2-10k.i1-Q5_K_M.gguf create mode 100644 Zurich-14B-GCv2-10k.i1-Q5_K_S.gguf create mode 100644 Zurich-14B-GCv2-10k.i1-Q6_K.gguf create mode 100644 imatrix.dat diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..b99b10b --- /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-14B-GCv2-10k.i1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +Zurich-14B-GCv2-10k.i1-IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text +Zurich-14B-GCv2-10k.i1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Zurich-14B-GCv2-10k.i1-IQ3_XXS.gguf filter=lfs diff=lfs merge=lfs -text +Zurich-14B-GCv2-10k.i1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Zurich-14B-GCv2-10k.i1-IQ4_NL.gguf filter=lfs diff=lfs merge=lfs -text +Zurich-14B-GCv2-10k.i1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Zurich-14B-GCv2-10k.i1-IQ2_M.gguf filter=lfs diff=lfs merge=lfs -text +Zurich-14B-GCv2-10k.i1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +Zurich-14B-GCv2-10k.i1-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +Zurich-14B-GCv2-10k.i1-Q2_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Zurich-14B-GCv2-10k.i1-IQ1_M.gguf filter=lfs diff=lfs merge=lfs -text +Zurich-14B-GCv2-10k.i1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Zurich-14B-GCv2-10k.i1-IQ2_XXS.gguf filter=lfs diff=lfs merge=lfs -text +Zurich-14B-GCv2-10k.i1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +Zurich-14B-GCv2-10k.i1-IQ2_XS.gguf filter=lfs diff=lfs merge=lfs -text +Zurich-14B-GCv2-10k.i1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Zurich-14B-GCv2-10k.i1-IQ2_S.gguf filter=lfs diff=lfs merge=lfs -text +Zurich-14B-GCv2-10k.i1-IQ1_S.gguf filter=lfs diff=lfs merge=lfs -text +Zurich-14B-GCv2-10k.i1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Zurich-14B-GCv2-10k.i1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text +Zurich-14B-GCv2-10k.i1-IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text +Zurich-14B-GCv2-10k.i1-Q4_1.gguf filter=lfs diff=lfs merge=lfs -text +Zurich-14B-GCv2-10k.i1-IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/README.md b/README.md new file mode 100644 index 0000000..f7374f2 --- /dev/null +++ b/README.md @@ -0,0 +1,88 @@ +--- +base_model: rubenroy/Zurich-14B-GCv2-10k +datasets: +- rubenroy/GammaCorpus-v2-10k +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-14B-GCv2-10k + + +static quants are available at https://huggingface.co/mradermacher/Zurich-14B-GCv2-10k-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-14B-GCv2-10k-i1-GGUF/resolve/main/Zurich-14B-GCv2-10k.i1-IQ1_S.gguf) | i1-IQ1_S | 3.7 | for the desperate | +| [GGUF](https://huggingface.co/mradermacher/Zurich-14B-GCv2-10k-i1-GGUF/resolve/main/Zurich-14B-GCv2-10k.i1-IQ1_M.gguf) | i1-IQ1_M | 4.0 | mostly desperate | +| [GGUF](https://huggingface.co/mradermacher/Zurich-14B-GCv2-10k-i1-GGUF/resolve/main/Zurich-14B-GCv2-10k.i1-IQ2_XXS.gguf) | i1-IQ2_XXS | 4.4 | | +| [GGUF](https://huggingface.co/mradermacher/Zurich-14B-GCv2-10k-i1-GGUF/resolve/main/Zurich-14B-GCv2-10k.i1-IQ2_XS.gguf) | i1-IQ2_XS | 4.8 | | +| [GGUF](https://huggingface.co/mradermacher/Zurich-14B-GCv2-10k-i1-GGUF/resolve/main/Zurich-14B-GCv2-10k.i1-IQ2_S.gguf) | i1-IQ2_S | 5.1 | | +| [GGUF](https://huggingface.co/mradermacher/Zurich-14B-GCv2-10k-i1-GGUF/resolve/main/Zurich-14B-GCv2-10k.i1-IQ2_M.gguf) | i1-IQ2_M | 5.5 | | +| [GGUF](https://huggingface.co/mradermacher/Zurich-14B-GCv2-10k-i1-GGUF/resolve/main/Zurich-14B-GCv2-10k.i1-Q2_K_S.gguf) | i1-Q2_K_S | 5.5 | very low quality | +| [GGUF](https://huggingface.co/mradermacher/Zurich-14B-GCv2-10k-i1-GGUF/resolve/main/Zurich-14B-GCv2-10k.i1-Q2_K.gguf) | i1-Q2_K | 5.9 | IQ3_XXS probably better | +| [GGUF](https://huggingface.co/mradermacher/Zurich-14B-GCv2-10k-i1-GGUF/resolve/main/Zurich-14B-GCv2-10k.i1-IQ3_XXS.gguf) | i1-IQ3_XXS | 6.0 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/Zurich-14B-GCv2-10k-i1-GGUF/resolve/main/Zurich-14B-GCv2-10k.i1-IQ3_XS.gguf) | i1-IQ3_XS | 6.5 | | +| [GGUF](https://huggingface.co/mradermacher/Zurich-14B-GCv2-10k-i1-GGUF/resolve/main/Zurich-14B-GCv2-10k.i1-Q3_K_S.gguf) | i1-Q3_K_S | 6.8 | IQ3_XS probably better | +| [GGUF](https://huggingface.co/mradermacher/Zurich-14B-GCv2-10k-i1-GGUF/resolve/main/Zurich-14B-GCv2-10k.i1-IQ3_S.gguf) | i1-IQ3_S | 6.8 | beats Q3_K* | +| [GGUF](https://huggingface.co/mradermacher/Zurich-14B-GCv2-10k-i1-GGUF/resolve/main/Zurich-14B-GCv2-10k.i1-IQ3_M.gguf) | i1-IQ3_M | 7.0 | | +| [GGUF](https://huggingface.co/mradermacher/Zurich-14B-GCv2-10k-i1-GGUF/resolve/main/Zurich-14B-GCv2-10k.i1-Q3_K_M.gguf) | i1-Q3_K_M | 7.4 | IQ3_S probably better | +| [GGUF](https://huggingface.co/mradermacher/Zurich-14B-GCv2-10k-i1-GGUF/resolve/main/Zurich-14B-GCv2-10k.i1-Q3_K_L.gguf) | i1-Q3_K_L | 8.0 | IQ3_M probably better | +| [GGUF](https://huggingface.co/mradermacher/Zurich-14B-GCv2-10k-i1-GGUF/resolve/main/Zurich-14B-GCv2-10k.i1-IQ4_XS.gguf) | i1-IQ4_XS | 8.2 | | +| [GGUF](https://huggingface.co/mradermacher/Zurich-14B-GCv2-10k-i1-GGUF/resolve/main/Zurich-14B-GCv2-10k.i1-Q4_0.gguf) | i1-Q4_0 | 8.6 | fast, low quality | +| [GGUF](https://huggingface.co/mradermacher/Zurich-14B-GCv2-10k-i1-GGUF/resolve/main/Zurich-14B-GCv2-10k.i1-IQ4_NL.gguf) | i1-IQ4_NL | 8.6 | prefer IQ4_XS | +| [GGUF](https://huggingface.co/mradermacher/Zurich-14B-GCv2-10k-i1-GGUF/resolve/main/Zurich-14B-GCv2-10k.i1-Q4_K_S.gguf) | i1-Q4_K_S | 8.7 | optimal size/speed/quality | +| [GGUF](https://huggingface.co/mradermacher/Zurich-14B-GCv2-10k-i1-GGUF/resolve/main/Zurich-14B-GCv2-10k.i1-Q4_K_M.gguf) | i1-Q4_K_M | 9.1 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/Zurich-14B-GCv2-10k-i1-GGUF/resolve/main/Zurich-14B-GCv2-10k.i1-Q4_1.gguf) | i1-Q4_1 | 9.5 | | +| [GGUF](https://huggingface.co/mradermacher/Zurich-14B-GCv2-10k-i1-GGUF/resolve/main/Zurich-14B-GCv2-10k.i1-Q5_K_S.gguf) | i1-Q5_K_S | 10.4 | | +| [GGUF](https://huggingface.co/mradermacher/Zurich-14B-GCv2-10k-i1-GGUF/resolve/main/Zurich-14B-GCv2-10k.i1-Q5_K_M.gguf) | i1-Q5_K_M | 10.6 | | +| [GGUF](https://huggingface.co/mradermacher/Zurich-14B-GCv2-10k-i1-GGUF/resolve/main/Zurich-14B-GCv2-10k.i1-Q6_K.gguf) | i1-Q6_K | 12.2 | 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-14B-GCv2-10k.i1-IQ1_M.gguf b/Zurich-14B-GCv2-10k.i1-IQ1_M.gguf new file mode 100644 index 0000000..beb57cf --- /dev/null +++ b/Zurich-14B-GCv2-10k.i1-IQ1_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f8cf4c8b56c8a1e26659959cadbfa0009c5a6ec1d02a395afcbd4be5270e938 +size 3872310592 diff --git a/Zurich-14B-GCv2-10k.i1-IQ1_S.gguf b/Zurich-14B-GCv2-10k.i1-IQ1_S.gguf new file mode 100644 index 0000000..49fc74b --- /dev/null +++ b/Zurich-14B-GCv2-10k.i1-IQ1_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:586580f8814f103a591875cddc1218b5e454215b6228234659e30784d89207f8 +size 3607995712 diff --git a/Zurich-14B-GCv2-10k.i1-IQ2_M.gguf b/Zurich-14B-GCv2-10k.i1-IQ2_M.gguf new file mode 100644 index 0000000..40da152 --- /dev/null +++ b/Zurich-14B-GCv2-10k.i1-IQ2_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02825eabd59928c4078c144e99ef48e0be826ab41b05fd92db3ee5fa6720818f +size 5356148032 diff --git a/Zurich-14B-GCv2-10k.i1-IQ2_S.gguf b/Zurich-14B-GCv2-10k.i1-IQ2_S.gguf new file mode 100644 index 0000000..89f92c0 --- /dev/null +++ b/Zurich-14B-GCv2-10k.i1-IQ2_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:728ed0fa0ed8c08320fbc1b79c1575a19f0af39200e6e620f4e5bb3a01bb6214 +size 5003728192 diff --git a/Zurich-14B-GCv2-10k.i1-IQ2_XS.gguf b/Zurich-14B-GCv2-10k.i1-IQ2_XS.gguf new file mode 100644 index 0000000..9ab0581 --- /dev/null +++ b/Zurich-14B-GCv2-10k.i1-IQ2_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af30e1d66681899b52448fb9ff85e8182d8692573183c512eb4bb53f412f637e +size 4704576832 diff --git a/Zurich-14B-GCv2-10k.i1-IQ2_XXS.gguf b/Zurich-14B-GCv2-10k.i1-IQ2_XXS.gguf new file mode 100644 index 0000000..2568af1 --- /dev/null +++ b/Zurich-14B-GCv2-10k.i1-IQ2_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df171d490b5bb7297dbea00a541c704e1cd57287ef382a62481ef567e615bfce +size 4312835392 diff --git a/Zurich-14B-GCv2-10k.i1-IQ3_M.gguf b/Zurich-14B-GCv2-10k.i1-IQ3_M.gguf new file mode 100644 index 0000000..ed0000b --- /dev/null +++ b/Zurich-14B-GCv2-10k.i1-IQ3_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b1bb135b3bbce9422f42c3411ab4244d1f27e8cc2b73f50dd36bcd30d24bf2b +size 6916539712 diff --git a/Zurich-14B-GCv2-10k.i1-IQ3_S.gguf b/Zurich-14B-GCv2-10k.i1-IQ3_S.gguf new file mode 100644 index 0000000..0a052ab --- /dev/null +++ b/Zurich-14B-GCv2-10k.i1-IQ3_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d95b40f2fab95ecae9df8ce19a0903db4dfb183afff704804fae8c77a9be5823 +size 6693020992 diff --git a/Zurich-14B-GCv2-10k.i1-IQ3_XS.gguf b/Zurich-14B-GCv2-10k.i1-IQ3_XS.gguf new file mode 100644 index 0000000..7aabd33 --- /dev/null +++ b/Zurich-14B-GCv2-10k.i1-IQ3_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75b6b8218552a8527a918449fc3bf66a22866379680cc269e717d2aacf174e07 +size 6383363392 diff --git a/Zurich-14B-GCv2-10k.i1-IQ3_XXS.gguf b/Zurich-14B-GCv2-10k.i1-IQ3_XXS.gguf new file mode 100644 index 0000000..957c099 --- /dev/null +++ b/Zurich-14B-GCv2-10k.i1-IQ3_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3dc1f2d6f8be41d41c88150ac2f4cfd747960c138938b9b7cf094f9a9102c9d +size 5946709312 diff --git a/Zurich-14B-GCv2-10k.i1-IQ4_NL.gguf b/Zurich-14B-GCv2-10k.i1-IQ4_NL.gguf new file mode 100644 index 0000000..af73493 --- /dev/null +++ b/Zurich-14B-GCv2-10k.i1-IQ4_NL.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b946234d4ce3a13550269364228d00f581bf60248e1e8de27dd1216e2c7d8b7 +size 8549184832 diff --git a/Zurich-14B-GCv2-10k.i1-IQ4_XS.gguf b/Zurich-14B-GCv2-10k.i1-IQ4_XS.gguf new file mode 100644 index 0000000..bf73b80 --- /dev/null +++ b/Zurich-14B-GCv2-10k.i1-IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:129be1cb739a6cd2fb71c55c6e7ba7b8be2e5cb007d0f1619fa0e0b3aefaa01a +size 8119842112 diff --git a/Zurich-14B-GCv2-10k.i1-Q2_K.gguf b/Zurich-14B-GCv2-10k.i1-Q2_K.gguf new file mode 100644 index 0000000..dad5f1f --- /dev/null +++ b/Zurich-14B-GCv2-10k.i1-Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c316251298674b7c8fd3632e6abd5d75b7c1a1f56fc7e4ef9df677d47688d4c2 +size 5770499392 diff --git a/Zurich-14B-GCv2-10k.i1-Q2_K_S.gguf b/Zurich-14B-GCv2-10k.i1-Q2_K_S.gguf new file mode 100644 index 0000000..d9daba9 --- /dev/null +++ b/Zurich-14B-GCv2-10k.i1-Q2_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1c1e89aca8744c57bd014d91074a04965fe333e7618c3595af956080555383b +size 5397189952 diff --git a/Zurich-14B-GCv2-10k.i1-Q3_K_L.gguf b/Zurich-14B-GCv2-10k.i1-Q3_K_L.gguf new file mode 100644 index 0000000..8f55406 --- /dev/null +++ b/Zurich-14B-GCv2-10k.i1-Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff41dc1d3f12daa0682164946941e87eb0f02dc5708fae9a6b0b935f93d455f9 +size 7924770112 diff --git a/Zurich-14B-GCv2-10k.i1-Q3_K_M.gguf b/Zurich-14B-GCv2-10k.i1-Q3_K_M.gguf new file mode 100644 index 0000000..794769e --- /dev/null +++ b/Zurich-14B-GCv2-10k.i1-Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e74c60c5ecb0b24af21f859e1e9527eb545bfbd15066ba7227e6cfbd1b0cca11 +size 7339205952 diff --git a/Zurich-14B-GCv2-10k.i1-Q3_K_S.gguf b/Zurich-14B-GCv2-10k.i1-Q3_K_S.gguf new file mode 100644 index 0000000..eeed28d --- /dev/null +++ b/Zurich-14B-GCv2-10k.i1-Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:945169bc66cd4aaa8ca667320a3b8debb16bc0fd940efbc1a6ca59ca0b143521 +size 6659597632 diff --git a/Zurich-14B-GCv2-10k.i1-Q4_0.gguf b/Zurich-14B-GCv2-10k.i1-Q4_0.gguf new file mode 100644 index 0000000..d4bd8f4 --- /dev/null +++ b/Zurich-14B-GCv2-10k.i1-Q4_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aff070f0448789a4c85162b617dc4362fc74d02241d57c2eb10af6c576e2f0b3 +size 8544269632 diff --git a/Zurich-14B-GCv2-10k.i1-Q4_1.gguf b/Zurich-14B-GCv2-10k.i1-Q4_1.gguf new file mode 100644 index 0000000..1e2a748 --- /dev/null +++ b/Zurich-14B-GCv2-10k.i1-Q4_1.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60cfec96b36c43bec1e32d9436a105e825d8c1f2dee110ba8d5f40c2d33b8e0b +size 9392141632 diff --git a/Zurich-14B-GCv2-10k.i1-Q4_K_M.gguf b/Zurich-14B-GCv2-10k.i1-Q4_K_M.gguf new file mode 100644 index 0000000..97316c0 --- /dev/null +++ b/Zurich-14B-GCv2-10k.i1-Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8d8c86718f6fbe7672b210a9e42ee9e6a8e369b8fe52eedc89905d6348acb77 +size 8988112192 diff --git a/Zurich-14B-GCv2-10k.i1-Q4_K_S.gguf b/Zurich-14B-GCv2-10k.i1-Q4_K_S.gguf new file mode 100644 index 0000000..c39e078 --- /dev/null +++ b/Zurich-14B-GCv2-10k.i1-Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65cfbeb5cd0c0bf36309022f04ec71e43a09b98deb7e7da0951f8014b62535e4 +size 8573433152 diff --git a/Zurich-14B-GCv2-10k.i1-Q5_K_M.gguf b/Zurich-14B-GCv2-10k.i1-Q5_K_M.gguf new file mode 100644 index 0000000..f6a0c2c --- /dev/null +++ b/Zurich-14B-GCv2-10k.i1-Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1661b5884faacaafd1532ab16ab0bdd4cfa4aa6852b9f29694c969f21e59a993 +size 10508875072 diff --git a/Zurich-14B-GCv2-10k.i1-Q5_K_S.gguf b/Zurich-14B-GCv2-10k.i1-Q5_K_S.gguf new file mode 100644 index 0000000..cac3009 --- /dev/null +++ b/Zurich-14B-GCv2-10k.i1-Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e827956002d76ebbb5a305504eb204d3917672868fe0237411bd62f98ffe422 +size 10266555712 diff --git a/Zurich-14B-GCv2-10k.i1-Q6_K.gguf b/Zurich-14B-GCv2-10k.i1-Q6_K.gguf new file mode 100644 index 0000000..3ce63ff --- /dev/null +++ b/Zurich-14B-GCv2-10k.i1-Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a63a95c74a4da18347143c44919b5e758e5b58e02bfa6b7f38a1596e8b9929df +size 12124685632 diff --git a/imatrix.dat b/imatrix.dat new file mode 100644 index 0000000..1e73dc5 --- /dev/null +++ b/imatrix.dat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6eedd0222f7a4f31bf66792157a049dbbe9d0da2aaa1ede8f23d6d2d35edd6b6 +size 8563597