seungrokj commited on
Commit
7349301
·
verified ·
1 Parent(s): 52e85ae

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 +1 -0
  2. added_tokens.json +28 -0
  3. chat_template.jinja +117 -0
  4. config.json +406 -0
  5. generation_config.json +13 -0
  6. merges.txt +0 -0
  7. model-00001-of-00055.safetensors +3 -0
  8. model-00002-of-00055.safetensors +3 -0
  9. model-00003-of-00055.safetensors +3 -0
  10. model-00004-of-00055.safetensors +3 -0
  11. model-00005-of-00055.safetensors +3 -0
  12. model-00006-of-00055.safetensors +3 -0
  13. model-00007-of-00055.safetensors +3 -0
  14. model-00008-of-00055.safetensors +3 -0
  15. model-00009-of-00055.safetensors +3 -0
  16. model-00010-of-00055.safetensors +3 -0
  17. model-00011-of-00055.safetensors +3 -0
  18. model-00012-of-00055.safetensors +3 -0
  19. model-00013-of-00055.safetensors +3 -0
  20. model-00014-of-00055.safetensors +3 -0
  21. model-00015-of-00055.safetensors +3 -0
  22. model-00016-of-00055.safetensors +3 -0
  23. model-00017-of-00055.safetensors +3 -0
  24. model-00018-of-00055.safetensors +3 -0
  25. model-00019-of-00055.safetensors +3 -0
  26. model-00020-of-00055.safetensors +3 -0
  27. model-00021-of-00055.safetensors +3 -0
  28. model-00022-of-00055.safetensors +3 -0
  29. model-00023-of-00055.safetensors +3 -0
  30. model-00024-of-00055.safetensors +3 -0
  31. model-00025-of-00055.safetensors +3 -0
  32. model-00026-of-00055.safetensors +3 -0
  33. model-00027-of-00055.safetensors +3 -0
  34. model-00028-of-00055.safetensors +3 -0
  35. model-00029-of-00055.safetensors +3 -0
  36. model-00030-of-00055.safetensors +3 -0
  37. model-00031-of-00055.safetensors +3 -0
  38. model-00032-of-00055.safetensors +3 -0
  39. model-00033-of-00055.safetensors +3 -0
  40. model-00034-of-00055.safetensors +3 -0
  41. model-00035-of-00055.safetensors +3 -0
  42. model-00036-of-00055.safetensors +3 -0
  43. model-00037-of-00055.safetensors +3 -0
  44. model-00038-of-00055.safetensors +3 -0
  45. model-00039-of-00055.safetensors +3 -0
  46. model-00040-of-00055.safetensors +3 -0
  47. model-00041-of-00055.safetensors +3 -0
  48. model-00042-of-00055.safetensors +3 -0
  49. model-00043-of-00055.safetensors +3 -0
  50. model-00044-of-00055.safetensors +3 -0
