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