CoolFace
Modelpublic

facebook/galactica-30b

sourceHugging Facecc-by-nc-4.0updated 4y agoView on Hugging Face
40likes144downloads
tokenizer.json99996 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": "<s>",9      "single_word": false,10      "lstrip": false,11      "rstrip": false,12      "normalized": false,13      "special": true14    },15    {16      "id": 1,17      "content": "<pad>",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": "[START_REF]",45      "single_word": false,46      "lstrip": false,47      "rstrip": false,48      "normalized": false,49      "special": true50    },51    {52      "id": 5,53      "content": "[END_REF]",54      "single_word": false,55      "lstrip": false,56      "rstrip": false,57      "normalized": false,58      "special": true59    },60    {61      "id": 6,62      "content": "[IMAGE]",63      "single_word": false,64      "lstrip": false,65      "rstrip": false,66      "normalized": false,67      "special": true68    },69    {70      "id": 7,71      "content": "<fragments>",72      "single_word": false,73      "lstrip": false,74      "rstrip": false,75      "normalized": false,76      "special": true77    },78    {79      "id": 8,80      "content": "</fragments>",81      "single_word": false,82      "lstrip": false,83      "rstrip": false,84      "normalized": false,85      "special": true86    },87    {88      "id": 9,89      "content": "<work>",90      "single_word": false,91      "lstrip": false,92      "rstrip": false,93      "normalized": false,94      "special": true95    },96    {97      "id": 10,98      "content": "</work>",99      "single_word": false,100      "lstrip": false,101      "rstrip": false,102      "normalized": false,103      "special": true104    },105    {106      "id": 11,107      "content": "[START_SUP]",108      "single_word": false,109      "lstrip": false,110      "rstrip": false,111      "normalized": false,112      "special": true113    },114    {115      "id": 12,116      "content": "[END_SUP]",117      "single_word": false,118      "lstrip": false,119      "rstrip": false,120      "normalized": false,121      "special": true122    },123    {124      "id": 13,125      "content": "[START_SUB]",126      "single_word": false,127      "lstrip": false,128      "rstrip": false,129      "normalized": false,130      "special": true131    },132    {133      "id": 14,134      "content": "[END_SUB]",135      "single_word": false,136      "lstrip": false,137      "rstrip": false,138      "normalized": false,139      "special": true140    },141    {142      "id": 15,143      "content": "[START_DNA]",144      "single_word": false,145      "lstrip": false,146      "rstrip": false,147      "normalized": false,148      "special": true149    },150    {151      "id": 16,152      "content": "[END_DNA]",153      "single_word": false,154      "lstrip": false,155      "rstrip": false,156      "normalized": false,157      "special": true158    },159    {160      "id": 17,161      "content": "[START_AMINO]",162      "single_word": false,163      "lstrip": false,164      "rstrip": false,165      "normalized": false,166      "special": true167    },168    {169      "id": 18,170      "content": "[END_AMINO]",171      "single_word": false,172      "lstrip": false,173      "rstrip": false,174      "normalized": false,175      "special": true176    },177    {178      "id": 19,179      "content": "[START_SMILES]",180      "single_word": false,181      "lstrip": false,182      "rstrip": false,183      "normalized": false,184      "special": true185    },186    {187      "id": 20,188      "content": "[END_SMILES]",189      "single_word": false,190      "lstrip": false,191      "rstrip": false,192      "normalized": false,193      "special": true194    },195    {196      "id": 21,197      "content": "[START_I_SMILES]",198      "single_word": false,199      "lstrip": false,200      "rstrip": false,201      "normalized": false,202      "special": true203    },204    {205      "id": 22,206      "content": "[END_I_SMILES]",207      "single_word": false,208      "lstrip": false,209      "rstrip": false,210      "normalized": false,211      "special": true212    }213  ],214  "normalizer": {215    "type": "NFKC"216  },217  "pre_tokenizer": {218    "type": "Sequence",219    "pretokenizers": [220      {221        "type": "Split",222        "pattern": {223          "String": "SPL1T-TH1S-Pl3A5E"224        },225        "behavior": "Removed",226        "invert": false227      },228      {229        "type": "Digits",230        "individual_digits": true231      },232      {233        "type": "Split",234        "pattern": {235          "Regex": "[\\(\\)\\[\\]\\{\\}]|([!\"\\#\\$%\\&'\\*\\+,\\-\\./:;<=>\\?\\\\\\^_`\\|\\~])\\1*"236        },237        "behavior": "Isolated",238        "invert": false239      },240      {241        "type": "Split",242        "pattern": {243          "String": "\n"244        },245        "behavior": "Isolated",246        "invert": false247      },248      {249        "type": "ByteLevel",250        "add_prefix_space": false,251        "trim_offsets": true,252        "use_regex": true253      }254    ]255  },256  "post_processor": null,257  "decoder": {258    "type": "ByteLevel",259    "add_prefix_space": true,260    "trim_offsets": true,261    "use_regex": true262  },263  "model": {264    "type": "BPE",265    "dropout": null,266    "unk_token": null,267    "continuing_subword_prefix": null,268    "end_of_word_suffix": null,269    "fuse_unk": false,270    "vocab": {271      "<s>": 0,272      "<pad>": 1,273      "</s>": 2,274      "<unk>": 3,275      "[START_REF]": 4,276      "[END_REF]": 5,277      "[IMAGE]": 6,278      "<fragments>": 7,279      "</fragments>": 8,280      "<work>": 9,281      "</work>": 10,282      "[START_SUP]": 11,283      "[END_SUP]": 12,284      "[START_SUB]": 13,285      "[END_SUB]": 14,286      "[START_DNA]": 15,287      "[END_DNA]": 16,288      "[START_AMINO]": 17,289      "[END_AMINO]": 18,290      "[START_SMILES]": 19,291      "[END_SMILES]": 20,292      "[START_I_SMILES]": 21,293      "[END_I_SMILES]": 22,294      "!": 23,295      "\"": 24,296      "#": 25,297      "$": 26,298      "%": 27,299      "&": 28,300      "'": 29,301      "(": 30,302      ")": 31,303      "*": 32,304      "+": 33,305      ",": 34,306      "-": 35,307      ".": 36,308      "/": 37,309      "0": 38,310      "1": 39,311      "2": 40,312      "3": 41,313      "4": 42,314      "5": 43,315      "6": 44,316      "7": 45,317      "8": 46,318      "9": 47,319      ":": 48,320      ";": 49,321      "<": 50,322      "=": 51,323      ">": 52,324      "?": 53,325      "@": 54,326      "A": 55,327      "B": 56,328      "C": 57,329      "D": 58,330      "E": 59,331      "F": 60,332      "G": 61,333      "H": 62,334      "I": 63,335      "J": 64,336      "K": 65,337      "L": 66,338      "M": 67,339      "N": 68,340      "O": 69,341      "P": 70,342      "Q": 71,343      "R": 72,344      "S": 73,345      "T": 74,346      "U": 75,347      "V": 76,348      "W": 77,349      "X": 78,350      "Y": 79,351      "Z": 80,352      "[": 81,353      "\\": 82,354      "]": 83,355      "^": 84,356      "_": 85,357      "`": 86,358      "a": 87,359      "b": 88,360      "c": 89,361      "d": 90,362      "e": 91,363      "f": 92,364      "g": 93,365      "h": 94,366      "i": 95,367      "j": 96,368      "k": 97,369      "l": 98,370      "m": 99,371      "n": 100,372      "o": 101,373      "p": 102,374      "q": 103,375      "r": 104,376      "s": 105,377      "t": 106,378      "u": 107,379      "v": 108,380      "w": 109,381      "x": 110,382      "y": 111,383      "z": 112,384      "{": 113,385      "|": 114,386      "}": 115,387      "~": 116,388      "¡": 117,389      "¢": 118,390      "£": 119,391      "¤": 120,392      "¥": 121,393      "¦": 122,394      "§": 123,395      "¨": 124,396      "©": 125,397      "ª": 126,398      "«": 127,399      "¬": 128,400      "®": 129,401      "¯": 130,402      "°": 131,403      "±": 132,404      "²": 133,405      "³": 134,406      "´": 135,407      "µ": 136,408      "¶": 137,409      "·": 138,410      "¸": 139,411      "¹": 140,412      "º": 141,413      "»": 142,414      "¼": 143,415      "½": 144,416      "¾": 145,417      "¿": 146,418      "À": 147,419      "Á": 148,420      "Â": 149,421      "Ã": 150,422      "Ä": 151,423      "Å": 152,424      "Æ": 153,425      "Ç": 154,426      "È": 155,427      "É": 156,428      "Ê": 157,429      "Ë": 158,430      "Ì": 159,431      "Í": 160,432      "Î": 161,433      "Ï": 162,434      "Ð": 163,435      "Ñ": 164,436      "Ò": 165,437      "Ó": 166,438      "Ô": 167,439      "Õ": 168,440      "Ö": 169,441      "×": 170,442      "Ø": 171,443      "Ù": 172,444      "Ú": 173,445      "Û": 174,446      "Ü": 175,447      "Ý": 176,448      "Þ": 177,449      "ß": 178,450      "à": 179,451      "á": 180,452      "â": 181,453      "ã": 182,454      "ä": 183,455      "å": 184,456      "æ": 185,457      "ç": 186,458      "è": 187,459      "é": 188,460      "ê": 189,461      "ë": 190,462      "ì": 191,463      "í": 192,464      "î": 193,465      "ï": 194,466      "ð": 195,467      "ñ": 196,468      "ò": 197,469      "ó": 198,470      "ô": 199,471      "õ": 200,472      "ö": 201,473      "÷": 202,474      "ø": 203,475      "ù": 204,476      "ú": 205,477      "û": 206,478      "ü": 207,479      "ý": 208,480      "þ": 209,481      "ÿ": 210,482      "Ā": 211,483      "ā": 212,484      "Ă": 213,485      "ă": 214,486      "Ą": 215,487      "ą": 216,488      "Ć": 217,489      "ć": 218,490      "Ĉ": 219,491      "ĉ": 220,492      "Ċ": 221,493      "ċ": 222,494      "Č": 223,495      "č": 224,496      "Ď": 225,497      "ď": 226,498      "Đ": 227,499      "đ": 228,500      "Ē": 229,501      "ē": 230,502      "Ĕ": 231,503      "ĕ": 232,504      "Ė": 233,505      "ė": 234,506      "Ę": 235,507      "ę": 236,508      "Ě": 237,509      "ě": 238,510      "Ĝ": 239,511      "ĝ": 240,512      "Ğ": 241,513      "ğ": 242,514      "Ġ": 243,515      "ġ": 244,516      "Ģ": 245,517      "ģ": 246,518      "Ĥ": 247,519      "ĥ": 248,520      "Ħ": 249,521      "ħ": 250,522      "Ĩ": 251,523      "ĩ": 252,524      "Ī": 253,525      "ī": 254,526      "Ĭ": 255,527      "ĭ": 256,528      "Į": 257,529      "į": 258,530      "İ": 259,531      "ı": 260,532      "IJ": 261,533      "ij": 262,534      "Ĵ": 263,535      "ĵ": 264,536      "Ķ": 265,537      "ķ": 266,538      "ĸ": 267,539      "Ĺ": 268,540      "ĺ": 269,541      "Ļ": 270,542      "ļ": 271,543      "Ľ": 272,544      "ľ": 273,545      "Ŀ": 274,546      "ŀ": 275,547      "Ł": 276,548      "ł": 277,549      "Ń": 278,550      "Ġt": 279,551      "in": 280,552      "Ġa": 281,553      "he": 282,554      "on": 283,555      "re": 284,556      "at": 285,557      "Ġthe": 286,558      "er": 287,559      "Ġs": 288,560      "Ġo": 289,561      "en": 290,562      "al": 291,563      "Ġc": 292,564      "ti": 293,565      "or": 294,566      "ed": 295,567      "es": 296,568      "is": 297,569      "Ġp": 298,570      "Ġof": 299,571      "nd": 300,572      "Ġin": 301,573      "Ġf": 302,574      "Ġw": 303,575      "ĠĠ": 304,576      "it": 305,577      "an": 306,578      "ro": 307,579      "ar": 308,580      "Ġd": 309,581      "Ġm": 310,582      "Ġb": 311,583      "Ġand": 312,584      "ic": 313,585      "le": 314,586      "ing": 315,587      "ion": 316,588      "as": 317,589      "Ġe": 318,590      "Ġre": 319,591      "ation": 320,592      "Ġto": 321,593      "el": 322,594      "ent": 323,595      "ac": 324,596      "et": 325,597      "ec": 326,598      "tion": 327,599      "om": 328,600      "st": 329,601      "ĠT": 330,602      "Ġn": 331,603      "Ġth": 332,604      "ol": 333,605      "ul": 334,606      "im": 335,607      "RE": 336,608      "ig": 337,609      "us": 338,610      "REF": 339,611      "Ġl": 340,612      "Ġh": 341,613      "ur": 342,614      "Ġis": 343,615      "ĠĠĠĠ": 344,616      "Ġfor": 345,617      "id": 346,618      "am": 347,619      "ĠS": 348,620      "ve": 349,621      "il": 350,622      "ĠA": 351,623      "ĠC": 352,624      "Ġg": 353,625      "ot": 354,626      "ith": 355,627      "ly": 356,628      "ce": 357,629      "Ġcon": 358,630      "ow": 359,631      "Ġst": 360,632      "ut": 361,633      "os": 362,634      "Ġwith": 363,635      "od": 364,636      "ra": 365,637      "Ġv": 366,638      "Ġpro": 367,639      "um": 368,640      "ĠI": 369,641      "if": 370,642      "uc": 371,643      "ter": 372,644      "un": 373,645      "AR": 374,646      "ST": 375,647      "res": 376,648      "Ġon": 377,649      "EN": 378,650      "ere": 379,651      "ĠP": 380,652      "ĠThe": 381,653      "ĠM": 382,654      "Ġas": 383,655      "ART": 384,656      "Ġan": 385,657      "END": 386,658      "START": 387,659      "Ġthat": 388,660      "qu": 389,661      "em": 390,662      "Ġbe": 391,663      "Ġex": 392,664      "ri": 393,665      "ab": 394,666      "ity": 395,667      "tic": 396,668      "ver": 397,669      "Ġal": 398,670      "pl": 399,671      "ts": 400,672      "ĠF": 401,673      "Ġâ": 402,674      "ure": 403,675      "Ġby": 404,676      "ate": 405,677      "ag": 406,678      "ir": 407,679      "oc": 408,680      "per": 409,681      "ĠB": 410,682      "ay": 411,683      "ĠD": 412,684      "Ġcom": 413,685      "ĠH": 414,686      "ated": 415,687      "ĠR": 416,688      "Ġare": 417,689      "rom": 418,690      "ĠE": 419,691      "op": 420,692      "ad": 421,693      "se": 422,694      "ĠL": 423,695      "igh": 424,696      "ĠN": 425,697      "ment": 426,698      "her": 427,699      "og": 428,700      "ain": 429,701      "ect": 430,702      "ud": 431,703      "Ġde": 432,704      "Ġr": 433,705      "Ġat": 434,706      "Ġwas": 435,707      "Ġus": 436,708      "Ġres": 437,709      "ell": 438,710      "iz": 439,711      "ine": 440,712      "ph": 441,713      "Ġac": 442,714      "ess": 443,715      "ore": 444,716      "ical": 445,717      "th": 446,718      "und": 447,719      "rac": 448,720      "Ġwe": 449,721      "ath": 450,722      "ĠG": 451,723      "Ġfrom": 452,724      "ati": 453,725      "up": 454,726      "ist": 455,727      "ant": 456,728      "Ġor": 457,729      "ff": 458,730      "Ġcomp": 459,731      "Ġwh": 460,732      "ĠW": 461,733      "ch": 462,734      "ers": 463,735      "Ġsp": 464,736      "orm": 465,737      "Ġch": 466,738      "ations": 467,739      "ran": 468,740      "ub": 469,741      "te": 470,742      "di": 471,743      "Ġsh": 472,744      "ge": 473,745      "ase": 474,746      "Ġwere": 475,747      "ĠĠĠĠĠĠĠĠ": 476,748      "ĠÎ": 477,749      "ap": 478,750      "ĠIn": 479,751      "and": 480,752      "Ġse": 481,753      "vel": 482,754      "Ġim": 483,755      "ĠâĪ": 484,756      "ens": 485,757      "ies": 486,758      "ich": 487,759      "ight": 488,760      "duc": 489,761      "ĠO": 490,762      "Ġit": 491,763      "tions": 492,764      "end": 493,765      "Ġco": 494,766      "Ġthis": 495,767      "Ġcan": 496,768      "Ġk": 497,769      "âĢ": 498,770      "lec": 499,771      "ted": 500,772      "Ġmod": 501,773      "math": 502,774      "Ġcont": 503,775      "Ġne": 504,776      "Ġpar": 505,777      "ib": 506,778      "ĠĠĠ": 507,779      "Ġle": 508,780      "iv": 509,781      "ug": 510,782      "ence": 511,783      "ign": 512,784      "ous": 513,785      "ents": 514,786      "ys": 515,787      "ave": 516,788      "red": 517,789      "ress": 518,790      "able": 519,791      "por": 520,792      "all": 521,793      "iff": 522,794      "est": 523,795      "Ġap": 524,796      "Ġinc": 525,797      "nt": 526,798      "ary": 527,799      "iti": 528,800      "Ġwhich": 529,801      "Ġnot": 530,802      "form": 531,803      "Ġsy": 532,804      "Ġad": 533,805      "low": 534,806      "ak": 535,807      "Ġper": 536,808      "Ġhe": 537,809      "pro": 538,810      "ance": 539,811      "ial": 540,812      "ue": 541,813      "Ġen": 542,814      "Ġcl": 543,815      "ass": 544,816      "ip": 545,817      "rans": 546,818      "Ġob": 547,819      "Ġgen": 548,820      "tim": 549,821      "Ġdis": 550,822      "unc": 551,823      "Ġint": 552,824      "ep": 553,825      "etw": 554,826      "Ġdiff": 555,827      "ach": 556,828      "ther": 557,829      "ime": 558,830      "age": 559,831      "ple": 560,832      "ill": 561,833      "yp": 562,834      "ĠK": 563,835      "act": 564,836      "ari": 565,837      "Ġmet": 566,838      "ors": 567,839      "Ġhave": 568,840      "Ġstud": 569,841      "ong": 570,842      "ĠU": 571,843      "Ġpl": 572,844      "ide": 573,845      "ma": 574,846      "hen": 575,847      "ific": 576,848      "ome": 577,849      "Ġi": 578,850      "ular": 579,851      "ĠV": 580,852      "ally": 581,853      "Ġshow": 582,854      "rib": 583,855      "ia": 584,856      "enti": 585,857      "Ġass": 586,858      "ond": 587,859      "ft": 588,860      "Ġab": 589,861      "Ġinter": 590,862      "ĠTh": 591,863      "The": 592,864      "str": 593,865      "Ġcell": 594,866      "cal": 595,867      "Ġmodel": 596,868      "ata": 597,869      "ast": 598,870      "Ġeff": 599,871      "Ġtrans": 600,872      "ates": 601,873      "ased": 602,874      "ost": 603,875      "vi": 604,876      "ang": 605,877      "our": 606,878      "Ġme": 607,879      "ard": 608,880      "Ġdiffere": 609,881      "Ġpre": 610,882      "Ġdi": 611,883      "ĠâĪĴ": 612,884      "olog": 613,885      "ution": 614,886      "ound": 615,887      "ace": 616,888      "Ġresul": 617,889      "erm": 618,890      "pos": 619,891      "here": 620,892      "tive": 621,893      "ord": 622,894      "so": 623,895      "stem": 624,896      "yl": 625,897      "Ġph": 626,898      "Ġy": 627,899      "ame": 628,900      "ork": 629,901      "ative": 630,902      "Ġqu": 631,903      "ric": 632,904      "SU": 633,905      "wo": 634,906      "Ġun": 635,907      "Ġev": 636,908      "are": 637,909      "##": 638,910      "de": 639,911      "een": 640,912      "tiv": 641,913      "Ġgro": 642,914      "ory": 643,915      "Ġcons": 644,916      "Ġsub": 645,917      "ta": 646,918      "--": 647,919      "Ġstr": 648,920      "ber": 649,921      "erv": 650,922      "etween": 651,923      "enc": 652,924      "Ġanal": 653,925      "int": 654,926      "Ġhas": 655,927      "uch": 656,928      "Ġreg": 657,929      "Ġbetween": 658,930      "Ġdet": 659,931      "Ġall": 660,932      "cess": 661,933      "Ġexp": 662,934      "ection": 663,935      "ĠâĢ": 664,936      "ind": 665,937      "ater": 666,938      "Ġsign": 667,939      "pt": 668,940      "ugh": 669,941      "ite": 670,942      "ility": 671,943      "Ġusing": 672,944      "Ġval": 673,945      "Ġro": 674,946      "ree": 675,947      "Ġrel": 676,948      "out": 677,949      "Ġfunc": 678,950      "ition": 679,951      "Ġcor": 680,952      "Ġalso": 681,953      "Ġtwo": 682,954      "ne": 683,955      "ĠJ": 684,956      "Ġsystem": 685,957      "cl": 686,958      "uct": 687,959      "Ġsim": 688,960      "tain": 689,961      "ust": 690,962      "ied": 691,963      "port": 692,964      "Ġrec": 693,965      "Ġresp": 694,966      "Ġdata": 695,967      "rm": 696,968      "resent": 697,969      "uld": 698,970      "xt": 699,971      "Ġj": 700,972      "ry": 701,973      "ack": 702,974      "Ġra": 703,975      "par": 704,976      "Ġform": 705,977      "Ġsc": 706,978      "frac": 707,979      "ĠWe": 708,980      "ating": 709,981      "ech": 710,982      "hod": 711,983      "Ġfol": 712,984      "ined": 713,985      "ĠSt": 714,986      "ual": 715,987      "Ġused": 716,988      "Ġone": 717,989      "Ġdes": 718,990      "ĠÏ": 719,991      "Ġvari": 720,992      "Ġdist": 721,993      "Ġnum": 722,994      "ym": 723,995      "ew": 724,996      "rec": 725,997      "ob": 726,998      "Ġinf": 727,999      "Ġar": 728,1000      "lect": 729,1001      "ll": 730,1002      "ons": 731,1003      "ĠThis": 732,1004      "ose": 733,1005      "ile": 734,1006      "play": 735,1007      "ear": 736,1008      "ox": 737,1009      "ures": 738,1010      "one": 739,1011      "Ġstudy": 740,1012      "ysis": 741,1013      "Ġfollow": 742,1014      "yle": 743,1015      "ract": 744,1016      "dis": 745,1017      "Ġpos": 746,1018      "right": 747,1019      "Ġthan": 748,1020      "ros": 749,1021      "av": 750,1022      "Fig": 751,1023      "Ġtime": 752,1024      "ization": 753,1025      "ulation": 754,1026      "ized": 755,1027      "Ġsur": 756,1028      "oth": 757,1029      "Ġout": 758,1030      "Ġcol": 759,1031      "ature": 760,1032      "ive": 761,1033      "Ġsol": 762,1034      "Ġx": 763,1035      "eld": 764,1036      "Ġother": 765,1037      "plic": 766,1038      "Ġdef": 767,1039      "erg": 768,1040      "Ġgener": 769,1041      "ely": 770,1042      "Ġbeen": 771,1043      "Ġincre": 772,1044      "Ġthese": 773,1045      "Ġno": 774,1046      "ax": 775,1047      "style": 776,1048      "arg": 777,1049      "ian": 778,1050      "Ġind": 779,1051      "Ġsuch": 780,1052      "Ġfunction": 781,1053      "ting": 782,1054      "Ġequ": 783,1055      "aus": 784,1056      "Ġund": 785,1057      "mathb": 786,1058      "tical": 787,1059      "Ġhigh": 788,1060      "rain": 789,1061      "Ġam": 790,1062      "ield": 791,1063      "oun": 792,1064      "ression": 793,1065      "Ġspec": 794,1066      "Ġop": 795,1067      "Ġdec": 796,1068      "Ġover": 797,1069      "Ġmethod": 798,1070      "Ġset": 799,1071      "âĪ": 800,1072      "Ġif": 801,1073      "dition": 802,1074      "ues": 803,1075      "ects": 804,1076      "display": 805,1077      "hem": 806,1078      "Ġpati": 807,1079      "Ġresults": 808,1080      "old": 809,1081      "anc": 810,1082      "displaystyle": 811,1083      "Ġeach": 812,1084      "Ġmore": 813,1085      "les": 814,1086      "pr": 815,1087      "acter": 816,1088      "Ġtheir": 817,1089      "Ġacc": 818,1090      "Ġappro": 819,1091      "iss": 820,1092      "ize": 821,1093      "Ġinv": 822,1094      "ases": 823,1095      "Ġcells": 824,1096      "irst": 825,1097      "lu": 826,1098      "ail": 827,1099      "Ġmeas": 828,1100      "Ġlow": 829,1101      "ov": 830,1102      "the": 831,1103      "ik": 832,1104      "**": 833,1105      "ef": 834,1106      "Ġbut": 835,1107      "hes": 836,1108      "fter": 837,1109      "Ġdifferent": 838,1110      "vely": 839,1111      "Ġext": 840,1112      "Ġthere": 841,1113      "oci": 842,1114      "Ġprob": 843,1115      "Ġits": 844,1116      "ron": 845,1117      "ments": 846,1118      "Ġag": 847,1119      "NA": 848,1120      "Ġpo": 849,1121      "ice": 850,1122      "ype": 851,1123      "Ġgroup": 852,1124      "âĢĵ": 853,1125      "ever": 854,1126      "ult": 855,1127      "ism": 856,1128      "tern": 857,1129      "ability": 858,1130      "ions": 859,1131      "ark": 860,1132      "Ġnon": 861,1133      "to": 862,1134      "ĠĠĠĠĠĠĠ": 863,1135      "Ġobs": 864,1136      "Ġtre": 865,1137      "als": 866,1138      "left": 867,1139      "ĠPro": 868,1140      "Ġonly": 869,1141      "Ġman": 870,1142      "der": 871,1143      "Ġpol": 872,1144      "uring": 873,1145      "amet": 874,1146      "rol": 875,1147      "In": 876,1148      "yn": 877,1149      "Ġunder": 878,1150      "ĠCh": 879,1151      "Ġwhere": 880,1152      "ood": 881,1153      "ĠX": 882,1154      "nce": 883,1155      "Ġpartic": 884,1156      "ected": 885,1157      "ĠFig": 886,1158      "Ġem": 887,1159      "Ġfact": 888,1160      "ĠAn": 889,1161      "Ġperform": 890,1162      "Ġso": 891,1163      "Ġanalysis": 892,1164      "stract": 893,1165      "hed": 894,1166      "Ġmay": 895,1167      "atic": 896,1168      "Ġrep": 897,1169      "tein": 898,1170      "duced": 899,1171      "Ġup": 900,1172      "Ġinto": 901,1173      "Ġnumber": 902,1174      "Ġour": 903,1175      "Ġet": 904,1176      "eg": 905,1177      "itle": 906,1178      "over": 907,1179      "ix": 908,1180      "ator": 909,1181      "ulti": 910,1182      "Ġincl": 911,1183      "ould": 912,1184      "ici": 913,1185      "bstract": 914,1186      "Ġcomple": 915,1187      "Ġpatients": 916,1188      "Ġdo": 917,1189      "Ġexper": 918,1190      "vid": 919,1191      "ange": 920,1192      "Ġlevel": 921,1193      "Ġprocess": 922,1194      "mathcal": 923,1195      "ps": 924,1196      "Ġsignific": 925,1197      "Ġsam": 926,1198      "Title": 927,1199      "Ġbl": 928,1200      "Ġstruct": 929,

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