meenchen commited on
Commit
e2097ec
·
1 Parent(s): 880c740

add checkpoint

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 +77 -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
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,77 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "producer": {
3
+ "name": "modelopt",
4
+ "version": "0.30.1.dev58+gbf8bcafc6.d20250529"
5
+ },
6
+ "quantization": {
7
+ "quant_algo": "NVFP4",
8
+ "kv_cache_quant_algo": "FP8",
9
+ "group_size": 16,
10
+ "has_zero_point": false,
11
+ "pre_quant_scale": true,
12
+ "exclude_modules": [
13
+ "lm_head",
14
+ "model.layers.0.self_attn*",
15
+ "model.layers.1.self_attn*",
16
+ "model.layers.10.self_attn*",
17
+ "model.layers.11.self_attn*",
18
+ "model.layers.12.self_attn*",
19
+ "model.layers.13.self_attn*",
20
+ "model.layers.14.self_attn*",
21
+ "model.layers.15.self_attn*",
22
+ "model.layers.16.self_attn*",
23
+ "model.layers.17.self_attn*",
24
+ "model.layers.18.self_attn*",
25
+ "model.layers.19.self_attn*",
26
+ "model.layers.2.self_attn*",
27
+ "model.layers.20.self_attn*",
28
+ "model.layers.21.self_attn*",
29
+ "model.layers.22.self_attn*",
30
+ "model.layers.23.self_attn*",
31
+ "model.layers.24.self_attn*",
32
+ "model.layers.25.self_attn*",
33
+ "model.layers.26.self_attn*",
34
+ "model.layers.27.self_attn*",
35
+ "model.layers.28.self_attn*",
36
+ "model.layers.29.self_attn*",
37
+ "model.layers.3.self_attn*",
38
+ "model.layers.30.self_attn*",
39
+ "model.layers.31.self_attn*",
40
+ "model.layers.32.self_attn*",
41
+ "model.layers.33.self_attn*",
42
+ "model.layers.34.self_attn*",
43
+ "model.layers.35.self_attn*",
44
+ "model.layers.36.self_attn*",
45
+ "model.layers.37.self_attn*",
46
+ "model.layers.38.self_attn*",
47
+ "model.layers.39.self_attn*",
48
+ "model.layers.4.self_attn*",
49
+ "model.layers.40.self_attn*",
50
+ "model.layers.41.self_attn*",
51
+ "model.layers.42.self_attn*",
52
+ "model.layers.43.self_attn*",
53
+ "model.layers.44.self_attn*",
54
+ "model.layers.45.self_attn*",
55
+ "model.layers.46.self_attn*",
56
+ "model.layers.47.self_attn*",
57
+ "model.layers.48.self_attn*",
58
+ "model.layers.49.self_attn*",
59
+ "model.layers.5.self_attn*",
60
+ "model.layers.50.self_attn*",
61
+ "model.layers.51.self_attn*",
62
+ "model.layers.52.self_attn*",
63
+ "model.layers.53.self_attn*",
64
+ "model.layers.54.self_attn*",
65
+ "model.layers.55.self_attn*",
66
+ "model.layers.56.self_attn*",
67
+ "model.layers.57.self_attn*",
68
+ "model.layers.58.self_attn*",
69
+ "model.layers.59.self_attn*",
70
+ "model.layers.6.self_attn*",
71
+ "model.layers.60.self_attn*",
72
+ "model.layers.7.self_attn*",
73
+ "model.layers.8.self_attn*",
74
+ "model.layers.9.self_attn*"
75
+ ]
76
+ }
77
+ }
model-00001-of-000163.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:69f66612649ef39a54c958aee7ab95ad6dcd690c52886f22011a599184df66a8
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:ac6cb6c4a30d18ee8d24c5237c1b0f9cb30ab24aa9f4e4758a8beb5125360720
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:c280f0fc3241c685b033c26c92fd4c3fca34285f288922e3d8119ba7d779aa32
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:f0039648c9461ae4b8a9bd1efba9518b453ac12cc89b392f152d799950a3ae17
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:5a454d4577381ec2fb9511015c9a06024fe592949badd45d36d2efe24dc1a0f2
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:bcde09e04afbaf2018feefbc54350d960b560d4ed3b2e04b0a177605285cbaa3
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:48a5a4d26db3e4a11d1bacdfd5c94e27bfc90b14750c165ee7ebca2d81b924e4
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:b52d09d1147f1704bb39096221afbd992c6a1fe1114358975ddca79ea214361e
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:c4fddcdc66a39c8d572b7ab799c2b9041e9f4921c6bb2de2dbcc71ceade1c110
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:2658cef0619d4912da43964d312fa1448eac38f5e44e0313218367b888f8e7ae
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:360189a2c32647c16efbf465a9f2bb3f607e47f0848c6dbfca1eae455d8fa6dd
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:8ae7554ea1a6d65c9e194dd99254bc0797c9fd848a7be23fca94e2defc56ce9d
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:7b7be8ce09917e5e08b88fc7ad5901b545d280e2e9d02162568b426bb6888f42
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:7d359af3e3ccf70794d83235e5d022392cb76ade1a34d4fd8797c588c212056a
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:a966910f03d23623906864a3b07a67a6acb783192b378175d74738e821bca307
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:b0ed219a52ec2d617ecc750963519df23d5e27160621d2fd964b506ba017a5bc
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:bbe5cb864267a27a55add115d27f9fdec6d47405f626de9774e0f79ed271de8e
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:558f96a63196f303c62da85151dfa8d080fdc44e69a985533158b8ce390f9082
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:0b1db3ad16aea8afdcc667011dabc11addf41c20b4c10234508117578278ba21
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:c016097de09ca54826380158d531ef7121ccc6f5aa44dbbe255dd4c80e817e7d
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:a168b5c767494472f373656539a48abaeaeb1f45262f3ab3d607ee7418767212
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:05f55fd3fa47fcebc0c4910204672fb602b30f364cf088544c6ec1d67f7d33ba
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:992ddc04bdcd10549949fa0c17dbb9fc02d944ba6489251f73e67715a555052c
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:95362bd84e97a23460933f630b69d9ff720b7d1da15c544b97ade3481bcca444
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:c1db194b1d6a0f2c6a1935e5105622174007db387c79e6c1b5430bc3273c778b
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:5505979629cbb9fbd0e02675526ae476d63b56e7839e9569a191e94160aa5e8f
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:04ee66ce0f3e51f407d5a68e4b29c0b63e9bda0a5e88896c39a097aaba3a2dd2
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:9167d91670023079e629de55d02be50a06a720b125da70b9556481b9f23e49d3
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:59a6ebae0d72537d1d58ee3e01254388d42798362d6cd66bbc1d9c1dab5cadb6
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:18dfa7d3ed08561b4109e83e49fe4a073ce5b1a23d374bce98dc5bab832f4948
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:7a2f8473930712f9a654f2e6c1a89103cba04bc4b62f1100b191f19783271747
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:fd86c19b1c61cd171d5f573cd62a85d09baae34b54b678ceed921c522412a406
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:e4a2457ca0b979830ba5bdff1b9e17be8ec227c866a8adeeb455abc87a780761
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:a69fad78c8fce390011d98b140789010e2fcb83129e7ca17ce1bce64bfd2b759
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:63a2df1ce7bf96c7419cc1e7d98959dfe28106b8c258d3192ccfa9dc637f905a
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:2e0fe82025efc32f27a290438b2e607c89ac394716e97b3c9b6cfa27e2480623
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:a31847366fe7a829f5aeba504d859b82416fe339c59842060b932d9174019948
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:8e2498c311a925d54212cee7d41ce4f98c345d788adcddcc749053292511e4bd
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:0ee6089eb7bfef59dde3b154b1e133f0034347b391b7ed3c903d6e6525b20ea9
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:900a430029d5b16783d10b2e7d94490cb92c74241f9c9fe99e2bb8022ae537ac
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:e8fc96ae38097b90d1b4424f7610186ff7102cfa67930823a5500906f0398b7f
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:2adea35e960e5e35f95c62c0bc97d883248aa79d186da815535336fb0ea914c3
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:72080a68818ac0960460f21ed4850cee022cc0af00b7778a10f6dc095ec46461
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:17e353f93d66c07708586a8374012a8cb68939a831931bb215508553adcdbeb4
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:71a19d75f923f56e2140219e3ef326042948004140873d4b94360fd77c13e597
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:ba7377f46d611140338dd6efde6ffbb47fce763a70ffe2d0746d5175ad799eea
3
+ size 2419598648