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