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