CoolFace
Modelpublic

samaxr/codellma-7b

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

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