CoolFace
Modelpublic

gitcoreai/gpt-2-small-sft

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

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