Add files using upload-large-folder tool
Browse files- README.md +45 -374
- config.json +8 -3
- mergekit_config.yml +21 -0
- model-1-of-40.safetensors +1 -1
- model-10-of-40.safetensors +2 -2
- model-11-of-40.safetensors +2 -2
- model-12-of-40.safetensors +2 -2
- model-13-of-40.safetensors +2 -2
- model-14-of-40.safetensors +2 -2
- model-15-of-40.safetensors +2 -2
- model-16-of-40.safetensors +2 -2
- model-17-of-40.safetensors +2 -2
- model-18-of-40.safetensors +2 -2
- model-19-of-40.safetensors +2 -2
- model-2-of-40.safetensors +2 -2
- model-20-of-40.safetensors +2 -2
- model-21-of-40.safetensors +2 -2
- model-22-of-40.safetensors +2 -2
- model-23-of-40.safetensors +2 -2
- model-24-of-40.safetensors +2 -2
- model-25-of-40.safetensors +2 -2
- model-26-of-40.safetensors +2 -2
- model-27-of-40.safetensors +2 -2
- model-28-of-40.safetensors +2 -2
- model-29-of-40.safetensors +2 -2
- model-3-of-40.safetensors +2 -2
- model-30-of-40.safetensors +2 -2
- model-31-of-40.safetensors +2 -2
- model-32-of-40.safetensors +2 -2
- model-33-of-40.safetensors +2 -2
- model-34-of-40.safetensors +2 -2
- model-35-of-40.safetensors +2 -2
- model-36-of-40.safetensors +2 -2
- model-37-of-40.safetensors +2 -2
- model-38-of-40.safetensors +2 -2
- model-39-of-40.safetensors +2 -2
- model-4-of-40.safetensors +2 -2
- model-40-of-40.safetensors +2 -2
- model-5-of-40.safetensors +2 -2
- model-6-of-40.safetensors +2 -2
- model-7-of-40.safetensors +2 -2
- model-8-of-40.safetensors +2 -2
- model-9-of-40.safetensors +2 -2
- model-non-layer.safetensors +1 -1
README.md
CHANGED
|
@@ -1,378 +1,49 @@
|
|
| 1 |
---
|
| 2 |
-
|
| 3 |
-
- zh
|
| 4 |
-
- en
|
| 5 |
-
pipeline_tag: text-generation
|
| 6 |
library_name: transformers
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
<img src="figures/joyai-logo.png" width="30%" alt="JoyAI-LLM Flash">
|
| 11 |
-
</picture>
|
| 12 |
-
</div>
|
| 13 |
-
<hr>
|
| 14 |
-
|
| 15 |
-
<div align="center" style="line-height: 1;">
|
| 16 |
-
<a href="https://huggingface.co/jdopensource" target="_blank"><img alt="Hugging Face" src="https://img.shields.io/badge/%F0%9F%A4%97%20Hugging%20Face-JD-ffc107?color=ffc107&logoColor=white"/></a>
|
| 17 |
-
<a href="https://huggingface.co/jdopensource/JoyAI-LLM-Flash/blob/main/LICENSE"><img alt="License" src="https://img.shields.io/badge/License-Modified_MIT-f5de53?&color=f5de53"/></a>
|
| 18 |
-
</div>
|
| 19 |
-
|
| 20 |
-
## 1. Model Introduction
|
| 21 |
-
|
| 22 |
-
JoyAI-LLM-Flash is a state-of-the-art medium-sized instruct language model with 3 billion activated parameters and 48 billion total parameters. JoyAI-LLM-Flash was pretrained on 20 trillion text tokens using Muon optimizer, followed by large-scale supervised fine-tuning (SFT), direct preference optimization (DPO), and reinforcement learning (RL) across diverse environments. JoyAI-LLM-Flash achieves strong performance across frontier knowledge, reasoning, coding tasks and agentic capabilities.
|
| 23 |
-
|
| 24 |
-
### Key Features
|
| 25 |
-
|
| 26 |
-
- Fiber Bundle RL: Introduces fiber bundle theory into reinforcement learning, proposing a novel optimization framework, FiberPO. This method is specifically designed to handle the challenges of large-scale and heterogeneous agent training, improving stability and robustness under complex data distributions.
|
| 27 |
-
- Training-Inference Collaboration: apply Muon optimizer with dense MTP, develop novel optimization techniques to resolve instabilities while scaling up, delivering 1.3× to 1.7× the throughput of the non-MTP version.
|
| 28 |
-
- Agentic Intelligence: designed for tool use, reasoning, and autonomous problem-solving.
|
| 29 |
-
|
| 30 |
-
## 2. Model Summary
|
| 31 |
-
|
| 32 |
-
| | |
|
| 33 |
-
| :-----------------------------------------: | :----------------------: |
|
| 34 |
-
| **Architecture** | Mixture-of-Experts (MoE) |
|
| 35 |
-
| **Total Parameters** | 48B |
|
| 36 |
-
| **Activated Parameters** | 3B |
|
| 37 |
-
| **Number of Layers** (Dense layer included) | 40 |
|
| 38 |
-
| **Number of Dense Layers** | 1 |
|
| 39 |
-
| **Attention Hidden Dimension** | 2048 |
|
| 40 |
-
| **MoE Hidden Dimension** (per Expert) | 768 |
|
| 41 |
-
| **Number of Attention Heads** | 32 |
|
| 42 |
-
| **Number of Experts** | 256 |
|
| 43 |
-
| **Selected Experts per Token** | 8 |
|
| 44 |
-
| **Number of Shared Experts** | 1 |
|
| 45 |
-
| **Vocabulary Size** | 129K |
|
| 46 |
-
| **Context Length** | 128K |
|
| 47 |
-
| **Attention Mechanism** | MLA |
|
| 48 |
-
| **Activation Function** | SwiGLU |
|
| 49 |
-
| </div> | |
|
| 50 |
-
|
| 51 |
-
|
| 52 |
-
## 3. Evaluation Results
|
| 53 |
-
|
| 54 |
-
<table>
|
| 55 |
-
<thead>
|
| 56 |
-
<tr>
|
| 57 |
-
<th align="center">Benchmark</th>
|
| 58 |
-
<th align="center"><sup>JoyAI-LLM Flash</sup></th>
|
| 59 |
-
<th align="center"><sup>Qwen3-30B-A3B-Instuct-2507</sup></th>
|
| 60 |
-
<th align="center"><sup>GLM-4.7-Flash<br>(Non-thinking)</sup></th>
|
| 61 |
-
</tr>
|
| 62 |
-
</thead>
|
| 63 |
-
<tbody>
|
| 64 |
-
|
| 65 |
-
|
| 66 |
-
<tr>
|
| 67 |
-
<td align="center" colspan=8><strong>Knowledge & Alignment</strong></td>
|
| 68 |
-
</tr>
|
| 69 |
-
<tr>
|
| 70 |
-
<td align="center" style="vertical-align: middle">MMLU</td>
|
| 71 |
-
<td align="center" style="vertical-align: middle"><strong>89.50</strong></td>
|
| 72 |
-
<td align="center" style="vertical-align: middle">86.87</td>
|
| 73 |
-
<td align="center" style="vertical-align: middle">80.53</td>
|
| 74 |
-
</tr>
|
| 75 |
-
<tr>
|
| 76 |
-
<td align="center" style="vertical-align: middle">MMLU-Pro</td>
|
| 77 |
-
<td align="center" style="vertical-align: middle"><strong>81.02</strong></td>
|
| 78 |
-
<td align="center" style="vertical-align: middle">73.88</td>
|
| 79 |
-
<td align="center" style="vertical-align: middle">63.62</td>
|
| 80 |
-
</tr>
|
| 81 |
-
<tr>
|
| 82 |
-
<td align="center" style="vertical-align: middle">CMMLU</td>
|
| 83 |
-
<td align="center" style="vertical-align: middle"><strong>87.03</strong></td>
|
| 84 |
-
<td align="center" style="vertical-align: middle">85.88</td>
|
| 85 |
-
<td align="center" style="vertical-align: middle">75.85</td>
|
| 86 |
-
</tr>
|
| 87 |
-
<tr>
|
| 88 |
-
<td align="center" style="vertical-align: middle">GPQA-Diamond</td>
|
| 89 |
-
<td align="center" style="vertical-align: middle"><strong>74.43</strong></td>
|
| 90 |
-
<td align="center" style="vertical-align: middle">68.69</td>
|
| 91 |
-
<td align="center" style="vertical-align: middle">39.90</td>
|
| 92 |
-
</tr>
|
| 93 |
-
<tr>
|
| 94 |
-
<td align="center" style="vertical-align: middle">SuperGPQA</td>
|
| 95 |
-
<td align="center" style="vertical-align: middle"><strong>55.00</strong></td>
|
| 96 |
-
<td align="center" style="vertical-align: middle">52.00</td>
|
| 97 |
-
<td align="center" style="vertical-align: middle">32.00</td>
|
| 98 |
-
</tr>
|
| 99 |
-
<tr>
|
| 100 |
-
<td align="center" style="vertical-align: middle">LiveBench</td>
|
| 101 |
-
<td align="center" style="vertical-align: middle"><strong>72.90</strong></td>
|
| 102 |
-
<td align="center" style="vertical-align: middle">59.70</td>
|
| 103 |
-
<td align="center" style="vertical-align: middle">43.10</td>
|
| 104 |
-
</tr>
|
| 105 |
-
<tr>
|
| 106 |
-
<td align="center" style="vertical-align: middle">IFEval</td>
|
| 107 |
-
<td align="center" style="vertical-align: middle"><strong>86.69</strong></td>
|
| 108 |
-
<td align="center" style="vertical-align: middle">83.18</td>
|
| 109 |
-
<td align="center" style="vertical-align: middle">82.44</td>
|
| 110 |
-
</tr>
|
| 111 |
-
<tr>
|
| 112 |
-
<td align="center" style="vertical-align: middle">AlignBench</td>
|
| 113 |
-
<td align="center" style="vertical-align: middle"><strong>8.24</strong></td>
|
| 114 |
-
<td align="center" style="vertical-align: middle">8.07</td>
|
| 115 |
-
<td align="center" style="vertical-align: middle">6.85</td>
|
| 116 |
-
</tr>
|
| 117 |
-
<tr>
|
| 118 |
-
<td align="center" style="vertical-align: middle">HellaSwag</td>
|
| 119 |
-
<td align="center" style="vertical-align: middle"><strong>91.79</strong></td>
|
| 120 |
-
<td align="center" style="vertical-align: middle">89.90</td>
|
| 121 |
-
<td align="center" style="vertical-align: middle">60.84</td>
|
| 122 |
-
</tr>
|
| 123 |
-
|
| 124 |
-
<tr>
|
| 125 |
-
<td align="center" colspan=8><strong>Coding</strong></td>
|
| 126 |
-
</tr>
|
| 127 |
-
<tr>
|
| 128 |
-
<td align="center" style="vertical-align: middle">HumanEval</td>
|
| 129 |
-
<td align="center" style="vertical-align: middle"><strong>96.34</strong></td>
|
| 130 |
-
<td align="center" style="vertical-align: middle">95.12</td>
|
| 131 |
-
<td align="center" style="vertical-align: middle">74.39</td>
|
| 132 |
-
</tr>
|
| 133 |
-
<tr>
|
| 134 |
-
<td align="center" style="vertical-align: middle">LiveCodeBench</td>
|
| 135 |
-
<td align="center" style="vertical-align: middle"><strong>65.60</strong></td>
|
| 136 |
-
<td align="center" style="vertical-align: middle">39.71</td>
|
| 137 |
-
<td align="center" style="vertical-align: middle">27.43</td>
|
| 138 |
-
</tr>
|
| 139 |
-
<tr>
|
| 140 |
-
<td align="center" style="vertical-align: middle">SciCode</td>
|
| 141 |
-
<td align="center" style="vertical-align: middle"><strong>3.08/22.92</strong></td>
|
| 142 |
-
<td align="center" style="vertical-align: middle"><strong>3.08/22.92</strong></td>
|
| 143 |
-
<td align="center" style="vertical-align: middle">3.08/15.11</td>
|
| 144 |
-
</tr>
|
| 145 |
-
<tr>
|
| 146 |
-
<td align="center" colspan=8><strong>Mathematics</strong></td>
|
| 147 |
-
</tr>
|
| 148 |
-
<tr>
|
| 149 |
-
<td align="center" style="vertical-align: middle">GSM8K</td>
|
| 150 |
-
<td align="center" style="vertical-align: middle"><strong>95.83</strong></td>
|
| 151 |
-
<td align="center" style="vertical-align: middle">79.83</td>
|
| 152 |
-
<td align="center" style="vertical-align: middle">81.88</td>
|
| 153 |
-
</tr>
|
| 154 |
-
<tr>
|
| 155 |
-
<td align="center" style="vertical-align: middle">AIME2025</td>
|
| 156 |
-
<td align="center" style="vertical-align: middle"><strong>65.83</strong></td>
|
| 157 |
-
<td align="center" style="vertical-align: middle">62.08</td>
|
| 158 |
-
<td align="center" style="vertical-align: middle">24.17</td>
|
| 159 |
-
</tr>
|
| 160 |
-
<tr>
|
| 161 |
-
<td align="center" style="vertical-align: middle">MATH 500</td>
|
| 162 |
-
<td align="center" style="vertical-align: middle"><strong>97.10</strong></td>
|
| 163 |
-
<td align="center" style="vertical-align: middle">89.80</td>
|
| 164 |
-
<td align="center" style="vertical-align: middle">90.90</td>
|
| 165 |
-
</tr>
|
| 166 |
-
|
| 167 |
-
<tr>
|
| 168 |
-
<td align="center" colspan=8><strong>Agentic</strong></td>
|
| 169 |
-
</tr>
|
| 170 |
-
<tr>
|
| 171 |
-
<td align="center" style="vertical-align: middle">SWE-bench Verified</td>
|
| 172 |
-
<td align="center" style="vertical-align: middle"><strong>60.60</strong></td>
|
| 173 |
-
<td align="center" style="vertical-align: middle">24.44</td>
|
| 174 |
-
<td align="center" style="vertical-align: middle">51.60</td>
|
| 175 |
-
</tr>
|
| 176 |
-
<tr>
|
| 177 |
-
<td align="center" style="vertical-align: middle">Tau2-Retail</td>
|
| 178 |
-
<td align="center" style="vertical-align: middle"><strong>67.55</strong></td>
|
| 179 |
-
<td align="center" style="vertical-align: middle">53.51</td>
|
| 180 |
-
<td align="center" style="vertical-align: middle">62.28</td>
|
| 181 |
-
</tr>
|
| 182 |
-
<tr>
|
| 183 |
-
<td align="center" style="vertical-align: middle">Tau2-Airline</td>
|
| 184 |
-
<td align="center" style="vertical-align: middle"><strong>54.00</strong></td>
|
| 185 |
-
<td align="center" style="vertical-align: middle">32.00</td>
|
| 186 |
-
<td align="center" style="vertical-align: middle">52.00</td>
|
| 187 |
-
</tr>
|
| 188 |
-
<tr>
|
| 189 |
-
<td align="center" style="vertical-align: middle">Tau2-Telecom</td>
|
| 190 |
-
<td align="center" style="vertical-align: middle">79.83</td>
|
| 191 |
-
<td align="center" style="vertical-align: middle">4.39</td>
|
| 192 |
-
<td align="center" style="vertical-align: middle"><strong>88.60</strong></td>
|
| 193 |
-
</tr>
|
| 194 |
-
|
| 195 |
-
<tr>
|
| 196 |
-
<td align="center" colspan=8><strong>Long Context</strong></td>
|
| 197 |
-
</tr>
|
| 198 |
-
<tr>
|
| 199 |
-
<td align="center" style="vertical-align: middle">RULER</td>
|
| 200 |
-
<td align="center" style="vertical-align: middle"><strong>95.60</strong></td>
|
| 201 |
-
<td align="center" style="vertical-align: middle">89.66</td>
|
| 202 |
-
<td align="center" style="vertical-align: middle">56.12</td>
|
| 203 |
-
</tr>
|
| 204 |
-
</tbody>
|
| 205 |
-
</table>
|
| 206 |
-
|
| 207 |
-
|
| 208 |
-
## 4. Deployment
|
| 209 |
-
|
| 210 |
-
> [!Note]
|
| 211 |
-
> You can access JoyAI-LLM Flash API on https://docs.jdcloud.com/cn/jdaip/chat and we provide OpenAI/Anthropic-compatible API for you.
|
| 212 |
-
> Currently, JoyAI-LLM-Flash-FP8 is recommended to run on the following inference engines:
|
| 213 |
-
|
| 214 |
-
* vLLM
|
| 215 |
-
* SGLang
|
| 216 |
-
|
| 217 |
-
The minimum version requirement for `transformers` is `4.57.1`.
|
| 218 |
-
|
| 219 |
-
Deployment examples can be found in the [Model Deployment Guide](docs/deploy_guidance.md).
|
| 220 |
-
|
| 221 |
-
|
| 222 |
-
|
| 223 |
-
## 5. Model Usage
|
| 224 |
-
|
| 225 |
-
The usage demos below demonstrate how to call our official API.
|
| 226 |
-
|
| 227 |
-
For third-party APIs deployed with vLLM or SGLang, please note that:
|
| 228 |
-
|
| 229 |
-
> [!Note] Recommended sampling parameters: `temperature=0.6`, `top_p=1.0`
|
| 230 |
-
|
| 231 |
-
### Chat Completion
|
| 232 |
-
|
| 233 |
-
This is a simple chat completion script which shows how to call JoyAI-Flash API.
|
| 234 |
-
|
| 235 |
-
```python
|
| 236 |
-
from openai import OpenAI
|
| 237 |
-
|
| 238 |
-
client = OpenAI(base_url="http://IP:PORT/v1", api_key="EMPTY")
|
| 239 |
-
|
| 240 |
-
|
| 241 |
-
def simple_chat(client: OpenAI):
|
| 242 |
-
messages = [
|
| 243 |
-
{
|
| 244 |
-
"role": "user",
|
| 245 |
-
"content": [
|
| 246 |
-
{
|
| 247 |
-
"type": "text",
|
| 248 |
-
"text": "which one is bigger, 9.11 or 9.9? think carefully.",
|
| 249 |
-
}
|
| 250 |
-
],
|
| 251 |
-
},
|
| 252 |
-
]
|
| 253 |
-
model_name = client.models.list().data[0].id
|
| 254 |
-
response = client.chat.completions.create(
|
| 255 |
-
model=model_name, messages=messages, stream=False, max_tokens=4096
|
| 256 |
-
)
|
| 257 |
-
print(f"response: {response.choices[0].message.content}")
|
| 258 |
-
|
| 259 |
-
|
| 260 |
-
if __name__ == "__main__":
|
| 261 |
-
simple_chat(client)
|
| 262 |
-
```
|
| 263 |
-
|
| 264 |
-
|
| 265 |
-
### Tool call Completion
|
| 266 |
-
|
| 267 |
-
This is a simple toll call completion script which shows how to call JoyAI-Flash API.
|
| 268 |
-
|
| 269 |
-
```python
|
| 270 |
-
import json
|
| 271 |
-
|
| 272 |
-
from openai import OpenAI
|
| 273 |
-
|
| 274 |
-
client = OpenAI(base_url="http://IP:PORT/v1", api_key="EMPTY")
|
| 275 |
-
|
| 276 |
-
|
| 277 |
-
def my_calculator(expression: str) -> str:
|
| 278 |
-
return str(eval(expression))
|
| 279 |
-
|
| 280 |
-
|
| 281 |
-
def rewrite(expression: str) -> str:
|
| 282 |
-
return str(expression)
|
| 283 |
-
|
| 284 |
-
|
| 285 |
-
def simple_tool_call(client: OpenAI):
|
| 286 |
-
messages = [
|
| 287 |
-
{
|
| 288 |
-
"role": "user",
|
| 289 |
-
"content": [
|
| 290 |
-
{
|
| 291 |
-
"type": "text",
|
| 292 |
-
"text": "use my functions to compute the results for the equations: 6+1",
|
| 293 |
-
},
|
| 294 |
-
],
|
| 295 |
-
},
|
| 296 |
-
]
|
| 297 |
-
tools = [
|
| 298 |
-
{
|
| 299 |
-
"type": "function",
|
| 300 |
-
"function": {
|
| 301 |
-
"name": "my_calculator",
|
| 302 |
-
"description": "A calculator that can evaluate a mathematical equation and compute its results.",
|
| 303 |
-
"parameters": {
|
| 304 |
-
"type": "object",
|
| 305 |
-
"properties": {
|
| 306 |
-
"expression": {
|
| 307 |
-
"type": "string",
|
| 308 |
-
"description": "The mathematical expression to evaluate.",
|
| 309 |
-
},
|
| 310 |
-
},
|
| 311 |
-
"required": ["expression"],
|
| 312 |
-
},
|
| 313 |
-
},
|
| 314 |
-
},
|
| 315 |
-
{
|
| 316 |
-
"type": "function",
|
| 317 |
-
"function": {
|
| 318 |
-
"name": "rewrite",
|
| 319 |
-
"description": "Rewrite a given text for improved clarity",
|
| 320 |
-
"parameters": {
|
| 321 |
-
"type": "object",
|
| 322 |
-
"properties": {
|
| 323 |
-
"text": {
|
| 324 |
-
"type": "string",
|
| 325 |
-
"description": "The input text to rewrite",
|
| 326 |
-
}
|
| 327 |
-
},
|
| 328 |
-
},
|
| 329 |
-
},
|
| 330 |
-
},
|
| 331 |
-
]
|
| 332 |
-
model_name = client.models.list().data[0].id
|
| 333 |
-
response = client.chat.completions.create(
|
| 334 |
-
model=model_name,
|
| 335 |
-
messages=messages,
|
| 336 |
-
temperature=1.0,
|
| 337 |
-
max_tokens=1024,
|
| 338 |
-
tools=tools,
|
| 339 |
-
tool_choice="auto",
|
| 340 |
-
)
|
| 341 |
-
tool_calls = response.choices[0].message.tool_calls
|
| 342 |
-
|
| 343 |
-
results = []
|
| 344 |
-
for tool_call in tool_calls:
|
| 345 |
-
function_name = tool_call.function.name
|
| 346 |
-
function_args = tool_call.function.arguments
|
| 347 |
-
if function_name == "my_calculator":
|
| 348 |
-
result = my_calculator(**json.loads(function_args))
|
| 349 |
-
results.append(result)
|
| 350 |
-
messages.append({"role": "assistant", "tool_calls": tool_calls})
|
| 351 |
-
for tool_call, result in zip(tool_calls, results):
|
| 352 |
-
messages.append(
|
| 353 |
-
{
|
| 354 |
-
"role": "tool",
|
| 355 |
-
"tool_call_id": tool_call.id,
|
| 356 |
-
"name": tool_call.function.name,
|
| 357 |
-
"content": result,
|
| 358 |
-
}
|
| 359 |
-
)
|
| 360 |
-
response = client.chat.completions.create(
|
| 361 |
-
model=model_name,
|
| 362 |
-
messages=messages,
|
| 363 |
-
temperature=1.0,
|
| 364 |
-
max_tokens=1024,
|
| 365 |
-
)
|
| 366 |
-
print(response.choices[0].message.content)
|
| 367 |
-
|
| 368 |
-
|
| 369 |
-
if __name__ == "__main__":
|
| 370 |
-
simple_tool_call(client)
|
| 371 |
-
|
| 372 |
-
```
|
| 373 |
|
| 374 |
---
|
| 375 |
-
|
| 376 |
-
|
| 377 |
-
|
| 378 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
base_model: []
|
|
|
|
|
|
|
|
|
|
| 3 |
library_name: transformers
|
| 4 |
+
tags:
|
| 5 |
+
- mergekit
|
| 6 |
+
- merge
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 7 |
|
| 8 |
---
|
| 9 |
+
# c362_step50_ta05
|
| 10 |
+
|
| 11 |
+
This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit).
|
| 12 |
+
|
| 13 |
+
## Merge Details
|
| 14 |
+
### Merge Method
|
| 15 |
+
|
| 16 |
+
This model was merged using the [Linear DARE](https://arxiv.org/abs/2311.03099) merge method using /root/myCodeLab/host/downloads/models/40Bra as a base.
|
| 17 |
+
|
| 18 |
+
### Models Merged
|
| 19 |
+
|
| 20 |
+
The following models were included in the merge:
|
| 21 |
+
* /root/myCodeLab/host/verl/ckpts/40bra_k8s_single_domain/40bra_k8s_16node_sd_c362_20260327_205644_unknown/global_step_50/actor/huggingface
|
| 22 |
+
|
| 23 |
+
### Configuration
|
| 24 |
+
|
| 25 |
+
The following YAML configuration was used to produce this model:
|
| 26 |
+
|
| 27 |
+
```yaml
|
| 28 |
+
base_model: /root/myCodeLab/host/downloads/models/40Bra
|
| 29 |
+
dtype: float32
|
| 30 |
+
merge_method: dare_linear
|
| 31 |
+
modules:
|
| 32 |
+
default:
|
| 33 |
+
slices:
|
| 34 |
+
- sources:
|
| 35 |
+
- layer_range: [0, 40]
|
| 36 |
+
model: /root/myCodeLab/host/downloads/models/40Bra
|
| 37 |
+
- layer_range: [0, 40]
|
| 38 |
+
model: /root/myCodeLab/host/verl/ckpts/40bra_k8s_single_domain/40bra_k8s_16node_sd_c362_20260327_205644_unknown/global_step_50/actor/huggingface
|
| 39 |
+
parameters:
|
| 40 |
+
density: 1.0
|
| 41 |
+
weight:
|
| 42 |
+
- filter: .mlp.gate.
|
| 43 |
+
value: 0.0
|
| 44 |
+
- value: 0.5
|
| 45 |
+
- sources:
|
| 46 |
+
- layer_range: [40, 41]
|
| 47 |
+
model: /root/myCodeLab/host/downloads/models/40Bra
|
| 48 |
+
out_dtype: bfloat16
|
| 49 |
+
```
|
config.json
CHANGED
|
@@ -10,9 +10,11 @@
|
|
| 10 |
"AutoModelForCausalLM": "modeling_deepseek.DeepseekV3ForCausalLM"
|
| 11 |
},
|
| 12 |
"bos_token_id": 0,
|
|
|
|
| 13 |
"eos_token_id": 1,
|
| 14 |
"ep_size": 1,
|
| 15 |
"first_k_dense_replace": 1,
|
|
|
|
| 16 |
"hidden_act": "silu",
|
| 17 |
"hidden_size": 2048,
|
| 18 |
"initializer_range": 0.02,
|
|
@@ -31,7 +33,9 @@
|
|
| 31 |
"num_hidden_layers": 40,
|
| 32 |
"num_key_value_heads": 32,
|
| 33 |
"num_nextn_predict_layers": 1,
|
|
|
|
| 34 |
"q_lora_rank": 1536,
|
|
|
|
| 35 |
"qk_nope_head_dim": 128,
|
| 36 |
"qk_rope_head_dim": 64,
|
| 37 |
"quantization_config": {
|
|
@@ -44,15 +48,16 @@
|
|
| 44 |
]
|
| 45 |
},
|
| 46 |
"rms_norm_eps": 1e-06,
|
|
|
|
|
|
|
| 47 |
"rope_theta": 32000000,
|
| 48 |
"routed_scaling_factor": 2.5,
|
| 49 |
"scoring_func": "sigmoid",
|
| 50 |
"tie_word_embeddings": false,
|
| 51 |
"topk_group": 1,
|
| 52 |
"topk_method": "noaux_tc",
|
| 53 |
-
"
|
| 54 |
-
"transformers_version": "4.44.2",
|
| 55 |
"use_cache": true,
|
| 56 |
"v_head_dim": 128,
|
| 57 |
"vocab_size": 129280
|
| 58 |
-
}
|
|
|
|
| 10 |
"AutoModelForCausalLM": "modeling_deepseek.DeepseekV3ForCausalLM"
|
| 11 |
},
|
| 12 |
"bos_token_id": 0,
|
| 13 |
+
"dtype": "bfloat16",
|
| 14 |
"eos_token_id": 1,
|
| 15 |
"ep_size": 1,
|
| 16 |
"first_k_dense_replace": 1,
|
| 17 |
+
"head_dim": 64,
|
| 18 |
"hidden_act": "silu",
|
| 19 |
"hidden_size": 2048,
|
| 20 |
"initializer_range": 0.02,
|
|
|
|
| 33 |
"num_hidden_layers": 40,
|
| 34 |
"num_key_value_heads": 32,
|
| 35 |
"num_nextn_predict_layers": 1,
|
| 36 |
+
"pretraining_tp": 1,
|
| 37 |
"q_lora_rank": 1536,
|
| 38 |
+
"qk_head_dim": 192,
|
| 39 |
"qk_nope_head_dim": 128,
|
| 40 |
"qk_rope_head_dim": 64,
|
| 41 |
"quantization_config": {
|
|
|
|
| 48 |
]
|
| 49 |
},
|
| 50 |
"rms_norm_eps": 1e-06,
|
| 51 |
+
"rope_interleave": true,
|
| 52 |
+
"rope_scaling": null,
|
| 53 |
"rope_theta": 32000000,
|
| 54 |
"routed_scaling_factor": 2.5,
|
| 55 |
"scoring_func": "sigmoid",
|
| 56 |
"tie_word_embeddings": false,
|
| 57 |
"topk_group": 1,
|
| 58 |
"topk_method": "noaux_tc",
|
| 59 |
+
"transformers_version": "4.57.3",
|
|
|
|
| 60 |
"use_cache": true,
|
| 61 |
"v_head_dim": 128,
|
| 62 |
"vocab_size": 129280
|
| 63 |
+
}
|
mergekit_config.yml
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
base_model: /root/myCodeLab/host/downloads/models/40Bra
|
| 2 |
+
dtype: float32
|
| 3 |
+
merge_method: dare_linear
|
| 4 |
+
modules:
|
| 5 |
+
default:
|
| 6 |
+
slices:
|
| 7 |
+
- sources:
|
| 8 |
+
- layer_range: [0, 40]
|
| 9 |
+
model: /root/myCodeLab/host/downloads/models/40Bra
|
| 10 |
+
- layer_range: [0, 40]
|
| 11 |
+
model: /root/myCodeLab/host/verl/ckpts/40bra_k8s_single_domain/40bra_k8s_16node_sd_c362_20260327_205644_unknown/global_step_50/actor/huggingface
|
| 12 |
+
parameters:
|
| 13 |
+
density: 1.0
|
| 14 |
+
weight:
|
| 15 |
+
- filter: .mlp.gate.
|
| 16 |
+
value: 0.0
|
| 17 |
+
- value: 0.5
|
| 18 |
+
- sources:
|
| 19 |
+
- layer_range: [40, 41]
|
| 20 |
+
model: /root/myCodeLab/host/downloads/models/40Bra
|
| 21 |
+
out_dtype: bfloat16
|
model-1-of-40.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 70417464
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cc85f33946c03617a348c77b0e531bbe3aa23fd4b84315d421d1b7d9d85aed41
|
| 3 |
size 70417464
|
model-10-of-40.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:b9097c460b873d4516ff20141d67fdd0721fd82b46aca831bf9989dff57c81f1
|
| 3 |
+
size 1240578520
|
model-11-of-40.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:237d865c2017c0650a97230107ed95af4e6e6da923b4db7bd2cd028146e223e9
|
| 3 |
+
size 1240580072
|
model-12-of-40.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:84920a879a35f42d01019f8d5822f90d8502cc695c5c35e5dd52a2892e4a4a07
|
| 3 |
+
size 1240580072
|
model-13-of-40.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:5dd36e86ab7016ebb6c5f94e15ab56a3319f6e75e44b61a9adf8aa40183a40bb
|
| 3 |
+
size 1240580072
|
model-14-of-40.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:95084b9fb5c03fbc307909dc494b1c98b114bbd1695a0f1df512f7ce1ade66dd
|
| 3 |
+
size 1240580072
|
model-15-of-40.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:2cc293475f45401d5f5f6ca0b8ce5364a1b52f4ee378c266ee5ea7da4b9f31bf
|
| 3 |
+
size 1240580072
|
model-16-of-40.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:2755ee609aa76d2e3c8ff63ca20dfd4c9b989887b8d9b5aad4097f914d59a67d
|
| 3 |
+
size 1240580072
|
model-17-of-40.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:4abcf8eb68e256b1f41603cb44d2124b10430e1c2645bfd63e5e28d730d515a2
|
| 3 |
+
size 1240580072
|
model-18-of-40.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:ff661321d1168e3442457cf7f14bffe58803955244a0ac83acaa3f54b40dbc01
|
| 3 |
+
size 1240580072
|
model-19-of-40.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:1ada3f96b5526bea7547c7786e8515d61c8fa635bed6bc83be4c5d38651c5afa
|
| 3 |
+
size 1240580072
|
model-2-of-40.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:f4b3368a5db87ea37a4048138b0cd818b520d9e9139f099938d5b5a1517b4d56
|
| 3 |
+
size 1240578520
|
model-20-of-40.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:436fcb426b20fd83c765180998b02fbf97b8c3259266f36984cda8f30fe58729
|
| 3 |
+
size 1240580072
|
model-21-of-40.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:7371ff51bbc2a48221b6c2b81c86da02b750e8947e1a55dfe0c754fd01308545
|
| 3 |
+
size 1240580072
|
model-22-of-40.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:b8cd39cc3575aac9daa4c5e44e21d28dde6a7391be7184cac0b5c562e34d24a0
|
| 3 |
+
size 1240580072
|
model-23-of-40.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:c7c8affbc0b48e9518fb7fb1c522ed7db43c00bda1581552c23995c9f383d691
|
| 3 |
+
size 1240580072
|
model-24-of-40.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:0bf3022e758147fea8278e0fcca88118006c1e4b6922c523b3e559d8d7fc65b0
|
| 3 |
+
size 1240580072
|
model-25-of-40.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:5c78c8c378cd24fa1e86103689811388093ef2e3a21e9d509c5ed3027cd5aca7
|
| 3 |
+
size 1240580072
|
model-26-of-40.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:266b691abf43456d9fcec51c1de5d82e444e2d72b43fc33aab6d445c4ac9ecd3
|
| 3 |
+
size 1240580072
|
model-27-of-40.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:21b6d4647f74277f6c1289f31a34ad4ed9073397e71317e314c73d142f7ec146
|
| 3 |
+
size 1240580072
|
model-28-of-40.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:2cf3660846e254ef7f787c47d80f719a180818e9b4f8b89562ca29d5bc526618
|
| 3 |
+
size 1240580072
|
model-29-of-40.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:66db0cc04446a371b8ddb5520c3122ca74b3cf5833ec08c988475dc0640e84f6
|
| 3 |
+
size 1240580072
|
model-3-of-40.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:3cecafcd2aceb1cceca16ff9d9fac145759a98292672f9d0bd2715b710bad28a
|
| 3 |
+
size 1240578520
|
model-30-of-40.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:a478fe13e731d27ffb034d4664f3e38e7ed7117b73dc25a6760871ae04727ea5
|
| 3 |
+
size 1240580072
|
model-31-of-40.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:d783ab8ec47f1a5f93af5cfb1a1d044926e720db6cc63c1d7c54484d8d747902
|
| 3 |
+
size 1240580072
|
model-32-of-40.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:3a97d136a1c0d672c612f37217caf32a31b7e970032ed417f7a2c0d4fd54b69a
|
| 3 |
+
size 1240580072
|
model-33-of-40.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:4070ccecd012e00af245a02458f25a6dcc14b95b0de7f2ed3c7760c2b8249cdd
|
| 3 |
+
size 1240580072
|
model-34-of-40.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:78ff2e57c05958c6f6392ce9121d3cfbf26a7ed82e6b74c44939dc38059ea8a1
|
| 3 |
+
size 1240580072
|
model-35-of-40.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:bd7cc1dd46b36b01063c0c99569ecfed2a6c03fe99aab5011751c8b83c598762
|
| 3 |
+
size 1240580072
|
model-36-of-40.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:6261773ee2afad34e25963aab9ad86e8423d683f16fd64edb00d8de9a8b83667
|
| 3 |
+
size 1240580072
|
model-37-of-40.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:ee6fbb7dbfbca4722f57f5c7b2735ca7471f9856e9c372afc3fcde8bf54fecd9
|
| 3 |
+
size 1240580072
|
model-38-of-40.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:09e777939bec8cc63499c13a6bcfec397df2cce926fda01ad3ab519b9b6baa71
|
| 3 |
+
size 1240580072
|
model-39-of-40.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:cfd4647bdc71bd5ee4504915eeab60fad8662a75019c081098e107c4afac6c15
|
| 3 |
+
size 1240580072
|
model-4-of-40.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:6dec30ce10e3273f1962859ef39dab1beb5a631e3b3fba54a368aba237ab8246
|
| 3 |
+
size 1240578520
|
model-40-of-40.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:46bf7ddc6a8344577a39367d6beac2c27b57b9ab945ab9fc8b93d22f5e3ff25e
|
| 3 |
+
size 1240580072
|
model-5-of-40.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:f31e319a194084721abf93ddf3d5ab402c636c35f6a4d424eff37461123769b1
|
| 3 |
+
size 1240578520
|
model-6-of-40.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:df9a79ee73887ff51346c491dd3524443b499a4b41243b5aa584ff94a4610740
|
| 3 |
+
size 1240578520
|
model-7-of-40.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:26f1214b569092c9a2bc5eb67c8a8f07a412415eb88b3039c538f8fe47e9bfac
|
| 3 |
+
size 1240578520
|
model-8-of-40.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:148f670344a44a55774e7e48470615f5757ef3f9f30654435319b23ab66d6db1
|
| 3 |
+
size 1240578520
|
model-9-of-40.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:278ca8a74e1c390dab71e3b6427f80777122dada5eccacf8ee7d0c4ae1e78e7f
|
| 3 |
+
size 1240578520
|
model-non-layer.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 1059066184
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9b992b0a3e3ab06a9490d364bf942df3bcf69874dcb9f940e935f674672f09cd
|
| 3 |
size 1059066184
|