CoolFace
Modelpublic

hackint0sh/gpu_model

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

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