danielhanchen commited on
Commit
d538ad2
·
verified ·
1 Parent(s): cae14cb

Upload folder using huggingface_hub

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 +15 -0
  2. LICENSE.md +2 -0
  3. README.md +119 -0
  4. added_tokens.json +24 -0
  5. assets/RL_scale.jpeg +3 -0
  6. assets/close_performance.png +3 -0
  7. assets/main_logo.png +3 -0
  8. assets/mid_train_scale.jpeg +3 -0
  9. assets/moon.jpg +0 -0
  10. assets/moonshot_logo.png +0 -0
  11. assets/open_performance.png +3 -0
  12. assets/open_performance_white.png +3 -0
  13. assets/self_play.png +0 -0
  14. assets/test_time_scale.jpeg +3 -0
  15. chat_template.jinja +54 -0
  16. config.json +29 -0
  17. merges.txt +0 -0
  18. model-1-of-80.safetensors +3 -0
  19. model-10-of-80.safetensors +3 -0
  20. model-11-of-80.safetensors +3 -0
  21. model-12-of-80.safetensors +3 -0
  22. model-13-of-80.safetensors +3 -0
  23. model-14-of-80.safetensors +3 -0
  24. model-15-of-80.safetensors +3 -0
  25. model-16-of-80.safetensors +3 -0
  26. model-17-of-80.safetensors +3 -0
  27. model-18-of-80.safetensors +3 -0
  28. model-19-of-80.safetensors +3 -0
  29. model-2-of-80.safetensors +3 -0
  30. model-20-of-80.safetensors +3 -0
  31. model-21-of-80.safetensors +3 -0
  32. model-22-of-80.safetensors +3 -0
  33. model-23-of-80.safetensors +3 -0
  34. model-24-of-80.safetensors +3 -0
  35. model-25-of-80.safetensors +3 -0
  36. model-26-of-80.safetensors +3 -0
  37. model-27-of-80.safetensors +3 -0
  38. model-28-of-80.safetensors +3 -0
  39. model-29-of-80.safetensors +3 -0
  40. model-3-of-80.safetensors +3 -0
  41. model-30-of-80.safetensors +3 -0
  42. model-31-of-80.safetensors +3 -0
  43. model-32-of-80.safetensors +3 -0
  44. model-33-of-80.safetensors +3 -0
  45. model-34-of-80.safetensors +3 -0
  46. model-35-of-80.safetensors +3 -0
  47. model-36-of-80.safetensors +3 -0
  48. model-37-of-80.safetensors +3 -0
  49. model-38-of-80.safetensors +3 -0
  50. model-39-of-80.safetensors +3 -0
