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