Commit
·
0027ff6
1
Parent(s):
e7dc008
initial commit
Browse filesThis view is limited to 50 files because it contains too many changes.
See raw diff
- README.md +3 -0
- config.json +70 -0
- configuration_deepseek.py +210 -0
- hf_quant_config.json +258 -0
- model-00001-of-000163.safetensors +3 -0
- model-00002-of-000163.safetensors +3 -0
- model-00003-of-000163.safetensors +3 -0
- model-00004-of-000163.safetensors +3 -0
- model-00005-of-000163.safetensors +3 -0
- model-00006-of-000163.safetensors +3 -0
- model-00007-of-000163.safetensors +3 -0
- model-00008-of-000163.safetensors +3 -0
- model-00009-of-000163.safetensors +3 -0
- model-00010-of-000163.safetensors +3 -0
- model-00011-of-000163.safetensors +3 -0
- model-00012-of-000163.safetensors +3 -0
- model-00013-of-000163.safetensors +3 -0
- model-00014-of-000163.safetensors +3 -0
- model-00015-of-000163.safetensors +3 -0
- model-00016-of-000163.safetensors +3 -0
- model-00017-of-000163.safetensors +3 -0
- model-00018-of-000163.safetensors +3 -0
- model-00019-of-000163.safetensors +3 -0
- model-00020-of-000163.safetensors +3 -0
- model-00021-of-000163.safetensors +3 -0
- model-00022-of-000163.safetensors +3 -0
- model-00023-of-000163.safetensors +3 -0
- model-00024-of-000163.safetensors +3 -0
- model-00025-of-000163.safetensors +3 -0
- model-00026-of-000163.safetensors +3 -0
- model-00027-of-000163.safetensors +3 -0
- model-00028-of-000163.safetensors +3 -0
- model-00029-of-000163.safetensors +3 -0
- model-00030-of-000163.safetensors +3 -0
- model-00031-of-000163.safetensors +3 -0
- model-00032-of-000163.safetensors +3 -0
- model-00033-of-000163.safetensors +3 -0
- model-00034-of-000163.safetensors +3 -0
- model-00035-of-000163.safetensors +3 -0
- model-00036-of-000163.safetensors +3 -0
- model-00037-of-000163.safetensors +3 -0
- model-00038-of-000163.safetensors +3 -0
- model-00039-of-000163.safetensors +3 -0
- model-00040-of-000163.safetensors +3 -0
- model-00041-of-000163.safetensors +3 -0
- model-00042-of-000163.safetensors +3 -0
- model-00043-of-000163.safetensors +3 -0
- model-00044-of-000163.safetensors +3 -0
- model-00045-of-000163.safetensors +3 -0
- model-00046-of-000163.safetensors +3 -0
README.md
CHANGED
@@ -1,3 +1,6 @@
|
|
1 |
---
|
2 |
license: mit
|
3 |
---
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
---
|
4 |
+
|
5 |
+
This is the quantized version of the DeepSeek AI's DeepSeek V3 model,
|
6 |
+
which quantized with [TensorRT Model Optimizer](https://github.com/NVIDIA/TensorRT-Model-Optimizer).
|
config.json
ADDED
@@ -0,0 +1,70 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"architectures": [
|
3 |
+
"DeepseekV3ForCausalLM"
|
4 |
+
],
|
5 |
+
"attention_bias": false,
|
6 |
+
"attention_dropout": 0.0,
|
7 |
+
"auto_map": {
|
8 |
+
"AutoConfig": "configuration_deepseek.DeepseekV3Config",
|
9 |
+
"AutoModel": "modeling_deepseek.DeepseekV3Model",
|
10 |
+
"AutoModelForCausalLM": "modeling_deepseek.DeepseekV3ForCausalLM"
|
11 |
+
},
|
12 |
+
"aux_loss_alpha": 0.001,
|
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 |
+
"pretraining_tp": 1,
|
36 |
+
"q_lora_rank": 1536,
|
37 |
+
"qk_nope_head_dim": 128,
|
38 |
+
"qk_rope_head_dim": 64,
|
39 |
+
"quantization_config": {
|
40 |
+
"activation_scheme": "dynamic",
|
41 |
+
"fmt": "e4m3",
|
42 |
+
"quant_method": "fp8",
|
43 |
+
"weight_block_size": [
|
44 |
+
128,
|
45 |
+
128
|
46 |
+
]
|
47 |
+
},
|
48 |
+
"rms_norm_eps": 1e-06,
|
49 |
+
"rope_scaling": {
|
50 |
+
"beta_fast": 32,
|
51 |
+
"beta_slow": 1,
|
52 |
+
"factor": 40,
|
53 |
+
"mscale": 1.0,
|
54 |
+
"mscale_all_dim": 1.0,
|
55 |
+
"original_max_position_embeddings": 4096,
|
56 |
+
"type": "yarn"
|
57 |
+
},
|
58 |
+
"rope_theta": 10000,
|
59 |
+
"routed_scaling_factor": 2.5,
|
60 |
+
"scoring_func": "sigmoid",
|
61 |
+
"seq_aux": true,
|
62 |
+
"tie_word_embeddings": false,
|
63 |
+
"topk_group": 4,
|
64 |
+
"topk_method": "noaux_tc",
|
65 |
+
"torch_dtype": "bfloat16",
|
66 |
+
"transformers_version": "4.33.1",
|
67 |
+
"use_cache": true,
|
68 |
+
"v_head_dim": 128,
|
69 |
+
"vocab_size": 129280
|
70 |
+
}
|
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 |
+
)
|
hf_quant_config.json
ADDED
@@ -0,0 +1,258 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"producer": {
|
3 |
+
"name": "modelopt",
|
4 |
+
"version": "0.25.0"
|
5 |
+
},
|
6 |
+
"quantization": {
|
7 |
+
"quant_algo": "NVFP4",
|
8 |
+
"kv_cache_quant_algo": null,
|
9 |
+
"group_size": 16,
|
10 |
+
"exclude_modules": [
|
11 |
+
"model.layers.23.self_attn*",
|
12 |
+
"model.layers.46.self_attn*",
|
13 |
+
"model.layers.25.post_attention_layernorm",
|
14 |
+
"model.layers.60.self_attn*",
|
15 |
+
"model.layers.47.mlp.gate",
|
16 |
+
"model.layers.42.input_layernorm",
|
17 |
+
"model.layers.43.self_attn*",
|
18 |
+
"model.layers.49.input_layernorm",
|
19 |
+
"model.layers.38.post_attention_layernorm",
|
20 |
+
"model.layers.53.mlp.gate",
|
21 |
+
"model.layers.40.self_attn*",
|
22 |
+
"model.layers.60.mlp.gate",
|
23 |
+
"model.layers.31.input_layernorm",
|
24 |
+
"model.layers.35.input_layernorm",
|
25 |
+
"model.layers.22.post_attention_layernorm",
|
26 |
+
"model.layers.27.input_layernorm",
|
27 |
+
"model.layers.53.input_layernorm",
|
28 |
+
"model.layers.2.post_attention_layernorm",
|
29 |
+
"model.layers.48.self_attn*",
|
30 |
+
"model.layers.8.self_attn*",
|
31 |
+
"model.layers.2.self_attn*",
|
32 |
+
"model.layers.43.input_layernorm",
|
33 |
+
"model.layers.30.self_attn*",
|
34 |
+
"model.layers.19.self_attn*",
|
35 |
+
"model.layers.31.mlp.gate",
|
36 |
+
"model.layers.10.self_attn*",
|
37 |
+
"model.layers.38.mlp.gate",
|
38 |
+
"model.layers.38.self_attn*",
|
39 |
+
"model.layers.14.mlp.gate",
|
40 |
+
"model.layers.42.mlp.gate",
|
41 |
+
"model.layers.1.self_attn*",
|
42 |
+
"model.layers.55.self_attn*",
|
43 |
+
"model.layers.37.input_layernorm",
|
44 |
+
"model.layers.32.post_attention_layernorm",
|
45 |
+
"model.layers.8.post_attention_layernorm",
|
46 |
+
"model.layers.36.self_attn*",
|
47 |
+
"model.layers.5.self_attn*",
|
48 |
+
"model.layers.4.self_attn*",
|
49 |
+
"model.layers.34.self_attn*",
|
50 |
+
"model.layers.59.post_attention_layernorm",
|
51 |
+
"model.layers.25.self_attn*",
|
52 |
+
"model.layers.22.input_layernorm",
|
53 |
+
"model.layers.21.self_attn*",
|
54 |
+
"model.layers.50.post_attention_layernorm",
|
55 |
+
"model.layers.7.mlp.gate",
|
56 |
+
"model.layers.25.mlp.gate",
|
57 |
+
"model.layers.32.input_layernorm",
|
58 |
+
"model.layers.51.self_attn*",
|
59 |
+
"model.layers.37.self_attn*",
|
60 |
+
"model.layers.20.self_attn*",
|
61 |
+
"model.layers.6.self_attn*",
|
62 |
+
"model.layers.60.input_layernorm",
|
63 |
+
"model.layers.46.input_layernorm",
|
64 |
+
"model.layers.44.self_attn*",
|
65 |
+
"model.layers.36.input_layernorm",
|
66 |
+
"model.layers.45.post_attention_layernorm",
|
67 |
+
"model.layers.55.post_attention_layernorm",
|
68 |
+
"model.layers.53.self_attn*",
|
69 |
+
"model.layers.13.input_layernorm",
|
70 |
+
"model.layers.33.input_layernorm",
|
71 |
+
"model.layers.58.self_attn*",
|
72 |
+
"model.layers.51.post_attention_layernorm",
|
73 |
+
"model.layers.30.mlp.gate",
|
74 |
+
"model.layers.18.self_attn*",
|
75 |
+
"model.layers.20.mlp.gate",
|
76 |
+
"model.layers.41.mlp.gate",
|
77 |
+
"model.layers.35.post_attention_layernorm",
|
78 |
+
"model.layers.9.post_attention_layernorm",
|
79 |
+
"model.layers.4.post_attention_layernorm",
|
80 |
+
"model.layers.28.post_attention_layernorm",
|
81 |
+
"model.layers.51.mlp.gate",
|
82 |
+
"model.layers.16.self_attn*",
|
83 |
+
"model.layers.5.mlp.gate",
|
84 |
+
"model.layers.44.post_attention_layernorm",
|
85 |
+
"model.layers.1.post_attention_layernorm",
|
86 |
+
"model.layers.36.mlp.gate",
|
87 |
+
"model.layers.35.self_attn*",
|
88 |
+
"model.layers.54.mlp.gate",
|
89 |
+
"model.layers.52.post_attention_layernorm",
|
90 |
+
"model.layers.22.mlp.gate",
|
91 |
+
"model.layers.15.mlp.gate",
|
92 |
+
"model.layers.32.self_attn*",
|
93 |
+
"model.layers.5.post_attention_layernorm",
|
94 |
+
"model.layers.23.input_layernorm",
|
95 |
+
"model.layers.9.self_attn*",
|
96 |
+
"model.layers.16.mlp.gate",
|
97 |
+
"model.layers.0.input_layernorm",
|
98 |
+
"model.layers.16.input_layernorm",
|
99 |
+
"model.layers.14.post_attention_layernorm",
|
100 |
+
"model.layers.39.input_layernorm",
|
101 |
+
"model.layers.27.post_attention_layernorm",
|
102 |
+
"model.layers.21.input_layernorm",
|
103 |
+
"model.layers.14.input_layernorm",
|
104 |
+
"model.layers.34.mlp.gate",
|
105 |
+
"model.layers.39.post_attention_layernorm",
|
106 |
+
"model.layers.21.mlp.gate",
|
107 |
+
"model.layers.7.post_attention_layernorm",
|
108 |
+
"model.layers.61*",
|
109 |
+
"model.layers.48.post_attention_layernorm",
|
110 |
+
"model.layers.17.self_attn*",
|
111 |
+
"model.layers.24.self_attn*",
|
112 |
+
"model.layers.12.mlp.gate",
|
113 |
+
"model.layers.11.post_attention_layernorm",
|
114 |
+
"model.layers.59.input_layernorm",
|
115 |
+
"model.layers.14.self_attn*",
|
116 |
+
"model.layers.26.input_layernorm",
|
117 |
+
"model.layers.50.mlp.gate",
|
118 |
+
"model.layers.45.self_attn*",
|
119 |
+
"model.layers.58.input_layernorm",
|
120 |
+
"model.layers.54.input_layernorm",
|
121 |
+
"model.layers.23.post_attention_layernorm",
|
122 |
+
"model.layers.59.self_attn*",
|
123 |
+
"model.layers.49.mlp.gate",
|
124 |
+
"model.layers.54.post_attention_layernorm",
|
125 |
+
"model.layers.45.mlp.gate",
|
126 |
+
"model.layers.2.input_layernorm",
|
127 |
+
"model.layers.7.self_attn*",
|
128 |
+
"model.layers.15.self_attn*",
|
129 |
+
"model.layers.49.self_attn*",
|
130 |
+
"model.layers.7.input_layernorm",
|
131 |
+
"model.layers.27.self_attn*",
|
132 |
+
"model.layers.26.post_attention_layernorm",
|
133 |
+
"model.layers.12.self_attn*",
|
134 |
+
"model.layers.8.mlp.gate",
|
135 |
+
"model.layers.35.mlp.gate",
|
136 |
+
"model.layers.38.input_layernorm",
|
137 |
+
"model.layers.55.mlp.gate",
|
138 |
+
"lm_head",
|
139 |
+
"model.layers.3.self_attn*",
|
140 |
+
"model.layers.32.mlp.gate",
|
141 |
+
"model.layers.22.self_attn*",
|
142 |
+
"model.layers.43.mlp.gate",
|
143 |
+
"model.layers.56.self_attn*",
|
144 |
+
"model.layers.18.mlp.gate",
|
145 |
+
"model.layers.57.input_layernorm",
|
146 |
+
"model.layers.47.self_attn*",
|
147 |
+
"model.layers.15.post_attention_layernorm",
|
148 |
+
"model.layers.0.self_attn*",
|
149 |
+
"model.layers.50.self_attn*",
|
150 |
+
"model.layers.33.post_attention_layernorm",
|
151 |
+
"model.layers.52.self_attn*",
|
152 |
+
"model.layers.42.self_attn*",
|
153 |
+
"model.layers.11.mlp.gate",
|
154 |
+
"model.layers.60.post_attention_layernorm",
|
155 |
+
"model.layers.49.post_attention_layernorm",
|
156 |
+
"model.layers.56.input_layernorm",
|
157 |
+
"model.layers.58.mlp.gate",
|
158 |
+
"model.layers.57.post_attention_layernorm",
|
159 |
+
"model.layers.9.input_layernorm",
|
160 |
+
"model.layers.37.post_attention_layernorm",
|
161 |
+
"model.layers.50.input_layernorm",
|
162 |
+
"model.layers.51.input_layernorm",
|
163 |
+
"model.norm",
|
164 |
+
"model.layers.12.post_attention_layernorm",
|
165 |
+
"model.layers.17.mlp.gate",
|
166 |
+
"model.layers.15.input_layernorm",
|
167 |
+
"model.layers.47.input_layernorm",
|
168 |
+
"model.layers.44.mlp.gate",
|
169 |
+
"model.layers.28.mlp.gate",
|
170 |
+
"model.layers.10.post_attention_layernorm",
|
171 |
+
"model.layers.11.self_attn*",
|
172 |
+
"model.layers.24.mlp.gate",
|
173 |
+
"model.layers.29.input_layernorm",
|
174 |
+
"model.layers.3.post_attention_layernorm",
|
175 |
+
"model.layers.19.post_attention_layernorm",
|
176 |
+
"model.layers.52.input_layernorm",
|
177 |
+
"model.layers.34.input_layernorm",
|
178 |
+
"model.layers.39.mlp.gate",
|
179 |
+
"model.layers.3.mlp.gate",
|
180 |
+
"model.layers.41.input_layernorm",
|
181 |
+
"model.layers.13.mlp.gate",
|
182 |
+
"model.layers.17.input_layernorm",
|
183 |
+
"model.layers.31.self_attn*",
|
184 |
+
"model.layers.59.mlp.gate",
|
185 |
+
"model.layers.46.mlp.gate",
|
186 |
+
"model.layers.29.self_attn*",
|
187 |
+
"model.layers.13.self_attn*",
|
188 |
+
"model.layers.17.post_attention_layernorm",
|
189 |
+
"model.layers.47.post_attention_layernorm",
|
190 |
+
"model.layers.4.mlp.gate",
|
191 |
+
"model.layers.56.mlp.gate",
|
192 |
+
"model.layers.54.self_attn*",
|
193 |
+
"model.layers.45.input_layernorm",
|
194 |
+
"model.layers.10.input_layernorm",
|
195 |
+
"model.layers.48.mlp.gate",
|
196 |
+
"model.layers.25.input_layernorm",
|
197 |
+
"model.layers.18.input_layernorm",
|
198 |
+
"model.layers.6.input_layernorm",
|
199 |
+
"model.layers.21.post_attention_layernorm",
|
200 |
+
"model.layers.34.post_attention_layernorm",
|
201 |
+
"model.layers.40.input_layernorm",
|
202 |
+
"model.layers.24.post_attention_layernorm",
|
203 |
+
"model.layers.28.input_layernorm",
|
204 |
+
"model.layers.1.input_layernorm",
|
205 |
+
"model.layers.12.input_layernorm",
|
206 |
+
"model.layers.0.post_attention_layernorm",
|
207 |
+
"model.layers.20.input_layernorm",
|
208 |
+
"model.layers.30.post_attention_layernorm",
|
209 |
+
"model.layers.57.mlp.gate",
|
210 |
+
"model.layers.13.post_attention_layernorm",
|
211 |
+
"model.layers.33.mlp.gate",
|
212 |
+
"model.layers.6.mlp.gate",
|
213 |
+
"model.layers.11.input_layernorm",
|
214 |
+
"model.layers.5.input_layernorm",
|
215 |
+
"model.layers.29.post_attention_layernorm",
|
216 |
+
"model.layers.28.self_attn*",
|
217 |
+
"model.layers.33.self_attn*",
|
218 |
+
"model.layers.29.mlp.gate",
|
219 |
+
"model.layers.26.mlp.gate",
|
220 |
+
"model.layers.27.mlp.gate",
|
221 |
+
"model.layers.8.input_layernorm",
|
222 |
+
"model.layers.40.mlp.gate",
|
223 |
+
"model.layers.42.post_attention_layernorm",
|
224 |
+
"model.layers.46.post_attention_layernorm",
|
225 |
+
"model.layers.48.input_layernorm",
|
226 |
+
"model.layers.10.mlp.gate",
|
227 |
+
"model.embed_tokens",
|
228 |
+
"model.layers.18.post_attention_layernorm",
|
229 |
+
"model.layers.40.post_attention_layernorm",
|
230 |
+
"model.layers.31.post_attention_layernorm",
|
231 |
+
"model.layers.57.self_attn*",
|
232 |
+
"model.layers.9.mlp.gate",
|
233 |
+
"model.layers.24.input_layernorm",
|
234 |
+
"model.layers.58.post_attention_layernorm",
|
235 |
+
"model.layers.6.post_attention_layernorm",
|
236 |
+
"model.layers.52.mlp.gate",
|
237 |
+
"model.layers.37.mlp.gate",
|
238 |
+
"model.layers.39.self_attn*",
|
239 |
+
"model.layers.56.post_attention_layernorm",
|
240 |
+
"model.layers.44.input_layernorm",
|
241 |
+
"model.layers.43.post_attention_layernorm",
|
242 |
+
"model.layers.16.post_attention_layernorm",
|
243 |
+
"model.layers.3.input_layernorm",
|
244 |
+
"model.layers.55.input_layernorm",
|
245 |
+
"model.layers.41.self_attn*",
|
246 |
+
"model.layers.20.post_attention_layernorm",
|
247 |
+
"model.layers.30.input_layernorm",
|
248 |
+
"model.layers.19.input_layernorm",
|
249 |
+
"model.layers.36.post_attention_layernorm",
|
250 |
+
"model.layers.41.post_attention_layernorm",
|
251 |
+
"model.layers.4.input_layernorm",
|
252 |
+
"model.layers.19.mlp.gate",
|
253 |
+
"model.layers.23.mlp.gate",
|
254 |
+
"model.layers.26.self_attn*",
|
255 |
+
"model.layers.53.post_attention_layernorm"
|
256 |
+
]
|
257 |
+
}
|
258 |
+
}
|
model-00001-of-000163.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:20f3a4495d6f25548a072c49f8e53a0e2cbdac9f6e88e55946284414109d08d3
|
3 |
+
size 4832127568
|
model-00002-of-000163.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f3f747f3776f9a2a356e7805ec08cccb1824e4f41c576e0fa45854953b360724
|
3 |
+
size 2419597576
|
model-00003-of-000163.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c0c779b038f378b9794114a0444529cbeb2082910e474a2761a5aa14e9d804af
|
3 |
+
size 2419598384
|
model-00004-of-000163.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f8daf3a13e22605b93da4e56c048b165666414ac9d19ac58058814fd4835a20b
|
3 |
+
size 2690159256
|
model-00005-of-000163.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bd61fdd862d08bca177bd438dffae5758dc4d87c4b435d8f26181bc9bc475b2b
|
3 |
+
size 2419597944
|
model-00006-of-000163.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3e69092f2bb18bf8275efb0b0e283228a7b5009ca388487983a724dae9dd8234
|
3 |
+
size 2727778936
|
model-00007-of-000163.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c14f13b1fcf792e9b8364618e3679e290db9c1e14ed4a1cded807edc51e40caf
|
3 |
+
size 2423268408
|
model-00008-of-000163.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3994f0d50904124043c4b7628ab75c2fb3a8d8eb2189fbe37b6808b886c5e788
|
3 |
+
size 2419598352
|
model-00009-of-000163.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:52ec4a998e39a1999957008348543ab83ec5739dc3c62b9ee4f64f6924895d3b
|
3 |
+
size 2690159640
|
model-00010-of-000163.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bc12d5e87acdc7e5dbc3546ce635f8a168364ebe059409fcab915532374f8492
|
3 |
+
size 2419597560
|
model-00011-of-000163.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:76efe584b4cc519da179e7da79d93adf7eb6bcac86d3580ec92d3a69cfc6bd4c
|
3 |
+
size 2419598384
|
model-00012-of-000163.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:17ecd4311f2b8e8cfe42012ef8837d7a3710b91243af727375a49e767903df28
|
3 |
+
size 743249736
|
model-00013-of-000163.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:47ebbf09a672100bfb40c04b6efd9f784ce09adc16a08f6be00e6dc3e66984db
|
3 |
+
size 2690130024
|
model-00014-of-000163.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2d513aac6c2759ab6c40abe871c8aa65ffe78f4679fef5357c5e7ab572fb0a3e
|
3 |
+
size 2419598296
|
model-00015-of-000163.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ec610a4ddf05e86c0a9db7705160df9d9b1e0a56b4cd392ca5874fb1a28d3fa0
|
3 |
+
size 2690159704
|
model-00016-of-000163.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:272bd7a141800caf31d695d6a91903b8221f93e7cb651729dee07374fbf99abe
|
3 |
+
size 2419597504
|
model-00017-of-000163.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0d8dee403517576cc12b7961e392688760d68f78c639a49d51dcc8babfd51cbd
|
3 |
+
size 2419598384
|
model-00018-of-000163.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e2fb1e4b7c736ac46a0dbd9346fadb7ceb00bfc29279579ddf63c5ccf359027c
|
3 |
+
size 2690159320
|
model-00019-of-000163.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:58226108ca46663288f15cbade6ca41cca5559cbf1622cf8bc8dc6b15a99d26e
|
3 |
+
size 2419597880
|
model-00020-of-000163.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3a6b0274045ac9b955c252267c745230d9d003ccf148167147c9fd64e82f050a
|
3 |
+
size 2419598392
|
model-00021-of-000163.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ab46298d6d9616ef5a9eb512b96696232d14dde9e43292191c68bd44e9dd0ee5
|
3 |
+
size 2690160048
|
model-00022-of-000163.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e0b9f89c69b4e75d495fe7ca2a391d0ccfb4ced2dbe7ac69d6a662da57369c54
|
3 |
+
size 2419599440
|
model-00023-of-000163.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c04729179bfbdf34dfa5b87140656003ec073cf6ca68c43793cd8d6ab5d7640d
|
3 |
+
size 2690160856
|
model-00024-of-000163.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7e99c5dc2006a603a55eb883a5d7855811f49814e6524344ed69eac6601a5e47
|
3 |
+
size 2419598648
|
model-00025-of-000163.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:49b3b11c6d03961b6123ee8dfc2e28e03cf197fd7929eae8872d570ac84c2622
|
3 |
+
size 2419599560
|
model-00026-of-000163.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3a05f71ece03a84ee02a44778fac6166b707b8dee2df1046182afa2b15973c3b
|
3 |
+
size 2690160480
|
model-00027-of-000163.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c87e4ab3ef3936294d79afbb0ff580ac643128024d097f5d0273149a9d4aad6f
|
3 |
+
size 2419599024
|
model-00028-of-000163.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:08ef4561669f6ba1e9f94fbe86d15600471fa08296ecdb39b464d3c2d27a73f1
|
3 |
+
size 2419599560
|
model-00029-of-000163.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e700338c37a6333f30775fae132d343353e0f00d930f8ae0fd9f535bfeb2fcce
|
3 |
+
size 2690160104
|
model-00030-of-000163.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1d727f15441b01d3e2c8fa9778adf1b3495e979fdbf8b5007b89b28dd465ae03
|
3 |
+
size 2419599400
|
model-00031-of-000163.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5147602c2b4b94b38db9b799cea8d66632378bd92a7814f2032c789329b25807
|
3 |
+
size 2690160896
|
model-00032-of-000163.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9e0ba1e0fb7a4f77c777feafa26a324246b51e48ad03719a4ba020cbf80fb9eb
|
3 |
+
size 2419598608
|
model-00033-of-000163.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:543a90dddf2fec3581fed668c231f404bf220fc1151a03ded5927a109d1656c5
|
3 |
+
size 2419599568
|
model-00034-of-000163.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e8e59b2c6af8ce9cdc06242965b819f529d8fe28c936f58fd8ecd2649e24d4ab
|
3 |
+
size 982732544
|
model-00035-of-000163.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9e8ca9492e50fc82104d7f1f7c579566f7c0f1e804c82b68ed1b3e4bdb211326
|
3 |
+
size 2690131152
|
model-00036-of-000163.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:49755987ad6663a70c91f64620721f9604736f46f5c8a2b7451b6c6b922ec3b1
|
3 |
+
size 2419599464
|
model-00037-of-000163.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:523f68a05fa7aa9dd446fc82aa9ec172d95a83015a5065ecdf166a4791cc845b
|
3 |
+
size 2690160832
|
model-00038-of-000163.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7a98b02139228649e72a6e939710a68328d1a9e7a3a458489fe47e95727ea04e
|
3 |
+
size 2419598672
|
model-00039-of-000163.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b71faa4ceda0867972300c72aaef09fb111102bad5a4cfe316eb683aca6d5963
|
3 |
+
size 2419599560
|
model-00040-of-000163.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a2e0904a985dbf7af19e3def7ae73f9f5e157c033d44db171253ab494cf035e0
|
3 |
+
size 2690160448
|
model-00041-of-000163.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6421dedc4cbbc1b08b1473d972729ac8f471a06130147d0684e220499a383c8b
|
3 |
+
size 2419599056
|
model-00042-of-000163.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e3194dc4ead3b2e3e1d5bf90f066cbd3b2758b28a3deac8ee350dc0e9fe2d549
|
3 |
+
size 2419599568
|
model-00043-of-000163.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f82f9c462859f78fe53ff1ffdff703464572c1594867a38721cfb5356e82bf8c
|
3 |
+
size 2690160064
|
model-00044-of-000163.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:506546720d64b564419262d165f62bc22cf5eebe36d63f66d9e12a665cdf5000
|
3 |
+
size 2419599440
|
model-00045-of-000163.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a4fafeff81e5b7e6259a42f7522dd43e07288db0d4a8c19edd6fb348b8b4721c
|
3 |
+
size 2690160856
|
model-00046-of-000163.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f81f35cbb2f1a0e2e9ddbec90adde8f77c2d95ca8c6331daeb504b64e43ba81b
|
3 |
+
size 2419598648
|