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