first commit
Browse filesSigned-off-by: wenhuach <[email protected]>
This view is limited to 50 files because it contains too many changes.
See raw diff
- .gitattributes +1 -0
- config.json +90 -0
- configuration_deepseek.py +210 -0
- generation_config.json +6 -0
- model-00001-of-00071.safetensors +3 -0
- model-00002-of-00071.safetensors +3 -0
- model-00003-of-00071.safetensors +3 -0
- model-00004-of-00071.safetensors +3 -0
- model-00005-of-00071.safetensors +3 -0
- model-00006-of-00071.safetensors +3 -0
- model-00007-of-00071.safetensors +3 -0
- model-00008-of-00071.safetensors +3 -0
- model-00009-of-00071.safetensors +3 -0
- model-00010-of-00071.safetensors +3 -0
- model-00011-of-00071.safetensors +3 -0
- model-00012-of-00071.safetensors +3 -0
- model-00013-of-00071.safetensors +3 -0
- model-00014-of-00071.safetensors +3 -0
- model-00015-of-00071.safetensors +3 -0
- model-00016-of-00071.safetensors +3 -0
- model-00017-of-00071.safetensors +3 -0
- model-00018-of-00071.safetensors +3 -0
- model-00019-of-00071.safetensors +3 -0
- model-00020-of-00071.safetensors +3 -0
- model-00021-of-00071.safetensors +3 -0
- model-00022-of-00071.safetensors +3 -0
- model-00023-of-00071.safetensors +3 -0
- model-00024-of-00071.safetensors +3 -0
- model-00025-of-00071.safetensors +3 -0
- model-00026-of-00071.safetensors +3 -0
- model-00027-of-00071.safetensors +3 -0
- model-00028-of-00071.safetensors +3 -0
- model-00029-of-00071.safetensors +3 -0
- model-00030-of-00071.safetensors +3 -0
- model-00031-of-00071.safetensors +3 -0
- model-00032-of-00071.safetensors +3 -0
- model-00033-of-00071.safetensors +3 -0
- model-00034-of-00071.safetensors +3 -0
- model-00035-of-00071.safetensors +3 -0
- model-00036-of-00071.safetensors +3 -0
- model-00037-of-00071.safetensors +3 -0
- model-00038-of-00071.safetensors +3 -0
- model-00039-of-00071.safetensors +3 -0
- model-00040-of-00071.safetensors +3 -0
- model-00041-of-00071.safetensors +3 -0
- model-00042-of-00071.safetensors +3 -0
- model-00043-of-00071.safetensors +3 -0
- model-00044-of-00071.safetensors +3 -0
- model-00045-of-00071.safetensors +3 -0
- model-00046-of-00071.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,90 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "/dataset/DeepSeek-V3-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 |
+
"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 |
+
"amp": true,
|
42 |
+
"autoround_version": "0.4.3",
|
43 |
+
"batch_size": 4,
|
44 |
+
"bits": 4,
|
45 |
+
"data_type": "int",
|
46 |
+
"dataset": "NeelNanda/pile-10k",
|
47 |
+
"enable_minmax_tuning": true,
|
48 |
+
"enable_norm_bias_tuning": false,
|
49 |
+
"enable_quanted_input": true,
|
50 |
+
"gradient_accumulate_steps": 1,
|
51 |
+
"group_size": 128,
|
52 |
+
"iters": 200,
|
53 |
+
"low_gpu_mem_usage": true,
|
54 |
+
"lr": 0.005,
|
55 |
+
"minmax_lr": 0.005,
|
56 |
+
"modules_to_not_convert": [
|
57 |
+
"lm_head"
|
58 |
+
],
|
59 |
+
"nsamples": 512,
|
60 |
+
"quant_method": "awq",
|
61 |
+
"scale_dtype": "torch.float16",
|
62 |
+
"seqlen": 2048,
|
63 |
+
"sym": true,
|
64 |
+
"to_quant_block_names": null,
|
65 |
+
"version": "gemm",
|
66 |
+
"zero_point": false
|
67 |
+
},
|
68 |
+
"rms_norm_eps": 1e-06,
|
69 |
+
"rope_scaling": {
|
70 |
+
"beta_fast": 32,
|
71 |
+
"beta_slow": 1,
|
72 |
+
"factor": 40,
|
73 |
+
"mscale": 1.0,
|
74 |
+
"mscale_all_dim": 1.0,
|
75 |
+
"original_max_position_embeddings": 4096,
|
76 |
+
"type": "yarn"
|
77 |
+
},
|
78 |
+
"rope_theta": 10000,
|
79 |
+
"routed_scaling_factor": 2.5,
|
80 |
+
"scoring_func": "sigmoid",
|
81 |
+
"seq_aux": true,
|
82 |
+
"tie_word_embeddings": false,
|
83 |
+
"topk_group": 4,
|
84 |
+
"topk_method": "noaux_tc",
|
85 |
+
"torch_dtype": "bfloat16",
|
86 |
+
"transformers_version": "4.47.0",
|
87 |
+
"use_cache": true,
|
88 |
+
"v_head_dim": 128,
|
89 |
+
"vocab_size": 129280
|
90 |
+
}
|
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,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_from_model_config": true,
|
3 |
+
"bos_token_id": 0,
|
4 |
+
"eos_token_id": 1,
|
5 |
+
"transformers_version": "4.47.0"
|
6 |
+
}
|
model-00001-of-00071.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dbcf28b881d3367d608e553474cf314ae45849744f3f2a95d22eed31a8a226fe
|
3 |
+
size 4995659968
|
model-00002-of-00071.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:375b180b5307dd24745c90ece50ba5ead3b10b1009f2e4a3f7527e4244ffa809
|
3 |
+
size 4997522712
|
model-00003-of-00071.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:24e1b5b8b47730d95d02f4737c50cbdc3a93ebd91f13fe9fd2a11817d48f9be1
|
3 |
+
size 4997522736
|
model-00004-of-00071.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:03b17a08d3d5a244d5edda512d7924b6e53637f92111d17a8931d437e157d2d4
|
3 |
+
size 4995762176
|
model-00005-of-00071.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c7487c5bda0aa98451f6edf4016dfc00a5e62b5fac3e545209e3bf16aecd2160
|
3 |
+
size 4997522320
|
model-00006-of-00071.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ae194d11518211befdf4de5d7fc303918ac66979a0ac71a765e3622ae1aa56d8
|
3 |
+
size 4997522320
|
model-00007-of-00071.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c0f7b4a44dc93a7142327536e9f9380fd6445b3f0bab6eab719e0e0fe8218e0d
|
3 |
+
size 4997522352
|
model-00008-of-00071.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:99a64ec5e70cedec1549a31a9fe758fd9afe017d65b73fd260fa8c4e377e0bd3
|
3 |
+
size 4997522712
|
model-00009-of-00071.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c69e46a5063129ab640900fd733059caf7a2af56892d9b9317b8d0f1bd537a39
|
3 |
+
size 4997522856
|
model-00010-of-00071.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2a3e967e459197ecfcffea737d87a32badec3e7095da895dec3393bbf612bd22
|
3 |
+
size 4995764200
|
model-00011-of-00071.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2aebbd78636ea1f430a55f8aec82943121f34248632c678225ebc262e5be9037
|
3 |
+
size 4997524272
|
model-00012-of-00071.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bb14af94e36e033a10b5f184ba5327be0bb31164e38580a29e2d6d172b17ddc4
|
3 |
+
size 4997524272
|
model-00013-of-00071.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0f0580180dfd8ff09a282caf7b73f6e5d9fbccad50a782debcf6edb85f589401
|
3 |
+
size 4997524272
|
model-00014-of-00071.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6582f18d8a31cd8ec65385529c361ef4188dd3fd1c907f2cc727a9d92c6ea430
|
3 |
+
size 4997524656
|
model-00015-of-00071.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:03654fd5822a91ec9ee6dc45992a94ca4b63ce715e12fb7e871dbe4cd45b4cd7
|
3 |
+
size 4997524656
|
model-00016-of-00071.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6420ce972842e073f806233ab7f7e84b7ee22ee4984031e5b8971c48e2d19146
|
3 |
+
size 4995764232
|
model-00017-of-00071.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:af8a236fee9b91119a2e81e5c0ea75455d76e887ca3b4d693bcc915eec0ca2c9
|
3 |
+
size 4997524272
|
model-00018-of-00071.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:aec1b374b50f668823ba89c20a12bef8a7a805f43f32a2b46da916543a53d01b
|
3 |
+
size 4997524272
|
model-00019-of-00071.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e6fb65cb623f4a92224040930e2eb42aab47cf15497a1440c4480d0be64388e2
|
3 |
+
size 4997524272
|
model-00020-of-00071.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0002a99449d9cddb062d2ca284f99fcb9e2c48b2a284676adaa0e03a592d5560
|
3 |
+
size 4997524624
|
model-00021-of-00071.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:148802f44cc1347910925a9979437d3056114613c2b13558a64cd0ffe73a8e00
|
3 |
+
size 4997524656
|
model-00022-of-00071.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5b69be716439d97181d742061aadd5f6eeb2bb0231308084677969ee554a772a
|
3 |
+
size 4995764256
|
model-00023-of-00071.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b7c02e06604abd2de1bed10bee1b9bac520e9c072c34931ad37251255a019b62
|
3 |
+
size 4997524272
|
model-00024-of-00071.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6397a407607bf0db6e004a07c6c617562a5553a7fae1537575262455917fc3d2
|
3 |
+
size 4997524272
|
model-00025-of-00071.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:289eae4ce26870e371c17f3fa79eccb0592becc6b189d2110ea4a2aea76b55b0
|
3 |
+
size 4997524272
|
model-00026-of-00071.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a7a5bcddbdd74b6c1b8d142e7ebebb279d95123a1c4e504c6a3b54b1ddc36f19
|
3 |
+
size 4997524600
|
model-00027-of-00071.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:128e4c9e2711a8c7c53e16c971b9dce10b9ad46351251140eb77d1a37221969d
|
3 |
+
size 4997524656
|
model-00028-of-00071.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c151a052a4add5655b886cccfac80ac38106e4eb8d145877e75197e4486e2b59
|
3 |
+
size 4995764288
|
model-00029-of-00071.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e5a08043299b38b357dc41253ada0db228888ce07a9247e73434d8931c9cdd8e
|
3 |
+
size 4997524272
|
model-00030-of-00071.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:42fbc9f4824a3a853b3cc5ef731a2fb9c825614f12ac671cfd48df83808fd4e5
|
3 |
+
size 4997524272
|
model-00031-of-00071.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7cf52b216ec4ef56adbdb1d8a1981ac79630302a615310deb4a11fd5e9894efe
|
3 |
+
size 4997524272
|
model-00032-of-00071.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1d68a91d9449e3e60fdf6035db41cf6ad8d3f009976a7ef04c31935e83818d54
|
3 |
+
size 4997524568
|
model-00033-of-00071.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:67ff021ea6f941b06f0f2155b6366f1cf558516615349fe77ff566d6f589d8de
|
3 |
+
size 4997524656
|
model-00034-of-00071.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e5104ad3fc320e8a7aca95c461dc49f57b3bd4d8cf22c8cbeefb60cf79d7516e
|
3 |
+
size 4995764320
|
model-00035-of-00071.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0015bd1be38717c5b0d4b95f5373816ea1f6fe55b3c4fabf74495db0c403fe45
|
3 |
+
size 4997524272
|
model-00036-of-00071.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:78f10141fd1b677ead5eb50ba4f0cc8ee4cf431bbdaa01fb95e74c6e8883bc41
|
3 |
+
size 4997524272
|
model-00037-of-00071.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dd26e977a0dfc60f9f92420c1b65a34da3f328d6dddb7546150caa5f0ef99f4a
|
3 |
+
size 4997524272
|
model-00038-of-00071.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:50bc1e73cc46740423c1acc6f2819f661a2ce1ed2306605339d8faae90c074b1
|
3 |
+
size 4997524536
|
model-00039-of-00071.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f2848c5a48d963663d05315f721b9f67bc18ace46b2fca8001aa0225a20f7503
|
3 |
+
size 4997524656
|
model-00040-of-00071.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0a1e98b5490915522c90cb053e38011307a99f40bbd00994bb0d62cc78d5b62d
|
3 |
+
size 4995764344
|
model-00041-of-00071.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1653471ca81102cca0b6a622ea699dce0822e5182267f5a18a16ff6050bd8a2c
|
3 |
+
size 4997524272
|
model-00042-of-00071.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e581da6a68fc2dcb162679f4b213798bbad2507442030b6cd4330127fbc85525
|
3 |
+
size 4997524272
|
model-00043-of-00071.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:953c22d07ed15d2b8e125a37311ef14bd73f562cedfae8338985564405d42524
|
3 |
+
size 4997524272
|
model-00044-of-00071.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8e668e795e7ce065df58d3f57649740c0e43612004d8942b4c63b81dacd230ae
|
3 |
+
size 4997524504
|
model-00045-of-00071.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a42e728728bd2be9fc6d15ba896d01083c726fce91264948e43595fb5d98e773
|
3 |
+
size 4997524656
|
model-00046-of-00071.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d0fe1a2fb2bb443f6386138f9085ba6ab7cb9bc64bd39834cb0d818f52c068ce
|
3 |
+
size 4995764384
|