chenjiel commited on
Commit
a9ef924
·
unverified ·
1 Parent(s): e9c215a

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. .gitattributes +0 -0
  2. README.md +0 -0
  3. config.json +58 -0
  4. configuration_deepseek.py +199 -0
  5. generation_config.json +9 -0
  6. hf_quant_config.json +259 -0
  7. model-00001-of-000163.safetensors +3 -0
  8. model-00002-of-000163.safetensors +3 -0
  9. model-00003-of-000163.safetensors +3 -0
  10. model-00004-of-000163.safetensors +3 -0
  11. model-00005-of-000163.safetensors +3 -0
  12. model-00006-of-000163.safetensors +3 -0
  13. model-00007-of-000163.safetensors +3 -0
  14. model-00008-of-000163.safetensors +3 -0
  15. model-00009-of-000163.safetensors +3 -0
  16. model-00010-of-000163.safetensors +3 -0
  17. model-00011-of-000163.safetensors +3 -0
  18. model-00012-of-000163.safetensors +3 -0
  19. model-00013-of-000163.safetensors +3 -0
  20. model-00014-of-000163.safetensors +3 -0
  21. model-00015-of-000163.safetensors +3 -0
  22. model-00016-of-000163.safetensors +3 -0
  23. model-00017-of-000163.safetensors +3 -0
  24. model-00018-of-000163.safetensors +3 -0
  25. model-00019-of-000163.safetensors +3 -0
  26. model-00020-of-000163.safetensors +3 -0
  27. model-00021-of-000163.safetensors +3 -0
  28. model-00022-of-000163.safetensors +3 -0
  29. model-00023-of-000163.safetensors +3 -0
  30. model-00024-of-000163.safetensors +3 -0
  31. model-00025-of-000163.safetensors +3 -0
  32. model-00026-of-000163.safetensors +3 -0
  33. model-00027-of-000163.safetensors +3 -0
  34. model-00028-of-000163.safetensors +3 -0
  35. model-00029-of-000163.safetensors +3 -0
  36. model-00030-of-000163.safetensors +3 -0
  37. model-00031-of-000163.safetensors +3 -0
  38. model-00032-of-000163.safetensors +3 -0
  39. model-00033-of-000163.safetensors +3 -0
  40. model-00034-of-000163.safetensors +3 -0
  41. model-00035-of-000163.safetensors +3 -0
  42. model-00036-of-000163.safetensors +3 -0
  43. model-00037-of-000163.safetensors +3 -0
  44. model-00038-of-000163.safetensors +3 -0
  45. model-00039-of-000163.safetensors +3 -0
  46. model-00040-of-000163.safetensors +3 -0
  47. model-00041-of-000163.safetensors +3 -0
  48. model-00042-of-000163.safetensors +3 -0
  49. model-00043-of-000163.safetensors +3 -0
  50. model-00044-of-000163.safetensors +3 -0
