CoolFace
Modelpublic

nkasmanoff/InstructGPT2

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

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