irodkin commited on
Commit
7d0ce80
·
verified ·
1 Parent(s): f336640

Training in progress, step 1

Browse files
config.json ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "act_format": "linear",
3
+ "act_on": false,
4
+ "act_type": "associative",
5
+ "architectures": [
6
+ "InnerLoopARMTForCausalLM"
7
+ ],
8
+ "attend_to_previous_input": false,
9
+ "base_model_config": null,
10
+ "base_model_name": "meta-llama/Llama-3.2-1B",
11
+ "constant_depth": false,
12
+ "correction": true,
13
+ "d_mem": 64,
14
+ "dtype": "bfloat16",
15
+ "freeze_mem": false,
16
+ "gating": false,
17
+ "layers_attr": "model.layers",
18
+ "max_hop": 4,
19
+ "model_type": "armt",
20
+ "n_heads": 1,
21
+ "noisy_halting": false,
22
+ "num_mem_tokens": 32,
23
+ "segment_alignment": "left",
24
+ "segment_size": 1024,
25
+ "sliding_window": true,
26
+ "time_penalty": 0.0,
27
+ "transformers_version": "4.57.1",
28
+ "use_denom": true,
29
+ "use_sink": true,
30
+ "wrap_pos": false
31
+ }
model.safetensors.index.json ADDED
@@ -0,0 +1,236 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "metadata": {
3
+ "total_size": 5228871744
4
+ },
5
+ "weight_map": {
6
+ "memory": "pytorch_model-00001-of-00002.safetensors",
7
+ "model.lm_head.weight": "pytorch_model-00001-of-00002.safetensors",
8
+ "model.model.embed_tokens.weight": "pytorch_model-00001-of-00002.safetensors",
9
+ "model.model.layers.0.W_mb.bias": "pytorch_model-00002-of-00002.safetensors",
10
+ "model.model.layers.0.W_mb.weight": "pytorch_model-00001-of-00002.safetensors",
11
+ "model.model.layers.0.W_mk.weight": "pytorch_model-00001-of-00002.safetensors",
12
+ "model.model.layers.0.W_mq.weight": "pytorch_model-00001-of-00002.safetensors",
13
+ "model.model.layers.0.W_mv.weight": "pytorch_model-00001-of-00002.safetensors",
14
+ "model.model.layers.0.layer.input_layernorm.weight": "pytorch_model-00002-of-00002.safetensors",
15
+ "model.model.layers.0.layer.mlp.down_proj.weight": "pytorch_model-00001-of-00002.safetensors",
16
+ "model.model.layers.0.layer.mlp.gate_proj.weight": "pytorch_model-00001-of-00002.safetensors",
17
+ "model.model.layers.0.layer.mlp.up_proj.weight": "pytorch_model-00001-of-00002.safetensors",
18
+ "model.model.layers.0.layer.post_attention_layernorm.weight": "pytorch_model-00002-of-00002.safetensors",
19
+ "model.model.layers.0.layer.self_attn.k_proj.weight": "pytorch_model-00001-of-00002.safetensors",
20
+ "model.model.layers.0.layer.self_attn.o_proj.weight": "pytorch_model-00001-of-00002.safetensors",
21
+ "model.model.layers.0.layer.self_attn.q_proj.weight": "pytorch_model-00001-of-00002.safetensors",
22
+ "model.model.layers.0.layer.self_attn.v_proj.weight": "pytorch_model-00001-of-00002.safetensors",
23
+ "model.model.layers.1.W_mb.bias": "pytorch_model-00002-of-00002.safetensors",
24
+ "model.model.layers.1.W_mb.weight": "pytorch_model-00001-of-00002.safetensors",
25
+ "model.model.layers.1.W_mk.weight": "pytorch_model-00001-of-00002.safetensors",
26
+ "model.model.layers.1.W_mq.weight": "pytorch_model-00001-of-00002.safetensors",
27
+ "model.model.layers.1.W_mv.weight": "pytorch_model-00001-of-00002.safetensors",
28
+ "model.model.layers.1.layer.input_layernorm.weight": "pytorch_model-00002-of-00002.safetensors",
29
+ "model.model.layers.1.layer.mlp.down_proj.weight": "pytorch_model-00001-of-00002.safetensors",
30
+ "model.model.layers.1.layer.mlp.gate_proj.weight": "pytorch_model-00001-of-00002.safetensors",
31
+ "model.model.layers.1.layer.mlp.up_proj.weight": "pytorch_model-00001-of-00002.safetensors",
32
+ "model.model.layers.1.layer.post_attention_layernorm.weight": "pytorch_model-00002-of-00002.safetensors",
33
+ "model.model.layers.1.layer.self_attn.k_proj.weight": "pytorch_model-00001-of-00002.safetensors",
34
+ "model.model.layers.1.layer.self_attn.o_proj.weight": "pytorch_model-00001-of-00002.safetensors",
35
+ "model.model.layers.1.layer.self_attn.q_proj.weight": "pytorch_model-00001-of-00002.safetensors",
36
+ "model.model.layers.1.layer.self_attn.v_proj.weight": "pytorch_model-00001-of-00002.safetensors",
37
+ "model.model.layers.10.W_mb.bias": "pytorch_model-00002-of-00002.safetensors",
38
+ "model.model.layers.10.W_mb.weight": "pytorch_model-00001-of-00002.safetensors",
39
+ "model.model.layers.10.W_mk.weight": "pytorch_model-00001-of-00002.safetensors",
40
+ "model.model.layers.10.W_mq.weight": "pytorch_model-00001-of-00002.safetensors",
41
+ "model.model.layers.10.W_mv.weight": "pytorch_model-00001-of-00002.safetensors",
42
+ "model.model.layers.10.layer.input_layernorm.weight": "pytorch_model-00002-of-00002.safetensors",
43
+ "model.model.layers.10.layer.mlp.down_proj.weight": "pytorch_model-00001-of-00002.safetensors",
44
+ "model.model.layers.10.layer.mlp.gate_proj.weight": "pytorch_model-00001-of-00002.safetensors",
45
+ "model.model.layers.10.layer.mlp.up_proj.weight": "pytorch_model-00001-of-00002.safetensors",
46
+ "model.model.layers.10.layer.post_attention_layernorm.weight": "pytorch_model-00002-of-00002.safetensors",
47
+ "model.model.layers.10.layer.self_attn.k_proj.weight": "pytorch_model-00001-of-00002.safetensors",
48
+ "model.model.layers.10.layer.self_attn.o_proj.weight": "pytorch_model-00001-of-00002.safetensors",
49
+ "model.model.layers.10.layer.self_attn.q_proj.weight": "pytorch_model-00001-of-00002.safetensors",
50
+ "model.model.layers.10.layer.self_attn.v_proj.weight": "pytorch_model-00001-of-00002.safetensors",
51
+ "model.model.layers.11.W_mb.bias": "pytorch_model-00002-of-00002.safetensors",
52
+ "model.model.layers.11.W_mb.weight": "pytorch_model-00001-of-00002.safetensors",
53
+ "model.model.layers.11.W_mk.weight": "pytorch_model-00001-of-00002.safetensors",
54
+ "model.model.layers.11.W_mq.weight": "pytorch_model-00001-of-00002.safetensors",
55
+ "model.model.layers.11.W_mv.weight": "pytorch_model-00001-of-00002.safetensors",
56
+ "model.model.layers.11.layer.input_layernorm.weight": "pytorch_model-00002-of-00002.safetensors",
57
+ "model.model.layers.11.layer.mlp.down_proj.weight": "pytorch_model-00001-of-00002.safetensors",
58
+ "model.model.layers.11.layer.mlp.gate_proj.weight": "pytorch_model-00001-of-00002.safetensors",
59
+ "model.model.layers.11.layer.mlp.up_proj.weight": "pytorch_model-00001-of-00002.safetensors",
60
+ "model.model.layers.11.layer.post_attention_layernorm.weight": "pytorch_model-00002-of-00002.safetensors",
61
+ "model.model.layers.11.layer.self_attn.k_proj.weight": "pytorch_model-00001-of-00002.safetensors",
62
+ "model.model.layers.11.layer.self_attn.o_proj.weight": "pytorch_model-00001-of-00002.safetensors",
63
+ "model.model.layers.11.layer.self_attn.q_proj.weight": "pytorch_model-00001-of-00002.safetensors",
64
+ "model.model.layers.11.layer.self_attn.v_proj.weight": "pytorch_model-00001-of-00002.safetensors",
65
+ "model.model.layers.12.W_mb.bias": "pytorch_model-00002-of-00002.safetensors",
66
+ "model.model.layers.12.W_mb.weight": "pytorch_model-00001-of-00002.safetensors",
67
+ "model.model.layers.12.W_mk.weight": "pytorch_model-00001-of-00002.safetensors",
68
+ "model.model.layers.12.W_mq.weight": "pytorch_model-00001-of-00002.safetensors",
69
+ "model.model.layers.12.W_mv.weight": "pytorch_model-00001-of-00002.safetensors",
70
+ "model.model.layers.12.layer.input_layernorm.weight": "pytorch_model-00002-of-00002.safetensors",
71
+ "model.model.layers.12.layer.mlp.down_proj.weight": "pytorch_model-00001-of-00002.safetensors",
72
+ "model.model.layers.12.layer.mlp.gate_proj.weight": "pytorch_model-00001-of-00002.safetensors",
73
+ "model.model.layers.12.layer.mlp.up_proj.weight": "pytorch_model-00001-of-00002.safetensors",
74
+ "model.model.layers.12.layer.post_attention_layernorm.weight": "pytorch_model-00002-of-00002.safetensors",
75
+ "model.model.layers.12.layer.self_attn.k_proj.weight": "pytorch_model-00001-of-00002.safetensors",
76
+ "model.model.layers.12.layer.self_attn.o_proj.weight": "pytorch_model-00001-of-00002.safetensors",
77
+ "model.model.layers.12.layer.self_attn.q_proj.weight": "pytorch_model-00001-of-00002.safetensors",
78
+ "model.model.layers.12.layer.self_attn.v_proj.weight": "pytorch_model-00001-of-00002.safetensors",
79
+ "model.model.layers.13.W_mb.bias": "pytorch_model-00002-of-00002.safetensors",
80
+ "model.model.layers.13.W_mb.weight": "pytorch_model-00001-of-00002.safetensors",
81
+ "model.model.layers.13.W_mk.weight": "pytorch_model-00001-of-00002.safetensors",
82
+ "model.model.layers.13.W_mq.weight": "pytorch_model-00001-of-00002.safetensors",
83
+ "model.model.layers.13.W_mv.weight": "pytorch_model-00001-of-00002.safetensors",
84
+ "model.model.layers.13.layer.input_layernorm.weight": "pytorch_model-00002-of-00002.safetensors",
85
+ "model.model.layers.13.layer.mlp.down_proj.weight": "pytorch_model-00001-of-00002.safetensors",
86
+ "model.model.layers.13.layer.mlp.gate_proj.weight": "pytorch_model-00001-of-00002.safetensors",
87
+ "model.model.layers.13.layer.mlp.up_proj.weight": "pytorch_model-00001-of-00002.safetensors",
88
+ "model.model.layers.13.layer.post_attention_layernorm.weight": "pytorch_model-00002-of-00002.safetensors",
89
+ "model.model.layers.13.layer.self_attn.k_proj.weight": "pytorch_model-00001-of-00002.safetensors",
90
+ "model.model.layers.13.layer.self_attn.o_proj.weight": "pytorch_model-00001-of-00002.safetensors",
91
+ "model.model.layers.13.layer.self_attn.q_proj.weight": "pytorch_model-00001-of-00002.safetensors",
92
+ "model.model.layers.13.layer.self_attn.v_proj.weight": "pytorch_model-00001-of-00002.safetensors",
93
+ "model.model.layers.14.W_mb.bias": "pytorch_model-00002-of-00002.safetensors",
94
+ "model.model.layers.14.W_mb.weight": "pytorch_model-00001-of-00002.safetensors",
95
+ "model.model.layers.14.W_mk.weight": "pytorch_model-00001-of-00002.safetensors",
96
+ "model.model.layers.14.W_mq.weight": "pytorch_model-00001-of-00002.safetensors",
97
+ "model.model.layers.14.W_mv.weight": "pytorch_model-00001-of-00002.safetensors",
98
+ "model.model.layers.14.layer.input_layernorm.weight": "pytorch_model-00002-of-00002.safetensors",
99
+ "model.model.layers.14.layer.mlp.down_proj.weight": "pytorch_model-00001-of-00002.safetensors",
100
+ "model.model.layers.14.layer.mlp.gate_proj.weight": "pytorch_model-00001-of-00002.safetensors",
101
+ "model.model.layers.14.layer.mlp.up_proj.weight": "pytorch_model-00001-of-00002.safetensors",
102
+ "model.model.layers.14.layer.post_attention_layernorm.weight": "pytorch_model-00002-of-00002.safetensors",
103
+ "model.model.layers.14.layer.self_attn.k_proj.weight": "pytorch_model-00001-of-00002.safetensors",
104
+ "model.model.layers.14.layer.self_attn.o_proj.weight": "pytorch_model-00001-of-00002.safetensors",
105
+ "model.model.layers.14.layer.self_attn.q_proj.weight": "pytorch_model-00001-of-00002.safetensors",
106
+ "model.model.layers.14.layer.self_attn.v_proj.weight": "pytorch_model-00001-of-00002.safetensors",
107
+ "model.model.layers.15.W_mb.bias": "pytorch_model-00002-of-00002.safetensors",
108
+ "model.model.layers.15.W_mb.weight": "pytorch_model-00002-of-00002.safetensors",
109
+ "model.model.layers.15.W_mk.weight": "pytorch_model-00002-of-00002.safetensors",
110
+ "model.model.layers.15.W_mq.weight": "pytorch_model-00002-of-00002.safetensors",
111
+ "model.model.layers.15.W_mv.weight": "pytorch_model-00002-of-00002.safetensors",
112
+ "model.model.layers.15.layer.input_layernorm.weight": "pytorch_model-00002-of-00002.safetensors",
113
+ "model.model.layers.15.layer.mlp.down_proj.weight": "pytorch_model-00002-of-00002.safetensors",
114
+ "model.model.layers.15.layer.mlp.gate_proj.weight": "pytorch_model-00002-of-00002.safetensors",
115
+ "model.model.layers.15.layer.mlp.up_proj.weight": "pytorch_model-00002-of-00002.safetensors",
116
+ "model.model.layers.15.layer.post_attention_layernorm.weight": "pytorch_model-00002-of-00002.safetensors",
117
+ "model.model.layers.15.layer.self_attn.k_proj.weight": "pytorch_model-00001-of-00002.safetensors",
118
+ "model.model.layers.15.layer.self_attn.o_proj.weight": "pytorch_model-00002-of-00002.safetensors",
119
+ "model.model.layers.15.layer.self_attn.q_proj.weight": "pytorch_model-00001-of-00002.safetensors",
120
+ "model.model.layers.15.layer.self_attn.v_proj.weight": "pytorch_model-00001-of-00002.safetensors",
121
+ "model.model.layers.2.W_mb.bias": "pytorch_model-00002-of-00002.safetensors",
122
+ "model.model.layers.2.W_mb.weight": "pytorch_model-00001-of-00002.safetensors",
123
+ "model.model.layers.2.W_mk.weight": "pytorch_model-00001-of-00002.safetensors",
124
+ "model.model.layers.2.W_mq.weight": "pytorch_model-00001-of-00002.safetensors",
125
+ "model.model.layers.2.W_mv.weight": "pytorch_model-00001-of-00002.safetensors",
126
+ "model.model.layers.2.layer.input_layernorm.weight": "pytorch_model-00002-of-00002.safetensors",
127
+ "model.model.layers.2.layer.mlp.down_proj.weight": "pytorch_model-00001-of-00002.safetensors",
128
+ "model.model.layers.2.layer.mlp.gate_proj.weight": "pytorch_model-00001-of-00002.safetensors",
129
+ "model.model.layers.2.layer.mlp.up_proj.weight": "pytorch_model-00001-of-00002.safetensors",
130
+ "model.model.layers.2.layer.post_attention_layernorm.weight": "pytorch_model-00002-of-00002.safetensors",
131
+ "model.model.layers.2.layer.self_attn.k_proj.weight": "pytorch_model-00001-of-00002.safetensors",
132
+ "model.model.layers.2.layer.self_attn.o_proj.weight": "pytorch_model-00001-of-00002.safetensors",
133
+ "model.model.layers.2.layer.self_attn.q_proj.weight": "pytorch_model-00001-of-00002.safetensors",
134
+ "model.model.layers.2.layer.self_attn.v_proj.weight": "pytorch_model-00001-of-00002.safetensors",
135
+ "model.model.layers.3.W_mb.bias": "pytorch_model-00002-of-00002.safetensors",
136
+ "model.model.layers.3.W_mb.weight": "pytorch_model-00001-of-00002.safetensors",
137
+ "model.model.layers.3.W_mk.weight": "pytorch_model-00001-of-00002.safetensors",
138
+ "model.model.layers.3.W_mq.weight": "pytorch_model-00001-of-00002.safetensors",
139
+ "model.model.layers.3.W_mv.weight": "pytorch_model-00001-of-00002.safetensors",
140
+ "model.model.layers.3.layer.input_layernorm.weight": "pytorch_model-00002-of-00002.safetensors",
141
+ "model.model.layers.3.layer.mlp.down_proj.weight": "pytorch_model-00001-of-00002.safetensors",
142
+ "model.model.layers.3.layer.mlp.gate_proj.weight": "pytorch_model-00001-of-00002.safetensors",
143
+ "model.model.layers.3.layer.mlp.up_proj.weight": "pytorch_model-00001-of-00002.safetensors",
144
+ "model.model.layers.3.layer.post_attention_layernorm.weight": "pytorch_model-00002-of-00002.safetensors",
145
+ "model.model.layers.3.layer.self_attn.k_proj.weight": "pytorch_model-00001-of-00002.safetensors",
146
+ "model.model.layers.3.layer.self_attn.o_proj.weight": "pytorch_model-00001-of-00002.safetensors",
147
+ "model.model.layers.3.layer.self_attn.q_proj.weight": "pytorch_model-00001-of-00002.safetensors",
148
+ "model.model.layers.3.layer.self_attn.v_proj.weight": "pytorch_model-00001-of-00002.safetensors",
149
+ "model.model.layers.4.W_mb.bias": "pytorch_model-00002-of-00002.safetensors",
150
+ "model.model.layers.4.W_mb.weight": "pytorch_model-00001-of-00002.safetensors",
151
+ "model.model.layers.4.W_mk.weight": "pytorch_model-00001-of-00002.safetensors",
152
+ "model.model.layers.4.W_mq.weight": "pytorch_model-00001-of-00002.safetensors",
153
+ "model.model.layers.4.W_mv.weight": "pytorch_model-00001-of-00002.safetensors",
154
+ "model.model.layers.4.layer.input_layernorm.weight": "pytorch_model-00002-of-00002.safetensors",
155
+ "model.model.layers.4.layer.mlp.down_proj.weight": "pytorch_model-00001-of-00002.safetensors",
156
+ "model.model.layers.4.layer.mlp.gate_proj.weight": "pytorch_model-00001-of-00002.safetensors",
157
+ "model.model.layers.4.layer.mlp.up_proj.weight": "pytorch_model-00001-of-00002.safetensors",
158
+ "model.model.layers.4.layer.post_attention_layernorm.weight": "pytorch_model-00002-of-00002.safetensors",
159
+ "model.model.layers.4.layer.self_attn.k_proj.weight": "pytorch_model-00001-of-00002.safetensors",
160
+ "model.model.layers.4.layer.self_attn.o_proj.weight": "pytorch_model-00001-of-00002.safetensors",
161
+ "model.model.layers.4.layer.self_attn.q_proj.weight": "pytorch_model-00001-of-00002.safetensors",
162
+ "model.model.layers.4.layer.self_attn.v_proj.weight": "pytorch_model-00001-of-00002.safetensors",
163
+ "model.model.layers.5.W_mb.bias": "pytorch_model-00002-of-00002.safetensors",
164
+ "model.model.layers.5.W_mb.weight": "pytorch_model-00001-of-00002.safetensors",
165
+ "model.model.layers.5.W_mk.weight": "pytorch_model-00001-of-00002.safetensors",
166
+ "model.model.layers.5.W_mq.weight": "pytorch_model-00001-of-00002.safetensors",
167
+ "model.model.layers.5.W_mv.weight": "pytorch_model-00001-of-00002.safetensors",
168
+ "model.model.layers.5.layer.input_layernorm.weight": "pytorch_model-00002-of-00002.safetensors",
169
+ "model.model.layers.5.layer.mlp.down_proj.weight": "pytorch_model-00001-of-00002.safetensors",
170
+ "model.model.layers.5.layer.mlp.gate_proj.weight": "pytorch_model-00001-of-00002.safetensors",
171
+ "model.model.layers.5.layer.mlp.up_proj.weight": "pytorch_model-00001-of-00002.safetensors",
172
+ "model.model.layers.5.layer.post_attention_layernorm.weight": "pytorch_model-00002-of-00002.safetensors",
173
+ "model.model.layers.5.layer.self_attn.k_proj.weight": "pytorch_model-00001-of-00002.safetensors",
174
+ "model.model.layers.5.layer.self_attn.o_proj.weight": "pytorch_model-00001-of-00002.safetensors",
175
+ "model.model.layers.5.layer.self_attn.q_proj.weight": "pytorch_model-00001-of-00002.safetensors",
176
+ "model.model.layers.5.layer.self_attn.v_proj.weight": "pytorch_model-00001-of-00002.safetensors",
177
+ "model.model.layers.6.W_mb.bias": "pytorch_model-00002-of-00002.safetensors",
178
+ "model.model.layers.6.W_mb.weight": "pytorch_model-00001-of-00002.safetensors",
179
+ "model.model.layers.6.W_mk.weight": "pytorch_model-00001-of-00002.safetensors",
180
+ "model.model.layers.6.W_mq.weight": "pytorch_model-00001-of-00002.safetensors",
181
+ "model.model.layers.6.W_mv.weight": "pytorch_model-00001-of-00002.safetensors",
182
+ "model.model.layers.6.layer.input_layernorm.weight": "pytorch_model-00002-of-00002.safetensors",
183
+ "model.model.layers.6.layer.mlp.down_proj.weight": "pytorch_model-00001-of-00002.safetensors",
184
+ "model.model.layers.6.layer.mlp.gate_proj.weight": "pytorch_model-00001-of-00002.safetensors",
185
+ "model.model.layers.6.layer.mlp.up_proj.weight": "pytorch_model-00001-of-00002.safetensors",
186
+ "model.model.layers.6.layer.post_attention_layernorm.weight": "pytorch_model-00002-of-00002.safetensors",
187
+ "model.model.layers.6.layer.self_attn.k_proj.weight": "pytorch_model-00001-of-00002.safetensors",
188
+ "model.model.layers.6.layer.self_attn.o_proj.weight": "pytorch_model-00001-of-00002.safetensors",
189
+ "model.model.layers.6.layer.self_attn.q_proj.weight": "pytorch_model-00001-of-00002.safetensors",
190
+ "model.model.layers.6.layer.self_attn.v_proj.weight": "pytorch_model-00001-of-00002.safetensors",
191
+ "model.model.layers.7.W_mb.bias": "pytorch_model-00002-of-00002.safetensors",
192
+ "model.model.layers.7.W_mb.weight": "pytorch_model-00001-of-00002.safetensors",
193
+ "model.model.layers.7.W_mk.weight": "pytorch_model-00001-of-00002.safetensors",
194
+ "model.model.layers.7.W_mq.weight": "pytorch_model-00001-of-00002.safetensors",
195
+ "model.model.layers.7.W_mv.weight": "pytorch_model-00001-of-00002.safetensors",
196
+ "model.model.layers.7.layer.input_layernorm.weight": "pytorch_model-00002-of-00002.safetensors",
197
+ "model.model.layers.7.layer.mlp.down_proj.weight": "pytorch_model-00001-of-00002.safetensors",
198
+ "model.model.layers.7.layer.mlp.gate_proj.weight": "pytorch_model-00001-of-00002.safetensors",
199
+ "model.model.layers.7.layer.mlp.up_proj.weight": "pytorch_model-00001-of-00002.safetensors",
200
+ "model.model.layers.7.layer.post_attention_layernorm.weight": "pytorch_model-00002-of-00002.safetensors",
201
+ "model.model.layers.7.layer.self_attn.k_proj.weight": "pytorch_model-00001-of-00002.safetensors",
202
+ "model.model.layers.7.layer.self_attn.o_proj.weight": "pytorch_model-00001-of-00002.safetensors",
203
+ "model.model.layers.7.layer.self_attn.q_proj.weight": "pytorch_model-00001-of-00002.safetensors",
204
+ "model.model.layers.7.layer.self_attn.v_proj.weight": "pytorch_model-00001-of-00002.safetensors",
205
+ "model.model.layers.8.W_mb.bias": "pytorch_model-00002-of-00002.safetensors",
206
+ "model.model.layers.8.W_mb.weight": "pytorch_model-00001-of-00002.safetensors",
207
+ "model.model.layers.8.W_mk.weight": "pytorch_model-00001-of-00002.safetensors",
208
+ "model.model.layers.8.W_mq.weight": "pytorch_model-00001-of-00002.safetensors",
209
+ "model.model.layers.8.W_mv.weight": "pytorch_model-00001-of-00002.safetensors",
210
+ "model.model.layers.8.layer.input_layernorm.weight": "pytorch_model-00002-of-00002.safetensors",
211
+ "model.model.layers.8.layer.mlp.down_proj.weight": "pytorch_model-00001-of-00002.safetensors",
212
+ "model.model.layers.8.layer.mlp.gate_proj.weight": "pytorch_model-00001-of-00002.safetensors",
213
+ "model.model.layers.8.layer.mlp.up_proj.weight": "pytorch_model-00001-of-00002.safetensors",
214
+ "model.model.layers.8.layer.post_attention_layernorm.weight": "pytorch_model-00002-of-00002.safetensors",
215
+ "model.model.layers.8.layer.self_attn.k_proj.weight": "pytorch_model-00001-of-00002.safetensors",
216
+ "model.model.layers.8.layer.self_attn.o_proj.weight": "pytorch_model-00001-of-00002.safetensors",
217
+ "model.model.layers.8.layer.self_attn.q_proj.weight": "pytorch_model-00001-of-00002.safetensors",
218
+ "model.model.layers.8.layer.self_attn.v_proj.weight": "pytorch_model-00001-of-00002.safetensors",
219
+ "model.model.layers.9.W_mb.bias": "pytorch_model-00002-of-00002.safetensors",
220
+ "model.model.layers.9.W_mb.weight": "pytorch_model-00001-of-00002.safetensors",
221
+ "model.model.layers.9.W_mk.weight": "pytorch_model-00001-of-00002.safetensors",
222
+ "model.model.layers.9.W_mq.weight": "pytorch_model-00001-of-00002.safetensors",
223
+ "model.model.layers.9.W_mv.weight": "pytorch_model-00001-of-00002.safetensors",
224
+ "model.model.layers.9.layer.input_layernorm.weight": "pytorch_model-00002-of-00002.safetensors",
225
+ "model.model.layers.9.layer.mlp.down_proj.weight": "pytorch_model-00001-of-00002.safetensors",
226
+ "model.model.layers.9.layer.mlp.gate_proj.weight": "pytorch_model-00001-of-00002.safetensors",
227
+ "model.model.layers.9.layer.mlp.up_proj.weight": "pytorch_model-00001-of-00002.safetensors",
228
+ "model.model.layers.9.layer.post_attention_layernorm.weight": "pytorch_model-00002-of-00002.safetensors",
229
+ "model.model.layers.9.layer.self_attn.k_proj.weight": "pytorch_model-00001-of-00002.safetensors",
230
+ "model.model.layers.9.layer.self_attn.o_proj.weight": "pytorch_model-00001-of-00002.safetensors",
231
+ "model.model.layers.9.layer.self_attn.q_proj.weight": "pytorch_model-00001-of-00002.safetensors",
232
+ "model.model.layers.9.layer.self_attn.v_proj.weight": "pytorch_model-00001-of-00002.safetensors",
233
+ "model.model.norm.weight": "pytorch_model-00002-of-00002.safetensors",
234
+ "sink": "pytorch_model-00001-of-00002.safetensors"
235
+ }
236
+ }
pytorch_model.bin.index.json ADDED
@@ -0,0 +1,236 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "metadata": {
3
+ "total_size": 5228871744
4
+ },
5
+ "weight_map": {
6
+ "memory": "pytorch_model-00001-of-00002.bin",
7
+ "model.lm_head.weight": "pytorch_model-00001-of-00002.bin",
8
+ "model.model.embed_tokens.weight": "pytorch_model-00001-of-00002.bin",
9
+ "model.model.layers.0.W_mb.bias": "pytorch_model-00002-of-00002.bin",
10
+ "model.model.layers.0.W_mb.weight": "pytorch_model-00001-of-00002.bin",
11
+ "model.model.layers.0.W_mk.weight": "pytorch_model-00001-of-00002.bin",
12
+ "model.model.layers.0.W_mq.weight": "pytorch_model-00001-of-00002.bin",
13
+ "model.model.layers.0.W_mv.weight": "pytorch_model-00001-of-00002.bin",
14
+ "model.model.layers.0.layer.input_layernorm.weight": "pytorch_model-00002-of-00002.bin",
15
+ "model.model.layers.0.layer.mlp.down_proj.weight": "pytorch_model-00001-of-00002.bin",
16
+ "model.model.layers.0.layer.mlp.gate_proj.weight": "pytorch_model-00001-of-00002.bin",
17
+ "model.model.layers.0.layer.mlp.up_proj.weight": "pytorch_model-00001-of-00002.bin",
18
+ "model.model.layers.0.layer.post_attention_layernorm.weight": "pytorch_model-00002-of-00002.bin",
19
+ "model.model.layers.0.layer.self_attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
20
+ "model.model.layers.0.layer.self_attn.o_proj.weight": "pytorch_model-00001-of-00002.bin",
21
+ "model.model.layers.0.layer.self_attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
22
+ "model.model.layers.0.layer.self_attn.v_proj.weight": "pytorch_model-00001-of-00002.bin",
23
+ "model.model.layers.1.W_mb.bias": "pytorch_model-00002-of-00002.bin",
24
+ "model.model.layers.1.W_mb.weight": "pytorch_model-00001-of-00002.bin",
25
+ "model.model.layers.1.W_mk.weight": "pytorch_model-00001-of-00002.bin",
26
+ "model.model.layers.1.W_mq.weight": "pytorch_model-00001-of-00002.bin",
27
+ "model.model.layers.1.W_mv.weight": "pytorch_model-00001-of-00002.bin",
28
+ "model.model.layers.1.layer.input_layernorm.weight": "pytorch_model-00002-of-00002.bin",
29
+ "model.model.layers.1.layer.mlp.down_proj.weight": "pytorch_model-00001-of-00002.bin",
30
+ "model.model.layers.1.layer.mlp.gate_proj.weight": "pytorch_model-00001-of-00002.bin",
31
+ "model.model.layers.1.layer.mlp.up_proj.weight": "pytorch_model-00001-of-00002.bin",
32
+ "model.model.layers.1.layer.post_attention_layernorm.weight": "pytorch_model-00002-of-00002.bin",
33
+ "model.model.layers.1.layer.self_attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
34
+ "model.model.layers.1.layer.self_attn.o_proj.weight": "pytorch_model-00001-of-00002.bin",
35
+ "model.model.layers.1.layer.self_attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
36
+ "model.model.layers.1.layer.self_attn.v_proj.weight": "pytorch_model-00001-of-00002.bin",
37
+ "model.model.layers.10.W_mb.bias": "pytorch_model-00002-of-00002.bin",
38
+ "model.model.layers.10.W_mb.weight": "pytorch_model-00001-of-00002.bin",
39
+ "model.model.layers.10.W_mk.weight": "pytorch_model-00001-of-00002.bin",
40
+ "model.model.layers.10.W_mq.weight": "pytorch_model-00001-of-00002.bin",
41
+ "model.model.layers.10.W_mv.weight": "pytorch_model-00001-of-00002.bin",
42
+ "model.model.layers.10.layer.input_layernorm.weight": "pytorch_model-00002-of-00002.bin",
43
+ "model.model.layers.10.layer.mlp.down_proj.weight": "pytorch_model-00001-of-00002.bin",
44
+ "model.model.layers.10.layer.mlp.gate_proj.weight": "pytorch_model-00001-of-00002.bin",
45
+ "model.model.layers.10.layer.mlp.up_proj.weight": "pytorch_model-00001-of-00002.bin",
46
+ "model.model.layers.10.layer.post_attention_layernorm.weight": "pytorch_model-00002-of-00002.bin",
47
+ "model.model.layers.10.layer.self_attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
48
+ "model.model.layers.10.layer.self_attn.o_proj.weight": "pytorch_model-00001-of-00002.bin",
49
+ "model.model.layers.10.layer.self_attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
50
+ "model.model.layers.10.layer.self_attn.v_proj.weight": "pytorch_model-00001-of-00002.bin",
51
+ "model.model.layers.11.W_mb.bias": "pytorch_model-00002-of-00002.bin",
52
+ "model.model.layers.11.W_mb.weight": "pytorch_model-00001-of-00002.bin",
53
+ "model.model.layers.11.W_mk.weight": "pytorch_model-00001-of-00002.bin",
54
+ "model.model.layers.11.W_mq.weight": "pytorch_model-00001-of-00002.bin",
55
+ "model.model.layers.11.W_mv.weight": "pytorch_model-00001-of-00002.bin",
56
+ "model.model.layers.11.layer.input_layernorm.weight": "pytorch_model-00002-of-00002.bin",
57
+ "model.model.layers.11.layer.mlp.down_proj.weight": "pytorch_model-00001-of-00002.bin",
58
+ "model.model.layers.11.layer.mlp.gate_proj.weight": "pytorch_model-00001-of-00002.bin",
59
+ "model.model.layers.11.layer.mlp.up_proj.weight": "pytorch_model-00001-of-00002.bin",
60
+ "model.model.layers.11.layer.post_attention_layernorm.weight": "pytorch_model-00002-of-00002.bin",
61
+ "model.model.layers.11.layer.self_attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
62
+ "model.model.layers.11.layer.self_attn.o_proj.weight": "pytorch_model-00001-of-00002.bin",
63
+ "model.model.layers.11.layer.self_attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
64
+ "model.model.layers.11.layer.self_attn.v_proj.weight": "pytorch_model-00001-of-00002.bin",
65
+ "model.model.layers.12.W_mb.bias": "pytorch_model-00002-of-00002.bin",
66
+ "model.model.layers.12.W_mb.weight": "pytorch_model-00001-of-00002.bin",
67
+ "model.model.layers.12.W_mk.weight": "pytorch_model-00001-of-00002.bin",
68
+ "model.model.layers.12.W_mq.weight": "pytorch_model-00001-of-00002.bin",
69
+ "model.model.layers.12.W_mv.weight": "pytorch_model-00001-of-00002.bin",
70
+ "model.model.layers.12.layer.input_layernorm.weight": "pytorch_model-00002-of-00002.bin",
71
+ "model.model.layers.12.layer.mlp.down_proj.weight": "pytorch_model-00001-of-00002.bin",
72
+ "model.model.layers.12.layer.mlp.gate_proj.weight": "pytorch_model-00001-of-00002.bin",
73
+ "model.model.layers.12.layer.mlp.up_proj.weight": "pytorch_model-00001-of-00002.bin",
74
+ "model.model.layers.12.layer.post_attention_layernorm.weight": "pytorch_model-00002-of-00002.bin",
75
+ "model.model.layers.12.layer.self_attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
76
+ "model.model.layers.12.layer.self_attn.o_proj.weight": "pytorch_model-00001-of-00002.bin",
77
+ "model.model.layers.12.layer.self_attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
78
+ "model.model.layers.12.layer.self_attn.v_proj.weight": "pytorch_model-00001-of-00002.bin",
79
+ "model.model.layers.13.W_mb.bias": "pytorch_model-00002-of-00002.bin",
80
+ "model.model.layers.13.W_mb.weight": "pytorch_model-00001-of-00002.bin",
81
+ "model.model.layers.13.W_mk.weight": "pytorch_model-00001-of-00002.bin",
82
+ "model.model.layers.13.W_mq.weight": "pytorch_model-00001-of-00002.bin",
83
+ "model.model.layers.13.W_mv.weight": "pytorch_model-00001-of-00002.bin",
84
+ "model.model.layers.13.layer.input_layernorm.weight": "pytorch_model-00002-of-00002.bin",
85
+ "model.model.layers.13.layer.mlp.down_proj.weight": "pytorch_model-00001-of-00002.bin",
86
+ "model.model.layers.13.layer.mlp.gate_proj.weight": "pytorch_model-00001-of-00002.bin",
87
+ "model.model.layers.13.layer.mlp.up_proj.weight": "pytorch_model-00001-of-00002.bin",
88
+ "model.model.layers.13.layer.post_attention_layernorm.weight": "pytorch_model-00002-of-00002.bin",
89
+ "model.model.layers.13.layer.self_attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
90
+ "model.model.layers.13.layer.self_attn.o_proj.weight": "pytorch_model-00001-of-00002.bin",
91
+ "model.model.layers.13.layer.self_attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
92
+ "model.model.layers.13.layer.self_attn.v_proj.weight": "pytorch_model-00001-of-00002.bin",
93
+ "model.model.layers.14.W_mb.bias": "pytorch_model-00002-of-00002.bin",
94
+ "model.model.layers.14.W_mb.weight": "pytorch_model-00001-of-00002.bin",
95
+ "model.model.layers.14.W_mk.weight": "pytorch_model-00001-of-00002.bin",
96
+ "model.model.layers.14.W_mq.weight": "pytorch_model-00001-of-00002.bin",
97
+ "model.model.layers.14.W_mv.weight": "pytorch_model-00001-of-00002.bin",
98
+ "model.model.layers.14.layer.input_layernorm.weight": "pytorch_model-00002-of-00002.bin",
99
+ "model.model.layers.14.layer.mlp.down_proj.weight": "pytorch_model-00001-of-00002.bin",
100
+ "model.model.layers.14.layer.mlp.gate_proj.weight": "pytorch_model-00001-of-00002.bin",
101
+ "model.model.layers.14.layer.mlp.up_proj.weight": "pytorch_model-00001-of-00002.bin",
102
+ "model.model.layers.14.layer.post_attention_layernorm.weight": "pytorch_model-00002-of-00002.bin",
103
+ "model.model.layers.14.layer.self_attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
104
+ "model.model.layers.14.layer.self_attn.o_proj.weight": "pytorch_model-00001-of-00002.bin",
105
+ "model.model.layers.14.layer.self_attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
106
+ "model.model.layers.14.layer.self_attn.v_proj.weight": "pytorch_model-00001-of-00002.bin",
107
+ "model.model.layers.15.W_mb.bias": "pytorch_model-00002-of-00002.bin",
108
+ "model.model.layers.15.W_mb.weight": "pytorch_model-00002-of-00002.bin",
109
+ "model.model.layers.15.W_mk.weight": "pytorch_model-00002-of-00002.bin",
110
+ "model.model.layers.15.W_mq.weight": "pytorch_model-00002-of-00002.bin",
111
+ "model.model.layers.15.W_mv.weight": "pytorch_model-00002-of-00002.bin",
112
+ "model.model.layers.15.layer.input_layernorm.weight": "pytorch_model-00002-of-00002.bin",
113
+ "model.model.layers.15.layer.mlp.down_proj.weight": "pytorch_model-00002-of-00002.bin",
114
+ "model.model.layers.15.layer.mlp.gate_proj.weight": "pytorch_model-00002-of-00002.bin",
115
+ "model.model.layers.15.layer.mlp.up_proj.weight": "pytorch_model-00002-of-00002.bin",
116
+ "model.model.layers.15.layer.post_attention_layernorm.weight": "pytorch_model-00002-of-00002.bin",
117
+ "model.model.layers.15.layer.self_attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
118
+ "model.model.layers.15.layer.self_attn.o_proj.weight": "pytorch_model-00002-of-00002.bin",
119
+ "model.model.layers.15.layer.self_attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
120
+ "model.model.layers.15.layer.self_attn.v_proj.weight": "pytorch_model-00001-of-00002.bin",
121
+ "model.model.layers.2.W_mb.bias": "pytorch_model-00002-of-00002.bin",
122
+ "model.model.layers.2.W_mb.weight": "pytorch_model-00001-of-00002.bin",
123
+ "model.model.layers.2.W_mk.weight": "pytorch_model-00001-of-00002.bin",
124
+ "model.model.layers.2.W_mq.weight": "pytorch_model-00001-of-00002.bin",
125
+ "model.model.layers.2.W_mv.weight": "pytorch_model-00001-of-00002.bin",
126
+ "model.model.layers.2.layer.input_layernorm.weight": "pytorch_model-00002-of-00002.bin",
127
+ "model.model.layers.2.layer.mlp.down_proj.weight": "pytorch_model-00001-of-00002.bin",
128
+ "model.model.layers.2.layer.mlp.gate_proj.weight": "pytorch_model-00001-of-00002.bin",
129
+ "model.model.layers.2.layer.mlp.up_proj.weight": "pytorch_model-00001-of-00002.bin",
130
+ "model.model.layers.2.layer.post_attention_layernorm.weight": "pytorch_model-00002-of-00002.bin",
131
+ "model.model.layers.2.layer.self_attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
132
+ "model.model.layers.2.layer.self_attn.o_proj.weight": "pytorch_model-00001-of-00002.bin",
133
+ "model.model.layers.2.layer.self_attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
134
+ "model.model.layers.2.layer.self_attn.v_proj.weight": "pytorch_model-00001-of-00002.bin",
135
+ "model.model.layers.3.W_mb.bias": "pytorch_model-00002-of-00002.bin",
136
+ "model.model.layers.3.W_mb.weight": "pytorch_model-00001-of-00002.bin",
137
+ "model.model.layers.3.W_mk.weight": "pytorch_model-00001-of-00002.bin",
138
+ "model.model.layers.3.W_mq.weight": "pytorch_model-00001-of-00002.bin",
139
+ "model.model.layers.3.W_mv.weight": "pytorch_model-00001-of-00002.bin",
140
+ "model.model.layers.3.layer.input_layernorm.weight": "pytorch_model-00002-of-00002.bin",
141
+ "model.model.layers.3.layer.mlp.down_proj.weight": "pytorch_model-00001-of-00002.bin",
142
+ "model.model.layers.3.layer.mlp.gate_proj.weight": "pytorch_model-00001-of-00002.bin",
143
+ "model.model.layers.3.layer.mlp.up_proj.weight": "pytorch_model-00001-of-00002.bin",
144
+ "model.model.layers.3.layer.post_attention_layernorm.weight": "pytorch_model-00002-of-00002.bin",
145
+ "model.model.layers.3.layer.self_attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
146
+ "model.model.layers.3.layer.self_attn.o_proj.weight": "pytorch_model-00001-of-00002.bin",
147
+ "model.model.layers.3.layer.self_attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
148
+ "model.model.layers.3.layer.self_attn.v_proj.weight": "pytorch_model-00001-of-00002.bin",
149
+ "model.model.layers.4.W_mb.bias": "pytorch_model-00002-of-00002.bin",
150
+ "model.model.layers.4.W_mb.weight": "pytorch_model-00001-of-00002.bin",
151
+ "model.model.layers.4.W_mk.weight": "pytorch_model-00001-of-00002.bin",
152
+ "model.model.layers.4.W_mq.weight": "pytorch_model-00001-of-00002.bin",
153
+ "model.model.layers.4.W_mv.weight": "pytorch_model-00001-of-00002.bin",
154
+ "model.model.layers.4.layer.input_layernorm.weight": "pytorch_model-00002-of-00002.bin",
155
+ "model.model.layers.4.layer.mlp.down_proj.weight": "pytorch_model-00001-of-00002.bin",
156
+ "model.model.layers.4.layer.mlp.gate_proj.weight": "pytorch_model-00001-of-00002.bin",
157
+ "model.model.layers.4.layer.mlp.up_proj.weight": "pytorch_model-00001-of-00002.bin",
158
+ "model.model.layers.4.layer.post_attention_layernorm.weight": "pytorch_model-00002-of-00002.bin",
159
+ "model.model.layers.4.layer.self_attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
160
+ "model.model.layers.4.layer.self_attn.o_proj.weight": "pytorch_model-00001-of-00002.bin",
161
+ "model.model.layers.4.layer.self_attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
162
+ "model.model.layers.4.layer.self_attn.v_proj.weight": "pytorch_model-00001-of-00002.bin",
163
+ "model.model.layers.5.W_mb.bias": "pytorch_model-00002-of-00002.bin",
164
+ "model.model.layers.5.W_mb.weight": "pytorch_model-00001-of-00002.bin",
165
+ "model.model.layers.5.W_mk.weight": "pytorch_model-00001-of-00002.bin",
166
+ "model.model.layers.5.W_mq.weight": "pytorch_model-00001-of-00002.bin",
167
+ "model.model.layers.5.W_mv.weight": "pytorch_model-00001-of-00002.bin",
168
+ "model.model.layers.5.layer.input_layernorm.weight": "pytorch_model-00002-of-00002.bin",
169
+ "model.model.layers.5.layer.mlp.down_proj.weight": "pytorch_model-00001-of-00002.bin",
170
+ "model.model.layers.5.layer.mlp.gate_proj.weight": "pytorch_model-00001-of-00002.bin",
171
+ "model.model.layers.5.layer.mlp.up_proj.weight": "pytorch_model-00001-of-00002.bin",
172
+ "model.model.layers.5.layer.post_attention_layernorm.weight": "pytorch_model-00002-of-00002.bin",
173
+ "model.model.layers.5.layer.self_attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
174
+ "model.model.layers.5.layer.self_attn.o_proj.weight": "pytorch_model-00001-of-00002.bin",
175
+ "model.model.layers.5.layer.self_attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
176
+ "model.model.layers.5.layer.self_attn.v_proj.weight": "pytorch_model-00001-of-00002.bin",
177
+ "model.model.layers.6.W_mb.bias": "pytorch_model-00002-of-00002.bin",
178
+ "model.model.layers.6.W_mb.weight": "pytorch_model-00001-of-00002.bin",
179
+ "model.model.layers.6.W_mk.weight": "pytorch_model-00001-of-00002.bin",
180
+ "model.model.layers.6.W_mq.weight": "pytorch_model-00001-of-00002.bin",
181
+ "model.model.layers.6.W_mv.weight": "pytorch_model-00001-of-00002.bin",
182
+ "model.model.layers.6.layer.input_layernorm.weight": "pytorch_model-00002-of-00002.bin",
183
+ "model.model.layers.6.layer.mlp.down_proj.weight": "pytorch_model-00001-of-00002.bin",
184
+ "model.model.layers.6.layer.mlp.gate_proj.weight": "pytorch_model-00001-of-00002.bin",
185
+ "model.model.layers.6.layer.mlp.up_proj.weight": "pytorch_model-00001-of-00002.bin",
186
+ "model.model.layers.6.layer.post_attention_layernorm.weight": "pytorch_model-00002-of-00002.bin",
187
+ "model.model.layers.6.layer.self_attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
188
+ "model.model.layers.6.layer.self_attn.o_proj.weight": "pytorch_model-00001-of-00002.bin",
189
+ "model.model.layers.6.layer.self_attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
190
+ "model.model.layers.6.layer.self_attn.v_proj.weight": "pytorch_model-00001-of-00002.bin",
191
+ "model.model.layers.7.W_mb.bias": "pytorch_model-00002-of-00002.bin",
192
+ "model.model.layers.7.W_mb.weight": "pytorch_model-00001-of-00002.bin",
193
+ "model.model.layers.7.W_mk.weight": "pytorch_model-00001-of-00002.bin",
194
+ "model.model.layers.7.W_mq.weight": "pytorch_model-00001-of-00002.bin",
195
+ "model.model.layers.7.W_mv.weight": "pytorch_model-00001-of-00002.bin",
196
+ "model.model.layers.7.layer.input_layernorm.weight": "pytorch_model-00002-of-00002.bin",
197
+ "model.model.layers.7.layer.mlp.down_proj.weight": "pytorch_model-00001-of-00002.bin",
198
+ "model.model.layers.7.layer.mlp.gate_proj.weight": "pytorch_model-00001-of-00002.bin",
199
+ "model.model.layers.7.layer.mlp.up_proj.weight": "pytorch_model-00001-of-00002.bin",
200
+ "model.model.layers.7.layer.post_attention_layernorm.weight": "pytorch_model-00002-of-00002.bin",
201
+ "model.model.layers.7.layer.self_attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
202
+ "model.model.layers.7.layer.self_attn.o_proj.weight": "pytorch_model-00001-of-00002.bin",
203
+ "model.model.layers.7.layer.self_attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
204
+ "model.model.layers.7.layer.self_attn.v_proj.weight": "pytorch_model-00001-of-00002.bin",
205
+ "model.model.layers.8.W_mb.bias": "pytorch_model-00002-of-00002.bin",
206
+ "model.model.layers.8.W_mb.weight": "pytorch_model-00001-of-00002.bin",
207
+ "model.model.layers.8.W_mk.weight": "pytorch_model-00001-of-00002.bin",
208
+ "model.model.layers.8.W_mq.weight": "pytorch_model-00001-of-00002.bin",
209
+ "model.model.layers.8.W_mv.weight": "pytorch_model-00001-of-00002.bin",
210
+ "model.model.layers.8.layer.input_layernorm.weight": "pytorch_model-00002-of-00002.bin",
211
+ "model.model.layers.8.layer.mlp.down_proj.weight": "pytorch_model-00001-of-00002.bin",
212
+ "model.model.layers.8.layer.mlp.gate_proj.weight": "pytorch_model-00001-of-00002.bin",
213
+ "model.model.layers.8.layer.mlp.up_proj.weight": "pytorch_model-00001-of-00002.bin",
214
+ "model.model.layers.8.layer.post_attention_layernorm.weight": "pytorch_model-00002-of-00002.bin",
215
+ "model.model.layers.8.layer.self_attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
216
+ "model.model.layers.8.layer.self_attn.o_proj.weight": "pytorch_model-00001-of-00002.bin",
217
+ "model.model.layers.8.layer.self_attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
218
+ "model.model.layers.8.layer.self_attn.v_proj.weight": "pytorch_model-00001-of-00002.bin",
219
+ "model.model.layers.9.W_mb.bias": "pytorch_model-00002-of-00002.bin",
220
+ "model.model.layers.9.W_mb.weight": "pytorch_model-00001-of-00002.bin",
221
+ "model.model.layers.9.W_mk.weight": "pytorch_model-00001-of-00002.bin",
222
+ "model.model.layers.9.W_mq.weight": "pytorch_model-00001-of-00002.bin",
223
+ "model.model.layers.9.W_mv.weight": "pytorch_model-00001-of-00002.bin",
224
+ "model.model.layers.9.layer.input_layernorm.weight": "pytorch_model-00002-of-00002.bin",
225
+ "model.model.layers.9.layer.mlp.down_proj.weight": "pytorch_model-00001-of-00002.bin",
226
+ "model.model.layers.9.layer.mlp.gate_proj.weight": "pytorch_model-00001-of-00002.bin",
227
+ "model.model.layers.9.layer.mlp.up_proj.weight": "pytorch_model-00001-of-00002.bin",
228
+ "model.model.layers.9.layer.post_attention_layernorm.weight": "pytorch_model-00002-of-00002.bin",
229
+ "model.model.layers.9.layer.self_attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
230
+ "model.model.layers.9.layer.self_attn.o_proj.weight": "pytorch_model-00001-of-00002.bin",
231
+ "model.model.layers.9.layer.self_attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
232
+ "model.model.layers.9.layer.self_attn.v_proj.weight": "pytorch_model-00001-of-00002.bin",
233
+ "model.model.norm.weight": "pytorch_model-00002-of-00002.bin",
234
+ "sink": "pytorch_model-00001-of-00002.bin"
235
+ }
236
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1d7c1cf719c3cbfcaf2869369bc5a368ff2ac939ba88a474e66e4b78a0bd9c08
3
+ size 6904