Upload folder using huggingface_hub
Browse filesThis view is limited to 50 files because it contains too many changes.
See raw diff
- .gitattributes +1 -0
- config.json +71 -0
- configuration_deepseek.py +210 -0
- generation_config.json +9 -0
- model-00001-of-00073.safetensors +3 -0
- model-00002-of-00073.safetensors +3 -0
- model-00003-of-00073.safetensors +3 -0
- model-00004-of-00073.safetensors +3 -0
- model-00005-of-00073.safetensors +3 -0
- model-00006-of-00073.safetensors +3 -0
- model-00007-of-00073.safetensors +3 -0
- model-00008-of-00073.safetensors +3 -0
- model-00009-of-00073.safetensors +3 -0
- model-00010-of-00073.safetensors +3 -0
- model-00011-of-00073.safetensors +3 -0
- model-00012-of-00073.safetensors +3 -0
- model-00013-of-00073.safetensors +3 -0
- model-00014-of-00073.safetensors +3 -0
- model-00015-of-00073.safetensors +3 -0
- model-00016-of-00073.safetensors +3 -0
- model-00017-of-00073.safetensors +3 -0
- model-00018-of-00073.safetensors +3 -0
- model-00019-of-00073.safetensors +3 -0
- model-00020-of-00073.safetensors +3 -0
- model-00021-of-00073.safetensors +3 -0
- model-00022-of-00073.safetensors +3 -0
- model-00023-of-00073.safetensors +3 -0
- model-00024-of-00073.safetensors +3 -0
- model-00025-of-00073.safetensors +3 -0
- model-00026-of-00073.safetensors +3 -0
- model-00027-of-00073.safetensors +3 -0
- model-00028-of-00073.safetensors +3 -0
- model-00029-of-00073.safetensors +3 -0
- model-00030-of-00073.safetensors +3 -0
- model-00031-of-00073.safetensors +3 -0
- model-00032-of-00073.safetensors +3 -0
- model-00033-of-00073.safetensors +3 -0
- model-00034-of-00073.safetensors +3 -0
- model-00035-of-00073.safetensors +3 -0
- model-00036-of-00073.safetensors +3 -0
- model-00037-of-00073.safetensors +3 -0
- model-00038-of-00073.safetensors +3 -0
- model-00039-of-00073.safetensors +3 -0
- model-00040-of-00073.safetensors +3 -0
- model-00041-of-00073.safetensors +3 -0
- model-00042-of-00073.safetensors +3 -0
- model-00043-of-00073.safetensors +3 -0
- model-00044-of-00073.safetensors +3 -0
- model-00045-of-00073.safetensors +3 -0
- model-00046-of-00073.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,71 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "/home/nianhui.guo/models/deepseek/models--deepseek-ai--DeepSeek-R1/snapshots/a157fa3d494497a54586a333a23df6c2143e7697/",
|
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 |
+
"activation_scheme": "dynamic",
|
42 |
+
"modules_to_not_convert": null,
|
43 |
+
"quant_method": "fp8",
|
44 |
+
"weight_block_size": [
|
45 |
+
128,
|
46 |
+
128
|
47 |
+
]
|
48 |
+
},
|
49 |
+
"rms_norm_eps": 1e-06,
|
50 |
+
"rope_scaling": {
|
51 |
+
"beta_fast": 32,
|
52 |
+
"beta_slow": 1,
|
53 |
+
"factor": 40,
|
54 |
+
"mscale": 1.0,
|
55 |
+
"mscale_all_dim": 1.0,
|
56 |
+
"original_max_position_embeddings": 4096,
|
57 |
+
"type": "yarn"
|
58 |
+
},
|
59 |
+
"rope_theta": 10000,
|
60 |
+
"routed_scaling_factor": 2.5,
|
61 |
+
"scoring_func": "sigmoid",
|
62 |
+
"seq_aux": true,
|
63 |
+
"tie_word_embeddings": false,
|
64 |
+
"topk_group": 4,
|
65 |
+
"topk_method": "noaux_tc",
|
66 |
+
"torch_dtype": "float32",
|
67 |
+
"transformers_version": "4.49.0",
|
68 |
+
"use_cache": true,
|
69 |
+
"v_head_dim": 128,
|
70 |
+
"vocab_size": 129280
|
71 |
+
}
|
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,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_from_model_config": true,
|
3 |
+
"bos_token_id": 0,
|
4 |
+
"do_sample": true,
|
5 |
+
"eos_token_id": 1,
|
6 |
+
"temperature": 0.6,
|
7 |
+
"top_p": 0.95,
|
8 |
+
"transformers_version": "4.49.0"
|
9 |
+
}
|
model-00001-of-00073.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1be8cfc30e0e3aacbac727fb0e4d665207dc9813380bceeb9fd1248dfae98a00
|
3 |
+
size 4995184776
|
model-00002-of-00073.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e1c320c5ce3a7af70717028a9da07cb621492c93a713879288d45b2a56fa7ae5
|
3 |
+
size 4997775232
|
model-00003-of-00073.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6f8fb977808d9e45ec2597803b2786131617e71331a36f367ebf14d84648e88a
|
3 |
+
size 4999329648
|
model-00004-of-00073.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:464967b39525f68fc5bbc410830d3ee64e32346d61f516a5a08f32f049306e79
|
3 |
+
size 4999329640
|
model-00005-of-00073.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:247ef163860739e647d6680aec3193f5c18ffb168230b64b89d2a94f355b761b
|
3 |
+
size 4999350432
|
model-00006-of-00073.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:10ee31c68578a2a2863d13e59a4e6a54387e7ba80359c268db43ac9c867c3ce8
|
3 |
+
size 4999330368
|
model-00007-of-00073.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:01aa1d2f4ac5f44626e5d0d66aee3cc5029d49e73ace4f65302ef28941b4d49e
|
3 |
+
size 4997775528
|
model-00008-of-00073.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d99b3b907c17d0d9deacd9dafc3097982bd74efb8234d39285ec1b2903d8adf1
|
3 |
+
size 4999329640
|
model-00009-of-00073.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2b710b507d72715fa7a17514f0dfb437824df946fc612958ad077a4327c188e0
|
3 |
+
size 4999350120
|
model-00010-of-00073.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b16fef9c17613abd7376c59747543c2869efa31b466961581c74176914c008de
|
3 |
+
size 4999331168
|
model-00011-of-00073.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:939c52abcb27dc3437015a367320dc2d6e35a62aabde4437fb18000e26d8dba9
|
3 |
+
size 4999333528
|
model-00012-of-00073.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7f3fa6cdb1f28a60a4b71388ff3c86e1cf698b0fe859081b0515550e35dc9869
|
3 |
+
size 4999354120
|
model-00013-of-00073.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ab2844dd9a4302ff0cade55268f088564583ba1aa964a31a4958945eec712d1f
|
3 |
+
size 4997778176
|
model-00014-of-00073.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:81654da5d81ce62ffa39dc4cc09502b19ebfba3a04e28124b9fd3079892cff01
|
3 |
+
size 4999332808
|
model-00015-of-00073.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f7bb837482e3ee9622658cb8cff78308e5a7bc5cc6e806df0cb679991fad91f2
|
3 |
+
size 4999332800
|
model-00016-of-00073.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8fa0411a4d46e24304245a49a5f07086344d4abf896b641754dabfef1e0a90b4
|
3 |
+
size 4999353728
|
model-00017-of-00073.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:046808a61c16d65fed158d2907d2355601c74ad8f15871809fa4b160c1379460
|
3 |
+
size 4999333528
|
model-00018-of-00073.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c396baf86904a21f6914335def949ffa378d7274183f2aff26aec26c577c3d82
|
3 |
+
size 4997778592
|
model-00019-of-00073.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:261789402ceba66afefb550b4de4c49120d5ffbd0a045da992658c22993da821
|
3 |
+
size 4999332800
|
model-00020-of-00073.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ae090c6e747d7ecc253481703c88fab5d2b41a3fc3c96a9cf7d229d2cf8b6f29
|
3 |
+
size 4999353280
|
model-00021-of-00073.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:24dcf799d003411469eed92983cc4aa5ada66bc8d26a02803656276704142655
|
3 |
+
size 4999332960
|
model-00022-of-00073.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e5d7e9c1b9b08e43e9ea47a4638a6814fc251c3eeaf8e7baae115873caa588bb
|
3 |
+
size 4999333528
|
model-00023-of-00073.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:33c6619ada74bf25db6326075d2fd4808d32ec397702b8cdba78d5d80fa3cdeb
|
3 |
+
size 4997778888
|
model-00024-of-00073.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ce3ece860a1fc25edc4b70125161824538476d4105a5339cad01f3f52748ad9a
|
3 |
+
size 4999353280
|
model-00025-of-00073.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c730571dc751944ec5e5490c15e15f24193f324f1d7149233c8ac835ee2d755f
|
3 |
+
size 4999332808
|
model-00026-of-00073.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b7c01b937c06a9996670b4c013dd4ef4eaedd751cb35978a0ae5c40c2db8fad3
|
3 |
+
size 4999332800
|
model-00027-of-00073.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:27606899f7697c7e4ea0c6757ecba940658b6b0088431fb2a256d335a6912d04
|
3 |
+
size 4999353864
|
model-00028-of-00073.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a04185dd86cbc3fc80f5bb74fbf7c58479f2759ab39c028b3f795499613b462c
|
3 |
+
size 4999333528
|
model-00029-of-00073.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:231d966ae8bca387d2dc74351a790c03cd0f247e48563066534a5eb8309403a6
|
3 |
+
size 4997778456
|
model-00030-of-00073.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0d75e0d8a7e3b4e28baef4b977907c3dd7dea02d407cb810ba2799b283162009
|
3 |
+
size 4999332800
|
model-00031-of-00073.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2b3705bc3f4952fcc5d44efcfafa74a4d53032fa5441a4bf19534540b152fa2e
|
3 |
+
size 4999353280
|
model-00032-of-00073.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c473f6c6b031d1aa015573996a10ba2fee658b60b0b2a05e1faa480dd246dd3d
|
3 |
+
size 4999333096
|
model-00033-of-00073.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:370fffd610f8621a2d0ca9c41364cd13c3af2bc20fd70d9cd606c1d97733f7c1
|
3 |
+
size 4999333528
|
model-00034-of-00073.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5a35fb71d1cadcd9a91ce7e0905c02d5d85466efaab9c14b54e4200bd0ff3f88
|
3 |
+
size 4997778752
|
model-00035-of-00073.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0f51d187d780f325b5514cc1038074454e92a1700607df5d71bb137cd14d023b
|
3 |
+
size 4999353280
|
model-00036-of-00073.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4e4f3b0e2b9b30890e58e62d387c986c00bf8042aad782707a08559d87fb1456
|
3 |
+
size 4999332808
|
model-00037-of-00073.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2951e359e59d76c374276d2cb831ece8f164a5bde4840f294142a3f30c41eb66
|
3 |
+
size 4999332800
|
model-00038-of-00073.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a9f416cec45088bd621d51b56bb7c8d96ede71b3aa5f16bf477c9e2a94d82549
|
3 |
+
size 4999354000
|
model-00039-of-00073.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6e58cc01a09abd3cd3830ab5e59a4f479d7961f752b4a5d864575def1e099168
|
3 |
+
size 4999333624
|
model-00040-of-00073.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:feea2082444cce4aa12121712df94afb5f8062a8119db0e200e3f54787862649
|
3 |
+
size 4997778224
|
model-00041-of-00073.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dbec8c76233f0f75b59f26ed8c5f625dee86ece89c921ead3a9a3c7e89c6e609
|
3 |
+
size 4999332800
|
model-00042-of-00073.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c1ec2c7fedec37a9fc9f901b89a996730246836f420c8eec170c008e5437bed8
|
3 |
+
size 4999353280
|
model-00043-of-00073.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1bc7a0194e2b5ab1491f1748e6ab7f0c08c85a13955c301be1d4576a92df5922
|
3 |
+
size 4999333232
|
model-00044-of-00073.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d81a5b8530f98ce4771c3af3875fbf0b1a7008e7dc27bd98699b804c2b6a93b8
|
3 |
+
size 4999333528
|
model-00045-of-00073.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a93a97280e4c8003d3b651c6189811e7c78bf7bdd554935550e0cc6e9b3a012f
|
3 |
+
size 4997778616
|
model-00046-of-00073.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8a48d0a1584f31e8f69a0f077982749dda0d2a253833c0187bfc9639b056ba5b
|
3 |
+
size 4999353280
|