diff --git a/.gitattributes b/.gitattributes index 495a7175bb7b0b48bd0ac67d86f3e0c900127a71..4553e7b1b76214963cbe7d65961b323cf2c81393 100644 --- a/.gitattributes +++ b/.gitattributes @@ -34,3 +34,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text *.zst filter=lfs diff=lfs merge=lfs -text *tfevents* filter=lfs diff=lfs merge=lfs -text model.safetensors.index.json filter=lfs diff=lfs merge=lfs -text +figures/*.png filter=lfs diff=lfs merge=lfs -text diff --git a/LICENSE b/LICENSE index 64534f90a189212615aeee73a1b6da821021d054..fe5473406f56a61085e7786f67bca07dbd4854c9 100644 --- a/LICENSE +++ b/LICENSE @@ -24,4 +24,4 @@ Our only modification part is that, if the Software (or any derivative works thereof) is used for any of your commercial products or services that have more than 100 million monthly active users, or more than 20 million US dollars (or equivalent in other currencies) in monthly revenue, you shall prominently -display "Kimi K2" on the user interface of such product or service. \ No newline at end of file +display "Kimi K2" on the user interface of such product or service. diff --git a/THIRD_PARTY_NOTICES.md b/THIRD_PARTY_NOTICES.md new file mode 100644 index 0000000000000000000000000000000000000000..2e2c9bb7eacbe3bb30250e5fb734d439aa9de3b6 --- /dev/null +++ b/THIRD_PARTY_NOTICES.md @@ -0,0 +1,47 @@ +# THIRD_PARTY_NOTICES + +This file lists third-party software contained in Kimi-K2 along with their licenses, in compliance with the redistribution clauses of those licenses. + +--- + +## 1. DeepSeek-V3 + +Our model archietecture is DeepSeek-V3-like. Some of modeling codes are copied from the source repository. + +- **Source Repository** + https://huggingface.co/deepseek-ai/DeepSeek-V3 + +- **Files / Directories Used** + - configuration_deepseek.py + - modeling_deepseek.py + +- **License Type** + MIT License + +- **Copyright Notice** + Copyright (c) 2023 DeepSeek + +- **Full License Text** +``` +MIT License + +Copyright (c) 2023 DeepSeek + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. +``` diff --git a/config.json b/config.json index 5769b1fabb40cdebf15315b445046b11449b974f..ef4d58bff8cb3040271b43af675cdb79590f59e2 100644 --- a/config.json +++ b/config.json @@ -98,13 +98,375 @@ "target_device": null }, "exclude": [ - "re:model.layers.*self_attn.*", - "re:model.layers.*mlp.gate", "lm_head", - "re:model.layers.*mlp.gate_proj", - "re:model.layers.*mlp.up_proj", - "re:model.layers.*mlp.down_proj", - "re:model.layers.*shared_experts.*" + "model.layers.0.mlp.down_proj", + "model.layers.0.mlp.gate_proj", + "model.layers.0.mlp.up_proj", + "model.layers.0.self_attn.kv_a_proj_with_mqa", + "model.layers.0.self_attn.kv_b_proj", + "model.layers.0.self_attn.o_proj", + "model.layers.0.self_attn.q_a_proj", + "model.layers.0.self_attn.q_b_proj", + "model.layers.1.mlp.gate", + "model.layers.1.self_attn.kv_a_proj_with_mqa", + "model.layers.1.self_attn.kv_b_proj", + "model.layers.1.self_attn.o_proj", + "model.layers.1.self_attn.q_a_proj", + "model.layers.1.self_attn.q_b_proj", + "model.layers.10.mlp.gate", + "model.layers.10.self_attn.kv_a_proj_with_mqa", + "model.layers.10.self_attn.kv_b_proj", + "model.layers.10.self_attn.o_proj", + "model.layers.10.self_attn.q_a_proj", + "model.layers.10.self_attn.q_b_proj", + "model.layers.11.mlp.gate", + "model.layers.11.self_attn.kv_a_proj_with_mqa", + "model.layers.11.self_attn.kv_b_proj", + "model.layers.11.self_attn.o_proj", + "model.layers.11.self_attn.q_a_proj", + "model.layers.11.self_attn.q_b_proj", + "model.layers.12.mlp.gate", + "model.layers.12.self_attn.kv_a_proj_with_mqa", + "model.layers.12.self_attn.kv_b_proj", + "model.layers.12.self_attn.o_proj", + "model.layers.12.self_attn.q_a_proj", + "model.layers.12.self_attn.q_b_proj", + "model.layers.13.mlp.gate", + "model.layers.13.self_attn.kv_a_proj_with_mqa", + "model.layers.13.self_attn.kv_b_proj", + "model.layers.13.self_attn.o_proj", + "model.layers.13.self_attn.q_a_proj", + "model.layers.13.self_attn.q_b_proj", + "model.layers.14.mlp.gate", + "model.layers.14.self_attn.kv_a_proj_with_mqa", + "model.layers.14.self_attn.kv_b_proj", + "model.layers.14.self_attn.o_proj", + "model.layers.14.self_attn.q_a_proj", + "model.layers.14.self_attn.q_b_proj", + "model.layers.15.mlp.gate", + "model.layers.15.self_attn.kv_a_proj_with_mqa", + "model.layers.15.self_attn.kv_b_proj", + "model.layers.15.self_attn.o_proj", + "model.layers.15.self_attn.q_a_proj", + "model.layers.15.self_attn.q_b_proj", + "model.layers.16.mlp.gate", + "model.layers.16.self_attn.kv_a_proj_with_mqa", + "model.layers.16.self_attn.kv_b_proj", + "model.layers.16.self_attn.o_proj", + "model.layers.16.self_attn.q_a_proj", + "model.layers.16.self_attn.q_b_proj", + "model.layers.17.mlp.gate", + "model.layers.17.self_attn.kv_a_proj_with_mqa", + "model.layers.17.self_attn.kv_b_proj", + "model.layers.17.self_attn.o_proj", + "model.layers.17.self_attn.q_a_proj", + "model.layers.17.self_attn.q_b_proj", + "model.layers.18.mlp.gate", + "model.layers.18.self_attn.kv_a_proj_with_mqa", + "model.layers.18.self_attn.kv_b_proj", + "model.layers.18.self_attn.o_proj", + "model.layers.18.self_attn.q_a_proj", + "model.layers.18.self_attn.q_b_proj", + "model.layers.19.mlp.gate", + "model.layers.19.self_attn.kv_a_proj_with_mqa", + "model.layers.19.self_attn.kv_b_proj", + "model.layers.19.self_attn.o_proj", + "model.layers.19.self_attn.q_a_proj", + "model.layers.19.self_attn.q_b_proj", + "model.layers.2.mlp.gate", + "model.layers.2.self_attn.kv_a_proj_with_mqa", + "model.layers.2.self_attn.kv_b_proj", + "model.layers.2.self_attn.o_proj", + "model.layers.2.self_attn.q_a_proj", + "model.layers.2.self_attn.q_b_proj", + "model.layers.20.mlp.gate", + "model.layers.20.self_attn.kv_a_proj_with_mqa", + "model.layers.20.self_attn.kv_b_proj", + "model.layers.20.self_attn.o_proj", + "model.layers.20.self_attn.q_a_proj", + "model.layers.20.self_attn.q_b_proj", + "model.layers.21.mlp.gate", + "model.layers.21.self_attn.kv_a_proj_with_mqa", + "model.layers.21.self_attn.kv_b_proj", + "model.layers.21.self_attn.o_proj", + "model.layers.21.self_attn.q_a_proj", + "model.layers.21.self_attn.q_b_proj", + "model.layers.22.mlp.gate", + "model.layers.22.self_attn.kv_a_proj_with_mqa", + "model.layers.22.self_attn.kv_b_proj", + "model.layers.22.self_attn.o_proj", + "model.layers.22.self_attn.q_a_proj", + "model.layers.22.self_attn.q_b_proj", + "model.layers.23.mlp.gate", + "model.layers.23.self_attn.kv_a_proj_with_mqa", + "model.layers.23.self_attn.kv_b_proj", + "model.layers.23.self_attn.o_proj", + "model.layers.23.self_attn.q_a_proj", + "model.layers.23.self_attn.q_b_proj", + "model.layers.24.mlp.gate", + "model.layers.24.self_attn.kv_a_proj_with_mqa", + "model.layers.24.self_attn.kv_b_proj", + "model.layers.24.self_attn.o_proj", + "model.layers.24.self_attn.q_a_proj", + "model.layers.24.self_attn.q_b_proj", + "model.layers.25.mlp.gate", + "model.layers.25.self_attn.kv_a_proj_with_mqa", + "model.layers.25.self_attn.kv_b_proj", + "model.layers.25.self_attn.o_proj", + "model.layers.25.self_attn.q_a_proj", + "model.layers.25.self_attn.q_b_proj", + "model.layers.26.mlp.gate", + "model.layers.26.self_attn.kv_a_proj_with_mqa", + "model.layers.26.self_attn.kv_b_proj", + "model.layers.26.self_attn.o_proj", + "model.layers.26.self_attn.q_a_proj", + "model.layers.26.self_attn.q_b_proj", + "model.layers.27.mlp.gate", + "model.layers.27.self_attn.kv_a_proj_with_mqa", + "model.layers.27.self_attn.kv_b_proj", + "model.layers.27.self_attn.o_proj", + "model.layers.27.self_attn.q_a_proj", + "model.layers.27.self_attn.q_b_proj", + "model.layers.28.mlp.gate", + "model.layers.28.self_attn.kv_a_proj_with_mqa", + "model.layers.28.self_attn.kv_b_proj", + "model.layers.28.self_attn.o_proj", + "model.layers.28.self_attn.q_a_proj", + "model.layers.28.self_attn.q_b_proj", + "model.layers.29.mlp.gate", + "model.layers.29.self_attn.kv_a_proj_with_mqa", + "model.layers.29.self_attn.kv_b_proj", + "model.layers.29.self_attn.o_proj", + "model.layers.29.self_attn.q_a_proj", + "model.layers.29.self_attn.q_b_proj", + "model.layers.3.mlp.gate", + "model.layers.3.self_attn.kv_a_proj_with_mqa", + "model.layers.3.self_attn.kv_b_proj", + "model.layers.3.self_attn.o_proj", + "model.layers.3.self_attn.q_a_proj", + "model.layers.3.self_attn.q_b_proj", + "model.layers.30.mlp.gate", + "model.layers.30.self_attn.kv_a_proj_with_mqa", + "model.layers.30.self_attn.kv_b_proj", + "model.layers.30.self_attn.o_proj", + "model.layers.30.self_attn.q_a_proj", + "model.layers.30.self_attn.q_b_proj", + "model.layers.31.mlp.gate", + "model.layers.31.self_attn.kv_a_proj_with_mqa", + "model.layers.31.self_attn.kv_b_proj", + "model.layers.31.self_attn.o_proj", + "model.layers.31.self_attn.q_a_proj", + "model.layers.31.self_attn.q_b_proj", + "model.layers.32.mlp.gate", + "model.layers.32.self_attn.kv_a_proj_with_mqa", + "model.layers.32.self_attn.kv_b_proj", + "model.layers.32.self_attn.o_proj", + "model.layers.32.self_attn.q_a_proj", + "model.layers.32.self_attn.q_b_proj", + "model.layers.33.mlp.gate", + "model.layers.33.self_attn.kv_a_proj_with_mqa", + "model.layers.33.self_attn.kv_b_proj", + "model.layers.33.self_attn.o_proj", + "model.layers.33.self_attn.q_a_proj", + "model.layers.33.self_attn.q_b_proj", + "model.layers.34.mlp.gate", + "model.layers.34.self_attn.kv_a_proj_with_mqa", + "model.layers.34.self_attn.kv_b_proj", + "model.layers.34.self_attn.o_proj", + "model.layers.34.self_attn.q_a_proj", + "model.layers.34.self_attn.q_b_proj", + "model.layers.35.mlp.gate", + "model.layers.35.self_attn.kv_a_proj_with_mqa", + "model.layers.35.self_attn.kv_b_proj", + "model.layers.35.self_attn.o_proj", + "model.layers.35.self_attn.q_a_proj", + "model.layers.35.self_attn.q_b_proj", + "model.layers.36.mlp.gate", + "model.layers.36.self_attn.kv_a_proj_with_mqa", + "model.layers.36.self_attn.kv_b_proj", + "model.layers.36.self_attn.o_proj", + "model.layers.36.self_attn.q_a_proj", + "model.layers.36.self_attn.q_b_proj", + "model.layers.37.mlp.gate", + "model.layers.37.self_attn.kv_a_proj_with_mqa", + "model.layers.37.self_attn.kv_b_proj", + "model.layers.37.self_attn.o_proj", + "model.layers.37.self_attn.q_a_proj", + "model.layers.37.self_attn.q_b_proj", + "model.layers.38.mlp.gate", + "model.layers.38.self_attn.kv_a_proj_with_mqa", + "model.layers.38.self_attn.kv_b_proj", + "model.layers.38.self_attn.o_proj", + "model.layers.38.self_attn.q_a_proj", + "model.layers.38.self_attn.q_b_proj", + "model.layers.39.mlp.gate", + "model.layers.39.self_attn.kv_a_proj_with_mqa", + "model.layers.39.self_attn.kv_b_proj", + "model.layers.39.self_attn.o_proj", + "model.layers.39.self_attn.q_a_proj", + "model.layers.39.self_attn.q_b_proj", + "model.layers.4.mlp.gate", + "model.layers.4.self_attn.kv_a_proj_with_mqa", + "model.layers.4.self_attn.kv_b_proj", + "model.layers.4.self_attn.o_proj", + "model.layers.4.self_attn.q_a_proj", + "model.layers.4.self_attn.q_b_proj", + "model.layers.40.mlp.gate", + "model.layers.40.self_attn.kv_a_proj_with_mqa", + "model.layers.40.self_attn.kv_b_proj", + "model.layers.40.self_attn.o_proj", + "model.layers.40.self_attn.q_a_proj", + "model.layers.40.self_attn.q_b_proj", + "model.layers.41.mlp.gate", + "model.layers.41.self_attn.kv_a_proj_with_mqa", + "model.layers.41.self_attn.kv_b_proj", + "model.layers.41.self_attn.o_proj", + "model.layers.41.self_attn.q_a_proj", + "model.layers.41.self_attn.q_b_proj", + "model.layers.42.mlp.gate", + "model.layers.42.self_attn.kv_a_proj_with_mqa", + "model.layers.42.self_attn.kv_b_proj", + "model.layers.42.self_attn.o_proj", + "model.layers.42.self_attn.q_a_proj", + "model.layers.42.self_attn.q_b_proj", + "model.layers.43.mlp.gate", + "model.layers.43.self_attn.kv_a_proj_with_mqa", + "model.layers.43.self_attn.kv_b_proj", + "model.layers.43.self_attn.o_proj", + "model.layers.43.self_attn.q_a_proj", + "model.layers.43.self_attn.q_b_proj", + "model.layers.44.mlp.gate", + "model.layers.44.self_attn.kv_a_proj_with_mqa", + "model.layers.44.self_attn.kv_b_proj", + "model.layers.44.self_attn.o_proj", + "model.layers.44.self_attn.q_a_proj", + "model.layers.44.self_attn.q_b_proj", + "model.layers.45.mlp.gate", + "model.layers.45.self_attn.kv_a_proj_with_mqa", + "model.layers.45.self_attn.kv_b_proj", + "model.layers.45.self_attn.o_proj", + "model.layers.45.self_attn.q_a_proj", + "model.layers.45.self_attn.q_b_proj", + "model.layers.46.mlp.gate", + "model.layers.46.self_attn.kv_a_proj_with_mqa", + "model.layers.46.self_attn.kv_b_proj", + "model.layers.46.self_attn.o_proj", + "model.layers.46.self_attn.q_a_proj", + "model.layers.46.self_attn.q_b_proj", + "model.layers.47.mlp.gate", + "model.layers.47.self_attn.kv_a_proj_with_mqa", + "model.layers.47.self_attn.kv_b_proj", + "model.layers.47.self_attn.o_proj", + "model.layers.47.self_attn.q_a_proj", + "model.layers.47.self_attn.q_b_proj", + "model.layers.48.mlp.gate", + "model.layers.48.self_attn.kv_a_proj_with_mqa", + "model.layers.48.self_attn.kv_b_proj", + "model.layers.48.self_attn.o_proj", + "model.layers.48.self_attn.q_a_proj", + "model.layers.48.self_attn.q_b_proj", + "model.layers.49.mlp.gate", + "model.layers.49.self_attn.kv_a_proj_with_mqa", + "model.layers.49.self_attn.kv_b_proj", + "model.layers.49.self_attn.o_proj", + "model.layers.49.self_attn.q_a_proj", + "model.layers.49.self_attn.q_b_proj", + "model.layers.5.mlp.gate", + "model.layers.5.self_attn.kv_a_proj_with_mqa", + "model.layers.5.self_attn.kv_b_proj", + "model.layers.5.self_attn.o_proj", + "model.layers.5.self_attn.q_a_proj", + "model.layers.5.self_attn.q_b_proj", + "model.layers.50.mlp.gate", + "model.layers.50.self_attn.kv_a_proj_with_mqa", + "model.layers.50.self_attn.kv_b_proj", + "model.layers.50.self_attn.o_proj", + "model.layers.50.self_attn.q_a_proj", + "model.layers.50.self_attn.q_b_proj", + "model.layers.51.mlp.gate", + "model.layers.51.self_attn.kv_a_proj_with_mqa", + "model.layers.51.self_attn.kv_b_proj", + "model.layers.51.self_attn.o_proj", + "model.layers.51.self_attn.q_a_proj", + "model.layers.51.self_attn.q_b_proj", + "model.layers.52.mlp.gate", + "model.layers.52.self_attn.kv_a_proj_with_mqa", + "model.layers.52.self_attn.kv_b_proj", + "model.layers.52.self_attn.o_proj", + "model.layers.52.self_attn.q_a_proj", + "model.layers.52.self_attn.q_b_proj", + "model.layers.53.mlp.gate", + "model.layers.53.self_attn.kv_a_proj_with_mqa", + "model.layers.53.self_attn.kv_b_proj", + "model.layers.53.self_attn.o_proj", + "model.layers.53.self_attn.q_a_proj", + "model.layers.53.self_attn.q_b_proj", + "model.layers.54.mlp.gate", + "model.layers.54.self_attn.kv_a_proj_with_mqa", + "model.layers.54.self_attn.kv_b_proj", + "model.layers.54.self_attn.o_proj", + "model.layers.54.self_attn.q_a_proj", + "model.layers.54.self_attn.q_b_proj", + "model.layers.55.mlp.gate", + "model.layers.55.self_attn.kv_a_proj_with_mqa", + "model.layers.55.self_attn.kv_b_proj", + "model.layers.55.self_attn.o_proj", + "model.layers.55.self_attn.q_a_proj", + "model.layers.55.self_attn.q_b_proj", + "model.layers.56.mlp.gate", + "model.layers.56.self_attn.kv_a_proj_with_mqa", + "model.layers.56.self_attn.kv_b_proj", + "model.layers.56.self_attn.o_proj", + "model.layers.56.self_attn.q_a_proj", + "model.layers.56.self_attn.q_b_proj", + "model.layers.57.mlp.gate", + "model.layers.57.self_attn.kv_a_proj_with_mqa", + "model.layers.57.self_attn.kv_b_proj", + "model.layers.57.self_attn.o_proj", + "model.layers.57.self_attn.q_a_proj", + "model.layers.57.self_attn.q_b_proj", + "model.layers.58.mlp.gate", + "model.layers.58.self_attn.kv_a_proj_with_mqa", + "model.layers.58.self_attn.kv_b_proj", + "model.layers.58.self_attn.o_proj", + "model.layers.58.self_attn.q_a_proj", + "model.layers.58.self_attn.q_b_proj", + "model.layers.59.mlp.gate", + "model.layers.59.self_attn.kv_a_proj_with_mqa", + "model.layers.59.self_attn.kv_b_proj", + "model.layers.59.self_attn.o_proj", + "model.layers.59.self_attn.q_a_proj", + "model.layers.59.self_attn.q_b_proj", + "model.layers.6.mlp.gate", + "model.layers.6.self_attn.kv_a_proj_with_mqa", + "model.layers.6.self_attn.kv_b_proj", + "model.layers.6.self_attn.o_proj", + "model.layers.6.self_attn.q_a_proj", + "model.layers.6.self_attn.q_b_proj", + "model.layers.60.mlp.gate", + "model.layers.60.self_attn.kv_a_proj_with_mqa", + "model.layers.60.self_attn.kv_b_proj", + "model.layers.60.self_attn.o_proj", + "model.layers.60.self_attn.q_a_proj", + "model.layers.60.self_attn.q_b_proj", + "model.layers.7.mlp.gate", + "model.layers.7.self_attn.kv_a_proj_with_mqa", + "model.layers.7.self_attn.kv_b_proj", + "model.layers.7.self_attn.o_proj", + "model.layers.7.self_attn.q_a_proj", + "model.layers.7.self_attn.q_b_proj", + "model.layers.8.mlp.gate", + "model.layers.8.self_attn.kv_a_proj_with_mqa", + "model.layers.8.self_attn.kv_b_proj", + "model.layers.8.self_attn.o_proj", + "model.layers.8.self_attn.q_a_proj", + "model.layers.8.self_attn.q_b_proj", + "model.layers.9.mlp.gate", + "model.layers.9.self_attn.kv_a_proj_with_mqa", + "model.layers.9.self_attn.kv_b_proj", + "model.layers.9.self_attn.o_proj", + "model.layers.9.self_attn.q_a_proj", + "model.layers.9.self_attn.q_b_proj" ], "algo_config": null, "softmax_quant_spec": null, @@ -114,7 +476,7 @@ "kv_cache_quant_config": {}, "kv_cache_post_rope": false, "quant_mode": "eager_mode", - "version": "0.12+15553c6a61", + "version": "0.11.2+e7a61dd5fa8", "export": { "kv_cache_group": [], "min_kv_scale": 0.0, @@ -123,4 +485,4 @@ "weight_merge_groups": null } } -} +} \ No newline at end of file diff --git a/model-00002-of-000062.safetensors b/model-00002-of-000062.safetensors index 9f70d30c9ac0f15be4e5185ebf610219d2d56f58..c9a06b92b86b9413dbc8b0765b8eeca2b5dd9bf2 100644 --- a/model-00002-of-000062.safetensors +++ b/model-00002-of-000062.safetensors @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:963e36e08e711243e5e3d0288946461635f7d6d514dd241cec05788babf6711f -size 9280353488 +oid sha256:9e79434d53b0beaf75a7025e9ec4c54e5620261f3c64daa0577bd8f916ebf83b +size 9215669808 diff --git a/model-00003-of-000062.safetensors b/model-00003-of-000062.safetensors index 8bbda87262cf824e18236a177e8d88e0ae640927..7368f575c99106d810963bc7f6c4dbce6d494cb9 100644 --- a/model-00003-of-000062.safetensors +++ b/model-00003-of-000062.safetensors @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a5300a977f64c22c7ceacf68a8d32942c8b42945b99c4048176d71c2c2f1ac50 -size 9280353488 +oid sha256:9ef22f46e3d225f2b54032157770c5f69352f049e9c42561f0278af86d4993b7 +size 9215669808 diff --git a/model-00004-of-000062.safetensors b/model-00004-of-000062.safetensors index 215a197516dbfb8dd6f42abff281c3b6e5088258..158c9dab1055f5b0cc81c573c5e82bad9f974762 100644 --- a/model-00004-of-000062.safetensors +++ b/model-00004-of-000062.safetensors @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a52a59480dccd8886f86ccf4ad918d1e7212cf01f919180a4a8a32aa00dcd108 -size 9280353488 +oid sha256:3308a5aa8bde06b4d83bf79b4db81f62da1e13b6062b506142d41add9fec89a3 +size 9215669808 diff --git a/model-00005-of-000062.safetensors b/model-00005-of-000062.safetensors index 3d85614d1f2a425c7843817f9a1538dcb88bff58..be72c8b8d4991a583a11e04076d887957b5cacf0 100644 --- a/model-00005-of-000062.safetensors +++ b/model-00005-of-000062.safetensors @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a506e995c8a44725f54236b6e75f3421ca9dbfd97fc82caee49349165c64c45f -size 9280353488 +oid sha256:0ef0d9c406fa006deb3aa4c5d5bef9a013c1ffadfa41268db1db40484e4e272f +size 9215669808 diff --git a/model-00006-of-000062.safetensors b/model-00006-of-000062.safetensors index 44bc217817bff15e8d62e9054db3a4f4b8a6e96b..5b2bd969678080a3eeae5e2d31a89d048e97c8bf 100644 --- a/model-00006-of-000062.safetensors +++ b/model-00006-of-000062.safetensors @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b3e4eef3783e699df8a214745feb3f342fc851213a1bbba5e7e556947707774c -size 9280353488 +oid sha256:0ff56b4f424dee32cd076a6b134770878f9f227ec0ccefc869f559c3a556c719 +size 9215669808 diff --git a/model-00007-of-000062.safetensors b/model-00007-of-000062.safetensors index daa144045c02ae838fbc824235045728332af4c6..8deb60c7cc11739fbddc9b8348a2902147b58f0f 100644 --- a/model-00007-of-000062.safetensors +++ b/model-00007-of-000062.safetensors @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:fb81e2a40be415a4fd8eb586a8ac59952b17e46ddc7aaa5802f8854c08c26829 -size 9280353488 +oid sha256:3007d320a8dcefc8621b3d2653a0a24e38d56af2c2baca02f88ef5006712887b +size 9215669808 diff --git a/model-00008-of-000062.safetensors b/model-00008-of-000062.safetensors index 21f175b59df6412d8b4edd43be114653af2f3f69..fed9ad03127ecfe72846b6a11aa0e50956129fca 100644 --- a/model-00008-of-000062.safetensors +++ b/model-00008-of-000062.safetensors @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:99e785d380862075ec4b2064ca1621614496b4a5c270d97df0856a8ae2e98883 -size 9280353488 +oid sha256:3da0d0f72adc64a0c345146f783cb750c0bf579986d098eaf5f38288f0e95fdb +size 9215669808 diff --git a/model-00009-of-000062.safetensors b/model-00009-of-000062.safetensors index 029174f06ab1ecbfb6d5c69ee47f944ca9e67e02..78f315a87cd43844a04766fb36fe7dd1f7bea337 100644 --- a/model-00009-of-000062.safetensors +++ b/model-00009-of-000062.safetensors @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f1ab0033fb20262518f7323dee65918398d8805199a31e2b29cf19df58d0cb04 -size 9280353488 +oid sha256:65285a4beb7e9195afb7c6a8da9714a86008739562697c5b946c0793de29b727 +size 9215669808 diff --git a/model-00010-of-000062.safetensors b/model-00010-of-000062.safetensors index eb4b02303f96054be8626f0813bcd99c8f3bf7f5..fce07de0a46fa1ad9d4dfdfd8478ae1fba894162 100644 --- a/model-00010-of-000062.safetensors +++ b/model-00010-of-000062.safetensors @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ace527c71fcd37b085cba3e44de8e3f6727c9d0f42b41dcb12bb0863eb7cafc2 -size 9280353488 +oid sha256:f4f3c46e3734b393fc7eaf82a75bb79b9c420191eba43f49c9022a920ad04e6c +size 9215669808 diff --git a/model-00011-of-000062.safetensors b/model-00011-of-000062.safetensors index 06e821290891ab7b26fdeba073b5efbeab2f390f..b7cc7408d9b4d808057911c19b7718725a608220 100644 --- a/model-00011-of-000062.safetensors +++ b/model-00011-of-000062.safetensors @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0569facf80d944f7715aeb2b8a105c29a680349b7d1ba3d67f4edbd117e9316d -size 9280355808 +oid sha256:8f4305d9ba4e427894505433c13eeab4b22bb480b0b93fa8eb22d2f5ed3d88d5 +size 9215672128 diff --git a/model-00012-of-000062.safetensors b/model-00012-of-000062.safetensors index f420541fd3dc2f8844e1b424425ea65e60f29628..447699c7c57672d1c2878281931be20ac0ec844a 100644 --- a/model-00012-of-000062.safetensors +++ b/model-00012-of-000062.safetensors @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b2f19b7cc95a2e9f24e89d620ccba924832fd68fa72e921648f0c860bda742b8 -size 9280355808 +oid sha256:68d4a165dc04a6b1dbd38d557f22f6459485199c44991984871b1e21c90239ae +size 9215672128 diff --git a/model-00013-of-000062.safetensors b/model-00013-of-000062.safetensors index a77d728c54ead2619c833e8ade8854cb9713903f..27df33b84ddd1b643923d5f97c789c82dffa90c0 100644 --- a/model-00013-of-000062.safetensors +++ b/model-00013-of-000062.safetensors @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1a8d84793a00e9e29d55b59183ead1d7b8d0d52affc0331dcac51a4ec922c8fe -size 9280355808 +oid sha256:331ef44aaf4747e29126affe8f19028f9238b8407aad952ccfc4fb81f310ea3a +size 9215672128 diff --git a/model-00014-of-000062.safetensors b/model-00014-of-000062.safetensors index 74190354894584b596a75dccbf3f0a76cf1c5082..d1b08148c5b4fcc421c1012977355c94baba7cbf 100644 --- a/model-00014-of-000062.safetensors +++ b/model-00014-of-000062.safetensors @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:fef1fee0f6f31ec4392c445c5ac8569374f4ed42c1b739011174d831e4028cfd -size 9280355808 +oid sha256:9f4109264113d05bbc8e7ea405d6ff7829b90251a9367d8b273b084c588cbb81 +size 9215672128 diff --git a/model-00015-of-000062.safetensors b/model-00015-of-000062.safetensors index 645c9baa2b9dc232d4a5bab07ccc82792314e24c..4a51a19ea1e0a5097d52cf1dd9fb7865d37f4982 100644 --- a/model-00015-of-000062.safetensors +++ b/model-00015-of-000062.safetensors @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:fd80e24b60865a2b9134a85604f6852c951cf7658e8e2be015de7d42a6585aa6 -size 9280355808 +oid sha256:5c90f6037f07e1bb5f32a247415ab24eba0ff14d16a2a0aa1ea18ab518672209 +size 9215672128 diff --git a/model-00016-of-000062.safetensors b/model-00016-of-000062.safetensors index 1a9a6e61b132c399536b66214069493d0c903199..ebe563a84d491202f4e6aaa9611249d39df6fd20 100644 --- a/model-00016-of-000062.safetensors +++ b/model-00016-of-000062.safetensors @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:32e55abb6cf8399be5c31e5bc4718c8a06dfcfa840f7ccb6faa9d27c20aacd98 -size 9280355808 +oid sha256:40e748677d554c9a03adc3bbcaa415dbfff4b1bdca11b5daca54fb03832d1eb0 +size 9215672128 diff --git a/model-00017-of-000062.safetensors b/model-00017-of-000062.safetensors index 15939009f51b8ccd7f1ea5019d8b4d892f8b2145..abb7e779eab1d3f832b00fd06ce4c5dd8d13dcf8 100644 --- a/model-00017-of-000062.safetensors +++ b/model-00017-of-000062.safetensors @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:06e5fb01edb2ba9f136db01dae2811b59b69372979fdcb55749ee8037b24e7a8 -size 9280355808 +oid sha256:65ee815b8fb28e926408b07546b19a9add7cd836f01db7f947438a47109b2e57 +size 9215672128 diff --git a/model-00018-of-000062.safetensors b/model-00018-of-000062.safetensors index ffaa381817a3b18211c457ab8ab589551c78a4ff..2ce26abc47943c0f2cadb6763a0f50c113562f06 100644 --- a/model-00018-of-000062.safetensors +++ b/model-00018-of-000062.safetensors @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8c47a9d10e9cf4e65688d0ba75cbd2a8ab59e9e3e54637edd4a0515a7fe622d3 -size 9280355808 +oid sha256:e5f2cbb53412c3046e5d4102433f8d4386b5d6a46d491d90cb014d5e9296a6f9 +size 9215672128 diff --git a/model-00019-of-000062.safetensors b/model-00019-of-000062.safetensors index ff36a2adc61a59fedeee8f0a8ae9f39a0e0644d6..89436e7ee4a12026a0a543e5bafcd34d594ef0d9 100644 --- a/model-00019-of-000062.safetensors +++ b/model-00019-of-000062.safetensors @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d6be632fa6059062ab5d3afbc0a9afa8b57f7b633e39543a9ad8df78f41af51e -size 9280355808 +oid sha256:5f6f0d86cda9558ce3cd93001836598033e9e138f05d49c801968f3238c3f13d +size 9215672128 diff --git a/model-00020-of-000062.safetensors b/model-00020-of-000062.safetensors index d98fbadcc8be5fc099649a627209a7073f54b962..99f6d45ec7860680d217884b4e5bf569d93b0be9 100644 --- a/model-00020-of-000062.safetensors +++ b/model-00020-of-000062.safetensors @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:48a1f3d892281252d82c52f7c5a3e2500aa11332500229bc559f29e578f35a12 -size 9280355808 +oid sha256:a549e4f3fe37f012c9695f5d3da05e462f1c961d76a615c350a4b9b82969326c +size 9215672128 diff --git a/model-00021-of-000062.safetensors b/model-00021-of-000062.safetensors index b5c8224ea3c845dfcf006a60048aba9cdf001f4c..b09e0d59f0be1ce19d72a58f5c85f383c6c755aa 100644 --- a/model-00021-of-000062.safetensors +++ b/model-00021-of-000062.safetensors @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:698704cef5152a4af86721b9c24103ae857f0506542186416adf0a8bb3ba3349 -size 9280355808 +oid sha256:4748d9f0cb37c1920b1eee54f557264ae03e509e38453615b68c9c55fe444c2a +size 9215672128 diff --git a/model-00022-of-000062.safetensors b/model-00022-of-000062.safetensors index d54d77288d01bb11e080b64c041703fd0bb744a5..1a06ae31139fdf8e31f13197fcef57f807c7550d 100644 --- a/model-00022-of-000062.safetensors +++ b/model-00022-of-000062.safetensors @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:38b5a470e2432e4c6c581c6bd1b72460ee24bd627092233382a779e9bcf50399 -size 9280355808 +oid sha256:e7c0d505c8f2ac16c4bd617f2850547a07e2acf6f3f6edd6eb88b399097e9069 +size 9215672128 diff --git a/model-00023-of-000062.safetensors b/model-00023-of-000062.safetensors index 386fc70b22025a67b54edf7bb15070967d8141b9..bb8a5397c4bc395ce2570b04677d52e6d2664e74 100644 --- a/model-00023-of-000062.safetensors +++ b/model-00023-of-000062.safetensors @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4f0bb40a80d5eba3cd5db1e7e96d2fa506cd3fe36f9437838e759ea2a0765001 -size 9280355808 +oid sha256:7d03328687ff37f253d6a32f9791e0957a1bfb0b803d5d75d231c643f29d25bf +size 9215672128 diff --git a/model-00024-of-000062.safetensors b/model-00024-of-000062.safetensors index 0633a45dd023bd0dfe5f8540e7ad998d892a2910..db27f23d4e3cdef7dc354d095e21c481de0f9efe 100644 --- a/model-00024-of-000062.safetensors +++ b/model-00024-of-000062.safetensors @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:617d6b4946f9e1fc4a6ae32efc53fbb9f562dd49dbfbd6a9c855a7a68d477038 -size 9280355808 +oid sha256:8128324b38c1c002ceaf36196e71e72d284ca1f03ce94ace4ebd21e016ca5d36 +size 9215672128 diff --git a/model-00025-of-000062.safetensors b/model-00025-of-000062.safetensors index ef99ee96ca6f9962ceb6571bffe1b0fb4ee560c7..9d7be1479c7155cefd77e19c68811cc453489408 100644 --- a/model-00025-of-000062.safetensors +++ b/model-00025-of-000062.safetensors @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:86dce5b6fc028d000f5908c2ab5180b23011a5836de280c3322c337cce6dca18 -size 9280355808 +oid sha256:94a24d69be9b340d76e29d5ad389d2a68036a904812657d16d43c291442a166c +size 9215672128 diff --git a/model-00026-of-000062.safetensors b/model-00026-of-000062.safetensors index 99f75c3e97a47971277abd255baa8d68cf26e988..8d12e0ffe32dfbdb03a8260d04022ceb20e02422 100644 --- a/model-00026-of-000062.safetensors +++ b/model-00026-of-000062.safetensors @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c70a71fc3ca1659fbdcedfdc956c0a5b25c409335b1846db2534c2218be1865c -size 9280355808 +oid sha256:d8018e7c0ba8ec951d07a415b60c43c240bff8d4bf4d951c5a24bfc79c2b4ff7 +size 9215672128 diff --git a/model-00027-of-000062.safetensors b/model-00027-of-000062.safetensors index 69be7c344656e95941069fd93d4e35a53140c78e..706890dffff1c2a81dc7f2f5de5e57b8096b7316 100644 --- a/model-00027-of-000062.safetensors +++ b/model-00027-of-000062.safetensors @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e623d550e6f77651868902f6868e9e0f6bc5e51b9e12c12f51ed91dbd36e832c -size 9280355808 +oid sha256:27a7a65450baea0cc55e1425845bf75e867276d7e309471e3d66762ab1111876 +size 9215672128 diff --git a/model-00028-of-000062.safetensors b/model-00028-of-000062.safetensors index 47150be97b4b9c1f8fdfca93a7a33bfd46c6d1d1..25825f196b788e4310d3e9b727eb4e9442cc4f78 100644 --- a/model-00028-of-000062.safetensors +++ b/model-00028-of-000062.safetensors @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:df0f8d11cfa1afe2f40ff11a9e9a9ad90b0a9db4180ea18735905d5cd77c87d7 -size 9280355808 +oid sha256:aeb229db42dfb21eb953882fcc1b70a74fa7748cc993546c2fa00394724057fa +size 9215672128 diff --git a/model-00029-of-000062.safetensors b/model-00029-of-000062.safetensors index efbf1f489c9ba18c9063e0db1d29e4933eabc552..c2fa6ea943c115e2214242edaffb7178bd74a086 100644 --- a/model-00029-of-000062.safetensors +++ b/model-00029-of-000062.safetensors @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:703d5fe54d24099e60be172136d4eba5f43ffeb6a62dbfc4a55052e1913a38e6 -size 9280355808 +oid sha256:b0f64b6b695fae5ed0ab5fa6c25cb235104ae175832a6630cdc96c88fa8053e6 +size 9215672128 diff --git a/model-00030-of-000062.safetensors b/model-00030-of-000062.safetensors index b62d0302a9121fef1b79f3ad01512966fdf458c4..66d00ee77656a246fa2ee006b9a1c63916442778 100644 --- a/model-00030-of-000062.safetensors +++ b/model-00030-of-000062.safetensors @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4041b382ec48ff3c0631aff5dc7ecca0b0e2aace81d2c6812a918f5bb2c9e91e -size 9280355808 +oid sha256:0fdc6bd0a293e29eb553aa41b735b976e8543bf2ba04b1b35444bc6fe97cac75 +size 9215672128 diff --git a/model-00031-of-000062.safetensors b/model-00031-of-000062.safetensors index a2d4d72badf6e1e7b0375399ecb6f953a5308855..44bffc831f9e619d62af93b48e3b291a2ecc5451 100644 --- a/model-00031-of-000062.safetensors +++ b/model-00031-of-000062.safetensors @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:cbb3a53aa7a160cf1395549c4b96d9ff86a073fe3222d5be4117b64fd954b370 -size 9280355808 +oid sha256:f3f7b42a251b67302265c10a07573fd1fbf4127199f0f6188abc3830bf1b1026 +size 9215672128 diff --git a/model-00032-of-000062.safetensors b/model-00032-of-000062.safetensors index f8cdccdb1e51d8ba6fa7fe4703878454478259dc..2376292d750d1fd9cc0d7478e35dd7f78c373f33 100644 --- a/model-00032-of-000062.safetensors +++ b/model-00032-of-000062.safetensors @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a8299a78346022989d95258343d7b7ca505fa89cf0c095ce625dbec8b604a1c8 -size 9280355808 +oid sha256:52db04b3c2aa5484fc06673677941eb82f40e3ffdc67b75a8829ffa32e4f6e4b +size 9215672128 diff --git a/model-00033-of-000062.safetensors b/model-00033-of-000062.safetensors index fed4fdd4a442a1ce1b3233626450bb27e76eb79e..31158ef597a4ae5693f58ac28496cffa4e477e86 100644 --- a/model-00033-of-000062.safetensors +++ b/model-00033-of-000062.safetensors @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a180ad15eb8ad7010ac877cef865de956e9cc7a979e590042d9a4c89f2dbbfd7 -size 9280355808 +oid sha256:3d04b37e5b60103ebd363a0e5bfc1cc831c9d6e116d0f4642ac45c2016b676f8 +size 9215672128 diff --git a/model-00034-of-000062.safetensors b/model-00034-of-000062.safetensors index 1c7858c30a8afb521f21a8da6ab30c66305063ad..940ed27a3a1f9fe62770ed84be0119dad0f1a304 100644 --- a/model-00034-of-000062.safetensors +++ b/model-00034-of-000062.safetensors @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f54d0760643f2f09fef77f82f169cb232c502e404578edac2079635139fbcc4e -size 9280355808 +oid sha256:435a234f3084799f6b650fabb6f210ca0526dde5f587b8a4cb564fcc26633042 +size 9215672128 diff --git a/model-00035-of-000062.safetensors b/model-00035-of-000062.safetensors index 11fb0efc3a4d837e813a7ad80df5aaa8c397ce11..15193854af2aa221bdfe7cd7d1d9bd35aab3bc47 100644 --- a/model-00035-of-000062.safetensors +++ b/model-00035-of-000062.safetensors @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f22723f6510c57561e1b436a0d2b92bde5a68ccb696e1ca98aadd470f776d153 -size 9280355808 +oid sha256:b429f4c3d6ad9aee0bc711fc4250a5f506f865ed7c6c212b7e27a0c365f5d46e +size 9215672128 diff --git a/model-00036-of-000062.safetensors b/model-00036-of-000062.safetensors index abe7bdbe4629c69851201a7bd5db3571189562d5..338bb0201cdef42c0647612cba87bfdcd36bd497 100644 --- a/model-00036-of-000062.safetensors +++ b/model-00036-of-000062.safetensors @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:df4f4bccdcd7e35a0e1cee41e78961a34c59d5fefa9acd2a0182d862e34d3d93 -size 9280355808 +oid sha256:c9656a0b33457e190fe516248a688100ecb23d61728303d2dbc6d242e4db5649 +size 9215672128 diff --git a/model-00037-of-000062.safetensors b/model-00037-of-000062.safetensors index ba4ebac049ff6f31b616d30ba0b07ba27f3e7b38..7779f4de88384f3747c42b6e14b142a34eea1d6d 100644 --- a/model-00037-of-000062.safetensors +++ b/model-00037-of-000062.safetensors @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4e188c3bcb37dee2b61e5727315bab70f43d879283d26a9a36bb3fdd5837887a -size 9280355808 +oid sha256:0bf5927894d3c69c1bc000b06f25a22b968764253cf333de2d741c9d62cb18c0 +size 9215672128 diff --git a/model-00038-of-000062.safetensors b/model-00038-of-000062.safetensors index f318968b82a869c64315bc44d8e625e1f9b2e5d7..90b4c30fa4d08a9f8ebab6250e7231a3743e7f76 100644 --- a/model-00038-of-000062.safetensors +++ b/model-00038-of-000062.safetensors @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3c51bafa930721e047ba34bc6506b497c250e9ec5100bd9c863fe0c7ad82fe71 -size 9280355808 +oid sha256:9223bd5128f10f3bac758ad582aad89f15fdf83b15d24b262e3c17a601be6bf7 +size 9215672128 diff --git a/model-00039-of-000062.safetensors b/model-00039-of-000062.safetensors index 9c713380fe923f60fedf0b572b82c4f9bbe9e6ba..e4633aaa16dd3879dd3ec60a545495eca2aa010b 100644 --- a/model-00039-of-000062.safetensors +++ b/model-00039-of-000062.safetensors @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:fd31abf5e5ecbe23e471570f3abebf0d8870a3662b6c595a50ec27da6f20405d -size 9280355808 +oid sha256:d270d2a539d30c266f92dd492d36185688d436ae254e35fef435cf4994cdfe21 +size 9215672128 diff --git a/model-00040-of-000062.safetensors b/model-00040-of-000062.safetensors index 085fcf06996d4324c95487024f9ec35dd8876401..16d9eb325ab0bbf8d4a2d59582be0382ac6ec53b 100644 --- a/model-00040-of-000062.safetensors +++ b/model-00040-of-000062.safetensors @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7edf9873cd645394a0ecb00a6b4486878f82bcc50efa7d6c0b5a71074417a2dd -size 9280355808 +oid sha256:4e3b255d4940c5f4389723be75d7f0de269b83b0ff29c1fa2c136910211f3a7c +size 9215672128 diff --git a/model-00041-of-000062.safetensors b/model-00041-of-000062.safetensors index 3aa491dff1ace58da40feb3b526458290ec3366c..fc318e3dd7c0db5c27e9cc37b5c4f9394f7d48d0 100644 --- a/model-00041-of-000062.safetensors +++ b/model-00041-of-000062.safetensors @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:99fa1d782af5be52c5546fccc50425b14846e56a68a42ecb3e8aed53e3ee336b -size 9280355808 +oid sha256:750624cc9d8e416f40f22ecd5cf4b1b52aaff6b47a35059939a2003455f57623 +size 9215672128 diff --git a/model-00042-of-000062.safetensors b/model-00042-of-000062.safetensors index df1302955277ff170d60d48132c8cd593216f4c4..1f89d2b759553863c82ec0f9df02753230ea7283 100644 --- a/model-00042-of-000062.safetensors +++ b/model-00042-of-000062.safetensors @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7b7f8a0614de1591a39fbe795b387f487de097956fc8e421e86f9e844f42d70c -size 9280355808 +oid sha256:cab1500b5af28c2238a47c8bee75ebb0ca8cbc27f2878606de709ff187095c28 +size 9215672128 diff --git a/model-00043-of-000062.safetensors b/model-00043-of-000062.safetensors index a48b76ce42db5d1a9cdf81a75c22c4a2bad85fc1..1c3ce29c4589c0839937f355be048cd8f5dc854c 100644 --- a/model-00043-of-000062.safetensors +++ b/model-00043-of-000062.safetensors @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9433105359d6799aa0c43c3be5d95605e829892ef9cc64b1cd7e0b3df9281a54 -size 9280355808 +oid sha256:e881991b3d5a2ec812c108d44711c255fe1984fa6d76567b42c215f9fc301e6a +size 9215672128 diff --git a/model-00044-of-000062.safetensors b/model-00044-of-000062.safetensors index 7ce4f1d66dc6803bb8931998e6ce7cc583ed6e85..6966b8bdef61a4e6cff7e5e224c6377c42846087 100644 --- a/model-00044-of-000062.safetensors +++ b/model-00044-of-000062.safetensors @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b381669a23a70c3e39afc87cc83586962b6a7cb671e3841a780f0397f0cfe457 -size 9280355808 +oid sha256:ca67087eb490fd276e5429a92ffe91ca8496c000d5dcf72337090b248e4002c2 +size 9215672128 diff --git a/model-00045-of-000062.safetensors b/model-00045-of-000062.safetensors index 0afa565a9ea06bfc305d17c82d27385aff5ff897..ea94b29e44f2d4afa2b36a2c0152f6ed2ade60c1 100644 --- a/model-00045-of-000062.safetensors +++ b/model-00045-of-000062.safetensors @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:06f3176abb91022659845dad62351afcaa9c850fe6d68413a51efc3490b6ff1a -size 9280355808 +oid sha256:9dcec6625e2608b50a6110db4c490f6683475e58fc8a548736cdd392dcbe39e3 +size 9215672128 diff --git a/model-00046-of-000062.safetensors b/model-00046-of-000062.safetensors index 75a79601d02f90ef18d31f6960edc7dced0ed78d..e59244a2a7e6f766cad044d34f627922657058c6 100644 --- a/model-00046-of-000062.safetensors +++ b/model-00046-of-000062.safetensors @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7f95ce3ede75e33efb6ca69f512fd9ac88ff0af1bd616d8b390b712c35524fc3 -size 9280355808 +oid sha256:808b17b9bab9bd3bd4183465ffba9a6451d253ee56a30a881fe01333cfafb9bb +size 9215672128 diff --git a/model-00047-of-000062.safetensors b/model-00047-of-000062.safetensors index 99a53fc471b73f4f36af1d5970a3487279761514..0954b9c225adeacfee4b3d8a126f046b7b0606cb 100644 --- a/model-00047-of-000062.safetensors +++ b/model-00047-of-000062.safetensors @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:211d4f3fed6a5d8a69a4b9eabd1770bf4add48f7269c3cce9f69d96e54d1e5bb -size 9280355808 +oid sha256:74fbd771e06bf781f6f42a6859327b5bf948ec455e1d70cec0808a5760c502cc +size 9215672128 diff --git a/model-00048-of-000062.safetensors b/model-00048-of-000062.safetensors index 4f53effcc26bd8b1445d7530eb5e0abc33c14aaa..ba411c5a1089b13070b7035e24a5f4bfc10c2e5e 100644 --- a/model-00048-of-000062.safetensors +++ b/model-00048-of-000062.safetensors @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d71333c40ec58fc8ef498ae9f636b632176831b92b64b6716c461a680c600e8f -size 9280355808 +oid sha256:365e400fef62d54c9033c2ada8505472807a753eaef0d7be29e40af2ef12dd78 +size 9215672128 diff --git a/model-00049-of-000062.safetensors b/model-00049-of-000062.safetensors index 7d692130ec4f209fb6ec1b8551ffae4314c37a76..e5149065c0d1f2e70755c9e9efda52d2c0c6427b 100644 --- a/model-00049-of-000062.safetensors +++ b/model-00049-of-000062.safetensors @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:812811d2db43a955391896b1fb77122c162069abb70fdfcdeaaac33978d6dce1 -size 9280355808 +oid sha256:78cabccdd3c1f321383827d44345fe7e6b6a97f1c9ab7f13f04277ebe8014083 +size 9215672128 diff --git a/model-00050-of-000062.safetensors b/model-00050-of-000062.safetensors index ff394ac26021bdec1972bd024e37ea88441aef36..5b7d9c30cbca1c4b4a781c6294b046937011de61 100644 --- a/model-00050-of-000062.safetensors +++ b/model-00050-of-000062.safetensors @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c49d76751fdf7bc1133cbb6af05d0c0bc3a3213429dfaadbb0fb0bf16b75d8c1 -size 9280355808 +oid sha256:5892168fcdc17f3e07af6c6864cf213fa3752afbbb9ebd119efcc0d622a8287d +size 9215672128 diff --git a/model-00051-of-000062.safetensors b/model-00051-of-000062.safetensors index 28e121679104cace90ae6a5ee2c6c2682ac62590..2d5514738fdbad7ff1338680c5e35c9f1fb4b568 100644 --- a/model-00051-of-000062.safetensors +++ b/model-00051-of-000062.safetensors @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e9585ad9af41899c43718070ff45243f7669b3de7a0deb0ae1a81173d13a48d0 -size 9280355808 +oid sha256:c8cf1b1ac04ebca61a50ec52fde492ce8cf94c044d9ee64e491e7701450375eb +size 9215672128 diff --git a/model-00052-of-000062.safetensors b/model-00052-of-000062.safetensors index 46d2b76c427af9eec480e35133a445362dd9f020..2fae9995baf1fc45bd0808a0f8c6dcd4e3552aa8 100644 --- a/model-00052-of-000062.safetensors +++ b/model-00052-of-000062.safetensors @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d3bc490c519893fff4c70ab8866103142e03f757b2670e40449548e1477f4bfc -size 9280355808 +oid sha256:3eef4bcb8c59f4248cb1cb4b7de583c2b9caf514d85389735027e8e27f0e4961 +size 9215672128 diff --git a/model-00053-of-000062.safetensors b/model-00053-of-000062.safetensors index 4698d0373a713b27ffae0844b61aaec2d2f6a6c7..e58eeee4a740fe033970bf9fed1ab3d577639abd 100644 --- a/model-00053-of-000062.safetensors +++ b/model-00053-of-000062.safetensors @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ffa94aa760ff92b743f6cb2530171c0973fb6bbf12b9c967b7e635eb512e500d -size 9280355808 +oid sha256:1e200b35f20f8a433d883e22c815ca4818b256aca8b567f27fdb8b7abaece034 +size 9215672128 diff --git a/model-00054-of-000062.safetensors b/model-00054-of-000062.safetensors index f281f77cc6f82042bfd1200bdf2bf80447511629..978f094d1867639871a7f08d2e97c92997751363 100644 --- a/model-00054-of-000062.safetensors +++ b/model-00054-of-000062.safetensors @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:090556a3c4d55ad502ead10f522d6b9f5b5d6d47cd4542012a167e1ff45f226f -size 9280355808 +oid sha256:21b1b4524a3ae65d883940b1e938f379d424fa17feff50e7a3a6625e24794e1e +size 9215672128 diff --git a/model-00055-of-000062.safetensors b/model-00055-of-000062.safetensors index 4182bcd82798fd402fb2e49b5f17914217fd80ba..713d11fef670c41bad3f0e699da607d2706baa54 100644 --- a/model-00055-of-000062.safetensors +++ b/model-00055-of-000062.safetensors @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c844697bc7fba785c9f630a416e730ca9b785cfaac80df07e63eca3e744a9c55 -size 9280355808 +oid sha256:91b337b9c88eeeec42852f6f35406addb93f11b43790ea6aab84befd8746b95f +size 9215672128 diff --git a/model-00056-of-000062.safetensors b/model-00056-of-000062.safetensors index 3a8b0f5da43d5f1371212c440e30a7ca1f382b66..98b5157019b5d515619d0c23a69065fa9af28ab5 100644 --- a/model-00056-of-000062.safetensors +++ b/model-00056-of-000062.safetensors @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:fc8341660cabbc3e8160b7d87a967ebdd4a84d60062d276f1d7fbb391de6176c -size 9280355808 +oid sha256:4d9f908c34cc9f721a554b5beb9075826806bfb80cdf82c457b225122d14a37d +size 9215672128 diff --git a/model-00057-of-000062.safetensors b/model-00057-of-000062.safetensors index 75cac8ce3b5b135419f6f19237671b49f4637a74..456b1d73b7ea0171dfab0d680120e254d5831596 100644 --- a/model-00057-of-000062.safetensors +++ b/model-00057-of-000062.safetensors @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:69a77a05a4ba29b00c8ef580b485259462a117f6c00be5f9f0755df4d8184dde -size 9280355808 +oid sha256:4854319d95320452ad39429fb7f943e7fb2bbdd748648b1c347d82aabe791d9c +size 9215672128 diff --git a/model-00058-of-000062.safetensors b/model-00058-of-000062.safetensors index 235fb1f41aa88618bd8aa11b2d7169aad269cb3a..88fceb9accb1087e00e061bb116eb8ba3b9f7d21 100644 --- a/model-00058-of-000062.safetensors +++ b/model-00058-of-000062.safetensors @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:93867521af765961db783fa74f846d13655c28fb10139d39c0ee64836677465e -size 9280355808 +oid sha256:56c3fc951fb5f4f895244158015f543df1e4837c945eb5d981e5842b7e85762f +size 9215672128 diff --git a/model-00059-of-000062.safetensors b/model-00059-of-000062.safetensors index 401d2c0a3f592dc4fc4d054826f8b68c3e7c2e90..44ba233d3226c56aea0acdb6edafb41d7ae37a1b 100644 --- a/model-00059-of-000062.safetensors +++ b/model-00059-of-000062.safetensors @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8bf227deefb52e47bbbe63410fed2c4e8653fcc75f1f73cd31969ba806195719 -size 9280355808 +oid sha256:8662c6d90608c560459c4694966b555b7c79fd0e50ec0c4d1a86cbe1cd623ccf +size 9215672128 diff --git a/model-00060-of-000062.safetensors b/model-00060-of-000062.safetensors index 6f0677ccca7bac98996e5bf889b8363ba1658da8..3ba0d2e3a1b55fab54c2ae80df9bbc96888c48d4 100644 --- a/model-00060-of-000062.safetensors +++ b/model-00060-of-000062.safetensors @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:08bd4fa5acf646d1e76acb74c7e338a5e46ce8e103a3f32e73d05605f8bdabbc -size 9280355808 +oid sha256:5f2366121a540ff07747b82300b4a93d306eda31792dff039417a440d94b3854 +size 9215672128 diff --git a/model-00061-of-000062.safetensors b/model-00061-of-000062.safetensors index 2402a7bd1971a24a2e9b3a46d5a26631bf6acc7b..228c4c1bde9ea995d2714d225efd74e79126d688 100644 --- a/model-00061-of-000062.safetensors +++ b/model-00061-of-000062.safetensors @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2a32cfc72fb0696488e2bc4b8f7939d7ee9007ecbe569401bc72a24e3fffcffb -size 9280355808 +oid sha256:ba5ae1398cf805dda6205937c200c2d9ad76bd509c16cfdd5a5da35a01f990a8 +size 9215672128 diff --git a/model.safetensors.index.json b/model.safetensors.index.json index da8553f3e2bc3b2483efad79519e7bbd230f1f90..726f1e662e83a130863cf3f21c21a7159203feb7 100644 --- a/model.safetensors.index.json +++ b/model.safetensors.index.json @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b462e0f2b5acf5a1137f6d7867e70dce5b8faf9b07af15c0dd80f74a1ccb9947 -size 13756947 +oid sha256:4a9c7135e1878487d368f6ca46fcbae6409bd34559f74da45407bbec66a957b6 +size 13775880