CoolFace
Modelpublic

monsterapi/codellama_7b_DolphinCoder

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

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