ananayarora commited on
Commit
a595f4f
·
verified ·
1 Parent(s): 61345c8

Upload Kimi K2.5 BF16 safetensors (converted from native INT4)

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. .gitattributes +1 -0
  2. README.md +40 -0
  3. config.json +193 -0
  4. generation_config.json +4 -0
  5. model-00001-of-000064.safetensors +3 -0
  6. model-00002-of-000064.safetensors +3 -0
  7. model-00003-of-000064.safetensors +3 -0
  8. model-00004-of-000064.safetensors +3 -0
  9. model-00005-of-000064.safetensors +3 -0
  10. model-00006-of-000064.safetensors +3 -0
  11. model-00007-of-000064.safetensors +3 -0
  12. model-00008-of-000064.safetensors +3 -0
  13. model-00009-of-000064.safetensors +3 -0
  14. model-00010-of-000064.safetensors +3 -0
  15. model-00011-of-000064.safetensors +3 -0
  16. model-00012-of-000064.safetensors +3 -0
  17. model-00013-of-000064.safetensors +3 -0
  18. model-00014-of-000064.safetensors +3 -0
  19. model-00015-of-000064.safetensors +3 -0
  20. model-00016-of-000064.safetensors +3 -0
  21. model-00017-of-000064.safetensors +3 -0
  22. model-00018-of-000064.safetensors +3 -0
  23. model-00019-of-000064.safetensors +3 -0
  24. model-00020-of-000064.safetensors +3 -0
  25. model-00021-of-000064.safetensors +3 -0
  26. model-00022-of-000064.safetensors +3 -0
  27. model-00023-of-000064.safetensors +3 -0
  28. model-00024-of-000064.safetensors +3 -0
  29. model-00025-of-000064.safetensors +3 -0
  30. model-00026-of-000064.safetensors +3 -0
  31. model-00027-of-000064.safetensors +3 -0
  32. model-00028-of-000064.safetensors +3 -0
  33. model-00029-of-000064.safetensors +3 -0
  34. model-00030-of-000064.safetensors +3 -0
  35. model-00031-of-000064.safetensors +3 -0
  36. model-00032-of-000064.safetensors +3 -0
  37. model-00033-of-000064.safetensors +3 -0
  38. model-00034-of-000064.safetensors +3 -0
  39. model-00035-of-000064.safetensors +3 -0
  40. model-00036-of-000064.safetensors +3 -0
  41. model-00037-of-000064.safetensors +3 -0
  42. model-00038-of-000064.safetensors +3 -0
  43. model-00039-of-000064.safetensors +3 -0
  44. model-00040-of-000064.safetensors +3 -0
  45. model-00041-of-000064.safetensors +3 -0
  46. model-00042-of-000064.safetensors +3 -0
  47. model-00043-of-000064.safetensors +3 -0
  48. model-00044-of-000064.safetensors +3 -0
  49. model-00045-of-000064.safetensors +3 -0
  50. model-00046-of-000064.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
