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