morriszms commited on
Commit
50d9fbb
·
verified ·
1 Parent(s): 63f413c

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
+ rwkv-6-world-3b-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ rwkv-6-world-3b-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ rwkv-6-world-3b-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ rwkv-6-world-3b-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ rwkv-6-world-3b-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ rwkv-6-world-3b-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ rwkv-6-world-3b-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ rwkv-6-world-3b-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ rwkv-6-world-3b-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ rwkv-6-world-3b-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ rwkv-6-world-3b-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ rwkv-6-world-3b-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,112 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - TensorBlock
5
+ - GGUF
6
+ base_model: SmerkyG/rwkv-6-world-3b
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
+ ## SmerkyG/rwkv-6-world-3b - GGUF
21
+
22
+ This repo contains GGUF format model files for [SmerkyG/rwkv-6-world-3b](https://huggingface.co/SmerkyG/rwkv-6-world-3b).
23
+
24
+ The files were quantized using machines provided by [TensorBlock](https://tensorblock.co/), and they are compatible with llama.cpp as of [commit b5165](https://github.com/ggml-org/llama.cpp/commit/1d735c0b4fa0551c51c2f4ac888dd9a01f447985).
25
+
26
+ ## Our projects
27
+ <table border="1" cellspacing="0" cellpadding="10">
28
+ <tr>
29
+ <th style="font-size: 25px;">Awesome MCP Servers</th>
30
+ <th style="font-size: 25px;">TensorBlock Studio</th>
31
+ </tr>
32
+ <tr>
33
+ <th><img src="https://imgur.com/2Xov7B7.jpeg" alt="Project A" width="450"/></th>
34
+ <th><img src="https://imgur.com/pJcmF5u.jpeg" alt="Project B" width="450"/></th>
35
+ </tr>
36
+ <tr>
37
+ <th>A comprehensive collection of Model Context Protocol (MCP) servers.</th>
38
+ <th>A lightweight, open, and extensible multi-LLM interaction studio.</th>
39
+ </tr>
40
+ <tr>
41
+ <th>
42
+ <a href="https://github.com/TensorBlock/awesome-mcp-servers" target="_blank" style="
43
+ display: inline-block;
44
+ padding: 8px 16px;
45
+ background-color: #FF7F50;
46
+ color: white;
47
+ text-decoration: none;
48
+ border-radius: 6px;
49
+ font-weight: bold;
50
+ font-family: sans-serif;
51
+ ">👀 See what we built 👀</a>
52
+ </th>
53
+ <th>
54
+ <a href="https://github.com/TensorBlock/TensorBlock-Studio" target="_blank" style="
55
+ display: inline-block;
56
+ padding: 8px 16px;
57
+ background-color: #FF7F50;
58
+ color: white;
59
+ text-decoration: none;
60
+ border-radius: 6px;
61
+ font-weight: bold;
62
+ font-family: sans-serif;
63
+ ">👀 See what we built 👀</a>
64
+ </th>
65
+ </tr>
66
+ </table>
67
+
68
+ ## Prompt template
69
+
70
+ ```
71
+ Unable to determine prompt format automatically. Please check the original model repository for the correct prompt format.
72
+ ```
73
+
74
+ ## Model file specification
75
+
76
+ | Filename | Quant type | File Size | Description |
77
+ | -------- | ---------- | --------- | ----------- |
78
+ | [rwkv-6-world-3b-Q2_K.gguf](https://huggingface.co/tensorblock/SmerkyG_rwkv-6-world-3b-GGUF/blob/main/rwkv-6-world-3b-Q2_K.gguf) | Q2_K | 1.241 GB | smallest, significant quality loss - not recommended for most purposes |
79
+ | [rwkv-6-world-3b-Q3_K_S.gguf](https://huggingface.co/tensorblock/SmerkyG_rwkv-6-world-3b-GGUF/blob/main/rwkv-6-world-3b-Q3_K_S.gguf) | Q3_K_S | 1.535 GB | very small, high quality loss |
80
+ | [rwkv-6-world-3b-Q3_K_M.gguf](https://huggingface.co/tensorblock/SmerkyG_rwkv-6-world-3b-GGUF/blob/main/rwkv-6-world-3b-Q3_K_M.gguf) | Q3_K_M | 1.535 GB | very small, high quality loss |
81
+ | [rwkv-6-world-3b-Q3_K_L.gguf](https://huggingface.co/tensorblock/SmerkyG_rwkv-6-world-3b-GGUF/blob/main/rwkv-6-world-3b-Q3_K_L.gguf) | Q3_K_L | 1.535 GB | small, substantial quality loss |
82
+ | [rwkv-6-world-3b-Q4_0.gguf](https://huggingface.co/tensorblock/SmerkyG_rwkv-6-world-3b-GGUF/blob/main/rwkv-6-world-3b-Q4_0.gguf) | Q4_0 | 1.919 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
83
+ | [rwkv-6-world-3b-Q4_K_S.gguf](https://huggingface.co/tensorblock/SmerkyG_rwkv-6-world-3b-GGUF/blob/main/rwkv-6-world-3b-Q4_K_S.gguf) | Q4_K_S | 1.919 GB | small, greater quality loss |
84
+ | [rwkv-6-world-3b-Q4_K_M.gguf](https://huggingface.co/tensorblock/SmerkyG_rwkv-6-world-3b-GGUF/blob/main/rwkv-6-world-3b-Q4_K_M.gguf) | Q4_K_M | 1.919 GB | medium, balanced quality - recommended |
85
+ | [rwkv-6-world-3b-Q5_0.gguf](https://huggingface.co/tensorblock/SmerkyG_rwkv-6-world-3b-GGUF/blob/main/rwkv-6-world-3b-Q5_0.gguf) | Q5_0 | 2.281 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
86
+ | [rwkv-6-world-3b-Q5_K_S.gguf](https://huggingface.co/tensorblock/SmerkyG_rwkv-6-world-3b-GGUF/blob/main/rwkv-6-world-3b-Q5_K_S.gguf) | Q5_K_S | 2.281 GB | large, low quality loss - recommended |
87
+ | [rwkv-6-world-3b-Q5_K_M.gguf](https://huggingface.co/tensorblock/SmerkyG_rwkv-6-world-3b-GGUF/blob/main/rwkv-6-world-3b-Q5_K_M.gguf) | Q5_K_M | 2.281 GB | large, very low quality loss - recommended |
88
+ | [rwkv-6-world-3b-Q6_K.gguf](https://huggingface.co/tensorblock/SmerkyG_rwkv-6-world-3b-GGUF/blob/main/rwkv-6-world-3b-Q6_K.gguf) | Q6_K | 2.665 GB | very large, extremely low quality loss |
89
+ | [rwkv-6-world-3b-Q8_0.gguf](https://huggingface.co/tensorblock/SmerkyG_rwkv-6-world-3b-GGUF/blob/main/rwkv-6-world-3b-Q8_0.gguf) | Q8_0 | 3.407 GB | very large, extremely low quality loss - not recommended |
90
+
91
+
92
+ ## Downloading instruction
93
+
94
+ ### Command line
95
+
96
+ Firstly, install Huggingface Client
97
+
98
+ ```shell
99
+ pip install -U "huggingface_hub[cli]"
100
+ ```
101
+
102
+ Then, downoad the individual model file the a local directory
103
+
104
+ ```shell
105
+ huggingface-cli download tensorblock/SmerkyG_rwkv-6-world-3b-GGUF --include "rwkv-6-world-3b-Q2_K.gguf" --local-dir MY_LOCAL_DIR
106
+ ```
107
+
108
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
109
+
110
+ ```shell
111
+ huggingface-cli download tensorblock/SmerkyG_rwkv-6-world-3b-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
112
+ ```
rwkv-6-world-3b-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dd64358278d64bc119b9c3261035c1420699df02dc850304e9be495110963f42
3
+ size 1240742816
rwkv-6-world-3b-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b3dfd583e2d2f3275ca0075cccb149ad5f08390fd7dbf86733bb793c9428d6bb
3
+ size 1534671776
rwkv-6-world-3b-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7ba53828e3fe496b9e343f5a7958b6514afc3b455e5c5555cd779373653f1483
3
+ size 1534671776
rwkv-6-world-3b-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d840a999c54153f493596a5761971e99bbc49e300490dd3840d4df6b68fedfb7
3
+ size 1534671776
rwkv-6-world-3b-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2c9fdc419cddabd63388027ddf33f432274f9122767ca655d4a85abbf545b994
3
+ size 1919040416
rwkv-6-world-3b-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:365449c6af334c6df14123209481b9a987bad0e1a3728da6e370f6bd8d766278
3
+ size 1919040416
rwkv-6-world-3b-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:75dbef477399cd70ec372747a89c06d6f430a6ab39987b85ab4b910c89048786
3
+ size 1919040416
rwkv-6-world-3b-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a24d66f295795fe5362b3f7f0263ee62e9eb52685828b07eeeaa36193bf3f5ad
3
+ size 2280799136
rwkv-6-world-3b-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c57865a3d9131ec9a925b6cbe99e5dfbe174d36c7a0ba67c0fd2a5303db12daf
3
+ size 2280799136
rwkv-6-world-3b-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9f9aaabcc77c33d10f770177615dd7177a35a175db93ca0f5e0f11cb8ebb2fed
3
+ size 2280799136
rwkv-6-world-3b-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e1466072362cf4504a043d54e9ec3fb58759d88d4d095c40dc495c2c8a384aae
3
+ size 2665167776
rwkv-6-world-3b-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:61b64c85eb647240930a6ace4875d89fb4ca245f7b4d99c490eb297b44609dfd
3
+ size 3406707616