CoolFace
Modelpublic

LeroyDyer/SpydazWebAI_VisionEncoderDecoderModel_Mini548m

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

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