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