CoolFace
Modelpublic

dkudos/cinimod-devops

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

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