k-l-lambda commited on
Commit
ec05654
·
1 Parent(s): a611daa

initial commit

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. README.md +2 -0
  2. config.json +67 -0
  3. configuration_deepseek.py +199 -0
  4. hf_quant_config.json +258 -0
  5. model-00001-of-000163.safetensors +3 -0
  6. model-00002-of-000163.safetensors +3 -0
  7. model-00003-of-000163.safetensors +3 -0
  8. model-00004-of-000163.safetensors +3 -0
  9. model-00005-of-000163.safetensors +3 -0
  10. model-00006-of-000163.safetensors +3 -0
  11. model-00007-of-000163.safetensors +3 -0
  12. model-00008-of-000163.safetensors +3 -0
  13. model-00009-of-000163.safetensors +3 -0
  14. model-00010-of-000163.safetensors +3 -0
  15. model-00011-of-000163.safetensors +3 -0
  16. model-00012-of-000163.safetensors +3 -0
  17. model-00013-of-000163.safetensors +3 -0
  18. model-00014-of-000163.safetensors +3 -0
  19. model-00015-of-000163.safetensors +3 -0
  20. model-00016-of-000163.safetensors +3 -0
  21. model-00017-of-000163.safetensors +3 -0
  22. model-00018-of-000163.safetensors +3 -0
  23. model-00019-of-000163.safetensors +3 -0
  24. model-00020-of-000163.safetensors +3 -0
  25. model-00021-of-000163.safetensors +3 -0
  26. model-00022-of-000163.safetensors +3 -0
  27. model-00023-of-000163.safetensors +3 -0
  28. model-00024-of-000163.safetensors +3 -0
  29. model-00025-of-000163.safetensors +3 -0
  30. model-00026-of-000163.safetensors +3 -0
  31. model-00027-of-000163.safetensors +3 -0
  32. model-00028-of-000163.safetensors +3 -0
  33. model-00029-of-000163.safetensors +3 -0
  34. model-00030-of-000163.safetensors +3 -0
  35. model-00031-of-000163.safetensors +3 -0
  36. model-00032-of-000163.safetensors +3 -0
  37. model-00033-of-000163.safetensors +3 -0
  38. model-00034-of-000163.safetensors +3 -0
  39. model-00035-of-000163.safetensors +3 -0
  40. model-00036-of-000163.safetensors +3 -0
  41. model-00037-of-000163.safetensors +3 -0
  42. model-00038-of-000163.safetensors +3 -0
  43. model-00039-of-000163.safetensors +3 -0
  44. model-00040-of-000163.safetensors +3 -0
  45. model-00041-of-000163.safetensors +3 -0
  46. model-00042-of-000163.safetensors +3 -0
  47. model-00043-of-000163.safetensors +3 -0
  48. model-00044-of-000163.safetensors +3 -0
  49. model-00045-of-000163.safetensors +3 -0
  50. model-00046-of-000163.safetensors +3 -0
README.md CHANGED
@@ -1,3 +1,5 @@
1
  ---
2
  license: mit
3
  ---
 
 
 
1
  ---
2
  license: mit
3
  ---
