GGUF
conversational
shoumenchougou commited on
Commit
54a50ed
·
verified ·
1 Parent(s): bab8d0e

Add files using upload-large-folder tool

Browse files
.gitattributes CHANGED
@@ -33,3 +33,8 @@ 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
+ rwkv7-g1g-1.5b-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
37
+ rwkv7-g1g-1.5b-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
38
+ rwkv7-g1g-1.5b-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
39
+ rwkv7-g1g-1.5b-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
40
+ rwkv7-g1g-1.5b-20260526-ctx8192-FP16.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,63 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ ---
4
+
5
+
6
+ ## 1️⃣ What are G0 / G1 / G1a2 / G1b / G1c / G1d / G1e / G1f / G1g ?
7
+
8
+ The fields like G0 / G1a / G1b in RWKV model names indicate versions of the training data. In terms of data quality, the ranking is: **G1g > G1f > G1e > G1d > G1c > G1b > G1a2 > G1a > G1 > G0a2 > G0**.
9
+
10
+ The RWKV7-G1a model is an advanced version of RWKV7-G1 that was further trained with 1T (1 trillion tokens) of high-quality inference and instruction data.
11
+
12
+ RWKV7-G1a2 was produced by continuing to add more data and training on top of RWKV7-G1a.
13
+
14
+ ## 2️⃣ What is the difference between the RWKV7-G series and the World series?
15
+
16
+ The RWKV7-G series supports an inference mode, which can be activated using the following format:
17
+
18
+ ```
19
+ User: USER_PROMPT
20
+
21
+ Assistant: <think
22
+ ```
23
+
24
+ ## 3️⃣ How to choose the best model?
25
+
26
+ **Look at the date in the model name** — for the same parameter size, a newer model is better!
27
+
28
+ For example, for the same 1.5B model, a G1a2 version released on `251005` will definitely be superior to a G1 version released on `250429`.
29
+
30
+ > [!WARNING]
31
+ > For the 0.1B and 0.4B models, we recommend using FP16/Q8_0 quantization. Otherwise, the models may fail to complete tasks due to precision loss caused by quantization.**
32
+
33
+
34
+ ---
35
+
36
+
37
+ ## 1️⃣ G0/G1/G1a2/G1b/G1c/G1d/G1e/G1f/G1g 是什么?
38
+
39
+ RWKV 模型名称中的 G0a/G1a/G1a2 等字段是训练数据的版本,数据质量排序:**G1g > G1f > G1e > G1d > G1c > G1b > G1a2 > G1a > G1 > G0a2 > G0** 。
40
+
41
+ RWKV7-G1a 模型是在 RWKV7-G1 模型的基础上继续训练了 1T 优质推理和指令数据的进阶版,RWKV7-G1a2 则是在 RWKV7-G1a 模型的基础上继续添加数据训练,以此类推。
42
+
43
+ ## 2️⃣ RWKV7-G 系列和 World 系列有什么区别?
44
+
45
+ RWKV7-G 系列模型支持推理模式,可通过以下格式开启推理模式:
46
+
47
+ ```
48
+ User: USER_PROMPT
49
+
50
+ Assistant: <think
51
+ ```
52
+
53
+ ## 3️⃣ 如何选择最好的模型?
54
+
55
+ **看模型名称中的日期**,相同的参数,模型越新越好!
56
+
57
+ 比如同样是 1.5B 模型,发布于 `251005` 的 G1a2 版本必定优于 `250429` 的 G1 版本 。
58
+
59
+ > [!WARNING]
60
+ > 对于 0.1B 和 0.4B 模型,我们建议使用 FP16/Q8_0 量化类型。否则模型可能因量化带来的精度损失而无法完成任务。
61
+
62
+
63
+
rwkv7-g1g-1.5b-20260526-ctx8192-FP16.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8ec47abd54cde977c63d894669ebda09ec346c9858347ee1705776545a458592
3
+ size 3077767328
rwkv7-g1g-1.5b-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:66bdb7f34e44bd5eb29cb754abb4f687dd8c7d0072cb76ad34b32d48d9707508
3
+ size 1024655520
rwkv7-g1g-1.5b-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ab8adf7bbce269fe4ee794acbef4036373800c215613c7ee9dee2cf33c91af7e
3
+ size 1175650464
rwkv7-g1g-1.5b-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f04c77b1f3f47fc786465aa6193520e91ceefe646ce688707d8deaa73b6c484b
3
+ size 1336082592
rwkv7-g1g-1.5b-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:961118315b2e3eb5cb9fa6d7f769dea5c66e00e79b29bdbcbd35195ceefde8cc
3
+ size 1693647008