mlboydaisuke commited on
Commit
e48583d
·
verified ·
1 Parent(s): c8af710

OpenThai-SystemOne on Core AI: int8lin ship bundle and fp16 reference, slot-probability gates vs the author's fp32 readout

Browse files
Files changed (26) hide show
  1. .gitattributes +4 -0
  2. LICENSE +202 -0
  3. README.md +196 -0
  4. config.json +107 -0
  5. gpu-pipelined/openthai_systemone_decode_fp16/metadata.json +41 -0
  6. gpu-pipelined/openthai_systemone_decode_fp16/openthai_systemone_decode_fp16.aimodel/main.hash +1 -0
  7. gpu-pipelined/openthai_systemone_decode_fp16/openthai_systemone_decode_fp16.aimodel/main.mlirb +3 -0
  8. gpu-pipelined/openthai_systemone_decode_fp16/openthai_systemone_decode_fp16.aimodel/metadata.json +5 -0
  9. gpu-pipelined/openthai_systemone_decode_fp16/tokenizer/added_tokens.json +297 -0
  10. gpu-pipelined/openthai_systemone_decode_fp16/tokenizer/chat_template.jinja +154 -0
  11. gpu-pipelined/openthai_systemone_decode_fp16/tokenizer/merges.txt +0 -0
  12. gpu-pipelined/openthai_systemone_decode_fp16/tokenizer/special_tokens_map.json +16 -0
  13. gpu-pipelined/openthai_systemone_decode_fp16/tokenizer/tokenizer.json +3 -0
  14. gpu-pipelined/openthai_systemone_decode_fp16/tokenizer/tokenizer_config.json +2395 -0
  15. gpu-pipelined/openthai_systemone_decode_fp16/tokenizer/vocab.json +0 -0
  16. gpu-pipelined/openthai_systemone_decode_int8lin/metadata.json +41 -0
  17. gpu-pipelined/openthai_systemone_decode_int8lin/openthai_systemone_decode_int8lin.aimodel/main.hash +1 -0
  18. gpu-pipelined/openthai_systemone_decode_int8lin/openthai_systemone_decode_int8lin.aimodel/main.mlirb +3 -0
  19. gpu-pipelined/openthai_systemone_decode_int8lin/openthai_systemone_decode_int8lin.aimodel/metadata.json +5 -0
  20. gpu-pipelined/openthai_systemone_decode_int8lin/tokenizer/added_tokens.json +297 -0
  21. gpu-pipelined/openthai_systemone_decode_int8lin/tokenizer/chat_template.jinja +154 -0
  22. gpu-pipelined/openthai_systemone_decode_int8lin/tokenizer/merges.txt +0 -0
  23. gpu-pipelined/openthai_systemone_decode_int8lin/tokenizer/special_tokens_map.json +16 -0
  24. gpu-pipelined/openthai_systemone_decode_int8lin/tokenizer/tokenizer.json +3 -0
  25. gpu-pipelined/openthai_systemone_decode_int8lin/tokenizer/tokenizer_config.json +2395 -0
  26. gpu-pipelined/openthai_systemone_decode_int8lin/tokenizer/vocab.json +0 -0
