CoolFace
Modelpublic

RichardErkhov/LeroyDyer_-_SpydazWebAI_VisionEncoderDecoderModel_Mini548m-8bits

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

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