CoolFace
Modelpublic

HuggingFaceM4/idefics-9b-instruct

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

Showing the first 1,200 of 93418 lines. Download the file for the rest.