Upload folder using huggingface_hub
Browse files- .gitattributes +12 -0
- README.md +70 -0
- RakutenAI-7B-Q2_K.gguf +3 -0
- RakutenAI-7B-Q3_K_L.gguf +3 -0
- RakutenAI-7B-Q3_K_M.gguf +3 -0
- RakutenAI-7B-Q3_K_S.gguf +3 -0
- RakutenAI-7B-Q4_0.gguf +3 -0
- RakutenAI-7B-Q4_K_M.gguf +3 -0
- RakutenAI-7B-Q4_K_S.gguf +3 -0
- RakutenAI-7B-Q5_0.gguf +3 -0
- RakutenAI-7B-Q5_K_M.gguf +3 -0
- RakutenAI-7B-Q5_K_S.gguf +3 -0
- RakutenAI-7B-Q6_K.gguf +3 -0
- RakutenAI-7B-Q8_0.gguf +3 -0
.gitattributes
CHANGED
@@ -33,3 +33,15 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
36 |
+
RakutenAI-7B-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
37 |
+
RakutenAI-7B-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
38 |
+
RakutenAI-7B-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
39 |
+
RakutenAI-7B-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
40 |
+
RakutenAI-7B-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
|
41 |
+
RakutenAI-7B-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
42 |
+
RakutenAI-7B-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
43 |
+
RakutenAI-7B-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
|
44 |
+
RakutenAI-7B-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
45 |
+
RakutenAI-7B-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
46 |
+
RakutenAI-7B-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
47 |
+
RakutenAI-7B-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
@@ -0,0 +1,70 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
base_model: Rakuten/RakutenAI-7B
|
4 |
+
tags:
|
5 |
+
- TensorBlock
|
6 |
+
- GGUF
|
7 |
+
---
|
8 |
+
|
9 |
+
<div style="width: auto; margin-left: auto; margin-right: auto">
|
10 |
+
<img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
|
11 |
+
</div>
|
12 |
+
<div style="display: flex; justify-content: space-between; width: 100%;">
|
13 |
+
<div style="display: flex; flex-direction: column; align-items: flex-start;">
|
14 |
+
<p style="margin-top: 0.5em; margin-bottom: 0em;">
|
15 |
+
Feedback and support: TensorBlock's <a href="https://x.com/tensorblock_aoi">Twitter/X</a>, <a href="https://t.me/TensorBlock">Telegram Group</a> and <a href="https://x.com/tensorblock_aoi">Discord server</a>
|
16 |
+
</p>
|
17 |
+
</div>
|
18 |
+
</div>
|
19 |
+
|
20 |
+
## Rakuten/RakutenAI-7B - GGUF
|
21 |
+
|
22 |
+
This repo contains GGUF format model files for [Rakuten/RakutenAI-7B](https://huggingface.co/Rakuten/RakutenAI-7B).
|
23 |
+
|
24 |
+
The files were quantized using machines provided by [TensorBlock](https://tensorblock.co/), and they are compatible with llama.cpp as of [commit b4011](https://github.com/ggerganov/llama.cpp/commit/a6744e43e80f4be6398fc7733a01642c846dce1d).
|
25 |
+
|
26 |
+
## Prompt template
|
27 |
+
|
28 |
+
```
|
29 |
+
|
30 |
+
```
|
31 |
+
|
32 |
+
## Model file specification
|
33 |
+
|
34 |
+
| Filename | Quant type | File Size | Description |
|
35 |
+
| -------- | ---------- | --------- | ----------- |
|
36 |
+
| [RakutenAI-7B-Q2_K.gguf](https://huggingface.co/tensorblock/RakutenAI-7B-GGUF/tree/main/RakutenAI-7B-Q2_K.gguf) | Q2_K | 2.603 GB | smallest, significant quality loss - not recommended for most purposes |
|
37 |
+
| [RakutenAI-7B-Q3_K_S.gguf](https://huggingface.co/tensorblock/RakutenAI-7B-GGUF/tree/main/RakutenAI-7B-Q3_K_S.gguf) | Q3_K_S | 3.024 GB | very small, high quality loss |
|
38 |
+
| [RakutenAI-7B-Q3_K_M.gguf](https://huggingface.co/tensorblock/RakutenAI-7B-GGUF/tree/main/RakutenAI-7B-Q3_K_M.gguf) | Q3_K_M | 3.354 GB | very small, high quality loss |
|
39 |
+
| [RakutenAI-7B-Q3_K_L.gguf](https://huggingface.co/tensorblock/RakutenAI-7B-GGUF/tree/main/RakutenAI-7B-Q3_K_L.gguf) | Q3_K_L | 3.636 GB | small, substantial quality loss |
|
40 |
+
| [RakutenAI-7B-Q4_0.gguf](https://huggingface.co/tensorblock/RakutenAI-7B-GGUF/tree/main/RakutenAI-7B-Q4_0.gguf) | Q4_0 | 3.911 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
|
41 |
+
| [RakutenAI-7B-Q4_K_S.gguf](https://huggingface.co/tensorblock/RakutenAI-7B-GGUF/tree/main/RakutenAI-7B-Q4_K_S.gguf) | Q4_K_S | 3.941 GB | small, greater quality loss |
|
42 |
+
| [RakutenAI-7B-Q4_K_M.gguf](https://huggingface.co/tensorblock/RakutenAI-7B-GGUF/tree/main/RakutenAI-7B-Q4_K_M.gguf) | Q4_K_M | 4.153 GB | medium, balanced quality - recommended |
|
43 |
+
| [RakutenAI-7B-Q5_0.gguf](https://huggingface.co/tensorblock/RakutenAI-7B-GGUF/tree/main/RakutenAI-7B-Q5_0.gguf) | Q5_0 | 4.747 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
|
44 |
+
| [RakutenAI-7B-Q5_K_S.gguf](https://huggingface.co/tensorblock/RakutenAI-7B-GGUF/tree/main/RakutenAI-7B-Q5_K_S.gguf) | Q5_K_S | 4.747 GB | large, low quality loss - recommended |
|
45 |
+
| [RakutenAI-7B-Q5_K_M.gguf](https://huggingface.co/tensorblock/RakutenAI-7B-GGUF/tree/main/RakutenAI-7B-Q5_K_M.gguf) | Q5_K_M | 4.871 GB | large, very low quality loss - recommended |
|
46 |
+
| [RakutenAI-7B-Q6_K.gguf](https://huggingface.co/tensorblock/RakutenAI-7B-GGUF/tree/main/RakutenAI-7B-Q6_K.gguf) | Q6_K | 5.634 GB | very large, extremely low quality loss |
|
47 |
+
| [RakutenAI-7B-Q8_0.gguf](https://huggingface.co/tensorblock/RakutenAI-7B-GGUF/tree/main/RakutenAI-7B-Q8_0.gguf) | Q8_0 | 7.297 GB | very large, extremely low quality loss - not recommended |
|
48 |
+
|
49 |
+
|
50 |
+
## Downloading instruction
|
51 |
+
|
52 |
+
### Command line
|
53 |
+
|
54 |
+
Firstly, install Huggingface Client
|
55 |
+
|
56 |
+
```shell
|
57 |
+
pip install -U "huggingface_hub[cli]"
|
58 |
+
```
|
59 |
+
|
60 |
+
Then, downoad the individual model file the a local directory
|
61 |
+
|
62 |
+
```shell
|
63 |
+
huggingface-cli download tensorblock/RakutenAI-7B-GGUF --include "RakutenAI-7B-Q2_K.gguf" --local-dir MY_LOCAL_DIR
|
64 |
+
```
|
65 |
+
|
66 |
+
If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
|
67 |
+
|
68 |
+
```shell
|
69 |
+
huggingface-cli download tensorblock/RakutenAI-7B-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
|
70 |
+
```
|
RakutenAI-7B-Q2_K.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2d742513bdc30571732687e5ea027998de00d7cf92d5b7dd4268fc62e9cc3962
|
3 |
+
size 2794880000
|
RakutenAI-7B-Q3_K_L.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4cdbdc4ca1dd0cf85cffcf471e22ca71743d8dff44db6c3325d5870f253ff2a8
|
3 |
+
size 3904318464
|
RakutenAI-7B-Q3_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:384072ecc53bc7b188a82261319e9fecce304eece975b2ec3f94b0ac42dc27c0
|
3 |
+
size 3601280000
|
RakutenAI-7B-Q3_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7b14cc9d3941a6f992b2c01a2f58bb91da5f66aa4619e6af3901a8f3f589be0b
|
3 |
+
size 3246861312
|
RakutenAI-7B-Q4_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2039b3603faf5b2b85f2fc2d3ed36ca33b5556ebdad776b979919d9f04f38bcb
|
3 |
+
size 4199914496
|
RakutenAI-7B-Q4_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4103119803d6260420461a5dd9530f57888b4d6d0385ce99eabfd0a017208e9f
|
3 |
+
size 4459437056
|
RakutenAI-7B-Q4_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4195130bd064c7d34a05c1c2805773baad000facfba304efae06e2c402e580a5
|
3 |
+
size 4231371776
|
RakutenAI-7B-Q5_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b21d1f602cbef89cce59b46d84faf3b8468e4a4838a87eb88cf9b7a2cb1271cb
|
3 |
+
size 5096905728
|
RakutenAI-7B-Q5_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:06d7087f0796a070a8f56c210a40db1d02c0576e3394f90147b6e462ead8038a
|
3 |
+
size 5230599168
|
RakutenAI-7B-Q5_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3000354a28c9e2675da0cc4c682ca8c85cf8764f22ed458cd96ce22d98adfa98
|
3 |
+
size 5096905728
|
RakutenAI-7B-Q6_K.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7cb014be598eb1b52bb311d674c96610e557738b5ddf23d54eacfdcad6c5763b
|
3 |
+
size 6049958912
|
RakutenAI-7B-Q8_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:901cf09f0e1c56fd6f7acc8209ae7d6b73f9461e08665d5fcb1141c54a112a2f
|
3 |
+
size 7835495424
|