abab112 commited on
Commit
54ef752
·
verified ·
1 Parent(s): 1433201

Add files using upload-large-folder tool

Browse files
.gitattributes CHANGED
@@ -5,6 +5,7 @@
5
  *.ckpt filter=lfs diff=lfs merge=lfs -text
6
  *.ftz filter=lfs diff=lfs merge=lfs -text
7
  *.gz filter=lfs diff=lfs merge=lfs -text
 
8
  *.h5 filter=lfs diff=lfs merge=lfs -text
9
  *.joblib filter=lfs diff=lfs merge=lfs -text
10
  *.lfs.* filter=lfs diff=lfs merge=lfs -text
@@ -33,3 +34,5 @@ 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
 
 
 
5
  *.ckpt filter=lfs diff=lfs merge=lfs -text
6
  *.ftz filter=lfs diff=lfs merge=lfs -text
7
  *.gz filter=lfs diff=lfs merge=lfs -text
8
+ *.gguf filter=lfs diff=lfs merge=lfs -text
9
  *.h5 filter=lfs diff=lfs merge=lfs -text
10
  *.joblib filter=lfs diff=lfs merge=lfs -text
11
  *.lfs.* filter=lfs diff=lfs merge=lfs -text
 
34
  *.zip filter=lfs diff=lfs merge=lfs -text
35
  *.zst filter=lfs diff=lfs merge=lfs -text
36
  *tfevents* filter=lfs diff=lfs merge=lfs -text
