ESM2 API¶
SOTA general-purpose protein language model. Can be used to predict structure, function and other protein properties directly from individual sequences.*
API Call with Python requests¶
from IPython.display import JSON  # Helpful UI for JSON display
from biolmai import BioLMsequence = "MSILVTRPSPAGEELVSRLRTLGQVAWHFPLIEFSPGQQLPQLADQLAALGESDLLFALSQHAVAFAQSQLHQQDRKWPRLPDYFAIGRTTALALHTVSGQKILYPQDREISEVLLQLPELQNIAGKRALILRGNGGRELIGDTLTARGAEVTFCECYQRCAIHYDGAEEAMRWQAREVTMVVVTSGEMLQQLWSLIPQWYREHWLLHCRLLVVSERLAKLARELGWQDIKVADNADNDALLRALQ"
result = BioLM(entity="esm2-650m", action="encode", items=[{"sequence": sequence}])
result{'sequence_index': 0,
 'embeddings': [{'layer': 33,
   'embedding': [-0.016211511567234993,
    -0.08986478298902512,
    0.0014127560425549746,
    0.0025097373872995377,
    -0.07392080873250961,
    0.013316961005330086,
    0.08930809050798416,
    -0.024547725915908813,
    -0.04468190670013428,
    -0.0064889597706496716,
    -0.0416436530649662,
    0.018958836793899536,
    0.1873437464237213,
    0.07433116436004639,
    -0.09800954163074493,
    0.08659989386796951,
    0.0031525238882750273,
    0.03812696784734726,
    0.022321084514260292,
    -0.011309001594781876,
    0.06073367968201637,
    -0.07809389382600784,
    -0.01758384518325329,
    -0.0159626342356205,
    -0.09805349260568619,
    0.01895921491086483,
    -0.06107257306575775,
    0.06992997229099274,
    0.0368136465549469,
    -0.13644707202911377,
    -0.03739994019269943,
    -0.027398396283388138,
    0.07585828006267548,
    -0.05785013735294342,
    0.022603005170822144,
    0.01210520789027214,
    -0.021985143423080444,
    0.00709247961640358,
    -0.051060836762189865,
    0.019956039264798164,
    0.08142467588186264,
    -0.03806626424193382,
    0.09081009030342102,
    0.05498011037707329,
    -0.07946380972862244,
    -0.14983591437339783,
    0.07396824657917023,
    -0.012908939272165298,
    0.048433348536491394,
    -0.031117722392082214,
    0.05016240105032921,
    0.024045955389738083,
    0.011568216606974602,
    0.10146045684814453,
    0.004750977270305157,
    0.03540237247943878,
    0.015834981575608253,
    0.018140949308872223,
    0.06638920307159424,
    0.010217348113656044,
    -0.05996178835630417,
    -0.003742784261703491,
    -0.06130862608551979,
    0.02177857980132103,
    0.057761382311582565,
    0.09363716095685959,
    -0.03714080899953842,
    -0.05806083604693413,
    0.13050368428230286,
    -0.009744861163198948,
    0.09514253586530685,
    -0.13472124934196472,
    -0.014763145707547665,
    -0.038766711950302124,
    0.05250762775540352,
    0.041097842156887054,
    0.0037483819760382175,
    0.10562285780906677,
    0.03126595914363861,
    -0.001982874469831586,
    0.09562698006629944,
    -0.010318120941519737,
    -0.06535962969064713,
    0.05439862236380577,
    -0.047754861414432526,
    0.07898598164319992,
    -0.043779678642749786,
    0.13459563255310059,
    0.1083865836262703,
    -0.03597097098827362,
    0.17807602882385254,
    -0.02822488732635975,
    -0.019930889829993248,
    -0.016060609370470047,
    -0.0013563702814280987,
    0.06055298075079918,
    0.02825787663459778,
    -0.03433871641755104,
    0.061474137008190155,
    -0.019052281975746155,
    0.14084793627262115,
    -0.09360294789075851,
    0.006219153292477131,
    -0.030379191040992737,
    -0.06962355971336365,
    0.02188480831682682,
    -0.009731252677738667,
    0.007415516301989555,
    -0.08959992229938507,
    0.019773738458752632,
    0.013982819393277168,
    -0.040072087198495865,
    -0.0503322072327137,
    0.07572176307439804,
    0.044354431331157684,
    -0.04066060483455658,
    -0.17747297883033752,
    -0.007046154700219631,
    -0.01555060688406229,
    0.09380653500556946,
    -0.022548479959368706,
    0.0013544521061703563,
    0.10706106573343277,
    -0.037909939885139465,
    -0.03547992184758186,
    0.042168028652668,
    0.12386933714151382,
    0.012152915820479393,
    -0.10024494677782059,
    0.0642181858420372,
    -0.02391907572746277,
    0.04396799951791763,
    -0.05201447382569313,
    -0.04963914304971695,
    0.01070930901914835,
    0.2599477767944336,
    0.0066290502436459064,
    0.18137064576148987,
    0.043817032128572464,
    -0.0003139994805678725,
    0.02189740538597107,
    -0.03312484174966812,
    -0.06735996156930923,
    0.014020668342709541,
    -0.0010601781541481614,
    0.07975421100854874,
    0.08623788505792618,
    0.059434935450553894,
    -0.06157438084483147,
    0.01544003002345562,
    0.06296856701374054,
    0.05857222527265549,
    0.048102039843797684,
    0.0778455063700676,
    0.01910586655139923,
    -0.01826295256614685,
    0.05358019843697548,
    0.0639537125825882,
    -0.05865585431456566,
    -0.028581857681274414,
    -0.049659498035907745,
    0.020555531606078148,
    0.02159491740167141,
    -0.06474324315786362,
    0.09252310544252396,
    -0.05272014066576958,
    0.1031794473528862,
    0.032388005405664444,
    0.058891668915748596,
    -0.011943095363676548,
    -0.02885788306593895,
    0.09762727469205856,
    0.08987189829349518,
    -0.0011224482441321015,
    0.06420382857322693,
    -0.0034349432680755854,
    0.09264399856328964,
    -0.03612929955124855,
    0.06826063245534897,
    -0.006269992329180241,
    0.008868670091032982,
    -0.0018759643426164985,
    0.014416106976568699,
    0.0076593500562012196,
    -0.023380670696496964,
    0.0006831621285527945,
    -0.0413622185587883,
    0.020731257274746895,
    0.062159910798072815,
    -0.11607296019792557,
    0.021072426810860634,
    0.0608152411878109,
    0.035514071583747864,
    0.036702029407024384,
    0.031546447426080704,
    0.09080196171998978,
    0.19905202090740204,
    0.014459407888352871,
    -0.11194891482591629,
    -0.025644291192293167,
    0.07535260915756226,
    0.05334484204649925,
    -0.03292350471019745,
    0.003807426430284977,
    -0.012628661468625069,
    0.07533419132232666,
    0.0031721252016723156,
    -0.05228572338819504,
    -0.14382492005825043,
    -0.11843030899763107,
    0.1266016662120819,
    -0.01728058233857155,
    0.15640904009342194,
    0.1505403369665146,
    -0.11989027261734009,
    -0.014758965000510216,
    0.054750312119722366,
    0.05241145193576813,
    0.11994989216327667,
    -0.030660731717944145,
    0.06557045876979828,
    0.025529174134135246,
    0.07466503977775574,
    -0.018920011818408966,
    -0.005673833191394806,
    -0.05955244228243828,
    -0.06360408663749695,
    -0.04287947714328766,
    -0.07665079087018967,
    0.020732400938868523,
    0.08652357012033463,
    -0.06332758814096451,
    -0.14224815368652344,
    0.010061386041343212,
    -0.7081894278526306,
    -0.006758352741599083,
    0.06700250506401062,
    0.0788622796535492,
    -0.10997926443815231,
    -0.1717621386051178,
    -0.010240317322313786,
    0.004555979277938604,
    -0.06613541394472122,
    -0.022834537550807,
    0.041058171540498734,
    -0.027673497796058655,
    0.06054433807730675,
    -0.03382406756281853,
    0.0645526722073555,
    0.016215210780501366,
    -0.13488568365573883,
    -0.06916449964046478,
    -0.010049376636743546,
    0.0016081418143585324,
    0.012884065508842468,
    0.024136792868375778,
    0.017368881031870842,
    -0.013315309770405293,
    -0.011124706827104092,
    -0.2695559561252594,
    0.1251072883605957,
    0.023171184584498405,
    -0.02999475598335266,
    0.059853240847587585,
    0.045543819665908813,
    -0.07822399586439133,
    -0.11618419736623764,
    -0.09744669497013092,
    -0.04124249145388603,
    -0.008338266983628273,
    0.0392926000058651,
    0.0785524845123291,
    0.028727471828460693,
    -0.02535299025475979,
    0.001701677218079567,
    0.0032097308430820704,
    0.08431732654571533,
    0.07266636937856674,
    -0.008875401690602303,
    -0.0858834981918335,
    -0.0006614378071390092,
    0.047201693058013916,
    0.04011772945523262,
    0.06088887155056,
    -0.05066389590501785,
    -0.08217770606279373,
    0.038198407739400864,
    -0.12449859827756882,
    0.05420996621251106,
    0.08461761474609375,
    0.044576868414878845,
    0.07293109595775604,
    -0.06784801185131073,
    -0.13941802084445953,
    0.021893400698900223,
    -0.10129672288894653,
    -0.08100403845310211,
    0.07597768306732178,
    0.14389343559741974,
    0.018811237066984177,
    0.08674213290214539,
    0.04214181378483772,
    -0.1373191475868225,
    -0.035965487360954285,
    0.015476347878575325,
    -0.03997545316815376,
    -0.1516379415988922,
    0.010607367381453514,
    0.06934630125761032,
    -0.06277699023485184,
    0.007831956259906292,
    -0.03642302751541138,
    0.05444932356476784,
    0.015462423674762249,
    0.005277630873024464,
    -0.014305668883025646,
    -0.027232453227043152,
    0.08550363034009933,
    -0.04053657874464989,
    0.0060727354139089584,
    0.09810282289981842,
    0.004010102245956659,
    -0.018191220238804817,
    0.03458133712410927,
    -0.026579082012176514,
    -0.07803954929113388,
    -0.004746224731206894,
    -0.01432054117321968,
    -0.03625109791755676,
    -0.11375715583562851,
    0.03750092536211014,
    -0.10072759538888931,
    0.05158597603440285,
    -0.023610083386301994,
    -0.20312117040157318,
    0.04629531130194664,
    0.12186010181903839,
    0.018010098487138748,
    0.17376375198364258,
    -0.1119120866060257,
    -0.029302779585123062,
    -0.06821657717227936,
    -0.058705348521471024,
    -0.015743892639875412,
    -0.09256432950496674,
    -0.09394996613264084,
    0.0029367480892688036,
    0.10854367166757584,
    -0.04393196478486061,
    -0.06568310409784317,
    -0.05685967579483986,
    -0.01997271366417408,
    -0.05592662841081619,
    -0.0339563712477684,
    0.0679543986916542,
    0.0754539892077446,
    -0.0070768543519079685,
    0.03070129081606865,
    -0.05158078670501709,
    -0.049681130796670914,
    -0.01236827950924635,
    0.010453672148287296,
    -0.012379731051623821,
    0.06551383435726166,
    0.026041990146040916,
    -0.02113022282719612,
    0.1090846136212349,
    -0.005454317666590214,
    0.16969254612922668,
    -0.09657178819179535,
    0.06047975271940231,
    0.07898222655057907,
    0.0017592796357348561,
    -0.028849296271800995,
    -0.009129507467150688,
    0.12526331841945648,
    0.056450456380844116,
    -0.004092017654329538,
    0.048680517822504044,
    0.0331793837249279,
    -0.11164751648902893,
    -0.17002910375595093,
    0.018954219296574593,
    0.0494404062628746,
    -0.07031525671482086,
    0.07813680917024612,
    -0.013257847167551517,
    0.01160423457622528,
    0.13494038581848145,
    0.032579436898231506,
    -0.07245589792728424,
    -0.01173500344157219,
    -0.002042509848251939,
    0.03694574907422066,
    -0.034419476985931396,
    -0.07186666131019592,
    0.13824968039989471,
    -0.0500946007668972,
    0.0768229141831398,
    -0.10820776969194412,
    0.003229005029425025,
    -0.09273047000169754,
    -0.03664310276508331,
    0.0838542953133583,
    0.0398065447807312,
    -0.016382375732064247,
    -0.024890588596463203,
    0.0027988229412585497,
    -0.008869437500834465,
    -0.1499171406030655,
    0.08821122348308563,
    -0.04904542490839958,
    0.018505821004509926,
    -0.12881846725940704,
    0.09020554274320602,
    0.048124901950359344,
    0.12967655062675476,
    0.07523364573717117,
    0.07520085573196411,
    -0.04635828733444214,
    -0.08466186374425888,
    0.07904607802629471,
    0.020764093846082687,
    0.11538764089345932,
    -0.14203457534313202,
    0.03360281512141228,
    -0.004169380757957697,
    0.041705187410116196,
    0.05058668181300163,
    -0.0004931019502691925,
    0.0893850103020668,
    0.0860448032617569,
    0.0721738189458847,
    -0.03174693137407303,
    -0.04542146623134613,
    0.04974200949072838,
    0.02611508220434189,
    -0.023077158257365227,
    0.02049596607685089,
    -0.02563033625483513,
    0.010979637503623962,
    0.05500517785549164,
    0.024912502616643906,
    -0.05198615416884422,
    0.0689903274178505,
    0.022862838581204414,
    -0.0340418703854084,
    0.07320958375930786,
    -0.021237237378954887,
    -0.09258270263671875,
    -0.0041942778043448925,
    0.030613744631409645,
    0.04134112969040871,
    -0.08980368822813034,
    0.015940602868795395,
    0.03251131623983383,
    0.11582226306200027,
    0.05854193493723869,
    0.0009434487437829375,
    0.1102588027715683,
    0.016319410875439644,
    -0.007122776471078396,
    0.041069697588682175,
    -0.041507162153720856,
    0.07093900442123413,
    -0.011435671709477901,
    0.09342525899410248,
    0.06391827017068863,
    0.13503597676753998,
    -0.02603771537542343,
    -0.03848017752170563,
    -0.07792847603559494,
    0.0031748733017593622,
    0.0068013365380465984,
    0.11581527441740036,
    -0.03456287086009979,
    0.058793805539608,
    -0.056912507861852646,
    0.005466131027787924,
    -0.08497986197471619,
    -0.02770320326089859,
    -0.021274719387292862,
    -0.029597626999020576,
    0.154551699757576,
    0.002587313298135996,
    -0.004831712227314711,
    -0.05716916546225548,
    0.021440040320158005,
    0.07166800647974014,
    0.11260435730218887,
    -0.07916468381881714,
    0.06724906712770462,
    -0.12815450131893158,
    0.09926406294107437,
    0.026369407773017883,
    0.09683924913406372,
    -0.014674147590994835,
    -0.08502978831529617,
    -0.059110336005687714,
    -0.02243172563612461,
    -0.09587480127811432,
    -0.10294975340366364,
    -0.09752414375543594,
    -0.0013078114716336131,
    0.038774725049734116,
    0.06802686303853989,
    -0.06397060304880142,
    -0.01679292693734169,
    0.0005327519029378891,
    0.037167225033044815,
    -0.0017442551907151937,
    0.008426625281572342,
    -0.05746820196509361,
    -0.003450708230957389,
    0.07567162811756134,
    0.03597831353545189,
    0.10402733087539673,
    -0.14644218981266022,
    0.035462744534015656,
    -0.0040347883477807045,
    0.037625059485435486,
    -0.05196594074368477,
    -0.0231776125729084,
    -0.04686754196882248,
    -0.000898393802344799,
    -0.17438992857933044,
    0.07506316155195236,
    0.007691437844187021,
    0.027405964210629463,
    -0.12076379358768463,
    -0.016610855236649513,
    0.043435562402009964,
    -0.0346040278673172,
    0.00193159026093781,
    -0.020214207470417023,
    -0.02754616178572178,
    0.0750739574432373,
    -0.029502755030989647,
    -0.04765443131327629,
    -0.017283068969845772,
    -0.1303672045469284,
    0.025846093893051147,
    0.0249408520758152,
    0.1793803721666336,
    -0.10526816546916962,
    0.022856267169117928,
    0.03157702833414078,
    -0.06643471866846085,
    0.1115771234035492,
    0.027624431997537613,
    0.03320292383432388,
    -0.06376630812883377,
    -0.032689839601516724,
    0.13919605314731598,
    0.023478267714381218,
    -0.15061531960964203,
    -0.13150979578495026,
    -0.0017935398500412703,
    -0.05789092928171158,
    0.005434726364910603,
    0.05193439871072769,
    -0.0401940643787384,
    -0.021833201870322227,
    0.08637445420026779,
    0.24669167399406433,
    -0.014478076249361038,
    0.023029543459415436,
    0.06035156175494194,
    0.028320247307419777,
    0.0881141796708107,
    -0.07280134409666061,
    0.00874418392777443,
    -0.0327254943549633,
    -0.03350614011287689,
    -0.08884560316801071,
    0.047891419380903244,
    -0.01044528093189001,
    0.1027606725692749,
    0.10107192397117615,
    0.07467548549175262,
    0.050584059208631516,
    -0.060596346855163574,
    0.0383991114795208,
    0.2216809093952179,
    -0.08316311985254288,
    0.09063994884490967,
    -0.05654049292206764,
    0.03155611827969551,
    -0.11375950276851654,
    0.09156417846679688,
    -0.027027757838368416,
    -0.05088205263018608,
    0.05796782672405243,
    0.029943477362394333,
    0.09387454390525818,
    0.07528585940599442,
    -0.07111087441444397,
    -0.07661072164773941,
    0.1400696486234665,
    0.008828607387840748,
    -0.0811951532959938,
    0.015335749834775925,
    0.04411502555012703,
    -0.01955621875822544,
    0.026866139844059944,
    0.12534195184707642,
    0.03983589634299278,
    0.07952141761779785,
    0.05731918662786484,
    0.07112612575292587,
    0.08676505088806152,
    -0.019832482561469078,
    -0.0620226189494133,
    -0.07998707890510559,
    0.02269846387207508,
    -0.0651356428861618,
    0.03404970094561577,
    -0.03340703994035721,
    0.109156534075737,
    0.11618135124444962,
    -0.05972825363278389,
    0.029293173924088478,
    -0.00845250952988863,
    -0.031171321868896484,
    -0.02567680925130844,
    0.013033776544034481,
    0.0884719043970108,
    -0.03673107549548149,
    0.13937729597091675,
    0.012744907289743423,
    0.06280215084552765,
    0.1456402987241745,
    -0.03886658698320389,
    -0.06639708578586578,
    0.02373531088232994,
    0.005318841431289911,
    0.052676182240247726,
    -0.013399317860603333,
    -0.03327971696853638,
    -0.0686597004532814,
    -0.09311548620462418,
    -0.04068152233958244,
    0.05507757514715195,
    -0.042758915573358536,
    0.11194217950105667,
    -0.14302736520767212,
    0.02346160262823105,
    0.05394909530878067,
    -0.06235773488879204,
    -0.018435504287481308,
    -0.10531406104564667,
    0.1930515021085739,
    -0.01897728629410267,
    -0.001794106443412602,
    0.01940595731139183,
    -0.03358713164925575,
    0.08333546668291092,
    0.09855060279369354,
    -0.050540000200271606,
    0.08099311590194702,
    0.03199801966547966,
    -0.07583785057067871,
    -0.07054708898067474,
    -0.012471726164221764,
    0.024192098528146744,
    -0.05333533510565758,
    -0.0918366014957428,
    0.07342265546321869,
    0.007088391575962305,
    0.0571909099817276,
    0.0730719193816185,
    -0.00882844440639019,
    0.02192295342683792,
    0.01024837139993906,
    0.04809077829122543,
    -0.020251283422112465,
    -0.022458653897047043,
    0.04542852193117142,
    0.04564696550369263,
    -0.10647640377283096,
    0.0680302307009697,
    -0.09577979147434235,
    -0.056342773139476776,
    0.15306168794631958,
    0.07404698431491852,
    -0.1036754846572876,
    -0.06573283672332764,
    0.00819867942482233,
    -0.004487980157136917,
    0.005734002683311701,
    0.08208614587783813,
    0.07483364641666412,
    -0.04598768800497055,
    -0.00751945236697793,
    0.10065659880638123,
    0.05645427107810974,
    -0.05716288462281227,
    -0.08244206756353378,
    0.0723009929060936,
    -0.13681231439113617,
    0.01449993159621954,
    0.0304558128118515,
    0.05989653989672661,
    0.02082415670156479,
    -0.02941046468913555,
    0.0783105343580246,
    0.0813068151473999,
    -0.06562595814466476,
    0.02802964486181736,
    0.10990472137928009,
    -0.05132328346371651,
    -0.16381950676441193,
    -0.02311907894909382,
    0.022206459194421768,
    0.0696936547756195,
    -0.023799706250429153,
    0.027323223650455475,
    0.11501659452915192,
    -0.05482619255781174,
    0.010109572671353817,
    -0.016017360612750053,
    0.041949257254600525,
    0.13156357407569885,
    0.03267425298690796,
    0.005300623830407858,
    -0.1458594799041748,
    0.04193635657429695,
    -0.05002858489751816,
    -0.05952203646302223,
    0.07898619771003723,
    -0.02644435688853264,
    0.08008894324302673,
    -0.021613992750644684,
    -0.006057825870811939,
    -0.10053068399429321,
    0.0188960749655962,
    0.1568612903356552,
    0.09033679217100143,
    -0.05244213715195656,
    -0.03372170031070709,
    0.04437752440571785,
    0.11698450148105621,
    0.023521028459072113,
    -0.03824194148182869,
    -0.04656263068318367,
    -0.05880986899137497,
    -0.038093145936727524,
    -0.09606238454580307,
    -0.046495407819747925,
    0.05443413928151131,
    -0.014762933366000652,
    0.13885606825351715,
    -0.0028246708679944277,
    -0.07100244611501694,
    -0.0914614126086235,
    -0.12630721926689148,
    -0.02243838645517826,
    -0.04673575609922409,
    0.04950939863920212,
    -0.06752811372280121,
    -0.08501999825239182,
    0.003398661268875003,
    0.10331778228282928,
    -0.060667429119348526,
    -0.0556374192237854,
    0.11626514792442322,
    -0.028973093256354332,
    -0.07864342629909515,
    -0.048826150596141815,
    0.11086349189281464,
    0.053145382553339005,
    -0.01206103153526783,
    0.037119898945093155,
    -0.018829982727766037,
    -0.06896389275789261,
    0.0071155475452542305,
    0.04065462201833725,
    -0.10581701993942261,
    0.05751805007457733,
    -0.04229487478733063,
    0.09086965769529343,
    0.11707518994808197,
    -0.028051946312189102,
    0.04604616388678551,
    -0.13154226541519165,
    -0.09990088641643524,
    0.14360567927360535,
    -0.0787331834435463,
    0.029645875096321106,
    0.10563963651657104,
    0.04076945036649704,
    0.07541780918836594,
    -0.11333391070365906,
    0.11869954317808151,
    -0.11133415997028351,
    -0.05090241879224777,
    0.03884110227227211,
    -0.1116822138428688,
    -0.11128600686788559,
    -0.03183545917272568,
    0.06738580763339996,
    0.09212315082550049,
    -0.036431655287742615,
    -0.007857132703065872,
    0.0164667796343565,
    0.01557573489844799,
    -0.02474174089729786,
    -0.04623937979340553,
    0.015915432944893837,
    -0.06957793235778809,
    0.0624268613755703,
    -0.03695860132575035,
    0.015244735404849052,
    -0.015610420145094395,
    0.029270008206367493,
    0.13602802157402039,
    -0.0055448440834879875,
    -0.039153557270765305,
    0.05046774819493294,
    -0.06955517083406448,
    0.05150900036096573,
    -0.0580151230096817,
    -0.07884304225444794,
    0.0005891949404031038,
    -0.06949102878570557,
    0.07844703644514084,
    -0.016937891021370888,
    0.015219489112496376,
    0.015215164981782436,
    0.02765733376145363,
    -0.11783869564533234,
    -0.12693440914154053,
    -0.07832378149032593,
    0.06373296678066254,
    0.05766434967517853,
    0.03682487830519676,
    0.08915915340185165,
    0.0008253011619672179,
    0.012213021516799927,
    0.0894106924533844,
    -0.10087219625711441,
    -0.10281882435083389,
    0.019417185336351395,
    0.09203092008829117,
    0.04107086732983589,
    0.029717685654759407,
    0.023083332926034927,
    -0.05975810065865517,
    0.027778180316090584,
    0.0010462492937222123,
    0.047896675765514374,
    -0.06106344982981682,
    0.07873442023992538,
    0.027486959472298622,
    0.03194928914308548,
    0.0478970929980278,
    0.09205476939678192,
    0.09702201932668686,
    -0.043497901409864426,
    -0.042901910841464996,
    -0.018856210634112358,
    -0.012921332381665707,
    0.03878307342529297,
    -0.011010510846972466,
    -0.08747950196266174,
    0.10341163724660873,
    0.016816332936286926,
    0.025202186778187752,
    -0.03206541761755943,
    0.013707597739994526,
    0.040789034217596054,
    -0.05682239681482315,
    0.2479897141456604,
    0.06181091070175171,
    0.085345059633255,
    0.03361596167087555,
    0.048234596848487854,
    -0.07290143519639969,
    0.07628490775823593,
    -0.08496175706386566,
    -0.02676333673298359,
    -0.03454162925481796,
    0.056008968502283096,
    -0.06182646378874779,
    0.03466092050075531,
    -0.09112938493490219,
    -0.019484635442495346,
    0.0813852995634079,
    -0.0410255528986454,
    0.10533714294433594,
    -0.05714044347405434,
    0.02268163301050663,
    0.08423160761594772,
    0.06914116442203522,
    -0.07899986207485199,
    -0.0034078331664204597,
    0.05527341365814209,
    -0.09832744300365448,
    -0.028735311701893806,
    0.06199578940868378,
    -0.04619106277823448,
    -0.04381851479411125,
    0.05699416995048523,
    -0.007175781764090061,
    0.007072873879224062,
    0.061417240649461746,
    -0.0092049865052104,
    -0.023904170840978622,
    7.589197775814682e-05,
    -0.06810548901557922,
    0.02858850359916687,
    0.0764436274766922,
    -0.012896564789116383,
    -0.13567282259464264,
    0.018734106793999672,
    0.0055869631469249725,
    -0.03350573033094406,
    -0.03473079949617386,
    -0.013826003298163414,
    0.08120331168174744,
    0.06211793050169945,
    -0.015297500416636467,
    0.053873516619205475,
    0.02561882510781288,
    -0.08173108100891113,
    0.1346997618675232,
    -0.01735433004796505,
    0.016671767458319664,
    0.10050804913043976,
    -0.0006949090166017413,
    0.02878490835428238,
    -0.04648866876959801,
    -0.029156144708395004,
    -0.16840142011642456,
    0.05882386863231659,
    -0.06914135813713074,
    0.26977136731147766,
    0.14030051231384277,
    0.06548268347978592,
    -0.014139506034553051,
    0.05383802950382233,
    -0.03448288515210152,
    0.08090643584728241,
    0.037833087146282196,
    -0.06321614980697632,
    -0.0399056151509285,
    0.01075105369091034,
    -0.029542719945311546,
    -0.007223890163004398,
    0.1318303346633911,
    0.2293037325143814,
    -0.03382907807826996,
    0.03316003084182739,
    0.08513277024030685,
    0.0035311561077833176,
    -0.07748168706893921,
    -0.12376188486814499,
    -0.00794874969869852,
    -0.043468546122312546,
    0.02444203570485115,
    -0.022499067708849907,
    0.04429447278380394,
    -0.06944786012172699,
    -0.024145428091287613,
    0.022893331944942474,
    -0.006266020238399506,
    -0.056788478046655655,
    0.009803930297493935,
    -0.019779866561293602,
    -0.08884605765342712,
    -0.12779556214809418,
    -0.004740070551633835,
    -0.00853260513395071,
    0.08765724301338196,
    0.019002122804522514,
    0.08790351450443268,
    -0.03917317092418671,
    -0.08087356388568878,
    0.055669575929641724,
    -0.047006696462631226,
    -0.023489462211728096,
    -0.07499558478593826,
    -0.025460300967097282,
    -0.07914086431264877,
    -0.04280945286154747,
    0.026438193395733833,
    0.03889276087284088,
    -0.061340395361185074,
    -0.04627673327922821,
    0.003667175769805908,
    -0.004445110913366079,
    -0.0665748119354248,
    0.020396927371621132,
    -0.025740208104252815,
    -0.12520642578601837,
    0.09052805602550507,
    -0.06105036288499832,
    -0.03399048000574112,
    0.15130195021629333,
    -0.02604294940829277,
    ...]}]}
JSON(result)<IPython.core.display.JSON object>
You can click the arrows above to expand and view the full embeddings vector in the JSON response.
Next Steps¶
Check out additional tutorials at jupyter.biolm.ai, or head over to our BioLM Documentation to explore additional models and functionality.
See more use-cases and APIs on your BioLM Console Catalog.¶
BioLM hosts deep learning models and runs inference at scale. You do the science.¶
Contact us to learn more.¶
<span></span>
              
              