From 77623c354e2fda5f710ef074822e7a92f44cd7bd Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Fri, 1 May 2026 00:11:15 +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/Schaapje-2B-Chat-SFT-V1.0-i1-GGUF Source: Original Platform --- .gitattributes | 60 ++++++++++++++++ README.md | 84 +++++++++++++++++++++++ Schaapje-2B-Chat-SFT-V1.0.i1-IQ1_M.gguf | 3 + Schaapje-2B-Chat-SFT-V1.0.i1-IQ1_S.gguf | 3 + Schaapje-2B-Chat-SFT-V1.0.i1-IQ2_M.gguf | 3 + Schaapje-2B-Chat-SFT-V1.0.i1-IQ2_S.gguf | 3 + Schaapje-2B-Chat-SFT-V1.0.i1-IQ2_XS.gguf | 3 + Schaapje-2B-Chat-SFT-V1.0.i1-IQ2_XXS.gguf | 3 + Schaapje-2B-Chat-SFT-V1.0.i1-IQ3_M.gguf | 3 + Schaapje-2B-Chat-SFT-V1.0.i1-IQ3_S.gguf | 3 + Schaapje-2B-Chat-SFT-V1.0.i1-IQ3_XS.gguf | 3 + Schaapje-2B-Chat-SFT-V1.0.i1-IQ3_XXS.gguf | 3 + Schaapje-2B-Chat-SFT-V1.0.i1-IQ4_NL.gguf | 3 + Schaapje-2B-Chat-SFT-V1.0.i1-IQ4_XS.gguf | 3 + Schaapje-2B-Chat-SFT-V1.0.i1-Q2_K.gguf | 3 + Schaapje-2B-Chat-SFT-V1.0.i1-Q2_K_S.gguf | 3 + Schaapje-2B-Chat-SFT-V1.0.i1-Q3_K_L.gguf | 3 + Schaapje-2B-Chat-SFT-V1.0.i1-Q3_K_M.gguf | 3 + Schaapje-2B-Chat-SFT-V1.0.i1-Q3_K_S.gguf | 3 + Schaapje-2B-Chat-SFT-V1.0.i1-Q4_0.gguf | 3 + Schaapje-2B-Chat-SFT-V1.0.i1-Q4_1.gguf | 3 + Schaapje-2B-Chat-SFT-V1.0.i1-Q4_K_M.gguf | 3 + Schaapje-2B-Chat-SFT-V1.0.i1-Q4_K_S.gguf | 3 + Schaapje-2B-Chat-SFT-V1.0.i1-Q5_K_M.gguf | 3 + Schaapje-2B-Chat-SFT-V1.0.i1-Q5_K_S.gguf | 3 + Schaapje-2B-Chat-SFT-V1.0.i1-Q6_K.gguf | 3 + imatrix.dat | 3 + 27 files changed, 219 insertions(+) create mode 100644 .gitattributes create mode 100644 README.md create mode 100644 Schaapje-2B-Chat-SFT-V1.0.i1-IQ1_M.gguf create mode 100644 Schaapje-2B-Chat-SFT-V1.0.i1-IQ1_S.gguf create mode 100644 Schaapje-2B-Chat-SFT-V1.0.i1-IQ2_M.gguf create mode 100644 Schaapje-2B-Chat-SFT-V1.0.i1-IQ2_S.gguf create mode 100644 Schaapje-2B-Chat-SFT-V1.0.i1-IQ2_XS.gguf create mode 100644 Schaapje-2B-Chat-SFT-V1.0.i1-IQ2_XXS.gguf create mode 100644 Schaapje-2B-Chat-SFT-V1.0.i1-IQ3_M.gguf create mode 100644 Schaapje-2B-Chat-SFT-V1.0.i1-IQ3_S.gguf create mode 100644 Schaapje-2B-Chat-SFT-V1.0.i1-IQ3_XS.gguf create mode 100644 Schaapje-2B-Chat-SFT-V1.0.i1-IQ3_XXS.gguf create mode 100644 Schaapje-2B-Chat-SFT-V1.0.i1-IQ4_NL.gguf create mode 100644 Schaapje-2B-Chat-SFT-V1.0.i1-IQ4_XS.gguf create mode 100644 Schaapje-2B-Chat-SFT-V1.0.i1-Q2_K.gguf create mode 100644 Schaapje-2B-Chat-SFT-V1.0.i1-Q2_K_S.gguf create mode 100644 Schaapje-2B-Chat-SFT-V1.0.i1-Q3_K_L.gguf create mode 100644 Schaapje-2B-Chat-SFT-V1.0.i1-Q3_K_M.gguf create mode 100644 Schaapje-2B-Chat-SFT-V1.0.i1-Q3_K_S.gguf create mode 100644 Schaapje-2B-Chat-SFT-V1.0.i1-Q4_0.gguf create mode 100644 Schaapje-2B-Chat-SFT-V1.0.i1-Q4_1.gguf create mode 100644 Schaapje-2B-Chat-SFT-V1.0.i1-Q4_K_M.gguf create mode 100644 Schaapje-2B-Chat-SFT-V1.0.i1-Q4_K_S.gguf create mode 100644 Schaapje-2B-Chat-SFT-V1.0.i1-Q5_K_M.gguf create mode 100644 Schaapje-2B-Chat-SFT-V1.0.i1-Q5_K_S.gguf create mode 100644 Schaapje-2B-Chat-SFT-V1.0.i1-Q6_K.gguf create mode 100644 imatrix.dat diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..8c8b38b --- /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 +Schaapje-2B-Chat-SFT-V1.0.i1-IQ1_M.gguf filter=lfs diff=lfs merge=lfs -text +Schaapje-2B-Chat-SFT-V1.0.i1-IQ1_S.gguf filter=lfs diff=lfs merge=lfs -text +Schaapje-2B-Chat-SFT-V1.0.i1-IQ2_M.gguf filter=lfs diff=lfs merge=lfs -text +Schaapje-2B-Chat-SFT-V1.0.i1-IQ2_S.gguf filter=lfs diff=lfs merge=lfs -text +Schaapje-2B-Chat-SFT-V1.0.i1-IQ2_XS.gguf filter=lfs diff=lfs merge=lfs -text +Schaapje-2B-Chat-SFT-V1.0.i1-IQ2_XXS.gguf filter=lfs diff=lfs merge=lfs -text +Schaapje-2B-Chat-SFT-V1.0.i1-IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text +Schaapje-2B-Chat-SFT-V1.0.i1-IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text +Schaapje-2B-Chat-SFT-V1.0.i1-IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text +Schaapje-2B-Chat-SFT-V1.0.i1-IQ3_XXS.gguf filter=lfs diff=lfs merge=lfs -text +Schaapje-2B-Chat-SFT-V1.0.i1-IQ4_NL.gguf filter=lfs diff=lfs merge=lfs -text +Schaapje-2B-Chat-SFT-V1.0.i1-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +Schaapje-2B-Chat-SFT-V1.0.i1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +Schaapje-2B-Chat-SFT-V1.0.i1-Q2_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Schaapje-2B-Chat-SFT-V1.0.i1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +Schaapje-2B-Chat-SFT-V1.0.i1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Schaapje-2B-Chat-SFT-V1.0.i1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Schaapje-2B-Chat-SFT-V1.0.i1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text +Schaapje-2B-Chat-SFT-V1.0.i1-Q4_1.gguf filter=lfs diff=lfs merge=lfs -text +Schaapje-2B-Chat-SFT-V1.0.i1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Schaapje-2B-Chat-SFT-V1.0.i1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Schaapje-2B-Chat-SFT-V1.0.i1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Schaapje-2B-Chat-SFT-V1.0.i1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Schaapje-2B-Chat-SFT-V1.0.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..fde0d85 --- /dev/null +++ b/README.md @@ -0,0 +1,84 @@ +--- +base_model: robinsmits/Schaapje-2B-Chat-SFT-V1.0 +datasets: +- BramVanroy/ultrachat_200k_dutch +language: +- nl +library_name: transformers +license: apache-2.0 +quantized_by: mradermacher +tags: +- granite +- granite 3.0 +- schaapje +- trl +- sft +--- +## About + + + + + + +weighted/imatrix quants of https://huggingface.co/robinsmits/Schaapje-2B-Chat-SFT-V1.0 + + +static quants are available at https://huggingface.co/mradermacher/Schaapje-2B-Chat-SFT-V1.0-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/Schaapje-2B-Chat-SFT-V1.0-i1-GGUF/resolve/main/Schaapje-2B-Chat-SFT-V1.0.i1-IQ1_S.gguf) | i1-IQ1_S | 0.7 | for the desperate | +| [GGUF](https://huggingface.co/mradermacher/Schaapje-2B-Chat-SFT-V1.0-i1-GGUF/resolve/main/Schaapje-2B-Chat-SFT-V1.0.i1-IQ1_M.gguf) | i1-IQ1_M | 0.8 | mostly desperate | +| [GGUF](https://huggingface.co/mradermacher/Schaapje-2B-Chat-SFT-V1.0-i1-GGUF/resolve/main/Schaapje-2B-Chat-SFT-V1.0.i1-IQ2_XXS.gguf) | i1-IQ2_XXS | 0.9 | | +| [GGUF](https://huggingface.co/mradermacher/Schaapje-2B-Chat-SFT-V1.0-i1-GGUF/resolve/main/Schaapje-2B-Chat-SFT-V1.0.i1-IQ2_XS.gguf) | i1-IQ2_XS | 0.9 | | +| [GGUF](https://huggingface.co/mradermacher/Schaapje-2B-Chat-SFT-V1.0-i1-GGUF/resolve/main/Schaapje-2B-Chat-SFT-V1.0.i1-IQ2_S.gguf) | i1-IQ2_S | 1.0 | | +| [GGUF](https://huggingface.co/mradermacher/Schaapje-2B-Chat-SFT-V1.0-i1-GGUF/resolve/main/Schaapje-2B-Chat-SFT-V1.0.i1-IQ2_M.gguf) | i1-IQ2_M | 1.0 | | +| [GGUF](https://huggingface.co/mradermacher/Schaapje-2B-Chat-SFT-V1.0-i1-GGUF/resolve/main/Schaapje-2B-Chat-SFT-V1.0.i1-Q2_K_S.gguf) | i1-Q2_K_S | 1.0 | very low quality | +| [GGUF](https://huggingface.co/mradermacher/Schaapje-2B-Chat-SFT-V1.0-i1-GGUF/resolve/main/Schaapje-2B-Chat-SFT-V1.0.i1-Q2_K.gguf) | i1-Q2_K | 1.1 | IQ3_XXS probably better | +| [GGUF](https://huggingface.co/mradermacher/Schaapje-2B-Chat-SFT-V1.0-i1-GGUF/resolve/main/Schaapje-2B-Chat-SFT-V1.0.i1-IQ3_XXS.gguf) | i1-IQ3_XXS | 1.1 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/Schaapje-2B-Chat-SFT-V1.0-i1-GGUF/resolve/main/Schaapje-2B-Chat-SFT-V1.0.i1-IQ3_XS.gguf) | i1-IQ3_XS | 1.2 | | +| [GGUF](https://huggingface.co/mradermacher/Schaapje-2B-Chat-SFT-V1.0-i1-GGUF/resolve/main/Schaapje-2B-Chat-SFT-V1.0.i1-Q3_K_S.gguf) | i1-Q3_K_S | 1.3 | IQ3_XS probably better | +| [GGUF](https://huggingface.co/mradermacher/Schaapje-2B-Chat-SFT-V1.0-i1-GGUF/resolve/main/Schaapje-2B-Chat-SFT-V1.0.i1-IQ3_S.gguf) | i1-IQ3_S | 1.3 | beats Q3_K* | +| [GGUF](https://huggingface.co/mradermacher/Schaapje-2B-Chat-SFT-V1.0-i1-GGUF/resolve/main/Schaapje-2B-Chat-SFT-V1.0.i1-IQ3_M.gguf) | i1-IQ3_M | 1.3 | | +| [GGUF](https://huggingface.co/mradermacher/Schaapje-2B-Chat-SFT-V1.0-i1-GGUF/resolve/main/Schaapje-2B-Chat-SFT-V1.0.i1-Q3_K_M.gguf) | i1-Q3_K_M | 1.4 | IQ3_S probably better | +| [GGUF](https://huggingface.co/mradermacher/Schaapje-2B-Chat-SFT-V1.0-i1-GGUF/resolve/main/Schaapje-2B-Chat-SFT-V1.0.i1-Q3_K_L.gguf) | i1-Q3_K_L | 1.5 | IQ3_M probably better | +| [GGUF](https://huggingface.co/mradermacher/Schaapje-2B-Chat-SFT-V1.0-i1-GGUF/resolve/main/Schaapje-2B-Chat-SFT-V1.0.i1-IQ4_XS.gguf) | i1-IQ4_XS | 1.5 | | +| [GGUF](https://huggingface.co/mradermacher/Schaapje-2B-Chat-SFT-V1.0-i1-GGUF/resolve/main/Schaapje-2B-Chat-SFT-V1.0.i1-IQ4_NL.gguf) | i1-IQ4_NL | 1.6 | prefer IQ4_XS | +| [GGUF](https://huggingface.co/mradermacher/Schaapje-2B-Chat-SFT-V1.0-i1-GGUF/resolve/main/Schaapje-2B-Chat-SFT-V1.0.i1-Q4_0.gguf) | i1-Q4_0 | 1.6 | fast, low quality | +| [GGUF](https://huggingface.co/mradermacher/Schaapje-2B-Chat-SFT-V1.0-i1-GGUF/resolve/main/Schaapje-2B-Chat-SFT-V1.0.i1-Q4_K_S.gguf) | i1-Q4_K_S | 1.6 | optimal size/speed/quality | +| [GGUF](https://huggingface.co/mradermacher/Schaapje-2B-Chat-SFT-V1.0-i1-GGUF/resolve/main/Schaapje-2B-Chat-SFT-V1.0.i1-Q4_K_M.gguf) | i1-Q4_K_M | 1.7 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/Schaapje-2B-Chat-SFT-V1.0-i1-GGUF/resolve/main/Schaapje-2B-Chat-SFT-V1.0.i1-Q4_1.gguf) | i1-Q4_1 | 1.8 | | +| [GGUF](https://huggingface.co/mradermacher/Schaapje-2B-Chat-SFT-V1.0-i1-GGUF/resolve/main/Schaapje-2B-Chat-SFT-V1.0.i1-Q5_K_S.gguf) | i1-Q5_K_S | 1.9 | | +| [GGUF](https://huggingface.co/mradermacher/Schaapje-2B-Chat-SFT-V1.0-i1-GGUF/resolve/main/Schaapje-2B-Chat-SFT-V1.0.i1-Q5_K_M.gguf) | i1-Q5_K_M | 2.0 | | +| [GGUF](https://huggingface.co/mradermacher/Schaapje-2B-Chat-SFT-V1.0-i1-GGUF/resolve/main/Schaapje-2B-Chat-SFT-V1.0.i1-Q6_K.gguf) | i1-Q6_K | 2.3 | 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/Schaapje-2B-Chat-SFT-V1.0.i1-IQ1_M.gguf b/Schaapje-2B-Chat-SFT-V1.0.i1-IQ1_M.gguf new file mode 100644 index 0000000..b444748 --- /dev/null +++ b/Schaapje-2B-Chat-SFT-V1.0.i1-IQ1_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14ffd14d2adeb2f7f5962463408bb6a6a4efb21da5e25a096b8cc338407d53a6 +size 666949248 diff --git a/Schaapje-2B-Chat-SFT-V1.0.i1-IQ1_S.gguf b/Schaapje-2B-Chat-SFT-V1.0.i1-IQ1_S.gguf new file mode 100644 index 0000000..8550f76 --- /dev/null +++ b/Schaapje-2B-Chat-SFT-V1.0.i1-IQ1_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89ae761a5f80467340852e90f2110188edd5fbc7cd68a2976b182cccaa75bf4e +size 616814208 diff --git a/Schaapje-2B-Chat-SFT-V1.0.i1-IQ2_M.gguf b/Schaapje-2B-Chat-SFT-V1.0.i1-IQ2_M.gguf new file mode 100644 index 0000000..28c486f --- /dev/null +++ b/Schaapje-2B-Chat-SFT-V1.0.i1-IQ2_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4dfdb822e54e281d62b4c5c2e819321b390ff98ff8780c643d0801fafcbce37 +size 931780864 diff --git a/Schaapje-2B-Chat-SFT-V1.0.i1-IQ2_S.gguf b/Schaapje-2B-Chat-SFT-V1.0.i1-IQ2_S.gguf new file mode 100644 index 0000000..f683917 --- /dev/null +++ b/Schaapje-2B-Chat-SFT-V1.0.i1-IQ2_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf35895a304fb293729b8825398b93e4e7b226d5d7887b3447dc15ddef3f65a3 +size 864934144 diff --git a/Schaapje-2B-Chat-SFT-V1.0.i1-IQ2_XS.gguf b/Schaapje-2B-Chat-SFT-V1.0.i1-IQ2_XS.gguf new file mode 100644 index 0000000..3358095 --- /dev/null +++ b/Schaapje-2B-Chat-SFT-V1.0.i1-IQ2_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28d86e3d38c02f180a4025abbc00dcef078dbfd115c9c42c2572a33c8b8658f7 +size 822597248 diff --git a/Schaapje-2B-Chat-SFT-V1.0.i1-IQ2_XXS.gguf b/Schaapje-2B-Chat-SFT-V1.0.i1-IQ2_XXS.gguf new file mode 100644 index 0000000..f25fc4e --- /dev/null +++ b/Schaapje-2B-Chat-SFT-V1.0.i1-IQ2_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16559d5a46c2ec1046b1b293539c94a4d202bfec66c75327a3c110c46d1facd8 +size 750507648 diff --git a/Schaapje-2B-Chat-SFT-V1.0.i1-IQ3_M.gguf b/Schaapje-2B-Chat-SFT-V1.0.i1-IQ3_M.gguf new file mode 100644 index 0000000..4ab51c3 --- /dev/null +++ b/Schaapje-2B-Chat-SFT-V1.0.i1-IQ3_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4662a62ceab9d0ea888c60c594d3798cf0cf1a06b57b9798914994cba664d3c +size 1212537920 diff --git a/Schaapje-2B-Chat-SFT-V1.0.i1-IQ3_S.gguf b/Schaapje-2B-Chat-SFT-V1.0.i1-IQ3_S.gguf new file mode 100644 index 0000000..efe7b09 --- /dev/null +++ b/Schaapje-2B-Chat-SFT-V1.0.i1-IQ3_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e4f0ea7ddbb409666205205bc3a0e09c0df51f11dc4530c8ca5e90e4b9fcd78 +size 1179114560 diff --git a/Schaapje-2B-Chat-SFT-V1.0.i1-IQ3_XS.gguf b/Schaapje-2B-Chat-SFT-V1.0.i1-IQ3_XS.gguf new file mode 100644 index 0000000..28aa75e --- /dev/null +++ b/Schaapje-2B-Chat-SFT-V1.0.i1-IQ3_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c98b1393eacaffecf1f7aaba350787617eeac99d440aa0157d1ff05f9d02265f +size 1122098240 diff --git a/Schaapje-2B-Chat-SFT-V1.0.i1-IQ3_XXS.gguf b/Schaapje-2B-Chat-SFT-V1.0.i1-IQ3_XXS.gguf new file mode 100644 index 0000000..d223bdd --- /dev/null +++ b/Schaapje-2B-Chat-SFT-V1.0.i1-IQ3_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee10b8990add08c5d5454b29ce2118d57c4e170d53ec27d539cc39e772a6f28d +size 1048434944 diff --git a/Schaapje-2B-Chat-SFT-V1.0.i1-IQ4_NL.gguf b/Schaapje-2B-Chat-SFT-V1.0.i1-IQ4_NL.gguf new file mode 100644 index 0000000..50b429c --- /dev/null +++ b/Schaapje-2B-Chat-SFT-V1.0.i1-IQ4_NL.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61e0b300948e721b33b2266e486f20193dbc80e71e1ec342e91365e17829a885 +size 1515249504 diff --git a/Schaapje-2B-Chat-SFT-V1.0.i1-IQ4_XS.gguf b/Schaapje-2B-Chat-SFT-V1.0.i1-IQ4_XS.gguf new file mode 100644 index 0000000..427c285 --- /dev/null +++ b/Schaapje-2B-Chat-SFT-V1.0.i1-IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37410c02c11088429f4fbe552dc7cf66311767239f2a81f4f6f9200fcaf91939 +size 1437392544 diff --git a/Schaapje-2B-Chat-SFT-V1.0.i1-Q2_K.gguf b/Schaapje-2B-Chat-SFT-V1.0.i1-Q2_K.gguf new file mode 100644 index 0000000..561981b --- /dev/null +++ b/Schaapje-2B-Chat-SFT-V1.0.i1-Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4c9782094b422023fc7b106342a9185383f5ece10a96b124748b4e8cafcaa4c +size 1011276224 diff --git a/Schaapje-2B-Chat-SFT-V1.0.i1-Q2_K_S.gguf b/Schaapje-2B-Chat-SFT-V1.0.i1-Q2_K_S.gguf new file mode 100644 index 0000000..652bb62 --- /dev/null +++ b/Schaapje-2B-Chat-SFT-V1.0.i1-Q2_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73672812ef7f0192347f81461ac068436ba7247a9041df613dee0e0f4881fc01 +size 945740224 diff --git a/Schaapje-2B-Chat-SFT-V1.0.i1-Q3_K_L.gguf b/Schaapje-2B-Chat-SFT-V1.0.i1-Q3_K_L.gguf new file mode 100644 index 0000000..6a10552 --- /dev/null +++ b/Schaapje-2B-Chat-SFT-V1.0.i1-Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:597a7a87746b191cf8c4628885ffef41def42f0f8586eb7f5a47fbcea3f536cb +size 1400626240 diff --git a/Schaapje-2B-Chat-SFT-V1.0.i1-Q3_K_M.gguf b/Schaapje-2B-Chat-SFT-V1.0.i1-Q3_K_M.gguf new file mode 100644 index 0000000..8dedc7d --- /dev/null +++ b/Schaapje-2B-Chat-SFT-V1.0.i1-Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60332ca6de993ebd4402b6ddc90e527102b12e0f08751106a62857384226526b +size 1294982208 diff --git a/Schaapje-2B-Chat-SFT-V1.0.i1-Q3_K_S.gguf b/Schaapje-2B-Chat-SFT-V1.0.i1-Q3_K_S.gguf new file mode 100644 index 0000000..f158cce --- /dev/null +++ b/Schaapje-2B-Chat-SFT-V1.0.i1-Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9f4a5b34d4ccb4ef094fd2e88af0e9c1c9d03e85e4ee434c24bb157f18f5a6d +size 1173544000 diff --git a/Schaapje-2B-Chat-SFT-V1.0.i1-Q4_0.gguf b/Schaapje-2B-Chat-SFT-V1.0.i1-Q4_0.gguf new file mode 100644 index 0000000..b95c71c --- /dev/null +++ b/Schaapje-2B-Chat-SFT-V1.0.i1-Q4_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35650e703e877142bbf1ffc03dc0110093c38c7b1419a49d138e1abd3f6aee7c +size 1515249504 diff --git a/Schaapje-2B-Chat-SFT-V1.0.i1-Q4_1.gguf b/Schaapje-2B-Chat-SFT-V1.0.i1-Q4_1.gguf new file mode 100644 index 0000000..5692768 --- /dev/null +++ b/Schaapje-2B-Chat-SFT-V1.0.i1-Q4_1.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:697b2827b53bc2bc5b84b05330e2457b315bee029bb028eb51ca6a7bc69c5cb3 +size 1668341984 diff --git a/Schaapje-2B-Chat-SFT-V1.0.i1-Q4_K_M.gguf b/Schaapje-2B-Chat-SFT-V1.0.i1-Q4_K_M.gguf new file mode 100644 index 0000000..7e7afeb --- /dev/null +++ b/Schaapje-2B-Chat-SFT-V1.0.i1-Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ca8da19348d248d7b47bb2e25e065e3a4c709cda7866a5ab135c060b93c3be9 +size 1601920864 diff --git a/Schaapje-2B-Chat-SFT-V1.0.i1-Q4_K_S.gguf b/Schaapje-2B-Chat-SFT-V1.0.i1-Q4_K_S.gguf new file mode 100644 index 0000000..7c3b71c --- /dev/null +++ b/Schaapje-2B-Chat-SFT-V1.0.i1-Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c93391625e752b32108aefd3cb684c9d23aa9c0de85c8fbd9cedaa45c8bb7e2b +size 1521016672 diff --git a/Schaapje-2B-Chat-SFT-V1.0.i1-Q5_K_M.gguf b/Schaapje-2B-Chat-SFT-V1.0.i1-Q5_K_M.gguf new file mode 100644 index 0000000..5c595e1 --- /dev/null +++ b/Schaapje-2B-Chat-SFT-V1.0.i1-Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6f5cd3cc996d4c736d92504b9e3bd7947ea96e8bef9c23eb01d0f222f0e4878 +size 1874027104 diff --git a/Schaapje-2B-Chat-SFT-V1.0.i1-Q5_K_S.gguf b/Schaapje-2B-Chat-SFT-V1.0.i1-Q5_K_S.gguf new file mode 100644 index 0000000..73ade2f --- /dev/null +++ b/Schaapje-2B-Chat-SFT-V1.0.i1-Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b15e4f697f6f6f048b2b8831748dffcd2d7b6053f68ea7a5c0b400bc955c290b +size 1826677344 diff --git a/Schaapje-2B-Chat-SFT-V1.0.i1-Q6_K.gguf b/Schaapje-2B-Chat-SFT-V1.0.i1-Q6_K.gguf new file mode 100644 index 0000000..3001c76 --- /dev/null +++ b/Schaapje-2B-Chat-SFT-V1.0.i1-Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a6af0afd44479bf8c4995748574867812d241e60f9dabd6f336022209ce636f +size 2163140000 diff --git a/imatrix.dat b/imatrix.dat new file mode 100644 index 0000000..ffeb47f --- /dev/null +++ b/imatrix.dat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:241599d5f65ac85beadaca26c4f0dcc95143c1ec480be638282bdb077ca6b15b +size 3286085