From dfc1e6b3c4c5c5463b198d6ed234d6325fdaf2a7 Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Sun, 12 Jul 2026 04:31:09 +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/RakutenAI-7B-chat-GGUF Source: Original Platform --- .gitattributes | 50 ++++++++++++++++++++++++++ README.md | 68 +++++++++++++++++++++++++++++++++++ RakutenAI-7B-chat.IQ3_M.gguf | 3 ++ RakutenAI-7B-chat.IQ3_S.gguf | 3 ++ RakutenAI-7B-chat.IQ3_XS.gguf | 3 ++ RakutenAI-7B-chat.IQ4_XS.gguf | 3 ++ RakutenAI-7B-chat.Q2_K.gguf | 3 ++ RakutenAI-7B-chat.Q3_K_L.gguf | 3 ++ RakutenAI-7B-chat.Q3_K_M.gguf | 3 ++ RakutenAI-7B-chat.Q3_K_S.gguf | 3 ++ RakutenAI-7B-chat.Q4_K_M.gguf | 3 ++ RakutenAI-7B-chat.Q4_K_S.gguf | 3 ++ RakutenAI-7B-chat.Q5_K_M.gguf | 3 ++ RakutenAI-7B-chat.Q5_K_S.gguf | 3 ++ RakutenAI-7B-chat.Q6_K.gguf | 3 ++ RakutenAI-7B-chat.Q8_0.gguf | 3 ++ RakutenAI-7B-chat.f16.gguf | 3 ++ 17 files changed, 163 insertions(+) create mode 100644 .gitattributes create mode 100644 README.md create mode 100644 RakutenAI-7B-chat.IQ3_M.gguf create mode 100644 RakutenAI-7B-chat.IQ3_S.gguf create mode 100644 RakutenAI-7B-chat.IQ3_XS.gguf create mode 100644 RakutenAI-7B-chat.IQ4_XS.gguf create mode 100644 RakutenAI-7B-chat.Q2_K.gguf create mode 100644 RakutenAI-7B-chat.Q3_K_L.gguf create mode 100644 RakutenAI-7B-chat.Q3_K_M.gguf create mode 100644 RakutenAI-7B-chat.Q3_K_S.gguf create mode 100644 RakutenAI-7B-chat.Q4_K_M.gguf create mode 100644 RakutenAI-7B-chat.Q4_K_S.gguf create mode 100644 RakutenAI-7B-chat.Q5_K_M.gguf create mode 100644 RakutenAI-7B-chat.Q5_K_S.gguf create mode 100644 RakutenAI-7B-chat.Q6_K.gguf create mode 100644 RakutenAI-7B-chat.Q8_0.gguf create mode 100644 RakutenAI-7B-chat.f16.gguf diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..19b24aa --- /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 +RakutenAI-7B-chat.IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text +RakutenAI-7B-chat.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +RakutenAI-7B-chat.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +RakutenAI-7B-chat.f16.gguf filter=lfs diff=lfs merge=lfs -text +RakutenAI-7B-chat.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text +RakutenAI-7B-chat.IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text +RakutenAI-7B-chat.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +RakutenAI-7B-chat.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +RakutenAI-7B-chat.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +RakutenAI-7B-chat.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +RakutenAI-7B-chat.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +RakutenAI-7B-chat.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +RakutenAI-7B-chat.IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text +RakutenAI-7B-chat.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +RakutenAI-7B-chat.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/README.md b/README.md new file mode 100644 index 0000000..595cdc5 --- /dev/null +++ b/README.md @@ -0,0 +1,68 @@ +--- +base_model: Rakuten/RakutenAI-7B-chat +language: +- en +- ja +library_name: transformers +license: apache-2.0 +quantized_by: mradermacher +--- +## About + + + + + + +static quants of https://huggingface.co/Rakuten/RakutenAI-7B-chat + + +weighted/imatrix quants are available at https://huggingface.co/mradermacher/RakutenAI-7B-chat-i1-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/RakutenAI-7B-chat-GGUF/resolve/main/RakutenAI-7B-chat.Q2_K.gguf) | Q2_K | 2.9 | | +| [GGUF](https://huggingface.co/mradermacher/RakutenAI-7B-chat-GGUF/resolve/main/RakutenAI-7B-chat.IQ3_XS.gguf) | IQ3_XS | 3.2 | | +| [GGUF](https://huggingface.co/mradermacher/RakutenAI-7B-chat-GGUF/resolve/main/RakutenAI-7B-chat.Q3_K_S.gguf) | Q3_K_S | 3.3 | | +| [GGUF](https://huggingface.co/mradermacher/RakutenAI-7B-chat-GGUF/resolve/main/RakutenAI-7B-chat.IQ3_S.gguf) | IQ3_S | 3.4 | beats Q3_K* | +| [GGUF](https://huggingface.co/mradermacher/RakutenAI-7B-chat-GGUF/resolve/main/RakutenAI-7B-chat.IQ3_M.gguf) | IQ3_M | 3.5 | | +| [GGUF](https://huggingface.co/mradermacher/RakutenAI-7B-chat-GGUF/resolve/main/RakutenAI-7B-chat.Q3_K_M.gguf) | Q3_K_M | 3.7 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/RakutenAI-7B-chat-GGUF/resolve/main/RakutenAI-7B-chat.Q3_K_L.gguf) | Q3_K_L | 4.0 | | +| [GGUF](https://huggingface.co/mradermacher/RakutenAI-7B-chat-GGUF/resolve/main/RakutenAI-7B-chat.IQ4_XS.gguf) | IQ4_XS | 4.1 | | +| [GGUF](https://huggingface.co/mradermacher/RakutenAI-7B-chat-GGUF/resolve/main/RakutenAI-7B-chat.Q4_K_S.gguf) | Q4_K_S | 4.3 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/RakutenAI-7B-chat-GGUF/resolve/main/RakutenAI-7B-chat.Q4_K_M.gguf) | Q4_K_M | 4.6 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/RakutenAI-7B-chat-GGUF/resolve/main/RakutenAI-7B-chat.Q5_K_S.gguf) | Q5_K_S | 5.2 | | +| [GGUF](https://huggingface.co/mradermacher/RakutenAI-7B-chat-GGUF/resolve/main/RakutenAI-7B-chat.Q5_K_M.gguf) | Q5_K_M | 5.3 | | +| [GGUF](https://huggingface.co/mradermacher/RakutenAI-7B-chat-GGUF/resolve/main/RakutenAI-7B-chat.Q6_K.gguf) | Q6_K | 6.1 | very good quality | +| [GGUF](https://huggingface.co/mradermacher/RakutenAI-7B-chat-GGUF/resolve/main/RakutenAI-7B-chat.Q8_0.gguf) | Q8_0 | 7.9 | fast, best quality | +| [GGUF](https://huggingface.co/mradermacher/RakutenAI-7B-chat-GGUF/resolve/main/RakutenAI-7B-chat.f16.gguf) | f16 | 14.8 | 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. + + diff --git a/RakutenAI-7B-chat.IQ3_M.gguf b/RakutenAI-7B-chat.IQ3_M.gguf new file mode 100644 index 0000000..ea92e56 --- /dev/null +++ b/RakutenAI-7B-chat.IQ3_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d1b4e2bea5eeaa5fe574edfcfdaa9d45638009187ea36fda65c83a69c89e2ee +size 3367186720 diff --git a/RakutenAI-7B-chat.IQ3_S.gguf b/RakutenAI-7B-chat.IQ3_S.gguf new file mode 100644 index 0000000..7af7189 --- /dev/null +++ b/RakutenAI-7B-chat.IQ3_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b33d10874cb981480836392c4515409b7c8757a21ca87d6c2a34fbef985cc26c +size 3264688416 diff --git a/RakutenAI-7B-chat.IQ3_XS.gguf b/RakutenAI-7B-chat.IQ3_XS.gguf new file mode 100644 index 0000000..9aa5fcb --- /dev/null +++ b/RakutenAI-7B-chat.IQ3_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a18226235704ec9e67ca01c59cc8776672809ca8ea77c15722db93802139de34 +size 3101110560 diff --git a/RakutenAI-7B-chat.IQ4_XS.gguf b/RakutenAI-7B-chat.IQ4_XS.gguf new file mode 100644 index 0000000..06e662d --- /dev/null +++ b/RakutenAI-7B-chat.IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f07227b4342d1fdf2f3eeb01eeb6b6b2e9a45639269d6dd90c0afbba94a561b2 +size 4033339680 diff --git a/RakutenAI-7B-chat.Q2_K.gguf b/RakutenAI-7B-chat.Q2_K.gguf new file mode 100644 index 0000000..5869667 --- /dev/null +++ b/RakutenAI-7B-chat.Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:816f02952d8a015f7f6ad64f407d0ad6053e971a65ae11f7cb84cdaa77252a06 +size 2794881312 diff --git a/RakutenAI-7B-chat.Q3_K_L.gguf b/RakutenAI-7B-chat.Q3_K_L.gguf new file mode 100644 index 0000000..498333f --- /dev/null +++ b/RakutenAI-7B-chat.Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ea2167ac2abb4addc8aa3c05119bd82d08cdeb3124b4e6c5945a178667b05ef +size 3904319776 diff --git a/RakutenAI-7B-chat.Q3_K_M.gguf b/RakutenAI-7B-chat.Q3_K_M.gguf new file mode 100644 index 0000000..935b980 --- /dev/null +++ b/RakutenAI-7B-chat.Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5569c972463f3831bcb7c7b68dc50aec0b1370e2fcc744cf064f068631d0934c +size 3601281312 diff --git a/RakutenAI-7B-chat.Q3_K_S.gguf b/RakutenAI-7B-chat.Q3_K_S.gguf new file mode 100644 index 0000000..37f5607 --- /dev/null +++ b/RakutenAI-7B-chat.Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffa660741e30380bd1d30121ab44b8c1dcdf8ad328931c330e10af9143b39091 +size 3246862624 diff --git a/RakutenAI-7B-chat.Q4_K_M.gguf b/RakutenAI-7B-chat.Q4_K_M.gguf new file mode 100644 index 0000000..ca46273 --- /dev/null +++ b/RakutenAI-7B-chat.Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3009ce208883ca4c71e4de8b91c13261cf000e66134b7a053cf4e034916b3d23 +size 4459438368 diff --git a/RakutenAI-7B-chat.Q4_K_S.gguf b/RakutenAI-7B-chat.Q4_K_S.gguf new file mode 100644 index 0000000..726005e --- /dev/null +++ b/RakutenAI-7B-chat.Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f0bf30d97c87390550a9158cea698d5d525fb02f035ab1a2484f176a0b817af +size 4231373088 diff --git a/RakutenAI-7B-chat.Q5_K_M.gguf b/RakutenAI-7B-chat.Q5_K_M.gguf new file mode 100644 index 0000000..add5653 --- /dev/null +++ b/RakutenAI-7B-chat.Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ce54b1ac97eee2f9ab9a62af3d81ebff540431f8db69589f4b9372b025ed4f1 +size 5230600480 diff --git a/RakutenAI-7B-chat.Q5_K_S.gguf b/RakutenAI-7B-chat.Q5_K_S.gguf new file mode 100644 index 0000000..bbf2fd0 --- /dev/null +++ b/RakutenAI-7B-chat.Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc6af169b6c3dd157af38f420303bd386e412a2223171b203d33ea7d27d74680 +size 5096907040 diff --git a/RakutenAI-7B-chat.Q6_K.gguf b/RakutenAI-7B-chat.Q6_K.gguf new file mode 100644 index 0000000..02dc63c --- /dev/null +++ b/RakutenAI-7B-chat.Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:048b0a3b7f97731297409b6958a86f7dc039a3ad497bd5300065924203620ae9 +size 6049960224 diff --git a/RakutenAI-7B-chat.Q8_0.gguf b/RakutenAI-7B-chat.Q8_0.gguf new file mode 100644 index 0000000..38b182b --- /dev/null +++ b/RakutenAI-7B-chat.Q8_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db54946c819077c14f0aeed5289355cd02362a58caee975e588607ced92d56ed +size 7835496736 diff --git a/RakutenAI-7B-chat.f16.gguf b/RakutenAI-7B-chat.f16.gguf new file mode 100644 index 0000000..9ed8102 --- /dev/null +++ b/RakutenAI-7B-chat.f16.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2912e2cf7f235701ec5cbe9364d01c447773ac7f0710aabe3a00cf6cff9fbeec +size 14747250976