CoolFace
Modelpublic

nuvardthecat/SmolCourse

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

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