CoolFace
Modelpublic

kaizerBox/ReFormer-summarization

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

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