CoolFace
Modelpublic

TeddyBell001/arxiv-scibert-11class

sourceHugging Faceupdated 6mo agoView on Hugging Face
1likes12downloads
tokenizer.json31280 linesDownload Raw Back to root
1{2  "version": "1.0",3  "truncation": {4    "direction": "Right",5    "max_length": 512,6    "strategy": "LongestFirst",7    "stride": 08  },9  "padding": {10    "strategy": {11      "Fixed": 51212    },13    "direction": "Right",14    "pad_to_multiple_of": null,15    "pad_id": 0,16    "pad_type_id": 0,17    "pad_token": "[PAD]"18  },19  "added_tokens": [20    {21      "id": 0,22      "content": "[PAD]",23      "single_word": false,24      "lstrip": false,25      "rstrip": false,26      "normalized": false,27      "special": true28    },29    {30      "id": 100,31      "content": "[UNK]",32      "single_word": false,33      "lstrip": false,34      "rstrip": false,35      "normalized": false,36      "special": true37    },38    {39      "id": 101,40      "content": "[CLS]",41      "single_word": false,42      "lstrip": false,43      "rstrip": false,44      "normalized": false,45      "special": true46    },47    {48      "id": 102,49      "content": "[SEP]",50      "single_word": false,51      "lstrip": false,52      "rstrip": false,53      "normalized": false,54      "special": true55    },56    {57      "id": 103,58      "content": "[MASK]",59      "single_word": false,60      "lstrip": false,61      "rstrip": false,62      "normalized": false,63      "special": true64    }65  ],66  "normalizer": {67    "type": "BertNormalizer",68    "clean_text": true,69    "handle_chinese_chars": true,70    "strip_accents": null,71    "lowercase": false72  },73  "pre_tokenizer": {74    "type": "BertPreTokenizer"75  },76  "post_processor": {77    "type": "TemplateProcessing",78    "single": [79      {80        "SpecialToken": {81          "id": "[CLS]",82          "type_id": 083        }84      },85      {86        "Sequence": {87          "id": "A",88          "type_id": 089        }90      },91      {92        "SpecialToken": {93          "id": "[SEP]",94          "type_id": 095        }96      }97    ],98    "pair": [99      {100        "SpecialToken": {101          "id": "[CLS]",102          "type_id": 0103        }104      },105      {106        "Sequence": {107          "id": "A",108          "type_id": 0109        }110      },111      {112        "SpecialToken": {113          "id": "[SEP]",114          "type_id": 0115        }116      },117      {118        "Sequence": {119          "id": "B",120          "type_id": 1121        }122      },123      {124        "SpecialToken": {125          "id": "[SEP]",126          "type_id": 1127        }128      }129    ],130    "special_tokens": {131      "[CLS]": {132        "id": "[CLS]",133        "ids": [134          101135        ],136        "tokens": [137          "[CLS]"138        ]139      },140      "[SEP]": {141        "id": "[SEP]",142        "ids": [143          102144        ],145        "tokens": [146          "[SEP]"147        ]148      }149    }150  },151  "decoder": {152    "type": "WordPiece",153    "prefix": "##",154    "cleanup": true155  },156  "model": {157    "type": "WordPiece",158    "unk_token": "[UNK]",159    "continuing_subword_prefix": "##",160    "max_input_chars_per_word": 100,161    "vocab": {162      "[PAD]": 0,163      "[unused1]": 1,164      "[unused2]": 2,165      "[unused3]": 3,166      "[unused4]": 4,167      "[unused5]": 5,168      "[unused6]": 6,169      "[unused7]": 7,170      "[unused8]": 8,171      "[unused9]": 9,172      "[unused10]": 10,173      "[unused11]": 11,174      "[unused12]": 12,175      "[unused13]": 13,176      "[unused14]": 14,177      "[unused15]": 15,178      "[unused16]": 16,179      "[unused17]": 17,180      "[unused18]": 18,181      "[unused19]": 19,182      "[unused20]": 20,183      "[unused21]": 21,184      "[unused22]": 22,185      "[unused23]": 23,186      "[unused24]": 24,187      "[unused25]": 25,188      "[unused26]": 26,189      "[unused27]": 27,190      "[unused28]": 28,191      "[unused29]": 29,192      "[unused30]": 30,193      "[unused31]": 31,194      "[unused32]": 32,195      "[unused33]": 33,196      "[unused34]": 34,197      "[unused35]": 35,198      "[unused36]": 36,199      "[unused37]": 37,200      "[unused38]": 38,201      "[unused39]": 39,202      "[unused40]": 40,203      "[unused41]": 41,204      "[unused42]": 42,205      "[unused43]": 43,206      "[unused44]": 44,207      "[unused45]": 45,208      "[unused46]": 46,209      "[unused47]": 47,210      "[unused48]": 48,211      "[unused49]": 49,212      "[unused50]": 50,213      "[unused51]": 51,214      "[unused52]": 52,215      "[unused53]": 53,216      "[unused54]": 54,217      "[unused55]": 55,218      "[unused56]": 56,219      "[unused57]": 57,220      "[unused58]": 58,221      "[unused59]": 59,222      "[unused60]": 60,223      "[unused61]": 61,224      "[unused62]": 62,225      "[unused63]": 63,226      "[unused64]": 64,227      "[unused65]": 65,228      "[unused66]": 66,229      "[unused67]": 67,230      "[unused68]": 68,231      "[unused69]": 69,232      "[unused70]": 70,233      "[unused71]": 71,234      "[unused72]": 72,235      "[unused73]": 73,236      "[unused74]": 74,237      "[unused75]": 75,238      "[unused76]": 76,239      "[unused77]": 77,240      "[unused78]": 78,241      "[unused79]": 79,242      "[unused80]": 80,243      "[unused81]": 81,244      "[unused82]": 82,245      "[unused83]": 83,246      "[unused84]": 84,247      "[unused85]": 85,248      "[unused86]": 86,249      "[unused87]": 87,250      "[unused88]": 88,251      "[unused89]": 89,252      "[unused90]": 90,253      "[unused91]": 91,254      "[unused92]": 92,255      "[unused93]": 93,256      "[unused94]": 94,257      "[unused95]": 95,258      "[unused96]": 96,259      "[unused97]": 97,260      "[unused98]": 98,261      "[unused99]": 99,262      "[UNK]": 100,263      "[CLS]": 101,264      "[SEP]": 102,265      "[MASK]": 103,266      "t": 104,267      "a": 105,268      "##in": 106,269      "##he": 107,270      "##re": 108,271      "##on": 109,272      "##ti": 110,273      "the": 111,274      "##er": 112,275      "s": 113,276      "o": 114,277      "##en": 115,278      "c": 116,279      "##ed": 117,280      "##al": 118,281      "p": 119,282      "##es": 120,283      "##or": 121,284      "##at": 122,285      "##is": 123,286      "in": 124,287      "of": 125,288      "##nd": 126,289      "w": 127,290      "##tion": 128,291      "f": 129,292      "d": 130,293      "##it": 131,294      "##an": 132,295      "##ro": 133,296      "m": 134,297      "b": 135,298      "and": 136,299      "##ar": 137,300      "##ing": 138,301      "##ic": 139,302      "##as": 140,303      "##le": 141,304      "e": 142,305      "(": 143,306      "re": 144,307      "##ent": 145,308      "to": 146,309      "##ation": 147,310      "T": 148,311      "##el": 149,312      "##ec": 150,313      "##us": 151,314      "n": 152,315      "th": 153,316      "##om": 154,317      "1": 155,318      "##ac": 156,319      "##et": 157,320      "##ul": 158,321      "##ol": 159,322      "h": 160,323      "l": 161,324      "##im": 162,325      "is": 163,326      "##ur": 164,327      "A": 165,328      "2": 166,329      "##ig": 167,330      "##os": 168,331      "S": 169,332      "##ve": 170,333      "##ly": 171,334      "##id": 172,335      "for": 173,336      "C": 174,337      "g": 175,338      "##ce": 176,339      "con": 177,340      "##il": 178,341      "I": 179,342      "##ith": 180,343      "##ut": 181,344      "##ow": 182,345      "##ot": 183,346      "pro": 184,347      "##tr": 185,348      "The": 186,349      "v": 187,350      "with": 188,351      "##am": 189,352      "##ter": 190,353      "##ere": 191,354      "P": 192,355      "as": 193,356      "M": 194,357      "##od": 195,358      "##res": 196,359      "al": 197,360      "an": 198,361      "##un": 199,362      "##uc": 200,363      "on": 201,364      "that": 202,365      "be": 203,366      "##if": 204,367      "##um": 205,368      "ex": 206,369      "##em": 207,370      "st": 208,371      "##ts": 209,372      "##ab": 210,373      ".": 211,374      "##tic": 212,375      "F": 213,376      "##ver": 214,377      "##ity": 215,378      "##qu": 216,379      "r": 217,380      "##st": 218,381      "##ag": 219,382      "##ir": 220,383      "D": 221,384      "##ate": 222,385      "##ad": 223,386      "by": 224,387      "##si": 225,388      "R": 226,389      "com": 227,390      "##oc": 228,391      "##ain": 229,392      "B": 230,393      "are": 231,394      "##ure": 232,395      "H": 233,396      "##).": 234,397      "##ated": 235,398      "##ment": 236,399      "##her": 237,400      "##ati": 238,401      "##00": 239,402      "res": 240,403      "E": 241,404      "##pp": 242,405      "N": 243,406      "us": 244,407      "3": 245,408      "##rom": 246,409      "##..": 247,410      "##op": 248,411      "de": 249,412      "##ay": 250,413      "or": 251,414      "0": 252,415      "was": 253,416      "ac": 254,417      "##og": 255,418      "##ud": 256,419      "L": 257,420      "##se": 258,421      "##ted": 259,422      "##ess": 260,423      "##ap": 261,424      "at": 262,425      "In": 263,426      "##ri": 264,427      "W": 265,428      "##ell": 266,429      "##ore": 267,430      "[": 268,431      "comp": 269,432      "wh": 270,433      "##ch": 271,434      "were": 272,435      "##und": 273,436      "G": 274,437      "su": 275,438      "##ant": 276,439      "from": 277,440      "##ers": 278,441      "##th": 279,442      "##ff": 280,443      "=": 281,444      "##ine": 282,445      "##iz": 283,446      "##orm": 284,447      "##pl": 285,448      "ch": 286,449      "im": 287,450      "##ical": 288,451      "we": 289,452      "##vel": 290,453      "sh": 291,454      "dis": 292,455      "se": 293,456      "4": 294,457      "##per": 295,458      "tr": 296,459      "##pec": 297,460      "##ations": 298,461      "##and": 299,462      "##igh": 300,463      "##ies": 301,464      "##),": 302,465      "O": 303,466      "##ich": 304,467      "it": 305,468      "this": 306,469      "##ase": 307,470      "##ents": 308,471      "##ib": 309,472      "en": 310,473      "##iv": 311,474      "5": 312,475      "le": 313,476      "##ge": 314,477      "##te": 315,478      "can": 316,479      "##ign": 317,480      "##duc": 318,481      "not": 319,482      "##sion": 320,483      "inc": 321,484      "ad": 322,485      "ne": 323,486      "k": 324,487      "##ition": 325,488      "##able": 326,489      "per": 327,490      "J": 328,491      "##ence": 329,492      "##up": 330,493      "##form": 331,494      "##ion": 332,495      "par": 333,496      "##ous": 334,497      "##ans": 335,498      "co": 336,499      "##ave": 337,500      "##01": 338,501      "##est": 339,502      "##red": 340,503      "##eren": 341,504      "##iff": 342,505      "0.": 343,506      "sy": 344,507      "which": 345,508      "##ance": 346,509      "app": 347,510      "##ect": 348,511      "mod": 349,512      "##ther": 350,513      "##ach": 351,514      "##ial": 352,515      "##age": 353,516      "##tive": 354,517      "U": 355,518      "##lec": 356,519      "##.,": 357,520      "Th": 358,521      "K": 359,522      "##ie": 360,523      "##ug": 361,524      "##ys": 362,525      "##ort": 363,526      "##ak": 364,527      "cont": 365,528      "whe": 366,529      "##act": 367,530      "he": 368,531      "##end": 369,532      "cons": 370,533      "stud": 371,534      "##ip": 372,535      "##....": 373,536      "diff": 374,537      "have": 375,538      "##etw": 376,539      "cl": 377,540      "ob": 378,541      "##ary": 379,542      "V": 380,543      "200": 381,544      "6": 382,545      "19": 383,546      "##ill": 384,547      "##low": 385,548      "et": 386,549      "##ue": 387,550      "##ific": 388,551      "gen": 389,552      "##ari": 390,553      "##ist": 391,554      "##all": 392,555      "##ard": 393,556      "##tions": 394,557      "ab": 395,558      "int": 396,559      "##ally": 397,560      "##our": 398,561      "##ep": 399,562      "##ors": 400,563      "ass": 401,564      "##olog": 402,565      "un": 403,566      "imp": 404,567      "##yp": 405,568      "cell": 406,569      "inter": 407,570      "ind": 408,571      "##ear": 409,572      "(1": 410,573      "y": 411,574      "pre": 412,575      "##tiv": 413,576      "##ost": 414,577      "show": 415,578      "##tim": 416,579      "##ren": 417,580      "me": 418,581      "eff": 419,582      "pl": 420,583      "##stem": 421,584      "met": 422,585      "##ased": 423,586      "##ata": 424,587      "##pres": 425,588      "differen": 426,589      "##ong": 427,590      "##ork": 428,591      "str": 429,592      ",": 430,593      "sc": 431,594      "di": 432,595      "##ond": 433,596      "##enti": 434,597      "##ber": 435,598      "resul": 436,599      "##ia": 437,600      "##so": 438,601      "sign": 439,602      "##erm": 440,603      "has": 441,604      "##enc": 442,605      "##ord": 443,606      "sub": 444,607      "##uch": 445,608      "des": 446,609      "ev": 447,610      "##ph": 448,611      "##uld": 449,612      "##ide": 450,613      "##een": 451,614      "7": 452,615      "i": 453,616      "gro": 454,617      "##ang": 455,618      "##ates": 456,619      "##ub": 457,620      "##ome": 458,621      "##erv": 459,622      "##cess": 460,623      "##ight": 461,624      "##ative": 462,625      "##ular": 463,626      "##0.": 464,627      "sp": 465,628      "pres": 466,629      "This": 467,630      "##etween": 468,631      "##ons": 469,632      "##av": 470,633      "##ose": 471,634      "##ass": 472,635      "between": 473,636      "##ast": 474,637      "tim": 475,638      "model": 476,639      "rel": 477,640      "##ple": 478,641      "+": 479,642      "##ugh": 480,643      "trans": 481,644      "##unc": 482,645      "system": 483,646      "all": 484,647      "qu": 485,648      "##ech": 486,649      "##ind": 487,650      "##ory": 488,651      "(2": 489,652      "det": 490,653      "rec": 491,654      "anal": 492,655      "##rol": 493,656      "spec": 494,657      "##].": 495,658      "##wo": 496,659      "##ility": 497,660      "also": 498,661      "We": 499,662      "8": 500,663      "data": 501,664      "##ens": 502,665      "##iti": 503,666      "201": 504,667      "##ution": 505,668      "##ound": 506,669      "ph": 507,670      "ar": 508,671      "##ual": 509,672      "used": 510,673      "reg": 511,674      "##ble": 512,675      "sam": 513,676      "pati": 514,677      "than": 515,678      "val": 516,679      "pos": 517,680      "##ied": 518,681      "ro": 519,682      "9": 520,683      "other": 521,684      "##out": 522,685      "sim": 523,686      "##tain": 524,687      "using": 525,688      "##ater": 526,689      "##dition": 527,690      "und": 528,691      "##ection": 529,692      "these": 530,693      "##ace": 531,694      "two": 532,695      "##pt": 533,696      "##lic": 534,697      "cor": 535,698      "##ree": 536,699      "no": 537,700      "been": 538,701      "j": 539,702      "more": 540,703      "##are": 541,704      "##ack": 542,705      "##.1": 543,706      "vari": 544,707      "โˆ’": 545,708      "##aus": 546,709      "one": 547,710      "incre": 548,711      "##ail": 549,712      "##gr": 550,713      ")": 551,714      "time": 552,715      "study": 553,716      "##ely": 554,717      "##ating": 555,718      "##hod": 556,719      "their": 557,720      "##ces": 558,721      "num": 559,722      "##pos": 560,723      "Fig": 561,724      "##oth": 562,725      "10": 563,726      "man": 564,727      "##ting": 565,728      "pr": 566,729      "inf": 567,730      "am": 568,731      "func": 569,732      "##cri": 570,733      "fol": 571,734      "##ten": 572,735      "##ures": 573,736      "out": 574,737      "each": 575,738      "form": 576,739      "##one": 577,740      "-": 578,741      "may": 579,742      "##rec": 580,743      "such": 581,744      "##trib": 582,745      "##1,": 583,746      "cells": 584,747      "##lud": 585,748      "##por": 586,749      "##ite": 587,750      "patients": 588,751      "##.2": 589,752      "##ni": 590,753      "##ulation": 591,754      "dec": 592,755      "where": 593,756      "appro": 594,757      "##hen": 595,758      "but": 596,759      "##ever": 597,760      "##ob": 598,761      "gener": 599,762      "##ath": 600,763      "sur": 601,764      "acc": 602,765      "##ile": 603,766      "##ice": 604,767      "##ould": 605,768      "over": 606,769      "col": 607,770      "##hem": 608,771      "follow": 609,772      "##ysis": 610,773      "##........": 611,774      "##oin": 612,775      "##ments": 613,776      "group": 614,777      "##oci": 615,778      "inv": 616,779      "199": 617,780      "##ik": 618,781      "there": 619,782      "high": 620,783      "ag": 621,784      "##rap": 622,785      "##ture": 623,786      "##tical": 624,787      "##ros": 625,788      "method": 626,789      "level": 627,790      "results": 628,791      "Al": 629,792      "tre": 630,793      "x": 631,794      "##fter": 632,795      "##ues": 633,796      "set": 634,797      "##tern": 635,798      "under": 636,799      "##les": 637,800      "##velop": 638,801      "perform": 639,802      "##ases": 640,803      "[1": 641,804      "em": 642,805      "##ects": 643,806      "prov": 644,807      "only": 645,808      "##vely": 646,809      "##ne": 647,810      "##ization": 648,811      "use": 649,812      "control": 650,813      "##ized": 651,814      "meas": 652,815      "process": 653,816      "do": 654,817      "##ood": 655,818      "low": 656,819      "signific": 657,820      "its": 658,821      "different": 659,822      "##ax": 660,823      "##ined": 661,824      "##ms": 662,825      "##yl": 663,826      "##-1": 664,827      "ver": 665,828      "conc": 666,829      "##als": 667,830      "def": 668,831      "so": 669,832      "##ature": 670,833      "1.": 671,834      "exper": 672,835      "activ": 673,836      "##arg": 674,837      "sol": 675,838      "##entr": 676,839      "##ability": 677,840      "##ology": 678,841      "##NA": 679,842      "will": 680,843      "number": 681,844      "u": 682,845      "comm": 683,846      "##ici": 684,847      "##vers": 685,848      "function": 686,849      "es": 687,850      "An": 688,851      "fe": 689,852      "our": 690,853      "##hed": 691,854      "For": 692,855      "##uring": 693,856      "mo": 694,857      "##formation": 695,858      "partic": 696,859      "fact": 697,860      "develop": 698,861      "into": 699,862      "significant": 700,863      "op": 701,864      "##owever": 702,865      "##ark": 703,866      "##ym": 704,867      "##ust": 705,868      "##irst": 706,869      "obs": 707,870      "##der": 708,871      "##now": 709,872      "##ix": 710,873      "both": 711,874      "Y": 712,875      "##vi": 713,876      "z": 714,877      "comple": 715,878      "when": 716,879      "##art": 717,880      "supp": 718,881      "equ": 719,882      "resp": 720,883      "##ra": 721,884      "##ange": 722,885      "includ": 723,886      "##lu": 724,887      "present": 725,888      "##anc": 726,889      "exam": 727,890      "expres": 728,891      "##tein": 729,892      "##rent": 730,893      "analysis": 731,894      "##2,": 732,895      "bl": 733,896      "St": 734,897      "As": 735,898      "if": 736,899      "Pro": 737,900      "##ered": 738,901      "##fore": 739,902      "min": 740,903      "##ex": 741,904      "##duced": 742,905      "work": 743,906      "pol": 744,907      "##acter": 745,908      "It": 746,909      "##ung": 747,910      "##ency": 748,911      "typ": 749,912      "non": 750,913      "##ise": 751,914      "X": 752,915      "##hes": 753,916      "โ€œ": 754,917      "##inal": 755,918      "some": 756,919      "##ational": 757,920      "fr": 758,921      "##ared": 759,922      "##erg": 760,923      "##put": 761,924      "##action": 762,925      "##ved": 763,926      "sec": 764,927      "##0,": 765,928      "Z": 766,929      "id": 767,930      "after": 768,931      "##ays": 769,932      "measure": 770,933      "ins": 771,934      "requ": 772,935      "##ause": 773,936      "##tit": 774,937      "##ress": 775,938      "sm": 776,939      "12": 777,940      "loc": 778,941      "##duction": 779,942      "bec": 780,943      "disc": 781,944      "observ": 782,945      "##ox": 783,946      "##ric": 784,947      "##ize": 785,948      "Ch": 786,949      "##ann": 787,950      "cur": 788,951      "##ants": 789,952      "##gor": 790,953      "##rough": 791,954      "##ult": 792,955      "##iel": 793,956      "##cc": 794,957      "##ene": 795,958      "##ild": 796,959      "then": 797,960      "##ven": 798,961      "##atic": 799,962      "##edi": 800,963      "##til": 801,964      "##yn": 802,965      "first": 803,966      "consid": 804,967      "they": 805,968      "##br": 806,969      "##old": 807,970      "##iew": 808,971      "##.3": 809,972      "##ks": 810,973      "ref": 811,974      "##ities": 812,975      "up": 813,976      "##its": 814,977      "##ci": 815,978      "##rel": 816,979      "most": 817,980      "descri": 818,981      "##.5": 819,982      "mul": 820,983      "##truc": 821,984      "##ected": 822,985      "##entif": 823,986      "well": 824,987      "protein": 825,988      "struc": 826,989      "##amet": 827,990      "##ption": 828,991      "bi": 829,992      "shown": 830,993      "rem": 831,994      "condition": 832,995      "##ality": 833,996      "##ft": 834,997      "##ov": 835,998      "##Fig": 836,999      "##ough": 837,1000      "##earch": 838,1001      "##ages": 839,1002      "associ": 840,1003      "gr": 841,1004      "##tal": 842,1005      "##ilar": 843,1006      "##led": 844,1007      "##ield": 845,1008      "mat": 846,1009      "obtain": 847,1010      "##1)": 848,1011      "aut": 849,1012      "##ane": 850,1013      "##ok": 851,1014      "##gen": 852,1015      "der": 853,1016      "indic": 854,1017      "during": 855,1018      "##ute": 856,1019      "poin": 857,1020      "found": 858,1021      "tech": 859,1022      "##raph": 860,1023      "treat": 861,1024      "However": 862,1025      "##ement": 863,1026      ":": 864,1027      "##ings": 865,1028      "Q": 866,1029      "same": 867,1030      "repres": 868,1031      "information": 869,1032      "giv": 870,1033      "##10": 871,1034      "##ive": 872,1035      "##ines": 873,1036      "requi": 874,1037      "determ": 875,1038      "dep": 876,1039      "through": 877,1040      "##cept": 878,1041      "anti": 879,1042      "experim": 880,1043      "any": 881,1044      "based": 882,1045      "mon": 883,1046      "er": 884,1047      "case": 885,1048      "##lement": 886,1049      "cal": 887,1050      "##ry": 888,1051      "studies": 889,1052      "##ological": 890,1053      "char": 891,1054      "hig": 892,1055      "##gg": 893,1056      "proble": 894,1057      "Re": 895,1058      "Com": 896,1059      "respec": 897,1060      "##atis": 898,1061      "15": 899,1062      "|": 900,1063      "##alth": 901,1064      "##1.": 902,1065      "##ale": 903,1066      "class": 904,1067      "Con": 905,1068      "dem": 906,1069      "had": 907,1070      "&": 908,1071      "know": 909,1072      "##oun": 910,1073      "##ural": 911,1074      "Res": 912,1075      "##gorith": 913,1076      "import": 914,1077      "##ions": 915,1078      "##adi": 916,1079      "new": 917,1080      "##yc": 918,1081      "test": 919,1082      "##ake": 920,1083      "##urther": 921,1084      "##rect": 922,1085      "##over": 923,1086      "##par": 924,1087      "##],": 925,1088      "##etwork": 926,1089      "##ivid": 927,1090      "##sible": 928,1091      "hy": 929,1092      "##rop": 930,1093      "##ination": 931,1094      "##lis": 932,1095      "##2)": 933,1096      "end": 934,1097      "##istic": 935,1098      "##tively": 936,1099      "##ited": 937,1100      "##yt": 938,1101      "three": 939,1102      "conf": 940,1103      "##bed": 941,1104      "##ential": 942,1105      "##vious": 943,1106      "(3": 944,1107      "##ade": 945,1108      "##ject": 946,1109      "##alu": 947,1110      "##eng": 948,1111      "##hib": 949,1112      "[2": 950,1113      "##ties": 951,1114      "To": 952,1115      "term": 953,1116      "car": 954,1117      "multi": 955,1118      "rep": 956,1119      "<": 957,1120      "ser": 958,1121      "##aining": 959,1122      "##ently": 960,1123      "distrib": 961,1124      "##ior": 962,1125      "There": 963,1126      "pred": 964,1127      "estim": 965,1128      "##3,": 966,1129      "effect": 967,1130      "##ism": 968,1131      "could": 969,1132      "##ove": 970,1133      "##iss": 971,1134      "need": 972,1135      "Figure": 973,1136      "main": 974,1137      "av": 975,1138      "##ON": 976,1139      "expression": 977,1140      "##.4": 978,1141      "addition": 979,1142      "cap": 980,1143      "sugg": 981,1144      "identif": 982,1145      "treatment": 983,1146      "small": 984,1147      "would": 985,1148      "##ulated": 986,1149      "value": 987,1150      "(19": 988,1151      "##requ": 989,1152      "provid": 990,1153      "##ier": 991,1154      "##ock": 992,1155      "##de": 993,1156      "design": 994,1157      "occ": 995,1158      "expl": 996,1159      "mem": 997,1160      "##com": 998,1161      "order": 999,1162      "elec": 1000,1163      "algorith": 1001,1164      "##ator": 1002,1165      "##ful": 1003,1166      "character": 1004,1167      "values": 1005,1168      "##ince": 1006,1169      "20": 1007,1170      "year": 1008,1171      "##gan": 1009,1172      "who": 1010,1173      "##ains": 1011,1174      "##cer": 1012,1175      "##amm": 1013,1176      "repor": 1014,1177      "##mun": 1015,1178      "line": 1016,1179      "path": 1017,1180      "lim": 1018,1181      "11": 1019,1182      "##2.": 1020,1183      "##ode": 1021,1184      "##of": 1022,1185      "##arge": 1023,1186      "โˆˆ": 1024,1187      "pot": 1025,1188      "oper": 1026,1189      "higher": 1027,1190      "gl": 1028,1191      "##resp": 1029,1192      "ed": 1030,1193      "##ning": 1031,1194      "##con": 1032,1195      "similar": 1033,1196      "paramet": 1034,1197      "tem": 1035,1198      "about": 1036,1199      "rate": 1037,1200      "mic": 1038,

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