Upload folder using huggingface_hub
Browse files- README.md +48 -0
- config.json +69 -3
- mergekit_config.yml +16 -0
- model-00001-of-00014.safetensors +2 -2
- model-00002-of-00014.safetensors +2 -2
- model-00003-of-00014.safetensors +2 -2
- model-00004-of-00014.safetensors +2 -2
- model-00005-of-00014.safetensors +2 -2
- model-00006-of-00014.safetensors +2 -2
- model-00007-of-00014.safetensors +2 -2
- model-00008-of-00014.safetensors +2 -2
- model-00009-of-00014.safetensors +2 -2
- model-00010-of-00014.safetensors +2 -2
- model-00011-of-00014.safetensors +2 -2
- model-00012-of-00014.safetensors +2 -2
- model-00013-of-00014.safetensors +2 -2
- model-00014-of-00014.safetensors +2 -2
- model.safetensors.index.json +0 -0
- tokenizer_config.json +1 -1
README.md
ADDED
@@ -0,0 +1,48 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model:
|
3 |
+
- Qwen/Qwen3-32B
|
4 |
+
- LLMcompe-Team-Watanabe/Qwen3-32B-sft-Deepmath-8k
|
5 |
+
- LLMcompe-Team-Watanabe/Qwen3-32B-openmathreasoning-sft
|
6 |
+
library_name: transformers
|
7 |
+
tags:
|
8 |
+
- mergekit
|
9 |
+
- merge
|
10 |
+
|
11 |
+
---
|
12 |
+
# output_model
|
13 |
+
|
14 |
+
This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit).
|
15 |
+
|
16 |
+
## Merge Details
|
17 |
+
### Merge Method
|
18 |
+
|
19 |
+
This model was merged using the [DARE TIES](https://arxiv.org/abs/2311.03099) merge method using [Qwen/Qwen3-32B](https://huggingface.co/Qwen/Qwen3-32B) as a base.
|
20 |
+
|
21 |
+
### Models Merged
|
22 |
+
|
23 |
+
The following models were included in the merge:
|
24 |
+
* [LLMcompe-Team-Watanabe/Qwen3-32B-sft-Deepmath-8k](https://huggingface.co/LLMcompe-Team-Watanabe/Qwen3-32B-sft-Deepmath-8k)
|
25 |
+
* [LLMcompe-Team-Watanabe/Qwen3-32B-openmathreasoning-sft](https://huggingface.co/LLMcompe-Team-Watanabe/Qwen3-32B-openmathreasoning-sft)
|
26 |
+
|
27 |
+
### Configuration
|
28 |
+
|
29 |
+
The following YAML configuration was used to produce this model:
|
30 |
+
|
31 |
+
```yaml
|
32 |
+
models:
|
33 |
+
- model: Qwen/Qwen3-32B
|
34 |
+
- model: LLMcompe-Team-Watanabe/Qwen3-32B-sft-Deepmath-8k
|
35 |
+
parameters:
|
36 |
+
density: 0.53
|
37 |
+
weight: 0.3
|
38 |
+
- model: LLMcompe-Team-Watanabe/Qwen3-32B-openmathreasoning-sft
|
39 |
+
parameters:
|
40 |
+
density: 0.53
|
41 |
+
weight: 0.7
|
42 |
+
merge_method: dare_ties
|
43 |
+
base_model: Qwen/Qwen3-32B
|
44 |
+
parameters:
|
45 |
+
int8_mask: true
|
46 |
+
normalize: false
|
47 |
+
dtype: bfloat16
|
48 |
+
```
|
config.json
CHANGED
@@ -11,6 +11,72 @@
|
|
11 |
"hidden_size": 5120,
|
12 |
"initializer_range": 0.02,
|
13 |
"intermediate_size": 25600,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
14 |
"max_position_embeddings": 40960,
|
15 |
"max_window_layers": 64,
|
16 |
"model_type": "qwen3",
|
@@ -22,9 +88,9 @@
|
|
22 |
"rope_theta": 1000000,
|
23 |
"sliding_window": null,
|
24 |
"tie_word_embeddings": false,
|
25 |
-
"torch_dtype": "
|
26 |
-
"transformers_version": "4.
|
27 |
-
"use_cache":
|
28 |
"use_sliding_window": false,
|
29 |
"vocab_size": 151936
|
30 |
}
|
|
|
11 |
"hidden_size": 5120,
|
12 |
"initializer_range": 0.02,
|
13 |
"intermediate_size": 25600,
|
14 |
+
"layer_types": [
|
15 |
+
"full_attention",
|
16 |
+
"full_attention",
|
17 |
+
"full_attention",
|
18 |
+
"full_attention",
|
19 |
+
"full_attention",
|
20 |
+
"full_attention",
|
21 |
+
"full_attention",
|
22 |
+
"full_attention",
|
23 |
+
"full_attention",
|
24 |
+
"full_attention",
|
25 |
+
"full_attention",
|
26 |
+
"full_attention",
|
27 |
+
"full_attention",
|
28 |
+
"full_attention",
|
29 |
+
"full_attention",
|
30 |
+
"full_attention",
|
31 |
+
"full_attention",
|
32 |
+
"full_attention",
|
33 |
+
"full_attention",
|
34 |
+
"full_attention",
|
35 |
+
"full_attention",
|
36 |
+
"full_attention",
|
37 |
+
"full_attention",
|
38 |
+
"full_attention",
|
39 |
+
"full_attention",
|
40 |
+
"full_attention",
|
41 |
+
"full_attention",
|
42 |
+
"full_attention",
|
43 |
+
"full_attention",
|
44 |
+
"full_attention",
|
45 |
+
"full_attention",
|
46 |
+
"full_attention",
|
47 |
+
"full_attention",
|
48 |
+
"full_attention",
|
49 |
+
"full_attention",
|
50 |
+
"full_attention",
|
51 |
+
"full_attention",
|
52 |
+
"full_attention",
|
53 |
+
"full_attention",
|
54 |
+
"full_attention",
|
55 |
+
"full_attention",
|
56 |
+
"full_attention",
|
57 |
+
"full_attention",
|
58 |
+
"full_attention",
|
59 |
+
"full_attention",
|
60 |
+
"full_attention",
|
61 |
+
"full_attention",
|
62 |
+
"full_attention",
|
63 |
+
"full_attention",
|
64 |
+
"full_attention",
|
65 |
+
"full_attention",
|
66 |
+
"full_attention",
|
67 |
+
"full_attention",
|
68 |
+
"full_attention",
|
69 |
+
"full_attention",
|
70 |
+
"full_attention",
|
71 |
+
"full_attention",
|
72 |
+
"full_attention",
|
73 |
+
"full_attention",
|
74 |
+
"full_attention",
|
75 |
+
"full_attention",
|
76 |
+
"full_attention",
|
77 |
+
"full_attention",
|
78 |
+
"full_attention"
|
79 |
+
],
|
80 |
"max_position_embeddings": 40960,
|
81 |
"max_window_layers": 64,
|
82 |
"model_type": "qwen3",
|
|
|
88 |
"rope_theta": 1000000,
|
89 |
"sliding_window": null,
|
90 |
"tie_word_embeddings": false,
|
91 |
+
"torch_dtype": "bfloat16",
|
92 |
+
"transformers_version": "4.55.1",
|
93 |
+
"use_cache": true,
|
94 |
"use_sliding_window": false,
|
95 |
"vocab_size": 151936
|
96 |
}
|
mergekit_config.yml
ADDED
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
models:
|
2 |
+
- model: Qwen/Qwen3-32B
|
3 |
+
- model: LLMcompe-Team-Watanabe/Qwen3-32B-sft-Deepmath-8k
|
4 |
+
parameters:
|
5 |
+
density: 0.53
|
6 |
+
weight: 0.3
|
7 |
+
- model: LLMcompe-Team-Watanabe/Qwen3-32B-openmathreasoning-sft
|
8 |
+
parameters:
|
9 |
+
density: 0.53
|
10 |
+
weight: 0.7
|
11 |
+
merge_method: dare_ties
|
12 |
+
base_model: Qwen/Qwen3-32B
|
13 |
+
parameters:
|
14 |
+
int8_mask: true
|
15 |
+
normalize: false
|
16 |
+
dtype: bfloat16
|
model-00001-of-00014.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:f02e5c45e8a1da8ea5222447c2e2394f430c26f8106c3ff86dd16090fb6e0f92
|
3 |
+
size 4967673312
|
model-00002-of-00014.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:7a56c6a1a494b33442e0eb60189b66d5f89d038552becd8b350c293c7c27827d
|
3 |
+
size 4970372168
|
model-00003-of-00014.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:e559eaef8dc0e6a990140599cd05ec5fc8ce66f54328196c16e33c44f07f5b57
|
3 |
+
size 4875989744
|
model-00004-of-00014.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:8606e6def683c91cfdb8985549402d5accdc0ec95b6238ab1a6d565aa775d8b3
|
3 |
+
size 4875989736
|
model-00005-of-00014.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:988edf3943a736a43efad8364ff4932b1e57c2622f5378d04a5073ad75b81b61
|
3 |
+
size 4875989744
|
model-00006-of-00014.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:898d8f51ac42ba81f2b663112cefd08181882d931d73718f9f8366cfaef0521c
|
3 |
+
size 4875989736
|
model-00007-of-00014.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:befba4dd98109f16acb002f1ee108cc9daf9cc6fc693d739bf7d6962af563966
|
3 |
+
size 4875989744
|
model-00008-of-00014.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:279d74546e4c37b5c963dac97435bb1ea7875a59a205b9fa7a8125cdee2f36ae
|
3 |
+
size 4875989736
|
model-00009-of-00014.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:63ce0b032fdb81b248f0849be258ed68ec724414085c6c13c9d6b833d8afea6c
|
3 |
+
size 4875989744
|
model-00010-of-00014.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:e27c8e246391cf432e037b14e6cbd0ed995df85be14168004224c6ed30dabc41
|
3 |
+
size 4875989736
|
model-00011-of-00014.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:d87730f03f429d31f49eefd9b11e4fb8d0d59c272c328ab3d1f743b8332c88bf
|
3 |
+
size 4875989744
|
model-00012-of-00014.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:9289e60f8231f2ff39d00e8b358600f9baa48d5952050b78bd0e092641e9aec8
|
3 |
+
size 4875989736
|
model-00013-of-00014.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:28d9453738713a50fa02c3de8839290357fe8ba84934e6c881e2e9e04500d619
|
3 |
+
size 4875989736
|
model-00014-of-00014.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:762cd241341853c91b2e3f8fe97acef067e79c00c1ac8db8415e68fa9a30e5fc
|
3 |
+
size 1950395864
|
model.safetensors.index.json
CHANGED
The diff for this file is too large to render.
See raw diff
|
|
tokenizer_config.json
CHANGED
@@ -227,10 +227,10 @@
|
|
227 |
"<|video_pad|>"
|
228 |
],
|
229 |
"bos_token": null,
|
|
|
230 |
"clean_up_tokenization_spaces": false,
|
231 |
"eos_token": "<|im_end|>",
|
232 |
"errors": "replace",
|
233 |
-
"extra_special_tokens": {},
|
234 |
"model_max_length": 131072,
|
235 |
"pad_token": "<|endoftext|>",
|
236 |
"split_special_tokens": false,
|
|
|
227 |
"<|video_pad|>"
|
228 |
],
|
229 |
"bos_token": null,
|
230 |
+
"chat_template": "{%- if tools %}\n {{- '<|im_start|>system\\n' }}\n {%- if messages[0].role == 'system' %}\n {{- messages[0].content + '\\n\\n' }}\n {%- endif %}\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>\" }}\n {%- for tool in tools %}\n {{- \"\\n\" }}\n {{- tool | tojson }}\n {%- endfor %}\n {{- \"\\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\" }}\n{%- else %}\n {%- if messages[0].role == 'system' %}\n {{- '<|im_start|>system\\n' + messages[0].content + '<|im_end|>\\n' }}\n {%- endif %}\n{%- endif %}\n{%- set ns = namespace(multi_step_tool=true, last_query_index=messages|length - 1) %}\n{%- for message in messages[::-1] %}\n {%- set index = (messages|length - 1) - loop.index0 %}\n {%- if ns.multi_step_tool and message.role == \"user\" and message.content is string and not(message.content.startswith('<tool_response>') and message.content.endswith('</tool_response>')) %}\n {%- set ns.multi_step_tool = false %}\n {%- set ns.last_query_index = index %}\n {%- endif %}\n{%- endfor %}\n{%- for message in messages %}\n {%- if message.content is string %}\n {%- set content = message.content %}\n {%- else %}\n {%- set content = '' %}\n {%- endif %}\n {%- if (message.role == \"user\") or (message.role == \"system\" and not loop.first) %}\n {{- '<|im_start|>' + message.role + '\\n' + content + '<|im_end|>' + '\\n' }}\n {%- elif message.role == \"assistant\" %}\n {%- set reasoning_content = '' %}\n {%- if message.reasoning_content is string %}\n {%- set reasoning_content = message.reasoning_content %}\n {%- else %}\n {%- if '</think>' in content %}\n {%- set reasoning_content = content.split('</think>')[0].rstrip('\\n').split('<think>')[-1].lstrip('\\n') %}\n {%- set content = content.split('</think>')[-1].lstrip('\\n') %}\n {%- endif %}\n {%- endif %}\n {%- if loop.index0 > ns.last_query_index %}\n {%- if loop.last or (not loop.last and reasoning_content) %}\n {{- '<|im_start|>' + message.role + '\\n<think>\\n' + reasoning_content.strip('\\n') + '\\n</think>\\n\\n' + content.lstrip('\\n') }}\n {%- else %}\n {{- '<|im_start|>' + message.role + '\\n' + content }}\n {%- endif %}\n {%- else %}\n {{- '<|im_start|>' + message.role + '\\n' + content }}\n {%- endif %}\n {%- if message.tool_calls %}\n {%- for tool_call in message.tool_calls %}\n {%- if (loop.first and content) or (not loop.first) %}\n {{- '\\n' }}\n {%- endif %}\n {%- if tool_call.function %}\n {%- set tool_call = tool_call.function %}\n {%- endif %}\n {{- '<tool_call>\\n{\"name\": \"' }}\n {{- tool_call.name }}\n {{- '\", \"arguments\": ' }}\n {%- if tool_call.arguments is string %}\n {{- tool_call.arguments }}\n {%- else %}\n {{- tool_call.arguments | tojson }}\n {%- endif %}\n {{- '}\\n</tool_call>' }}\n {%- endfor %}\n {%- endif %}\n {{- '<|im_end|>\\n' }}\n {%- elif message.role == \"tool\" %}\n {%- if loop.first or (messages[loop.index0 - 1].role != \"tool\") %}\n {{- '<|im_start|>user' }}\n {%- endif %}\n {{- '\\n<tool_response>\\n' }}\n {{- content }}\n {{- '\\n</tool_response>' }}\n {%- if loop.last or (messages[loop.index0 + 1].role != \"tool\") %}\n {{- '<|im_end|>\\n' }}\n {%- endif %}\n {%- endif %}\n{%- endfor %}\n{%- if add_generation_prompt %}\n {{- '<|im_start|>assistant\\n' }}\n {%- if enable_thinking is defined and enable_thinking is false %}\n {{- '<think>\\n\\n</think>\\n\\n' }}\n {%- endif %}\n{%- endif %}",
|
231 |
"clean_up_tokenization_spaces": false,
|
232 |
"eos_token": "<|im_end|>",
|
233 |
"errors": "replace",
|
|
|
234 |
"model_max_length": 131072,
|
235 |
"pad_token": "<|endoftext|>",
|
236 |
"split_special_tokens": false,
|