From c7c998681451d793afde3e2cc320e0c3cc6c2574 Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Thu, 11 Jun 2026 22:58: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-100k-i1-GGUF Source: Original Platform --- .gitattributes | 60 +++++++++++++++++++ README.md | 88 ++++++++++++++++++++++++++++ Zurich-14B-GCv2-100k.i1-IQ1_M.gguf | 3 + Zurich-14B-GCv2-100k.i1-IQ1_S.gguf | 3 + Zurich-14B-GCv2-100k.i1-IQ2_M.gguf | 3 + Zurich-14B-GCv2-100k.i1-IQ2_S.gguf | 3 + Zurich-14B-GCv2-100k.i1-IQ2_XS.gguf | 3 + Zurich-14B-GCv2-100k.i1-IQ2_XXS.gguf | 3 + Zurich-14B-GCv2-100k.i1-IQ3_M.gguf | 3 + Zurich-14B-GCv2-100k.i1-IQ3_S.gguf | 3 + Zurich-14B-GCv2-100k.i1-IQ3_XS.gguf | 3 + Zurich-14B-GCv2-100k.i1-IQ3_XXS.gguf | 3 + Zurich-14B-GCv2-100k.i1-IQ4_NL.gguf | 3 + Zurich-14B-GCv2-100k.i1-IQ4_XS.gguf | 3 + Zurich-14B-GCv2-100k.i1-Q2_K.gguf | 3 + Zurich-14B-GCv2-100k.i1-Q2_K_S.gguf | 3 + Zurich-14B-GCv2-100k.i1-Q3_K_L.gguf | 3 + Zurich-14B-GCv2-100k.i1-Q3_K_M.gguf | 3 + Zurich-14B-GCv2-100k.i1-Q3_K_S.gguf | 3 + Zurich-14B-GCv2-100k.i1-Q4_0.gguf | 3 + Zurich-14B-GCv2-100k.i1-Q4_1.gguf | 3 + Zurich-14B-GCv2-100k.i1-Q4_K_M.gguf | 3 + Zurich-14B-GCv2-100k.i1-Q4_K_S.gguf | 3 + Zurich-14B-GCv2-100k.i1-Q5_K_M.gguf | 3 + Zurich-14B-GCv2-100k.i1-Q5_K_S.gguf | 3 + Zurich-14B-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-14B-GCv2-100k.i1-IQ1_M.gguf create mode 100644 Zurich-14B-GCv2-100k.i1-IQ1_S.gguf create mode 100644 Zurich-14B-GCv2-100k.i1-IQ2_M.gguf create mode 100644 Zurich-14B-GCv2-100k.i1-IQ2_S.gguf create mode 100644 Zurich-14B-GCv2-100k.i1-IQ2_XS.gguf create mode 100644 Zurich-14B-GCv2-100k.i1-IQ2_XXS.gguf create mode 100644 Zurich-14B-GCv2-100k.i1-IQ3_M.gguf create mode 100644 Zurich-14B-GCv2-100k.i1-IQ3_S.gguf create mode 100644 Zurich-14B-GCv2-100k.i1-IQ3_XS.gguf create mode 100644 Zurich-14B-GCv2-100k.i1-IQ3_XXS.gguf create mode 100644 Zurich-14B-GCv2-100k.i1-IQ4_NL.gguf create mode 100644 Zurich-14B-GCv2-100k.i1-IQ4_XS.gguf create mode 100644 Zurich-14B-GCv2-100k.i1-Q2_K.gguf create mode 100644 Zurich-14B-GCv2-100k.i1-Q2_K_S.gguf create mode 100644 Zurich-14B-GCv2-100k.i1-Q3_K_L.gguf create mode 100644 Zurich-14B-GCv2-100k.i1-Q3_K_M.gguf create mode 100644 Zurich-14B-GCv2-100k.i1-Q3_K_S.gguf create mode 100644 Zurich-14B-GCv2-100k.i1-Q4_0.gguf create mode 100644 Zurich-14B-GCv2-100k.i1-Q4_1.gguf create mode 100644 Zurich-14B-GCv2-100k.i1-Q4_K_M.gguf create mode 100644 Zurich-14B-GCv2-100k.i1-Q4_K_S.gguf create mode 100644 Zurich-14B-GCv2-100k.i1-Q5_K_M.gguf create mode 100644 Zurich-14B-GCv2-100k.i1-Q5_K_S.gguf create mode 100644 Zurich-14B-GCv2-100k.i1-Q6_K.gguf create mode 100644 imatrix.dat diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..a175197 --- /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-100k.i1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +Zurich-14B-GCv2-100k.i1-IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text +Zurich-14B-GCv2-100k.i1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Zurich-14B-GCv2-100k.i1-IQ3_XXS.gguf filter=lfs diff=lfs merge=lfs -text +Zurich-14B-GCv2-100k.i1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Zurich-14B-GCv2-100k.i1-IQ4_NL.gguf filter=lfs diff=lfs merge=lfs -text +Zurich-14B-GCv2-100k.i1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Zurich-14B-GCv2-100k.i1-IQ2_M.gguf filter=lfs diff=lfs merge=lfs -text +Zurich-14B-GCv2-100k.i1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +Zurich-14B-GCv2-100k.i1-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +Zurich-14B-GCv2-100k.i1-Q2_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Zurich-14B-GCv2-100k.i1-IQ1_M.gguf filter=lfs diff=lfs merge=lfs -text +Zurich-14B-GCv2-100k.i1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Zurich-14B-GCv2-100k.i1-IQ2_XXS.gguf filter=lfs diff=lfs merge=lfs -text +Zurich-14B-GCv2-100k.i1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +Zurich-14B-GCv2-100k.i1-IQ2_XS.gguf filter=lfs diff=lfs merge=lfs -text +Zurich-14B-GCv2-100k.i1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Zurich-14B-GCv2-100k.i1-IQ2_S.gguf filter=lfs diff=lfs merge=lfs -text +Zurich-14B-GCv2-100k.i1-IQ1_S.gguf filter=lfs diff=lfs merge=lfs -text +Zurich-14B-GCv2-100k.i1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Zurich-14B-GCv2-100k.i1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text +Zurich-14B-GCv2-100k.i1-IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text +Zurich-14B-GCv2-100k.i1-Q4_1.gguf filter=lfs diff=lfs merge=lfs -text +Zurich-14B-GCv2-100k.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..1bab27c --- /dev/null +++ b/README.md @@ -0,0 +1,88 @@ +--- +base_model: rubenroy/Zurich-14B-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-14B-GCv2-100k + + +static quants are available at https://huggingface.co/mradermacher/Zurich-14B-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-14B-GCv2-100k-i1-GGUF/resolve/main/Zurich-14B-GCv2-100k.i1-IQ1_S.gguf) | i1-IQ1_S | 3.7 | for the desperate | +| [GGUF](https://huggingface.co/mradermacher/Zurich-14B-GCv2-100k-i1-GGUF/resolve/main/Zurich-14B-GCv2-100k.i1-IQ1_M.gguf) | i1-IQ1_M | 4.0 | mostly desperate | +| [GGUF](https://huggingface.co/mradermacher/Zurich-14B-GCv2-100k-i1-GGUF/resolve/main/Zurich-14B-GCv2-100k.i1-IQ2_XXS.gguf) | i1-IQ2_XXS | 4.4 | | +| [GGUF](https://huggingface.co/mradermacher/Zurich-14B-GCv2-100k-i1-GGUF/resolve/main/Zurich-14B-GCv2-100k.i1-IQ2_XS.gguf) | i1-IQ2_XS | 4.8 | | +| [GGUF](https://huggingface.co/mradermacher/Zurich-14B-GCv2-100k-i1-GGUF/resolve/main/Zurich-14B-GCv2-100k.i1-IQ2_S.gguf) | i1-IQ2_S | 5.1 | | +| [GGUF](https://huggingface.co/mradermacher/Zurich-14B-GCv2-100k-i1-GGUF/resolve/main/Zurich-14B-GCv2-100k.i1-IQ2_M.gguf) | i1-IQ2_M | 5.5 | | +| [GGUF](https://huggingface.co/mradermacher/Zurich-14B-GCv2-100k-i1-GGUF/resolve/main/Zurich-14B-GCv2-100k.i1-Q2_K_S.gguf) | i1-Q2_K_S | 5.5 | very low quality | +| [GGUF](https://huggingface.co/mradermacher/Zurich-14B-GCv2-100k-i1-GGUF/resolve/main/Zurich-14B-GCv2-100k.i1-Q2_K.gguf) | i1-Q2_K | 5.9 | IQ3_XXS probably better | +| [GGUF](https://huggingface.co/mradermacher/Zurich-14B-GCv2-100k-i1-GGUF/resolve/main/Zurich-14B-GCv2-100k.i1-IQ3_XXS.gguf) | i1-IQ3_XXS | 6.0 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/Zurich-14B-GCv2-100k-i1-GGUF/resolve/main/Zurich-14B-GCv2-100k.i1-IQ3_XS.gguf) | i1-IQ3_XS | 6.5 | | +| [GGUF](https://huggingface.co/mradermacher/Zurich-14B-GCv2-100k-i1-GGUF/resolve/main/Zurich-14B-GCv2-100k.i1-Q3_K_S.gguf) | i1-Q3_K_S | 6.8 | IQ3_XS probably better | +| [GGUF](https://huggingface.co/mradermacher/Zurich-14B-GCv2-100k-i1-GGUF/resolve/main/Zurich-14B-GCv2-100k.i1-IQ3_S.gguf) | i1-IQ3_S | 6.8 | beats Q3_K* | +| [GGUF](https://huggingface.co/mradermacher/Zurich-14B-GCv2-100k-i1-GGUF/resolve/main/Zurich-14B-GCv2-100k.i1-IQ3_M.gguf) | i1-IQ3_M | 7.0 | | +| [GGUF](https://huggingface.co/mradermacher/Zurich-14B-GCv2-100k-i1-GGUF/resolve/main/Zurich-14B-GCv2-100k.i1-Q3_K_M.gguf) | i1-Q3_K_M | 7.4 | IQ3_S probably better | +| [GGUF](https://huggingface.co/mradermacher/Zurich-14B-GCv2-100k-i1-GGUF/resolve/main/Zurich-14B-GCv2-100k.i1-Q3_K_L.gguf) | i1-Q3_K_L | 8.0 | IQ3_M probably better | +| [GGUF](https://huggingface.co/mradermacher/Zurich-14B-GCv2-100k-i1-GGUF/resolve/main/Zurich-14B-GCv2-100k.i1-IQ4_XS.gguf) | i1-IQ4_XS | 8.2 | | +| [GGUF](https://huggingface.co/mradermacher/Zurich-14B-GCv2-100k-i1-GGUF/resolve/main/Zurich-14B-GCv2-100k.i1-Q4_0.gguf) | i1-Q4_0 | 8.6 | fast, low quality | +| [GGUF](https://huggingface.co/mradermacher/Zurich-14B-GCv2-100k-i1-GGUF/resolve/main/Zurich-14B-GCv2-100k.i1-IQ4_NL.gguf) | i1-IQ4_NL | 8.6 | prefer IQ4_XS | +| [GGUF](https://huggingface.co/mradermacher/Zurich-14B-GCv2-100k-i1-GGUF/resolve/main/Zurich-14B-GCv2-100k.i1-Q4_K_S.gguf) | i1-Q4_K_S | 8.7 | optimal size/speed/quality | +| [GGUF](https://huggingface.co/mradermacher/Zurich-14B-GCv2-100k-i1-GGUF/resolve/main/Zurich-14B-GCv2-100k.i1-Q4_K_M.gguf) | i1-Q4_K_M | 9.1 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/Zurich-14B-GCv2-100k-i1-GGUF/resolve/main/Zurich-14B-GCv2-100k.i1-Q4_1.gguf) | i1-Q4_1 | 9.5 | | +| [GGUF](https://huggingface.co/mradermacher/Zurich-14B-GCv2-100k-i1-GGUF/resolve/main/Zurich-14B-GCv2-100k.i1-Q5_K_S.gguf) | i1-Q5_K_S | 10.4 | | +| [GGUF](https://huggingface.co/mradermacher/Zurich-14B-GCv2-100k-i1-GGUF/resolve/main/Zurich-14B-GCv2-100k.i1-Q5_K_M.gguf) | i1-Q5_K_M | 10.6 | | +| [GGUF](https://huggingface.co/mradermacher/Zurich-14B-GCv2-100k-i1-GGUF/resolve/main/Zurich-14B-GCv2-100k.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-100k.i1-IQ1_M.gguf b/Zurich-14B-GCv2-100k.i1-IQ1_M.gguf new file mode 100644 index 0000000..234928b --- /dev/null +++ b/Zurich-14B-GCv2-100k.i1-IQ1_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5af4d698ec436ed012ba3bce0b9ad09922ec861838f995304872ad2ef5bfddd +size 3872310592 diff --git a/Zurich-14B-GCv2-100k.i1-IQ1_S.gguf b/Zurich-14B-GCv2-100k.i1-IQ1_S.gguf new file mode 100644 index 0000000..f5961d3 --- /dev/null +++ b/Zurich-14B-GCv2-100k.i1-IQ1_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:412fb1bdacd6e5ae09c7e0e305f5cf416e992d03b205247022b32c3245615c5f +size 3607995712 diff --git a/Zurich-14B-GCv2-100k.i1-IQ2_M.gguf b/Zurich-14B-GCv2-100k.i1-IQ2_M.gguf new file mode 100644 index 0000000..d430099 --- /dev/null +++ b/Zurich-14B-GCv2-100k.i1-IQ2_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0df8c4aab038c264d3239c2cdf078daf71a1c32dfd82969c8c485cc8e52e6185 +size 5356148032 diff --git a/Zurich-14B-GCv2-100k.i1-IQ2_S.gguf b/Zurich-14B-GCv2-100k.i1-IQ2_S.gguf new file mode 100644 index 0000000..ed6ca12 --- /dev/null +++ b/Zurich-14B-GCv2-100k.i1-IQ2_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1332b6d01729debc9b6a5aa483ffb23f92788c1b4504672924d18dd69963b71 +size 5003728192 diff --git a/Zurich-14B-GCv2-100k.i1-IQ2_XS.gguf b/Zurich-14B-GCv2-100k.i1-IQ2_XS.gguf new file mode 100644 index 0000000..e00aad8 --- /dev/null +++ b/Zurich-14B-GCv2-100k.i1-IQ2_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da9e55473f8ddd0ea3c964223cb3d60f33de1e9c51c8a35f4f44d37c6dda290b +size 4704576832 diff --git a/Zurich-14B-GCv2-100k.i1-IQ2_XXS.gguf b/Zurich-14B-GCv2-100k.i1-IQ2_XXS.gguf new file mode 100644 index 0000000..d06fcad --- /dev/null +++ b/Zurich-14B-GCv2-100k.i1-IQ2_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b2e603d9d116c7b7e0077cf26a33425a718b53c15586d957db016d43bac3859 +size 4312835392 diff --git a/Zurich-14B-GCv2-100k.i1-IQ3_M.gguf b/Zurich-14B-GCv2-100k.i1-IQ3_M.gguf new file mode 100644 index 0000000..a1c0e33 --- /dev/null +++ b/Zurich-14B-GCv2-100k.i1-IQ3_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97639bc64017aec357cd8cdfdf959162802529f67fa5518a3793b7c1dc81cd1f +size 6916539712 diff --git a/Zurich-14B-GCv2-100k.i1-IQ3_S.gguf b/Zurich-14B-GCv2-100k.i1-IQ3_S.gguf new file mode 100644 index 0000000..71cf912 --- /dev/null +++ b/Zurich-14B-GCv2-100k.i1-IQ3_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfecccfc92024c2d6fbce193c407ccd7be9f17d4184129b7e7fbb73b73e44937 +size 6693020992 diff --git a/Zurich-14B-GCv2-100k.i1-IQ3_XS.gguf b/Zurich-14B-GCv2-100k.i1-IQ3_XS.gguf new file mode 100644 index 0000000..c61b19c --- /dev/null +++ b/Zurich-14B-GCv2-100k.i1-IQ3_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f33e816cad7d826eb6958bb499f80edf44b487d50ede43256590091c737414f0 +size 6383363392 diff --git a/Zurich-14B-GCv2-100k.i1-IQ3_XXS.gguf b/Zurich-14B-GCv2-100k.i1-IQ3_XXS.gguf new file mode 100644 index 0000000..e39d87c --- /dev/null +++ b/Zurich-14B-GCv2-100k.i1-IQ3_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5f9d6cf248cf502dd1953613ec6f7344e9422444967fca31b3494893bd797b3 +size 5946709312 diff --git a/Zurich-14B-GCv2-100k.i1-IQ4_NL.gguf b/Zurich-14B-GCv2-100k.i1-IQ4_NL.gguf new file mode 100644 index 0000000..4065d07 --- /dev/null +++ b/Zurich-14B-GCv2-100k.i1-IQ4_NL.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1411a7be7f80340f4a29438549e49b2a4a10f0e9f4ba3c9e3ad0daa64cfbbf4a +size 8549184832 diff --git a/Zurich-14B-GCv2-100k.i1-IQ4_XS.gguf b/Zurich-14B-GCv2-100k.i1-IQ4_XS.gguf new file mode 100644 index 0000000..1b832a7 --- /dev/null +++ b/Zurich-14B-GCv2-100k.i1-IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:693e53d327da57012e61fc20fcaba73004c956550ba35ce4ed9815c78c3cb9fd +size 8119842112 diff --git a/Zurich-14B-GCv2-100k.i1-Q2_K.gguf b/Zurich-14B-GCv2-100k.i1-Q2_K.gguf new file mode 100644 index 0000000..01bc8ad --- /dev/null +++ b/Zurich-14B-GCv2-100k.i1-Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1be9050fb24ace9a389024c1fc9677068238848ccfaffe629d1d40ab6afa0eec +size 5770499392 diff --git a/Zurich-14B-GCv2-100k.i1-Q2_K_S.gguf b/Zurich-14B-GCv2-100k.i1-Q2_K_S.gguf new file mode 100644 index 0000000..770fd4c --- /dev/null +++ b/Zurich-14B-GCv2-100k.i1-Q2_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6d66de23ddc8768c590d7a57b25e63b5e029d0adf92d836afda8dc458c00cab +size 5397189952 diff --git a/Zurich-14B-GCv2-100k.i1-Q3_K_L.gguf b/Zurich-14B-GCv2-100k.i1-Q3_K_L.gguf new file mode 100644 index 0000000..7e6e593 --- /dev/null +++ b/Zurich-14B-GCv2-100k.i1-Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:114f7c9091d090b9f52e03e7ad1e8f4291be08daf98585968969529d9015e851 +size 7924770112 diff --git a/Zurich-14B-GCv2-100k.i1-Q3_K_M.gguf b/Zurich-14B-GCv2-100k.i1-Q3_K_M.gguf new file mode 100644 index 0000000..0f990b5 --- /dev/null +++ b/Zurich-14B-GCv2-100k.i1-Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18a7a9ff215187f89f00512e78b9f187472806d79660ff8d7e32d94e884cae6d +size 7339205952 diff --git a/Zurich-14B-GCv2-100k.i1-Q3_K_S.gguf b/Zurich-14B-GCv2-100k.i1-Q3_K_S.gguf new file mode 100644 index 0000000..1053ce1 --- /dev/null +++ b/Zurich-14B-GCv2-100k.i1-Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cca78ac708e454d0b6a5c66cbc10110a9f95ca1ab7c082914c83bf1a31c8f3e2 +size 6659597632 diff --git a/Zurich-14B-GCv2-100k.i1-Q4_0.gguf b/Zurich-14B-GCv2-100k.i1-Q4_0.gguf new file mode 100644 index 0000000..707103d --- /dev/null +++ b/Zurich-14B-GCv2-100k.i1-Q4_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7092c794eaf20a4a7f0fc44465ca5b8603e709af5caa340897ff8bb2d0cff18c +size 8544269632 diff --git a/Zurich-14B-GCv2-100k.i1-Q4_1.gguf b/Zurich-14B-GCv2-100k.i1-Q4_1.gguf new file mode 100644 index 0000000..c1e61ba --- /dev/null +++ b/Zurich-14B-GCv2-100k.i1-Q4_1.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5873bcdfd78ca471c71420fda8b7372b481f0dc347773525ed5d49043cb392a0 +size 9392141632 diff --git a/Zurich-14B-GCv2-100k.i1-Q4_K_M.gguf b/Zurich-14B-GCv2-100k.i1-Q4_K_M.gguf new file mode 100644 index 0000000..dc86d61 --- /dev/null +++ b/Zurich-14B-GCv2-100k.i1-Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97262183ec150117ca726addef9b852aab7ebe27abcf008ef5841d9f0a754042 +size 8988112192 diff --git a/Zurich-14B-GCv2-100k.i1-Q4_K_S.gguf b/Zurich-14B-GCv2-100k.i1-Q4_K_S.gguf new file mode 100644 index 0000000..d244e23 --- /dev/null +++ b/Zurich-14B-GCv2-100k.i1-Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32f31ef37348b9e7fa6ca9f177231f1f9e4f0f47c45467e15a103e29e0a6623f +size 8573433152 diff --git a/Zurich-14B-GCv2-100k.i1-Q5_K_M.gguf b/Zurich-14B-GCv2-100k.i1-Q5_K_M.gguf new file mode 100644 index 0000000..2fb8542 --- /dev/null +++ b/Zurich-14B-GCv2-100k.i1-Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25421b37234205a4510d59123aba0212a8903f516110d64b80430c2e4510a8d8 +size 10508875072 diff --git a/Zurich-14B-GCv2-100k.i1-Q5_K_S.gguf b/Zurich-14B-GCv2-100k.i1-Q5_K_S.gguf new file mode 100644 index 0000000..75b373e --- /dev/null +++ b/Zurich-14B-GCv2-100k.i1-Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59d0855bf600d3161c0d11f8578981803199ece782f4caef7c23c1bf76a24ad4 +size 10266555712 diff --git a/Zurich-14B-GCv2-100k.i1-Q6_K.gguf b/Zurich-14B-GCv2-100k.i1-Q6_K.gguf new file mode 100644 index 0000000..7913c87 --- /dev/null +++ b/Zurich-14B-GCv2-100k.i1-Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11719d8238119f3817535afcfd7ca2fc8cf5941cb8047b23b458d38ef7ee0d19 +size 12124685632 diff --git a/imatrix.dat b/imatrix.dat new file mode 100644 index 0000000..2b13afb --- /dev/null +++ b/imatrix.dat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9dc5010afe44754a35a6255830357c8c09b6b26b5f82f941ca4045873cac2fd +size 8563597