4
+ This is the quantized version of the DeepSeek AI's DeepSeek-V3-0324 model,
5
+ which quantized with [TensorRT Model Optimizer](https://github.com/NVIDIA/TensorRT-Model-Optimizer).
config.json ADDED
@@ -0,0 +1,67 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "DeepseekV3ForCausalLM"
4
+ ],
5
+ "attention_bias": false,
6
+ "attention_dropout": 0.0,
7
+ "auto_map": {
8
+ "AutoConfig": "configuration_deepseek.DeepseekV3Config",
9
+ "AutoModel": "modeling_deepseek.DeepseekV3Model",
10
+ "AutoModelForCausalLM": "modeling_deepseek.DeepseekV3ForCausalLM"
11
+ },
12
+ "bos_token_id": 0,
13
+ "eos_token_id": 1,
14
+ "ep_size": 1,
15
+ "first_k_dense_replace": 3,
16
+ "hidden_act": "silu",
17
+ "hidden_size": 7168,
18
+ "initializer_range": 0.02,
19
+ "intermediate_size": 18432,
20
+ "kv_lora_rank": 512,
21
+ "max_position_embeddings": 163840,
22
+ "model_type": "deepseek_v3",
23
+ "moe_intermediate_size": 2048,
24
+ "moe_layer_freq": 1,
25
+ "n_group": 8,
26
+ "n_routed_experts": 256,
27
+ "n_shared_experts": 1,
28
+ "norm_topk_prob": true,
29
+ "num_attention_heads": 128,
30
+ "num_experts_per_tok": 8,
31
+ "num_hidden_layers": 61,
32
+ "num_key_value_heads": 128,
33
+ "num_nextn_predict_layers": 1,
34
+ "q_lora_rank": 1536,
35
+ "qk_nope_head_dim": 128,
36
+ "qk_rope_head_dim": 64,
37
+ "quantization_config": {
38
+ "activation_scheme": "dynamic",
39
+ "fmt": "e4m3",
40
+ "quant_method": "fp8",
41
+ "weight_block_size": [
42
+ 128,
43
+ 128
44
+ ]
45
+ },
46
+ "rms_norm_eps": 1e-06,
47
+ "rope_scaling": {
48
+ "beta_fast": 32,
49
+ "beta_slow": 1,
50
+ "factor": 40,
51
+ "mscale": 1.0,
52
+ "mscale_all_dim": 1.0,
53
+ "original_max_position_embeddings": 4096,
54
+ "type": "yarn"
55
+ },
56
+ "rope_theta": 10000,
57
+ "routed_scaling_factor": 2.5,
58
+ "scoring_func": "sigmoid",
59
+ "tie_word_embeddings": false,
60
+ "topk_group": 4,
61
+ "topk_method": "noaux_tc",
62
+ "torch_dtype": "bfloat16",
63
+ "transformers_version": "4.46.3",
64
+ "use_cache": true,
65
+ "v_head_dim": 128,
66
+ "vocab_size": 129280
67
+ }
configuration_deepseek.py ADDED
@@ -0,0 +1,199 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ from transformers.configuration_utils import PretrainedConfig
2
+ from transformers.utils import logging
3
+
4
+ logger = logging.get_logger(__name__)
5
+
6
+ DEEPSEEK_PRETRAINED_CONFIG_ARCHIVE_MAP = {}
7
+ class DeepseekV3Config(PretrainedConfig):
8
+ r"""
9
+ This is the configuration class to store the configuration of a [`DeepseekV3Model`]. It is used to instantiate an DeepSeek
10
+ model according to the specified arguments, defining the model architecture. Instantiating a configuration with the
11
+ defaults will yield a similar configuration to that of the DeepSeek-V3.
12
+
13
+ Configuration objects inherit from [`PretrainedConfig`] and can be used to control the model outputs. Read the
14
+ documentation from [`PretrainedConfig`] for more information.
15
+
16
+
17
+ Args:
18
+ vocab_size (`int`, *optional*, defaults to 129280):
19
+ Vocabulary size of the Deep model. Defines the number of different tokens that can be represented by the
20
+ `inputs_ids` passed when calling [`DeepseekV3Model`]
21
+ hidden_size (`int`, *optional*, defaults to 4096):
22
+ Dimension of the hidden representations.
23
+ intermediate_size (`int`, *optional*, defaults to 11008):
24
+ Dimension of the MLP representations.
25
+ moe_intermediate_size (`int`, *optional*, defaults to 1407):
26
+ Dimension of the MoE representations.
27
+ num_hidden_layers (`int`, *optional*, defaults to 32):
28
+ Number of hidden layers in the Transformer decoder.
29
+ num_nextn_predict_layers (`int`, *optional*, defaults to 1):
30
+ Number of nextn predict layers in the DeepSeekV3 Model.
31
+ num_attention_heads (`int`, *optional*, defaults to 32):
32
+ Number of attention heads for each attention layer in the Transformer decoder.
33
+ n_shared_experts (`int`, *optional*, defaults to None):
34
+ Number of shared experts, None means dense model.
35
+ n_routed_experts (`int`, *optional*, defaults to None):
36
+ Number of routed experts, None means dense model.
37
+ routed_scaling_factor (`float`, *optional*, defaults to 1.0):
38
+ Scaling factor or routed experts.
39
+ topk_method (`str`, *optional*, defaults to `gready`):
40
+ Topk method used in routed gate.
41
+ n_group (`int`, *optional*, defaults to None):
42
+ Number of groups for routed experts.
43
+ topk_group (`int`, *optional*, defaults to None):
44
+ Number of selected groups for each token(for each token, ensuring the selected experts is only within `topk_group` groups).
45
+ num_experts_per_tok (`int`, *optional*, defaults to None):
46
+ Number of selected experts, None means dense model.
47
+ moe_layer_freq (`int`, *optional*, defaults to 1):
48
+ The frequency of the MoE layer: one expert layer for every `moe_layer_freq - 1` dense layers.
49
+ first_k_dense_replace (`int`, *optional*, defaults to 0):
50
+ Number of dense layers in shallow layers(embed->dense->dense->...->dense->moe->moe...->lm_head).
51
+ \--k dense layers--/
52
+ norm_topk_prob (`bool`, *optional*, defaults to False):
53
+ Whether to normalize the weights of the routed experts.
54
+ scoring_func (`str`, *optional*, defaults to 'softmax'):
55
+ Method of computing expert weights.
56
+ aux_loss_alpha (`float`, *optional*, defaults to 0.001):
57
+ Auxiliary loss weight coefficient.
58
+ seq_aux = (`bool`, *optional*, defaults to True):
59
+ Whether to compute the auxiliary loss for each individual sample.
60
+ num_key_value_heads (`int`, *optional*):
61
+ This is the number of key_value heads that should be used to implement Grouped Query Attention. If
62
+ `num_key_value_heads=num_attention_heads`, the model will use Multi Head Attention (MHA), if
63
+ `num_key_value_heads=1 the model will use Multi Query Attention (MQA) otherwise GQA is used. When
64
+ converting a multi-head checkpoint to a GQA checkpoint, each group key and value head should be constructed
65
+ by meanpooling all the original heads within that group. For more details checkout [this
66
+ paper](https://arxiv.org/pdf/2305.13245.pdf). If it is not specified, will default to
67
+ `num_attention_heads`.
68
+ hidden_act (`str` or `function`, *optional*, defaults to `"silu"`):
69
+ The non-linear activation function (function or string) in the decoder.
70
+ max_position_embeddings (`int`, *optional*, defaults to 2048):
71
+ The maximum sequence length that this model might ever be used with.
72
+ initializer_range (`float`, *optional*, defaults to 0.02):
73
+ The standard deviation of the truncated_normal_initializer for initializing all weight matrices.
74
+ rms_norm_eps (`float`, *optional*, defaults to 1e-06):
75
+ The epsilon used by the rms normalization layers.
76
+ use_cache (`bool`, *optional*, defaults to `True`):
77
+ Whether or not the model should return the last key/values attentions (not used by all models). Only
78
+ relevant if `config.is_decoder=True`.
79
+ pad_token_id (`int`, *optional*):
80
+ Padding token id.
81
+ bos_token_id (`int`, *optional*, defaults to 1):
82
+ Beginning of stream token id.
83
+ eos_token_id (`int`, *optional*, defaults to 2):
84
+ End of stream token id.
85
+ tie_word_embeddings (`bool`, *optional*, defaults to `False`):
86
+ Whether to tie weight embeddings
87
+ rope_theta (`float`, *optional*, defaults to 10000.0):
88
+ The base period of the RoPE embeddings.
89
+ rope_scaling (`Dict`, *optional*):
90
+ Dictionary containing the scaling configuration for the RoPE embeddings. Currently supports two scaling
91
+ strategies: linear and dynamic. Their scaling factor must be a float greater than 1. The expected format is
92
+ `{"type": strategy name, "factor": scaling factor}`. When using this flag, don't update
93
+ `max_position_embeddings` to the expected new maximum.
94
+ attention_bias (`bool`, defaults to `False`, *optional*, defaults to `False`):
95
+ Whether to use a bias in the query, key, value and output projection layers during self-attention.
96
+ attention_dropout (`float`, *optional*, defaults to 0.0):
97
+ The dropout ratio for the attention probabilities.
98
+
99
+ ```python
100
+ >>> from transformers import DeepseekV3Model, DeepseekV3Config
101
+
102
+ >>> # Initializing a Deepseek-V3 style configuration
103
+ >>> configuration = DeepseekV3Config()
104
+
105
+ >>> # Accessing the model configuration
106
+ >>> configuration = model.config
107
+ ```"""
108
+
109
+ model_type = "deepseek_v3"
110
+ keys_to_ignore_at_inference = ["past_key_values"]
111
+
112
+ def __init__(
113
+ self,
114
+ vocab_size=129280,
115
+ hidden_size=7168,
116
+ intermediate_size=18432,
117
+ moe_intermediate_size = 2048,
118
+ num_hidden_layers=61,
119
+ num_nextn_predict_layers=1,
120
+ num_attention_heads=128,
121
+ num_key_value_heads=128,
122
+ n_shared_experts = 1,
123
+ n_routed_experts = 256,
124
+ ep_size = 1,
125
+ routed_scaling_factor = 2.5,
126
+ kv_lora_rank = 512,
127
+ q_lora_rank = 1536,
128
+ qk_rope_head_dim = 64,
129
+ v_head_dim = 128,
130
+ qk_nope_head_dim = 128,
131
+ topk_method = 'noaux_tc',
132
+ n_group = 8,
133
+ topk_group = 4,
134
+ num_experts_per_tok = 8,
135
+ moe_layer_freq = 1,
136
+ first_k_dense_replace = 3,
137
+ norm_topk_prob = True,
138
+ scoring_func = 'sigmoid',
139
+ hidden_act="silu",
140
+ max_position_embeddings=4096,
141
+ initializer_range=0.02,
142
+ rms_norm_eps=1e-6,
143
+ use_cache=True,
144
+ pad_token_id=None,
145
+ bos_token_id=0,
146
+ eos_token_id=1,
147
+ tie_word_embeddings=False,
148
+ rope_theta=10000.0,
149
+ rope_scaling=None,
150
+ attention_bias=False,
151
+ attention_dropout=0.0,
152
+ **kwargs,
153
+ ):
154
+ self.vocab_size = vocab_size
155
+ self.max_position_embeddings = max_position_embeddings
156
+ self.hidden_size = hidden_size
157
+ self.intermediate_size = intermediate_size
158
+ self.moe_intermediate_size = moe_intermediate_size
159
+ self.num_hidden_layers = num_hidden_layers
160
+ self.num_nextn_predict_layers = num_nextn_predict_layers
161
+ self.num_attention_heads = num_attention_heads
162
+ self.n_shared_experts = n_shared_experts
163
+ self.n_routed_experts = n_routed_experts
164
+ self.ep_size = ep_size
165
+ self.routed_scaling_factor = routed_scaling_factor
166
+ self.kv_lora_rank = kv_lora_rank
167
+ self.q_lora_rank = q_lora_rank
168
+ self.qk_rope_head_dim = qk_rope_head_dim
169
+ self.v_head_dim = v_head_dim
170
+ self.qk_nope_head_dim = qk_nope_head_dim
171
+ self.topk_method = topk_method
172
+ self.n_group = n_group
173
+ self.topk_group = topk_group
174
+ self.num_experts_per_tok = num_experts_per_tok
175
+ self.moe_layer_freq = moe_layer_freq
176
+ self.first_k_dense_replace = first_k_dense_replace
177
+ self.norm_topk_prob = norm_topk_prob
178
+ self.scoring_func = scoring_func
179
+ # for backward compatibility
180
+ if num_key_value_heads is None:
181
+ num_key_value_heads = num_attention_heads
182
+
183
+ self.num_key_value_heads = num_key_value_heads
184
+ self.hidden_act = hidden_act
185
+ self.initializer_range = initializer_range
186
+ self.rms_norm_eps = rms_norm_eps
187
+ self.use_cache = use_cache
188
+ self.rope_theta = rope_theta
189
+ self.rope_scaling = rope_scaling
190
+ self.attention_bias = attention_bias
191
+ self.attention_dropout = attention_dropout
192
+
193
+ super().__init__(
194
+ pad_token_id=pad_token_id,
195
+ bos_token_id=bos_token_id,
196
+ eos_token_id=eos_token_id,
197
+ tie_word_embeddings=tie_word_embeddings,
198
+ **kwargs,
199
+ )
hf_quant_config.json ADDED
@@ -0,0 +1,258 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "producer": {
3
+ "name": "modelopt",
4
+ "version": "0.25.0"
5
+ },
6
+ "quantization": {
7
+ "quant_algo": "NVFP4",
8
+ "kv_cache_quant_algo": null,
9
+ "group_size": 16,
10
+ "exclude_modules": [
11
+ "model.layers.24.mlp.gate",
12
+ "model.layers.13.mlp.gate",
13
+ "model.layers.32.mlp.gate",
14
+ "model.layers.27.self_attn*",
15
+ "model.layers.8.mlp.gate",
16
+ "model.layers.19.self_attn*",
17
+ "model.layers.38.self_attn*",
18
+ "model.layers.44.post_attention_layernorm",
19
+ "model.layers.56.mlp.gate",
20
+ "model.layers.20.mlp.gate",
21
+ "model.layers.0.post_attention_layernorm",
22
+ "model.layers.33.self_attn*",
23
+ "model.layers.29.self_attn*",
24
+ "model.layers.20.post_attention_layernorm",
25
+ "model.layers.46.input_layernorm",
26
+ "model.layers.28.self_attn*",
27
+ "model.layers.53.post_attention_layernorm",
28
+ "model.layers.36.mlp.gate",
29
+ "model.layers.60.mlp.gate",
30
+ "model.layers.42.self_attn*",
31
+ "model.layers.15.self_attn*",
32
+ "model.layers.24.post_attention_layernorm",
33
+ "model.layers.22.post_attention_layernorm",
34
+ "model.layers.29.post_attention_layernorm",
35
+ "model.layers.27.mlp.gate",
36
+ "model.layers.5.input_layernorm",
37
+ "model.layers.32.input_layernorm",
38
+ "model.layers.4.input_layernorm",
39
+ "model.layers.55.mlp.gate",
40
+ "model.layers.4.self_attn*",
41
+ "model.layers.37.self_attn*",
42
+ "model.layers.36.self_attn*",
43
+ "model.layers.8.post_attention_layernorm",
44
+ "model.layers.17.self_attn*",
45
+ "model.layers.53.input_layernorm",
46
+ "model.layers.33.post_attention_layernorm",
47
+ "model.layers.59.input_layernorm",
48
+ "model.layers.5.self_attn*",
49
+ "model.layers.30.post_attention_layernorm",
50
+ "model.layers.43.mlp.gate",
51
+ "model.layers.51.self_attn*",
52
+ "model.layers.55.post_attention_layernorm",
53
+ "model.layers.13.input_layernorm",
54
+ "model.norm",
55
+ "model.layers.18.input_layernorm",
56
+ "model.layers.22.self_attn*",
57
+ "model.layers.53.self_attn*",
58
+ "model.layers.50.self_attn*",
59
+ "model.layers.42.mlp.gate",
60
+ "model.layers.14.self_attn*",
61
+ "model.layers.57.mlp.gate",
62
+ "model.layers.56.self_attn*",
63
+ "model.layers.28.mlp.gate",
64
+ "model.layers.12.self_attn*",
65
+ "model.layers.30.input_layernorm",
66
+ "model.layers.26.post_attention_layernorm",
67
+ "model.layers.11.input_layernorm",
68
+ "model.layers.50.mlp.gate",
69
+ "model.layers.10.mlp.gate",
70
+ "model.layers.9.input_layernorm",
71
+ "model.layers.3.mlp.gate",
72
+ "model.layers.54.self_attn*",
73
+ "model.layers.12.mlp.gate",
74
+ "model.layers.35.mlp.gate",
75
+ "model.layers.15.post_attention_layernorm",
76
+ "model.layers.9.self_attn*",
77
+ "model.layers.28.input_layernorm",
78
+ "model.layers.31.post_attention_layernorm",
79
+ "model.layers.39.input_layernorm",
80
+ "model.embed_tokens",
81
+ "model.layers.44.self_attn*",
82
+ "model.layers.11.mlp.gate",
83
+ "model.layers.2.input_layernorm",
84
+ "model.layers.53.mlp.gate",
85
+ "model.layers.36.post_attention_layernorm",
86
+ "model.layers.39.post_attention_layernorm",
87
+ "model.layers.23.mlp.gate",
88
+ "model.layers.30.self_attn*",
89
+ "model.layers.15.mlp.gate",
90
+ "model.layers.49.mlp.gate",
91
+ "model.layers.25.mlp.gate",
92
+ "model.layers.22.input_layernorm",
93
+ "model.layers.1.self_attn*",
94
+ "model.layers.48.input_layernorm",
95
+ "model.layers.43.self_attn*",
96
+ "model.layers.59.post_attention_layernorm",
97
+ "model.layers.6.input_layernorm",
98
+ "model.layers.10.self_attn*",
99
+ "model.layers.58.self_attn*",
100
+ "model.layers.21.self_attn*",
101
+ "model.layers.57.self_attn*",
102
+ "model.layers.16.input_layernorm",
103
+ "model.layers.13.self_attn*",
104
+ "model.layers.21.post_attention_layernorm",
105
+ "model.layers.7.post_attention_layernorm",
106
+ "model.layers.57.input_layernorm",
107
+ "model.layers.40.self_attn*",
108
+ "model.layers.34.mlp.gate",
109
+ "model.layers.5.mlp.gate",
110
+ "model.layers.45.mlp.gate",
111
+ "model.layers.32.post_attention_layernorm",
112
+ "model.layers.40.input_layernorm",
113
+ "model.layers.58.mlp.gate",
114
+ "model.layers.31.mlp.gate",
115
+ "model.layers.27.input_layernorm",
116
+ "model.layers.21.mlp.gate",
117
+ "model.layers.48.mlp.gate",
118
+ "model.layers.0.input_layernorm",
119
+ "model.layers.34.post_attention_layernorm",
120
+ "model.layers.28.post_attention_layernorm",
121
+ "model.layers.32.self_attn*",
122
+ "model.layers.2.self_attn*",
123
+ "model.layers.45.self_attn*",
124
+ "model.layers.26.self_attn*",
125
+ "model.layers.14.post_attention_layernorm",
126
+ "model.layers.54.input_layernorm",
127
+ "model.layers.23.post_attention_layernorm",
128
+ "model.layers.47.mlp.gate",
129
+ "model.layers.54.post_attention_layernorm",
130
+ "model.layers.46.post_attention_layernorm",
131
+ "model.layers.47.input_layernorm",
132
+ "model.layers.59.mlp.gate",
133
+ "model.layers.3.post_attention_layernorm",
134
+ "model.layers.29.input_layernorm",
135
+ "model.layers.25.input_layernorm",
136
+ "model.layers.35.self_attn*",
137
+ "model.layers.6.post_attention_layernorm",
138
+ "model.layers.8.self_attn*",
139
+ "model.layers.3.input_layernorm",
140
+ "model.layers.43.post_attention_layernorm",
141
+ "model.layers.38.post_attention_layernorm",
142
+ "model.layers.17.mlp.gate",
143
+ "model.layers.42.post_attention_layernorm",
144
+ "model.layers.31.self_attn*",
145
+ "model.layers.2.post_attention_layernorm",
146
+ "model.layers.16.post_attention_layernorm",
147
+ "model.layers.1.input_layernorm",
148
+ "model.layers.25.self_attn*",
149
+ "model.layers.18.mlp.gate",
150
+ "model.layers.19.post_attention_layernorm",
151
+ "model.layers.10.input_layernorm",
152
+ "model.layers.18.post_attention_layernorm",
153
+ "model.layers.61*",
154
+ "model.layers.34.self_attn*",
155
+ "model.layers.55.input_layernorm",
156
+ "model.layers.15.input_layernorm",
157
+ "model.layers.29.mlp.gate",
158
+ "model.layers.58.input_layernorm",
159
+ "model.layers.20.self_attn*",
160
+ "model.layers.11.post_attention_layernorm",
161
+ "model.layers.41.self_attn*",
162
+ "model.layers.35.input_layernorm",
163
+ "model.layers.27.post_attention_layernorm",
164
+ "model.layers.44.mlp.gate",
165
+ "model.layers.37.mlp.gate",
166
+ "model.layers.0.self_attn*",
167
+ "model.layers.52.self_attn*",
168
+ "model.layers.19.input_layernorm",
169
+ "model.layers.41.mlp.gate",
170
+ "lm_head",
171
+ "model.layers.22.mlp.gate",
172
+ "model.layers.18.self_attn*",
173
+ "model.layers.20.input_layernorm",
174
+ "model.layers.40.post_attention_layernorm",
175
+ "model.layers.51.post_attention_layernorm",
176
+ "model.layers.23.self_attn*",
177
+ "model.layers.56.post_attention_layernorm",
178
+ "model.layers.44.input_layernorm",
179
+ "model.layers.47.post_attention_layernorm",
180
+ "model.layers.60.post_attention_layernorm",
181
+ "model.layers.41.input_layernorm",
182
+ "model.layers.24.self_attn*",
183
+ "model.layers.55.self_attn*",
184
+ "model.layers.35.post_attention_layernorm",
185
+ "model.layers.39.mlp.gate",
186
+ "model.layers.4.post_attention_layernorm",
187
+ "model.layers.54.mlp.gate",
188
+ "model.layers.12.post_attention_layernorm",
189
+ "model.layers.21.input_layernorm",
190
+ "model.layers.49.input_layernorm",
191
+ "model.layers.52.post_attention_layernorm",
192
+ "model.layers.6.self_attn*",
193
+ "model.layers.1.post_attention_layernorm",
194
+ "model.layers.60.input_layernorm",
195
+ "model.layers.48.self_attn*",
196
+ "model.layers.60.self_attn*",
197
+ "model.layers.8.input_layernorm",
198
+ "model.layers.26.mlp.gate",
199
+ "model.layers.46.mlp.gate",
200
+ "model.layers.9.mlp.gate",
201
+ "model.layers.37.post_attention_layernorm",
202
+ "model.layers.50.post_attention_layernorm",
203
+ "model.layers.39.self_attn*",
204
+ "model.layers.52.input_layernorm",
205
+ "model.layers.34.input_layernorm",
206
+ "model.layers.41.post_attention_layernorm",
207
+ "model.layers.52.mlp.gate",
208
+ "model.layers.47.self_attn*",
209
+ "model.layers.56.input_layernorm",
210
+ "model.layers.33.mlp.gate",
211
+ "model.layers.14.mlp.gate",
212
+ "model.layers.10.post_attention_layernorm",
213
+ "model.layers.30.mlp.gate",
214
+ "model.layers.49.post_attention_layernorm",
215
+ "model.layers.16.self_attn*",
216
+ "model.layers.6.mlp.gate",
217
+ "model.layers.7.mlp.gate",
218
+ "model.layers.25.post_attention_layernorm",
219
+ "model.layers.24.input_layernorm",
220
+ "model.layers.12.input_layernorm",
221
+ "model.layers.45.input_layernorm",
222
+ "model.layers.51.mlp.gate",
223
+ "model.layers.37.input_layernorm",
224
+ "model.layers.38.input_layernorm",
225
+ "model.layers.17.post_attention_layernorm",
226
+ "model.layers.16.mlp.gate",
227
+ "model.layers.43.input_layernorm",
228
+ "model.layers.46.self_attn*",
229
+ "model.layers.59.self_attn*",
230
+ "model.layers.19.mlp.gate",
231
+ "model.layers.50.input_layernorm",
232
+ "model.layers.26.input_layernorm",
233
+ "model.layers.4.mlp.gate",
234
+ "model.layers.51.input_layernorm",
235
+ "model.layers.48.post_attention_layernorm",
236
+ "model.layers.31.input_layernorm",
237
+ "model.layers.7.input_layernorm",
238
+ "model.layers.57.post_attention_layernorm",
239
+ "model.layers.38.mlp.gate",
240
+ "model.layers.58.post_attention_layernorm",
241
+ "model.layers.13.post_attention_layernorm",
242
+ "model.layers.3.self_attn*",
243
+ "model.layers.40.mlp.gate",
244
+ "model.layers.7.self_attn*",
245
+ "model.layers.17.input_layernorm",
246
+ "model.layers.23.input_layernorm",
247
+ "model.layers.45.post_attention_layernorm",
248
+ "model.layers.42.input_layernorm",
249
+ "model.layers.9.post_attention_layernorm",
250
+ "model.layers.11.self_attn*",
251
+ "model.layers.5.post_attention_layernorm",
252
+ "model.layers.33.input_layernorm",
253
+ "model.layers.49.self_attn*",
254
+ "model.layers.14.input_layernorm",
255
+ "model.layers.36.input_layernorm"
256
+ ]
257
+ }
258
+ }
model-00001-of-000163.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a5cadc7fdf96bc3dc12e6bd9617da98f30779ee30e698a84099a1a7951e6ca40
3
+ size 4832127568
model-00002-of-000163.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cf0c3eed9d63b475b54f8820f3fdefb987a557f10251c03e1ad747fc477f7aa7
3
+ size 2419597576
model-00003-of-000163.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:080b18edf3202fd2b0714119e2305b7e451c6f2b6b77788bd46222f286bb895e
3
+ size 2419598384
model-00004-of-000163.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0d0a26fa5069a36a71bf4d6c13deba38d4e519a3f139aeb5b27e95d8fa87eedb
3
+ size 2690159256
model-00005-of-000163.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8b8e9084bd935c2765d05cf413de9aef063252508a43006a9397e47b984e2015
3
+ size 2419597944
model-00006-of-000163.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cbbd421b7690e11b769c5a6892bf7dfd99cd458b2feb8e597d320decad95f9c5
3
+ size 2727778936
model-00007-of-000163.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9d32f362b3fadfa1ca2a22a0cd39491f550a57f4e8ce54a650e861f78d8d0adc
3
+ size 2423268408
model-00008-of-000163.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5fafa97ba0b92acb18d785f166bd704f44eb0eaac1a4fe6dab73df329bc1c7f8
3
+ size 2419598352
model-00009-of-000163.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6afda88ef7cc13d7fb5afe9290c8c9a2e5b86eacdb837194ab9b52be7e245a94
3
+ size 2690159640
model-00010-of-000163.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a8fcfa476354915d107213110e177e23d6d52aadd32e9913c4a53a0d96df4706
3
+ size 2419597560
model-00011-of-000163.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9ba8fec5e0a4129618409d32b8a4c80c12751b2bb3497bd2c31316046c251cd7
3
+ size 2419598384
model-00012-of-000163.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5d86b55fd5491fadf90f74ba9e13f0e6aaf4d8be09d390752efbeaa15b552352
3
+ size 743249736
model-00013-of-000163.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cb981ba0ac27975a2ee7e40465f91990bae49dd5b63393a7246b2c50bd91f7d3
3
+ size 2690130024
model-00014-of-000163.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0c21bd53418233d8731e00f4fb97c21c1b4abeb2339f94c7c73cf43263549f49
3
+ size 2419598296
model-00015-of-000163.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d147381a4fbd367a440e4b27868d710a27d70cfe1021c58cc1747ffebe3ec3cb
3
+ size 2690159704
model-00016-of-000163.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6799744744d553e1222b0e32526ba30f752f7d711631616b99514c708a5562e4
3
+ size 2419597504
model-00017-of-000163.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7f6aa2206f8842e74790c7d919da1fdb6220e281d5a8c44595ec0b130c0caee8
3
+ size 2419598384
model-00018-of-000163.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d519b8448bce87fef3f2caa742225e6d8a097540de563d2200345de7cb49978a
3
+ size 2690159320
model-00019-of-000163.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ce35ee175af569415a662e2c349f542d13c12729cd457f46d0b30abd23c7f7c1
3
+ size 2419597880
model-00020-of-000163.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dee65e7b0fdfc27047b9f9558f9a631640db392df7312b94be582ff39c6971e2
3
+ size 2419598392
model-00021-of-000163.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e676ef9aae18b4aae7d2a14a8d96cedf8a0976d0ff4405cd49ce18f23292cbd3
3
+ size 2690160048
model-00022-of-000163.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:29dc3077f85889ea58046181b2a172a959532e8b551fe7f033d5bf5fe470e709
3
+ size 2419599440
model-00023-of-000163.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b396b82845659d95b693ba49199b39a3321b56977cf31b35ca8c96b000d0bb29
3
+ size 2690160856
model-00024-of-000163.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:98ef2ab7427166eb5f4f56a5bf983fa94db02db317fa6c60d393f7c445855c96
3
+ size 2419598648
model-00025-of-000163.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:897de1dcfa742a487d11d961126d8b0725f1a7a2c6afb4ef3cb71e55538d839e
3
+ size 2419599560
model-00026-of-000163.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:71a59b38627317e4a7d108bf5c8d3b5a51ba9cbcee590063a0152a48187028a9
3
+ size 2690160480
model-00027-of-000163.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a64510306eb5181c9620d7d25d24b852b47defb9c072b2128398b03e32f1c8a6
3
+ size 2419599024
model-00028-of-000163.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:69a08a556e72cd854aa8f769d39aa6de83bb9fcc4aaff6425f9055387a81c27a
3
+ size 2419599560
model-00029-of-000163.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7838807b09df865fa1a4d6eca3f949880cfa766b24aad46a20c79b1a617d09b6
3
+ size 2690160104
model-00030-of-000163.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4fdfce0219652d797bd39d83cda365395e5dc05f46a8e2234c8b3591b24b53c5
3
+ size 2419599400
model-00031-of-000163.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5c3c94b920e3799284fd39a73f0e4a7dfcf0c302b90983a0aaa3b68aba6d61fe
3
+ size 2690160896
model-00032-of-000163.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:113ca734e35f42da580230d015792780954d8414c6d0e4eee46e78896976168e
3
+ size 2419598608
model-00033-of-000163.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:15d70dc2977abe1caa73da7a618396b5909e1aaa9a50bb5ee732005392ce105c
3
+ size 2419599568
model-00034-of-000163.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:afdde383a7d5c11922beb1039dc5115e7825a9e53047cc44a6a6df8d84fe5b73
3
+ size 982732544
model-00035-of-000163.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a882671343008ea600c501b6d00c49830b8d4e78151ea09071d1e360916a8b18
3
+ size 2690131152
model-00036-of-000163.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5d46607961a8aa78106ee135911b499583544eedb3d49dd4d94ca59817f60fa0
3
+ size 2419599464
model-00037-of-000163.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:44b74d87c747dcda43dbf24748bd0ee9ca97845e3e45c143912d385f45152b41
3
+ size 2690160832
model-00038-of-000163.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bfaa775c460c990cd2ba313ce9ce77b70a2ca4f2a0b2629385fb8a547e0924bd
3
+ size 2419598672
model-00039-of-000163.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:75be450bff6bbea756b605f0e3b832bca14d2f9df95e737581aab949cd274633
3
+ size 2419599560
model-00040-of-000163.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c4ab8702be2162198a892ae5e4b88092e4587b528f99c1a757ea24df4ee8830d
3
+ size 2690160448
model-00041-of-000163.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c4b133c6eeb4f9c4c0918e604c791a3536a4d1b90df603c7ad03fc9a87772c0a
3
+ size 2419599056
model-00042-of-000163.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1c332015157d0660341d067f456d74c43520a1c09ef40452e31879eda3c394a9
3
+ size 2419599568
model-00043-of-000163.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f54e2f2135e01f717473435cc4a651c5fe347cce399d77f0c4ba21ff57a3a41f
3
+ size 2690160064
model-00044-of-000163.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a4ec9bb478e73f3369609a38de7cb83c134f0f3d8b57ef291dde9024fd3d84cf
3
+ size 2419599440
model-00045-of-000163.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:616112882e4075cb93f61c9a46088d3c38425eea7164886c1deccad68e2daf3a
3
+ size 2690160856
model-00046-of-000163.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a08e3931eeb44479c0a0d80aa377ec95557f88b02909cad501355264852c2a01
3
+ size 2419598648