ehartford commited on
Commit
d75bf43
·
verified ·
1 Parent(s): 09606c6

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. .gitattributes +1 -0
  2. config.json +72 -0
  3. configuration_deepseek.py +210 -0
  4. generation_config.json +8 -0
  5. model-00001-of-00074.safetensors +3 -0
  6. model-00002-of-00074.safetensors +3 -0
  7. model-00003-of-00074.safetensors +3 -0
  8. model-00004-of-00074.safetensors +3 -0
  9. model-00005-of-00074.safetensors +3 -0
  10. model-00006-of-00074.safetensors +3 -0
  11. model-00007-of-00074.safetensors +3 -0
  12. model-00008-of-00074.safetensors +3 -0
  13. model-00009-of-00074.safetensors +3 -0
  14. model-00010-of-00074.safetensors +3 -0
  15. model-00011-of-00074.safetensors +3 -0
  16. model-00012-of-00074.safetensors +3 -0
  17. model-00013-of-00074.safetensors +3 -0
  18. model-00014-of-00074.safetensors +3 -0
  19. model-00015-of-00074.safetensors +3 -0
  20. model-00016-of-00074.safetensors +3 -0
  21. model-00017-of-00074.safetensors +3 -0
  22. model-00018-of-00074.safetensors +3 -0
  23. model-00019-of-00074.safetensors +3 -0
  24. model-00020-of-00074.safetensors +3 -0
  25. model-00021-of-00074.safetensors +3 -0
  26. model-00022-of-00074.safetensors +3 -0
  27. model-00023-of-00074.safetensors +3 -0
  28. model-00024-of-00074.safetensors +3 -0
  29. model-00025-of-00074.safetensors +3 -0
  30. model-00026-of-00074.safetensors +3 -0
  31. model-00027-of-00074.safetensors +3 -0
  32. model-00028-of-00074.safetensors +3 -0
  33. model-00029-of-00074.safetensors +3 -0
  34. model-00030-of-00074.safetensors +3 -0
  35. model-00031-of-00074.safetensors +3 -0
  36. model-00032-of-00074.safetensors +3 -0
  37. model-00033-of-00074.safetensors +3 -0
  38. model-00034-of-00074.safetensors +3 -0
  39. model-00035-of-00074.safetensors +3 -0
  40. model-00036-of-00074.safetensors +3 -0
  41. model-00037-of-00074.safetensors +3 -0
  42. model-00038-of-00074.safetensors +3 -0
  43. model-00039-of-00074.safetensors +3 -0
  44. model-00040-of-00074.safetensors +3 -0
  45. model-00041-of-00074.safetensors +3 -0
  46. model-00042-of-00074.safetensors +3 -0
  47. model-00043-of-00074.safetensors +3 -0
  48. model-00044-of-00074.safetensors +3 -0
  49. model-00045-of-00074.safetensors +3 -0
  50. model-00046-of-00074.safetensors +3 -0