.gitattributes CHANGED
@@ -33,3 +33,18 @@ 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
+ RL_scale.jpeg filter=lfs diff=lfs merge=lfs -text
37
+ close_performance.png filter=lfs diff=lfs merge=lfs -text
38
+ main_logo.png filter=lfs diff=lfs merge=lfs -text
39
+ mid_train_scale.jpeg filter=lfs diff=lfs merge=lfs -text
40
+ open_performance.png filter=lfs diff=lfs merge=lfs -text
41
+ open_performance_white.png filter=lfs diff=lfs merge=lfs -text
42
+ test_time_scale.jpeg filter=lfs diff=lfs merge=lfs -text
43
+ assets/test_time_scale.jpeg filter=lfs diff=lfs merge=lfs -text
44
+ assets/close_performance.png filter=lfs diff=lfs merge=lfs -text
45
+ assets/mid_train_scale.jpeg filter=lfs diff=lfs merge=lfs -text
46
+ assets/open_performance_white.png filter=lfs diff=lfs merge=lfs -text
47
+ assets/main_logo.png filter=lfs diff=lfs merge=lfs -text
48
+ assets/RL_scale.jpeg filter=lfs diff=lfs merge=lfs -text
49
+ assets/open_performance.png filter=lfs diff=lfs merge=lfs -text
50
+ tokenizer.json filter=lfs diff=lfs merge=lfs -text
LICENSE.md ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ - Kimi-Dev-72B is built with Qwen-2.5-72B. Qwen-2.5-72B is licensed under the [Qwen LICENSE AGREEMENT](https://huggingface.co/Qwen/Qwen2.5-72B/blob/main/LICENSE), Copyright (c) Alibaba Cloud. All Rights Reserved.
2
+ - Subject to the Qwen LICENSE AGREEMENT, Kimi-Dev-72B is under MIT license.
README.md ADDED
@@ -0,0 +1,119 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ base_model:
4
+ - moonshotai/Kimi-Dev-72B
5
+ tags:
6
+ - code
7
+ - unsloth
8
+ - swebench
9
+ - software
10
+ - issue-resolving
11
+ ---
12
+ <div>
13
+ <p style="margin-top: 0;margin-bottom: 0;">
14
+ <em><a href="https://docs.unsloth.ai/basics/unsloth-dynamic-v2.0-gguf">Unsloth Dynamic 2.0</a> achieves superior accuracy & outperforms other leading quants.</em>
15
+ </p>
16
+ <div style="display: flex; gap: 5px; align-items: center; ">
17
+ <a href="https://github.com/unslothai/unsloth/">
18
+ <img src="https://github.com/unslothai/unsloth/raw/main/images/unsloth%20new%20logo.png" width="133">
19
+ </a>
20
+ <a href="https://discord.gg/unsloth">
21
+ <img src="https://github.com/unslothai/unsloth/raw/main/images/Discord%20button.png" width="173">
22
+ </a>
23
+ <a href="https://docs.unsloth.ai/basics/qwen3-how-to-run-and-fine-tune">
24
+ <img src="https://raw.githubusercontent.com/unslothai/unsloth/refs/heads/main/images/documentation%20green%20button.png" width="143">
25
+ </a>
26
+ </div>
27
+ </div>
28
+
29
+ <!-- # Kimi-Dev -->
30
+
31
+ <div align="center">
32
+ <img src="./assets/main_logo.png" alt="Kimi Logo" width="400" />
33
+ <h2><a href="https://moonshotai.github.io/Kimi-Dev/">
34
+ Introducing Kimi-Dev: <br>A Strong and Open-source Coding LLM for Issue Resolution</a></h2>
35
+ </a></h2>
36
+ <b>Kimi-Dev Team</b>
37
+ <br>
38
+
39
+ </div>
40
+ <div align="center">
41
+ <a href="">
42
+ <b>📄 Tech Report (Coming soon...)</b>
43
+ </a> &nbsp;|&nbsp;
44
+ <a href="https://github.com/MoonshotAI/Kimi-Dev">
45
+ <b>📄 Github</b>
46
+ </a> &nbsp;
47
+ </div>
48
+
49
+ <br>
50
+ <br>
51
+
52
+ <!-- https://github.com/MoonshotAI/Kimi-Dev -->
53
+
54
+ We introduce Kimi-Dev-72B, our new open-source coding LLM for software engineering tasks. Kimi-Dev-72B achieves a new state-of-the-art on SWE-bench Verified among open-source models.
55
+
56
+ - Kimi-Dev-72B achieves 60.4% performance on SWE-bench Verified. It surpasses the runner-up, setting a new state-of-the-art result among open-source models.
57
+
58
+
59
+ - Kimi-Dev-72B is optimized via large-scale reinforcement learning. It autonomously patches real repositories in Docker and gains rewards only when the entire test suite passes. This ensures correct and robust solutions, aligning with real-world development standards.
60
+
61
+
62
+ - Kimi-Dev-72B is available for download and deployment on Hugging Face and GitHub. We welcome developers and researchers to explore its capabilities and contribute to development.
63
+
64
+
65
+ <div align="center">
66
+ <img src="./assets/open_performance_white.png" alt="Kimi Logo" width="600" />
67
+ <p><b>Performance of Open-source Models on SWE-bench Verified.</b></p>
68
+
69
+ </div>
70
+
71
+
72
+
73
+ ## Quick Start
74
+ ```
75
+ from transformers import AutoModelForCausalLM, AutoTokenizer
76
+
77
+ model_name = "moonshotai/Kimi-Dev-72B"
78
+
79
+ model = AutoModelForCausalLM.from_pretrained(
80
+ model_name,
81
+ torch_dtype="auto",
82
+ device_map="auto"
83
+ )
84
+ tokenizer = AutoTokenizer.from_pretrained(model_name)
85
+
86
+ prompt = "Give me a short introduction to large language model."
87
+ messages = [
88
+ {"role": "system", "content": "You are a helpful assistant."},
89
+ {"role": "user", "content": prompt}
90
+ ]
91
+ text = tokenizer.apply_chat_template(
92
+ messages,
93
+ tokenize=False,
94
+ add_generation_prompt=True
95
+ )
96
+ model_inputs = tokenizer([text], return_tensors="pt").to(model.device)
97
+
98
+ generated_ids = model.generate(
99
+ **model_inputs,
100
+ max_new_tokens=512
101
+ )
102
+ generated_ids = [
103
+ output_ids[len(input_ids):] for input_ids, output_ids in zip(model_inputs.input_ids, generated_ids)
104
+ ]
105
+
106
+ response = tokenizer.batch_decode(generated_ids, skip_special_tokens=True)[0]
107
+
108
+ ```
109
+
110
+ ## Citation
111
+ ```
112
+ @misc{kimi_dev_72b_2025,
113
+ title = {Introducing Kimi-Dev: A Strong and Open-source Coding LLM for Issue Resolution},
114
+ author = {{Kimi-Dev Team}},
115
+ year = {2025},
116
+ month = {June},
117
+ url = {\url{https://www.moonshot.cn/Kimi-Dev}}
118
+ }
119
+ ```
added_tokens.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "</tool_call>": 151658,
3
+ "<tool_call>": 151657,
4
+ "<|box_end|>": 151649,
5
+ "<|box_start|>": 151648,
6
+ "<|endoftext|>": 151643,
7
+ "<|file_sep|>": 151664,
8
+ "<|fim_middle|>": 151660,
9
+ "<|fim_pad|>": 151662,
10
+ "<|fim_prefix|>": 151659,
11
+ "<|fim_suffix|>": 151661,
12
+ "<|im_end|>": 151645,
13
+ "<|im_start|>": 151644,
14
+ "<|image_pad|>": 151655,
15
+ "<|object_ref_end|>": 151647,
16
+ "<|object_ref_start|>": 151646,
17
+ "<|quad_end|>": 151651,
18
+ "<|quad_start|>": 151650,
19
+ "<|repo_name|>": 151663,
20
+ "<|video_pad|>": 151656,
21
+ "<|vision_end|>": 151653,
22
+ "<|vision_pad|>": 151654,
23
+ "<|vision_start|>": 151652
24
+ }
assets/RL_scale.jpeg ADDED

