Add files using upload-large-folder tool
Browse filesThis view is limited to 50 files because it contains too many changes.
See raw diff
- README.md +14 -14
- config.json +0 -3
- configuration_deepseek.py +0 -11
- model-00001-of-00088.safetensors +1 -1
- model-00002-of-00088.safetensors +2 -2
- model-00003-of-00088.safetensors +1 -1
- model-00004-of-00088.safetensors +2 -2
- model-00005-of-00088.safetensors +2 -2
- model-00006-of-00088.safetensors +1 -1
- model-00007-of-00088.safetensors +2 -2
- model-00008-of-00088.safetensors +2 -2
- model-00009-of-00088.safetensors +1 -1
- model-00010-of-00088.safetensors +2 -2
- model-00011-of-00088.safetensors +2 -2
- model-00012-of-00088.safetensors +1 -1
- model-00013-of-00088.safetensors +2 -2
- model-00014-of-00088.safetensors +2 -2
- model-00015-of-00088.safetensors +1 -1
- model-00016-of-00088.safetensors +2 -2
- model-00017-of-00088.safetensors +2 -2
- model-00018-of-00088.safetensors +1 -1
- model-00019-of-00088.safetensors +2 -2
- model-00020-of-00088.safetensors +2 -2
- model-00021-of-00088.safetensors +1 -1
- model-00022-of-00088.safetensors +2 -2
- model-00023-of-00088.safetensors +2 -2
- model-00024-of-00088.safetensors +1 -1
- model-00025-of-00088.safetensors +2 -2
- model-00026-of-00088.safetensors +2 -2
- model-00027-of-00088.safetensors +1 -1
- model-00028-of-00088.safetensors +2 -2
- model-00029-of-00088.safetensors +2 -2
- model-00030-of-00088.safetensors +1 -1
- model-00031-of-00088.safetensors +2 -2
- model-00032-of-00088.safetensors +2 -2
- model-00033-of-00088.safetensors +1 -1
- model-00034-of-00088.safetensors +2 -2
- model-00035-of-00088.safetensors +2 -2
- model-00036-of-00088.safetensors +1 -1
- model-00037-of-00088.safetensors +2 -2
- model-00038-of-00088.safetensors +2 -2
- model-00039-of-00088.safetensors +1 -1
- model-00040-of-00088.safetensors +2 -2
- model-00041-of-00088.safetensors +2 -2
- model-00042-of-00088.safetensors +1 -1
- model-00043-of-00088.safetensors +2 -2
- model-00044-of-00088.safetensors +2 -2
- model-00045-of-00088.safetensors +1 -1
- model-00046-of-00088.safetensors +2 -2
- model-00047-of-00088.safetensors +2 -2
README.md
CHANGED
@@ -1,16 +1,16 @@
|
|
1 |
-
---
|
2 |
-
license: mit
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
tags:
|
7 |
-
- mlx
|
8 |
-
---
|
9 |
-
|
10 |
-
# mlx-community/DeepSeek-
|
11 |
-
|
12 |
-
This model [mlx-community/DeepSeek-
|
13 |
-
converted to MLX format from [deepseek-ai/DeepSeek-
|
14 |
using mlx-lm version **0.22.2**.
|
15 |
|
16 |
## Use with mlx
|
@@ -22,7 +22,7 @@ pip install mlx-lm
|
|
22 |
```python
|
23 |
from mlx_lm import load, generate
|
24 |
|
25 |
-
model, tokenizer = load("mlx-community/DeepSeek-
|
26 |
|
27 |
prompt = "hello"
|
28 |
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
library_name: mlx
|
4 |
+
pipeline_tag: text-generation
|
5 |
+
base_model: deepseek-ai/DeepSeek-v3-0324
|
6 |
+
tags:
|
7 |
+
- mlx
|
8 |
+
---
|
9 |
+
|
10 |
+
# mlx-community/DeepSeek-v3-0324-4bit
|
11 |
+
|
12 |
+
This model [mlx-community/DeepSeek-v3-0324-4bit](https://huggingface.co/mlx-community/DeepSeek-v3-0324-4bit) was
|
13 |
+
converted to MLX format from [deepseek-ai/DeepSeek-v3-0324](https://huggingface.co/deepseek-ai/DeepSeek-v3-0324)
|
14 |
using mlx-lm version **0.22.2**.
|
15 |
|
16 |
## Use with mlx
|
|
|
22 |
```python
|
23 |
from mlx_lm import load, generate
|
24 |
|
25 |
+
model, tokenizer = load("mlx-community/DeepSeek-v3-0324-4bit")
|
26 |
|
27 |
prompt = "hello"
|
28 |
|
config.json
CHANGED
@@ -9,7 +9,6 @@
|
|
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,
|
@@ -32,7 +31,6 @@
|
|
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,
|
@@ -57,7 +55,6 @@
|
|
57 |
"rope_theta": 10000,
|
58 |
"routed_scaling_factor": 2.5,
|
59 |
"scoring_func": "sigmoid",
|
60 |
-
"seq_aux": true,
|
61 |
"tie_word_embeddings": false,
|
62 |
"topk_group": 4,
|
63 |
"topk_method": "noaux_tc",
|
|
|
9 |
"AutoModel": "modeling_deepseek.DeepseekV3Model",
|
10 |
"AutoModelForCausalLM": "modeling_deepseek.DeepseekV3ForCausalLM"
|
11 |
},
|
|
|
12 |
"bos_token_id": 0,
|
13 |
"eos_token_id": 1,
|
14 |
"ep_size": 1,
|
|
|
31 |
"num_hidden_layers": 61,
|
32 |
"num_key_value_heads": 128,
|
33 |
"num_nextn_predict_layers": 1,
|
|
|
34 |
"q_lora_rank": 1536,
|
35 |
"qk_nope_head_dim": 128,
|
36 |
"qk_rope_head_dim": 64,
|
|
|
55 |
"rope_theta": 10000,
|
56 |
"routed_scaling_factor": 2.5,
|
57 |
"scoring_func": "sigmoid",
|
|
|
58 |
"tie_word_embeddings": false,
|
59 |
"topk_group": 4,
|
60 |
"topk_method": "noaux_tc",
|
configuration_deepseek.py
CHANGED
@@ -82,11 +82,6 @@ class DeepseekV3Config(PretrainedConfig):
|
|
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):
|
@@ -141,8 +136,6 @@ class DeepseekV3Config(PretrainedConfig):
|
|
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,
|
@@ -151,7 +144,6 @@ class DeepseekV3Config(PretrainedConfig):
|
|
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,
|
@@ -184,8 +176,6 @@ class DeepseekV3Config(PretrainedConfig):
|
|
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
|
@@ -194,7 +184,6 @@ class DeepseekV3Config(PretrainedConfig):
|
|
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
|
|
|
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):
|
|
|
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,
|
|
|
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,
|
|
|
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
|
|
|
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
|
model-00001-of-00088.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 3725148265
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2c4c331915574139c5ac8dafee748d8fcb3e4c6a960824b98110d9268568cdd2
|
3 |
size 3725148265
|
model-00002-of-00088.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4c5255f35ff5eaab3c5b6d5e1d3c184731d66b22b266caaa54b036c8a8d52384
|
3 |
+
size 4361585891
|
model-00003-of-00088.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4227859218
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3d5a6afc3553763edb09b71c8d5a44ec6075f48a6735d9e396d00b05e2f41e2c
|
3 |
size 4227859218
|
model-00004-of-00088.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3cdf53f479116c1171638c721025685020b9548c362af7583689aa4ad69529bb
|
3 |
+
size 4361585963
|
model-00005-of-00088.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3ae6277488338917c5a464d5e8fd5c7c4dbfbe723a62922df203686a43fd7887
|
3 |
+
size 4361585901
|
model-00006-of-00088.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4227859214
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5825746fe2bc0f8f810efb39ced8a0208d212e95cbf884b8236570ed25cadac6
|
3 |
size 4227859214
|
model-00007-of-00088.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:489f16102289544ad7016b6e13e908b96969212f545402c9948af61ab3292e2a
|
3 |
+
size 4361585961
|
model-00008-of-00088.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:55d2b8c569b90aff3d07f13b5012616ac39d351ad5b981553e8bf93b7ed25897
|
3 |
+
size 4361585869
|
model-00009-of-00088.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4227859218
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a88d1c2793b418c78946308827addf2baa9f5697259f855eda505e872b4885f6
|
3 |
size 4227859218
|
model-00010-of-00088.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f6ff44864eda2d49217ca0779d7c08b1da1d1c02c035eb8d78e6114320b63f76
|
3 |
+
size 4361585887
|
model-00011-of-00088.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ac186abf0822dece299c4d99ea8230d4a98eaa264def4314acc569e0c7fc4114
|
3 |
+
size 4361585890
|
model-00012-of-00088.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4227859224
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4ad58c01b37e2d9334bdf11bf79e5df4cbad9a44c5550b374f5eda094d59e646
|
3 |
size 4227859224
|
model-00013-of-00088.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:35797d56d5691ff31584924971fd26a87e695b2079f16a7506916422223310a1
|
3 |
+
size 4361585973
|
model-00014-of-00088.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fe571eab8db9f37c6ace29d62ae9c92bc419e7494e9373701d6b5751e9da85c0
|
3 |
+
size 4361585903
|
model-00015-of-00088.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4227859224
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:91866b8b087db695b6cc08ef96f6507f7b82e2228d2d095de9c6382bd7997318
|
3 |
size 4227859224
|
model-00016-of-00088.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:edb1becf27c675fdc9eeef2a4822b4f18c2d9b8dd1892d673ee95e391307bcfb
|
3 |
+
size 4361585967
|
model-00017-of-00088.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:47b49c2748913685fb5b64a916e58b4f0b2024467f63c5a509cf67a3aba14984
|
3 |
+
size 4361585901
|
model-00018-of-00088.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4227859220
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4a7f9a5c34b0dedf72a81cc344b1491fa00775971d1cd082f1aeb2a4bcdc87a2
|
3 |
size 4227859220
|
model-00019-of-00088.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f683e74041520ce95103eb786e957d957a71fc0274263e5f54f87daca3724f58
|
3 |
+
size 4361585975
|
model-00020-of-00088.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ba991d74f35a7044d83af501fc5bbd1f50f2dd29c3b1a4727ef79d8e99ee414e
|
3 |
+
size 4361585935
|
model-00021-of-00088.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4227859224
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5a05a3a2de06fc688c304f31ab3791f6301f1d160bf1d32c2a46decdadc03230
|
3 |
size 4227859224
|
model-00022-of-00088.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:95c49596dacbf68e4a09cf56f285be0809178c1dc92add3ca9c4deb678ac4e12
|
3 |
+
size 4361585953
|
model-00023-of-00088.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:90d574126c1093a287046af5bc9ffb7eaff4209ec249f00a67327ff3352e144e
|
3 |
+
size 4361585911
|
model-00024-of-00088.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4227859226
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1be72c3ef27006fe760f0837c192a4ee7f262fdccd58704fa218c75cd798a6ff
|
3 |
size 4227859226
|
model-00025-of-00088.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:82a17d128c561f0e20ac0c749c7b285b7836eb18bd4afb9b9f2abeea47e049e4
|
3 |
+
size 4361585997
|
model-00026-of-00088.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:df6f6c06927cf1d039883b27f45b43e9ed94ce9458152806d6582db541430f31
|
3 |
+
size 4361585915
|
model-00027-of-00088.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4227859220
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bafa57068931b7351d31402ac953c421fc86a6dc46b9c6e7487826119e77110e
|
3 |
size 4227859220
|
model-00028-of-00088.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c15bf7d53d50f173ddf4f747655159e646d1fd22919e42d072d593c79b1aa324
|
3 |
+
size 4361585965
|
model-00029-of-00088.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:63104e5b296aa062b6cf0aa4f4855c0d6d222795fe3221549e0b9bf8130b023f
|
3 |
+
size 4361585883
|
model-00030-of-00088.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4227859222
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ab19691ee0e93d869c3cf3fb0b6552a4e2e4da12e9c79981621d33d2c98d656e
|
3 |
size 4227859222
|
model-00031-of-00088.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e99810effc6e15260b83be47276f78f82ca59b518a161666816d3511ea4d0edc
|
3 |
+
size 4361585999
|
model-00032-of-00088.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:83ba49c6f166f8203d1613530c028005a64f6c9e806930fa405f04a72e775a3f
|
3 |
+
size 4361585945
|
model-00033-of-00088.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4227859218
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:706d7c0114fa0047413517321bc82eff23b88a2d29b578e43bbe95a2e6b289f2
|
3 |
size 4227859218
|
model-00034-of-00088.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:17b1791bdb04db57b46dbf36770f339eaecaf60c12a8a9d882f5ba0e17ae180e
|
3 |
+
size 4361585953
|
model-00035-of-00088.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1976a946fd9ca09f3f725cdc877e30a60940a5587a09c4a548a1182d3c5bb7c0
|
3 |
+
size 4361585923
|
model-00036-of-00088.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4227859224
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:38f3dcbfb878e7cfc3d9d8690448a3a634b38e7e66d047ca96f390a82194d028
|
3 |
size 4227859224
|
model-00037-of-00088.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9d29e442541517efef4895cc8539e85444b714744bcf4adf5ddf3289367897ee
|
3 |
+
size 4361585999
|
model-00038-of-00088.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8a635ae0cc54dd30f6a1380910c37665f3deedae12b2740d32516a0cacf9d36d
|
3 |
+
size 4361585911
|
model-00039-of-00088.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4227859220
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dd60548afce53b3712eccc1031cf3a8f2d70f32c0491b83ad806fd9d71a627e9
|
3 |
size 4227859220
|
model-00040-of-00088.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3655ad3bb960bcf3b234d590f0b826a85808f237997b82f8b4044a97ba53af7a
|
3 |
+
size 4361585939
|
model-00041-of-00088.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:03811b0e7e10fae0f4bb1930f32856f313f1357cb17b26bef4c0dcfe86ec8784
|
3 |
+
size 4361585901
|
model-00042-of-00088.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4227859224
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f06f8d344ee0c926ac39a932ec8e1761cfe050216307e909f1d8e76a12faf329
|
3 |
size 4227859224
|
model-00043-of-00088.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d2e03f3648d8a8efa1d8690be12fe44b7320f40f366db7513d281be100253831
|
3 |
+
size 4361585997
|
model-00044-of-00088.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9fd06a3592f5a1829ed33de6fab42d3f186480557e007fb99b4f3cca91f4d076
|
3 |
+
size 4361585937
|
model-00045-of-00088.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4227859224
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2fd10213eac1bbec48311c3046354be068e96e8f7e177db5692210a9aeae7214
|
3 |
size 4227859224
|
model-00046-of-00088.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2ff6373a0b3b0b717fa7d0f3fa0a1dbbe7649b8815e928d8a986c488e70bb7e0
|
3 |
+
size 4361585997
|
model-00047-of-00088.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2d1f446ada567bbd8e529c4d13f9e630ae30dcad69b8ff49b11d0aa21346e47e
|
3 |
+
size 4361585897
|