CoolFace
Modelpublic

edbeeching/llama-7b-ift-ds-save-test4

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

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