CoolFace
Modelpublic

LeroyDyer/SpydazWeb_VisonEncoderDecoder_Project

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

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