CoolFace
Modelpublic

defog/sqlcoder-34b-alpha

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

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