morriszms commited on
Commit
628a19a
·
verified ·
1 Parent(s): 756a8b4

Upload folder using huggingface_hub

Browse files
.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-instruct-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ RakutenAI-7B-instruct-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ RakutenAI-7B-instruct-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ RakutenAI-7B-instruct-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ RakutenAI-7B-instruct-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ RakutenAI-7B-instruct-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ RakutenAI-7B-instruct-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ RakutenAI-7B-instruct-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ RakutenAI-7B-instruct-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ RakutenAI-7B-instruct-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ RakutenAI-7B-instruct-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ RakutenAI-7B-instruct-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,76 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: Rakuten/RakutenAI-7B-instruct
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-instruct - GGUF
21
+
22
+ This repo contains GGUF format model files for [Rakuten/RakutenAI-7B-instruct](https://huggingface.co/Rakuten/RakutenAI-7B-instruct).
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
+ <div style="text-align: left; margin: 20px 0;">
27
+ <a href="https://tensorblock.co/waitlist/client" style="display: inline-block; padding: 10px 20px; background-color: #007bff; color: white; text-decoration: none; border-radius: 5px; font-weight: bold;">
28
+ Run them on the TensorBlock client using your local machine ↗
29
+ </a>
30
+ </div>
31
+
32
+ ## Prompt template
33
+
34
+ ```
35
+
36
+ ```
37
+
38
+ ## Model file specification
39
+
40
+ | Filename | Quant type | File Size | Description |
41
+ | -------- | ---------- | --------- | ----------- |
42
+ | [RakutenAI-7B-instruct-Q2_K.gguf](https://huggingface.co/tensorblock/RakutenAI-7B-instruct-GGUF/blob/main/RakutenAI-7B-instruct-Q2_K.gguf) | Q2_K | 2.603 GB | smallest, significant quality loss - not recommended for most purposes |
43
+ | [RakutenAI-7B-instruct-Q3_K_S.gguf](https://huggingface.co/tensorblock/RakutenAI-7B-instruct-GGUF/blob/main/RakutenAI-7B-instruct-Q3_K_S.gguf) | Q3_K_S | 3.024 GB | very small, high quality loss |
44
+ | [RakutenAI-7B-instruct-Q3_K_M.gguf](https://huggingface.co/tensorblock/RakutenAI-7B-instruct-GGUF/blob/main/RakutenAI-7B-instruct-Q3_K_M.gguf) | Q3_K_M | 3.354 GB | very small, high quality loss |
45
+ | [RakutenAI-7B-instruct-Q3_K_L.gguf](https://huggingface.co/tensorblock/RakutenAI-7B-instruct-GGUF/blob/main/RakutenAI-7B-instruct-Q3_K_L.gguf) | Q3_K_L | 3.636 GB | small, substantial quality loss |
46
+ | [RakutenAI-7B-instruct-Q4_0.gguf](https://huggingface.co/tensorblock/RakutenAI-7B-instruct-GGUF/blob/main/RakutenAI-7B-instruct-Q4_0.gguf) | Q4_0 | 3.911 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
47
+ | [RakutenAI-7B-instruct-Q4_K_S.gguf](https://huggingface.co/tensorblock/RakutenAI-7B-instruct-GGUF/blob/main/RakutenAI-7B-instruct-Q4_K_S.gguf) | Q4_K_S | 3.941 GB | small, greater quality loss |
48
+ | [RakutenAI-7B-instruct-Q4_K_M.gguf](https://huggingface.co/tensorblock/RakutenAI-7B-instruct-GGUF/blob/main/RakutenAI-7B-instruct-Q4_K_M.gguf) | Q4_K_M | 4.153 GB | medium, balanced quality - recommended |
49
+ | [RakutenAI-7B-instruct-Q5_0.gguf](https://huggingface.co/tensorblock/RakutenAI-7B-instruct-GGUF/blob/main/RakutenAI-7B-instruct-Q5_0.gguf) | Q5_0 | 4.747 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
50
+ | [RakutenAI-7B-instruct-Q5_K_S.gguf](https://huggingface.co/tensorblock/RakutenAI-7B-instruct-GGUF/blob/main/RakutenAI-7B-instruct-Q5_K_S.gguf) | Q5_K_S | 4.747 GB | large, low quality loss - recommended |
51
+ | [RakutenAI-7B-instruct-Q5_K_M.gguf](https://huggingface.co/tensorblock/RakutenAI-7B-instruct-GGUF/blob/main/RakutenAI-7B-instruct-Q5_K_M.gguf) | Q5_K_M | 4.871 GB | large, very low quality loss - recommended |
52
+ | [RakutenAI-7B-instruct-Q6_K.gguf](https://huggingface.co/tensorblock/RakutenAI-7B-instruct-GGUF/blob/main/RakutenAI-7B-instruct-Q6_K.gguf) | Q6_K | 5.634 GB | very large, extremely low quality loss |
53
+ | [RakutenAI-7B-instruct-Q8_0.gguf](https://huggingface.co/tensorblock/RakutenAI-7B-instruct-GGUF/blob/main/RakutenAI-7B-instruct-Q8_0.gguf) | Q8_0 | 7.297 GB | very large, extremely low quality loss - not recommended |
54
+
55
+
56
+ ## Downloading instruction
57
+
58
+ ### Command line
59
+
60
+ Firstly, install Huggingface Client
61
+
62
+ ```shell
63
+ pip install -U "huggingface_hub[cli]"
64
+ ```
65
+
66
+ Then, downoad the individual model file the a local directory
67
+
68
+ ```shell
69
+ huggingface-cli download tensorblock/RakutenAI-7B-instruct-GGUF --include "RakutenAI-7B-instruct-Q2_K.gguf" --local-dir MY_LOCAL_DIR
70
+ ```
71
+
72
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
73
+
74
+ ```shell
75
+ huggingface-cli download tensorblock/RakutenAI-7B-instruct-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
76
+ ```
RakutenAI-7B-instruct-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ce3a6b4c4910e01bcf792608785413a0153cc48fe57dadd50c46ed1cd2c88347
3
+ size 2794880064
RakutenAI-7B-instruct-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f43a7c5406c193c7a2df91c05143494236f8c32c936c2888c339d04822bd2927
3
+ size 3904318528
RakutenAI-7B-instruct-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b3b6be9a6826671ccdcc5fc1ef425a773d16dbd9cba89ff9c5071685215dada6
3
+ size 3601280064
RakutenAI-7B-instruct-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9e622474ab09f5931e295a793a42dadc3c0a7a1e5b3407014ee21e2f8184ddbc
3
+ size 3246861376
RakutenAI-7B-instruct-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:81722ea0cf9c859526736551d93ee31cfc356d8a01138d731b4dad2db0d6e43d
3
+ size 4199914560
RakutenAI-7B-instruct-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9d507a36039f573ac2db40375186ee123fa1561ba774523cbd197a342febe172
3
+ size 4459437120
RakutenAI-7B-instruct-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9fcb7338a04f6a35544fe742368dd385b41686408af31825f0427c0fd4791c59
3
+ size 4231371840
RakutenAI-7B-instruct-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d8ac66f98e6288dff0605f9cced11e6887e32930d438d7d3df4fd730522d9539
3
+ size 5096905792
RakutenAI-7B-instruct-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9217823264d0336d8d691b5a6a94027f17e58c57117b9d0b9aaa536f2b6a8130
3
+ size 5230599232
RakutenAI-7B-instruct-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0edc6c4eebcdd333f144c8b2fed8ad820ff52863f073dec6a16b4a9c918a64ef
3
+ size 5096905792
RakutenAI-7B-instruct-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a3cf9f5cc3ff405ee698018e118941efe02cfe8dae99c3451cdd6936fce82518
3
+ size 6049958976
RakutenAI-7B-instruct-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3aa01500f62b9a73869ec2c2ec57e5968eca1cf27f4806a5d529d956172cc789
3
+ size 7835495488