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