bdubayah commited on
Commit
b75b405
·
verified ·
1 Parent(s): 5f7ec24

Add files using upload-large-folder tool

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. config.json +67 -0
  2. configuration_deepseek.py +199 -0
  3. generation_config.json +9 -0
  4. hf_quant_config.json +75 -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-00043-of-000163.safetensors +3 -0
  47. model-00044-of-000163.safetensors +3 -0
  48. model-00045-of-000163.safetensors +3 -0
  49. model-00047-of-000163.safetensors +3 -0
  50. model-00049-of-000163.safetensors +3 -0
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
+ )
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,75 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "producer": {
3
+ "name": "modelopt",
4
+ "version": "0.29.0"
5
+ },
6
+ "quantization": {
7
+ "quant_algo": "NVFP4",
8
+ "kv_cache_quant_algo": null,
9
+ "group_size": 16,
10
+ "exclude_modules": [
11
+ "lm_head",
12
+ "model.layers.0.self_attn*",
13
+ "model.layers.1.self_attn*",
14
+ "model.layers.10.self_attn*",
15
+ "model.layers.11.self_attn*",
16
+ "model.layers.12.self_attn*",
17
+ "model.layers.13.self_attn*",
18
+ "model.layers.14.self_attn*",
19
+ "model.layers.15.self_attn*",
20
+ "model.layers.16.self_attn*",
21
+ "model.layers.17.self_attn*",
22
+ "model.layers.18.self_attn*",
23
+ "model.layers.19.self_attn*",
24
+ "model.layers.2.self_attn*",
25
+ "model.layers.20.self_attn*",
26
+ "model.layers.21.self_attn*",
27
+ "model.layers.22.self_attn*",
28
+ "model.layers.23.self_attn*",
29
+ "model.layers.24.self_attn*",
30
+ "model.layers.25.self_attn*",
31
+ "model.layers.26.self_attn*",
32
+ "model.layers.27.self_attn*",
33
+ "model.layers.28.self_attn*",
34
+ "model.layers.29.self_attn*",
35
+ "model.layers.3.self_attn*",
36
+ "model.layers.30.self_attn*",
37
+ "model.layers.31.self_attn*",
38
+ "model.layers.32.self_attn*",
39
+ "model.layers.33.self_attn*",
40
+ "model.layers.34.self_attn*",
41
+ "model.layers.35.self_attn*",
42
+ "model.layers.36.self_attn*",
43
+ "model.layers.37.self_attn*",
44
+ "model.layers.38.self_attn*",
45
+ "model.layers.39.self_attn*",
46
+ "model.layers.4.self_attn*",
47
+ "model.layers.40.self_attn*",
48
+ "model.layers.41.self_attn*",
49
+ "model.layers.42.self_attn*",
50
+ "model.layers.43.self_attn*",
51
+ "model.layers.44.self_attn*",
52
+ "model.layers.45.self_attn*",
53
+ "model.layers.46.self_attn*",
54
+ "model.layers.47.self_attn*",
55
+ "model.layers.48.self_attn*",
56
+ "model.layers.49.self_attn*",
57
+ "model.layers.5.self_attn*",
58
+ "model.layers.50.self_attn*",
59
+ "model.layers.51.self_attn*",
60
+ "model.layers.52.self_attn*",
61
+ "model.layers.53.self_attn*",
62
+ "model.layers.54.self_attn*",
63
+ "model.layers.55.self_attn*",
64
+ "model.layers.56.self_attn*",
65
+ "model.layers.57.self_attn*",
66
+ "model.layers.58.self_attn*",
67
+ "model.layers.59.self_attn*",
68
+ "model.layers.6.self_attn*",
69
+ "model.layers.60.self_attn*",
70
+ "model.layers.7.self_attn*",
71
+ "model.layers.8.self_attn*",
72
+ "model.layers.9.self_attn*"
73
+ ]
74
+ }
75
+ }
model-00001-of-000163.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c91e97181ce1a4fea1b4197cb3d6fea651640943ced02751d931df774e6abf75
3
+ size 4832126816
model-00002-of-000163.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c5d1bcb509a4ce0a703a8e07286cf9d17f011bc75516bb9bf66eecbff96f498e
3
+ size 2419596008
model-00003-of-000163.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:01d9a787411729684af7902d47dc78912e9e8dbc077527681735a90fd132d36f
3
+ size 2419596824
model-00004-of-000163.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:787fa3d30882520d6f158af5c5a7065d8deb5f7ff5d6c0836c959a6847bf1c03
3
+ size 2690157656
model-00005-of-000163.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eb38ce129fdff3a4dcb6b00fd1439a8bfbf3ed35ebe92ba1d0bbec14d7f32885
3
+ size 2419596384
model-00006-of-000163.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:17c25d69b98a85b684f5b9ade89761078cd7d0670bb4765784f003b86b82d156
3
+ size 2727777304
model-00007-of-000163.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9d3972ce05df1042d327f82bc6f5866c4a2995c09c6aca9a4e7c6a1783ff7c9b
3
+ size 2423266840
model-00008-of-000163.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:86277400e52dc1c5481f0c70646adb2ac59d3c34d13e196d66e383f00c6fd9fa
3
+ size 2419596792
model-00009-of-000163.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:93a00d4ce0002c4967623b843347d175bdb8fa049bbc3d00a8291375a30d3d56
3
+ size 2690158040
model-00010-of-000163.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:20dc1ade1e85faa7664b29456dcb0b20d0a884439fdcba06cf1b5a3e78d5e207
3
+ size 2419596000
model-00011-of-000163.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b5368924cd2b65ae48a0e27c2e7af2c709a277a6bcd889ff369f6805282e364b
3
+ size 2419596824
model-00012-of-000163.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2d0a678458837a2849c330e940ad1876d25c22ec6ad195188b1073a326056b0f
3
+ size 743249264
model-00013-of-000163.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:89b542c62b7f740ea213139d345d3ae764d38b0dba562e6f515e0bf430a6e6cd
3
+ size 2690128424
model-00014-of-000163.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cf169fc12c95701d9b0f924a83e58b3c366175fda5ead9e833bbeca1104074b4
3
+ size 2419596728
model-00015-of-000163.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5a7bc83bace663c712697ab281fab5ae89d56e57e9474b34b0a4fe6274be23be
3
+ size 2690158096
model-00016-of-000163.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4acbeac4e6797022c30eeb90bc11572e05672988104df8cf8d863b166c75ed0f
3
+ size 2419595936
model-00017-of-000163.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cd617538d3769d0d9f4432998bcaea719bf7f2c77e8a02d5b94fc8bee809c79a
3
+ size 2419596824
model-00018-of-000163.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a508ef0cfa9c8fc9c3995ad2f92312920d0db7ddec2de6f7a36c7bc52496f631
3
+ size 2690157720
model-00019-of-000163.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:982007cda68b2564716a933612bd4e84bc182dd792fd00de96169d6a19bdb84b
3
+ size 2419596320
model-00020-of-000163.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1fe89bb2e412c7d324f476bc05f32dc0d2472d7594b134fe5187e8d6ca4eea3a
3
+ size 2419596832
model-00021-of-000163.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:34768aee903ec00ba779596a6303d5d8dcc3e6a70edb33d55f4a9733930085a9
3
+ size 2690158440
model-00022-of-000163.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:db9ee881a2eda67249bf04fe1c00f4a46289725070cb1da217d8ac995f5e2ddc
3
+ size 2419597880
model-00023-of-000163.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8750319707affbb5847a354485324f263e9273c69c6a0937c61719fbb04e27cc
3
+ size 2690159256
model-00024-of-000163.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fa967ff8f5bba05b77dfacab3b56eb831abfa827ad8894493d219a87c78d9afe
3
+ size 2419597088
model-00025-of-000163.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e7c7a140e9fa2d84015d5b48762bcc1f9b6cbac0bb36a7eaba32a96b596237c8
3
+ size 2419597992
model-00026-of-000163.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e8c191f41090d86675ca4af706eeac2717ad7509d5646ad6c0184c824325be97
3
+ size 2690158880
model-00027-of-000163.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:386f2e4cb50c1849b576eb7219bfc0961ce0a6b68581a3b2703874c552b5c693
3
+ size 2419597456
model-00028-of-000163.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ac087c24ff7ddf2e61b978fc69e9efc06b661b44bb71a8aab3d592a3a40c8fb8
3
+ size 2419597992
model-00029-of-000163.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1e2abea2a6d3c06aeb161f723d0f10a70677e767c48d23ab5ee4db31d719788f
3
+ size 2690158504
model-00030-of-000163.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:08a2262f87535da1ef6396319861e1967d3b8eb2d7279f60fc6d9d1db4543896
3
+ size 2419597840
model-00031-of-000163.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cb7d93e5f1ab88a3a3b863f9f7651591eb81b5cc91e6a080e998665bd9026477
3
+ size 2690159296
model-00032-of-000163.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d7fa97d7a73d959403633da4a6217e3d7d9bd43057c4dff4dbac8b18c05c0c47
3
+ size 2419597048
model-00033-of-000163.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e9ddef59ee08d7639759407744973038bb4b2eacf3bbfe2920629fcd30cb5a9c
3
+ size 2419598000
model-00034-of-000163.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:169f972d86955c8cb23469eb206797038b41cbbcae0c0d8cd3888a2955fed038
3
+ size 982731896
model-00035-of-000163.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b56fb8f6e4c403f93cd2749d56e75988cee7a3606b81bd52d0a2a6fbe0bc64ed
3
+ size 2690129552
model-00036-of-000163.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:663537c4f8edb63e309c8e8664cceb80c17fffb370cb79ec1a10140b242af8f1
3
+ size 2419597904
model-00037-of-000163.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aa66c35c84b8e5e32e04dfaba736a47cc55035bb18c656f402adecb91139a3ae
3
+ size 2690159232
model-00038-of-000163.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:360d38f9e48b7200c9525cdb4742a07eb89bcb67f84d27414337905394d8b86a
3
+ size 2419597112
model-00039-of-000163.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3aff94316d3b280687201fced1a8aefe8257ffa9f35d668cd8f17d59aab8816a
3
+ size 2419597992
model-00040-of-000163.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a5c445c2743a3bb3b4aa7e9795a3b7680ee01779006a06411beca88f1af895c2
3
+ size 2690158848
model-00041-of-000163.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:479c7878ad1a39f51d912da9602865f42f38851fdf7dcedd0a5fa26097a35f41
3
+ size 2419597488
model-00043-of-000163.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2582049b2ff24855ac82b9bba52020781c863ff3f96da12c432803e28ea0e917
3
+ size 2690158464
model-00044-of-000163.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b1927be919682684ae0439ba6b066964856365e29bb4fbdf23dc077b2184652c
3
+ size 2419597880
model-00045-of-000163.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:be95db3b6c815d854909b37d8fab583cd3c4eb12d8860c379100a3f24ba34923
3
+ size 2690159256
model-00047-of-000163.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6c4565f986bdf13c07b8714d2f20fa8b0f0efa8e87cd190c5c8a0930c8f252ff
3
+ size 2419597992
model-00049-of-000163.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:27ba1b2bcb575f5dfeb50f6cded516827816be5b71d60ccc48907ecd42f5e4ce
3
+ size 2419597456