CoolFace
Modelpublic

smangrul/tinyllama_lora_adcopy

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

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