Upload folder using huggingface_hub
Browse files- README.md +3 -3
- config.json +5 -10
- mergekit_config.yml +1 -1
- model-00001-of-00014.safetensors +1 -1
- model-00002-of-00014.safetensors +1 -1
- model-00003-of-00014.safetensors +1 -1
- model-00004-of-00014.safetensors +1 -1
- model-00005-of-00014.safetensors +1 -1
- model-00006-of-00014.safetensors +1 -1
- model-00007-of-00014.safetensors +1 -1
- model-00008-of-00014.safetensors +1 -1
- model-00009-of-00014.safetensors +1 -1
- model-00010-of-00014.safetensors +1 -1
- model-00011-of-00014.safetensors +1 -1
- model-00012-of-00014.safetensors +1 -1
- model-00013-of-00014.safetensors +1 -1
- model-00014-of-00014.safetensors +1 -1
- tokenizer.json +2 -2
- tokenizer_config.json +3 -4
README.md
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
---
|
2 |
base_model:
|
|
|
3 |
- all-hands/openhands-lm-32b-v0.1-ep3
|
4 |
-
- all-hands/openhands-lm-32b-v0.1
|
5 |
library_name: transformers
|
6 |
tags:
|
7 |
- mergekit
|
@@ -20,8 +20,8 @@ This model was merged using the [Linear](https://arxiv.org/abs/2203.05482) merge
|
|
20 |
### Models Merged
|
21 |
|
22 |
The following models were included in the merge:
|
|
|
23 |
* [all-hands/openhands-lm-32b-v0.1-ep3](https://huggingface.co/all-hands/openhands-lm-32b-v0.1-ep3)
|
24 |
-
* [all-hands/openhands-lm-32b-v0.1](https://huggingface.co/all-hands/openhands-lm-32b-v0.1)
|
25 |
|
26 |
### Configuration
|
27 |
|
@@ -29,7 +29,7 @@ The following YAML configuration was used to produce this model:
|
|
29 |
|
30 |
```yaml
|
31 |
models:
|
32 |
-
- model:
|
33 |
parameters:
|
34 |
weight: 0.5
|
35 |
- model: all-hands/openhands-lm-32b-v0.1-ep3
|
|
|
1 |
---
|
2 |
base_model:
|
3 |
+
- Qwen/Qwen2.5-32B
|
4 |
- all-hands/openhands-lm-32b-v0.1-ep3
|
|
|
5 |
library_name: transformers
|
6 |
tags:
|
7 |
- mergekit
|
|
|
20 |
### Models Merged
|
21 |
|
22 |
The following models were included in the merge:
|
23 |
+
* [Qwen/Qwen2.5-32B](https://huggingface.co/Qwen/Qwen2.5-32B)
|
24 |
* [all-hands/openhands-lm-32b-v0.1-ep3](https://huggingface.co/all-hands/openhands-lm-32b-v0.1-ep3)
|
|
|
25 |
|
26 |
### Configuration
|
27 |
|
|
|
29 |
|
30 |
```yaml
|
31 |
models:
|
32 |
+
- model: Qwen/Qwen2.5-32B
|
33 |
parameters:
|
34 |
weight: 0.5
|
35 |
- model: all-hands/openhands-lm-32b-v0.1-ep3
|
config.json
CHANGED
@@ -4,26 +4,21 @@
|
|
4 |
],
|
5 |
"attention_dropout": 0.0,
|
6 |
"bos_token_id": 151643,
|
7 |
-
"eos_token_id":
|
8 |
"hidden_act": "silu",
|
9 |
"hidden_size": 5120,
|
10 |
"initializer_range": 0.02,
|
11 |
"intermediate_size": 27648,
|
12 |
-
"max_position_embeddings":
|
13 |
"max_window_layers": 64,
|
14 |
"model_type": "qwen2",
|
15 |
"num_attention_heads": 40,
|
16 |
"num_hidden_layers": 64,
|
17 |
"num_key_value_heads": 8,
|
18 |
-
"rms_norm_eps": 1e-
|
19 |
-
"rope_scaling":
|
20 |
-
"factor": 4.0,
|
21 |
-
"original_max_position_embeddings": 32768,
|
22 |
-
"rope_type": "yarn",
|
23 |
-
"type": "yarn"
|
24 |
-
},
|
25 |
"rope_theta": 1000000.0,
|
26 |
-
"sliding_window":
|
27 |
"tie_word_embeddings": false,
|
28 |
"torch_dtype": "float16",
|
29 |
"transformers_version": "4.51.3",
|
|
|
4 |
],
|
5 |
"attention_dropout": 0.0,
|
6 |
"bos_token_id": 151643,
|
7 |
+
"eos_token_id": 151643,
|
8 |
"hidden_act": "silu",
|
9 |
"hidden_size": 5120,
|
10 |
"initializer_range": 0.02,
|
11 |
"intermediate_size": 27648,
|
12 |
+
"max_position_embeddings": 131072,
|
13 |
"max_window_layers": 64,
|
14 |
"model_type": "qwen2",
|
15 |
"num_attention_heads": 40,
|
16 |
"num_hidden_layers": 64,
|
17 |
"num_key_value_heads": 8,
|
18 |
+
"rms_norm_eps": 1e-05,
|
19 |
+
"rope_scaling": null,
|
|
|
|
|
|
|
|
|
|
|
20 |
"rope_theta": 1000000.0,
|
21 |
+
"sliding_window": 131072,
|
22 |
"tie_word_embeddings": false,
|
23 |
"torch_dtype": "float16",
|
24 |
"transformers_version": "4.51.3",
|
mergekit_config.yml
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
models:
|
2 |
-
- model:
|
3 |
parameters:
|
4 |
weight: 0.5
|
5 |
- model: all-hands/openhands-lm-32b-v0.1-ep3
|
|
|
1 |
models:
|
2 |
+
- model: Qwen/Qwen2.5-32B
|
3 |
parameters:
|
4 |
weight: 0.5
|
5 |
- model: all-hands/openhands-lm-32b-v0.1-ep3
|
model-00001-of-00014.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4949338448
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bdcb8fec1ad752cfc5c014de1aca81806c4c81ca78f601cf830b53347c0ee930
|
3 |
size 4949338448
|
model-00002-of-00014.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4991425912
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:310307da753ff2bde6ba596b36e52b1924c8aab465a582bb327b2603ee6b696e
|
3 |
size 4991425912
|
model-00003-of-00014.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4876059352
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:da341dce65ea16f8dc0298551f1d6dfae96e6041fa1c4bb063bae9f977823a1f
|
3 |
size 4876059352
|
model-00004-of-00014.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4876059336
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dffe4920b3e360de52c33a4e84f56c9cf4b11dba6aa34d364d154bca3988762b
|
3 |
size 4876059336
|
model-00005-of-00014.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4876059352
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0b8dcea11dcb72757b3573c9e0b00d8dc0c4462443ab8250a4319227b0140413
|
3 |
size 4876059352
|
model-00006-of-00014.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4876059336
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c17458462aadb2391b0fdf6f0724e02b5d5be98d35c5de3e4cf7b016837994eb
|
3 |
size 4876059336
|
model-00007-of-00014.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4876059352
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:43f797e2b003021e8faa6625f417d7fa0c6e1d3379bc6e63a4c0ac2b04cac482
|
3 |
size 4876059352
|
model-00008-of-00014.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4876059336
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:db649e9ed12de9ad8bb4798ecf4732f5ed73dc93045cecdf21c3144c8d2e893f
|
3 |
size 4876059336
|
model-00009-of-00014.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4876059352
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e2f67b1a1c52257dbc3c62e0222cf9fcb9a80fefc84b4a707cee461708b0e36a
|
3 |
size 4876059352
|
model-00010-of-00014.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4876059336
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:517449e6bd4a462062e47d0c395bb55801a37130ba241b883ea2a2e70e3e3814
|
3 |
size 4876059336
|
model-00011-of-00014.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4876059352
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:699dc612b7a8575049ae378b264f5dc899001305b58c4d8858ca8949183c7b3d
|
3 |
size 4876059352
|
model-00012-of-00014.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4876059336
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:393a5f5c7d3a3883c6d99ecf8e194b69019ff8e91ad472a0cc754a87a85fb978
|
3 |
size 4876059336
|
model-00013-of-00014.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4876059336
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ffa7b11a1426177118787b0d623be21fe902c2b21300338ae8a043bf6d143b8d
|
3 |
size 4876059336
|
model-00014-of-00014.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 1950423704
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:aedb206d1fad0b9a7928f286e04d6f45f3bb3f8f1772394871361d721fbf7b6d
|
3 |
size 1950423704
|
tokenizer.json
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:c0382117ea329cdf097041132f6d735924b697924d6f6fc3945713e96ce87539
|
3 |
+
size 7031645
|
tokenizer_config.json
CHANGED
@@ -195,14 +195,13 @@
|
|
195 |
"<|video_pad|>"
|
196 |
],
|
197 |
"bos_token": null,
|
198 |
-
"chat_template": "{%- if tools %}\n {{- '<|im_start|>system\\n' }}\n {%- if messages[0]['role'] == 'system' %}\n {{- messages[0]['content'] }}\n {%- else %}\n {{- 'You are
|
199 |
"clean_up_tokenization_spaces": false,
|
200 |
-
"eos_token": "<|
|
201 |
"errors": "replace",
|
202 |
-
"extra_special_tokens": {},
|
203 |
"model_max_length": 131072,
|
204 |
"pad_token": "<|endoftext|>",
|
205 |
"split_special_tokens": false,
|
206 |
"tokenizer_class": "Qwen2Tokenizer",
|
207 |
"unk_token": null
|
208 |
-
}
|
|
|
195 |
"<|video_pad|>"
|
196 |
],
|
197 |
"bos_token": null,
|
198 |
+
"chat_template": "{%- if tools %}\n {{- '<|im_start|>system\\n' }}\n {%- if messages[0]['role'] == 'system' %}\n {{- messages[0]['content'] }}\n {%- else %}\n {{- 'You are a helpful assistant.' }}\n {%- endif %}\n {{- \"\\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>\" }}\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 {%- else %}\n {{- '<|im_start|>system\\nYou are a helpful assistant.<|im_end|>\\n' }}\n {%- endif %}\n{%- endif %}\n{%- for message in messages %}\n {%- if (message.role == \"user\") or (message.role == \"system\" and not loop.first) or (message.role == \"assistant\" and not message.tool_calls) %}\n {{- '<|im_start|>' + message.role + '\\n' + message.content + '<|im_end|>' + '\\n' }}\n {%- elif message.role == \"assistant\" %}\n {{- '<|im_start|>' + message.role }}\n {%- if message.content %}\n {{- '\\n' + message.content }}\n {%- endif %}\n {%- for tool_call in message.tool_calls %}\n {%- if tool_call.function is defined %}\n {%- set tool_call = tool_call.function %}\n {%- endif %}\n {{- '\\n<tool_call>\\n{\"name\": \"' }}\n {{- tool_call.name }}\n {{- '\", \"arguments\": ' }}\n {{- tool_call.arguments | tojson }}\n {{- '}\\n</tool_call>' }}\n {%- endfor %}\n {{- '<|im_end|>\\n' }}\n {%- elif message.role == \"tool\" %}\n {%- if (loop.index0 == 0) or (messages[loop.index0 - 1].role != \"tool\") %}\n {{- '<|im_start|>user' }}\n {%- endif %}\n {{- '\\n<tool_response>\\n' }}\n {{- message.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{%- endif %}\n",
|
199 |
"clean_up_tokenization_spaces": false,
|
200 |
+
"eos_token": "<|endoftext|>",
|
201 |
"errors": "replace",
|
|
|
202 |
"model_max_length": 131072,
|
203 |
"pad_token": "<|endoftext|>",
|
204 |
"split_special_tokens": false,
|
205 |
"tokenizer_class": "Qwen2Tokenizer",
|
206 |
"unk_token": null
|
207 |
+
}
|