From 88e66a5cb961b2c4e80e84b33b5d254adad817e7 Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Fri, 12 Jun 2026 18:19: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/bartleby-qwen-2.5-0.5b-i1-GGUF Source: Original Platform --- .gitattributes | 60 ++++++++++++++++++ README.md | 84 ++++++++++++++++++++++++++ bartleby-qwen-2.5-0.5b.i1-IQ1_M.gguf | 3 + bartleby-qwen-2.5-0.5b.i1-IQ1_S.gguf | 3 + bartleby-qwen-2.5-0.5b.i1-IQ2_M.gguf | 3 + bartleby-qwen-2.5-0.5b.i1-IQ2_S.gguf | 3 + bartleby-qwen-2.5-0.5b.i1-IQ2_XS.gguf | 3 + bartleby-qwen-2.5-0.5b.i1-IQ2_XXS.gguf | 3 + bartleby-qwen-2.5-0.5b.i1-IQ3_M.gguf | 3 + bartleby-qwen-2.5-0.5b.i1-IQ3_S.gguf | 3 + bartleby-qwen-2.5-0.5b.i1-IQ3_XS.gguf | 3 + bartleby-qwen-2.5-0.5b.i1-IQ3_XXS.gguf | 3 + bartleby-qwen-2.5-0.5b.i1-IQ4_NL.gguf | 3 + bartleby-qwen-2.5-0.5b.i1-IQ4_XS.gguf | 3 + bartleby-qwen-2.5-0.5b.i1-Q2_K.gguf | 3 + bartleby-qwen-2.5-0.5b.i1-Q2_K_S.gguf | 3 + bartleby-qwen-2.5-0.5b.i1-Q3_K_L.gguf | 3 + bartleby-qwen-2.5-0.5b.i1-Q3_K_M.gguf | 3 + bartleby-qwen-2.5-0.5b.i1-Q3_K_S.gguf | 3 + bartleby-qwen-2.5-0.5b.i1-Q4_0.gguf | 3 + bartleby-qwen-2.5-0.5b.i1-Q4_1.gguf | 3 + bartleby-qwen-2.5-0.5b.i1-Q4_K_M.gguf | 3 + bartleby-qwen-2.5-0.5b.i1-Q4_K_S.gguf | 3 + bartleby-qwen-2.5-0.5b.i1-Q5_K_M.gguf | 3 + bartleby-qwen-2.5-0.5b.i1-Q5_K_S.gguf | 3 + bartleby-qwen-2.5-0.5b.i1-Q6_K.gguf | 3 + bartleby-qwen-2.5-0.5b.imatrix.gguf | 3 + 27 files changed, 219 insertions(+) create mode 100644 .gitattributes create mode 100644 README.md create mode 100644 bartleby-qwen-2.5-0.5b.i1-IQ1_M.gguf create mode 100644 bartleby-qwen-2.5-0.5b.i1-IQ1_S.gguf create mode 100644 bartleby-qwen-2.5-0.5b.i1-IQ2_M.gguf create mode 100644 bartleby-qwen-2.5-0.5b.i1-IQ2_S.gguf create mode 100644 bartleby-qwen-2.5-0.5b.i1-IQ2_XS.gguf create mode 100644 bartleby-qwen-2.5-0.5b.i1-IQ2_XXS.gguf create mode 100644 bartleby-qwen-2.5-0.5b.i1-IQ3_M.gguf create mode 100644 bartleby-qwen-2.5-0.5b.i1-IQ3_S.gguf create mode 100644 bartleby-qwen-2.5-0.5b.i1-IQ3_XS.gguf create mode 100644 bartleby-qwen-2.5-0.5b.i1-IQ3_XXS.gguf create mode 100644 bartleby-qwen-2.5-0.5b.i1-IQ4_NL.gguf create mode 100644 bartleby-qwen-2.5-0.5b.i1-IQ4_XS.gguf create mode 100644 bartleby-qwen-2.5-0.5b.i1-Q2_K.gguf create mode 100644 bartleby-qwen-2.5-0.5b.i1-Q2_K_S.gguf create mode 100644 bartleby-qwen-2.5-0.5b.i1-Q3_K_L.gguf create mode 100644 bartleby-qwen-2.5-0.5b.i1-Q3_K_M.gguf create mode 100644 bartleby-qwen-2.5-0.5b.i1-Q3_K_S.gguf create mode 100644 bartleby-qwen-2.5-0.5b.i1-Q4_0.gguf create mode 100644 bartleby-qwen-2.5-0.5b.i1-Q4_1.gguf create mode 100644 bartleby-qwen-2.5-0.5b.i1-Q4_K_M.gguf create mode 100644 bartleby-qwen-2.5-0.5b.i1-Q4_K_S.gguf create mode 100644 bartleby-qwen-2.5-0.5b.i1-Q5_K_M.gguf create mode 100644 bartleby-qwen-2.5-0.5b.i1-Q5_K_S.gguf create mode 100644 bartleby-qwen-2.5-0.5b.i1-Q6_K.gguf create mode 100644 bartleby-qwen-2.5-0.5b.imatrix.gguf diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..cb7676c --- /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 +bartleby-qwen-2.5-0.5b.imatrix.gguf filter=lfs diff=lfs merge=lfs -text +bartleby-qwen-2.5-0.5b.i1-IQ1_M.gguf filter=lfs diff=lfs merge=lfs -text +bartleby-qwen-2.5-0.5b.i1-IQ1_S.gguf filter=lfs diff=lfs merge=lfs -text +bartleby-qwen-2.5-0.5b.i1-IQ2_M.gguf filter=lfs diff=lfs merge=lfs -text +bartleby-qwen-2.5-0.5b.i1-IQ2_S.gguf filter=lfs diff=lfs merge=lfs -text +bartleby-qwen-2.5-0.5b.i1-IQ2_XS.gguf filter=lfs diff=lfs merge=lfs -text +bartleby-qwen-2.5-0.5b.i1-IQ2_XXS.gguf filter=lfs diff=lfs merge=lfs -text +bartleby-qwen-2.5-0.5b.i1-IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text +bartleby-qwen-2.5-0.5b.i1-IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text +bartleby-qwen-2.5-0.5b.i1-IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text +bartleby-qwen-2.5-0.5b.i1-IQ3_XXS.gguf filter=lfs diff=lfs merge=lfs -text +bartleby-qwen-2.5-0.5b.i1-IQ4_NL.gguf filter=lfs diff=lfs merge=lfs -text +bartleby-qwen-2.5-0.5b.i1-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +bartleby-qwen-2.5-0.5b.i1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +bartleby-qwen-2.5-0.5b.i1-Q2_K_S.gguf filter=lfs diff=lfs merge=lfs -text +bartleby-qwen-2.5-0.5b.i1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +bartleby-qwen-2.5-0.5b.i1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +bartleby-qwen-2.5-0.5b.i1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +bartleby-qwen-2.5-0.5b.i1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text +bartleby-qwen-2.5-0.5b.i1-Q4_1.gguf filter=lfs diff=lfs merge=lfs -text +bartleby-qwen-2.5-0.5b.i1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +bartleby-qwen-2.5-0.5b.i1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +bartleby-qwen-2.5-0.5b.i1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +bartleby-qwen-2.5-0.5b.i1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +bartleby-qwen-2.5-0.5b.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..0ae3068 --- /dev/null +++ b/README.md @@ -0,0 +1,84 @@ +--- +base_model: staeiou/bartleby-qwen-2.5-0.5b +language: +- en +library_name: transformers +mradermacher: + readme_rev: 1 +quantized_by: mradermacher +--- +## About + + + + + + + + + +weighted/imatrix quants of https://huggingface.co/staeiou/bartleby-qwen-2.5-0.5b + + + +***For a convenient overview and download list, visit our [model page for this model](https://hf.tst.eu/model#bartleby-qwen-2.5-0.5b-i1-GGUF).*** + +static quants are available at https://huggingface.co/mradermacher/bartleby-qwen-2.5-0.5b-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/bartleby-qwen-2.5-0.5b-i1-GGUF/resolve/main/bartleby-qwen-2.5-0.5b.imatrix.gguf) | imatrix | 0.1 | imatrix file (for creating your own quants) | +| [GGUF](https://huggingface.co/mradermacher/bartleby-qwen-2.5-0.5b-i1-GGUF/resolve/main/bartleby-qwen-2.5-0.5b.i1-IQ1_S.gguf) | i1-IQ1_S | 0.4 | for the desperate | +| [GGUF](https://huggingface.co/mradermacher/bartleby-qwen-2.5-0.5b-i1-GGUF/resolve/main/bartleby-qwen-2.5-0.5b.i1-IQ1_M.gguf) | i1-IQ1_M | 0.4 | mostly desperate | +| [GGUF](https://huggingface.co/mradermacher/bartleby-qwen-2.5-0.5b-i1-GGUF/resolve/main/bartleby-qwen-2.5-0.5b.i1-IQ2_XXS.gguf) | i1-IQ2_XXS | 0.4 | | +| [GGUF](https://huggingface.co/mradermacher/bartleby-qwen-2.5-0.5b-i1-GGUF/resolve/main/bartleby-qwen-2.5-0.5b.i1-IQ2_XS.gguf) | i1-IQ2_XS | 0.4 | | +| [GGUF](https://huggingface.co/mradermacher/bartleby-qwen-2.5-0.5b-i1-GGUF/resolve/main/bartleby-qwen-2.5-0.5b.i1-IQ2_S.gguf) | i1-IQ2_S | 0.4 | | +| [GGUF](https://huggingface.co/mradermacher/bartleby-qwen-2.5-0.5b-i1-GGUF/resolve/main/bartleby-qwen-2.5-0.5b.i1-IQ2_M.gguf) | i1-IQ2_M | 0.4 | | +| [GGUF](https://huggingface.co/mradermacher/bartleby-qwen-2.5-0.5b-i1-GGUF/resolve/main/bartleby-qwen-2.5-0.5b.i1-Q2_K_S.gguf) | i1-Q2_K_S | 0.4 | very low quality | +| [GGUF](https://huggingface.co/mradermacher/bartleby-qwen-2.5-0.5b-i1-GGUF/resolve/main/bartleby-qwen-2.5-0.5b.i1-IQ3_XXS.gguf) | i1-IQ3_XXS | 0.4 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/bartleby-qwen-2.5-0.5b-i1-GGUF/resolve/main/bartleby-qwen-2.5-0.5b.i1-Q3_K_S.gguf) | i1-Q3_K_S | 0.4 | IQ3_XS probably better | +| [GGUF](https://huggingface.co/mradermacher/bartleby-qwen-2.5-0.5b-i1-GGUF/resolve/main/bartleby-qwen-2.5-0.5b.i1-IQ3_S.gguf) | i1-IQ3_S | 0.4 | beats Q3_K* | +| [GGUF](https://huggingface.co/mradermacher/bartleby-qwen-2.5-0.5b-i1-GGUF/resolve/main/bartleby-qwen-2.5-0.5b.i1-IQ3_XS.gguf) | i1-IQ3_XS | 0.4 | | +| [GGUF](https://huggingface.co/mradermacher/bartleby-qwen-2.5-0.5b-i1-GGUF/resolve/main/bartleby-qwen-2.5-0.5b.i1-Q2_K.gguf) | i1-Q2_K | 0.4 | IQ3_XXS probably better | +| [GGUF](https://huggingface.co/mradermacher/bartleby-qwen-2.5-0.5b-i1-GGUF/resolve/main/bartleby-qwen-2.5-0.5b.i1-IQ3_M.gguf) | i1-IQ3_M | 0.4 | | +| [GGUF](https://huggingface.co/mradermacher/bartleby-qwen-2.5-0.5b-i1-GGUF/resolve/main/bartleby-qwen-2.5-0.5b.i1-IQ4_XS.gguf) | i1-IQ4_XS | 0.4 | | +| [GGUF](https://huggingface.co/mradermacher/bartleby-qwen-2.5-0.5b-i1-GGUF/resolve/main/bartleby-qwen-2.5-0.5b.i1-IQ4_NL.gguf) | i1-IQ4_NL | 0.5 | prefer IQ4_XS | +| [GGUF](https://huggingface.co/mradermacher/bartleby-qwen-2.5-0.5b-i1-GGUF/resolve/main/bartleby-qwen-2.5-0.5b.i1-Q4_0.gguf) | i1-Q4_0 | 0.5 | fast, low quality | +| [GGUF](https://huggingface.co/mradermacher/bartleby-qwen-2.5-0.5b-i1-GGUF/resolve/main/bartleby-qwen-2.5-0.5b.i1-Q3_K_M.gguf) | i1-Q3_K_M | 0.5 | IQ3_S probably better | +| [GGUF](https://huggingface.co/mradermacher/bartleby-qwen-2.5-0.5b-i1-GGUF/resolve/main/bartleby-qwen-2.5-0.5b.i1-Q3_K_L.gguf) | i1-Q3_K_L | 0.5 | IQ3_M probably better | +| [GGUF](https://huggingface.co/mradermacher/bartleby-qwen-2.5-0.5b-i1-GGUF/resolve/main/bartleby-qwen-2.5-0.5b.i1-Q4_1.gguf) | i1-Q4_1 | 0.5 | | +| [GGUF](https://huggingface.co/mradermacher/bartleby-qwen-2.5-0.5b-i1-GGUF/resolve/main/bartleby-qwen-2.5-0.5b.i1-Q4_K_S.gguf) | i1-Q4_K_S | 0.5 | optimal size/speed/quality | +| [GGUF](https://huggingface.co/mradermacher/bartleby-qwen-2.5-0.5b-i1-GGUF/resolve/main/bartleby-qwen-2.5-0.5b.i1-Q4_K_M.gguf) | i1-Q4_K_M | 0.5 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/bartleby-qwen-2.5-0.5b-i1-GGUF/resolve/main/bartleby-qwen-2.5-0.5b.i1-Q5_K_S.gguf) | i1-Q5_K_S | 0.5 | | +| [GGUF](https://huggingface.co/mradermacher/bartleby-qwen-2.5-0.5b-i1-GGUF/resolve/main/bartleby-qwen-2.5-0.5b.i1-Q5_K_M.gguf) | i1-Q5_K_M | 0.5 | | +| [GGUF](https://huggingface.co/mradermacher/bartleby-qwen-2.5-0.5b-i1-GGUF/resolve/main/bartleby-qwen-2.5-0.5b.i1-Q6_K.gguf) | i1-Q6_K | 0.6 | 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/bartleby-qwen-2.5-0.5b.i1-IQ1_M.gguf b/bartleby-qwen-2.5-0.5b.i1-IQ1_M.gguf new file mode 100644 index 0000000..390547a --- /dev/null +++ b/bartleby-qwen-2.5-0.5b.i1-IQ1_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50acd70c9e34ff84d76acd8ab28efde597a3ed5371764ac33cca088c3c46988e +size 317974464 diff --git a/bartleby-qwen-2.5-0.5b.i1-IQ1_S.gguf b/bartleby-qwen-2.5-0.5b.i1-IQ1_S.gguf new file mode 100644 index 0000000..43bced9 --- /dev/null +++ b/bartleby-qwen-2.5-0.5b.i1-IQ1_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb89a6a9b5f1ef80871ecf03dceaeb53abda390f0031fd02587f2f0133adbd62 +size 315829440 diff --git a/bartleby-qwen-2.5-0.5b.i1-IQ2_M.gguf b/bartleby-qwen-2.5-0.5b.i1-IQ2_M.gguf new file mode 100644 index 0000000..587602a --- /dev/null +++ b/bartleby-qwen-2.5-0.5b.i1-IQ2_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f4550e9f66eb68ac1fe3e9632b58ee048ea80392e01e84b6fa25a0d38c2e856 +size 328597440 diff --git a/bartleby-qwen-2.5-0.5b.i1-IQ2_S.gguf b/bartleby-qwen-2.5-0.5b.i1-IQ2_S.gguf new file mode 100644 index 0000000..6568a4c --- /dev/null +++ b/bartleby-qwen-2.5-0.5b.i1-IQ2_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2a6df4a7dd2fe90e07a7b4c8cac290c081e6644e70bd9a61d1039610e58d627 +size 325737408 diff --git a/bartleby-qwen-2.5-0.5b.i1-IQ2_XS.gguf b/bartleby-qwen-2.5-0.5b.i1-IQ2_XS.gguf new file mode 100644 index 0000000..ba35b3e --- /dev/null +++ b/bartleby-qwen-2.5-0.5b.i1-IQ2_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97a98ae93ae49d324519b13c45c4c4dcb8fb11f79c1df8576863a96c6724bafd +size 324409536 diff --git a/bartleby-qwen-2.5-0.5b.i1-IQ2_XXS.gguf b/bartleby-qwen-2.5-0.5b.i1-IQ2_XXS.gguf new file mode 100644 index 0000000..7202f5e --- /dev/null +++ b/bartleby-qwen-2.5-0.5b.i1-IQ2_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc5656539d8f326ae40c6e05833a11b7f57592ed4385b286c4f5581aaf62b3d8 +size 321549504 diff --git a/bartleby-qwen-2.5-0.5b.i1-IQ3_M.gguf b/bartleby-qwen-2.5-0.5b.i1-IQ3_M.gguf new file mode 100644 index 0000000..bba2c44 --- /dev/null +++ b/bartleby-qwen-2.5-0.5b.i1-IQ3_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:373e351593d6c02bf6c634f6ed2fe4a9d42dfd3fd7f7e1ad2b9188dcdf5f24d6 +size 342752448 diff --git a/bartleby-qwen-2.5-0.5b.i1-IQ3_S.gguf b/bartleby-qwen-2.5-0.5b.i1-IQ3_S.gguf new file mode 100644 index 0000000..462593d --- /dev/null +++ b/bartleby-qwen-2.5-0.5b.i1-IQ3_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:417d5d8f2c53b1bbb99806dd24d746331a936c1be2bd709c510d15d342830ff1 +size 338607552 diff --git a/bartleby-qwen-2.5-0.5b.i1-IQ3_XS.gguf b/bartleby-qwen-2.5-0.5b.i1-IQ3_XS.gguf new file mode 100644 index 0000000..eebf595 --- /dev/null +++ b/bartleby-qwen-2.5-0.5b.i1-IQ3_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c808ee8905c0caf0e2e64259b1b34f4aa499b70ef1708fcfb48929c1af278b5 +size 338607552 diff --git a/bartleby-qwen-2.5-0.5b.i1-IQ3_XXS.gguf b/bartleby-qwen-2.5-0.5b.i1-IQ3_XXS.gguf new file mode 100644 index 0000000..1c5d290 --- /dev/null +++ b/bartleby-qwen-2.5-0.5b.i1-IQ3_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d86d8a5cac8082fcaaf6afb82e0224c043562cd4866f7ead37ef238b2b941dca +size 333704640 diff --git a/bartleby-qwen-2.5-0.5b.i1-IQ4_NL.gguf b/bartleby-qwen-2.5-0.5b.i1-IQ4_NL.gguf new file mode 100644 index 0000000..aab6866 --- /dev/null +++ b/bartleby-qwen-2.5-0.5b.i1-IQ4_NL.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1da95a089f89982ecdbdf45e9eb58917d7671c9b02cd0de4e4aa07c99ce9fe0d +size 352671168 diff --git a/bartleby-qwen-2.5-0.5b.i1-IQ4_XS.gguf b/bartleby-qwen-2.5-0.5b.i1-IQ4_XS.gguf new file mode 100644 index 0000000..44987f4 --- /dev/null +++ b/bartleby-qwen-2.5-0.5b.i1-IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:040a295d2d9d2531884976b73db48bc2dcc00ce6815671c49e6e77b213297c97 +size 349402560 diff --git a/bartleby-qwen-2.5-0.5b.i1-Q2_K.gguf b/bartleby-qwen-2.5-0.5b.i1-Q2_K.gguf new file mode 100644 index 0000000..a5f7c20 --- /dev/null +++ b/bartleby-qwen-2.5-0.5b.i1-Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d052a9988a82ff6c37eff6980f568645a0f202637b4fbcbdd30ca9366021f83b +size 338607552 diff --git a/bartleby-qwen-2.5-0.5b.i1-Q2_K_S.gguf b/bartleby-qwen-2.5-0.5b.i1-Q2_K_S.gguf new file mode 100644 index 0000000..f770691 --- /dev/null +++ b/bartleby-qwen-2.5-0.5b.i1-Q2_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8a47933be9e1630520882f9eca972bd4629cad601bcc165328d7eae46d37783 +size 331048896 diff --git a/bartleby-qwen-2.5-0.5b.i1-Q3_K_L.gguf b/bartleby-qwen-2.5-0.5b.i1-Q3_K_L.gguf new file mode 100644 index 0000000..eea8fc9 --- /dev/null +++ b/bartleby-qwen-2.5-0.5b.i1-Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:307df131db95536b1ca42d81f7f7cd7dda191896fe906f6751ad86dc8b21af8f +size 369358272 diff --git a/bartleby-qwen-2.5-0.5b.i1-Q3_K_M.gguf b/bartleby-qwen-2.5-0.5b.i1-Q3_K_M.gguf new file mode 100644 index 0000000..4a1a2b3 --- /dev/null +++ b/bartleby-qwen-2.5-0.5b.i1-Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72bef1e4d14ad70fcacf4831637e4666fba5f8ac73b332fc586cf5aeb0268fbe +size 355466688 diff --git a/bartleby-qwen-2.5-0.5b.i1-Q3_K_S.gguf b/bartleby-qwen-2.5-0.5b.i1-Q3_K_S.gguf new file mode 100644 index 0000000..981a70e --- /dev/null +++ b/bartleby-qwen-2.5-0.5b.i1-Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a27698809ed4be3112c9241653942f426545e926d78426227b433fb42a374f53 +size 338263488 diff --git a/bartleby-qwen-2.5-0.5b.i1-Q4_0.gguf b/bartleby-qwen-2.5-0.5b.i1-Q4_0.gguf new file mode 100644 index 0000000..63b2bc9 --- /dev/null +++ b/bartleby-qwen-2.5-0.5b.i1-Q4_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7c77b0f88f417ca6ab1c5f3e0f150a5f07a54648b859024fe511997a6092d8e +size 352972224 diff --git a/bartleby-qwen-2.5-0.5b.i1-Q4_1.gguf b/bartleby-qwen-2.5-0.5b.i1-Q4_1.gguf new file mode 100644 index 0000000..4269efb --- /dev/null +++ b/bartleby-qwen-2.5-0.5b.i1-Q4_1.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:991f9fdfb5712a86354f1f0d51aa204cb8ba9e5398b8a2d0341b3d3676f9c37b +size 374519232 diff --git a/bartleby-qwen-2.5-0.5b.i1-Q4_K_M.gguf b/bartleby-qwen-2.5-0.5b.i1-Q4_K_M.gguf new file mode 100644 index 0000000..a4028d6 --- /dev/null +++ b/bartleby-qwen-2.5-0.5b.i1-Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:425087254cf0fab90ff413de797e621dd13f41af283f9f29167279b8267f36e5 +size 397808064 diff --git a/bartleby-qwen-2.5-0.5b.i1-Q4_K_S.gguf b/bartleby-qwen-2.5-0.5b.i1-Q4_K_S.gguf new file mode 100644 index 0000000..fb45a52 --- /dev/null +++ b/bartleby-qwen-2.5-0.5b.i1-Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f0e1686cddcbe00a5d47ddab8cbe202164219cbd369bf264ce1cae4655e33be +size 385471936 diff --git a/bartleby-qwen-2.5-0.5b.i1-Q5_K_M.gguf b/bartleby-qwen-2.5-0.5b.i1-Q5_K_M.gguf new file mode 100644 index 0000000..ddd10a9 --- /dev/null +++ b/bartleby-qwen-2.5-0.5b.i1-Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cdbe9e519bc771747a688e8900d0ff94a07d58f33f2edada15f5455589dee84a +size 420086208 diff --git a/bartleby-qwen-2.5-0.5b.i1-Q5_K_S.gguf b/bartleby-qwen-2.5-0.5b.i1-Q5_K_S.gguf new file mode 100644 index 0000000..3bda228 --- /dev/null +++ b/bartleby-qwen-2.5-0.5b.i1-Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43716edaba301de73b8514de90963f3abe7d7fa8aff1d83201d3885bbf46fa83 +size 412710336 diff --git a/bartleby-qwen-2.5-0.5b.i1-Q6_K.gguf b/bartleby-qwen-2.5-0.5b.i1-Q6_K.gguf new file mode 100644 index 0000000..b6425f7 --- /dev/null +++ b/bartleby-qwen-2.5-0.5b.i1-Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a4ca1026191bb0a092db8e12734d65c88718715d0fde70908975a4677e70db1 +size 505736640 diff --git a/bartleby-qwen-2.5-0.5b.imatrix.gguf b/bartleby-qwen-2.5-0.5b.imatrix.gguf new file mode 100644 index 0000000..e3f21dd --- /dev/null +++ b/bartleby-qwen-2.5-0.5b.imatrix.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b0219d95fd3c726f7d367ed299a42cb4a451e1215bdab68d6cc927b0d986692 +size 1008928