From 511d2ef4ffbc16430d927057a24148cffe69443c Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Fri, 12 Jun 2026 18:18:17 +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-1.5b-i1-GGUF Source: Original Platform --- .gitattributes | 60 ++++++++++++++++++ README.md | 84 ++++++++++++++++++++++++++ bartleby-qwen-2.5-1.5b.i1-IQ1_M.gguf | 3 + bartleby-qwen-2.5-1.5b.i1-IQ1_S.gguf | 3 + bartleby-qwen-2.5-1.5b.i1-IQ2_M.gguf | 3 + bartleby-qwen-2.5-1.5b.i1-IQ2_S.gguf | 3 + bartleby-qwen-2.5-1.5b.i1-IQ2_XS.gguf | 3 + bartleby-qwen-2.5-1.5b.i1-IQ2_XXS.gguf | 3 + bartleby-qwen-2.5-1.5b.i1-IQ3_M.gguf | 3 + bartleby-qwen-2.5-1.5b.i1-IQ3_S.gguf | 3 + bartleby-qwen-2.5-1.5b.i1-IQ3_XS.gguf | 3 + bartleby-qwen-2.5-1.5b.i1-IQ3_XXS.gguf | 3 + bartleby-qwen-2.5-1.5b.i1-IQ4_NL.gguf | 3 + bartleby-qwen-2.5-1.5b.i1-IQ4_XS.gguf | 3 + bartleby-qwen-2.5-1.5b.i1-Q2_K.gguf | 3 + bartleby-qwen-2.5-1.5b.i1-Q2_K_S.gguf | 3 + bartleby-qwen-2.5-1.5b.i1-Q3_K_L.gguf | 3 + bartleby-qwen-2.5-1.5b.i1-Q3_K_M.gguf | 3 + bartleby-qwen-2.5-1.5b.i1-Q3_K_S.gguf | 3 + bartleby-qwen-2.5-1.5b.i1-Q4_0.gguf | 3 + bartleby-qwen-2.5-1.5b.i1-Q4_1.gguf | 3 + bartleby-qwen-2.5-1.5b.i1-Q4_K_M.gguf | 3 + bartleby-qwen-2.5-1.5b.i1-Q4_K_S.gguf | 3 + bartleby-qwen-2.5-1.5b.i1-Q5_K_M.gguf | 3 + bartleby-qwen-2.5-1.5b.i1-Q5_K_S.gguf | 3 + bartleby-qwen-2.5-1.5b.i1-Q6_K.gguf | 3 + bartleby-qwen-2.5-1.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-1.5b.i1-IQ1_M.gguf create mode 100644 bartleby-qwen-2.5-1.5b.i1-IQ1_S.gguf create mode 100644 bartleby-qwen-2.5-1.5b.i1-IQ2_M.gguf create mode 100644 bartleby-qwen-2.5-1.5b.i1-IQ2_S.gguf create mode 100644 bartleby-qwen-2.5-1.5b.i1-IQ2_XS.gguf create mode 100644 bartleby-qwen-2.5-1.5b.i1-IQ2_XXS.gguf create mode 100644 bartleby-qwen-2.5-1.5b.i1-IQ3_M.gguf create mode 100644 bartleby-qwen-2.5-1.5b.i1-IQ3_S.gguf create mode 100644 bartleby-qwen-2.5-1.5b.i1-IQ3_XS.gguf create mode 100644 bartleby-qwen-2.5-1.5b.i1-IQ3_XXS.gguf create mode 100644 bartleby-qwen-2.5-1.5b.i1-IQ4_NL.gguf create mode 100644 bartleby-qwen-2.5-1.5b.i1-IQ4_XS.gguf create mode 100644 bartleby-qwen-2.5-1.5b.i1-Q2_K.gguf create mode 100644 bartleby-qwen-2.5-1.5b.i1-Q2_K_S.gguf create mode 100644 bartleby-qwen-2.5-1.5b.i1-Q3_K_L.gguf create mode 100644 bartleby-qwen-2.5-1.5b.i1-Q3_K_M.gguf create mode 100644 bartleby-qwen-2.5-1.5b.i1-Q3_K_S.gguf create mode 100644 bartleby-qwen-2.5-1.5b.i1-Q4_0.gguf create mode 100644 bartleby-qwen-2.5-1.5b.i1-Q4_1.gguf create mode 100644 bartleby-qwen-2.5-1.5b.i1-Q4_K_M.gguf create mode 100644 bartleby-qwen-2.5-1.5b.i1-Q4_K_S.gguf create mode 100644 bartleby-qwen-2.5-1.5b.i1-Q5_K_M.gguf create mode 100644 bartleby-qwen-2.5-1.5b.i1-Q5_K_S.gguf create mode 100644 bartleby-qwen-2.5-1.5b.i1-Q6_K.gguf create mode 100644 bartleby-qwen-2.5-1.5b.imatrix.gguf diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..822d17c --- /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-1.5b.imatrix.gguf filter=lfs diff=lfs merge=lfs -text +bartleby-qwen-2.5-1.5b.i1-IQ1_M.gguf filter=lfs diff=lfs merge=lfs -text +bartleby-qwen-2.5-1.5b.i1-IQ1_S.gguf filter=lfs diff=lfs merge=lfs -text +bartleby-qwen-2.5-1.5b.i1-IQ2_M.gguf filter=lfs diff=lfs merge=lfs -text +bartleby-qwen-2.5-1.5b.i1-IQ2_S.gguf filter=lfs diff=lfs merge=lfs -text +bartleby-qwen-2.5-1.5b.i1-IQ2_XS.gguf filter=lfs diff=lfs merge=lfs -text +bartleby-qwen-2.5-1.5b.i1-IQ2_XXS.gguf filter=lfs diff=lfs merge=lfs -text +bartleby-qwen-2.5-1.5b.i1-IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text +bartleby-qwen-2.5-1.5b.i1-IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text +bartleby-qwen-2.5-1.5b.i1-IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text +bartleby-qwen-2.5-1.5b.i1-IQ3_XXS.gguf filter=lfs diff=lfs merge=lfs -text +bartleby-qwen-2.5-1.5b.i1-IQ4_NL.gguf filter=lfs diff=lfs merge=lfs -text +bartleby-qwen-2.5-1.5b.i1-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +bartleby-qwen-2.5-1.5b.i1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +bartleby-qwen-2.5-1.5b.i1-Q2_K_S.gguf filter=lfs diff=lfs merge=lfs -text +bartleby-qwen-2.5-1.5b.i1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +bartleby-qwen-2.5-1.5b.i1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +bartleby-qwen-2.5-1.5b.i1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +bartleby-qwen-2.5-1.5b.i1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text +bartleby-qwen-2.5-1.5b.i1-Q4_1.gguf filter=lfs diff=lfs merge=lfs -text +bartleby-qwen-2.5-1.5b.i1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +bartleby-qwen-2.5-1.5b.i1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +bartleby-qwen-2.5-1.5b.i1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +bartleby-qwen-2.5-1.5b.i1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +bartleby-qwen-2.5-1.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..80231c0 --- /dev/null +++ b/README.md @@ -0,0 +1,84 @@ +--- +base_model: staeiou/bartleby-qwen-2.5-1.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-1.5b + + + +***For a convenient overview and download list, visit our [model page for this model](https://hf.tst.eu/model#bartleby-qwen-2.5-1.5b-i1-GGUF).*** + +static quants are available at https://huggingface.co/mradermacher/bartleby-qwen-2.5-1.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-1.5b-i1-GGUF/resolve/main/bartleby-qwen-2.5-1.5b.imatrix.gguf) | imatrix | 0.1 | imatrix file (for creating your own quants) | +| [GGUF](https://huggingface.co/mradermacher/bartleby-qwen-2.5-1.5b-i1-GGUF/resolve/main/bartleby-qwen-2.5-1.5b.i1-IQ1_S.gguf) | i1-IQ1_S | 0.5 | for the desperate | +| [GGUF](https://huggingface.co/mradermacher/bartleby-qwen-2.5-1.5b-i1-GGUF/resolve/main/bartleby-qwen-2.5-1.5b.i1-IQ1_M.gguf) | i1-IQ1_M | 0.6 | mostly desperate | +| [GGUF](https://huggingface.co/mradermacher/bartleby-qwen-2.5-1.5b-i1-GGUF/resolve/main/bartleby-qwen-2.5-1.5b.i1-IQ2_XXS.gguf) | i1-IQ2_XXS | 0.6 | | +| [GGUF](https://huggingface.co/mradermacher/bartleby-qwen-2.5-1.5b-i1-GGUF/resolve/main/bartleby-qwen-2.5-1.5b.i1-IQ2_XS.gguf) | i1-IQ2_XS | 0.7 | | +| [GGUF](https://huggingface.co/mradermacher/bartleby-qwen-2.5-1.5b-i1-GGUF/resolve/main/bartleby-qwen-2.5-1.5b.i1-IQ2_S.gguf) | i1-IQ2_S | 0.7 | | +| [GGUF](https://huggingface.co/mradermacher/bartleby-qwen-2.5-1.5b-i1-GGUF/resolve/main/bartleby-qwen-2.5-1.5b.i1-IQ2_M.gguf) | i1-IQ2_M | 0.7 | | +| [GGUF](https://huggingface.co/mradermacher/bartleby-qwen-2.5-1.5b-i1-GGUF/resolve/main/bartleby-qwen-2.5-1.5b.i1-Q2_K_S.gguf) | i1-Q2_K_S | 0.7 | very low quality | +| [GGUF](https://huggingface.co/mradermacher/bartleby-qwen-2.5-1.5b-i1-GGUF/resolve/main/bartleby-qwen-2.5-1.5b.i1-IQ3_XXS.gguf) | i1-IQ3_XXS | 0.8 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/bartleby-qwen-2.5-1.5b-i1-GGUF/resolve/main/bartleby-qwen-2.5-1.5b.i1-Q2_K.gguf) | i1-Q2_K | 0.8 | IQ3_XXS probably better | +| [GGUF](https://huggingface.co/mradermacher/bartleby-qwen-2.5-1.5b-i1-GGUF/resolve/main/bartleby-qwen-2.5-1.5b.i1-IQ3_XS.gguf) | i1-IQ3_XS | 0.8 | | +| [GGUF](https://huggingface.co/mradermacher/bartleby-qwen-2.5-1.5b-i1-GGUF/resolve/main/bartleby-qwen-2.5-1.5b.i1-Q3_K_S.gguf) | i1-Q3_K_S | 0.9 | IQ3_XS probably better | +| [GGUF](https://huggingface.co/mradermacher/bartleby-qwen-2.5-1.5b-i1-GGUF/resolve/main/bartleby-qwen-2.5-1.5b.i1-IQ3_S.gguf) | i1-IQ3_S | 0.9 | beats Q3_K* | +| [GGUF](https://huggingface.co/mradermacher/bartleby-qwen-2.5-1.5b-i1-GGUF/resolve/main/bartleby-qwen-2.5-1.5b.i1-IQ3_M.gguf) | i1-IQ3_M | 0.9 | | +| [GGUF](https://huggingface.co/mradermacher/bartleby-qwen-2.5-1.5b-i1-GGUF/resolve/main/bartleby-qwen-2.5-1.5b.i1-Q3_K_M.gguf) | i1-Q3_K_M | 0.9 | IQ3_S probably better | +| [GGUF](https://huggingface.co/mradermacher/bartleby-qwen-2.5-1.5b-i1-GGUF/resolve/main/bartleby-qwen-2.5-1.5b.i1-Q3_K_L.gguf) | i1-Q3_K_L | 1.0 | IQ3_M probably better | +| [GGUF](https://huggingface.co/mradermacher/bartleby-qwen-2.5-1.5b-i1-GGUF/resolve/main/bartleby-qwen-2.5-1.5b.i1-IQ4_XS.gguf) | i1-IQ4_XS | 1.0 | | +| [GGUF](https://huggingface.co/mradermacher/bartleby-qwen-2.5-1.5b-i1-GGUF/resolve/main/bartleby-qwen-2.5-1.5b.i1-IQ4_NL.gguf) | i1-IQ4_NL | 1.0 | prefer IQ4_XS | +| [GGUF](https://huggingface.co/mradermacher/bartleby-qwen-2.5-1.5b-i1-GGUF/resolve/main/bartleby-qwen-2.5-1.5b.i1-Q4_0.gguf) | i1-Q4_0 | 1.0 | fast, low quality | +| [GGUF](https://huggingface.co/mradermacher/bartleby-qwen-2.5-1.5b-i1-GGUF/resolve/main/bartleby-qwen-2.5-1.5b.i1-Q4_K_S.gguf) | i1-Q4_K_S | 1.0 | optimal size/speed/quality | +| [GGUF](https://huggingface.co/mradermacher/bartleby-qwen-2.5-1.5b-i1-GGUF/resolve/main/bartleby-qwen-2.5-1.5b.i1-Q4_K_M.gguf) | i1-Q4_K_M | 1.1 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/bartleby-qwen-2.5-1.5b-i1-GGUF/resolve/main/bartleby-qwen-2.5-1.5b.i1-Q4_1.gguf) | i1-Q4_1 | 1.1 | | +| [GGUF](https://huggingface.co/mradermacher/bartleby-qwen-2.5-1.5b-i1-GGUF/resolve/main/bartleby-qwen-2.5-1.5b.i1-Q5_K_S.gguf) | i1-Q5_K_S | 1.2 | | +| [GGUF](https://huggingface.co/mradermacher/bartleby-qwen-2.5-1.5b-i1-GGUF/resolve/main/bartleby-qwen-2.5-1.5b.i1-Q5_K_M.gguf) | i1-Q5_K_M | 1.2 | | +| [GGUF](https://huggingface.co/mradermacher/bartleby-qwen-2.5-1.5b-i1-GGUF/resolve/main/bartleby-qwen-2.5-1.5b.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/bartleby-qwen-2.5-1.5b.i1-IQ1_M.gguf b/bartleby-qwen-2.5-1.5b.i1-IQ1_M.gguf new file mode 100644 index 0000000..5c56ddb --- /dev/null +++ b/bartleby-qwen-2.5-1.5b.i1-IQ1_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1511d131e8a1793713c7e85d827ddc765cce17e2b4eb4fac5f933c42165925e6 +size 464461440 diff --git a/bartleby-qwen-2.5-1.5b.i1-IQ1_S.gguf b/bartleby-qwen-2.5-1.5b.i1-IQ1_S.gguf new file mode 100644 index 0000000..d24bb79 --- /dev/null +++ b/bartleby-qwen-2.5-1.5b.i1-IQ1_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35c43fe8ce7c62fc56b65782b84cbd5186b9ad3b0e159c18360fd92f980ce2f9 +size 436527744 diff --git a/bartleby-qwen-2.5-1.5b.i1-IQ2_M.gguf b/bartleby-qwen-2.5-1.5b.i1-IQ2_M.gguf new file mode 100644 index 0000000..1dcf7c7 --- /dev/null +++ b/bartleby-qwen-2.5-1.5b.i1-IQ2_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ecbb2b09b412ea9ccfcab2f7515e9ca7c00369160b34972187170ff0d98565c6 +size 601054848 diff --git a/bartleby-qwen-2.5-1.5b.i1-IQ2_S.gguf b/bartleby-qwen-2.5-1.5b.i1-IQ2_S.gguf new file mode 100644 index 0000000..95cc469 --- /dev/null +++ b/bartleby-qwen-2.5-1.5b.i1-IQ2_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fe8720db4e9354b9813b9ae1a2a710bcbe1b3a25cd70118a3f1761f44eba230 +size 563809920 diff --git a/bartleby-qwen-2.5-1.5b.i1-IQ2_XS.gguf b/bartleby-qwen-2.5-1.5b.i1-IQ2_XS.gguf new file mode 100644 index 0000000..9450d3e --- /dev/null +++ b/bartleby-qwen-2.5-1.5b.i1-IQ2_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d90f99f624ec88d6da93f919bb1c4a1ed27ac3d98215c93b94a5032f2b17130 +size 550326912 diff --git a/bartleby-qwen-2.5-1.5b.i1-IQ2_XXS.gguf b/bartleby-qwen-2.5-1.5b.i1-IQ2_XXS.gguf new file mode 100644 index 0000000..720f88f --- /dev/null +++ b/bartleby-qwen-2.5-1.5b.i1-IQ2_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80fdbe3c4dec7d5587ed3d10046cd042bfe22afdaa0e17482ce07ec8839ca593 +size 511017600 diff --git a/bartleby-qwen-2.5-1.5b.i1-IQ3_M.gguf b/bartleby-qwen-2.5-1.5b.i1-IQ3_M.gguf new file mode 100644 index 0000000..b39c2b3 --- /dev/null +++ b/bartleby-qwen-2.5-1.5b.i1-IQ3_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bf5865dcc3494badc48946b4253ae2ec4f044120d7667d2ff68147a10ad2070 +size 776664192 diff --git a/bartleby-qwen-2.5-1.5b.i1-IQ3_S.gguf b/bartleby-qwen-2.5-1.5b.i1-IQ3_S.gguf new file mode 100644 index 0000000..799230d --- /dev/null +++ b/bartleby-qwen-2.5-1.5b.i1-IQ3_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:288f20ecd4d8f45d76f06c360a71ed2a3fc3586a3fa8a82c883d9c7dfa190ce2 +size 762407040 diff --git a/bartleby-qwen-2.5-1.5b.i1-IQ3_XS.gguf b/bartleby-qwen-2.5-1.5b.i1-IQ3_XS.gguf new file mode 100644 index 0000000..a3783cf --- /dev/null +++ b/bartleby-qwen-2.5-1.5b.i1-IQ3_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca74e175c3e35ca43c3f7f30787e6eabf5167c0f97ffac6a03a6ed89dd9518b8 +size 731699328 diff --git a/bartleby-qwen-2.5-1.5b.i1-IQ3_XXS.gguf b/bartleby-qwen-2.5-1.5b.i1-IQ3_XXS.gguf new file mode 100644 index 0000000..76d691c --- /dev/null +++ b/bartleby-qwen-2.5-1.5b.i1-IQ3_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:327cecfdfe2689d9ab19b311bcc9fce754a8326cb38bc3157df7cabd1caf3dff +size 668792448 diff --git a/bartleby-qwen-2.5-1.5b.i1-IQ4_NL.gguf b/bartleby-qwen-2.5-1.5b.i1-IQ4_NL.gguf new file mode 100644 index 0000000..c330466 --- /dev/null +++ b/bartleby-qwen-2.5-1.5b.i1-IQ4_NL.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23bedfe3e11a09a18819b8b7a42733ef0d67b09e6d4361fd2fc7c34ab173f4f2 +size 936331392 diff --git a/bartleby-qwen-2.5-1.5b.i1-IQ4_XS.gguf b/bartleby-qwen-2.5-1.5b.i1-IQ4_XS.gguf new file mode 100644 index 0000000..86db12c --- /dev/null +++ b/bartleby-qwen-2.5-1.5b.i1-IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:597bb04eff088b88e61275196c7f3c7da05bdcf8b0691d2da05fdb65d845a64e +size 895731840 diff --git a/bartleby-qwen-2.5-1.5b.i1-Q2_K.gguf b/bartleby-qwen-2.5-1.5b.i1-Q2_K.gguf new file mode 100644 index 0000000..c0ea681 --- /dev/null +++ b/bartleby-qwen-2.5-1.5b.i1-Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d151bf7a967106c6c20401f226ef71871946e38273ba0a3631fb5d7e10524273 +size 676305024 diff --git a/bartleby-qwen-2.5-1.5b.i1-Q2_K_S.gguf b/bartleby-qwen-2.5-1.5b.i1-Q2_K_S.gguf new file mode 100644 index 0000000..65fc607 --- /dev/null +++ b/bartleby-qwen-2.5-1.5b.i1-Q2_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f7ac9a226132894862c14d294a99ce7fbc6b6f742baca35a80da8795479cf23 +size 640135296 diff --git a/bartleby-qwen-2.5-1.5b.i1-Q3_K_L.gguf b/bartleby-qwen-2.5-1.5b.i1-Q3_K_L.gguf new file mode 100644 index 0000000..25233d6 --- /dev/null +++ b/bartleby-qwen-2.5-1.5b.i1-Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e57839edaa8f62d420dc942a3e6d2aaadbad8937c5a52ac403891fdbec38bf6b +size 880162944 diff --git a/bartleby-qwen-2.5-1.5b.i1-Q3_K_M.gguf b/bartleby-qwen-2.5-1.5b.i1-Q3_K_M.gguf new file mode 100644 index 0000000..4f66172 --- /dev/null +++ b/bartleby-qwen-2.5-1.5b.i1-Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f08f0a667b98f8839df11dd399abd10e6f9a249d9bb04376a10a791b4b38c1e8 +size 824178816 diff --git a/bartleby-qwen-2.5-1.5b.i1-Q3_K_S.gguf b/bartleby-qwen-2.5-1.5b.i1-Q3_K_S.gguf new file mode 100644 index 0000000..7630aeb --- /dev/null +++ b/bartleby-qwen-2.5-1.5b.i1-Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ecbfc83c63df7da29456da3808de4cbd7db8ec6b17fc3293a0ee699ecace1e99 +size 760944768 diff --git a/bartleby-qwen-2.5-1.5b.i1-Q4_0.gguf b/bartleby-qwen-2.5-1.5b.i1-Q4_0.gguf new file mode 100644 index 0000000..0acd730 --- /dev/null +++ b/bartleby-qwen-2.5-1.5b.i1-Q4_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:144c9624169c5cae3fa41f66398504b783c68d82be08dcb462a79d3a224f2655 +size 937535616 diff --git a/bartleby-qwen-2.5-1.5b.i1-Q4_1.gguf b/bartleby-qwen-2.5-1.5b.i1-Q4_1.gguf new file mode 100644 index 0000000..fc9ef99 --- /dev/null +++ b/bartleby-qwen-2.5-1.5b.i1-Q4_1.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a29e00ff7352270dae596d9edce4151afe45de0c8df53d35b93a1a363555730 +size 1016842368 diff --git a/bartleby-qwen-2.5-1.5b.i1-Q4_K_M.gguf b/bartleby-qwen-2.5-1.5b.i1-Q4_K_M.gguf new file mode 100644 index 0000000..ebfc9d2 --- /dev/null +++ b/bartleby-qwen-2.5-1.5b.i1-Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cee0125eaf2f1cc7bf00336aa9648553029451ae456eeb796d1fa73a8b2a86a3 +size 986048640 diff --git a/bartleby-qwen-2.5-1.5b.i1-Q4_K_S.gguf b/bartleby-qwen-2.5-1.5b.i1-Q4_K_S.gguf new file mode 100644 index 0000000..b9f00cd --- /dev/null +++ b/bartleby-qwen-2.5-1.5b.i1-Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82ffdb8d96d15d9a814f21e69062e8ef4646dc7b185fb9ecad3a581e15f81e16 +size 940312704 diff --git a/bartleby-qwen-2.5-1.5b.i1-Q5_K_M.gguf b/bartleby-qwen-2.5-1.5b.i1-Q5_K_M.gguf new file mode 100644 index 0000000..a1165f8 --- /dev/null +++ b/bartleby-qwen-2.5-1.5b.i1-Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:802ed36094f3a082751104be7a5406d2a85f3b9409c9aea70169ca3030f67145 +size 1125050496 diff --git a/bartleby-qwen-2.5-1.5b.i1-Q5_K_S.gguf b/bartleby-qwen-2.5-1.5b.i1-Q5_K_S.gguf new file mode 100644 index 0000000..32e7b3c --- /dev/null +++ b/bartleby-qwen-2.5-1.5b.i1-Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bce769be806f57bea7c276048dfe4c4b16488d6f2343d3236922e3cede9598de +size 1098729600 diff --git a/bartleby-qwen-2.5-1.5b.i1-Q6_K.gguf b/bartleby-qwen-2.5-1.5b.i1-Q6_K.gguf new file mode 100644 index 0000000..4ac82dd --- /dev/null +++ b/bartleby-qwen-2.5-1.5b.i1-Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7910b41d2bf1b747d6270524eec47cbc1c6a89b044985a8a9dfa5d18dddf6953 +size 1272739968 diff --git a/bartleby-qwen-2.5-1.5b.imatrix.gguf b/bartleby-qwen-2.5-1.5b.imatrix.gguf new file mode 100644 index 0000000..05ce9b6 --- /dev/null +++ b/bartleby-qwen-2.5-1.5b.imatrix.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0fb589dac20af277280b998210154b96fd7a96663d89690a6d44667ff963af7 +size 2065888