Git LFS Details

  • SHA256: c5508845a01692bd745983695dbbbcb0bea81b859875b94c273dd4401c1ebacd
  • Pointer size: 131 Bytes
  • Size of remote file: 117 kB
assets/close_performance.png ADDED

Git LFS Details

  • SHA256: 528aee89a44d02b314ee75b95d5314b888b53aea092359166d76fe531d4ea6aa
  • Pointer size: 132 Bytes
  • Size of remote file: 1.13 MB
assets/main_logo.png ADDED

Git LFS Details

  • SHA256: 935e7b5b4a0e17356b19103922cf86b83bb9c233dac4d8cf24189544b1dd9cdc
  • Pointer size: 131 Bytes
  • Size of remote file: 288 kB
assets/mid_train_scale.jpeg ADDED

Git LFS Details

  • SHA256: 2525cd7c172ddd333401837993d917d90b7bdfb2b997f70bad25b51de53cc224
  • Pointer size: 131 Bytes
  • Size of remote file: 119 kB
assets/moon.jpg ADDED
assets/moonshot_logo.png ADDED
assets/open_performance.png ADDED

Git LFS Details

  • SHA256: b317241b552471300aa1cadfeaa7594ee6d4cdd78111021cfff3aa093dbe57be
  • Pointer size: 131 Bytes
  • Size of remote file: 199 kB
assets/open_performance_white.png ADDED

Git LFS Details

  • SHA256: f8a3abf1a42087643696d1aa7ae1fc102662701baabbfaf4dc1d06ed24a3b47f
  • Pointer size: 131 Bytes
  • Size of remote file: 228 kB
assets/self_play.png ADDED
assets/test_time_scale.jpeg ADDED

Git LFS Details

  • SHA256: 0cfcf9e511d75dac965a4d66c5c84e9337da5c5e74f4333f6e0592589598287a
  • Pointer size: 131 Bytes
  • Size of remote file: 143 kB