.gitattributes CHANGED
@@ -33,3 +33,4 @@ 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
+ tokenizer.json filter=lfs diff=lfs merge=lfs -text
added_tokens.json ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "</think>": 151668,
3
+ "</tool_call>": 151658,
4
+ "</tool_response>": 151666,
5
+ "<think>": 151667,
6
+ "<tool_call>": 151657,
7
+ "<tool_response>": 151665,
8
+ "<|box_end|>": 151649,
9
+ "<|box_start|>": 151648,
10
+ "<|endoftext|>": 151643,
11
+ "<|file_sep|>": 151664,
12
+ "<|fim_middle|>": 151660,
13
+ "<|fim_pad|>": 151662,
14
+ "<|fim_prefix|>": 151659,
15
+ "<|fim_suffix|>": 151661,
16
+ "<|im_end|>": 151645,
17
+ "<|im_start|>": 151644,
18
+ "<|image_pad|>": 151655,
19
+ "<|object_ref_end|>": 151647,
20
+ "<|object_ref_start|>": 151646,
21
+ "<|quad_end|>": 151651,
22
+ "<|quad_start|>": 151650,
23
+ "<|repo_name|>": 151663,
24
+ "<|video_pad|>": 151656,
25
+ "<|vision_end|>": 151653,
26
+ "<|vision_pad|>": 151654,
27
+ "<|vision_start|>": 151652
28
+ }
chat_template.jinja ADDED
@@ -0,0 +1,117 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {% macro render_extra_keys(json_dict, handled_keys) %}
2
+ {%- if json_dict is mapping %}
3
+ {%- for json_key in json_dict if json_key not in handled_keys %}
4
+ {%- if json_dict[json_key] is mapping or (json_dict[json_key] is sequence and json_dict[json_key] is not string) %}
5
+ {{- '\n<' ~ json_key ~ '>' ~ (json_dict[json_key] | tojson | safe) ~ '</' ~ json_key ~ '>' }}
6
+ {%- else %}
7
+ {{-'\n<' ~ json_key ~ '>' ~ (json_dict[json_key] | string) ~ '</' ~ json_key ~ '>' }}
8
+ {%- endif %}
9
+ {%- endfor %}
10
+ {%- endif %}
11
+ {% endmacro %}
12
+
13
+ {%- if messages[0]["role"] == "system" %}
14
+ {%- set system_message = messages[0]["content"] %}
15
+ {%- set loop_messages = messages[1:] %}
16
+ {%- else %}
17
+ {%- set loop_messages = messages %}
18
+ {%- endif %}
19
+
20
+ {%- if not tools is defined %}
21
+ {%- set tools = [] %}
22
+ {%- endif %}
23
+
24
+ {%- if system_message is defined %}
25
+ {{- "<|im_start|>system\n" + system_message }}
26
+ {%- else %}
27
+ {%- if tools is iterable and tools | length > 0 %}
28
+ {{- "<|im_start|>system\nYou are Qwen, a helpful AI assistant that can interact with a computer to solve tasks." }}
29
+ {%- endif %}
30
+ {%- endif %}
31
+ {%- if tools is iterable and tools | length > 0 %}
32
+ {{- "\n\n# Tools\n\nYou have access to the following functions:\n\n" }}
33
+ {{- "<tools>" }}
34
+ {%- for tool in tools %}
35
+ {%- if tool.function is defined %}
36
+ {%- set tool = tool.function %}
37
+ {%- endif %}
38
+ {{- "\n<function>\n<name>" ~ tool.name ~ "</name>" }}
39
+ {%- if tool.description is defined %}
40
+ {{- '\n<description>' ~ (tool.description | trim) ~ '</description>' }}
41
+ {%- endif %}
42
+ {{- '\n<parameters>' }}
43
+ {%- if tool.parameters is defined and tool.parameters is mapping and tool.parameters.properties is defined and tool.parameters.properties is mapping %}
44
+ {%- for param_name, param_fields in tool.parameters.properties|items %}
45
+ {{- '\n<parameter>' }}
46
+ {{- '\n<name>' ~ param_name ~ '</name>' }}
47
+ {%- if param_fields.type is defined %}
48
+ {{- '\n<type>' ~ (param_fields.type | string) ~ '</type>' }}
49
+ {%- endif %}
50
+ {%- if param_fields.description is defined %}
51
+ {{- '\n<description>' ~ (param_fields.description | trim) ~ '</description>' }}
52
+ {%- endif %}
53
+ {%- set handled_keys = ['name', 'type', 'description'] %}
54
+ {{- render_extra_keys(param_fields, handled_keys) }}
55
+ {{- '\n</parameter>' }}
56
+ {%- endfor %}
57
+ {%- endif %}
58
+ {% set handled_keys = ['type', 'properties'] %}
59
+ {{- render_extra_keys(tool.parameters, handled_keys) }}
60
+ {{- '\n</parameters>' }}
61
+ {%- set handled_keys = ['type', 'name', 'description', 'parameters'] %}
62
+ {{- render_extra_keys(tool, handled_keys) }}
63
+ {{- '\n</function>' }}
64
+ {%- endfor %}
65
+ {{- "\n</tools>" }}
66
+ {{- '\n\nIf you choose to call a function ONLY reply in the following format with NO suffix:\n\n<tool_call>\n<function=example_function_name>\n<parameter=example_parameter_1>\nvalue_1\n</parameter>\n<parameter=example_parameter_2>\nThis is the value for the second parameter\nthat can span\nmultiple lines\n</parameter>\n</function>\n</tool_call>\n\n<IMPORTANT>\nReminder:\n- Function calls MUST follow the specified format: an inner <function=...></function> block must be nested within <tool_call></tool_call> XML tags\n- Required parameters MUST be specified\n- You may provide optional reasoning for your function call in natural language BEFORE the function call, but NOT after\n- If there is no function call available, answer the question like normal with your current knowledge and do not tell the user about function calls\n</IMPORTANT>' }}
67
+ {%- endif %}
68
+ {%- if system_message is defined %}
69
+ {{- '<|im_end|>\n' }}
70
+ {%- else %}
71
+ {%- if tools is iterable and tools | length > 0 %}
72
+ {{- '<|im_end|>\n' }}
73
+ {%- endif %}
74
+ {%- endif %}
75
+ {%- for message in loop_messages %}
76
+ {%- if message.role == "assistant" and message.tool_calls is defined and message.tool_calls is iterable and message.tool_calls | length > 0 %}
77
+ {{- '<|im_start|>' + message.role }}
78
+ {%- if message.content is defined and message.content is string and message.content | trim | length > 0 %}
79
+ {{- '\n' + message.content | trim + '\n' }}
80
+ {%- endif %}
81
+ {%- for tool_call in message.tool_calls %}
82
+ {%- if tool_call.function is defined %}
83
+ {%- set tool_call = tool_call.function %}
84
+ {%- endif %}
85
+ {{- '\n<tool_call>\n<function=' + tool_call.name + '>\n' }}
86
+ {%- if tool_call.arguments is defined %}
87
+ {%- for args_name, args_value in tool_call.arguments|items %}
88
+ {{- '<parameter=' + args_name + '>\n' }}
89
+ {%- set args_value = args_value | tojson | safe if args_value is mapping or (args_value is sequence and args_value is not string) else args_value | string %}
90
+ {{- args_value }}
91
+ {{- '\n</parameter>\n' }}
92
+ {%- endfor %}
93
+ {%- endif %}
94
+ {{- '</function>\n</tool_call>' }}
95
+ {%- endfor %}
96
+ {{- '<|im_end|>\n' }}
97
+ {%- elif message.role == "user" or message.role == "system" or message.role == "assistant" %}
98
+ {{- '<|im_start|>' + message.role + '\n' + message.content + '<|im_end|>' + '\n' }}
99
+ {%- elif message.role == "tool" %}
100
+ {%- if loop.previtem and loop.previtem.role != "tool" %}
101
+ {{- '<|im_start|>user\n' }}
102
+ {%- endif %}
103
+ {{- '<tool_response>\n' }}
104
+ {{- message.content }}
105
+ {{- '\n</tool_response>\n' }}
106
+ {%- if not loop.last and loop.nextitem.role != "tool" %}
107
+ {{- '<|im_end|>\n' }}
108
+ {%- elif loop.last %}
109
+ {{- '<|im_end|>\n' }}
110
+ {%- endif %}
111
+ {%- else %}
112
+ {{- '<|im_start|>' + message.role + '\n' + message.content + '<|im_end|>\n' }}
113
+ {%- endif %}
114
+ {%- endfor %}
115
+ {%- if add_generation_prompt %}
116
+ {{- '<|im_start|>assistant\n' }}
117
+ {%- endif %}
config.json ADDED
@@ -0,0 +1,406 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "Qwen3MoeForCausalLM"
4
+ ],
5
+ "attention_bias": false,
6
+ "attention_dropout": 0.0,
7
+ "decoder_sparse_step": 1,
8
+ "dtype": "bfloat16",
9
+ "eos_token_id": 151645,
10
+ "head_dim": 128,
11
+ "hidden_act": "silu",
12
+ "hidden_size": 6144,
13
+ "initializer_range": 0.02,
14
+ "intermediate_size": 8192,
15
+ "max_position_embeddings": 262144,
16
+ "max_window_layers": 62,
17
+ "mlp_only_layers": [],
18
+ "model_type": "qwen3_moe",
19
+ "moe_intermediate_size": 2560,
20
+ "norm_topk_prob": true,
21
+ "num_attention_heads": 96,
22
+ "num_experts": 160,
23
+ "num_experts_per_tok": 8,
24
+ "num_hidden_layers": 62,
25
+ "num_key_value_heads": 8,
26
+ "output_router_logits": false,
27
+ "qkv_bias": false,
28
+ "quantization_config": {
29
+ "algo_config": null,
30
+ "exclude": [
31
+ "model.layers.0.self_attn.q_proj",
32
+ "model.layers.0.self_attn.k_proj",
33
+ "model.layers.0.self_attn.v_proj",
34
+ "model.layers.0.self_attn.o_proj",
35
+ "model.layers.0.mlp.gate",
36
+ "model.layers.1.self_attn.q_proj",
37
+ "model.layers.1.self_attn.k_proj",
38
+ "model.layers.1.self_attn.v_proj",
39
+ "model.layers.1.self_attn.o_proj",
40
+ "model.layers.1.mlp.gate",
41
+ "model.layers.2.self_attn.q_proj",
42
+ "model.layers.2.self_attn.k_proj",
43
+ "model.layers.2.self_attn.v_proj",
44
+ "model.layers.2.self_attn.o_proj",
45
+ "model.layers.2.mlp.gate",
46
+ "model.layers.3.self_attn.q_proj",
47
+ "model.layers.3.self_attn.k_proj",
48
+ "model.layers.3.self_attn.v_proj",
49
+ "model.layers.3.self_attn.o_proj",
50
+ "model.layers.3.mlp.gate",
51
+ "model.layers.4.self_attn.q_proj",
52
+ "model.layers.4.self_attn.k_proj",
53
+ "model.layers.4.self_attn.v_proj",
54
+ "model.layers.4.self_attn.o_proj",
55
+ "model.layers.4.mlp.gate",
56
+ "model.layers.5.self_attn.q_proj",
57
+ "model.layers.5.self_attn.k_proj",
58
+ "model.layers.5.self_attn.v_proj",
59
+ "model.layers.5.self_attn.o_proj",
60
+ "model.layers.5.mlp.gate",
61
+ "model.layers.6.self_attn.q_proj",
62
+ "model.layers.6.self_attn.k_proj",
63
+ "model.layers.6.self_attn.v_proj",
64
+ "model.layers.6.self_attn.o_proj",
65
+ "model.layers.6.mlp.gate",
66
+ "model.layers.7.self_attn.q_proj",
67
+ "model.layers.7.self_attn.k_proj",
68
+ "model.layers.7.self_attn.v_proj",
69
+ "model.layers.7.self_attn.o_proj",
70
+ "model.layers.7.mlp.gate",
71
+ "model.layers.8.self_attn.q_proj",
72
+ "model.layers.8.self_attn.k_proj",
73
+ "model.layers.8.self_attn.v_proj",
74
+ "model.layers.8.self_attn.o_proj",
75
+ "model.layers.8.mlp.gate",
76
+ "model.layers.9.self_attn.q_proj",
77
+ "model.layers.9.self_attn.k_proj",
78
+ "model.layers.9.self_attn.v_proj",
79
+ "model.layers.9.self_attn.o_proj",
80
+ "model.layers.9.mlp.gate",
81
+ "model.layers.10.self_attn.q_proj",
82
+ "model.layers.10.self_attn.k_proj",
83
+ "model.layers.10.self_attn.v_proj",
84
+ "model.layers.10.self_attn.o_proj",
85
+ "model.layers.10.mlp.gate",
86
+ "model.layers.11.self_attn.q_proj",
87
+ "model.layers.11.self_attn.k_proj",
88
+ "model.layers.11.self_attn.v_proj",
89
+ "model.layers.11.self_attn.o_proj",
90
+ "model.layers.11.mlp.gate",
91
+ "model.layers.12.self_attn.q_proj",
92
+ "model.layers.12.self_attn.k_proj",
93
+ "model.layers.12.self_attn.v_proj",
94
+ "model.layers.12.self_attn.o_proj",
95
+ "model.layers.12.mlp.gate",
96
+ "model.layers.13.self_attn.q_proj",
97
+ "model.layers.13.self_attn.k_proj",
98
+ "model.layers.13.self_attn.v_proj",
99
+ "model.layers.13.self_attn.o_proj",
100
+ "model.layers.13.mlp.gate",
101
+ "model.layers.14.self_attn.q_proj",
102
+ "model.layers.14.self_attn.k_proj",
103
+ "model.layers.14.self_attn.v_proj",
104
+ "model.layers.14.self_attn.o_proj",
105
+ "model.layers.14.mlp.gate",
106
+ "model.layers.15.self_attn.q_proj",
107
+ "model.layers.15.self_attn.k_proj",
108
+ "model.layers.15.self_attn.v_proj",
109
+ "model.layers.15.self_attn.o_proj",
110
+ "model.layers.15.mlp.gate",
111
+ "model.layers.16.self_attn.q_proj",
112
+ "model.layers.16.self_attn.k_proj",
113
+ "model.layers.16.self_attn.v_proj",
114
+ "model.layers.16.self_attn.o_proj",
115
+ "model.layers.16.mlp.gate",
116
+ "model.layers.17.self_attn.q_proj",
117
+ "model.layers.17.self_attn.k_proj",
118
+ "model.layers.17.self_attn.v_proj",
119
+ "model.layers.17.self_attn.o_proj",
120
+ "model.layers.17.mlp.gate",
121
+ "model.layers.18.self_attn.q_proj",
122
+ "model.layers.18.self_attn.k_proj",
123
+ "model.layers.18.self_attn.v_proj",
124
+ "model.layers.18.self_attn.o_proj",
125
+ "model.layers.18.mlp.gate",
126
+ "model.layers.19.self_attn.q_proj",
127
+ "model.layers.19.self_attn.k_proj",
128
+ "model.layers.19.self_attn.v_proj",
129
+ "model.layers.19.self_attn.o_proj",
130
+ "model.layers.19.mlp.gate",
131
+ "model.layers.20.self_attn.q_proj",
132
+ "model.layers.20.self_attn.k_proj",
133
+ "model.layers.20.self_attn.v_proj",
134
+ "model.layers.20.self_attn.o_proj",
135
+ "model.layers.20.mlp.gate",
136
+ "model.layers.21.self_attn.q_proj",
137
+ "model.layers.21.self_attn.k_proj",
138
+ "model.layers.21.self_attn.v_proj",
139
+ "model.layers.21.self_attn.o_proj",
140
+ "model.layers.21.mlp.gate",
141
+ "model.layers.22.self_attn.q_proj",
142
+ "model.layers.22.self_attn.k_proj",
143
+ "model.layers.22.self_attn.v_proj",
144
+ "model.layers.22.self_attn.o_proj",
145
+ "model.layers.22.mlp.gate",
146
+ "model.layers.23.self_attn.q_proj",
147
+ "model.layers.23.self_attn.k_proj",
148
+ "model.layers.23.self_attn.v_proj",
149
+ "model.layers.23.self_attn.o_proj",
150
+ "model.layers.23.mlp.gate",
151
+ "model.layers.24.self_attn.q_proj",
152
+ "model.layers.24.self_attn.k_proj",
153
+ "model.layers.24.self_attn.v_proj",
154
+ "model.layers.24.self_attn.o_proj",
155
+ "model.layers.24.mlp.gate",
156
+ "model.layers.25.self_attn.q_proj",
157
+ "model.layers.25.self_attn.k_proj",
158
+ "model.layers.25.self_attn.v_proj",
159
+ "model.layers.25.self_attn.o_proj",
160
+ "model.layers.25.mlp.gate",
161
+ "model.layers.26.self_attn.q_proj",
162
+ "model.layers.26.self_attn.k_proj",
163
+ "model.layers.26.self_attn.v_proj",
164
+ "model.layers.26.self_attn.o_proj",
165
+ "model.layers.26.mlp.gate",
166
+ "model.layers.27.self_attn.q_proj",
167
+ "model.layers.27.self_attn.k_proj",
168
+ "model.layers.27.self_attn.v_proj",
169
+ "model.layers.27.self_attn.o_proj",
170
+ "model.layers.27.mlp.gate",
171
+ "model.layers.28.self_attn.q_proj",
172
+ "model.layers.28.self_attn.k_proj",
173
+ "model.layers.28.self_attn.v_proj",
174
+ "model.layers.28.self_attn.o_proj",
175
+ "model.layers.28.mlp.gate",
176
+ "model.layers.29.self_attn.q_proj",
177
+ "model.layers.29.self_attn.k_proj",
178
+ "model.layers.29.self_attn.v_proj",
179
+ "model.layers.29.self_attn.o_proj",
180
+ "model.layers.29.mlp.gate",
181
+ "model.layers.30.self_attn.q_proj",
182
+ "model.layers.30.self_attn.k_proj",
183
+ "model.layers.30.self_attn.v_proj",
184
+ "model.layers.30.self_attn.o_proj",
185
+ "model.layers.30.mlp.gate",
186
+ "model.layers.31.self_attn.q_proj",
187
+ "model.layers.31.self_attn.k_proj",
188
+ "model.layers.31.self_attn.v_proj",
189
+ "model.layers.31.self_attn.o_proj",
190
+ "model.layers.31.mlp.gate",
191
+ "model.layers.32.self_attn.q_proj",
192
+ "model.layers.32.self_attn.k_proj",
193
+ "model.layers.32.self_attn.v_proj",
194
+ "model.layers.32.self_attn.o_proj",
195
+ "model.layers.32.mlp.gate",
196
+ "model.layers.33.self_attn.q_proj",
197
+ "model.layers.33.self_attn.k_proj",
198
+ "model.layers.33.self_attn.v_proj",
199
+ "model.layers.33.self_attn.o_proj",
200
+ "model.layers.33.mlp.gate",
201
+ "model.layers.34.self_attn.q_proj",
202
+ "model.layers.34.self_attn.k_proj",
203
+ "model.layers.34.self_attn.v_proj",
204
+ "model.layers.34.self_attn.o_proj",
205
+ "model.layers.34.mlp.gate",
206
+ "model.layers.35.self_attn.q_proj",
207
+ "model.layers.35.self_attn.k_proj",
208
+ "model.layers.35.self_attn.v_proj",
209
+ "model.layers.35.self_attn.o_proj",
210
+ "model.layers.35.mlp.gate",
211
+ "model.layers.36.self_attn.q_proj",
212
+ "model.layers.36.self_attn.k_proj",
213
+ "model.layers.36.self_attn.v_proj",
214
+ "model.layers.36.self_attn.o_proj",
215
+ "model.layers.36.mlp.gate",
216
+ "model.layers.37.self_attn.q_proj",
217
+ "model.layers.37.self_attn.k_proj",
218
+ "model.layers.37.self_attn.v_proj",
219
+ "model.layers.37.self_attn.o_proj",
220
+ "model.layers.37.mlp.gate",
221
+ "model.layers.38.self_attn.q_proj",
222
+ "model.layers.38.self_attn.k_proj",
223
+ "model.layers.38.self_attn.v_proj",
224
+ "model.layers.38.self_attn.o_proj",
225
+ "model.layers.38.mlp.gate",
226
+ "model.layers.39.self_attn.q_proj",
227
+ "model.layers.39.self_attn.k_proj",
228
+ "model.layers.39.self_attn.v_proj",
229
+ "model.layers.39.self_attn.o_proj",
230
+ "model.layers.39.mlp.gate",
231
+ "model.layers.40.self_attn.q_proj",
232
+ "model.layers.40.self_attn.k_proj",
233
+ "model.layers.40.self_attn.v_proj",
234
+ "model.layers.40.self_attn.o_proj",
235
+ "model.layers.40.mlp.gate",
236
+ "model.layers.41.self_attn.q_proj",
237
+ "model.layers.41.self_attn.k_proj",
238
+ "model.layers.41.self_attn.v_proj",
239
+ "model.layers.41.self_attn.o_proj",
240
+ "model.layers.41.mlp.gate",
241
+ "model.layers.42.self_attn.q_proj",
242
+ "model.layers.42.self_attn.k_proj",
243
+ "model.layers.42.self_attn.v_proj",
244
+ "model.layers.42.self_attn.o_proj",
245
+ "model.layers.42.mlp.gate",
246
+ "model.layers.43.self_attn.q_proj",
247
+ "model.layers.43.self_attn.k_proj",
248
+ "model.layers.43.self_attn.v_proj",
249
+ "model.layers.43.self_attn.o_proj",
250
+ "model.layers.43.mlp.gate",
251
+ "model.layers.44.self_attn.q_proj",
252
+ "model.layers.44.self_attn.k_proj",
253
+ "model.layers.44.self_attn.v_proj",
254
+ "model.layers.44.self_attn.o_proj",
255
+ "model.layers.44.mlp.gate",
256
+ "model.layers.45.self_attn.q_proj",
257
+ "model.layers.45.self_attn.k_proj",
258
+ "model.layers.45.self_attn.v_proj",
259
+ "model.layers.45.self_attn.o_proj",
260
+ "model.layers.45.mlp.gate",
261
+ "model.layers.46.self_attn.q_proj",
262
+ "model.layers.46.self_attn.k_proj",
263
+ "model.layers.46.self_attn.v_proj",
264
+ "model.layers.46.self_attn.o_proj",
265
+ "model.layers.46.mlp.gate",
266
+ "model.layers.47.self_attn.q_proj",
267
+ "model.layers.47.self_attn.k_proj",
268
+ "model.layers.47.self_attn.v_proj",
269
+ "model.layers.47.self_attn.o_proj",
270
+ "model.layers.47.mlp.gate",
271
+ "model.layers.48.self_attn.q_proj",
272
+ "model.layers.48.self_attn.k_proj",
273
+ "model.layers.48.self_attn.v_proj",
274
+ "model.layers.48.self_attn.o_proj",
275
+ "model.layers.48.mlp.gate",
276
+ "model.layers.49.self_attn.q_proj",
277
+ "model.layers.49.self_attn.k_proj",
278
+ "model.layers.49.self_attn.v_proj",
279
+ "model.layers.49.self_attn.o_proj",
280
+ "model.layers.49.mlp.gate",
281
+ "model.layers.50.self_attn.q_proj",
282
+ "model.layers.50.self_attn.k_proj",
283
+ "model.layers.50.self_attn.v_proj",
284
+ "model.layers.50.self_attn.o_proj",
285
+ "model.layers.50.mlp.gate",
286
+ "model.layers.51.self_attn.q_proj",
287
+ "model.layers.51.self_attn.k_proj",
288
+ "model.layers.51.self_attn.v_proj",
289
+ "model.layers.51.self_attn.o_proj",
290
+ "model.layers.51.mlp.gate",
291
+ "model.layers.52.self_attn.q_proj",
292
+ "model.layers.52.self_attn.k_proj",
293
+ "model.layers.52.self_attn.v_proj",
294
+ "model.layers.52.self_attn.o_proj",
295
+ "model.layers.52.mlp.gate",
296
+ "model.layers.53.self_attn.q_proj",
297
+ "model.layers.53.self_attn.k_proj",
298
+ "model.layers.53.self_attn.v_proj",
299
+ "model.layers.53.self_attn.o_proj",
300
+ "model.layers.53.mlp.gate",
301
+ "model.layers.54.self_attn.q_proj",
302
+ "model.layers.54.self_attn.k_proj",
303
+ "model.layers.54.self_attn.v_proj",
304
+ "model.layers.54.self_attn.o_proj",
305
+ "model.layers.54.mlp.gate",
306
+ "model.layers.55.self_attn.q_proj",
307
+ "model.layers.55.self_attn.k_proj",
308
+ "model.layers.55.self_attn.v_proj",
309
+ "model.layers.55.self_attn.o_proj",
310
+ "model.layers.55.mlp.gate",
311
+ "model.layers.56.self_attn.q_proj",
312
+ "model.layers.56.self_attn.k_proj",
313
+ "model.layers.56.self_attn.v_proj",
314
+ "model.layers.56.self_attn.o_proj",
315
+ "model.layers.56.mlp.gate",
316
+ "model.layers.57.self_attn.q_proj",
317
+ "model.layers.57.self_attn.k_proj",
318
+ "model.layers.57.self_attn.v_proj",
319
+ "model.layers.57.self_attn.o_proj",
320
+ "model.layers.57.mlp.gate",
321
+ "model.layers.58.self_attn.q_proj",
322
+ "model.layers.58.self_attn.k_proj",
323
+ "model.layers.58.self_attn.v_proj",
324
+ "model.layers.58.self_attn.o_proj",
325
+ "model.layers.58.mlp.gate",
326
+ "model.layers.59.self_attn.q_proj",
327
+ "model.layers.59.self_attn.k_proj",
328
+ "model.layers.59.self_attn.v_proj",
329
+ "model.layers.59.self_attn.o_proj",
330
+ "model.layers.59.mlp.gate",
331
+ "model.layers.60.self_attn.q_proj",
332
+ "model.layers.60.self_attn.k_proj",
333
+ "model.layers.60.self_attn.v_proj",
334
+ "model.layers.60.self_attn.o_proj",
335
+ "model.layers.60.mlp.gate",
336
+ "model.layers.61.self_attn.q_proj",
337
+ "model.layers.61.self_attn.k_proj",
338
+ "model.layers.61.self_attn.v_proj",
339
+ "model.layers.61.self_attn.o_proj",
340
+ "model.layers.61.mlp.gate",
341
+ "lm_head"
342
+ ],
343
+ "export": {
344
+ "kv_cache_group": [],
345
+ "min_kv_scale": 0.0,
346
+ "pack_method": "reorder",
347
+ "weight_format": "real_quantized",
348
+ "weight_merge_groups": null
349
+ },
350
+ "global_quant_config": {
351
+ "bias": null,
352
+ "input_tensors": {
353
+ "ch_axis": -1,
354
+ "dtype": "fp4",
355
+ "group_size": 32,
356
+ "is_dynamic": true,
357
+ "is_scale_quant": false,
358
+ "mx_element_dtype": null,
359
+ "observer_cls": "PerBlockMXObserver",
360
+ "qscheme": "per_group",
361
+ "round_method": "half_even",
362
+ "scale_calculation_mode": "even",
363
+ "scale_format": "e8m0",
364
+ "scale_type": "float",
365
+ "symmetric": null
366
+ },
367
+ "output_tensors": null,
368
+ "target_device": null,
369
+ "weight": {
370
+ "ch_axis": -1,
371
+ "dtype": "fp4",
372
+ "group_size": 32,
373
+ "is_dynamic": false,
374
+ "is_scale_quant": false,
375
+ "mx_element_dtype": null,
376
+ "observer_cls": "PerBlockMXObserver",
377
+ "qscheme": "per_group",
378
+ "round_method": "half_even",
379
+ "scale_calculation_mode": "even",
380
+ "scale_format": "e8m0",
381
+ "scale_type": "float",
382
+ "symmetric": null
383
+ }
384
+ },
385
+ "kv_cache_post_rope": false,
386
+ "kv_cache_quant_config": {},
387
+ "layer_quant_config": {},
388
+ "layer_type_quant_config": {},
389
+ "quant_method": "quark",
390
+ "quant_mode": "eager_mode",
391
+ "softmax_quant_spec": null,
392
+ "version": "0.11"
393
+ },
394
+ "rms_norm_eps": 1e-06,
395
+ "rope_scaling": null,
396
+ "rope_theta": 10000000,
397
+ "router_aux_loss_coef": 0.0,
398
+ "shared_expert_intermediate_size": 0,
399
+ "sliding_window": null,
400
+ "tie_word_embeddings": false,
401
+ "transformers_version": "4.57.6",
402
+ "use_cache": true,
403
+ "use_qk_norm": true,
404
+ "use_sliding_window": false,
405
+ "vocab_size": 151936
406
+ }
generation_config.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "do_sample": true,
3
+ "eos_token_id": [
4
+ 151645,
5
+ 151643
6
+ ],
7
+ "pad_token_id": 151643,
8
+ "repetition_penalty": 1.05,
9
+ "temperature": 0.7,
10
+ "top_k": 20,
11
+ "top_p": 0.8,
12
+ "transformers_version": "4.57.6"
13
+ }
merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
model-00001-of-00055.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f7ede4a1a7b0c2c9b43669a0d841aea41cf4c3f0b0a0ca9f56c7e8ac8eb8ea62
3
+ size 4995402752
model-00002-of-00055.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ad2c9704e83753bfc2647e4e4a88fff557a4e5a09a34de10d54c024653fa2787
3
+ size 4999710328
model-00003-of-00055.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fbadebaf4241e8f81e6f4aa7363909b8afa73264de6b3ffb04b9291113068dfb
3
+ size 4892089224
model-00004-of-00055.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2447808d6595dcff886db6fabe11ad0ec578f68dd3e1f3bd5991094a6013ec3c
3
+ size 4995081440
model-00005-of-00055.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c6d722eae19ccce569c491e2bf76439f1f223a50b88aa68243cad68056458e69
3
+ size 4999710176
model-00006-of-00055.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b4fed722599753f0b061bb00ead24a2b694b6308ab4a634d50fa0737bc923eb2
3
+ size 4992337376
model-00007-of-00055.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:94a550720cbc88e0f639bf60656ce1c1e35234477dcd40bea7a816bb7e015e73
3
+ size 4999710168
model-00008-of-00055.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fba95a610756bdb6b3f232ac30e51a38a8aaa26b3d5b1a51465ee5902729f3f5
3
+ size 4992337480
model-00009-of-00055.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b445f9a1ea3785419f9b85db9398e996baeb3887c9f2442ab009ca7522c780db
3
+ size 4999710328
model-00010-of-00055.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:321ca53c2ef6c0ad079d316e552a3763ff0462b6074b279e25f4b34565eaa31d
3
+ size 4917841768
model-00011-of-00055.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9cd2df45c9726824460c291643ce698202bd332cabe40fa828b6b40362ab57eb
3
+ size 4994399208
model-00012-of-00055.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:52ce8cdeab1004d2eeb4ab2b22d2a5e9134c1694caad4c03ae06c60162548efe
3
+ size 4999711296
model-00013-of-00055.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:deb58f4121f9aed36f2352d96e8b4de65c5793f10fb24482f6287a843fb0ade7
3
+ size 4992338504
model-00014-of-00055.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:16a3fc7e62a06cdde5ba09a57a53c79f36241e550c50adff3174d1d9d0ad8ac7
3
+ size 4999711296
model-00015-of-00055.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4ef909f9543a96f0ef848e76c2620c6f3acc0093fd33518db92726da274ecbf2
3
+ size 4992338648
model-00016-of-00055.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1232432d32f06e04bc99231b7f24244e7abdd00aa12b5f89a21597c75a7c1195
3
+ size 4999711456
model-00017-of-00055.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:23c3ad8dfa60624a79f6b893794045fc54d82ce597534d8fad78a3c4d8e1b46d
3
+ size 4995599016
model-00018-of-00055.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:05f15d816f93353180f5eb68f83b2caa00cbedfdb514596b1261b8dbb5585737
3
+ size 4999711264
model-00019-of-00055.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2902bfee362daadf9f8b616c2e263e431f5ab10f3db2d5c695c5f8caf3c69aec
3
+ size 4992338504
model-00020-of-00055.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:04671c3e1d0b166b9537ba2e66ebb3d7862edcfc8ce36926523e2f864b8650c5
3
+ size 4999711296
model-00021-of-00055.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:20099d547869326f244bef3685ea59d663eabb9e007b1a2be707f16cf473ff45
3
+ size 4992338552
model-00022-of-00055.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:06b1572eefee160b25f9724136270f1d9d446ee71d50946a7d00a4ad61043860
3
+ size 4999711456
model-00023-of-00055.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:48aee7674434815a0be210fe3b831ad5e6445d17714ba6479f795fc8ccc295b8
3
+ size 4967295168
model-00024-of-00055.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7b31f5dbaa0211d868ec1b82bbf17e616a92a535bad994822a4f819fc2d0bab8
3
+ size 4995082496
model-00025-of-00055.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:819c1587209810cf5ecc3f8bd4f2442594473938478ae152b09c3577627e46b5
3
+ size 4999711296
model-00026-of-00055.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1a2a70f9019c23affc8fecf78142ac90e597cf80038e26c6d0e4f6de74dda454
3
+ size 4992338504
model-00027-of-00055.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:91be7ab3c4073c67f7eaf1b4002867915f053ea097f05b179e184b1dd9ade63c
3
+ size 4999711296
model-00028-of-00055.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:13aa233e8e4d23dd4668b9144dca941f8e3d1e08b0be2c3771813be197b2a4dc
3
+ size 4992338608
model-00029-of-00055.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:24a18858589284b7095eb274e2dd32ad465ed7f8f0029185046445d76c11038d
3
+ size 4999711456
model-00030-of-00055.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e43ad3da0bc8a5db71cda8511a1fd59fb9e963e9f6150104243b07d86b2bfef5
3
+ size 4917841848
model-00031-of-00055.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:06c91215d418d75d9c016e2879c712efaf52ae810f59fa8e6cf3247ebba66a76
3
+ size 4994399208
model-00032-of-00055.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9b8c58b4af38e6b28b668a05b554fbfe7502ce01acfc23c39fce4adcb6100ab5
3
+ size 4999711296
model-00033-of-00055.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8506e748702fc530b22beb0de9644a9bd0a5b07cd8549d3373380a03c1297605
3
+ size 4992338504
model-00034-of-00055.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a1f14b0c0e20a391586a6c22d28fbff8ed97111d9e8054898addc0f4fed1ab77
3
+ size 4999711296
model-00035-of-00055.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:60b7a12956e21f8f652c2265269bbebf2f99d123f086ac384e9673c2f56e6b0f
3
+ size 4992338648
model-00036-of-00055.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c7d4213701aefaebf78c4c3db81c6f4b120767e965965b3d449a783e9c80a5d3
3
+ size 4999711456
model-00037-of-00055.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:36215cc22be93fb719a275cfc6c1be3c0923749e58b7d8d2fb9a0ef26d8ac3d0
3
+ size 4995599016
model-00038-of-00055.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:96795821a9b2e55ea34602c12dfbb040fdbbb9d313e584674731eb343b450c39
3
+ size 4999711264
model-00039-of-00055.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:60c22987664f9b539c145062e10c239a6afd2827a340c36b241b82e1abb4a752
3
+ size 4992338504
model-00040-of-00055.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4c187fe8a03db1f113a4e3d06165b73ccd2056973c8b9e5ecd3a6b415f9cf611
3
+ size 4999711296
model-00041-of-00055.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c4c8226b7b9092c75d708f1319becc5ce98bdaf5f3a3b78f2e72b20f7e25beac
3
+ size 4992338552
model-00042-of-00055.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:62cab44099619e02374346ce2981e501f9b840759f796c6491dff8d3762e1594
3
+ size 4999711456
model-00043-of-00055.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:80db4ea21ec13243fc1f7f5aa49df226c6caca4ea2838e6b60a42d772383d4c5
3
+ size 4967295168
model-00044-of-00055.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f7e44f986304b3a7ae3b43e29c6aebacf80f68e61c840dafd46570700390eb83
3
+ size 4995082496