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