chat_template.jinja ADDED
@@ -0,0 +1,54 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {%- if tools %}
2
+ {{- '<|im_start|>system\n' }}
3
+ {%- if messages[0]['role'] == 'system' %}
4
+ {{- messages[0]['content'] }}
5
+ {%- else %}
6
+ {{- 'You are Qwen, created by Alibaba Cloud. You are a helpful assistant.' }}
7
+ {%- endif %}
8
+ {{- "\n\n# Tools\n\nYou may call one or more functions to assist with the user query.\n\nYou are provided with function signatures within <tools></tools> XML tags:\n<tools>" }}
9
+ {%- for tool in tools %}
10
+ {{- "\n" }}
11
+ {{- tool | tojson }}
12
+ {%- endfor %}
13
+ {{- "\n</tools>\n\nFor each function call, return a json object with function name and arguments within <tool_call></tool_call> XML tags:\n<tool_call>\n{\"name\": <function-name>, \"arguments\": <args-json-object>}\n</tool_call><|im_end|>\n" }}
14
+ {%- else %}
15
+ {%- if messages[0]['role'] == 'system' %}
16
+ {{- '<|im_start|>system\n' + messages[0]['content'] + '<|im_end|>\n' }}
17
+ {%- else %}
18
+ {{- '<|im_start|>system\nYou are Qwen, created by Alibaba Cloud. You are a helpful assistant.<|im_end|>\n' }}
19
+ {%- endif %}
20
+ {%- endif %}
21
+ {%- for message in messages %}
22
+ {%- if (message.role == "user") or (message.role == "system" and not loop.first) or (message.role == "assistant" and not message.tool_calls) %}
23
+ {{- '<|im_start|>' + message.role + '\n' + message.content + '<|im_end|>' + '\n' }}
24
+ {%- elif message.role == "assistant" %}
25
+ {{- '<|im_start|>' + message.role }}
26
+ {%- if message.content %}
27
+ {{- '\n' + message.content }}
28
+ {%- endif %}
29
+ {%- for tool_call in message.tool_calls %}
30
+ {%- if tool_call.function is defined %}
31
+ {%- set tool_call = tool_call.function %}
32
+ {%- endif %}
33
+ {{- '\n<tool_call>\n{"name": "' }}
34
+ {{- tool_call.name }}
35
+ {{- '", "arguments": ' }}
36
+ {{- tool_call.arguments | tojson }}
37
+ {{- '}\n</tool_call>' }}
38
+ {%- endfor %}
39
+ {{- '<|im_end|>\n' }}
40
+ {%- elif message.role == "tool" %}
41
+ {%- if (loop.index0 == 0) or (messages[loop.index0 - 1].role != "tool") %}
42
+ {{- '<|im_start|>user' }}
43
+ {%- endif %}
44
+ {{- '\n<tool_response>\n' }}
45
+ {{- message.content }}
46
+ {{- '\n</tool_response>' }}
47
+ {%- if loop.last or (messages[loop.index0 + 1].role != "tool") %}
48
+ {{- '<|im_end|>\n' }}
49
+ {%- endif %}
50
+ {%- endif %}
51
+ {%- endfor %}
52
+ {%- if add_generation_prompt %}
53
+ {{- '<|im_start|>assistant\n' }}
54
+ {%- endif %}
config.json ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "Qwen2ForCausalLM"
4
+ ],
5
+ "attention_dropout": 0.0,
6
+ "eos_token_id": 151645,
7
+ "hidden_act": "silu",
8
+ "hidden_size": 8192,
9
+ "initializer_range": 0.02,
10
+ "intermediate_size": 29568,
11
+ "max_position_embeddings": 131072,
12
+ "max_window_layers": 70,
13
+ "model_type": "qwen2",
14
+ "num_attention_heads": 64,
15
+ "num_hidden_layers": 80,
16
+ "num_key_value_heads": 8,
17
+ "pad_token_id": 151654,
18
+ "rms_norm_eps": 1e-06,
19
+ "rope_scaling": null,
20
+ "rope_theta": 1000000.0,
21
+ "sliding_window": 131072,
22
+ "tie_word_embeddings": false,
23
+ "torch_dtype": "bfloat16",
24
+ "transformers_version": "4.52.4",
25
+ "unsloth_fixed": true,
26
+ "use_cache": true,
27
+ "use_sliding_window": false,
28
+ "vocab_size": 152064
29
+ }
merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
model-1-of-80.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e4592f902e7ada3b7e0056b4e0113eac5265598c7ef959b1cb2668d2f4182feb
3
+ size 4246787560
model-10-of-80.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a45e37e35c7d6e3f0a0ccd4c7328a9b51dc8e3cad8301fa1f17ed8bc22ed9f4b
3
+ size 1755370864
model-11-of-80.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cddfe09f2e79ddaf0416f42995bb13aad22bc7b54d9f77fc10d169e2236e2b54
3
+ size 1755370880
model-12-of-80.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8e74e96e3e60a1b6082a1405259fd0d1d89580e85d9ec0e4f0ebf52b40577d4c
3
+ size 1755370880
model-13-of-80.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:938e0ad95f55a63ec7ccdc39cb58478a85f447b0974bae3ae885325af9aae1ea
3
+ size 1755370880
model-14-of-80.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dba8bcd64710e0ca3cb41049e12f04f23e0ae6ee3ad229feaaa2c894bdea42df
3
+ size 1755370880
model-15-of-80.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c4a0651887428fbd8e24c683b52aecea76d80a06399705a14efa8478b2951fdb
3
+ size 1755370880
model-16-of-80.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5f146a35312dac85a9ad23aee839693927e0aa1df98c038014348b7d6ee04cba
3
+ size 1755370880
model-17-of-80.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9647adbade32ef02c89f7952f3adb73327af54c10532915088f553486772e6ae
3
+ size 1755370880
model-18-of-80.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d7bcf67a422a4a0a72c528ba8e49d11a1636eb42659b25768cde583c26e2c139
3
+ size 1755370880
model-19-of-80.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:575ff83b7c777738f08f7e8718fc25057b585e9b1156252f3aa2a10ea976a205
3
+ size 1755370880
model-2-of-80.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:59718f65ee5f416d7beb38cfa3346e5029d93f8a663f1c70c755172d5efc6056
3
+ size 1755370864
model-20-of-80.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:73c7c77c3e30356fcacb625622bfb8dc968eb90d4a7f9c5abaf3d315c687bd64
3
+ size 1755370880
model-21-of-80.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ea44e43f52991419b5cfc05266b33017617a24afa4f2194bf5379505cfc10d03
3
+ size 1755370880
model-22-of-80.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e064dbb49a2eef590362278e046e6d4bdef09dc6e195f23251c2bb314486c2b8
3
+ size 1755370880
model-23-of-80.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1e6fbae0102f0bc257062a82b02545784e3c274aee9f5658f3309321f56f5c80
3
+ size 1755370880
model-24-of-80.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:32d027bdfc8383eb25f6f9cd5dbeb63985c0152cfbfd3238c9e206f50537a272
3
+ size 1755370880
model-25-of-80.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:844f554c277f86baf41723a3b1ff0e64b10709765b117a919d7ce941606c6f37
3
+ size 1755370880
model-26-of-80.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:67f2248937b1a551a76235504ba8d97aaa061c45d13c737daf0bce4f6efaf026
3
+ size 1755370880
model-27-of-80.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d31fbe9412c82bf83d1123b9aca68426922fe0564855b273d732f9706d4e32cb
3
+ size 1755370880
model-28-of-80.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4121f63b76be5022c10bf8bdb05027487d8228621d8d2a084900b0ae61b9ea26
3
+ size 1755370880
model-29-of-80.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:de83fb1be00a675cb1a93a8d535284fd0bd5bf93840b1ab373dfaddaca220693
3
+ size 1755370880
model-3-of-80.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3b036685395cf4560e9fcade41db6273012a49f0cfe2dd458ae12ef697c8dd3d
3
+ size 1755370864
model-30-of-80.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e7fa7792a850261e44bda6f77d6deaa070f713d515c9314bf6551e481937f23e
3
+ size 1755370880
model-31-of-80.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7d3ca9105f404f9edd5c08e4ff1e651fbe1cdb65cd55e64bd4a632feda0c9baa
3
+ size 1755370880
model-32-of-80.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:047c3b2f0de41a11d6a7312a6ccf6a2841fd4cd0c6dd567f0c2bd921dd479d4a
3
+ size 1755370880
model-33-of-80.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2d2d9094e743dda124936d6cf8f96d0b039ebf7cca52fb12603a07806f7b04d8
3
+ size 1755370880
model-34-of-80.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:832c05b5feb9b7542c666042759cc607ac5276babf0da7b91d9af1bfb0a8f7ab
3
+ size 1755370880
model-35-of-80.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ac443cf8d6e29cd40537dbd3255f484035c9763ba2a507664612b231801a27ca
3
+ size 1755370880
model-36-of-80.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ae4f2b5832f0a6748d7c4929247318fcfd34e0632c67404a701f1ec1454d865f
3
+ size 1755370880
model-37-of-80.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bc67daf899e27a453e69db50ca57b354f978847a14fe156a3b4eaebab1513a30
3
+ size 1755370880
model-38-of-80.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ff5d5013e4d87cea45438dd9098d643a2d18be4e0f916abd5d410be7d97e8fa6
3
+ size 1755370880
model-39-of-80.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f78e79f0910691c9adbb568c6f176b9fbc9ca48ff56506dab8b4a8c2e6c506e5
3
+ size 1755370880