CoolFace
Modelpublic

philschmid/code-llama-7b-text-to-sql

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

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