.gitattributes CHANGED
File without changes
README.md CHANGED
File without changes
config.json ADDED
@@ -0,0 +1,58 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "rms_norm_eps": 1e-06,
38
+ "rope_scaling": {
39
+ "beta_fast": 32,
40
+ "beta_slow": 1,
41
+ "factor": 40,
42
+ "mscale": 1.0,
43
+ "mscale_all_dim": 1.0,
44
+ "original_max_position_embeddings": 4096,
45
+ "type": "yarn"
46
+ },
47
+ "rope_theta": 10000,
48
+ "routed_scaling_factor": 2.5,
49
+ "scoring_func": "sigmoid",
50
+ "tie_word_embeddings": false,
51
+ "topk_group": 4,
52
+ "topk_method": "noaux_tc",
53
+ "torch_dtype": "bfloat16",
54
+ "transformers_version": "4.44.2",
55
+ "use_cache": true,
56
+ "v_head_dim": 128,
57
+ "vocab_size": 129280
58
+ }
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
+ )
generation_config.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "bos_token_id": 0,
4
+ "eos_token_id": 1,
5
+ "do_sample": true,
6
+ "temperature": 0.6,
7
+ "top_p": 0.95,
8
+ "transformers_version": "4.46.3"
9
+ }
hf_quant_config.json ADDED
@@ -0,0 +1,259 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "producer": {
3
+ "name": "modelopt",
4
+ "version": "0.22.1.dev750+g59a703703"
5
+ },
6
+ "quantization": {
7
+ "quant_algo": "NVFP4",
8
+ "kv_cache_quant_algo": "FP8",
9
+ "group_size": 16,
10
+ "exclude_modules": [
11
+ "lm_head",
12
+ "model.layers.0.self_attn.kv_a_proj_with_mqa",
13
+ "model.layers.0.self_attn.kv_b_proj",
14
+ "model.layers.0.self_attn.q_a_proj",
15
+ "model.layers.0.self_attn.q_b_proj",
16
+ "model.layers.1.self_attn.kv_a_proj_with_mqa",
17
+ "model.layers.1.self_attn.kv_b_proj",
18
+ "model.layers.1.self_attn.q_a_proj",
19
+ "model.layers.1.self_attn.q_b_proj",
20
+ "model.layers.10.self_attn.kv_a_proj_with_mqa",
21
+ "model.layers.10.self_attn.kv_b_proj",
22
+ "model.layers.10.self_attn.q_a_proj",
23
+ "model.layers.10.self_attn.q_b_proj",
24
+ "model.layers.11.self_attn.kv_a_proj_with_mqa",
25
+ "model.layers.11.self_attn.kv_b_proj",
26
+ "model.layers.11.self_attn.q_a_proj",
27
+ "model.layers.11.self_attn.q_b_proj",
28
+ "model.layers.12.self_attn.kv_a_proj_with_mqa",
29
+ "model.layers.12.self_attn.kv_b_proj",
30
+ "model.layers.12.self_attn.q_a_proj",
31
+ "model.layers.12.self_attn.q_b_proj",
32
+ "model.layers.13.self_attn.kv_a_proj_with_mqa",
33
+ "model.layers.13.self_attn.kv_b_proj",
34
+ "model.layers.13.self_attn.q_a_proj",
35
+ "model.layers.13.self_attn.q_b_proj",
36
+ "model.layers.14.self_attn.kv_a_proj_with_mqa",
37
+ "model.layers.14.self_attn.kv_b_proj",
38
+ "model.layers.14.self_attn.q_a_proj",
39
+ "model.layers.14.self_attn.q_b_proj",
40
+ "model.layers.15.self_attn.kv_a_proj_with_mqa",
41
+ "model.layers.15.self_attn.kv_b_proj",
42
+ "model.layers.15.self_attn.q_a_proj",
43
+ "model.layers.15.self_attn.q_b_proj",
44
+ "model.layers.16.self_attn.kv_a_proj_with_mqa",
45
+ "model.layers.16.self_attn.kv_b_proj",
46
+ "model.layers.16.self_attn.q_a_proj",
47
+ "model.layers.16.self_attn.q_b_proj",
48
+ "model.layers.17.self_attn.kv_a_proj_with_mqa",
49
+ "model.layers.17.self_attn.kv_b_proj",
50
+ "model.layers.17.self_attn.q_a_proj",
51
+ "model.layers.17.self_attn.q_b_proj",
52
+ "model.layers.18.self_attn.kv_a_proj_with_mqa",
53
+ "model.layers.18.self_attn.kv_b_proj",
54
+ "model.layers.18.self_attn.q_a_proj",
55
+ "model.layers.18.self_attn.q_b_proj",
56
+ "model.layers.19.self_attn.kv_a_proj_with_mqa",
57
+ "model.layers.19.self_attn.kv_b_proj",
58
+ "model.layers.19.self_attn.q_a_proj",
59
+ "model.layers.19.self_attn.q_b_proj",
60
+ "model.layers.2.self_attn.kv_a_proj_with_mqa",
61
+ "model.layers.2.self_attn.kv_b_proj",
62
+ "model.layers.2.self_attn.q_a_proj",
63
+ "model.layers.2.self_attn.q_b_proj",
64
+ "model.layers.20.self_attn.kv_a_proj_with_mqa",
65
+ "model.layers.20.self_attn.kv_b_proj",
66
+ "model.layers.20.self_attn.q_a_proj",
67
+ "model.layers.20.self_attn.q_b_proj",
68
+ "model.layers.21.self_attn.kv_a_proj_with_mqa",
69
+ "model.layers.21.self_attn.kv_b_proj",
70
+ "model.layers.21.self_attn.q_a_proj",
71
+ "model.layers.21.self_attn.q_b_proj",
72
+ "model.layers.22.self_attn.kv_a_proj_with_mqa",
73
+ "model.layers.22.self_attn.kv_b_proj",
74
+ "model.layers.22.self_attn.q_a_proj",
75
+ "model.layers.22.self_attn.q_b_proj",
76
+ "model.layers.23.self_attn.kv_a_proj_with_mqa",
77
+ "model.layers.23.self_attn.kv_b_proj",
78
+ "model.layers.23.self_attn.q_a_proj",
79
+ "model.layers.23.self_attn.q_b_proj",
80
+ "model.layers.24.self_attn.kv_a_proj_with_mqa",
81
+ "model.layers.24.self_attn.kv_b_proj",
82
+ "model.layers.24.self_attn.q_a_proj",
83
+ "model.layers.24.self_attn.q_b_proj",
84
+ "model.layers.25.self_attn.kv_a_proj_with_mqa",
85
+ "model.layers.25.self_attn.kv_b_proj",
86
+ "model.layers.25.self_attn.q_a_proj",
87
+ "model.layers.25.self_attn.q_b_proj",
88
+ "model.layers.26.self_attn.kv_a_proj_with_mqa",
89
+ "model.layers.26.self_attn.kv_b_proj",
90
+ "model.layers.26.self_attn.q_a_proj",
91
+ "model.layers.26.self_attn.q_b_proj",
92
+ "model.layers.27.self_attn.kv_a_proj_with_mqa",
93
+ "model.layers.27.self_attn.kv_b_proj",
94
+ "model.layers.27.self_attn.q_a_proj",
95
+ "model.layers.27.self_attn.q_b_proj",
96
+ "model.layers.28.self_attn.kv_a_proj_with_mqa",
97
+ "model.layers.28.self_attn.kv_b_proj",
98
+ "model.layers.28.self_attn.q_a_proj",
99
+ "model.layers.28.self_attn.q_b_proj",
100
+ "model.layers.29.self_attn.kv_a_proj_with_mqa",
101
+ "model.layers.29.self_attn.kv_b_proj",
102
+ "model.layers.29.self_attn.q_a_proj",
103
+ "model.layers.29.self_attn.q_b_proj",
104
+ "model.layers.3.self_attn.kv_a_proj_with_mqa",
105
+ "model.layers.3.self_attn.kv_b_proj",
106
+ "model.layers.3.self_attn.q_a_proj",
107
+ "model.layers.3.self_attn.q_b_proj",
108
+ "model.layers.30.self_attn.kv_a_proj_with_mqa",
109
+ "model.layers.30.self_attn.kv_b_proj",
110
+ "model.layers.30.self_attn.q_a_proj",
111
+ "model.layers.30.self_attn.q_b_proj",
112
+ "model.layers.31.self_attn.kv_a_proj_with_mqa",
113
+ "model.layers.31.self_attn.kv_b_proj",
114
+ "model.layers.31.self_attn.q_a_proj",
115
+ "model.layers.31.self_attn.q_b_proj",
116
+ "model.layers.32.self_attn.kv_a_proj_with_mqa",
117
+ "model.layers.32.self_attn.kv_b_proj",
118
+ "model.layers.32.self_attn.q_a_proj",
119
+ "model.layers.32.self_attn.q_b_proj",
120
+ "model.layers.33.self_attn.kv_a_proj_with_mqa",
121
+ "model.layers.33.self_attn.kv_b_proj",
122
+ "model.layers.33.self_attn.q_a_proj",
123
+ "model.layers.33.self_attn.q_b_proj",
124
+ "model.layers.34.self_attn.kv_a_proj_with_mqa",
125
+ "model.layers.34.self_attn.kv_b_proj",
126
+ "model.layers.34.self_attn.q_a_proj",
127
+ "model.layers.34.self_attn.q_b_proj",
128
+ "model.layers.35.self_attn.kv_a_proj_with_mqa",
129
+ "model.layers.35.self_attn.kv_b_proj",
130
+ "model.layers.35.self_attn.q_a_proj",
131
+ "model.layers.35.self_attn.q_b_proj",
132
+ "model.layers.36.self_attn.kv_a_proj_with_mqa",
133
+ "model.layers.36.self_attn.kv_b_proj",
134
+ "model.layers.36.self_attn.q_a_proj",
135
+ "model.layers.36.self_attn.q_b_proj",
136
+ "model.layers.37.self_attn.kv_a_proj_with_mqa",
137
+ "model.layers.37.self_attn.kv_b_proj",
138
+ "model.layers.37.self_attn.q_a_proj",
139
+ "model.layers.37.self_attn.q_b_proj",
140
+ "model.layers.38.self_attn.kv_a_proj_with_mqa",
141
+ "model.layers.38.self_attn.kv_b_proj",
142
+ "model.layers.38.self_attn.q_a_proj",
143
+ "model.layers.38.self_attn.q_b_proj",
144
+ "model.layers.39.self_attn.kv_a_proj_with_mqa",
145
+ "model.layers.39.self_attn.kv_b_proj",
146
+ "model.layers.39.self_attn.q_a_proj",
147
+ "model.layers.39.self_attn.q_b_proj",
148
+ "model.layers.4.self_attn.kv_a_proj_with_mqa",
149
+ "model.layers.4.self_attn.kv_b_proj",
150
+ "model.layers.4.self_attn.q_a_proj",
151
+ "model.layers.4.self_attn.q_b_proj",
152
+ "model.layers.40.self_attn.kv_a_proj_with_mqa",
153
+ "model.layers.40.self_attn.kv_b_proj",
154
+ "model.layers.40.self_attn.q_a_proj",
155
+ "model.layers.40.self_attn.q_b_proj",
156
+ "model.layers.41.self_attn.kv_a_proj_with_mqa",
157
+ "model.layers.41.self_attn.kv_b_proj",
158
+ "model.layers.41.self_attn.q_a_proj",
159
+ "model.layers.41.self_attn.q_b_proj",
160
+ "model.layers.42.self_attn.kv_a_proj_with_mqa",
161
+ "model.layers.42.self_attn.kv_b_proj",
162
+ "model.layers.42.self_attn.q_a_proj",
163
+ "model.layers.42.self_attn.q_b_proj",
164
+ "model.layers.43.self_attn.kv_a_proj_with_mqa",
165
+ "model.layers.43.self_attn.kv_b_proj",
166
+ "model.layers.43.self_attn.q_a_proj",
167
+ "model.layers.43.self_attn.q_b_proj",
168
+ "model.layers.44.self_attn.kv_a_proj_with_mqa",
169
+ "model.layers.44.self_attn.kv_b_proj",
170
+ "model.layers.44.self_attn.q_a_proj",
171
+ "model.layers.44.self_attn.q_b_proj",
172
+ "model.layers.45.self_attn.kv_a_proj_with_mqa",
173
+ "model.layers.45.self_attn.kv_b_proj",
174
+ "model.layers.45.self_attn.q_a_proj",
175
+ "model.layers.45.self_attn.q_b_proj",
176
+ "model.layers.46.self_attn.kv_a_proj_with_mqa",
177
+ "model.layers.46.self_attn.kv_b_proj",
178
+ "model.layers.46.self_attn.q_a_proj",
179
+ "model.layers.46.self_attn.q_b_proj",
180
+ "model.layers.47.self_attn.kv_a_proj_with_mqa",
181
+ "model.layers.47.self_attn.kv_b_proj",
182
+ "model.layers.47.self_attn.q_a_proj",
183
+ "model.layers.47.self_attn.q_b_proj",
184
+ "model.layers.48.self_attn.kv_a_proj_with_mqa",
185
+ "model.layers.48.self_attn.kv_b_proj",
186
+ "model.layers.48.self_attn.q_a_proj",
187
+ "model.layers.48.self_attn.q_b_proj",
188
+ "model.layers.49.self_attn.kv_a_proj_with_mqa",
189
+ "model.layers.49.self_attn.kv_b_proj",
190
+ "model.layers.49.self_attn.q_a_proj",
191
+ "model.layers.49.self_attn.q_b_proj",
192
+ "model.layers.5.self_attn.kv_a_proj_with_mqa",
193
+ "model.layers.5.self_attn.kv_b_proj",
194
+ "model.layers.5.self_attn.q_a_proj",
195
+ "model.layers.5.self_attn.q_b_proj",
196
+ "model.layers.50.self_attn.kv_a_proj_with_mqa",
197
+ "model.layers.50.self_attn.kv_b_proj",
198
+ "model.layers.50.self_attn.q_a_proj",
199
+ "model.layers.50.self_attn.q_b_proj",
200
+ "model.layers.51.self_attn.kv_a_proj_with_mqa",
201
+ "model.layers.51.self_attn.kv_b_proj",
202
+ "model.layers.51.self_attn.q_a_proj",
203
+ "model.layers.51.self_attn.q_b_proj",
204
+ "model.layers.52.self_attn.kv_a_proj_with_mqa",
205
+ "model.layers.52.self_attn.kv_b_proj",
206
+ "model.layers.52.self_attn.q_a_proj",
207
+ "model.layers.52.self_attn.q_b_proj",
208
+ "model.layers.53.self_attn.kv_a_proj_with_mqa",
209
+ "model.layers.53.self_attn.kv_b_proj",
210
+ "model.layers.53.self_attn.q_a_proj",
211
+ "model.layers.53.self_attn.q_b_proj",
212
+ "model.layers.54.self_attn.kv_a_proj_with_mqa",
213
+ "model.layers.54.self_attn.kv_b_proj",
214
+ "model.layers.54.self_attn.q_a_proj",
215
+ "model.layers.54.self_attn.q_b_proj",
216
+ "model.layers.55.self_attn.kv_a_proj_with_mqa",
217
+ "model.layers.55.self_attn.kv_b_proj",
218
+ "model.layers.55.self_attn.q_a_proj",
219
+ "model.layers.55.self_attn.q_b_proj",
220
+ "model.layers.56.self_attn.kv_a_proj_with_mqa",
221
+ "model.layers.56.self_attn.kv_b_proj",
222
+ "model.layers.56.self_attn.q_a_proj",
223
+ "model.layers.56.self_attn.q_b_proj",
224
+ "model.layers.57.self_attn.kv_a_proj_with_mqa",
225
+ "model.layers.57.self_attn.kv_b_proj",
226
+ "model.layers.57.self_attn.q_a_proj",
227
+ "model.layers.57.self_attn.q_b_proj",
228
+ "model.layers.58.self_attn.kv_a_proj_with_mqa",
229
+ "model.layers.58.self_attn.kv_b_proj",
230
+ "model.layers.58.self_attn.q_a_proj",
231
+ "model.layers.58.self_attn.q_b_proj",
232
+ "model.layers.59.self_attn.kv_a_proj_with_mqa",
233
+ "model.layers.59.self_attn.kv_b_proj",
234
+ "model.layers.59.self_attn.q_a_proj",
235
+ "model.layers.59.self_attn.q_b_proj",
236
+ "model.layers.6.self_attn.kv_a_proj_with_mqa",
237
+ "model.layers.6.self_attn.kv_b_proj",
238
+ "model.layers.6.self_attn.q_a_proj",
239
+ "model.layers.6.self_attn.q_b_proj",
240
+ "model.layers.60.self_attn.kv_a_proj_with_mqa",
241
+ "model.layers.60.self_attn.kv_b_proj",
242
+ "model.layers.60.self_attn.q_a_proj",
243
+ "model.layers.60.self_attn.q_b_proj",
244
+ "model.layers.7.self_attn.kv_a_proj_with_mqa",
245
+ "model.layers.7.self_attn.kv_b_proj",
246
+ "model.layers.7.self_attn.q_a_proj",
247
+ "model.layers.7.self_attn.q_b_proj",
248
+ "model.layers.8.self_attn.kv_a_proj_with_mqa",
249
+ "model.layers.8.self_attn.kv_b_proj",
250
+ "model.layers.8.self_attn.q_a_proj",
251
+ "model.layers.8.self_attn.q_b_proj",
252
+ "model.layers.9.self_attn.kv_a_proj_with_mqa",
253
+ "model.layers.9.self_attn.kv_b_proj",
254
+ "model.layers.9.self_attn.q_a_proj",
255
+ "model.layers.9.self_attn.q_b_proj",
256
+ "model.layers.61*"
257
+ ]
258
+ }
259
+ }
model-00001-of-000163.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:79afbda70fc76dfa8e62f6305529ab211d8e22b4da3cc5d3652b2741a28af07b
3
+ size 4156845944
model-00002-of-000163.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9ce8085cff032e9905071c208474f0ad7021682bc0c860ce47a09f91c580585c
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:e92e0df7d80cda07586e0844d3124e40d4582d03104a16a1c3ea28d722b819fc
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:5b9bd5357eff82ca15998d10a00c01ca835b8a0391c0b42998cdc58bb6578e48
3
+ size 2521338792
model-00005-of-000163.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:30788b22a4740aff70e41d8cf2bf9b4d78a8997f59febe355543873fca349430
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:6aab4d239d206d1ac1e412433dcda50c8b561ff12a77d1240d76ecf45c8ed429
3
+ size 2558958464
model-00007-of-000163.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:350a47546c1d0d39ba343b3df6360c476d7612696ed19939d496e9ad777d8ccb
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:97ca03f88ad84ddaa508a2796c6438ee5155a7e052a49d05850ae5aa350e753d
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:f3c8ec18a19d75f5ee6c27db405ceeb2eb05a4a84fb5f92519dc833e9d87ba1c
3
+ size 2521339176
model-00010-of-000163.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b4a070318dd61ff5e16021b75adb8653b476142187a8fa17e16c5b2854228d33
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:44ac5e59b853b4a2a9d146b784dbd25fcfc8a30f4b78b29e45684314bda73585
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:0973f937413daf29176b9b52cb8b42b1274ccdc1b4d5b8894df3cd1fb711e168
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:defdb3703c7c50400774a01ed346e69f9a904f044d0efafa16ec680b3fac5aab
3
+ size 2521309560
model-00014-of-000163.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d128224429aede8c6b75a0b559048415d0f8856661588c295983b16a249158f8
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:18b847c10c28d3b0a71f2ddcd5530b5529829aa6d08a2e47cb587ef52cd75dee
3
+ size 2521339232
model-00016-of-000163.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dc7ecc22a799fab2e518d3d7d6aec2899bf968a2de2e4787f080597cb073db3a
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:87590f2135ac8c93c0ed597f029aace6ce1e3cd62da120b4c97163162a1c8510
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:f1f83af4fe6fccd7f2dec6e4608b3e97961bfd3b41981e77dcce00de2092149b
3
+ size 2521338856
model-00019-of-000163.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:35f50844545ec1c8ef8c8a585b095c6a6a4f6087a6728f8aa578f0b3d82388be
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:d312e5cffb02edc2760295554d0be02c9732b95df11d11c435c2703c4c30e5d2
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:da8ad816b27adf76b329bdcc61cd73a4dc997f3c84c055f6b0abc92ddd2f1a4e
3
+ size 2521339584
model-00022-of-000163.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8f7802d3b07ccfa804e9799cbc72240aaa2e8965cfbd5cfbe72f067056edbea2
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:e30802b8b244a28b4d8cd32175905e285cbc9f6ed5ad7e8462b8469fa787211c
3
+ size 2521340392
model-00024-of-000163.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3f0651f23995adb80ec0215f5591a3763f617bec5ca686a7cbe837b86bddeaf1
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:fbf67e075f9872a2e6143a042cea7fdba12f3643cbcec34831d3fbc567a1b670
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:8156b6ff9b69d325c6f688483abd7dc4203171851821b945c65ed2ad62b858b8
3
+ size 2521340016
model-00027-of-000163.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b1a1a137a83a6f52ef3bbc991cf3757a92f7c9b97faa21606884063d29afc3bd
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:5d974765b482728b81c1428f90b1bbbfc5f308007c30fd2521b7ed86eafe74c8
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:a57a91a66e30fa6be8de9fb083a7951260c848e6cc7438e7d47b4e4645deceb9
3
+ size 2521339640
model-00030-of-000163.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b5c694f21306957194732d107c7a009b3f3f135ea9a1a654f91077e2392ceda4
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:5d85f244267e7499432f9fed8868d200d8b58ab11849f1d03281674c92a25b71
3
+ size 2521340432
model-00032-of-000163.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5844ba91a0672bd1840b9779e1d6436e9d36131c9b0d22d42874816246a55669
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:918130fff9e9c47dd32f67e7c280c62dc934891cc66b4e45c28562ad800b78f5
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:6d4d519c3ce6c3ffa7e6efa81cec10b8ef4abcd3ea64cd1e005ddbf33179299b
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:040e7375b0f88d890f02f84c4c57090d3170084b7edb44045cfcd24376185f39
3
+ size 2521310688
model-00036-of-000163.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6f50447d6958c3d01e9efbb8414898c36e83515723778388ee0786f929b63f1b
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:276b2e20ef350eaecb34620ce7cbbcafe09654fe4ec53cb9b38267dabae98197
3
+ size 2521340368
model-00038-of-000163.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5b08f2f135cbfd8df122fc80f35979ba3f903056c1fc6b1b7b62b226155e2059
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:6a44a45b85a0c7c5a76744bd8448c2b70ba97ea4d0671d302d6d6f5eda466dcf
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:5c5c451e54d83a65dab43a972c0ef44bf2777a8c57b3b70f8d1c03edab38b7c9
3
+ size 2521339984
model-00041-of-000163.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2ab3c5dbfe8766ac5b33ede9d2e142fd061def1431c511c33089a65a5e2570df
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:9b00071ed8f884dc54d970c4aa3f0a3b165310339a76569c252cb26ca3cd7025
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:86fb1add3de7678b499dcb25ffe3a7cffc77529c322000bbd89fc17dc8203e28
3
+ size 2521339600
model-00044-of-000163.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ec2c7905c746a20715a1222d33fc1e7fbd136641a5b04f2c37b6b8d774a6d997
3
+ size 2419599440