CoolFace
Modelpublic

Serdar404/RecGPT-100M-Fixed

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

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