CoolFace
Modelpublic

jkminder/d12_optimized_286m_seed3

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

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