CoolFace
Modelpublic

HuggingFaceM4/tiny-random-idefics

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

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