CoolFace
Modelpublic

CodeIsAbstract/HybridModelScratch

sourceHugging Faceupdated 3mo agoView on Hugging Face
0likes7downloads
tokenizer.json250577 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": "<|endoftext|>",9      "single_word": false,10      "lstrip": false,11      "rstrip": false,12      "normalized": false,13      "special": true14    },15    {16      "id": 1,17      "content": "<|padding|>",18      "single_word": false,19      "lstrip": false,20      "rstrip": false,21      "normalized": false,22      "special": true23    },24    {25      "id": 50254,26      "content": "                        ",27      "single_word": false,28      "lstrip": false,29      "rstrip": false,30      "normalized": true,31      "special": false32    },33    {34      "id": 50255,35      "content": "                       ",36      "single_word": false,37      "lstrip": false,38      "rstrip": false,39      "normalized": true,40      "special": false41    },42    {43      "id": 50256,44      "content": "                      ",45      "single_word": false,46      "lstrip": false,47      "rstrip": false,48      "normalized": true,49      "special": false50    },51    {52      "id": 50257,53      "content": "                     ",54      "single_word": false,55      "lstrip": false,56      "rstrip": false,57      "normalized": true,58      "special": false59    },60    {61      "id": 50258,62      "content": "                    ",63      "single_word": false,64      "lstrip": false,65      "rstrip": false,66      "normalized": true,67      "special": false68    },69    {70      "id": 50259,71      "content": "                   ",72      "single_word": false,73      "lstrip": false,74      "rstrip": false,75      "normalized": true,76      "special": false77    },78    {79      "id": 50260,80      "content": "                  ",81      "single_word": false,82      "lstrip": false,83      "rstrip": false,84      "normalized": true,85      "special": false86    },87    {88      "id": 50261,89      "content": "                 ",90      "single_word": false,91      "lstrip": false,92      "rstrip": false,93      "normalized": true,94      "special": false95    },96    {97      "id": 50262,98      "content": "                ",99      "single_word": false,100      "lstrip": false,101      "rstrip": false,102      "normalized": true,103      "special": false104    },105    {106      "id": 50263,107      "content": "               ",108      "single_word": false,109      "lstrip": false,110      "rstrip": false,111      "normalized": true,112      "special": false113    },114    {115      "id": 50264,116      "content": "              ",117      "single_word": false,118      "lstrip": false,119      "rstrip": false,120      "normalized": true,121      "special": false122    },123    {124      "id": 50265,125      "content": "             ",126      "single_word": false,127      "lstrip": false,128      "rstrip": false,129      "normalized": true,130      "special": false131    },132    {133      "id": 50266,134      "content": "            ",135      "single_word": false,136      "lstrip": false,137      "rstrip": false,138      "normalized": true,139      "special": false140    },141    {142      "id": 50267,143      "content": "           ",144      "single_word": false,145      "lstrip": false,146      "rstrip": false,147      "normalized": true,148      "special": false149    },150    {151      "id": 50268,152      "content": "          ",153      "single_word": false,154      "lstrip": false,155      "rstrip": false,156      "normalized": true,157      "special": false158    },159    {160      "id": 50269,161      "content": "         ",162      "single_word": false,163      "lstrip": false,164      "rstrip": false,165      "normalized": true,166      "special": false167    },168    {169      "id": 50270,170      "content": "        ",171      "single_word": false,172      "lstrip": false,173      "rstrip": false,174      "normalized": true,175      "special": false176    },177    {178      "id": 50271,179      "content": "       ",180      "single_word": false,181      "lstrip": false,182      "rstrip": false,183      "normalized": true,184      "special": false185    },186    {187      "id": 50272,188      "content": "      ",189      "single_word": false,190      "lstrip": false,191      "rstrip": false,192      "normalized": true,193      "special": false194    },195    {196      "id": 50273,197      "content": "     ",198      "single_word": false,199      "lstrip": false,200      "rstrip": false,201      "normalized": true,202      "special": false203    },204    {205      "id": 50274,206      "content": "    ",207      "single_word": false,208      "lstrip": false,209      "rstrip": false,210      "normalized": true,211      "special": false212    },213    {214      "id": 50275,215      "content": "   ",216      "single_word": false,217      "lstrip": false,218      "rstrip": false,219      "normalized": true,220      "special": false221    },222    {223      "id": 50276,224      "content": "  ",225      "single_word": false,226      "lstrip": false,227      "rstrip": false,228      "normalized": true,229      "special": false230    }231  ],232  "normalizer": {233    "type": "NFC"234  },235  "pre_tokenizer": {236    "type": "ByteLevel",237    "add_prefix_space": false,238    "trim_offsets": true,239    "use_regex": true240  },241  "post_processor": {242    "type": "TemplateProcessing",243    "single": [244      {245        "Sequence": {246          "id": "A",247          "type_id": 0248        }249      }250    ],251    "pair": [252      {253        "Sequence": {254          "id": "A",255          "type_id": 0256        }257      },258      {259        "Sequence": {260          "id": "B",261          "type_id": 1262        }263      }264    ],265    "special_tokens": {}266  },267  "decoder": {268    "type": "ByteLevel",269    "add_prefix_space": false,270    "trim_offsets": true,271    "use_regex": true272  },273  "model": {274    "type": "BPE",275    "dropout": null,276    "unk_token": null,277    "continuing_subword_prefix": null,278    "end_of_word_suffix": null,279    "fuse_unk": false,280    "byte_fallback": false,281    "ignore_merges": false,282    "vocab": {283      "<|endoftext|>": 0,284      "<|padding|>": 1,285      "!": 2,286      "\"": 3,287      "#": 4,288      "$": 5,289      "%": 6,290      "&": 7,291      "'": 8,292      "(": 9,293      ")": 10,294      "*": 11,295      "+": 12,296      ",": 13,297      "-": 14,298      ".": 15,299      "/": 16,300      "0": 17,301      "1": 18,302      "2": 19,303      "3": 20,304      "4": 21,305      "5": 22,306      "6": 23,307      "7": 24,308      "8": 25,309      "9": 26,310      ":": 27,311      ";": 28,312      "<": 29,313      "=": 30,314      ">": 31,315      "?": 32,316      "@": 33,317      "A": 34,318      "B": 35,319      "C": 36,320      "D": 37,321      "E": 38,322      "F": 39,323      "G": 40,324      "H": 41,325      "I": 42,326      "J": 43,327      "K": 44,328      "L": 45,329      "M": 46,330      "N": 47,331      "O": 48,332      "P": 49,333      "Q": 50,334      "R": 51,335      "S": 52,336      "T": 53,337      "U": 54,338      "V": 55,339      "W": 56,340      "X": 57,341      "Y": 58,342      "Z": 59,343      "[": 60,344      "\\": 61,345      "]": 62,346      "^": 63,347      "_": 64,348      "`": 65,349      "a": 66,350      "b": 67,351      "c": 68,352      "d": 69,353      "e": 70,354      "f": 71,355      "g": 72,356      "h": 73,357      "i": 74,358      "j": 75,359      "k": 76,360      "l": 77,361      "m": 78,362      "n": 79,363      "o": 80,364      "p": 81,365      "q": 82,366      "r": 83,367      "s": 84,368      "t": 85,369      "u": 86,370      "v": 87,371      "w": 88,372      "x": 89,373      "y": 90,374      "z": 91,375      "{": 92,376      "|": 93,377      "}": 94,378      "~": 95,379      "¡": 96,380      "¢": 97,381      "£": 98,382      "¤": 99,383      "¥": 100,384      "¦": 101,385      "§": 102,386      "¨": 103,387      "©": 104,388      "ª": 105,389      "«": 106,390      "¬": 107,391      "®": 108,392      "¯": 109,393      "°": 110,394      "±": 111,395      "²": 112,396      "³": 113,397      "´": 114,398      "µ": 115,399      "¶": 116,400      "·": 117,401      "¸": 118,402      "¹": 119,403      "º": 120,404      "»": 121,405      "¼": 122,406      "½": 123,407      "¾": 124,408      "¿": 125,409      "Â": 126,410      "Ã": 127,411      "Ä": 128,412      "Å": 129,413      "Æ": 130,414      "Ç": 131,415      "È": 132,416      "É": 133,417      "Ê": 134,418      "Ë": 135,419      "Ì": 136,420      "Í": 137,421      "Î": 138,422      "Ï": 139,423      "Ð": 140,424      "Ñ": 141,425      "Ò": 142,426      "Ó": 143,427      "Ô": 144,428      "Õ": 145,429      "Ö": 146,430      "×": 147,431      "Ø": 148,432      "Ù": 149,433      "Ú": 150,434      "Û": 151,435      "Ü": 152,436      "Ý": 153,437      "Þ": 154,438      "ß": 155,439      "à": 156,440      "á": 157,441      "â": 158,442      "ã": 159,443      "ä": 160,444      "å": 161,445      "æ": 162,446      "ç": 163,447      "è": 164,448      "é": 165,449      "ê": 166,450      "ë": 167,451      "ì": 168,452      "í": 169,453      "î": 170,454      "ï": 171,455      "ð": 172,456      "ñ": 173,457      "ò": 174,458      "ó": 175,459      "ô": 176,460      "Ā": 177,461      "ā": 178,462      "Ă": 179,463      "ă": 180,464      "Ą": 181,465      "ą": 182,466      "Ć": 183,467      "ć": 184,468      "Ĉ": 185,469      "ĉ": 186,470      "Ċ": 187,471      "ċ": 188,472      "Č": 189,473      "č": 190,474      "Ď": 191,475      "ď": 192,476      "Đ": 193,477      "đ": 194,478      "Ē": 195,479      "ē": 196,480      "Ĕ": 197,481      "ĕ": 198,482      "Ė": 199,483      "ė": 200,484      "Ę": 201,485      "ę": 202,486      "Ě": 203,487      "ě": 204,488      "Ĝ": 205,489      "ĝ": 206,490      "Ğ": 207,491      "ğ": 208,492      "Ġ": 209,493      "ġ": 210,494      "Ģ": 211,495      "ģ": 212,496      "Ĥ": 213,497      "ĥ": 214,498      "Ħ": 215,499      "ħ": 216,500      "Ĩ": 217,501      "ĩ": 218,502      "Ī": 219,503      "ī": 220,504      "Ĭ": 221,505      "ĭ": 222,506      "Į": 223,507      "į": 224,508      "İ": 225,509      "ı": 226,510      "IJ": 227,511      "ij": 228,512      "Ĵ": 229,513      "ĵ": 230,514      "Ķ": 231,515      "ķ": 232,516      "ĸ": 233,517      "Ĺ": 234,518      "ĺ": 235,519      "Ļ": 236,520      "ļ": 237,521      "Ľ": 238,522      "ľ": 239,523      "Ŀ": 240,524      "ŀ": 241,525      "Ł": 242,526      "ł": 243,527      "Ń": 244,528      "ĠĠ": 245,529      "Ġt": 246,530      "Ġa": 247,531      "he": 248,532      "in": 249,533      "re": 250,534      "on": 251,535      "ĠĠĠĠ": 252,536      "Ġthe": 253,537      "er": 254,538      "at": 255,539      "Ġs": 256,540      "en": 257,541      "Ġo": 258,542      "Ġw": 259,543      "Ġc": 260,544      "is": 261,545      "it": 262,546      "or": 263,547      "ed": 264,548      "es": 265,549      "an": 266,550      "al": 267,551      "Ġp": 268,552      "Ġf": 269,553      "Ġb": 270,554      "Ġan": 271,555      "ing": 272,556      "Ġof": 273,557      "ar": 274,558      "Ġin": 275,559      "ou": 276,560      "Ġd": 277,561      "Ġm": 278,562      "ion": 279,563      "ic": 280,564      "Ġto": 281,565      "le": 282,566      "--": 283,567      "as": 284,568      "Ġand": 285,569      "ĠĠĠĠĠĠĠĠ": 286,570      "ro": 287,571      "Ġh": 288,572      "Ġth": 289,573      "ent": 290,574      "ct": 291,575      "et": 292,576      "el": 293,577      "Ġre": 294,578      "Ġn": 295,579      "st": 296,580      "om": 297,581      "Ġl": 298,582      "Ġe": 299,583      "il": 300,584      "id": 301,585      "ot": 302,586      "im": 303,587      "ig": 304,588      "Ġg": 305,589      "ve": 306,590      "ut": 307,591      "ĠT": 308,592      "ĠI": 309,593      "Ġis": 310,594      "ol": 311,595      "am": 312,596      "Ġ(": 313,597      "ly": 314,598      "----": 315,599      "us": 316,600      "ac": 317,601      "ation": 318,602      "ow": 319,603      "Ġbe": 320,604      "ur": 321,605      "ĠS": 322,606      "Ġfor": 323,607      "ad": 324,608      "âĢ": 325,609      "Ġthat": 326,610      "Ġon": 327,611      "un": 328,612      "ĠA": 329,613      "ĠC": 330,614      "Ġst": 331,615      "ver": 332,616      "ay": 333,617      "ith": 334,618      "ul": 335,619      "ce": 336,620      "Ġ1": 337,621      "if": 338,622      "se": 339,623      "Ġy": 340,624      "ĠĠĠ": 341,625      "Ġwith": 342,626      "ir": 343,627      "Ġhe": 344,628      "Ġcon": 345,629      "Ġ\"": 346,630      "Ġas": 347,631      "ch": 348,632      "ĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠ": 349,633      "ter": 350,634      "od": 351,635      "Ġit": 352,636      "ĠM": 353,637      "Ġpro": 354,638      "Ġal": 355,639      "ag": 356,640      "ab": 357,641      "em": 358,642      "Ġwe": 359,643      "um": 360,644      "00": 361,645      "Ġv": 362,646      "ri": 363,647      "Ġwh": 364,648      "pe": 365,649      "ate": 366,650      "ĠP": 367,651      "Ġyou": 368,652      "Ġwas": 369,653      "Ġ$": 370,654      "qu": 371,655      "Ġde": 372,656      "res": 373,657      "Ġ2": 374,658      "os": 375,659      "ra": 376,660      "pp": 377,661      "ĠB": 378,662      "her": 379,663      "ĠThe": 380,664      "==": 381,665      "ist": 382,666      "est": 383,667      "ht": 384,668      "Ġex": 385,669      "ant": 386,670      "Ġat": 387,671      "ĠH": 388,672      "Ġcom": 389,673      "Ġor": 390,674      "Ġr": 391,675      "ld": 392,676      "Ġ\\": 393,677      "th": 394,678      "and": 395,679      "Ġse": 396,680      "--------": 397,681      "ers": 398,682      "ĠD": 399,683      "iv": 400,684      "ĠF": 401,685      "Ġsu": 402,686      "Ġare": 403,687      "ain": 404,688      "ess": 405,689      "oc": 406,690      "Ġby": 407,691      "ill": 408,692      "rom": 409,693      "ore": 410,694      "ĠW": 411,695      "op": 412,696      "ke": 413,697      "ity": 414,698      "oun": 415,699      "ĠR": 416,700      "Ġnot": 417,701      "ĠL": 418,702      "Ġha": 419,703      "ment": 420,704      "ction": 421,705      "ive": 422,706      "end": 423,707      "**": 424,708      "Ġne": 425,709      "Ġ=": 426,710      "ĠN": 427,711      "Ġ-": 428,712      "ight": 429,713      "ort": 430,714      "pt": 431,715      "Ġfrom": 432,716      "red": 433,717      "'s": 434,718      "art": 435,719      "Ġthis": 436,720      "ell": 437,721      "ud": 438,722      "Ġsh": 439,723      "Ġun": 440,724      "Ġus": 441,725      "te": 442,726      "ĠG": 443,727      "ĠE": 444,728      "ren": 445,729      "pl": 446,730      "ies": 447,731      "Ġch": 448,732      ".\"": 449,733      "ould": 450,734      "ial": 451,735      "Ġhave": 452,736      "fe": 453,737      "our": 454,738      "all": 455,739      "ated": 456,740      "âĢĻ": 457,741      "Ġle": 458,742      "ure": 459,743      "ine": 460,744      "ust": 461,745      "og": 462,746      "ge": 463,747      "{\\": 464,748      "Ġk": 465,749      "ie": 466,750      "ĠĠĠĠĠĠĠ": 467,751      "per": 468,752      "ich": 469,753      "Ġ0": 470,754      "ack": 471,755      "ard": 472,756      "ĠO": 473,757      "ical": 474,758      "Ġ*": 475,759      "Ġcan": 476,760      "ĊĠĠĠ": 477,761      "iz": 478,762      "Ġme": 479,763      "Ġj": 480,764      ").": 481,765      "ame": 482,766      "out": 483,767      "up": 484,768      "ome": 485,769      "age": 486,770      "ib": 487,771      "Ġwhe": 488,772      "ue": 489,773      "Ġab": 490,774      "der": 491,775      "Ġtr": 492,776      "ost": 493,777      "able": 494,778      "Ġ3": 495,779      "ĠIn": 496,780      "Ġwere": 497,781      "cl": 498,782      "Ġpl": 499,783      "ĠJ": 500,784      "Ġres": 501,785      "Ġcl": 502,786      "ult": 503,787      "ide": 504,788      "ast": 505,789      "ath": 506,790      "ans": 507,791      "ther": 508,792      "Ġcomp": 509,793      "The": 510,794      "ase": 511,795      "Ġall": 512,796      "Ġdo": 513,797      "act": 514,798      "ass": 515,799      "Ġim": 516,800      "ound": 517,801      "ak": 518,802      "Ġad": 519,803      "01": 520,804      "Ġhis": 521,805      "ap": 522,806      "Ġcont": 523,807      "====": 524,808      "ign": 525,809      "orm": 526,810      "ind": 527,811      "ous": 528,812      "oug": 529,813      "ĠU": 530,814      "one": 531,815      "ip": 532,816      "Ġbut": 533,817      "Ġwhich": 534,818      "ĊĊ": 535,819      "ok": 536,820      "..": 537,821      "ub": 538,822      "ition": 539,823      "Ġint": 540,824      "ĠâĢ": 541,825      "ĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠ": 542,826      "ong": 543,827      "Ġ[": 544,828      "ph": 545,829      "Ġen": 546,830      "ice": 547,831      "Ġwor": 548,832      "Ġar": 549,833      "cc": 550,834      "Ġ{": 551,835      "ary": 552,836      "ime": 553,837      "ep": 554,838      "ty": 555,839      "Ġhas": 556,840      "Ġdis": 557,841      ");": 558,842      "Ġ+": 559,843      "ress": 560,844      "ens": 561,845      "Ġout": 562,846      "du": 563,847      "Ġgo": 564,848      "int": 565,849      "ence": 566,850      "ff": 567,851      "=\"": 568,852      "ations": 569,853      "ne": 570,854      "ia": 571,855      "Ġqu": 572,856      "----------------": 573,857      "Ġhad": 574,858      "Âł": 575,859      "ĊĠĠĠĠĠĠĠĠ": 576,860      "Ġ4": 577,861      "_{": 578,862      "ru": 579,863      "av": 580,864      "Ġone": 581,865      "),": 582,866      "ose": 583,867      "ace": 584,868      "con": 585,869      "ĊĠ": 586,870      "ile": 587,871      "Ġwill": 588,872      "ber": 589,873      "ory": 590,874      "Ġper": 591,875      "ents": 592,876      "ance": 593,877      "Ġso": 594,878      "ally": 595,879      "ĠTh": 596,880      "Ġthey": 597,881      "Ġup": 598,882      "}}": 599,883      "ely": 600,884      "so": 601,885      "ough": 602,886      "ire": 603,887      "Ġif": 604,888      "//": 605,889      "ang": 606,890      "ach": 607,891      "Ġ5": 608,892      "are": 609,893      "ry": 610,894      "ĠK": 611,895      "Ġev": 612,896      "ear": 613,897      "ite": 614,898      "de": 615,899      "Ġtheir": 616,900      "Ġher": 617,901      "Ġsa": 618,902      "Ġmy": 619,903      "ll": 620,904      "ions": 621,905      "Ġapp": 622,906      "ĉĉ": 623,907      "rent": 624,908      "Ġmore": 625,909      "'t": 626,910      "Ġthere": 627,911      "own": 628,912      "Ġpart": 629,913      "form": 630,914      "port": 631,915      "Ġli": 632,916      "xt": 633,917      "Ġyour": 634,918      "very": 635,919      "ord": 636,920      "Ġman": 637,921      "Ġpre": 638,922      "Ġag": 639,923      "ake": 640,924      "ors": 641,925      "Ġno": 642,926      "Ġother": 643,927      "Ġbeen": 644,928      "ook": 645,929      "ect": 646,930      "ail": 647,931      "ĊĠĠĠĠĠĠĠ": 648,932      "ft": 649,933      "Ġgr": 650,934      "Ġwould": 651,935      "vel": 652,936      "Ġsp": 653,937      "Ġ<": 654,938      "Ġ19": 655,939      "ys": 656,940      "ĠV": 657,941      "ree": 658,942      "ĠSt": 659,943      "Ġsc": 660,944      "ks": 661,945      "urn": 662,946      "lic": 663,947      "we": 664,948      "Ġwho": 665,949      "aus": 666,950      "Ġany": 667,951      "âĢĿ": 668,952      "Ġ$\\": 669,953      "Ġabout": 670,954      "Ġalso": 671,955      "Ġwhen": 672,956      "Ġtime": 673,957      "ĠĠĠĠĠ": 674,958      "reat": 675,959      "low": 676,960      "erv": 677,961      "eth": 678,962      "math": 679,963      "wo": 680,964      "com": 681,965      "ata": 682,966      "[@": 683,967      "ates": 684,968      "Ġthan": 685,969      "Ġ'": 686,970      "Ġro": 687,971      "In": 688,972      "Ġover": 689,973      "Ġsome": 690,974      "Ġob": 691,975      "ific": 692,976      "erm": 693,977      "Ġkn": 694,978      "ric": 695,979      "\\]": 696,980      "Ġits": 697,981      "ays": 698,982      "fter": 699,983      "hat": 700,984      "Ġbet": 701,985      "ount": 702,986      "Ġshe": 703,987      "Ġfe": 704,988      "Ġspe": 705,989      "ob": 706,990      "ces": 707,991      "Ġ&": 708,992      "ref": 709,993      "ove": 710,994      "Ġdes": 711,995      "irst": 712,996      "ple": 713,997      "ĠY": 714,998      "Ġinto": 715,999      "Ġte": 716,1000      "Ġam": 717,1001      "Ġass": 718,1002      "cre": 719,1003      "ject": 720,1004      "Ġ6": 721,1005      "Ġdif": 722,1006      "ings": 723,1007      "}$": 724,1008      "rib": 725,1009      "Ġsy": 726,1010      "ater": 727,1011      "ied": 728,1012      "ov": 729,1013      "Ġgen": 730,1014      "Ġthem": 731,1015      "lect": 732,1016      "ĠIt": 733,1017      "Ġinter": 734,1018      "vers": 735,1019      "row": 736,1020      "gr": 737,1021      "fect": 738,1022      "iss": 739,1023      "10": 740,1024      "clud": 741,1025      "hed": 742,1026      "ĠAn": 743,1027      "old": 744,1028      "Ġoff": 745,1029      "19": 746,1030      "Ġnew": 747,1031      "Ġ}": 748,1032      "Ġsub": 749,1033      "ink": 750,1034      "Ġlike": 751,1035      "Ġwhat": 752,1036      "Ġsaid": 753,1037      "ĠHe": 754,1038      "Ġget": 755,1039      "Ġacc": 756,1040      "ian": 757,1041      "ced": 758,1042      "Ġpe": 759,1043      "Ġonly": 760,1044      "Ġrec": 761,1045      "Ġunder": 762,1046      "ish": 763,1047      "Ġcomm": 764,1048      "ãģ": 765,1049      "ause": 766,1050      "Ġtwo": 767,1051      "^{": 768,1052      "Ġact": 769,1053      "itt": 770,1054      "Ġmod": 771,1055      "Ġcons": 772,1056      "ĠâĢľ": 773,1057      "Ġrel": 774,1058      "ĠCh": 775,1059      "Ġour": 776,1060      "ck": 777,1061      "Ġmay": 778,1062      "Ġhim": 779,1063      "ual": 780,1064      "ick": 781,1065      "ark": 782,1066      "the": 783,1067      "ious": 784,1068      "ma": 785,1069      "ild": 786,1070      "Ġbl": 787,1071      "get": 788,1072      "Ġwork": 789,1073      "ons": 790,1074      "Ġbec": 791,1075      "ular": 792,1076      "ps": 793,1077      "Ġfun": 794,1078      "Ġ_": 795,1079      "ade": 796,1080      "ert": 797,1081      "igh": 798,1082      "Ġstud": 799,1083      "ative": 800,1084      "Ġind": 801,1085      "Ġem": 802,1086      "Ġpos": 803,1087      "ring": 804,1088      "12": 805,1089      "Ġfirst": 806,1090      "Ġyear": 807,1091      "pect": 808,1092      "Ġdef": 809,1093      "Ġreg": 810,1094      "Ġtrans": 811,1095      "Ġcould": 812,1096      "elf": 813,1097      "ug": 814,1098      "Ġph": 815,1099      "Ġjust": 816,1100      "##": 817,1101      "Ġ7": 818,1102      "Ġpr": 819,1103      "Ġco": 820,1104      "Ġval": 821,1105      "========": 822,1106      "Ġadd": 823,1107      "Ġsuch": 824,1108      "ock": 825,1109      "Ġla": 826,1110      "iew": 827,1111      "Ġinv": 828,1112      "cess": 829,1113      "Ġform": 830,1114      "ĠThis": 831,1115      "ef": 832,1116      "ased": 833,1117      "ont": 834,1118      "Ġwhere": 835,1119      "ood": 836,1120      "oth": 837,1121      "Ġpres": 838,1122      "ating": 839,1123      "Ġthen": 840,1124      "Ġthese": 841,1125      "oint": 842,1126      "Ġdet": 843,1127      "ĠWe": 844,1128      "Ġdiffe": 845,1129      "Ġafter": 846,1130      "Ġcol": 847,1131      "Ġ201": 848,1132      "Ġhow": 849,1133      "ient": 850,1134      "Ġret": 851,1135      "stem": 852,1136      "ode": 853,1137      "Ġ8": 854,1138      "ween": 855,1139      "pro": 856,1140      "ond": 857,1141      "Ġdid": 858,1142      "ss": 859,1143      "é": 860,1144      "Ġsign": 861,1145      "olog": 862,1146      "Ġatt": 863,1147      "hen": 864,1148      "?\"": 865,1149      "Ġexp": 866,1150      "Ġrem": 867,1151      "les": 868,1152      "Ġpat": 869,1153      "</": 870,1154      "Ġknow": 871,1155      "Ġprov": 872,1156      "Ġset": 873,1157      "ility": 874,1158      "Ġbetween": 875,1159      "__": 876,1160      "Ġpol": 877,1161      "Ġneed": 878,1162      "ople": 879,1163      "](": 880,1164      "type": 881,1165      "ict": 882,1166      "11": 883,1167      "Ġ10": 884,1168      "ise": 885,1169      "ec": 886,1170      "ffect": 887,1171      "ident": 888,1172      "}\\": 889,1173      "ution": 890,1174      "Ġi": 891,1175      "Ġfl": 892,1176      "ta": 893,1177      "Ġcell": 894,1178      "ix": 895,1179      "Ġback": 896,1180      "Ġuse": 897,1181      "Ġ9": 898,1182      "oy": 899,1183      "io": 900,1184      "ollow": 901,1185      "rit": 902,1186      "rough": 903,1187      ".,": 904,1188      "Ġ\\[": 905,1189      "Ġresult": 906,1190      "ize": 907,1191      "Ġused": 908,1192      "eg": 909,1193      "){": 910,1194      "ex": 911,1195      "ange": 912,1196      "Ġac": 913,1197      "ĠUn": 914,1198      "Ġsupp": 915,1199      "cept": 916,1200      "ible": 917,

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