CoolFace
Modelpublic

Pinkstack/PARM-1-Smollm2-1.7B-Lcot-PyTorch

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

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