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