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