.gitattributes CHANGED
@@ -33,3 +33,7 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
 
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ gpu-pipelined/openthai_systemone_decode_fp16/openthai_systemone_decode_fp16.aimodel/main.mlirb filter=lfs diff=lfs merge=lfs -text
37
+ gpu-pipelined/openthai_systemone_decode_fp16/tokenizer/tokenizer.json filter=lfs diff=lfs merge=lfs -text
38
+ gpu-pipelined/openthai_systemone_decode_int8lin/openthai_systemone_decode_int8lin.aimodel/main.mlirb filter=lfs diff=lfs merge=lfs -text
39
+ gpu-pipelined/openthai_systemone_decode_int8lin/tokenizer/tokenizer.json filter=lfs diff=lfs merge=lfs -text
LICENSE 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 [yyyy] [name of copyright owner]
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.
README.md ADDED
@@ -0,0 +1,196 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: iapp/OpenThai-SystemOne
4
+ language:
5
+ - th
6
+ - en
7
+ tags:
8
+ - coreai
9
+ - decision-model
10
+ - system-one
11
+ - zero-shot-classification
12
+ - thai
13
+ ---
14
+
15
+ Core AI is Apple's on-device ML runtime in iOS 27 / macOS 27 and the successor to Core ML: PyTorch models are exported with Apple's `coreai-torch` (LLMs: `coreai.llm.export`) into `.aimodel` bundles that run on the GPU or the Neural Engine, e.g. Qwen3-8B 4-bit decodes at 94 tok/s on an M4 Max GPU, MLX 90 under the same protocol ([apple-silicon-llm-bench](https://github.com/john-rocky/apple-silicon-llm-bench), macOS 27 beta 26A5353q, 2026-06-11).
16
+
17
+ # OpenThai-SystemOne — Core AI
18
+
19
+ [🤗 mlboydaisuke/OpenThai-SystemOne-CoreAI](https://huggingface.co/mlboydaisuke/OpenThai-SystemOne-CoreAI) · Apache-2.0 · source [iapp/OpenThai-SystemOne](https://huggingface.co/iapp/OpenThai-SystemOne/tree/f3709948b5e3cc9606a57e74ba62b7a639d17dd3) (revision `f3709948`) · base Qwen/Qwen3.5-0.8B-Base
20
+
21
+ A **Thai + English System One decision model**: it reads a state and typed questions — Choice,
22
+ Score or Noul — and returns option probabilities. The Qwen3.5 text tower was continued-pretrained
23
+ on Thai; its language-model head was replaced by a **256-way biased slot head**. The readout is
24
+ at `<|ts_answer|>`. It never generates text.
25
+
26
+ This is the zoo's second decision model. The graph uses the Qwen3.5 decode-only, loop-free S=1
27
+ recipe with three changes: the `model.*` weight prefix, a 248,339-row embedding, and the slot
28
+ head in the `lm_head` position. **int8lin is the ship bundle; fp16 is published beside it as
29
+ the reference.** Both have a 4,096-token context and emit `logits` with shape `[1, 1, 256]`.
30
+
31
+ ## Readout contract
32
+
33
+ Each question is one independent row in the author's layout, with no chat template or BOS:
34
+
35
+ ```text
36
+ <|ts_state|> <state>
37
+ <|ts_q|><|ts_choice|> <instructions>
38
+ <|ts_opt_0|> <name>: <description>
39
+ <|ts_opt_1|> <name>
40
+ <|ts_answer|>
41
+ ```
42
+
43
+ The author's encoded sequence has a newline after `<|ts_answer|>`; the answer slot is
44
+ `len(ids_full) - 2`. The bundle consumes the prefix through the answer token, id **248082**,
45
+ and reads the last call's 256 logits. Removing the trailing newline changes the fp32 oracle
46
+ logits by at most **0.000018597** across the fixtures (tolerance 0.0001).
47
+
48
+ - Choice options retain request order. Score uses `<|ts_score|>` and options `i: <level>`,
49
+ with 2–10 levels. Noul uses `<|ts_noul|>` and slots `0 = no`, `1 = yes`, with the supplied
50
+ false/true descriptions when present.
51
+ - For `k` options, divide all slot logits by the question type's temperature, mask slots
52
+ `k..254` to negative infinity, and softmax over all 256 slots. Return
53
+ `p_options = p_full[:k] / sum(p_full[:k])`; retain `p_full[255]` as abstain. Slot indices
54
+ are **not vocabulary token ids**. Choice supports up to 255 options.
55
+ - Temperatures are read from `exp(log_temperature)` in the checkpoint: **choice 1.058534,
56
+ score 1.043141, noul 1.006767**. They differ from the author's v0.3 card, which quotes
57
+ **choice 1.055, score 1.008, noul 1.047**. Metadata carries the tensor-derived values at
58
+ full precision.
59
+ - The author's API exposes abstain for **Choice only**. Score exposes probabilities and
60
+ confidence; Noul exposes the probability of yes. Confidence is one minus normalized
61
+ entropy. The pinned client does not round; its Choice/Score assembly performs a second
62
+ fp32 renormalization. All fixtures use `permutations=1`.
63
+
64
+ The [fixture](https://github.com/john-rocky/coreai-model-zoo/blob/main/models/openthai-systemone/fixtures-openthai-systemone.json)
65
+ contains 18 requests: 48 kit rows (24 Choice, 14 Noul, 10 Score) and two zoo rows with 40 and
66
+ 255 options. It covers Thai, English, mixed text, dict states and list states. The bundle and
67
+ the kit answer one question per row. The independent-row fp32 oracle assembly equals the
68
+ author's single-question API exactly for **18/18 requests** (50/50 question calls). The author's
69
+ one-pass API places several questions in one causal sequence; its answers to later questions
70
+ can differ from independent rows: max **|Δp| 0.375453** on these requests. That comparison is
71
+ recorded as API behavior, not a conversion gate.
72
+
73
+ ## Measured (Apple M4 Max GPU, macOS 27.0 26A428, 2026-09-23)
74
+
75
+ | | fp16 (reference) | int8lin (ship) |
76
+ |---|---:|---:|
77
+ | option argmax = author's fp32 oracle | 50/50 | 50/50 |
78
+ | argmax on oracle margin ≥ 0.02 | 49/49 | 49/49 |
79
+ | max \|Δp\| over option probabilities | 0.005059 | 0.020813 |
80
+ | mean of per-row mean \|Δp\| | 0.000225 | 0.000659 |
81
+ | max \|Δabstain\| | 0.016488 | 0.018837 |
82
+ | Swift pipelined first token = decoded raw-slot argmax | 50/50 | 50/50 |
83
+ | Swift sequential first token = decoded raw-slot argmax | 50/50 | 50/50 |
84
+ | state reset, row 1 logits bit-identical | yes | yes |
85
+
86
+ The gate requires option-argmax agreement on every row with oracle margin ≥ 0.02, finite
87
+ logits and the state-reset proof. Probability and abstain errors are recorded. The only row
88
+ below that margin is `r18-slot` (0.009739); it agrees on both bundles. The largest int8lin
89
+ probability difference is `r05-dry`, a two-option Noul row with oracle margin 0.061681.
90
+
91
+ Probabilities come from an AOT h16c GPU asset loaded through the Core AI Python runtime with
92
+ `SpecializationOptions.default()`, fresh zero states per row and full `position_ids` at each
93
+ S=1 step. The engine check uses Release `llm-runner`, raw ids, one greedy token, and
94
+ `COREAI_CHUNK_THRESHOLD=1`. It compares `tokenizer.decode([raw256_argmax])` against the same
95
+ bundle's unmasked Python readout; that diagnostic string is not a decision answer. Transcripts:
96
+ [fp16 readout](https://github.com/john-rocky/coreai-model-zoo/blob/main/models/openthai-systemone/gate-openthai-systemone-readout-fp16.json),
97
+ [int8lin readout](https://github.com/john-rocky/coreai-model-zoo/blob/main/models/openthai-systemone/gate-openthai-systemone-readout-int8lin.json),
98
+ [fp16 engines](https://github.com/john-rocky/coreai-model-zoo/blob/main/models/openthai-systemone/gate-openthai-systemone-engine-fp16.json),
99
+ [int8lin engines](https://github.com/john-rocky/coreai-model-zoo/blob/main/models/openthai-systemone/gate-openthai-systemone-engine-int8lin.json).
100
+
101
+ **Throughput**, int8lin, Release `llm-benchmark`, p=128 / g=256, two launches × three trials
102
+ per engine, `COREAI_CHUNK_THRESHOLD=1`; median (range):
103
+
104
+ | Engine | prefill proxy, tok/s | decode, tok/s | load per launch, s |
105
+ |---|---:|---:|---:|
106
+ | coreai-pipelined | 252.7 (243.8–258.6) | 250.8 (244.5–253.8) | 1.415 / 0.167 |
107
+ | coreai-sequential | 197.1 (196.1–201.3) | 194.8 (192.6–197.7) | 0.172 / 0.166 |
108
+
109
+ This is a **prefill-rate proxy**: the graph is S=1, and synthetic generation throughput is
110
+ not decision latency. The benchmark samples ids from the metadata's 256-wide output range.
111
+ No other Core AI, Python or Swift engine job appeared in the before/after process snapshots
112
+ (`contended: false`). Load is measured per launch, excluding warmup. The frozen Swift tag's
113
+ benchmark needed a local CLI option to select `EngineOptions.variant`; the trial loop was
114
+ unchanged. [Trials, load times and environment](https://github.com/john-rocky/coreai-model-zoo/blob/main/models/openthai-systemone/llm-benchmark.json).
115
+
116
+ ## Through the kit
117
+
118
+ **Measured through coreai-kit**, using its sequential engine and tokenizer: `decide-cli parity`
119
+ matched tokens 50/50, answer slots 50/50 and option argmax 50/50 on both bundles, including the
120
+ 40- and 255-option rows. int8lin max |Δp| was **0.0226** (`r05-dry`), mean **0.0009**, and max
121
+ |Δabstain| **0.0222**; fp16 was **0.0051** (`r05-task`), **0.0003**, and **0.0165** respectively.
122
+ These are kit measurements supplied by the supervisor, separate from the Python-runtime
123
+ table above. Median int8lin wall time per fixture question was **354 ms** over the 50 rows, two to
124
+ three questions per state (a question on a new state pays for the whole state); the 255-option row (1,449 tokens, S=1 prefill) took **7.2 s**. A
125
+ three-question Thai ticket took **351 / 316 / 429 ms** for its 57-, 63- and 83-token rows; the
126
+ recurrent hybrid cannot rewind mid-sequence, so every row is prefilled from its first token (0
127
+ tokens reused).
128
+
129
+ On SemIf's authored144 — 144 English rows with three options, SemIf's gold labels and unchanged
130
+ `benchmarks/evaluate.py` — int8lin on the Mac GPU, measured through coreai-kit, scored
131
+ **109/144** raw and **0.7249 mean family balanced accuracy**. The kit README reports **0.681**
132
+ for MiniCPM5-2B int8 and **0.821** for Qwen3.5-4B int8 on the same rows and evaluator.
133
+ [Kit measurement record](https://github.com/john-rocky/coreai-model-zoo/blob/main/models/openthai-systemone/measurements-coreai-kit.json).
134
+ No phone gate is claimed for this port.
135
+
136
+ ## Bundle
137
+
138
+ [mlboydaisuke/OpenThai-SystemOne-CoreAI](https://huggingface.co/mlboydaisuke/OpenThai-SystemOne-CoreAI)
139
+ contains both LanguageBundles, each with `.aimodel`, `metadata.json` and `tokenizer/`:
140
+
141
+ | Path under `gpu-pipelined/` | role | bundle bytes | `main.mlirb` bytes |
142
+ |---|---|---:|---:|
143
+ | `openthai_systemone_decode_int8lin/` | ship | 1,068,353,811 | 1,039,655,099 |
144
+ | `openthai_systemone_decode_fp16/` | reference | 1,534,777,239 | 1,506,078,533 |
145
+
146
+ int8lin quantizes the linears per block of 32; the biased slot head, embeddings, conv1d and
147
+ norms stay fp16. `language.vocab_size = 256` describes the logits width because the sequential
148
+ engine allocates its output buffer from it. The input tokenizer still contains **248,339
149
+ tokens, including all 295 added tokens**. The `decision` metadata carries the slot count,
150
+ abstain slot, answer token, temperatures and layout. The source `config.json` is retained for
151
+ provenance.
152
+
153
+ Use the zoo's [extra-states runtime patch](https://github.com/john-rocky/coreai-model-zoo/blob/main/apps/coreai-pipelined-extra-states.patch)
154
+ for the hybrid's KV, conv and recurrent states, and `COREAI_CHUNK_THRESHOLD=1`. Both pipelined
155
+ and sequential engines were checked with Release tools from fork tag `0.2.4-zoo` (`f7a75ec`).
156
+ The [recipe](https://github.com/john-rocky/coreai-model-zoo/blob/main/models/openthai-systemone/recipe.toml)
157
+ records the source revision and each graph's SHA-256.
158
+
159
+ ## Reproduce
160
+
161
+ Run from the zoo checkout with the overlay environment; the oracle uses its own uv-managed
162
+ environment. `DEVELOPER_DIR` must select Xcode 27 for the Core AI tools.
163
+
164
+ ```bash
165
+ python3 conversion/zoo_convert.py run openthai-systemone
166
+ python3 conversion/zoo_convert.py run openthai-systemone-fp16
167
+
168
+ uv run conversion/slot/oracle_slot.py \
169
+ --out models/openthai-systemone/fixtures-openthai-systemone.json
170
+
171
+ python3 conversion/slot/readout_gate_slot.py \
172
+ exports/openthai_systemone_decode_int8lin \
173
+ models/openthai-systemone/fixtures-openthai-systemone.json \
174
+ --transcript models/openthai-systemone/gate-openthai-systemone-readout-int8lin.json
175
+
176
+ python3 conversion/slot/engine_argmax_slot.py \
177
+ exports/openthai_systemone_decode_int8lin \
178
+ models/openthai-systemone/fixtures-openthai-systemone.json \
179
+ --readout models/openthai-systemone/gate-openthai-systemone-readout-int8lin.json \
180
+ --runner <fork>/.build/release/llm-runner \
181
+ --engine pipelined --engine sequential \
182
+ --transcript models/openthai-systemone/gate-openthai-systemone-engine-int8lin.json
183
+ ```
184
+
185
+ Repeat the readout and engine commands with `fp16` paths for the reference. The
186
+ [exporter](https://github.com/john-rocky/coreai-model-zoo/blob/main/conversion/export_openthai_systemone_decode_pipelined.py)
187
+ downloads the pinned snapshot itself. [Gate instructions](https://github.com/john-rocky/coreai-model-zoo/blob/main/conversion/slot/README.md)
188
+ and [port notes](https://github.com/john-rocky/coreai-model-zoo/blob/main/knowledge/openthai-systemone-port.md)
189
+ record the oracle dependencies and runtime contract.
190
+
191
+ ## License
192
+
193
+ Source Apache-2.0 (`iapp/OpenThai-SystemOne`); the bundles inherit it. The pinned source
194
+ snapshot has no license file, so `LICENSE` contains the canonical
195
+ [Apache License 2.0 text](https://www.apache.org/licenses/LICENSE-2.0.txt). The author's
196
+ inference files are downloaded by the oracle at gate time and are not included in the bundles.
config.json ADDED
@@ -0,0 +1,107 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "abstain_slot": 255,
3
+ "answer_token_id": 248082,
4
+ "architectures": [
5
+ "OpenThaiSystemOneForDecision"
6
+ ],
7
+ "dtype": "bfloat16",
8
+ "head_bias": true,
9
+ "model_type": "openthai_systemone",
10
+ "n_slots": 256,
11
+ "n_temperatures": 3,
12
+ "pad_token_id": 248044,
13
+ "text_config": {
14
+ "_name_or_path": "runs/cpt/latest",
15
+ "architectures": [
16
+ "Qwen3_5ForCausalLM"
17
+ ],
18
+ "attention_bias": false,
19
+ "attention_dropout": 0.0,
20
+ "attn_output_gate": true,
21
+ "bos_token_id": null,
22
+ "chunk_size_feed_forward": 0,
23
+ "dtype": "bfloat16",
24
+ "eos_token_id": 248044,
25
+ "full_attention_interval": 4,
26
+ "head_dim": 256,
27
+ "hidden_act": "silu",
28
+ "hidden_size": 1024,
29
+ "id2label": {
30
+ "0": "LABEL_0",
31
+ "1": "LABEL_1"
32
+ },
33
+ "initializer_range": 0.02,
34
+ "intermediate_size": 3584,
35
+ "is_encoder_decoder": false,
36
+ "label2id": {
37
+ "LABEL_0": 0,
38
+ "LABEL_1": 1
39
+ },
40
+ "layer_types": [
41
+ "linear_attention",
42
+ "linear_attention",
43
+ "linear_attention",
44
+ "full_attention",
45
+ "linear_attention",
46
+ "linear_attention",
47
+ "linear_attention",
48
+ "full_attention",
49
+ "linear_attention",
50
+ "linear_attention",
51
+ "linear_attention",
52
+ "full_attention",
53
+ "linear_attention",
54
+ "linear_attention",
55
+ "linear_attention",
56
+ "full_attention",
57
+ "linear_attention",
58
+ "linear_attention",
59
+ "linear_attention",
60
+ "full_attention",
61
+ "linear_attention",
62
+ "linear_attention",
63
+ "linear_attention",
64
+ "full_attention"
65
+ ],
66
+ "linear_conv_kernel_dim": 4,
67
+ "linear_key_head_dim": 128,
68
+ "linear_num_key_heads": 16,
69
+ "linear_num_value_heads": 16,
70
+ "linear_value_head_dim": 128,
71
+ "mamba_ssm_dtype": "float32",
72
+ "max_position_embeddings": 262144,
73
+ "mlp_only_layers": [],
74
+ "model_type": "qwen3_5_text",
75
+ "mtp_num_hidden_layers": 1,
76
+ "mtp_use_dedicated_embeddings": false,
77
+ "num_attention_heads": 8,
78
+ "num_hidden_layers": 24,
79
+ "num_key_value_heads": 2,
80
+ "output_attentions": false,
81
+ "output_hidden_states": false,
82
+ "pad_token_id": null,
83
+ "partial_rotary_factor": 0.25,
84
+ "problem_type": null,
85
+ "return_dict": true,
86
+ "rms_norm_eps": 1e-06,
87
+ "rope_parameters": {
88
+ "mrope_interleaved": true,
89
+ "mrope_section": [
90
+ 11,
91
+ 11,
92
+ 10
93
+ ],
94
+ "partial_rotary_factor": 0.25,
95
+ "rope_theta": 10000000,
96
+ "rope_type": "default"
97
+ },
98
+ "tie_word_embeddings": false,
99
+ "use_cache": true,
100
+ "vocab_size": 248339
101
+ },
102
+ "transformers_version": "5.17.0",
103
+ "auto_map": {
104
+ "AutoConfig": "configuration.OpenThaiSystemOneConfig",
105
+ "AutoModel": "modeling.OpenThaiSystemOneForDecision"
106
+ }
107
+ }
gpu-pipelined/openthai_systemone_decode_fp16/metadata.json ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "metadata_version": "0.2",
3
+ "kind": "llm",
4
+ "name": "openthai_systemone_decode_fp16",
5
+ "assets": {
6
+ "main": "openthai_systemone_decode_fp16.aimodel"
7
+ },
8
+ "language": {
9
+ "tokenizer": "iapp/OpenThai-SystemOne",
10
+ "vocab_size": 256,
11
+ "max_context_length": 4096,
12
+ "embedded_tokenizer": true,
13
+ "function_map": {
14
+ "main": [
15
+ "main"
16
+ ]
17
+ }
18
+ },
19
+ "source": {
20
+ "model_definition": "torch",
21
+ "hf_model_id": "iapp/OpenThai-SystemOne",
22
+ "hf_revision": "f3709948b5e3cc9606a57e74ba62b7a639d17dd3"
23
+ },
24
+ "compression": null,
25
+ "decision": {
26
+ "head": "slot",
27
+ "n_slots": 256,
28
+ "abstain_slot": 255,
29
+ "answer_token_id": 248082,
30
+ "temperature_by_type": {
31
+ "choice": 1.058533787727356,
32
+ "score": 1.0431410074234009,
33
+ "noul": 1.0067671537399292
34
+ },
35
+ "layout": "openthai_systemone"
36
+ },
37
+ "compilation": {
38
+ "date": "2026-09-22T18:36:08.038213+00:00",
39
+ "targets": []
40
+ }
41
+ }
gpu-pipelined/openthai_systemone_decode_fp16/openthai_systemone_decode_fp16.aimodel/main.hash ADDED
@@ -0,0 +1 @@
 
 
1
+ �������Z��NJ҈�J�,yN�ѫ��)��
gpu-pipelined/openthai_systemone_decode_fp16/openthai_systemone_decode_fp16.aimodel/main.mlirb ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f811a29cb5c2e6ff5ab5834e4ad288d04aa22c06791b4efcd1abb9c629a18e08
3
+ size 1506078533
gpu-pipelined/openthai_systemone_decode_fp16/openthai_systemone_decode_fp16.aimodel/metadata.json ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ {
2
+ "creationDate" : "20260922T183607Z",
3
+ "assetVersion" : "2.0",
4
+ "producer" : "coreai-core 1.0.0b2"
5
+ }
gpu-pipelined/openthai_systemone_decode_fp16/tokenizer/added_tokens.json ADDED
@@ -0,0 +1,297 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "</think>": 248069,
3
+ "</tool_call>": 248059,
4
+ "</tool_response>": 248067,
5
+ "<think>": 248068,
6
+ "<tool_call>": 248058,
7
+ "<tool_response>": 248066,
8
+ "<tts_pad>": 248072,
9
+ "<tts_text_bos>": 248073,
10
+ "<tts_text_bos_single>": 248075,
11
+ "<tts_text_eod>": 248074,
12
+ "<|audio_end|>": 248071,
13
+ "<|audio_pad|>": 248076,
14
+ "<|audio_start|>": 248070,
15
+ "<|box_end|>": 248050,
16
+ "<|box_start|>": 248049,
17
+ "<|endoftext|>": 248044,
18
+ "<|file_sep|>": 248065,
19
+ "<|fim_middle|>": 248061,
20
+ "<|fim_pad|>": 248063,
21
+ "<|fim_prefix|>": 248060,
22
+ "<|fim_suffix|>": 248062,
23
+ "<|im_end|>": 248046,
24
+ "<|im_start|>": 248045,
25
+ "<|image_pad|>": 248056,
26
+ "<|object_ref_end|>": 248048,
27
+ "<|object_ref_start|>": 248047,
28
+ "<|quad_end|>": 248052,
29
+ "<|quad_start|>": 248051,
30
+ "<|repo_name|>": 248064,
31
+ "<|ts_answer|>": 248082,
32
+ "<|ts_choice|>": 248079,
33
+ "<|ts_noul|>": 248081,
34
+ "<|ts_opt_0|>": 248083,
35
+ "<|ts_opt_100|>": 248183,
36
+ "<|ts_opt_101|>": 248184,
37
+ "<|ts_opt_102|>": 248185,
38
+ "<|ts_opt_103|>": 248186,
39
+ "<|ts_opt_104|>": 248187,
40
+ "<|ts_opt_105|>": 248188,
41
+ "<|ts_opt_106|>": 248189,
42
+ "<|ts_opt_107|>": 248190,
43
+ "<|ts_opt_108|>": 248191,
44
+ "<|ts_opt_109|>": 248192,
45
+ "<|ts_opt_10|>": 248093,
46
+ "<|ts_opt_110|>": 248193,
47
+ "<|ts_opt_111|>": 248194,
48
+ "<|ts_opt_112|>": 248195,
49
+ "<|ts_opt_113|>": 248196,
50
+ "<|ts_opt_114|>": 248197,
51
+ "<|ts_opt_115|>": 248198,
52
+ "<|ts_opt_116|>": 248199,
53
+ "<|ts_opt_117|>": 248200,
54
+ "<|ts_opt_118|>": 248201,
55
+ "<|ts_opt_119|>": 248202,
56
+ "<|ts_opt_11|>": 248094,
57
+ "<|ts_opt_120|>": 248203,
58
+ "<|ts_opt_121|>": 248204,
59
+ "<|ts_opt_122|>": 248205,
60
+ "<|ts_opt_123|>": 248206,
61
+ "<|ts_opt_124|>": 248207,
62
+ "<|ts_opt_125|>": 248208,
63
+ "<|ts_opt_126|>": 248209,
64
+ "<|ts_opt_127|>": 248210,
65
+ "<|ts_opt_128|>": 248211,
66
+ "<|ts_opt_129|>": 248212,
67
+ "<|ts_opt_12|>": 248095,
68
+ "<|ts_opt_130|>": 248213,
69
+ "<|ts_opt_131|>": 248214,
70
+ "<|ts_opt_132|>": 248215,
71
+ "<|ts_opt_133|>": 248216,
72
+ "<|ts_opt_134|>": 248217,
73
+ "<|ts_opt_135|>": 248218,
74
+ "<|ts_opt_136|>": 248219,
75
+ "<|ts_opt_137|>": 248220,
76
+ "<|ts_opt_138|>": 248221,
77
+ "<|ts_opt_139|>": 248222,
78
+ "<|ts_opt_13|>": 248096,
79
+ "<|ts_opt_140|>": 248223,
80
+ "<|ts_opt_141|>": 248224,
81
+ "<|ts_opt_142|>": 248225,
82
+ "<|ts_opt_143|>": 248226,
83
+ "<|ts_opt_144|>": 248227,
84
+ "<|ts_opt_145|>": 248228,
85
+ "<|ts_opt_146|>": 248229,
86
+ "<|ts_opt_147|>": 248230,
87
+ "<|ts_opt_148|>": 248231,
88
+ "<|ts_opt_149|>": 248232,
89
+ "<|ts_opt_14|>": 248097,
90
+ "<|ts_opt_150|>": 248233,
91
+ "<|ts_opt_151|>": 248234,
92
+ "<|ts_opt_152|>": 248235,
93
+ "<|ts_opt_153|>": 248236,
94
+ "<|ts_opt_154|>": 248237,
95
+ "<|ts_opt_155|>": 248238,
96
+ "<|ts_opt_156|>": 248239,
97
+ "<|ts_opt_157|>": 248240,
98
+ "<|ts_opt_158|>": 248241,
99
+ "<|ts_opt_159|>": 248242,
100
+ "<|ts_opt_15|>": 248098,
101
+ "<|ts_opt_160|>": 248243,
102
+ "<|ts_opt_161|>": 248244,
103
+ "<|ts_opt_162|>": 248245,
104
+ "<|ts_opt_163|>": 248246,
105
+ "<|ts_opt_164|>": 248247,
106
+ "<|ts_opt_165|>": 248248,
107
+ "<|ts_opt_166|>": 248249,
108
+ "<|ts_opt_167|>": 248250,
109
+ "<|ts_opt_168|>": 248251,
110
+ "<|ts_opt_169|>": 248252,
111
+ "<|ts_opt_16|>": 248099,
112
+ "<|ts_opt_170|>": 248253,
113
+ "<|ts_opt_171|>": 248254,
114
+ "<|ts_opt_172|>": 248255,
115
+ "<|ts_opt_173|>": 248256,
116
+ "<|ts_opt_174|>": 248257,
117
+ "<|ts_opt_175|>": 248258,
118
+ "<|ts_opt_176|>": 248259,
119
+ "<|ts_opt_177|>": 248260,
120
+ "<|ts_opt_178|>": 248261,
121
+ "<|ts_opt_179|>": 248262,
122
+ "<|ts_opt_17|>": 248100,
123
+ "<|ts_opt_180|>": 248263,
124
+ "<|ts_opt_181|>": 248264,
125
+ "<|ts_opt_182|>": 248265,
126
+ "<|ts_opt_183|>": 248266,
127
+ "<|ts_opt_184|>": 248267,
128
+ "<|ts_opt_185|>": 248268,
129
+ "<|ts_opt_186|>": 248269,
130
+ "<|ts_opt_187|>": 248270,
131
+ "<|ts_opt_188|>": 248271,
132
+ "<|ts_opt_189|>": 248272,
133
+ "<|ts_opt_18|>": 248101,
134
+ "<|ts_opt_190|>": 248273,
135
+ "<|ts_opt_191|>": 248274,
136
+ "<|ts_opt_192|>": 248275,
137
+ "<|ts_opt_193|>": 248276,
138
+ "<|ts_opt_194|>": 248277,
139
+ "<|ts_opt_195|>": 248278,
140
+ "<|ts_opt_196|>": 248279,
141
+ "<|ts_opt_197|>": 248280,
142
+ "<|ts_opt_198|>": 248281,
143
+ "<|ts_opt_199|>": 248282,
144
+ "<|ts_opt_19|>": 248102,
145
+ "<|ts_opt_1|>": 248084,
146
+ "<|ts_opt_200|>": 248283,
147
+ "<|ts_opt_201|>": 248284,
148
+ "<|ts_opt_202|>": 248285,
149
+ "<|ts_opt_203|>": 248286,
150
+ "<|ts_opt_204|>": 248287,
151
+ "<|ts_opt_205|>": 248288,
152
+ "<|ts_opt_206|>": 248289,
153
+ "<|ts_opt_207|>": 248290,
154
+ "<|ts_opt_208|>": 248291,
155
+ "<|ts_opt_209|>": 248292,
156
+ "<|ts_opt_20|>": 248103,
157
+ "<|ts_opt_210|>": 248293,
158
+ "<|ts_opt_211|>": 248294,
159
+ "<|ts_opt_212|>": 248295,
160
+ "<|ts_opt_213|>": 248296,
161
+ "<|ts_opt_214|>": 248297,
162
+ "<|ts_opt_215|>": 248298,
163
+ "<|ts_opt_216|>": 248299,
164
+ "<|ts_opt_217|>": 248300,
165
+ "<|ts_opt_218|>": 248301,
166
+ "<|ts_opt_219|>": 248302,
167
+ "<|ts_opt_21|>": 248104,
168
+ "<|ts_opt_220|>": 248303,
169
+ "<|ts_opt_221|>": 248304,
170
+ "<|ts_opt_222|>": 248305,
171
+ "<|ts_opt_223|>": 248306,
172
+ "<|ts_opt_224|>": 248307,
173
+ "<|ts_opt_225|>": 248308,
174
+ "<|ts_opt_226|>": 248309,
175
+ "<|ts_opt_227|>": 248310,
176
+ "<|ts_opt_228|>": 248311,
177
+ "<|ts_opt_229|>": 248312,
178
+ "<|ts_opt_22|>": 248105,
179
+ "<|ts_opt_230|>": 248313,
180
+ "<|ts_opt_231|>": 248314,
181
+ "<|ts_opt_232|>": 248315,
182
+ "<|ts_opt_233|>": 248316,
183
+ "<|ts_opt_234|>": 248317,
184
+ "<|ts_opt_235|>": 248318,
185
+ "<|ts_opt_236|>": 248319,
186
+ "<|ts_opt_237|>": 248320,
187
+ "<|ts_opt_238|>": 248321,
188
+ "<|ts_opt_239|>": 248322,
189
+ "<|ts_opt_23|>": 248106,
190
+ "<|ts_opt_240|>": 248323,
191
+ "<|ts_opt_241|>": 248324,
192
+ "<|ts_opt_242|>": 248325,
193
+ "<|ts_opt_243|>": 248326,
194
+ "<|ts_opt_244|>": 248327,
195
+ "<|ts_opt_245|>": 248328,
196
+ "<|ts_opt_246|>": 248329,
197
+ "<|ts_opt_247|>": 248330,
198
+ "<|ts_opt_248|>": 248331,
199
+ "<|ts_opt_249|>": 248332,
200
+ "<|ts_opt_24|>": 248107,
201
+ "<|ts_opt_250|>": 248333,
202
+ "<|ts_opt_251|>": 248334,
203
+ "<|ts_opt_252|>": 248335,
204
+ "<|ts_opt_253|>": 248336,
205
+ "<|ts_opt_254|>": 248337,
206
+ "<|ts_opt_255|>": 248338,
207
+ "<|ts_opt_25|>": 248108,
208
+ "<|ts_opt_26|>": 248109,
209
+ "<|ts_opt_27|>": 248110,
210
+ "<|ts_opt_28|>": 248111,
211
+ "<|ts_opt_29|>": 248112,
212
+ "<|ts_opt_2|>": 248085,
213
+ "<|ts_opt_30|>": 248113,
214
+ "<|ts_opt_31|>": 248114,
215
+ "<|ts_opt_32|>": 248115,
216
+ "<|ts_opt_33|>": 248116,
217
+ "<|ts_opt_34|>": 248117,
218
+ "<|ts_opt_35|>": 248118,
219
+ "<|ts_opt_36|>": 248119,
220
+ "<|ts_opt_37|>": 248120,
221
+ "<|ts_opt_38|>": 248121,
222
+ "<|ts_opt_39|>": 248122,
223
+ "<|ts_opt_3|>": 248086,
224
+ "<|ts_opt_40|>": 248123,
225
+ "<|ts_opt_41|>": 248124,
226
+ "<|ts_opt_42|>": 248125,
227
+ "<|ts_opt_43|>": 248126,
228
+ "<|ts_opt_44|>": 248127,
229
+ "<|ts_opt_45|>": 248128,
230
+ "<|ts_opt_46|>": 248129,
231
+ "<|ts_opt_47|>": 248130,
232
+ "<|ts_opt_48|>": 248131,
233
+ "<|ts_opt_49|>": 248132,
234
+ "<|ts_opt_4|>": 248087,
235
+ "<|ts_opt_50|>": 248133,
236
+ "<|ts_opt_51|>": 248134,
237
+ "<|ts_opt_52|>": 248135,
238
+ "<|ts_opt_53|>": 248136,
239
+ "<|ts_opt_54|>": 248137,
240
+ "<|ts_opt_55|>": 248138,
241
+ "<|ts_opt_56|>": 248139,
242
+ "<|ts_opt_57|>": 248140,
243
+ "<|ts_opt_58|>": 248141,
244
+ "<|ts_opt_59|>": 248142,
245
+ "<|ts_opt_5|>": 248088,
246
+ "<|ts_opt_60|>": 248143,
247
+ "<|ts_opt_61|>": 248144,
248
+ "<|ts_opt_62|>": 248145,
249
+ "<|ts_opt_63|>": 248146,
250
+ "<|ts_opt_64|>": 248147,
251
+ "<|ts_opt_65|>": 248148,
252
+ "<|ts_opt_66|>": 248149,
253
+ "<|ts_opt_67|>": 248150,
254
+ "<|ts_opt_68|>": 248151,
255
+ "<|ts_opt_69|>": 248152,
256
+ "<|ts_opt_6|>": 248089,
257
+ "<|ts_opt_70|>": 248153,
258
+ "<|ts_opt_71|>": 248154,
259
+ "<|ts_opt_72|>": 248155,
260
+ "<|ts_opt_73|>": 248156,
261
+ "<|ts_opt_74|>": 248157,
262
+ "<|ts_opt_75|>": 248158,
263
+ "<|ts_opt_76|>": 248159,
264
+ "<|ts_opt_77|>": 248160,
265
+ "<|ts_opt_78|>": 248161,
266
+ "<|ts_opt_79|>": 248162,
267
+ "<|ts_opt_7|>": 248090,
268
+ "<|ts_opt_80|>": 248163,
269
+ "<|ts_opt_81|>": 248164,
270
+ "<|ts_opt_82|>": 248165,
271
+ "<|ts_opt_83|>": 248166,
272
+ "<|ts_opt_84|>": 248167,
273
+ "<|ts_opt_85|>": 248168,
274
+ "<|ts_opt_86|>": 248169,
275
+ "<|ts_opt_87|>": 248170,
276
+ "<|ts_opt_88|>": 248171,
277
+ "<|ts_opt_89|>": 248172,
278
+ "<|ts_opt_8|>": 248091,
279
+ "<|ts_opt_90|>": 248173,
280
+ "<|ts_opt_91|>": 248174,
281
+ "<|ts_opt_92|>": 248175,
282
+ "<|ts_opt_93|>": 248176,
283
+ "<|ts_opt_94|>": 248177,
284
+ "<|ts_opt_95|>": 248178,
285
+ "<|ts_opt_96|>": 248179,
286
+ "<|ts_opt_97|>": 248180,
287
+ "<|ts_opt_98|>": 248181,
288
+ "<|ts_opt_99|>": 248182,
289
+ "<|ts_opt_9|>": 248092,
290
+ "<|ts_q|>": 248078,
291
+ "<|ts_score|>": 248080,
292
+ "<|ts_state|>": 248077,
293
+ "<|video_pad|>": 248057,
294
+ "<|vision_end|>": 248054,
295
+ "<|vision_pad|>": 248055,
296
+ "<|vision_start|>": 248053
297
+ }
gpu-pipelined/openthai_systemone_decode_fp16/tokenizer/chat_template.jinja ADDED
@@ -0,0 +1,154 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {%- set image_count = namespace(value=0) %}
2
+ {%- set video_count = namespace(value=0) %}
3
+ {%- macro render_content(content, do_vision_count, is_system_content=false) %}
4
+ {%- if content is string %}
5
+ {{- content }}
6
+ {%- elif content is iterable and content is not mapping %}
7
+ {%- for item in content %}
8
+ {%- if 'image' in item or 'image_url' in item or item.type == 'image' %}
9
+ {%- if is_system_content %}
10
+ {{- raise_exception('System message cannot contain images.') }}
11
+ {%- endif %}
12
+ {%- if do_vision_count %}
13
+ {%- set image_count.value = image_count.value + 1 %}
14
+ {%- endif %}
15
+ {%- if add_vision_id %}
16
+ {{- 'Picture ' ~ image_count.value ~ ': ' }}
17
+ {%- endif %}
18
+ {{- '<|vision_start|><|image_pad|><|vision_end|>' }}
19
+ {%- elif 'video' in item or item.type == 'video' %}
20
+ {%- if is_system_content %}
21
+ {{- raise_exception('System message cannot contain videos.') }}
22
+ {%- endif %}
23
+ {%- if do_vision_count %}
24
+ {%- set video_count.value = video_count.value + 1 %}
25
+ {%- endif %}
26
+ {%- if add_vision_id %}
27
+ {{- 'Video ' ~ video_count.value ~ ': ' }}
28
+ {%- endif %}
29
+ {{- '<|vision_start|><|video_pad|><|vision_end|>' }}
30
+ {%- elif 'text' in item %}
31
+ {{- item.text }}
32
+ {%- else %}
33
+ {{- raise_exception('Unexpected item type in content.') }}
34
+ {%- endif %}
35
+ {%- endfor %}
36
+ {%- elif content is none or content is undefined %}
37
+ {{- '' }}
38
+ {%- else %}
39
+ {{- raise_exception('Unexpected content type.') }}
40
+ {%- endif %}
41
+ {%- endmacro %}
42
+ {%- if not messages %}
43
+ {{- raise_exception('No messages provided.') }}
44
+ {%- endif %}
45
+ {%- if tools and tools is iterable and tools is not mapping %}
46
+ {{- '<|im_start|>system\n' }}
47
+ {{- "# Tools\n\nYou have access to the following functions:\n\n<tools>" }}
48
+ {%- for tool in tools %}
49
+ {{- "\n" }}
50
+ {{- tool | tojson }}
51
+ {%- endfor %}
52
+ {{- "\n</tools>" }}
53
+ {{- '\n\nIf you choose to call a function ONLY reply in the following format with NO suffix:\n\n<tool_call>\n<function=example_function_name>\n<parameter=example_parameter_1>\nvalue_1\n</parameter>\n<parameter=example_parameter_2>\nThis is the value for the second parameter\nthat can span\nmultiple lines\n</parameter>\n</function>\n</tool_call>\n\n<IMPORTANT>\nReminder:\n- Function calls MUST follow the specified format: an inner <function=...></function> block must be nested within <tool_call></tool_call> XML tags\n- Required parameters MUST be specified\n- You may provide optional reasoning for your function call in natural language BEFORE the function call, but NOT after\n- If there is no function call available, answer the question like normal with your current knowledge and do not tell the user about function calls\n</IMPORTANT>' }}
54
+ {%- if messages[0].role == 'system' %}
55
+ {%- set content = render_content(messages[0].content, false, true)|trim %}
56
+ {%- if content %}
57
+ {{- '\n\n' + content }}
58
+ {%- endif %}
59
+ {%- endif %}
60
+ {{- '<|im_end|>\n' }}
61
+ {%- else %}
62
+ {%- if messages[0].role == 'system' %}
63
+ {%- set content = render_content(messages[0].content, false, true)|trim %}
64
+ {{- '<|im_start|>system\n' + content + '<|im_end|>\n' }}
65
+ {%- endif %}
66
+ {%- endif %}
67
+ {%- set ns = namespace(multi_step_tool=true, last_query_index=messages|length - 1) %}
68
+ {%- for message in messages[::-1] %}
69
+ {%- set index = (messages|length - 1) - loop.index0 %}
70
+ {%- if ns.multi_step_tool and message.role == "user" %}
71
+ {%- set content = render_content(message.content, false)|trim %}
72
+ {%- if not(content.startswith('<tool_response>') and content.endswith('</tool_response>')) %}
73
+ {%- set ns.multi_step_tool = false %}
74
+ {%- set ns.last_query_index = index %}
75
+ {%- endif %}
76
+ {%- endif %}
77
+ {%- endfor %}
78
+ {%- if ns.multi_step_tool %}
79
+ {{- raise_exception('No user query found in messages.') }}
80
+ {%- endif %}
81
+ {%- for message in messages %}
82
+ {%- set content = render_content(message.content, true)|trim %}
83
+ {%- if message.role == "system" %}
84
+ {%- if not loop.first %}
85
+ {{- raise_exception('System message must be at the beginning.') }}
86
+ {%- endif %}
87
+ {%- elif message.role == "user" %}
88
+ {{- '<|im_start|>' + message.role + '\n' + content + '<|im_end|>' + '\n' }}
89
+ {%- elif message.role == "assistant" %}
90
+ {%- set reasoning_content = '' %}
91
+ {%- if message.reasoning_content is string %}
92
+ {%- set reasoning_content = message.reasoning_content %}
93
+ {%- else %}
94
+ {%- if '</think>' in content %}
95
+ {%- set reasoning_content = content.split('</think>')[0].rstrip('\n').split('<think>')[-1].lstrip('\n') %}
96
+ {%- set content = content.split('</think>')[-1].lstrip('\n') %}
97
+ {%- endif %}
98
+ {%- endif %}
99
+ {%- set reasoning_content = reasoning_content|trim %}
100
+ {%- if loop.index0 > ns.last_query_index %}
101
+ {{- '<|im_start|>' + message.role + '\n<think>\n' + reasoning_content + '\n</think>\n\n' + content }}
102
+ {%- else %}
103
+ {{- '<|im_start|>' + message.role + '\n' + content }}
104
+ {%- endif %}
105
+ {%- if message.tool_calls and message.tool_calls is iterable and message.tool_calls is not mapping %}
106
+ {%- for tool_call in message.tool_calls %}
107
+ {%- if tool_call.function is defined %}
108
+ {%- set tool_call = tool_call.function %}
109
+ {%- endif %}
110
+ {%- if loop.first %}
111
+ {%- if content|trim %}
112
+ {{- '\n\n<tool_call>\n<function=' + tool_call.name + '>\n' }}
113
+ {%- else %}
114
+ {{- '<tool_call>\n<function=' + tool_call.name + '>\n' }}
115
+ {%- endif %}
116
+ {%- else %}
117
+ {{- '\n<tool_call>\n<function=' + tool_call.name + '>\n' }}
118
+ {%- endif %}
119
+ {%- if tool_call.arguments is defined %}
120
+ {%- for args_name, args_value in tool_call.arguments|items %}
121
+ {{- '<parameter=' + args_name + '>\n' }}
122
+ {%- set args_value = args_value | tojson | safe if args_value is mapping or (args_value is sequence and args_value is not string) else args_value | string %}
123
+ {{- args_value }}
124
+ {{- '\n</parameter>\n' }}
125
+ {%- endfor %}
126
+ {%- endif %}
127
+ {{- '</function>\n</tool_call>' }}
128
+ {%- endfor %}
129
+ {%- endif %}
130
+ {{- '<|im_end|>\n' }}
131
+ {%- elif message.role == "tool" %}
132
+ {%- if loop.previtem and loop.previtem.role != "tool" %}
133
+ {{- '<|im_start|>user' }}
134
+ {%- endif %}
135
+ {{- '\n<tool_response>\n' }}
136
+ {{- content }}
137
+ {{- '\n</tool_response>' }}
138
+ {%- if not loop.last and loop.nextitem.role != "tool" %}
139
+ {{- '<|im_end|>\n' }}
140
+ {%- elif loop.last %}
141
+ {{- '<|im_end|>\n' }}
142
+ {%- endif %}
143
+ {%- else %}
144
+ {{- raise_exception('Unexpected message role.') }}
145
+ {%- endif %}
146
+ {%- endfor %}
147
+ {%- if add_generation_prompt %}
148
+ {{- '<|im_start|>assistant\n' }}
149
+ {%- if enable_thinking is defined and enable_thinking is true %}
150
+ {{- '<think>\n' }}
151
+ {%- else %}
152
+ {{- '<think>\n\n</think>\n\n' }}
153
+ {%- endif %}
154
+ {%- endif %}
gpu-pipelined/openthai_systemone_decode_fp16/tokenizer/merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
gpu-pipelined/openthai_systemone_decode_fp16/tokenizer/special_tokens_map.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "eos_token": {
3
+ "content": "<|endoftext|>",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "pad_token": {
10
+ "content": "<|endoftext|>",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ }
16
+ }
gpu-pipelined/openthai_systemone_decode_fp16/tokenizer/tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d3400f1532d54f98d82b24c503e61908aa66f84e22e566e59fc80494add3a5c3
3
+ size 20039242
gpu-pipelined/openthai_systemone_decode_fp16/tokenizer/tokenizer_config.json ADDED
@@ -0,0 +1,2395 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": false,
3
+ "added_tokens_decoder": {
4
+ "248044": {
5
+ "content": "<|endoftext|>",
6
+ "lstrip": false,
7
+ "normalized": false,
8
+ "rstrip": false,
9
+ "single_word": false,
10
+ "special": true
11
+ },
12
+ "248045": {
13
+ "content": "<|im_start|>",
14
+ "lstrip": false,
15
+ "normalized": false,
16
+ "rstrip": false,
17
+ "single_word": false,
18
+ "special": true
19
+ },
20
+ "248046": {
21
+ "content": "<|im_end|>",
22
+ "lstrip": false,
23
+ "normalized": false,
24
+ "rstrip": false,
25
+ "single_word": false,
26
+ "special": true
27
+ },
28
+ "248047": {
29
+ "content": "<|object_ref_start|>",
30
+ "lstrip": false,
31
+ "normalized": false,
32
+ "rstrip": false,
33
+ "single_word": false,
34
+ "special": true
35
+ },
36
+ "248048": {
37
+ "content": "<|object_ref_end|>",
38
+ "lstrip": false,
39
+ "normalized": false,
40
+ "rstrip": false,
41
+ "single_word": false,
42
+ "special": true
43
+ },
44
+ "248049": {
45
+ "content": "<|box_start|>",
46
+ "lstrip": false,
47
+ "normalized": false,
48
+ "rstrip": false,
49
+ "single_word": false,
50
+ "special": true
51
+ },
52
+ "248050": {
53
+ "content": "<|box_end|>",
54
+ "lstrip": false,
55
+ "normalized": false,
56
+ "rstrip": false,
57
+ "single_word": false,
58
+ "special": true
59
+ },
60
+ "248051": {
61
+ "content": "<|quad_start|>",
62
+ "lstrip": false,
63
+ "normalized": false,
64
+ "rstrip": false,
65
+ "single_word": false,
66
+ "special": true
67
+ },
68
+ "248052": {
69
+ "content": "<|quad_end|>",
70
+ "lstrip": false,
71
+ "normalized": false,
72
+ "rstrip": false,
73
+ "single_word": false,
74
+ "special": true
75
+ },
76
+ "248053": {
77
+ "content": "<|vision_start|>",
78
+ "lstrip": false,
79
+ "normalized": false,
80
+ "rstrip": false,
81
+ "single_word": false,
82
+ "special": true
83
+ },
84
+ "248054": {
85
+ "content": "<|vision_end|>",
86
+ "lstrip": false,
87
+ "normalized": false,
88
+ "rstrip": false,
89
+ "single_word": false,
90
+ "special": true
91
+ },
92
+ "248055": {
93
+ "content": "<|vision_pad|>",
94
+ "lstrip": false,
95
+ "normalized": false,
96
+ "rstrip": false,
97
+ "single_word": false,
98
+ "special": true
99
+ },
100
+ "248056": {
101
+ "content": "<|image_pad|>",
102
+ "lstrip": false,
103
+ "normalized": false,
104
+ "rstrip": false,
105
+ "single_word": false,
106
+ "special": true
107
+ },
108
+ "248057": {
109
+ "content": "<|video_pad|>",
110
+ "lstrip": false,
111
+ "normalized": false,
112
+ "rstrip": false,
113
+ "single_word": false,
114
+ "special": true
115
+ },
116
+ "248058": {
117
+ "content": "<tool_call>",
118
+ "lstrip": false,
119
+ "normalized": false,
120
+ "rstrip": false,
121
+ "single_word": false,
122
+ "special": false
123
+ },
124
+ "248059": {
125
+ "content": "</tool_call>",
126
+ "lstrip": false,
127
+ "normalized": false,
128
+ "rstrip": false,
129
+ "single_word": false,
130
+ "special": false
131
+ },
132
+ "248060": {
133
+ "content": "<|fim_prefix|>",
134
+ "lstrip": false,
135
+ "normalized": false,
136
+ "rstrip": false,
137
+ "single_word": false,
138
+ "special": false
139
+ },
140
+ "248061": {
141
+ "content": "<|fim_middle|>",
142
+ "lstrip": false,
143
+ "normalized": false,
144
+ "rstrip": false,
145
+ "single_word": false,
146
+ "special": false
147
+ },
148
+ "248062": {
149
+ "content": "<|fim_suffix|>",
150
+ "lstrip": false,
151
+ "normalized": false,
152
+ "rstrip": false,
153
+ "single_word": false,
154
+ "special": false
155
+ },
156
+ "248063": {
157
+ "content": "<|fim_pad|>",
158
+ "lstrip": false,
159
+ "normalized": false,
160
+ "rstrip": false,
161
+ "single_word": false,
162
+ "special": false
163
+ },
164
+ "248064": {
165
+ "content": "<|repo_name|>",
166
+ "lstrip": false,
167
+ "normalized": false,
168
+ "rstrip": false,
169
+ "single_word": false,
170
+ "special": false
171
+ },
172
+ "248065": {
173
+ "content": "<|file_sep|>",
174
+ "lstrip": false,
175
+ "normalized": false,
176
+ "rstrip": false,
177
+ "single_word": false,
178
+ "special": false
179
+ },
180
+ "248066": {
181
+ "content": "<tool_response>",
182
+ "lstrip": false,
183
+ "normalized": false,
184
+ "rstrip": false,
185
+ "single_word": false,
186
+ "special": false
187
+ },
188
+ "248067": {
189
+ "content": "</tool_response>",
190
+ "lstrip": false,
191
+ "normalized": false,
192
+ "rstrip": false,
193
+ "single_word": false,
194
+ "special": false
195
+ },
196
+ "248068": {
197
+ "content": "<think>",
198
+ "lstrip": false,
199
+ "normalized": false,
200
+ "rstrip": false,
201
+ "single_word": false,
202
+ "special": false
203
+ },
204
+ "248069": {
205
+ "content": "</think>",
206
+ "lstrip": false,
207
+ "normalized": false,
208
+ "rstrip": false,
209
+ "single_word": false,
210
+ "special": false
211
+ },
212
+ "248070": {
213
+ "content": "<|audio_start|>",
214
+ "lstrip": false,
215
+ "normalized": false,
216
+ "rstrip": false,
217
+ "single_word": false,
218
+ "special": true
219
+ },
220
+ "248071": {
221
+ "content": "<|audio_end|>",
222
+ "lstrip": false,
223
+ "normalized": false,
224
+ "rstrip": false,
225
+ "single_word": false,
226
+ "special": true
227
+ },
228
+ "248072": {
229
+ "content": "<tts_pad>",
230
+ "lstrip": false,
231
+ "normalized": false,
232
+ "rstrip": false,
233
+ "single_word": false,
234
+ "special": true
235
+ },
236
+ "248073": {
237
+ "content": "<tts_text_bos>",
238
+ "lstrip": false,
239
+ "normalized": false,
240
+ "rstrip": false,
241
+ "single_word": false,
242
+ "special": true
243
+ },
244
+ "248074": {
245
+ "content": "<tts_text_eod>",
246
+ "lstrip": false,
247
+ "normalized": false,
248
+ "rstrip": false,
249
+ "single_word": false,
250
+ "special": true
251
+ },
252
+ "248075": {
253
+ "content": "<tts_text_bos_single>",
254
+ "lstrip": false,
255
+ "normalized": false,
256
+ "rstrip": false,
257
+ "single_word": false,
258
+ "special": true
259
+ },
260
+ "248076": {
261
+ "content": "<|audio_pad|>",
262
+ "lstrip": false,
263
+ "normalized": false,
264
+ "rstrip": false,
265
+ "single_word": false,
266
+ "special": true
267
+ },
268
+ "248077": {
269
+ "content": "<|ts_state|>",
270
+ "lstrip": false,
271
+ "normalized": false,
272
+ "rstrip": false,
273
+ "single_word": false,
274
+ "special": true
275
+ },
276
+ "248078": {
277
+ "content": "<|ts_q|>",
278
+ "lstrip": false,
279
+ "normalized": false,
280
+ "rstrip": false,
281
+ "single_word": false,
282
+ "special": true
283
+ },
284
+ "248079": {
285
+ "content": "<|ts_choice|>",
286
+ "lstrip": false,
287
+ "normalized": false,
288
+ "rstrip": false,
289
+ "single_word": false,
290
+ "special": true
291
+ },
292
+ "248080": {
293
+ "content": "<|ts_score|>",
294
+ "lstrip": false,
295
+ "normalized": false,
296
+ "rstrip": false,
297
+ "single_word": false,
298
+ "special": true
299
+ },
300
+ "248081": {
301
+ "content": "<|ts_noul|>",
302
+ "lstrip": false,
303
+ "normalized": false,
304
+ "rstrip": false,
305
+ "single_word": false,
306
+ "special": true
307
+ },
308
+ "248082": {
309
+ "content": "<|ts_answer|>",
310
+ "lstrip": false,
311
+ "normalized": false,
312
+ "rstrip": false,
313
+ "single_word": false,
314
+ "special": true
315
+ },
316
+ "248083": {
317
+ "content": "<|ts_opt_0|>",
318
+ "lstrip": false,
319
+ "normalized": false,
320
+ "rstrip": false,
321
+ "single_word": false,
322
+ "special": true
323
+ },
324
+ "248084": {
325
+ "content": "<|ts_opt_1|>",
326
+ "lstrip": false,
327
+ "normalized": false,
328
+ "rstrip": false,
329
+ "single_word": false,
330
+ "special": true
331
+ },
332
+ "248085": {
333
+ "content": "<|ts_opt_2|>",
334
+ "lstrip": false,
335
+ "normalized": false,
336
+ "rstrip": false,
337
+ "single_word": false,
338
+ "special": true
339
+ },
340
+ "248086": {
341
+ "content": "<|ts_opt_3|>",
342
+ "lstrip": false,
343
+ "normalized": false,
344
+ "rstrip": false,
345
+ "single_word": false,
346
+ "special": true
347
+ },
348
+ "248087": {
349
+ "content": "<|ts_opt_4|>",
350
+ "lstrip": false,
351
+ "normalized": false,
352
+ "rstrip": false,
353
+ "single_word": false,
354
+ "special": true
355
+ },
356
+ "248088": {
357
+ "content": "<|ts_opt_5|>",
358
+ "lstrip": false,
359
+ "normalized": false,
360
+ "rstrip": false,
361
+ "single_word": false,
362
+ "special": true
363
+ },
364
+ "248089": {
365
+ "content": "<|ts_opt_6|>",
366
+ "lstrip": false,
367
+ "normalized": false,
368
+ "rstrip": false,
369
+ "single_word": false,
370
+ "special": true
371
+ },
372
+ "248090": {
373
+ "content": "<|ts_opt_7|>",
374
+ "lstrip": false,
375
+ "normalized": false,
376
+ "rstrip": false,
377
+ "single_word": false,
378
+ "special": true
379
+ },
380
+ "248091": {
381
+ "content": "<|ts_opt_8|>",
382
+ "lstrip": false,
383
+ "normalized": false,
384
+ "rstrip": false,
385
+ "single_word": false,
386
+ "special": true
387
+ },
388
+ "248092": {
389
+ "content": "<|ts_opt_9|>",
390
+ "lstrip": false,
391
+ "normalized": false,
392
+ "rstrip": false,
393
+ "single_word": false,
394
+ "special": true
395
+ },
396
+ "248093": {
397
+ "content": "<|ts_opt_10|>",
398
+ "lstrip": false,
399
+ "normalized": false,
400
+ "rstrip": false,
401
+ "single_word": false,
402
+ "special": true
403
+ },
404
+ "248094": {
405
+ "content": "<|ts_opt_11|>",
406
+ "lstrip": false,
407
+ "normalized": false,
408
+ "rstrip": false,
409
+ "single_word": false,
410
+ "special": true
411
+ },
412
+ "248095": {
413
+ "content": "<|ts_opt_12|>",
414
+ "lstrip": false,
415
+ "normalized": false,
416
+ "rstrip": false,
417
+ "single_word": false,
418
+ "special": true
419
+ },
420
+ "248096": {
421
+ "content": "<|ts_opt_13|>",
422
+ "lstrip": false,
423
+ "normalized": false,
424
+ "rstrip": false,
425
+ "single_word": false,
426
+ "special": true
427
+ },
428
+ "248097": {
429
+ "content": "<|ts_opt_14|>",
430
+ "lstrip": false,
431
+ "normalized": false,
432
+ "rstrip": false,
433
+ "single_word": false,
434
+ "special": true
435
+ },
436
+ "248098": {
437
+ "content": "<|ts_opt_15|>",
438
+ "lstrip": false,
439
+ "normalized": false,
440
+ "rstrip": false,
441
+ "single_word": false,
442
+ "special": true
443
+ },
444
+ "248099": {
445
+ "content": "<|ts_opt_16|>",
446
+ "lstrip": false,
447
+ "normalized": false,
448
+ "rstrip": false,
449
+ "single_word": false,
450
+ "special": true
451
+ },
452
+ "248100": {
453
+ "content": "<|ts_opt_17|>",
454
+ "lstrip": false,
455
+ "normalized": false,
456
+ "rstrip": false,
457
+ "single_word": false,
458
+ "special": true
459
+ },
460
+ "248101": {
461
+ "content": "<|ts_opt_18|>",
462
+ "lstrip": false,
463
+ "normalized": false,
464
+ "rstrip": false,
465
+ "single_word": false,
466
+ "special": true
467
+ },
468
+ "248102": {
469
+ "content": "<|ts_opt_19|>",
470
+ "lstrip": false,
471
+ "normalized": false,
472
+ "rstrip": false,
473
+ "single_word": false,
474
+ "special": true
475
+ },
476
+ "248103": {
477
+ "content": "<|ts_opt_20|>",
478
+ "lstrip": false,
479
+ "normalized": false,
480
+ "rstrip": false,
481
+ "single_word": false,
482
+ "special": true
483
+ },
484
+ "248104": {
485
+ "content": "<|ts_opt_21|>",
486
+ "lstrip": false,
487
+ "normalized": false,
488
+ "rstrip": false,
489
+ "single_word": false,
490
+ "special": true
491
+ },
492
+ "248105": {
493
+ "content": "<|ts_opt_22|>",
494
+ "lstrip": false,
495
+ "normalized": false,
496
+ "rstrip": false,
497
+ "single_word": false,
498
+ "special": true
499
+ },
500
+ "248106": {
501
+ "content": "<|ts_opt_23|>",
502
+ "lstrip": false,
503
+ "normalized": false,
504
+ "rstrip": false,
505
+ "single_word": false,
506
+ "special": true
507
+ },
508
+ "248107": {
509
+ "content": "<|ts_opt_24|>",
510
+ "lstrip": false,
511
+ "normalized": false,
512
+ "rstrip": false,
513
+ "single_word": false,
514
+ "special": true
515
+ },
516
+ "248108": {
517
+ "content": "<|ts_opt_25|>",
518
+ "lstrip": false,
519
+ "normalized": false,
520
+ "rstrip": false,
521
+ "single_word": false,
522
+ "special": true
523
+ },
524
+ "248109": {
525
+ "content": "<|ts_opt_26|>",
526
+ "lstrip": false,
527
+ "normalized": false,
528
+ "rstrip": false,
529
+ "single_word": false,
530
+ "special": true
531
+ },
532
+ "248110": {
533
+ "content": "<|ts_opt_27|>",
534
+ "lstrip": false,
535
+ "normalized": false,
536
+ "rstrip": false,
537
+ "single_word": false,
538
+ "special": true
539
+ },
540
+ "248111": {
541
+ "content": "<|ts_opt_28|>",
542
+ "lstrip": false,
543
+ "normalized": false,
544
+ "rstrip": false,
545
+ "single_word": false,
546
+ "special": true
547
+ },
548
+ "248112": {
549
+ "content": "<|ts_opt_29|>",
550
+ "lstrip": false,
551
+ "normalized": false,
552
+ "rstrip": false,
553
+ "single_word": false,
554
+ "special": true
555
+ },
556
+ "248113": {
557
+ "content": "<|ts_opt_30|>",
558
+ "lstrip": false,
559
+ "normalized": false,
560
+ "rstrip": false,
561
+ "single_word": false,
562
+ "special": true
563
+ },
564
+ "248114": {
565
+ "content": "<|ts_opt_31|>",
566
+ "lstrip": false,
567
+ "normalized": false,
568
+ "rstrip": false,
569
+ "single_word": false,
570
+ "special": true
571
+ },
572
+ "248115": {
573
+ "content": "<|ts_opt_32|>",
574
+ "lstrip": false,
575
+ "normalized": false,
576
+ "rstrip": false,
577
+ "single_word": false,
578
+ "special": true
579
+ },
580
+ "248116": {
581
+ "content": "<|ts_opt_33|>",
582
+ "lstrip": false,
583
+ "normalized": false,
584
+ "rstrip": false,
585
+ "single_word": false,
586
+ "special": true
587
+ },
588
+ "248117": {
589
+ "content": "<|ts_opt_34|>",
590
+ "lstrip": false,
591
+ "normalized": false,
592
+ "rstrip": false,
593
+ "single_word": false,
594
+ "special": true
595
+ },
596
+ "248118": {
597
+ "content": "<|ts_opt_35|>",
598
+ "lstrip": false,
599
+ "normalized": false,
600
+ "rstrip": false,
601
+ "single_word": false,
602
+ "special": true
603
+ },
604
+ "248119": {
605
+ "content": "<|ts_opt_36|>",
606
+ "lstrip": false,
607
+ "normalized": false,
608
+ "rstrip": false,
609
+ "single_word": false,
610
+ "special": true
611
+ },
612
+ "248120": {
613
+ "content": "<|ts_opt_37|>",
614
+ "lstrip": false,
615
+ "normalized": false,
616
+ "rstrip": false,
617
+ "single_word": false,
618
+ "special": true
619
+ },
620
+ "248121": {
621
+ "content": "<|ts_opt_38|>",
622
+ "lstrip": false,
623
+ "normalized": false,
624
+ "rstrip": false,
625
+ "single_word": false,
626
+ "special": true
627
+ },
628
+ "248122": {
629
+ "content": "<|ts_opt_39|>",
630
+ "lstrip": false,
631
+ "normalized": false,
632
+ "rstrip": false,
633
+ "single_word": false,
634
+ "special": true
635
+ },
636
+ "248123": {
637
+ "content": "<|ts_opt_40|>",
638
+ "lstrip": false,
639
+ "normalized": false,
640
+ "rstrip": false,
641
+ "single_word": false,
642
+ "special": true
643
+ },
644
+ "248124": {
645
+ "content": "<|ts_opt_41|>",
646
+ "lstrip": false,
647
+ "normalized": false,
648
+ "rstrip": false,
649
+ "single_word": false,
650
+ "special": true
651
+ },
652
+ "248125": {
653
+ "content": "<|ts_opt_42|>",
654
+ "lstrip": false,
655
+ "normalized": false,
656
+ "rstrip": false,
657
+ "single_word": false,
658
+ "special": true
659
+ },
660
+ "248126": {
661
+ "content": "<|ts_opt_43|>",
662
+ "lstrip": false,
663
+ "normalized": false,
664
+ "rstrip": false,
665
+ "single_word": false,
666
+ "special": true
667
+ },
668
+ "248127": {
669
+ "content": "<|ts_opt_44|>",
670
+ "lstrip": false,
671
+ "normalized": false,
672
+ "rstrip": false,
673
+ "single_word": false,
674
+ "special": true
675
+ },
676
+ "248128": {
677
+ "content": "<|ts_opt_45|>",
678
+ "lstrip": false,
679
+ "normalized": false,
680
+ "rstrip": false,
681
+ "single_word": false,
682
+ "special": true
683
+ },
684
+ "248129": {
685
+ "content": "<|ts_opt_46|>",
686
+ "lstrip": false,
687
+ "normalized": false,
688
+ "rstrip": false,
689
+ "single_word": false,
690
+ "special": true
691
+ },
692
+ "248130": {
693
+ "content": "<|ts_opt_47|>",
694
+ "lstrip": false,
695
+ "normalized": false,
696
+ "rstrip": false,
697
+ "single_word": false,
698
+ "special": true
699
+ },
700
+ "248131": {
701
+ "content": "<|ts_opt_48|>",
702
+ "lstrip": false,
703
+ "normalized": false,
704
+ "rstrip": false,
705
+ "single_word": false,
706
+ "special": true
707
+ },
708
+ "248132": {
709
+ "content": "<|ts_opt_49|>",
710
+ "lstrip": false,
711
+ "normalized": false,
712
+ "rstrip": false,
713
+ "single_word": false,
714
+ "special": true
715
+ },
716
+ "248133": {
717
+ "content": "<|ts_opt_50|>",
718
+ "lstrip": false,
719
+ "normalized": false,
720
+ "rstrip": false,
721
+ "single_word": false,
722
+ "special": true
723
+ },
724
+ "248134": {
725
+ "content": "<|ts_opt_51|>",
726
+ "lstrip": false,
727
+ "normalized": false,
728
+ "rstrip": false,
729
+ "single_word": false,
730
+ "special": true
731
+ },
732
+ "248135": {
733
+ "content": "<|ts_opt_52|>",
734
+ "lstrip": false,
735
+ "normalized": false,
736
+ "rstrip": false,
737
+ "single_word": false,
738
+ "special": true
739
+ },
740
+ "248136": {
741
+ "content": "<|ts_opt_53|>",
742
+ "lstrip": false,
743
+ "normalized": false,
744
+ "rstrip": false,
745
+ "single_word": false,
746
+ "special": true
747
+ },
748
+ "248137": {
749
+ "content": "<|ts_opt_54|>",
750
+ "lstrip": false,
751
+ "normalized": false,
752
+ "rstrip": false,
753
+ "single_word": false,
754
+ "special": true
755
+ },
756
+ "248138": {
757
+ "content": "<|ts_opt_55|>",
758
+ "lstrip": false,
759
+ "normalized": false,
760
+ "rstrip": false,
761
+ "single_word": false,
762
+ "special": true
763
+ },
764
+ "248139": {
765
+ "content": "<|ts_opt_56|>",
766
+ "lstrip": false,
767
+ "normalized": false,
768
+ "rstrip": false,
769
+ "single_word": false,
770
+ "special": true
771
+ },
772
+ "248140": {
773
+ "content": "<|ts_opt_57|>",
774
+ "lstrip": false,
775
+ "normalized": false,
776
+ "rstrip": false,
777
+ "single_word": false,
778
+ "special": true
779
+ },
780
+ "248141": {
781
+ "content": "<|ts_opt_58|>",
782
+ "lstrip": false,
783
+ "normalized": false,
784
+ "rstrip": false,
785
+ "single_word": false,
786
+ "special": true
787
+ },
788
+ "248142": {
789
+ "content": "<|ts_opt_59|>",
790
+ "lstrip": false,
791
+ "normalized": false,
792
+ "rstrip": false,
793
+ "single_word": false,
794
+ "special": true
795
+ },
796
+ "248143": {
797
+ "content": "<|ts_opt_60|>",
798
+ "lstrip": false,
799
+ "normalized": false,
800
+ "rstrip": false,
801
+ "single_word": false,
802
+ "special": true
803
+ },
804
+ "248144": {
805
+ "content": "<|ts_opt_61|>",
806
+ "lstrip": false,
807
+ "normalized": false,
808
+ "rstrip": false,
809
+ "single_word": false,
810
+ "special": true
811
+ },
812
+ "248145": {
813
+ "content": "<|ts_opt_62|>",
814
+ "lstrip": false,
815
+ "normalized": false,
816
+ "rstrip": false,
817
+ "single_word": false,
818
+ "special": true
819
+ },
820
+ "248146": {
821
+ "content": "<|ts_opt_63|>",
822
+ "lstrip": false,
823
+ "normalized": false,
824
+ "rstrip": false,
825
+ "single_word": false,
826
+ "special": true
827
+ },
828
+ "248147": {
829
+ "content": "<|ts_opt_64|>",
830
+ "lstrip": false,
831
+ "normalized": false,
832
+ "rstrip": false,
833
+ "single_word": false,
834
+ "special": true
835
+ },
836
+ "248148": {
837
+ "content": "<|ts_opt_65|>",
838
+ "lstrip": false,
839
+ "normalized": false,
840
+ "rstrip": false,
841
+ "single_word": false,
842
+ "special": true
843
+ },
844
+ "248149": {
845
+ "content": "<|ts_opt_66|>",
846
+ "lstrip": false,
847
+ "normalized": false,
848
+ "rstrip": false,
849
+ "single_word": false,
850
+ "special": true
851
+ },
852
+ "248150": {
853
+ "content": "<|ts_opt_67|>",
854
+ "lstrip": false,
855
+ "normalized": false,
856
+ "rstrip": false,
857
+ "single_word": false,
858
+ "special": true
859
+ },
860
+ "248151": {
861
+ "content": "<|ts_opt_68|>",
862
+ "lstrip": false,
863
+ "normalized": false,
864
+ "rstrip": false,
865
+ "single_word": false,
866
+ "special": true
867
+ },
868
+ "248152": {
869
+ "content": "<|ts_opt_69|>",
870
+ "lstrip": false,
871
+ "normalized": false,
872
+ "rstrip": false,
873
+ "single_word": false,
874
+ "special": true
875
+ },
876
+ "248153": {
877
+ "content": "<|ts_opt_70|>",
878
+ "lstrip": false,
879
+ "normalized": false,
880
+ "rstrip": false,
881
+ "single_word": false,
882
+ "special": true
883
+ },
884
+ "248154": {
885
+ "content": "<|ts_opt_71|>",
886
+ "lstrip": false,
887
+ "normalized": false,
888
+ "rstrip": false,
889
+ "single_word": false,
890
+ "special": true
891
+ },
892
+ "248155": {
893
+ "content": "<|ts_opt_72|>",
894
+ "lstrip": false,
895
+ "normalized": false,
896
+ "rstrip": false,
897
+ "single_word": false,
898
+ "special": true
899
+ },
900
+ "248156": {
901
+ "content": "<|ts_opt_73|>",
902
+ "lstrip": false,
903
+ "normalized": false,
904
+ "rstrip": false,
905
+ "single_word": false,
906
+ "special": true
907
+ },
908
+ "248157": {
909
+ "content": "<|ts_opt_74|>",
910
+ "lstrip": false,
911
+ "normalized": false,
912
+ "rstrip": false,
913
+ "single_word": false,
914
+ "special": true
915
+ },
916
+ "248158": {
917
+ "content": "<|ts_opt_75|>",
918
+ "lstrip": false,
919
+ "normalized": false,
920
+ "rstrip": false,
921
+ "single_word": false,
922
+ "special": true
923
+ },
924
+ "248159": {
925
+ "content": "<|ts_opt_76|>",
926
+ "lstrip": false,
927
+ "normalized": false,
928
+ "rstrip": false,
929
+ "single_word": false,
930
+ "special": true
931
+ },
932
+ "248160": {
933
+ "content": "<|ts_opt_77|>",
934
+ "lstrip": false,
935
+ "normalized": false,
936
+ "rstrip": false,
937
+ "single_word": false,
938
+ "special": true
939
+ },
940
+ "248161": {
941
+ "content": "<|ts_opt_78|>",
942
+ "lstrip": false,
943
+ "normalized": false,
944
+ "rstrip": false,
945
+ "single_word": false,
946
+ "special": true
947
+ },
948
+ "248162": {
949
+ "content": "<|ts_opt_79|>",
950
+ "lstrip": false,
951
+ "normalized": false,
952
+ "rstrip": false,
953
+ "single_word": false,
954
+ "special": true
955
+ },
956
+ "248163": {
957
+ "content": "<|ts_opt_80|>",
958
+ "lstrip": false,
959
+ "normalized": false,
960
+ "rstrip": false,
961
+ "single_word": false,
962
+ "special": true
963
+ },
964
+ "248164": {
965
+ "content": "<|ts_opt_81|>",
966
+ "lstrip": false,
967
+ "normalized": false,
968
+ "rstrip": false,
969
+ "single_word": false,
970
+ "special": true
971
+ },
972
+ "248165": {
973
+ "content": "<|ts_opt_82|>",
974
+ "lstrip": false,
975
+ "normalized": false,
976
+ "rstrip": false,
977
+ "single_word": false,
978
+ "special": true
979
+ },
980
+ "248166": {
981
+ "content": "<|ts_opt_83|>",
982
+ "lstrip": false,
983
+ "normalized": false,
984
+ "rstrip": false,
985
+ "single_word": false,
986
+ "special": true
987
+ },
988
+ "248167": {
989
+ "content": "<|ts_opt_84|>",
990
+ "lstrip": false,
991
+ "normalized": false,
992
+ "rstrip": false,
993
+ "single_word": false,
994
+ "special": true
995
+ },
996
+ "248168": {
997
+ "content": "<|ts_opt_85|>",
998
+ "lstrip": false,
999
+ "normalized": false,
1000
+ "rstrip": false,
1001
+ "single_word": false,
1002
+ "special": true
1003
+ },
1004
+ "248169": {
1005
+ "content": "<|ts_opt_86|>",
1006
+ "lstrip": false,
1007
+ "normalized": false,
1008
+ "rstrip": false,
1009
+ "single_word": false,
1010
+ "special": true
1011
+ },
1012
+ "248170": {
1013
+ "content": "<|ts_opt_87|>",
1014
+ "lstrip": false,
1015
+ "normalized": false,
1016
+ "rstrip": false,
1017
+ "single_word": false,
1018
+ "special": true
1019
+ },
1020
+ "248171": {
1021
+ "content": "<|ts_opt_88|>",
1022
+ "lstrip": false,
1023
+ "normalized": false,
1024
+ "rstrip": false,
1025
+ "single_word": false,
1026
+ "special": true
1027
+ },
1028
+ "248172": {
1029
+ "content": "<|ts_opt_89|>",
1030
+ "lstrip": false,
1031
+ "normalized": false,
1032
+ "rstrip": false,
1033
+ "single_word": false,
1034
+ "special": true
1035
+ },
1036
+ "248173": {
1037
+ "content": "<|ts_opt_90|>",
1038
+ "lstrip": false,
1039
+ "normalized": false,
1040
+ "rstrip": false,
1041
+ "single_word": false,
1042
+ "special": true
1043
+ },
1044
+ "248174": {
1045
+ "content": "<|ts_opt_91|>",
1046
+ "lstrip": false,
1047
+ "normalized": false,
1048
+ "rstrip": false,
1049
+ "single_word": false,
1050
+ "special": true
1051
+ },
1052
+ "248175": {
1053
+ "content": "<|ts_opt_92|>",
1054
+ "lstrip": false,
1055
+ "normalized": false,
1056
+ "rstrip": false,
1057
+ "single_word": false,
1058
+ "special": true
1059
+ },
1060
+ "248176": {
1061
+ "content": "<|ts_opt_93|>",
1062
+ "lstrip": false,
1063
+ "normalized": false,
1064
+ "rstrip": false,
1065
+ "single_word": false,
1066
+ "special": true
1067
+ },
1068
+ "248177": {
1069
+ "content": "<|ts_opt_94|>",
1070
+ "lstrip": false,
1071
+ "normalized": false,
1072
+ "rstrip": false,
1073
+ "single_word": false,
1074
+ "special": true
1075
+ },
1076
+ "248178": {
1077
+ "content": "<|ts_opt_95|>",
1078
+ "lstrip": false,
1079
+ "normalized": false,
1080
+ "rstrip": false,
1081
+ "single_word": false,
1082
+ "special": true
1083
+ },
1084
+ "248179": {
1085
+ "content": "<|ts_opt_96|>",
1086
+ "lstrip": false,
1087
+ "normalized": false,
1088
+ "rstrip": false,
1089
+ "single_word": false,
1090
+ "special": true
1091
+ },
1092
+ "248180": {
1093
+ "content": "<|ts_opt_97|>",
1094
+ "lstrip": false,
1095
+ "normalized": false,
1096
+ "rstrip": false,
1097
+ "single_word": false,
1098
+ "special": true
1099
+ },
1100
+ "248181": {
1101
+ "content": "<|ts_opt_98|>",
1102
+ "lstrip": false,
1103
+ "normalized": false,
1104
+ "rstrip": false,
1105
+ "single_word": false,
1106
+ "special": true
1107
+ },
1108
+ "248182": {
1109
+ "content": "<|ts_opt_99|>",
1110
+ "lstrip": false,
1111
+ "normalized": false,
1112
+ "rstrip": false,
1113
+ "single_word": false,
1114
+ "special": true
1115
+ },
1116
+ "248183": {
1117
+ "content": "<|ts_opt_100|>",
1118
+ "lstrip": false,
1119
+ "normalized": false,
1120
+ "rstrip": false,
1121
+ "single_word": false,
1122
+ "special": true
1123
+ },
1124
+ "248184": {
1125
+ "content": "<|ts_opt_101|>",
1126
+ "lstrip": false,
1127
+ "normalized": false,
1128
+ "rstrip": false,
1129
+ "single_word": false,
1130
+ "special": true
1131
+ },
1132
+ "248185": {
1133
+ "content": "<|ts_opt_102|>",
1134
+ "lstrip": false,
1135
+ "normalized": false,
1136
+ "rstrip": false,
1137
+ "single_word": false,
1138
+ "special": true
1139
+ },
1140
+ "248186": {
1141
+ "content": "<|ts_opt_103|>",
1142
+ "lstrip": false,
1143
+ "normalized": false,
1144
+ "rstrip": false,
1145
+ "single_word": false,
1146
+ "special": true
1147
+ },
1148
+ "248187": {
1149
+ "content": "<|ts_opt_104|>",
1150
+ "lstrip": false,
1151
+ "normalized": false,
1152
+ "rstrip": false,
1153
+ "single_word": false,
1154
+ "special": true
1155
+ },
1156
+ "248188": {
1157
+ "content": "<|ts_opt_105|>",
1158
+ "lstrip": false,
1159
+ "normalized": false,
1160
+ "rstrip": false,
1161
+ "single_word": false,
1162
+ "special": true
1163
+ },
1164
+ "248189": {
1165
+ "content": "<|ts_opt_106|>",
1166
+ "lstrip": false,
1167
+ "normalized": false,
1168
+ "rstrip": false,
1169
+ "single_word": false,
1170
+ "special": true
1171
+ },
1172
+ "248190": {
1173
+ "content": "<|ts_opt_107|>",
1174
+ "lstrip": false,
1175
+ "normalized": false,
1176
+ "rstrip": false,
1177
+ "single_word": false,
1178
+ "special": true
1179
+ },
1180
+ "248191": {
1181
+ "content": "<|ts_opt_108|>",
1182
+ "lstrip": false,
1183
+ "normalized": false,
1184
+ "rstrip": false,
1185
+ "single_word": false,
1186
+ "special": true
1187
+ },
1188
+ "248192": {
1189
+ "content": "<|ts_opt_109|>",
1190
+ "lstrip": false,
1191
+ "normalized": false,
1192
+ "rstrip": false,
1193
+ "single_word": false,
1194
+ "special": true
1195
+ },
1196
+ "248193": {
1197
+ "content": "<|ts_opt_110|>",
1198
+ "lstrip": false,
1199
+ "normalized": false,
1200
+ "rstrip": false,
1201
+ "single_word": false,
1202
+ "special": true
1203
+ },
1204
+ "248194": {
1205
+ "content": "<|ts_opt_111|>",
1206
+ "lstrip": false,
1207
+ "normalized": false,
1208
+ "rstrip": false,
1209
+ "single_word": false,
1210
+ "special": true
1211
+ },
1212
+ "248195": {
1213
+ "content": "<|ts_opt_112|>",
1214
+ "lstrip": false,
1215
+ "normalized": false,
1216
+ "rstrip": false,
1217
+ "single_word": false,
1218
+ "special": true
1219
+ },
1220
+ "248196": {
1221
+ "content": "<|ts_opt_113|>",
1222
+ "lstrip": false,
1223
+ "normalized": false,
1224
+ "rstrip": false,
1225
+ "single_word": false,
1226
+ "special": true
1227
+ },
1228
+ "248197": {
1229
+ "content": "<|ts_opt_114|>",
1230
+ "lstrip": false,
1231
+ "normalized": false,
1232
+ "rstrip": false,
1233
+ "single_word": false,
1234
+ "special": true
1235
+ },
1236
+ "248198": {
1237
+ "content": "<|ts_opt_115|>",
1238
+ "lstrip": false,
1239
+ "normalized": false,
1240
+ "rstrip": false,
1241
+ "single_word": false,
1242
+ "special": true
1243
+ },
1244
+ "248199": {
1245
+ "content": "<|ts_opt_116|>",
1246
+ "lstrip": false,
1247
+ "normalized": false,
1248
+ "rstrip": false,
1249
+ "single_word": false,
1250
+ "special": true
1251
+ },
1252
+ "248200": {
1253
+ "content": "<|ts_opt_117|>",
1254
+ "lstrip": false,
1255
+ "normalized": false,
1256
+ "rstrip": false,
1257
+ "single_word": false,
1258
+ "special": true
1259
+ },
1260
+ "248201": {
1261
+ "content": "<|ts_opt_118|>",
1262
+ "lstrip": false,
1263
+ "normalized": false,
1264
+ "rstrip": false,
1265
+ "single_word": false,
1266
+ "special": true
1267
+ },
1268
+ "248202": {
1269
+ "content": "<|ts_opt_119|>",
1270
+ "lstrip": false,
1271
+ "normalized": false,
1272
+ "rstrip": false,
1273
+ "single_word": false,
1274
+ "special": true
1275
+ },
1276
+ "248203": {
1277
+ "content": "<|ts_opt_120|>",
1278
+ "lstrip": false,
1279
+ "normalized": false,
1280
+ "rstrip": false,
1281
+ "single_word": false,
1282
+ "special": true
1283
+ },
1284
+ "248204": {
1285
+ "content": "<|ts_opt_121|>",
1286
+ "lstrip": false,
1287
+ "normalized": false,
1288
+ "rstrip": false,
1289
+ "single_word": false,
1290
+ "special": true
1291
+ },
1292
+ "248205": {
1293
+ "content": "<|ts_opt_122|>",
1294
+ "lstrip": false,
1295
+ "normalized": false,
1296
+ "rstrip": false,
1297
+ "single_word": false,
1298
+ "special": true
1299
+ },
1300
+ "248206": {
1301
+ "content": "<|ts_opt_123|>",
1302
+ "lstrip": false,
1303
+ "normalized": false,
1304
+ "rstrip": false,
1305
+ "single_word": false,
1306
+ "special": true
1307
+ },
1308
+ "248207": {
1309
+ "content": "<|ts_opt_124|>",
1310
+ "lstrip": false,
1311
+ "normalized": false,
1312
+ "rstrip": false,
1313
+ "single_word": false,
1314
+ "special": true
1315
+ },
1316
+ "248208": {
1317
+ "content": "<|ts_opt_125|>",
1318
+ "lstrip": false,
1319
+ "normalized": false,
1320
+ "rstrip": false,
1321
+ "single_word": false,
1322
+ "special": true
1323
+ },
1324
+ "248209": {
1325
+ "content": "<|ts_opt_126|>",
1326
+ "lstrip": false,
1327
+ "normalized": false,
1328
+ "rstrip": false,
1329
+ "single_word": false,
1330
+ "special": true
1331
+ },
1332
+ "248210": {
1333
+ "content": "<|ts_opt_127|>",
1334
+ "lstrip": false,
1335
+ "normalized": false,
1336
+ "rstrip": false,
1337
+ "single_word": false,
1338
+ "special": true
1339
+ },
1340
+ "248211": {
1341
+ "content": "<|ts_opt_128|>",
1342
+ "lstrip": false,
1343
+ "normalized": false,
1344
+ "rstrip": false,
1345
+ "single_word": false,
1346
+ "special": true
1347
+ },
1348
+ "248212": {
1349
+ "content": "<|ts_opt_129|>",
1350
+ "lstrip": false,
1351
+ "normalized": false,
1352
+ "rstrip": false,
1353
+ "single_word": false,
1354
+ "special": true
1355
+ },
1356
+ "248213": {
1357
+ "content": "<|ts_opt_130|>",
1358
+ "lstrip": false,
1359
+ "normalized": false,
1360
+ "rstrip": false,
1361
+ "single_word": false,
1362
+ "special": true
1363
+ },
1364
+ "248214": {
1365
+ "content": "<|ts_opt_131|>",
1366
+ "lstrip": false,
1367
+ "normalized": false,
1368
+ "rstrip": false,
1369
+ "single_word": false,
1370
+ "special": true
1371
+ },
1372
+ "248215": {
1373
+ "content": "<|ts_opt_132|>",
1374
+ "lstrip": false,
1375
+ "normalized": false,
1376
+ "rstrip": false,
1377
+ "single_word": false,
1378
+ "special": true
1379
+ },
1380
+ "248216": {
1381
+ "content": "<|ts_opt_133|>",
1382
+ "lstrip": false,
1383
+ "normalized": false,
1384
+ "rstrip": false,
1385
+ "single_word": false,
1386
+ "special": true
1387
+ },
1388
+ "248217": {
1389
+ "content": "<|ts_opt_134|>",
1390
+ "lstrip": false,
1391
+ "normalized": false,
1392
+ "rstrip": false,
1393
+ "single_word": false,
1394
+ "special": true
1395
+ },
1396
+ "248218": {
1397
+ "content": "<|ts_opt_135|>",
1398
+ "lstrip": false,
1399
+ "normalized": false,
1400
+ "rstrip": false,
1401
+ "single_word": false,
1402
+ "special": true
1403
+ },
1404
+ "248219": {
1405
+ "content": "<|ts_opt_136|>",
1406
+ "lstrip": false,
1407
+ "normalized": false,
1408
+ "rstrip": false,
1409
+ "single_word": false,
1410
+ "special": true
1411
+ },
1412
+ "248220": {
1413
+ "content": "<|ts_opt_137|>",
1414
+ "lstrip": false,
1415
+ "normalized": false,
1416
+ "rstrip": false,
1417
+ "single_word": false,
1418
+ "special": true
1419
+ },
1420
+ "248221": {
1421
+ "content": "<|ts_opt_138|>",
1422
+ "lstrip": false,
1423
+ "normalized": false,
1424
+ "rstrip": false,
1425
+ "single_word": false,
1426
+ "special": true
1427
+ },
1428
+ "248222": {
1429
+ "content": "<|ts_opt_139|>",
1430
+ "lstrip": false,
1431
+ "normalized": false,
1432
+ "rstrip": false,
1433
+ "single_word": false,
1434
+ "special": true
1435
+ },
1436
+ "248223": {
1437
+ "content": "<|ts_opt_140|>",
1438
+ "lstrip": false,
1439
+ "normalized": false,
1440
+ "rstrip": false,
1441
+ "single_word": false,
1442
+ "special": true
1443
+ },
1444
+ "248224": {
1445
+ "content": "<|ts_opt_141|>",
1446
+ "lstrip": false,
1447
+ "normalized": false,
1448
+ "rstrip": false,
1449
+ "single_word": false,
1450
+ "special": true
1451
+ },
1452
+ "248225": {
1453
+ "content": "<|ts_opt_142|>",
1454
+ "lstrip": false,
1455
+ "normalized": false,
1456
+ "rstrip": false,
1457
+ "single_word": false,
1458
+ "special": true
1459
+ },
1460
+ "248226": {
1461
+ "content": "<|ts_opt_143|>",
1462
+ "lstrip": false,
1463
+ "normalized": false,
1464
+ "rstrip": false,
1465
+ "single_word": false,
1466
+ "special": true
1467
+ },
1468
+ "248227": {
1469
+ "content": "<|ts_opt_144|>",
1470
+ "lstrip": false,
1471
+ "normalized": false,
1472
+ "rstrip": false,
1473
+ "single_word": false,
1474
+ "special": true
1475
+ },
1476
+ "248228": {
1477
+ "content": "<|ts_opt_145|>",
1478
+ "lstrip": false,
1479
+ "normalized": false,
1480
+ "rstrip": false,
1481
+ "single_word": false,
1482
+ "special": true
1483
+ },
1484
+ "248229": {
1485
+ "content": "<|ts_opt_146|>",
1486
+ "lstrip": false,
1487
+ "normalized": false,
1488
+ "rstrip": false,
1489
+ "single_word": false,
1490
+ "special": true
1491
+ },
1492
+ "248230": {
1493
+ "content": "<|ts_opt_147|>",
1494
+ "lstrip": false,
1495
+ "normalized": false,
1496
+ "rstrip": false,
1497
+ "single_word": false,
1498
+ "special": true
1499
+ },
1500
+ "248231": {
1501
+ "content": "<|ts_opt_148|>",
1502
+ "lstrip": false,
1503
+ "normalized": false,
1504
+ "rstrip": false,
1505
+ "single_word": false,
1506
+ "special": true
1507
+ },
1508
+ "248232": {
1509
+ "content": "<|ts_opt_149|>",
1510
+ "lstrip": false,
1511
+ "normalized": false,
1512
+ "rstrip": false,
1513
+ "single_word": false,
1514
+ "special": true
1515
+ },
1516
+ "248233": {
1517
+ "content": "<|ts_opt_150|>",
1518
+ "lstrip": false,
1519
+ "normalized": false,
1520
+ "rstrip": false,
1521
+ "single_word": false,
1522
+ "special": true
1523
+ },
1524
+ "248234": {
1525
+ "content": "<|ts_opt_151|>",
1526
+ "lstrip": false,
1527
+ "normalized": false,
1528
+ "rstrip": false,
1529
+ "single_word": false,
1530
+ "special": true
1531
+ },
1532
+ "248235": {
1533
+ "content": "<|ts_opt_152|>",
1534
+ "lstrip": false,
1535
+ "normalized": false,
1536
+ "rstrip": false,
1537
+ "single_word": false,
1538
+ "special": true
1539
+ },
1540
+ "248236": {
1541
+ "content": "<|ts_opt_153|>",
1542
+ "lstrip": false,
1543
+ "normalized": false,
1544
+ "rstrip": false,
1545
+ "single_word": false,
1546
+ "special": true
1547
+ },
1548
+ "248237": {
1549
+ "content": "<|ts_opt_154|>",
1550
+ "lstrip": false,
1551
+ "normalized": false,
1552
+ "rstrip": false,
1553
+ "single_word": false,
1554
+ "special": true
1555
+ },
1556
+ "248238": {
1557
+ "content": "<|ts_opt_155|>",
1558
+ "lstrip": false,
1559
+ "normalized": false,
1560
+ "rstrip": false,
1561
+ "single_word": false,
1562
+ "special": true
1563
+ },
1564
+ "248239": {
1565
+ "content": "<|ts_opt_156|>",
1566
+ "lstrip": false,
1567
+ "normalized": false,
1568
+ "rstrip": false,
1569
+ "single_word": false,
1570
+ "special": true
1571
+ },
1572
+ "248240": {
1573
+ "content": "<|ts_opt_157|>",
1574
+ "lstrip": false,
1575
+ "normalized": false,
1576
+ "rstrip": false,
1577
+ "single_word": false,
1578
+ "special": true
1579
+ },
1580
+ "248241": {
1581
+ "content": "<|ts_opt_158|>",
1582
+ "lstrip": false,
1583
+ "normalized": false,
1584
+ "rstrip": false,
1585
+ "single_word": false,
1586
+ "special": true
1587
+ },
1588
+ "248242": {
1589
+ "content": "<|ts_opt_159|>",
1590
+ "lstrip": false,
1591
+ "normalized": false,
1592
+ "rstrip": false,
1593
+ "single_word": false,
1594
+ "special": true
1595
+ },
1596
+ "248243": {
1597
+ "content": "<|ts_opt_160|>",
1598
+ "lstrip": false,
1599
+ "normalized": false,
1600
+ "rstrip": false,
1601
+ "single_word": false,
1602
+ "special": true
1603
+ },
1604
+ "248244": {
1605
+ "content": "<|ts_opt_161|>",
1606
+ "lstrip": false,
1607
+ "normalized": false,
1608
+ "rstrip": false,
1609
+ "single_word": false,
1610
+ "special": true
1611
+ },
1612
+ "248245": {
1613
+ "content": "<|ts_opt_162|>",
1614
+ "lstrip": false,
1615
+ "normalized": false,
1616
+ "rstrip": false,
1617
+ "single_word": false,
1618
+ "special": true
1619
+ },
1620
+ "248246": {
1621
+ "content": "<|ts_opt_163|>",
1622
+ "lstrip": false,
1623
+ "normalized": false,
1624
+ "rstrip": false,
1625
+ "single_word": false,
1626
+ "special": true
1627
+ },
1628
+ "248247": {
1629
+ "content": "<|ts_opt_164|>",
1630
+ "lstrip": false,
1631
+ "normalized": false,
1632
+ "rstrip": false,
1633
+ "single_word": false,
1634
+ "special": true
1635
+ },
1636
+ "248248": {
1637
+ "content": "<|ts_opt_165|>",
1638
+ "lstrip": false,
1639
+ "normalized": false,
1640
+ "rstrip": false,
1641
+ "single_word": false,
1642
+ "special": true
1643
+ },
1644
+ "248249": {
1645
+ "content": "<|ts_opt_166|>",
1646
+ "lstrip": false,
1647
+ "normalized": false,
1648
+ "rstrip": false,
1649
+ "single_word": false,
1650
+ "special": true
1651
+ },
1652
+ "248250": {
1653
+ "content": "<|ts_opt_167|>",
1654
+ "lstrip": false,
1655
+ "normalized": false,
1656
+ "rstrip": false,
1657
+ "single_word": false,
1658
+ "special": true
1659
+ },
1660
+ "248251": {
1661
+ "content": "<|ts_opt_168|>",
1662
+ "lstrip": false,
1663
+ "normalized": false,
1664
+ "rstrip": false,
1665
+ "single_word": false,
1666
+ "special": true
1667
+ },
1668
+ "248252": {
1669
+ "content": "<|ts_opt_169|>",
1670
+ "lstrip": false,
1671
+ "normalized": false,
1672
+ "rstrip": false,
1673
+ "single_word": false,
1674
+ "special": true
1675
+ },
1676
+ "248253": {
1677
+ "content": "<|ts_opt_170|>",
1678
+ "lstrip": false,
1679
+ "normalized": false,
1680
+ "rstrip": false,
1681
+ "single_word": false,
1682
+ "special": true
1683
+ },
1684
+ "248254": {
1685
+ "content": "<|ts_opt_171|>",
1686
+ "lstrip": false,
1687
+ "normalized": false,
1688
+ "rstrip": false,
1689
+ "single_word": false,
1690
+ "special": true
1691
+ },
1692
+ "248255": {
1693
+ "content": "<|ts_opt_172|>",
1694
+ "lstrip": false,
1695
+ "normalized": false,
1696
+ "rstrip": false,
1697
+ "single_word": false,
1698
+ "special": true
1699
+ },
1700
+ "248256": {
1701
+ "content": "<|ts_opt_173|>",
1702
+ "lstrip": false,
1703
+ "normalized": false,
1704
+ "rstrip": false,
1705
+ "single_word": false,
1706
+ "special": true
1707
+ },
1708
+ "248257": {
1709
+ "content": "<|ts_opt_174|>",
1710
+ "lstrip": false,
1711
+ "normalized": false,
1712
+ "rstrip": false,
1713
+ "single_word": false,
1714
+ "special": true
1715
+ },
1716
+ "248258": {
1717
+ "content": "<|ts_opt_175|>",
1718
+ "lstrip": false,
1719
+ "normalized": false,
1720
+ "rstrip": false,
1721
+ "single_word": false,
1722
+ "special": true
1723
+ },
1724
+ "248259": {
1725
+ "content": "<|ts_opt_176|>",
1726
+ "lstrip": false,
1727
+ "normalized": false,
1728
+ "rstrip": false,
1729
+ "single_word": false,
1730
+ "special": true
1731
+ },
1732
+ "248260": {
1733
+ "content": "<|ts_opt_177|>",
1734
+ "lstrip": false,
1735
+ "normalized": false,
1736
+ "rstrip": false,
1737
+ "single_word": false,
1738
+ "special": true
1739
+ },
1740
+ "248261": {
1741
+ "content": "<|ts_opt_178|>",
1742
+ "lstrip": false,
1743
+ "normalized": false,
1744
+ "rstrip": false,
1745
+ "single_word": false,
1746
+ "special": true
1747
+ },
1748
+ "248262": {
1749
+ "content": "<|ts_opt_179|>",
1750
+ "lstrip": false,
1751
+ "normalized": false,
1752
+ "rstrip": false,
1753
+ "single_word": false,
1754
+ "special": true
1755
+ },
1756
+ "248263": {
1757
+ "content": "<|ts_opt_180|>",
1758
+ "lstrip": false,
1759
+ "normalized": false,
1760
+ "rstrip": false,
1761
+ "single_word": false,
1762
+ "special": true
1763
+ },
1764
+ "248264": {
1765
+ "content": "<|ts_opt_181|>",
1766
+ "lstrip": false,
1767
+ "normalized": false,
1768
+ "rstrip": false,
1769
+ "single_word": false,
1770
+ "special": true
1771
+ },
1772
+ "248265": {
1773
+ "content": "<|ts_opt_182|>",
1774
+ "lstrip": false,
1775
+ "normalized": false,
1776
+ "rstrip": false,
1777
+ "single_word": false,
1778
+ "special": true
1779
+ },
1780
+ "248266": {
1781
+ "content": "<|ts_opt_183|>",
1782
+ "lstrip": false,
1783
+ "normalized": false,
1784
+ "rstrip": false,
1785
+ "single_word": false,
1786
+ "special": true
1787
+ },
1788
+ "248267": {
1789
+ "content": "<|ts_opt_184|>",
1790
+ "lstrip": false,
1791
+ "normalized": false,
1792
+ "rstrip": false,
1793
+ "single_word": false,
1794
+ "special": true
1795
+ },
1796
+ "248268": {
1797
+ "content": "<|ts_opt_185|>",
1798
+ "lstrip": false,
1799
+ "normalized": false,
1800
+ "rstrip": false,
1801
+ "single_word": false,
1802
+ "special": true
1803
+ },
1804
+ "248269": {
1805
+ "content": "<|ts_opt_186|>",
1806
+ "lstrip": false,
1807
+ "normalized": false,
1808
+ "rstrip": false,
1809
+ "single_word": false,
1810
+ "special": true
1811
+ },
1812
+ "248270": {
1813
+ "content": "<|ts_opt_187|>",
1814
+ "lstrip": false,
1815
+ "normalized": false,
1816
+ "rstrip": false,
1817
+ "single_word": false,
1818
+ "special": true
1819
+ },
1820
+ "248271": {
1821
+ "content": "<|ts_opt_188|>",
1822
+ "lstrip": false,
1823
+ "normalized": false,
1824
+ "rstrip": false,
1825
+ "single_word": false,
1826
+ "special": true
1827
+ },
1828
+ "248272": {
1829
+ "content": "<|ts_opt_189|>",
1830
+ "lstrip": false,
1831
+ "normalized": false,
1832
+ "rstrip": false,
1833
+ "single_word": false,
1834
+ "special": true
1835
+ },
1836
+ "248273": {
1837
+ "content": "<|ts_opt_190|>",
1838
+ "lstrip": false,
1839
+ "normalized": false,
1840
+ "rstrip": false,
1841
+ "single_word": false,
1842
+ "special": true
1843
+ },
1844
+ "248274": {
1845
+ "content": "<|ts_opt_191|>",
1846
+ "lstrip": false,
1847
+ "normalized": false,
1848
+ "rstrip": false,
1849
+ "single_word": false,
1850
+ "special": true
1851
+ },
1852
+ "248275": {
1853
+ "content": "<|ts_opt_192|>",
1854
+ "lstrip": false,
1855
+ "normalized": false,
1856
+ "rstrip": false,
1857
+ "single_word": false,
1858
+ "special": true
1859
+ },
1860
+ "248276": {
1861
+ "content": "<|ts_opt_193|>",
1862
+ "lstrip": false,
1863
+ "normalized": false,
1864
+ "rstrip": false,
1865
+ "single_word": false,
1866
+ "special": true
1867
+ },
1868
+ "248277": {
1869
+ "content": "<|ts_opt_194|>",
1870
+ "lstrip": false,
1871
+ "normalized": false,
1872
+ "rstrip": false,
1873
+ "single_word": false,
1874
+ "special": true
1875
+ },
1876
+ "248278": {
1877
+ "content": "<|ts_opt_195|>",
1878
+ "lstrip": false,
1879
+ "normalized": false,
1880
+ "rstrip": false,
1881
+ "single_word": false,
1882
+ "special": true
1883
+ },
1884
+ "248279": {
1885
+ "content": "<|ts_opt_196|>",
1886
+ "lstrip": false,
1887
+ "normalized": false,
1888
+ "rstrip": false,
1889
+ "single_word": false,
1890
+ "special": true
1891
+ },
1892
+ "248280": {
1893
+ "content": "<|ts_opt_197|>",
1894
+ "lstrip": false,
1895
+ "normalized": false,
1896
+ "rstrip": false,
1897
+ "single_word": false,
1898
+ "special": true
1899
+ },
1900
+ "248281": {
1901
+ "content": "<|ts_opt_198|>",
1902
+ "lstrip": false,
1903
+ "normalized": false,
1904
+ "rstrip": false,
1905
+ "single_word": false,
1906
+ "special": true
1907
+ },
1908
+ "248282": {
1909
+ "content": "<|ts_opt_199|>",
1910
+ "lstrip": false,
1911
+ "normalized": false,
1912
+ "rstrip": false,
1913
+ "single_word": false,
1914
+ "special": true
1915
+ },
1916
+ "248283": {
1917
+ "content": "<|ts_opt_200|>",
1918
+ "lstrip": false,
1919
+ "normalized": false,
1920
+ "rstrip": false,
1921
+ "single_word": false,
1922
+ "special": true
1923
+ },
1924
+ "248284": {
1925
+ "content": "<|ts_opt_201|>",
1926
+ "lstrip": false,
1927
+ "normalized": false,
1928
+ "rstrip": false,
1929
+ "single_word": false,
1930
+ "special": true
1931
+ },
1932
+ "248285": {
1933
+ "content": "<|ts_opt_202|>",
1934
+ "lstrip": false,
1935
+ "normalized": false,
1936
+ "rstrip": false,
1937
+ "single_word": false,
1938
+ "special": true
1939
+ },
1940
+ "248286": {
1941
+ "content": "<|ts_opt_203|>",
1942
+ "lstrip": false,
1943
+ "normalized": false,
1944
+ "rstrip": false,
1945
+ "single_word": false,
1946
+ "special": true
1947
+ },
1948
+ "248287": {
1949
+ "content": "<|ts_opt_204|>",
1950
+ "lstrip": false,
1951
+ "normalized": false,
1952
+ "rstrip": false,
1953
+ "single_word": false,
1954
+ "special": true
1955
+ },
1956
+ "248288": {
1957
+ "content": "<|ts_opt_205|>",
1958
+ "lstrip": false,
1959
+ "normalized": false,
1960
+ "rstrip": false,
1961
+ "single_word": false,
1962
+ "special": true
1963
+ },
1964
+ "248289": {
1965
+ "content": "<|ts_opt_206|>",
1966
+ "lstrip": false,
1967
+ "normalized": false,
1968
+ "rstrip": false,
1969
+ "single_word": false,
1970
+ "special": true
1971
+ },
1972
+ "248290": {
1973
+ "content": "<|ts_opt_207|>",
1974
+ "lstrip": false,
1975
+ "normalized": false,
1976
+ "rstrip": false,
1977
+ "single_word": false,
1978
+ "special": true
1979
+ },
1980
+ "248291": {
1981
+ "content": "<|ts_opt_208|>",
1982
+ "lstrip": false,
1983
+ "normalized": false,
1984
+ "rstrip": false,
1985
+ "single_word": false,
1986
+ "special": true
1987
+ },
1988
+ "248292": {
1989
+ "content": "<|ts_opt_209|>",
1990
+ "lstrip": false,
1991
+ "normalized": false,
1992
+ "rstrip": false,
1993
+ "single_word": false,
1994
+ "special": true
1995
+ },
1996
+ "248293": {
1997
+ "content": "<|ts_opt_210|>",
1998
+ "lstrip": false,
1999
+ "normalized": false,
2000
+ "rstrip": false,
2001
+ "single_word": false,
2002
+ "special": true
2003
+ },
2004
+ "248294": {
2005
+ "content": "<|ts_opt_211|>",
2006
+ "lstrip": false,
2007
+ "normalized": false,
2008
+ "rstrip": false,
2009
+ "single_word": false,
2010
+ "special": true
2011
+ },
2012
+ "248295": {
2013
+ "content": "<|ts_opt_212|>",
2014
+ "lstrip": false,
2015
+ "normalized": false,
2016
+ "rstrip": false,
2017
+ "single_word": false,
2018
+ "special": true
2019
+ },
2020
+ "248296": {
2021
+ "content": "<|ts_opt_213|>",
2022
+ "lstrip": false,
2023
+ "normalized": false,
2024
+ "rstrip": false,
2025
+ "single_word": false,
2026
+ "special": true
2027
+ },
2028
+ "248297": {
2029
+ "content": "<|ts_opt_214|>",
2030
+ "lstrip": false,
2031
+ "normalized": false,
2032
+ "rstrip": false,
2033
+ "single_word": false,
2034
+ "special": true
2035
+ },
2036
+ "248298": {
2037
+ "content": "<|ts_opt_215|>",
2038
+ "lstrip": false,
2039
+ "normalized": false,
2040
+ "rstrip": false,
2041
+ "single_word": false,
2042
+ "special": true
2043
+ },
2044
+ "248299": {
2045
+ "content": "<|ts_opt_216|>",
2046
+ "lstrip": false,
2047
+ "normalized": false,
2048
+ "rstrip": false,
2049
+ "single_word": false,
2050
+ "special": true
2051
+ },
2052
+ "248300": {
2053
+ "content": "<|ts_opt_217|>",
2054
+ "lstrip": false,
2055
+ "normalized": false,
2056
+ "rstrip": false,
2057
+ "single_word": false,
2058
+ "special": true
2059
+ },
2060
+ "248301": {
2061
+ "content": "<|ts_opt_218|>",
2062
+ "lstrip": false,
2063
+ "normalized": false,
2064
+ "rstrip": false,
2065
+ "single_word": false,
2066
+ "special": true
2067
+ },
2068
+ "248302": {
2069
+ "content": "<|ts_opt_219|>",
2070
+ "lstrip": false,
2071
+ "normalized": false,
2072
+ "rstrip": false,
2073
+ "single_word": false,
2074
+ "special": true
2075
+ },
2076
+ "248303": {
2077
+ "content": "<|ts_opt_220|>",
2078
+ "lstrip": false,
2079
+ "normalized": false,
2080
+ "rstrip": false,
2081
+ "single_word": false,
2082
+ "special": true
2083
+ },
2084
+ "248304": {
2085
+ "content": "<|ts_opt_221|>",
2086
+ "lstrip": false,
2087
+ "normalized": false,
2088
+ "rstrip": false,
2089
+ "single_word": false,
2090
+ "special": true
2091
+ },
2092
+ "248305": {
2093
+ "content": "<|ts_opt_222|>",
2094
+ "lstrip": false,
2095
+ "normalized": false,
2096
+ "rstrip": false,
2097
+ "single_word": false,
2098
+ "special": true
2099
+ },
2100
+ "248306": {
2101
+ "content": "<|ts_opt_223|>",
2102
+ "lstrip": false,
2103
+ "normalized": false,
2104
+ "rstrip": false,
2105
+ "single_word": false,
2106
+ "special": true
2107
+ },
2108
+ "248307": {
2109
+ "content": "<|ts_opt_224|>",
2110
+ "lstrip": false,
2111
+ "normalized": false,
2112
+ "rstrip": false,
2113
+ "single_word": false,
2114
+ "special": true
2115
+ },
2116
+ "248308": {
2117
+ "content": "<|ts_opt_225|>",
2118
+ "lstrip": false,
2119
+ "normalized": false,
2120
+ "rstrip": false,
2121
+ "single_word": false,
2122
+ "special": true
2123
+ },
2124
+ "248309": {
2125
+ "content": "<|ts_opt_226|>",
2126
+ "lstrip": false,
2127
+ "normalized": false,
2128
+ "rstrip": false,
2129
+ "single_word": false,
2130
+ "special": true
2131
+ },
2132
+ "248310": {
2133
+ "content": "<|ts_opt_227|>",
2134
+ "lstrip": false,
2135
+ "normalized": false,
2136
+ "rstrip": false,
2137
+ "single_word": false,
2138
+ "special": true
2139
+ },
2140
+ "248311": {
2141
+ "content": "<|ts_opt_228|>",
2142
+ "lstrip": false,
2143
+ "normalized": false,
2144
+ "rstrip": false,
2145
+ "single_word": false,
2146
+ "special": true
2147
+ },
2148
+ "248312": {
2149
+ "content": "<|ts_opt_229|>",
2150
+ "lstrip": false,
2151
+ "normalized": false,
2152
+ "rstrip": false,
2153
+ "single_word": false,
2154
+ "special": true
2155
+ },
2156
+ "248313": {
2157
+ "content": "<|ts_opt_230|>",
2158
+ "lstrip": false,
2159
+ "normalized": false,
2160
+ "rstrip": false,
2161
+ "single_word": false,
2162
+ "special": true
2163
+ },
2164
+ "248314": {
2165
+ "content": "<|ts_opt_231|>",
2166
+ "lstrip": false,
2167
+ "normalized": false,
2168
+ "rstrip": false,
2169
+ "single_word": false,
2170
+ "special": true
2171
+ },
2172
+ "248315": {
2173
+ "content": "<|ts_opt_232|>",
2174
+ "lstrip": false,
2175
+ "normalized": false,
2176
+ "rstrip": false,
2177
+ "single_word": false,
2178
+ "special": true
2179
+ },
2180
+ "248316": {
2181
+ "content": "<|ts_opt_233|>",
2182
+ "lstrip": false,
2183
+ "normalized": false,
2184
+ "rstrip": false,
2185
+ "single_word": false,
2186
+ "special": true
2187
+ },
2188
+ "248317": {
2189
+ "content": "<|ts_opt_234|>",
2190
+ "lstrip": false,
2191
+ "normalized": false,
2192
+ "rstrip": false,
2193
+ "single_word": false,
2194
+ "special": true
2195
+ },
2196
+ "248318": {
2197
+ "content": "<|ts_opt_235|>",
2198
+ "lstrip": false,
2199
+ "normalized": false,
2200
+ "rstrip": false,
2201
+ "single_word": false,
2202
+ "special": true
2203
+ },
2204
+ "248319": {
2205
+ "content": "<|ts_opt_236|>",
2206
+ "lstrip": false,
2207
+ "normalized": false,
2208
+ "rstrip": false,
2209
+ "single_word": false,
2210
+ "special": true
2211
+ },
2212
+ "248320": {
2213
+ "content": "<|ts_opt_237|>",
2214
+ "lstrip": false,
2215
+ "normalized": false,
2216
+ "rstrip": false,
2217
+ "single_word": false,
2218
+ "special": true
2219
+ },
2220
+ "248321": {
2221
+ "content": "<|ts_opt_238|>",
2222
+ "lstrip": false,
2223
+ "normalized": false,
2224
+ "rstrip": false,
2225
+ "single_word": false,
2226
+ "special": true
2227
+ },
2228
+ "248322": {
2229
+ "content": "<|ts_opt_239|>",
2230
+ "lstrip": false,
2231
+ "normalized": false,
2232
+ "rstrip": false,
2233
+ "single_word": false,
2234
+ "special": true
2235
+ },
2236
+ "248323": {
2237
+ "content": "<|ts_opt_240|>",
2238
+ "lstrip": false,
2239
+ "normalized": false,
2240
+ "rstrip": false,
2241
+ "single_word": false,
2242
+ "special": true
2243
+ },
2244
+ "248324": {
2245
+ "content": "<|ts_opt_241|>",
2246
+ "lstrip": false,
2247
+ "normalized": false,
2248
+ "rstrip": false,
2249
+ "single_word": false,
2250
+ "special": true
2251
+ },
2252
+ "248325": {
2253
+ "content": "<|ts_opt_242|>",
2254
+ "lstrip": false,
2255
+ "normalized": false,
2256
+ "rstrip": false,
2257
+ "single_word": false,
2258
+ "special": true
2259
+ },
2260
+ "248326": {
2261
+ "content": "<|ts_opt_243|>",
2262
+ "lstrip": false,
2263
+ "normalized": false,
2264
+ "rstrip": false,
2265
+ "single_word": false,
2266
+ "special": true
2267
+ },
2268
+ "248327": {
2269
+ "content": "<|ts_opt_244|>",
2270
+ "lstrip": false,
2271
+ "normalized": false,
2272
+ "rstrip": false,
2273
+ "single_word": false,
2274
+ "special": true
2275
+ },
2276
+ "248328": {
2277
+ "content": "<|ts_opt_245|>",
2278
+ "lstrip": false,
2279
+ "normalized": false,
2280
+ "rstrip": false,
2281
+ "single_word": false,
2282
+ "special": true
2283
+ },
2284
+ "248329": {
2285
+ "content": "<|ts_opt_246|>",
2286
+ "lstrip": false,
2287
+ "normalized": false,
2288
+ "rstrip": false,
2289
+ "single_word": false,
2290
+ "special": true
2291
+ },
2292
+ "248330": {
2293
+ "content": "<|ts_opt_247|>",
2294
+ "lstrip": false,
2295
+ "normalized": false,
2296
+ "rstrip": false,
2297
+ "single_word": false,
2298
+ "special": true
2299
+ },
2300
+ "248331": {
2301
+ "content": "<|ts_opt_248|>",
2302
+ "lstrip": false,
2303
+ "normalized": false,
2304
+ "rstrip": false,
2305
+ "single_word": false,
2306
+ "special": true
2307
+ },
2308
+ "248332": {
2309
+ "content": "<|ts_opt_249|>",
2310
+ "lstrip": false,
2311
+ "normalized": false,
2312
+ "rstrip": false,
2313
+ "single_word": false,
2314
+ "special": true
2315
+ },
2316
+ "248333": {
2317
+ "content": "<|ts_opt_250|>",
2318
+ "lstrip": false,
2319
+ "normalized": false,
2320
+ "rstrip": false,
2321
+ "single_word": false,
2322
+ "special": true
2323
+ },
2324
+ "248334": {
2325
+ "content": "<|ts_opt_251|>",
2326
+ "lstrip": false,
2327
+ "normalized": false,
2328
+ "rstrip": false,
2329
+ "single_word": false,
2330
+ "special": true
2331
+ },
2332
+ "248335": {
2333
+ "content": "<|ts_opt_252|>",
2334
+ "lstrip": false,
2335
+ "normalized": false,
2336
+ "rstrip": false,
2337
+ "single_word": false,
2338
+ "special": true
2339
+ },
2340
+ "248336": {
2341
+ "content": "<|ts_opt_253|>",
2342
+ "lstrip": false,
2343
+ "normalized": false,
2344
+ "rstrip": false,
2345
+ "single_word": false,
2346
+ "special": true
2347
+ },
2348
+ "248337": {
2349
+ "content": "<|ts_opt_254|>",
2350
+ "lstrip": false,
2351
+ "normalized": false,
2352
+ "rstrip": false,
2353
+ "single_word": false,
2354
+ "special": true
2355
+ },
2356
+ "248338": {
2357
+ "content": "<|ts_opt_255|>",
2358
+ "lstrip": false,
2359
+ "normalized": false,
2360
+ "rstrip": false,
2361
+ "single_word": false,
2362
+ "special": true
2363
+ }
2364
+ },
2365
+ "audio_bos_token": "<|audio_start|>",
2366
+ "audio_eos_token": "<|audio_end|>",
2367
+ "audio_token": "<|audio_pad|>",
2368
+ "backend": "tokenizers",
2369
+ "bos_token": null,
2370
+ "clean_up_tokenization_spaces": false,
2371
+ "eos_token": "<|endoftext|>",
2372
+ "errors": "replace",
2373
+ "extra_special_tokens": {},
2374
+ "image_token": "<|image_pad|>",
2375
+ "is_local": true,
2376
+ "local_files_only": false,
2377
+ "model_max_length": 262144,
2378
+ "model_specific_special_tokens": {
2379
+ "audio_bos_token": "<|audio_start|>",
2380
+ "audio_eos_token": "<|audio_end|>",
2381
+ "audio_token": "<|audio_pad|>",
2382
+ "image_token": "<|image_pad|>",
2383
+ "video_token": "<|video_pad|>",
2384
+ "vision_bos_token": "<|vision_start|>",
2385
+ "vision_eos_token": "<|vision_end|>"
2386
+ },
2387
+ "pad_token": "<|endoftext|>",
2388
+ "pretokenize_regex": "(?i:'s|'t|'re|'ve|'m|'ll|'d)|[^\\r\\n\\p{L}\\p{N}]?[\\p{L}\\p{M}]+|\\p{N}| ?[^\\s\\p{L}\\p{M}\\p{N}]+[\\r\\n]*|\\s*[\\r\\n]+|\\s+(?!\\S)|\\s+",
2389
+ "split_special_tokens": false,
2390
+ "tokenizer_class": "Qwen2Tokenizer",
2391
+ "unk_token": null,
2392
+ "video_token": "<|video_pad|>",
2393
+ "vision_bos_token": "<|vision_start|>",
2394
+ "vision_eos_token": "<|vision_end|>"
2395
+ }
gpu-pipelined/openthai_systemone_decode_fp16/tokenizer/vocab.json ADDED
The diff for this file is too large to render. See raw diff
 
gpu-pipelined/openthai_systemone_decode_int8lin/metadata.json ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "metadata_version": "0.2",
3
+ "kind": "llm",
4
+ "name": "openthai_systemone_decode_int8lin",
5
+ "assets": {
6
+ "main": "openthai_systemone_decode_int8lin.aimodel"
7
+ },
8
+ "language": {
9
+ "tokenizer": "iapp/OpenThai-SystemOne",
10
+ "vocab_size": 256,
11
+ "max_context_length": 4096,
12
+ "embedded_tokenizer": true,
13
+ "function_map": {
14
+ "main": [
15
+ "main"
16
+ ]
17
+ }
18
+ },
19
+ "source": {
20
+ "model_definition": "torch",
21
+ "hf_model_id": "iapp/OpenThai-SystemOne",
22
+ "hf_revision": "f3709948b5e3cc9606a57e74ba62b7a639d17dd3"
23
+ },
24
+ "compression": null,
25
+ "decision": {
26
+ "head": "slot",
27
+ "n_slots": 256,
28
+ "abstain_slot": 255,
29
+ "answer_token_id": 248082,
30
+ "temperature_by_type": {
31
+ "choice": 1.058533787727356,
32
+ "score": 1.0431410074234009,
33
+ "noul": 1.0067671537399292
34
+ },
35
+ "layout": "openthai_systemone"
36
+ },
37
+ "compilation": {
38
+ "date": "2026-09-22T18:37:15.022124+00:00",
39
+ "targets": []
40
+ }
41
+ }
gpu-pipelined/openthai_systemone_decode_int8lin/openthai_systemone_decode_int8lin.aimodel/main.hash ADDED
@@ -0,0 +1 @@
 
 
1
+ X�[�@q�{���%�*c�:y�{���
gpu-pipelined/openthai_systemone_decode_int8lin/openthai_systemone_decode_int8lin.aimodel/main.mlirb ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0e58d55b8740710eee7bea8117aa8625a1061c142a63e03a1a79d47bf71ed9eb
3
+ size 1039655099
gpu-pipelined/openthai_systemone_decode_int8lin/openthai_systemone_decode_int8lin.aimodel/metadata.json ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ {
2
+ "assetVersion" : "2.0",
3
+ "creationDate" : "20260922T183714Z",
4
+ "producer" : "coreai-core 1.0.0b2"
5
+ }
gpu-pipelined/openthai_systemone_decode_int8lin/tokenizer/added_tokens.json ADDED
@@ -0,0 +1,297 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "</think>": 248069,
3
+ "</tool_call>": 248059,
4
+ "</tool_response>": 248067,
5
+ "<think>": 248068,
6
+ "<tool_call>": 248058,
7
+ "<tool_response>": 248066,
8
+ "<tts_pad>": 248072,
9
+ "<tts_text_bos>": 248073,
10
+ "<tts_text_bos_single>": 248075,
11
+ "<tts_text_eod>": 248074,
12
+ "<|audio_end|>": 248071,
13
+ "<|audio_pad|>": 248076,
14
+ "<|audio_start|>": 248070,
15
+ "<|box_end|>": 248050,
16
+ "<|box_start|>": 248049,
17
+ "<|endoftext|>": 248044,
18
+ "<|file_sep|>": 248065,
19
+ "<|fim_middle|>": 248061,
20
+ "<|fim_pad|>": 248063,
21
+ "<|fim_prefix|>": 248060,
22
+ "<|fim_suffix|>": 248062,
23
+ "<|im_end|>": 248046,
24
+ "<|im_start|>": 248045,
25
+ "<|image_pad|>": 248056,
26
+ "<|object_ref_end|>": 248048,
27
+ "<|object_ref_start|>": 248047,
28
+ "<|quad_end|>": 248052,
29
+ "<|quad_start|>": 248051,
30
+ "<|repo_name|>": 248064,
31
+ "<|ts_answer|>": 248082,
32
+ "<|ts_choice|>": 248079,
33
+ "<|ts_noul|>": 248081,
34
+ "<|ts_opt_0|>": 248083,
35
+ "<|ts_opt_100|>": 248183,
36
+ "<|ts_opt_101|>": 248184,
37
+ "<|ts_opt_102|>": 248185,
38
+ "<|ts_opt_103|>": 248186,
39
+ "<|ts_opt_104|>": 248187,
40
+ "<|ts_opt_105|>": 248188,
41
+ "<|ts_opt_106|>": 248189,
42
+ "<|ts_opt_107|>": 248190,
43
+ "<|ts_opt_108|>": 248191,
44
+ "<|ts_opt_109|>": 248192,
45
+ "<|ts_opt_10|>": 248093,
46
+ "<|ts_opt_110|>": 248193,
47
+ "<|ts_opt_111|>": 248194,
48
+ "<|ts_opt_112|>": 248195,
49
+ "<|ts_opt_113|>": 248196,
50
+ "<|ts_opt_114|>": 248197,
51
+ "<|ts_opt_115|>": 248198,
52
+ "<|ts_opt_116|>": 248199,
53
+ "<|ts_opt_117|>": 248200,
54
+ "<|ts_opt_118|>": 248201,
55
+ "<|ts_opt_119|>": 248202,
56
+ "<|ts_opt_11|>": 248094,
57
+ "<|ts_opt_120|>": 248203,
58
+ "<|ts_opt_121|>": 248204,
59
+ "<|ts_opt_122|>": 248205,
60
+ "<|ts_opt_123|>": 248206,
61
+ "<|ts_opt_124|>": 248207,
62
+ "<|ts_opt_125|>": 248208,
63
+ "<|ts_opt_126|>": 248209,
64
+ "<|ts_opt_127|>": 248210,
65
+ "<|ts_opt_128|>": 248211,
66
+ "<|ts_opt_129|>": 248212,
67
+ "<|ts_opt_12|>": 248095,
68
+ "<|ts_opt_130|>": 248213,
69
+ "<|ts_opt_131|>": 248214,
70
+ "<|ts_opt_132|>": 248215,
71
+ "<|ts_opt_133|>": 248216,
72
+ "<|ts_opt_134|>": 248217,
73
+ "<|ts_opt_135|>": 248218,
74
+ "<|ts_opt_136|>": 248219,
75
+ "<|ts_opt_137|>": 248220,
76
+ "<|ts_opt_138|>": 248221,
77
+ "<|ts_opt_139|>": 248222,
78
+ "<|ts_opt_13|>": 248096,
79
+ "<|ts_opt_140|>": 248223,
80
+ "<|ts_opt_141|>": 248224,
81
+ "<|ts_opt_142|>": 248225,
82
+ "<|ts_opt_143|>": 248226,
83
+ "<|ts_opt_144|>": 248227,
84
+ "<|ts_opt_145|>": 248228,
85
+ "<|ts_opt_146|>": 248229,
86
+ "<|ts_opt_147|>": 248230,
87
+ "<|ts_opt_148|>": 248231,
88
+ "<|ts_opt_149|>": 248232,
89
+ "<|ts_opt_14|>": 248097,
90
+ "<|ts_opt_150|>": 248233,
91
+ "<|ts_opt_151|>": 248234,
92
+ "<|ts_opt_152|>": 248235,
93
+ "<|ts_opt_153|>": 248236,
94
+ "<|ts_opt_154|>": 248237,
95
+ "<|ts_opt_155|>": 248238,
96
+ "<|ts_opt_156|>": 248239,
97
+ "<|ts_opt_157|>": 248240,
98
+ "<|ts_opt_158|>": 248241,
99
+ "<|ts_opt_159|>": 248242,
100
+ "<|ts_opt_15|>": 248098,
101
+ "<|ts_opt_160|>": 248243,
102
+ "<|ts_opt_161|>": 248244,
103
+ "<|ts_opt_162|>": 248245,
104
+ "<|ts_opt_163|>": 248246,
105
+ "<|ts_opt_164|>": 248247,
106
+ "<|ts_opt_165|>": 248248,
107
+ "<|ts_opt_166|>": 248249,
108
+ "<|ts_opt_167|>": 248250,
109
+ "<|ts_opt_168|>": 248251,
110
+ "<|ts_opt_169|>": 248252,
111
+ "<|ts_opt_16|>": 248099,
112
+ "<|ts_opt_170|>": 248253,
113
+ "<|ts_opt_171|>": 248254,
114
+ "<|ts_opt_172|>": 248255,
115
+ "<|ts_opt_173|>": 248256,
116
+ "<|ts_opt_174|>": 248257,
117
+ "<|ts_opt_175|>": 248258,
118
+ "<|ts_opt_176|>": 248259,
119
+ "<|ts_opt_177|>": 248260,
120
+ "<|ts_opt_178|>": 248261,
121
+ "<|ts_opt_179|>": 248262,
122
+ "<|ts_opt_17|>": 248100,
123
+ "<|ts_opt_180|>": 248263,
124
+ "<|ts_opt_181|>": 248264,
125
+ "<|ts_opt_182|>": 248265,
126
+ "<|ts_opt_183|>": 248266,
127
+ "<|ts_opt_184|>": 248267,
128
+ "<|ts_opt_185|>": 248268,
129
+ "<|ts_opt_186|>": 248269,
130
+ "<|ts_opt_187|>": 248270,
131
+ "<|ts_opt_188|>": 248271,
132
+ "<|ts_opt_189|>": 248272,
133
+ "<|ts_opt_18|>": 248101,
134
+ "<|ts_opt_190|>": 248273,
135
+ "<|ts_opt_191|>": 248274,
136
+ "<|ts_opt_192|>": 248275,
137
+ "<|ts_opt_193|>": 248276,
138
+ "<|ts_opt_194|>": 248277,
139
+ "<|ts_opt_195|>": 248278,
140
+ "<|ts_opt_196|>": 248279,
141
+ "<|ts_opt_197|>": 248280,
142
+ "<|ts_opt_198|>": 248281,
143
+ "<|ts_opt_199|>": 248282,
144
+ "<|ts_opt_19|>": 248102,
145
+ "<|ts_opt_1|>": 248084,
146
+ "<|ts_opt_200|>": 248283,
147
+ "<|ts_opt_201|>": 248284,
148
+ "<|ts_opt_202|>": 248285,
149
+ "<|ts_opt_203|>": 248286,
150
+ "<|ts_opt_204|>": 248287,
151
+ "<|ts_opt_205|>": 248288,
152
+ "<|ts_opt_206|>": 248289,
153
+ "<|ts_opt_207|>": 248290,
154
+ "<|ts_opt_208|>": 248291,
155
+ "<|ts_opt_209|>": 248292,
156
+ "<|ts_opt_20|>": 248103,
157
+ "<|ts_opt_210|>": 248293,
158
+ "<|ts_opt_211|>": 248294,
159
+ "<|ts_opt_212|>": 248295,
160
+ "<|ts_opt_213|>": 248296,
161
+ "<|ts_opt_214|>": 248297,
162
+ "<|ts_opt_215|>": 248298,
163
+ "<|ts_opt_216|>": 248299,
164
+ "<|ts_opt_217|>": 248300,
165
+ "<|ts_opt_218|>": 248301,
166
+ "<|ts_opt_219|>": 248302,
167
+ "<|ts_opt_21|>": 248104,
168
+ "<|ts_opt_220|>": 248303,
169
+ "<|ts_opt_221|>": 248304,
170
+ "<|ts_opt_222|>": 248305,
171
+ "<|ts_opt_223|>": 248306,
172
+ "<|ts_opt_224|>": 248307,
173
+ "<|ts_opt_225|>": 248308,
174
+ "<|ts_opt_226|>": 248309,
175
+ "<|ts_opt_227|>": 248310,
176
+ "<|ts_opt_228|>": 248311,
177
+ "<|ts_opt_229|>": 248312,
178
+ "<|ts_opt_22|>": 248105,
179
+ "<|ts_opt_230|>": 248313,
180
+ "<|ts_opt_231|>": 248314,
181
+ "<|ts_opt_232|>": 248315,
182
+ "<|ts_opt_233|>": 248316,
183
+ "<|ts_opt_234|>": 248317,
184
+ "<|ts_opt_235|>": 248318,
185
+ "<|ts_opt_236|>": 248319,
186
+ "<|ts_opt_237|>": 248320,
187
+ "<|ts_opt_238|>": 248321,
188
+ "<|ts_opt_239|>": 248322,
189
+ "<|ts_opt_23|>": 248106,
190
+ "<|ts_opt_240|>": 248323,
191
+ "<|ts_opt_241|>": 248324,
192
+ "<|ts_opt_242|>": 248325,
193
+ "<|ts_opt_243|>": 248326,
194
+ "<|ts_opt_244|>": 248327,
195
+ "<|ts_opt_245|>": 248328,
196
+ "<|ts_opt_246|>": 248329,
197
+ "<|ts_opt_247|>": 248330,
198
+ "<|ts_opt_248|>": 248331,
199
+ "<|ts_opt_249|>": 248332,
200
+ "<|ts_opt_24|>": 248107,
201
+ "<|ts_opt_250|>": 248333,
202
+ "<|ts_opt_251|>": 248334,
203
+ "<|ts_opt_252|>": 248335,
204
+ "<|ts_opt_253|>": 248336,
205
+ "<|ts_opt_254|>": 248337,
206
+ "<|ts_opt_255|>": 248338,
207
+ "<|ts_opt_25|>": 248108,
208
+ "<|ts_opt_26|>": 248109,
209
+ "<|ts_opt_27|>": 248110,
210
+ "<|ts_opt_28|>": 248111,
211
+ "<|ts_opt_29|>": 248112,
212
+ "<|ts_opt_2|>": 248085,
213
+ "<|ts_opt_30|>": 248113,
214
+ "<|ts_opt_31|>": 248114,
215
+ "<|ts_opt_32|>": 248115,
216
+ "<|ts_opt_33|>": 248116,
217
+ "<|ts_opt_34|>": 248117,
218
+ "<|ts_opt_35|>": 248118,
219
+ "<|ts_opt_36|>": 248119,
220
+ "<|ts_opt_37|>": 248120,
221
+ "<|ts_opt_38|>": 248121,
222
+ "<|ts_opt_39|>": 248122,
223
+ "<|ts_opt_3|>": 248086,
224
+ "<|ts_opt_40|>": 248123,
225
+ "<|ts_opt_41|>": 248124,
226
+ "<|ts_opt_42|>": 248125,
227
+ "<|ts_opt_43|>": 248126,
228
+ "<|ts_opt_44|>": 248127,
229
+ "<|ts_opt_45|>": 248128,
230
+ "<|ts_opt_46|>": 248129,
231
+ "<|ts_opt_47|>": 248130,
232
+ "<|ts_opt_48|>": 248131,
233
+ "<|ts_opt_49|>": 248132,
234
+ "<|ts_opt_4|>": 248087,
235
+ "<|ts_opt_50|>": 248133,
236
+ "<|ts_opt_51|>": 248134,
237
+ "<|ts_opt_52|>": 248135,
238
+ "<|ts_opt_53|>": 248136,
239
+ "<|ts_opt_54|>": 248137,
240
+ "<|ts_opt_55|>": 248138,
241
+ "<|ts_opt_56|>": 248139,
242
+ "<|ts_opt_57|>": 248140,
243
+ "<|ts_opt_58|>": 248141,
244
+ "<|ts_opt_59|>": 248142,
245
+ "<|ts_opt_5|>": 248088,
246
+ "<|ts_opt_60|>": 248143,
247
+ "<|ts_opt_61|>": 248144,
248
+ "<|ts_opt_62|>": 248145,
249
+ "<|ts_opt_63|>": 248146,
250
+ "<|ts_opt_64|>": 248147,
251
+ "<|ts_opt_65|>": 248148,
252
+ "<|ts_opt_66|>": 248149,
253
+ "<|ts_opt_67|>": 248150,
254
+ "<|ts_opt_68|>": 248151,
255
+ "<|ts_opt_69|>": 248152,
256
+ "<|ts_opt_6|>": 248089,
257
+ "<|ts_opt_70|>": 248153,
258
+ "<|ts_opt_71|>": 248154,
259
+ "<|ts_opt_72|>": 248155,
260
+ "<|ts_opt_73|>": 248156,
261
+ "<|ts_opt_74|>": 248157,
262
+ "<|ts_opt_75|>": 248158,
263
+ "<|ts_opt_76|>": 248159,
264
+ "<|ts_opt_77|>": 248160,
265
+ "<|ts_opt_78|>": 248161,
266
+ "<|ts_opt_79|>": 248162,
267
+ "<|ts_opt_7|>": 248090,
268
+ "<|ts_opt_80|>": 248163,
269
+ "<|ts_opt_81|>": 248164,
270
+ "<|ts_opt_82|>": 248165,
271
+ "<|ts_opt_83|>": 248166,
272
+ "<|ts_opt_84|>": 248167,
273
+ "<|ts_opt_85|>": 248168,
274
+ "<|ts_opt_86|>": 248169,
275
+ "<|ts_opt_87|>": 248170,
276
+ "<|ts_opt_88|>": 248171,
277
+ "<|ts_opt_89|>": 248172,
278
+ "<|ts_opt_8|>": 248091,
279
+ "<|ts_opt_90|>": 248173,
280
+ "<|ts_opt_91|>": 248174,
281
+ "<|ts_opt_92|>": 248175,
282
+ "<|ts_opt_93|>": 248176,
283
+ "<|ts_opt_94|>": 248177,
284
+ "<|ts_opt_95|>": 248178,
285
+ "<|ts_opt_96|>": 248179,
286
+ "<|ts_opt_97|>": 248180,
287
+ "<|ts_opt_98|>": 248181,
288
+ "<|ts_opt_99|>": 248182,
289
+ "<|ts_opt_9|>": 248092,
290
+ "<|ts_q|>": 248078,
291
+ "<|ts_score|>": 248080,
292
+ "<|ts_state|>": 248077,
293
+ "<|video_pad|>": 248057,
294
+ "<|vision_end|>": 248054,
295
+ "<|vision_pad|>": 248055,
296
+ "<|vision_start|>": 248053
297
+ }
gpu-pipelined/openthai_systemone_decode_int8lin/tokenizer/chat_template.jinja ADDED
@@ -0,0 +1,154 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {%- set image_count = namespace(value=0) %}
2
+ {%- set video_count = namespace(value=0) %}
3
+ {%- macro render_content(content, do_vision_count, is_system_content=false) %}
4
+ {%- if content is string %}
5
+ {{- content }}
6
+ {%- elif content is iterable and content is not mapping %}
7
+ {%- for item in content %}
8
+ {%- if 'image' in item or 'image_url' in item or item.type == 'image' %}
9
+ {%- if is_system_content %}
10
+ {{- raise_exception('System message cannot contain images.') }}
11
+ {%- endif %}
12
+ {%- if do_vision_count %}
13
+ {%- set image_count.value = image_count.value + 1 %}
14
+ {%- endif %}
15
+ {%- if add_vision_id %}
16
+ {{- 'Picture ' ~ image_count.value ~ ': ' }}
17
+ {%- endif %}
18
+ {{- '<|vision_start|><|image_pad|><|vision_end|>' }}
19
+ {%- elif 'video' in item or item.type == 'video' %}
20
+ {%- if is_system_content %}
21
+ {{- raise_exception('System message cannot contain videos.') }}
22
+ {%- endif %}
23
+ {%- if do_vision_count %}
24
+ {%- set video_count.value = video_count.value + 1 %}
25
+ {%- endif %}
26
+ {%- if add_vision_id %}
27
+ {{- 'Video ' ~ video_count.value ~ ': ' }}
28
+ {%- endif %}
29
+ {{- '<|vision_start|><|video_pad|><|vision_end|>' }}
30
+ {%- elif 'text' in item %}
31
+ {{- item.text }}
32
+ {%- else %}
33
+ {{- raise_exception('Unexpected item type in content.') }}
34
+ {%- endif %}
35
+ {%- endfor %}
36
+ {%- elif content is none or content is undefined %}
37
+ {{- '' }}
38
+ {%- else %}
39
+ {{- raise_exception('Unexpected content type.') }}
40
+ {%- endif %}
41
+ {%- endmacro %}
42
+ {%- if not messages %}
43
+ {{- raise_exception('No messages provided.') }}
44
+ {%- endif %}
45
+ {%- if tools and tools is iterable and tools is not mapping %}
46
+ {{- '<|im_start|>system\n' }}
47
+ {{- "# Tools\n\nYou have access to the following functions:\n\n<tools>" }}
48
+ {%- for tool in tools %}
49
+ {{- "\n" }}
50
+ {{- tool | tojson }}
51
+ {%- endfor %}
52
+ {{- "\n</tools>" }}
53
+ {{- '\n\nIf you choose to call a function ONLY reply in the following format with NO suffix:\n\n<tool_call>\n<function=example_function_name>\n<parameter=example_parameter_1>\nvalue_1\n</parameter>\n<parameter=example_parameter_2>\nThis is the value for the second parameter\nthat can span\nmultiple lines\n</parameter>\n</function>\n</tool_call>\n\n<IMPORTANT>\nReminder:\n- Function calls MUST follow the specified format: an inner <function=...></function> block must be nested within <tool_call></tool_call> XML tags\n- Required parameters MUST be specified\n- You may provide optional reasoning for your function call in natural language BEFORE the function call, but NOT after\n- If there is no function call available, answer the question like normal with your current knowledge and do not tell the user about function calls\n</IMPORTANT>' }}
54
+ {%- if messages[0].role == 'system' %}
55
+ {%- set content = render_content(messages[0].content, false, true)|trim %}
56
+ {%- if content %}
57
+ {{- '\n\n' + content }}
58
+ {%- endif %}
59
+ {%- endif %}
60
+ {{- '<|im_end|>\n' }}
61
+ {%- else %}
62
+ {%- if messages[0].role == 'system' %}
63
+ {%- set content = render_content(messages[0].content, false, true)|trim %}
64
+ {{- '<|im_start|>system\n' + content + '<|im_end|>\n' }}
65
+ {%- endif %}
66
+ {%- endif %}
67
+ {%- set ns = namespace(multi_step_tool=true, last_query_index=messages|length - 1) %}
68
+ {%- for message in messages[::-1] %}
69
+ {%- set index = (messages|length - 1) - loop.index0 %}
70
+ {%- if ns.multi_step_tool and message.role == "user" %}
71
+ {%- set content = render_content(message.content, false)|trim %}
72
+ {%- if not(content.startswith('<tool_response>') and content.endswith('</tool_response>')) %}
73
+ {%- set ns.multi_step_tool = false %}
74
+ {%- set ns.last_query_index = index %}
75
+ {%- endif %}
76
+ {%- endif %}
77
+ {%- endfor %}
78
+ {%- if ns.multi_step_tool %}
79
+ {{- raise_exception('No user query found in messages.') }}
80
+ {%- endif %}
81
+ {%- for message in messages %}
82
+ {%- set content = render_content(message.content, true)|trim %}
83
+ {%- if message.role == "system" %}
84
+ {%- if not loop.first %}
85
+ {{- raise_exception('System message must be at the beginning.') }}
86
+ {%- endif %}
87
+ {%- elif message.role == "user" %}
88
+ {{- '<|im_start|>' + message.role + '\n' + content + '<|im_end|>' + '\n' }}
89
+ {%- elif message.role == "assistant" %}
90
+ {%- set reasoning_content = '' %}
91
+ {%- if message.reasoning_content is string %}
92
+ {%- set reasoning_content = message.reasoning_content %}
93
+ {%- else %}
94
+ {%- if '</think>' in content %}
95
+ {%- set reasoning_content = content.split('</think>')[0].rstrip('\n').split('<think>')[-1].lstrip('\n') %}
96
+ {%- set content = content.split('</think>')[-1].lstrip('\n') %}
97
+ {%- endif %}
98
+ {%- endif %}
99
+ {%- set reasoning_content = reasoning_content|trim %}
100
+ {%- if loop.index0 > ns.last_query_index %}
101
+ {{- '<|im_start|>' + message.role + '\n<think>\n' + reasoning_content + '\n</think>\n\n' + content }}
102
+ {%- else %}
103
+ {{- '<|im_start|>' + message.role + '\n' + content }}
104
+ {%- endif %}
105
+ {%- if message.tool_calls and message.tool_calls is iterable and message.tool_calls is not mapping %}
106
+ {%- for tool_call in message.tool_calls %}
107
+ {%- if tool_call.function is defined %}
108
+ {%- set tool_call = tool_call.function %}
109
+ {%- endif %}
110
+ {%- if loop.first %}
111
+ {%- if content|trim %}
112
+ {{- '\n\n<tool_call>\n<function=' + tool_call.name + '>\n' }}
113
+ {%- else %}
114
+ {{- '<tool_call>\n<function=' + tool_call.name + '>\n' }}
115
+ {%- endif %}
116
+ {%- else %}
117
+ {{- '\n<tool_call>\n<function=' + tool_call.name + '>\n' }}
118
+ {%- endif %}
119
+ {%- if tool_call.arguments is defined %}
120
+ {%- for args_name, args_value in tool_call.arguments|items %}
121
+ {{- '<parameter=' + args_name + '>\n' }}
122
+ {%- set args_value = args_value | tojson | safe if args_value is mapping or (args_value is sequence and args_value is not string) else args_value | string %}
123
+ {{- args_value }}
124
+ {{- '\n</parameter>\n' }}
125
+ {%- endfor %}
126
+ {%- endif %}
127
+ {{- '</function>\n</tool_call>' }}
128
+ {%- endfor %}
129
+ {%- endif %}
130
+ {{- '<|im_end|>\n' }}
131
+ {%- elif message.role == "tool" %}
132
+ {%- if loop.previtem and loop.previtem.role != "tool" %}
133
+ {{- '<|im_start|>user' }}
134
+ {%- endif %}
135
+ {{- '\n<tool_response>\n' }}
136
+ {{- content }}
137
+ {{- '\n</tool_response>' }}
138
+ {%- if not loop.last and loop.nextitem.role != "tool" %}
139
+ {{- '<|im_end|>\n' }}
140
+ {%- elif loop.last %}
141
+ {{- '<|im_end|>\n' }}
142
+ {%- endif %}
143
+ {%- else %}
144
+ {{- raise_exception('Unexpected message role.') }}
145
+ {%- endif %}
146
+ {%- endfor %}
147
+ {%- if add_generation_prompt %}
148
+ {{- '<|im_start|>assistant\n' }}
149
+ {%- if enable_thinking is defined and enable_thinking is true %}
150
+ {{- '<think>\n' }}
151
+ {%- else %}
152
+ {{- '<think>\n\n</think>\n\n' }}
153
+ {%- endif %}
154
+ {%- endif %}
gpu-pipelined/openthai_systemone_decode_int8lin/tokenizer/merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
gpu-pipelined/openthai_systemone_decode_int8lin/tokenizer/special_tokens_map.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "eos_token": {
3
+ "content": "<|endoftext|>",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "pad_token": {
10
+ "content": "<|endoftext|>",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ }
16
+ }
gpu-pipelined/openthai_systemone_decode_int8lin/tokenizer/tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d3400f1532d54f98d82b24c503e61908aa66f84e22e566e59fc80494add3a5c3
3
+ size 20039242
gpu-pipelined/openthai_systemone_decode_int8lin/tokenizer/tokenizer_config.json ADDED
@@ -0,0 +1,2395 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": false,
3
+ "added_tokens_decoder": {
4
+ "248044": {
5
+ "content": "<|endoftext|>",
6
+ "lstrip": false,
7
+ "normalized": false,
8
+ "rstrip": false,
9
+ "single_word": false,
10
+ "special": true
11
+ },
12
+ "248045": {
13
+ "content": "<|im_start|>",
14
+ "lstrip": false,
15
+ "normalized": false,
16
+ "rstrip": false,
17
+ "single_word": false,
18
+ "special": true
19
+ },
20
+ "248046": {
21
+ "content": "<|im_end|>",
22
+ "lstrip": false,
23
+ "normalized": false,
24
+ "rstrip": false,
25
+ "single_word": false,
26
+ "special": true
27
+ },
28
+ "248047": {
29
+ "content": "<|object_ref_start|>",
30
+ "lstrip": false,
31
+ "normalized": false,
32
+ "rstrip": false,
33
+ "single_word": false,
34
+ "special": true
35
+ },
36
+ "248048": {
37
+ "content": "<|object_ref_end|>",
38
+ "lstrip": false,
39
+ "normalized": false,
40
+ "rstrip": false,
41
+ "single_word": false,
42
+ "special": true
43
+ },
44
+ "248049": {
45
+ "content": "<|box_start|>",
46
+ "lstrip": false,
47
+ "normalized": false,
48
+ "rstrip": false,
49
+ "single_word": false,
50
+ "special": true
51
+ },
52
+ "248050": {
53
+ "content": "<|box_end|>",
54
+ "lstrip": false,
55
+ "normalized": false,
56
+ "rstrip": false,
57
+ "single_word": false,
58
+ "special": true
59
+ },
60
+ "248051": {
61
+ "content": "<|quad_start|>",
62
+ "lstrip": false,
63
+ "normalized": false,
64
+ "rstrip": false,
65
+ "single_word": false,
66
+ "special": true
67
+ },
68
+ "248052": {
69
+ "content": "<|quad_end|>",
70
+ "lstrip": false,
71
+ "normalized": false,
72
+ "rstrip": false,
73
+ "single_word": false,
74
+ "special": true
75
+ },
76
+ "248053": {
77
+ "content": "<|vision_start|>",
78
+ "lstrip": false,
79
+ "normalized": false,
80
+ "rstrip": false,
81
+ "single_word": false,
82
+ "special": true
83
+ },
84
+ "248054": {
85
+ "content": "<|vision_end|>",
86
+ "lstrip": false,
87
+ "normalized": false,
88
+ "rstrip": false,
89
+ "single_word": false,
90
+ "special": true
91
+ },
92
+ "248055": {
93
+ "content": "<|vision_pad|>",
94
+ "lstrip": false,
95
+ "normalized": false,
96
+ "rstrip": false,
97
+ "single_word": false,
98
+ "special": true
99
+ },
100
+ "248056": {
101
+ "content": "<|image_pad|>",
102
+ "lstrip": false,
103
+ "normalized": false,
104
+ "rstrip": false,
105
+ "single_word": false,
106
+ "special": true
107
+ },
108
+ "248057": {
109
+ "content": "<|video_pad|>",
110
+ "lstrip": false,
111
+ "normalized": false,
112
+ "rstrip": false,
113
+ "single_word": false,
114
+ "special": true
115
+ },
116
+ "248058": {
117
+ "content": "<tool_call>",
118
+ "lstrip": false,
119
+ "normalized": false,
120
+ "rstrip": false,
121
+ "single_word": false,
122
+ "special": false
123
+ },
124
+ "248059": {
125
+ "content": "</tool_call>",
126
+ "lstrip": false,
127
+ "normalized": false,
128
+ "rstrip": false,
129
+ "single_word": false,
130
+ "special": false
131
+ },
132
+ "248060": {
133
+ "content": "<|fim_prefix|>",
134
+ "lstrip": false,
135
+ "normalized": false,
136
+ "rstrip": false,
137
+ "single_word": false,
138
+ "special": false
139
+ },
140
+ "248061": {
141
+ "content": "<|fim_middle|>",
142
+ "lstrip": false,
143
+ "normalized": false,
144
+ "rstrip": false,
145
+ "single_word": false,
146
+ "special": false
147
+ },
148
+ "248062": {
149
+ "content": "<|fim_suffix|>",
150
+ "lstrip": false,
151
+ "normalized": false,
152
+ "rstrip": false,
153
+ "single_word": false,
154
+ "special": false
155
+ },
156
+ "248063": {
157
+ "content": "<|fim_pad|>",
158
+ "lstrip": false,
159
+ "normalized": false,
160
+ "rstrip": false,
161
+ "single_word": false,
162
+ "special": false
163
+ },
164
+ "248064": {
165
+ "content": "<|repo_name|>",
166
+ "lstrip": false,
167
+ "normalized": false,
168
+ "rstrip": false,
169
+ "single_word": false,
170
+ "special": false
171
+ },
172
+ "248065": {
173
+ "content": "<|file_sep|>",
174
+ "lstrip": false,
175
+ "normalized": false,
176
+ "rstrip": false,
177
+ "single_word": false,
178
+ "special": false
179
+ },
180
+ "248066": {
181
+ "content": "<tool_response>",
182
+ "lstrip": false,
183
+ "normalized": false,
184
+ "rstrip": false,
185
+ "single_word": false,
186
+ "special": false
187
+ },
188
+ "248067": {
189
+ "content": "</tool_response>",
190
+ "lstrip": false,
191
+ "normalized": false,
192
+ "rstrip": false,
193
+ "single_word": false,
194
+ "special": false
195
+ },
196
+ "248068": {
197
+ "content": "<think>",
198
+ "lstrip": false,
199
+ "normalized": false,
200
+ "rstrip": false,
201
+ "single_word": false,
202
+ "special": false
203
+ },
204
+ "248069": {
205
+ "content": "</think>",
206
+ "lstrip": false,
207
+ "normalized": false,
208
+ "rstrip": false,
209
+ "single_word": false,
210
+ "special": false
211
+ },
212
+ "248070": {
213
+ "content": "<|audio_start|>",
214
+ "lstrip": false,
215
+ "normalized": false,
216
+ "rstrip": false,
217
+ "single_word": false,
218
+ "special": true
219
+ },
220
+ "248071": {
221
+ "content": "<|audio_end|>",
222
+ "lstrip": false,
223
+ "normalized": false,
224
+ "rstrip": false,
225
+ "single_word": false,
226
+ "special": true
227
+ },
228
+ "248072": {
229
+ "content": "<tts_pad>",
230
+ "lstrip": false,
231
+ "normalized": false,
232
+ "rstrip": false,
233
+ "single_word": false,
234
+ "special": true
235
+ },
236
+ "248073": {
237
+ "content": "<tts_text_bos>",
238
+ "lstrip": false,
239
+ "normalized": false,
240
+ "rstrip": false,
241
+ "single_word": false,
242
+ "special": true
243
+ },
244
+ "248074": {
245
+ "content": "<tts_text_eod>",
246
+ "lstrip": false,
247
+ "normalized": false,
248
+ "rstrip": false,
249
+ "single_word": false,
250
+ "special": true
251
+ },
252
+ "248075": {
253
+ "content": "<tts_text_bos_single>",
254
+ "lstrip": false,
255
+ "normalized": false,
256
+ "rstrip": false,
257
+ "single_word": false,
258
+ "special": true
259
+ },
260
+ "248076": {
261
+ "content": "<|audio_pad|>",
262
+ "lstrip": false,
263
+ "normalized": false,
264
+ "rstrip": false,
265
+ "single_word": false,
266
+ "special": true
267
+ },
268
+ "248077": {
269
+ "content": "<|ts_state|>",
270
+ "lstrip": false,
271
+ "normalized": false,
272
+ "rstrip": false,
273
+ "single_word": false,
274
+ "special": true
275
+ },
276
+ "248078": {
277
+ "content": "<|ts_q|>",
278
+ "lstrip": false,
279
+ "normalized": false,
280
+ "rstrip": false,
281
+ "single_word": false,
282
+ "special": true
283
+ },
284
+ "248079": {
285
+ "content": "<|ts_choice|>",
286
+ "lstrip": false,
287
+ "normalized": false,
288
+ "rstrip": false,
289
+ "single_word": false,
290
+ "special": true
291
+ },
292
+ "248080": {
293
+ "content": "<|ts_score|>",
294
+ "lstrip": false,
295
+ "normalized": false,
296
+ "rstrip": false,
297
+ "single_word": false,
298
+ "special": true
299
+ },
300
+ "248081": {
301
+ "content": "<|ts_noul|>",
302
+ "lstrip": false,
303
+ "normalized": false,
304
+ "rstrip": false,
305
+ "single_word": false,
306
+ "special": true
307
+ },
308
+ "248082": {
309
+ "content": "<|ts_answer|>",
310
+ "lstrip": false,
311
+ "normalized": false,
312
+ "rstrip": false,
313
+ "single_word": false,
314
+ "special": true
315
+ },
316
+ "248083": {
317
+ "content": "<|ts_opt_0|>",
318
+ "lstrip": false,
319
+ "normalized": false,
320
+ "rstrip": false,
321
+ "single_word": false,
322
+ "special": true
323
+ },
324
+ "248084": {
325
+ "content": "<|ts_opt_1|>",
326
+ "lstrip": false,
327
+ "normalized": false,
328
+ "rstrip": false,
329
+ "single_word": false,
330
+ "special": true
331
+ },
332
+ "248085": {
333
+ "content": "<|ts_opt_2|>",
334
+ "lstrip": false,
335
+ "normalized": false,
336
+ "rstrip": false,
337
+ "single_word": false,
338
+ "special": true
339
+ },
340
+ "248086": {
341
+ "content": "<|ts_opt_3|>",
342
+ "lstrip": false,
343
+ "normalized": false,
344
+ "rstrip": false,
345
+ "single_word": false,
346
+ "special": true
347
+ },
348
+ "248087": {
349
+ "content": "<|ts_opt_4|>",
350
+ "lstrip": false,
351
+ "normalized": false,
352
+ "rstrip": false,
353
+ "single_word": false,
354
+ "special": true
355
+ },
356
+ "248088": {
357
+ "content": "<|ts_opt_5|>",
358
+ "lstrip": false,
359
+ "normalized": false,
360
+ "rstrip": false,
361
+ "single_word": false,
362
+ "special": true
363
+ },
364
+ "248089": {
365
+ "content": "<|ts_opt_6|>",
366
+ "lstrip": false,
367
+ "normalized": false,
368
+ "rstrip": false,
369
+ "single_word": false,
370
+ "special": true
371
+ },
372
+ "248090": {
373
+ "content": "<|ts_opt_7|>",
374
+ "lstrip": false,
375
+ "normalized": false,
376
+ "rstrip": false,
377
+ "single_word": false,
378
+ "special": true
379
+ },
380
+ "248091": {
381
+ "content": "<|ts_opt_8|>",
382
+ "lstrip": false,
383
+ "normalized": false,
384
+ "rstrip": false,
385
+ "single_word": false,
386
+ "special": true
387
+ },
388
+ "248092": {
389
+ "content": "<|ts_opt_9|>",
390
+ "lstrip": false,
391
+ "normalized": false,
392
+ "rstrip": false,
393
+ "single_word": false,
394
+ "special": true
395
+ },
396
+ "248093": {
397
+ "content": "<|ts_opt_10|>",
398
+ "lstrip": false,
399
+ "normalized": false,
400
+ "rstrip": false,
401
+ "single_word": false,
402
+ "special": true
403
+ },
404
+ "248094": {
405
+ "content": "<|ts_opt_11|>",
406
+ "lstrip": false,
407
+ "normalized": false,
408
+ "rstrip": false,
409
+ "single_word": false,
410
+ "special": true
411
+ },
412
+ "248095": {
413
+ "content": "<|ts_opt_12|>",
414
+ "lstrip": false,
415
+ "normalized": false,
416
+ "rstrip": false,
417
+ "single_word": false,
418
+ "special": true
419
+ },
420
+ "248096": {
421
+ "content": "<|ts_opt_13|>",
422
+ "lstrip": false,
423
+ "normalized": false,
424
+ "rstrip": false,
425
+ "single_word": false,
426
+ "special": true
427
+ },
428
+ "248097": {
429
+ "content": "<|ts_opt_14|>",
430
+ "lstrip": false,
431
+ "normalized": false,
432
+ "rstrip": false,
433
+ "single_word": false,
434
+ "special": true
435
+ },
436
+ "248098": {
437
+ "content": "<|ts_opt_15|>",
438
+ "lstrip": false,
439
+ "normalized": false,
440
+ "rstrip": false,
441
+ "single_word": false,
442
+ "special": true
443
+ },
444
+ "248099": {
445
+ "content": "<|ts_opt_16|>",
446
+ "lstrip": false,
447
+ "normalized": false,
448
+ "rstrip": false,
449
+ "single_word": false,
450
+ "special": true
451
+ },
452
+ "248100": {
453
+ "content": "<|ts_opt_17|>",
454
+ "lstrip": false,
455
+ "normalized": false,
456
+ "rstrip": false,
457
+ "single_word": false,
458
+ "special": true
459
+ },
460
+ "248101": {
461
+ "content": "<|ts_opt_18|>",
462
+ "lstrip": false,
463
+ "normalized": false,
464
+ "rstrip": false,
465
+ "single_word": false,
466
+ "special": true
467
+ },
468
+ "248102": {
469
+ "content": "<|ts_opt_19|>",
470
+ "lstrip": false,
471
+ "normalized": false,
472
+ "rstrip": false,
473
+ "single_word": false,
474
+ "special": true
475
+ },
476
+ "248103": {
477
+ "content": "<|ts_opt_20|>",
478
+ "lstrip": false,
479
+ "normalized": false,
480
+ "rstrip": false,
481
+ "single_word": false,
482
+ "special": true
483
+ },
484
+ "248104": {
485
+ "content": "<|ts_opt_21|>",
486
+ "lstrip": false,
487
+ "normalized": false,
488
+ "rstrip": false,
489
+ "single_word": false,
490
+ "special": true
491
+ },
492
+ "248105": {
493
+ "content": "<|ts_opt_22|>",
494
+ "lstrip": false,
495
+ "normalized": false,
496
+ "rstrip": false,
497
+ "single_word": false,
498
+ "special": true
499
+ },
500
+ "248106": {
501
+ "content": "<|ts_opt_23|>",
502
+ "lstrip": false,
503
+ "normalized": false,
504
+ "rstrip": false,
505
+ "single_word": false,
506
+ "special": true
507
+ },
508
+ "248107": {
509
+ "content": "<|ts_opt_24|>",
510
+ "lstrip": false,
511
+ "normalized": false,
512
+ "rstrip": false,
513
+ "single_word": false,
514
+ "special": true
515
+ },
516
+ "248108": {
517
+ "content": "<|ts_opt_25|>",
518
+ "lstrip": false,
519
+ "normalized": false,
520
+ "rstrip": false,
521
+ "single_word": false,
522
+ "special": true
523
+ },
524
+ "248109": {
525
+ "content": "<|ts_opt_26|>",
526
+ "lstrip": false,
527
+ "normalized": false,
528
+ "rstrip": false,
529
+ "single_word": false,
530
+ "special": true
531
+ },
532
+ "248110": {
533
+ "content": "<|ts_opt_27|>",
534
+ "lstrip": false,
535
+ "normalized": false,
536
+ "rstrip": false,
537
+ "single_word": false,
538
+ "special": true
539
+ },
540
+ "248111": {
541
+ "content": "<|ts_opt_28|>",
542
+ "lstrip": false,
543
+ "normalized": false,
544
+ "rstrip": false,
545
+ "single_word": false,
546
+ "special": true
547
+ },
548
+ "248112": {
549
+ "content": "<|ts_opt_29|>",
550
+ "lstrip": false,
551
+ "normalized": false,
552
+ "rstrip": false,
553
+ "single_word": false,
554
+ "special": true
555
+ },
556
+ "248113": {
557
+ "content": "<|ts_opt_30|>",
558
+ "lstrip": false,
559
+ "normalized": false,
560
+ "rstrip": false,
561
+ "single_word": false,
562
+ "special": true
563
+ },
564
+ "248114": {
565
+ "content": "<|ts_opt_31|>",
566
+ "lstrip": false,
567
+ "normalized": false,
568
+ "rstrip": false,
569
+ "single_word": false,
570
+ "special": true
571
+ },
572
+ "248115": {
573
+ "content": "<|ts_opt_32|>",
574
+ "lstrip": false,
575
+ "normalized": false,
576
+ "rstrip": false,
577
+ "single_word": false,
578
+ "special": true
579
+ },
580
+ "248116": {
581
+ "content": "<|ts_opt_33|>",
582
+ "lstrip": false,
583
+ "normalized": false,
584
+ "rstrip": false,
585
+ "single_word": false,
586
+ "special": true
587
+ },
588
+ "248117": {
589
+ "content": "<|ts_opt_34|>",
590
+ "lstrip": false,
591
+ "normalized": false,
592
+ "rstrip": false,
593
+ "single_word": false,
594
+ "special": true
595
+ },
596
+ "248118": {
597
+ "content": "<|ts_opt_35|>",
598
+ "lstrip": false,
599
+ "normalized": false,
600
+ "rstrip": false,
601
+ "single_word": false,
602
+ "special": true
603
+ },
604
+ "248119": {
605
+ "content": "<|ts_opt_36|>",
606
+ "lstrip": false,
607
+ "normalized": false,
608
+ "rstrip": false,
609
+ "single_word": false,
610
+ "special": true
611
+ },
612
+ "248120": {
613
+ "content": "<|ts_opt_37|>",
614
+ "lstrip": false,
615
+ "normalized": false,
616
+ "rstrip": false,
617
+ "single_word": false,
618
+ "special": true
619
+ },
620
+ "248121": {
621
+ "content": "<|ts_opt_38|>",
622
+ "lstrip": false,
623
+ "normalized": false,
624
+ "rstrip": false,
625
+ "single_word": false,
626
+ "special": true
627
+ },
628
+ "248122": {
629
+ "content": "<|ts_opt_39|>",
630
+ "lstrip": false,
631
+ "normalized": false,
632
+ "rstrip": false,
633
+ "single_word": false,
634
+ "special": true
635
+ },
636
+ "248123": {
637
+ "content": "<|ts_opt_40|>",
638
+ "lstrip": false,
639
+ "normalized": false,
640
+ "rstrip": false,
641
+ "single_word": false,
642
+ "special": true
643
+ },
644
+ "248124": {
645
+ "content": "<|ts_opt_41|>",
646
+ "lstrip": false,
647
+ "normalized": false,
648
+ "rstrip": false,
649
+ "single_word": false,
650
+ "special": true
651
+ },
652
+ "248125": {
653
+ "content": "<|ts_opt_42|>",
654
+ "lstrip": false,
655
+ "normalized": false,
656
+ "rstrip": false,
657
+ "single_word": false,
658
+ "special": true
659
+ },
660
+ "248126": {
661
+ "content": "<|ts_opt_43|>",
662
+ "lstrip": false,
663
+ "normalized": false,
664
+ "rstrip": false,
665
+ "single_word": false,
666
+ "special": true
667
+ },
668
+ "248127": {
669
+ "content": "<|ts_opt_44|>",
670
+ "lstrip": false,
671
+ "normalized": false,
672
+ "rstrip": false,
673
+ "single_word": false,
674
+ "special": true
675
+ },
676
+ "248128": {
677
+ "content": "<|ts_opt_45|>",
678
+ "lstrip": false,
679
+ "normalized": false,
680
+ "rstrip": false,
681
+ "single_word": false,
682
+ "special": true
683
+ },
684
+ "248129": {
685
+ "content": "<|ts_opt_46|>",
686
+ "lstrip": false,
687
+ "normalized": false,
688
+ "rstrip": false,
689
+ "single_word": false,
690
+ "special": true
691
+ },
692
+ "248130": {
693
+ "content": "<|ts_opt_47|>",
694
+ "lstrip": false,
695
+ "normalized": false,
696
+ "rstrip": false,
697
+ "single_word": false,
698
+ "special": true
699
+ },
700
+ "248131": {
701
+ "content": "<|ts_opt_48|>",
702
+ "lstrip": false,
703
+ "normalized": false,
704
+ "rstrip": false,
705
+ "single_word": false,
706
+ "special": true
707
+ },
708
+ "248132": {
709
+ "content": "<|ts_opt_49|>",
710
+ "lstrip": false,
711
+ "normalized": false,
712
+ "rstrip": false,
713
+ "single_word": false,
714
+ "special": true
715
+ },
716
+ "248133": {
717
+ "content": "<|ts_opt_50|>",
718
+ "lstrip": false,
719
+ "normalized": false,
720
+ "rstrip": false,
721
+ "single_word": false,
722
+ "special": true
723
+ },
724
+ "248134": {
725
+ "content": "<|ts_opt_51|>",
726
+ "lstrip": false,
727
+ "normalized": false,
728
+ "rstrip": false,
729
+ "single_word": false,
730
+ "special": true
731
+ },
732
+ "248135": {
733
+ "content": "<|ts_opt_52|>",
734
+ "lstrip": false,
735
+ "normalized": false,
736
+ "rstrip": false,
737
+ "single_word": false,
738
+ "special": true
739
+ },
740
+ "248136": {
741
+ "content": "<|ts_opt_53|>",
742
+ "lstrip": false,
743
+ "normalized": false,
744
+ "rstrip": false,
745
+ "single_word": false,
746
+ "special": true
747
+ },
748
+ "248137": {
749
+ "content": "<|ts_opt_54|>",
750
+ "lstrip": false,
751
+ "normalized": false,
752
+ "rstrip": false,
753
+ "single_word": false,
754
+ "special": true
755
+ },
756
+ "248138": {
757
+ "content": "<|ts_opt_55|>",
758
+ "lstrip": false,
759
+ "normalized": false,
760
+ "rstrip": false,
761
+ "single_word": false,
762
+ "special": true
763
+ },
764
+ "248139": {
765
+ "content": "<|ts_opt_56|>",
766
+ "lstrip": false,
767
+ "normalized": false,
768
+ "rstrip": false,
769
+ "single_word": false,
770
+ "special": true
771
+ },
772
+ "248140": {
773
+ "content": "<|ts_opt_57|>",
774
+ "lstrip": false,
775
+ "normalized": false,
776
+ "rstrip": false,
777
+ "single_word": false,
778
+ "special": true
779
+ },
780
+ "248141": {
781
+ "content": "<|ts_opt_58|>",
782
+ "lstrip": false,
783
+ "normalized": false,
784
+ "rstrip": false,
785
+ "single_word": false,
786
+ "special": true
787
+ },
788
+ "248142": {
789
+ "content": "<|ts_opt_59|>",
790
+ "lstrip": false,
791
+ "normalized": false,
792
+ "rstrip": false,
793
+ "single_word": false,
794
+ "special": true
795
+ },
796
+ "248143": {
797
+ "content": "<|ts_opt_60|>",
798
+ "lstrip": false,
799
+ "normalized": false,
800
+ "rstrip": false,
801
+ "single_word": false,
802
+ "special": true
803
+ },
804
+ "248144": {
805
+ "content": "<|ts_opt_61|>",
806
+ "lstrip": false,
807
+ "normalized": false,
808
+ "rstrip": false,
809
+ "single_word": false,
810
+ "special": true
811
+ },
812
+ "248145": {
813
+ "content": "<|ts_opt_62|>",
814
+ "lstrip": false,
815
+ "normalized": false,
816
+ "rstrip": false,
817
+ "single_word": false,
818
+ "special": true
819
+ },
820
+ "248146": {
821
+ "content": "<|ts_opt_63|>",
822
+ "lstrip": false,
823
+ "normalized": false,
824
+ "rstrip": false,
825
+ "single_word": false,
826
+ "special": true
827
+ },
828
+ "248147": {
829
+ "content": "<|ts_opt_64|>",
830
+ "lstrip": false,
831
+ "normalized": false,
832
+ "rstrip": false,
833
+ "single_word": false,
834
+ "special": true
835
+ },
836
+ "248148": {
837
+ "content": "<|ts_opt_65|>",
838
+ "lstrip": false,
839
+ "normalized": false,
840
+ "rstrip": false,
841
+ "single_word": false,
842
+ "special": true
843
+ },
844
+ "248149": {
845
+ "content": "<|ts_opt_66|>",
846
+ "lstrip": false,
847
+ "normalized": false,
848
+ "rstrip": false,
849
+ "single_word": false,
850
+ "special": true
851
+ },
852
+ "248150": {
853
+ "content": "<|ts_opt_67|>",
854
+ "lstrip": false,
855
+ "normalized": false,
856
+ "rstrip": false,
857
+ "single_word": false,
858
+ "special": true
859
+ },
860
+ "248151": {
861
+ "content": "<|ts_opt_68|>",
862
+ "lstrip": false,
863
+ "normalized": false,
864
+ "rstrip": false,
865
+ "single_word": false,
866
+ "special": true
867
+ },
868
+ "248152": {
869
+ "content": "<|ts_opt_69|>",
870
+ "lstrip": false,
871
+ "normalized": false,
872
+ "rstrip": false,
873
+ "single_word": false,
874
+ "special": true
875
+ },
876
+ "248153": {
877
+ "content": "<|ts_opt_70|>",
878
+ "lstrip": false,
879
+ "normalized": false,
880
+ "rstrip": false,
881
+ "single_word": false,
882
+ "special": true
883
+ },
884
+ "248154": {
885
+ "content": "<|ts_opt_71|>",
886
+ "lstrip": false,
887
+ "normalized": false,
888
+ "rstrip": false,
889
+ "single_word": false,
890
+ "special": true
891
+ },
892
+ "248155": {
893
+ "content": "<|ts_opt_72|>",
894
+ "lstrip": false,
895
+ "normalized": false,
896
+ "rstrip": false,
897
+ "single_word": false,
898
+ "special": true
899
+ },
900
+ "248156": {
901
+ "content": "<|ts_opt_73|>",
902
+ "lstrip": false,
903
+ "normalized": false,
904
+ "rstrip": false,
905
+ "single_word": false,
906
+ "special": true
907
+ },
908
+ "248157": {
909
+ "content": "<|ts_opt_74|>",
910
+ "lstrip": false,
911
+ "normalized": false,
912
+ "rstrip": false,
913
+ "single_word": false,
914
+ "special": true
915
+ },
916
+ "248158": {
917
+ "content": "<|ts_opt_75|>",
918
+ "lstrip": false,
919
+ "normalized": false,
920
+ "rstrip": false,
921
+ "single_word": false,
922
+ "special": true
923
+ },
924
+ "248159": {
925
+ "content": "<|ts_opt_76|>",
926
+ "lstrip": false,
927
+ "normalized": false,
928
+ "rstrip": false,
929
+ "single_word": false,
930
+ "special": true
931
+ },
932
+ "248160": {
933
+ "content": "<|ts_opt_77|>",
934
+ "lstrip": false,
935
+ "normalized": false,
936
+ "rstrip": false,
937
+ "single_word": false,
938
+ "special": true
939
+ },
940
+ "248161": {
941
+ "content": "<|ts_opt_78|>",
942
+ "lstrip": false,
943
+ "normalized": false,
944
+ "rstrip": false,
945
+ "single_word": false,
946
+ "special": true
947
+ },
948
+ "248162": {
949
+ "content": "<|ts_opt_79|>",
950
+ "lstrip": false,
951
+ "normalized": false,
952
+ "rstrip": false,
953
+ "single_word": false,
954
+ "special": true
955
+ },
956
+ "248163": {
957
+ "content": "<|ts_opt_80|>",
958
+ "lstrip": false,
959
+ "normalized": false,
960
+ "rstrip": false,
961
+ "single_word": false,
962
+ "special": true
963
+ },
964
+ "248164": {
965
+ "content": "<|ts_opt_81|>",
966
+ "lstrip": false,
967
+ "normalized": false,
968
+ "rstrip": false,
969
+ "single_word": false,
970
+ "special": true
971
+ },
972
+ "248165": {
973
+ "content": "<|ts_opt_82|>",
974
+ "lstrip": false,
975
+ "normalized": false,
976
+ "rstrip": false,
977
+ "single_word": false,
978
+ "special": true
979
+ },
980
+ "248166": {
981
+ "content": "<|ts_opt_83|>",
982
+ "lstrip": false,
983
+ "normalized": false,
984
+ "rstrip": false,
985
+ "single_word": false,
986
+ "special": true
987
+ },
988
+ "248167": {
989
+ "content": "<|ts_opt_84|>",
990
+ "lstrip": false,
991
+ "normalized": false,
992
+ "rstrip": false,
993
+ "single_word": false,
994
+ "special": true
995
+ },
996
+ "248168": {
997
+ "content": "<|ts_opt_85|>",
998
+ "lstrip": false,
999
+ "normalized": false,
1000
+ "rstrip": false,
1001
+ "single_word": false,
1002
+ "special": true
1003
+ },
1004
+ "248169": {
1005
+ "content": "<|ts_opt_86|>",
1006
+ "lstrip": false,
1007
+ "normalized": false,
1008
+ "rstrip": false,
1009
+ "single_word": false,
1010
+ "special": true
1011
+ },
1012
+ "248170": {
1013
+ "content": "<|ts_opt_87|>",
1014
+ "lstrip": false,
1015
+ "normalized": false,
1016
+ "rstrip": false,
1017
+ "single_word": false,
1018
+ "special": true
1019
+ },
1020
+ "248171": {
1021
+ "content": "<|ts_opt_88|>",
1022
+ "lstrip": false,
1023
+ "normalized": false,
1024
+ "rstrip": false,
1025
+ "single_word": false,
1026
+ "special": true
1027
+ },
1028
+ "248172": {
1029
+ "content": "<|ts_opt_89|>",
1030
+ "lstrip": false,
1031
+ "normalized": false,
1032
+ "rstrip": false,
1033
+ "single_word": false,
1034
+ "special": true
1035
+ },
1036
+ "248173": {
1037
+ "content": "<|ts_opt_90|>",
1038
+ "lstrip": false,
1039
+ "normalized": false,
1040
+ "rstrip": false,
1041
+ "single_word": false,
1042
+ "special": true
1043
+ },
1044
+ "248174": {
1045
+ "content": "<|ts_opt_91|>",
1046
+ "lstrip": false,
1047
+ "normalized": false,
1048
+ "rstrip": false,
1049
+ "single_word": false,
1050
+ "special": true
1051
+ },
1052
+ "248175": {
1053
+ "content": "<|ts_opt_92|>",
1054
+ "lstrip": false,
1055
+ "normalized": false,
1056
+ "rstrip": false,
1057
+ "single_word": false,
1058
+ "special": true
1059
+ },
1060
+ "248176": {
1061
+ "content": "<|ts_opt_93|>",
1062
+ "lstrip": false,
1063
+ "normalized": false,
1064
+ "rstrip": false,
1065
+ "single_word": false,
1066
+ "special": true
1067
+ },
1068
+ "248177": {
1069
+ "content": "<|ts_opt_94|>",
1070
+ "lstrip": false,
1071
+ "normalized": false,
1072
+ "rstrip": false,
1073
+ "single_word": false,
1074
+ "special": true
1075
+ },
1076
+ "248178": {
1077
+ "content": "<|ts_opt_95|>",
1078
+ "lstrip": false,
1079
+ "normalized": false,
1080
+ "rstrip": false,
1081
+ "single_word": false,
1082
+ "special": true
1083
+ },
1084
+ "248179": {
1085
+ "content": "<|ts_opt_96|>",
1086
+ "lstrip": false,
1087
+ "normalized": false,
1088
+ "rstrip": false,
1089
+ "single_word": false,
1090
+ "special": true
1091
+ },
1092
+ "248180": {
1093
+ "content": "<|ts_opt_97|>",
1094
+ "lstrip": false,
1095
+ "normalized": false,
1096
+ "rstrip": false,
1097
+ "single_word": false,
1098
+ "special": true
1099
+ },
1100
+ "248181": {
1101
+ "content": "<|ts_opt_98|>",
1102
+ "lstrip": false,
1103
+ "normalized": false,
1104
+ "rstrip": false,
1105
+ "single_word": false,
1106
+ "special": true
1107
+ },
1108
+ "248182": {
1109
+ "content": "<|ts_opt_99|>",
1110
+ "lstrip": false,
1111
+ "normalized": false,
1112
+ "rstrip": false,
1113
+ "single_word": false,
1114
+ "special": true
1115
+ },
1116
+ "248183": {
1117
+ "content": "<|ts_opt_100|>",
1118
+ "lstrip": false,
1119
+ "normalized": false,
1120
+ "rstrip": false,
1121
+ "single_word": false,
1122
+ "special": true
1123
+ },
1124
+ "248184": {
1125
+ "content": "<|ts_opt_101|>",
1126
+ "lstrip": false,
1127
+ "normalized": false,
1128
+ "rstrip": false,
1129
+ "single_word": false,
1130
+ "special": true
1131
+ },
1132
+ "248185": {
1133
+ "content": "<|ts_opt_102|>",
1134
+ "lstrip": false,
1135
+ "normalized": false,
1136
+ "rstrip": false,
1137
+ "single_word": false,
1138
+ "special": true
1139
+ },
1140
+ "248186": {
1141
+ "content": "<|ts_opt_103|>",
1142
+ "lstrip": false,
1143
+ "normalized": false,
1144
+ "rstrip": false,
1145
+ "single_word": false,
1146
+ "special": true
1147
+ },
1148
+ "248187": {
1149
+ "content": "<|ts_opt_104|>",
1150
+ "lstrip": false,
1151
+ "normalized": false,
1152
+ "rstrip": false,
1153
+ "single_word": false,
1154
+ "special": true
1155
+ },
1156
+ "248188": {
1157
+ "content": "<|ts_opt_105|>",
1158
+ "lstrip": false,
1159
+ "normalized": false,
1160
+ "rstrip": false,
1161
+ "single_word": false,
1162
+ "special": true
1163
+ },
1164
+ "248189": {
1165
+ "content": "<|ts_opt_106|>",
1166
+ "lstrip": false,
1167
+ "normalized": false,
1168
+ "rstrip": false,
1169
+ "single_word": false,
1170
+ "special": true
1171
+ },
1172
+ "248190": {
1173
+ "content": "<|ts_opt_107|>",
1174
+ "lstrip": false,
1175
+ "normalized": false,
1176
+ "rstrip": false,
1177
+ "single_word": false,
1178
+ "special": true
1179
+ },
1180
+ "248191": {
1181
+ "content": "<|ts_opt_108|>",
1182
+ "lstrip": false,
1183
+ "normalized": false,
1184
+ "rstrip": false,
1185
+ "single_word": false,
1186
+ "special": true
1187
+ },
1188
+ "248192": {
1189
+ "content": "<|ts_opt_109|>",
1190
+ "lstrip": false,
1191
+ "normalized": false,
1192
+ "rstrip": false,
1193
+ "single_word": false,
1194
+ "special": true
1195
+ },
1196
+ "248193": {
1197
+ "content": "<|ts_opt_110|>",
1198
+ "lstrip": false,
1199
+ "normalized": false,
1200
+ "rstrip": false,
1201
+ "single_word": false,
1202
+ "special": true
1203
+ },
1204
+ "248194": {
1205
+ "content": "<|ts_opt_111|>",
1206
+ "lstrip": false,
1207
+ "normalized": false,
1208
+ "rstrip": false,
1209
+ "single_word": false,
1210
+ "special": true
1211
+ },
1212
+ "248195": {
1213
+ "content": "<|ts_opt_112|>",
1214
+ "lstrip": false,
1215
+ "normalized": false,
1216
+ "rstrip": false,
1217
+ "single_word": false,
1218
+ "special": true
1219
+ },
1220
+ "248196": {
1221
+ "content": "<|ts_opt_113|>",
1222
+ "lstrip": false,
1223
+ "normalized": false,
1224
+ "rstrip": false,
1225
+ "single_word": false,
1226
+ "special": true
1227
+ },
1228
+ "248197": {
1229
+ "content": "<|ts_opt_114|>",
1230
+ "lstrip": false,
1231
+ "normalized": false,
1232
+ "rstrip": false,
1233
+ "single_word": false,
1234
+ "special": true
1235
+ },
1236
+ "248198": {
1237
+ "content": "<|ts_opt_115|>",
1238
+ "lstrip": false,
1239
+ "normalized": false,
1240
+ "rstrip": false,
1241
+ "single_word": false,
1242
+ "special": true
1243
+ },
1244
+ "248199": {
1245
+ "content": "<|ts_opt_116|>",
1246
+ "lstrip": false,
1247
+ "normalized": false,
1248
+ "rstrip": false,
1249
+ "single_word": false,
1250
+ "special": true
1251
+ },
1252
+ "248200": {
1253
+ "content": "<|ts_opt_117|>",
1254
+ "lstrip": false,
1255
+ "normalized": false,
1256
+ "rstrip": false,
1257
+ "single_word": false,
1258
+ "special": true
1259
+ },
1260
+ "248201": {
1261
+ "content": "<|ts_opt_118|>",
1262
+ "lstrip": false,
1263
+ "normalized": false,
1264
+ "rstrip": false,
1265
+ "single_word": false,
1266
+ "special": true
1267
+ },
1268
+ "248202": {
1269
+ "content": "<|ts_opt_119|>",
1270
+ "lstrip": false,
1271
+ "normalized": false,
1272
+ "rstrip": false,
1273
+ "single_word": false,
1274
+ "special": true
1275
+ },
1276
+ "248203": {
1277
+ "content": "<|ts_opt_120|>",
1278
+ "lstrip": false,
1279
+ "normalized": false,
1280
+ "rstrip": false,
1281
+ "single_word": false,
1282
+ "special": true
1283
+ },
1284
+ "248204": {
1285
+ "content": "<|ts_opt_121|>",
1286
+ "lstrip": false,
1287
+ "normalized": false,
1288
+ "rstrip": false,
1289
+ "single_word": false,
1290
+ "special": true
1291
+ },
1292
+ "248205": {
1293
+ "content": "<|ts_opt_122|>",
1294
+ "lstrip": false,
1295
+ "normalized": false,
1296
+ "rstrip": false,
1297
+ "single_word": false,
1298
+ "special": true
1299
+ },
1300
+ "248206": {
1301
+ "content": "<|ts_opt_123|>",
1302
+ "lstrip": false,
1303
+ "normalized": false,
1304
+ "rstrip": false,
1305
+ "single_word": false,
1306
+ "special": true
1307
+ },
1308
+ "248207": {
1309
+ "content": "<|ts_opt_124|>",
1310
+ "lstrip": false,
1311
+ "normalized": false,
1312
+ "rstrip": false,
1313
+ "single_word": false,
1314
+ "special": true
1315
+ },
1316
+ "248208": {
1317
+ "content": "<|ts_opt_125|>",
1318
+ "lstrip": false,
1319
+ "normalized": false,
1320
+ "rstrip": false,
1321
+ "single_word": false,
1322
+ "special": true
1323
+ },
1324
+ "248209": {
1325
+ "content": "<|ts_opt_126|>",
1326
+ "lstrip": false,
1327
+ "normalized": false,
1328
+ "rstrip": false,
1329
+ "single_word": false,
1330
+ "special": true
1331
+ },
1332
+ "248210": {
1333
+ "content": "<|ts_opt_127|>",
1334
+ "lstrip": false,
1335
+ "normalized": false,
1336
+ "rstrip": false,
1337
+ "single_word": false,
1338
+ "special": true
1339
+ },
1340
+ "248211": {
1341
+ "content": "<|ts_opt_128|>",
1342
+ "lstrip": false,
1343
+ "normalized": false,
1344
+ "rstrip": false,
1345
+ "single_word": false,
1346
+ "special": true
1347
+ },
1348
+ "248212": {
1349
+ "content": "<|ts_opt_129|>",
1350
+ "lstrip": false,
1351
+ "normalized": false,
1352
+ "rstrip": false,
1353
+ "single_word": false,
1354
+ "special": true
1355
+ },
1356
+ "248213": {
1357
+ "content": "<|ts_opt_130|>",
1358
+ "lstrip": false,
1359
+ "normalized": false,
1360
+ "rstrip": false,
1361
+ "single_word": false,
1362
+ "special": true
1363
+ },
1364
+ "248214": {
1365
+ "content": "<|ts_opt_131|>",
1366
+ "lstrip": false,
1367
+ "normalized": false,
1368
+ "rstrip": false,
1369
+ "single_word": false,
1370
+ "special": true
1371
+ },
1372
+ "248215": {
1373
+ "content": "<|ts_opt_132|>",
1374
+ "lstrip": false,
1375
+ "normalized": false,
1376
+ "rstrip": false,
1377
+ "single_word": false,
1378
+ "special": true
1379
+ },
1380
+ "248216": {
1381
+ "content": "<|ts_opt_133|>",
1382
+ "lstrip": false,
1383
+ "normalized": false,
1384
+ "rstrip": false,
1385
+ "single_word": false,
1386
+ "special": true
1387
+ },
1388
+ "248217": {
1389
+ "content": "<|ts_opt_134|>",
1390
+ "lstrip": false,
1391
+ "normalized": false,
1392
+ "rstrip": false,
1393
+ "single_word": false,
1394
+ "special": true
1395
+ },
1396
+ "248218": {
1397
+ "content": "<|ts_opt_135|>",
1398
+ "lstrip": false,
1399
+ "normalized": false,
1400
+ "rstrip": false,
1401
+ "single_word": false,
1402
+ "special": true
1403
+ },
1404
+ "248219": {
1405
+ "content": "<|ts_opt_136|>",
1406
+ "lstrip": false,
1407
+ "normalized": false,
1408
+ "rstrip": false,
1409
+ "single_word": false,
1410
+ "special": true
1411
+ },
1412
+ "248220": {
1413
+ "content": "<|ts_opt_137|>",
1414
+ "lstrip": false,
1415
+ "normalized": false,
1416
+ "rstrip": false,
1417
+ "single_word": false,
1418
+ "special": true
1419
+ },
1420
+ "248221": {
1421
+ "content": "<|ts_opt_138|>",
1422
+ "lstrip": false,
1423
+ "normalized": false,
1424
+ "rstrip": false,
1425
+ "single_word": false,
1426
+ "special": true
1427
+ },
1428
+ "248222": {
1429
+ "content": "<|ts_opt_139|>",
1430
+ "lstrip": false,
1431
+ "normalized": false,
1432
+ "rstrip": false,
1433
+ "single_word": false,
1434
+ "special": true
1435
+ },
1436
+ "248223": {
1437
+ "content": "<|ts_opt_140|>",
1438
+ "lstrip": false,
1439
+ "normalized": false,
1440
+ "rstrip": false,
1441
+ "single_word": false,
1442
+ "special": true
1443
+ },
1444
+ "248224": {
1445
+ "content": "<|ts_opt_141|>",
1446
+ "lstrip": false,
1447
+ "normalized": false,
1448
+ "rstrip": false,
1449
+ "single_word": false,
1450
+ "special": true
1451
+ },
1452
+ "248225": {
1453
+ "content": "<|ts_opt_142|>",
1454
+ "lstrip": false,
1455
+ "normalized": false,
1456
+ "rstrip": false,
1457
+ "single_word": false,
1458
+ "special": true
1459
+ },
1460
+ "248226": {
1461
+ "content": "<|ts_opt_143|>",
1462
+ "lstrip": false,
1463
+ "normalized": false,
1464
+ "rstrip": false,
1465
+ "single_word": false,
1466
+ "special": true
1467
+ },
1468
+ "248227": {
1469
+ "content": "<|ts_opt_144|>",
1470
+ "lstrip": false,
1471
+ "normalized": false,
1472
+ "rstrip": false,
1473
+ "single_word": false,
1474
+ "special": true
1475
+ },
1476
+ "248228": {
1477
+ "content": "<|ts_opt_145|>",
1478
+ "lstrip": false,
1479
+ "normalized": false,
1480
+ "rstrip": false,
1481
+ "single_word": false,
1482
+ "special": true
1483
+ },
1484
+ "248229": {
1485
+ "content": "<|ts_opt_146|>",
1486
+ "lstrip": false,
1487
+ "normalized": false,
1488
+ "rstrip": false,
1489
+ "single_word": false,
1490
+ "special": true
1491
+ },
1492
+ "248230": {
1493
+ "content": "<|ts_opt_147|>",
1494
+ "lstrip": false,
1495
+ "normalized": false,
1496
+ "rstrip": false,
1497
+ "single_word": false,
1498
+ "special": true
1499
+ },
1500
+ "248231": {
1501
+ "content": "<|ts_opt_148|>",
1502
+ "lstrip": false,
1503
+ "normalized": false,
1504
+ "rstrip": false,
1505
+ "single_word": false,
1506
+ "special": true
1507
+ },
1508
+ "248232": {
1509
+ "content": "<|ts_opt_149|>",
1510
+ "lstrip": false,
1511
+ "normalized": false,
1512
+ "rstrip": false,
1513
+ "single_word": false,
1514
+ "special": true
1515
+ },
1516
+ "248233": {
1517
+ "content": "<|ts_opt_150|>",
1518
+ "lstrip": false,
1519
+ "normalized": false,
1520
+ "rstrip": false,
1521
+ "single_word": false,
1522
+ "special": true
1523
+ },
1524
+ "248234": {
1525
+ "content": "<|ts_opt_151|>",
1526
+ "lstrip": false,
1527
+ "normalized": false,
1528
+ "rstrip": false,
1529
+ "single_word": false,
1530
+ "special": true
1531
+ },
1532
+ "248235": {
1533
+ "content": "<|ts_opt_152|>",
1534
+ "lstrip": false,
1535
+ "normalized": false,
1536
+ "rstrip": false,
1537
+ "single_word": false,
1538
+ "special": true
1539
+ },
1540
+ "248236": {
1541
+ "content": "<|ts_opt_153|>",
1542
+ "lstrip": false,
1543
+ "normalized": false,
1544
+ "rstrip": false,
1545
+ "single_word": false,
1546
+ "special": true
1547
+ },
1548
+ "248237": {
1549
+ "content": "<|ts_opt_154|>",
1550
+ "lstrip": false,
1551
+ "normalized": false,
1552
+ "rstrip": false,
1553
+ "single_word": false,
1554
+ "special": true
1555
+ },
1556
+ "248238": {
1557
+ "content": "<|ts_opt_155|>",
1558
+ "lstrip": false,
1559
+ "normalized": false,
1560
+ "rstrip": false,
1561
+ "single_word": false,
1562
+ "special": true
1563
+ },
1564
+ "248239": {
1565
+ "content": "<|ts_opt_156|>",
1566
+ "lstrip": false,
1567
+ "normalized": false,
1568
+ "rstrip": false,
1569
+ "single_word": false,
1570
+ "special": true
1571
+ },
1572
+ "248240": {
1573
+ "content": "<|ts_opt_157|>",
1574
+ "lstrip": false,
1575
+ "normalized": false,
1576
+ "rstrip": false,
1577
+ "single_word": false,
1578
+ "special": true
1579
+ },
1580
+ "248241": {
1581
+ "content": "<|ts_opt_158|>",
1582
+ "lstrip": false,
1583
+ "normalized": false,
1584
+ "rstrip": false,
1585
+ "single_word": false,
1586
+ "special": true
1587
+ },
1588
+ "248242": {
1589
+ "content": "<|ts_opt_159|>",
1590
+ "lstrip": false,
1591
+ "normalized": false,
1592
+ "rstrip": false,
1593
+ "single_word": false,
1594
+ "special": true
1595
+ },
1596
+ "248243": {
1597
+ "content": "<|ts_opt_160|>",
1598
+ "lstrip": false,
1599
+ "normalized": false,
1600
+ "rstrip": false,
1601
+ "single_word": false,
1602
+ "special": true
1603
+ },
1604
+ "248244": {
1605
+ "content": "<|ts_opt_161|>",
1606
+ "lstrip": false,
1607
+ "normalized": false,
1608
+ "rstrip": false,
1609
+ "single_word": false,
1610
+ "special": true
1611
+ },
1612
+ "248245": {
1613
+ "content": "<|ts_opt_162|>",
1614
+ "lstrip": false,
1615
+ "normalized": false,
1616
+ "rstrip": false,
1617
+ "single_word": false,
1618
+ "special": true
1619
+ },
1620
+ "248246": {
1621
+ "content": "<|ts_opt_163|>",
1622
+ "lstrip": false,
1623
+ "normalized": false,
1624
+ "rstrip": false,
1625
+ "single_word": false,
1626
+ "special": true
1627
+ },
1628
+ "248247": {
1629
+ "content": "<|ts_opt_164|>",
1630
+ "lstrip": false,
1631
+ "normalized": false,
1632
+ "rstrip": false,
1633
+ "single_word": false,
1634
+ "special": true
1635
+ },
1636
+ "248248": {
1637
+ "content": "<|ts_opt_165|>",
1638
+ "lstrip": false,
1639
+ "normalized": false,
1640
+ "rstrip": false,
1641
+ "single_word": false,
1642
+ "special": true
1643
+ },
1644
+ "248249": {
1645
+ "content": "<|ts_opt_166|>",
1646
+ "lstrip": false,
1647
+ "normalized": false,
1648
+ "rstrip": false,
1649
+ "single_word": false,
1650
+ "special": true
1651
+ },
1652
+ "248250": {
1653
+ "content": "<|ts_opt_167|>",
1654
+ "lstrip": false,
1655
+ "normalized": false,
1656
+ "rstrip": false,
1657
+ "single_word": false,
1658
+ "special": true
1659
+ },
1660
+ "248251": {
1661
+ "content": "<|ts_opt_168|>",
1662
+ "lstrip": false,
1663
+ "normalized": false,
1664
+ "rstrip": false,
1665
+ "single_word": false,
1666
+ "special": true
1667
+ },
1668
+ "248252": {
1669
+ "content": "<|ts_opt_169|>",
1670
+ "lstrip": false,
1671
+ "normalized": false,
1672
+ "rstrip": false,
1673
+ "single_word": false,
1674
+ "special": true
1675
+ },
1676
+ "248253": {
1677
+ "content": "<|ts_opt_170|>",
1678
+ "lstrip": false,
1679
+ "normalized": false,
1680
+ "rstrip": false,
1681
+ "single_word": false,
1682
+ "special": true
1683
+ },
1684
+ "248254": {
1685
+ "content": "<|ts_opt_171|>",
1686
+ "lstrip": false,
1687
+ "normalized": false,
1688
+ "rstrip": false,
1689
+ "single_word": false,
1690
+ "special": true
1691
+ },
1692
+ "248255": {
1693
+ "content": "<|ts_opt_172|>",
1694
+ "lstrip": false,
1695
+ "normalized": false,
1696
+ "rstrip": false,
1697
+ "single_word": false,
1698
+ "special": true
1699
+ },
1700
+ "248256": {
1701
+ "content": "<|ts_opt_173|>",
1702
+ "lstrip": false,
1703
+ "normalized": false,
1704
+ "rstrip": false,
1705
+ "single_word": false,
1706
+ "special": true
1707
+ },
1708
+ "248257": {
1709
+ "content": "<|ts_opt_174|>",
1710
+ "lstrip": false,
1711
+ "normalized": false,
1712
+ "rstrip": false,
1713
+ "single_word": false,
1714
+ "special": true
1715
+ },
1716
+ "248258": {
1717
+ "content": "<|ts_opt_175|>",
1718
+ "lstrip": false,
1719
+ "normalized": false,
1720
+ "rstrip": false,
1721
+ "single_word": false,
1722
+ "special": true
1723
+ },
1724
+ "248259": {
1725
+ "content": "<|ts_opt_176|>",
1726
+ "lstrip": false,
1727
+ "normalized": false,
1728
+ "rstrip": false,
1729
+ "single_word": false,
1730
+ "special": true
1731
+ },
1732
+ "248260": {
1733
+ "content": "<|ts_opt_177|>",
1734
+ "lstrip": false,
1735
+ "normalized": false,
1736
+ "rstrip": false,
1737
+ "single_word": false,
1738
+ "special": true
1739
+ },
1740
+ "248261": {
1741
+ "content": "<|ts_opt_178|>",
1742
+ "lstrip": false,
1743
+ "normalized": false,
1744
+ "rstrip": false,
1745
+ "single_word": false,
1746
+ "special": true
1747
+ },
1748
+ "248262": {
1749
+ "content": "<|ts_opt_179|>",
1750
+ "lstrip": false,
1751
+ "normalized": false,
1752
+ "rstrip": false,
1753
+ "single_word": false,
1754
+ "special": true
1755
+ },
1756
+ "248263": {
1757
+ "content": "<|ts_opt_180|>",
1758
+ "lstrip": false,
1759
+ "normalized": false,
1760
+ "rstrip": false,
1761
+ "single_word": false,
1762
+ "special": true
1763
+ },
1764
+ "248264": {
1765
+ "content": "<|ts_opt_181|>",
1766
+ "lstrip": false,
1767
+ "normalized": false,
1768
+ "rstrip": false,
1769
+ "single_word": false,
1770
+ "special": true
1771
+ },
1772
+ "248265": {
1773
+ "content": "<|ts_opt_182|>",
1774
+ "lstrip": false,
1775
+ "normalized": false,
1776
+ "rstrip": false,
1777
+ "single_word": false,
1778
+ "special": true
1779
+ },
1780
+ "248266": {
1781
+ "content": "<|ts_opt_183|>",
1782
+ "lstrip": false,
1783
+ "normalized": false,
1784
+ "rstrip": false,
1785
+ "single_word": false,
1786
+ "special": true
1787
+ },
1788
+ "248267": {
1789
+ "content": "<|ts_opt_184|>",
1790
+ "lstrip": false,
1791
+ "normalized": false,
1792
+ "rstrip": false,
1793
+ "single_word": false,
1794
+ "special": true
1795
+ },
1796
+ "248268": {
1797
+ "content": "<|ts_opt_185|>",
1798
+ "lstrip": false,
1799
+ "normalized": false,
1800
+ "rstrip": false,
1801
+ "single_word": false,
1802
+ "special": true
1803
+ },
1804
+ "248269": {
1805
+ "content": "<|ts_opt_186|>",
1806
+ "lstrip": false,
1807
+ "normalized": false,
1808
+ "rstrip": false,
1809
+ "single_word": false,
1810
+ "special": true
1811
+ },
1812
+ "248270": {
1813
+ "content": "<|ts_opt_187|>",
1814
+ "lstrip": false,
1815
+ "normalized": false,
1816
+ "rstrip": false,
1817
+ "single_word": false,
1818
+ "special": true
1819
+ },
1820
+ "248271": {
1821
+ "content": "<|ts_opt_188|>",
1822
+ "lstrip": false,
1823
+ "normalized": false,
1824
+ "rstrip": false,
1825
+ "single_word": false,
1826
+ "special": true
1827
+ },
1828
+ "248272": {
1829
+ "content": "<|ts_opt_189|>",
1830
+ "lstrip": false,
1831
+ "normalized": false,
1832
+ "rstrip": false,
1833
+ "single_word": false,
1834
+ "special": true
1835
+ },
1836
+ "248273": {
1837
+ "content": "<|ts_opt_190|>",
1838
+ "lstrip": false,
1839
+ "normalized": false,
1840
+ "rstrip": false,
1841
+ "single_word": false,
1842
+ "special": true
1843
+ },
1844
+ "248274": {
1845
+ "content": "<|ts_opt_191|>",
1846
+ "lstrip": false,
1847
+ "normalized": false,
1848
+ "rstrip": false,
1849
+ "single_word": false,
1850
+ "special": true
1851
+ },
1852
+ "248275": {
1853
+ "content": "<|ts_opt_192|>",
1854
+ "lstrip": false,
1855
+ "normalized": false,
1856
+ "rstrip": false,
1857
+ "single_word": false,
1858
+ "special": true
1859
+ },
1860
+ "248276": {
1861
+ "content": "<|ts_opt_193|>",
1862
+ "lstrip": false,
1863
+ "normalized": false,
1864
+ "rstrip": false,
1865
+ "single_word": false,
1866
+ "special": true
1867
+ },
1868
+ "248277": {
1869
+ "content": "<|ts_opt_194|>",
1870
+ "lstrip": false,
1871
+ "normalized": false,
1872
+ "rstrip": false,
1873
+ "single_word": false,
1874
+ "special": true
1875
+ },
1876
+ "248278": {
1877
+ "content": "<|ts_opt_195|>",
1878
+ "lstrip": false,
1879
+ "normalized": false,
1880
+ "rstrip": false,
1881
+ "single_word": false,
1882
+ "special": true
1883
+ },
1884
+ "248279": {
1885
+ "content": "<|ts_opt_196|>",
1886
+ "lstrip": false,
1887
+ "normalized": false,
1888
+ "rstrip": false,
1889
+ "single_word": false,
1890
+ "special": true
1891
+ },
1892
+ "248280": {
1893
+ "content": "<|ts_opt_197|>",
1894
+ "lstrip": false,
1895
+ "normalized": false,
1896
+ "rstrip": false,
1897
+ "single_word": false,
1898
+ "special": true
1899
+ },
1900
+ "248281": {
1901
+ "content": "<|ts_opt_198|>",
1902
+ "lstrip": false,
1903
+ "normalized": false,
1904
+ "rstrip": false,
1905
+ "single_word": false,
1906
+ "special": true
1907
+ },
1908
+ "248282": {
1909
+ "content": "<|ts_opt_199|>",
1910
+ "lstrip": false,
1911
+ "normalized": false,
1912
+ "rstrip": false,
1913
+ "single_word": false,
1914
+ "special": true
1915
+ },
1916
+ "248283": {
1917
+ "content": "<|ts_opt_200|>",
1918
+ "lstrip": false,
1919
+ "normalized": false,
1920
+ "rstrip": false,
1921
+ "single_word": false,
1922
+ "special": true
1923
+ },
1924
+ "248284": {
1925
+ "content": "<|ts_opt_201|>",
1926
+ "lstrip": false,
1927
+ "normalized": false,
1928
+ "rstrip": false,
1929
+ "single_word": false,
1930
+ "special": true
1931
+ },
1932
+ "248285": {
1933
+ "content": "<|ts_opt_202|>",
1934
+ "lstrip": false,
1935
+ "normalized": false,
1936
+ "rstrip": false,
1937
+ "single_word": false,
1938
+ "special": true
1939
+ },
1940
+ "248286": {
1941
+ "content": "<|ts_opt_203|>",
1942
+ "lstrip": false,
1943
+ "normalized": false,
1944
+ "rstrip": false,
1945
+ "single_word": false,
1946
+ "special": true
1947
+ },
1948
+ "248287": {
1949
+ "content": "<|ts_opt_204|>",
1950
+ "lstrip": false,
1951
+ "normalized": false,
1952
+ "rstrip": false,
1953
+ "single_word": false,
1954
+ "special": true
1955
+ },
1956
+ "248288": {
1957
+ "content": "<|ts_opt_205|>",
1958
+ "lstrip": false,
1959
+ "normalized": false,
1960
+ "rstrip": false,
1961
+ "single_word": false,
1962
+ "special": true
1963
+ },
1964
+ "248289": {
1965
+ "content": "<|ts_opt_206|>",
1966
+ "lstrip": false,
1967
+ "normalized": false,
1968
+ "rstrip": false,
1969
+ "single_word": false,
1970
+ "special": true
1971
+ },
1972
+ "248290": {
1973
+ "content": "<|ts_opt_207|>",
1974
+ "lstrip": false,
1975
+ "normalized": false,
1976
+ "rstrip": false,
1977
+ "single_word": false,
1978
+ "special": true
1979
+ },
1980
+ "248291": {
1981
+ "content": "<|ts_opt_208|>",
1982
+ "lstrip": false,
1983
+ "normalized": false,
1984
+ "rstrip": false,
1985
+ "single_word": false,
1986
+ "special": true
1987
+ },
1988
+ "248292": {
1989
+ "content": "<|ts_opt_209|>",
1990
+ "lstrip": false,
1991
+ "normalized": false,
1992
+ "rstrip": false,
1993
+ "single_word": false,
1994
+ "special": true
1995
+ },
1996
+ "248293": {
1997
+ "content": "<|ts_opt_210|>",
1998
+ "lstrip": false,
1999
+ "normalized": false,
2000
+ "rstrip": false,
2001
+ "single_word": false,
2002
+ "special": true
2003
+ },
2004
+ "248294": {
2005
+ "content": "<|ts_opt_211|>",
2006
+ "lstrip": false,
2007
+ "normalized": false,
2008
+ "rstrip": false,
2009
+ "single_word": false,
2010
+ "special": true
2011
+ },
2012
+ "248295": {
2013
+ "content": "<|ts_opt_212|>",
2014
+ "lstrip": false,
2015
+ "normalized": false,
2016
+ "rstrip": false,
2017
+ "single_word": false,
2018
+ "special": true
2019
+ },
2020
+ "248296": {
2021
+ "content": "<|ts_opt_213|>",
2022
+ "lstrip": false,
2023
+ "normalized": false,
2024
+ "rstrip": false,
2025
+ "single_word": false,
2026
+ "special": true
2027
+ },
2028
+ "248297": {
2029
+ "content": "<|ts_opt_214|>",
2030
+ "lstrip": false,
2031
+ "normalized": false,
2032
+ "rstrip": false,
2033
+ "single_word": false,
2034
+ "special": true
2035
+ },
2036
+ "248298": {
2037
+ "content": "<|ts_opt_215|>",
2038
+ "lstrip": false,
2039
+ "normalized": false,
2040
+ "rstrip": false,
2041
+ "single_word": false,
2042
+ "special": true
2043
+ },
2044
+ "248299": {
2045
+ "content": "<|ts_opt_216|>",
2046
+ "lstrip": false,
2047
+ "normalized": false,
2048
+ "rstrip": false,
2049
+ "single_word": false,
2050
+ "special": true
2051
+ },
2052
+ "248300": {
2053
+ "content": "<|ts_opt_217|>",
2054
+ "lstrip": false,
2055
+ "normalized": false,
2056
+ "rstrip": false,
2057
+ "single_word": false,
2058
+ "special": true
2059
+ },
2060
+ "248301": {
2061
+ "content": "<|ts_opt_218|>",
2062
+ "lstrip": false,
2063
+ "normalized": false,
2064
+ "rstrip": false,
2065
+ "single_word": false,
2066
+ "special": true
2067
+ },
2068
+ "248302": {
2069
+ "content": "<|ts_opt_219|>",
2070
+ "lstrip": false,
2071
+ "normalized": false,
2072
+ "rstrip": false,
2073
+ "single_word": false,
2074
+ "special": true
2075
+ },
2076
+ "248303": {
2077
+ "content": "<|ts_opt_220|>",
2078
+ "lstrip": false,
2079
+ "normalized": false,
2080
+ "rstrip": false,
2081
+ "single_word": false,
2082
+ "special": true
2083
+ },
2084
+ "248304": {
2085
+ "content": "<|ts_opt_221|>",
2086
+ "lstrip": false,
2087
+ "normalized": false,
2088
+ "rstrip": false,
2089
+ "single_word": false,
2090
+ "special": true
2091
+ },
2092
+ "248305": {
2093
+ "content": "<|ts_opt_222|>",
2094
+ "lstrip": false,
2095
+ "normalized": false,
2096
+ "rstrip": false,
2097
+ "single_word": false,
2098
+ "special": true
2099
+ },
2100
+ "248306": {
2101
+ "content": "<|ts_opt_223|>",
2102
+ "lstrip": false,
2103
+ "normalized": false,
2104
+ "rstrip": false,
2105
+ "single_word": false,
2106
+ "special": true
2107
+ },
2108
+ "248307": {
2109
+ "content": "<|ts_opt_224|>",
2110
+ "lstrip": false,
2111
+ "normalized": false,
2112
+ "rstrip": false,
2113
+ "single_word": false,
2114
+ "special": true
2115
+ },
2116
+ "248308": {
2117
+ "content": "<|ts_opt_225|>",
2118
+ "lstrip": false,
2119
+ "normalized": false,
2120
+ "rstrip": false,
2121
+ "single_word": false,
2122
+ "special": true
2123
+ },
2124
+ "248309": {
2125
+ "content": "<|ts_opt_226|>",
2126
+ "lstrip": false,
2127
+ "normalized": false,
2128
+ "rstrip": false,
2129
+ "single_word": false,
2130
+ "special": true
2131
+ },
2132
+ "248310": {
2133
+ "content": "<|ts_opt_227|>",
2134
+ "lstrip": false,
2135
+ "normalized": false,
2136
+ "rstrip": false,
2137
+ "single_word": false,
2138
+ "special": true
2139
+ },
2140
+ "248311": {
2141
+ "content": "<|ts_opt_228|>",
2142
+ "lstrip": false,
2143
+ "normalized": false,
2144
+ "rstrip": false,
2145
+ "single_word": false,
2146
+ "special": true
2147
+ },
2148
+ "248312": {
2149
+ "content": "<|ts_opt_229|>",
2150
+ "lstrip": false,
2151
+ "normalized": false,
2152
+ "rstrip": false,
2153
+ "single_word": false,
2154
+ "special": true
2155
+ },
2156
+ "248313": {
2157
+ "content": "<|ts_opt_230|>",
2158
+ "lstrip": false,
2159
+ "normalized": false,
2160
+ "rstrip": false,
2161
+ "single_word": false,
2162
+ "special": true
2163
+ },
2164
+ "248314": {
2165
+ "content": "<|ts_opt_231|>",
2166
+ "lstrip": false,
2167
+ "normalized": false,
2168
+ "rstrip": false,
2169
+ "single_word": false,
2170
+ "special": true
2171
+ },
2172
+ "248315": {
2173
+ "content": "<|ts_opt_232|>",
2174
+ "lstrip": false,
2175
+ "normalized": false,
2176
+ "rstrip": false,
2177
+ "single_word": false,
2178
+ "special": true
2179
+ },
2180
+ "248316": {
2181
+ "content": "<|ts_opt_233|>",
2182
+ "lstrip": false,
2183
+ "normalized": false,
2184
+ "rstrip": false,
2185
+ "single_word": false,
2186
+ "special": true
2187
+ },
2188
+ "248317": {
2189
+ "content": "<|ts_opt_234|>",
2190
+ "lstrip": false,
2191
+ "normalized": false,
2192
+ "rstrip": false,
2193
+ "single_word": false,
2194
+ "special": true
2195
+ },
2196
+ "248318": {
2197
+ "content": "<|ts_opt_235|>",
2198
+ "lstrip": false,
2199
+ "normalized": false,
2200
+ "rstrip": false,
2201
+ "single_word": false,
2202
+ "special": true
2203
+ },
2204
+ "248319": {
2205
+ "content": "<|ts_opt_236|>",
2206
+ "lstrip": false,
2207
+ "normalized": false,
2208
+ "rstrip": false,
2209
+ "single_word": false,
2210
+ "special": true
2211
+ },
2212
+ "248320": {
2213
+ "content": "<|ts_opt_237|>",
2214
+ "lstrip": false,
2215
+ "normalized": false,
2216
+ "rstrip": false,
2217
+ "single_word": false,
2218
+ "special": true
2219
+ },
2220
+ "248321": {
2221
+ "content": "<|ts_opt_238|>",
2222
+ "lstrip": false,
2223
+ "normalized": false,
2224
+ "rstrip": false,
2225
+ "single_word": false,
2226
+ "special": true
2227
+ },
2228
+ "248322": {
2229
+ "content": "<|ts_opt_239|>",
2230
+ "lstrip": false,
2231
+ "normalized": false,
2232
+ "rstrip": false,
2233
+ "single_word": false,
2234
+ "special": true
2235
+ },
2236
+ "248323": {
2237
+ "content": "<|ts_opt_240|>",
2238
+ "lstrip": false,
2239
+ "normalized": false,
2240
+ "rstrip": false,
2241
+ "single_word": false,
2242
+ "special": true
2243
+ },
2244
+ "248324": {
2245
+ "content": "<|ts_opt_241|>",
2246
+ "lstrip": false,
2247
+ "normalized": false,
2248
+ "rstrip": false,
2249
+ "single_word": false,
2250
+ "special": true
2251
+ },
2252
+ "248325": {
2253
+ "content": "<|ts_opt_242|>",
2254
+ "lstrip": false,
2255
+ "normalized": false,
2256
+ "rstrip": false,
2257
+ "single_word": false,
2258
+ "special": true
2259
+ },
2260
+ "248326": {
2261
+ "content": "<|ts_opt_243|>",
2262
+ "lstrip": false,
2263
+ "normalized": false,
2264
+ "rstrip": false,
2265
+ "single_word": false,
2266
+ "special": true
2267
+ },
2268
+ "248327": {
2269
+ "content": "<|ts_opt_244|>",
2270
+ "lstrip": false,
2271
+ "normalized": false,
2272
+ "rstrip": false,
2273
+ "single_word": false,
2274
+ "special": true
2275
+ },
2276
+ "248328": {
2277
+ "content": "<|ts_opt_245|>",
2278
+ "lstrip": false,
2279
+ "normalized": false,
2280
+ "rstrip": false,
2281
+ "single_word": false,
2282
+ "special": true
2283
+ },
2284
+ "248329": {
2285
+ "content": "<|ts_opt_246|>",
2286
+ "lstrip": false,
2287
+ "normalized": false,
2288
+ "rstrip": false,
2289
+ "single_word": false,
2290
+ "special": true
2291
+ },
2292
+ "248330": {
2293
+ "content": "<|ts_opt_247|>",
2294
+ "lstrip": false,
2295
+ "normalized": false,
2296
+ "rstrip": false,
2297
+ "single_word": false,
2298
+ "special": true
2299
+ },
2300
+ "248331": {
2301
+ "content": "<|ts_opt_248|>",
2302
+ "lstrip": false,
2303
+ "normalized": false,
2304
+ "rstrip": false,
2305
+ "single_word": false,
2306
+ "special": true
2307
+ },
2308
+ "248332": {
2309
+ "content": "<|ts_opt_249|>",
2310
+ "lstrip": false,
2311
+ "normalized": false,
2312
+ "rstrip": false,
2313
+ "single_word": false,
2314
+ "special": true
2315
+ },
2316
+ "248333": {
2317
+ "content": "<|ts_opt_250|>",
2318
+ "lstrip": false,
2319
+ "normalized": false,
2320
+ "rstrip": false,
2321
+ "single_word": false,
2322
+ "special": true
2323
+ },
2324
+ "248334": {
2325
+ "content": "<|ts_opt_251|>",
2326
+ "lstrip": false,
2327
+ "normalized": false,
2328
+ "rstrip": false,
2329
+ "single_word": false,
2330
+ "special": true
2331
+ },
2332
+ "248335": {
2333
+ "content": "<|ts_opt_252|>",
2334
+ "lstrip": false,
2335
+ "normalized": false,
2336
+ "rstrip": false,
2337
+ "single_word": false,
2338
+ "special": true
2339
+ },
2340
+ "248336": {
2341
+ "content": "<|ts_opt_253|>",
2342
+ "lstrip": false,
2343
+ "normalized": false,
2344
+ "rstrip": false,
2345
+ "single_word": false,
2346
+ "special": true
2347
+ },
2348
+ "248337": {
2349
+ "content": "<|ts_opt_254|>",
2350
+ "lstrip": false,
2351
+ "normalized": false,
2352
+ "rstrip": false,
2353
+ "single_word": false,
2354
+ "special": true
2355
+ },
2356
+ "248338": {
2357
+ "content": "<|ts_opt_255|>",
2358
+ "lstrip": false,
2359
+ "normalized": false,
2360
+ "rstrip": false,
2361
+ "single_word": false,
2362
+ "special": true
2363
+ }
2364
+ },
2365
+ "audio_bos_token": "<|audio_start|>",
2366
+ "audio_eos_token": "<|audio_end|>",
2367
+ "audio_token": "<|audio_pad|>",
2368
+ "backend": "tokenizers",
2369
+ "bos_token": null,
2370
+ "clean_up_tokenization_spaces": false,
2371
+ "eos_token": "<|endoftext|>",
2372
+ "errors": "replace",
2373
+ "extra_special_tokens": {},
2374
+ "image_token": "<|image_pad|>",
2375
+ "is_local": true,
2376
+ "local_files_only": false,
2377
+ "model_max_length": 262144,
2378
+ "model_specific_special_tokens": {
2379
+ "audio_bos_token": "<|audio_start|>",
2380
+ "audio_eos_token": "<|audio_end|>",
2381
+ "audio_token": "<|audio_pad|>",
2382
+ "image_token": "<|image_pad|>",
2383
+ "video_token": "<|video_pad|>",
2384
+ "vision_bos_token": "<|vision_start|>",
2385
+ "vision_eos_token": "<|vision_end|>"
2386
+ },
2387
+ "pad_token": "<|endoftext|>",
2388
+ "pretokenize_regex": "(?i:'s|'t|'re|'ve|'m|'ll|'d)|[^\\r\\n\\p{L}\\p{N}]?[\\p{L}\\p{M}]+|\\p{N}| ?[^\\s\\p{L}\\p{M}\\p{N}]+[\\r\\n]*|\\s*[\\r\\n]+|\\s+(?!\\S)|\\s+",
2389
+ "split_special_tokens": false,
2390
+ "tokenizer_class": "Qwen2Tokenizer",
2391
+ "unk_token": null,
2392
+ "video_token": "<|video_pad|>",
2393
+ "vision_bos_token": "<|vision_start|>",
2394
+ "vision_eos_token": "<|vision_end|>"
2395
+ }
gpu-pipelined/openthai_systemone_decode_int8lin/tokenizer/vocab.json ADDED
The diff for this file is too large to render. See raw diff