CoolFace
Modelpublic

jonmabe/tiny-llm-cli-sft

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

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