README.md ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ license_name: modified-mit
4
+ license_link: https://huggingface.co/moonshotai/Kimi-K2.5/blob/main/LICENSE
5
+ base_model: moonshotai/Kimi-K2.5
6
+ tags:
7
+ - kimi
8
+ - moe
9
+ - bf16
10
+ ---
11
+
12
+ # Kimi K2.5 — BF16 Safetensors
13
+
14
+ BF16 (bfloat16) conversion of [Moonshot AI's Kimi K2.5](https://huggingface.co/moonshotai/Kimi-K2.5).
15
+
16
+ Converted from the official native INT4 weights so that LlamaFactory + KTransformers
17
+ can run LoRA SFT directly without a per-run conversion step.
18
+
19
+ | Spec | Value |
20
+ |------|-------|
21
+ | Source | `moonshotai/Kimi-K2.5` |
22
+ | Format | safetensors (BF16) |
23
+ | Shards | 64 |
24
+ | Total size | ~1913 GB |
25
+ | Architecture | MoE — 1T total, 32B active |
26
+ | Context | 256K tokens |
27
+
28
+ ## Usage with LlamaFactory + KTransformers
29
+
30
+ ```yaml
31
+ model_name_or_path: ananayarora/Kimi-K2.5-BF16
32
+ stage: sft
33
+ finetuning_type: lora
34
+ bf16: true
35
+ use_kt: true
36
+ ```
37
+
38
+ ## License
39
+
40
+ Same as the base model: [Modified MIT](https://huggingface.co/moonshotai/Kimi-K2.5/blob/main/LICENSE).
config.json ADDED
@@ -0,0 +1,193 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "KimiK25ForConditionalGeneration"
4
+ ],
5
+ "auto_map": {
6
+ "AutoConfig": "configuration_kimi_k25.KimiK25Config",
7
+ "AutoModel": "modeling_kimi_k25.KimiK25ForConditionalGeneration",
8
+ "AutoModelForCausalLM": "modeling_kimi_k25.KimiK25ForConditionalGeneration"
9
+ },
10
+ "bos_token_id": 163584,
11
+ "dtype": "bfloat16",
12
+ "eos_token_id": 163585,
13
+ "ignore_index": -100,
14
+ "media_placeholder_token_id": 163605,
15
+ "model_type": "kimi_k25",
16
+ "pad_token_id": 163839,
17
+ "text_config": {
18
+ "_name_or_path": "",
19
+ "add_cross_attention": false,
20
+ "architectures": [
21
+ "DeepseekV3ForCausalLM"
22
+ ],
23
+ "attention_bias": false,
24
+ "attention_dropout": 0.0,
25
+ "auto_map": {
26
+ "AutoConfig": "configuration_deepseek.DeepseekV3Config",
27
+ "AutoModel": "modeling_deepseek.DeepseekV3Model",
28
+ "AutoModelForCausalLM": "modeling_deepseek.DeepseekV3ForCausalLM"
29
+ },
30
+ "aux_loss_alpha": 0.001,
31
+ "bad_words_ids": null,
32
+ "begin_suppress_tokens": null,
33
+ "bos_token_id": 163584,
34
+ "chunk_size_feed_forward": 0,
35
+ "cross_attention_hidden_size": null,
36
+ "decoder_start_token_id": null,
37
+ "diversity_penalty": 0.0,
38
+ "do_sample": false,
39
+ "dtype": "bfloat16",
40
+ "early_stopping": false,
41
+ "encoder_no_repeat_ngram_size": 0,
42
+ "eos_token_id": 163585,
43
+ "ep_size": 1,
44
+ "exponential_decay_length_penalty": null,
45
+ "finetuning_task": null,
46
+ "first_k_dense_replace": 1,
47
+ "forced_bos_token_id": null,
48
+ "forced_eos_token_id": null,
49
+ "hidden_act": "silu",
50
+ "hidden_size": 7168,
51
+ "id2label": {
52
+ "0": "LABEL_0",
53
+ "1": "LABEL_1"
54
+ },
55
+ "initializer_range": 0.02,
56
+ "intermediate_size": 18432,
57
+ "is_decoder": false,
58
+ "is_encoder_decoder": false,
59
+ "kv_lora_rank": 512,
60
+ "label2id": {
61
+ "LABEL_0": 0,
62
+ "LABEL_1": 1
63
+ },
64
+ "length_penalty": 1.0,
65
+ "max_length": 20,
66
+ "max_position_embeddings": 262144,
67
+ "min_length": 0,
68
+ "model_type": "kimi_k2",
69
+ "moe_intermediate_size": 2048,
70
+ "moe_layer_freq": 1,
71
+ "n_group": 1,
72
+ "n_routed_experts": 384,
73
+ "n_shared_experts": 1,
74
+ "no_repeat_ngram_size": 0,
75
+ "norm_topk_prob": true,
76
+ "num_attention_heads": 64,
77
+ "num_beam_groups": 1,
78
+ "num_beams": 1,
79
+ "num_experts_per_tok": 8,
80
+ "num_hidden_layers": 61,
81
+ "num_key_value_heads": 64,
82
+ "num_nextn_predict_layers": 0,
83
+ "num_return_sequences": 1,
84
+ "output_attentions": false,
85
+ "output_hidden_states": false,
86
+ "output_scores": false,
87
+ "pad_token_id": 163839,
88
+ "prefix": null,
89
+ "pretraining_tp": 1,
90
+ "problem_type": null,
91
+ "pruned_heads": {},
92
+ "q_lora_rank": 1536,
93
+ "qk_nope_head_dim": 128,
94
+ "qk_rope_head_dim": 64,
95
+ "quantization_config": {
96
+ "config_groups": {
97
+ "group_0": {
98
+ "input_activations": null,
99
+ "output_activations": null,
100
+ "targets": [
101
+ "Linear"
102
+ ],
103
+ "weights": {
104
+ "actorder": null,
105
+ "block_structure": null,
106
+ "dynamic": false,
107
+ "group_size": 32,
108
+ "num_bits": 4,
109
+ "observer": "minmax",
110
+ "observer_kwargs": {},
111
+ "strategy": "group",
112
+ "symmetric": true,
113
+ "type": "int"
114
+ }
115
+ }
116
+ },
117
+ "format": "pack-quantized",
118
+ "ignore": [
119
+ "lm_head",
120
+ "re:.*self_attn.*",
121
+ "re:.*shared_experts.*",
122
+ "re:.*mlp\\.(gate|up|gate_up|down)_proj.*"
123
+ ],
124
+ "kv_cache_scheme": null,
125
+ "quant_method": "compressed-tensors",
126
+ "quantization_status": "compressed"
127
+ },
128
+ "remove_invalid_values": false,
129
+ "repetition_penalty": 1.0,
130
+ "return_dict": true,
131
+ "return_dict_in_generate": false,
132
+ "rms_norm_eps": 1e-05,
133
+ "rope_scaling": {
134
+ "beta_fast": 32.0,
135
+ "beta_slow": 1.0,
136
+ "factor": 64.0,
137
+ "mscale": 1.0,
138
+ "mscale_all_dim": 1.0,
139
+ "original_max_position_embeddings": 4096,
140
+ "type": "yarn"
141
+ },
142
+ "rope_theta": 50000.0,
143
+ "routed_scaling_factor": 2.827,
144
+ "scoring_func": "sigmoid",
145
+ "sep_token_id": null,
146
+ "seq_aux": true,
147
+ "suppress_tokens": null,
148
+ "task_specific_params": null,
149
+ "temperature": 1.0,
150
+ "tf_legacy_loss": false,
151
+ "tie_encoder_decoder": false,
152
+ "tie_word_embeddings": false,
153
+ "tokenizer_class": null,
154
+ "top_k": 50,
155
+ "top_p": 1.0,
156
+ "topk_group": 1,
157
+ "topk_method": "noaux_tc",
158
+ "torchscript": false,
159
+ "transformers_version": "4.56.2",
160
+ "typical_p": 1.0,
161
+ "use_bfloat16": false,
162
+ "use_cache": true,
163
+ "v_head_dim": 128,
164
+ "vocab_size": 163840,
165
+ "torch_dtype": "bfloat16"
166
+ },
167
+ "tie_word_embeddings": false,
168
+ "use_unified_vision_chunk": true,
169
+ "video_placeholder": "<|kimi_k25_video_placeholder|>",
170
+ "vision_config": {
171
+ "_attn_implementation": "flash_attention_2",
172
+ "init_pos_emb_height": 64,
173
+ "init_pos_emb_time": 4,
174
+ "init_pos_emb_width": 64,
175
+ "merge_kernel_size": [
176
+ 2,
177
+ 2
178
+ ],
179
+ "merge_type": "sd2_tpool",
180
+ "mm_hidden_size": 1152,
181
+ "mm_projector_type": "patchmerger",
182
+ "patch_size": 14,
183
+ "pos_emb_type": "divided_fixed",
184
+ "projector_hidden_act": "gelu",
185
+ "projector_ln_eps": 1e-05,
186
+ "text_hidden_size": 7168,
187
+ "video_attn_type": "spatial_temporal",
188
+ "vt_hidden_size": 1152,
189
+ "vt_intermediate_size": 4304,
190
+ "vt_num_attention_heads": 16,
191
+ "vt_num_hidden_layers": 27
192
+ }
193
+ }
generation_config.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "max_length": 262144,
3
+ "eos_token_id": 163586
4
+ }
model-00001-of-000064.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:18daf53a15070b9c70d8bb63420dbd39764af9118af67982eeb60749f5453233
3
+ size 995001888
model-00002-of-000064.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9535c797e8db2572793a99c710b9ec78c2645bb4d6858e066392571a02a9ce6a
3
+ size 34118896048
model-00003-of-000064.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b305507ccc809fb9992a13dcafd7c3281d3352c6b8043dfb38a01bad85aab2c3
3
+ size 34118896048
model-00004-of-000064.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:775c4915029fad7c369390cef5cbdfc086cc1884b549b5ab8eb2fa3cd7874245
3
+ size 34118896048
model-00005-of-000064.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f30145eb7bf1084dc20e0c2e20650f86753a3b7e6a2df2915914a48d6abbb5d8
3
+ size 34118896048
model-00006-of-000064.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8d65c3b63e9d41e2fc0a307df8e893ba134855c1e2815e687f0db6dd12ceddfe
3
+ size 34118896048
model-00007-of-000064.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b322e12517022dac25ba1b8637cb99665502c13304c3a9b141c2dcce726ff739
3
+ size 34118896048
model-00008-of-000064.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9681801be93a11b40b7be1c6f065f01e10b38d66b3e586b5ad7742a78ff44844
3
+ size 34118896048
model-00009-of-000064.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5de2bba6cbce883edd05b434394a8eca9e868a32c4090666a3792c2db0f9ead9
3
+ size 34118896048
model-00010-of-000064.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0f4cfa8b734784fa2057b85dd0792a070333d8051396ae61e63f8e5861fa8fbc
3
+ size 34118896048
model-00011-of-000064.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:98a5ded58360c2fc93b692153952d0a2e82d60d72f37eebcbabf1a2cde8f9d1f
3
+ size 34118897216
model-00012-of-000064.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c6accb526370e3185dc4d9989c8ba0bc4366db4a29f3b24a389c286dc8012d08
3
+ size 34118897216
model-00013-of-000064.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7be50ab4f5ddb7dd616d148359752191863f16c7b50e3a35012c1c3bd6a75ee1
3
+ size 34118897216
model-00014-of-000064.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:259387fa691a603a2a877752f42d047e245e389c09e3f4df0e8580d3ed85525f
3
+ size 34118897216
model-00015-of-000064.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:baefc0d8d06536e82481966d5d82589ffe530850241306b944092bd7182ed484
3
+ size 34118897216
model-00016-of-000064.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:13200caf01c1211f1ced5030208255e15cde48d41d0d664941072d7c830729f6
3
+ size 34118897216
model-00017-of-000064.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fec76dd39e3c9b13d1c958d5248f8316b3afd30139cb4090435d6597e9ae9583
3
+ size 34118897216
model-00018-of-000064.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3420fb700996d5079f30d7041e1e5c91a02d3d2d5080e5dcbe4b1abc6bd239d4
3
+ size 34118897216
model-00019-of-000064.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:64309d1919fc10937fd0c0719a0cbab2383c3db8b19f97e06eeaeb8c57b84b77
3
+ size 34118897216
model-00020-of-000064.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e501987568c9391bc1c2af3390b7b6e4b160842fad38b52e17d1dff9fae3c309
3
+ size 34118897216
model-00021-of-000064.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e8f799ebc880bf48951d9c3d81bbee3bd0c2993ccca70e8d6ab3e2f719346086
3
+ size 34118897216
model-00022-of-000064.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b0f228bcd96b8988f8eae156797e6f1ce5342b6159a2dcec55187226c09b2211
3
+ size 34118897216
model-00023-of-000064.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e10147c74a915ae9ab345d638ecf9c4f90468335ecc0ae5a61907289bfe2f051
3
+ size 34118897216
model-00024-of-000064.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6ed0ba4e761ce4e65beb3178b71465805793bf6a16120980c9c52b1fe2ab3e84
3
+ size 34118897216
model-00025-of-000064.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1e7893fe1dc30900b129878e3302cc9e9362417e9cbb70459888ad8e5f9aa3ed
3
+ size 34118897216
model-00026-of-000064.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6b2cb0a60c6b6515193a2cf2b23fc81181985847af93fbdbb16eb5b8cd432572
3
+ size 34118897216
model-00027-of-000064.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:064d63ab70d3f809baf04155d08266ff54da9d6f5720a8799c76b920ad477622
3
+ size 34118897216
model-00028-of-000064.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:15c3f65ff8c0086dd045e34c5ce60e3a70d046bdf47dd76692a2989286d9055e
3
+ size 34118897216
model-00029-of-000064.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bfd6520fe0e375559e9573e28aa00259c2154c8dc50f45f2f044cf902a568fbb
3
+ size 34118897216
model-00030-of-000064.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6b4f185271738370d7602b91dc849ca9fb27fa7d11eb67d21e519830e9d7505d
3
+ size 34118897216
model-00031-of-000064.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e28f08ef93004176271e95ab6a882cc067253281a035724837d98ddf79fcf0a7
3
+ size 34118897216
model-00032-of-000064.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4ee566725f7348f501af363b367a962a0a95e5965ae4ee52213f0c024a3a0235
3
+ size 34118897216
model-00033-of-000064.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:21c436d9f96ae92991769f99f81e8f37ad6c3364c21bbfdd828307b913dc6cd0
3
+ size 34118897216
model-00034-of-000064.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:38493055f5d90fec9270697e7fcb37527547a1f52e1f03502e83053e4e6f9193
3
+ size 34118897216
model-00035-of-000064.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:57ee30b08eddc5997cd269cab90524b078eabfa835e0094648fe7ae81b68ff3a
3
+ size 34118897216
model-00036-of-000064.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:16f0a120d515b0fd4d848517c0cd5ed9e22e66ca6571d207e88a441f299d0d1f
3
+ size 34118897216
model-00037-of-000064.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0415bf74c71c1648b73a823e9902468e9f7eb7117e730db0a31761f49b9af782
3
+ size 34118897216
model-00038-of-000064.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:77ac3e771279ca7e04a11f0cd34019e126d50ddbc9b484e4b91226619e35a8a1
3
+ size 34118897216
model-00039-of-000064.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5dcba7989997f258c9c84824273add6ae03a118e4f43490eba76676d8463b1ec
3
+ size 34118897216
model-00040-of-000064.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:336dc37932616c9d80370ba63036196fc45ab36064d99d1ebb16c495826fd5a9
3
+ size 34118897216
model-00041-of-000064.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bac59ce7b12dd43be50236c8a6e8750d47c670aecb260f13be48e5e700201795
3
+ size 34118897216
model-00042-of-000064.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5a7f9d73e33ee81c53ebaf6374f3a5415f4b3ff471cf36d56b5689433bfc2025
3
+ size 34118897216
model-00043-of-000064.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:341fcaa3825623022ca6c7e613e97b308013e430a98d94d9f4d3260944cae44e
3
+ size 34118897216
model-00044-of-000064.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3a787893f3e11861873b63e638954cb37c232ca880640fc4d0e9bea098ae4e69
3
+ size 34118897216
model-00045-of-000064.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ba50d0972dd3c86f8d33b95ba6a0c0dd41d30f53e2a6670f14d4260fd48f9af1
3
+ size 34118897216
model-00046-of-000064.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fdd642d9a704c0016b0c33894b7c84987fb75fe21460d49b2e421eb6491faa21
3
+ size 34118897216