OpenGVLab/Mini-InternVL2-4B-DA-DriveLM
5112
1{2 "version": "1.0",3 "truncation": null,4 "padding": null,5 "added_tokens": [6 {7 "id": 0,8 "content": "<unk>",9 "single_word": false,10 "lstrip": false,11 "rstrip": false,12 "normalized": false,13 "special": true14 },15 {16 "id": 1,17 "content": "<s>",18 "single_word": false,19 "lstrip": false,20 "rstrip": false,21 "normalized": false,22 "special": true23 },24 {25 "id": 2,26 "content": "</s>",27 "single_word": false,28 "lstrip": false,29 "rstrip": true,30 "normalized": false,31 "special": true32 },33 {34 "id": 32000,35 "content": "<|endoftext|>",36 "single_word": false,37 "lstrip": false,38 "rstrip": false,39 "normalized": false,40 "special": true41 },42 {43 "id": 32001,44 "content": "<|assistant|>",45 "single_word": false,46 "lstrip": false,47 "rstrip": true,48 "normalized": false,49 "special": true50 },51 {52 "id": 32002,53 "content": "<|placeholder1|>",54 "single_word": false,55 "lstrip": false,56 "rstrip": true,57 "normalized": false,58 "special": true59 },60 {61 "id": 32003,62 "content": "<|placeholder2|>",63 "single_word": false,64 "lstrip": false,65 "rstrip": true,66 "normalized": false,67 "special": true68 },69 {70 "id": 32004,71 "content": "<|placeholder3|>",72 "single_word": false,73 "lstrip": false,74 "rstrip": true,75 "normalized": false,76 "special": true77 },78 {79 "id": 32005,80 "content": "<|placeholder4|>",81 "single_word": false,82 "lstrip": false,83 "rstrip": true,84 "normalized": false,85 "special": true86 },87 {88 "id": 32006,89 "content": "<|system|>",90 "single_word": false,91 "lstrip": false,92 "rstrip": true,93 "normalized": false,94 "special": true95 },96 {97 "id": 32007,98 "content": "<|end|>",99 "single_word": false,100 "lstrip": false,101 "rstrip": true,102 "normalized": false,103 "special": true104 },105 {106 "id": 32008,107 "content": "<|placeholder5|>",108 "single_word": false,109 "lstrip": false,110 "rstrip": true,111 "normalized": false,112 "special": true113 },114 {115 "id": 32009,116 "content": "<|placeholder6|>",117 "single_word": false,118 "lstrip": false,119 "rstrip": true,120 "normalized": false,121 "special": true122 },123 {124 "id": 32010,125 "content": "<|user|>",126 "single_word": false,127 "lstrip": false,128 "rstrip": true,129 "normalized": false,130 "special": true131 },132 {133 "id": 32011,134 "content": "<img>",135 "single_word": false,136 "lstrip": false,137 "rstrip": false,138 "normalized": false,139 "special": true140 },141 {142 "id": 32012,143 "content": "</img>",144 "single_word": false,145 "lstrip": false,146 "rstrip": false,147 "normalized": false,148 "special": true149 },150 {151 "id": 32013,152 "content": "<IMG_CONTEXT>",153 "single_word": false,154 "lstrip": false,155 "rstrip": false,156 "normalized": false,157 "special": true158 },159 {160 "id": 32014,161 "content": "<quad>",162 "single_word": false,163 "lstrip": false,164 "rstrip": false,165 "normalized": false,166 "special": true167 },168 {169 "id": 32015,170 "content": "</quad>",171 "single_word": false,172 "lstrip": false,173 "rstrip": false,174 "normalized": false,175 "special": true176 },177 {178 "id": 32016,179 "content": "<ref>",180 "single_word": false,181 "lstrip": false,182 "rstrip": false,183 "normalized": false,184 "special": true185 },186 {187 "id": 32017,188 "content": "</ref>",189 "single_word": false,190 "lstrip": false,191 "rstrip": false,192 "normalized": false,193 "special": true194 },195 {196 "id": 32018,197 "content": "<box>",198 "single_word": false,199 "lstrip": false,200 "rstrip": false,201 "normalized": false,202 "special": true203 },204 {205 "id": 32019,206 "content": "</box>",207 "single_word": false,208 "lstrip": false,209 "rstrip": false,210 "normalized": false,211 "special": true212 }213 ],214 "normalizer": {215 "type": "Sequence",216 "normalizers": [217 {218 "type": "Prepend",219 "prepend": "▁"220 },221 {222 "type": "Replace",223 "pattern": {224 "String": " "225 },226 "content": "▁"227 }228 ]229 },230 "pre_tokenizer": null,231 "post_processor": {232 "type": "TemplateProcessing",233 "single": [234 {235 "SpecialToken": {236 "id": "<s>",237 "type_id": 0238 }239 },240 {241 "Sequence": {242 "id": "A",243 "type_id": 0244 }245 }246 ],247 "pair": [248 {249 "SpecialToken": {250 "id": "<s>",251 "type_id": 0252 }253 },254 {255 "Sequence": {256 "id": "A",257 "type_id": 0258 }259 },260 {261 "SpecialToken": {262 "id": "<s>",263 "type_id": 1264 }265 },266 {267 "Sequence": {268 "id": "B",269 "type_id": 1270 }271 }272 ],273 "special_tokens": {274 "<s>": {275 "id": "<s>",276 "ids": [277 1278 ],279 "tokens": [280 "<s>"281 ]282 }283 }284 },285 "decoder": {286 "type": "Sequence",287 "decoders": [288 {289 "type": "Replace",290 "pattern": {291 "String": "▁"292 },293 "content": " "294 },295 {296 "type": "ByteFallback"297 },298 {299 "type": "Fuse"300 },301 {302 "type": "Strip",303 "content": " ",304 "start": 1,305 "stop": 0306 }307 ]308 },309 "model": {310 "type": "BPE",311 "dropout": null,312 "unk_token": "<unk>",313 "continuing_subword_prefix": null,314 "end_of_word_suffix": null,315 "fuse_unk": true,316 "byte_fallback": true,317 "vocab": {318 "<unk>": 0,319 "<s>": 1,320 "</s>": 2,321 "<0x00>": 3,322 "<0x01>": 4,323 "<0x02>": 5,324 "<0x03>": 6,325 "<0x04>": 7,326 "<0x05>": 8,327 "<0x06>": 9,328 "<0x07>": 10,329 "<0x08>": 11,330 "<0x09>": 12,331 "<0x0A>": 13,332 "<0x0B>": 14,333 "<0x0C>": 15,334 "<0x0D>": 16,335 "<0x0E>": 17,336 "<0x0F>": 18,337 "<0x10>": 19,338 "<0x11>": 20,339 "<0x12>": 21,340 "<0x13>": 22,341 "<0x14>": 23,342 "<0x15>": 24,343 "<0x16>": 25,344 "<0x17>": 26,345 "<0x18>": 27,346 "<0x19>": 28,347 "<0x1A>": 29,348 "<0x1B>": 30,349 "<0x1C>": 31,350 "<0x1D>": 32,351 "<0x1E>": 33,352 "<0x1F>": 34,353 "<0x20>": 35,354 "<0x21>": 36,355 "<0x22>": 37,356 "<0x23>": 38,357 "<0x24>": 39,358 "<0x25>": 40,359 "<0x26>": 41,360 "<0x27>": 42,361 "<0x28>": 43,362 "<0x29>": 44,363 "<0x2A>": 45,364 "<0x2B>": 46,365 "<0x2C>": 47,366 "<0x2D>": 48,367 "<0x2E>": 49,368 "<0x2F>": 50,369 "<0x30>": 51,370 "<0x31>": 52,371 "<0x32>": 53,372 "<0x33>": 54,373 "<0x34>": 55,374 "<0x35>": 56,375 "<0x36>": 57,376 "<0x37>": 58,377 "<0x38>": 59,378 "<0x39>": 60,379 "<0x3A>": 61,380 "<0x3B>": 62,381 "<0x3C>": 63,382 "<0x3D>": 64,383 "<0x3E>": 65,384 "<0x3F>": 66,385 "<0x40>": 67,386 "<0x41>": 68,387 "<0x42>": 69,388 "<0x43>": 70,389 "<0x44>": 71,390 "<0x45>": 72,391 "<0x46>": 73,392 "<0x47>": 74,393 "<0x48>": 75,394 "<0x49>": 76,395 "<0x4A>": 77,396 "<0x4B>": 78,397 "<0x4C>": 79,398 "<0x4D>": 80,399 "<0x4E>": 81,400 "<0x4F>": 82,401 "<0x50>": 83,402 "<0x51>": 84,403 "<0x52>": 85,404 "<0x53>": 86,405 "<0x54>": 87,406 "<0x55>": 88,407 "<0x56>": 89,408 "<0x57>": 90,409 "<0x58>": 91,410 "<0x59>": 92,411 "<0x5A>": 93,412 "<0x5B>": 94,413 "<0x5C>": 95,414 "<0x5D>": 96,415 "<0x5E>": 97,416 "<0x5F>": 98,417 "<0x60>": 99,418 "<0x61>": 100,419 "<0x62>": 101,420 "<0x63>": 102,421 "<0x64>": 103,422 "<0x65>": 104,423 "<0x66>": 105,424 "<0x67>": 106,425 "<0x68>": 107,426 "<0x69>": 108,427 "<0x6A>": 109,428 "<0x6B>": 110,429 "<0x6C>": 111,430 "<0x6D>": 112,431 "<0x6E>": 113,432 "<0x6F>": 114,433 "<0x70>": 115,434 "<0x71>": 116,435 "<0x72>": 117,436 "<0x73>": 118,437 "<0x74>": 119,438 "<0x75>": 120,439 "<0x76>": 121,440 "<0x77>": 122,441 "<0x78>": 123,442 "<0x79>": 124,443 "<0x7A>": 125,444 "<0x7B>": 126,445 "<0x7C>": 127,446 "<0x7D>": 128,447 "<0x7E>": 129,448 "<0x7F>": 130,449 "<0x80>": 131,450 "<0x81>": 132,451 "<0x82>": 133,452 "<0x83>": 134,453 "<0x84>": 135,454 "<0x85>": 136,455 "<0x86>": 137,456 "<0x87>": 138,457 "<0x88>": 139,458 "<0x89>": 140,459 "<0x8A>": 141,460 "<0x8B>": 142,461 "<0x8C>": 143,462 "<0x8D>": 144,463 "<0x8E>": 145,464 "<0x8F>": 146,465 "<0x90>": 147,466 "<0x91>": 148,467 "<0x92>": 149,468 "<0x93>": 150,469 "<0x94>": 151,470 "<0x95>": 152,471 "<0x96>": 153,472 "<0x97>": 154,473 "<0x98>": 155,474 "<0x99>": 156,475 "<0x9A>": 157,476 "<0x9B>": 158,477 "<0x9C>": 159,478 "<0x9D>": 160,479 "<0x9E>": 161,480 "<0x9F>": 162,481 "<0xA0>": 163,482 "<0xA1>": 164,483 "<0xA2>": 165,484 "<0xA3>": 166,485 "<0xA4>": 167,486 "<0xA5>": 168,487 "<0xA6>": 169,488 "<0xA7>": 170,489 "<0xA8>": 171,490 "<0xA9>": 172,491 "<0xAA>": 173,492 "<0xAB>": 174,493 "<0xAC>": 175,494 "<0xAD>": 176,495 "<0xAE>": 177,496 "<0xAF>": 178,497 "<0xB0>": 179,498 "<0xB1>": 180,499 "<0xB2>": 181,500 "<0xB3>": 182,501 "<0xB4>": 183,502 "<0xB5>": 184,503 "<0xB6>": 185,504 "<0xB7>": 186,505 "<0xB8>": 187,506 "<0xB9>": 188,507 "<0xBA>": 189,508 "<0xBB>": 190,509 "<0xBC>": 191,510 "<0xBD>": 192,511 "<0xBE>": 193,512 "<0xBF>": 194,513 "<0xC0>": 195,514 "<0xC1>": 196,515 "<0xC2>": 197,516 "<0xC3>": 198,517 "<0xC4>": 199,518 "<0xC5>": 200,519 "<0xC6>": 201,520 "<0xC7>": 202,521 "<0xC8>": 203,522 "<0xC9>": 204,523 "<0xCA>": 205,524 "<0xCB>": 206,525 "<0xCC>": 207,526 "<0xCD>": 208,527 "<0xCE>": 209,528 "<0xCF>": 210,529 "<0xD0>": 211,530 "<0xD1>": 212,531 "<0xD2>": 213,532 "<0xD3>": 214,533 "<0xD4>": 215,534 "<0xD5>": 216,535 "<0xD6>": 217,536 "<0xD7>": 218,537 "<0xD8>": 219,538 "<0xD9>": 220,539 "<0xDA>": 221,540 "<0xDB>": 222,541 "<0xDC>": 223,542 "<0xDD>": 224,543 "<0xDE>": 225,544 "<0xDF>": 226,545 "<0xE0>": 227,546 "<0xE1>": 228,547 "<0xE2>": 229,548 "<0xE3>": 230,549 "<0xE4>": 231,550 "<0xE5>": 232,551 "<0xE6>": 233,552 "<0xE7>": 234,553 "<0xE8>": 235,554 "<0xE9>": 236,555 "<0xEA>": 237,556 "<0xEB>": 238,557 "<0xEC>": 239,558 "<0xED>": 240,559 "<0xEE>": 241,560 "<0xEF>": 242,561 "<0xF0>": 243,562 "<0xF1>": 244,563 "<0xF2>": 245,564 "<0xF3>": 246,565 "<0xF4>": 247,566 "<0xF5>": 248,567 "<0xF6>": 249,568 "<0xF7>": 250,569 "<0xF8>": 251,570 "<0xF9>": 252,571 "<0xFA>": 253,572 "<0xFB>": 254,573 "<0xFC>": 255,574 "<0xFD>": 256,575 "<0xFE>": 257,576 "<0xFF>": 258,577 "▁▁": 259,578 "▁t": 260,579 "er": 261,580 "in": 262,581 "▁a": 263,582 "en": 264,583 "on": 265,584 "▁th": 266,585 "es": 267,586 "▁▁▁▁": 268,587 "▁s": 269,588 "▁d": 270,589 "at": 271,590 "or": 272,591 "an": 273,592 "▁c": 274,593 "is": 275,594 "re": 276,595 "it": 277,596 "▁the": 278,597 "ar": 279,598 "le": 280,599 "▁w": 281,600 "▁p": 282,601 "ou": 283,602 "al": 284,603 "▁f": 285,604 "▁m": 286,605 "ed": 287,606 "▁o": 288,607 "▁b": 289,608 "om": 290,609 "ion": 291,610 "ing": 292,611 "ic": 293,612 "as": 294,613 "el": 295,614 "ent": 296,615 "▁in": 297,616 "▁h": 298,617 "nd": 299,618 "et": 300,619 "▁l": 301,620 "▁n": 302,621 "st": 303,622 "▁to": 304,623 "ch": 305,624 "▁I": 306,625 "ro": 307,626 "▁▁▁▁▁▁▁▁": 308,627 "il": 309,628 "▁of": 310,629 "de": 311,630 "ct": 312,631 "▁(": 313,632 "am": 314,633 "▁C": 315,634 "▁de": 316,635 "▁S": 317,636 "▁u": 318,637 "▁A": 319,638 "▁\\": 320,639 "▁e": 321,640 "▁and": 322,641 "▁T": 323,642 "ol": 324,643 "▁v": 325,644 "im": 326,645 "ot": 327,646 "ad": 328,647 "ut": 329,648 "▁g": 330,649 "em": 331,650 "ur": 332,651 "id": 333,652 "▁*": 334,653 "ig": 335,654 "ra": 336,655 "▁re": 337,656 "▁is": 338,657 "qu": 339,658 "ow": 340,659 "▁M": 341,660 "est": 342,661 "▁y": 343,662 "se": 344,663 "ve": 345,664 "ce": 346,665 "ie": 347,666 "un": 348,667 "▁P": 349,668 "▁B": 350,669 "ag": 351,670 "ul": 352,671 "▁=": 353,672 "he": 354,673 "end": 355,674 "ode": 356,675 "ter": 357,676 "ment": 358,677 "os": 359,678 "▁D": 360,679 "if": 361,680 "ation": 362,681 "▁for": 363,682 "▁r": 364,683 "▁L": 365,684 "▁you": 366,685 "▁be": 367,686 "ly": 368,687 "ver": 369,688 "ab": 370,689 "te": 371,690 "▁it": 372,691 "▁on": 373,692 "ri": 374,693 "us": 375,694 "▁\"": 376,695 "▁wh": 377,696 "▁con": 378,697 "▁H": 379,698 "▁st": 380,699 "ir": 381,700 "▁E": 382,701 "▁F": 383,702 "ck": 384,703 "▁an": 385,704 "th": 386,705 "eg": 387,706 "ay": 388,707 "ith": 389,708 "▁R": 390,709 "ist": 391,710 "and": 392,711 "▁that": 393,712 "▁al": 394,713 "▁$": 395,714 "▁#": 396,715 "od": 397,716 "um": 398,717 "▁W": 399,718 "ht": 400,719 "code": 401,720 "▁G": 402,721 "ate": 403,722 "ess": 404,723 "▁N": 405,724 "ere": 406,725 "pp": 407,726 "▁as": 408,727 "▁se": 409,728 "▁pro": 410,729 "▁with": 411,730 "pe": 412,731 "▁k": 413,732 "ers": 414,733 "pt": 415,734 ");": 416,735 "lo": 417,736 "▁▁▁▁▁": 418,737 "▁com": 419,738 "ame": 420,739 "▁`": 421,740 "▁Com": 422,741 "ia": 423,742 "ant": 424,743 "▁la": 425,744 "▁{": 426,745 "▁en": 427,746 "ction": 428,747 "▁ex": 429,748 "ld": 430,749 "ub": 431,750 "▁j": 432,751 "la": 433,752 "ue": 434,753 "▁J": 435,754 "ich": 436,755 "▁do": 437,756 "▁O": 438,757 "▁qu": 439,758 "iv": 440,759 "ort": 441,760 "art": 442,761 "▁un": 443,762 "▁##": 444,763 "▁this": 445,764 "ke": 446,765 "▁ha": 447,766 "▁-": 448,767 "out": 449,768 "▁The": 450,769 "▁not": 451,770 "▁ne": 452,771 "ill": 453,772 "▁le": 454,773 "ci": 455,774 "rom": 456,775 "ine": 457,776 "//": 458,777 "op": 459,778 "egin": 460,779 "▁Comment": 461,780 "▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁": 462,781 "begin": 463,782 "ст": 464,783 "ass": 465,784 "iz": 466,785 ").": 467,786 "og": 468,787 "▁п": 469,788 "▁or": 470,789 "▁was": 471,790 "▁at": 472,791 "our": 473,792 "▁i": 474,793 "ain": 475,794 "▁K": 476,795 "на": 477,796 "▁V": 478,797 "ge": 479,798 "▁su": 480,799 "ap": 481,800 "age": 482,801 "ould": 483,802 "ne": 484,803 "av": 485,804 "xt": 486,805 "ore": 487,806 "ile": 488,807 "--": 489,808 "▁в": 490,809 "▁by": 491,810 "li": 492,811 "ath": 493,812 "ра": 494,813 "ber": 495,814 "ach": 496,815 "all": 497,816 "▁Th": 498,817 "ult": 499,818 "▁}": 500,819 "▁U": 501,820 "▁us": 502,821 "▁z": 503,822 "ust": 504,823 "▁have": 505,824 "lic": 506,825 "ни": 507,826 "▁can": 508,827 "tr": 509,828 "com": 510,829 "),": 511,830 "▁In": 512,831 "ind": 513,832 "ell": 514,833 "▁from": 515,834 "ов": 516,835 "to": 517,836 "▁[": 518,837 "able": 519,838 "ost": 520,839 "▁ch": 521,840 "ect": 522,841 "ight": 523,842 "int": 524,843 "▁'": 525,844 "▁are": 526,845 "▁im": 527,846 "▁sh": 528,847 "▁<": 529,848 "▁An": 530,849 "▁с": 531,850 "ata": 532,851 "ire": 533,852 "▁tr": 534,853 "con": 535,854 "ord": 536,855 "ity": 537,856 "ard": 538,857 "▁▁▁▁▁▁": 539,858 "▁he": 540,859 "▁but": 541,860 "oc": 542,861 "=\"": 543,862 "▁pr": 544,863 "ure": 545,864 "per": 546,865 "ack": 547,866 "ork": 548,867 "ong": 549,868 "ans": 550,869 "ко": 551,870 "ple": 552,871 "▁des": 553,872 "ok": 554,873 "orm": 555,874 "wer": 556,875 "ak": 557,876 "pr": 558,877 "ase": 559,878 "▁el": 560,879 "ph": 561,880 "ac": 562,881 "▁und": 563,882 "▁ar": 564,883 "▁if": 565,884 "ud": 566,885 "ps": 567,886 "ite": 568,887 "ble": 569,888 "но": 570,889 "fer": 571,890 "pl": 572,891 "ive": 573,892 "ang": 574,893 "ens": 575,894 "ро": 576,895 "▁so": 577,896 "so": 578,897 "ast": 579,898 "()": 580,899 "swer": 581,900 "ru": 582,901 "ies": 583,902 "▁:": 584,903 "au": 585,904 "ov": 586,905 "ре": 587,906 "го": 588,907 "▁der": 589,908 "▁my": 590,909 "▁we": 591,910 "▁me": 592,911 "nt": 593,912 "▁ad": 594,913 "urn": 595,914 "▁your": 596,915 "://": 597,916 "are": 598,917 "▁all": 599,918 "ff": 600,919 "io": 601,920 "estion": 602,921 "ime": 603,922 "▁er": 604,923 "lass": 605,924 "▁и": 606,925 "▁which": 607,926 "ome": 608,927 "ont": 609,928 "▁par": 610,929 "▁ma": 611,930 "▁Y": 612,931 "\",": 613,932 "▁о": 614,933 "ft": 615,934 "ial": 616,935 "cc": 617,936 "ound": 618,937 "▁li": 619,938 "▁res": 620,939 "eth": 621,940 "ject": 622,941 "▁app": 623,942 "▁St": 624,943 "ice": 625,944 "▁am": 626,945 "act": 627,946 "▁del": 628,947 "gr": 629,948 "ated": 630,949 "ier": 631,950 "▁▁▁▁▁▁▁▁▁▁▁▁": 632,951 "▁ab": 633,952 "▁et": 634,953 "ally": 635,954 "..": 636,955 "port": 637,956 "ik": 638,957 "▁per": 639,958 "▁cont": 640,959 "ри": 641,960 "ка": 642,961 "ser": 643,962 "ли": 644,963 "ll": 645,964 "iew": 646,965 "ign": 647,966 "_{": 648,967 "put": 649,968 "one": 650,969 "unction": 651,970 "▁di": 652,971 "ary": 653,972 "ition": 654,973 "ma": 655,974 "ен": 656,975 "get": 657,976 "▁lo": 658,977 "▁val": 659,978 "▁Q": 660,979 "ran": 661,980 "▁д": 662,981 "ence": 663,982 "▁work": 664,983 "▁на": 665,984 "ip": 666,985 "item": 667,986 "ype": 668,987 "▁&": 669,988 "▁his": 670,989 "▁use": 671,990 "der": 672,991 "▁Answer": 673,992 "▁will": 674,993 "ize": 675,994 "та": 676,995 "low": 677,996 "▁Ch": 678,997 "▁get": 679,998 "ide": 680,999 "ous": 681,1000 "ink": 682,1001 "ption": 683,1002 "ла": 684,1003 "turn": 685,1004 "ung": 686,1005 "ec": 687,1006 "ug": 688,1007 "form": 689,1008 "res": 690,1009 "htt": 691,1010 "oug": 692,1011 "ль": 693,1012 "▁no": 694,1013 "cl": 695,1014 "▁ro": 696,1015 "▁one": 697,1016 "tt": 698,1017 "cri": 699,1018 "du": 700,1019 "▁up": 701,1020 "то": 702,1021 "(\"": 703,1022 "▁ob": 704,1023 "we": 705,1024 "ory": 706,1025 "▁est": 707,1026 "ery": 708,1027 "iel": 709,1028 "str": 710,1029 "ob": 711,1030 "▁que": 712,1031 "ian": 713,1032 "▁out": 714,1033 "▁pl": 715,1034 "▁new": 716,1035 "ки": 717,1036 "▁+": 718,1037 "ry": 719,1038 "oth": 720,1039 "ther": 721,1040 "▁var": 722,1041 "▁would": 723,1042 "▁ser": 724,1043 "tern": 725,1044 "text": 726,1045 "▁there": 727,1046 "ish": 728,1047 "ror": 729,1048 "те": 730,1049 "▁set": 731,1050 "▁@": 732,1051 "▁по": 733,1052 "▁te": 734,1053 "ex": 735,1054 "▁return": 736,1055 "ail": 737,1056 "▁any": 738,1057 "▁It": 739,1058 "▁function": 740,1059 "{\\": 741,1060 "',": 742,1061 "és": 743,1062 "ale": 744,1063 "ан": 745,1064 "▁when": 746,1065 "ib": 747,1066 "▁go": 748,1067 "ance": 749,1068 "▁had": 750,1069 "▁Qu": 751,1070 "▁comp": 752,1071 "ле": 753,1072 "▁з": 754,1073 "math": 755,1074 "▁has": 756,1075 "▁м": 757,1076 "▁pre": 758,1077 "ener": 759,1078 "▁part": 760,1079 "elf": 761,1080 "▁die": 762,1081 "▁like": 763,1082 "ray": 764,1083 "irst": 765,1084 "▁dis": 766,1085 "▁man": 767,1086 "rit": 768,1087 "▁then": 769,1088 "▁class": 770,1089 "pro": 771,1090 "▁po": 772,1091 "▁using": 773,1092 "eb": 774,1093 "▁code": 775,1094 "own": 776,1095 "▁some": 777,1096 "ces": 778,1097 "▁$\\": 779,1098 "ер": 780,1099 "lect": 781,1100 "▁au": 782,1101 "isch": 783,1102 "▁col": 784,1103 "▁–": 785,1104 "up": 786,1105 "ons": 787,1106 "▁add": 788,1107 "ild": 789,1108 "iss": 790,1109 "val": 791,1110 "ount": 792,1111 "les": 793,1112 "vent": 794,1113 "▁▁▁▁▁▁▁▁▁▁▁▁▁": 795,1114 "▁Z": 796,1115 "In": 797,1116 "row": 798,1117 "ear": 799,1118 "ations": 800,1119 "ah": 801,1120 "que": 802,1121 "ublic": 803,1122 "ank": 804,1123 "▁sp": 805,1124 "▁Wh": 806,1125 "----": 807,1126 "sk": 808,1127 "ew": 809,1128 "ags": 810,1129 "ти": 811,1130 "ann": 812,1131 "▁—": 813,1132 "ert": 814,1133 "ace": 815,1134 "sch": 816,1135 "▁need": 817,1136 "▁à": 818,1137 "ien": 819,1138 "ough": 820,1139 "не": 821,1140 "▁def": 822,1141 "ij": 823,1142 "ern": 824,1143 "▁what": 825,1144 "▁Ar": 826,1145 "wo": 827,1146 "ml": 828,1147 "</": 829,1148 "▁Re": 830,1149 "▁es": 831,1150 "▁inst": 832,1151 "bo": 833,1152 "az": 834,1153 "▁###": 835,1154 "▁б": 836,1155 "erm": 837,1156 "▁Al": 838,1157 "led": 839,1158 "да": 840,1159 "ten": 841,1160 "set": 842,1161 "ло": 843,1162 "▁comm": 844,1163 "sh": 845,1164 "ва": 846,1165 "▁/": 847,1166 "▁data": 848,1167 "▁//": 849,1168 "](": 850,1169 "▁str": 851,1170 "ose": 852,1171 "▁Un": 853,1172 "ven": 854,1173 "St": 855,1174 "...": 856,1175 "▁С": 857,1176 "yst": 858,1177 "▁«": 859,1178 "ick": 860,1179 "ix": 861,1180 "par": 862,1181 "▁у": 863,1182 "▁want": 864,1183 "ng": 865,1184 "ote": 866,1185 "▁gr": 867,1186 "▁du": 868,1187 "▁.": 869,1188 "und": 870,1189 "▁only": 871,1190 "▁sa": 872,1191 "ely": 873,1192 "vers": 874,1193 "▁ent": 875,1194 "))": 876,1195 "('": 877,1196 "▁mod": 878,1197 "ava": 879,1198 "ton": 880,1199 "▁should": 881,1200 "ement": 882,