CoolFace
Modelpublic

Menouar/falcon7b-linear-equations

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

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