初始化项目,由ModelHub XC社区提供模型

Model: mradermacher/RakutenAI-7B-chat-i1-GGUF
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-05-29 08:24:15 +08:00
commit 83d044f50b
27 changed files with 212 additions and 0 deletions

60
.gitattributes vendored Normal file
View File

@@ -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
imatrix.dat filter=lfs diff=lfs merge=lfs -text
RakutenAI-7B-chat.i1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
RakutenAI-7B-chat.i1-IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text
RakutenAI-7B-chat.i1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
RakutenAI-7B-chat.i1-IQ3_XXS.gguf filter=lfs diff=lfs merge=lfs -text
RakutenAI-7B-chat.i1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
RakutenAI-7B-chat.i1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
RakutenAI-7B-chat.i1-IQ2_M.gguf filter=lfs diff=lfs merge=lfs -text
RakutenAI-7B-chat.i1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
RakutenAI-7B-chat.i1-IQ1_M.gguf filter=lfs diff=lfs merge=lfs -text
RakutenAI-7B-chat.i1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
RakutenAI-7B-chat.i1-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text
RakutenAI-7B-chat.i1-IQ2_XXS.gguf filter=lfs diff=lfs merge=lfs -text
RakutenAI-7B-chat.i1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
RakutenAI-7B-chat.i1-IQ2_XS.gguf filter=lfs diff=lfs merge=lfs -text
RakutenAI-7B-chat.i1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
RakutenAI-7B-chat.i1-IQ2_S.gguf filter=lfs diff=lfs merge=lfs -text
RakutenAI-7B-chat.i1-Q4_0_4_4.gguf filter=lfs diff=lfs merge=lfs -text
RakutenAI-7B-chat.i1-IQ1_S.gguf filter=lfs diff=lfs merge=lfs -text
RakutenAI-7B-chat.i1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
RakutenAI-7B-chat.i1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
RakutenAI-7B-chat.i1-IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text
RakutenAI-7B-chat.i1-Q4_0_8_8.gguf filter=lfs diff=lfs merge=lfs -text
RakutenAI-7B-chat.i1-Q4_0_4_8.gguf filter=lfs diff=lfs merge=lfs -text
RakutenAI-7B-chat.i1-IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text

77
README.md Normal file
View File

