From 149407c0ee5fc1ee41df59a163a337c79389aadf Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Fri, 24 Apr 2026 14:20:31 +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/Atlas-Chat-2B-GGUF Source: Original Platform --- .gitattributes | 50 +++++++++++++++++++++++++++ Atlas-Chat-2B.IQ3_M.gguf | 3 ++ Atlas-Chat-2B.IQ3_S.gguf | 3 ++ Atlas-Chat-2B.IQ3_XS.gguf | 3 ++ Atlas-Chat-2B.IQ4_XS.gguf | 3 ++ Atlas-Chat-2B.Q2_K.gguf | 3 ++ Atlas-Chat-2B.Q3_K_L.gguf | 3 ++ Atlas-Chat-2B.Q3_K_M.gguf | 3 ++ Atlas-Chat-2B.Q3_K_S.gguf | 3 ++ Atlas-Chat-2B.Q4_K_M.gguf | 3 ++ Atlas-Chat-2B.Q4_K_S.gguf | 3 ++ Atlas-Chat-2B.Q5_K_M.gguf | 3 ++ Atlas-Chat-2B.Q5_K_S.gguf | 3 ++ Atlas-Chat-2B.Q6_K.gguf | 3 ++ Atlas-Chat-2B.Q8_0.gguf | 3 ++ Atlas-Chat-2B.f16.gguf | 3 ++ README.md | 73 +++++++++++++++++++++++++++++++++++++++ 17 files changed, 168 insertions(+) create mode 100644 .gitattributes create mode 100644 Atlas-Chat-2B.IQ3_M.gguf create mode 100644 Atlas-Chat-2B.IQ3_S.gguf create mode 100644 Atlas-Chat-2B.IQ3_XS.gguf create mode 100644 Atlas-Chat-2B.IQ4_XS.gguf create mode 100644 Atlas-Chat-2B.Q2_K.gguf create mode 100644 Atlas-Chat-2B.Q3_K_L.gguf create mode 100644 Atlas-Chat-2B.Q3_K_M.gguf create mode 100644 Atlas-Chat-2B.Q3_K_S.gguf create mode 100644 Atlas-Chat-2B.Q4_K_M.gguf create mode 100644 Atlas-Chat-2B.Q4_K_S.gguf create mode 100644 Atlas-Chat-2B.Q5_K_M.gguf create mode 100644 Atlas-Chat-2B.Q5_K_S.gguf create mode 100644 Atlas-Chat-2B.Q6_K.gguf create mode 100644 Atlas-Chat-2B.Q8_0.gguf create mode 100644 Atlas-Chat-2B.f16.gguf create mode 100644 README.md diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..8a4c28e --- /dev/null +++ b/.gitattributes @@ -0,0 +1,50 @@ +*.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 +Atlas-Chat-2B.IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text +Atlas-Chat-2B.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Atlas-Chat-2B.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +Atlas-Chat-2B.f16.gguf filter=lfs diff=lfs merge=lfs -text +Atlas-Chat-2B.IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text +Atlas-Chat-2B.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text +Atlas-Chat-2B.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Atlas-Chat-2B.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +Atlas-Chat-2B.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Atlas-Chat-2B.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Atlas-Chat-2B.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +Atlas-Chat-2B.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Atlas-Chat-2B.IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text +Atlas-Chat-2B.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Atlas-Chat-2B.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/Atlas-Chat-2B.IQ3_M.gguf b/Atlas-Chat-2B.IQ3_M.gguf new file mode 100644 index 0000000..308325b --- /dev/null +++ b/Atlas-Chat-2B.IQ3_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f82653630f79fef97c730b81fd7f7f9f978451ce903ec84fb1da86e96d283def +size 1393562048 diff --git a/Atlas-Chat-2B.IQ3_S.gguf b/Atlas-Chat-2B.IQ3_S.gguf new file mode 100644 index 0000000..4bcbcbb --- /dev/null +++ b/Atlas-Chat-2B.IQ3_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:236e9130b51976fd24b2d06763671627bc0611b2182dac2ec05cfc47bbbd559b +size 1360660928 diff --git a/Atlas-Chat-2B.IQ3_XS.gguf b/Atlas-Chat-2B.IQ3_XS.gguf new file mode 100644 index 0000000..5a975ab --- /dev/null +++ b/Atlas-Chat-2B.IQ3_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54210a4322c35bbcfa77f5fea0f57308725da76a2a6a7892b6c5a338f0d88030 +size 1314212288 diff --git a/Atlas-Chat-2B.IQ4_XS.gguf b/Atlas-Chat-2B.IQ4_XS.gguf new file mode 100644 index 0000000..9573fe6 --- /dev/null +++ b/Atlas-Chat-2B.IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb263d1ba1af7b69f959aef04dd431ab73189c02fc8eacb6cc089e96c6048c5c +size 1576204736 diff --git a/Atlas-Chat-2B.Q2_K.gguf b/Atlas-Chat-2B.Q2_K.gguf new file mode 100644 index 0000000..381d05b --- /dev/null +++ b/Atlas-Chat-2B.Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5d4bb07ae65056bc5945f57ab53db495bf569b368709e4b64337bf21c9f0e73 +size 1229830592 diff --git a/Atlas-Chat-2B.Q3_K_L.gguf b/Atlas-Chat-2B.Q3_K_L.gguf new file mode 100644 index 0000000..42dde4d --- /dev/null +++ b/Atlas-Chat-2B.Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95288a753e6afd8de33dbc8c9b1e6922a6e8056616d4649983ef489d4ff6d3a1 +size 1550436800 diff --git a/Atlas-Chat-2B.Q3_K_M.gguf b/Atlas-Chat-2B.Q3_K_M.gguf new file mode 100644 index 0000000..7136b00 --- /dev/null +++ b/Atlas-Chat-2B.Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f60782eda03b41cb1bf95051156752d522142a3b4b29466330fc4c6a238bc9a3 +size 1461668288 diff --git a/Atlas-Chat-2B.Q3_K_S.gguf b/Atlas-Chat-2B.Q3_K_S.gguf new file mode 100644 index 0000000..926ac9c --- /dev/null +++ b/Atlas-Chat-2B.Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8924e1aa7402f7c36a7df05153ade8fb7e707791a0cc1f0dcc226cdd26f79d1c +size 1360660928 diff --git a/Atlas-Chat-2B.Q4_K_M.gguf b/Atlas-Chat-2B.Q4_K_M.gguf new file mode 100644 index 0000000..848b831 --- /dev/null +++ b/Atlas-Chat-2B.Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9cc7452eaeaa350a25a860f5e4749d6f2ca53fd50cbd8d1581cd5471636693ca +size 1708583360 diff --git a/Atlas-Chat-2B.Q4_K_S.gguf b/Atlas-Chat-2B.Q4_K_S.gguf new file mode 100644 index 0000000..117aaad --- /dev/null +++ b/Atlas-Chat-2B.Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eddb80636e6c2a1d33fe2d9adf98f336422beca4d8d37c12ec4711a6fa9cb447 +size 1638652352 diff --git a/Atlas-Chat-2B.Q5_K_M.gguf b/Atlas-Chat-2B.Q5_K_M.gguf new file mode 100644 index 0000000..53091be --- /dev/null +++ b/Atlas-Chat-2B.Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2aa30f1f992e3d7aa51e749fe5a97423963b99ef55f2bc1585237eb01cefcaff +size 1923279296 diff --git a/Atlas-Chat-2B.Q5_K_S.gguf b/Atlas-Chat-2B.Q5_K_S.gguf new file mode 100644 index 0000000..99b5a90 --- /dev/null +++ b/Atlas-Chat-2B.Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f117faf7df8ae587e2bed061a4ae067682c81a7893b0807cca1f4d5d4586b109 +size 1882544576 diff --git a/Atlas-Chat-2B.Q6_K.gguf b/Atlas-Chat-2B.Q6_K.gguf new file mode 100644 index 0000000..24db12b --- /dev/null +++ b/Atlas-Chat-2B.Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95c0cb8159f56d7b14449290119df615d4fd7d191416cbe640e705893a7e3bed +size 2151393728 diff --git a/Atlas-Chat-2B.Q8_0.gguf b/Atlas-Chat-2B.Q8_0.gguf new file mode 100644 index 0000000..bfa3191 --- /dev/null +++ b/Atlas-Chat-2B.Q8_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:042f0673175df433c7ccc6fbe2f660d8c2c28905571953a291b12bb32755e474 +size 2784496064 diff --git a/Atlas-Chat-2B.f16.gguf b/Atlas-Chat-2B.f16.gguf new file mode 100644 index 0000000..d702da0 --- /dev/null +++ b/Atlas-Chat-2B.f16.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc18d5bef2031e266f299af26dbd36acf2ed1d79de296d55bf84bdd55d8c0634 +size 5235214784 diff --git a/README.md b/README.md new file mode 100644 index 0000000..a35077e --- /dev/null +++ b/README.md @@ -0,0 +1,73 @@ +--- +base_model: MBZUAI-Paris/Atlas-Chat-2B +datasets: +- MBZUAI-Paris/Darija-SFT-Mixture +extra_gated_button_content: Acknowledge license +language: +- ar +- ary +library_name: transformers +license: gemma +quantized_by: mradermacher +tags: +- conversational +--- +## About + + + + + + +static quants of https://huggingface.co/MBZUAI-Paris/Atlas-Chat-2B + + +weighted/imatrix quants seem not to be available (by me) at this time. If they do not show up a week or so after the static ones, I have probably not planned for them. Feel free to request them by opening a Community Discussion. +## 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/Atlas-Chat-2B-GGUF/resolve/main/Atlas-Chat-2B.Q2_K.gguf) | Q2_K | 1.3 | | +| [GGUF](https://huggingface.co/mradermacher/Atlas-Chat-2B-GGUF/resolve/main/Atlas-Chat-2B.IQ3_XS.gguf) | IQ3_XS | 1.4 | | +| [GGUF](https://huggingface.co/mradermacher/Atlas-Chat-2B-GGUF/resolve/main/Atlas-Chat-2B.IQ3_S.gguf) | IQ3_S | 1.5 | beats Q3_K* | +| [GGUF](https://huggingface.co/mradermacher/Atlas-Chat-2B-GGUF/resolve/main/Atlas-Chat-2B.Q3_K_S.gguf) | Q3_K_S | 1.5 | | +| [GGUF](https://huggingface.co/mradermacher/Atlas-Chat-2B-GGUF/resolve/main/Atlas-Chat-2B.IQ3_M.gguf) | IQ3_M | 1.5 | | +| [GGUF](https://huggingface.co/mradermacher/Atlas-Chat-2B-GGUF/resolve/main/Atlas-Chat-2B.Q3_K_M.gguf) | Q3_K_M | 1.6 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/Atlas-Chat-2B-GGUF/resolve/main/Atlas-Chat-2B.Q3_K_L.gguf) | Q3_K_L | 1.7 | | +| [GGUF](https://huggingface.co/mradermacher/Atlas-Chat-2B-GGUF/resolve/main/Atlas-Chat-2B.IQ4_XS.gguf) | IQ4_XS | 1.7 | | +| [GGUF](https://huggingface.co/mradermacher/Atlas-Chat-2B-GGUF/resolve/main/Atlas-Chat-2B.Q4_K_S.gguf) | Q4_K_S | 1.7 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/Atlas-Chat-2B-GGUF/resolve/main/Atlas-Chat-2B.Q4_K_M.gguf) | Q4_K_M | 1.8 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/Atlas-Chat-2B-GGUF/resolve/main/Atlas-Chat-2B.Q5_K_S.gguf) | Q5_K_S | 2.0 | | +| [GGUF](https://huggingface.co/mradermacher/Atlas-Chat-2B-GGUF/resolve/main/Atlas-Chat-2B.Q5_K_M.gguf) | Q5_K_M | 2.0 | | +| [GGUF](https://huggingface.co/mradermacher/Atlas-Chat-2B-GGUF/resolve/main/Atlas-Chat-2B.Q6_K.gguf) | Q6_K | 2.3 | very good quality | +| [GGUF](https://huggingface.co/mradermacher/Atlas-Chat-2B-GGUF/resolve/main/Atlas-Chat-2B.Q8_0.gguf) | Q8_0 | 2.9 | fast, best quality | +| [GGUF](https://huggingface.co/mradermacher/Atlas-Chat-2B-GGUF/resolve/main/Atlas-Chat-2B.f16.gguf) | f16 | 5.3 | 16 bpw, overkill | + +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. + +