CoolFace
Modelpublic

EmbeddingStudio/query-parser-falcon-7b-instruct

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

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