@@ -0,0 +1,77 @@
---
base_model: Rakuten/RakutenAI-7B-chat
language:
- en
- ja
library_name: transformers
license: apache-2.0
quantized_by: mradermacher
---
## About
<!-- ### quantize_version: 2 -->
<!-- ### output_tensor_quantised: 1 -->
<!-- ### convert_type: hf -->
<!-- ### vocab_type: -->
<!-- ### tags: nicoboss -->
weighted/imatrix quants of https://huggingface.co/Rakuten/RakutenAI-7B-chat
<!-- provided-files -->
static quants are available at https://huggingface.co/mradermacher/RakutenAI-7B-chat-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-i1-GGUF/resolve/main/RakutenAI-7B-chat.i1-IQ1_S.gguf) | i1-IQ1_S | 1.8 | for the desperate |
| [GGUF](https://huggingface.co/mradermacher/RakutenAI-7B-chat-i1-GGUF/resolve/main/RakutenAI-7B-chat.i1-IQ1_M.gguf) | i1-IQ1_M | 1.9 | mostly desperate |
| [GGUF](https://huggingface.co/mradermacher/RakutenAI-7B-chat-i1-GGUF/resolve/main/RakutenAI-7B-chat.i1-IQ2_XXS.gguf) | i1-IQ2_XXS | 2.2 | |
| [GGUF](https://huggingface.co/mradermacher/RakutenAI-7B-chat-i1-GGUF/resolve/main/RakutenAI-7B-chat.i1-IQ2_XS.gguf) | i1-IQ2_XS | 2.4 | |
| [GGUF](https://huggingface.co/mradermacher/RakutenAI-7B-chat-i1-GGUF/resolve/main/RakutenAI-7B-chat.i1-IQ2_S.gguf) | i1-IQ2_S | 2.5 | |
| [GGUF](https://huggingface.co/mradermacher/RakutenAI-7B-chat-i1-GGUF/resolve/main/RakutenAI-7B-chat.i1-IQ2_M.gguf) | i1-IQ2_M | 2.7 | |
| [GGUF](https://huggingface.co/mradermacher/RakutenAI-7B-chat-i1-GGUF/resolve/main/RakutenAI-7B-chat.i1-Q2_K.gguf) | i1-Q2_K | 2.9 | IQ3_XXS probably better |
| [GGUF](https://huggingface.co/mradermacher/RakutenAI-7B-chat-i1-GGUF/resolve/main/RakutenAI-7B-chat.i1-IQ3_XXS.gguf) | i1-IQ3_XXS | 3.0 | lower quality |
| [GGUF](https://huggingface.co/mradermacher/RakutenAI-7B-chat-i1-GGUF/resolve/main/RakutenAI-7B-chat.i1-IQ3_XS.gguf) | i1-IQ3_XS | 3.2 | |
| [GGUF](https://huggingface.co/mradermacher/RakutenAI-7B-chat-i1-GGUF/resolve/main/RakutenAI-7B-chat.i1-Q3_K_S.gguf) | i1-Q3_K_S | 3.3 | IQ3_XS probably better |
| [GGUF](https://huggingface.co/mradermacher/RakutenAI-7B-chat-i1-GGUF/resolve/main/RakutenAI-7B-chat.i1-IQ3_S.gguf) | i1-IQ3_S | 3.4 | beats Q3_K* |
| [GGUF](https://huggingface.co/mradermacher/RakutenAI-7B-chat-i1-GGUF/resolve/main/RakutenAI-7B-chat.i1-IQ3_M.gguf) | i1-IQ3_M | 3.5 | |
| [GGUF](https://huggingface.co/mradermacher/RakutenAI-7B-chat-i1-GGUF/resolve/main/RakutenAI-7B-chat.i1-Q3_K_M.gguf) | i1-Q3_K_M | 3.7 | IQ3_S probably better |
| [GGUF](https://huggingface.co/mradermacher/RakutenAI-7B-chat-i1-GGUF/resolve/main/RakutenAI-7B-chat.i1-Q3_K_L.gguf) | i1-Q3_K_L | 4.0 | IQ3_M probably better |
| [GGUF](https://huggingface.co/mradermacher/RakutenAI-7B-chat-i1-GGUF/resolve/main/RakutenAI-7B-chat.i1-IQ4_XS.gguf) | i1-IQ4_XS | 4.1 | |
| [GGUF](https://huggingface.co/mradermacher/RakutenAI-7B-chat-i1-GGUF/resolve/main/RakutenAI-7B-chat.i1-Q4_0_4_4.gguf) | i1-Q4_0_4_4 | 4.3 | fast on arm, low quality |
| [GGUF](https://huggingface.co/mradermacher/RakutenAI-7B-chat-i1-GGUF/resolve/main/RakutenAI-7B-chat.i1-Q4_0_4_8.gguf) | i1-Q4_0_4_8 | 4.3 | fast on arm+i8mm, low quality |
| [GGUF](https://huggingface.co/mradermacher/RakutenAI-7B-chat-i1-GGUF/resolve/main/RakutenAI-7B-chat.i1-Q4_0_8_8.gguf) | i1-Q4_0_8_8 | 4.3 | fast on arm+sve, low quality |
| [GGUF](https://huggingface.co/mradermacher/RakutenAI-7B-chat-i1-GGUF/resolve/main/RakutenAI-7B-chat.i1-Q4_0.gguf) | i1-Q4_0 | 4.3 | fast, low quality |
| [GGUF](https://huggingface.co/mradermacher/RakutenAI-7B-chat-i1-GGUF/resolve/main/RakutenAI-7B-chat.i1-Q4_K_S.gguf) | i1-Q4_K_S | 4.3 | optimal size/speed/quality |
| [GGUF](https://huggingface.co/mradermacher/RakutenAI-7B-chat-i1-GGUF/resolve/main/RakutenAI-7B-chat.i1-Q4_K_M.gguf) | i1-Q4_K_M | 4.6 | fast, recommended |
| [GGUF](https://huggingface.co/mradermacher/RakutenAI-7B-chat-i1-GGUF/resolve/main/RakutenAI-7B-chat.i1-Q5_K_S.gguf) | i1-Q5_K_S | 5.2 | |
| [GGUF](https://huggingface.co/mradermacher/RakutenAI-7B-chat-i1-GGUF/resolve/main/RakutenAI-7B-chat.i1-Q5_K_M.gguf) | i1-Q5_K_M | 5.3 | |
| [GGUF](https://huggingface.co/mradermacher/RakutenAI-7B-chat-i1-GGUF/resolve/main/RakutenAI-7B-chat.i1-Q6_K.gguf) | i1-Q6_K | 6.1 | 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.
<!-- end -->

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:09097672ab2112a95014666c3f48f8fc0b76298e858543c95e6fb4d25ef0f05c
size 1821381120

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8602328adc5853afa88bb6105bff0dcff9520a115ae72672e6943bd0b448ad5c
size 1679036928

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:58d8264178477bd50a39a2aa78e9fd212e47be6b0e39d02e706c02ffff95aec8
size 2574303744

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:87604f9eb16f17dd925ce03591da43a6ed0662e1b22a2b860c5672297793d143
size 2384511488

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f25ebba855e05b725b5f98d8a5f6f5ec802ff33899320d1d746f89b265a9856a
size 2265190912

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f1f58c95f5b0657b97144ad282d0dcfaa6b55e8e5da3710222cf382513f9890a
size 2058621440

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a592578dc17a990b193caa2fb8e7a47799a6b4ac97698d2d2d7b8ddd6a0ec95d
size 3367186944

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1d5475eaf5dd5b6c57388893f7d9549386b65630fcb88c92cc23fb11a5f44cdb
size 3264688640

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4fd8a0947e9e4aca4c47fea193ec9bc0bd27154c06880f0d8e0a3b5853966f64
size 3101110784

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4eb910f6ff39bd882e1e63d43909c129c6cfc24f58ba5eecfa6e69ae894efcdf
size 2900935168

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:469759ad90db9ebcb06063575273c9b3f6f5093ebe185c74cd7a1d663152ff74
size 3996639744

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b899ecf8a5b73d0d5b378216448c972b63f012e5bf091bf29b71a2c2e402631f
size 2794881536

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ba37ce07c79322ceba49180dedabba36b0f06d9766a90514a7f53e1ee85a7ee0
size 3904320000

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c037531d80fb20a17c3abeff952e0231f2d2d60abbfba8f43e912d23de147b43
size 3601281536

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:eff5d7c63fc07735b79e5016dcc63a8e629ebf299afaadde6f0af2d502cdb054
size 3246862848

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8b1568efe84b6d8329207a70d70621389d59418ef7fb927984a373e3463ecc70
size 4214596096

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:18fc7992cd9b6d6140d42f65041cb9a102ec4b64f0f0652c52701914666fd5e9
size 4199916032

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:05f9559a5ccb9b5e9de4a67ccfd4529c6e83f2531b175cb7ef1442dbcb8fce42
size 4199916032

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:869ca9eafa458f4e7fcd6bbc80372bd7bd8f191f16ae02793954329450b830ac
size 4199916032

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:09d75db083866bb689e3e5975ae52a7df9b329474f09765a5d47aacdffaff412
size 4459438592

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f8c254b17aab6c6269aa635972dd9db6b8b20ab45c7c59b2bc54dd54efa3956a
size 4231373312

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9dec3598e1e33b2b2aa9f754f3118ddb25971f92a7f9037b6b9d2b8eca05c652
size 5230600704

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:add631c9ee1b666dafd16676c5e4a2cda360c31853cebca064f4de11b4249337
size 5096907264

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4b813850f8f2586311dd8ea23b1f9f34ea79d2a1adef7bb55c63ec02e16c8ecf
size 6049960448

3
imatrix.dat Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b0fc47c837a2533ac8aac53f7b648eeb4788528141c78ebb6277bc21b60a5f17
size 4988157