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