yangzhang33 commited on
Commit
d1a9bdb
·
verified ·
1 Parent(s): da77489

Upload tokenizer

Browse files
.gitattributes CHANGED
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ tokenizer.json filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,199 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ tags: []
4
+ ---
5
+
6
+ # Model Card for Model ID
7
+
8
+ <!-- Provide a quick summary of what the model is/does. -->
9
+
10
+
11
+
12
+ ## Model Details
13
+
14
+ ### Model Description
15
+
16
+ <!-- Provide a longer summary of what this model is. -->
17
+
18
+ This is the model card of a 🤗 transformers model that has been pushed on the Hub. This model card has been automatically generated.
19
+
20
+ - **Developed by:** [More Information Needed]
21
+ - **Funded by [optional]:** [More Information Needed]
22
+ - **Shared by [optional]:** [More Information Needed]
23
+ - **Model type:** [More Information Needed]
24
+ - **Language(s) (NLP):** [More Information Needed]
25
+ - **License:** [More Information Needed]
26
+ - **Finetuned from model [optional]:** [More Information Needed]
27
+
28
+ ### Model Sources [optional]
29
+
30
+ <!-- Provide the basic links for the model. -->
31
+
32
+ - **Repository:** [More Information Needed]
33
+ - **Paper [optional]:** [More Information Needed]
34
+ - **Demo [optional]:** [More Information Needed]
35
+
36
+ ## Uses
37
+
38
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
39
+
40
+ ### Direct Use
41
+
42
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
43
+
44
+ [More Information Needed]
45
+
46
+ ### Downstream Use [optional]
47
+
48
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
49
+
50
+ [More Information Needed]
51
+
52
+ ### Out-of-Scope Use
53
+
54
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
55
+
56
+ [More Information Needed]
57
+
58
+ ## Bias, Risks, and Limitations
59
+
60
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
61
+
62
+ [More Information Needed]
63
+
64
+ ### Recommendations
65
+
66
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
67
+
68
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
69
+
70
+ ## How to Get Started with the Model
71
+
72
+ Use the code below to get started with the model.
73
+
74
+ [More Information Needed]
75
+
76
+ ## Training Details
77
+
78
+ ### Training Data
79
+
80
+ <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
81
+
82
+ [More Information Needed]
83
+
84
+ ### Training Procedure
85
+
86
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
87
+
88
+ #### Preprocessing [optional]
89
+
90
+ [More Information Needed]
91
+
92
+
93
+ #### Training Hyperparameters
94
+
95
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
96
+
97
+ #### Speeds, Sizes, Times [optional]
98
+
99
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
100
+
101
+ [More Information Needed]
102
+
103
+ ## Evaluation
104
+
105
+ <!-- This section describes the evaluation protocols and provides the results. -->
106
+
107
+ ### Testing Data, Factors & Metrics
108
+
109
+ #### Testing Data
110
+
111
+ <!-- This should link to a Dataset Card if possible. -->
112
+
113
+ [More Information Needed]
114
+
115
+ #### Factors
116
+
117
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
118
+
119
+ [More Information Needed]
120
+
121
+ #### Metrics
122
+
123
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
124
+
125
+ [More Information Needed]
126
+
127
+ ### Results
128
+
129
+ [More Information Needed]
130
+
131
+ #### Summary
132
+
133
+
134
+
135
+ ## Model Examination [optional]
136
+
137
+ <!-- Relevant interpretability work for the model goes here -->
138
+
139
+ [More Information Needed]
140
+
141
+ ## Environmental Impact
142
+
143
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
144
+
145
+ Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
146
+
147
+ - **Hardware Type:** [More Information Needed]
148
+ - **Hours used:** [More Information Needed]
149
+ - **Cloud Provider:** [More Information Needed]
150
+ - **Compute Region:** [More Information Needed]
151
+ - **Carbon Emitted:** [More Information Needed]
152
+
153
+ ## Technical Specifications [optional]
154
+
155
+ ### Model Architecture and Objective
156
+
157
+ [More Information Needed]
158
+
159
+ ### Compute Infrastructure
160
+
161
+ [More Information Needed]
162
+
163
+ #### Hardware
164
+
165
+ [More Information Needed]
166
+
167
+ #### Software
168
+
169
+ [More Information Needed]
170
+
171
+ ## Citation [optional]
172
+
173
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
174
+
175
+ **BibTeX:**
176
+
177
+ [More Information Needed]
178
+
179
+ **APA:**
180
+
181
+ [More Information Needed]
182
+
183
+ ## Glossary [optional]
184
+
185
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
186
+
187
+ [More Information Needed]
188
+
189
+ ## More Information [optional]
190
+
191
+ [More Information Needed]
192
+
193
+ ## Model Card Authors [optional]
194
+
195
+ [More Information Needed]
196
+
197
+ ## Model Card Contact
198
+
199
+ [More Information Needed]
added_tokens.json ADDED
@@ -0,0 +1,781 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "<->": 152210,
3
+ "<.>": 152209,
4
+ "</graph>": 152421,
5
+ "</tool_call>": 151658,
6
+ "<0>": 152211,
7
+ "<1>": 152212,
8
+ "<2>": 152213,
9
+ "<3>": 152214,
10
+ "<4>": 152215,
11
+ "<5>": 152216,
12
+ "<6>": 152217,
13
+ "<7>": 152218,
14
+ "<8>": 152219,
15
+ "<9>": 152220,
16
+ "<bos>": 151684,
17
+ "<e>": 152208,
18
+ "<edge_bi>": 151681,
19
+ "<edge_in>": 151679,
20
+ "<edge_jump>": 151682,
21
+ "<edge_out>": 151680,
22
+ "<eos>": 151683,
23
+ "<graph>": 152420,
24
+ "<gsum>": 151678,
25
+ "<icl>": 151666,
26
+ "<mask>": 151665,
27
+ "<new>": 151685,
28
+ "<sep>": 151667,
29
+ "<tool_call>": 151657,
30
+ "<|box_end|>": 151649,
31
+ "<|box_start|>": 151648,
32
+ "<|endoftext|>": 151643,
33
+ "<|file_sep|>": 151664,
34
+ "<|fim_middle|>": 151660,
35
+ "<|fim_pad|>": 151662,
36
+ "<|fim_prefix|>": 151659,
37
+ "<|fim_suffix|>": 151661,
38
+ "<|im_end|>": 151645,
39
+ "<|im_start|>": 151644,
40
+ "<|image_pad|>": 151655,
41
+ "<|object_ref_end|>": 151647,
42
+ "<|object_ref_start|>": 151646,
43
+ "<|quad_end|>": 151651,
44
+ "<|quad_start|>": 151650,
45
+ "<|repo_name|>": 151663,
46
+ "<|video_pad|>": 151656,
47
+ "<|vision_end|>": 151653,
48
+ "<|vision_pad|>": 151654,
49
+ "<|vision_start|>": 151652,
50
+ "g_0": 151686,
51
+ "g_1": 151687,
52
+ "g_10": 151696,
53
+ "g_100": 151786,
54
+ "g_101": 151787,
55
+ "g_102": 151788,
56
+ "g_103": 151789,
57
+ "g_104": 151790,
58
+ "g_105": 151791,
59
+ "g_106": 151792,
60
+ "g_107": 151793,
61
+ "g_108": 151794,
62
+ "g_109": 151795,
63
+ "g_11": 151697,
64
+ "g_110": 151796,
65
+ "g_111": 151797,
66
+ "g_112": 151798,
67
+ "g_113": 151799,
68
+ "g_114": 151800,
69
+ "g_115": 151801,
70
+ "g_116": 151802,
71
+ "g_117": 151803,
72
+ "g_118": 151804,
73
+ "g_119": 151805,
74
+ "g_12": 151698,
75
+ "g_120": 151806,
76
+ "g_121": 151807,
77
+ "g_122": 151808,
78
+ "g_123": 151809,
79
+ "g_124": 151810,
80
+ "g_125": 151811,
81
+ "g_126": 151812,
82
+ "g_127": 151813,
83
+ "g_128": 151814,
84
+ "g_129": 151815,
85
+ "g_13": 151699,
86
+ "g_130": 151816,
87
+ "g_131": 151817,
88
+ "g_132": 151818,
89
+ "g_133": 151819,
90
+ "g_134": 151820,
91
+ "g_135": 151821,
92
+ "g_136": 151822,
93
+ "g_137": 151823,
94
+ "g_138": 151824,
95
+ "g_139": 151825,
96
+ "g_14": 151700,
97
+ "g_140": 151826,
98
+ "g_141": 151827,
99
+ "g_142": 151828,
100
+ "g_143": 151829,
101
+ "g_144": 151830,
102
+ "g_145": 151831,
103
+ "g_146": 151832,
104
+ "g_147": 151833,
105
+ "g_148": 151834,
106
+ "g_149": 151835,
107
+ "g_15": 151701,
108
+ "g_150": 151836,
109
+ "g_151": 151837,
110
+ "g_152": 151838,
111
+ "g_153": 151839,
112
+ "g_154": 151840,
113
+ "g_155": 151841,
114
+ "g_156": 151842,
115
+ "g_157": 151843,
116
+ "g_158": 151844,
117
+ "g_159": 151845,
118
+ "g_16": 151702,
119
+ "g_160": 151846,
120
+ "g_161": 151847,
121
+ "g_162": 151848,
122
+ "g_163": 151849,
123
+ "g_164": 151850,
124
+ "g_165": 151851,
125
+ "g_166": 151852,
126
+ "g_167": 151853,
127
+ "g_168": 151854,
128
+ "g_169": 151855,
129
+ "g_17": 151703,
130
+ "g_170": 151856,
131
+ "g_171": 151857,
132
+ "g_172": 151858,
133
+ "g_173": 151859,
134
+ "g_174": 151860,
135
+ "g_175": 151861,
136
+ "g_176": 151862,
137
+ "g_177": 151863,
138
+ "g_178": 151864,
139
+ "g_179": 151865,
140
+ "g_18": 151704,
141
+ "g_180": 151866,
142
+ "g_181": 151867,
143
+ "g_182": 151868,
144
+ "g_183": 151869,
145
+ "g_184": 151870,
146
+ "g_185": 151871,
147
+ "g_186": 151872,
148
+ "g_187": 151873,
149
+ "g_188": 151874,
150
+ "g_189": 151875,
151
+ "g_19": 151705,
152
+ "g_190": 151876,
153
+ "g_191": 151877,
154
+ "g_192": 151878,
155
+ "g_193": 151879,
156
+ "g_194": 151880,
157
+ "g_195": 151881,
158
+ "g_196": 151882,
159
+ "g_197": 151883,
160
+ "g_198": 151884,
161
+ "g_199": 151885,
162
+ "g_2": 151688,
163
+ "g_20": 151706,
164
+ "g_200": 151886,
165
+ "g_201": 151887,
166
+ "g_202": 151888,
167
+ "g_203": 151889,
168
+ "g_204": 151890,
169
+ "g_205": 151891,
170
+ "g_206": 151892,
171
+ "g_207": 151893,
172
+ "g_208": 151894,
173
+ "g_209": 151895,
174
+ "g_21": 151707,
175
+ "g_210": 151896,
176
+ "g_211": 151897,
177
+ "g_212": 151898,
178
+ "g_213": 151899,
179
+ "g_214": 151900,
180
+ "g_215": 151901,
181
+ "g_216": 151902,
182
+ "g_217": 151903,
183
+ "g_218": 151904,
184
+ "g_219": 151905,
185
+ "g_22": 151708,
186
+ "g_220": 151906,
187
+ "g_221": 151907,
188
+ "g_222": 151908,
189
+ "g_223": 151909,
190
+ "g_224": 151910,
191
+ "g_225": 151911,
192
+ "g_226": 151912,
193
+ "g_227": 151913,
194
+ "g_228": 151914,
195
+ "g_229": 151915,
196
+ "g_23": 151709,
197
+ "g_230": 151916,
198
+ "g_231": 151917,
199
+ "g_232": 151918,
200
+ "g_233": 151919,
201
+ "g_234": 151920,
202
+ "g_235": 151921,
203
+ "g_236": 151922,
204
+ "g_237": 151923,
205
+ "g_238": 151924,
206
+ "g_239": 151925,
207
+ "g_24": 151710,
208
+ "g_240": 151926,
209
+ "g_241": 151927,
210
+ "g_242": 151928,
211
+ "g_243": 151929,
212
+ "g_244": 151930,
213
+ "g_245": 151931,
214
+ "g_246": 151932,
215
+ "g_247": 151933,
216
+ "g_248": 151934,
217
+ "g_249": 151935,
218
+ "g_25": 151711,
219
+ "g_250": 151936,
220
+ "g_251": 151937,
221
+ "g_252": 151938,
222
+ "g_253": 151939,
223
+ "g_254": 151940,
224
+ "g_255": 151941,
225
+ "g_256": 151942,
226
+ "g_257": 151943,
227
+ "g_258": 151944,
228
+ "g_259": 151945,
229
+ "g_26": 151712,
230
+ "g_260": 151946,
231
+ "g_261": 151947,
232
+ "g_262": 151948,
233
+ "g_263": 151949,
234
+ "g_264": 151950,
235
+ "g_265": 151951,
236
+ "g_266": 151952,
237
+ "g_267": 151953,
238
+ "g_268": 151954,
239
+ "g_269": 151955,
240
+ "g_27": 151713,
241
+ "g_270": 151956,
242
+ "g_271": 151957,
243
+ "g_272": 151958,
244
+ "g_273": 151959,
245
+ "g_274": 151960,
246
+ "g_275": 151961,
247
+ "g_276": 151962,
248
+ "g_277": 151963,
249
+ "g_278": 151964,
250
+ "g_279": 151965,
251
+ "g_28": 151714,
252
+ "g_280": 151966,
253
+ "g_281": 151967,
254
+ "g_282": 151968,
255
+ "g_283": 151969,
256
+ "g_284": 151970,
257
+ "g_285": 151971,
258
+ "g_286": 151972,
259
+ "g_287": 151973,
260
+ "g_288": 151974,
261
+ "g_289": 151975,
262
+ "g_29": 151715,
263
+ "g_290": 151976,
264
+ "g_291": 151977,
265
+ "g_292": 151978,
266
+ "g_293": 151979,
267
+ "g_294": 151980,
268
+ "g_295": 151981,
269
+ "g_296": 151982,
270
+ "g_297": 151983,
271
+ "g_298": 151984,
272
+ "g_299": 151985,
273
+ "g_3": 151689,
274
+ "g_30": 151716,
275
+ "g_300": 151986,
276
+ "g_301": 151987,
277
+ "g_302": 151988,
278
+ "g_303": 151989,
279
+ "g_304": 151990,
280
+ "g_305": 151991,
281
+ "g_306": 151992,
282
+ "g_307": 151993,
283
+ "g_308": 151994,
284
+ "g_309": 151995,
285
+ "g_31": 151717,
286
+ "g_310": 151996,
287
+ "g_311": 151997,
288
+ "g_312": 151998,
289
+ "g_313": 151999,
290
+ "g_314": 152000,
291
+ "g_315": 152001,
292
+ "g_316": 152002,
293
+ "g_317": 152003,
294
+ "g_318": 152004,
295
+ "g_319": 152005,
296
+ "g_32": 151718,
297
+ "g_320": 152006,
298
+ "g_321": 152007,
299
+ "g_322": 152008,
300
+ "g_323": 152009,
301
+ "g_324": 152010,
302
+ "g_325": 152011,
303
+ "g_326": 152012,
304
+ "g_327": 152013,
305
+ "g_328": 152014,
306
+ "g_329": 152015,
307
+ "g_33": 151719,
308
+ "g_330": 152016,
309
+ "g_331": 152017,
310
+ "g_332": 152018,
311
+ "g_333": 152019,
312
+ "g_334": 152020,
313
+ "g_335": 152021,
314
+ "g_336": 152022,
315
+ "g_337": 152023,
316
+ "g_338": 152024,
317
+ "g_339": 152025,
318
+ "g_34": 151720,
319
+ "g_340": 152026,
320
+ "g_341": 152027,
321
+ "g_342": 152028,
322
+ "g_343": 152029,
323
+ "g_344": 152030,
324
+ "g_345": 152031,
325
+ "g_346": 152032,
326
+ "g_347": 152033,
327
+ "g_348": 152034,
328
+ "g_349": 152035,
329
+ "g_35": 151721,
330
+ "g_350": 152036,
331
+ "g_351": 152037,
332
+ "g_352": 152038,
333
+ "g_353": 152039,
334
+ "g_354": 152040,
335
+ "g_355": 152041,
336
+ "g_356": 152042,
337
+ "g_357": 152043,
338
+ "g_358": 152044,
339
+ "g_359": 152045,
340
+ "g_36": 151722,
341
+ "g_360": 152046,
342
+ "g_361": 152047,
343
+ "g_362": 152048,
344
+ "g_363": 152049,
345
+ "g_364": 152050,
346
+ "g_365": 152051,
347
+ "g_366": 152052,
348
+ "g_367": 152053,
349
+ "g_368": 152054,
350
+ "g_369": 152055,
351
+ "g_37": 151723,
352
+ "g_370": 152056,
353
+ "g_371": 152057,
354
+ "g_372": 152058,
355
+ "g_373": 152059,
356
+ "g_374": 152060,
357
+ "g_375": 152061,
358
+ "g_376": 152062,
359
+ "g_377": 152063,
360
+ "g_378": 152064,
361
+ "g_379": 152065,
362
+ "g_38": 151724,
363
+ "g_380": 152066,
364
+ "g_381": 152067,
365
+ "g_382": 152068,
366
+ "g_383": 152069,
367
+ "g_384": 152070,
368
+ "g_385": 152071,
369
+ "g_386": 152072,
370
+ "g_387": 152073,
371
+ "g_388": 152074,
372
+ "g_389": 152075,
373
+ "g_39": 151725,
374
+ "g_390": 152076,
375
+ "g_391": 152077,
376
+ "g_392": 152078,
377
+ "g_393": 152079,
378
+ "g_394": 152080,
379
+ "g_395": 152081,
380
+ "g_396": 152082,
381
+ "g_397": 152083,
382
+ "g_398": 152084,
383
+ "g_399": 152085,
384
+ "g_4": 151690,
385
+ "g_40": 151726,
386
+ "g_400": 152086,
387
+ "g_401": 152087,
388
+ "g_402": 152088,
389
+ "g_403": 152089,
390
+ "g_404": 152090,
391
+ "g_405": 152091,
392
+ "g_406": 152092,
393
+ "g_407": 152093,
394
+ "g_408": 152094,
395
+ "g_409": 152095,
396
+ "g_41": 151727,
397
+ "g_410": 152096,
398
+ "g_411": 152097,
399
+ "g_412": 152098,
400
+ "g_413": 152099,
401
+ "g_414": 152100,
402
+ "g_415": 152101,
403
+ "g_416": 152102,
404
+ "g_417": 152103,
405
+ "g_418": 152104,
406
+ "g_419": 152105,
407
+ "g_42": 151728,
408
+ "g_420": 152106,
409
+ "g_421": 152107,
410
+ "g_422": 152108,
411
+ "g_423": 152109,
412
+ "g_424": 152110,
413
+ "g_425": 152111,
414
+ "g_426": 152112,
415
+ "g_427": 152113,
416
+ "g_428": 152114,
417
+ "g_429": 152115,
418
+ "g_43": 151729,
419
+ "g_430": 152116,
420
+ "g_431": 152117,
421
+ "g_432": 152118,
422
+ "g_433": 152119,
423
+ "g_434": 152120,
424
+ "g_435": 152121,
425
+ "g_436": 152122,
426
+ "g_437": 152123,
427
+ "g_438": 152124,
428
+ "g_439": 152125,
429
+ "g_44": 151730,
430
+ "g_440": 152126,
431
+ "g_441": 152127,
432
+ "g_442": 152128,
433
+ "g_443": 152129,
434
+ "g_444": 152130,
435
+ "g_445": 152131,
436
+ "g_446": 152132,
437
+ "g_447": 152133,
438
+ "g_448": 152134,
439
+ "g_449": 152135,
440
+ "g_45": 151731,
441
+ "g_450": 152136,
442
+ "g_451": 152137,
443
+ "g_452": 152138,
444
+ "g_453": 152139,
445
+ "g_454": 152140,
446
+ "g_455": 152141,
447
+ "g_456": 152142,
448
+ "g_457": 152143,
449
+ "g_458": 152144,
450
+ "g_459": 152145,
451
+ "g_46": 151732,
452
+ "g_460": 152146,
453
+ "g_461": 152147,
454
+ "g_462": 152148,
455
+ "g_463": 152149,
456
+ "g_464": 152150,
457
+ "g_465": 152151,
458
+ "g_466": 152152,
459
+ "g_467": 152153,
460
+ "g_468": 152154,
461
+ "g_469": 152155,
462
+ "g_47": 151733,
463
+ "g_470": 152156,
464
+ "g_471": 152157,
465
+ "g_472": 152158,
466
+ "g_473": 152159,
467
+ "g_474": 152160,
468
+ "g_475": 152161,
469
+ "g_476": 152162,
470
+ "g_477": 152163,
471
+ "g_478": 152164,
472
+ "g_479": 152165,
473
+ "g_48": 151734,
474
+ "g_480": 152166,
475
+ "g_481": 152167,
476
+ "g_482": 152168,
477
+ "g_483": 152169,
478
+ "g_484": 152170,
479
+ "g_485": 152171,
480
+ "g_486": 152172,
481
+ "g_487": 152173,
482
+ "g_488": 152174,
483
+ "g_489": 152175,
484
+ "g_49": 151735,
485
+ "g_490": 152176,
486
+ "g_491": 152177,
487
+ "g_492": 152178,
488
+ "g_493": 152179,
489
+ "g_494": 152180,
490
+ "g_495": 152181,
491
+ "g_496": 152182,
492
+ "g_497": 152183,
493
+ "g_498": 152184,
494
+ "g_499": 152185,
495
+ "g_5": 151691,
496
+ "g_50": 151736,
497
+ "g_500": 152186,
498
+ "g_501": 152187,
499
+ "g_502": 152188,
500
+ "g_503": 152189,
501
+ "g_504": 152190,
502
+ "g_505": 152191,
503
+ "g_506": 152192,
504
+ "g_507": 152193,
505
+ "g_508": 152194,
506
+ "g_509": 152195,
507
+ "g_51": 151737,
508
+ "g_510": 152196,
509
+ "g_511": 152197,
510
+ "g_52": 151738,
511
+ "g_53": 151739,
512
+ "g_54": 151740,
513
+ "g_55": 151741,
514
+ "g_56": 151742,
515
+ "g_57": 151743,
516
+ "g_58": 151744,
517
+ "g_59": 151745,
518
+ "g_6": 151692,
519
+ "g_60": 151746,
520
+ "g_61": 151747,
521
+ "g_62": 151748,
522
+ "g_63": 151749,
523
+ "g_64": 151750,
524
+ "g_65": 151751,
525
+ "g_66": 151752,
526
+ "g_67": 151753,
527
+ "g_68": 151754,
528
+ "g_69": 151755,
529
+ "g_7": 151693,
530
+ "g_70": 151756,
531
+ "g_71": 151757,
532
+ "g_72": 151758,
533
+ "g_73": 151759,
534
+ "g_74": 151760,
535
+ "g_75": 151761,
536
+ "g_76": 151762,
537
+ "g_77": 151763,
538
+ "g_78": 151764,
539
+ "g_79": 151765,
540
+ "g_8": 151694,
541
+ "g_80": 151766,
542
+ "g_81": 151767,
543
+ "g_82": 151768,
544
+ "g_83": 151769,
545
+ "g_84": 151770,
546
+ "g_85": 151771,
547
+ "g_86": 151772,
548
+ "g_87": 151773,
549
+ "g_88": 151774,
550
+ "g_89": 151775,
551
+ "g_9": 151695,
552
+ "g_90": 151776,
553
+ "g_91": 151777,
554
+ "g_92": 151778,
555
+ "g_93": 151779,
556
+ "g_94": 151780,
557
+ "g_95": 151781,
558
+ "g_96": 151782,
559
+ "g_97": 151783,
560
+ "g_98": 151784,
561
+ "g_99": 151785,
562
+ "molecule#edge#0": 152404,
563
+ "molecule#edge#0#0": 152407,
564
+ "molecule#edge#0#1": 152408,
565
+ "molecule#edge#0#2": 152409,
566
+ "molecule#edge#0#3": 152410,
567
+ "molecule#edge#0#4": 152411,
568
+ "molecule#edge#1": 152405,
569
+ "molecule#edge#1#0": 152412,
570
+ "molecule#edge#1#1": 152413,
571
+ "molecule#edge#1#2": 152414,
572
+ "molecule#edge#1#3": 152415,
573
+ "molecule#edge#1#4": 152416,
574
+ "molecule#edge#1#5": 152417,
575
+ "molecule#edge#2": 152406,
576
+ "molecule#edge#2#0": 152418,
577
+ "molecule#edge#2#1": 152419,
578
+ "molecule#node#0": 152221,
579
+ "molecule#node#0#0": 152230,
580
+ "molecule#node#0#1": 152231,
581
+ "molecule#node#0#10": 152232,
582
+ "molecule#node#0#100": 152233,
583
+ "molecule#node#0#101": 152234,
584
+ "molecule#node#0#102": 152235,
585
+ "molecule#node#0#103": 152236,
586
+ "molecule#node#0#104": 152237,
587
+ "molecule#node#0#105": 152238,
588
+ "molecule#node#0#106": 152239,
589
+ "molecule#node#0#107": 152240,
590
+ "molecule#node#0#108": 152241,
591
+ "molecule#node#0#109": 152242,
592
+ "molecule#node#0#11": 152243,
593
+ "molecule#node#0#110": 152244,
594
+ "molecule#node#0#111": 152245,
595
+ "molecule#node#0#112": 152246,
596
+ "molecule#node#0#113": 152247,
597
+ "molecule#node#0#114": 152248,
598
+ "molecule#node#0#115": 152249,
599
+ "molecule#node#0#116": 152250,
600
+ "molecule#node#0#117": 152251,
601
+ "molecule#node#0#118": 152252,
602
+ "molecule#node#0#12": 152253,
603
+ "molecule#node#0#13": 152254,
604
+ "molecule#node#0#14": 152255,
605
+ "molecule#node#0#15": 152256,
606
+ "molecule#node#0#16": 152257,
607
+ "molecule#node#0#17": 152258,
608
+ "molecule#node#0#18": 152259,
609
+ "molecule#node#0#19": 152260,
610
+ "molecule#node#0#2": 152261,
611
+ "molecule#node#0#20": 152262,
612
+ "molecule#node#0#21": 152263,
613
+ "molecule#node#0#22": 152264,
614
+ "molecule#node#0#23": 152265,
615
+ "molecule#node#0#24": 152266,
616
+ "molecule#node#0#25": 152267,
617
+ "molecule#node#0#26": 152268,
618
+ "molecule#node#0#27": 152269,
619
+ "molecule#node#0#28": 152270,
620
+ "molecule#node#0#29": 152271,
621
+ "molecule#node#0#3": 152272,
622
+ "molecule#node#0#30": 152273,
623
+ "molecule#node#0#31": 152274,
624
+ "molecule#node#0#32": 152275,
625
+ "molecule#node#0#33": 152276,
626
+ "molecule#node#0#34": 152277,
627
+ "molecule#node#0#35": 152278,
628
+ "molecule#node#0#36": 152279,
629
+ "molecule#node#0#37": 152280,
630
+ "molecule#node#0#38": 152281,
631
+ "molecule#node#0#39": 152282,
632
+ "molecule#node#0#4": 152283,
633
+ "molecule#node#0#40": 152284,
634
+ "molecule#node#0#41": 152285,
635
+ "molecule#node#0#42": 152286,
636
+ "molecule#node#0#43": 152287,
637
+ "molecule#node#0#44": 152288,
638
+ "molecule#node#0#45": 152289,
639
+ "molecule#node#0#46": 152290,
640
+ "molecule#node#0#47": 152291,
641
+ "molecule#node#0#48": 152292,
642
+ "molecule#node#0#49": 152293,
643
+ "molecule#node#0#5": 152294,
644
+ "molecule#node#0#50": 152295,
645
+ "molecule#node#0#51": 152296,
646
+ "molecule#node#0#52": 152297,
647
+ "molecule#node#0#53": 152298,
648
+ "molecule#node#0#54": 152299,
649
+ "molecule#node#0#55": 152300,
650
+ "molecule#node#0#56": 152301,
651
+ "molecule#node#0#57": 152302,
652
+ "molecule#node#0#58": 152303,
653
+ "molecule#node#0#59": 152304,
654
+ "molecule#node#0#6": 152305,
655
+ "molecule#node#0#60": 152306,
656
+ "molecule#node#0#61": 152307,
657
+ "molecule#node#0#62": 152308,
658
+ "molecule#node#0#63": 152309,
659
+ "molecule#node#0#64": 152310,
660
+ "molecule#node#0#65": 152311,
661
+ "molecule#node#0#66": 152312,
662
+ "molecule#node#0#67": 152313,
663
+ "molecule#node#0#68": 152314,
664
+ "molecule#node#0#69": 152315,
665
+ "molecule#node#0#7": 152316,
666
+ "molecule#node#0#70": 152317,
667
+ "molecule#node#0#71": 152318,
668
+ "molecule#node#0#72": 152319,
669
+ "molecule#node#0#73": 152320,
670
+ "molecule#node#0#74": 152321,
671
+ "molecule#node#0#75": 152322,
672
+ "molecule#node#0#76": 152323,
673
+ "molecule#node#0#77": 152324,
674
+ "molecule#node#0#78": 152325,
675
+ "molecule#node#0#79": 152326,
676
+ "molecule#node#0#8": 152327,
677
+ "molecule#node#0#80": 152328,
678
+ "molecule#node#0#81": 152329,
679
+ "molecule#node#0#82": 152330,
680
+ "molecule#node#0#83": 152331,
681
+ "molecule#node#0#84": 152332,
682
+ "molecule#node#0#85": 152333,
683
+ "molecule#node#0#86": 152334,
684
+ "molecule#node#0#87": 152335,
685
+ "molecule#node#0#88": 152336,
686
+ "molecule#node#0#89": 152337,
687
+ "molecule#node#0#9": 152338,
688
+ "molecule#node#0#90": 152339,
689
+ "molecule#node#0#91": 152340,
690
+ "molecule#node#0#92": 152341,
691
+ "molecule#node#0#93": 152342,
692
+ "molecule#node#0#94": 152343,
693
+ "molecule#node#0#95": 152344,
694
+ "molecule#node#0#96": 152345,
695
+ "molecule#node#0#97": 152346,
696
+ "molecule#node#0#98": 152347,
697
+ "molecule#node#0#99": 152348,
698
+ "molecule#node#1": 152222,
699
+ "molecule#node#1#0": 152349,
700
+ "molecule#node#1#1": 152350,
701
+ "molecule#node#1#2": 152351,
702
+ "molecule#node#1#3": 152352,
703
+ "molecule#node#1#4": 152353,
704
+ "molecule#node#2": 152223,
705
+ "molecule#node#2#0": 152354,
706
+ "molecule#node#2#1": 152355,
707
+ "molecule#node#2#10": 152356,
708
+ "molecule#node#2#11": 152357,
709
+ "molecule#node#2#2": 152358,
710
+ "molecule#node#2#3": 152359,
711
+ "molecule#node#2#4": 152360,
712
+ "molecule#node#2#5": 152361,
713
+ "molecule#node#2#6": 152362,
714
+ "molecule#node#2#7": 152363,
715
+ "molecule#node#2#8": 152364,
716
+ "molecule#node#2#9": 152365,
717
+ "molecule#node#3": 152224,
718
+ "molecule#node#3#0": 152366,
719
+ "molecule#node#3#1": 152367,
720
+ "molecule#node#3#10": 152368,
721
+ "molecule#node#3#11": 152369,
722
+ "molecule#node#3#2": 152370,
723
+ "molecule#node#3#3": 152371,
724
+ "molecule#node#3#4": 152372,
725
+ "molecule#node#3#5": 152373,
726
+ "molecule#node#3#6": 152374,
727
+ "molecule#node#3#7": 152375,
728
+ "molecule#node#3#8": 152376,
729
+ "molecule#node#3#9": 152377,
730
+ "molecule#node#4": 152225,
731
+ "molecule#node#4#0": 152378,
732
+ "molecule#node#4#1": 152379,
733
+ "molecule#node#4#2": 152380,
734
+ "molecule#node#4#3": 152381,
735
+ "molecule#node#4#4": 152382,
736
+ "molecule#node#4#5": 152383,
737
+ "molecule#node#4#6": 152384,
738
+ "molecule#node#4#7": 152385,
739
+ "molecule#node#4#8": 152386,
740
+ "molecule#node#4#9": 152387,
741
+ "molecule#node#5": 152226,
742
+ "molecule#node#5#0": 152388,
743
+ "molecule#node#5#1": 152389,
744
+ "molecule#node#5#2": 152390,
745
+ "molecule#node#5#3": 152391,
746
+ "molecule#node#5#4": 152392,
747
+ "molecule#node#5#5": 152393,
748
+ "molecule#node#6": 152227,
749
+ "molecule#node#6#0": 152394,
750
+ "molecule#node#6#1": 152395,
751
+ "molecule#node#6#2": 152396,
752
+ "molecule#node#6#3": 152397,
753
+ "molecule#node#6#4": 152398,
754
+ "molecule#node#6#5": 152399,
755
+ "molecule#node#7": 152228,
756
+ "molecule#node#7#0": 152400,
757
+ "molecule#node#7#1": 152401,
758
+ "molecule#node#8": 152229,
759
+ "molecule#node#8#0": 152402,
760
+ "molecule#node#8#1": 152403,
761
+ "semantics_0": 152198,
762
+ "semantics_1": 152199,
763
+ "semantics_2": 152200,
764
+ "semantics_3": 152201,
765
+ "semantics_4": 152202,
766
+ "semantics_5": 152203,
767
+ "semantics_6": 152204,
768
+ "semantics_7": 152205,
769
+ "semantics_8": 152206,
770
+ "semantics_9": 152207,
771
+ "structure_0": 151668,
772
+ "structure_1": 151669,
773
+ "structure_2": 151670,
774
+ "structure_3": 151671,
775
+ "structure_4": 151672,
776
+ "structure_5": 151673,
777
+ "structure_6": 151674,
778
+ "structure_7": 151675,
779
+ "structure_8": 151676,
780
+ "structure_9": 151677
781
+ }
chat_template.jinja ADDED
@@ -0,0 +1,54 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {%- if tools %}
2
+ {{- '<|im_start|>system\n' }}
3
+ {%- if messages[0]['role'] == 'system' %}
4
+ {{- messages[0]['content'] }}
5
+ {%- else %}
6
+ {{- 'You are Qwen, created by Alibaba Cloud. You are a helpful assistant.' }}
7
+ {%- endif %}
8
+ {{- "\n\n# Tools\n\nYou may call one or more functions to assist with the user query.\n\nYou are provided with function signatures within <tools></tools> XML tags:\n<tools>" }}
9
+ {%- for tool in tools %}
10
+ {{- "\n" }}
11
+ {{- tool | tojson }}
12
+ {%- endfor %}
13
+ {{- "\n</tools>\n\nFor each function call, return a json object with function name and arguments within <tool_call></tool_call> XML tags:\n<tool_call>\n{\"name\": <function-name>, \"arguments\": <args-json-object>}\n</tool_call><|im_end|>\n" }}
14
+ {%- else %}
15
+ {%- if messages[0]['role'] == 'system' %}
16
+ {{- '<|im_start|>system\n' + messages[0]['content'] + '<|im_end|>\n' }}
17
+ {%- else %}
18
+ {{- '<|im_start|>system\nYou are Qwen, created by Alibaba Cloud. You are a helpful assistant.<|im_end|>\n' }}
19
+ {%- endif %}
20
+ {%- endif %}
21
+ {%- for message in messages %}
22
+ {%- if (message.role == "user") or (message.role == "system" and not loop.first) or (message.role == "assistant" and not message.tool_calls) %}
23
+ {{- '<|im_start|>' + message.role + '\n' + message.content + '<|im_end|>' + '\n' }}
24
+ {%- elif message.role == "assistant" %}
25
+ {{- '<|im_start|>' + message.role }}
26
+ {%- if message.content %}
27
+ {{- '\n' + message.content }}
28
+ {%- endif %}
29
+ {%- for tool_call in message.tool_calls %}
30
+ {%- if tool_call.function is defined %}
31
+ {%- set tool_call = tool_call.function %}
32
+ {%- endif %}
33
+ {{- '\n<tool_call>\n{"name": "' }}
34
+ {{- tool_call.name }}
35
+ {{- '", "arguments": ' }}
36
+ {{- tool_call.arguments | tojson }}
37
+ {{- '}\n</tool_call>' }}
38
+ {%- endfor %}
39
+ {{- '<|im_end|>\n' }}
40
+ {%- elif message.role == "tool" %}
41
+ {%- if (loop.index0 == 0) or (messages[loop.index0 - 1].role != "tool") %}
42
+ {{- '<|im_start|>user' }}
43
+ {%- endif %}
44
+ {{- '\n<tool_response>\n' }}
45
+ {{- message.content }}
46
+ {{- '\n</tool_response>' }}
47
+ {%- if loop.last or (messages[loop.index0 + 1].role != "tool") %}
48
+ {{- '<|im_end|>\n' }}
49
+ {%- endif %}
50
+ {%- endif %}
51
+ {%- endfor %}
52
+ {%- if add_generation_prompt %}
53
+ {{- '<|im_start|>assistant\n' }}
54
+ {%- endif %}
merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
special_tokens_map.json ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additional_special_tokens": [
3
+ "<|im_start|>",
4
+ "<|im_end|>",
5
+ "<|object_ref_start|>",
6
+ "<|object_ref_end|>",
7
+ "<|box_start|>",
8
+ "<|box_end|>",
9
+ "<|quad_start|>",
10
+ "<|quad_end|>",
11
+ "<|vision_start|>",
12
+ "<|vision_end|>",
13
+ "<|vision_pad|>",
14
+ "<|image_pad|>",
15
+ "<|video_pad|>"
16
+ ],
17
+ "eos_token": {
18
+ "content": "<|im_end|>",
19
+ "lstrip": false,
20
+ "normalized": false,
21
+ "rstrip": false,
22
+ "single_word": false
23
+ },
24
+ "pad_token": {
25
+ "content": "<|endoftext|>",
26
+ "lstrip": false,
27
+ "normalized": false,
28
+ "rstrip": false,
29
+ "single_word": false
30
+ }
31
+ }
tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c746d0b2a66fe29039097d8b9e0797b895cfc4aaebe7b4da19280e81464b81c2
3
+ size 11562176
tokenizer_config.json ADDED
The diff for this file is too large to render. See raw diff
 
vocab.json ADDED
The diff for this file is too large to render. See raw diff