shuyuej commited on
Commit
3de12a8
1 Parent(s): c897736

Upload folder using huggingface_hub

Browse files
Files changed (4) hide show
  1. config.json +53 -0
  2. model.safetensors +3 -0
  3. quant_log.csv +281 -0
  4. quantize_config.json +21 -0
config.json ADDED
@@ -0,0 +1,53 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_attn_implementation_autoset": true,
3
+ "_name_or_path": "CohereForAI/c4ai-command-r-v01",
4
+ "architectures": [
5
+ "CohereForCausalLM"
6
+ ],
7
+ "attention_bias": false,
8
+ "attention_dropout": 0.0,
9
+ "bos_token_id": 5,
10
+ "eos_token_id": 255001,
11
+ "hidden_act": "silu",
12
+ "hidden_size": 8192,
13
+ "initializer_range": 0.02,
14
+ "intermediate_size": 22528,
15
+ "layer_norm_eps": 1e-05,
16
+ "logit_scale": 0.0625,
17
+ "max_position_embeddings": 8192,
18
+ "model_max_length": 131072,
19
+ "model_type": "cohere",
20
+ "num_attention_heads": 64,
21
+ "num_hidden_layers": 40,
22
+ "num_key_value_heads": 64,
23
+ "pad_token_id": 0,
24
+ "pretraining_tp": 1,
25
+ "quantization_config": {
26
+ "bits": 4,
27
+ "checkpoint_format": "gptq",
28
+ "desc_act": true,
29
+ "dynamic": null,
30
+ "group_size": 128,
31
+ "lm_head": false,
32
+ "meta": {
33
+ "damp_auto_increment": 0.0025,
34
+ "damp_percent": 0.01,
35
+ "mse": 0.0,
36
+ "quantizer": [
37
+ "gptqmodel:1.4.5"
38
+ ],
39
+ "static_groups": false,
40
+ "true_sequential": true,
41
+ "uri": "https://github.com/modelcloud/gptqmodel"
42
+ },
43
+ "quant_method": "gptq",
44
+ "sym": true
45
+ },
46
+ "rope_scaling": null,
47
+ "rope_theta": 8000000.0,
48
+ "torch_dtype": "bfloat16",
49
+ "transformers_version": "4.48.0.dev0",
50
+ "use_cache": true,
51
+ "use_qk_norm": false,
52
+ "vocab_size": 256000
53
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6e5d9bf31c991d36286a5acf9585931b5509b0a2dafdc7f66d9e1d0d4b8271ff
3
+ size 25484805792
quant_log.csv ADDED
@@ -0,0 +1,281 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ layer,module,loss,damp,time
2
+ 0,self_attn.k_proj,0.03274,0.01000,4.112
3
+ 0,self_attn.v_proj,0.00752,0.01000,2.233
4
+ 0,self_attn.q_proj,0.03071,0.01000,2.261
5
+ 0,self_attn.o_proj,0.00220,0.01000,2.253
6
+ 0,mlp.up_proj,0.03875,0.01000,2.902
7
+ 0,mlp.gate_proj,0.04095,0.01000,2.905
8
+ 0,mlp.down_proj,0.02632,0.01000,8.278
9
+ 1,self_attn.k_proj,0.04251,0.01000,2.262
10
+ 1,self_attn.v_proj,0.01886,0.01000,2.254
11
+ 1,self_attn.q_proj,0.04467,0.01000,2.253
12
+ 1,self_attn.o_proj,0.00396,0.01000,2.249
13
+ 1,mlp.up_proj,0.07896,0.01000,2.766
14
+ 1,mlp.gate_proj,0.07880,0.01000,2.756
15
+ 1,mlp.down_proj,0.16995,0.01000,8.126
16
+ 2,self_attn.k_proj,0.17936,0.01000,2.252
17
+ 2,self_attn.v_proj,0.07702,0.01000,2.239
18
+ 2,self_attn.q_proj,0.17723,0.01000,2.246
19
+ 2,self_attn.o_proj,0.00641,0.01000,2.256
20
+ 2,mlp.up_proj,0.23165,0.01000,2.764
21
+ 2,mlp.gate_proj,0.24853,0.01000,2.751
22
+ 2,mlp.down_proj,0.00469,0.01000,8.180
23
+ 3,self_attn.k_proj,0.27632,0.01000,2.271
24
+ 3,self_attn.v_proj,0.14109,0.01000,2.254
25
+ 3,self_attn.q_proj,0.27664,0.01000,2.254
26
+ 3,self_attn.o_proj,0.00832,0.01000,2.261
27
+ 3,mlp.up_proj,0.45418,0.01000,2.765
28
+ 3,mlp.gate_proj,0.49855,0.01000,2.758
29
+ 3,mlp.down_proj,0.00873,0.01000,8.212
30
+ 4,self_attn.k_proj,0.37608,0.01000,2.262
31
+ 4,self_attn.v_proj,0.19930,0.01000,2.255
32
+ 4,self_attn.q_proj,0.37713,0.01000,2.259
33
+ 4,self_attn.o_proj,0.00883,0.01000,2.255
34
+ 4,mlp.up_proj,0.63926,0.01000,2.768
35
+ 4,mlp.gate_proj,0.70920,0.01000,2.758
36
+ 4,mlp.down_proj,0.01463,0.01000,8.213
37
+ 5,self_attn.k_proj,0.55322,0.01000,2.270
38
+ 5,self_attn.v_proj,0.28686,0.01000,2.247
39
+ 5,self_attn.q_proj,0.55317,0.01000,2.249
40
+ 5,self_attn.o_proj,0.01379,0.01000,2.261
41
+ 5,mlp.up_proj,0.86810,0.01000,2.763
42
+ 5,mlp.gate_proj,0.96193,0.01000,2.762
43
+ 5,mlp.down_proj,0.02638,0.01000,8.152
44
+ 6,self_attn.k_proj,0.65338,0.01000,2.260
45
+ 6,self_attn.v_proj,0.33810,0.01000,2.251
46
+ 6,self_attn.q_proj,0.64567,0.01000,2.254
47
+ 6,self_attn.o_proj,0.02571,0.01000,2.253
48
+ 6,mlp.up_proj,1.05523,0.01000,2.773
49
+ 6,mlp.gate_proj,1.17753,0.01000,2.760
50
+ 6,mlp.down_proj,0.04093,0.01000,8.208
51
+ 7,self_attn.k_proj,0.92491,0.01000,2.266
52
+ 7,self_attn.v_proj,0.47858,0.01000,2.256
53
+ 7,self_attn.q_proj,0.90935,0.01000,2.252
54
+ 7,self_attn.o_proj,0.01997,0.01000,2.262
55
+ 7,mlp.up_proj,1.41057,0.01000,2.761
56
+ 7,mlp.gate_proj,1.63181,0.01000,2.762
57
+ 7,mlp.down_proj,0.05911,0.01000,8.216
58
+ 8,self_attn.k_proj,0.96817,0.01000,2.261
59
+ 8,self_attn.v_proj,0.54243,0.01000,2.247
60
+ 8,self_attn.q_proj,0.96861,0.01000,2.250
61
+ 8,self_attn.o_proj,0.03047,0.01000,2.256
62
+ 8,mlp.up_proj,1.59611,0.01000,2.768
63
+ 8,mlp.gate_proj,1.79941,0.01000,2.754
64
+ 8,mlp.down_proj,0.07433,0.01000,8.195
65
+ 9,self_attn.k_proj,1.27086,0.01000,2.265
66
+ 9,self_attn.v_proj,0.68903,0.01000,2.252
67
+ 9,self_attn.q_proj,1.29146,0.01000,2.250
68
+ 9,self_attn.o_proj,0.04106,0.01000,2.260
69
+ 9,mlp.up_proj,1.95985,0.01000,2.764
70
+ 9,mlp.gate_proj,2.25575,0.01000,2.756
71
+ 9,mlp.down_proj,0.09668,0.01000,8.200
72
+ 10,self_attn.k_proj,1.29996,0.01000,2.259
73
+ 10,self_attn.v_proj,0.70753,0.01000,2.254
74
+ 10,self_attn.q_proj,1.28995,0.01000,2.256
75
+ 10,self_attn.o_proj,0.05059,0.01000,2.258
76
+ 10,mlp.up_proj,2.09401,0.01000,2.765
77
+ 10,mlp.gate_proj,2.29632,0.01000,2.756
78
+ 10,mlp.down_proj,0.11528,0.01000,8.217
79
+ 11,self_attn.k_proj,1.52668,0.01000,2.260
80
+ 11,self_attn.v_proj,0.83519,0.01000,2.247
81
+ 11,self_attn.q_proj,1.51504,0.01000,2.250
82
+ 11,self_attn.o_proj,0.05775,0.01000,2.263
83
+ 11,mlp.up_proj,2.39118,0.01000,2.765
84
+ 11,mlp.gate_proj,2.57200,0.01000,2.765
85
+ 11,mlp.down_proj,0.13621,0.01000,8.216
86
+ 12,self_attn.k_proj,1.68230,0.01000,2.259
87
+ 12,self_attn.v_proj,0.92689,0.01000,2.248
88
+ 12,self_attn.q_proj,1.65101,0.01000,2.254
89
+ 12,self_attn.o_proj,0.08051,0.01000,2.262
90
+ 12,mlp.up_proj,2.53499,0.01000,2.772
91
+ 12,mlp.gate_proj,2.58698,0.01000,2.754
92
+ 12,mlp.down_proj,0.15885,0.01000,8.200
93
+ 13,self_attn.k_proj,1.85452,0.01000,2.271
94
+ 13,self_attn.v_proj,1.05347,0.01000,2.250
95
+ 13,self_attn.q_proj,1.82689,0.01000,2.254
96
+ 13,self_attn.o_proj,0.06686,0.01000,2.261
97
+ 13,mlp.up_proj,2.77974,0.01000,2.764
98
+ 13,mlp.gate_proj,2.95955,0.01000,2.762
99
+ 13,mlp.down_proj,0.16890,0.01000,8.223
100
+ 14,self_attn.k_proj,1.78217,0.01000,2.268
101
+ 14,self_attn.v_proj,1.02525,0.01000,2.255
102
+ 14,self_attn.q_proj,1.73776,0.01000,2.256
103
+ 14,self_attn.o_proj,0.07824,0.01000,2.259
104
+ 14,mlp.up_proj,2.78610,0.01000,2.770
105
+ 14,mlp.gate_proj,2.79164,0.01000,2.751
106
+ 14,mlp.down_proj,0.18062,0.01000,8.205
107
+ 15,self_attn.k_proj,1.91197,0.01000,2.269
108
+ 15,self_attn.v_proj,1.17533,0.01000,2.252
109
+ 15,self_attn.q_proj,1.87554,0.01000,2.250
110
+ 15,self_attn.o_proj,0.07321,0.01000,2.261
111
+ 15,mlp.up_proj,3.03228,0.01000,2.765
112
+ 15,mlp.gate_proj,3.05815,0.01000,2.760
113
+ 15,mlp.down_proj,0.19486,0.01000,8.195
114
+ 16,self_attn.k_proj,2.11641,0.01000,2.266
115
+ 16,self_attn.v_proj,1.24226,0.01000,2.256
116
+ 16,self_attn.q_proj,2.02646,0.01000,2.257
117
+ 16,self_attn.o_proj,0.09737,0.01000,2.262
118
+ 16,mlp.up_proj,3.29747,0.01000,2.768
119
+ 16,mlp.gate_proj,3.26481,0.01000,2.755
120
+ 16,mlp.down_proj,0.21795,0.01000,8.214
121
+ 17,self_attn.k_proj,2.10890,0.01000,2.265
122
+ 17,self_attn.v_proj,1.24949,0.01000,2.256
123
+ 17,self_attn.q_proj,2.01428,0.01000,2.256
124
+ 17,self_attn.o_proj,0.12971,0.01000,2.261
125
+ 17,mlp.up_proj,3.25471,0.01000,2.767
126
+ 17,mlp.gate_proj,3.12897,0.01000,2.756
127
+ 17,mlp.down_proj,0.22336,0.01000,8.203
128
+ 18,self_attn.k_proj,2.14139,0.01000,2.261
129
+ 18,self_attn.v_proj,1.34967,0.01000,2.248
130
+ 18,self_attn.q_proj,2.08541,0.01000,2.247
131
+ 18,self_attn.o_proj,0.12503,0.01000,2.260
132
+ 18,mlp.up_proj,3.51641,0.01000,2.766
133
+ 18,mlp.gate_proj,3.44835,0.01000,2.757
134
+ 18,mlp.down_proj,0.23651,0.01000,8.224
135
+ 19,self_attn.k_proj,2.24976,0.01000,2.264
136
+ 19,self_attn.v_proj,1.45818,0.01000,2.251
137
+ 19,self_attn.q_proj,2.19159,0.01000,2.255
138
+ 19,self_attn.o_proj,0.10957,0.01000,2.257
139
+ 19,mlp.up_proj,3.70684,0.01000,2.769
140
+ 19,mlp.gate_proj,3.65885,0.01000,2.761
141
+ 19,mlp.down_proj,0.24995,0.01000,8.178
142
+ 20,self_attn.k_proj,2.22657,0.01000,2.266
143
+ 20,self_attn.v_proj,1.47453,0.01000,2.259
144
+ 20,self_attn.q_proj,2.14452,0.01000,2.256
145
+ 20,self_attn.o_proj,0.15217,0.01000,2.258
146
+ 20,mlp.up_proj,3.74978,0.01000,2.765
147
+ 20,mlp.gate_proj,3.57985,0.01000,2.755
148
+ 20,mlp.down_proj,0.29064,0.01000,8.202
149
+ 21,self_attn.k_proj,2.26591,0.01000,2.267
150
+ 21,self_attn.v_proj,1.59221,0.01000,2.253
151
+ 21,self_attn.q_proj,2.17556,0.01000,2.254
152
+ 21,self_attn.o_proj,0.13305,0.01000,2.267
153
+ 21,mlp.up_proj,3.90103,0.01000,2.767
154
+ 21,mlp.gate_proj,3.83266,0.01000,2.761
155
+ 21,mlp.down_proj,0.31462,0.01000,8.186
156
+ 22,self_attn.k_proj,2.33307,0.01000,2.263
157
+ 22,self_attn.v_proj,1.71240,0.01000,2.252
158
+ 22,self_attn.q_proj,2.30661,0.01000,2.256
159
+ 22,self_attn.o_proj,0.13971,0.01000,2.264
160
+ 22,mlp.up_proj,4.18612,0.01000,2.767
161
+ 22,mlp.gate_proj,4.15110,0.01000,2.760
162
+ 22,mlp.down_proj,0.34329,0.01000,8.195
163
+ 23,self_attn.k_proj,2.36105,0.01000,2.268
164
+ 23,self_attn.v_proj,1.70826,0.01000,2.254
165
+ 23,self_attn.q_proj,2.29869,0.01000,2.257
166
+ 23,self_attn.o_proj,0.18516,0.01000,2.258
167
+ 23,mlp.up_proj,4.31254,0.01000,2.776
168
+ 23,mlp.gate_proj,4.23561,0.01000,2.762
169
+ 23,mlp.down_proj,0.40630,0.01000,8.181
170
+ 24,self_attn.k_proj,2.44520,0.01000,2.266
171
+ 24,self_attn.v_proj,1.89137,0.01000,2.261
172
+ 24,self_attn.q_proj,2.38975,0.01000,2.261
173
+ 24,self_attn.o_proj,0.20498,0.01000,2.256
174
+ 24,mlp.up_proj,4.64545,0.01000,2.775
175
+ 24,mlp.gate_proj,4.73436,0.01000,2.760
176
+ 24,mlp.down_proj,0.45583,0.01000,8.215
177
+ 25,self_attn.k_proj,2.47899,0.01000,2.270
178
+ 25,self_attn.v_proj,2.02297,0.01000,2.252
179
+ 25,self_attn.q_proj,2.44245,0.01000,2.251
180
+ 25,self_attn.o_proj,0.16585,0.01000,2.267
181
+ 25,mlp.up_proj,4.82376,0.01000,2.767
182
+ 25,mlp.gate_proj,4.99812,0.01000,2.758
183
+ 25,mlp.down_proj,0.50474,0.01000,8.198
184
+ 26,self_attn.k_proj,2.46252,0.01000,2.270
185
+ 26,self_attn.v_proj,2.09390,0.01000,2.249
186
+ 26,self_attn.q_proj,2.43072,0.01000,2.252
187
+ 26,self_attn.o_proj,0.18642,0.01000,2.263
188
+ 26,mlp.up_proj,5.07101,0.01000,2.762
189
+ 26,mlp.gate_proj,5.35763,0.01000,2.759
190
+ 26,mlp.down_proj,0.56128,0.01000,8.200
191
+ 27,self_attn.k_proj,2.75476,0.01000,2.264
192
+ 27,self_attn.v_proj,2.41361,0.01000,2.252
193
+ 27,self_attn.q_proj,2.73707,0.01000,2.258
194
+ 27,self_attn.o_proj,0.21612,0.01000,2.261
195
+ 27,mlp.up_proj,5.64489,0.01000,2.772
196
+ 27,mlp.gate_proj,6.14756,0.01000,2.762
197
+ 27,mlp.down_proj,0.62385,0.01000,8.207
198
+ 28,self_attn.k_proj,2.78634,0.01000,2.269
199
+ 28,self_attn.v_proj,2.47046,0.01000,2.253
200
+ 28,self_attn.q_proj,2.75139,0.01000,2.262
201
+ 28,self_attn.o_proj,0.21548,0.01000,2.264
202
+ 28,mlp.up_proj,5.97340,0.01000,2.768
203
+ 28,mlp.gate_proj,6.54847,0.01000,2.759
204
+ 28,mlp.down_proj,0.67349,0.01000,8.204
205
+ 29,self_attn.k_proj,2.84069,0.01000,2.263
206
+ 29,self_attn.v_proj,2.72520,0.01000,2.259
207
+ 29,self_attn.q_proj,2.81941,0.01000,2.255
208
+ 29,self_attn.o_proj,0.19653,0.01000,2.263
209
+ 29,mlp.up_proj,6.40730,0.01000,2.768
210
+ 29,mlp.gate_proj,7.01741,0.01000,2.754
211
+ 29,mlp.down_proj,0.74972,0.01000,8.205
212
+ 30,self_attn.k_proj,2.99588,0.01000,2.270
213
+ 30,self_attn.v_proj,2.85065,0.01000,2.258
214
+ 30,self_attn.q_proj,2.98983,0.01000,2.255
215
+ 30,self_attn.o_proj,0.21279,0.01000,2.263
216
+ 30,mlp.up_proj,6.80474,0.01000,2.766
217
+ 30,mlp.gate_proj,7.41285,0.01000,2.751
218
+ 30,mlp.down_proj,0.84321,0.01000,8.214
219
+ 31,self_attn.k_proj,2.91619,0.01000,2.267
220
+ 31,self_attn.v_proj,3.00500,0.01000,2.253
221
+ 31,self_attn.q_proj,2.92626,0.01000,2.247
222
+ 31,self_attn.o_proj,0.25185,0.01000,2.264
223
+ 31,mlp.up_proj,7.36172,0.01000,2.770
224
+ 31,mlp.gate_proj,8.02154,0.01000,2.763
225
+ 31,mlp.down_proj,0.95121,0.01000,8.205
226
+ 32,self_attn.k_proj,3.05474,0.01000,2.273
227
+ 32,self_attn.v_proj,3.37658,0.01000,2.253
228
+ 32,self_attn.q_proj,3.06898,0.01000,2.257
229
+ 32,self_attn.o_proj,0.31940,0.01000,2.267
230
+ 32,mlp.up_proj,8.03616,0.01000,2.765
231
+ 32,mlp.gate_proj,8.71699,0.01000,2.764
232
+ 32,mlp.down_proj,1.07437,0.01000,8.180
233
+ 33,self_attn.k_proj,3.02665,0.01000,2.270
234
+ 33,self_attn.v_proj,3.64498,0.01000,2.255
235
+ 33,self_attn.q_proj,3.05782,0.01000,2.258
236
+ 33,self_attn.o_proj,0.36172,0.01000,2.273
237
+ 33,mlp.up_proj,8.71520,0.01000,2.765
238
+ 33,mlp.gate_proj,9.24812,0.01000,2.756
239
+ 33,mlp.down_proj,1.26517,0.01000,8.165
240
+ 34,self_attn.k_proj,3.05166,0.01000,2.271
241
+ 34,self_attn.v_proj,4.17887,0.01000,2.253
242
+ 34,self_attn.q_proj,3.10377,0.01000,2.257
243
+ 34,self_attn.o_proj,0.45116,0.01000,2.264
244
+ 34,mlp.up_proj,9.63995,0.01000,2.768
245
+ 34,mlp.gate_proj,10.03999,0.01000,2.764
246
+ 34,mlp.down_proj,1.54939,0.01000,8.217
247
+ 35,self_attn.k_proj,3.20852,0.01000,2.267
248
+ 35,self_attn.v_proj,4.39722,0.01000,2.250
249
+ 35,self_attn.q_proj,3.24962,0.01000,2.251
250
+ 35,self_attn.o_proj,0.67303,0.01000,2.260
251
+ 35,mlp.up_proj,10.37539,0.01000,2.871
252
+ 35,mlp.gate_proj,10.62990,0.01000,2.871
253
+ 35,mlp.down_proj,1.92965,0.01000,8.336
254
+ 36,self_attn.k_proj,3.41745,0.01000,2.276
255
+ 36,self_attn.v_proj,5.35218,0.01000,2.254
256
+ 36,self_attn.q_proj,3.47891,0.01000,2.256
257
+ 36,self_attn.o_proj,1.17018,0.01000,2.264
258
+ 36,mlp.up_proj,11.65404,0.01000,2.767
259
+ 36,mlp.gate_proj,11.71838,0.01000,2.773
260
+ 36,mlp.down_proj,2.54714,0.01000,8.239
261
+ 37,self_attn.k_proj,3.41290,0.01000,2.273
262
+ 37,self_attn.v_proj,6.03307,0.01000,2.255
263
+ 37,self_attn.q_proj,3.48564,0.01000,2.258
264
+ 37,self_attn.o_proj,1.53777,0.01000,2.264
265
+ 37,mlp.up_proj,12.66024,0.01000,2.774
266
+ 37,mlp.gate_proj,12.61703,0.01000,2.765
267
+ 37,mlp.down_proj,3.77532,0.01000,8.237
268
+ 38,self_attn.k_proj,3.42294,0.01000,2.225
269
+ 38,self_attn.v_proj,5.69773,0.01000,2.171
270
+ 38,self_attn.q_proj,3.46850,0.01000,2.162
271
+ 38,self_attn.o_proj,1.91838,0.01000,2.204
272
+ 38,mlp.up_proj,12.05666,0.01000,2.694
273
+ 38,mlp.gate_proj,12.35299,0.01000,2.686
274
+ 38,mlp.down_proj,6.28792,0.01000,7.965
275
+ 39,self_attn.k_proj,2.62125,0.01000,2.180
276
+ 39,self_attn.v_proj,3.44121,0.01000,2.167
277
+ 39,self_attn.q_proj,2.62372,0.01000,2.170
278
+ 39,self_attn.o_proj,1.78030,0.01000,2.178
279
+ 39,mlp.up_proj,8.50950,0.01000,2.701
280
+ 39,mlp.gate_proj,9.05513,0.01000,2.700
281
+ 39,mlp.down_proj,12.99462,0.01000,7.949
quantize_config.json ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bits": 4,
3
+ "dynamic": null,
4
+ "group_size": 128,
5
+ "desc_act": true,
6
+ "sym": true,
7
+ "lm_head": false,
8
+ "quant_method": "gptq",
9
+ "checkpoint_format": "gptq",
10
+ "meta": {
11
+ "quantizer": [
12
+ "gptqmodel:1.4.5"
13
+ ],
14
+ "uri": "https://github.com/modelcloud/gptqmodel",
15
+ "damp_percent": 0.01,
16
+ "damp_auto_increment": 0.0025,
17
+ "static_groups": false,
18
+ "true_sequential": true,
19
+ "mse": 0.0
20
+ }
21
+ }