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