CoolFace
Modelpublic

Jhons1412/tinyllama-docstring-generator

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

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