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