akiradev0x commited on
Commit
4ab1427
1 Parent(s): e0abc89

Upload Rwkv5ForCausalLM

Browse files
README.md ADDED
@@ -0,0 +1,199 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ tags: []
4
+ ---
5
+
6
+ # Model Card for Model ID
7
+
8
+ <!-- Provide a quick summary of what the model is/does. -->
9
+
10
+
11
+
12
+ ## Model Details
13
+
14
+ ### Model Description
15
+
16
+ <!-- Provide a longer summary of what this model is. -->
17
+
18
+ This is the model card of a 🤗 transformers model that has been pushed on the Hub. This model card has been automatically generated.
19
+
20
+ - **Developed by:** [More Information Needed]
21
+ - **Funded by [optional]:** [More Information Needed]
22
+ - **Shared by [optional]:** [More Information Needed]
23
+ - **Model type:** [More Information Needed]
24
+ - **Language(s) (NLP):** [More Information Needed]
25
+ - **License:** [More Information Needed]
26
+ - **Finetuned from model [optional]:** [More Information Needed]
27
+
28
+ ### Model Sources [optional]
29
+
30
+ <!-- Provide the basic links for the model. -->
31
+
32
+ - **Repository:** [More Information Needed]
33
+ - **Paper [optional]:** [More Information Needed]
34
+ - **Demo [optional]:** [More Information Needed]
35
+
36
+ ## Uses
37
+
38
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
39
+
40
+ ### Direct Use
41
+
42
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
43
+
44
+ [More Information Needed]
45
+
46
+ ### Downstream Use [optional]
47
+
48
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
49
+
50
+ [More Information Needed]
51
+
52
+ ### Out-of-Scope Use
53
+
54
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
55
+
56
+ [More Information Needed]
57
+
58
+ ## Bias, Risks, and Limitations
59
+
60
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
61
+
62
+ [More Information Needed]
63
+
64
+ ### Recommendations
65
+
66
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
67
+
68
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
69
+
70
+ ## How to Get Started with the Model
71
+
72
+ Use the code below to get started with the model.
73
+
74
+ [More Information Needed]
75
+
76
+ ## Training Details
77
+
78
+ ### Training Data
79
+
80
+ <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
81
+
82
+ [More Information Needed]
83
+
84
+ ### Training Procedure
85
+
86
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
87
+
88
+ #### Preprocessing [optional]
89
+
90
+ [More Information Needed]
91
+
92
+
93
+ #### Training Hyperparameters
94
+
95
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
96
+
97
+ #### Speeds, Sizes, Times [optional]
98
+
99
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
100
+
101
+ [More Information Needed]
102
+
103
+ ## Evaluation
104
+
105
+ <!-- This section describes the evaluation protocols and provides the results. -->
106
+
107
+ ### Testing Data, Factors & Metrics
108
+
109
+ #### Testing Data
110
+
111
+ <!-- This should link to a Dataset Card if possible. -->
112
+
113
+ [More Information Needed]
114
+
115
+ #### Factors
116
+
117
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
118
+
119
+ [More Information Needed]
120
+
121
+ #### Metrics
122
+
123
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
124
+
125
+ [More Information Needed]
126
+
127
+ ### Results
128
+
129
+ [More Information Needed]
130
+
131
+ #### Summary
132
+
133
+
134
+
135
+ ## Model Examination [optional]
136
+
137
+ <!-- Relevant interpretability work for the model goes here -->
138
+
139
+ [More Information Needed]
140
+
141
+ ## Environmental Impact
142
+
143
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
144
+
145
+ Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
146
+
147
+ - **Hardware Type:** [More Information Needed]
148
+ - **Hours used:** [More Information Needed]
149
+ - **Cloud Provider:** [More Information Needed]
150
+ - **Compute Region:** [More Information Needed]
151
+ - **Carbon Emitted:** [More Information Needed]
152
+
153
+ ## Technical Specifications [optional]
154
+
155
+ ### Model Architecture and Objective
156
+
157
+ [More Information Needed]
158
+
159
+ ### Compute Infrastructure
160
+
161
+ [More Information Needed]
162
+
163
+ #### Hardware
164
+
165
+ [More Information Needed]
166
+
167
+ #### Software
168
+
169
+ [More Information Needed]
170
+
171
+ ## Citation [optional]
172
+
173
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
174
+
175
+ **BibTeX:**
176
+
177
+ [More Information Needed]
178
+
179
+ **APA:**
180
+
181
+ [More Information Needed]
182
+
183
+ ## Glossary [optional]
184
+
185
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
186
+
187
+ [More Information Needed]
188
+
189
+ ## More Information [optional]
190
+
191
+ [More Information Needed]
192
+
193
+ ## Model Card Authors [optional]
194
+
195
+ [More Information Needed]
196
+
197
+ ## Model Card Contact
198
+
199
+ [More Information Needed]
config.json ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "rwkv-x-dev/v5-EagleX-7B",
3
+ "architectures": [
4
+ "Rwkv5ForCausalLM"
5
+ ],
6
+ "attention_hidden_size": 4096,
7
+ "auto_map": {
8
+ "AutoConfig": "rwkv-x-dev/v5-EagleX-7B--configuration_rwkv5.Rwkv5Config",
9
+ "AutoModelForCausalLM": "rwkv-x-dev/v5-EagleX-7B--modeling_rwkv5.Rwkv5ForCausalLM"
10
+ },
11
+ "bos_token_id": 0,
12
+ "context_length": 4096,
13
+ "eos_token_id": 0,
14
+ "head_size": 64,
15
+ "hidden_size": 4096,
16
+ "intermediate_size": null,
17
+ "layer_norm_epsilon": 1e-05,
18
+ "model_type": "rwkv5",
19
+ "model_version": "5_2",
20
+ "num_attention_heads": 64,
21
+ "num_hidden_layers": 32,
22
+ "rescale_every": 6,
23
+ "tie_word_embeddings": false,
24
+ "torch_dtype": "float32",
25
+ "transformers_version": "4.38.2",
26
+ "use_cache": true,
27
+ "vocab_size": 65536
28
+ }
generation_config.json ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "chat_format": "chatml",
3
+ "do_sample": true,
4
+ "eos_token_id": 0,
5
+ "max_new_tokens": 4096,
6
+ "max_window_size": 4096,
7
+ "pad_token_id": 0,
8
+ "top_k": 0,
9
+ "top_p": 0.1,
10
+ "transformers_version": "4.38.2"
11
+ }
model-00001-of-00007.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ad04b004fa6b75699a07ac90bd28bf9a186a1972b980582cbf51f07dcef450df
3
+ size 4900138864
model-00002-of-00007.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:def1ee396909a3605532150272d1d933f636f842d63cede238d2bdab4a35f6a2
3
+ size 4967380376
model-00003-of-00007.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:895fa6f5f0f43e445d0d65ef060086f07f5077d718b4a4a32d5e1aaed9c44fa9
3
+ size 4933727408
model-00004-of-00007.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7a8921cfb79c2d07352a3397ab81b574e4a91c1fd6ef5dcb9ddd2328e6bafc0e
3
+ size 4933892312
model-00005-of-00007.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:594b0322b6c568ec4190f089357ca5a8f41a8f23adeafd690a53d2f7dc4e6b78
3
+ size 4967380536
model-00006-of-00007.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c272154cd895869669d98c523583df5f5c28ac5e8213d4bb1c5743daf32969f6
3
+ size 4295994424
model-00007-of-00007.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5d8eae9a36c89fd169b3dc200859982e0b5152f59d51c79588fe9557ca6f66f3
3
+ size 1073741952
model.safetensors.index.json ADDED
@@ -0,0 +1,717 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "metadata": {
3
+ "total_size": 30072176640
4
+ },
5
+ "weight_map": {
6
+ "head.weight": "model-00007-of-00007.safetensors",
7
+ "rwkv.blocks.0.attention.gate.weight": "model-00001-of-00007.safetensors",
8
+ "rwkv.blocks.0.attention.key.weight": "model-00001-of-00007.safetensors",
9
+ "rwkv.blocks.0.attention.ln_x.bias": "model-00001-of-00007.safetensors",
10
+ "rwkv.blocks.0.attention.ln_x.weight": "model-00001-of-00007.safetensors",
11
+ "rwkv.blocks.0.attention.output.weight": "model-00001-of-00007.safetensors",
12
+ "rwkv.blocks.0.attention.receptance.weight": "model-00001-of-00007.safetensors",
13
+ "rwkv.blocks.0.attention.time_decay": "model-00001-of-00007.safetensors",
14
+ "rwkv.blocks.0.attention.time_faaaa": "model-00001-of-00007.safetensors",
15
+ "rwkv.blocks.0.attention.time_mix_gate": "model-00001-of-00007.safetensors",
16
+ "rwkv.blocks.0.attention.time_mix_key": "model-00001-of-00007.safetensors",
17
+ "rwkv.blocks.0.attention.time_mix_receptance": "model-00001-of-00007.safetensors",
18
+ "rwkv.blocks.0.attention.time_mix_value": "model-00001-of-00007.safetensors",
19
+ "rwkv.blocks.0.attention.value.weight": "model-00001-of-00007.safetensors",
20
+ "rwkv.blocks.0.feed_forward.key.weight": "model-00001-of-00007.safetensors",
21
+ "rwkv.blocks.0.feed_forward.receptance.weight": "model-00001-of-00007.safetensors",
22
+ "rwkv.blocks.0.feed_forward.time_mix_key": "model-00001-of-00007.safetensors",
23
+ "rwkv.blocks.0.feed_forward.time_mix_receptance": "model-00001-of-00007.safetensors",
24
+ "rwkv.blocks.0.feed_forward.value.weight": "model-00001-of-00007.safetensors",
25
+ "rwkv.blocks.0.ln1.bias": "model-00001-of-00007.safetensors",
26
+ "rwkv.blocks.0.ln1.weight": "model-00001-of-00007.safetensors",
27
+ "rwkv.blocks.0.ln2.bias": "model-00001-of-00007.safetensors",
28
+ "rwkv.blocks.0.ln2.weight": "model-00001-of-00007.safetensors",
29
+ "rwkv.blocks.0.pre_ln.bias": "model-00001-of-00007.safetensors",
30
+ "rwkv.blocks.0.pre_ln.weight": "model-00001-of-00007.safetensors",
31
+ "rwkv.blocks.1.attention.gate.weight": "model-00001-of-00007.safetensors",
32
+ "rwkv.blocks.1.attention.key.weight": "model-00001-of-00007.safetensors",
33
+ "rwkv.blocks.1.attention.ln_x.bias": "model-00001-of-00007.safetensors",
34
+ "rwkv.blocks.1.attention.ln_x.weight": "model-00001-of-00007.safetensors",
35
+ "rwkv.blocks.1.attention.output.weight": "model-00001-of-00007.safetensors",
36
+ "rwkv.blocks.1.attention.receptance.weight": "model-00001-of-00007.safetensors",
37
+ "rwkv.blocks.1.attention.time_decay": "model-00001-of-00007.safetensors",
38
+ "rwkv.blocks.1.attention.time_faaaa": "model-00001-of-00007.safetensors",
39
+ "rwkv.blocks.1.attention.time_mix_gate": "model-00001-of-00007.safetensors",
40
+ "rwkv.blocks.1.attention.time_mix_key": "model-00001-of-00007.safetensors",
41
+ "rwkv.blocks.1.attention.time_mix_receptance": "model-00001-of-00007.safetensors",
42
+ "rwkv.blocks.1.attention.time_mix_value": "model-00001-of-00007.safetensors",
43
+ "rwkv.blocks.1.attention.value.weight": "model-00001-of-00007.safetensors",
44
+ "rwkv.blocks.1.feed_forward.key.weight": "model-00001-of-00007.safetensors",
45
+ "rwkv.blocks.1.feed_forward.receptance.weight": "model-00001-of-00007.safetensors",
46
+ "rwkv.blocks.1.feed_forward.time_mix_key": "model-00001-of-00007.safetensors",
47
+ "rwkv.blocks.1.feed_forward.time_mix_receptance": "model-00001-of-00007.safetensors",
48
+ "rwkv.blocks.1.feed_forward.value.weight": "model-00001-of-00007.safetensors",
49
+ "rwkv.blocks.1.ln1.bias": "model-00001-of-00007.safetensors",
50
+ "rwkv.blocks.1.ln1.weight": "model-00001-of-00007.safetensors",
51
+ "rwkv.blocks.1.ln2.bias": "model-00001-of-00007.safetensors",
52
+ "rwkv.blocks.1.ln2.weight": "model-00001-of-00007.safetensors",
53
+ "rwkv.blocks.10.attention.gate.weight": "model-00003-of-00007.safetensors",
54
+ "rwkv.blocks.10.attention.key.weight": "model-00002-of-00007.safetensors",
55
+ "rwkv.blocks.10.attention.ln_x.bias": "model-00003-of-00007.safetensors",
56
+ "rwkv.blocks.10.attention.ln_x.weight": "model-00003-of-00007.safetensors",
57
+ "rwkv.blocks.10.attention.output.weight": "model-00003-of-00007.safetensors",
58
+ "rwkv.blocks.10.attention.receptance.weight": "model-00003-of-00007.safetensors",
59
+ "rwkv.blocks.10.attention.time_decay": "model-00002-of-00007.safetensors",
60
+ "rwkv.blocks.10.attention.time_faaaa": "model-00002-of-00007.safetensors",
61
+ "rwkv.blocks.10.attention.time_mix_gate": "model-00002-of-00007.safetensors",
62
+ "rwkv.blocks.10.attention.time_mix_key": "model-00002-of-00007.safetensors",
63
+ "rwkv.blocks.10.attention.time_mix_receptance": "model-00002-of-00007.safetensors",
64
+ "rwkv.blocks.10.attention.time_mix_value": "model-00002-of-00007.safetensors",
65
+ "rwkv.blocks.10.attention.value.weight": "model-00003-of-00007.safetensors",
66
+ "rwkv.blocks.10.feed_forward.key.weight": "model-00003-of-00007.safetensors",
67
+ "rwkv.blocks.10.feed_forward.receptance.weight": "model-00003-of-00007.safetensors",
68
+ "rwkv.blocks.10.feed_forward.time_mix_key": "model-00003-of-00007.safetensors",
69
+ "rwkv.blocks.10.feed_forward.time_mix_receptance": "model-00003-of-00007.safetensors",
70
+ "rwkv.blocks.10.feed_forward.value.weight": "model-00003-of-00007.safetensors",
71
+ "rwkv.blocks.10.ln1.bias": "model-00002-of-00007.safetensors",
72
+ "rwkv.blocks.10.ln1.weight": "model-00002-of-00007.safetensors",
73
+ "rwkv.blocks.10.ln2.bias": "model-00002-of-00007.safetensors",
74
+ "rwkv.blocks.10.ln2.weight": "model-00002-of-00007.safetensors",
75
+ "rwkv.blocks.11.attention.gate.weight": "model-00003-of-00007.safetensors",
76
+ "rwkv.blocks.11.attention.key.weight": "model-00003-of-00007.safetensors",
77
+ "rwkv.blocks.11.attention.ln_x.bias": "model-00003-of-00007.safetensors",
78
+ "rwkv.blocks.11.attention.ln_x.weight": "model-00003-of-00007.safetensors",
79
+ "rwkv.blocks.11.attention.output.weight": "model-00003-of-00007.safetensors",
80
+ "rwkv.blocks.11.attention.receptance.weight": "model-00003-of-00007.safetensors",
81
+ "rwkv.blocks.11.attention.time_decay": "model-00003-of-00007.safetensors",
82
+ "rwkv.blocks.11.attention.time_faaaa": "model-00003-of-00007.safetensors",
83
+ "rwkv.blocks.11.attention.time_mix_gate": "model-00003-of-00007.safetensors",
84
+ "rwkv.blocks.11.attention.time_mix_key": "model-00003-of-00007.safetensors",
85
+ "rwkv.blocks.11.attention.time_mix_receptance": "model-00003-of-00007.safetensors",
86
+ "rwkv.blocks.11.attention.time_mix_value": "model-00003-of-00007.safetensors",
87
+ "rwkv.blocks.11.attention.value.weight": "model-00003-of-00007.safetensors",
88
+ "rwkv.blocks.11.feed_forward.key.weight": "model-00003-of-00007.safetensors",
89
+ "rwkv.blocks.11.feed_forward.receptance.weight": "model-00003-of-00007.safetensors",
90
+ "rwkv.blocks.11.feed_forward.time_mix_key": "model-00003-of-00007.safetensors",
91
+ "rwkv.blocks.11.feed_forward.time_mix_receptance": "model-00003-of-00007.safetensors",
92
+ "rwkv.blocks.11.feed_forward.value.weight": "model-00003-of-00007.safetensors",
93
+ "rwkv.blocks.11.ln1.bias": "model-00003-of-00007.safetensors",
94
+ "rwkv.blocks.11.ln1.weight": "model-00003-of-00007.safetensors",
95
+ "rwkv.blocks.11.ln2.bias": "model-00003-of-00007.safetensors",
96
+ "rwkv.blocks.11.ln2.weight": "model-00003-of-00007.safetensors",
97
+ "rwkv.blocks.12.attention.gate.weight": "model-00003-of-00007.safetensors",
98
+ "rwkv.blocks.12.attention.key.weight": "model-00003-of-00007.safetensors",
99
+ "rwkv.blocks.12.attention.ln_x.bias": "model-00003-of-00007.safetensors",
100
+ "rwkv.blocks.12.attention.ln_x.weight": "model-00003-of-00007.safetensors",
101
+ "rwkv.blocks.12.attention.output.weight": "model-00003-of-00007.safetensors",
102
+ "rwkv.blocks.12.attention.receptance.weight": "model-00003-of-00007.safetensors",
103
+ "rwkv.blocks.12.attention.time_decay": "model-00003-of-00007.safetensors",
104
+ "rwkv.blocks.12.attention.time_faaaa": "model-00003-of-00007.safetensors",
105
+ "rwkv.blocks.12.attention.time_mix_gate": "model-00003-of-00007.safetensors",
106
+ "rwkv.blocks.12.attention.time_mix_key": "model-00003-of-00007.safetensors",
107
+ "rwkv.blocks.12.attention.time_mix_receptance": "model-00003-of-00007.safetensors",
108
+ "rwkv.blocks.12.attention.time_mix_value": "model-00003-of-00007.safetensors",
109
+ "rwkv.blocks.12.attention.value.weight": "model-00003-of-00007.safetensors",
110
+ "rwkv.blocks.12.feed_forward.key.weight": "model-00003-of-00007.safetensors",
111
+ "rwkv.blocks.12.feed_forward.receptance.weight": "model-00003-of-00007.safetensors",
112
+ "rwkv.blocks.12.feed_forward.time_mix_key": "model-00003-of-00007.safetensors",
113
+ "rwkv.blocks.12.feed_forward.time_mix_receptance": "model-00003-of-00007.safetensors",
114
+ "rwkv.blocks.12.feed_forward.value.weight": "model-00003-of-00007.safetensors",
115
+ "rwkv.blocks.12.ln1.bias": "model-00003-of-00007.safetensors",
116
+ "rwkv.blocks.12.ln1.weight": "model-00003-of-00007.safetensors",
117
+ "rwkv.blocks.12.ln2.bias": "model-00003-of-00007.safetensors",
118
+ "rwkv.blocks.12.ln2.weight": "model-00003-of-00007.safetensors",
119
+ "rwkv.blocks.13.attention.gate.weight": "model-00003-of-00007.safetensors",
120
+ "rwkv.blocks.13.attention.key.weight": "model-00003-of-00007.safetensors",
121
+ "rwkv.blocks.13.attention.ln_x.bias": "model-00003-of-00007.safetensors",
122
+ "rwkv.blocks.13.attention.ln_x.weight": "model-00003-of-00007.safetensors",
123
+ "rwkv.blocks.13.attention.output.weight": "model-00003-of-00007.safetensors",
124
+ "rwkv.blocks.13.attention.receptance.weight": "model-00003-of-00007.safetensors",
125
+ "rwkv.blocks.13.attention.time_decay": "model-00003-of-00007.safetensors",
126
+ "rwkv.blocks.13.attention.time_faaaa": "model-00003-of-00007.safetensors",
127
+ "rwkv.blocks.13.attention.time_mix_gate": "model-00003-of-00007.safetensors",
128
+ "rwkv.blocks.13.attention.time_mix_key": "model-00003-of-00007.safetensors",
129
+ "rwkv.blocks.13.attention.time_mix_receptance": "model-00003-of-00007.safetensors",
130
+ "rwkv.blocks.13.attention.time_mix_value": "model-00003-of-00007.safetensors",
131
+ "rwkv.blocks.13.attention.value.weight": "model-00003-of-00007.safetensors",
132
+ "rwkv.blocks.13.feed_forward.key.weight": "model-00003-of-00007.safetensors",
133
+ "rwkv.blocks.13.feed_forward.receptance.weight": "model-00003-of-00007.safetensors",
134
+ "rwkv.blocks.13.feed_forward.time_mix_key": "model-00003-of-00007.safetensors",
135
+ "rwkv.blocks.13.feed_forward.time_mix_receptance": "model-00003-of-00007.safetensors",
136
+ "rwkv.blocks.13.feed_forward.value.weight": "model-00003-of-00007.safetensors",
137
+ "rwkv.blocks.13.ln1.bias": "model-00003-of-00007.safetensors",
138
+ "rwkv.blocks.13.ln1.weight": "model-00003-of-00007.safetensors",
139
+ "rwkv.blocks.13.ln2.bias": "model-00003-of-00007.safetensors",
140
+ "rwkv.blocks.13.ln2.weight": "model-00003-of-00007.safetensors",
141
+ "rwkv.blocks.14.attention.gate.weight": "model-00003-of-00007.safetensors",
142
+ "rwkv.blocks.14.attention.key.weight": "model-00003-of-00007.safetensors",
143
+ "rwkv.blocks.14.attention.ln_x.bias": "model-00003-of-00007.safetensors",
144
+ "rwkv.blocks.14.attention.ln_x.weight": "model-00003-of-00007.safetensors",
145
+ "rwkv.blocks.14.attention.output.weight": "model-00003-of-00007.safetensors",
146
+ "rwkv.blocks.14.attention.receptance.weight": "model-00003-of-00007.safetensors",
147
+ "rwkv.blocks.14.attention.time_decay": "model-00003-of-00007.safetensors",
148
+ "rwkv.blocks.14.attention.time_faaaa": "model-00003-of-00007.safetensors",
149
+ "rwkv.blocks.14.attention.time_mix_gate": "model-00003-of-00007.safetensors",
150
+ "rwkv.blocks.14.attention.time_mix_key": "model-00003-of-00007.safetensors",
151
+ "rwkv.blocks.14.attention.time_mix_receptance": "model-00003-of-00007.safetensors",
152
+ "rwkv.blocks.14.attention.time_mix_value": "model-00003-of-00007.safetensors",
153
+ "rwkv.blocks.14.attention.value.weight": "model-00003-of-00007.safetensors",
154
+ "rwkv.blocks.14.feed_forward.key.weight": "model-00003-of-00007.safetensors",
155
+ "rwkv.blocks.14.feed_forward.receptance.weight": "model-00003-of-00007.safetensors",
156
+ "rwkv.blocks.14.feed_forward.time_mix_key": "model-00003-of-00007.safetensors",
157
+ "rwkv.blocks.14.feed_forward.time_mix_receptance": "model-00003-of-00007.safetensors",
158
+ "rwkv.blocks.14.feed_forward.value.weight": "model-00003-of-00007.safetensors",
159
+ "rwkv.blocks.14.ln1.bias": "model-00003-of-00007.safetensors",
160
+ "rwkv.blocks.14.ln1.weight": "model-00003-of-00007.safetensors",
161
+ "rwkv.blocks.14.ln2.bias": "model-00003-of-00007.safetensors",
162
+ "rwkv.blocks.14.ln2.weight": "model-00003-of-00007.safetensors",
163
+ "rwkv.blocks.15.attention.gate.weight": "model-00003-of-00007.safetensors",
164
+ "rwkv.blocks.15.attention.key.weight": "model-00003-of-00007.safetensors",
165
+ "rwkv.blocks.15.attention.ln_x.bias": "model-00003-of-00007.safetensors",
166
+ "rwkv.blocks.15.attention.ln_x.weight": "model-00003-of-00007.safetensors",
167
+ "rwkv.blocks.15.attention.output.weight": "model-00003-of-00007.safetensors",
168
+ "rwkv.blocks.15.attention.receptance.weight": "model-00003-of-00007.safetensors",
169
+ "rwkv.blocks.15.attention.time_decay": "model-00003-of-00007.safetensors",
170
+ "rwkv.blocks.15.attention.time_faaaa": "model-00003-of-00007.safetensors",
171
+ "rwkv.blocks.15.attention.time_mix_gate": "model-00003-of-00007.safetensors",
172
+ "rwkv.blocks.15.attention.time_mix_key": "model-00003-of-00007.safetensors",
173
+ "rwkv.blocks.15.attention.time_mix_receptance": "model-00003-of-00007.safetensors",
174
+ "rwkv.blocks.15.attention.time_mix_value": "model-00003-of-00007.safetensors",
175
+ "rwkv.blocks.15.attention.value.weight": "model-00003-of-00007.safetensors",
176
+ "rwkv.blocks.15.feed_forward.key.weight": "model-00003-of-00007.safetensors",
177
+ "rwkv.blocks.15.feed_forward.receptance.weight": "model-00003-of-00007.safetensors",
178
+ "rwkv.blocks.15.feed_forward.time_mix_key": "model-00003-of-00007.safetensors",
179
+ "rwkv.blocks.15.feed_forward.time_mix_receptance": "model-00003-of-00007.safetensors",
180
+ "rwkv.blocks.15.feed_forward.value.weight": "model-00004-of-00007.safetensors",
181
+ "rwkv.blocks.15.ln1.bias": "model-00003-of-00007.safetensors",
182
+ "rwkv.blocks.15.ln1.weight": "model-00003-of-00007.safetensors",
183
+ "rwkv.blocks.15.ln2.bias": "model-00003-of-00007.safetensors",
184
+ "rwkv.blocks.15.ln2.weight": "model-00003-of-00007.safetensors",
185
+ "rwkv.blocks.16.attention.gate.weight": "model-00004-of-00007.safetensors",
186
+ "rwkv.blocks.16.attention.key.weight": "model-00004-of-00007.safetensors",
187
+ "rwkv.blocks.16.attention.ln_x.bias": "model-00004-of-00007.safetensors",
188
+ "rwkv.blocks.16.attention.ln_x.weight": "model-00004-of-00007.safetensors",
189
+ "rwkv.blocks.16.attention.output.weight": "model-00004-of-00007.safetensors",
190
+ "rwkv.blocks.16.attention.receptance.weight": "model-00004-of-00007.safetensors",
191
+ "rwkv.blocks.16.attention.time_decay": "model-00004-of-00007.safetensors",
192
+ "rwkv.blocks.16.attention.time_faaaa": "model-00004-of-00007.safetensors",
193
+ "rwkv.blocks.16.attention.time_mix_gate": "model-00004-of-00007.safetensors",
194
+ "rwkv.blocks.16.attention.time_mix_key": "model-00004-of-00007.safetensors",
195
+ "rwkv.blocks.16.attention.time_mix_receptance": "model-00004-of-00007.safetensors",
196
+ "rwkv.blocks.16.attention.time_mix_value": "model-00004-of-00007.safetensors",
197
+ "rwkv.blocks.16.attention.value.weight": "model-00004-of-00007.safetensors",
198
+ "rwkv.blocks.16.feed_forward.key.weight": "model-00004-of-00007.safetensors",
199
+ "rwkv.blocks.16.feed_forward.receptance.weight": "model-00004-of-00007.safetensors",
200
+ "rwkv.blocks.16.feed_forward.time_mix_key": "model-00004-of-00007.safetensors",
201
+ "rwkv.blocks.16.feed_forward.time_mix_receptance": "model-00004-of-00007.safetensors",
202
+ "rwkv.blocks.16.feed_forward.value.weight": "model-00004-of-00007.safetensors",
203
+ "rwkv.blocks.16.ln1.bias": "model-00004-of-00007.safetensors",
204
+ "rwkv.blocks.16.ln1.weight": "model-00004-of-00007.safetensors",
205
+ "rwkv.blocks.16.ln2.bias": "model-00004-of-00007.safetensors",
206
+ "rwkv.blocks.16.ln2.weight": "model-00004-of-00007.safetensors",
207
+ "rwkv.blocks.17.attention.gate.weight": "model-00004-of-00007.safetensors",
208
+ "rwkv.blocks.17.attention.key.weight": "model-00004-of-00007.safetensors",
209
+ "rwkv.blocks.17.attention.ln_x.bias": "model-00004-of-00007.safetensors",
210
+ "rwkv.blocks.17.attention.ln_x.weight": "model-00004-of-00007.safetensors",
211
+ "rwkv.blocks.17.attention.output.weight": "model-00004-of-00007.safetensors",
212
+ "rwkv.blocks.17.attention.receptance.weight": "model-00004-of-00007.safetensors",
213
+ "rwkv.blocks.17.attention.time_decay": "model-00004-of-00007.safetensors",
214
+ "rwkv.blocks.17.attention.time_faaaa": "model-00004-of-00007.safetensors",
215
+ "rwkv.blocks.17.attention.time_mix_gate": "model-00004-of-00007.safetensors",
216
+ "rwkv.blocks.17.attention.time_mix_key": "model-00004-of-00007.safetensors",
217
+ "rwkv.blocks.17.attention.time_mix_receptance": "model-00004-of-00007.safetensors",
218
+ "rwkv.blocks.17.attention.time_mix_value": "model-00004-of-00007.safetensors",
219
+ "rwkv.blocks.17.attention.value.weight": "model-00004-of-00007.safetensors",
220
+ "rwkv.blocks.17.feed_forward.key.weight": "model-00004-of-00007.safetensors",
221
+ "rwkv.blocks.17.feed_forward.receptance.weight": "model-00004-of-00007.safetensors",
222
+ "rwkv.blocks.17.feed_forward.time_mix_key": "model-00004-of-00007.safetensors",
223
+ "rwkv.blocks.17.feed_forward.time_mix_receptance": "model-00004-of-00007.safetensors",
224
+ "rwkv.blocks.17.feed_forward.value.weight": "model-00004-of-00007.safetensors",
225
+ "rwkv.blocks.17.ln1.bias": "model-00004-of-00007.safetensors",
226
+ "rwkv.blocks.17.ln1.weight": "model-00004-of-00007.safetensors",
227
+ "rwkv.blocks.17.ln2.bias": "model-00004-of-00007.safetensors",
228
+ "rwkv.blocks.17.ln2.weight": "model-00004-of-00007.safetensors",
229
+ "rwkv.blocks.18.attention.gate.weight": "model-00004-of-00007.safetensors",
230
+ "rwkv.blocks.18.attention.key.weight": "model-00004-of-00007.safetensors",
231
+ "rwkv.blocks.18.attention.ln_x.bias": "model-00004-of-00007.safetensors",
232
+ "rwkv.blocks.18.attention.ln_x.weight": "model-00004-of-00007.safetensors",
233
+ "rwkv.blocks.18.attention.output.weight": "model-00004-of-00007.safetensors",
234
+ "rwkv.blocks.18.attention.receptance.weight": "model-00004-of-00007.safetensors",
235
+ "rwkv.blocks.18.attention.time_decay": "model-00004-of-00007.safetensors",
236
+ "rwkv.blocks.18.attention.time_faaaa": "model-00004-of-00007.safetensors",
237
+ "rwkv.blocks.18.attention.time_mix_gate": "model-00004-of-00007.safetensors",
238
+ "rwkv.blocks.18.attention.time_mix_key": "model-00004-of-00007.safetensors",
239
+ "rwkv.blocks.18.attention.time_mix_receptance": "model-00004-of-00007.safetensors",
240
+ "rwkv.blocks.18.attention.time_mix_value": "model-00004-of-00007.safetensors",
241
+ "rwkv.blocks.18.attention.value.weight": "model-00004-of-00007.safetensors",
242
+ "rwkv.blocks.18.feed_forward.key.weight": "model-00004-of-00007.safetensors",
243
+ "rwkv.blocks.18.feed_forward.receptance.weight": "model-00004-of-00007.safetensors",
244
+ "rwkv.blocks.18.feed_forward.time_mix_key": "model-00004-of-00007.safetensors",
245
+ "rwkv.blocks.18.feed_forward.time_mix_receptance": "model-00004-of-00007.safetensors",
246
+ "rwkv.blocks.18.feed_forward.value.weight": "model-00004-of-00007.safetensors",
247
+ "rwkv.blocks.18.ln1.bias": "model-00004-of-00007.safetensors",
248
+ "rwkv.blocks.18.ln1.weight": "model-00004-of-00007.safetensors",
249
+ "rwkv.blocks.18.ln2.bias": "model-00004-of-00007.safetensors",
250
+ "rwkv.blocks.18.ln2.weight": "model-00004-of-00007.safetensors",
251
+ "rwkv.blocks.19.attention.gate.weight": "model-00004-of-00007.safetensors",
252
+ "rwkv.blocks.19.attention.key.weight": "model-00004-of-00007.safetensors",
253
+ "rwkv.blocks.19.attention.ln_x.bias": "model-00004-of-00007.safetensors",
254
+ "rwkv.blocks.19.attention.ln_x.weight": "model-00004-of-00007.safetensors",
255
+ "rwkv.blocks.19.attention.output.weight": "model-00004-of-00007.safetensors",
256
+ "rwkv.blocks.19.attention.receptance.weight": "model-00004-of-00007.safetensors",
257
+ "rwkv.blocks.19.attention.time_decay": "model-00004-of-00007.safetensors",
258
+ "rwkv.blocks.19.attention.time_faaaa": "model-00004-of-00007.safetensors",
259
+ "rwkv.blocks.19.attention.time_mix_gate": "model-00004-of-00007.safetensors",
260
+ "rwkv.blocks.19.attention.time_mix_key": "model-00004-of-00007.safetensors",
261
+ "rwkv.blocks.19.attention.time_mix_receptance": "model-00004-of-00007.safetensors",
262
+ "rwkv.blocks.19.attention.time_mix_value": "model-00004-of-00007.safetensors",
263
+ "rwkv.blocks.19.attention.value.weight": "model-00004-of-00007.safetensors",
264
+ "rwkv.blocks.19.feed_forward.key.weight": "model-00004-of-00007.safetensors",
265
+ "rwkv.blocks.19.feed_forward.receptance.weight": "model-00004-of-00007.safetensors",
266
+ "rwkv.blocks.19.feed_forward.time_mix_key": "model-00004-of-00007.safetensors",
267
+ "rwkv.blocks.19.feed_forward.time_mix_receptance": "model-00004-of-00007.safetensors",
268
+ "rwkv.blocks.19.feed_forward.value.weight": "model-00004-of-00007.safetensors",
269
+ "rwkv.blocks.19.ln1.bias": "model-00004-of-00007.safetensors",
270
+ "rwkv.blocks.19.ln1.weight": "model-00004-of-00007.safetensors",
271
+ "rwkv.blocks.19.ln2.bias": "model-00004-of-00007.safetensors",
272
+ "rwkv.blocks.19.ln2.weight": "model-00004-of-00007.safetensors",
273
+ "rwkv.blocks.2.attention.gate.weight": "model-00001-of-00007.safetensors",
274
+ "rwkv.blocks.2.attention.key.weight": "model-00001-of-00007.safetensors",
275
+ "rwkv.blocks.2.attention.ln_x.bias": "model-00001-of-00007.safetensors",
276
+ "rwkv.blocks.2.attention.ln_x.weight": "model-00001-of-00007.safetensors",
277
+ "rwkv.blocks.2.attention.output.weight": "model-00001-of-00007.safetensors",
278
+ "rwkv.blocks.2.attention.receptance.weight": "model-00001-of-00007.safetensors",
279
+ "rwkv.blocks.2.attention.time_decay": "model-00001-of-00007.safetensors",
280
+ "rwkv.blocks.2.attention.time_faaaa": "model-00001-of-00007.safetensors",
281
+ "rwkv.blocks.2.attention.time_mix_gate": "model-00001-of-00007.safetensors",
282
+ "rwkv.blocks.2.attention.time_mix_key": "model-00001-of-00007.safetensors",
283
+ "rwkv.blocks.2.attention.time_mix_receptance": "model-00001-of-00007.safetensors",
284
+ "rwkv.blocks.2.attention.time_mix_value": "model-00001-of-00007.safetensors",
285
+ "rwkv.blocks.2.attention.value.weight": "model-00001-of-00007.safetensors",
286
+ "rwkv.blocks.2.feed_forward.key.weight": "model-00001-of-00007.safetensors",
287
+ "rwkv.blocks.2.feed_forward.receptance.weight": "model-00001-of-00007.safetensors",
288
+ "rwkv.blocks.2.feed_forward.time_mix_key": "model-00001-of-00007.safetensors",
289
+ "rwkv.blocks.2.feed_forward.time_mix_receptance": "model-00001-of-00007.safetensors",
290
+ "rwkv.blocks.2.feed_forward.value.weight": "model-00001-of-00007.safetensors",
291
+ "rwkv.blocks.2.ln1.bias": "model-00001-of-00007.safetensors",
292
+ "rwkv.blocks.2.ln1.weight": "model-00001-of-00007.safetensors",
293
+ "rwkv.blocks.2.ln2.bias": "model-00001-of-00007.safetensors",
294
+ "rwkv.blocks.2.ln2.weight": "model-00001-of-00007.safetensors",
295
+ "rwkv.blocks.20.attention.gate.weight": "model-00004-of-00007.safetensors",
296
+ "rwkv.blocks.20.attention.key.weight": "model-00004-of-00007.safetensors",
297
+ "rwkv.blocks.20.attention.ln_x.bias": "model-00004-of-00007.safetensors",
298
+ "rwkv.blocks.20.attention.ln_x.weight": "model-00004-of-00007.safetensors",
299
+ "rwkv.blocks.20.attention.output.weight": "model-00004-of-00007.safetensors",
300
+ "rwkv.blocks.20.attention.receptance.weight": "model-00004-of-00007.safetensors",
301
+ "rwkv.blocks.20.attention.time_decay": "model-00004-of-00007.safetensors",
302
+ "rwkv.blocks.20.attention.time_faaaa": "model-00004-of-00007.safetensors",
303
+ "rwkv.blocks.20.attention.time_mix_gate": "model-00004-of-00007.safetensors",
304
+ "rwkv.blocks.20.attention.time_mix_key": "model-00004-of-00007.safetensors",
305
+ "rwkv.blocks.20.attention.time_mix_receptance": "model-00004-of-00007.safetensors",
306
+ "rwkv.blocks.20.attention.time_mix_value": "model-00004-of-00007.safetensors",
307
+ "rwkv.blocks.20.attention.value.weight": "model-00004-of-00007.safetensors",
308
+ "rwkv.blocks.20.feed_forward.key.weight": "model-00004-of-00007.safetensors",
309
+ "rwkv.blocks.20.feed_forward.receptance.weight": "model-00004-of-00007.safetensors",
310
+ "rwkv.blocks.20.feed_forward.time_mix_key": "model-00004-of-00007.safetensors",
311
+ "rwkv.blocks.20.feed_forward.time_mix_receptance": "model-00004-of-00007.safetensors",
312
+ "rwkv.blocks.20.feed_forward.value.weight": "model-00004-of-00007.safetensors",
313
+ "rwkv.blocks.20.ln1.bias": "model-00004-of-00007.safetensors",
314
+ "rwkv.blocks.20.ln1.weight": "model-00004-of-00007.safetensors",
315
+ "rwkv.blocks.20.ln2.bias": "model-00004-of-00007.safetensors",
316
+ "rwkv.blocks.20.ln2.weight": "model-00004-of-00007.safetensors",
317
+ "rwkv.blocks.21.attention.gate.weight": "model-00004-of-00007.safetensors",
318
+ "rwkv.blocks.21.attention.key.weight": "model-00004-of-00007.safetensors",
319
+ "rwkv.blocks.21.attention.ln_x.bias": "model-00004-of-00007.safetensors",
320
+ "rwkv.blocks.21.attention.ln_x.weight": "model-00004-of-00007.safetensors",
321
+ "rwkv.blocks.21.attention.output.weight": "model-00004-of-00007.safetensors",
322
+ "rwkv.blocks.21.attention.receptance.weight": "model-00004-of-00007.safetensors",
323
+ "rwkv.blocks.21.attention.time_decay": "model-00004-of-00007.safetensors",
324
+ "rwkv.blocks.21.attention.time_faaaa": "model-00004-of-00007.safetensors",
325
+ "rwkv.blocks.21.attention.time_mix_gate": "model-00004-of-00007.safetensors",
326
+ "rwkv.blocks.21.attention.time_mix_key": "model-00004-of-00007.safetensors",
327
+ "rwkv.blocks.21.attention.time_mix_receptance": "model-00004-of-00007.safetensors",
328
+ "rwkv.blocks.21.attention.time_mix_value": "model-00004-of-00007.safetensors",
329
+ "rwkv.blocks.21.attention.value.weight": "model-00004-of-00007.safetensors",
330
+ "rwkv.blocks.21.feed_forward.key.weight": "model-00005-of-00007.safetensors",
331
+ "rwkv.blocks.21.feed_forward.receptance.weight": "model-00005-of-00007.safetensors",
332
+ "rwkv.blocks.21.feed_forward.time_mix_key": "model-00004-of-00007.safetensors",
333
+ "rwkv.blocks.21.feed_forward.time_mix_receptance": "model-00004-of-00007.safetensors",
334
+ "rwkv.blocks.21.feed_forward.value.weight": "model-00005-of-00007.safetensors",
335
+ "rwkv.blocks.21.ln1.bias": "model-00004-of-00007.safetensors",
336
+ "rwkv.blocks.21.ln1.weight": "model-00004-of-00007.safetensors",
337
+ "rwkv.blocks.21.ln2.bias": "model-00004-of-00007.safetensors",
338
+ "rwkv.blocks.21.ln2.weight": "model-00004-of-00007.safetensors",
339
+ "rwkv.blocks.22.attention.gate.weight": "model-00005-of-00007.safetensors",
340
+ "rwkv.blocks.22.attention.key.weight": "model-00005-of-00007.safetensors",
341
+ "rwkv.blocks.22.attention.ln_x.bias": "model-00005-of-00007.safetensors",
342
+ "rwkv.blocks.22.attention.ln_x.weight": "model-00005-of-00007.safetensors",
343
+ "rwkv.blocks.22.attention.output.weight": "model-00005-of-00007.safetensors",
344
+ "rwkv.blocks.22.attention.receptance.weight": "model-00005-of-00007.safetensors",
345
+ "rwkv.blocks.22.attention.time_decay": "model-00005-of-00007.safetensors",
346
+ "rwkv.blocks.22.attention.time_faaaa": "model-00005-of-00007.safetensors",
347
+ "rwkv.blocks.22.attention.time_mix_gate": "model-00005-of-00007.safetensors",
348
+ "rwkv.blocks.22.attention.time_mix_key": "model-00005-of-00007.safetensors",
349
+ "rwkv.blocks.22.attention.time_mix_receptance": "model-00005-of-00007.safetensors",
350
+ "rwkv.blocks.22.attention.time_mix_value": "model-00005-of-00007.safetensors",
351
+ "rwkv.blocks.22.attention.value.weight": "model-00005-of-00007.safetensors",
352
+ "rwkv.blocks.22.feed_forward.key.weight": "model-00005-of-00007.safetensors",
353
+ "rwkv.blocks.22.feed_forward.receptance.weight": "model-00005-of-00007.safetensors",
354
+ "rwkv.blocks.22.feed_forward.time_mix_key": "model-00005-of-00007.safetensors",
355
+ "rwkv.blocks.22.feed_forward.time_mix_receptance": "model-00005-of-00007.safetensors",
356
+ "rwkv.blocks.22.feed_forward.value.weight": "model-00005-of-00007.safetensors",
357
+ "rwkv.blocks.22.ln1.bias": "model-00005-of-00007.safetensors",
358
+ "rwkv.blocks.22.ln1.weight": "model-00005-of-00007.safetensors",
359
+ "rwkv.blocks.22.ln2.bias": "model-00005-of-00007.safetensors",
360
+ "rwkv.blocks.22.ln2.weight": "model-00005-of-00007.safetensors",
361
+ "rwkv.blocks.23.attention.gate.weight": "model-00005-of-00007.safetensors",
362
+ "rwkv.blocks.23.attention.key.weight": "model-00005-of-00007.safetensors",
363
+ "rwkv.blocks.23.attention.ln_x.bias": "model-00005-of-00007.safetensors",
364
+ "rwkv.blocks.23.attention.ln_x.weight": "model-00005-of-00007.safetensors",
365
+ "rwkv.blocks.23.attention.output.weight": "model-00005-of-00007.safetensors",
366
+ "rwkv.blocks.23.attention.receptance.weight": "model-00005-of-00007.safetensors",
367
+ "rwkv.blocks.23.attention.time_decay": "model-00005-of-00007.safetensors",
368
+ "rwkv.blocks.23.attention.time_faaaa": "model-00005-of-00007.safetensors",
369
+ "rwkv.blocks.23.attention.time_mix_gate": "model-00005-of-00007.safetensors",
370
+ "rwkv.blocks.23.attention.time_mix_key": "model-00005-of-00007.safetensors",
371
+ "rwkv.blocks.23.attention.time_mix_receptance": "model-00005-of-00007.safetensors",
372
+ "rwkv.blocks.23.attention.time_mix_value": "model-00005-of-00007.safetensors",
373
+ "rwkv.blocks.23.attention.value.weight": "model-00005-of-00007.safetensors",
374
+ "rwkv.blocks.23.feed_forward.key.weight": "model-00005-of-00007.safetensors",
375
+ "rwkv.blocks.23.feed_forward.receptance.weight": "model-00005-of-00007.safetensors",
376
+ "rwkv.blocks.23.feed_forward.time_mix_key": "model-00005-of-00007.safetensors",
377
+ "rwkv.blocks.23.feed_forward.time_mix_receptance": "model-00005-of-00007.safetensors",
378
+ "rwkv.blocks.23.feed_forward.value.weight": "model-00005-of-00007.safetensors",
379
+ "rwkv.blocks.23.ln1.bias": "model-00005-of-00007.safetensors",
380
+ "rwkv.blocks.23.ln1.weight": "model-00005-of-00007.safetensors",
381
+ "rwkv.blocks.23.ln2.bias": "model-00005-of-00007.safetensors",
382
+ "rwkv.blocks.23.ln2.weight": "model-00005-of-00007.safetensors",
383
+ "rwkv.blocks.24.attention.gate.weight": "model-00005-of-00007.safetensors",
384
+ "rwkv.blocks.24.attention.key.weight": "model-00005-of-00007.safetensors",
385
+ "rwkv.blocks.24.attention.ln_x.bias": "model-00005-of-00007.safetensors",
386
+ "rwkv.blocks.24.attention.ln_x.weight": "model-00005-of-00007.safetensors",
387
+ "rwkv.blocks.24.attention.output.weight": "model-00005-of-00007.safetensors",
388
+ "rwkv.blocks.24.attention.receptance.weight": "model-00005-of-00007.safetensors",
389
+ "rwkv.blocks.24.attention.time_decay": "model-00005-of-00007.safetensors",
390
+ "rwkv.blocks.24.attention.time_faaaa": "model-00005-of-00007.safetensors",
391
+ "rwkv.blocks.24.attention.time_mix_gate": "model-00005-of-00007.safetensors",
392
+ "rwkv.blocks.24.attention.time_mix_key": "model-00005-of-00007.safetensors",
393
+ "rwkv.blocks.24.attention.time_mix_receptance": "model-00005-of-00007.safetensors",
394
+ "rwkv.blocks.24.attention.time_mix_value": "model-00005-of-00007.safetensors",
395
+ "rwkv.blocks.24.attention.value.weight": "model-00005-of-00007.safetensors",
396
+ "rwkv.blocks.24.feed_forward.key.weight": "model-00005-of-00007.safetensors",
397
+ "rwkv.blocks.24.feed_forward.receptance.weight": "model-00005-of-00007.safetensors",
398
+ "rwkv.blocks.24.feed_forward.time_mix_key": "model-00005-of-00007.safetensors",
399
+ "rwkv.blocks.24.feed_forward.time_mix_receptance": "model-00005-of-00007.safetensors",
400
+ "rwkv.blocks.24.feed_forward.value.weight": "model-00005-of-00007.safetensors",
401
+ "rwkv.blocks.24.ln1.bias": "model-00005-of-00007.safetensors",
402
+ "rwkv.blocks.24.ln1.weight": "model-00005-of-00007.safetensors",
403
+ "rwkv.blocks.24.ln2.bias": "model-00005-of-00007.safetensors",
404
+ "rwkv.blocks.24.ln2.weight": "model-00005-of-00007.safetensors",
405
+ "rwkv.blocks.25.attention.gate.weight": "model-00005-of-00007.safetensors",
406
+ "rwkv.blocks.25.attention.key.weight": "model-00005-of-00007.safetensors",
407
+ "rwkv.blocks.25.attention.ln_x.bias": "model-00005-of-00007.safetensors",
408
+ "rwkv.blocks.25.attention.ln_x.weight": "model-00005-of-00007.safetensors",
409
+ "rwkv.blocks.25.attention.output.weight": "model-00005-of-00007.safetensors",
410
+ "rwkv.blocks.25.attention.receptance.weight": "model-00005-of-00007.safetensors",
411
+ "rwkv.blocks.25.attention.time_decay": "model-00005-of-00007.safetensors",
412
+ "rwkv.blocks.25.attention.time_faaaa": "model-00005-of-00007.safetensors",
413
+ "rwkv.blocks.25.attention.time_mix_gate": "model-00005-of-00007.safetensors",
414
+ "rwkv.blocks.25.attention.time_mix_key": "model-00005-of-00007.safetensors",
415
+ "rwkv.blocks.25.attention.time_mix_receptance": "model-00005-of-00007.safetensors",
416
+ "rwkv.blocks.25.attention.time_mix_value": "model-00005-of-00007.safetensors",
417
+ "rwkv.blocks.25.attention.value.weight": "model-00005-of-00007.safetensors",
418
+ "rwkv.blocks.25.feed_forward.key.weight": "model-00005-of-00007.safetensors",
419
+ "rwkv.blocks.25.feed_forward.receptance.weight": "model-00005-of-00007.safetensors",
420
+ "rwkv.blocks.25.feed_forward.time_mix_key": "model-00005-of-00007.safetensors",
421
+ "rwkv.blocks.25.feed_forward.time_mix_receptance": "model-00005-of-00007.safetensors",
422
+ "rwkv.blocks.25.feed_forward.value.weight": "model-00005-of-00007.safetensors",
423
+ "rwkv.blocks.25.ln1.bias": "model-00005-of-00007.safetensors",
424
+ "rwkv.blocks.25.ln1.weight": "model-00005-of-00007.safetensors",
425
+ "rwkv.blocks.25.ln2.bias": "model-00005-of-00007.safetensors",
426
+ "rwkv.blocks.25.ln2.weight": "model-00005-of-00007.safetensors",
427
+ "rwkv.blocks.26.attention.gate.weight": "model-00005-of-00007.safetensors",
428
+ "rwkv.blocks.26.attention.key.weight": "model-00005-of-00007.safetensors",
429
+ "rwkv.blocks.26.attention.ln_x.bias": "model-00005-of-00007.safetensors",
430
+ "rwkv.blocks.26.attention.ln_x.weight": "model-00005-of-00007.safetensors",
431
+ "rwkv.blocks.26.attention.output.weight": "model-00005-of-00007.safetensors",
432
+ "rwkv.blocks.26.attention.receptance.weight": "model-00005-of-00007.safetensors",
433
+ "rwkv.blocks.26.attention.time_decay": "model-00005-of-00007.safetensors",
434
+ "rwkv.blocks.26.attention.time_faaaa": "model-00005-of-00007.safetensors",
435
+ "rwkv.blocks.26.attention.time_mix_gate": "model-00005-of-00007.safetensors",
436
+ "rwkv.blocks.26.attention.time_mix_key": "model-00005-of-00007.safetensors",
437
+ "rwkv.blocks.26.attention.time_mix_receptance": "model-00005-of-00007.safetensors",
438
+ "rwkv.blocks.26.attention.time_mix_value": "model-00005-of-00007.safetensors",
439
+ "rwkv.blocks.26.attention.value.weight": "model-00005-of-00007.safetensors",
440
+ "rwkv.blocks.26.feed_forward.key.weight": "model-00005-of-00007.safetensors",
441
+ "rwkv.blocks.26.feed_forward.receptance.weight": "model-00005-of-00007.safetensors",
442
+ "rwkv.blocks.26.feed_forward.time_mix_key": "model-00005-of-00007.safetensors",
443
+ "rwkv.blocks.26.feed_forward.time_mix_receptance": "model-00005-of-00007.safetensors",
444
+ "rwkv.blocks.26.feed_forward.value.weight": "model-00005-of-00007.safetensors",
445
+ "rwkv.blocks.26.ln1.bias": "model-00005-of-00007.safetensors",
446
+ "rwkv.blocks.26.ln1.weight": "model-00005-of-00007.safetensors",
447
+ "rwkv.blocks.26.ln2.bias": "model-00005-of-00007.safetensors",
448
+ "rwkv.blocks.26.ln2.weight": "model-00005-of-00007.safetensors",
449
+ "rwkv.blocks.27.attention.gate.weight": "model-00006-of-00007.safetensors",
450
+ "rwkv.blocks.27.attention.key.weight": "model-00005-of-00007.safetensors",
451
+ "rwkv.blocks.27.attention.ln_x.bias": "model-00006-of-00007.safetensors",
452
+ "rwkv.blocks.27.attention.ln_x.weight": "model-00006-of-00007.safetensors",
453
+ "rwkv.blocks.27.attention.output.weight": "model-00006-of-00007.safetensors",
454
+ "rwkv.blocks.27.attention.receptance.weight": "model-00006-of-00007.safetensors",
455
+ "rwkv.blocks.27.attention.time_decay": "model-00005-of-00007.safetensors",
456
+ "rwkv.blocks.27.attention.time_faaaa": "model-00005-of-00007.safetensors",
457
+ "rwkv.blocks.27.attention.time_mix_gate": "model-00005-of-00007.safetensors",
458
+ "rwkv.blocks.27.attention.time_mix_key": "model-00005-of-00007.safetensors",
459
+ "rwkv.blocks.27.attention.time_mix_receptance": "model-00005-of-00007.safetensors",
460
+ "rwkv.blocks.27.attention.time_mix_value": "model-00005-of-00007.safetensors",
461
+ "rwkv.blocks.27.attention.value.weight": "model-00006-of-00007.safetensors",
462
+ "rwkv.blocks.27.feed_forward.key.weight": "model-00006-of-00007.safetensors",
463
+ "rwkv.blocks.27.feed_forward.receptance.weight": "model-00006-of-00007.safetensors",
464
+ "rwkv.blocks.27.feed_forward.time_mix_key": "model-00006-of-00007.safetensors",
465
+ "rwkv.blocks.27.feed_forward.time_mix_receptance": "model-00006-of-00007.safetensors",
466
+ "rwkv.blocks.27.feed_forward.value.weight": "model-00006-of-00007.safetensors",
467
+ "rwkv.blocks.27.ln1.bias": "model-00005-of-00007.safetensors",
468
+ "rwkv.blocks.27.ln1.weight": "model-00005-of-00007.safetensors",
469
+ "rwkv.blocks.27.ln2.bias": "model-00005-of-00007.safetensors",
470
+ "rwkv.blocks.27.ln2.weight": "model-00005-of-00007.safetensors",
471
+ "rwkv.blocks.28.attention.gate.weight": "model-00006-of-00007.safetensors",
472
+ "rwkv.blocks.28.attention.key.weight": "model-00006-of-00007.safetensors",
473
+ "rwkv.blocks.28.attention.ln_x.bias": "model-00006-of-00007.safetensors",
474
+ "rwkv.blocks.28.attention.ln_x.weight": "model-00006-of-00007.safetensors",
475
+ "rwkv.blocks.28.attention.output.weight": "model-00006-of-00007.safetensors",
476
+ "rwkv.blocks.28.attention.receptance.weight": "model-00006-of-00007.safetensors",
477
+ "rwkv.blocks.28.attention.time_decay": "model-00006-of-00007.safetensors",
478
+ "rwkv.blocks.28.attention.time_faaaa": "model-00006-of-00007.safetensors",
479
+ "rwkv.blocks.28.attention.time_mix_gate": "model-00006-of-00007.safetensors",
480
+ "rwkv.blocks.28.attention.time_mix_key": "model-00006-of-00007.safetensors",
481
+ "rwkv.blocks.28.attention.time_mix_receptance": "model-00006-of-00007.safetensors",
482
+ "rwkv.blocks.28.attention.time_mix_value": "model-00006-of-00007.safetensors",
483
+ "rwkv.blocks.28.attention.value.weight": "model-00006-of-00007.safetensors",
484
+ "rwkv.blocks.28.feed_forward.key.weight": "model-00006-of-00007.safetensors",
485
+ "rwkv.blocks.28.feed_forward.receptance.weight": "model-00006-of-00007.safetensors",
486
+ "rwkv.blocks.28.feed_forward.time_mix_key": "model-00006-of-00007.safetensors",
487
+ "rwkv.blocks.28.feed_forward.time_mix_receptance": "model-00006-of-00007.safetensors",
488
+ "rwkv.blocks.28.feed_forward.value.weight": "model-00006-of-00007.safetensors",
489
+ "rwkv.blocks.28.ln1.bias": "model-00006-of-00007.safetensors",
490
+ "rwkv.blocks.28.ln1.weight": "model-00006-of-00007.safetensors",
491
+ "rwkv.blocks.28.ln2.bias": "model-00006-of-00007.safetensors",
492
+ "rwkv.blocks.28.ln2.weight": "model-00006-of-00007.safetensors",
493
+ "rwkv.blocks.29.attention.gate.weight": "model-00006-of-00007.safetensors",
494
+ "rwkv.blocks.29.attention.key.weight": "model-00006-of-00007.safetensors",
495
+ "rwkv.blocks.29.attention.ln_x.bias": "model-00006-of-00007.safetensors",
496
+ "rwkv.blocks.29.attention.ln_x.weight": "model-00006-of-00007.safetensors",
497
+ "rwkv.blocks.29.attention.output.weight": "model-00006-of-00007.safetensors",
498
+ "rwkv.blocks.29.attention.receptance.weight": "model-00006-of-00007.safetensors",
499
+ "rwkv.blocks.29.attention.time_decay": "model-00006-of-00007.safetensors",
500
+ "rwkv.blocks.29.attention.time_faaaa": "model-00006-of-00007.safetensors",
501
+ "rwkv.blocks.29.attention.time_mix_gate": "model-00006-of-00007.safetensors",
502
+ "rwkv.blocks.29.attention.time_mix_key": "model-00006-of-00007.safetensors",
503
+ "rwkv.blocks.29.attention.time_mix_receptance": "model-00006-of-00007.safetensors",
504
+ "rwkv.blocks.29.attention.time_mix_value": "model-00006-of-00007.safetensors",
505
+ "rwkv.blocks.29.attention.value.weight": "model-00006-of-00007.safetensors",
506
+ "rwkv.blocks.29.feed_forward.key.weight": "model-00006-of-00007.safetensors",
507
+ "rwkv.blocks.29.feed_forward.receptance.weight": "model-00006-of-00007.safetensors",
508
+ "rwkv.blocks.29.feed_forward.time_mix_key": "model-00006-of-00007.safetensors",
509
+ "rwkv.blocks.29.feed_forward.time_mix_receptance": "model-00006-of-00007.safetensors",
510
+ "rwkv.blocks.29.feed_forward.value.weight": "model-00006-of-00007.safetensors",
511
+ "rwkv.blocks.29.ln1.bias": "model-00006-of-00007.safetensors",
512
+ "rwkv.blocks.29.ln1.weight": "model-00006-of-00007.safetensors",
513
+ "rwkv.blocks.29.ln2.bias": "model-00006-of-00007.safetensors",
514
+ "rwkv.blocks.29.ln2.weight": "model-00006-of-00007.safetensors",
515
+ "rwkv.blocks.3.attention.gate.weight": "model-00001-of-00007.safetensors",
516
+ "rwkv.blocks.3.attention.key.weight": "model-00001-of-00007.safetensors",
517
+ "rwkv.blocks.3.attention.ln_x.bias": "model-00001-of-00007.safetensors",
518
+ "rwkv.blocks.3.attention.ln_x.weight": "model-00001-of-00007.safetensors",
519
+ "rwkv.blocks.3.attention.output.weight": "model-00001-of-00007.safetensors",
520
+ "rwkv.blocks.3.attention.receptance.weight": "model-00001-of-00007.safetensors",
521
+ "rwkv.blocks.3.attention.time_decay": "model-00001-of-00007.safetensors",
522
+ "rwkv.blocks.3.attention.time_faaaa": "model-00001-of-00007.safetensors",
523
+ "rwkv.blocks.3.attention.time_mix_gate": "model-00001-of-00007.safetensors",
524
+ "rwkv.blocks.3.attention.time_mix_key": "model-00001-of-00007.safetensors",
525
+ "rwkv.blocks.3.attention.time_mix_receptance": "model-00001-of-00007.safetensors",
526
+ "rwkv.blocks.3.attention.time_mix_value": "model-00001-of-00007.safetensors",
527
+ "rwkv.blocks.3.attention.value.weight": "model-00001-of-00007.safetensors",
528
+ "rwkv.blocks.3.feed_forward.key.weight": "model-00001-of-00007.safetensors",
529
+ "rwkv.blocks.3.feed_forward.receptance.weight": "model-00001-of-00007.safetensors",
530
+ "rwkv.blocks.3.feed_forward.time_mix_key": "model-00001-of-00007.safetensors",
531
+ "rwkv.blocks.3.feed_forward.time_mix_receptance": "model-00001-of-00007.safetensors",
532
+ "rwkv.blocks.3.feed_forward.value.weight": "model-00001-of-00007.safetensors",
533
+ "rwkv.blocks.3.ln1.bias": "model-00001-of-00007.safetensors",
534
+ "rwkv.blocks.3.ln1.weight": "model-00001-of-00007.safetensors",
535
+ "rwkv.blocks.3.ln2.bias": "model-00001-of-00007.safetensors",
536
+ "rwkv.blocks.3.ln2.weight": "model-00001-of-00007.safetensors",
537
+ "rwkv.blocks.30.attention.gate.weight": "model-00006-of-00007.safetensors",
538
+ "rwkv.blocks.30.attention.key.weight": "model-00006-of-00007.safetensors",
539
+ "rwkv.blocks.30.attention.ln_x.bias": "model-00006-of-00007.safetensors",
540
+ "rwkv.blocks.30.attention.ln_x.weight": "model-00006-of-00007.safetensors",
541
+ "rwkv.blocks.30.attention.output.weight": "model-00006-of-00007.safetensors",
542
+ "rwkv.blocks.30.attention.receptance.weight": "model-00006-of-00007.safetensors",
543
+ "rwkv.blocks.30.attention.time_decay": "model-00006-of-00007.safetensors",
544
+ "rwkv.blocks.30.attention.time_faaaa": "model-00006-of-00007.safetensors",
545
+ "rwkv.blocks.30.attention.time_mix_gate": "model-00006-of-00007.safetensors",
546
+ "rwkv.blocks.30.attention.time_mix_key": "model-00006-of-00007.safetensors",
547
+ "rwkv.blocks.30.attention.time_mix_receptance": "model-00006-of-00007.safetensors",
548
+ "rwkv.blocks.30.attention.time_mix_value": "model-00006-of-00007.safetensors",
549
+ "rwkv.blocks.30.attention.value.weight": "model-00006-of-00007.safetensors",
550
+ "rwkv.blocks.30.feed_forward.key.weight": "model-00006-of-00007.safetensors",
551
+ "rwkv.blocks.30.feed_forward.receptance.weight": "model-00006-of-00007.safetensors",
552
+ "rwkv.blocks.30.feed_forward.time_mix_key": "model-00006-of-00007.safetensors",
553
+ "rwkv.blocks.30.feed_forward.time_mix_receptance": "model-00006-of-00007.safetensors",
554
+ "rwkv.blocks.30.feed_forward.value.weight": "model-00006-of-00007.safetensors",
555
+ "rwkv.blocks.30.ln1.bias": "model-00006-of-00007.safetensors",
556
+ "rwkv.blocks.30.ln1.weight": "model-00006-of-00007.safetensors",
557
+ "rwkv.blocks.30.ln2.bias": "model-00006-of-00007.safetensors",
558
+ "rwkv.blocks.30.ln2.weight": "model-00006-of-00007.safetensors",
559
+ "rwkv.blocks.31.attention.gate.weight": "model-00006-of-00007.safetensors",
560
+ "rwkv.blocks.31.attention.key.weight": "model-00006-of-00007.safetensors",
561
+ "rwkv.blocks.31.attention.ln_x.bias": "model-00006-of-00007.safetensors",
562
+ "rwkv.blocks.31.attention.ln_x.weight": "model-00006-of-00007.safetensors",
563
+ "rwkv.blocks.31.attention.output.weight": "model-00006-of-00007.safetensors",
564
+ "rwkv.blocks.31.attention.receptance.weight": "model-00006-of-00007.safetensors",
565
+ "rwkv.blocks.31.attention.time_decay": "model-00006-of-00007.safetensors",
566
+ "rwkv.blocks.31.attention.time_faaaa": "model-00006-of-00007.safetensors",
567
+ "rwkv.blocks.31.attention.time_mix_gate": "model-00006-of-00007.safetensors",
568
+ "rwkv.blocks.31.attention.time_mix_key": "model-00006-of-00007.safetensors",
569
+ "rwkv.blocks.31.attention.time_mix_receptance": "model-00006-of-00007.safetensors",
570
+ "rwkv.blocks.31.attention.time_mix_value": "model-00006-of-00007.safetensors",
571
+ "rwkv.blocks.31.attention.value.weight": "model-00006-of-00007.safetensors",
572
+ "rwkv.blocks.31.feed_forward.key.weight": "model-00006-of-00007.safetensors",
573
+ "rwkv.blocks.31.feed_forward.receptance.weight": "model-00006-of-00007.safetensors",
574
+ "rwkv.blocks.31.feed_forward.time_mix_key": "model-00006-of-00007.safetensors",
575
+ "rwkv.blocks.31.feed_forward.time_mix_receptance": "model-00006-of-00007.safetensors",
576
+ "rwkv.blocks.31.feed_forward.value.weight": "model-00006-of-00007.safetensors",
577
+ "rwkv.blocks.31.ln1.bias": "model-00006-of-00007.safetensors",
578
+ "rwkv.blocks.31.ln1.weight": "model-00006-of-00007.safetensors",
579
+ "rwkv.blocks.31.ln2.bias": "model-00006-of-00007.safetensors",
580
+ "rwkv.blocks.31.ln2.weight": "model-00006-of-00007.safetensors",
581
+ "rwkv.blocks.4.attention.gate.weight": "model-00001-of-00007.safetensors",
582
+ "rwkv.blocks.4.attention.key.weight": "model-00001-of-00007.safetensors",
583
+ "rwkv.blocks.4.attention.ln_x.bias": "model-00001-of-00007.safetensors",
584
+ "rwkv.blocks.4.attention.ln_x.weight": "model-00001-of-00007.safetensors",
585
+ "rwkv.blocks.4.attention.output.weight": "model-00001-of-00007.safetensors",
586
+ "rwkv.blocks.4.attention.receptance.weight": "model-00001-of-00007.safetensors",
587
+ "rwkv.blocks.4.attention.time_decay": "model-00001-of-00007.safetensors",
588
+ "rwkv.blocks.4.attention.time_faaaa": "model-00001-of-00007.safetensors",
589
+ "rwkv.blocks.4.attention.time_mix_gate": "model-00001-of-00007.safetensors",
590
+ "rwkv.blocks.4.attention.time_mix_key": "model-00001-of-00007.safetensors",
591
+ "rwkv.blocks.4.attention.time_mix_receptance": "model-00001-of-00007.safetensors",
592
+ "rwkv.blocks.4.attention.time_mix_value": "model-00001-of-00007.safetensors",
593
+ "rwkv.blocks.4.attention.value.weight": "model-00001-of-00007.safetensors",
594
+ "rwkv.blocks.4.feed_forward.key.weight": "model-00002-of-00007.safetensors",
595
+ "rwkv.blocks.4.feed_forward.receptance.weight": "model-00002-of-00007.safetensors",
596
+ "rwkv.blocks.4.feed_forward.time_mix_key": "model-00001-of-00007.safetensors",
597
+ "rwkv.blocks.4.feed_forward.time_mix_receptance": "model-00001-of-00007.safetensors",
598
+ "rwkv.blocks.4.feed_forward.value.weight": "model-00002-of-00007.safetensors",
599
+ "rwkv.blocks.4.ln1.bias": "model-00001-of-00007.safetensors",
600
+ "rwkv.blocks.4.ln1.weight": "model-00001-of-00007.safetensors",
601
+ "rwkv.blocks.4.ln2.bias": "model-00001-of-00007.safetensors",
602
+ "rwkv.blocks.4.ln2.weight": "model-00001-of-00007.safetensors",
603
+ "rwkv.blocks.5.attention.gate.weight": "model-00002-of-00007.safetensors",
604
+ "rwkv.blocks.5.attention.key.weight": "model-00002-of-00007.safetensors",
605
+ "rwkv.blocks.5.attention.ln_x.bias": "model-00002-of-00007.safetensors",
606
+ "rwkv.blocks.5.attention.ln_x.weight": "model-00002-of-00007.safetensors",
607
+ "rwkv.blocks.5.attention.output.weight": "model-00002-of-00007.safetensors",
608
+ "rwkv.blocks.5.attention.receptance.weight": "model-00002-of-00007.safetensors",
609
+ "rwkv.blocks.5.attention.time_decay": "model-00002-of-00007.safetensors",
610
+ "rwkv.blocks.5.attention.time_faaaa": "model-00002-of-00007.safetensors",
611
+ "rwkv.blocks.5.attention.time_mix_gate": "model-00002-of-00007.safetensors",
612
+ "rwkv.blocks.5.attention.time_mix_key": "model-00002-of-00007.safetensors",
613
+ "rwkv.blocks.5.attention.time_mix_receptance": "model-00002-of-00007.safetensors",
614
+ "rwkv.blocks.5.attention.time_mix_value": "model-00002-of-00007.safetensors",
615
+ "rwkv.blocks.5.attention.value.weight": "model-00002-of-00007.safetensors",
616
+ "rwkv.blocks.5.feed_forward.key.weight": "model-00002-of-00007.safetensors",
617
+ "rwkv.blocks.5.feed_forward.receptance.weight": "model-00002-of-00007.safetensors",
618
+ "rwkv.blocks.5.feed_forward.time_mix_key": "model-00002-of-00007.safetensors",
619
+ "rwkv.blocks.5.feed_forward.time_mix_receptance": "model-00002-of-00007.safetensors",
620
+ "rwkv.blocks.5.feed_forward.value.weight": "model-00002-of-00007.safetensors",
621
+ "rwkv.blocks.5.ln1.bias": "model-00002-of-00007.safetensors",
622
+ "rwkv.blocks.5.ln1.weight": "model-00002-of-00007.safetensors",
623
+ "rwkv.blocks.5.ln2.bias": "model-00002-of-00007.safetensors",
624
+ "rwkv.blocks.5.ln2.weight": "model-00002-of-00007.safetensors",
625
+ "rwkv.blocks.6.attention.gate.weight": "model-00002-of-00007.safetensors",
626
+ "rwkv.blocks.6.attention.key.weight": "model-00002-of-00007.safetensors",
627
+ "rwkv.blocks.6.attention.ln_x.bias": "model-00002-of-00007.safetensors",
628
+ "rwkv.blocks.6.attention.ln_x.weight": "model-00002-of-00007.safetensors",
629
+ "rwkv.blocks.6.attention.output.weight": "model-00002-of-00007.safetensors",
630
+ "rwkv.blocks.6.attention.receptance.weight": "model-00002-of-00007.safetensors",
631
+ "rwkv.blocks.6.attention.time_decay": "model-00002-of-00007.safetensors",
632
+ "rwkv.blocks.6.attention.time_faaaa": "model-00002-of-00007.safetensors",
633
+ "rwkv.blocks.6.attention.time_mix_gate": "model-00002-of-00007.safetensors",
634
+ "rwkv.blocks.6.attention.time_mix_key": "model-00002-of-00007.safetensors",
635
+ "rwkv.blocks.6.attention.time_mix_receptance": "model-00002-of-00007.safetensors",
636
+ "rwkv.blocks.6.attention.time_mix_value": "model-00002-of-00007.safetensors",
637
+ "rwkv.blocks.6.attention.value.weight": "model-00002-of-00007.safetensors",
638
+ "rwkv.blocks.6.feed_forward.key.weight": "model-00002-of-00007.safetensors",
639
+ "rwkv.blocks.6.feed_forward.receptance.weight": "model-00002-of-00007.safetensors",
640
+ "rwkv.blocks.6.feed_forward.time_mix_key": "model-00002-of-00007.safetensors",
641
+ "rwkv.blocks.6.feed_forward.time_mix_receptance": "model-00002-of-00007.safetensors",
642
+ "rwkv.blocks.6.feed_forward.value.weight": "model-00002-of-00007.safetensors",
643
+ "rwkv.blocks.6.ln1.bias": "model-00002-of-00007.safetensors",
644
+ "rwkv.blocks.6.ln1.weight": "model-00002-of-00007.safetensors",
645
+ "rwkv.blocks.6.ln2.bias": "model-00002-of-00007.safetensors",
646
+ "rwkv.blocks.6.ln2.weight": "model-00002-of-00007.safetensors",
647
+ "rwkv.blocks.7.attention.gate.weight": "model-00002-of-00007.safetensors",
648
+ "rwkv.blocks.7.attention.key.weight": "model-00002-of-00007.safetensors",
649
+ "rwkv.blocks.7.attention.ln_x.bias": "model-00002-of-00007.safetensors",
650
+ "rwkv.blocks.7.attention.ln_x.weight": "model-00002-of-00007.safetensors",
651
+ "rwkv.blocks.7.attention.output.weight": "model-00002-of-00007.safetensors",
652
+ "rwkv.blocks.7.attention.receptance.weight": "model-00002-of-00007.safetensors",
653
+ "rwkv.blocks.7.attention.time_decay": "model-00002-of-00007.safetensors",
654
+ "rwkv.blocks.7.attention.time_faaaa": "model-00002-of-00007.safetensors",
655
+ "rwkv.blocks.7.attention.time_mix_gate": "model-00002-of-00007.safetensors",
656
+ "rwkv.blocks.7.attention.time_mix_key": "model-00002-of-00007.safetensors",
657
+ "rwkv.blocks.7.attention.time_mix_receptance": "model-00002-of-00007.safetensors",
658
+ "rwkv.blocks.7.attention.time_mix_value": "model-00002-of-00007.safetensors",
659
+ "rwkv.blocks.7.attention.value.weight": "model-00002-of-00007.safetensors",
660
+ "rwkv.blocks.7.feed_forward.key.weight": "model-00002-of-00007.safetensors",
661
+ "rwkv.blocks.7.feed_forward.receptance.weight": "model-00002-of-00007.safetensors",
662
+ "rwkv.blocks.7.feed_forward.time_mix_key": "model-00002-of-00007.safetensors",
663
+ "rwkv.blocks.7.feed_forward.time_mix_receptance": "model-00002-of-00007.safetensors",
664
+ "rwkv.blocks.7.feed_forward.value.weight": "model-00002-of-00007.safetensors",
665
+ "rwkv.blocks.7.ln1.bias": "model-00002-of-00007.safetensors",
666
+ "rwkv.blocks.7.ln1.weight": "model-00002-of-00007.safetensors",
667
+ "rwkv.blocks.7.ln2.bias": "model-00002-of-00007.safetensors",
668
+ "rwkv.blocks.7.ln2.weight": "model-00002-of-00007.safetensors",
669
+ "rwkv.blocks.8.attention.gate.weight": "model-00002-of-00007.safetensors",
670
+ "rwkv.blocks.8.attention.key.weight": "model-00002-of-00007.safetensors",
671
+ "rwkv.blocks.8.attention.ln_x.bias": "model-00002-of-00007.safetensors",
672
+ "rwkv.blocks.8.attention.ln_x.weight": "model-00002-of-00007.safetensors",
673
+ "rwkv.blocks.8.attention.output.weight": "model-00002-of-00007.safetensors",
674
+ "rwkv.blocks.8.attention.receptance.weight": "model-00002-of-00007.safetensors",
675
+ "rwkv.blocks.8.attention.time_decay": "model-00002-of-00007.safetensors",
676
+ "rwkv.blocks.8.attention.time_faaaa": "model-00002-of-00007.safetensors",
677
+ "rwkv.blocks.8.attention.time_mix_gate": "model-00002-of-00007.safetensors",
678
+ "rwkv.blocks.8.attention.time_mix_key": "model-00002-of-00007.safetensors",
679
+ "rwkv.blocks.8.attention.time_mix_receptance": "model-00002-of-00007.safetensors",
680
+ "rwkv.blocks.8.attention.time_mix_value": "model-00002-of-00007.safetensors",
681
+ "rwkv.blocks.8.attention.value.weight": "model-00002-of-00007.safetensors",
682
+ "rwkv.blocks.8.feed_forward.key.weight": "model-00002-of-00007.safetensors",
683
+ "rwkv.blocks.8.feed_forward.receptance.weight": "model-00002-of-00007.safetensors",
684
+ "rwkv.blocks.8.feed_forward.time_mix_key": "model-00002-of-00007.safetensors",
685
+ "rwkv.blocks.8.feed_forward.time_mix_receptance": "model-00002-of-00007.safetensors",
686
+ "rwkv.blocks.8.feed_forward.value.weight": "model-00002-of-00007.safetensors",
687
+ "rwkv.blocks.8.ln1.bias": "model-00002-of-00007.safetensors",
688
+ "rwkv.blocks.8.ln1.weight": "model-00002-of-00007.safetensors",
689
+ "rwkv.blocks.8.ln2.bias": "model-00002-of-00007.safetensors",
690
+ "rwkv.blocks.8.ln2.weight": "model-00002-of-00007.safetensors",
691
+ "rwkv.blocks.9.attention.gate.weight": "model-00002-of-00007.safetensors",
692
+ "rwkv.blocks.9.attention.key.weight": "model-00002-of-00007.safetensors",
693
+ "rwkv.blocks.9.attention.ln_x.bias": "model-00002-of-00007.safetensors",
694
+ "rwkv.blocks.9.attention.ln_x.weight": "model-00002-of-00007.safetensors",
695
+ "rwkv.blocks.9.attention.output.weight": "model-00002-of-00007.safetensors",
696
+ "rwkv.blocks.9.attention.receptance.weight": "model-00002-of-00007.safetensors",
697
+ "rwkv.blocks.9.attention.time_decay": "model-00002-of-00007.safetensors",
698
+ "rwkv.blocks.9.attention.time_faaaa": "model-00002-of-00007.safetensors",
699
+ "rwkv.blocks.9.attention.time_mix_gate": "model-00002-of-00007.safetensors",
700
+ "rwkv.blocks.9.attention.time_mix_key": "model-00002-of-00007.safetensors",
701
+ "rwkv.blocks.9.attention.time_mix_receptance": "model-00002-of-00007.safetensors",
702
+ "rwkv.blocks.9.attention.time_mix_value": "model-00002-of-00007.safetensors",
703
+ "rwkv.blocks.9.attention.value.weight": "model-00002-of-00007.safetensors",
704
+ "rwkv.blocks.9.feed_forward.key.weight": "model-00002-of-00007.safetensors",
705
+ "rwkv.blocks.9.feed_forward.receptance.weight": "model-00002-of-00007.safetensors",
706
+ "rwkv.blocks.9.feed_forward.time_mix_key": "model-00002-of-00007.safetensors",
707
+ "rwkv.blocks.9.feed_forward.time_mix_receptance": "model-00002-of-00007.safetensors",
708
+ "rwkv.blocks.9.feed_forward.value.weight": "model-00002-of-00007.safetensors",
709
+ "rwkv.blocks.9.ln1.bias": "model-00002-of-00007.safetensors",
710
+ "rwkv.blocks.9.ln1.weight": "model-00002-of-00007.safetensors",
711
+ "rwkv.blocks.9.ln2.bias": "model-00002-of-00007.safetensors",
712
+ "rwkv.blocks.9.ln2.weight": "model-00002-of-00007.safetensors",
713
+ "rwkv.embeddings.weight": "model-00001-of-00007.safetensors",
714
+ "rwkv.ln_out.bias": "model-00006-of-00007.safetensors",
715
+ "rwkv.ln_out.weight": "model-00006-of-00007.safetensors"
716
+ }
717
+ }