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