CoolFace
Modelpublic

CodeIsAbstract/HybridModelScratch_lightn_Conti

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

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