37
+ assets/paper-figure-openmle-framework.png filter=lfs diff=lfs merge=lfs -text
38
+ assets/paper-figure-main-results.png filter=lfs diff=lfs merge=lfs -text
LICENSE ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Creative Commons Attribution-NonCommercial 4.0 International
2
+ CC BY-NC 4.0
3
+
4
+ Copyright (c) 2026 Frontis AI and the OpenMLE contributors.
5
+
6
+ Except for third-party material identified in NOTICE, the Frontis-MA1 model weights, configuration changes, and documentation distributed in this repository are licensed under the Creative Commons Attribution-NonCommercial 4.0 International Public License.
7
+
8
+ You may share and adapt the licensed material provided that you:
9
+
10
+ 1. give appropriate credit, provide a link to the license, and indicate if changes were made; and
11
+ 2. do not use the licensed material for commercial purposes.
12
+
13
+ The canonical license and full legal code are available at:
14
+
15
+ https://creativecommons.org/licenses/by-nc/4.0/
16
+ https://creativecommons.org/licenses/by-nc/4.0/legalcode
17
+
18
+ SPDX-License-Identifier: CC-BY-NC-4.0
19
+
20
+ This notice is a convenient repository-level pointer. If it conflicts with the full legal code, the full legal code controls. Upstream material remains subject to the terms and notices identified in NOTICE and LICENSE-UPSTREAM-APACHE-2.0.
LICENSE-UPSTREAM-APACHE-2.0 ADDED
@@ -0,0 +1,202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ Apache License
3
+ Version 2.0, January 2004
4
+ http://www.apache.org/licenses/
5
+
6
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
7
+
8
+ 1. Definitions.
9
+
10
+ "License" shall mean the terms and conditions for use, reproduction,
11
+ and distribution as defined by Sections 1 through 9 of this document.
12
+
13
+ "Licensor" shall mean the copyright owner or entity authorized by
14
+ the copyright owner that is granting the License.
15
+
16
+ "Legal Entity" shall mean the union of the acting entity and all
17
+ other entities that control, are controlled by, or are under common
18
+ control with that entity. For the purposes of this definition,
19
+ "control" means (i) the power, direct or indirect, to cause the
20
+ direction or management of such entity, whether by contract or
21
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
22
+ outstanding shares, or (iii) beneficial ownership of such entity.
23
+
24
+ "You" (or "Your") shall mean an individual or Legal Entity
25
+ exercising permissions granted by this License.
26
+
27
+ "Source" form shall mean the preferred form for making modifications,
28
+ including but not limited to software source code, documentation
29
+ source, and configuration files.
30
+
31
+ "Object" form shall mean any form resulting from mechanical
32
+ transformation or translation of a Source form, including but
33
+ not limited to compiled object code, generated documentation,
34
+ and conversions to other media types.
35
+
36
+ "Work" shall mean the work of authorship, whether in Source or
37
+ Object form, made available under the License, as indicated by a
38
+ copyright notice that is included in or attached to the work
39
+ (an example is provided in the Appendix below).
40
+
41
+ "Derivative Works" shall mean any work, whether in Source or Object
42
+ form, that is based on (or derived from) the Work and for which the
43
+ editorial revisions, annotations, elaborations, or other modifications
44
+ represent, as a whole, an original work of authorship. For the purposes
45
+ of this License, Derivative Works shall not include works that remain
46
+ separable from, or merely link (or bind by name) to the interfaces of,
47
+ the Work and Derivative Works thereof.
48
+
49
+ "Contribution" shall mean any work of authorship, including
50
+ the original version of the Work and any modifications or additions
51
+ to that Work or Derivative Works thereof, that is intentionally
52
+ submitted to Licensor for inclusion in the Work by the copyright owner
53
+ or by an individual or Legal Entity authorized to submit on behalf of
54
+ the copyright owner. For the purposes of this definition, "submitted"
55
+ means any form of electronic, verbal, or written communication sent
56
+ to the Licensor or its representatives, including but not limited to
57
+ communication on electronic mailing lists, source code control systems,
58
+ and issue tracking systems that are managed by, or on behalf of, the
59
+ Licensor for the purpose of discussing and improving the Work, but
60
+ excluding communication that is conspicuously marked or otherwise
61
+ designated in writing by the copyright owner as "Not a Contribution."
62
+
63
+ "Contributor" shall mean Licensor and any individual or Legal Entity
64
+ on behalf of whom a Contribution has been received by Licensor and
65
+ subsequently incorporated within the Work.
66
+
67
+ 2. Grant of Copyright License. Subject to the terms and conditions of
68
+ this License, each Contributor hereby grants to You a perpetual,
69
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
70
+ copyright license to reproduce, prepare Derivative Works of,
71
+ publicly display, publicly perform, sublicense, and distribute the
72
+ Work and such Derivative Works in Source or Object form.
73
+
74
+ 3. Grant of Patent License. Subject to the terms and conditions of
75
+ this License, each Contributor hereby grants to You a perpetual,
76
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
77
+ (except as stated in this section) patent license to make, have made,
78
+ use, offer to sell, sell, import, and otherwise transfer the Work,
79
+ where such license applies only to those patent claims licensable
80
+ by such Contributor that are necessarily infringed by their
81
+ Contribution(s) alone or by combination of their Contribution(s)
82
+ with the Work to which such Contribution(s) was submitted. If You
83
+ institute patent litigation against any entity (including a
84
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
85
+ or a Contribution incorporated within the Work constitutes direct
86
+ or contributory patent infringement, then any patent licenses
87
+ granted to You under this License for that Work shall terminate
88
+ as of the date such litigation is filed.
89
+
90
+ 4. Redistribution. You may reproduce and distribute copies of the
91
+ Work or Derivative Works thereof in any medium, with or without
92
+ modifications, and in Source or Object form, provided that You
93
+ meet the following conditions:
94
+
95
+ (a) You must give any other recipients of the Work or
96
+ Derivative Works a copy of this License; and
97
+
98
+ (b) You must cause any modified files to carry prominent notices
99
+ stating that You changed the files; and
100
+
101
+ (c) You must retain, in the Source form of any Derivative Works
102
+ that You distribute, all copyright, patent, trademark, and
103
+ attribution notices from the Source form of the Work,
104
+ excluding those notices that do not pertain to any part of
105
+ the Derivative Works; and
106
+
107
+ (d) If the Work includes a "NOTICE" text file as part of its
108
+ distribution, then any Derivative Works that You distribute must
109
+ include a readable copy of the attribution notices contained
110
+ within such NOTICE file, excluding those notices that do not
111
+ pertain to any part of the Derivative Works, in at least one
112
+ of the following places: within a NOTICE text file distributed
113
+ as part of the Derivative Works; within the Source form or
114
+ documentation, if provided along with the Derivative Works; or,
115
+ within a display generated by the Derivative Works, if and
116
+ wherever such third-party notices normally appear. The contents
117
+ of the NOTICE file are for informational purposes only and
118
+ do not modify the License. You may add Your own attribution
119
+ notices within Derivative Works that You distribute, alongside
120
+ or as an addendum to the NOTICE text from the Work, provided
121
+ that such additional attribution notices cannot be construed
122
+ as modifying the License.
123
+
124
+ You may add Your own copyright statement to Your modifications and
125
+ may provide additional or different license terms and conditions
126
+ for use, reproduction, or distribution of Your modifications, or
127
+ for any such Derivative Works as a whole, provided Your use,
128
+ reproduction, and distribution of the Work otherwise complies with
129
+ the conditions stated in this License.
130
+
131
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
132
+ any Contribution intentionally submitted for inclusion in the Work
133
+ by You to the Licensor shall be under the terms and conditions of
134
+ this License, without any additional terms or conditions.
135
+ Notwithstanding the above, nothing herein shall supersede or modify
136
+ the terms of any separate license agreement you may have executed
137
+ with Licensor regarding such Contributions.
138
+
139
+ 6. Trademarks. This License does not grant permission to use the trade
140
+ names, trademarks, service marks, or product names of the Licensor,
141
+ except as required for reasonable and customary use in describing the
142
+ origin of the Work and reproducing the content of the NOTICE file.
143
+
144
+ 7. Disclaimer of Warranty. Unless required by applicable law or
145
+ agreed to in writing, Licensor provides the Work (and each
146
+ Contributor provides its Contributions) on an "AS IS" BASIS,
147
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
148
+ implied, including, without limitation, any warranties or conditions
149
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
150
+ PARTICULAR PURPOSE. You are solely responsible for determining the
151
+ appropriateness of using or redistributing the Work and assume any
152
+ risks associated with Your exercise of permissions under this License.
153
+
154
+ 8. Limitation of Liability. In no event and under no legal theory,
155
+ whether in tort (including negligence), contract, or otherwise,
156
+ unless required by applicable law (such as deliberate and grossly
157
+ negligent acts) or agreed to in writing, shall any Contributor be
158
+ liable to You for damages, including any direct, indirect, special,
159
+ incidental, or consequential damages of any character arising as a
160
+ result of this License or out of the use or inability to use the
161
+ Work (including but not limited to damages for loss of goodwill,
162
+ work stoppage, computer failure or malfunction, or any and all
163
+ other commercial damages or losses), even if such Contributor
164
+ has been advised of the possibility of such damages.
165
+
166
+ 9. Accepting Warranty or Additional Liability. While redistributing
167
+ the Work or Derivative Works thereof, You may choose to offer,
168
+ and charge a fee for, acceptance of support, warranty, indemnity,
169
+ or other liability obligations and/or rights consistent with this
170
+ License. However, in accepting such obligations, You may act only
171
+ on Your own behalf and on Your sole responsibility, not on behalf
172
+ of any other Contributor, and only if You agree to indemnify,
173
+ defend, and hold each Contributor harmless for any liability
174
+ incurred by, or claims asserted against, such Contributor by reason
175
+ of your accepting any such warranty or additional liability.
176
+
177
+ END OF TERMS AND CONDITIONS
178
+
179
+ APPENDIX: How to apply the Apache License to your work.
180
+
181
+ To apply the Apache License to your work, attach the following
182
+ boilerplate notice, with the fields enclosed by brackets "[]"
183
+ replaced with your own identifying information. (Don't include
184
+ the brackets!) The text should be enclosed in the appropriate
185
+ comment syntax for the file format. We also recommend that a
186
+ file or class name and description of purpose be included on the
187
+ same "printed page" as the copyright notice for easier
188
+ identification within third-party archives.
189
+
190
+ Copyright 2025 Alibaba Cloud
191
+
192
+ Licensed under the Apache License, Version 2.0 (the "License");
193
+ you may not use this file except in compliance with the License.
194
+ You may obtain a copy of the License at
195
+
196
+ http://www.apache.org/licenses/LICENSE-2.0
197
+
198
+ Unless required by applicable law or agreed to in writing, software
199
+ distributed under the License is distributed on an "AS IS" BASIS,
200
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
201
+ See the License for the specific language governing permissions and
202
+ limitations under the License.
NOTICE ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ Frontis-MA1-30B
2
+ Copyright 2026 Frontis AI and the OpenMLE contributors.
3
+
4
+ This model is derived from Qwen3-30B-A3B-Thinking-2507, which is Copyright 2025 Alibaba Cloud and licensed under the Apache License 2.0.
5
+
6
+ Frontis-MA1-30B contains modifications produced through execution-grounded supervised fine-tuning and reinforcement learning. See README.md for the model lineage, intended use, evaluation scope, and limitations.
7
+
8
+ Original Frontis-MA1 material is released under CC BY-NC 4.0 as stated in LICENSE. The upstream Apache License 2.0 text is preserved in LICENSE-UPSTREAM-APACHE-2.0; that upstream notice is not replaced by the Frontis-MA1 license.
README.md CHANGED
@@ -1,3 +1,280 @@
1
  ---
2
  license: cc-by-nc-4.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: cc-by-nc-4.0
3
+ base_model: Qwen/Qwen3-30B-A3B-Thinking-2507
4
+ base_model_relation: finetune
5
+ library_name: transformers
6
+ pipeline_tag: text-generation
7
+ tags:
8
+ - openmle
9
+ - frontis-ma1
10
+ - machine-learning-engineering
11
+ - autoresearch
12
+ - agent
13
+ - coding
14
+ - qwen3
15
+ - moe
16
+ - post-training
17
  ---
18
+
19
+ <p align="center">
20
+ <img src="assets/frontis-logo.png" width="360" alt="Frontis AI">
21
+ </p>
22
+
23
+ <h1 align="center">Frontis-MA1-30B</h1>
24
+
25
+ <p align="center">
26
+ <b>An execution-grounded model for evolutionary machine learning engineering and AutoResearch</b>
27
+ </p>
28
+
29
+ <p align="center">
30
+ <a href="#paper-and-citation">📄 Paper</a>
31
+ &nbsp;•&nbsp;
32
+ <a href="https://rc314159-creator.github.io/OpenRSI/">🌐 Project</a>
33
+ &nbsp;•&nbsp;
34
+ <a href="https://github.com/rc314159-creator/OpenRSI">💻 Code</a>
35
+ &nbsp;•&nbsp;
36
+ <a href="https://huggingface.co/FrontisAI">🤗 Models</a>
37
+ &nbsp;•&nbsp;
38
+ <a href="https://huggingface.co/datasets/FrontisAI/OpenMLE-Tasks">🧩 Tasks</a>
39
+ &nbsp;•&nbsp;
40
+ <a href="https://huggingface.co/datasets/FrontisAI/OpenMLE-SFT-Traces">📚 SFT Traces</a>
41
+ </p>
42
+
43
+ ## Introduction
44
+
45
+ **Frontis-MA1-30B** is the companion 30B open-weight research model released with **OpenMLE**, an execution-grounded system for studying meta-evolution in machine learning engineering (MLE).
46
+
47
+ Starting from [Qwen3-30B-A3B-Thinking-2507](https://huggingface.co/Qwen/Qwen3-30B-A3B-Thinking-2507), we apply execution-grounded supervised fine-tuning and reinforcement learning so that the model learns four reusable program-transformation operators:
48
+
49
+ - **Draft** — create a complete initial solution;
50
+ - **Improve** — refine a parent program using its score and execution evidence;
51
+ - **Debug** — repair invalid or failing code;
52
+ - **Crossover** — recombine useful elements from two parent solutions.
53
+
54
+ At inference time, OpenMLE-Evo composes these operators into a long-horizon search loop. Frontis-MA1 is therefore both a product of the OpenMLE training stack and the model that drives its evolutionary search.
55
+
56
+ ## Highlights
57
+
58
+ - **Execution-grounded post-training.** SFT examples and RL rewards are constructed from programs executed in isolated MLE sandboxes.
59
+ - **Trainable evolutionary operators.** Draft, Improve, Debug, and Crossover provide a shared action space across training and test-time search.
60
+ - **Linked research release.** The model card connects the weights to the OpenMLE training code, search protocol, task environments, and evaluation boundary.
61
+ - **Strong controlled model gain.** Under the same OpenMLE-Evo harness on MLE-Bench Lite, Frontis-MA1-30B improves Medal Average from **34.85% to 53.03%** and Human Rank from **0.5573 to 0.7055** over its base model.
62
+
63
+ > The reported scores measure a **model–harness system**, not standalone one-shot generation. Reproduction requires the same OpenMLE-Evo search configuration, task environments, sandbox budget, and evaluation protocol.
64
+
65
+ ## Model family
66
+
67
+ | Model | Base model | Release format | Status |
68
+ | --- | --- | --- | --- |
69
+ | **Frontis-MA1-30B** | Qwen3-30B-A3B-Thinking-2507 | BF16 Transformers | This repository |
70
+ | [Frontis-MA1-30B-GGUF](https://huggingface.co/FrontisAI/Frontis-MA1-30B-GGUF) | Frontis-MA1-30B | Q4_K_M GGUF | Local deployment |
71
+ | [Frontis-MA1-35B](https://huggingface.co/FrontisAI/Frontis-MA1-35B) | Qwen3.6-35B-A3B | BF16 Transformers | Companion release |
72
+
73
+ ## Model details
74
+
75
+ | Field | Value |
76
+ | --- | --- |
77
+ | Model family | Frontis-MA1 |
78
+ | Architecture | Mixture-of-Experts causal language model |
79
+ | Parameters | 30.5B total, 3.3B activated |
80
+ | Layers | 48 |
81
+ | Experts | 128 total, 8 activated per token |
82
+ | Weight precision | BF16 |
83
+ | Native configuration context | 262,144 tokens |
84
+ | Post-training SFT cutoff | 32,768 tokens |
85
+ | License | CC BY-NC 4.0 |
86
+
87
+ The 262,144-token context length is inherited from the base-model configuration. OpenMLE post-training used a 32,768-token SFT cutoff; substantially longer contexts have not yet been validated to the same standard as the reported experiments.
88
+
89
+ ## Training
90
+
91
+ Frontis-MA1-30B uses full-parameter supervised fine-tuning followed by reinforcement learning from executable task feedback.
92
+
93
+ ### Supervised fine-tuning
94
+
95
+ - 26,259 released execution-grounded examples: 17,245 full responses and 9,014 trajectory steps;
96
+ - full-solution and trajectory-step supervision;
97
+ - BF16 full-parameter training on 8 NVIDIA H200 GPUs;
98
+ - global batch size 128;
99
+ - learning rate `3e-5` with cosine decay and 0.1 warmup fraction;
100
+ - three epochs;
101
+ - Qwen3-compatible thinking-loss masking.
102
+
103
+ ### Reinforcement learning
104
+
105
+ - online generation and evaluation in isolated task sandboxes;
106
+ - operator mixture: Draft 0.50, Improve 0.17, Debug 0.17, Crossover 0.16;
107
+ - 16 prompts per rollout and 16 samples per prompt;
108
+ - maximum response length 24,576 tokens;
109
+ - GSPO with execution-grounded reward post-processing;
110
+ - Adam optimizer with learning rate `1e-6`.
111
+
112
+ See the paper and [OpenRSI code](https://github.com/rc314159-creator/OpenRSI) for the complete data-construction, training, search, and evaluation protocol.
113
+
114
+ <p align="center">
115
+ <img src="assets/paper-figure-openmle-framework.png" width="95%" alt="Paper framework figure: OpenMLE training and inference workflow">
116
+ </p>
117
+
118
+ <p align="center"><sub>
119
+ Paper framework figure. Frontis-MA1 learns the same four atomic operators used by OpenMLE-Evo, first from executable SFT rollouts and then from online RL execution feedback.
120
+ </sub></p>
121
+
122
+ ## Benchmark results
123
+
124
+ The headline numbers are **model–harness system results**, not standalone one-shot scores. The controlled comparison holds the OpenMLE-Evo harness fixed and changes only the model from the Qwen base to Frontis-MA1-30B.
125
+
126
+ ### MLE-Bench Lite protocol
127
+
128
+ | Item | Setting |
129
+ | --- | --- |
130
+ | Benchmark | Official 22-task MLE-Bench Lite split |
131
+ | Independent runs | 3 per OpenMLE-Evo configuration, unless stated otherwise |
132
+ | Sandbox budget | 12 hours on 0.5 NVIDIA RTX 4090 equivalent per task |
133
+ | Equivalent compute | 6 RTX 4090 GPU-hours per task |
134
+ | Execution | Generated programs are run and scored in isolated task sandboxes |
135
+ | OpenMLE-Evo-Max | MLE-Bench-disjoint priors plus asynchronous multi-GPU search |
136
+ | Budget comparison | OpenMLE-Evo-Max keeps the same total sandbox-compute budget |
137
+
138
+ The paper reports:
139
+
140
+ - **Valid Rate:** mean number of the 22 tasks with a valid submission;
141
+ - **Medal Average:** mean fraction of tasks receiving any Kaggle medal;
142
+ - **Human Rank:** mean fraction of human leaderboard participants surpassed by the selected submission.
143
+
144
+ All three metrics are higher-is-better.
145
+
146
+ ### Main results from the paper
147
+
148
+ <p align="center">
149
+ <img src="assets/paper-figure-main-results.png" width="98%" alt="Paper main figure: model-harness results on MLE-Bench Lite">
150
+ </p>
151
+
152
+ <p align="center"><sub>
153
+ Current paper main-results figure. The left panel shows all completed model–harness results on MLE-Bench Lite; the right panel compares model size with Medal Average. Orange denotes Frontis-MA1 with OpenMLE-Evo, cyan denotes other models with OpenMLE-Evo, hatching denotes OpenMLE-Evo-Max, and gray denotes general-purpose coding harnesses. The paper highlights the primary 35B model in this figure and reports the companion 30B results in its main table.
154
+ </sub></p>
155
+
156
+ ### Controlled 30B comparison
157
+
158
+ | Model | Harness | Valid Rate ↑ | Medal Average ↑ | Human Rank ↑ |
159
+ | --- | --- | ---: | ---: | ---: |
160
+ | Qwen3-30B-A3B-Thinking-2507 | OpenMLE-Evo | 17.33/22 | 34.85% | 0.5573 |
161
+ | **Frontis-MA1-30B** | OpenMLE-Evo | **21.67/22** | **53.03%** | **0.7055** |
162
+ | **Frontis-MA1-30B** | OpenMLE-Evo-Max | **22.00/22** | **66.67%** | **0.8053** |
163
+
164
+ | Comparison | Δ Valid Rate | Δ Medal Average | Δ Human Rank | What it measures |
165
+ | --- | ---: | ---: | ---: | --- |
166
+ | Frontis-MA1-30B vs. Qwen base, OpenMLE-Evo fixed | +4.34 tasks | +18.18 pp | +0.1482 | Post-training gain under a fixed harness |
167
+ | OpenMLE-Evo-Max vs. OpenMLE-Evo, Frontis-MA1-30B fixed | +0.33 task | +13.64 pp | +0.0998 | Additional system-level search gain |
168
+
169
+ The fixed-harness comparison is the primary evidence for model improvement. OpenMLE-Evo-Max also changes the search system, so its result must be read as an end-to-end model–harness score rather than a pure model gain. These experiments do not establish a standalone ranking outside the OpenMLE evaluation protocol.
170
+
171
+ The paper does not provide a 30B-only result figure, so this model card keeps the original paper values as a searchable table rather than introducing a derived visualization.
172
+
173
+ ### Public-weight model comparison under OpenMLE-Evo
174
+
175
+ The following rows use the same OpenMLE-Evo harness, benchmark split, and sandbox-compute budget. This is the closest available comparison with strong public-weight models, although model scale, pretraining data, and architecture still differ.
176
+
177
+ | Public-weight model | Valid Rate ↑ | Medal Average ↑ | Human Rank ↑ |
178
+ | --- | ---: | ---: | ---: |
179
+ | [Kimi K2.6](https://huggingface.co/moonshotai/Kimi-K2.6) | 21.67/22 | **66.67%** | 0.7859 |
180
+ | [GLM-5.2](https://huggingface.co/zai-org/GLM-5.2) | 19.67/22 | 62.12% | 0.7069 |
181
+ | [Frontis-MA1-35B](https://huggingface.co/FrontisAI/Frontis-MA1-35B) | 21.67/22 | 60.61% | 0.7647 |
182
+ | [MiniMax M3](https://huggingface.co/MiniMaxAI/MiniMax-M3) | **22.00/22** | 59.09% | **0.7994** |
183
+ | **Frontis-MA1-30B** | 21.67/22 | 53.03% | 0.7055 |
184
+ | [DeepSeek-V4-Flash](https://huggingface.co/deepseek-ai/DeepSeek-V4-Flash) | 21.33/22 | 51.52% | 0.6957 |
185
+ | [Qwen3.6-35B-A3B](https://huggingface.co/Qwen/Qwen3.6-35B-A3B) | 19.67/22 | 39.39% | 0.5828 |
186
+ | [Qwen3-30B-A3B-Thinking-2507](https://huggingface.co/Qwen/Qwen3-30B-A3B-Thinking-2507) | 17.33/22 | 34.85% | 0.5573 |
187
+
188
+ These are model–harness results rather than standalone one-shot model scores. The full paper figure above additionally includes OpenMLE-Evo-Max and general-purpose coding-agent systems, whose harnesses are not directly interchangeable with this fixed-harness table.
189
+
190
+ ## Usage
191
+
192
+ ### Transformers
193
+
194
+ ```python
195
+ from transformers import AutoModelForCausalLM, AutoTokenizer
196
+
197
+ model_id = "FrontisAI/Frontis-MA1-30B"
198
+
199
+ tokenizer = AutoTokenizer.from_pretrained(model_id)
200
+ model = AutoModelForCausalLM.from_pretrained(
201
+ model_id,
202
+ torch_dtype="auto",
203
+ device_map="auto",
204
+ )
205
+
206
+ messages = [
207
+ {
208
+ "role": "user",
209
+ "content": (
210
+ "Build a strong tabular classification baseline and explain "
211
+ "the validation design."
212
+ ),
213
+ }
214
+ ]
215
+
216
+ inputs = tokenizer.apply_chat_template(
217
+ messages,
218
+ add_generation_prompt=True,
219
+ tokenize=True,
220
+ return_dict=True,
221
+ return_tensors="pt",
222
+ ).to(model.device)
223
+
224
+ outputs = model.generate(**inputs, max_new_tokens=2048)
225
+ completion = outputs[0, inputs["input_ids"].shape[1]:]
226
+ print(tokenizer.decode(completion, skip_special_tokens=True))
227
+ ```
228
+
229
+ ### vLLM
230
+
231
+ ```bash
232
+ vllm serve FrontisAI/Frontis-MA1-30B \
233
+ --served-model-name Frontis-MA1-30B \
234
+ --tensor-parallel-size 8 \
235
+ --max-model-len 32768 \
236
+ --enable-reasoning \
237
+ --reasoning-parser deepseek_r1
238
+ ```
239
+
240
+ ## Intended use
241
+
242
+ Frontis-MA1-30B is intended for:
243
+
244
+ - research on machine learning engineering and AutoResearch agents;
245
+ - generation and iterative improvement of ML experiment code;
246
+ - execution-grounded program search;
247
+ - use with OpenMLE-Evo or compatible sandboxed harnesses.
248
+
249
+ Generated code may be incorrect, insecure, destructive, or expensive to execute. Run it inside an isolated environment with explicit CPU, memory, GPU, network, filesystem, and time limits.
250
+
251
+ ## Limitations
252
+
253
+ - The main evaluation centers on MLE-Bench Lite and does not establish general performance across all software-engineering or scientific-research tasks.
254
+ - The paper results depend on an external evolutionary search harness and sandbox feedback.
255
+ - Execution reward does not fully measure maintainability, robustness, security, or responsible data handling.
256
+ - Context lengths beyond the post-training cutoff require additional validation.
257
+ - Outputs may contain reasoning traces and should be handled according to downstream requirements.
258
+
259
+ ## Release artifacts
260
+
261
+ This repository is the canonical BF16 Transformers release. The [Frontis-MA1-30B-GGUF](https://huggingface.co/FrontisAI/Frontis-MA1-30B-GGUF) repository provides the Q4_K_M local-deployment derivative.
262
+
263
+ <a id="paper"></a>
264
+ ## Paper and citation
265
+
266
+ **OpenMLE: Scaling Evolutionary MLE Agents toward Recursive Self-Improvement**
267
+
268
+ The public preprint URL and archival BibTeX will be added when the paper record is available.
269
+
270
+ ## License
271
+
272
+ Original Frontis-MA1 material is released under [CC BY-NC 4.0](LICENSE) for attribution-required, non-commercial use. Commercial use is not granted.
273
+
274
+ The upstream Qwen Apache License 2.0 notice is preserved in [LICENSE-UPSTREAM-APACHE-2.0](LICENSE-UPSTREAM-APACHE-2.0) and [NOTICE](NOTICE).
275
+
276
+ The license in this repository applies to the model weights, configuration files, and model documentation distributed here. Training and evaluation datasets and third-party software remain subject to their respective terms.
277
+
278
+ ## Acknowledgements
279
+
280
+ We thank the Qwen team and the open-source communities behind Transformers, SLIME, Ray, Megatron-LM, SGLang, MLE-Bench, and the broader executable MLE research ecosystem.
assets/frontis-logo.png ADDED
assets/paper-figure-main-results.png ADDED

Git LFS Details

  • SHA256: 1a543d909bc294782b502ab176430e6da38d65b66340e99ed05f2fa2d5f5b17d
  • Pointer size: 131 Bytes
  • Size of remote file: 225 kB
assets/paper-figure-openmle-framework.png ADDED

Git LFS Details

  • SHA256: e02e8f527a664d90484905062f5a049219f3ddfae9220c5662b029ae896c2fe5
  • Pointer size: 131 Bytes
  • Size of remote file: 416 kB
config.json ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "Qwen3MoeForCausalLM"
4
+ ],
5
+ "attention_bias": false,
6
+ "attention_dropout": 0.0,
7
+ "bos_token_id": 151643,
8
+ "decoder_sparse_step": 1,
9
+ "eos_token_id": 151645,
10
+ "head_dim": 128,
11
+ "hidden_act": "silu",
12
+ "hidden_size": 2048,
13
+ "initializer_range": 0.02,
14
+ "intermediate_size": 6144,
15
+ "max_position_embeddings": 262144,
16
+ "max_window_layers": 48,
17
+ "mlp_only_layers": [],
18
+ "model_type": "qwen3_moe",
19
+ "moe_intermediate_size": 768,
20
+ "norm_topk_prob": true,
21
+ "num_attention_heads": 32,
22
+ "num_experts": 128,
23
+ "num_experts_per_tok": 8,
24
+ "num_hidden_layers": 48,
25
+ "num_key_value_heads": 4,
26
+ "output_router_logits": false,
27
+ "rms_norm_eps": 1e-06,
28
+ "rope_scaling": null,
29
+ "rope_theta": 10000000,
30
+ "router_aux_loss_coef": 0.001,
31
+ "sliding_window": null,
32
+ "tie_word_embeddings": false,
33
+ "torch_dtype": "bfloat16",
34
+ "transformers_version": "4.51.0",
35
+ "use_cache": true,
36
+ "use_sliding_window": false,
37
+ "vocab_size": 151936
38
+ }
config_1m.json ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "Qwen3MoeForCausalLM"
4
+ ],
5
+ "attention_bias": false,
6
+ "attention_dropout": 0.0,
7
+ "bos_token_id": 151643,
8
+ "decoder_sparse_step": 1,
9
+ "eos_token_id": 151645,
10
+ "head_dim": 128,
11
+ "hidden_act": "silu",
12
+ "hidden_size": 2048,
13
+ "initializer_range": 0.02,
14
+ "intermediate_size": 6144,
15
+ "max_position_embeddings": 262144,
16
+ "max_window_layers": 48,
17
+ "mlp_only_layers": [],
18
+ "model_type": "qwen3_moe",
19
+ "moe_intermediate_size": 768,
20
+ "norm_topk_prob": true,
21
+ "num_attention_heads": 32,
22
+ "num_experts": 128,
23
+ "num_experts_per_tok": 8,
24
+ "num_hidden_layers": 48,
25
+ "num_key_value_heads": 4,
26
+ "output_router_logits": false,
27
+ "rms_norm_eps": 1e-06,
28
+ "rope_scaling": null,
29
+ "rope_theta": 10000000,
30
+ "router_aux_loss_coef": 0.001,
31
+ "sliding_window": null,
32
+ "tie_word_embeddings": false,
33
+ "torch_dtype": "bfloat16",
34
+ "transformers_version": "4.51.0",
35
+ "use_cache": true,
36
+ "use_sliding_window": false,
37
+ "vocab_size": 151936,
38
+ "dual_chunk_attention_config":{
39
+ "chunk_size": 131072,
40
+ "local_size": 4096,
41
+ "original_max_position_embeddings": 131072,
42
+ "sparse_attention_enabled": true,
43
+ "sparse_attention_config": [{"0": ["vertical_and_slash", 17408, 23552, 0], "1": ["vertical_and_slash", 19456, 21504, 0], "2": ["vertical_and_slash", 17408, 23552, 0], "3": ["vertical_and_slash", 19456, 21504, 48], "4": ["vertical_and_slash", 17408, 23552, 966], "5": ["vertical_and_slash", 17408, 23552, 0], "6": ["vertical_and_slash", 17408, 23552, 0], "7": ["vertical_and_slash", 17408, 23552, 0], "8": ["vertical_and_slash", 17408, 23552, 2], "9": ["vertical_and_slash", 17408, 23552, 0], "10": ["vertical_and_slash", 17408, 23552, 0], "11": ["vertical_and_slash", 17408, 23552, 33], "12": ["vertical_and_slash", 17408, 23552, 2], "13": ["vertical_and_slash", 17408, 23552, 0], "14": ["vertical_and_slash", 17408, 23552, 0], "15": ["vertical_and_slash", 17408, 23552, 0], "16": ["vertical_and_slash", 17408, 23552, 6], "17": ["vertical_and_slash", 17408, 23552, 0], "18": ["vertical_and_slash", 17408, 23552, 0], "19": ["vertical_and_slash", 17408, 23552, 152], "20": ["vertical_and_slash", 17408, 23552, 0], "21": ["vertical_and_slash", 17408, 23552, 8], "22": ["vertical_and_slash", 17408, 23552, 0], "23": ["vertical_and_slash", 17408, 23552, 3014], "24": ["vertical_and_slash", 17408, 23552, 0], "25": ["vertical_and_slash", 17408, 23552, 0], "26": ["vertical_and_slash", 17408, 23552, 0], "27": ["vertical_and_slash", 17408, 23552, 0], "28": ["vertical_and_slash", 17408, 23552, 0], "29": ["vertical_and_slash", 17408, 23552, 0], "30": ["vertical_and_slash", 17408, 23552, 30], "31": ["vertical_and_slash", 17408, 23552, 0]}, {"0": ["vertical_and_slash", 17408, 23552, 0], "1": ["vertical_and_slash", 17408, 23552, 0], "2": ["vertical_and_slash", 17408, 23552, 0], "3": ["vertical_and_slash", 17408, 23552, 0], "4": ["vertical_and_slash", 17408, 23552, 0], "5": ["vertical_and_slash", 17408, 23552, 0], "6": ["vertical_and_slash", 17408, 23552, 0], "7": ["vertical_and_slash", 17408, 23552, 0], "8": ["vertical_and_slash", 17408, 23552, 0], "9": ["vertical_and_slash", 17408, 23552, 0], "10": ["vertical_and_slash", 17408, 23552, 0], "11": ["vertical_and_slash", 17408, 23552, 0], "12": ["vertical_and_slash", 17408, 23552, 0], "13": ["vertical_and_slash", 17408, 23552, 0], "14": ["vertical_and_slash", 17408, 23552, 330], "15": ["vertical_and_slash", 17408, 23552, 0], "16": ["vertical_and_slash", 17408, 23552, 0], "17": ["vertical_and_slash", 17408, 23552, 0], "18": ["vertical_and_slash", 17408, 23552, 0], "19": ["vertical_and_slash", 17408, 23552, 0], "20": ["vertical_and_slash", 17408, 23552, 0], "21": ["vertical_and_slash", 17408, 23552, 0], "22": ["vertical_and_slash", 17408, 23552, 0], "23": ["vertical_and_slash", 17408, 23552, 0], "24": ["vertical_and_slash", 17408, 23552, 797], "25": ["vertical_and_slash", 17408, 23552, 0], "26": ["vertical_and_slash", 17408, 23552, 0], "27": ["vertical_and_slash", 17408, 23552, 0], "28": ["vertical_and_slash", 17408, 23552, 0], "29": ["vertical_and_slash", 17408, 23552, 0], "30": ["vertical_and_slash", 17408, 23552, 0], "31": ["vertical_and_slash", 17408, 23552, 1]}, {"0": ["vertical_and_slash", 17408, 23552, 0], "1": ["vertical_and_slash", 17408, 23552, 0], "2": ["vertical_and_slash", 17408, 23552, 0], "3": ["vertical_and_slash", 17408, 23552, 0], "4": ["vertical_and_slash", 17408, 23552, 0], "5": ["vertical_and_slash", 17408, 23552, 0], "6": ["vertical_and_slash", 17408, 23552, 0], "7": ["vertical_and_slash", 17408, 23552, 0], "8": ["vertical_and_slash", 17408, 23552, 0], "9": ["vertical_and_slash", 17408, 23552, 0], "10": ["vertical_and_slash", 17408, 23552, 0], "11": ["vertical_and_slash", 17408, 23552, 1], "12": ["vertical_and_slash", 17408, 23552, 0], "13": ["vertical_and_slash", 17408, 23552, 0], "14": ["vertical_and_slash", 17408, 23552, 0], "15": ["vertical_and_slash", 17408, 23552, 0], "16": ["vertical_and_slash", 17408, 23552, 87], "17": ["vertical_and_slash", 17408, 23552, 554], "18": ["vertical_and_slash", 17408, 23552, 817], "19": ["vertical_and_slash", 17408, 23552, 317], "20": ["vertical_and_slash", 17408, 23552, 0], "21": ["vertical_and_slash", 17408, 23552, 140], "22": ["vertical_and_slash", 17408, 23552, 2798], "23": ["vertical_and_slash", 17408, 23552, 1], "24": ["vertical_and_slash", 17408, 23552, 0], "25": ["vertical_and_slash", 17408, 23552, 0], "26": ["vertical_and_slash", 17408, 23552, 0], "27": ["vertical_and_slash", 17408, 23552, 0], "28": ["vertical_and_slash", 17408, 23552, 0], "29": ["vertical_and_slash", 17408, 23552, 0], "30": ["vertical_and_slash", 17408, 23552, 0], "31": ["vertical_and_slash", 17408, 23552, 0]}, {"0": ["vertical_and_slash", 17408, 23552, 0], "1": ["vertical_and_slash", 17408, 23552, 0], "2": ["vertical_and_slash", 17408, 23552, 0], "3": ["vertical_and_slash", 17408, 23552, 0], "4": ["vertical_and_slash", 17408, 23552, 0], "5": ["vertical_and_slash", 17408, 23552, 0], "6": ["vertical_and_slash", 17408, 23552, 0], "7": ["vertical_and_slash", 17408, 23552, 0], "8": ["vertical_and_slash", 17408, 23552, 0], "9": ["vertical_and_slash", 17408, 23552, 0], "10": ["vertical_and_slash", 17408, 23552, 0], "11": ["vertical_and_slash", 17408, 23552, 0], "12": ["vertical_and_slash", 17408, 23552, 0], "13": ["vertical_and_slash", 17408, 23552, 0], "14": ["vertical_and_slash", 17408, 23552, 2], "15": ["vertical_and_slash", 17408, 23552, 0], "16": ["vertical_and_slash", 17408, 23552, 0], "17": ["vertical_and_slash", 17408, 23552, 74033], "18": ["vertical_and_slash", 17408, 23552, 0], "19": ["vertical_and_slash", 17408, 23552, 0], "20": ["vertical_and_slash", 17408, 23552, 0], "21": ["vertical_and_slash", 17408, 23552, 0], "22": ["vertical_and_slash", 17408, 23552, 1], "23": ["vertical_and_slash", 17408, 23552, 0], "24": ["vertical_and_slash", 17408, 23552, 0], "25": ["vertical_and_slash", 17408, 23552, 0], "26": ["vertical_and_slash", 17408, 23552, 0], "27": ["vertical_and_slash", 17408, 23552, 0], "28": ["vertical_and_slash", 21504, 19456, 8], "29": ["vertical_and_slash", 17408, 23552, 0], "30": ["vertical_and_slash", 17408, 23552, 0], "31": ["vertical_and_slash", 17408, 23552, 0]}, {"0": ["vertical_and_slash", 17408, 23552, 0], "1": ["vertical_and_slash", 23552, 17408, 22404], "2": ["vertical_and_slash", 17408, 23552, 0], "3": ["vertical_and_slash", 17408, 23552, 0], "4": ["vertical_and_slash", 17408, 23552, 0], "5": ["vertical_and_slash", 17408, 23552, 0], "6": ["vertical_and_slash", 17408, 23552, 0], "7": ["vertical_and_slash", 22528, 18432, 1], "8": ["vertical_and_slash", 17408, 23552, 0], "9": ["vertical_and_slash", 17408, 23552, 0], "10": ["vertical_and_slash", 17408, 23552, 20], "11": ["vertical_and_slash", 17408, 23552, 0], "12": ["vertical_and_slash", 17408, 23552, 0], "13": ["vertical_and_slash", 17408, 23552, 0], "14": ["vertical_and_slash", 17408, 23552, 0], "15": ["vertical_and_slash", 17408, 23552, 0], "16": ["vertical_and_slash", 17408, 23552, 0], "17": ["vertical_and_slash", 17408, 23552, 1714], "18": ["vertical_and_slash", 17408, 23552, 0], "19": ["vertical_and_slash", 17408, 23552, 3], "20": ["vertical_and_slash", 17408, 23552, 19], "21": ["vertical_and_slash", 17408, 23552, 2], "22": ["vertical_and_slash", 17408, 23552, 1], "23": ["vertical_and_slash", 17408, 23552, 0], "24": ["vertical_and_slash", 17408, 23552, 7499], "25": ["vertical_and_slash", 17408, 23552, 32157], "26": ["vertical_and_slash", 23552, 17408, 1781], "27": ["vertical_and_slash", 22528, 18432, 3102], "28": ["vertical_and_slash", 18432, 22528, 2634], "29": ["vertical_and_slash", 22528, 18432, 351], "30": ["vertical_and_slash", 21504, 19456, 5006], "31": ["vertical_and_slash", 17408, 23552, 4782]}, {"0": ["vertical_and_slash", 17408, 23552, 310], "1": ["vertical_and_slash", 17408, 23552, 12796], "2": ["vertical_and_slash", 17408, 23552, 0], "3": ["vertical_and_slash", 17408, 23552, 17], "4": ["vertical_and_slash", 17408, 23552, 0], "5": ["vertical_and_slash", 17408, 23552, 0], "6": ["vertical_and_slash", 17408, 23552, 0], "7": ["vertical_and_slash", 17408, 23552, 19932], "8": ["vertical_and_slash", 17408, 23552, 0], "9": ["vertical_and_slash", 17408, 23552, 0], "10": ["vertical_and_slash", 17408, 23552, 32829], "11": ["vertical_and_slash", 17408, 23552, 0], "12": ["vertical_and_slash", 17408, 23552, 39], "13": ["vertical_and_slash", 17408, 23552, 0], "14": ["vertical_and_slash", 17408, 23552, 0], "15": ["vertical_and_slash", 17408, 23552, 0], "16": ["vertical_and_slash", 17408, 23552, 0], "17": ["vertical_and_slash", 17408, 23552, 0], "18": ["vertical_and_slash", 17408, 23552, 41], "19": ["vertical_and_slash", 17408, 23552, 0], "20": ["vertical_and_slash", 17408, 23552, 0], "21": ["vertical_and_slash", 17408, 23552, 0], "22": ["vertical_and_slash", 17408, 23552, 3], "23": ["vertical_and_slash", 17408, 23552, 0], "24": ["vertical_and_slash", 17408, 23552, 0], "25": ["vertical_and_slash", 20480, 20480, 65], "26": ["vertical_and_slash", 17408, 23552, 13], "27": ["vertical_and_slash", 17408, 23552, 0], "28": ["vertical_and_slash", 17408, 23552, 0], "29": ["vertical_and_slash", 17408, 23552, 0], "30": ["vertical_and_slash", 17408, 23552, 0], "31": ["vertical_and_slash", 17408, 23552, 0]}, {"0": ["vertical_and_slash", 17408, 23552, 0], "1": ["vertical_and_slash", 17408, 23552, 0], "2": ["vertical_and_slash", 17408, 23552, 0], "3": ["vertical_and_slash", 23552, 17408, 789], "4": ["vertical_and_slash", 17408, 23552, 0], "5": ["vertical_and_slash", 17408, 23552, 0], "6": ["vertical_and_slash", 21504, 19456, 2], "7": ["vertical_and_slash", 17408, 23552, 0], "8": ["vertical_and_slash", 23552, 17408, 1259798], "9": ["vertical_and_slash", 17408, 23552, 0], "10": ["vertical_and_slash", 17408, 23552, 0], "11": ["vertical_and_slash", 17408, 23552, 0], "12": ["vertical_and_slash", 17408, 23552, 0], "13": ["vertical_and_slash", 17408, 23552, 6], "14": ["vertical_and_slash", 17408, 23552, 0], "15": ["vertical_and_slash", 17408, 23552, 0], "16": ["vertical_and_slash", 17408, 23552, 0], "17": ["vertical_and_slash", 17408, 23552, 14], "18": ["vertical_and_slash", 17408, 23552, 0], "19": ["vertical_and_slash", 17408, 23552, 0], "20": ["vertical_and_slash", 17408, 23552, 42], "21": ["vertical_and_slash", 17408, 23552, 0], "22": ["vertical_and_slash", 17408, 23552, 0], "23": ["vertical_and_slash", 17408, 23552, 0], "24": ["vertical_and_slash", 17408, 23552, 10], "25": ["vertical_and_slash", 17408, 23552, 126486], "26": ["vertical_and_slash", 17408, 23552, 0], "27": ["vertical_and_slash", 17408, 23552, 4], "28": ["vertical_and_slash", 17408, 23552, 0], "29": ["vertical_and_slash", 17408, 23552, 34523], "30": ["vertical_and_slash", 17408, 23552, 1], "31": ["vertical_and_slash", 17408, 23552, 0]}, {"0": ["vertical_and_slash", 17408, 23552, 196540], "1": ["vertical_and_slash", 22528, 18432, 114], "2": ["vertical_and_slash", 17408, 23552, 0], "3": ["vertical_and_slash", 17408, 23552, 4], "4": ["vertical_and_slash", 17408, 23552, 0], "5": ["vertical_and_slash", 17408, 23552, 0], "6": ["vertical_and_slash", 17408, 23552, 0], "7": ["vertical_and_slash", 17408, 23552, 0], "8": ["vertical_and_slash", 17408, 23552, 0], "9": ["vertical_and_slash", 17408, 23552, 0], "10": ["vertical_and_slash", 17408, 23552, 0], "11": ["vertical_and_slash", 17408, 23552, 0], "12": ["vertical_and_slash", 17408, 23552, 0], "13": ["vertical_and_slash", 17408, 23552, 36], "14": ["vertical_and_slash", 17408, 23552, 0], "15": ["vertical_and_slash", 17408, 23552, 0], "16": ["vertical_and_slash", 17408, 23552, 0], "17": ["vertical_and_slash", 17408, 23552, 631], "18": ["vertical_and_slash", 17408, 23552, 0], "19": ["vertical_and_slash", 17408, 23552, 0], "20": ["vertical_and_slash", 17408, 23552, 0], "21": ["vertical_and_slash", 17408, 23552, 0], "22": ["vertical_and_slash", 17408, 23552, 0], "23": ["vertical_and_slash", 17408, 23552, 0], "24": ["vertical_and_slash", 17408, 23552, 0], "25": ["vertical_and_slash", 17408, 23552, 0], "26": ["vertical_and_slash", 17408, 23552, 47], "27": ["vertical_and_slash", 17408, 23552, 0], "28": ["vertical_and_slash", 17408, 23552, 0], "29": ["vertical_and_slash", 17408, 23552, 0], "30": ["vertical_and_slash", 17408, 23552, 30], "31": ["vertical_and_slash", 17408, 23552, 0]}, {"0": ["vertical_and_slash", 17408, 23552, 0], "1": ["vertical_and_slash", 17408, 23552, 0], "2": ["vertical_and_slash", 20480, 20480, 179], "3": ["vertical_and_slash", 17408, 23552, 3], "4": ["vertical_and_slash", 23552, 17408, 1], "5": ["vertical_and_slash", 17408, 23552, 0], "6": ["vertical_and_slash", 22528, 18432, 1524], "7": ["vertical_and_slash", 17408, 23552, 0], "8": ["vertical_and_slash", 17408, 23552, 0], "9": ["vertical_and_slash", 17408, 23552, 0], "10": ["vertical_and_slash", 22528, 18432, 7], "11": ["vertical_and_slash", 17408, 23552, 0], "12": ["vertical_and_slash", 23552, 17408, 1207861], "13": ["vertical_and_slash", 17408, 23552, 1], "14": ["vertical_and_slash", 17408, 23552, 0], "15": ["vertical_and_slash", 17408, 23552, 0], "16": ["vertical_and_slash", 17408, 23552, 3504], "17": ["vertical_and_slash", 17408, 23552, 847], "18": ["vertical_and_slash", 19456, 21504, 1624], "19": ["vertical_and_slash", 20480, 20480, 552], "20": ["vertical_and_slash", 21504, 19456, 2713], "21": ["vertical_and_slash", 17408, 23552, 319], "22": ["vertical_and_slash", 21504, 19456, 101], "23": ["vertical_and_slash", 22528, 18432, 4799], "24": ["vertical_and_slash", 17408, 23552, 0], "25": ["vertical_and_slash", 17408, 23552, 0], "26": ["vertical_and_slash", 17408, 23552, 0], "27": ["vertical_and_slash", 17408, 23552, 0], "28": ["vertical_and_slash", 17408, 23552, 0], "29": ["vertical_and_slash", 17408, 23552, 0], "30": ["vertical_and_slash", 17408, 23552, 0], "31": ["vertical_and_slash", 17408, 23552, 0]}, {"0": ["vertical_and_slash", 19456, 21504, 104], "1": ["vertical_and_slash", 17408, 23552, 1705], "2": ["vertical_and_slash", 17408, 23552, 0], "3": ["vertical_and_slash", 17408, 23552, 0], "4": ["vertical_and_slash", 17408, 23552, 0], "5": ["vertical_and_slash", 17408, 23552, 0], "6": ["vertical_and_slash", 17408, 23552, 1], "7": ["vertical_and_slash", 17408, 23552, 2], "8": ["vertical_and_slash", 17408, 23552, 0], "9": ["vertical_and_slash", 19456, 21504, 45], "10": ["vertical_and_slash", 17408, 23552, 0], "11": ["vertical_and_slash", 17408, 23552, 0], "12": ["vertical_and_slash", 17408, 23552, 0], "13": ["vertical_and_slash", 17408, 23552, 0], "14": ["vertical_and_slash", 17408, 23552, 36], "15": ["vertical_and_slash", 17408, 23552, 0], "16": ["vertical_and_slash", 17408, 23552, 135], "17": ["vertical_and_slash", 17408, 23552, 1], "18": ["vertical_and_slash", 17408, 23552, 3905], "19": ["vertical_and_slash", 17408, 23552, 24429], "20": ["vertical_and_slash", 17408, 23552, 1927], "21": ["vertical_and_slash", 17408, 23552, 16], "22": ["vertical_and_slash", 17408, 23552, 1], "23": ["vertical_and_slash", 17408, 23552, 0], "24": ["vertical_and_slash", 17408, 23552, 0], "25": ["vertical_and_slash", 17408, 23552, 257], "26": ["vertical_and_slash", 17408, 23552, 101782], "27": ["vertical_and_slash", 17408, 23552, 2], "28": ["vertical_and_slash", 17408, 23552, 2], "29": ["vertical_and_slash", 17408, 23552, 0], "30": ["vertical_and_slash", 17408, 23552, 109], "31": ["vertical_and_slash", 17408, 23552, 1949]}, {"0": ["vertical_and_slash", 17408, 23552, 50], "1": ["vertical_and_slash", 17408, 23552, 68], "2": ["vertical_and_slash", 17408, 23552, 36419], "3": ["vertical_and_slash", 17408, 23552, 1791], "4": ["vertical_and_slash", 17408, 23552, 256], "5": ["vertical_and_slash", 17408, 23552, 50117], "6": ["vertical_and_slash", 17408, 23552, 83029], "7": ["vertical_and_slash", 17408, 23552, 1], "8": ["vertical_and_slash", 17408, 23552, 1970], "9": ["vertical_and_slash", 17408, 23552, 5014], "10": ["vertical_and_slash", 17408, 23552, 326], "11": ["vertical_and_slash", 20480, 20480, 0], "12": ["vertical_and_slash", 17408, 23552, 7371], "13": ["vertical_and_slash", 17408, 23552, 28977], "14": ["vertical_and_slash", 17408, 23552, 0], "15": ["vertical_and_slash", 17408, 23552, 217], "16": ["vertical_and_slash", 17408, 23552, 2], "17": ["vertical_and_slash", 17408, 23552, 0], "18": ["vertical_and_slash", 17408, 23552, 197], "19": ["vertical_and_slash", 17408, 23552, 1], "20": ["vertical_and_slash", 17408, 23552, 0], "21": ["vertical_and_slash", 17408, 23552, 13], "22": ["vertical_and_slash", 17408, 23552, 171753], "23": ["vertical_and_slash", 17408, 23552, 0], "24": ["vertical_and_slash", 17408, 23552, 1], "25": ["vertical_and_slash", 17408, 23552, 3], "26": ["vertical_and_slash", 17408, 23552, 0], "27": ["vertical_and_slash", 17408, 23552, 110], "28": ["vertical_and_slash", 17408, 23552, 0], "29": ["vertical_and_slash", 17408, 23552, 9], "30": ["vertical_and_slash", 22528, 18432, 3], "31": ["vertical_and_slash", 17408, 23552, 17]}, {"0": ["vertical_and_slash", 17408, 23552, 2], "1": ["vertical_and_slash", 17408, 23552, 0], "2": ["vertical_and_slash", 17408, 23552, 0], "3": ["vertical_and_slash", 17408, 23552, 1], "4": ["vertical_and_slash", 17408, 23552, 0], "5": ["vertical_and_slash", 17408, 23552, 0], "6": ["vertical_and_slash", 17408, 23552, 0], "7": ["vertical_and_slash", 17408, 23552, 0], "8": ["vertical_and_slash", 17408, 23552, 4], "9": ["vertical_and_slash", 17408, 23552, 0], "10": ["vertical_and_slash", 17408, 23552, 1], "11": ["vertical_and_slash", 17408, 23552, 0], "12": ["vertical_and_slash", 17408, 23552, 0], "13": ["vertical_and_slash", 17408, 23552, 0], "14": ["vertical_and_slash", 17408, 23552, 1], "15": ["vertical_and_slash", 17408, 23552, 0], "16": ["vertical_and_slash", 22528, 18432, 22], "17": ["vertical_and_slash", 17408, 23552, 3], "18": ["vertical_and_slash", 17408, 23552, 0], "19": ["vertical_and_slash", 19456, 21504, 40], "20": ["vertical_and_slash", 22528, 18432, 243618], "21": ["vertical_and_slash", 17408, 23552, 27301], "22": ["vertical_and_slash", 17408, 23552, 0], "23": ["vertical_and_slash", 17408, 23552, 0], "24": ["vertical_and_slash", 17408, 23552, 969], "25": ["vertical_and_slash", 17408, 23552, 67372], "26": ["vertical_and_slash", 17408, 23552, 64335], "27": ["vertical_and_slash", 17408, 23552, 0], "28": ["vertical_and_slash", 17408, 23552, 1367], "29": ["vertical_and_slash", 17408, 23552, 45], "30": ["vertical_and_slash", 17408, 23552, 1255870], "31": ["vertical_and_slash", 17408, 23552, 1254]}, {"0": ["vertical_and_slash", 17408, 23552, 19009], "1": ["vertical_and_slash", 17408, 23552, 4], "2": ["vertical_and_slash", 17408, 23552, 2], "3": ["vertical_and_slash", 21504, 19456, 4505], "4": ["vertical_and_slash", 17408, 23552, 39], "5": ["vertical_and_slash", 17408, 23552, 0], "6": ["vertical_and_slash", 17408, 23552, 36517], "7": ["vertical_and_slash", 17408, 23552, 0], "8": ["vertical_and_slash", 17408, 23552, 19], "9": ["vertical_and_slash", 17408, 23552, 57], "10": ["vertical_and_slash", 17408, 23552, 0], "11": ["vertical_and_slash", 17408, 23552, 0], "12": ["vertical_and_slash", 17408, 23552, 9], "13": ["vertical_and_slash", 17408, 23552, 2], "14": ["vertical_and_slash", 17408, 23552, 0], "15": ["vertical_and_slash", 17408, 23552, 0], "16": ["vertical_and_slash", 17408, 23552, 0], "17": ["vertical_and_slash", 17408, 23552, 0], "18": ["vertical_and_slash", 17408, 23552, 0], "19": ["vertical_and_slash", 17408, 23552, 0], "20": ["vertical_and_slash", 17408, 23552, 0], "21": ["vertical_and_slash", 17408, 23552, 0], "22": ["vertical_and_slash", 17408, 23552, 0], "23": ["vertical_and_slash", 17408, 23552, 7], "24": ["vertical_and_slash", 17408, 23552, 132907], "25": ["vertical_and_slash", 23552, 17408, 161127], "26": ["vertical_and_slash", 17408, 23552, 311847], "27": ["vertical_and_slash", 17408, 23552, 457555], "28": ["vertical_and_slash", 17408, 23552, 87], "29": ["vertical_and_slash", 17408, 23552, 0], "30": ["vertical_and_slash", 17408, 23552, 2385315], "31": ["vertical_and_slash", 17408, 23552, 12481]}, {"0": ["vertical_and_slash", 17408, 23552, 0], "1": ["vertical_and_slash", 17408, 23552, 0], "2": ["vertical_and_slash", 17408, 23552, 104], "3": ["vertical_and_slash", 17408, 23552, 0], "4": ["vertical_and_slash", 17408, 23552, 0], "5": ["vertical_and_slash", 17408, 23552, 1], "6": ["vertical_and_slash", 19456, 21504, 392], "7": ["vertical_and_slash", 17408, 23552, 310], "8": ["vertical_and_slash", 17408, 23552, 0], "9": ["vertical_and_slash", 17408, 23552, 4], "10": ["vertical_and_slash", 17408, 23552, 1795], "11": ["vertical_and_slash", 17408, 23552, 102], "12": ["vertical_and_slash", 17408, 23552, 0], "13": ["vertical_and_slash", 17408, 23552, 91], "14": ["vertical_and_slash", 18432, 22528, 279], "15": ["vertical_and_slash", 17408, 23552, 3270], "16": ["vertical_and_slash", 17408, 23552, 1], "17": ["vertical_and_slash", 17408, 23552, 9142], "18": ["vertical_and_slash", 17408, 23552, 1211], "19": ["vertical_and_slash", 17408, 23552, 20], "20": ["vertical_and_slash", 17408, 23552, 0], "21": ["vertical_and_slash", 17408, 23552, 204], "22": ["vertical_and_slash", 17408, 23552, 2], "23": ["vertical_and_slash", 17408, 23552, 62], "24": ["vertical_and_slash", 21504, 19456, 40], "25": ["vertical_and_slash", 23552, 17408, 8822], "26": ["vertical_and_slash", 17408, 23552, 1452], "27": ["vertical_and_slash", 19456, 21504, 162], "28": ["vertical_and_slash", 17408, 23552, 0], "29": ["vertical_and_slash", 17408, 23552, 0], "30": ["vertical_and_slash", 17408, 23552, 0], "31": ["vertical_and_slash", 17408, 23552, 1]}, {"0": ["vertical_and_slash", 17408, 23552, 0], "1": ["vertical_and_slash", 18432, 22528, 33490], "2": ["vertical_and_slash", 20480, 20480, 471546], "3": ["vertical_and_slash", 17408, 23552, 0], "4": ["vertical_and_slash", 17408, 23552, 331], "5": ["vertical_and_slash", 17408, 23552, 0], "6": ["vertical_and_slash", 23552, 17408, 296387], "7": ["vertical_and_slash", 19456, 21504, 3], "8": ["vertical_and_slash", 19456, 21504, 217544], "9": ["vertical_and_slash", 23552, 17408, 1601269], "10": ["vertical_and_slash", 17408, 23552, 35], "11": ["vertical_and_slash", 17408, 23552, 51192], "12": ["vertical_and_slash", 19456, 21504, 142], "13": ["vertical_and_slash", 22528, 18432, 959], "14": ["vertical_and_slash", 17408, 23552, 0], "15": ["vertical_and_slash", 17408, 23552, 6], "16": ["vertical_and_slash", 17408, 23552, 0], "17": ["vertical_and_slash", 17408, 23552, 7018], "18": ["vertical_and_slash", 17408, 23552, 1353], "19": ["vertical_and_slash", 17408, 23552, 799], "20": ["vertical_and_slash", 17408, 23552, 0], "21": ["vertical_and_slash", 18432, 22528, 1128], "22": ["vertical_and_slash", 17408, 23552, 0], "23": ["vertical_and_slash", 17408, 23552, 3224], "24": ["vertical_and_slash", 17408, 23552, 174403], "25": ["vertical_and_slash", 17408, 23552, 46], "26": ["vertical_and_slash", 17408, 23552, 1341266], "27": ["vertical_and_slash", 19456, 21504, 1158569], "28": ["vertical_and_slash", 17408, 23552, 39], "29": ["vertical_and_slash", 17408, 23552, 10020], "30": ["vertical_and_slash", 17408, 23552, 0], "31": ["vertical_and_slash", 17408, 23552, 879]}, {"0": ["vertical_and_slash", 17408, 23552, 0], "1": ["vertical_and_slash", 18432, 22528, 330], "2": ["vertical_and_slash", 17408, 23552, 0], "3": ["vertical_and_slash", 17408, 23552, 4216], "4": ["vertical_and_slash", 17408, 23552, 30501], "5": ["vertical_and_slash", 17408, 23552, 82], "6": ["vertical_and_slash", 17408, 23552, 8068], "7": ["vertical_and_slash", 17408, 23552, 0], "8": ["vertical_and_slash", 17408, 23552, 1898], "9": ["vertical_and_slash", 17408, 23552, 0], "10": ["vertical_and_slash", 17408, 23552, 0], "11": ["vertical_and_slash", 17408, 23552, 13], "12": ["vertical_and_slash", 17408, 23552, 3482], "13": ["vertical_and_slash", 17408, 23552, 0], "14": ["vertical_and_slash", 23552, 17408, 2417342], "15": ["vertical_and_slash", 17408, 23552, 31], "16": ["vertical_and_slash", 17408, 23552, 1], "17": ["vertical_and_slash", 17408, 23552, 872], "18": ["vertical_and_slash", 17408, 23552, 0], "19": ["vertical_and_slash", 17408, 23552, 3648], "20": ["vertical_and_slash", 17408, 23552, 0], "21": ["vertical_and_slash", 17408, 23552, 20795], "22": ["vertical_and_slash", 17408, 23552, 17220], "23": ["vertical_and_slash", 22528, 18432, 146710], "24": ["vertical_and_slash", 17408, 23552, 154], "25": ["vertical_and_slash", 17408, 23552, 481], "26": ["vertical_and_slash", 17408, 23552, 511652], "27": ["vertical_and_slash", 17408, 23552, 24], "28": ["vertical_and_slash", 17408, 23552, 21015], "29": ["vertical_and_slash", 17408, 23552, 442], "30": ["vertical_and_slash", 18432, 22528, 39], "31": ["vertical_and_slash", 19456, 21504, 16510]}, {"0": ["vertical_and_slash", 23552, 17408, 19758], "1": ["vertical_and_slash", 22528, 18432, 717], "2": ["vertical_and_slash", 23552, 17408, 9094], "3": ["vertical_and_slash", 22528, 18432, 7664], "4": ["vertical_and_slash", 18432, 22528, 9020], "5": ["vertical_and_slash", 22528, 18432, 5940], "6": ["vertical_and_slash", 20480, 20480, 12025], "7": ["vertical_and_slash", 17408, 23552, 10420], "8": ["vertical_and_slash", 17408, 23552, 0], "9": ["vertical_and_slash", 17408, 23552, 0], "10": ["vertical_and_slash", 18432, 22528, 43451], "11": ["vertical_and_slash", 18432, 22528, 2479134], "12": ["vertical_and_slash", 23552, 17408, 51509], "13": ["vertical_and_slash", 17408, 23552, 142032], "14": ["vertical_and_slash", 18432, 22528, 299], "15": ["vertical_and_slash", 17408, 23552, 0], "16": ["vertical_and_slash", 23552, 17408, 3444], "17": ["vertical_and_slash", 19456, 21504, 371], "18": ["vertical_and_slash", 18432, 22528, 3635], "19": ["vertical_and_slash", 17408, 23552, 84], "20": ["vertical_and_slash", 17408, 23552, 4483], "21": ["vertical_and_slash", 19456, 21504, 1861], "22": ["vertical_and_slash", 21504, 19456, 10292], "23": ["vertical_and_slash", 17408, 23552, 1046], "24": ["vertical_and_slash", 17408, 23552, 10850], "25": ["vertical_and_slash", 20480, 20480, 880], "26": ["vertical_and_slash", 17408, 23552, 1297816], "27": ["vertical_and_slash", 17408, 23552, 1570], "28": ["vertical_and_slash", 17408, 23552, 1302], "29": ["vertical_and_slash", 17408, 23552, 196133], "30": ["vertical_and_slash", 17408, 23552, 1951], "31": ["vertical_and_slash", 22528, 18432, 2914]}, {"0": ["vertical_and_slash", 17408, 23552, 0], "1": ["vertical_and_slash", 17408, 23552, 6], "2": ["vertical_and_slash", 17408, 23552, 41], "3": ["vertical_and_slash", 17408, 23552, 473443], "4": ["vertical_and_slash", 17408, 23552, 0], "5": ["vertical_and_slash", 17408, 23552, 0], "6": ["vertical_and_slash", 17408, 23552, 0], "7": ["vertical_and_slash", 17408, 23552, 0], "8": ["vertical_and_slash", 17408, 23552, 0], "9": ["vertical_and_slash", 23552, 17408, 171228], "10": ["vertical_and_slash", 17408, 23552, 0], "11": ["vertical_and_slash", 17408, 23552, 0], "12": ["vertical_and_slash", 23552, 17408, 4515], "13": ["vertical_and_slash", 17408, 23552, 0], "14": ["vertical_and_slash", 17408, 23552, 0], "15": ["vertical_and_slash", 17408, 23552, 0], "16": ["vertical_and_slash", 17408, 23552, 40], "17": ["vertical_and_slash", 17408, 23552, 1343198], "18": ["vertical_and_slash", 17408, 23552, 84], "19": ["vertical_and_slash", 17408, 23552, 123491], "20": ["vertical_and_slash", 17408, 23552, 2166148], "21": ["vertical_and_slash", 17408, 23552, 241], "22": ["vertical_and_slash", 17408, 23552, 45], "23": ["vertical_and_slash", 17408, 23552, 4247430], "24": ["vertical_and_slash", 19456, 21504, 256], "25": ["vertical_and_slash", 20480, 20480, 245], "26": ["vertical_and_slash", 21504, 19456, 8902], "27": ["vertical_and_slash", 19456, 21504, 14], "28": ["vertical_and_slash", 17408, 23552, 119], "29": ["vertical_and_slash", 17408, 23552, 10950], "30": ["vertical_and_slash", 18432, 22528, 1383], "31": ["vertical_and_slash", 17408, 23552, 250]}, {"0": ["vertical_and_slash", 17408, 23552, 1], "1": ["vertical_and_slash", 17408, 23552, 0], "2": ["vertical_and_slash", 17408, 23552, 4], "3": ["vertical_and_slash", 23552, 17408, 40565], "4": ["vertical_and_slash", 17408, 23552, 1309], "5": ["vertical_and_slash", 17408, 23552, 48010], "6": ["vertical_and_slash", 17408, 23552, 0], "7": ["vertical_and_slash", 21504, 19456, 37711], "8": ["vertical_and_slash", 17408, 23552, 477238], "9": ["vertical_and_slash", 23552, 17408, 9019], "10": ["vertical_and_slash", 17408, 23552, 365], "11": ["vertical_and_slash", 17408, 23552, 67615], "12": ["vertical_and_slash", 23552, 17408, 34521], "13": ["vertical_and_slash", 23552, 17408, 41053], "14": ["vertical_and_slash", 21504, 19456, 8], "15": ["vertical_and_slash", 17408, 23552, 1], "16": ["vertical_and_slash", 22528, 18432, 26], "17": ["vertical_and_slash", 17408, 23552, 782], "18": ["vertical_and_slash", 17408, 23552, 0], "19": ["vertical_and_slash", 17408, 23552, 0], "20": ["vertical_and_slash", 19456, 21504, 14599], "21": ["vertical_and_slash", 17408, 23552, 0], "22": ["vertical_and_slash", 22528, 18432, 3410], "23": ["vertical_and_slash", 17408, 23552, 0], "24": ["vertical_and_slash", 17408, 23552, 80665], "25": ["vertical_and_slash", 17408, 23552, 317616], "26": ["vertical_and_slash", 19456, 21504, 43819], "27": ["vertical_and_slash", 23552, 17408, 209], "28": ["vertical_and_slash", 18432, 22528, 701], "29": ["vertical_and_slash", 17408, 23552, 34], "30": ["vertical_and_slash", 17408, 23552, 2233], "31": ["vertical_and_slash", 20480, 20480, 3144]}, {"0": ["vertical_and_slash", 17408, 23552, 159525], "1": ["vertical_and_slash", 17408, 23552, 26], "2": ["vertical_and_slash", 18432, 22528, 20], "3": ["vertical_and_slash", 17408, 23552, 9783], "4": ["vertical_and_slash", 17408, 23552, 18], "5": ["vertical_and_slash", 17408, 23552, 154], "6": ["vertical_and_slash", 17408, 23552, 0], "7": ["vertical_and_slash", 17408, 23552, 78], "8": ["vertical_and_slash", 17408, 23552, 0], "9": ["vertical_and_slash", 17408, 23552, 0], "10": ["vertical_and_slash", 17408, 23552, 0], "11": ["vertical_and_slash", 17408, 23552, 0], "12": ["vertical_and_slash", 17408, 23552, 0], "13": ["vertical_and_slash", 17408, 23552, 354782], "14": ["vertical_and_slash", 17408, 23552, 47], "15": ["vertical_and_slash", 17408, 23552, 666900], "16": ["vertical_and_slash", 17408, 23552, 3], "17": ["vertical_and_slash", 18432, 22528, 241], "18": ["vertical_and_slash", 17408, 23552, 4], "19": ["vertical_and_slash", 17408, 23552, 0], "20": ["vertical_and_slash", 17408, 23552, 0], "21": ["vertical_and_slash", 17408, 23552, 0], "22": ["vertical_and_slash", 17408, 23552, 1231], "23": ["vertical_and_slash", 17408, 23552, 0], "24": ["vertical_and_slash", 17408, 23552, 0], "25": ["vertical_and_slash", 19456, 21504, 1], "26": ["vertical_and_slash", 17408, 23552, 0], "27": ["vertical_and_slash", 18432, 22528, 0], "28": ["vertical_and_slash", 17408, 23552, 16], "29": ["vertical_and_slash", 17408, 23552, 0], "30": ["vertical_and_slash", 17408, 23552, 0], "31": ["vertical_and_slash", 17408, 23552, 27]}, {"0": ["vertical_and_slash", 17408, 23552, 3784], "1": ["vertical_and_slash", 21504, 19456, 2410], "2": ["vertical_and_slash", 22528, 18432, 2322], "3": ["vertical_and_slash", 18432, 22528, 5488], "4": ["vertical_and_slash", 21504, 19456, 303], "5": ["vertical_and_slash", 17408, 23552, 1157], "6": ["vertical_and_slash", 17408, 23552, 2418], "7": ["vertical_and_slash", 17408, 23552, 1450], "8": ["vertical_and_slash", 17408, 23552, 2], "9": ["vertical_and_slash", 17408, 23552, 14348], "10": ["vertical_and_slash", 17408, 23552, 510], "11": ["vertical_and_slash", 17408, 23552, 47], "12": ["vertical_and_slash", 17408, 23552, 3744788], "13": ["vertical_and_slash", 17408, 23552, 14114], "14": ["vertical_and_slash", 17408, 23552, 37], "15": ["vertical_and_slash", 17408, 23552, 597], "16": ["vertical_and_slash", 19456, 21504, 10650], "17": ["vertical_and_slash", 17408, 23552, 18609], "18": ["vertical_and_slash", 17408, 23552, 8412], "19": ["vertical_and_slash", 17408, 23552, 20630], "20": ["vertical_and_slash", 17408, 23552, 19238], "21": ["vertical_and_slash", 17408, 23552, 18565], "22": ["vertical_and_slash", 17408, 23552, 27597], "23": ["vertical_and_slash", 17408, 23552, 11451], "24": ["vertical_and_slash", 17408, 23552, 35], "25": ["vertical_and_slash", 17408, 23552, 58774], "26": ["vertical_and_slash", 22528, 18432, 907], "27": ["vertical_and_slash", 17408, 23552, 67440], "28": ["vertical_and_slash", 17408, 23552, 24899], "29": ["vertical_and_slash", 17408, 23552, 0], "30": ["vertical_and_slash", 18432, 22528, 6], "31": ["vertical_and_slash", 17408, 23552, 2842]}, {"0": ["vertical_and_slash", 17408, 23552, 1611], "1": ["vertical_and_slash", 17408, 23552, 10053], "2": ["vertical_and_slash", 17408, 23552, 0], "3": ["vertical_and_slash", 23552, 17408, 5669], "4": ["vertical_and_slash", 17408, 23552, 410780], "5": ["vertical_and_slash", 19456, 21504, 33158], "6": ["vertical_and_slash", 17408, 23552, 1], "7": ["vertical_and_slash", 17408, 23552, 15930], "8": ["vertical_and_slash", 17408, 23552, 0], "9": ["vertical_and_slash", 17408, 23552, 0], "10": ["vertical_and_slash", 17408, 23552, 1387], "11": ["vertical_and_slash", 17408, 23552, 0], "12": ["vertical_and_slash", 17408, 23552, 1], "13": ["vertical_and_slash", 17408, 23552, 1], "14": ["vertical_and_slash", 17408, 23552, 15], "15": ["vertical_and_slash", 17408, 23552, 0], "16": ["vertical_and_slash", 17408, 23552, 1514], "17": ["vertical_and_slash", 17408, 23552, 382408], "18": ["vertical_and_slash", 17408, 23552, 93320], "19": ["vertical_and_slash", 17408, 23552, 106949], "20": ["vertical_and_slash", 17408, 23552, 2115148], "21": ["vertical_and_slash", 17408, 23552, 6683], "22": ["vertical_and_slash", 17408, 23552, 69], "23": ["vertical_and_slash", 17408, 23552, 13776], "24": ["vertical_and_slash", 17408, 23552, 251], "25": ["vertical_and_slash", 17408, 23552, 0], "26": ["vertical_and_slash", 17408, 23552, 151934], "27": ["vertical_and_slash", 20480, 20480, 25], "28": ["vertical_and_slash", 17408, 23552, 231], "29": ["vertical_and_slash", 17408, 23552, 42411], "30": ["vertical_and_slash", 17408, 23552, 52], "31": ["vertical_and_slash", 17408, 23552, 747271]}, {"0": ["vertical_and_slash", 17408, 23552, 155248], "1": ["vertical_and_slash", 17408, 23552, 16462], "2": ["vertical_and_slash", 17408, 23552, 2676007], "3": ["vertical_and_slash", 17408, 23552, 18223], "4": ["vertical_and_slash", 17408, 23552, 39717], "5": ["vertical_and_slash", 17408, 23552, 87315], "6": ["vertical_and_slash", 17408, 23552, 1001555], "7": ["vertical_and_slash", 17408, 23552, 243944], "8": ["vertical_and_slash", 17408, 23552, 162711], "9": ["vertical_and_slash", 17408, 23552, 66505], "10": ["vertical_and_slash", 17408, 23552, 337279], "11": ["vertical_and_slash", 17408, 23552, 90795], "12": ["vertical_and_slash", 17408, 23552, 497463], "13": ["vertical_and_slash", 17408, 23552, 1550615], "14": ["vertical_and_slash", 22528, 18432, 737], "15": ["vertical_and_slash", 17408, 23552, 269571], "16": ["vertical_and_slash", 17408, 23552, 7256], "17": ["vertical_and_slash", 17408, 23552, 30487], "18": ["vertical_and_slash", 17408, 23552, 8133], "19": ["vertical_and_slash", 17408, 23552, 8273], "20": ["vertical_and_slash", 17408, 23552, 1442], "21": ["vertical_and_slash", 17408, 23552, 39333], "22": ["vertical_and_slash", 17408, 23552, 127337], "23": ["vertical_and_slash", 17408, 23552, 21711], "24": ["vertical_and_slash", 17408, 23552, 116], "25": ["vertical_and_slash", 17408, 23552, 238], "26": ["vertical_and_slash", 17408, 23552, 3], "27": ["vertical_and_slash", 17408, 23552, 1225], "28": ["vertical_and_slash", 17408, 23552, 131], "29": ["vertical_and_slash", 17408, 23552, 335225], "30": ["vertical_and_slash", 17408, 23552, 453], "31": ["vertical_and_slash", 17408, 23552, 1]}, {"0": ["vertical_and_slash", 17408, 23552, 1859], "1": ["vertical_and_slash", 17408, 23552, 4309], "2": ["vertical_and_slash", 17408, 23552, 5292], "3": ["vertical_and_slash", 17408, 23552, 115], "4": ["vertical_and_slash", 21504, 19456, 3377], "5": ["vertical_and_slash", 17408, 23552, 223], "6": ["vertical_and_slash", 18432, 22528, 851], "7": ["vertical_and_slash", 17408, 23552, 1520], "8": ["vertical_and_slash", 17408, 23552, 4402], "9": ["vertical_and_slash", 17408, 23552, 337], "10": ["vertical_and_slash", 17408, 23552, 2286], "11": ["vertical_and_slash", 17408, 23552, 885], "12": ["vertical_and_slash", 18432, 22528, 6238], "13": ["vertical_and_slash", 17408, 23552, 8082], "14": ["vertical_and_slash", 17408, 23552, 12581], "15": ["vertical_and_slash", 18432, 22528, 104], "16": ["vertical_and_slash", 17408, 23552, 1526], "17": ["vertical_and_slash", 17408, 23552, 24665], "18": ["vertical_and_slash", 17408, 23552, 15], "19": ["vertical_and_slash", 17408, 23552, 748], "20": ["vertical_and_slash", 17408, 23552, 27362], "21": ["vertical_and_slash", 17408, 23552, 182331], "22": ["vertical_and_slash", 17408, 23552, 14001], "23": ["vertical_and_slash", 17408, 23552, 5633090], "24": ["vertical_and_slash", 17408, 23552, 4448], "25": ["vertical_and_slash", 17408, 23552, 32830], "26": ["vertical_and_slash", 17408, 23552, 98286], "27": ["vertical_and_slash", 17408, 23552, 1020], "28": ["vertical_and_slash", 17408, 23552, 57407], "29": ["vertical_and_slash", 19456, 21504, 4124], "30": ["vertical_and_slash", 17408, 23552, 56574], "31": ["vertical_and_slash", 17408, 23552, 213118]}, {"0": ["vertical_and_slash", 17408, 23552, 353880], "1": ["vertical_and_slash", 17408, 23552, 74734], "2": ["vertical_and_slash", 18432, 22528, 33], "3": ["vertical_and_slash", 17408, 23552, 119441], "4": ["vertical_and_slash", 17408, 23552, 72354], "5": ["vertical_and_slash", 19456, 21504, 21503], "6": ["vertical_and_slash", 17408, 23552, 7818160], "7": ["vertical_and_slash", 17408, 23552, 42805], "8": ["vertical_and_slash", 17408, 23552, 3136110], "9": ["vertical_and_slash", 18432, 22528, 55813], "10": ["vertical_and_slash", 17408, 23552, 4198], "11": ["vertical_and_slash", 20480, 20480, 623], "12": ["vertical_and_slash", 18432, 22528, 321283], "13": ["vertical_and_slash", 17408, 23552, 133435], "14": ["vertical_and_slash", 19456, 21504, 11083], "15": ["vertical_and_slash", 17408, 23552, 8090], "16": ["vertical_and_slash", 17408, 23552, 12], "17": ["vertical_and_slash", 17408, 23552, 1030], "18": ["vertical_and_slash", 17408, 23552, 634], "19": ["vertical_and_slash", 17408, 23552, 0], "20": ["vertical_and_slash", 18432, 22528, 119], "21": ["vertical_and_slash", 17408, 23552, 3], "22": ["vertical_and_slash", 17408, 23552, 11], "23": ["vertical_and_slash", 17408, 23552, 999], "24": ["vertical_and_slash", 17408, 23552, 849482], "25": ["vertical_and_slash", 17408, 23552, 1165420], "26": ["vertical_and_slash", 17408, 23552, 1686334], "27": ["vertical_and_slash", 17408, 23552, 3693224], "28": ["vertical_and_slash", 17408, 23552, 2780560], "29": ["vertical_and_slash", 17408, 23552, 903119], "30": ["vertical_and_slash", 17408, 23552, 8934691], "31": ["vertical_and_slash", 17408, 23552, 328006]}, {"0": ["vertical_and_slash", 17408, 23552, 2899], "1": ["vertical_and_slash", 17408, 23552, 6104], "2": ["vertical_and_slash", 17408, 23552, 3005], "3": ["vertical_and_slash", 17408, 23552, 16097], "4": ["vertical_and_slash", 17408, 23552, 326], "5": ["vertical_and_slash", 17408, 23552, 9520], "6": ["vertical_and_slash", 17408, 23552, 317], "7": ["vertical_and_slash", 17408, 23552, 16141], "8": ["vertical_and_slash", 17408, 23552, 24], "9": ["vertical_and_slash", 17408, 23552, 3490], "10": ["vertical_and_slash", 17408, 23552, 103], "11": ["vertical_and_slash", 17408, 23552, 4], "12": ["vertical_and_slash", 17408, 23552, 169], "13": ["vertical_and_slash", 17408, 23552, 31], "14": ["vertical_and_slash", 17408, 23552, 1346], "15": ["vertical_and_slash", 17408, 23552, 141], "16": ["vertical_and_slash", 17408, 23552, 4616035], "17": ["vertical_and_slash", 17408, 23552, 481768], "18": ["vertical_and_slash", 17408, 23552, 60970], "19": ["vertical_and_slash", 17408, 23552, 3785974], "20": ["vertical_and_slash", 17408, 23552, 11854], "21": ["vertical_and_slash", 17408, 23552, 1366600], "22": ["vertical_and_slash", 17408, 23552, 878221], "23": ["vertical_and_slash", 17408, 23552, 170761], "24": ["vertical_and_slash", 21504, 19456, 2131], "25": ["vertical_and_slash", 17408, 23552, 3273], "26": ["vertical_and_slash", 17408, 23552, 5996], "27": ["vertical_and_slash", 17408, 23552, 28097], "28": ["vertical_and_slash", 18432, 22528, 8], "29": ["vertical_and_slash", 20480, 20480, 9731], "30": ["vertical_and_slash", 17408, 23552, 15957], "31": ["vertical_and_slash", 17408, 23552, 79389]}, {"0": ["vertical_and_slash", 21504, 19456, 13086], "1": ["vertical_and_slash", 17408, 23552, 3123719], "2": ["vertical_and_slash", 17408, 23552, 1583891], "3": ["vertical_and_slash", 17408, 23552, 45829], "4": ["vertical_and_slash", 17408, 23552, 286140], "5": ["vertical_and_slash", 17408, 23552, 4103978], "6": ["vertical_and_slash", 17408, 23552, 773343], "7": ["vertical_and_slash", 17408, 23552, 1834720], "8": ["vertical_and_slash", 17408, 23552, 846112], "9": ["vertical_and_slash", 20480, 20480, 4137015], "10": ["vertical_and_slash", 17408, 23552, 44198], "11": ["vertical_and_slash", 17408, 23552, 450754], "12": ["vertical_and_slash", 17408, 23552, 501849], "13": ["vertical_and_slash", 21504, 19456, 23889], "14": ["vertical_and_slash", 17408, 23552, 180], "15": ["vertical_and_slash", 17408, 23552, 11], "16": ["vertical_and_slash", 17408, 23552, 4138], "17": ["vertical_and_slash", 17408, 23552, 446995], "18": ["vertical_and_slash", 17408, 23552, 2317898], "19": ["vertical_and_slash", 17408, 23552, 1443055], "20": ["vertical_and_slash", 17408, 23552, 323], "21": ["vertical_and_slash", 17408, 23552, 202092], "22": ["vertical_and_slash", 17408, 23552, 55332], "23": ["vertical_and_slash", 17408, 23552, 398255], "24": ["vertical_and_slash", 17408, 23552, 432646], "25": ["vertical_and_slash", 17408, 23552, 12392], "26": ["vertical_and_slash", 17408, 23552, 1774183], "27": ["vertical_and_slash", 17408, 23552, 737134], "28": ["vertical_and_slash", 17408, 23552, 328075], "29": ["vertical_and_slash", 17408, 23552, 1152555], "30": ["vertical_and_slash", 17408, 23552, 3411], "31": ["vertical_and_slash", 17408, 23552, 74648]}, {"0": ["vertical_and_slash", 17408, 23552, 901955], "1": ["vertical_and_slash", 17408, 23552, 106934], "2": ["vertical_and_slash", 17408, 23552, 3160], "3": ["vertical_and_slash", 17408, 23552, 2925902], "4": ["vertical_and_slash", 17408, 23552, 4716819], "5": ["vertical_and_slash", 17408, 23552, 2944994], "6": ["vertical_and_slash", 17408, 23552, 3529449], "7": ["vertical_and_slash", 17408, 23552, 2844361], "8": ["vertical_and_slash", 17408, 23552, 1597717], "9": ["vertical_and_slash", 17408, 23552, 389], "10": ["vertical_and_slash", 17408, 23552, 615234], "11": ["vertical_and_slash", 17408, 23552, 4036160], "12": ["vertical_and_slash", 17408, 23552, 241578], "13": ["vertical_and_slash", 17408, 23552, 186043], "14": ["vertical_and_slash", 18432, 22528, 10536896], "15": ["vertical_and_slash", 17408, 23552, 181833], "16": ["vertical_and_slash", 17408, 23552, 3005], "17": ["vertical_and_slash", 17408, 23552, 205862], "18": ["vertical_and_slash", 17408, 23552, 313], "19": ["vertical_and_slash", 21504, 19456, 357225], "20": ["vertical_and_slash", 17408, 23552, 5825], "21": ["vertical_and_slash", 17408, 23552, 5146], "22": ["vertical_and_slash", 17408, 23552, 5107], "23": ["vertical_and_slash", 17408, 23552, 240077], "24": ["vertical_and_slash", 17408, 23552, 88725], "25": ["vertical_and_slash", 17408, 23552, 32070], "26": ["vertical_and_slash", 18432, 22528, 6591587], "27": ["vertical_and_slash", 17408, 23552, 102155], "28": ["vertical_and_slash", 17408, 23552, 670303], "29": ["vertical_and_slash", 17408, 23552, 82536], "30": ["vertical_and_slash", 17408, 23552, 104542], "31": ["vertical_and_slash", 17408, 23552, 1872880]}, {"0": ["vertical_and_slash", 19456, 21504, 54318], "1": ["vertical_and_slash", 22528, 18432, 171441], "2": ["vertical_and_slash", 22528, 18432, 150669], "3": ["vertical_and_slash", 22528, 18432, 168362], "4": ["vertical_and_slash", 17408, 23552, 66063], "5": ["vertical_and_slash", 21504, 19456, 77908], "6": ["vertical_and_slash", 22528, 18432, 46360], "7": ["vertical_and_slash", 19456, 21504, 73162], "8": ["vertical_and_slash", 17408, 23552, 2059060], "9": ["vertical_and_slash", 20480, 20480, 2], "10": ["vertical_and_slash", 17408, 23552, 6903343], "11": ["vertical_and_slash", 20480, 20480, 957553], "12": ["vertical_and_slash", 20480, 20480, 67032], "13": ["vertical_and_slash", 18432, 22528, 3873568], "14": ["vertical_and_slash", 23552, 17408, 764387], "15": ["vertical_and_slash", 17408, 23552, 16], "16": ["vertical_and_slash", 21504, 19456, 20557], "17": ["vertical_and_slash", 22528, 18432, 622399], "18": ["vertical_and_slash", 22528, 18432, 24243], "19": ["vertical_and_slash", 19456, 21504, 1839], "20": ["vertical_and_slash", 20480, 20480, 35611], "21": ["vertical_and_slash", 21504, 19456, 14222], "22": ["vertical_and_slash", 20480, 20480, 72939], "23": ["vertical_and_slash", 21504, 19456, 23815], "24": ["vertical_and_slash", 17408, 23552, 86969], "25": ["vertical_and_slash", 17408, 23552, 258196], "26": ["vertical_and_slash", 17408, 23552, 1471324], "27": ["vertical_and_slash", 17408, 23552, 83540], "28": ["vertical_and_slash", 17408, 23552, 70411], "29": ["vertical_and_slash", 17408, 23552, 133124], "30": ["vertical_and_slash", 17408, 23552, 7555], "31": ["vertical_and_slash", 17408, 23552, 60243]}, {"0": ["vertical_and_slash", 17408, 23552, 28736], "1": ["vertical_and_slash", 17408, 23552, 12593], "2": ["vertical_and_slash", 17408, 23552, 119390], "3": ["vertical_and_slash", 17408, 23552, 3663365], "4": ["vertical_and_slash", 17408, 23552, 1082756], "5": ["vertical_and_slash", 17408, 23552, 403826], "6": ["vertical_and_slash", 17408, 23552, 112], "7": ["vertical_and_slash", 17408, 23552, 511], "8": ["vertical_and_slash", 20480, 20480, 4], "9": ["vertical_and_slash", 17408, 23552, 3947022], "10": ["vertical_and_slash", 19456, 21504, 47460], "11": ["vertical_and_slash", 19456, 21504, 64211], "12": ["vertical_and_slash", 22528, 18432, 31032], "13": ["vertical_and_slash", 20480, 20480, 1656], "14": ["vertical_and_slash", 19456, 21504, 67], "15": ["vertical_and_slash", 17408, 23552, 174059], "16": ["vertical_and_slash", 17408, 23552, 314459], "17": ["vertical_and_slash", 17408, 23552, 2436992], "18": ["vertical_and_slash", 17408, 23552, 239040], "19": ["vertical_and_slash", 17408, 23552, 5156158], "20": ["vertical_and_slash", 17408, 23552, 8031361], "21": ["vertical_and_slash", 17408, 23552, 563866], "22": ["vertical_and_slash", 17408, 23552, 4747560], "23": ["vertical_and_slash", 17408, 23552, 355828], "24": ["vertical_and_slash", 20480, 20480, 14229], "25": ["vertical_and_slash", 20480, 20480, 15765], "26": ["vertical_and_slash", 19456, 21504, 38901], "27": ["vertical_and_slash", 17408, 23552, 29912], "28": ["vertical_and_slash", 20480, 20480, 6178], "29": ["vertical_and_slash", 17408, 23552, 697], "30": ["vertical_and_slash", 21504, 19456, 21541], "31": ["vertical_and_slash", 17408, 23552, 4804]}, {"0": ["vertical_and_slash", 17408, 23552, 1191187], "1": ["vertical_and_slash", 22528, 18432, 5336], "2": ["vertical_and_slash", 17408, 23552, 59225], "3": ["vertical_and_slash", 18432, 22528, 70414], "4": ["vertical_and_slash", 17408, 23552, 1658386], "5": ["vertical_and_slash", 17408, 23552, 562996], "6": ["vertical_and_slash", 17408, 23552, 17590], "7": ["vertical_and_slash", 17408, 23552, 231722], "8": ["vertical_and_slash", 18432, 22528, 1858517], "9": ["vertical_and_slash", 19456, 21504, 5814], "10": ["vertical_and_slash", 17408, 23552, 7851], "11": ["vertical_and_slash", 17408, 23552, 36391], "12": ["vertical_and_slash", 17408, 23552, 89860], "13": ["vertical_and_slash", 17408, 23552, 108656], "14": ["vertical_and_slash", 20480, 20480, 2], "15": ["vertical_and_slash", 17408, 23552, 1215941], "16": ["vertical_and_slash", 19456, 21504, 310141], "17": ["vertical_and_slash", 17408, 23552, 1979583], "18": ["vertical_and_slash", 17408, 23552, 434020], "19": ["vertical_and_slash", 17408, 23552, 322536], "20": ["vertical_and_slash", 17408, 23552, 615188], "21": ["vertical_and_slash", 17408, 23552, 530678], "22": ["vertical_and_slash", 21504, 19456, 165687], "23": ["vertical_and_slash", 17408, 23552, 342417], "24": ["vertical_and_slash", 17408, 23552, 1262900], "25": ["vertical_and_slash", 17408, 23552, 586061], "26": ["vertical_and_slash", 17408, 23552, 38865], "27": ["vertical_and_slash", 17408, 23552, 10833], "28": ["vertical_and_slash", 18432, 22528, 22567], "29": ["vertical_and_slash", 17408, 23552, 11153318], "30": ["vertical_and_slash", 17408, 23552, 337143], "31": ["vertical_and_slash", 17408, 23552, 18017]}, {"0": ["vertical_and_slash", 19456, 21504, 1277203], "1": ["vertical_and_slash", 20480, 20480, 67356], "2": ["vertical_and_slash", 20480, 20480, 3830], "3": ["vertical_and_slash", 17408, 23552, 52472], "4": ["vertical_and_slash", 18432, 22528, 649], "5": ["vertical_and_slash", 17408, 23552, 7], "6": ["vertical_and_slash", 17408, 23552, 19336], "7": ["vertical_and_slash", 17408, 23552, 1336], "8": ["vertical_and_slash", 17408, 23552, 59023], "9": ["vertical_and_slash", 19456, 21504, 2343], "10": ["vertical_and_slash", 19456, 21504, 25], "11": ["vertical_and_slash", 19456, 21504, 2259], "12": ["vertical_and_slash", 17408, 23552, 2866], "13": ["vertical_and_slash", 17408, 23552, 442895], "14": ["vertical_and_slash", 17408, 23552, 7155], "15": ["vertical_and_slash", 17408, 23552, 260496], "16": ["vertical_and_slash", 17408, 23552, 13844], "17": ["vertical_and_slash", 17408, 23552, 433223], "18": ["vertical_and_slash", 17408, 23552, 807334], "19": ["vertical_and_slash", 17408, 23552, 705840], "20": ["vertical_and_slash", 18432, 22528, 346], "21": ["vertical_and_slash", 17408, 23552, 108259], "22": ["vertical_and_slash", 17408, 23552, 427603], "23": ["vertical_and_slash", 17408, 23552, 127472], "24": ["vertical_and_slash", 17408, 23552, 0], "25": ["vertical_and_slash", 19456, 21504, 373], "26": ["vertical_and_slash", 17408, 23552, 16], "27": ["vertical_and_slash", 17408, 23552, 2213458], "28": ["vertical_and_slash", 17408, 23552, 69], "29": ["vertical_and_slash", 17408, 23552, 0], "30": ["vertical_and_slash", 17408, 23552, 114069], "31": ["vertical_and_slash", 17408, 23552, 55307]}, {"0": ["vertical_and_slash", 17408, 23552, 6287], "1": ["vertical_and_slash", 17408, 23552, 16730], "2": ["vertical_and_slash", 17408, 23552, 6750], "3": ["vertical_and_slash", 17408, 23552, 57879], "4": ["vertical_and_slash", 19456, 21504, 11456], "5": ["vertical_and_slash", 18432, 22528, 3728], "6": ["vertical_and_slash", 17408, 23552, 65178], "7": ["vertical_and_slash", 17408, 23552, 10334], "8": ["vertical_and_slash", 17408, 23552, 203459], "9": ["vertical_and_slash", 17408, 23552, 2679773], "10": ["vertical_and_slash", 17408, 23552, 350474], "11": ["vertical_and_slash", 17408, 23552, 28586], "12": ["vertical_and_slash", 17408, 23552, 7366438], "13": ["vertical_and_slash", 17408, 23552, 2903611], "14": ["vertical_and_slash", 17408, 23552, 154236], "15": ["vertical_and_slash", 17408, 23552, 18470], "16": ["vertical_and_slash", 17408, 23552, 25224], "17": ["vertical_and_slash", 21504, 19456, 29588], "18": ["vertical_and_slash", 22528, 18432, 20846], "19": ["vertical_and_slash", 21504, 19456, 37652], "20": ["vertical_and_slash", 21504, 19456, 43650], "21": ["vertical_and_slash", 17408, 23552, 50375], "22": ["vertical_and_slash", 17408, 23552, 39762], "23": ["vertical_and_slash", 22528, 18432, 25129], "24": ["vertical_and_slash", 17408, 23552, 1107455], "25": ["vertical_and_slash", 21504, 19456, 25987], "26": ["vertical_and_slash", 22528, 18432, 10721], "27": ["vertical_and_slash", 19456, 21504, 162653], "28": ["vertical_and_slash", 17408, 23552, 204514], "29": ["vertical_and_slash", 18432, 22528, 2644], "30": ["vertical_and_slash", 23552, 17408, 51], "31": ["vertical_and_slash", 17408, 23552, 10834]}, {"0": ["vertical_and_slash", 17408, 23552, 324598], "1": ["vertical_and_slash", 17408, 23552, 140670], "2": ["vertical_and_slash", 17408, 23552, 1272], "3": ["vertical_and_slash", 22528, 18432, 10700], "4": ["vertical_and_slash", 17408, 23552, 223037], "5": ["vertical_and_slash", 17408, 23552, 9016], "6": ["vertical_and_slash", 18432, 22528, 3801], "7": ["vertical_and_slash", 17408, 23552, 1759], "8": ["vertical_and_slash", 17408, 23552, 30], "9": ["vertical_and_slash", 17408, 23552, 296], "10": ["vertical_and_slash", 17408, 23552, 200208], "11": ["vertical_and_slash", 17408, 23552, 86], "12": ["vertical_and_slash", 17408, 23552, 173], "13": ["vertical_and_slash", 17408, 23552, 70], "14": ["vertical_and_slash", 17408, 23552, 11384], "15": ["vertical_and_slash", 17408, 23552, 73], "16": ["vertical_and_slash", 17408, 23552, 326418], "17": ["vertical_and_slash", 17408, 23552, 4993897], "18": ["vertical_and_slash", 17408, 23552, 286203], "19": ["vertical_and_slash", 17408, 23552, 6446882], "20": ["vertical_and_slash", 17408, 23552, 1955307], "21": ["vertical_and_slash", 17408, 23552, 5405268], "22": ["vertical_and_slash", 17408, 23552, 4311], "23": ["vertical_and_slash", 17408, 23552, 213893], "24": ["vertical_and_slash", 17408, 23552, 36732], "25": ["vertical_and_slash", 17408, 23552, 1027096], "26": ["vertical_and_slash", 17408, 23552, 1148559], "27": ["vertical_and_slash", 17408, 23552, 1520], "28": ["vertical_and_slash", 17408, 23552, 104456], "29": ["vertical_and_slash", 17408, 23552, 1318692], "30": ["vertical_and_slash", 17408, 23552, 2443298], "31": ["vertical_and_slash", 17408, 23552, 4714352]}, {"0": ["vertical_and_slash", 17408, 23552, 9581946], "1": ["vertical_and_slash", 17408, 23552, 837995], "2": ["vertical_and_slash", 17408, 23552, 5160135], "3": ["vertical_and_slash", 17408, 23552, 4201808], "4": ["vertical_and_slash", 17408, 23552, 1304732], "5": ["vertical_and_slash", 20480, 20480, 275792], "6": ["vertical_and_slash", 17408, 23552, 2729999], "7": ["vertical_and_slash", 17408, 23552, 11158676], "8": ["vertical_and_slash", 17408, 23552, 2951423], "9": ["vertical_and_slash", 17408, 23552, 1415432], "10": ["vertical_and_slash", 18432, 22528, 1394991], "11": ["vertical_and_slash", 17408, 23552, 699348], "12": ["vertical_and_slash", 17408, 23552, 515357], "13": ["vertical_and_slash", 17408, 23552, 3139461], "14": ["vertical_and_slash", 19456, 21504, 60377], "15": ["vertical_and_slash", 17408, 23552, 1400994], "16": ["vertical_and_slash", 17408, 23552, 235638], "17": ["vertical_and_slash", 18432, 22528, 423720], "18": ["vertical_and_slash", 19456, 21504, 988707], "19": ["vertical_and_slash", 18432, 22528, 79060], "20": ["vertical_and_slash", 19456, 21504, 11715], "21": ["vertical_and_slash", 17408, 23552, 489870], "22": ["vertical_and_slash", 17408, 23552, 5700589], "23": ["vertical_and_slash", 18432, 22528, 314283], "24": ["vertical_and_slash", 18432, 22528, 1315], "25": ["vertical_and_slash", 20480, 20480, 348113], "26": ["vertical_and_slash", 20480, 20480, 807], "27": ["vertical_and_slash", 22528, 18432, 20175], "28": ["vertical_and_slash", 21504, 19456, 3031], "29": ["vertical_and_slash", 17408, 23552, 480052], "30": ["vertical_and_slash", 19456, 21504, 696759], "31": ["vertical_and_slash", 19456, 21504, 13176]}, {"0": ["vertical_and_slash", 17408, 23552, 11349], "1": ["vertical_and_slash", 17408, 23552, 8827], "2": ["vertical_and_slash", 19456, 21504, 12642], "3": ["vertical_and_slash", 17408, 23552, 8668], "4": ["vertical_and_slash", 17408, 23552, 4444], "5": ["vertical_and_slash", 20480, 20480, 22806], "6": ["vertical_and_slash", 20480, 20480, 20718], "7": ["vertical_and_slash", 17408, 23552, 9613], "8": ["vertical_and_slash", 18432, 22528, 161391], "9": ["vertical_and_slash", 19456, 21504, 34431], "10": ["vertical_and_slash", 17408, 23552, 269367], "11": ["vertical_and_slash", 18432, 22528, 75062], "12": ["vertical_and_slash", 19456, 21504, 964], "13": ["vertical_and_slash", 17408, 23552, 74213], "14": ["vertical_and_slash", 17408, 23552, 25692], "15": ["vertical_and_slash", 18432, 22528, 33997], "16": ["vertical_and_slash", 17408, 23552, 104104], "17": ["vertical_and_slash", 17408, 23552, 2158978], "18": ["vertical_and_slash", 20480, 20480, 807998], "19": ["vertical_and_slash", 18432, 22528, 13308], "20": ["vertical_and_slash", 21504, 19456, 2646281], "21": ["vertical_and_slash", 17408, 23552, 4582010], "22": ["vertical_and_slash", 17408, 23552, 3751903], "23": ["vertical_and_slash", 17408, 23552, 6413566], "24": ["vertical_and_slash", 22528, 18432, 214683], "25": ["vertical_and_slash", 21504, 19456, 138676], "26": ["vertical_and_slash", 18432, 22528, 4514135], "27": ["vertical_and_slash", 22528, 18432, 133816], "28": ["vertical_and_slash", 18432, 22528, 109538], "29": ["vertical_and_slash", 21504, 19456, 614418], "30": ["vertical_and_slash", 17408, 23552, 2147135], "31": ["vertical_and_slash", 18432, 22528, 1680425]}, {"0": ["vertical_and_slash", 17408, 23552, 535547], "1": ["vertical_and_slash", 17408, 23552, 46094], "2": ["vertical_and_slash", 21504, 19456, 75733], "3": ["vertical_and_slash", 17408, 23552, 314535], "4": ["vertical_and_slash", 17408, 23552, 378738], "5": ["vertical_and_slash", 17408, 23552, 622759], "6": ["vertical_and_slash", 17408, 23552, 4442159], "7": ["vertical_and_slash", 17408, 23552, 1134629], "8": ["vertical_and_slash", 17408, 23552, 10071761], "9": ["vertical_and_slash", 18432, 22528, 146261], "10": ["vertical_and_slash", 19456, 21504, 65256], "11": ["vertical_and_slash", 17408, 23552, 124911], "12": ["vertical_and_slash", 17408, 23552, 5481923], "13": ["vertical_and_slash", 17408, 23552, 4837167], "14": ["vertical_and_slash", 21504, 19456, 411764], "15": ["vertical_and_slash", 20480, 20480, 281161], "16": ["vertical_and_slash", 17408, 23552, 1699], "17": ["vertical_and_slash", 17408, 23552, 768457], "18": ["vertical_and_slash", 17408, 23552, 36496], "19": ["vertical_and_slash", 18432, 22528, 7232], "20": ["vertical_and_slash", 20480, 20480, 8163], "21": ["vertical_and_slash", 18432, 22528, 13176], "22": ["vertical_and_slash", 18432, 22528, 6354], "23": ["vertical_and_slash", 18432, 22528, 364], "24": ["vertical_and_slash", 17408, 23552, 7011028], "25": ["vertical_and_slash", 17408, 23552, 5610387], "26": ["vertical_and_slash", 17408, 23552, 5572947], "27": ["vertical_and_slash", 17408, 23552, 7754511], "28": ["vertical_and_slash", 17408, 23552, 7733419], "29": ["vertical_and_slash", 17408, 23552, 8783542], "30": ["vertical_and_slash", 17408, 23552, 9685227], "31": ["vertical_and_slash", 17408, 23552, 9487756]}, {"0": ["vertical_and_slash", 18432, 22528, 324589], "1": ["vertical_and_slash", 17408, 23552, 32781], "2": ["vertical_and_slash", 17408, 23552, 1406645], "3": ["vertical_and_slash", 17408, 23552, 3226624], "4": ["vertical_and_slash", 17408, 23552, 73952], "5": ["vertical_and_slash", 17408, 23552, 25030], "6": ["vertical_and_slash", 17408, 23552, 252850], "7": ["vertical_and_slash", 17408, 23552, 180837], "8": ["vertical_and_slash", 18432, 22528, 6959], "9": ["vertical_and_slash", 17408, 23552, 1981], "10": ["vertical_and_slash", 18432, 22528, 2824], "11": ["vertical_and_slash", 18432, 22528, 877], "12": ["vertical_and_slash", 17408, 23552, 22053], "13": ["vertical_and_slash", 18432, 22528, 1013], "14": ["vertical_and_slash", 17408, 23552, 2552], "15": ["vertical_and_slash", 17408, 23552, 5940], "16": ["vertical_and_slash", 17408, 23552, 11612182], "17": ["vertical_and_slash", 17408, 23552, 6500287], "18": ["vertical_and_slash", 17408, 23552, 1784224], "19": ["vertical_and_slash", 17408, 23552, 1279453], "20": ["vertical_and_slash", 17408, 23552, 56727], "21": ["vertical_and_slash", 17408, 23552, 3902270], "22": ["vertical_and_slash", 17408, 23552, 4200119], "23": ["vertical_and_slash", 17408, 23552, 2787418], "24": ["vertical_and_slash", 22528, 18432, 280439], "25": ["vertical_and_slash", 17408, 23552, 3667717], "26": ["vertical_and_slash", 17408, 23552, 22474], "27": ["vertical_and_slash", 17408, 23552, 1218879], "28": ["vertical_and_slash", 19456, 21504, 60137], "29": ["vertical_and_slash", 18432, 22528, 5878], "30": ["vertical_and_slash", 17408, 23552, 90773], "31": ["vertical_and_slash", 17408, 23552, 1709807]}, {"0": ["vertical_and_slash", 23552, 17408, 57457], "1": ["vertical_and_slash", 17408, 23552, 5685171], "2": ["vertical_and_slash", 17408, 23552, 3982756], "3": ["vertical_and_slash", 17408, 23552, 54811], "4": ["vertical_and_slash", 17408, 23552, 2605487], "5": ["vertical_and_slash", 17408, 23552, 7537933], "6": ["vertical_and_slash", 19456, 21504, 2674571], "7": ["vertical_and_slash", 19456, 21504, 191153], "8": ["vertical_and_slash", 17408, 23552, 5689789], "9": ["vertical_and_slash", 22528, 18432, 7227212], "10": ["vertical_and_slash", 17408, 23552, 31397], "11": ["vertical_and_slash", 17408, 23552, 412677], "12": ["vertical_and_slash", 17408, 23552, 399], "13": ["vertical_and_slash", 20480, 20480, 1206125], "14": ["vertical_and_slash", 17408, 23552, 253769], "15": ["vertical_and_slash", 17408, 23552, 51], "16": ["vertical_and_slash", 22528, 18432, 748132], "17": ["vertical_and_slash", 17408, 23552, 961532], "18": ["vertical_and_slash", 17408, 23552, 4374950], "19": ["vertical_and_slash", 17408, 23552, 55657], "20": ["vertical_and_slash", 18432, 22528, 1206], "21": ["vertical_and_slash", 21504, 19456, 244478], "22": ["vertical_and_slash", 21504, 19456, 129435], "23": ["vertical_and_slash", 21504, 19456, 235773], "24": ["vertical_and_slash", 17408, 23552, 933673], "25": ["vertical_and_slash", 17408, 23552, 1785171], "26": ["vertical_and_slash", 17408, 23552, 4870070], "27": ["vertical_and_slash", 17408, 23552, 6251587], "28": ["vertical_and_slash", 17408, 23552, 1559031], "29": ["vertical_and_slash", 17408, 23552, 6970052], "30": ["vertical_and_slash", 17408, 23552, 1335461], "31": ["vertical_and_slash", 17408, 23552, 684682]}, {"0": ["vertical_and_slash", 17408, 23552, 910098], "1": ["vertical_and_slash", 17408, 23552, 5972057], "2": ["vertical_and_slash", 17408, 23552, 479612], "3": ["vertical_and_slash", 17408, 23552, 1645162], "4": ["vertical_and_slash", 17408, 23552, 4649459], "5": ["vertical_and_slash", 17408, 23552, 3193257], "6": ["vertical_and_slash", 17408, 23552, 4314103], "7": ["vertical_and_slash", 17408, 23552, 2501417], "8": ["vertical_and_slash", 18432, 22528, 298358], "9": ["vertical_and_slash", 21504, 19456, 1272748], "10": ["vertical_and_slash", 17408, 23552, 503683], "11": ["vertical_and_slash", 17408, 23552, 7731136], "12": ["vertical_and_slash", 17408, 23552, 1015751], "13": ["vertical_and_slash", 17408, 23552, 386872], "14": ["vertical_and_slash", 17408, 23552, 10668408], "15": ["vertical_and_slash", 17408, 23552, 774100], "16": ["vertical_and_slash", 17408, 23552, 9632], "17": ["vertical_and_slash", 17408, 23552, 759515], "18": ["vertical_and_slash", 17408, 23552, 4344], "19": ["vertical_and_slash", 21504, 19456, 201871], "20": ["vertical_and_slash", 17408, 23552, 2641118], "21": ["vertical_and_slash", 17408, 23552, 18469], "22": ["vertical_and_slash", 17408, 23552, 270935], "23": ["vertical_and_slash", 17408, 23552, 833142], "24": ["vertical_and_slash", 17408, 23552, 1129355], "25": ["vertical_and_slash", 17408, 23552, 1469197], "26": ["vertical_and_slash", 17408, 23552, 5118157], "27": ["vertical_and_slash", 17408, 23552, 962025], "28": ["vertical_and_slash", 17408, 23552, 5333492], "29": ["vertical_and_slash", 17408, 23552, 1268373], "30": ["vertical_and_slash", 17408, 23552, 1694065], "31": ["vertical_and_slash", 17408, 23552, 7768518]}, {"0": ["vertical_and_slash", 19456, 21504, 479054], "1": ["vertical_and_slash", 21504, 19456, 818307], "2": ["vertical_and_slash", 23552, 17408, 1076114], "3": ["vertical_and_slash", 23552, 17408, 1031481], "4": ["vertical_and_slash", 17408, 23552, 226077], "5": ["vertical_and_slash", 22528, 18432, 1273988], "6": ["vertical_and_slash", 23552, 17408, 1062742], "7": ["vertical_and_slash", 22528, 18432, 883341], "8": ["vertical_and_slash", 17408, 23552, 1321944], "9": ["vertical_and_slash", 22528, 18432, 164991], "10": ["vertical_and_slash", 17408, 23552, 4985971], "11": ["vertical_and_slash", 18432, 22528, 6659838], "12": ["vertical_and_slash", 17408, 23552, 63605], "13": ["vertical_and_slash", 22528, 18432, 157118], "14": ["vertical_and_slash", 17408, 23552, 1227986], "15": ["vertical_and_slash", 17408, 23552, 115112], "16": ["vertical_and_slash", 22528, 18432, 34143], "17": ["vertical_and_slash", 19456, 21504, 14616], "18": ["vertical_and_slash", 21504, 19456, 119311], "19": ["vertical_and_slash", 22528, 18432, 374282], "20": ["vertical_and_slash", 21504, 19456, 509143], "21": ["vertical_and_slash", 21504, 19456, 225621], "22": ["vertical_and_slash", 21504, 19456, 433563], "23": ["vertical_and_slash", 21504, 19456, 41001], "24": ["vertical_and_slash", 17408, 23552, 920487], "25": ["vertical_and_slash", 17408, 23552, 1874702], "26": ["vertical_and_slash", 17408, 23552, 179044], "27": ["vertical_and_slash", 17408, 23552, 9757895], "28": ["vertical_and_slash", 17408, 23552, 6074093], "29": ["vertical_and_slash", 17408, 23552, 2743340], "30": ["vertical_and_slash", 17408, 23552, 138422], "31": ["vertical_and_slash", 17408, 23552, 182139]}, {"0": ["vertical_and_slash", 17408, 23552, 6865], "1": ["vertical_and_slash", 22528, 18432, 191251], "2": ["vertical_and_slash", 23552, 17408, 4826], "3": ["vertical_and_slash", 17408, 23552, 313450], "4": ["vertical_and_slash", 19456, 21504, 260844], "5": ["vertical_and_slash", 17408, 23552, 755282], "6": ["vertical_and_slash", 19456, 21504, 68927], "7": ["vertical_and_slash", 19456, 21504, 136701], "8": ["vertical_and_slash", 21504, 19456, 7779], "9": ["vertical_and_slash", 17408, 23552, 24612], "10": ["vertical_and_slash", 18432, 22528, 173217], "11": ["vertical_and_slash", 19456, 21504, 1552], "12": ["vertical_and_slash", 22528, 18432, 2374327], "13": ["vertical_and_slash", 21504, 19456, 166984], "14": ["vertical_and_slash", 21504, 19456, 1759070], "15": ["vertical_and_slash", 17408, 23552, 966631], "16": ["vertical_and_slash", 23552, 17408, 175944], "17": ["vertical_and_slash", 17408, 23552, 7256463], "18": ["vertical_and_slash", 17408, 23552, 77402], "19": ["vertical_and_slash", 17408, 23552, 12887915], "20": ["vertical_and_slash", 17408, 23552, 5415323], "21": ["vertical_and_slash", 17408, 23552, 2527373], "22": ["vertical_and_slash", 17408, 23552, 4912635], "23": ["vertical_and_slash", 17408, 23552, 3536325], "24": ["vertical_and_slash", 17408, 23552, 1594487], "25": ["vertical_and_slash", 17408, 23552, 167447], "26": ["vertical_and_slash", 21504, 19456, 230469], "27": ["vertical_and_slash", 21504, 19456, 326783], "28": ["vertical_and_slash", 20480, 20480, 258562], "29": ["vertical_and_slash", 21504, 19456, 163201], "30": ["vertical_and_slash", 21504, 19456, 116390], "31": ["vertical_and_slash", 20480, 20480, 120356]}, {"0": ["vertical_and_slash", 17408, 23552, 58749], "1": ["vertical_and_slash", 21504, 19456, 28617], "2": ["vertical_and_slash", 23552, 17408, 149533], "3": ["vertical_and_slash", 17408, 23552, 14932], "4": ["vertical_and_slash", 22528, 18432, 747451], "5": ["vertical_and_slash", 17408, 23552, 8858], "6": ["vertical_and_slash", 21504, 19456, 50564], "7": ["vertical_and_slash", 17408, 23552, 190089], "8": ["vertical_and_slash", 22528, 18432, 3667815], "9": ["vertical_and_slash", 20480, 20480, 2323214], "10": ["vertical_and_slash", 17408, 23552, 68600], "11": ["vertical_and_slash", 17408, 23552, 2908389], "12": ["vertical_and_slash", 17408, 23552, 135609], "13": ["vertical_and_slash", 23552, 17408, 4740540], "14": ["vertical_and_slash", 17408, 23552, 7323189], "15": ["vertical_and_slash", 17408, 23552, 6052077], "16": ["vertical_and_slash", 17408, 23552, 7511], "17": ["vertical_and_slash", 17408, 23552, 2260880], "18": ["vertical_and_slash", 19456, 21504, 358543], "19": ["vertical_and_slash", 17408, 23552, 1207008], "20": ["vertical_and_slash", 17408, 23552, 717408], "21": ["vertical_and_slash", 17408, 23552, 4444244], "22": ["vertical_and_slash", 17408, 23552, 168107], "23": ["vertical_and_slash", 17408, 23552, 523332], "24": ["vertical_and_slash", 22528, 18432, 7695], "25": ["vertical_and_slash", 22528, 18432, 223324], "26": ["vertical_and_slash", 21504, 19456, 266082], "27": ["vertical_and_slash", 23552, 17408, 46808], "28": ["vertical_and_slash", 17408, 23552, 41401], "29": ["vertical_and_slash", 23552, 17408, 47464], "30": ["vertical_and_slash", 17408, 23552, 109258], "31": ["vertical_and_slash", 22528, 18432, 15569]}, {"0": ["vertical_and_slash", 17408, 23552, 5027496], "1": ["vertical_and_slash", 17408, 23552, 1311418], "2": ["vertical_and_slash", 17408, 23552, 368416], "3": ["vertical_and_slash", 17408, 23552, 2864255], "4": ["vertical_and_slash", 18432, 22528, 1105904], "5": ["vertical_and_slash", 20480, 20480, 1158355], "6": ["vertical_and_slash", 17408, 23552, 1594559], "7": ["vertical_and_slash", 17408, 23552, 722534], "8": ["vertical_and_slash", 20480, 20480, 909358], "9": ["vertical_and_slash", 19456, 21504, 758023], "10": ["vertical_and_slash", 17408, 23552, 411812], "11": ["vertical_and_slash", 20480, 20480, 2932441], "12": ["vertical_and_slash", 22528, 18432, 16550], "13": ["vertical_and_slash", 17408, 23552, 1298189], "14": ["vertical_and_slash", 23552, 17408, 657725], "15": ["vertical_and_slash", 17408, 23552, 44], "16": ["vertical_and_slash", 17408, 23552, 351730], "17": ["vertical_and_slash", 17408, 23552, 1894213], "18": ["vertical_and_slash", 17408, 23552, 188839], "19": ["vertical_and_slash", 17408, 23552, 3889], "20": ["vertical_and_slash", 17408, 23552, 2937075], "21": ["vertical_and_slash", 17408, 23552, 315854], "22": ["vertical_and_slash", 17408, 23552, 9017], "23": ["vertical_and_slash", 17408, 23552, 118734], "24": ["vertical_and_slash", 21504, 19456, 376289], "25": ["vertical_and_slash", 22528, 18432, 291701], "26": ["vertical_and_slash", 22528, 18432, 891599], "27": ["vertical_and_slash", 17408, 23552, 48980], "28": ["vertical_and_slash", 17408, 23552, 120079], "29": ["vertical_and_slash", 21504, 19456, 190551], "30": ["vertical_and_slash", 17408, 23552, 1731948], "31": ["vertical_and_slash", 17408, 23552, 841937]}, {"0": ["vertical_and_slash", 20480, 20480, 64179], "1": ["vertical_and_slash", 19456, 21504, 6611839], "2": ["vertical_and_slash", 21504, 19456, 24498], "3": ["vertical_and_slash", 17408, 23552, 5516362], "4": ["vertical_and_slash", 18432, 22528, 1580835], "5": ["vertical_and_slash", 23552, 17408, 914935], "6": ["vertical_and_slash", 20480, 20480, 3036241], "7": ["vertical_and_slash", 22528, 18432, 914625], "8": ["vertical_and_slash", 17408, 23552, 866340], "9": ["vertical_and_slash", 17408, 23552, 1564728], "10": ["vertical_and_slash", 17408, 23552, 1409461], "11": ["vertical_and_slash", 17408, 23552, 1580432], "12": ["vertical_and_slash", 17408, 23552, 563993], "13": ["vertical_and_slash", 17408, 23552, 1105125], "14": ["vertical_and_slash", 17408, 23552, 2923829], "15": ["vertical_and_slash", 17408, 23552, 4702269], "16": ["vertical_and_slash", 17408, 23552, 5473838], "17": ["vertical_and_slash", 22528, 18432, 2448113], "18": ["vertical_and_slash", 21504, 19456, 77121], "19": ["vertical_and_slash", 23552, 17408, 5660661], "20": ["vertical_and_slash", 20480, 20480, 8124807], "21": ["vertical_and_slash", 18432, 22528, 10546], "22": ["vertical_and_slash", 17408, 23552, 203191], "23": ["vertical_and_slash", 20480, 20480, 18126], "24": ["vertical_and_slash", 17408, 23552, 3484006], "25": ["vertical_and_slash", 17408, 23552, 1109045], "26": ["vertical_and_slash", 17408, 23552, 469875], "27": ["vertical_and_slash", 19456, 21504, 611629], "28": ["vertical_and_slash", 17408, 23552, 6251718], "29": ["vertical_and_slash", 20480, 20480, 1366408], "30": ["vertical_and_slash", 21504, 19456, 58503], "31": ["vertical_and_slash", 17408, 23552, 70519]}, {"0": ["vertical_and_slash", 18432, 22528, 224951], "1": ["vertical_and_slash", 17408, 23552, 164303], "2": ["vertical_and_slash", 18432, 22528, 238045], "3": ["vertical_and_slash", 21504, 19456, 711039], "4": ["vertical_and_slash", 19456, 21504, 434448], "5": ["vertical_and_slash", 18432, 22528, 390465], "6": ["vertical_and_slash", 18432, 22528, 446084], "7": ["vertical_and_slash", 19456, 21504, 414696], "8": ["vertical_and_slash", 17408, 23552, 711789], "9": ["vertical_and_slash", 17408, 23552, 1322031], "10": ["vertical_and_slash", 17408, 23552, 1133686], "11": ["vertical_and_slash", 17408, 23552, 692924], "12": ["vertical_and_slash", 18432, 22528, 627449], "13": ["vertical_and_slash", 18432, 22528, 613032], "14": ["vertical_and_slash", 17408, 23552, 1413202], "15": ["vertical_and_slash", 20480, 20480, 3886079], "16": ["vertical_and_slash", 18432, 22528, 244686], "17": ["vertical_and_slash", 17408, 23552, 292828], "18": ["vertical_and_slash", 20480, 20480, 975829], "19": ["vertical_and_slash", 19456, 21504, 817713], "20": ["vertical_and_slash", 17408, 23552, 866481], "21": ["vertical_and_slash", 19456, 21504, 924305], "22": ["vertical_and_slash", 17408, 23552, 694101], "23": ["vertical_and_slash", 19456, 21504, 1060652], "24": ["vertical_and_slash", 18432, 22528, 1051051], "25": ["vertical_and_slash", 17408, 23552, 3968126], "26": ["vertical_and_slash", 17408, 23552, 3729085], "27": ["vertical_and_slash", 18432, 22528, 851274], "28": ["vertical_and_slash", 17408, 23552, 1276135], "29": ["vertical_and_slash", 17408, 23552, 6051033], "30": ["vertical_and_slash", 19456, 21504, 707931], "31": ["vertical_and_slash", 17408, 23552, 1326332]}, {"0": ["vertical_and_slash", 17408, 23552, 120287], "1": ["vertical_and_slash", 17408, 23552, 282923], "2": ["vertical_and_slash", 17408, 23552, 656580], "3": ["vertical_and_slash", 17408, 23552, 202171], "4": ["vertical_and_slash", 19456, 21504, 1553520], "5": ["vertical_and_slash", 18432, 22528, 339374], "6": ["vertical_and_slash", 20480, 20480, 1971342], "7": ["vertical_and_slash", 17408, 23552, 601857], "8": ["vertical_and_slash", 17408, 23552, 2171408], "9": ["vertical_and_slash", 21504, 19456, 4514481], "10": ["vertical_and_slash", 17408, 23552, 878950], "11": ["vertical_and_slash", 17408, 23552, 1482481], "12": ["vertical_and_slash", 18432, 22528, 841034], "13": ["vertical_and_slash", 17408, 23552, 1422352], "14": ["vertical_and_slash", 17408, 23552, 3342808], "15": ["vertical_and_slash", 17408, 23552, 1346893], "16": ["vertical_and_slash", 17408, 23552, 3979923], "17": ["vertical_and_slash", 17408, 23552, 1384298], "18": ["vertical_and_slash", 17408, 23552, 1146242], "19": ["vertical_and_slash", 17408, 23552, 6108074], "20": ["vertical_and_slash", 22528, 18432, 1519209], "21": ["vertical_and_slash", 17408, 23552, 2058422], "22": ["vertical_and_slash", 17408, 23552, 294992], "23": ["vertical_and_slash", 18432, 22528, 749939], "24": ["vertical_and_slash", 17408, 23552, 580941], "25": ["vertical_and_slash", 17408, 23552, 608378], "26": ["vertical_and_slash", 21504, 19456, 7242398], "27": ["vertical_and_slash", 22528, 18432, 5370148], "28": ["vertical_and_slash", 21504, 19456, 6219897], "29": ["vertical_and_slash", 18432, 22528, 6115173], "30": ["vertical_and_slash", 17408, 23552, 4927930], "31": ["vertical_and_slash", 18432, 22528, 3587249]}, {"0": ["vertical_and_slash", 17408, 23552, 870960], "1": ["vertical_and_slash", 17408, 23552, 83691], "2": ["vertical_and_slash", 18432, 22528, 564244], "3": ["vertical_and_slash", 17408, 23552, 2006745], "4": ["vertical_and_slash", 19456, 21504, 163964], "5": ["vertical_and_slash", 21504, 19456, 2304824], "6": ["vertical_and_slash", 17408, 23552, 143895], "7": ["vertical_and_slash", 20480, 20480, 277703], "8": ["vertical_and_slash", 22528, 18432, 6109067], "9": ["vertical_and_slash", 17408, 23552, 309859], "10": ["vertical_and_slash", 17408, 23552, 367712], "11": ["vertical_and_slash", 17408, 23552, 591144], "12": ["vertical_and_slash", 17408, 23552, 113871], "13": ["vertical_and_slash", 17408, 23552, 313579], "14": ["vertical_and_slash", 20480, 20480, 695077], "15": ["vertical_and_slash", 17408, 23552, 435449], "16": ["vertical_and_slash", 18432, 22528, 12533260], "17": ["vertical_and_slash", 17408, 23552, 241260], "18": ["vertical_and_slash", 23552, 17408, 4315653], "19": ["vertical_and_slash", 17408, 23552, 1068841], "20": ["vertical_and_slash", 17408, 23552, 178939], "21": ["vertical_and_slash", 17408, 23552, 8326265], "22": ["vertical_and_slash", 17408, 23552, 10336559], "23": ["vertical_and_slash", 17408, 23552, 1197710], "24": ["vertical_and_slash", 17408, 23552, 2341148], "25": ["vertical_and_slash", 22528, 18432, 2765025], "26": ["vertical_and_slash", 17408, 23552, 767428], "27": ["vertical_and_slash", 22528, 18432, 3676899], "28": ["vertical_and_slash", 22528, 18432, 2494023], "29": ["vertical_and_slash", 17408, 23552, 1572006], "30": ["vertical_and_slash", 22528, 18432, 3271774], "31": ["vertical_and_slash", 21504, 19456, 1617133]}]
44
+ }
45
+ }
generation_config.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token_id": 151643,
3
+ "do_sample": true,
4
+ "eos_token_id": [
5
+ 151645,
6
+ 151643
7
+ ],
8
+ "pad_token_id": 151643,
9
+ "temperature": 0.6,
10
+ "top_k": 20,
11
+ "top_p": 0.95,
12
+ "transformers_version": "4.51.0"
13
+ }
merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
model-00000-of-00012.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ffce99699178824445ab98bc5668c90e2966a2c93a151494d240aae0e81d3762
3
+ size 5367330912
model-00001-of-00012.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:159c71dac7f3a5e569fb261770bc391720c537df88c7817d5a54f1a2f9f57168
3
+ size 5368403864
model-00002-of-00012.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ddfe986b5cfc2932eab3065ccc8863f2e5e1ee5e32a42e6f07e9cb7276a1b772
3
+ size 5367880216
model-00003-of-00012.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4d4d8b688bf353c2c1b03780380faa8bd466617f08ce2ca165ac39072b94cc32
3
+ size 5367360648
model-00004-of-00012.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6a35fde61dceb56f455837130705d1fc770a652ec22009c719c459bcace37014
3
+ size 5366832016
model-00005-of-00012.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:43105642920845573c3d1e166283ade88bb389ab7afdd08f9040e1168eea2ca6
3
+ size 5368408760
model-00006-of-00012.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:004933f5000dd9993ee60628167286445a7a44a916e9cd430241a3c30c4028f5
3
+ size 5366827208
model-00007-of-00012.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7f9497584fd8dba8b5235b7d71b5c774094841d8dfe1abcd74fa4dab822bd58b
3
+ size 5368405328
model-00008-of-00012.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6ae28a5cdd3cf94499993d3c16a0b4943187f6f8057815add50d1bb9210c8b76
3
+ size 5368409384
model-00009-of-00012.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ab42d2b166308eaa0063a25a2a9cf896fea694c9ff3692ce94d3e091dd8b7b25
3
+ size 5368405264
model-00010-of-00012.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2020f44fa8937c87cb10b67455a1c4eb467eeaa926e0317949fa676aca65a989
3
+ size 5210700664
model-00011-of-00012.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:195876f2e8cba78855a0c6c4e2b0fa201c9f2d10489942d0f2f5e85025b55769
3
+ size 2177613848
model.safetensors.index.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,239 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": false,
3
+ "added_tokens_decoder": {
4
+ "151643": {
5
+ "content": "<|endoftext|>",
6
+ "lstrip": false,
7
+ "normalized": false,
8
+ "rstrip": false,
9
+ "single_word": false,
10
+ "special": true
11
+ },
12
+ "151644": {
13
+ "content": "<|im_start|>",
14
+ "lstrip": false,
15
+ "normalized": false,
16
+ "rstrip": false,
17
+ "single_word": false,
18
+ "special": true
19
+ },
20
+ "151645": {
21
+ "content": "<|im_end|>",
22
+ "lstrip": false,
23
+ "normalized": false,
24
+ "rstrip": false,
25
+ "single_word": false,
26
+ "special": true
27
+ },
28
+ "151646": {
29
+ "content": "<|object_ref_start|>",
30
+ "lstrip": false,
31
+ "normalized": false,
32
+ "rstrip": false,
33
+ "single_word": false,
34
+ "special": true
35
+ },
36
+ "151647": {
37
+ "content": "<|object_ref_end|>",
38
+ "lstrip": false,
39
+ "normalized": false,
40
+ "rstrip": false,
41
+ "single_word": false,
42
+ "special": true
43
+ },
44
+ "151648": {
45
+ "content": "<|box_start|>",
46
+ "lstrip": false,
47
+ "normalized": false,
48
+ "rstrip": false,
49
+ "single_word": false,
50
+ "special": true
51
+ },
52
+ "151649": {
53
+ "content": "<|box_end|>",
54
+ "lstrip": false,
55
+ "normalized": false,
56
+ "rstrip": false,
57
+ "single_word": false,
58
+ "special": true
59
+ },
60
+ "151650": {
61
+ "content": "<|quad_start|>",
62
+ "lstrip": false,
63
+ "normalized": false,
64
+ "rstrip": false,
65
+ "single_word": false,
66
+ "special": true
67
+ },
68
+ "151651": {
69
+ "content": "<|quad_end|>",
70
+ "lstrip": false,
71
+ "normalized": false,
72
+ "rstrip": false,
73
+ "single_word": false,
74
+ "special": true
75
+ },
76
+ "151652": {
77
+ "content": "<|vision_start|>",
78
+ "lstrip": false,
79
+ "normalized": false,
80
+ "rstrip": false,
81
+ "single_word": false,
82
+ "special": true
83
+ },
84
+ "151653": {
85
+ "content": "<|vision_end|>",
86
+ "lstrip": false,
87
+ "normalized": false,
88
+ "rstrip": false,
89
+ "single_word": false,
90
+ "special": true
91
+ },
92
+ "151654": {
93
+ "content": "<|vision_pad|>",
94
+ "lstrip": false,
95
+ "normalized": false,
96
+ "rstrip": false,
97
+ "single_word": false,
98
+ "special": true
99
+ },
100
+ "151655": {
101
+ "content": "<|image_pad|>",
102
+ "lstrip": false,
103
+ "normalized": false,
104
+ "rstrip": false,
105
+ "single_word": false,
106
+ "special": true
107
+ },
108
+ "151656": {
109
+ "content": "<|video_pad|>",
110
+ "lstrip": false,
111
+ "normalized": false,
112
+ "rstrip": false,
113
+ "single_word": false,
114
+ "special": true
115
+ },
116
+ "151657": {
117
+ "content": "<tool_call>",
118
+ "lstrip": false,
119
+ "normalized": false,
120
+ "rstrip": false,
121
+ "single_word": false,
122
+ "special": false
123
+ },
124
+ "151658": {
125
+ "content": "</tool_call>",
126
+ "lstrip": false,
127
+ "normalized": false,
128
+ "rstrip": false,
129
+ "single_word": false,
130
+ "special": false
131
+ },
132
+ "151659": {
133
+ "content": "<|fim_prefix|>",
134
+ "lstrip": false,
135
+ "normalized": false,
136
+ "rstrip": false,
137
+ "single_word": false,
138
+ "special": false
139
+ },
140
+ "151660": {
141
+ "content": "<|fim_middle|>",
142
+ "lstrip": false,
143
+ "normalized": false,
144
+ "rstrip": false,
145
+ "single_word": false,
146
+ "special": false
147
+ },
148
+ "151661": {
149
+ "content": "<|fim_suffix|>",
150
+ "lstrip": false,
151
+ "normalized": false,
152
+ "rstrip": false,
153
+ "single_word": false,
154
+ "special": false
155
+ },
156
+ "151662": {
157
+ "content": "<|fim_pad|>",
158
+ "lstrip": false,
159
+ "normalized": false,
160
+ "rstrip": false,
161
+ "single_word": false,
162
+ "special": false
163
+ },
164
+ "151663": {
165
+ "content": "<|repo_name|>",
166
+ "lstrip": false,
167
+ "normalized": false,
168
+ "rstrip": false,
169
+ "single_word": false,
170
+ "special": false
171
+ },
172
+ "151664": {
173
+ "content": "<|file_sep|>",
174
+ "lstrip": false,
175
+ "normalized": false,
176
+ "rstrip": false,
177
+ "single_word": false,
178
+ "special": false
179
+ },
180
+ "151665": {
181
+ "content": "<tool_response>",
182
+ "lstrip": false,
183
+ "normalized": false,
184
+ "rstrip": false,
185
+ "single_word": false,
186
+ "special": false
187
+ },
188
+ "151666": {
189
+ "content": "</tool_response>",
190
+ "lstrip": false,
191
+ "normalized": false,
192
+ "rstrip": false,
193
+ "single_word": false,
194
+ "special": false
195
+ },
196
+ "151667": {
197
+ "content": "<think>",
198
+ "lstrip": false,
199
+ "normalized": false,
200
+ "rstrip": false,
201
+ "single_word": false,
202
+ "special": false
203
+ },
204
+ "151668": {
205
+ "content": "</think>",
206
+ "lstrip": false,
207
+ "normalized": false,
208
+ "rstrip": false,
209
+ "single_word": false,
210
+ "special": false
211
+ }
212
+ },
213
+ "additional_special_tokens": [
214
+ "<|im_start|>",
215
+ "<|im_end|>",
216
+ "<|object_ref_start|>",
217
+ "<|object_ref_end|>",
218
+ "<|box_start|>",
219
+ "<|box_end|>",
220
+ "<|quad_start|>",
221
+ "<|quad_end|>",
222
+ "<|vision_start|>",
223
+ "<|vision_end|>",
224
+ "<|vision_pad|>",
225
+ "<|image_pad|>",
226
+ "<|video_pad|>"
227
+ ],
228
+ "bos_token": null,
229
+ "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<think>\\n' }}\n{%- endif %}",
230
+ "clean_up_tokenization_spaces": false,
231
+ "eos_token": "<|im_end|>",
232
+ "errors": "replace",
233
+ "model_max_length": 1010000,
234
+ "pad_token": "<|endoftext|>",
235
+ "split_special_tokens": false,
236
+ "tokenizer_class": "Qwen2Tokenizer",
237
+ "unk_token": null,
238
+ "add_bos_token": false
239
+ }
vocab.json ADDED
The diff for this file is too large to render. See raw diff