CoolFace
Modelpublic

Pinkstack/Superthoughts-lite-v1-Q8-mlx

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

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