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