xiaosa
commited on
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 +67 -0
- configuration_deepseek.py +199 -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,67 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "/data2/models/DeepSeek/DeepSeek-V3.1-BF16",
|
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 |
+
"bos_token_id": 0,
|
14 |
+
"eos_token_id": 1,
|
15 |
+
"ep_size": 1,
|
16 |
+
"first_k_dense_replace": 3,
|
17 |
+
"hidden_act": "silu",
|
18 |
+
"hidden_size": 7168,
|
19 |
+
"initializer_range": 0.02,
|
20 |
+
"intermediate_size": 18432,
|
21 |
+
"kv_lora_rank": 512,
|
22 |
+
"max_position_embeddings": 163840,
|
23 |
+
"model_type": "deepseek_v3",
|
24 |
+
"moe_intermediate_size": 2048,
|
25 |
+
"moe_layer_freq": 1,
|
26 |
+
"n_group": 8,
|
27 |
+
"n_routed_experts": 256,
|
28 |
+
"n_shared_experts": 1,
|
29 |
+
"norm_topk_prob": true,
|
30 |
+
"num_attention_heads": 128,
|
31 |
+
"num_experts_per_tok": 8,
|
32 |
+
"num_hidden_layers": 61,
|
33 |
+
"num_key_value_heads": 128,
|
34 |
+
"num_nextn_predict_layers": 1,
|
35 |
+
"q_lora_rank": 1536,
|
36 |
+
"qk_nope_head_dim": 128,
|
37 |
+
"qk_rope_head_dim": 64,
|
38 |
+
"quantization_config": {
|
39 |
+
"bits": 4,
|
40 |
+
"group_size": 128,
|
41 |
+
"modules_to_not_convert": null,
|
42 |
+
"quant_method": "awq",
|
43 |
+
"version": "gemm",
|
44 |
+
"zero_point": false
|
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.47.0",
|
64 |
+
"use_cache": false,
|
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 |
+
"do_sample": true,
|
5 |
+
"eos_token_id": 1,
|
6 |
+
"temperature": 0.6,
|
7 |
+
"top_p": 0.95,
|
8 |
+
"transformers_version": "4.47.0"
|
9 |
+
}
|
model-00001-of-00073.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4e83536813cab6c5ec2c0df2a9c03854f6c7911a6711d40779fcafb0658ff0b9
|
3 |
+
size 4997158192
|
model-00002-of-00073.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fe3ee9be3df39808b27f24fff7038e91f927f7507e8a56047ac1fca864c325be
|
3 |
+
size 5000175232
|
model-00003-of-00073.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8df4c43b6e7da5b01cdf44181c75be3039d9ebf567ee4b8b2dc06139cb4ad64f
|
3 |
+
size 4999107936
|
model-00004-of-00073.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5b17ba1074f5c29aeceb6ecc2905c7fdd59357f1da2c51c4156e4e1281ba9628
|
3 |
+
size 4998647952
|
model-00005-of-00073.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c3eed9f30ac602dc572bc1d941389f24689bacbda5a73b1fb3711fe96aecab85
|
3 |
+
size 4998647992
|
model-00006-of-00073.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:489266bad9de29d4a8e89910b8648f05287f29ff47a2f88b1bd600ce366ed4ed
|
3 |
+
size 4994962688
|
model-00007-of-00073.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bcd444b400f49cd61131102084e3f652f75f2ee6fa377fa16928d676d236e045
|
3 |
+
size 5000175000
|
model-00008-of-00073.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fa0958f3877831465d54cfb4375338227b5c42616820e85459c0e8e3d0aba5f8
|
3 |
+
size 4999107920
|
model-00009-of-00073.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7b9c293292d0b3065098ebd04d8755a38ff928be2ba7827577c54d6cd5eaca9e
|
3 |
+
size 4998648256
|
model-00010-of-00073.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:33103023eb7a9352dc030074e23cfb93a9907d6bd1d8d7bbe4c5aba1ab178e32
|
3 |
+
size 4998649328
|
model-00011-of-00073.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ac10b87c4e9c6ff663cb0b341604f21fb468f90bbd9b0f8c1c165ee562bbb6d1
|
3 |
+
size 4994965848
|
model-00012-of-00073.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bd708b8a0e918c1b469b6958278bb0bffe886631450728a0c0cf7f6725aa8e30
|
3 |
+
size 5000177944
|
model-00013-of-00073.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2edecd4ea8fec0ee13758f8906cbc3221b8668be4014f2f10e4f02486e687592
|
3 |
+
size 4999111096
|
model-00014-of-00073.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4e5fe0a1b77390df1d77184778e5a65c46601eafccf88e3dccf3893a2bbd6eb9
|
3 |
+
size 4998651624
|
model-00015-of-00073.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:124dfef8300e3c0467b9a649c6589b5bb89a702ac0fba47048501d31c85f1fb5
|
3 |
+
size 4998651048
|
model-00016-of-00073.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9ff7e6a6a9ec62b27ca7ccda2a3006ac06f007717d49dc3ad3bc5dabe360e513
|
3 |
+
size 4998651152
|
model-00017-of-00073.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b167f02f3f8e8397ada3e1229ade478de51ac12affb814ac96381fba5a9bfee6
|
3 |
+
size 4994965800
|
model-00018-of-00073.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:54b1dd86c2d8cba9f592efb4e95fa4a559d1f9db489024ed28f5bbccc2c1dd68
|
3 |
+
size 5000178512
|
model-00019-of-00073.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5fc7761a6f5740cb39a0a7d388fc40f1d0ff1263fcb729b26d79f02b0c12676f
|
3 |
+
size 4999111064
|
model-00020-of-00073.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5ca55e25d93e39f4adc10277a0b9f797a5bb0a00672f9e8e52c97c262dcf8eeb
|
3 |
+
size 4998651104
|
model-00021-of-00073.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1df8f7fc4e64fd2ef000bca0c383fd2782da71af904921803013a606fd80169c
|
3 |
+
size 4998651056
|
model-00022-of-00073.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cef05e70adfe94dd5937216d0091768690f79de71e78dac95f7cc8917b8c407e
|
3 |
+
size 4994965824
|
model-00023-of-00073.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1306ec7f161ced1830991f3ab991fdedb1e172e369e86a6c9d55f76379775d5e
|
3 |
+
size 5000178264
|
model-00024-of-00073.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:683996b75b49b94a8262ecc1a0db61297661e5de57865d8c598b293fd7b4760d
|
3 |
+
size 4999111080
|
model-00025-of-00073.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8dc817c08ab2baa2d3061336a094f7db317850a7662d658015b9114f8cef1e8a
|
3 |
+
size 4998651328
|
model-00026-of-00073.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1b7424aa688e2581d0e072c40c88e050af49638d6146687113c789b3e07714e4
|
3 |
+
size 4998651048
|
model-00027-of-00073.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cd5d4fa4269ca7cba0911f54f046829d6777668048884e81629607fbec53f984
|
3 |
+
size 4994965936
|
model-00028-of-00073.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8c9c09c4321f410f5aea5267fe61564a067daaf9773db3e1f7c5dfd77cb85778
|
3 |
+
size 5000178024
|
model-00029-of-00073.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6ce16c666a5fc7c1c275d73e3bc0c8e5e312d82a839ef8229c692aca44efc8d2
|
3 |
+
size 4999111088
|
model-00030-of-00073.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:79e63ac7043ec9acd1d5c424450a93708f4d0fa71523d6e1f2eec9fcc9dd103e
|
3 |
+
size 4998651448
|
model-00031-of-00073.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8499b4442f8da0ee31a07010bf205e569203d2d19ba8e8d42fec99eade65e32b
|
3 |
+
size 4998651152
|
model-00032-of-00073.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6176759946c8b0f614a8a9ba7d3da862c9eafc3931778b80690fc54d9cd6cc15
|
3 |
+
size 4998651048
|
model-00033-of-00073.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6a6a849f4f4eda7eafd68dcb3e68483f6e252f99214bffba903a975d3a863b83
|
3 |
+
size 4994965800
|
model-00034-of-00073.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:359875dc5e2c0707854ce197a918ca80f022cf1f7ca4322f6195a2a53eb47170
|
3 |
+
size 5000178592
|
model-00035-of-00073.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4dca060e58e1aee310e08cbb5d07e0e4926da98c29f3f007cd0087aa3885ad8c
|
3 |
+
size 4999111016
|
model-00036-of-00073.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:594e3fe1b86e37f970b511b847059f93c9fc1cd9fa0e8fd0d43e0a310091799c
|
3 |
+
size 4998651088
|
model-00037-of-00073.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:911ba00ad45957283456405fbd605c319d2acc159fa362a8c2d2fdff8905ad59
|
3 |
+
size 4998651056
|
model-00038-of-00073.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6873b14c363a797c3e8a5d11ac089c666e0a54a763eba687131dc25d023e2e38
|
3 |
+
size 4994965904
|
model-00039-of-00073.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9358a1eafc052a38cbf541b08bf5455febf9d9b5ecd01c0492076deb3ad50166
|
3 |
+
size 5000178352
|
model-00040-of-00073.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6551745ed9631788968760c49aabb56f042e94257350ba6ad5801e9c26980f85
|
3 |
+
size 4999111072
|
model-00041-of-00073.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7eccdee2c230de53715e8938fdc9a3416696d67bc7518b2337689385301177a5
|
3 |
+
size 4998651160
|
model-00042-of-00073.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c1cb2a3b4ca8fa91179aba5f0157aa38d96ddcc91a2286ac2c18d3666f8ca6b7
|
3 |
+
size 4998651152
|
model-00043-of-00073.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:219207d641ce9beda2ec0f4ae91e7016e6bc3d073f65ebb1aa8f9f3d2cde3d7d
|
3 |
+
size 4994965832
|
model-00044-of-00073.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ef88f1343ad082a2be8d7aad4e7c85448bb323f1fa6bf1ca67d5c441fc37ab90
|
3 |
+
size 5000178120
|
model-00045-of-00073.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8f028013115eef64d17e2c23f6edbd98c436393e663296558a5b01ce1a1a301b
|
3 |
+
size 4999111064
|
model-00046-of-00073.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7b8cc966848ebce6fbbe44f7da6724e4340cf3a4dbcfbd3b96a302755f87b776
|
3 |
+
size 4998651464
|