From c543ee864dc9f6f605066e274cdb2baea64871d4 Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Sun, 12 Apr 2026 04:12:01 +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: featherless-ai-quants/unsloth-codegemma-2b-GGUF Source: Original Platform --- .gitattributes | 47 ++++++++++++++++++++++++++++++++ README.md | 47 ++++++++++++++++++++++++++++++++ featherless-quants.png | 3 ++ unsloth-codegemma-2b-IQ4_XS.gguf | 3 ++ unsloth-codegemma-2b-Q2_K.gguf | 3 ++ unsloth-codegemma-2b-Q3_K_L.gguf | 3 ++ unsloth-codegemma-2b-Q3_K_M.gguf | 3 ++ unsloth-codegemma-2b-Q3_K_S.gguf | 3 ++ unsloth-codegemma-2b-Q4_K_M.gguf | 3 ++ unsloth-codegemma-2b-Q4_K_S.gguf | 3 ++ unsloth-codegemma-2b-Q5_K_M.gguf | 3 ++ unsloth-codegemma-2b-Q5_K_S.gguf | 3 ++ unsloth-codegemma-2b-Q6_K.gguf | 3 ++ unsloth-codegemma-2b-Q8_0.gguf | 3 ++ 14 files changed, 130 insertions(+) create mode 100644 .gitattributes create mode 100644 README.md create mode 100644 featherless-quants.png create mode 100644 unsloth-codegemma-2b-IQ4_XS.gguf create mode 100644 unsloth-codegemma-2b-Q2_K.gguf create mode 100644 unsloth-codegemma-2b-Q3_K_L.gguf create mode 100644 unsloth-codegemma-2b-Q3_K_M.gguf create mode 100644 unsloth-codegemma-2b-Q3_K_S.gguf create mode 100644 unsloth-codegemma-2b-Q4_K_M.gguf create mode 100644 unsloth-codegemma-2b-Q4_K_S.gguf create mode 100644 unsloth-codegemma-2b-Q5_K_M.gguf create mode 100644 unsloth-codegemma-2b-Q5_K_S.gguf create mode 100644 unsloth-codegemma-2b-Q6_K.gguf create mode 100644 unsloth-codegemma-2b-Q8_0.gguf diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..4036635 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,47 @@ +*.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 +featherless-quants.png filter=lfs diff=lfs merge=lfs -text +unsloth-codegemma-2b-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +unsloth-codegemma-2b-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +unsloth-codegemma-2b-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +unsloth-codegemma-2b-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +unsloth-codegemma-2b-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +unsloth-codegemma-2b-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +unsloth-codegemma-2b-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +unsloth-codegemma-2b-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +unsloth-codegemma-2b-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +unsloth-codegemma-2b-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +unsloth-codegemma-2b-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/README.md b/README.md new file mode 100644 index 0000000..c770394 --- /dev/null +++ b/README.md @@ -0,0 +1,47 @@ +--- +base_model: unsloth/codegemma-2b +pipeline_tag: text-generation +quantized_by: featherless-ai-quants +--- + +# unsloth/codegemma-2b GGUF Quantizations 🚀 + +![Featherless AI Quants](./featherless-quants.png) + +*Optimized GGUF quantization files for enhanced model performance* + +> Powered by [Featherless AI](https://featherless.ai) - run any model you'd like for a simple small fee. +--- + +## Available Quantizations 📊 + +| Quantization Type | File | Size | +|-------------------|------|------| +| IQ4_XS | [unsloth-codegemma-2b-IQ4_XS.gguf](https://huggingface.co/featherless-ai-quants/unsloth-codegemma-2b-GGUF/blob/main/unsloth-codegemma-2b-IQ4_XS.gguf) | 1431.67 MB | +| Q2_K | [unsloth-codegemma-2b-Q2_K.gguf](https://huggingface.co/featherless-ai-quants/unsloth-codegemma-2b-GGUF/blob/main/unsloth-codegemma-2b-Q2_K.gguf) | 1104.28 MB | +| Q3_K_L | [unsloth-codegemma-2b-Q3_K_L.gguf](https://huggingface.co/featherless-ai-quants/unsloth-codegemma-2b-GGUF/blob/main/unsloth-codegemma-2b-Q3_K_L.gguf) | 1397.70 MB | +| Q3_K_M | [unsloth-codegemma-2b-Q3_K_M.gguf](https://huggingface.co/featherless-ai-quants/unsloth-codegemma-2b-GGUF/blob/main/unsloth-codegemma-2b-Q3_K_M.gguf) | 1319.70 MB | +| Q3_K_S | [unsloth-codegemma-2b-Q3_K_S.gguf](https://huggingface.co/featherless-ai-quants/unsloth-codegemma-2b-GGUF/blob/main/unsloth-codegemma-2b-Q3_K_S.gguf) | 1228.31 MB | +| Q4_K_M | [unsloth-codegemma-2b-Q4_K_M.gguf](https://huggingface.co/featherless-ai-quants/unsloth-codegemma-2b-GGUF/blob/main/unsloth-codegemma-2b-Q4_K_M.gguf) | 1554.74 MB | +| Q4_K_S | [unsloth-codegemma-2b-Q4_K_S.gguf](https://huggingface.co/featherless-ai-quants/unsloth-codegemma-2b-GGUF/blob/main/unsloth-codegemma-2b-Q4_K_S.gguf) | 1487.58 MB | +| Q5_K_M | [unsloth-codegemma-2b-Q5_K_M.gguf](https://huggingface.co/featherless-ai-quants/unsloth-codegemma-2b-GGUF/blob/main/unsloth-codegemma-2b-Q5_K_M.gguf) | 1754.43 MB | +| Q5_K_S | [unsloth-codegemma-2b-Q5_K_S.gguf](https://huggingface.co/featherless-ai-quants/unsloth-codegemma-2b-GGUF/blob/main/unsloth-codegemma-2b-Q5_K_S.gguf) | 1715.58 MB | +| Q6_K | [unsloth-codegemma-2b-Q6_K.gguf](https://huggingface.co/featherless-ai-quants/unsloth-codegemma-2b-GGUF/blob/main/unsloth-codegemma-2b-Q6_K.gguf) | 1966.59 MB | +| Q8_0 | [unsloth-codegemma-2b-Q8_0.gguf](https://huggingface.co/featherless-ai-quants/unsloth-codegemma-2b-GGUF/blob/main/unsloth-codegemma-2b-Q8_0.gguf) | 2545.42 MB | + + +--- + +## ⚡ Powered by [Featherless AI](https://featherless.ai) + +### Key Features + +- 🔥 **Instant Hosting** - Deploy any Llama model on HuggingFace instantly +- 🛠️ **Zero Infrastructure** - No server setup or maintenance required +- 📚 **Vast Compatibility** - Support for 2400+ models and counting +- 💎 **Affordable Pricing** - Starting at just $10/month + +--- + +**Links:** +[Get Started](https://featherless.ai) | [Documentation](https://featherless.ai/docs) | [Models](https://featherless.ai/models) \ No newline at end of file diff --git a/featherless-quants.png b/featherless-quants.png new file mode 100644 index 0000000..3e0eab9 --- /dev/null +++ b/featherless-quants.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e1b4d66c8306c7b0614089381fdf86ea4efb02dffb78d22767a084cb8b88d6b +size 1614532 diff --git a/unsloth-codegemma-2b-IQ4_XS.gguf b/unsloth-codegemma-2b-IQ4_XS.gguf new file mode 100644 index 0000000..8d25d01 --- /dev/null +++ b/unsloth-codegemma-2b-IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85ae2fe407bd2ab6efab5aa08215eb18e87a8116fcfb48f49bb5b6d14c7cf539 +size 1501217440 diff --git a/unsloth-codegemma-2b-Q2_K.gguf b/unsloth-codegemma-2b-Q2_K.gguf new file mode 100644 index 0000000..88ddcd0 --- /dev/null +++ b/unsloth-codegemma-2b-Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd8a6af4318f1628938ea6b5d42cbd5fa5a6da3772c713ddf8569a53c1bb60b4 +size 1157923488 diff --git a/unsloth-codegemma-2b-Q3_K_L.gguf b/unsloth-codegemma-2b-Q3_K_L.gguf new file mode 100644 index 0000000..e1db1b9 --- /dev/null +++ b/unsloth-codegemma-2b-Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4192cbd906bca98ec0cd7c85f6432bccbb23e4fd3de9879f5e35d5a0ed07cab6 +size 1465590432 diff --git a/unsloth-codegemma-2b-Q3_K_M.gguf b/unsloth-codegemma-2b-Q3_K_M.gguf new file mode 100644 index 0000000..206bdcb --- /dev/null +++ b/unsloth-codegemma-2b-Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b2e94173399b13d7eb799083bb59432d7c09cae1140ad61760e0c8f76761651 +size 1383801504 diff --git a/unsloth-codegemma-2b-Q3_K_S.gguf b/unsloth-codegemma-2b-Q3_K_S.gguf new file mode 100644 index 0000000..daf9d27 --- /dev/null +++ b/unsloth-codegemma-2b-Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b55d15f4e6350a69c060b22f1a5f689f92653e238f6819d7260818c04e9319a +size 1287979680 diff --git a/unsloth-codegemma-2b-Q4_K_M.gguf b/unsloth-codegemma-2b-Q4_K_M.gguf new file mode 100644 index 0000000..f35764c --- /dev/null +++ b/unsloth-codegemma-2b-Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64c609a54187434eb8076e59c53893d9257253fb27bae9811c4f5b702c8a59ab +size 1630261920 diff --git a/unsloth-codegemma-2b-Q4_K_S.gguf b/unsloth-codegemma-2b-Q4_K_S.gguf new file mode 100644 index 0000000..32693cc --- /dev/null +++ b/unsloth-codegemma-2b-Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e34ff306ca880081e5c468c40ba3cab78cce9e427aeacdc79d84a6e9aa13ea46 +size 1559839392 diff --git a/unsloth-codegemma-2b-Q5_K_M.gguf b/unsloth-codegemma-2b-Q5_K_M.gguf new file mode 100644 index 0000000..7efdea3 --- /dev/null +++ b/unsloth-codegemma-2b-Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44303763d8b4a2f095d170a6bf48ba56e36bdb6f925aec467f1d3d4e816a0d5f +size 1839649440 diff --git a/unsloth-codegemma-2b-Q5_K_S.gguf b/unsloth-codegemma-2b-Q5_K_S.gguf new file mode 100644 index 0000000..dcee292 --- /dev/null +++ b/unsloth-codegemma-2b-Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2aec017d0158a4c8419137471e5bd134a5b86357439d314efa00a8533611acb +size 1798914720 diff --git a/unsloth-codegemma-2b-Q6_K.gguf b/unsloth-codegemma-2b-Q6_K.gguf new file mode 100644 index 0000000..2a909b8 --- /dev/null +++ b/unsloth-codegemma-2b-Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35c7cdf9ba9840170cfa9b883e2807d0194f131926c281dd7f295f2c4a0bc75b +size 2062123680 diff --git a/unsloth-codegemma-2b-Q8_0.gguf b/unsloth-codegemma-2b-Q8_0.gguf new file mode 100644 index 0000000..62f78bf --- /dev/null +++ b/unsloth-codegemma-2b-Q8_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e405e523000742afdb4a610d1b593df528e9d14818daa05f956bd3be3324420 +size 2669068960