.gitattributes CHANGED
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ model.safetensors.index.json filter=lfs diff=lfs merge=lfs -text
config.json ADDED
@@ -0,0 +1,72 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "/home/ubuntu/datasets/models/DeepSeek-V3-bf16-2",
3
+ "architectures": [
4
+ "DeepseekV3ForCausalLM"
5
+ ],
6
+ "attention_bias": false,
7
+ "attention_dropout": 0.0,
8
+ "auto_map": {
9
+ "AutoConfig": "configuration_deepseek.DeepseekV3Config",
10
+ "AutoModel": "modeling_deepseek.DeepseekV3Model",
11
+ "AutoModelForCausalLM": "modeling_deepseek.DeepseekV3ForCausalLM"
12
+ },
13
+ "aux_loss_alpha": 0.001,
14
+ "bos_token_id": 0,
15
+ "eos_token_id": 1,
16
+ "ep_size": 1,
17
+ "first_k_dense_replace": 3,
18
+ "hidden_act": "silu",
19
+ "hidden_size": 7168,
20
+ "initializer_range": 0.02,
21
+ "intermediate_size": 18432,
22
+ "kv_lora_rank": 512,
23
+ "max_position_embeddings": 163840,
24
+ "model_type": "deepseek_v3",
25
+ "moe_intermediate_size": 2048,
26
+ "moe_layer_freq": 1,
27
+ "n_group": 8,
28
+ "n_routed_experts": 256,
29
+ "n_shared_experts": 1,
30
+ "norm_topk_prob": true,
31
+ "num_attention_heads": 128,
32
+ "num_experts_per_tok": 8,
33
+ "num_hidden_layers": 61,
34
+ "num_key_value_heads": 128,
35
+ "num_nextn_predict_layers": 1,
36
+ "pretraining_tp": 1,
37
+ "q_lora_rank": 1536,
38
+ "qk_nope_head_dim": 128,
39
+ "qk_rope_head_dim": 64,
40
+ "quantization_config": {
41
+ "bits": 4,
42
+ "group_size": 128,
43
+ "modules_to_not_convert": [
44
+ "self_attn.kv_a_proj_with_mqa"
45
+ ],
46
+ "quant_method": "awq",
47
+ "version": "gemm",
48
+ "zero_point": true
49
+ },
50
+ "rms_norm_eps": 1e-06,
51
+ "rope_scaling": {
52
+ "beta_fast": 32,
53
+ "beta_slow": 1,
54
+ "factor": 40,
55
+ "mscale": 1.0,
56
+ "mscale_all_dim": 1.0,
57
+ "original_max_position_embeddings": 4096,
58
+ "type": "yarn"
59
+ },
60
+ "rope_theta": 10000,
61
+ "routed_scaling_factor": 2.5,
62
+ "scoring_func": "sigmoid",
63
+ "seq_aux": true,
64
+ "tie_word_embeddings": false,
65
+ "topk_group": 4,
66
+ "topk_method": "noaux_tc",
67
+ "torch_dtype": "float16",
68
+ "transformers_version": "4.48.0.dev0",
69
+ "use_cache": false,
70
+ "v_head_dim": 128,
71
+ "vocab_size": 129280
72
+ }
configuration_deepseek.py ADDED
@@ -0,0 +1,210 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ pretraining_tp (`int`, *optional*, defaults to 1):
86
+ Experimental feature. Tensor parallelism rank used during pretraining. Please refer to [this
87
+ document](https://huggingface.co/docs/transformers/parallelism) to understand more about it. This value is
88
+ necessary to ensure exact reproducibility of the pretraining results. Please refer to [this
89
+ issue](https://github.com/pytorch/pytorch/issues/76232).
90
+ tie_word_embeddings (`bool`, *optional*, defaults to `False`):
91
+ Whether to tie weight embeddings
92
+ rope_theta (`float`, *optional*, defaults to 10000.0):
93
+ The base period of the RoPE embeddings.
94
+ rope_scaling (`Dict`, *optional*):
95
+ Dictionary containing the scaling configuration for the RoPE embeddings. Currently supports two scaling
96
+ strategies: linear and dynamic. Their scaling factor must be a float greater than 1. The expected format is
97
+ `{"type": strategy name, "factor": scaling factor}`. When using this flag, don't update
98
+ `max_position_embeddings` to the expected new maximum.
99
+ attention_bias (`bool`, defaults to `False`, *optional*, defaults to `False`):
100
+ Whether to use a bias in the query, key, value and output projection layers during self-attention.
101
+ attention_dropout (`float`, *optional*, defaults to 0.0):
102
+ The dropout ratio for the attention probabilities.
103
+
104
+ ```python
105
+ >>> from transformers import DeepseekV3Model, DeepseekV3Config
106
+
107
+ >>> # Initializing a Deepseek-V3 style configuration
108
+ >>> configuration = DeepseekV3Config()
109
+
110
+ >>> # Accessing the model configuration
111
+ >>> configuration = model.config
112
+ ```"""
113
+
114
+ model_type = "deepseek_v3"
115
+ keys_to_ignore_at_inference = ["past_key_values"]
116
+
117
+ def __init__(
118
+ self,
119
+ vocab_size=129280,
120
+ hidden_size=7168,
121
+ intermediate_size=18432,
122
+ moe_intermediate_size = 2048,
123
+ num_hidden_layers=61,
124
+ num_nextn_predict_layers=1,
125
+ num_attention_heads=128,
126
+ num_key_value_heads=128,
127
+ n_shared_experts = 1,
128
+ n_routed_experts = 256,
129
+ ep_size = 1,
130
+ routed_scaling_factor = 2.5,
131
+ kv_lora_rank = 512,
132
+ q_lora_rank = 1536,
133
+ qk_rope_head_dim = 64,
134
+ v_head_dim = 128,
135
+ qk_nope_head_dim = 128,
136
+ topk_method = 'noaux_tc',
137
+ n_group = 8,
138
+ topk_group = 4,
139
+ num_experts_per_tok = 8,
140
+ moe_layer_freq = 1,
141
+ first_k_dense_replace = 3,
142
+ norm_topk_prob = True,
143
+ scoring_func = 'sigmoid',
144
+ aux_loss_alpha = 0.001,
145
+ seq_aux = True,
146
+ hidden_act="silu",
147
+ max_position_embeddings=4096,
148
+ initializer_range=0.02,
149
+ rms_norm_eps=1e-6,
150
+ use_cache=True,
151
+ pad_token_id=None,
152
+ bos_token_id=0,
153
+ eos_token_id=1,
154
+ pretraining_tp=1,
155
+ tie_word_embeddings=False,
156
+ rope_theta=10000.0,
157
+ rope_scaling=None,
158
+ attention_bias=False,
159
+ attention_dropout=0.0,
160
+ **kwargs,
161
+ ):
162
+ self.vocab_size = vocab_size
163
+ self.max_position_embeddings = max_position_embeddings
164
+ self.hidden_size = hidden_size
165
+ self.intermediate_size = intermediate_size
166
+ self.moe_intermediate_size = moe_intermediate_size
167
+ self.num_hidden_layers = num_hidden_layers
168
+ self.num_nextn_predict_layers = num_nextn_predict_layers
169
+ self.num_attention_heads = num_attention_heads
170
+ self.n_shared_experts = n_shared_experts
171
+ self.n_routed_experts = n_routed_experts
172
+ self.ep_size = ep_size
173
+ self.routed_scaling_factor = routed_scaling_factor
174
+ self.kv_lora_rank = kv_lora_rank
175
+ self.q_lora_rank = q_lora_rank
176
+ self.qk_rope_head_dim = qk_rope_head_dim
177
+ self.v_head_dim = v_head_dim
178
+ self.qk_nope_head_dim = qk_nope_head_dim
179
+ self.topk_method = topk_method
180
+ self.n_group = n_group
181
+ self.topk_group = topk_group
182
+ self.num_experts_per_tok = num_experts_per_tok
183
+ self.moe_layer_freq = moe_layer_freq
184
+ self.first_k_dense_replace = first_k_dense_replace
185
+ self.norm_topk_prob = norm_topk_prob
186
+ self.scoring_func = scoring_func
187
+ self.aux_loss_alpha = aux_loss_alpha
188
+ self.seq_aux = seq_aux
189
+ # for backward compatibility
190
+ if num_key_value_heads is None:
191
+ num_key_value_heads = num_attention_heads
192
+
193
+ self.num_key_value_heads = num_key_value_heads
194
+ self.hidden_act = hidden_act
195
+ self.initializer_range = initializer_range
196
+ self.rms_norm_eps = rms_norm_eps
197
+ self.pretraining_tp = pretraining_tp
198
+ self.use_cache = use_cache
199
+ self.rope_theta = rope_theta
200
+ self.rope_scaling = rope_scaling
201
+ self.attention_bias = attention_bias
202
+ self.attention_dropout = attention_dropout
203
+
204
+ super().__init__(
205
+ pad_token_id=pad_token_id,
206
+ bos_token_id=bos_token_id,
207
+ eos_token_id=eos_token_id,
208
+ tie_word_embeddings=tie_word_embeddings,
209
+ **kwargs,
210
+ )
generation_config.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "bos_token_id": 0,
4
+ "do_sample": true,
5
+ "eos_token_id": 1,
6
+ "transformers_version": "4.48.0.dev0",
7
+ "use_cache": false
8
+ }
model-00001-of-00074.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f57d2e025a4d7f8d994db1f6bd54a1d0f615699b1fbac3b19a40c81be821ee84
3
+ size 4997227656
model-00002-of-00074.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9278cad3e68b1dbe23058eec4c68e2f04ee1d5ef7d0a42e3b4d69d715f72b6a4
3
+ size 4996007848
model-00003-of-00074.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f81dd10b52aadd9aee1f50206fa4599d06a16b408fae697c9ce8768c0be9b14d
3
+ size 4996007888
model-00004-of-00074.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0c02acc97a5ea1151b55e1eff5fca33d5b8682615fd5dea0d15493d2f62e7665
3
+ size 4995762152
model-00005-of-00074.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:753c4247b37243a0d52b59ec2fd05cd24098a85f0915b3dead44b8158e10fe90
3
+ size 4996007456
model-00006-of-00074.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a70fe6402b49203ba6521c3c3d0308f0c16bf1ce067bc72ee81d9c6c271d1530
3
+ size 4996007464
model-00007-of-00074.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6bcfc75f23de90134ceb083875abd8b34345d5eb54496dfac5cda056eb8f3e3f
3
+ size 4996007512
model-00008-of-00074.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c63ae7c1a42031f9ce1eef4835586098582f318349cc450a47b428e87a7bd066
3
+ size 4996007848
model-00009-of-00074.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5a538b9fabc392d964a29c1e764350bd271f093d592869960253a9322bd689cb
3
+ size 4996007992
model-00010-of-00074.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6489fbe5e98246f6018d8446f7c721815fe168dc30ecc44a0e6336f2e466118e
3
+ size 4995764144
model-00011-of-00074.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b9e5c9c90b49a9797b4a6e9492fff6b820bce47c6870f236e837a866c3c9e255
3
+ size 4996009408
model-00012-of-00074.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a85c9d7b8cf6f90155b8ed0776c6fc6948e3a854fbbe9ad6ac3ef4d5c28bc984
3
+ size 4996009400
model-00013-of-00074.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c9a066084bd792fc794ce44095ff656eaf34654f09f961ad76a7a04b6205d9c6
3
+ size 4996009440
model-00014-of-00074.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5c14d8658050761a7812ba82ee6a13c2a8456120404d3c9c82aa5332b4ba2212
3
+ size 4996009800
model-00015-of-00074.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e79cbd2639b0c39eac06f08b426b5b5e999462974655817ca7bee3e4c0a79546
3
+ size 4996009800
model-00016-of-00074.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7b511fd8015291268aea551698ff6664e686960cef9bfe7b0b2bb792fc6b911d
3
+ size 4995764176
model-00017-of-00074.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a811e8594208c3025a65ea181ec39f8814d4a74ad36b9c3368330f56c0d2903a
3
+ size 4996009400
model-00018-of-00074.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:608635fb295847e3c2d3e4c374908182ee3a8fe29d55c253eba91d986a67cec1
3
+ size 4996009400
model-00019-of-00074.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7f779326ee5f49d090d90ba9541fdc792a21589ca1e1576e484d9658ddc4f6b4
3
+ size 4996009432
model-00020-of-00074.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a8ad0e011c92a3e14ff0ea5ecc9c7bc2aad6d93df5fa78499304fc10a736b37c
3
+ size 4996009792
model-00021-of-00074.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:93ec559b155bf2e78afbdb709bf306af6a578d1e55e6f60cb87c3f517e8cca79
3
+ size 4996009792
model-00022-of-00074.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b3a4f4d8ebd8172de2b9c6714b9d71a8ea7f689e432682e49b5ec2d772447a03
3
+ size 4995764200
model-00023-of-00074.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:47ef02bedd47f422983150efcfeaf8d83a6947ebb5f7929e183953cace45f6f0
3
+ size 4996009400
model-00024-of-00074.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c333c1161ae790c766a9b636ed4457becd5ec8f4e98d0bd4db0a49f1e8fb2c73
3
+ size 4996009408
model-00025-of-00074.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ed9bc689d47deb2ee88e0bd9a66ecdf0329a46953ed66b7931e4ca9bc8afbc2f
3
+ size 4996009408
model-00026-of-00074.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3690e3b307a487cd8a12bc3ac5766f6c84c63888d9949478a6de3c3acf3c0642
3
+ size 4996009792
model-00027-of-00074.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b722c34e7bbb4af66f0484c34b5fbca641e4c3afce0cf88c481eac66bc717340
3
+ size 4996009800
model-00028-of-00074.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8c7d9575fb64d99928ea9b1bedd21ee3cde23bac8250c88ac3c4707b3939eae3
3
+ size 4995764208
model-00029-of-00074.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6399be63a26637f97097408f44936c56db2f1ecb3ac8c990be67c18726032fd7
3
+ size 4996009408
model-00030-of-00074.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:48711bebebbdc52c31fec2bbdee264472818f904fd43bccdc3921f5c15d109f8
3
+ size 4996009400
model-00031-of-00074.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:363871cbcc60ce1e7561c83ea045aa71ecdd41892c38380b3b28be1a35d70326
3
+ size 4996009400
model-00032-of-00074.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3d7581bad781a8684d019b1bc5c25c2bef2af383fda0f935ed8f915962d81744
3
+ size 4996009792
model-00033-of-00074.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:70e1f8a6d535acb48ee923d90f9652f6b32a1803c2bae0e9d8a96c3bc29bf3c2
3
+ size 4996009792
model-00034-of-00074.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d110541b0823834ff0b1eb38dcf13b930a6b1ef7975cfbc7e3ab644b881e1835
3
+ size 4995764232
model-00035-of-00074.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ccea2517a6ad8fb46048090c11689068e981b80eb007311a186e1a5e30a1ebb1
3
+ size 4996009400
model-00036-of-00074.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:43fa1a70a0c1161daef848f7712a90f0919af09621cd2864223aef4e192b661c
3
+ size 4996009400
model-00037-of-00074.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:143a1d334b06f6db5bc53aed4e4efe8d11f921d45c0c1f7dc946f5053205bbc5
3
+ size 4996009408
model-00038-of-00074.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3481fabc88467333f0ba25daa584c6289f0e06e4476e543c7d9ecc19c3e6fb32
3
+ size 4996009768
model-00039-of-00074.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c2659a5218b995eefbddfb2a7ad7acdd76e9241de15235f4db75340a6a71463c
3
+ size 4996009792
model-00040-of-00074.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3166d9a87e7e6ba86c0a39915d5aa25714f19f9044c15b5f318c9bc54fa1230c
3
+ size 4995764248
model-00041-of-00074.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a5085ec1a848c4c838213f14bda119772079f77360f8ae7a246a29d2f41f20d0
3
+ size 4996009400
model-00042-of-00074.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0b6f8e28bd33e233540bcdc863eee01be95ed49390f643e61b7d15df7e75e007
3
+ size 4996009408
model-00043-of-00074.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:34a2dbb843571089a4d66a4def31e6cc49b1c8505d4ff1b8f215cf8031c05e17
3
+ size 4996009400
model-00044-of-00074.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:644bb801360c22b41d2392ee9db5a3114e0dc8d371d242b4f039b35b0e885f96
3
+ size 4996009752
model-00045-of-00074.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cade618730762035ff0ddfaf510c095b45fd89b3105c623048c806aa87617cf1
3
+ size 4996009800
model-00046-of-00074.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cb529ce5546ad7ac4636740fbc0390c15acf4bd4f96bc08b66080c0698081eb3
3
+ size 4995764256