index
int64 0
731k
| package
stringlengths 2
98
⌀ | name
stringlengths 1
76
| docstring
stringlengths 0
281k
⌀ | code
stringlengths 4
8.19k
| signature
stringlengths 2
42.8k
⌀ | embed_func_code
sequencelengths 768
768
|
---|---|---|---|---|---|---|
8,752 | ipaddr | _parse_hextet | Convert an IPv6 hextet string into an integer.
Args:
hextet_str: A string, the number to parse.
Returns:
The hextet as an integer.
Raises:
ValueError: if the input isn't strictly a hex number from [0..FFFF].
| def _parse_hextet(self, hextet_str):
"""Convert an IPv6 hextet string into an integer.
Args:
hextet_str: A string, the number to parse.
Returns:
The hextet as an integer.
Raises:
ValueError: if the input isn't strictly a hex number from [0..FFFF].
"""
# Whitelist the characters, since int() allows a lot of bizarre stuff.
if not self._HEX_DIGITS.issuperset(hextet_str):
raise ValueError
if len(hextet_str) > 4:
raise ValueError
hextet_int = int(hextet_str, 16)
if hextet_int > 0xFFFF:
raise ValueError
return hextet_int
| (self, hextet_str) | [
-0.0310878474265337,
0.00177345285192132,
0.01056487113237381,
-0.04076041653752327,
-0.009297800250351429,
-0.022111276164650917,
0.04133148863911629,
0.09451276808977127,
0.005108436569571495,
-0.06189015880227089,
0.057214487344026566,
0.030659541487693787,
-0.02466326393187046,
0.02203989215195179,
-0.001097533036954701,
-0.0052779740653932095,
-0.053502507507801056,
0.0105737941339612,
0.05421634763479233,
-0.06260400265455246,
-0.03560290113091469,
-0.08915894478559494,
-0.009761798195540905,
-0.0077496543526649475,
0.003959596157073975,
0.015909768640995026,
0.027911247685551643,
0.0038458271883428097,
0.03362198919057846,
-0.034282293170690536,
-0.014455313794314861,
-0.03340783715248108,
-0.022307582199573517,
0.022378966212272644,
-0.03565644100308418,
-0.04707792401313782,
-0.0003764404682442546,
-0.02305711805820465,
0.01514238677918911,
0.08223467320203781,
-0.024002959951758385,
-0.040903184562921524,
0.030124159529805183,
0.0704919621348381,
-0.028143245726823807,
0.00845011230558157,
-0.04475793242454529,
0.011296560056507587,
-0.05807109922170639,
-0.019362982362508774,
-0.020754974335432053,
-0.04979052394628525,
-0.022414660081267357,
0.009877797216176987,
-0.0062193539924919605,
-0.02295004203915596,
0.01922021247446537,
0.03017769753932953,
-0.01952359639108181,
0.03247984126210213,
-0.023681730031967163,
0.005211051553487778,
-0.013732547871768475,
0.00043611324508674443,
-0.03922565281391144,
0.006607505958527327,
-0.0019307213369756937,
-0.006089970003813505,
-0.057000335305929184,
0.007062580902129412,
-0.013072243891656399,
0.03553151711821556,
-0.040189340710639954,
-0.025805411860346794,
0.03217645734548569,
0.032747533172369,
0.028964165598154068,
0.045721620321273804,
-0.02867862768471241,
0.08366236090660095,
0.09651152789592743,
0.06046247109770775,
0.08551835268735886,
0.02576971985399723,
0.053395431488752365,
0.0024025265593081713,
0.07263348996639252,
0.004086749162524939,
-0.0777374655008316,
0.03187307342886925,
0.036173976957798004,
-0.016480842605233192,
-0.028535859659314156,
-0.05325266346335411,
0.03619182109832764,
-0.02485956996679306,
-0.020754974335432053,
-0.016346996650099754,
0.006571813952177763,
-0.0686359703540802,
-0.0480773039162159,
0.061533235013484955,
-0.0679578185081482,
-0.0480773039162159,
-0.024734647944569588,
-0.023574654012918472,
0.004573054611682892,
-0.0009207454859279096,
-0.01358085684478283,
-0.04154564067721367,
-0.0022062198258936405,
-0.04854129999876022,
-0.020647898316383362,
0.0026434485334903,
0.052288975566625595,
-0.05253881961107254,
0.0515037477016449,
0.007419501896947622,
0.03711981698870659,
-0.013464856892824173,
0.01530300173908472,
0.07288333773612976,
-0.012153171002864838,
0.06585198640823364,
-0.00011878788063768297,
0.060605239123106,
-0.029160471633076668,
-0.023306962102651596,
0.038511812686920166,
-0.04175979644060135,
0.051967743784189224,
0.05353819951415062,
0.035156749188899994,
-0.005670587532222271,
-0.06067662686109543,
-0.01920236647129059,
-0.03972534462809563,
0.059427399188280106,
0.013982392847537994,
-0.0518963597714901,
0.011439328081905842,
0.008802572265267372,
0.031016463413834572,
-0.02637648582458496,
-0.0465068481862545,
0.06253261864185333,
-0.034871213138103485,
-0.0006904196925461292,
-0.014464236795902252,
-0.01822083443403244,
-0.014598081819713116,
-0.013652240857481956,
-0.019095290452241898,
0.042402252554893494,
-0.009984874166548252,
0.007035811431705952,
-0.025109415873885155,
0.0011968017788603902,
0.06249692291021347,
-0.01882760040462017,
-0.019487904384732246,
0.020308824256062508,
0.0533597394824028,
0.035763517022132874,
-0.03442506119608879,
-0.033372145146131516,
0.04590008407831192,
-0.011885480023920536,
-0.025591259822249413,
0.03156968951225281,
0.032140765339136124,
0.015775922685861588,
0.0059472015127539635,
0.023699576035141945,
0.04868406802415848,
-0.01782822050154209,
0.03631674498319626,
0.010359641164541245,
0.04557885229587555,
0.09715398401021957,
-0.006437968462705612,
0.0033729064743965864,
0.036798588931560516,
0.02778632566332817,
0.04097456857562065,
-0.0026501407846808434,
0.054501887410879135,
0.06135477498173714,
-0.046435464173555374,
-0.03915426880121231,
0.017489144578576088,
-0.0362275131046772,
-0.021718662232160568,
0.019987594336271286,
0.0023534500505775213,
0.07830853760242462,
-0.0020746050868183374,
-0.0009653606684878469,
-0.08130668103694916,
-0.0038837501779198647,
-0.03424660116434097,
-0.008320728316903114,
0.004573054611682892,
0.0016674918588250875,
-0.01739991456270218,
-0.048362839967012405,
-0.00017302318883594126,
0.03653089702129364,
-0.05857079103589058,
-0.012197786010801792,
-0.032943837344646454,
0.001703183981589973,
-0.015606384724378586,
0.08301989734172821,
-0.0009424953605048358,
-0.038904424756765366,
-0.01641838066279888,
0.017970988526940346,
0.010261488147079945,
-0.0010557064088061452,
0.009833182208240032,
0.013670086860656738,
0.026929713785648346,
-0.00836088228970766,
0.05286004766821861,
-0.0438656322658062,
-0.04529331624507904,
0.021772200241684914,
0.0004929975839331746,
0.028125399723649025,
0.048862528055906296,
0.01419654581695795,
0.0031007539946585894,
0.08409066498279572,
0.03262260928750038,
0.0465068481862545,
0.015668846666812897,
-0.03642382100224495,
0.00477828411385417,
-0.01767652854323387,
-0.02427064999938011,
0.01242086198180914,
-0.014089468866586685,
-0.010877177119255066,
0.010939639061689377,
0.01809591054916382,
0.007803192362189293,
0.013107935898005962,
-0.07202672213315964,
-0.06049816310405731,
-0.05553695932030678,
-0.02002328634262085,
0.0009547645458951592,
-0.00739273289218545,
-0.06288953870534897,
0.05325266346335411,
0.006571813952177763,
0.033550605177879333,
-0.04447239637374878,
-0.01544577069580555,
0.012001479975879192,
-0.08808818459510803,
0.03993949666619301,
0.016480842605233192,
-0.0019942978397011757,
-0.03481767699122429,
0.003413060214370489,
0.019362982362508774,
-0.019648518413305283,
-0.02403865195810795,
0.09072940051555634,
-0.03947549685835838,
0.0043678246438503265,
-0.008931956253945827,
-0.0077987308613955975,
-0.007722885347902775,
-0.0005303627694956958,
0.01520484872162342,
0.01709653064608574,
-0.022182660177350044,
0.008954263292253017,
-0.011769481003284454,
0.005077206064015627,
0.006040893495082855,
0.012224555015563965,
0.05171789973974228,
0.0194343663752079,
-0.00027006116579286754,
-0.020665744319558144,
0.0012637245235964656,
-0.02466326393187046,
-0.03826196491718292,
-0.07338302582502365,
-0.005358281545341015,
0.0015280693769454956,
0.04365147650241852,
-0.011394713073968887,
0.047149308025836945,
0.009547645226120949,
0.022825118154287338,
0.00030282544321380556,
0.009511953219771385,
-0.04475793242454529,
-0.047541920095682144,
-0.012456553988158703,
-0.00603643199428916,
0.025020183995366096,
0.015338693745434284,
0.07299041002988815,
0.005086129065603018,
0.042116716504096985,
-0.0438656322658062,
-0.06435291469097137,
-0.04932652786374092,
0.020862052217125893,
0.03401460126042366,
0.026090949773788452,
-0.007669346872717142,
-0.0366201288998127,
0.011430405080318451,
0.04033210873603821,
0.011840865015983582,
0.06685136258602142,
0.005559049546718597,
0.03187307342886925,
-0.015722384676337242,
-0.044044092297554016,
-0.01952359639108181,
-0.02455618791282177,
-0.01530300173908472,
-0.03151615336537361,
-0.001470069750212133,
0.008780264295637608,
-0.029160471633076668,
0.06385322660207748,
-0.029463855549693108,
0.011992556974291801,
0.05039729177951813,
-0.09972381591796875,
-0.0446508564054966,
0.03772658482193947,
0.0146873127669096,
0.05899909511208534,
0.06813628226518631,
0.08252020925283432,
-0.03653089702129364,
-0.04782745614647865,
0.0013194935163483024,
-0.016088228672742844,
0.04136718064546585,
-0.03951118886470795,
-0.03933272883296013,
0.026108795776963234,
-0.02173650823533535,
0.02063005231320858,
0.030641695484519005,
0.019041752442717552,
-0.06253261864185333,
0.05614372342824936,
0.027911247685551643,
-0.011546405032277107,
-0.04336594045162201,
0.0020812975708395243,
-0.01394670084118843,
-0.10100873559713364,
-0.015276232734322548,
0.01443746779114008,
0.04507916420698166,
0.04579300433397293,
0.0048808990977704525,
-0.01872052438557148,
0.041224412620067596,
-0.0499332919716835,
-0.0308915413916111,
0.024627571925520897,
-0.013134704902768135,
-0.021897124126553535,
0.06538798660039902,
-0.06274677067995071,
-0.014027007855474949,
0.02104051224887371,
0.01991621032357216,
-0.03922565281391144,
0.02063005231320858,
0.016561148688197136,
-0.05564403533935547,
-0.021290356293320656,
-0.03499613702297211,
0.0025564490351825953,
0.04379424825310707,
-0.04133148863911629,
0.005893663503229618,
0.06974242627620697,
-0.03933272883296013,
0.015258386731147766,
0.046542540192604065,
0.0012090710224583745,
-0.005871355999261141,
0.0008811495499685407,
-0.004894283600151539,
-0.0017846066039055586,
-0.002645679283887148,
0.04497208818793297,
0.03099861741065979,
0.04518624022603035,
0.04008226469159126,
0.02766140177845955,
-0.024002959951758385,
-0.025537719950079918,
-0.029874315485358238,
0.021700816228985786,
0.035888440907001495,
-0.007428424898535013,
-0.017382068559527397,
-0.046542540192604065,
-0.03822627291083336,
-0.014990695752203465,
0.017471298575401306,
0.0018258756026625633,
0.014669466763734818,
-0.03694135695695877,
-0.007713962346315384,
-0.05300281569361687,
-0.007914730347692966,
-0.04093887656927109,
0.02848232164978981,
-0.009743952192366123,
0.02121897228062153,
-0.04929083585739136,
0.024895261973142624,
-0.01565992273390293,
0.0017745682271197438,
0.022878656163811684,
-0.010502410121262074,
0.034264449030160904,
-0.002471680287271738,
0.028125399723649025,
-0.016230996698141098,
-0.008035191334784031,
0.004019826650619507,
0.0495406799018383,
0.007861192338168621,
0.06260400265455246,
0.02676909975707531,
0.028321707621216774,
-0.01629345864057541,
-0.07299041002988815,
0.048755452036857605,
-0.04126010462641716,
-0.016016844660043716,
-0.04068903252482414,
-0.050468675792217255,
-0.010930715128779411,
0.02152235619723797,
-0.0036138284485787153,
0.003439829219132662,
-0.009413800202310085,
0.08287712931632996,
0.002092451322823763,
0.05553695932030678,
-0.08980140835046768,
0.07566732168197632,
0.0010919561609625816,
-0.06567352265119553,
-0.06110493093729019,
-0.024984491989016533,
0.052788663655519485,
-0.040010880678892136,
0.013322088867425919,
0.006986734922975302,
-0.036173976957798004,
-0.03394321724772453,
-0.004120210651308298,
0.029945699498057365,
-0.014821157790720463,
0.012251324020326138,
0.07795161753892899,
0.029642315581440926,
0.008865033276379108,
-0.00981533620506525,
0.07120580226182938,
-0.011350098066031933,
0.02928539551794529,
-0.04204533249139786,
0.0075176553800702095,
0.019969748333096504,
-0.028321707621216774,
-0.06081939488649368,
-0.0575714111328125,
-0.005880279000848532,
-0.010903946124017239,
-0.06303230673074722,
-0.047541920095682144,
-0.020308824256062508,
0.06321076303720474,
-0.044543780386447906,
0.015517154708504677,
0.04179548844695091,
-0.02195066213607788,
0.018194064497947693,
-0.02496664598584175,
0.02466326393187046,
-0.01605253666639328,
-0.06039108708500862,
0.024591879919171333,
0.0067815049551427364,
0.04782745614647865,
0.007156272418797016,
0.005826740525662899,
0.019273752346634865,
-0.047256384044885635,
0.017953142523765564,
0.04950498789548874,
0.0019318367121741176,
0.043116096407175064,
0.02373526804149151,
0.06567352265119553,
0.03744104877114296,
0.009146109223365784,
0.017792528495192528,
-0.00039707496762275696,
0.03289030119776726,
0.031855229288339615,
0.009654722176492214,
0.01046671811491251,
0.014839003793895245,
0.0023690653033554554,
0.00023116232478059828,
0.0013496087631210685,
0.02787555567920208,
0.0017254914855584502,
-0.0021036050748080015,
-0.007696115877479315,
-0.03130200132727623,
-0.012813475914299488,
-0.03747674077749252,
-0.011715942062437534,
-0.010877177119255066,
-0.011546405032277107,
0.0031788304913789034,
-0.07388271391391754,
-0.03121276944875717,
-0.03783366084098816,
-0.02537710592150688,
-0.06171169877052307,
-0.021504510194063187,
-0.04468654841184616,
0.0702064260840416,
-0.038690272718667984,
-0.03444290906190872,
-0.021201126277446747,
0.015008541755378246,
0.014401775784790516,
0.04175979644060135,
0.0422951765358448,
-0.006487044971436262,
-0.03262260928750038,
0.036388128995895386,
-0.043330248445272446,
0.022396812215447426,
-0.02746509574353695,
-0.06392461061477661,
-0.014392852783203125,
0.008088729344308376,
-0.04529331624507904,
-0.02557341381907463,
-0.0732402577996254,
-0.06056954711675644,
-0.08566112071275711,
-0.00014820600335951895,
-0.03833334892988205,
0.02787555567920208,
0.031034309417009354,
0.02457403391599655,
-0.022378966212272644,
-0.022503890097141266,
-0.08708880096673965,
-0.046435464173555374,
0.11185914278030396,
0.02776847966015339,
-0.025894641876220703,
0.00007549722795374691,
-0.00472920760512352,
0.01731068454682827,
0.05578680336475372,
0.018756216391921043,
0.04286625236272812,
0.017542682588100433,
-0.00971718318760395,
0.038083504885435104,
0.03454998508095741,
-0.053502507507801056,
0.026626331731677055,
0.06067662686109543,
-0.023289116099476814,
0.025519873946905136,
0.014125161804258823,
-0.010734409093856812,
0.014000238850712776,
0.00014228055079001933,
0.001112590660341084,
0.03772658482193947,
0.06542368233203888,
-0.055180035531520844,
0.0919429361820221,
-0.022664504125714302,
0.010841485112905502,
0.002752755768597126,
-0.016284534707665443,
-0.06767228245735168,
0.04300902038812637,
-0.04525762423872948,
0.02939247153699398,
0.010288257151842117,
-0.03533521294593811,
0.0034019064623862505,
0.04065334051847458,
-0.024502648040652275,
-0.04490070417523384,
-0.01292947493493557,
-0.04450808838009834,
0.0777374655008316,
-0.03844042494893074,
0.0009452837985008955,
0.07866545766592026,
0.013125781901180744,
-0.004751515109091997,
0.030463235452771187,
-0.037690892815589905,
-0.003578136209398508,
0.02857155166566372,
-0.026287255808711052,
0.018577754497528076,
-0.011742711998522282,
-0.008508112281560898,
-0.023878036066889763,
-0.01706976257264614,
-0.005059359595179558,
-0.023913728073239326,
-0.005255666561424732,
0.019255906343460083,
0.05646495521068573,
-0.009672568179666996,
-0.04379424825310707,
0.08815956860780716,
-0.002348988549783826,
0.01183194201439619,
-0.056607723236083984,
0.015865152701735497,
-0.0017321838531643152,
0.026394331827759743,
0.01066302414983511,
0.04079610854387283,
-0.0049567450769245625,
-0.08580388873815536,
0.024788185954093933,
-0.02787555567920208,
-0.010190104134380817,
0.00853488128632307,
0.0008343036170117557,
-0.018470678478479385,
0.02796478569507599,
-0.0006073239492252469,
0.00005831341695738956,
0.005380589049309492,
0.013911008834838867,
0.02817893773317337,
0.013170396909117699,
-0.009413800202310085,
-0.04450808838009834,
-0.024181419983506203,
0.003616059198975563,
0.014134084805846214,
0.010431026108562946,
-0.0073436563834548,
-0.009547645226120949,
-0.01674853265285492,
0.006098893005400896,
0.018345756456255913,
0.0011945710284635425,
0.038297656923532486,
-0.012037171982228756,
-0.002145989565178752,
-0.027036789804697037,
0.012438707984983921,
-0.0025720642879605293,
-0.024823877960443497,
-0.029642315581440926,
0.010930715128779411,
0.013500548899173737,
-0.02295004203915596,
-0.003711981698870659,
-0.05675049126148224,
-0.02466326393187046,
0.015472539700567722,
-0.05575111135840416,
-0.0293746255338192,
0.035834901034832,
-0.001945221214555204,
-0.015035310760140419,
-0.02303927205502987,
-0.056108031421899796,
-0.009654722176492214,
0.03203368932008743,
-0.003600443946197629,
-0.043722860515117645,
-0.0766666978597641,
0.025038031861186028,
-0.00845903530716896,
-0.014357159845530987,
-0.03915426880121231,
-0.04636408016085625,
-0.043508708477020264,
0.008659803308546543,
0.027822017669677734,
0.0811639130115509,
-0.026215871796011925,
0.017337452620267868,
-0.022182660177350044,
0.013696855865418911,
0.02837524563074112,
-0.04739915207028389,
0.017435606569051743,
0.0982961356639862,
-0.0480773039162159,
-0.05353819951415062,
0.08209190517663956,
0.040903184562921524,
-0.006661044433712959,
-0.012313785962760448,
0.016953762620687485,
-0.012287016957998276,
0.0051128980703651905,
0.0045596701093018055,
-0.01132332906126976,
0.007450732868164778,
0.004849668592214584,
-0.013170396909117699,
0.03251553326845169,
-0.034371525049209595,
0.06478121876716614,
-0.022682350128889084,
-0.06456706672906876,
-0.02373526804149151,
0.052895739674568176,
0.006607505958527327,
0.0037521354388445616,
0.019452212378382683,
0.0073615023866295815,
-0.003732058685272932,
-0.052574511617422104,
0.018470678478479385,
-0.02435988001525402,
-0.002962447004392743,
0.07959345728158951,
0.004461516626179218,
-0.044044092297554016,
0.0025720642879605293,
-0.007981653325259686,
-0.0029512932524085045,
0.0009620144846849144,
0.014241160824894905,
0.010011643171310425,
-0.04529331624507904,
-0.018086988478899002,
0.020754974335432053,
0.0400465726852417,
0.01817621849477291
] |
8,753 | ipaddr | _string_from_ip_int | Turns a 128-bit integer into hexadecimal notation.
Args:
ip_int: An integer, the IP address.
Returns:
A string, the hexadecimal representation of the address.
Raises:
ValueError: The address is bigger than 128 bits of all ones.
| def _string_from_ip_int(self, ip_int=None):
"""Turns a 128-bit integer into hexadecimal notation.
Args:
ip_int: An integer, the IP address.
Returns:
A string, the hexadecimal representation of the address.
Raises:
ValueError: The address is bigger than 128 bits of all ones.
"""
if not ip_int and ip_int != 0:
ip_int = int(self._ip)
if ip_int > self._ALL_ONES:
raise ValueError('IPv6 address is too large')
hex_str = '%032x' % ip_int
hextets = []
for x in range(0, 32, 4):
hextets.append('%x' % int(hex_str[x:x+4], 16))
hextets = self._compress_hextets(hextets)
return ':'.join(hextets)
| (self, ip_int=None) | [
-0.034051910042762756,
-0.0008005269919522107,
-0.009283133782446384,
-0.01388114970177412,
-0.0038003544323146343,
-0.07147783786058426,
0.02447996661067009,
-0.036013975739479065,
0.06300611793994904,
-0.10312759131193161,
0.016952605918049812,
0.02877083793282509,
0.0018050537910312414,
0.007848259061574936,
0.024204911664128304,
0.013055982068181038,
-0.04558591544628143,
0.021491026505827904,
0.06656350940465927,
-0.0508669875562191,
0.029816050082445145,
0.0003257692151237279,
0.009099762886762619,
-0.027028817683458328,
0.006605923641473055,
0.04389890655875206,
0.017612740397453308,
0.008512977510690689,
-0.0109655587002635,
-0.024186573922634125,
0.003238782286643982,
-0.024700012058019638,
0.02099592611193657,
0.013560251332819462,
-0.06392297148704529,
-0.03964471071958542,
0.025726886466145515,
-0.02002406306564808,
-0.03865450993180275,
0.021454352885484695,
0.019932378083467484,
-0.04063491150736809,
-0.05101368576288223,
-0.010589648969471455,
0.016595033928751945,
0.0074081700295209885,
-0.0009053920512087643,
0.04782303795218468,
-0.05574464425444603,
-0.025396820157766342,
-0.034455325454473495,
-0.028404096141457558,
-0.01087387278676033,
0.011295625008642673,
-0.02990773506462574,
-0.01585238240659237,
0.0010085379472002387,
0.001991862431168556,
0.012927623465657234,
0.0242965966463089,
-0.0520038865506649,
0.0029568499885499477,
0.01797948218882084,
-0.029467646032571793,
-0.004412353504449129,
0.002846827730536461,
-0.06979082524776459,
-0.03493208810687065,
-0.022847969084978104,
-0.011378142051398754,
0.04620937630534172,
-0.002010199474170804,
-0.030732901766896248,
-0.039938103407621384,
0.014798002317547798,
0.03916794806718826,
-0.0036261524073779583,
0.007119361311197281,
-0.03883787989616394,
-0.0016973235178738832,
0.06737034022808075,
-0.050243526697158813,
0.07716232538223267,
0.017328515648841858,
0.05812846124172211,
-0.07243136316537857,
-0.02152770198881626,
-0.010855535976588726,
-0.030622880905866623,
-0.016494181007146835,
0.03161308169364929,
-0.045769285410642624,
-0.03704084828495979,
0.05666149780154228,
-0.05394761264324188,
-0.012294994667172432,
0.02488338202238083,
-0.022847969084978104,
-0.031759776175022125,
-0.007600708864629269,
-0.031393036246299744,
-0.014807171188294888,
-0.06700359284877777,
-0.025580190122127533,
-0.0250850897282362,
-0.05710158497095108,
0.01290011778473854,
0.08398370444774628,
0.01828204281628132,
-0.05394761264324188,
-0.003165433881804347,
-0.011249782517552376,
0.01662253960967064,
-0.08537732064723969,
0.09806656837463379,
-0.009370234794914722,
0.0664534866809845,
0.007476933766156435,
0.054057635366916656,
-0.04507247731089592,
0.013835307210683823,
0.0018600649200379848,
-0.0192172322422266,
0.023581450805068016,
-0.00563405966386199,
0.030201127752661705,
-0.05281071737408638,
0.010718008503317833,
0.013725285418331623,
-0.050023484975099564,
0.010268750600516796,
0.026460368186235428,
-0.023196373134851456,
0.05083031579852104,
0.020849229767918587,
-0.022591250017285347,
-0.00533608254045248,
0.031741440296173096,
-0.006307946518063545,
0.03364849463105202,
0.02094091661274433,
0.01692510023713112,
0.0034955008886754513,
0.009993694722652435,
0.008902640081942081,
-0.014046183787286282,
0.021876106038689613,
-0.03326341509819031,
0.02040914073586464,
-0.029210926964879036,
0.021032601594924927,
0.035812266170978546,
-0.07147783786058426,
0.03612399473786354,
0.013670274056494236,
0.01775943674147129,
0.0034565345849841833,
-0.03221820294857025,
0.06120908632874489,
-0.017548561096191406,
-0.04877656325697899,
0.0362890288233757,
0.0094985943287611,
-0.00933356024324894,
0.002807861426845193,
-0.06428971141576767,
0.015054721385240555,
0.011029738001525402,
0.018557099625468254,
0.023783158510923386,
-0.021857768297195435,
-0.07716232538223267,
-0.028972545638680458,
0.015247260220348835,
0.047272924333810806,
0.0021225139498710632,
-0.037352580577135086,
0.012551713734865189,
0.00897140335291624,
0.02253623865544796,
-0.006046643480658531,
-0.009672796353697777,
0.03031115047633648,
0.04349549114704132,
0.015448967926204205,
-0.004973926115781069,
0.08068303763866425,
0.06656350940465927,
-0.010369604453444481,
-0.015705686062574387,
0.031924810260534286,
-0.00897140335291624,
-0.006945159286260605,
-0.003142512636259198,
0.0023414127063006163,
-0.022756284102797508,
0.031007958576083183,
-0.05666149780154228,
-0.017667751759290695,
-0.017181819304823875,
-0.021417679265141487,
0.02948598377406597,
-0.014229553751647472,
-0.049803439527750015,
0.007091855630278587,
0.025745224207639694,
-0.010607985779643059,
0.005381925497204065,
-0.03825109452009201,
0.010057874023914337,
0.007247720845043659,
-0.003917253110557795,
-0.03027447685599327,
0.04620937630534172,
-0.04917997866868973,
-0.00981949269771576,
-0.0028926702216267586,
0.05119705572724342,
0.009672796353697777,
0.007935360074043274,
-0.015889057889580727,
-0.06384962052106857,
-0.00393329793587327,
-0.025286797434091568,
0.030219465494155884,
0.0189971886575222,
-0.024149900302290916,
0.07921607047319412,
0.023838169872760773,
-0.0052810716442763805,
0.12014438211917877,
0.0036330288276076317,
-0.025525178760290146,
0.07136781513690948,
-0.006968080531805754,
-0.0005036959773860872,
-0.0096086161211133,
-0.10943553596735,
0.02776229940354824,
-0.031356360763311386,
-0.008439629338681698,
-0.002629075199365616,
0.059118662029504776,
-0.024314934387803078,
0.06461977958679199,
-0.017906133085489273,
-0.062272634357213974,
0.016512516885995865,
-0.06370292603969574,
-0.03493208810687065,
-0.02039080485701561,
-0.02990773506462574,
-0.004941835999488831,
-0.07767575979232788,
-0.013926992192864418,
0.03942466527223587,
0.0009558189194649458,
0.03335510194301605,
-0.03436363860964775,
0.04452236741781235,
-0.021509364247322083,
-0.0013282903237268329,
-0.029064230620861053,
-0.03284166380763054,
-0.011974096298217773,
-0.030421173200011253,
-0.03636237978935242,
0.0009987964294850826,
-0.019125547260046005,
-0.028055692091584206,
0.07477850466966629,
-0.00470803864300251,
0.0009592571295797825,
0.02580023556947708,
-0.017906133085489273,
-0.013725285418331623,
-0.04818977788090706,
0.03632570430636406,
-0.028404096141457558,
-0.07980285584926605,
0.035812266170978546,
-0.0014749867841601372,
0.01087387278676033,
-0.032529935240745544,
0.030842924490571022,
-0.011258951388299465,
0.04470573738217354,
0.047896385192871094,
0.023801496252417564,
0.00940690841525793,
0.01476132869720459,
-0.004066241905093193,
-0.04800640791654587,
-0.00894848257303238,
-0.028055692091584206,
0.0324382483959198,
0.07331154495477676,
0.02213282510638237,
-0.023948192596435547,
-0.026845447719097137,
-0.062272634357213974,
0.022059476003050804,
-0.042615313082933426,
-0.0361606702208519,
-0.028404096141457558,
0.06384962052106857,
-0.03507878631353378,
0.00202968274243176,
0.047089554369449615,
-0.007252304814755917,
-0.02369147352874279,
-0.08082973212003708,
0.000172769432538189,
0.004863903392106295,
0.09432580322027206,
0.026698751375079155,
-0.018272874876856804,
-0.02855079248547554,
-0.02347142994403839,
0.02268293686211109,
0.021289320662617683,
0.007201877888292074,
0.017025955021381378,
0.025983605533838272,
0.0345836840569973,
-0.0189971886575222,
-0.039901427924633026,
-0.04221189767122269,
0.007073518820106983,
-0.009086010046303272,
0.020482489839196205,
0.03825109452009201,
0.014660474844276905,
-0.025928594172000885,
0.08926478028297424,
0.026350347325205803,
0.0513070784509182,
0.028294075280427933,
-0.10415446758270264,
-0.007499855011701584,
0.061245761811733246,
0.023948192596435547,
0.0027620187029242516,
0.05053691938519478,
-0.015577327460050583,
0.00012348860036581755,
-0.06414301693439484,
-0.011313962750136852,
-0.053324151784181595,
0.06773708015680313,
-0.02061084844172001,
-0.0400114506483078,
0.047896385192871094,
0.005061027128249407,
0.024149900302290916,
0.04250529035925865,
-0.005629475694149733,
-0.032896675169467926,
0.06150247901678085,
0.04628272354602814,
0.04323877394199371,
-0.029375961050391197,
0.035280492156744,
-0.016833415254950523,
-0.029559331014752388,
0.03298836201429367,
0.05178384110331535,
-0.00466678012162447,
0.06381294876337051,
0.00013738464622292668,
-0.05801843851804733,
0.03302503377199173,
-0.0374259278178215,
-0.05167381837964058,
-0.012359174899756908,
0.01341355498880148,
-0.017906133085489273,
0.0001287891500396654,
-0.039534687995910645,
-0.03317173197865486,
-0.01108474936336279,
-0.02330639585852623,
0.023838169872760773,
0.012386679649353027,
0.017447706311941147,
-0.007458596955984831,
0.017163483425974846,
0.007123945746570826,
0.028294075280427933,
0.08537732064723969,
-0.03010944277048111,
0.010699670761823654,
0.039681386202573776,
-0.03221820294857025,
0.03150305896997452,
-0.012001601979136467,
0.02268293686211109,
0.030347824096679688,
0.017502717673778534,
0.03665577247738838,
-0.013276027515530586,
-0.010470458306372166,
0.002111053327098489,
0.014880519360303879,
0.009654458612203598,
0.03418026864528656,
-0.010268750600516796,
-0.01735602132976055,
0.0024273674935102463,
-0.039718057960271835,
0.01789696514606476,
0.03762763366103172,
0.0005197408609092236,
-0.013450229540467262,
0.013899487443268299,
-0.028092367574572563,
-0.058201808482408524,
-0.006560081150382757,
0.0018990312237292528,
0.016283303499221802,
-0.013166004791855812,
0.019950713962316513,
-0.026295335963368416,
-0.010736345313489437,
-0.04800640791654587,
0.003266287734732032,
-0.017044290900230408,
0.04074493423104286,
0.020702533423900604,
0.029797712340950966,
0.018309548497200012,
0.008448797278106213,
0.04118502512574196,
-0.00380952307023108,
0.03247492387890816,
0.00640880037099123,
0.05548792704939842,
-0.01174488291144371,
0.038947902619838715,
0.010232076048851013,
0.07496187835931778,
-0.02948598377406597,
0.01998738944530487,
-0.012038275599479675,
-0.01068133395165205,
0.056404776871204376,
-0.0540209598839283,
0.030586205422878265,
-0.011726546101272106,
0.004261072725057602,
0.013642768375575542,
-0.05240730196237564,
-0.0017913009505718946,
-0.009205200709402561,
0.038727857172489166,
-0.03170476481318474,
0.021674398332834244,
0.05647812783718109,
-0.05999884009361267,
0.04606267809867859,
-0.06322616338729858,
0.04338546842336655,
-0.013780295848846436,
-0.05145377293229103,
-0.013624431565403938,
0.009356481954455376,
0.029577668756246567,
0.000497965607792139,
-0.0077565740793943405,
-0.010571311227977276,
-0.022279521450400352,
0.008806370198726654,
-0.04917997866868973,
0.04019482433795929,
0.020647522062063217,
0.02446163073182106,
0.04177181050181389,
0.008517561480402946,
-0.03341011330485344,
0.007976618595421314,
0.06252935528755188,
-0.013569420203566551,
0.054094310849905014,
-0.03441864997148514,
0.03109964355826378,
0.011653197929263115,
0.05475444346666336,
0.03507878631353378,
-0.046722814440727234,
0.03166809305548668,
-0.008801786229014397,
0.03322674334049225,
-0.05728495866060257,
-0.0033419281244277954,
0.04716290161013603,
-0.05218725651502609,
-0.03265829384326935,
0.021509364247322083,
-0.028697488829493523,
-0.004877656232565641,
-0.05006015673279762,
0.008169157430529594,
-0.014202048070728779,
-0.029779376462101936,
0.04914330318570137,
0.02216949872672558,
0.004579679109156132,
0.03832444176077843,
0.0013282903237268329,
0.004717207048088312,
-0.00640880037099123,
-0.07664888352155685,
0.054461050778627396,
0.004891409073024988,
-0.006871811114251614,
-0.005285655613988638,
0.025525178760290146,
-0.031759776175022125,
-0.004295454826205969,
0.024204911664128304,
-0.013074319809675217,
0.0687272772192955,
-0.015769867226481438,
-0.005698239430785179,
0.005606554448604584,
0.020079074427485466,
0.016283303499221802,
0.0009323246194981039,
-0.07936277240514755,
0.06751703470945358,
-0.05167381837964058,
0.024828370660543442,
0.005716576706618071,
0.0034473661798983812,
0.0027964008040726185,
0.028459107503294945,
-0.07470516115427017,
-0.018676290288567543,
0.028587467968463898,
-0.047676339745521545,
-0.04635607451200485,
-0.011854905635118484,
-0.015302271582186222,
-0.09872669726610184,
-0.012331669218838215,
0.0083937868475914,
-0.0019402895122766495,
0.0904383510351181,
-0.016026584431529045,
-0.02037246711552143,
0.0018795480718836188,
-0.020720871165394783,
0.044559042900800705,
0.006046643480658531,
0.03319006785750389,
0.012184972874820232,
-0.015412294305860996,
0.06638013571500778,
-0.015118900686502457,
0.034657031297683716,
0.00007019653276074678,
0.029045892879366875,
0.04756631702184677,
-0.053690895438194275,
-0.05442437529563904,
0.005711992271244526,
-0.07320152223110199,
-0.0635562315583229,
-0.02094091661274433,
-0.04503580555319786,
-0.02932094968855381,
-0.040854956954717636,
-0.002074379241093993,
0.04199185222387314,
-0.07496187835931778,
-0.00898057222366333,
-0.05900863930583,
-0.03425361588597298,
0.09476589411497116,
0.0443023219704628,
-0.0508669875562191,
0.042431943118572235,
0.030347824096679688,
0.0035459278151392937,
0.04995013400912285,
0.05882526934146881,
0.06245600804686546,
-0.032694969326257706,
-0.01565067656338215,
0.00981032382696867,
0.00012313044862821698,
-0.0422852449119091,
0.04298205301165581,
0.05578131973743439,
-0.021784421056509018,
-0.022242845967411995,
0.0083937868475914,
-0.009654458612203598,
0.008806370198726654,
-0.013670274056494236,
0.019492289051413536,
0.006931406445801258,
0.0411483496427536,
-0.04092830419540405,
0.07323819398880005,
0.04829980060458183,
-0.04195518046617508,
-0.014018678106367588,
-0.045145828276872635,
-0.05207723379135132,
-0.04169845953583717,
0.03355680778622627,
0.027028817683458328,
0.006170418579131365,
-0.03201649710536003,
-0.025910258293151855,
0.022022802382707596,
0.000012427652109181508,
-0.07129446417093277,
-0.05669816955924034,
-0.01980401761829853,
0.07140448689460754,
-0.03341011330485344,
-0.0021626262459903955,
0.039094600826501846,
0.040708258748054504,
-0.009241875261068344,
0.01484384573996067,
-0.003914961125701666,
0.010837199166417122,
0.05548792704939842,
0.030549531802535057,
0.0018680873326957226,
0.02603861689567566,
-0.042431943118572235,
-0.03412525728344917,
-0.028239063918590546,
0.058751922100782394,
-0.0741550475358963,
0.010250412859022617,
0.008338775485754013,
0.019693996757268906,
-0.023966530337929726,
-0.04331212118268013,
0.10276085138320923,
0.02915591560304165,
-0.04796973243355751,
-0.05600136145949364,
-0.0371692068874836,
-0.07664888352155685,
-0.01828204281628132,
0.0008962235297076404,
0.017566896975040436,
-0.01494469866156578,
-0.016549190506339073,
0.00510228518396616,
-0.025708550587296486,
0.0025557270273566246,
-0.02094091661274433,
-0.039351318031549454,
0.01698928140103817,
0.00033035347587428987,
-0.0009896279079839587,
-0.03236490115523338,
-0.003779725171625614,
0.01068133395165205,
0.014394587837159634,
-0.04697953164577484,
-0.05871524661779404,
-0.0036651187110692263,
0.021454352885484695,
0.017484381794929504,
-0.004685117397457361,
-0.006395047530531883,
0.022279521450400352,
-0.017640246078372,
0.004403185099363327,
0.06289609521627426,
-0.049803439527750015,
-0.0628594234585762,
0.09747978299856186,
-0.07334821671247482,
0.030182791873812675,
-0.03341011330485344,
-0.002943097148090601,
-0.029981084167957306,
-0.02856913022696972,
-0.0033946470357477665,
-0.02741389535367489,
0.0574316531419754,
-0.026863783597946167,
-0.007531945127993822,
0.009938683360815048,
0.028899196535348892,
0.048226453363895416,
0.0011265827342867851,
-0.03869118541479111,
-0.015173912048339844,
-0.007389832753688097,
-0.024406619369983673,
-0.023544777184724808,
-0.05248064920306206,
0.020445816218852997,
0.05343417450785637,
0.014660474844276905,
-0.02174774557352066,
0.02701047994196415,
0.003722422057762742,
0.021491026505827904,
-0.019657321274280548,
0.01963898539543152,
-0.010048706084489822,
-0.01871296390891075,
0.012194140814244747,
0.020684197545051575,
0.015393956564366817,
-0.0041602193377912045,
0.014137868769466877,
-0.02541515789926052,
0.030402835458517075,
0.07290812581777573,
-0.0058357673697173595,
0.013386049307882786,
0.020280782133340836,
-0.022444553673267365,
-0.016008248552680016,
0.00767405703663826,
0.03803104907274246,
-0.013321870006620884,
0.0036605345085263252,
0.040268171578645706,
0.014440430328249931,
-0.01697094365954399,
-0.04782303795218468,
0.013816970400512218,
0.05108703300356865,
0.0060879020020365715,
-0.00010615435166982934,
-0.008214999921619892,
-0.009283133782446384,
0.01214829832315445,
-0.019088873639702797,
0.027083829045295715,
0.016154944896697998,
0.06597672402858734,
-0.008783448487520218,
0.052920736372470856,
0.044962458312511444,
-0.019382266327738762,
0.010250412859022617,
-0.006995586212724447,
0.0935923233628273,
-0.053287480026483536,
-0.0594487302005291,
0.11478995531797409,
-0.024828370660543442,
-0.07444843649864197,
0.045549243688583374,
-0.005363588221371174,
-0.023049676790833473,
-0.040891632437705994,
-0.039571363478899,
-0.006129160523414612,
-0.04331212118268013,
0.025195112451910973,
0.04595265910029411,
0.018621278926730156,
0.014862182550132275
] |
8,754 | ipaddr | IPv6Network | This class represents and manipulates 128-bit IPv6 networks.
Attributes: [examples for IPv6('2001:658:22A:CAFE:200::1/64')]
.ip: IPv6Address('2001:658:22a:cafe:200::1')
.network: IPv6Address('2001:658:22a:cafe::')
.hostmask: IPv6Address('::ffff:ffff:ffff:ffff')
.broadcast: IPv6Address('2001:658:22a:cafe:ffff:ffff:ffff:ffff')
.netmask: IPv6Address('ffff:ffff:ffff:ffff::')
.prefixlen: 64
| class IPv6Network(_BaseV6, _BaseNet):
"""This class represents and manipulates 128-bit IPv6 networks.
Attributes: [examples for IPv6('2001:658:22A:CAFE:200::1/64')]
.ip: IPv6Address('2001:658:22a:cafe:200::1')
.network: IPv6Address('2001:658:22a:cafe::')
.hostmask: IPv6Address('::ffff:ffff:ffff:ffff')
.broadcast: IPv6Address('2001:658:22a:cafe:ffff:ffff:ffff:ffff')
.netmask: IPv6Address('ffff:ffff:ffff:ffff::')
.prefixlen: 64
"""
def __init__(self, address, strict=False):
"""Instantiate a new IPv6 network object.
Args:
address: The IPv6 network as a string, 2-tuple, or any format
supported by the IPv6Address constructor.
Strings should be in CIDR format, such as '2001:db8::/32'.
The 2-tuple format consists of an (ip, prefixlen), where ip is any
format recognized by the IPv6Address constructor, and prefixlen is
an integer from 0 through 128.
A plain IPv6 address (in any format) will be forwarded to the
IPv6Address constructor, with an implied prefixlen of 128.
For example, the following inputs are equivalent:
IPv6Network('2001:db8::/128')
IPv6Network('2001:db8:0:0:0:0:0:0/128')
IPv6Network('2001:db8::')
IPv6Network(0x20010db8 << 96)
IPv6Network(IPv6Address('2001:db8::'))
IPv6Network(('2001:db8::', 128))
IPv6Network((0x20010db8 << 96, 128))
IPv6Network((IPv6Address('2001:db8::'), 128))
strict: A boolean. If true, ensure that we have been passed
A true network address, eg, 2001:db8::/32 and not an
IP address on a network, eg, 2001:db8::1/32.
Raises:
AddressValueError: If address isn't a valid IPv6 address.
NetmaskValueError: If the netmask isn't valid for
an IPv6 address.
ValueError: If strict was True and a network address was not
supplied.
"""
_BaseNet.__init__(self, address)
_BaseV6.__init__(self, address)
# Constructing from a single IP address.
if isinstance(address, (int, long, Bytes, IPv6Address)):
self.ip = IPv6Address(address)
self._ip = self.ip._ip
self._prefixlen = self._max_prefixlen
self.netmask = IPv6Address(self._ALL_ONES)
return
# Constructing from an (ip, prefixlen) tuple.
if isinstance(address, tuple):
try:
ip, prefixlen = address
except ValueError:
raise AddressValueError(address)
self.ip = IPv6Address(ip)
self._ip = self.ip._ip
self._prefixlen = self._prefix_from_prefix_int(prefixlen)
else:
# Assume input argument to be string or any object representation
# which converts into a formatted IP prefix string.
addr = str(address).split('/')
if len(addr) > 2:
raise AddressValueError(address)
self._ip = self._ip_int_from_string(addr[0])
self.ip = IPv6Address(self._ip)
if len(addr) == 2:
# This may raise NetmaskValueError
self._prefixlen = self._prefix_from_prefix_string(addr[1])
else:
self._prefixlen = self._max_prefixlen
self.netmask = IPv6Address(self._ip_int_from_prefix(self._prefixlen))
if strict:
if self.ip != self.network:
raise ValueError('%s has host bits set' %
self.ip)
if self._prefixlen == (self._max_prefixlen - 1):
self.iterhosts = self.__iter__
@property
def with_netmask(self):
return self.with_prefixlen
| (address, strict=False) | [
0.032430365681648254,
-0.010438847355544567,
-0.0335286445915699,
-0.02310534007847309,
-0.037155043333768845,
-0.07058008015155792,
-0.035020649433135986,
0.01330370269715786,
0.0609234981238842,
-0.08819401264190674,
0.02928057871758938,
0.031166305765509605,
0.0058436826802790165,
0.02275306172668934,
-0.008667092770338058,
0.06187672168016434,
-0.011283280327916145,
-0.005302312783896923,
0.010267889127135277,
-0.0023118292447179556,
-0.03247180953621864,
-0.004735040478408337,
0.026586683467030525,
0.025509124621748924,
0.025219012051820755,
0.040429163724184036,
0.027933631092309952,
-0.0029347925446927547,
0.024245064705610275,
-0.031311362981796265,
-0.010796306654810905,
0.004271379671990871,
0.012568062171339989,
0.037403713911771774,
0.048614464700222015,
-0.06933674216270447,
0.017458518967032433,
0.03972460702061653,
-0.060301829129457474,
0.039496663957834244,
0.010734139941632748,
-0.07907621562480927,
-0.0337151475250721,
-0.025757791474461555,
0.035414375364780426,
0.02685607224702835,
0.011407613754272461,
0.04745401814579964,
-0.062747061252594,
-0.0162255447357893,
-0.022877395153045654,
-0.03904077038168907,
0.01818379946053028,
0.024825289845466614,
-0.10444027930498123,
0.015023651532828808,
0.020836250856518745,
0.07074585556983948,
-0.038957882672548294,
0.010076208040118217,
-0.05396081134676933,
0.007014491129666567,
0.034523315727710724,
-0.003869885578751564,
-0.04911179840564728,
-0.010273069143295288,
-0.10700984299182892,
-0.030088748782873154,
-0.008682634681463242,
0.032575421035289764,
0.039310161024332047,
0.038729939609766006,
0.00452004699036479,
-0.004714318085461855,
0.03468909487128258,
0.06685006618499756,
-0.03885427117347717,
-0.004178129136562347,
0.02602718211710453,
-0.04625212401151657,
0.04994069039821625,
0.045589011162519455,
0.05325625464320183,
-0.03402598202228546,
0.10004715621471405,
-0.02534334547817707,
0.023996397852897644,
0.04256356135010719,
0.02071191743016243,
-0.0043905326165258884,
-0.023333285003900528,
0.017810797318816185,
-0.005993918981403112,
0.018359938636422157,
0.001353423809632659,
0.022690894082188606,
-0.007812298834323883,
-0.08371800184249878,
-0.027374129742383957,
-0.04869735240936279,
-0.011770254001021385,
0.027643518522381783,
-0.0821845531463623,
0.0003131006669718772,
-0.005517306737601757,
-0.00416776817291975,
-0.027560630813241005,
0.014132593758404255,
-0.03800465911626816,
-0.046708013862371445,
-0.022732339799404144,
-0.021613337099552155,
-0.023063896223902702,
0.023954953998327255,
0.04049133136868477,
-0.027229074388742447,
0.0007311078952625394,
-0.021716946735978127,
0.021261056885123253,
0.00011008710134774446,
0.03361153602600098,
0.046708013862371445,
-0.04621068015694618,
0.061047833412885666,
0.013904648832976818,
0.0037041071336716413,
0.010081388056278229,
0.0028260007966309786,
0.04517456516623497,
-0.07671387493610382,
0.0663112923502922,
0.017313463613390923,
-0.03468909487128258,
0.05893415957689285,
0.022380059584975243,
-0.010558000765740871,
-0.032969143241643906,
0.047785572707653046,
-0.04256356135010719,
0.02923913486301899,
0.007833020761609077,
-0.007936632260680199,
0.04040844365954399,
-0.0015658271731808782,
-0.025654179975390434,
-0.02836879901587963,
0.008724079467356205,
-0.021064195781946182,
-0.030876195058226585,
-0.054996926337480545,
0.0032197239343076944,
-0.016826489940285683,
0.022670172154903412,
0.05329769849777222,
-0.005097680259495974,
-0.001387097523547709,
-0.03868849202990532,
-0.06714018434286118,
0.0054655009880661964,
-0.011366169899702072,
-0.10120760649442673,
-0.005429236683994532,
-0.05180569738149643,
-0.018100909888744354,
-0.009423456154763699,
-0.01948930323123932,
0.015945792198181152,
-0.07994654774665833,
-0.01169772632420063,
0.04463578760623932,
-0.010143554769456387,
-0.01186350453644991,
-0.015821458771824837,
0.03698926791548729,
-0.0014738719910383224,
0.032969143241643906,
-0.010920641012489796,
-0.02876252308487892,
-0.026006458327174187,
0.0027534726541489363,
0.02407928742468357,
0.003745551686733961,
0.023229673504829407,
-0.034523315727710724,
0.019820859655737877,
0.07899332791566849,
0.0347927063703537,
0.03135280683636665,
0.04248066991567612,
0.00032038585050031543,
-0.006035363767296076,
-0.022255726158618927,
-0.0009376831003464758,
0.03504137322306633,
0.020483972504734993,
-0.02002808265388012,
0.01734454743564129,
0.046127792447805405,
-0.029985137283802032,
0.05184714123606682,
-0.059182826429605484,
0.036823488771915436,
0.012754562310874462,
-0.012878895737230778,
-0.018391022458672523,
-0.05512126162648201,
-0.03690637648105621,
0.0362432636320591,
0.005491403862833977,
-0.006594865117222071,
-0.031891584396362305,
-0.0016836851136758924,
0.03773526847362518,
0.06970974057912827,
0.0006941963220015168,
-0.0796564370393753,
0.020939862355589867,
0.06444628536701202,
-0.012972146272659302,
0.008589384146034718,
0.025550568476319313,
-0.059141382575035095,
-0.029840080067515373,
-0.0184739101678133,
-0.03800465911626816,
0.006097530480474234,
-0.025965014472603798,
0.030254526063799858,
0.040905777364969254,
0.013282980769872665,
0.09880382567644119,
-0.04161033406853676,
-0.020939862355589867,
0.02923913486301899,
0.024680232629179955,
0.04301945120096207,
0.027850741520524025,
0.006102710962295532,
0.06336873024702072,
-0.00716472789645195,
-0.027415573596954346,
-0.047246795147657394,
0.009594414383172989,
-0.02685607224702835,
0.035890985280275345,
-0.01872257888317108,
-0.02836879901587963,
0.004126323852688074,
0.00972392875701189,
0.0021292141173034906,
-0.06336873024702072,
0.007662062533199787,
-0.014795706607401371,
0.006460170261561871,
0.010433667339384556,
-0.017769353464245796,
-0.07215497642755508,
0.00040084656211547554,
0.0396624393761158,
0.015479542315006256,
-0.026006458327174187,
-0.033694423735141754,
0.03042030520737171,
-0.006905699148774147,
0.00911780260503292,
0.010796306654810905,
-0.0011054039932787418,
0.0040304833091795444,
-0.040284108370542526,
0.003051355481147766,
0.08603890240192413,
0.025115400552749634,
-0.015427736565470695,
0.030523916706442833,
-0.005667543038725853,
-0.02397567592561245,
-0.002893347991630435,
0.024431565776467323,
-0.010200541466474533,
-0.06544095277786255,
0.036284707486629486,
0.003289661603048444,
-0.04034627601504326,
-0.02675246074795723,
0.012588784098625183,
-0.019323524087667465,
0.0019323524320498109,
0.05379503592848778,
0.0078071183525025845,
-0.006848712917417288,
0.009532247669994831,
-0.06303717195987701,
0.025405513122677803,
-0.02271161787211895,
0.03035813756287098,
0.0407399982213974,
-0.0439726747572422,
0.0490289106965065,
0.025426235049962997,
-0.04956768825650215,
-0.04654223844408989,
0.0017600985011085868,
0.013314063660800457,
0.031249195337295532,
0.011044974438846111,
0.005105451215058565,
-0.008636009879410267,
0.020504694432020187,
0.04633501544594765,
0.03678204491734505,
0.02364411950111389,
-0.08313778042793274,
-0.002469836501404643,
-0.03251325339078903,
0.06685006618499756,
0.02538479119539261,
0.05628170818090439,
0.005859224125742912,
0.00823192484676838,
0.04235633835196495,
-0.003315564477816224,
0.06336873024702072,
-0.008936482481658459,
0.045298900455236435,
0.0006877206033095717,
-0.03191230818629265,
0.02130250260233879,
0.018018020316958427,
-0.02996441349387169,
0.015427736565470695,
-0.03288625553250313,
-0.0052246046252548695,
-0.01286853477358818,
0.03031669370830059,
-0.026192959398031235,
0.018991967663168907,
0.04372400790452957,
0.025467680767178535,
-0.03663698956370354,
-0.07401997596025467,
0.05752504616975784,
0.06544095277786255,
-0.055784374475479126,
-0.009169608354568481,
0.016743600368499756,
-0.043102338910102844,
-0.0373208224773407,
-0.0008962385472841561,
-0.05735926702618599,
0.07343975454568863,
0.01672287844121456,
-0.008475411683321,
0.025612736120820045,
0.041299499571323395,
0.06357595324516296,
-0.055784374475479126,
-0.0293841902166605,
-0.09631714969873428,
0.0919240266084671,
-0.0014000489609315991,
0.029695024713873863,
-0.03180869668722153,
0.030979806557297707,
-0.024390121921896935,
0.0005384554388001561,
-0.012878895737230778,
-0.0021939713042229414,
0.03431609272956848,
0.007159546948969364,
-0.034440428018569946,
-0.036823488771915436,
-0.03748660162091255,
-0.03419175744056702,
-0.09010046720504761,
0.008729259483516216,
-0.02627584896981716,
-0.010868835262954235,
0.03236819803714752,
-0.09010046720504761,
-0.016826489940285683,
0.059141382575035095,
0.03404670208692551,
0.01656746119260788,
0.05093536153435707,
0.05847826972603798,
-0.05234447494149208,
0.033839479088783264,
0.03761093318462372,
0.06685006618499756,
0.06552384048700333,
-0.013531647622585297,
0.05188858509063721,
0.07269375026226044,
-0.03591170907020569,
-0.05205436423420906,
0.020110970363020897,
-0.004685825202614069,
0.0275813527405262,
-0.03035813756287098,
-0.04853157699108124,
-0.003113522194325924,
-0.012754562310874462,
0.016494933515787125,
0.06158661097288132,
0.02124033495783806,
0.01749996468424797,
0.10410872846841812,
0.029757192358374596,
-0.013262257911264896,
0.005346347577869892,
-0.03669915348291397,
0.005641640163958073,
-0.013542008586227894,
-0.014319093897938728,
-0.026835350319743156,
-0.01281672902405262,
0.014899318106472492,
0.029840080067515373,
0.024493733420968056,
0.027311962097883224,
-0.0116251977160573,
-0.008905398659408092,
0.027457019314169884,
0.025509124621748924,
0.010775584727525711,
-0.009615137241780758,
-0.011293641291558743,
-0.023063896223902702,
-0.03292769938707352,
0.01200855989009142,
0.00923177506774664,
0.03357009217143059,
0.005157256964594126,
-0.013728509657084942,
0.05134980380535126,
-0.045837678015232086,
0.003478752449154854,
-0.03792176768183708,
-0.0006644080276601017,
-0.02577851340174675,
0.030192360281944275,
-0.022649450227618217,
0.005729709751904011,
0.005833321250975132,
-0.025965014472603798,
-0.0038077186327427626,
-0.06071627512574196,
0.00441125500947237,
-0.013231175020337105,
0.007936632260680199,
-0.02300172857940197,
-0.069212406873703,
0.02617223747074604,
0.0116251977160573,
-0.042522113770246506,
-0.033694423735141754,
0.006579323206096888,
0.03512426093220711,
-0.023747731000185013,
-0.01813199371099472,
0.02134394645690918,
0.021571891382336617,
-0.014070427045226097,
0.03537292778491974,
-0.08375944942235947,
0.04907035455107689,
0.09930115938186646,
-0.021323224529623985,
-0.03176725283265114,
-0.025011789053678513,
0.007511825766414404,
-0.054209478199481964,
-0.019603274762630463,
0.000828891119454056,
0.02548840269446373,
0.03166364133358002,
0.010278250090777874,
-0.00008879820234142244,
-0.06871507316827774,
-0.07339830696582794,
0.02797507494688034,
-0.027374129742383957,
0.005879946518689394,
-0.0038647048640996218,
0.008863954804837704,
-0.03609820827841759,
0.034917037934064865,
0.03597387671470642,
-0.035600874572992325,
0.001762688742019236,
-0.06312005966901779,
-0.0004264256276655942,
-0.054748259484767914,
0.02934274636209011,
0.02656596153974533,
-0.0032300851307809353,
-0.041195888072252274,
0.0041470457799732685,
0.0030539457220584154,
-0.05686193332076073,
-0.04708101600408554,
0.03580809757113457,
-0.03191230818629265,
-0.02573706954717636,
0.07223786413669586,
0.03338358923792839,
-0.04322667419910431,
0.03761093318462372,
0.02096058428287506,
-0.005294542293995619,
-0.03133208304643631,
-0.015344846993684769,
0.041838280856609344,
0.030876195058226585,
-0.007993618957698345,
0.03429536893963814,
0.002591579919680953,
-0.0036160375457257032,
-0.02364411950111389,
-0.034378260374069214,
0.03512426093220711,
0.064156174659729,
-0.01896088384091854,
0.003823260311037302,
-0.022235004231333733,
0.06568962335586548,
0.06336873024702072,
-0.009962235577404499,
0.028721077367663383,
-0.013158646412193775,
0.004227344878017902,
-0.010568361729383469,
0.005822960287332535,
0.019219912588596344,
0.044428564608097076,
0.03889571502804756,
-0.010640890337526798,
0.010501014068722725,
-0.03288625553250313,
0.02056686207652092,
-0.0004167120496276766,
0.0612965002655983,
-0.07542908936738968,
-0.060591939836740494,
-0.06962685286998749,
0.04011832922697067,
0.01003994420170784,
0.05317336693406105,
-0.008325175382196903,
-0.027021851390600204,
-0.024721678346395493,
0.026379460468888283,
0.04405556246638298,
0.027933631092309952,
0.08595600724220276,
0.010744500905275345,
-0.025260457769036293,
0.017044072970747948,
0.008273369632661343,
0.03135280683636665,
-0.015821458771824837,
-0.016484571620821953,
-0.005517306737601757,
-0.03236819803714752,
-0.04621068015694618,
0.0032067724969238043,
-0.03236819803714752,
-0.013241535983979702,
-0.022255726158618927,
0.053629256784915924,
-0.047495462000370026,
0.0036548918578773737,
0.02718762867152691,
0.05404370278120041,
-0.04146527871489525,
0.004644380416721106,
-0.07476598024368286,
-0.0000663355749566108,
0.04761979356408119,
-0.04285367205739021,
0.017334185540676117,
0.015127263031899929,
0.023809896782040596,
-0.052510254085063934,
0.037548769265413284,
0.030378859490156174,
-0.009055635891854763,
0.001789886737242341,
-0.05433381348848343,
-0.00784338265657425,
0.005048464983701706,
-0.01837030053138733,
0.014536677859723568,
0.041796837002038956,
-0.029031911864876747,
0.01700262911617756,
-0.006890157703310251,
-0.0048438324593007565,
0.020349277183413506,
0.02851385436952114,
-0.0324510894715786,
0.01773826964199543,
0.025156846269965172,
-0.04803423956036568,
0.029176967218518257,
0.001194121316075325,
-0.023333285003900528,
-0.016401683911681175,
-0.0003166623064316809,
-0.07808154076337814,
0.009982957504689693,
0.05234447494149208,
-0.0061752391047775745,
-0.032824087888002396,
-0.048324353992938995,
-0.048075687140226364,
-0.06904663145542145,
0.050562359392642975,
-0.047205351293087006,
-0.03089691698551178,
-0.016349878162145615,
-0.0036497111432254314,
-0.0237891748547554,
-0.007548090070486069,
-0.04216983541846275,
-0.008905398659408092,
-0.02523973397910595,
0.0018119042506441474,
-0.002127918880432844,
0.0092835808172822,
0.09789204597473145,
-0.01755177043378353,
0.039496663957834244,
-0.01900232955813408,
-0.030130192637443542,
-0.06859073787927628,
0.023167507722973824,
0.027747130021452904,
-0.04405556246638298,
0.02184128202497959,
-0.04824146255850792,
-0.044179897755384445,
0.01174953207373619,
-0.006910879630595446,
-0.020142054185271263,
-0.0076102567836642265,
0.04621068015694618,
-0.07795721292495728,
0.0010128013091161847,
-0.0009467490599490702,
0.015624597668647766,
0.08927157521247864,
0.015147984959185123,
-0.018194159492850304,
-0.022773783653974533,
0.025073956698179245,
-0.013604175299406052,
0.007770854514092207,
-0.002849313197657466,
-0.03261686488986015,
-0.019644720479846,
0.004597755614668131,
-0.0031782793812453747,
-0.010433667339384556,
0.0087448013946414,
0.053090475499629974,
0.055287037044763565,
-0.007527367677539587,
0.021406114101409912,
0.023996397852897644,
-0.03406742587685585,
-0.0001928143174154684,
-0.03396381437778473,
0.012340116314589977,
-0.025260457769036293,
-0.026731738820672035,
-0.0026913059409707785,
-0.02841024287045002,
-0.05006502568721771,
0.009356108494102955,
0.05590870603919029,
0.023229673504829407,
-0.015925070270895958,
-0.029031911864876747,
-0.00022357395209837705,
0.011407613754272461,
0.0012264997931197286,
-0.0010749681387096643,
0.025985736399888992,
-0.05147413909435272,
0.0033673702273517847,
0.015220513567328453,
0.016153015196323395,
0.035352207720279694,
-0.015676403418183327,
-0.024866733700037003,
-0.008319994434714317,
-0.03705143183469772,
-0.018339216709136963,
-0.029363468289375305,
0.016847211867570877,
-0.0382118821144104,
-0.04318522661924362,
-0.021944893524050713,
-0.001985453302040696,
0.034481871873140335,
-0.08305489271879196,
-0.006983407773077488,
0.018846912309527397,
0.05313192307949066,
0.043102338910102844,
0.030710415914654732,
0.024203620851039886,
-0.07563631236553192,
0.01924063451588154,
0.05843682587146759,
0.018991967663168907,
0.01589398831129074,
-0.045547567307949066,
0.03703071177005768,
0.022815227508544922,
0.03158075362443924,
0.052510254085063934,
-0.0070818387903273106,
-0.06175239011645317,
-0.02783001959323883,
-0.010319694876670837,
-0.04175538942217827,
-0.021758392453193665,
0.046459347009658813,
0.015386291779577732,
0.11960899084806442,
-0.013365869410336018,
0.007496284320950508,
-0.022794505581259727,
-0.041817557066679,
0.024327954277396202,
-0.028783245012164116,
-0.01930280216038227,
0.0576908215880394,
-0.019893387332558632,
-0.054996926337480545,
0.023374730721116066,
0.04034627601504326,
-0.05321481078863144,
-0.011076057329773903,
0.029695024713873863,
0.051101136952638626,
0.020732639357447624,
0.01574893109500408,
-0.0034347176551818848,
0.014225844293832779,
-0.014080788008868694,
-0.02213139273226261,
0.07580209523439407,
-0.02664884924888611,
-0.02538479119539261,
-0.01597687602043152,
0.0004306348564568907,
-0.05727637559175491,
-0.05018935725092888,
0.004540769383311272,
0.013966815546154976,
0.014484872110188007,
-0.018691495060920715,
0.015614236705005169,
-0.02188272587954998,
0.026669571176171303
] |
8,768 | ipaddr | __init__ | Instantiate a new IPv6 network object.
Args:
address: The IPv6 network as a string, 2-tuple, or any format
supported by the IPv6Address constructor.
Strings should be in CIDR format, such as '2001:db8::/32'.
The 2-tuple format consists of an (ip, prefixlen), where ip is any
format recognized by the IPv6Address constructor, and prefixlen is
an integer from 0 through 128.
A plain IPv6 address (in any format) will be forwarded to the
IPv6Address constructor, with an implied prefixlen of 128.
For example, the following inputs are equivalent:
IPv6Network('2001:db8::/128')
IPv6Network('2001:db8:0:0:0:0:0:0/128')
IPv6Network('2001:db8::')
IPv6Network(0x20010db8 << 96)
IPv6Network(IPv6Address('2001:db8::'))
IPv6Network(('2001:db8::', 128))
IPv6Network((0x20010db8 << 96, 128))
IPv6Network((IPv6Address('2001:db8::'), 128))
strict: A boolean. If true, ensure that we have been passed
A true network address, eg, 2001:db8::/32 and not an
IP address on a network, eg, 2001:db8::1/32.
Raises:
AddressValueError: If address isn't a valid IPv6 address.
NetmaskValueError: If the netmask isn't valid for
an IPv6 address.
ValueError: If strict was True and a network address was not
supplied.
| def __init__(self, address, strict=False):
"""Instantiate a new IPv6 network object.
Args:
address: The IPv6 network as a string, 2-tuple, or any format
supported by the IPv6Address constructor.
Strings should be in CIDR format, such as '2001:db8::/32'.
The 2-tuple format consists of an (ip, prefixlen), where ip is any
format recognized by the IPv6Address constructor, and prefixlen is
an integer from 0 through 128.
A plain IPv6 address (in any format) will be forwarded to the
IPv6Address constructor, with an implied prefixlen of 128.
For example, the following inputs are equivalent:
IPv6Network('2001:db8::/128')
IPv6Network('2001:db8:0:0:0:0:0:0/128')
IPv6Network('2001:db8::')
IPv6Network(0x20010db8 << 96)
IPv6Network(IPv6Address('2001:db8::'))
IPv6Network(('2001:db8::', 128))
IPv6Network((0x20010db8 << 96, 128))
IPv6Network((IPv6Address('2001:db8::'), 128))
strict: A boolean. If true, ensure that we have been passed
A true network address, eg, 2001:db8::/32 and not an
IP address on a network, eg, 2001:db8::1/32.
Raises:
AddressValueError: If address isn't a valid IPv6 address.
NetmaskValueError: If the netmask isn't valid for
an IPv6 address.
ValueError: If strict was True and a network address was not
supplied.
"""
_BaseNet.__init__(self, address)
_BaseV6.__init__(self, address)
# Constructing from a single IP address.
if isinstance(address, (int, long, Bytes, IPv6Address)):
self.ip = IPv6Address(address)
self._ip = self.ip._ip
self._prefixlen = self._max_prefixlen
self.netmask = IPv6Address(self._ALL_ONES)
return
# Constructing from an (ip, prefixlen) tuple.
if isinstance(address, tuple):
try:
ip, prefixlen = address
except ValueError:
raise AddressValueError(address)
self.ip = IPv6Address(ip)
self._ip = self.ip._ip
self._prefixlen = self._prefix_from_prefix_int(prefixlen)
else:
# Assume input argument to be string or any object representation
# which converts into a formatted IP prefix string.
addr = str(address).split('/')
if len(addr) > 2:
raise AddressValueError(address)
self._ip = self._ip_int_from_string(addr[0])
self.ip = IPv6Address(self._ip)
if len(addr) == 2:
# This may raise NetmaskValueError
self._prefixlen = self._prefix_from_prefix_string(addr[1])
else:
self._prefixlen = self._max_prefixlen
self.netmask = IPv6Address(self._ip_int_from_prefix(self._prefixlen))
if strict:
if self.ip != self.network:
raise ValueError('%s has host bits set' %
self.ip)
if self._prefixlen == (self._max_prefixlen - 1):
self.iterhosts = self.__iter__
| (self, address, strict=False) | [
0.01873067021369934,
0.021126452833414078,
-0.016255686059594154,
-0.03936212509870529,
-0.05306363105773926,
-0.060666777193546295,
-0.014968696050345898,
0.020928453654050827,
0.05765719711780548,
-0.09543533623218536,
0.041777707636356354,
0.052588433027267456,
-0.015275593847036362,
0.004640592727810144,
-0.011483919806778431,
0.05702360346913338,
-0.021007653325796127,
0.016225986182689667,
-0.004982140380889177,
0.006454755086451769,
-0.02397763356566429,
0.0008959437836892903,
0.019512763246893883,
0.0355011522769928,
0.039956122636795044,
0.02940279431641102,
0.03185797855257988,
0.01007812935858965,
0.03354096785187721,
-0.020057260990142822,
0.008964387699961662,
0.030333388596773148,
0.008845588192343712,
0.044153694063425064,
0.03896612673997879,
-0.060468778014183044,
0.012592712417244911,
0.01879996992647648,
-0.05512281507253647,
0.040074922144412994,
0.016255686059594154,
-0.07349708676338196,
-0.050727248191833496,
-0.011503719724714756,
0.036114949733018875,
0.01697838120162487,
0.032154977321624756,
0.03888693079352379,
-0.0718735009431839,
0.006024107802659273,
-0.03635254502296448,
-0.02855140157043934,
0.018304971978068352,
0.014107401482760906,
-0.1039096787571907,
0.020067160949110985,
0.014018302783370018,
0.056192006915807724,
-0.05718200281262398,
-0.010028630495071411,
-0.04474768787622452,
0.011563119478523731,
0.026670414954423904,
0.00297245429828763,
-0.051994439214468,
-0.0026012067683041096,
-0.10581046342849731,
-0.03742174059152603,
-0.014869696460664272,
0.028412802144885063,
0.034946758300065994,
0.05702360346913338,
0.0031085782684385777,
-0.0205522570759058,
0.04934125766158104,
0.09567293524742126,
-0.033085569739341736,
0.0038609730545431376,
0.02595761977136135,
-0.017225880175828934,
0.04130251333117485,
0.05326163023710251,
0.04454968869686127,
-0.011315621435642242,
0.09725692123174667,
-0.022591643035411835,
0.005647910758852959,
0.025621021166443825,
0.03282817080616951,
0.005306363105773926,
-0.027640607208013535,
0.0036109997890889645,
-0.011177022010087967,
0.014909296296536922,
0.008860438130795956,
0.03411516174674034,
-0.00506133958697319,
-0.06019157916307449,
-0.006162707228213549,
-0.05833039432764053,
-0.009632633067667484,
0.012681812047958374,
-0.09741532057523727,
-0.011949216946959496,
-0.002583882072940469,
-0.016542784869670868,
-0.005306363105773926,
0.016384385526180267,
-0.037976134568452835,
-0.05330123007297516,
-0.013226307928562164,
-0.0314817801117897,
-0.02439342997968197,
0.02164124883711338,
0.02035425789654255,
-0.025086425244808197,
0.006632953882217407,
-0.04035211727023125,
0.02548242174088955,
-0.018780170008540154,
0.02051265724003315,
0.050410449504852295,
-0.04359929636120796,
0.06751752644777298,
0.02273024246096611,
0.005964708514511585,
-0.010731524787843227,
-0.022433243691921234,
0.06213196739554405,
-0.08521860837936401,
0.07603146880865097,
0.012285814620554447,
-0.03831273317337036,
0.02758120745420456,
-0.009221785701811314,
-0.02797720581293106,
-0.048153266310691833,
0.04458928853273392,
-0.03819393366575241,
-0.0012053166283294559,
0.004925215616822243,
-0.009098036214709282,
0.033778563141822815,
0.008187242783606052,
-0.007142800372093916,
-0.02393803372979164,
0.015453792177140713,
-0.012681812047958374,
-0.018552470952272415,
-0.03734254091978073,
0.0011892291950061917,
-0.009993980638682842,
0.010206828825175762,
0.039025526493787766,
-0.01390940323472023,
-0.018819767981767654,
-0.03290737047791481,
-0.07694226503372192,
0.02183924801647663,
-0.024215230718255043,
-0.09369295090436935,
-0.007350698579102755,
-0.05543961375951767,
-0.013612405396997929,
-0.004014422185719013,
-0.03932252526283264,
0.016800183802843094,
-0.08553540706634521,
-0.01869107037782669,
0.04074811562895775,
-0.022314444184303284,
-0.0016310135833919048,
-0.002092598006129265,
0.029244396835565567,
-0.02245304360985756,
0.010503826662898064,
-0.008895087987184525,
-0.03108578361570835,
-0.025977419689297676,
0.0031754029914736748,
0.027759406715631485,
0.017077380791306496,
0.04534168541431427,
-0.036114949733018875,
0.023720234632492065,
0.07662546634674072,
0.0306105874478817,
0.04720287024974823,
0.024195430800318718,
-0.010830524377524853,
-0.009300985373556614,
-0.010068229399621487,
-0.005271713249385357,
0.04332209751009941,
0.025997219607234,
-0.019176166504621506,
0.01350350584834814,
0.05389522388577461,
-0.050806447863578796,
0.048549260944128036,
-0.0612211748957634,
0.0314025804400444,
0.004972240421921015,
-0.022512443363666534,
-0.00796449463814497,
-0.04490608721971512,
-0.04502488672733307,
0.025997219607234,
0.009474233724176884,
-0.009607883170247078,
-0.015790389850735664,
0.0022361469455063343,
0.03173917904496193,
0.0827634260058403,
-0.024235030636191368,
-0.056112807244062424,
0.03855033218860626,
0.05757799744606018,
-0.0051479642279446125,
0.003808998502790928,
0.0033585515338927507,
-0.044193293899297714,
-0.02152244932949543,
-0.019948361441493034,
-0.046410877257585526,
0.014760796912014484,
-0.031224383041262627,
0.033936962485313416,
0.026195216923952103,
0.03407556191086769,
0.08973297476768494,
-0.0629635602235794,
-0.014087601564824581,
0.03177877888083458,
0.02975919283926487,
0.054568421095609665,
0.02696741186082363,
-0.01015732903033495,
0.07571467012166977,
-0.011840317398309708,
-0.02859100140631199,
-0.04906405881047249,
0.0026482315734028816,
-0.012186815030872822,
0.060825176537036896,
-0.012543212622404099,
-0.05532081425189972,
-0.007954594679176807,
0.008706989698112011,
-0.00741009833291173,
-0.07318028807640076,
0.03429336100816727,
-0.018344571813941002,
-0.009721732698380947,
-0.00035237567499279976,
-0.014048001728951931,
-0.037857335060834885,
0.005543961189687252,
0.02948199398815632,
0.023284638300538063,
-0.019522663205862045,
-0.016136888414621353,
0.019096966832876205,
-0.0203146580606699,
-0.0010784737532958388,
-0.0006800015107728541,
-0.01934446580708027,
0.005484561901539564,
-0.032154977321624756,
0.0017349629197269678,
0.05349922552704811,
0.021225452423095703,
0.007682346273213625,
0.04045111685991287,
0.0014255900168791413,
-0.02587842009961605,
-0.002419295720756054,
0.02249264344573021,
0.001444152439944446,
-0.06617113947868347,
0.03666934370994568,
0.006286456249654293,
-0.04146091267466545,
-0.003920372575521469,
0.009300985373556614,
-0.010147429071366787,
-0.00594490859657526,
0.0613003745675087,
-0.0090336874127388,
-0.004286670126020908,
0.0020096860826015472,
-0.06367635726928711,
0.01768127642571926,
-0.02770000696182251,
0.013394606299698353,
0.05417242273688316,
-0.029501793906092644,
0.050648048520088196,
0.02649221569299698,
-0.042371705174446106,
-0.04082731530070305,
-0.007123000454157591,
-0.01817627251148224,
0.03453096002340317,
0.016414085403084755,
-0.005543961189687252,
-0.036609943956136703,
0.027403008192777634,
0.0414213128387928,
0.031145183369517326,
0.03516455367207527,
-0.08965377509593964,
0.0029823542572557926,
-0.02548242174088955,
0.0623299665749073,
0.04470808804035187,
0.06720073521137238,
-0.01453309878706932,
0.0037570237182080746,
0.02393803372979164,
-0.000228471850277856,
0.06553754210472107,
-0.0035540752578526735,
0.04585647955536842,
-0.017691176384687424,
-0.025977419689297676,
0.018304971978068352,
0.004737116862088442,
-0.02587842009961605,
0.032115377485752106,
-0.030689787119627,
0.0014156901743263006,
-0.01883956789970398,
0.029224596917629242,
-0.042332105338573456,
0.030353188514709473,
0.04041151702404022,
0.01478059682995081,
-0.04807406663894653,
-0.07797185331583023,
0.05718200281262398,
0.07591266930103302,
-0.044034894555807114,
-0.006162707228213549,
0.018562370911240578,
-0.03961952403187752,
-0.04981645196676254,
-0.0016136887716129422,
-0.0706063061952591,
0.060825176537036896,
0.0016594759654253721,
-0.010187028907239437,
0.0028784049209207296,
0.02960079349577427,
0.06383475661277771,
-0.033778563141822815,
-0.013374806381762028,
-0.08791138976812363,
0.09844491630792618,
-0.016423985362052917,
0.02653181552886963,
-0.0411045141518116,
0.0352635532617569,
-0.034016162157058716,
0.01989886164665222,
-0.004407944157719612,
-0.0010568175930529833,
0.03365976735949516,
0.0003030307125300169,
-0.034788358956575394,
-0.02956119365990162,
-0.02389843389391899,
-0.01919596642255783,
-0.09567293524742126,
0.0031853027176111937,
-0.026116017252206802,
-0.0034625008702278137,
0.026393216103315353,
-0.08719859272241592,
-0.026512015610933304,
0.03441216051578522,
0.023641034960746765,
0.01915636658668518,
0.04304489865899086,
0.04771766811609268,
-0.06767592579126358,
0.02498742565512657,
0.04680687561631203,
0.0832386165857315,
0.0717151015996933,
-0.00936038512736559,
0.046371277421712875,
0.1019296869635582,
-0.03835233300924301,
-0.0360555499792099,
0.03433296084403992,
0.006078557576984167,
0.024254830554127693,
-0.042094506323337555,
-0.03835233300924301,
-0.015711190178990364,
-0.010365228168666363,
0.01144431997090578,
0.05393482372164726,
0.009845481254160404,
0.02983839251101017,
0.09345535188913345,
0.023601435124874115,
-0.0007876632735133171,
-0.004821266513317823,
-0.0018797493539750576,
0.0007208387251012027,
-0.01969096250832081,
-0.027125811204314232,
-0.025660621002316475,
0.01752287708222866,
0.012790710665285587,
0.038174133747816086,
0.020294858142733574,
0.0064300051890313625,
-0.001451577409170568,
-0.03169957920908928,
0.021225452423095703,
0.03407556191086769,
0.028096003457903862,
0.0014008402358740568,
-0.013879703357815742,
-0.02851180173456669,
-0.02482902631163597,
-0.018601970747113228,
0.005583561025559902,
0.04130251333117485,
0.01724568009376526,
-0.006286456249654293,
0.04292609915137291,
-0.04029271751642227,
0.009890031069517136,
-0.009305935353040695,
0.001754762721247971,
-0.036273349076509476,
0.029937392100691795,
-0.03746134042739868,
-0.0030194788705557585,
0.010038530454039574,
-0.025185424834489822,
-0.009211885742843151,
-0.04538128525018692,
-0.013147108256816864,
-0.019562263041734695,
0.022274844348430634,
-0.02649221569299698,
-0.07508108019828796,
0.022175844758749008,
0.020106760784983635,
-0.03383796289563179,
-0.037045542150735855,
0.0102761285379529,
0.04561888054013252,
-0.015760689973831177,
-0.007776395883411169,
0.017958475276827812,
0.014463799074292183,
-0.003071453655138612,
0.03979772329330444,
-0.09068337082862854,
0.0516776405274868,
0.08965377509593964,
-0.013850003480911255,
-0.015235994011163712,
-0.04930165782570839,
0.012464012950658798,
-0.05361802503466606,
-0.0003709380398504436,
0.01616658829152584,
0.022096646949648857,
0.022987639531493187,
0.0182653721421957,
0.004922740627080202,
-0.05726120248436928,
-0.04779686778783798,
0.023185638710856438,
-0.006286456249654293,
0.0037149491254240274,
0.0061033074744045734,
0.0015171644045040011,
-0.04569808021187782,
0.005291513167321682,
0.015285493806004524,
-0.05801359564065933,
0.020265158265829086,
-0.05211323872208595,
-0.008350592106580734,
-0.06379515677690506,
0.03674854338169098,
0.048232462257146835,
-0.003266977146267891,
-0.046450477093458176,
0.015196394175291061,
-0.011691818945109844,
-0.05932038649916649,
-0.050252050161361694,
0.04005512222647667,
-0.04534168541431427,
-0.025660621002316475,
0.050766848027706146,
0.03827313333749771,
-0.021106652915477753,
0.04518328607082367,
0.03508535400032997,
0.005415262188762426,
-0.023205438628792763,
-0.015592391602694988,
0.023839034140110016,
0.044153694063425064,
0.0035615002270787954,
0.04926205798983574,
0.009370285086333752,
-0.02572002075612545,
-0.02657141536474228,
-0.025343824177980423,
0.03243217244744301,
0.07527907192707062,
-0.01441429927945137,
0.005885508842766285,
-0.019631562754511833,
0.05801359564065933,
0.08989137411117554,
-0.009464333765208721,
0.04146091267466545,
-0.014790496788918972,
0.017037780955433846,
-0.002090123016387224,
-0.005900358781218529,
0.014542998746037483,
0.03912452608346939,
0.03274897113442421,
-0.020532457157969475,
0.030254188925027847,
-0.03730294108390808,
0.009201985783874989,
-0.02051265724003315,
0.06379515677690506,
-0.0717151015996933,
-0.060983575880527496,
-0.07923904806375504,
0.02284904010593891,
-0.0007171262404881418,
0.05508321523666382,
-0.021997647359967232,
-0.02906619757413864,
-0.042173705995082855,
0.026789212599396706,
0.016285385936498642,
0.0415005125105381,
0.06363675743341446,
0.02987799234688282,
-0.02370043471455574,
0.007627896964550018,
-0.006628003902733326,
0.018948467448353767,
-0.008810938335955143,
-0.02742280811071396,
0.011424520052969456,
-0.022789640352129936,
-0.05567721277475357,
-0.015829989686608315,
-0.026116017252206802,
-0.017899075523018837,
-0.009721732698380947,
0.06803232431411743,
-0.056192006915807724,
0.001663188450038433,
0.017305079847574234,
0.06613153964281082,
-0.04981645196676254,
-0.008385241962969303,
-0.05975598469376564,
-0.009513833560049534,
0.04771766811609268,
-0.01857227087020874,
0.0205522570759058,
0.00744969816878438,
0.024175630882382393,
-0.03306576982140541,
0.02587842009961605,
0.03892653062939644,
-0.0014924146234989166,
-0.0054350621066987514,
-0.06300316005945206,
-0.01192941702902317,
0.030333388596773148,
-0.021661048755049706,
0.020265158265829086,
0.05694440379738808,
-0.046648476272821426,
0.011830417439341545,
0.004316370002925396,
-0.016493285074830055,
0.023363837972283363,
0.028729598969221115,
-0.048470061272382736,
0.02241344377398491,
0.023225238546729088,
-0.0514400415122509,
0.04688607156276703,
0.0010648613097146153,
-0.025779420509934425,
-0.018859367817640305,
-0.007603147067129612,
-0.0713191032409668,
0.013335207477211952,
0.05171724036335945,
-0.0042718201875686646,
-0.021265052258968353,
-0.051202442497015,
-0.03783753514289856,
-0.06529994308948517,
0.03940172493457794,
-0.05714240297675133,
-0.021502649411559105,
-0.016493285074830055,
-0.010068229399621487,
-0.022710442543029785,
-0.0005825490807183087,
-0.03142238035798073,
0.007454648148268461,
-0.039302725344896317,
0.02276984229683876,
-0.0045341686345636845,
0.03419436141848564,
0.09187135845422745,
-0.00928613543510437,
0.015839889645576477,
-0.0008427316206507385,
-0.052469633519649506,
-0.05987478420138359,
0.02645261585712433,
0.029382994398474693,
-0.02486862614750862,
0.021344251930713654,
-0.044272489845752716,
-0.03193717822432518,
0.023641034960746765,
-0.006553754210472107,
0.003563975216820836,
-0.00770214619114995,
0.042094506323337555,
-0.07813025265932083,
-0.0039376975037157536,
-0.0063310060650110245,
0.03528335317969322,
0.08981217443943024,
0.011048323474824429,
-0.0025195323396474123,
-0.027719806879758835,
0.040074922144412994,
-0.01984936185181141,
0.004261920228600502,
0.004259445238858461,
-0.017849575728178024,
-0.020136458799242973,
0.002757130889222026,
-0.0008427316206507385,
0.0005141776637174189,
0.02292823977768421,
0.06355755776166916,
0.05757799744606018,
-0.016037888824939728,
0.004063921514898539,
0.005197464022785425,
-0.0627259612083435,
0.0009757619700394571,
-0.01915636658668518,
0.032689571380615234,
-0.02160164900124073,
-0.023185638710856438,
-0.01930486597120762,
-0.02172044850885868,
-0.048549260944128036,
0.021166052669286728,
0.05932038649916649,
0.004714841954410076,
-0.012513512745499611,
-0.05793439596891403,
-0.015245893970131874,
0.0062023065984249115,
0.0019255365477874875,
0.008108043111860752,
0.023403437808156013,
-0.04045111685991287,
0.007637796923518181,
0.027403008192777634,
0.002375983400270343,
0.040946114808321,
-0.0019416239811107516,
-0.024848826229572296,
-0.024809226393699646,
-0.013562905602157116,
-0.015245893970131874,
-0.0009237873018719256,
0.021265052258968353,
-0.01612698845565319,
-0.041777707636356354,
-0.01763177663087845,
-0.0088752880692482,
0.013394606299698353,
-0.0814962312579155,
0.006063707638531923,
0.016245786100625992,
0.05500401556491852,
0.034748759120702744,
0.028234602883458138,
0.03332316875457764,
-0.04949965700507164,
-0.005326163023710251,
0.060666777193546295,
0.04169850796461105,
-0.006568604148924351,
-0.04779686778783798,
0.028412802144885063,
0.02750200778245926,
0.003920372575521469,
0.0356595516204834,
-0.021304652094841003,
-0.052390433847904205,
-0.019057366997003555,
-0.008642639964818954,
-0.026076417416334152,
-0.0052816132083535194,
0.038174133747816086,
0.01457269862294197,
0.10604806244373322,
-0.010652326047420502,
0.014632098376750946,
-0.0181861724704504,
-0.03835233300924301,
0.022274844348430634,
-0.0157012902200222,
-0.007825895212590694,
0.050054050981998444,
-0.019285066053271294,
-0.06652753800153732,
0.032075777649879456,
0.03963932394981384,
-0.06898272037506104,
-0.023601435124874115,
0.01134532131254673,
0.04771766811609268,
0.023146038874983788,
0.03639214485883713,
-0.026017019525170326,
0.004323794972151518,
0.00032360400655306876,
-0.01969096250832081,
0.06019157916307449,
-0.03197677806019783,
-0.04066891595721245,
-0.0045069437474012375,
0.009370285086333752,
-0.0411045141518116,
-0.046648476272821426,
0.01126612164080143,
0.0044599189423024654,
0.01188981719315052,
-0.03461015969514847,
0.006771552842110395,
-0.00965738296508789,
0.013533205725252628
] |
8,795 | ipaddr | NetmaskValueError | A Value Error related to the netmask. | class NetmaskValueError(ValueError):
"""A Value Error related to the netmask."""
| null | [
0.017827656120061874,
-0.02883627638220787,
0.03979231044650078,
0.03292068466544151,
-0.04277234897017479,
-0.047820888459682465,
-0.05406144633889198,
-0.02934463694691658,
0.06882141530513763,
-0.049924448132514954,
0.024015622213482857,
0.02846815437078476,
0.0059600817039608955,
-0.02192959375679493,
-0.018055541440844536,
0.03698756545782089,
-0.018125660717487335,
0.045717332512140274,
-0.021771827712655067,
0.008195112459361553,
-0.06619196385145187,
-0.0017639212310314178,
0.017266707494854927,
0.027907205745577812,
0.03877558931708336,
0.09129442274570465,
0.027942264452576637,
-0.04599780589342117,
0.016968702897429466,
-0.025978943333029747,
-0.07593844830989838,
0.004178630653768778,
0.006713856477290392,
0.01311217900365591,
0.005083599127829075,
-0.056690894067287445,
0.003974848426878452,
0.034393176436424255,
-0.08708731085062027,
0.01647787168622017,
-0.0718715712428093,
-0.053570616990327835,
-0.03542742505669594,
0.010728146880865097,
0.05525346100330353,
-0.04221140220761299,
0.009238126687705517,
0.016828466206789017,
-0.10840336233377457,
-0.028994044288992882,
-0.070889912545681,
-0.015022911131381989,
0.001575477421283722,
-0.01896708272397518,
-0.020579811185598373,
0.06545571982860565,
0.03220197185873985,
0.09900747239589691,
-0.01982603594660759,
0.010500261560082436,
-0.0660867840051651,
0.04789100959897041,
-0.0005899823154322803,
-0.05504310503602028,
-0.024786926805973053,
0.0031027484219521284,
-0.0806363970041275,
-0.024085741490125656,
-0.03006335347890854,
0.054517216980457306,
0.0347437709569931,
0.010763206519186497,
-0.040353257209062576,
0.04778582975268364,
0.10293411463499069,
-0.03625132143497467,
-0.02468174882233143,
0.027854615822434425,
-0.005048539489507675,
0.00242347433231771,
0.040493495762348175,
0.006547324825078249,
0.05448215827345848,
-0.002158338436856866,
0.06405334919691086,
-0.0797949731349945,
0.0001294866087846458,
0.003150954842567444,
0.022332776337862015,
0.002462916076183319,
-0.027872147038578987,
-0.037232980132102966,
-0.053921207785606384,
-0.007327394559979439,
-0.029449814930558205,
0.09655331820249557,
0.017161529511213303,
-0.05048539489507675,
-0.012971942313015461,
-0.08316066861152649,
0.025295287370681763,
0.022122420370578766,
-0.03079959750175476,
-0.00528518995270133,
-0.0024344304110854864,
-0.00528518995270133,
0.012849234975874424,
-0.015496212057769299,
-0.03207926079630852,
-0.003733815858140588,
-0.007283570244908333,
0.0278195571154356,
-0.011341684497892857,
0.03230714797973633,
0.0075640445575118065,
-0.015890629962086678,
0.023559851571917534,
0.01712646894156933,
-0.020579811185598373,
0.04480579122900963,
0.03842499479651451,
0.037723809480667114,
-0.06938236206769943,
0.056831128895282745,
0.03810946270823479,
0.05861915647983551,
0.01402372121810913,
0.008799885399639606,
0.06629714369773865,
-0.0410895049571991,
-0.014497022144496441,
0.005390367936342955,
-0.002668889472261071,
0.009124184027314186,
0.009010241366922855,
0.031781259924173355,
0.028310388326644897,
-0.0302912387996912,
-0.008177582174539566,
-0.003790787188336253,
0.039617013186216354,
0.06654255837202072,
0.05570923164486885,
-0.0028792452067136765,
0.007143333088606596,
0.03618120029568672,
0.0040712617337703705,
-0.026031533256173134,
0.018125660717487335,
0.014952792786061764,
-0.004325441550463438,
-0.01484761480242014,
-0.004132615402340889,
0.03299080580472946,
0.0074194250628352165,
0.020667459815740585,
0.03891582787036896,
-0.09290715306997299,
0.0057234312407672405,
-0.020527221262454987,
-0.05840880051255226,
-0.020071450620889664,
0.02913428097963333,
-0.01903720200061798,
-0.008330967277288437,
0.016293810680508614,
0.03425293788313866,
-0.07029390335083008,
-0.016241222620010376,
0.011271566152572632,
-0.032499972730875015,
-0.03200914338231087,
-0.043754011392593384,
0.02483951672911644,
0.029169339686632156,
0.022893724963068962,
-0.009141713380813599,
0.056761011481285095,
-0.0453316792845726,
0.050660692155361176,
0.048767492175102234,
0.040528554469347,
-0.015916923061013222,
0.02156147174537182,
-0.002338017337024212,
0.04831172153353691,
-0.012077930383384228,
0.020825225859880447,
0.012884293682873249,
-0.022981373593211174,
0.019948743283748627,
0.023927973583340645,
-0.008602676913142204,
0.004584003705531359,
0.006459676660597324,
-0.07699023187160492,
-0.005797932390123606,
0.024594102054834366,
0.049573853611946106,
0.010395083576440811,
0.006144142709672451,
0.051607295870780945,
0.010991091839969158,
0.024015622213482857,
0.01089467853307724,
-0.021964654326438904,
-0.016732051968574524,
-0.0010517791379243135,
-0.056165002286434174,
-0.0013256799429655075,
-0.0021178009919822216,
-0.01830095611512661,
0.018616490066051483,
0.08680683374404907,
0.07113532721996307,
-0.06899671256542206,
0.019931213930249214,
0.02412080019712448,
-0.04256199300289154,
0.03775886818766594,
0.0557793527841568,
-0.040423378348350525,
0.05935540050268173,
-0.030747009441256523,
-0.016311340034008026,
0.04045843705534935,
0.00784451887011528,
-0.02504987269639969,
0.0553586408495903,
-0.010465201921761036,
0.020369455218315125,
-0.034182820469141006,
-0.08848968148231506,
0.011858809739351273,
0.02213994972407818,
0.052624013274908066,
0.04750535637140274,
-0.030536653473973274,
0.035111892968416214,
0.004697946831583977,
-0.0554988756775856,
-0.031045012176036835,
-0.025330346077680588,
-0.0026666983030736446,
0.091224305331707,
-0.007774400524795055,
0.05122164264321327,
0.030396416783332825,
-0.029677700251340866,
0.02504987269639969,
-0.04484084993600845,
-0.012472347356379032,
-0.024155860766768456,
0.013787071220576763,
0.044560372829437256,
-0.043543655425310135,
-0.061984848231077194,
-0.042246460914611816,
0.09451988339424133,
0.020860284566879272,
-0.008471203967928886,
-0.027924735099077225,
0.00559195876121521,
0.011192682199180126,
-0.01938779465854168,
-0.0026141093112528324,
-0.01887943409383297,
0.030676890164613724,
0.04175563156604767,
0.006556089501827955,
0.09599237143993378,
0.058058205991983414,
-0.02005392126739025,
-0.021105701103806496,
-0.033744581043720245,
-0.0013125326950103045,
0.0024607249069958925,
0.07551773637533188,
0.04508626461029053,
-0.019861094653606415,
0.05767255276441574,
-0.0004930214490741491,
-0.05157223343849182,
-0.0014494830975309014,
-0.012498641386628151,
-0.0039792307652533054,
0.0047899773344397545,
-0.011885103769600391,
-0.035760488361120224,
-0.009860428981482983,
0.02271842770278454,
-0.020947933197021484,
0.015636449679732323,
0.0010397274745628238,
0.03621625900268555,
0.010044489987194538,
-0.0003555232542566955,
-0.006389557849615812,
0.00904530007392168,
-0.009764015674591064,
-0.003562901634722948,
-0.0057234312407672405,
-0.007721811532974243,
-0.0026666983030736446,
0.007546515204012394,
-0.04494602605700493,
0.06405334919691086,
0.00035853617009706795,
0.023927973583340645,
0.04796112701296806,
0.024015622213482857,
-0.024646690115332603,
0.0030808362644165754,
-0.032061733305454254,
0.06093306839466095,
0.039617013186216354,
0.07586833089590073,
-0.0047461530193686485,
-0.021754298359155655,
0.06065259501338005,
-0.009615014307200909,
-0.01267393771559,
0.004158909898251295,
-0.03979231044650078,
-0.024646690115332603,
-0.006893535610288382,
0.025032343342900276,
0.020527221262454987,
-0.010640498250722885,
0.045787449926137924,
-0.04648863524198532,
-0.04242175817489624,
0.02419091947376728,
-0.015426093712449074,
-0.01845872402191162,
-0.03160596266388893,
0.06741903722286224,
-0.023226788267493248,
0.00011942075070692226,
-0.04200104624032974,
0.01554880104959011,
0.0011547658359631896,
-0.028362976387143135,
0.02745143510401249,
0.05223836004734039,
-0.01729300059378147,
-0.03174619749188423,
-0.014751201495528221,
0.025978943333029747,
0.09991901367902756,
-0.0254881139844656,
0.06843575835227966,
-0.018476253375411034,
0.013716952875256538,
0.05416662245988846,
0.019159909337759018,
-0.028853805735707283,
-0.03667202964425087,
0.04817148298025131,
-0.02303396165370941,
0.03740827739238739,
-0.04508626461029053,
0.032289616763591766,
-0.03551507368683815,
-0.014076310209929943,
0.00393759785220027,
-0.03425293788313866,
0.005236983299255371,
0.07586833089590073,
-0.005478016100823879,
0.0021933976095169783,
-0.029502402991056442,
-0.1004098430275917,
-0.05984622985124588,
0.01830095611512661,
-0.0008512837230227888,
-0.023472202941775322,
0.0037820222787559032,
-0.06152907758951187,
-0.0004705615865532309,
-0.014514551497995853,
-0.0016543609090149403,
-0.0063194395042955875,
-0.03383222594857216,
0.019300146028399467,
0.0036593147087842226,
-0.011999046429991722,
0.06338722258806229,
-0.021123230457305908,
0.054937928915023804,
-0.0026951839681714773,
-0.020422043278813362,
0.053500495851039886,
-0.04887266829609871,
-0.05448215827345848,
0.008063639514148235,
-0.0017869288567453623,
0.012279520742595196,
-0.00526766013354063,
-0.03793416544795036,
-0.04662887379527092,
0.06619196385145187,
-0.028345447033643723,
0.07162615656852722,
0.04568227380514145,
0.012042870745062828,
0.0076560755260288715,
-0.0254881139844656,
-0.0020739769097417593,
-0.022350305691361427,
-0.006670032627880573,
0.009755250997841358,
0.030115941539406776,
-0.03207926079630852,
-0.00045412752660922706,
0.010447672568261623,
-0.06331710517406464,
-0.03542742505669594,
-0.0017431047745049,
-0.03509436175227165,
-0.013480301946401596,
-0.04690934717655182,
0.1016719788312912,
0.044910967350006104,
-0.045647211372852325,
0.014321725815534592,
-0.009246891364455223,
-0.027328727766871452,
-0.02294631488621235,
0.0001865264493972063,
-0.04729500040411949,
0.0511164627969265,
-0.04007278382778168,
-0.04147515445947647,
0.0014878291403874755,
-0.10763206332921982,
-0.06598161160945892,
-0.020088979974389076,
-0.001828561769798398,
-0.00041906823753379285,
0.02760920114815235,
0.028853805735707283,
0.08196865022182465,
0.0361461415886879,
0.02927451767027378,
-0.05612994357943535,
0.011192682199180126,
0.017196588218212128,
-0.028994044288992882,
-0.016618110239505768,
0.005478016100823879,
-0.04820654168725014,
0.05129176005721092,
0.021333586424589157,
-0.006477206479758024,
-0.020159099251031876,
-0.1026536375284195,
-0.011306624859571457,
-0.0087210014462471,
-0.03681226819753647,
-0.021088171750307083,
0.006179202347993851,
-0.07306358963251114,
-0.006328204181045294,
-0.033148571848869324,
0.01561015471816063,
0.06738398224115372,
-0.027942264452576637,
0.01253370102494955,
0.0034358117263764143,
-0.04873242974281311,
-0.061774492263793945,
0.01528585609048605,
-0.04669899120926857,
-0.028362976387143135,
0.06019682437181473,
0.04403448477387428,
0.032640211284160614,
0.010920972563326359,
-0.03667202964425087,
0.051887769252061844,
-0.034463293850421906,
-0.0025812413077801466,
0.011630923487246037,
-0.004382412880659103,
-0.0281701497733593,
-0.043333299458026886,
0.007897107861936092,
-0.00023966320441104472,
-0.014041250571608543,
-0.013830895535647869,
-0.005973228719085455,
-0.028222739696502686,
-0.009001475758850574,
0.045296620577573776,
-0.007388748228549957,
-0.053851090371608734,
0.02213994972407818,
0.003885009093210101,
-0.02738131582736969,
-0.023226788267493248,
-0.0139097785577178,
-0.040493495762348175,
-0.05693630874156952,
0.058794450014829636,
-0.025435524061322212,
-0.0032101173419505358,
0.018546370789408684,
0.06321192532777786,
-0.04319306090474129,
-0.0644039437174797,
0.06675291061401367,
0.059670932590961456,
0.044770728796720505,
-0.005298337433487177,
0.00030293429153971374,
-0.001846091472543776,
0.029449814930558205,
0.005705901421606541,
0.037583574652671814,
0.018616490066051483,
-0.0009411231731064618,
0.012025341391563416,
-0.007677987217903137,
0.012183107435703278,
0.008528175763785839,
0.008225789293646812,
-0.05918010324239731,
-0.009141713380813599,
0.03390234708786011,
0.026399655267596245,
-0.022122420370578766,
0.07334405928850174,
0.015496212057769299,
0.002664507133886218,
0.007257275748997927,
0.012437287718057632,
0.0175822414457798,
-0.05427180230617523,
0.02534787543118,
-0.024155860766768456,
0.019370265305042267,
-0.01603963039815426,
0.006481588818132877,
0.002620682818815112,
0.017880244180560112,
-0.03306092321872711,
0.018791787326335907,
-0.007283570244908333,
-0.023857856169342995,
0.03020359016954899,
0.018861904740333557,
0.009965606965124607,
-0.017669888213276863,
0.03667202964425087,
0.055533938109874725,
0.01654799096286297,
0.047680653631687164,
0.020790167152881622,
-0.004018672741949558,
-0.06321192532777786,
-0.051957886666059494,
0.04112456366419792,
-0.043263182044029236,
-0.07523726671934128,
-0.0018000761047005653,
-0.07362453639507294,
-0.020088979974389076,
-0.04743523895740509,
-0.0008304672664962709,
-0.02752155251801014,
-0.011736101470887661,
0.06047729775309563,
0.023069022223353386,
0.0056007239036262035,
0.06384298950433731,
0.0023139140103012323,
0.0206148698925972,
0.0004234506341163069,
-0.03660191223025322,
-0.01503167673945427,
-0.022648310288786888,
0.03123783878982067,
-0.07085485011339188,
0.011937692761421204,
0.01582927629351616,
-0.07208193093538284,
-0.056550655514001846,
-0.029677700251340866,
0.04792606830596924,
0.020229218527674675,
0.03709274157881737,
-0.008742913603782654,
-0.022613249719142914,
-0.0068891532719135284,
0.03888076916337013,
-0.031641021370887756,
-0.046874288469552994,
0.029730288311839104,
0.017897773534059525,
-0.015119324438273907,
-0.0033152953255921602,
0.022613249719142914,
-0.00820387713611126,
0.018265897408127785,
-0.0038609057664871216,
-0.005087981466203928,
-0.011762396432459354,
0.000010630775250319857,
-0.061774492263793945,
0.010947267524898052,
-0.002235030522570014,
-0.019300146028399467,
-0.03151831403374672,
-0.03334139660000801,
-0.03821463882923126,
0.022332776337862015,
0.04743523895740509,
-0.035111892968416214,
0.026119180023670197,
-0.003275853581726551,
-0.01859896071255207,
-0.014724907465279102,
-0.018125660717487335,
0.019808506593108177,
0.014698612503707409,
-0.043403416872024536,
0.030484063550829887,
-0.05006468668580055,
-0.041860807687044144,
0.017512122169137,
0.07334405928850174,
-0.016460342332720757,
-0.0800754502415657,
-0.05020492151379585,
-0.01183251477777958,
0.03295574337244034,
0.00882179755717516,
-0.023191729560494423,
0.04196598753333092,
-0.027784498408436775,
-0.005052922293543816,
-0.043473534286022186,
-0.010728146880865097,
-0.04810136556625366,
0.017985422164201736,
-0.012007811106741428,
-0.05406144633889198,
0.031027482822537422,
-0.004428428132086992,
0.005793550051748753,
0.06401828676462173,
-0.0027390080504119396,
-0.031185250729322433,
0.029590051621198654,
0.021228408440947533,
0.005403514951467514,
0.016434049233794212,
0.003913494758307934,
-0.03989748656749725,
-0.06019682437181473,
-0.013085884973406792,
0.027206018567085266,
-0.016311340034008026,
-0.0012435097014531493,
0.03712780401110649,
0.008063639514148235,
-0.05409650504589081,
0.03169361129403114,
-0.013690657913684845,
-0.022858666256070137,
-0.024366214871406555,
-0.03278044983744621,
0.01851131208240986,
-0.003567284205928445,
0.001314723864197731,
-0.02920440025627613,
-0.03803934529423714,
0.006788357626646757,
0.005250130780041218,
0.06401828676462173,
0.01525956206023693,
-0.04228151962161064,
-0.017056351527571678,
0.00226132501848042,
0.003181631676852703,
-0.004132615402340889,
0.027924735099077225,
0.014987852424383163,
-0.0009630352142266929,
-0.01830095611512661,
0.019633209332823753,
0.0031794405076652765,
0.050871048122644424,
-0.032149381935596466,
0.0064640589989721775,
-0.03551507368683815,
0.0015382269630208611,
0.00831781979650259,
0.00835287943482399,
0.012086695060133934,
-0.005346543621271849,
-0.05185271054506302,
0.02810003235936165,
-0.008330967277288437,
0.013813365250825882,
-0.047750771045684814,
-0.015592625364661217,
0.01809060014784336,
-0.0008573095547035336,
0.036286380141973495,
0.049714092165231705,
0.022332776337862015,
-0.06471947580575943,
-0.030957365408539772,
-0.005394750274717808,
0.02555823139846325,
0.015566330403089523,
-0.021841945126652718,
-0.0035059303045272827,
0.00042673744610510767,
0.021088171750307083,
0.012595054693520069,
0.023261846974492073,
-0.02208736166357994,
-0.02527775801718235,
-0.04445519670844078,
-0.056761011481285095,
0.00889629777520895,
0.045647211372852325,
0.06303662806749344,
0.081057108938694,
-0.04662887379527092,
0.05476263165473938,
-0.029817936941981316,
-0.0012862381990998983,
-0.01085961889475584,
0.04771571233868599,
0.003251750487834215,
0.07446596026420593,
0.05251883715391159,
-0.022473013028502464,
0.006757680792361498,
-0.04228151962161064,
-0.009439717046916485,
0.032149381935596466,
0.00650350097566843,
0.04911808297038078,
0.0031750581692904234,
0.010675557889044285,
0.008891915902495384,
0.009325774386525154,
0.008177582174539566,
0.008440527133643627,
0.04350859671831131,
-0.08484351634979248,
0.05216824263334274,
-0.027626730501651764,
0.008532557636499405,
0.00439556036144495,
0.013059590011835098,
-0.025523172691464424,
0.014979087747633457,
0.006376410834491253,
-0.05234353989362717,
0.02012404054403305,
-0.050871048122644424,
-0.003589196130633354
] |
8,796 | ipaddr | _BaseIP | A generic IP object.
This IP class contains the version independent methods which are
used by single IP addresses.
| class _BaseIP(_IPAddrBase):
"""A generic IP object.
This IP class contains the version independent methods which are
used by single IP addresses.
"""
def __eq__(self, other):
try:
return (self._ip == other._ip
and self._version == other._version)
except AttributeError:
return NotImplemented
def __ne__(self, other):
eq = self.__eq__(other)
if eq is NotImplemented:
return NotImplemented
return not eq
def __le__(self, other):
gt = self.__gt__(other)
if gt is NotImplemented:
return NotImplemented
return not gt
def __ge__(self, other):
lt = self.__lt__(other)
if lt is NotImplemented:
return NotImplemented
return not lt
def __lt__(self, other):
if self._version != other._version:
raise TypeError('%s and %s are not of the same version' % (
str(self), str(other)))
if not isinstance(other, _BaseIP):
raise TypeError('%s and %s are not of the same type' % (
str(self), str(other)))
if self._ip != other._ip:
return self._ip < other._ip
return False
def __gt__(self, other):
if self._version != other._version:
raise TypeError('%s and %s are not of the same version' % (
str(self), str(other)))
if not isinstance(other, _BaseIP):
raise TypeError('%s and %s are not of the same type' % (
str(self), str(other)))
if self._ip != other._ip:
return self._ip > other._ip
return False
# Shorthand for Integer addition and subtraction. This is not
# meant to ever support addition/subtraction of addresses.
def __add__(self, other):
if not isinstance(other, int):
return NotImplemented
return IPAddress(int(self) + other, version=self._version)
def __sub__(self, other):
if not isinstance(other, int):
return NotImplemented
return IPAddress(int(self) - other, version=self._version)
def __repr__(self):
return '%s(%r)' % (self.__class__.__name__, str(self))
def __str__(self):
return '%s' % self._string_from_ip_int(self._ip)
def __hash__(self):
return hash(hex(long(self._ip)))
def _get_address_key(self):
return (self._version, self)
@property
def version(self):
raise NotImplementedError('BaseIP has no version')
| () | [
0.021244850009679794,
-0.06408403068780899,
-0.045616649091243744,
0.047456029802560806,
-0.014990954659879208,
-0.09719289094209671,
-0.020196402445435524,
-0.025457032024860382,
0.024978794157505035,
-0.09505920857191086,
-0.0069022770039737225,
0.015101317316293716,
-0.002161272568628192,
0.0201228279620409,
-0.014669062569737434,
0.04749281704425812,
-0.0006960907485336065,
0.01674756407737732,
-0.011027088388800621,
-0.050914064049720764,
-0.006814906373620033,
0.005840034689754248,
0.06430475413799286,
0.025751333683729172,
0.044696956872940063,
0.06956538558006287,
0.036493316292762756,
-0.017750026658177376,
0.015230074524879456,
-0.06459905952215195,
-0.044770531356334686,
-0.0005328456754796207,
0.022881899029016495,
0.03984099254012108,
0.026064027100801468,
-0.07331772148609161,
0.01857774704694748,
0.05996381863951683,
-0.04333581402897835,
0.06147211045026779,
0.003848904510959983,
-0.04300472512841225,
-0.04517519474029541,
-0.05521821603178978,
0.026781385764479637,
0.016241732984781265,
0.013059604912996292,
0.06298040598630905,
-0.025144336745142937,
-0.039178814738988876,
-0.03314564377069473,
-0.05032546445727348,
0.04616846144199371,
-0.002250942401587963,
-0.029614033177495003,
0.031710926443338394,
0.06669595092535019,
0.08586230129003525,
-0.05874982848763466,
0.03987777978181839,
-0.06430475413799286,
-0.013151573948562145,
0.010245352052152157,
-0.05176017805933952,
0.0040696305222809315,
0.01805352419614792,
-0.07563534379005432,
-0.04134928435087204,
-0.04370369017124176,
0.036327771842479706,
0.050399038940668106,
-0.026082422584295273,
-0.014062067493796349,
-0.00348792620934546,
0.05937521532177925,
0.07030113786458969,
-0.0037845263723284006,
0.06423117965459824,
0.0227347481995821,
-0.052128054201602936,
0.035702385008335114,
-0.04705136641860008,
0.04403477907180786,
-0.03548165783286095,
-0.0017612072406336665,
-0.051539454609155655,
-0.02067464217543602,
-0.0008645090274512768,
0.07515710592269897,
0.01323434617370367,
-0.0243717972189188,
0.02348889410495758,
-0.03818554803729057,
0.010696000419557095,
0.017354559153318405,
-0.01279289461672306,
0.0073161376640200615,
-0.06618092954158783,
-0.04374047741293907,
-0.010153383016586304,
-0.024905217811465263,
0.01491737924516201,
-0.09638356417417526,
-0.045653436332941055,
-0.005366393830627203,
-0.011486933566629887,
-0.003869597567245364,
0.04201146215200424,
-0.06776279211044312,
-0.04248970001935959,
-0.014291989617049694,
-0.012112323194742203,
-0.07637109607458115,
-0.018890442326664925,
0.0201228279620409,
0.02816092222929001,
0.01092592254281044,
-0.030202634632587433,
0.035150568932294846,
-0.003326980397105217,
-0.0075368634425103664,
0.02185184508562088,
-0.04727208986878395,
0.06209750100970268,
-0.012553774751722813,
-0.03748658299446106,
0.012342246249318123,
0.008382978849112988,
-0.07644467055797577,
-0.07254518568515778,
0.018632929772138596,
0.006433235015720129,
-0.05312132090330124,
0.07791617512702942,
0.010447683744132519,
-0.0066815512254834175,
-0.01982852630317211,
0.055696453899145126,
-0.06820424646139145,
0.04260006174445152,
0.012765304185450077,
0.013307921588420868,
0.0667327418923378,
0.02231169119477272,
0.03452518209815025,
-0.022789929062128067,
0.00019572163000702858,
-0.006212509237229824,
-0.0014531109482049942,
-0.005665293429046869,
0.004745602607727051,
0.017805207520723343,
0.016959091648459435,
-0.004393821116536856,
-0.012765304185450077,
0.00035063200630247593,
0.0030234823934733868,
-0.10521259158849716,
-0.02025158330798149,
-0.035573627799749374,
-0.05547573044896126,
-0.00011043471022276208,
0.018163885921239853,
-0.0683513954281807,
0.02391195297241211,
-0.00399145670235157,
-0.02381998300552368,
-0.10285818576812744,
0.003646572818979621,
0.06533481180667877,
-0.04966328665614128,
-0.019994070753455162,
0.002409589011222124,
0.016986683011054993,
0.00018250108405482024,
0.00565149774774909,
-0.012774500995874405,
0.012829681858420372,
0.007311539258807898,
0.02525470033288002,
0.04576379805803299,
0.012618153356015682,
-0.07287627458572388,
-0.011257011443376541,
0.016416475176811218,
0.053342048078775406,
0.013703388161957264,
0.030919993296265602,
0.023985527455806732,
0.029301337897777557,
0.017326967790722847,
-0.00994185358285904,
0.03125108405947685,
-0.015938235446810722,
-0.011192632839083672,
0.005987185053527355,
-0.026873355731368065,
0.011413359083235264,
0.03928917646408081,
0.07695969939231873,
-0.025659363716840744,
0.01894562318921089,
-0.011339783668518066,
0.0015945133054628968,
-0.010089004412293434,
0.00016310135833919048,
-0.028602372854948044,
-0.031490202993154526,
-0.011174239218235016,
-0.021575938910245895,
0.005348000209778547,
-0.03378942981362343,
-0.04727208986878395,
0.04576379805803299,
-0.022458842024207115,
-0.025070762261748314,
0.014255202375352383,
0.013942508026957512,
0.003966165240854025,
0.036750830709934235,
0.06846176087856293,
-0.02365443855524063,
-0.04039280489087105,
-0.01071439404040575,
0.02302904985845089,
0.02264278009533882,
-0.0085899094119668,
0.04157000780105591,
0.017851192504167557,
0.015726707875728607,
0.12029551714658737,
-0.0024003922007977962,
0.019718164578080177,
0.031195901334285736,
0.0690503641963005,
0.023139411583542824,
0.004540971480309963,
-0.02374640852212906,
0.015625542029738426,
0.002283131703734398,
-0.018982410430908203,
0.01776842027902603,
0.03781767189502716,
-0.012949242256581783,
0.0066861496306955814,
-0.08689235895872116,
-0.08394934982061386,
0.014154036529362202,
0.021502362564206123,
-0.02332334965467453,
-0.030073879286646843,
-0.02499718777835369,
-0.017658056691288948,
-0.06809388101100922,
0.054813552647829056,
-0.0077529908157885075,
-0.03526093438267708,
-0.013077998533844948,
0.01190999150276184,
0.05621148273348808,
-0.02705729380249977,
0.03548165783286095,
0.010861544869840145,
-0.03588632121682167,
-0.022789929062128067,
0.00018523141625337303,
0.000856461760122329,
0.0029384109657257795,
0.012664137408137321,
0.06581304967403412,
0.05760941281914711,
-0.033844608813524246,
-0.0313982330262661,
0.03715549409389496,
0.0002273359859827906,
-0.016370490193367004,
-0.0009214148740284145,
0.010015428997576237,
-0.04164358600974083,
-0.08586230129003525,
0.016186552122235298,
0.035610415041446686,
-0.013087195344269276,
-0.02004925161600113,
-0.03654849901795387,
-0.04363011568784714,
-0.01157890260219574,
0.0098958695307374,
-0.026744598522782326,
-0.013639009557664394,
0.051208365708589554,
-0.009022163227200508,
0.03584953397512436,
-0.008502538315951824,
-0.02529148757457733,
0.02806895412504673,
-0.030644087120890617,
0.030184241011738777,
0.02757232077419758,
-0.05058297514915466,
-0.07236124575138092,
0.005495150573551655,
-0.0313982330262661,
-0.007858755066990852,
0.03710031509399414,
-0.014742637984454632,
0.006226304452866316,
0.03226274251937866,
-0.0010381005704402924,
0.03252025693655014,
0.02424304001033306,
-0.05779334902763367,
-0.04134928435087204,
-0.006939064711332321,
0.06000060588121414,
0.008162252604961395,
0.023893559351563454,
-0.022789929062128067,
-0.018531763926148415,
0.02656066045165062,
-0.022385265678167343,
0.07666540145874023,
-0.021833451464772224,
-0.012608956545591354,
0.006741330958902836,
-0.038847725838422775,
-0.006612574681639671,
-0.019589407369494438,
-0.009721128270030022,
0.049773648381233215,
0.012664137408137321,
0.006649361923336983,
0.03932596370577812,
0.029614033177495003,
0.019589407369494438,
-0.009509599767625332,
0.026192784309387207,
0.015450799837708473,
-0.023378532379865646,
-0.0008599105640314519,
0.05098763853311539,
0.03480108827352524,
-0.0320604108273983,
-0.03038657270371914,
-0.018568551167845726,
-0.03114071860909462,
-0.025475425645709038,
0.012443412095308304,
-0.03071766160428524,
0.02554900199174881,
-0.026928536593914032,
-0.009785506874322891,
-0.025696150958538055,
0.004299553111195564,
0.023985527455806732,
-0.0690503641963005,
-0.008295607753098011,
-0.06713740527629852,
0.07798974961042404,
-0.013565434142947197,
0.005265227984637022,
-0.04366690292954445,
-0.006341265980154276,
-0.023764802142977715,
-0.027259625494480133,
0.0023348641116172075,
0.0418643094599247,
-0.026542266830801964,
-0.021244850009679794,
-0.02290029264986515,
-0.048927534371614456,
-0.02277153544127941,
-0.03640135005116463,
-0.09101256728172302,
-0.0015082923928275704,
-0.03349512815475464,
0.04112855717539787,
0.029522065073251724,
-0.03921560198068619,
-0.012848075479269028,
0.05698402225971222,
0.0008501388947479427,
0.035150568932294846,
0.03702673688530922,
0.024390190839767456,
-0.013712584972381592,
0.09395557641983032,
0.028712736442685127,
0.04576379805803299,
0.07975555956363678,
-0.05256950855255127,
0.0350034199655056,
-0.027756258845329285,
-0.012452608905732632,
-0.0807856097817421,
0.01933189295232296,
0.028878280892968178,
-0.0011967471800744534,
-0.018311036750674248,
-0.048817168921232224,
0.06993326544761658,
0.06529802083969116,
0.020435521379113197,
0.020490704104304314,
0.029595639556646347,
0.034653935581445694,
0.04616846144199371,
-0.011330586858093739,
-0.017704041674733162,
-0.006111343391239643,
-0.044402655214071274,
0.011661674827337265,
0.019276712089776993,
-0.0490746833384037,
0.017805207520723343,
-0.019644588232040405,
-0.013813750818371773,
0.015910645946860313,
0.0175017099827528,
-0.004883556626737118,
0.029926728457212448,
0.011900794692337513,
-0.032373104244470596,
0.01756608858704567,
-0.026247965171933174,
-0.009252086281776428,
0.013142377138137817,
-0.03218916803598404,
-0.013703388161957264,
0.009155518375337124,
0.051576241850852966,
0.01432877779006958,
-0.015855463221669197,
-0.0071184043772518635,
0.036750830709934235,
-0.062428589910268784,
0.02529148757457733,
-0.0346723310649395,
0.02096894197165966,
0.019313499331474304,
0.008456554263830185,
-0.010328124277293682,
-0.014420746825635433,
0.02231169119477272,
0.012921650893986225,
-0.007058624178171158,
-0.03623580560088158,
0.00917851086705923,
-0.004136308096349239,
-0.007251759525388479,
0.012894060462713242,
-0.05602754279971123,
0.04569022357463837,
-0.015101317316293716,
-0.059743091464042664,
-0.0305889043956995,
-0.016591215506196022,
0.022458842024207115,
0.00804729200899601,
-0.000776563654653728,
-0.024592522531747818,
0.03965705260634422,
0.01805352419614792,
-0.044770531356334686,
-0.05492391437292099,
-0.002508455654606223,
0.03373424708843231,
-0.025769727304577827,
0.027811439707875252,
0.013225149363279343,
0.02748035080730915,
-0.026836568489670753,
-0.007969117723405361,
0.009647552855312824,
-0.02878631092607975,
0.05308453366160393,
0.027112474665045738,
-0.00197043688967824,
-0.011275405064225197,
-0.049736861139535904,
0.03286973759531975,
-0.02499718777835369,
0.002637212397530675,
0.013464268296957016,
0.031195901334285736,
-0.03101196326315403,
0.014733441174030304,
0.06908714771270752,
-0.0075138709507882595,
0.0008748555555939674,
-0.021704694256186485,
0.01733616553246975,
-0.06349542737007141,
0.057462260127067566,
-0.006520605646073818,
-0.0003319507814012468,
-0.048890747129917145,
0.004442105069756508,
0.03873736411333084,
-0.05849231407046318,
-0.006819504778832197,
0.004837572108954191,
-0.009914263151586056,
0.0019129561260342598,
0.07063222676515579,
0.04260006174445152,
-0.014016082510352135,
0.04377726465463638,
0.028289679437875748,
0.007812771014869213,
-0.021667907014489174,
-0.018292643129825592,
0.06393688172101974,
0.01923992484807968,
0.034653935581445694,
0.030073879286646843,
-0.0516866035759449,
-0.006414840929210186,
-0.01966298185288906,
-0.046499550342559814,
0.02381998300552368,
0.02865755558013916,
-0.013501056469976902,
0.014503519050776958,
-0.0060469647869467735,
0.05275344476103783,
-0.027995377779006958,
-0.008042693138122559,
-0.007058624178171158,
0.03840627521276474,
-0.01109146699309349,
0.007610438857227564,
0.010475274175405502,
-0.03778088465332985,
0.003832810092717409,
0.04686742648482323,
-0.05198090523481369,
0.015184089541435242,
0.009316464886069298,
-0.01017177663743496,
-0.00641943933442235,
0.05911770462989807,
-0.025346670299768448,
-0.01962619461119175,
-0.04521198198199272,
0.005674490239471197,
-0.03785445913672447,
0.028142528608441353,
-0.06879284977912903,
0.004000653512775898,
-0.0015485287876799703,
0.0076288324780762196,
0.08365504443645477,
0.018504172563552856,
0.052128054201602936,
-0.009757915511727333,
-0.014669062569737434,
0.04020886868238449,
0.025622576475143433,
0.03408372774720192,
0.004115615040063858,
0.027167657390236855,
0.05319489538669586,
-0.04083425551652908,
-0.09417630732059479,
0.034102123230695724,
-0.004892753437161446,
-0.03483787551522255,
0.02210935950279236,
0.00480998121201992,
-0.0024187860544770956,
-0.04072389379143715,
0.00735292537137866,
0.016986683011054993,
-0.025732940062880516,
0.060993872582912445,
-0.07386954128742218,
0.02038034051656723,
0.02643190510571003,
-0.009629159234464169,
-0.028731130063533783,
0.02054588496685028,
0.06025812029838562,
-0.09741361439228058,
0.03143502026796341,
0.012222686782479286,
0.0002891276963055134,
0.002000326756387949,
0.0016370490193367004,
0.025953665375709534,
-0.029779577627778053,
-0.061214596033096313,
0.027296412736177444,
0.04981043562293053,
-0.03640135005116463,
0.016637200489640236,
-0.02218293398618698,
-0.010539652779698372,
0.021483968943357468,
-0.00852093193680048,
0.023084230720996857,
0.011854810640215874,
0.018890442326664925,
-0.06724777072668076,
0.0240407083183527,
0.019718164578080177,
-0.06474620848894119,
-0.011772038415074348,
-0.003331578802317381,
-0.06581304967403412,
0.05816122516989708,
0.020950548350811005,
0.02659744769334793,
-0.047676753252744675,
-0.018816867843270302,
0.0007369020022451878,
-0.02898864448070526,
0.07030113786458969,
-0.0552917905151844,
-0.018531763926148415,
-0.0217598769813776,
-0.0023636044934391975,
0.014255202375352383,
-0.01697748526930809,
-0.030037090182304382,
-0.004632940981537104,
-0.031710926443338394,
0.025916878134012222,
0.05731511116027832,
0.036750830709934235,
0.04462338238954544,
0.00852093193680048,
-0.0004983572871424258,
0.023838376626372337,
-0.012167504988610744,
-0.04204824939370155,
0.03360548987984657,
0.015322043560445309,
-0.01576349511742592,
0.07887265831232071,
-0.0175017099827528,
-0.04432908073067665,
0.003970763646066189,
0.030110666528344154,
-0.01076037809252739,
0.0340101532638073,
-0.01681194268167019,
-0.04697778820991516,
0.024905217811465263,
-0.017575284466147423,
0.0012438814155757427,
0.050031162798404694,
0.03196844086050987,
-0.03235471248626709,
-0.04789748042821884,
0.002634913194924593,
-0.024022314697504044,
0.013151573948562145,
0.0178327988833189,
0.01916635036468506,
-0.02113448642194271,
0.0005293968133628368,
-0.020950548350811005,
-0.009394638240337372,
0.03903166204690933,
0.06390009075403214,
0.013289527036249638,
-0.0067827170714735985,
0.01700507663190365,
0.021483968943357468,
0.032207559794187546,
0.028602372854948044,
-0.018393808975815773,
0.046536337584257126,
-0.025530608370900154,
-0.03741300851106644,
0.004874359350651503,
-0.0008478396339341998,
-0.10616906732320786,
0.007440296001732349,
0.058271586894989014,
-0.02332334965467453,
-0.00620791083201766,
-0.03715549409389496,
-0.010254548862576485,
-0.012921650893986225,
0.009210700169205666,
0.04999437555670738,
-0.0523487813770771,
-0.04981043562293053,
-0.0021095399279147387,
0.0006575786974281073,
0.0399145670235157,
0.020067645236849785,
0.016591215506196022,
0.02050909772515297,
-0.006745929829776287,
-0.05404101312160492,
-0.03487466275691986,
-0.03818554803729057,
-0.004246670752763748,
-0.02622957155108452,
-0.012802091427147388,
0.03899487480521202,
0.014172430150210857,
0.039730627089738846,
-0.07350166141986847,
-0.00047364059719257057,
0.04554307088255882,
0.0035982888657599688,
0.04495447129011154,
0.03781767189502716,
0.05547573044896126,
-0.06470942497253418,
0.06768921762704849,
0.038847725838422775,
0.06669595092535019,
0.01700507663190365,
-0.01752929948270321,
0.04694100096821785,
-0.021778270602226257,
-0.014126446098089218,
0.05190733075141907,
-0.04999437555670738,
-0.009849884547293186,
0.04550628364086151,
-0.00006362389831338078,
-0.027553927153348923,
-0.07405347377061844,
0.08299286663532257,
0.01285727322101593,
0.07445813715457916,
-0.019423862919211388,
-0.047382451593875885,
0.0004267938493285328,
-0.007987511344254017,
-0.014632275328040123,
-0.010392501950263977,
0.004021346569061279,
0.032373104244470596,
-0.03873736411333084,
-0.03378942981362343,
0.033973366022109985,
0.028565585613250732,
-0.026339935138821602,
-0.022532416507601738,
0.012544577941298485,
0.05698402225971222,
-0.000022740783606423065,
0.04903789609670639,
-0.022127753123641014,
0.058345165103673935,
-0.0072195702232420444,
-0.05588039383292198,
0.0798291340470314,
-0.027682682499289513,
-0.045359134674072266,
0.01020856387913227,
0.011450146324932575,
-0.023967133834958076,
-0.038810938596725464,
-0.059485580772161484,
-0.005821640603244305,
0.002255540806800127,
-0.016462460160255432,
0.015745101496577263,
-0.04226897284388542,
0.05326847359538078
] |
8,812 | ipaddr | _BaseNet | A generic IP object.
This IP class contains the version independent methods which are
used by networks.
| class _BaseNet(_IPAddrBase):
"""A generic IP object.
This IP class contains the version independent methods which are
used by networks.
"""
def __init__(self, address):
self._cache = {}
def __repr__(self):
return '%s(%r)' % (self.__class__.__name__, str(self))
def iterhosts(self):
"""Generate Iterator over usable hosts in a network.
This is like __iter__ except it doesn't return the network
or broadcast addresses.
"""
cur = int(self.network) + 1
bcast = int(self.broadcast) - 1
while cur <= bcast:
cur += 1
yield IPAddress(cur - 1, version=self._version)
def __iter__(self):
cur = int(self.network)
bcast = int(self.broadcast)
while cur <= bcast:
cur += 1
yield IPAddress(cur - 1, version=self._version)
def __getitem__(self, n):
network = int(self.network)
broadcast = int(self.broadcast)
if n >= 0:
if network + n > broadcast:
raise IndexError
return IPAddress(network + n, version=self._version)
else:
n += 1
if broadcast + n < network:
raise IndexError
return IPAddress(broadcast + n, version=self._version)
def __lt__(self, other):
if self._version != other._version:
raise TypeError('%s and %s are not of the same version' % (
str(self), str(other)))
if not isinstance(other, _BaseNet):
raise TypeError('%s and %s are not of the same type' % (
str(self), str(other)))
if self.network != other.network:
return self.network < other.network
if self.netmask != other.netmask:
return self.netmask < other.netmask
return False
def __gt__(self, other):
if self._version != other._version:
raise TypeError('%s and %s are not of the same version' % (
str(self), str(other)))
if not isinstance(other, _BaseNet):
raise TypeError('%s and %s are not of the same type' % (
str(self), str(other)))
if self.network != other.network:
return self.network > other.network
if self.netmask != other.netmask:
return self.netmask > other.netmask
return False
def __le__(self, other):
gt = self.__gt__(other)
if gt is NotImplemented:
return NotImplemented
return not gt
def __ge__(self, other):
lt = self.__lt__(other)
if lt is NotImplemented:
return NotImplemented
return not lt
def __eq__(self, other):
try:
return (self._version == other._version
and self.network == other.network
and int(self.netmask) == int(other.netmask))
except AttributeError:
if isinstance(other, _BaseIP):
return (self._version == other._version
and self._ip == other._ip)
def __ne__(self, other):
eq = self.__eq__(other)
if eq is NotImplemented:
return NotImplemented
return not eq
def __str__(self):
return '%s/%s' % (str(self.ip),
str(self._prefixlen))
def __hash__(self):
return hash(int(self.network) ^ int(self.netmask))
def __contains__(self, other):
# always false if one is v4 and the other is v6.
if self._version != other._version:
return False
# dealing with another network.
if isinstance(other, _BaseNet):
return (self.network <= other.network and
self.broadcast >= other.broadcast)
# dealing with another address
else:
return (int(self.network) <= int(other._ip) <=
int(self.broadcast))
def overlaps(self, other):
"""Tell if self is partly contained in other."""
return self.network in other or self.broadcast in other or (
other.network in self or other.broadcast in self)
@property
def network(self):
x = self._cache.get('network')
if x is None:
x = IPAddress(self._ip & int(self.netmask), version=self._version)
self._cache['network'] = x
return x
@property
def broadcast(self):
x = self._cache.get('broadcast')
if x is None:
x = IPAddress(self._ip | int(self.hostmask), version=self._version)
self._cache['broadcast'] = x
return x
@property
def hostmask(self):
x = self._cache.get('hostmask')
if x is None:
x = IPAddress(int(self.netmask) ^ self._ALL_ONES,
version=self._version)
self._cache['hostmask'] = x
return x
@property
def with_prefixlen(self):
return '%s/%d' % (str(self.ip), self._prefixlen)
@property
def with_netmask(self):
return '%s/%s' % (str(self.ip), str(self.netmask))
@property
def with_hostmask(self):
return '%s/%s' % (str(self.ip), str(self.hostmask))
@property
def numhosts(self):
"""Number of hosts in the current subnet."""
return int(self.broadcast) - int(self.network) + 1
@property
def version(self):
raise NotImplementedError('BaseNet has no version')
@property
def prefixlen(self):
return self._prefixlen
def address_exclude(self, other):
"""Remove an address from a larger block.
For example:
addr1 = IPNetwork('10.1.1.0/24')
addr2 = IPNetwork('10.1.1.0/26')
addr1.address_exclude(addr2) =
[IPNetwork('10.1.1.64/26'), IPNetwork('10.1.1.128/25')]
or IPv6:
addr1 = IPNetwork('::1/32')
addr2 = IPNetwork('::1/128')
addr1.address_exclude(addr2) = [IPNetwork('::0/128'),
IPNetwork('::2/127'),
IPNetwork('::4/126'),
IPNetwork('::8/125'),
...
IPNetwork('0:0:8000::/33')]
Args:
other: An IPvXNetwork object of the same type.
Returns:
A sorted list of IPvXNetwork objects addresses which is self
minus other.
Raises:
TypeError: If self and other are of difffering address
versions, or if other is not a network object.
ValueError: If other is not completely contained by self.
"""
if not self._version == other._version:
raise TypeError("%s and %s are not of the same version" % (
str(self), str(other)))
if not isinstance(other, _BaseNet):
raise TypeError("%s is not a network object" % str(other))
if other not in self:
raise ValueError('%s not contained in %s' % (str(other),
str(self)))
if other == self:
return []
ret_addrs = []
# Make sure we're comparing the network of other.
other = IPNetwork('%s/%s' % (str(other.network), str(other.prefixlen)),
version=other._version)
s1, s2 = self.subnet()
while s1 != other and s2 != other:
if other in s1:
ret_addrs.append(s2)
s1, s2 = s1.subnet()
elif other in s2:
ret_addrs.append(s1)
s1, s2 = s2.subnet()
else:
# If we got here, there's a bug somewhere.
assert True == False, ('Error performing exclusion: '
's1: %s s2: %s other: %s' %
(str(s1), str(s2), str(other)))
if s1 == other:
ret_addrs.append(s2)
elif s2 == other:
ret_addrs.append(s1)
else:
# If we got here, there's a bug somewhere.
assert True == False, ('Error performing exclusion: '
| (address) | [
0.04512517526745796,
-0.03873874619603157,
-0.06096520647406578,
-0.003348149359226227,
-0.028549866750836372,
-0.08235134929418564,
-0.055293045938014984,
-0.025608748197555542,
0.03361279517412186,
-0.09856951981782913,
-0.01099768653512001,
0.0034400594886392355,
-0.00682759890332818,
-0.01795133389532566,
-0.01931685209274292,
0.05037717521190643,
-0.01001031044870615,
0.0026115565560758114,
0.019043749198317528,
-0.06701550632715225,
-0.04428485780954361,
-0.021333619952201843,
0.03058764338493347,
0.04262522608041763,
0.046679768711328506,
0.03592367470264435,
0.02182730846107006,
-0.03235231339931488,
-0.0236970204859972,
-0.014894669875502586,
-0.02075590007007122,
-0.02556673251092434,
0.0193798765540123,
-0.01046198233962059,
0.036049723625183105,
-0.03613375499844551,
0.024516331031918526,
0.04466300085186958,
-0.06033496558666229,
0.036007706075906754,
0.03983116149902344,
-0.10033418983221054,
-0.015619445592164993,
-0.02596588432788849,
0.038549672812223434,
0.01033068262040615,
0.021302107721567154,
0.08898987621068954,
-0.034705210477113724,
0.001313656335696578,
-0.02974732220172882,
-0.01077710185199976,
0.019894571974873543,
0.02833978645503521,
-0.052225880324840546,
0.01811939664185047,
0.03880177065730095,
0.10176273435354233,
0.005291389301419258,
0.020913461223244667,
-0.03983116149902344,
-0.0016517536714673042,
0.014337957836687565,
-0.030440587550401688,
-0.02770954743027687,
0.029894379898905754,
-0.11386334151029587,
-0.03241533786058426,
-0.0514695905148983,
0.029432203620672226,
0.046007513999938965,
0.0011009502923116088,
0.0034006694331765175,
0.0002657183213159442,
0.03239433094859123,
0.048948630690574646,
0.022436540573835373,
0.038150522857904434,
0.012772861868143082,
-0.06604914367198944,
0.06899026036262512,
0.014737109653651714,
0.021638236939907074,
-0.05999883636832237,
0.04382267966866493,
-0.031007802113890648,
0.006890622898936272,
0.024117179214954376,
0.05537707731127739,
-0.02804567478597164,
-0.029369179159402847,
0.02760450728237629,
0.0029332414269447327,
0.012153126299381256,
0.011165750212967396,
0.00820362288504839,
-0.022205451503396034,
-0.08890584111213684,
-0.007699430920183659,
-0.040692489594221115,
0.0015992337139323354,
0.04537727311253548,
-0.11487172544002533,
-0.030104458332061768,
0.020335741341114044,
-0.00977397058159113,
-0.04815032705664635,
0.03294053673744202,
-0.05373845621943474,
-0.009968294762074947,
-0.03947402536869049,
-0.015734989196062088,
-0.04726799204945564,
-0.019358869642019272,
0.0441167913377285,
0.022982748225331306,
-0.02714233100414276,
-0.0010819118469953537,
0.03041957877576351,
-0.0070534348487854,
0.027499467134475708,
0.06075512617826462,
-0.05441071093082428,
0.055797237902879715,
-0.018056372180581093,
0.003965259529650211,
0.010178374126553535,
0.0067330626770854,
-0.010299170389771461,
-0.07138517498970032,
0.03852866590023041,
0.002060096710920334,
-0.05571320652961731,
0.07256162166595459,
0.04100760817527771,
-0.005451574921607971,
-0.018024861812591553,
0.037247177213430405,
-0.04705791175365448,
0.005640646908432245,
0.009133226238191128,
0.008261394686996937,
0.08705713599920273,
0.016722364351153374,
-0.011123734526336193,
-0.020377757027745247,
-0.010819118469953537,
-0.013938806019723415,
0.017856797203421593,
-0.053822487592697144,
0.00968993827700615,
0.0029279894661158323,
-0.007105954922735691,
-0.0078727463260293,
-0.037079114466905594,
0.03132292255759239,
-0.05075531825423241,
-0.063780277967453,
-0.026554107666015625,
-0.03659592941403389,
-0.0915108323097229,
0.039221931248903275,
0.0037131633143872023,
-0.0628979429602623,
-0.005420063156634569,
-0.022541580721735954,
0.00412807147949934,
-0.07777160406112671,
-0.0063969348557293415,
0.041091639548540115,
-0.05046120658516884,
-0.03071369044482708,
-0.03665895387530327,
0.0037157894112169743,
-0.026386043056845665,
0.006822346709668636,
-0.03336069732904434,
-0.004149079322814941,
-0.04191095381975174,
0.018634092062711716,
0.025461692363023758,
0.0011508442694321275,
-0.024180203676223755,
-0.03932696953415871,
0.012846389785408974,
0.03760431334376335,
0.040083255618810654,
0.01216362975537777,
0.03455815464258194,
0.030965786427259445,
-0.023150812834501266,
-0.02239452488720417,
0.021501684561371803,
-0.008413702249526978,
-0.013108990155160427,
-0.02069287747144699,
-0.0023712776601314545,
0.04920072853565216,
0.00039028917672112584,
0.050083063542842865,
-0.05936859920620918,
0.009233014658093452,
-0.0010720642749220133,
-0.008608026430010796,
-0.01754167675971985,
-0.024159196764230728,
-0.047141943126916885,
-0.011911533772945404,
0.026617132127285004,
0.009416834451258183,
-0.004860725253820419,
-0.02640705183148384,
0.03291952982544899,
0.03573460131883621,
-0.007147970609366894,
-0.017195045948028564,
0.0029883875977247953,
0.03947402536869049,
0.012877902016043663,
0.01179599016904831,
0.027751563116908073,
-0.07243557274341583,
-0.03829757869243622,
-0.023823067545890808,
-0.01355015765875578,
0.02840281091630459,
-0.013928301632404327,
0.034873273223638535,
0.06441051512956619,
-0.005897995084524155,
0.13302263617515564,
-0.0007812348776496947,
0.008713066577911377,
-0.005118072964251041,
0.07222548872232437,
0.028654906898736954,
-0.008025054819881916,
-0.020367251709103584,
0.03640685975551605,
-0.02827676385641098,
-0.033507753163576126,
-0.011617422103881836,
0.025356652215123177,
-0.046637751162052155,
0.043864697217941284,
-0.07739345729351044,
-0.04735202342271805,
0.0206613652408123,
0.02968429960310459,
0.009968294762074947,
-0.033171627670526505,
-0.010924158617854118,
-0.011249782517552376,
-0.049746934324502945,
0.017331596463918686,
-0.03890680894255638,
-0.06407438963651657,
-0.010451477952301502,
0.04146978631615639,
0.05033516138792038,
-0.028696922585368156,
-0.013865278102457523,
-0.01176447793841362,
-0.045839447528123856,
-0.0008173423702828586,
0.03812951222062111,
0.00423573749139905,
0.03394892066717148,
-0.00709545100107789,
0.04478904977440834,
0.057603925466537476,
-0.012919917702674866,
0.010146861895918846,
0.05756191164255142,
-0.023676011711359024,
0.004984147381037474,
0.0273734200745821,
-0.009752962738275528,
-0.023150812834501266,
-0.043570585548877716,
0.03375985100865364,
0.06554494798183441,
-0.03523040935397148,
-0.042457159608602524,
0.013907293789088726,
-0.062351733446121216,
-0.006223618984222412,
-0.03499932214617729,
-0.0429193377494812,
0.007126962766051292,
0.04441090300679207,
-0.05230991169810295,
0.039053864777088165,
-0.04094458371400833,
0.014358965680003166,
0.0273734200745821,
-0.003019899595528841,
0.01540936529636383,
0.028150714933872223,
0.00584022281691432,
-0.047940246760845184,
0.0001815222203731537,
0.014999709092080593,
-0.009516622871160507,
0.028234748169779778,
0.012090101838111877,
0.03197417035698891,
0.046511705964803696,
0.053528375923633575,
0.017531173303723335,
0.011869518086314201,
-0.06739365309476852,
0.022709643468260765,
-0.020566828548908234,
0.08130094408988953,
0.00709545100107789,
0.03168005868792534,
0.011417846195399761,
-0.020272716879844666,
0.04478904977440834,
-0.008954658173024654,
0.09840145707130432,
-0.027814587578177452,
0.03779338672757149,
0.004692661110311747,
-0.02172226831316948,
0.00793577078729868,
0.028255755081772804,
-0.026091931387782097,
0.012846389785408974,
0.016501780599355698,
-0.017762260511517525,
-0.01126028597354889,
0.03689004108309746,
-0.001726594753563404,
0.026386043056845665,
0.05772997438907623,
0.013193021528422832,
-0.0018198176985606551,
-0.046511705964803696,
0.041259706020355225,
0.04823435842990875,
-0.02941119484603405,
-0.0261339470744133,
0.004855473060160875,
-0.03165905177593231,
-0.014211909845471382,
0.02623898722231388,
-0.07978837192058563,
0.052856117486953735,
0.016354724764823914,
0.03731020167469978,
-0.011617422103881836,
0.028696922585368156,
0.036848027259111404,
-0.043528567999601364,
-0.029831355437636375,
-0.04676380008459091,
0.05340232700109482,
0.014337957836687565,
-0.010614289902150631,
0.008497734554111958,
-0.0024421794805675745,
-0.018161412328481674,
-0.01958995684981346,
-0.01741562969982624,
0.029894379898905754,
-0.022478556260466576,
-0.013896789401769638,
-0.07201541215181351,
-0.07907409965991974,
-0.03111284226179123,
-0.03394892066717148,
-0.08957809954881668,
0.019222317263484,
-0.04768815264105797,
0.015367349609732628,
0.012877902016043663,
-0.027688538655638695,
0.020671868696808815,
0.02493649162352085,
0.026890235021710396,
0.036175768822431564,
0.03569258749485016,
0.043570585548877716,
-0.010572274215519428,
0.08697310835123062,
0.015398861840367317,
0.06819195300340652,
0.05798206850886345,
-0.03493629768490791,
0.0023108795285224915,
0.012394717894494534,
0.03346573933959007,
-0.07558677345514297,
0.01580851711332798,
0.0149051733314991,
-0.00035122744156979024,
-0.039053864777088165,
-0.07420024275779724,
0.033675819635391235,
0.035608552396297455,
0.016596317291259766,
0.04144877567887306,
0.03382287546992302,
-0.009112218394875526,
0.08025054633617401,
0.008875878527760506,
-0.014211909845471382,
0.02049330063164234,
-0.06550293415784836,
-0.020230701193213463,
0.012636309489607811,
-0.0379614494740963,
-0.00804081093519926,
-0.018371492624282837,
0.006407438777387142,
0.046637751162052155,
0.04294034466147423,
0.004810831043869257,
0.025923866778612137,
-0.027646522969007492,
0.02680620364844799,
-0.029789339751005173,
0.004059795290231705,
-0.0024474316742271185,
-0.003261491423472762,
-0.038444634526968,
-0.047478072345256805,
0.011953550390899181,
0.03896983340382576,
0.013812758028507233,
0.01758369244635105,
-0.03371783345937729,
0.057940054684877396,
-0.045503322035074234,
0.029537243768572807,
-0.06033496558666229,
0.025650763884186745,
0.007993542589247227,
0.023991132155060768,
-0.010787606239318848,
-0.011207765899598598,
-0.007704682648181915,
-0.014243422076106071,
0.011543894186615944,
-0.04361259937286377,
0.022877708077430725,
0.013319069519639015,
-0.026196971535682678,
-0.018266452476382256,
-0.06957848370075226,
0.021029004827141762,
-0.01784629374742508,
-0.06646930426359177,
-0.02783559449017048,
-0.000505176663864404,
0.04054543375968933,
-0.03907487168908119,
0.01651228591799736,
0.008004046976566315,
0.010666809976100922,
-0.01016261801123619,
0.01459005381911993,
-0.056469496339559555,
0.05075531825423241,
0.05462079122662544,
-0.03258340433239937,
0.023087788373231888,
0.009012430906295776,
-0.001815878669731319,
-0.0628979429602623,
-0.03285650536417961,
-0.018455523997545242,
-0.014863157644867897,
0.05588126927614212,
0.009280282072722912,
0.007058687042444944,
-0.013266549445688725,
-0.05100741609930992,
0.01607111655175686,
-0.007909510284662247,
-0.008187866769731045,
-0.002941119484603405,
0.01767822913825512,
-0.04672178253531456,
0.037856411188840866,
0.04604952782392502,
-0.012195141986012459,
-0.0034006694331765175,
-0.05781400576233864,
-0.013886285945773125,
-0.05256200581789017,
0.04752008989453316,
0.01077710185199976,
0.021848317235708237,
-0.04348655417561531,
-0.0029831354040652514,
0.05772997438907623,
-0.0596206933259964,
-0.011543894186615944,
0.002207152545452118,
-0.03531444072723389,
-0.008124842308461666,
0.04504114389419556,
0.061007220298051834,
-0.03048260323703289,
0.04823435842990875,
0.021344125270843506,
0.0028518354520201683,
-0.013455621898174286,
-0.020262213423848152,
0.07251960039138794,
0.0244953241199255,
-0.01139683835208416,
0.01611313410103321,
-0.024978507310152054,
-0.008828610181808472,
-0.024075163528323174,
-0.02997841127216816,
0.03359178453683853,
0.051385559141635895,
-0.015188781544566154,
-0.003503083484247327,
-0.006680543068796396,
0.05436869338154793,
0.00416220910847187,
-0.01179599016904831,
-0.004690035246312618,
-0.012720341794192791,
-0.009821237996220589,
0.002602365566417575,
0.023213835433125496,
-0.03327666595578194,
0.04684783145785332,
0.06819195300340652,
-0.03880177065730095,
0.013098485767841339,
-0.033507753163576126,
0.0273734200745821,
-0.0055618672631680965,
0.018098389729857445,
-0.01004182267934084,
-0.041763897985219955,
-0.0449991300702095,
0.038843784481287,
-0.009469354525208473,
0.05575522407889366,
-0.04174288734793663,
0.0019747517071664333,
0.0015401487471535802,
0.015798013657331467,
0.0825614258646965,
-0.021974364295601845,
0.09865355491638184,
-0.015377853065729141,
-0.021806299686431885,
0.028486844152212143,
0.03894882649183273,
0.05819214880466461,
0.011943046003580093,
0.02426423504948616,
0.017268573865294456,
-0.03642786666750908,
-0.06941042095422745,
0.022541580721735954,
-0.018329476937651634,
-0.030503610149025917,
0.006633274722844362,
0.036911047995090485,
-0.036742985248565674,
-0.016522789373993874,
-0.0020312105771154165,
0.027247371152043343,
-0.026512091979384422,
0.06604914367198944,
-0.050419192761182785,
-0.012793869711458683,
0.004395923111587763,
-0.0363648422062397,
-0.021302107721567154,
-0.011617422103881836,
0.052057813853025436,
-0.07348597049713135,
0.02579781971871853,
0.0497889518737793,
-0.020073140040040016,
-0.000693263893481344,
0.01864459738135338,
0.020566828548908234,
0.006901126820594072,
-0.024873467162251472,
0.03810850530862808,
0.04277228191494942,
-0.02731039561331272,
0.028150714933872223,
-0.005645899102091789,
-0.0009519248269498348,
-0.014012333936989307,
-0.0017462896648794413,
0.0350833535194397,
0.009353809989988804,
0.0588223896920681,
-0.04966290295124054,
0.034306056797504425,
0.028087690472602844,
-0.05520901456475258,
-0.05718376487493515,
0.010477738454937935,
-0.05462079122662544,
0.03602871298789978,
0.06516680866479874,
-0.003340271534398198,
-0.052351925522089005,
-0.006691046990454197,
-0.04760412126779556,
-0.04415880888700485,
0.0670575276017189,
-0.044873081147670746,
-0.014842149801552296,
0.02470540441572666,
0.01086113415658474,
0.02012566104531288,
-0.008025054819881916,
-0.05478885397315025,
-0.021239085122942924,
-0.018203429877758026,
0.015556421130895615,
0.03378085792064667,
0.06642728298902512,
0.051217496395111084,
-0.023087788373231888,
0.0084924828261137,
0.01807738095521927,
-0.046007513999938965,
-0.0718473494052887,
0.05508296564221382,
0.0005340626812539995,
-0.07222548872232437,
0.028528859838843346,
-0.009133226238191128,
-0.03178509697318077,
0.007326538674533367,
0.018255949020385742,
-0.057603925466537476,
0.01168044563382864,
0.005645899102091789,
-0.050083063542842865,
0.006312903016805649,
-0.010808614082634449,
-0.006102823186665773,
0.03766733780503273,
0.02499951608479023,
-0.01921181194484234,
-0.06340213119983673,
0.038486648350954056,
-0.015829525887966156,
0.04138575494289398,
0.018329476937651634,
-0.03365480899810791,
0.026154955849051476,
0.0022229086607694626,
-0.02596588432788849,
-0.01864459738135338,
0.023718027397990227,
0.04529324173927307,
0.03857067972421646,
-0.011995566077530384,
0.026722172275185585,
0.03386488929390907,
0.0035871153231710196,
-0.004364411346614361,
-0.019232820719480515,
0.04237312823534012,
-0.036511898040771484,
-0.0359656885266304,
-0.04344453662633896,
0.030188491567969322,
-0.09655275195837021,
-0.02329786866903305,
0.039894185960292816,
-0.03453714773058891,
0.0019537436310201883,
-0.03338170796632767,
-0.0010458043543621898,
0.04050341621041298,
-0.008823358453810215,
-0.002345017623156309,
-0.010430470108985901,
-0.016438758000731468,
-0.02974732220172882,
-0.014978701248764992,
0.02924313023686409,
0.05180571973323822,
0.02472641132771969,
0.029768330976366997,
0.006701550912111998,
-0.06907429546117783,
-0.03598669916391373,
-0.02630201168358326,
0.012625806033611298,
-0.03037756308913231,
-0.017940828576683998,
0.00840845052152872,
-0.010745590552687645,
0.02590285986661911,
-0.06646930426359177,
-0.001366832759231329,
0.018865181133151054,
0.03354977071285248,
0.04932677745819092,
0.010687817819416523,
0.036785002797842026,
-0.052393943071365356,
0.05638546124100685,
0.03531444072723389,
0.04554533585906029,
-0.007620650809258223,
-0.014358965680003166,
0.0416378490626812,
-0.0025642886757850647,
0.045671384781599045,
0.03403295576572418,
-0.025125563144683838,
-0.018907196819782257,
0.03819253668189049,
0.008345426991581917,
-0.04327647387981415,
-0.06789784133434296,
0.05020911246538162,
-0.0002657183213159442,
0.09361163526773453,
-0.002116555580869317,
0.004093933384865522,
0.019106773659586906,
-0.021176060661673546,
-0.009721450507640839,
0.01126028597354889,
-0.0236970204859972,
0.05609134957194328,
-0.006449454929679632,
-0.03264642506837845,
-0.00798829086124897,
0.039053864777088165,
-0.06331810355186462,
-0.016333717852830887,
0.022982748225331306,
0.059242550283670425,
0.006528235040605068,
0.006617519073188305,
0.014274933375418186,
0.025125563144683838,
0.009595402516424656,
-0.04575541615486145,
0.04735202342271805,
0.011417846195399761,
-0.025461692363023758,
-0.0034741973504424095,
0.005855978932231665,
-0.03258340433239937,
-0.004025657195597887,
-0.028024667873978615,
-0.021470172330737114,
0.01991558074951172,
-0.013938806019723415,
-0.003358653513714671,
-0.025419676676392555,
0.046469688415527344
] |
8,826 | ipaddr | __init__ | null | def __init__(self, address):
self._cache = {}
| (self, address) | [
0.016344081610441208,
0.008447693660855293,
-0.05418058857321739,
0.0034944273065775633,
-0.02939729392528534,
-0.020084476098418236,
-0.057267896831035614,
0.03762446343898773,
0.021984359249472618,
-0.05896421894431114,
-0.025224337354302406,
0.06585129350423813,
-0.0377601720392704,
0.047123879194259644,
-0.010313649661839008,
0.031229324638843536,
0.034876421093940735,
0.00263354298658669,
-0.051127202808856964,
-0.054350219666957855,
-0.04152601212263107,
0.005517293699085712,
0.0436973050236702,
0.05811605975031853,
-0.024732403457164764,
0.02961781620979309,
0.01257824245840311,
-0.020813895389437675,
0.06038913130760193,
-0.011450186371803284,
0.0032208950724452734,
-0.03477464243769646,
-0.029651742428541183,
0.05896421894431114,
0.02753133699297905,
-0.037013787776231766,
0.014325455762445927,
0.022628961130976677,
-0.06225508823990822,
0.0035198722034692764,
0.05031296983361244,
-0.009669046849012375,
-0.040609996765851974,
-0.035012125968933105,
0.05451985076069832,
0.02885447070002556,
0.018727416172623634,
0.01083102822303772,
0.009211039170622826,
-0.04342589154839516,
-0.05638580769300461,
0.035147830843925476,
0.014571422711014748,
0.01367237139493227,
-0.014842834323644638,
0.02988922782242298,
0.050346896052360535,
0.11175382137298584,
-0.01906668208539486,
0.05387524887919426,
-0.06812436878681183,
-0.01078013889491558,
0.020966563373804092,
0.0013909856788814068,
-0.0025593286845833063,
-0.009423079900443554,
-0.06744583696126938,
0.007116078864783049,
0.04250987991690636,
0.0036683005746454,
0.07077063620090485,
0.008261097595095634,
-0.03207748755812645,
-0.004340468905866146,
0.053027085959911346,
0.02342623472213745,
-0.030364198610186577,
-0.007930314168334007,
-0.019100608304142952,
-0.009092296473681927,
0.0323149710893631,
-0.0015478956047445536,
-0.0573357492685318,
-0.007985444739460945,
-0.004851486533880234,
-0.028362536802887917,
0.061135515570640564,
-0.03431663289666176,
-0.0020822377409785986,
0.05736967548727989,
-0.05465555936098099,
0.04240809753537178,
-0.04349374771118164,
0.008261097595095634,
0.03284083306789398,
-0.040881406515836716,
0.015105764381587505,
-0.045020438730716705,
0.005199233070015907,
-0.009660565294325352,
0.01952468790113926,
0.00907533336430788,
-0.05574120581150055,
-0.01960950531065464,
-0.025326116010546684,
-0.011501076631247997,
0.01223897747695446,
-0.027836676687002182,
-0.009669046849012375,
0.018405115231871605,
0.004179317969828844,
0.033824700862169266,
-0.014054044149816036,
0.04668283462524414,
0.0046521686017513275,
0.03161947801709175,
-0.01219656877219677,
-0.01625078357756138,
0.021000491455197334,
0.01960950531065464,
-0.010347575880587101,
0.0409492589533329,
-0.08278060704469681,
0.04227239266037941,
0.026140352711081505,
0.01865956373512745,
-0.008795439265668392,
-0.0013666009763255715,
0.011373852379620075,
-0.05245033651590347,
0.040474288165569305,
-0.006670793984085321,
-0.010763175785541534,
0.03326491266489029,
0.0477684810757637,
-0.003812488168478012,
0.03331580385565758,
-0.0250207781791687,
-0.0423063188791275,
0.07395972311496735,
-0.023901203647255898,
0.041661716997623444,
0.043934788554906845,
-0.046207863837480545,
0.045393627136945724,
-0.014249120838940144,
-0.01960950531065464,
0.012094790115952492,
-0.007188172545284033,
-0.04352767392992973,
0.05764108896255493,
-0.012637613341212273,
0.009787789545953274,
0.03558887541294098,
-0.07606316357851028,
0.006993095390498638,
-0.02820986695587635,
0.01233227550983429,
-0.007103356532752514,
-0.01842207834124565,
-0.02720903605222702,
0.02785363979637623,
-0.003153042169287801,
-0.10469711571931839,
-0.03898152336478233,
-0.014376345090568066,
-0.019117571413517,
-0.055300161242485046,
-0.011526521295309067,
-0.004043612163513899,
-0.08495189994573593,
-0.06469779461622238,
-0.055944763123989105,
0.024596696719527245,
0.01087343692779541,
0.015139691531658173,
-0.0218486525118351,
0.009160148911178112,
0.0069591691717505455,
0.0041750771924853325,
0.017005648463964462,
-0.015852147713303566,
-0.0532306469976902,
0.02256110869348049,
-0.0012754235649481416,
-0.016759680584073067,
0.04349374771118164,
0.014961577020585537,
0.07307763397693634,
0.08651252090930939,
0.00441468320786953,
0.009363708086311817,
-0.006518124602735043,
-0.0445793941617012,
0.023714609444141388,
-0.030873095616698265,
-0.004592797253280878,
-0.022578071802854538,
-0.04946480691432953,
0.09133008122444153,
-0.07470610737800598,
0.023053042590618134,
-0.01942290924489498,
-0.022900372743606567,
0.00593713391572237,
0.021577240899205208,
-0.01192515715956688,
-0.017709622159600258,
0.008965072222054005,
0.05177180841565132,
-0.028820544481277466,
-0.01403708104044199,
0.0345710813999176,
0.02702243998646736,
0.024444028735160828,
-0.026089461520314217,
-0.04257773235440254,
0.050075482577085495,
0.055537644773721695,
0.00298128928989172,
0.0741632804274559,
-0.04254380613565445,
-0.05065223202109337,
-0.03484249487519264,
-0.040202878415584564,
0.013341587968170643,
0.014800426550209522,
-0.00809994712471962,
-0.026971550658345222,
-0.031195398420095444,
0.0377601720392704,
0.005848076660186052,
0.046479277312755585,
-0.026564432308077812,
0.1301419734954834,
-0.05156824737787247,
-0.01806584931910038,
0.035147830843925476,
-0.035419244319200516,
-0.04417227581143379,
0.022900372743606567,
0.029736557975411415,
0.04736136645078659,
-0.0445793941617012,
0.019405946135520935,
-0.010941289365291595,
-0.03491034731268883,
0.04498651251196861,
-0.03426574543118477,
-0.05133076384663582,
-0.008443452417850494,
0.007909110747277737,
-0.021679019555449486,
-0.0364031121134758,
0.007993926294147968,
-0.09275499731302261,
-0.010228833183646202,
0.02279859408736229,
0.01952468790113926,
0.03331580385565758,
-0.0197961013764143,
-0.03407914936542511,
0.006284880451858044,
-0.02329052798449993,
0.004317144397646189,
0.03986361250281334,
0.011526521295309067,
0.02888839691877365,
-0.00857915822416544,
0.022595034912228584,
0.10320434719324112,
-0.004030889831483364,
0.014300011098384857,
0.02201828546822071,
-0.030177602544426918,
-0.02902410365641117,
0.00983019731938839,
0.007612253539264202,
-0.0618818961083889,
-0.012383164837956429,
0.048718422651290894,
0.009253446944057941,
0.02212006412446499,
0.00006473861139966175,
-0.023171784356236458,
-0.06479957699775696,
0.00880392175167799,
0.08474834263324738,
-0.0012287746649235487,
-0.0027098774444311857,
0.028735727071762085,
0.024002984166145325,
-0.00578022375702858,
-0.01044087391346693,
0.035147830843925476,
-0.012137197889387608,
-0.022425401955842972,
0.07436684519052505,
0.021509388461709023,
0.05723397061228752,
-0.0441383495926857,
-0.028549132868647575,
-0.01747213676571846,
0.02888839691877365,
0.010669877752661705,
0.03290868550539017,
-0.0232057124376297,
0.05055045336484909,
0.042747363448143005,
0.05692863091826439,
0.05974452942609787,
0.03151769936084747,
-0.02780275046825409,
0.07837016880512238,
0.017268577590584755,
0.009143185801804066,
-0.013426404446363449,
-0.009312818758189678,
-0.006556292064487934,
0.06876897066831589,
-0.056996483355760574,
0.021729910746216774,
0.013316143304109573,
-0.01815066672861576,
0.017166798934340477,
0.0004956446355208755,
0.009584230370819569,
0.03494427353143692,
0.0013326745247468352,
-0.010457837022840977,
-0.039795760065317154,
-0.026326946914196014,
-0.0027162388432770967,
0.006679275538772345,
-0.022272733971476555,
0.009228002279996872,
-0.02820986695587635,
-0.05014333501458168,
-0.021322792395949364,
-0.06602092832326889,
0.0582517646253109,
-0.018099777400493622,
-0.07538463920354843,
-0.007552882190793753,
0.013019286096096039,
-0.052586041390895844,
-0.00008667154907016084,
-0.021170122548937798,
-0.014172786846756935,
-0.05655543878674507,
-0.014936132356524467,
-0.005699648521840572,
0.06578344106674194,
0.09295855462551117,
0.10523993521928787,
-0.023273564875125885,
-0.01189971249550581,
-0.04291699454188347,
0.010551135055720806,
-0.02607249841094017,
0.012773319147527218,
-0.018540820106863976,
-0.06025342643260956,
-0.06378178298473358,
-0.02788756601512432,
-0.013646925799548626,
0.01433393731713295,
-0.0014386947732418776,
0.049532659351825714,
-0.06340859085321426,
-0.039931464940309525,
-0.05190751329064369,
-0.0464114248752594,
0.034605007618665695,
0.020372850820422173,
-0.07674169540405273,
-0.0031275972723960876,
0.021237974986433983,
-0.05682685226202011,
0.010389984585344791,
-0.0017747789388522506,
0.022103101015090942,
0.03891367092728615,
-0.005275567527860403,
-0.01087343692779541,
-0.009499413892626762,
0.032331936061382294,
0.03945649415254593,
0.09092296659946442,
0.040474288165569305,
0.0022857964504510164,
-0.022900372743606567,
0.0008911001496016979,
-0.0011662227334454656,
-0.011789451353251934,
0.04451154172420502,
0.05584298446774483,
0.004660650156438351,
-0.05170395225286484,
-0.01942290924489498,
0.04508829116821289,
-0.01223897747695446,
0.021305829286575317,
0.04865057021379471,
0.03099183924496174,
-0.02256110869348049,
0.029787449166178703,
-0.0033990091178566217,
0.028956249356269836,
0.003460500854998827,
-0.03996539115905762,
-0.06731013208627701,
-0.01738732121884823,
-0.08732675760984421,
-0.014758018776774406,
-0.05709826573729515,
0.01828637160360813,
-0.033146169036626816,
0.030771316960453987,
0.039151158183813095,
0.018489930778741837,
0.01988091692328453,
-0.01679360680282116,
0.0033820457756519318,
-0.0057929460890591145,
0.004037251230329275,
0.014630794525146484,
-0.012595205567777157,
0.014003153890371323,
0.035012125968933105,
-0.03921901062130928,
0.033332765102386475,
0.0019454715074971318,
-0.049804072827100754,
0.045529335737228394,
0.033095281571149826,
0.012043899856507778,
-0.050618305802345276,
-0.017675695940852165,
0.021305829286575317,
0.003360841888934374,
-0.002108742715790868,
0.02788756601512432,
0.006853148806840181,
0.023782461881637573,
0.007781886029988527,
-0.023544976487755775,
0.00557242427021265,
0.06517276912927628,
-0.0668690875172615,
-0.03270512446761131,
-0.04250987991690636,
-0.0023366862442344427,
-0.03345150873064995,
-0.0062424722127616405,
-0.047802407294511795,
-0.06815829873085022,
-0.00045827252324670553,
0.0034901865292340517,
0.016852978616952896,
-0.06266220659017563,
-0.001580761861987412,
0.016717271879315376,
-0.02642872743308544,
-0.04722565785050392,
0.04882020503282547,
0.0182015560567379,
0.025970719754695892,
0.004346830304712057,
-0.011458667926490307,
-0.0323149710893631,
-0.006577495951205492,
-0.05350205674767494,
-0.05468948557972908,
-0.047802407294511795,
-0.02288340963423252,
-0.003615290392190218,
-0.022815557196736336,
-0.0386761873960495,
-0.031653404235839844,
0.020186254754662514,
0.0020302876364439726,
0.045393627136945724,
0.0496005117893219,
0.012230495922267437,
-0.054621633142232895,
0.03681023046374321,
-0.02201828546822071,
0.02720903605222702,
0.009719936177134514,
-0.0928228497505188,
0.027090294286608696,
-0.05055045336484909,
0.010254277847707272,
0.04746314510703087,
0.0359620675444603,
0.007955759763717651,
0.04970229044556618,
-0.004155993461608887,
-0.07613101601600647,
-0.035690657794475555,
-0.043968718498945236,
-0.016573084518313408,
0.0024002983700484037,
-0.01007616426795721,
0.029923154041171074,
-0.04831130802631378,
0.005767501424998045,
0.018846159800887108,
0.02926158905029297,
0.02020321786403656,
-0.0016274107620120049,
0.012866617180407047,
0.01692931354045868,
0.004045732785016298,
0.020440703257918358,
-0.07267051935195923,
-0.026106426492333412,
-0.08895523101091385,
0.014232157729566097,
0.05224677920341492,
0.07843802124261856,
0.07660599052906036,
-0.05160217359662056,
-0.020593373104929924,
-0.020406777039170265,
0.027700969949364662,
-0.0015510761877521873,
0.006929483264684677,
0.01801495999097824,
0.012137197889387608,
-0.022578071802854538,
0.00937218964099884,
0.04305270314216614,
0.07043137401342392,
0.037794098258018494,
0.018998827785253525,
-0.055164456367492676,
-0.06883682310581207,
-0.0043637934140861034,
0.017353393137454987,
-0.008956590667366982,
0.022900372743606567,
-0.0987260565161705,
-0.027582228183746338,
-0.004707299172878265,
-0.013477293774485588,
0.02785363979637623,
-0.054078806191682816,
-0.048752348870038986,
0.016225337982177734,
-0.05638580769300461,
0.06351036578416824,
-0.07809875160455704,
0.03307831659913063,
-0.020084476098418236,
0.005563942715525627,
-0.039795760065317154,
0.0682261511683464,
0.041933126747608185,
0.03351936116814613,
0.02625909447669983,
-0.01901579089462757,
0.06707265228033066,
-0.04719173163175583,
0.001381443813443184,
-0.02802327089011669,
-0.0222896970808506,
-0.0016878423048183322,
0.026004645973443985,
0.02625909447669983,
-0.025953756645321846,
0.02715814672410488,
0.06429067999124527,
-0.023680683225393295,
0.014596867375075817,
0.0010612626792863011,
-0.013765668496489525,
0.058353543281555176,
-0.01825244538486004,
0.024053873494267464,
-0.013367032632231712,
-0.049125541001558304,
-0.029685668647289276,
-0.001852173707447946,
0.03189089149236679,
-0.01793014444410801,
0.03477464243769646,
0.0085282688960433,
-0.061033736914396286,
0.007357805036008358,
-0.01219656877219677,
-0.03484249487519264,
0.006297602783888578,
-0.01742124743759632,
0.013748705387115479,
0.026547469198703766,
-0.039795760065317154,
-0.034740716218948364,
0.015445029363036156,
-0.00006573255086550489,
0.058624956756830215,
0.0021924986504018307,
-0.008172040805220604,
0.03613169863820076,
-0.0031572829466313124,
-0.07131345570087433,
0.03484249487519264,
0.013765668496489525,
-0.00712031964212656,
-0.012467981316149235,
-0.01874437928199768,
0.018761342391371727,
0.02715814672410488,
0.005428236443549395,
-0.017370358109474182,
0.009957421571016312,
0.02256110869348049,
-0.048718422651290894,
0.006386659573763609,
0.014071007259190083,
0.024579733610153198,
0.039795760065317154,
0.036606669425964355,
-0.04159386456012726,
-0.02520737424492836,
0.02398602105677128,
-0.045427557080984116,
0.0006737586809322238,
0.041865274310112,
0.03134806826710701,
0.013426404446363449,
-0.02607249841094017,
-0.016445860266685486,
0.029516037553548813,
0.0022561107762157917,
0.03234889730811119,
0.04878627508878708,
-0.011060032062232494,
0.043018776923418045,
-0.0450543649494648,
-0.013646925799548626,
0.01579277589917183,
-0.008596121333539486,
-0.08820884674787521,
0.0035304741468280554,
0.03630133345723152,
-0.03380773589015007,
0.029142845422029495,
-0.014206713065505028,
-0.026835845783352852,
0.0010792860994115472,
0.03518175706267357,
0.07219554483890533,
-0.0016030261758714914,
0.01928720250725746,
-0.01960950531065464,
0.03435055911540985,
0.03630133345723152,
-0.051127202808856964,
-0.036470964550971985,
0.007998167537152767,
-0.031466808170080185,
-0.03837084770202637,
0.005016878247261047,
-0.007315397262573242,
0.0064545124769210815,
0.0005751598509959877,
-0.03421485424041748,
0.08434122800827026,
-0.018133703619241714,
0.030092786997556686,
0.0009229062707163393,
-0.008871774189174175,
0.0024045391473919153,
-0.06239079684019089,
-0.022238807752728462,
-0.002497836947441101,
-0.02038981392979622,
0.03497819975018501,
0.014842834323644638,
0.021102270111441612,
0.024698477238416672,
-0.034418411552906036,
-0.0111448485404253,
0.09614764153957367,
0.004410442430526018,
0.019236313179135323,
0.009618156589567661,
-0.0373191274702549,
-0.014189749956130981,
-0.04630964249372482,
0.025970719754695892,
0.019728247076272964,
-0.037420906126499176,
0.0188800860196352,
-0.026462653651833534,
-0.08386625349521637,
0.05027904361486435,
-0.02171294577419758,
0.022866446524858475,
0.04125459864735603,
0.007658902555704117,
-0.010254277847707272,
-0.01394378300756216,
0.0032845071982592344,
-0.06357821822166443,
0.010313649661839008,
-0.012357720173895359,
0.02147546038031578,
0.052619967609643936,
0.010305168107151985,
0.04298485070466995,
-0.0062424722127616405,
0.025868941098451614,
0.02042374014854431,
0.010652914643287659,
-0.007247543893754482,
-0.008265338838100433,
0.039422567933797836,
-0.00021058271522633731,
-0.010466318577528,
0.04359552636742592,
0.007612253539264202,
0.03704771399497986,
-0.007090634200721979,
-0.056623294949531555,
-0.046207863837480545,
-0.015351731330156326,
0.005555461160838604,
-0.022272733971476555,
0.007438380736857653,
-0.03602991998195648,
0.02156027778983116,
-0.007175450213253498,
-0.07314548641443253,
0.006458753254264593,
0.006369696464389563,
0.0266153234988451,
0.0787094309926033,
-0.025699308142066002,
-0.020169291645288467,
0.0038845818489789963,
0.06714050471782684,
-0.05122898519039154,
0.0015584976645186543,
0.005377347115427256,
0.0302624199539423,
0.0018458125414326787,
0.009957421571016312,
0.011984528973698616,
0.018540820106863976,
0.03697986155748367,
0.03796372935175896,
0.012018455192446709,
-0.03107665479183197,
-0.047157805413007736,
0.02915980853140354,
0.028328610584139824,
0.003441417124122381,
-0.04759884998202324,
-0.05492696911096573,
-0.036606669425964355,
-0.026598360389471054,
0.02329052798449993,
-0.012917506508529186,
0.02125493995845318,
-0.01085647288709879
] |
8,848 | ipaddr | _BaseV4 | Base IPv4 object.
The following methods are used by IPv4 objects in both single IP
addresses and networks.
| class _BaseV4(object):
"""Base IPv4 object.
The following methods are used by IPv4 objects in both single IP
addresses and networks.
"""
# Equivalent to 255.255.255.255 or 32 bits of 1's.
_ALL_ONES = (2**IPV4LENGTH) - 1
_DECIMAL_DIGITS = frozenset('0123456789')
def __init__(self, address):
self._version = 4
self._max_prefixlen = IPV4LENGTH
def _explode_shorthand_ip_string(self):
return str(self)
def _ip_int_from_string(self, ip_str):
"""Turn the given IP string into an integer for comparison.
Args:
ip_str: A string, the IP ip_str.
Returns:
The IP ip_str as an integer.
Raises:
AddressValueError: if ip_str isn't a valid IPv4 Address.
"""
octets = ip_str.split('.')
if len(octets) != 4:
raise AddressValueError(ip_str)
packed_ip = 0
for oc in octets:
try:
packed_ip = (packed_ip << 8) | self._parse_octet(oc)
except ValueError:
raise AddressValueError(ip_str)
return packed_ip
def _parse_octet(self, octet_str):
"""Convert a decimal octet into an integer.
Args:
octet_str: A string, the number to parse.
Returns:
The octet as an integer.
Raises:
ValueError: if the octet isn't strictly a decimal from [0..255].
"""
# Whitelist the characters, since int() allows a lot of bizarre stuff.
if not self._DECIMAL_DIGITS.issuperset(octet_str):
raise ValueError
octet_int = int(octet_str, 10)
# Disallow leading zeroes, because no clear standard exists on
# whether these should be interpreted as decimal or octal.
if octet_int > 255 or (octet_str[0] == '0' and len(octet_str) > 1):
raise ValueError
return octet_int
def _string_from_ip_int(self, ip_int):
"""Turns a 32-bit integer into dotted decimal notation.
Args:
ip_int: An integer, the IP address.
Returns:
The IP address as a string in dotted decimal notation.
"""
octets = []
for _ in xrange(4):
octets.insert(0, str(ip_int & 0xFF))
ip_int >>= 8
return '.'.join(octets)
@property
def max_prefixlen(self):
return self._max_prefixlen
@property
def packed(self):
"""The binary representation of this address."""
return v4_int_to_packed(self._ip)
@property
def version(self):
return self._version
@property
def is_reserved(self):
"""Test if the address is otherwise IETF reserved.
Returns:
A boolean, True if the address is within the
reserved IPv4 Network range.
"""
return self in IPv4Network('240.0.0.0/4')
@property
def is_private(self):
"""Test if this address is allocated for private networks.
Returns:
A boolean, True if the address is reserved per RFC 1918.
"""
return (self in IPv4Network('10.0.0.0/8') or
self in IPv4Network('172.16.0.0/12') or
self in IPv4Network('192.168.0.0/16'))
@property
def is_multicast(self):
"""Test if the address is reserved for multicast use.
Returns:
A boolean, True if the address is multicast.
See RFC 3171 for details.
"""
return self in IPv4Network('224.0.0.0/4')
@property
def is_unspecified(self):
"""Test if the address is unspecified.
Returns:
A boolean, True if this is the unspecified address as defined in
RFC 5735 3.
"""
return self in IPv4Network('0.0.0.0')
@property
def is_loopback(self):
"""Test if the address is a loopback address.
Returns:
A boolean, True if the address is a loopback per RFC 3330.
"""
return self in IPv4Network('127.0.0.0/8')
@property
def is_link_local(self):
"""Test if the address is reserved for link-local.
Returns:
A boolean, True if the address is link-local per RFC 3927.
"""
return self in IPv4Network('169.254.0.0/16')
| (address) | [
0.04643658176064491,
-0.0040238965302705765,
-0.07485070824623108,
0.006077785510569811,
0.012059706263244152,
-0.06388384848833084,
-0.01636400632560253,
-0.03314981237053871,
0.005799779202789068,
-0.08934535831212997,
-0.01919199712574482,
0.017869072034955025,
0.019690491259098053,
0.018357979133725166,
-0.0015601885970681906,
0.05682825297117233,
-0.00394480861723423,
0.0014487465377897024,
0.012261020950973034,
-0.04267870634794235,
-0.025001363828778267,
0.02477128989994526,
0.055294424295425415,
0.023410018533468246,
0.017389751970767975,
0.05295534059405327,
0.030944937840104103,
-0.02626676857471466,
0.02665022574365139,
-0.023505883291363716,
-0.023793475702404976,
0.002931045601144433,
0.009778140112757683,
0.05218842998147011,
0.02601752243936062,
-0.0707477256655693,
0.0357956625521183,
0.03366747871041298,
-0.05540946125984192,
0.04938919469714165,
-0.019230343401432037,
-0.04379073157906532,
-0.04344562068581581,
-0.030714863911271095,
0.0026051076129078865,
0.013881124556064606,
0.003103601047769189,
0.047126803547143936,
-0.02482880838215351,
-0.006897423416376114,
-0.007549299392849207,
-0.04965761676430702,
0.016603665426373482,
0.005181455984711647,
-0.02977539598941803,
0.028107360005378723,
0.05333879590034485,
0.11020539700984955,
-0.027819767594337463,
-0.019843872636556625,
-0.04352231323719025,
-0.019517935812473297,
-0.008225142024457455,
-0.024905499070882797,
-0.04344562068581581,
0.018875645473599434,
-0.07293342053890228,
-0.04079977050423622,
-0.05103806033730507,
0.03690768778324127,
0.03953436389565468,
-0.03054230846464634,
-0.006700902245938778,
-0.0012857775436714292,
0.058515459299087524,
0.06817856431007385,
-0.02588331326842308,
0.021780328825116158,
0.031155839562416077,
-0.030178025364875793,
0.06599286198616028,
-0.017571894451975822,
0.08182961493730545,
-0.046053122729063034,
0.05406736582517624,
-0.03190357983112335,
0.0018741436069831252,
0.020169811323285103,
0.032785531133413315,
-0.021914537996053696,
-0.003245000494644046,
0.01877019554376602,
-0.03426183760166168,
0.040953151881694794,
-0.02381264790892601,
-0.009893177077174187,
0.01842508465051651,
-0.07078606635332108,
-0.036064084619283676,
-0.021531082689762115,
-0.04398246109485626,
0.022719796746969223,
-0.1299150586128235,
-0.03180771693587303,
-0.010775127448141575,
-0.007530126720666885,
-0.04421253129839897,
0.06012597680091858,
-0.029506977647542953,
-0.030427271500229836,
-0.019412484019994736,
-0.03401258960366249,
-0.044097498059272766,
-0.009548066183924675,
0.018405910581350327,
0.006930976174771786,
0.008431249298155308,
-0.03025471605360508,
0.0035469725262373686,
-0.015951789915561676,
0.04589974135160446,
0.0378279834985733,
-0.058860570192337036,
0.03190357983112335,
0.014628864824771881,
-0.022048749029636383,
-0.012376057915389538,
-0.003896876471117139,
-0.00870925560593605,
-0.08297998458147049,
0.023314153775572777,
0.04083811491727829,
-0.052073393017053604,
0.061544764786958694,
0.014858938753604889,
-0.03324567899107933,
-0.036006566137075424,
0.04083811491727829,
-0.07028757780790329,
0.04076142609119415,
0.02116679772734642,
0.01982470043003559,
0.06119965389370918,
-0.024752115830779076,
-0.004989727400243282,
0.0006782386917620897,
0.042026832699775696,
-0.03171185031533241,
-0.06599286198616028,
-0.025269782170653343,
0.020860033109784126,
-0.008076552301645279,
0.008637357503175735,
0.05563953518867493,
-0.016095586121082306,
0.004572718404233456,
-0.0154149504378438,
-0.11626400798559189,
-0.012395231053233147,
-0.050731293857097626,
-0.0793754905462265,
0.011311965994536877,
-0.03742535412311554,
-0.043023817241191864,
0.02872089110314846,
-0.009941109456121922,
-0.006696108728647232,
-0.0654943659901619,
-0.001636879867874086,
0.025768276304006577,
-0.03368665277957916,
-0.0074007101356983185,
-0.03178854286670685,
0.05268692225217819,
0.019997255876660347,
0.04643658176064491,
-0.024886326864361763,
-0.02473294362425804,
-0.008900984190404415,
0.01665159873664379,
0.06100792810320854,
0.016191450878977776,
0.027647212147712708,
-0.004225211217999458,
0.023199116811156273,
0.04820048063993454,
0.05142151564359665,
0.03642836585640907,
0.03625581040978432,
0.017485616728663445,
0.018012868240475655,
-0.03410845622420311,
0.013392217457294464,
0.008483975194394588,
0.000571589800529182,
0.011369484476745129,
0.02515474520623684,
0.016383178532123566,
0.0010910535929724574,
0.015520401298999786,
-0.008407283574342728,
-0.002015543170273304,
-0.03362913429737091,
-0.02183784730732441,
-0.03391672670841217,
-0.010420430451631546,
-0.048315517604351044,
0.006873457692563534,
0.000717782590072602,
-0.0011545635061338544,
-0.012625304982066154,
-0.02569158561527729,
0.015251982025802135,
0.07764993607997894,
0.011791286990046501,
-0.05402901768684387,
0.038077227771282196,
0.04965761676430702,
0.0254423376172781,
0.02674609050154686,
0.05069294944405556,
-0.036198291927576065,
-0.04252532497048378,
-0.0274171382188797,
-0.0046757725067436695,
0.00003321541953482665,
-0.039764437824487686,
0.045477937906980515,
0.03823061287403107,
0.009797313250601292,
0.11848805844783783,
-0.034223493188619614,
-0.03594904765486717,
0.047740332782268524,
0.059244029223918915,
0.025749104097485542,
0.03150095045566559,
-0.011331139132380486,
0.02463707886636257,
-0.03451108559966087,
-0.01982470043003559,
0.009437822736799717,
0.03217199817299843,
-0.014954803511500359,
0.026899471879005432,
-0.059819214046001434,
-0.06591617316007614,
0.0052437675185501575,
0.018070386722683907,
-0.037022724747657776,
-0.05667486786842346,
-0.022815661504864693,
-0.006374964024871588,
-0.02824157103896141,
-0.003405572846531868,
-0.030657345429062843,
-0.02429196797311306,
0.021569427102804184,
0.038460686802864075,
0.026381805539131165,
-0.022489722818136215,
-0.04379073157906532,
0.0060106804594397545,
-0.0342426635324955,
0.009001641534268856,
0.020898379385471344,
0.0142166493460536,
-0.01577923446893692,
-0.0035709384828805923,
0.02327580936253071,
0.06913720816373825,
-0.00952889397740364,
-0.036102429032325745,
0.03481784835457802,
-0.014973975718021393,
-0.022202130407094955,
-0.004637426696717739,
0.02145439013838768,
-0.012280194088816643,
-0.0636921226978302,
0.010842232033610344,
0.03815392032265663,
-0.03324567899107933,
-0.01113941054791212,
0.012951242737472057,
-0.01342097669839859,
-0.010995615273714066,
0.02001642808318138,
-0.005943575408309698,
-0.007942342199385166,
0.00457032211124897,
-0.036236636340618134,
0.021761156618595123,
-0.02390851266682148,
0.021301008760929108,
0.04210352152585983,
-0.016709117218852043,
0.04777867719531059,
0.011110651306807995,
-0.05521773546934128,
-0.06595451384782791,
0.01606682687997818,
0.04494110122323036,
0.00507600512355566,
0.012078879401087761,
0.015299913473427296,
0.021032588556408882,
-0.004222814459353685,
0.03849903121590614,
0.01501232199370861,
0.015884684398770332,
-0.054144054651260376,
-0.0060250600799918175,
-0.01577923446893692,
0.1047603115439415,
0.0381922647356987,
0.03203779086470604,
0.033207330852746964,
-0.015424537472426891,
0.02569158561527729,
0.008148450404405594,
0.07764993607997894,
-0.014322100207209587,
0.02266227826476097,
0.02833743393421173,
-0.010899750515818596,
0.008143656887114048,
0.0020119482651352882,
-0.02457956038415432,
0.013392217457294464,
-0.01812790520489216,
-0.01053546741604805,
-0.012050120159983635,
0.009145436808466911,
0.022643106058239937,
-0.0401095487177372,
0.014849352650344372,
0.024042721837759018,
-0.023352500051259995,
-0.019882218912243843,
0.07032591849565506,
0.03487536683678627,
-0.03497123345732689,
-0.02680360898375511,
-0.014849352650344372,
-0.04670500010251999,
-0.0018597639864310622,
-0.006120924372226,
-0.05882222577929497,
0.04720349237322807,
-0.027187064290046692,
-0.0007525333785451949,
-0.0006506777135655284,
0.044480953365564346,
0.002955011557787657,
-0.06518760323524475,
-0.007242534309625626,
-0.039419326931238174,
0.08113939315080643,
0.023199116811156273,
-0.010736782103776932,
-0.04958092421293259,
-0.005632017273455858,
-0.03987947478890419,
-0.010324565693736076,
-0.011791286990046501,
0.01722678355872631,
-0.017198024317622185,
0.034319356083869934,
-0.049044083803892136,
-0.040723077952861786,
-0.030772382393479347,
-0.04524786397814751,
-0.115650475025177,
0.014763074927031994,
-0.02833743393421173,
0.03583401069045067,
0.03790467232465744,
-0.051881663501262665,
-0.0074007101356983185,
0.031059974804520607,
0.026228424161672592,
0.05429743975400925,
0.0304080992937088,
0.042065177112817764,
-0.04099150002002716,
0.09325661510229111,
0.03199944272637367,
-0.011206516064703465,
0.08980550616979599,
-0.020188983529806137,
0.04179675877094269,
0.02362092025578022,
-0.013507254421710968,
-0.045132827013731,
0.029986297711730003,
-0.03477950394153595,
0.007587645202875137,
-0.013142971321940422,
-0.027455484494566917,
0.013286767527461052,
0.029085174202919006,
0.01745685748755932,
0.04007120430469513,
0.017332233488559723,
-0.0007153860060498118,
0.10698436200618744,
0.023505883291363716,
-0.024176931008696556,
0.012932070530951023,
-0.04379073157906532,
0.029698705300688744,
-0.01464803796261549,
-0.04781702533364296,
-0.000013284296073834412,
-0.01356477290391922,
0.023927684873342514,
0.04689672961831093,
0.02457956038415432,
0.015855925157666206,
0.018099145963788033,
-0.0029214590322226286,
-0.010842232033610344,
0.034319356083869934,
-0.026439324021339417,
-0.0033456578385084867,
-0.0065091741271317005,
-0.01924951560795307,
-0.004984934348613024,
0.0005356408073566854,
0.03190357983112335,
0.021147625520825386,
0.006490000989288092,
-0.05617637559771538,
0.03510544076561928,
-0.042793743312358856,
0.027723904699087143,
-0.03823061287403107,
0.01976718194782734,
-0.01750478893518448,
0.03203779086470604,
-0.016517387703061104,
-0.018051214516162872,
-0.0008963295258581638,
0.006192822474986315,
-0.00008013641490833834,
-0.06779510527849197,
0.02703368291258812,
-0.038556549698114395,
-0.006528346799314022,
-0.03564228117465973,
-0.07906872779130936,
0.021051760762929916,
-0.01684332638978958,
-0.0627334788441658,
0.01010407879948616,
0.04517117515206337,
0.03337988629937172,
-0.018204595893621445,
-0.03247876465320587,
0.007827305234968662,
0.011992601677775383,
-0.00113299407530576,
0.005354011431336403,
-0.06994246691465378,
0.06507256627082825,
0.036869339644908905,
-0.02553820237517357,
-0.024790462106466293,
-0.016603665426373482,
-0.00006478317664004862,
-0.037348661571741104,
-0.019354965537786484,
-0.0011198128340765834,
0.04306216537952423,
0.06265679001808167,
0.03949601948261261,
-0.012903311289846897,
-0.043023817241191864,
-0.06047108769416809,
0.03736783564090729,
-0.04785536974668503,
0.014101612381637096,
-0.006374964024871588,
0.038019709289073944,
-0.013104625046253204,
0.03098328411579132,
0.057940274477005005,
-0.025768276304006577,
-0.013258008286356926,
-0.05498766154050827,
0.009758967906236649,
-0.051114749163389206,
0.047165147960186005,
0.010784713551402092,
0.0040670353919267654,
-0.04218021407723427,
-0.03719528019428253,
0.005694328807294369,
-0.042026832699775696,
-0.0040933978743851185,
-0.006231167819350958,
-0.03479867801070213,
-0.0216077733784914,
0.08290329575538635,
0.05046287551522255,
-0.0478937141597271,
0.045286212116479874,
0.0230457354336977,
0.019019441679120064,
-0.0411832258105278,
0.003132360288873315,
0.04628319665789604,
0.054910968989133835,
-0.006307859439402819,
0.07968226075172424,
0.0031251704785972834,
-0.009495341219007969,
-0.012136397883296013,
-0.050347838550806046,
0.00034151592990383506,
0.026688572019338608,
-0.00920774880796671,
-0.0033097087871283293,
-0.02034236676990986,
0.09049572795629501,
-0.04685838147997856,
-0.0017770811682567,
0.0059531619772315025,
0.022144611924886703,
0.02141604572534561,
0.02920021116733551,
0.012021360918879509,
-0.028126534074544907,
0.032881394028663635,
0.07297176867723465,
-0.028797581791877747,
-0.04574635997414589,
-0.036677613854408264,
0.005167076364159584,
0.014878111891448498,
0.02837578020989895,
-0.07860857993364334,
-0.04931250587105751,
-0.0617748387157917,
0.009107091464102268,
-0.02270062454044819,
0.02342919073998928,
-0.011465349234640598,
-0.028030669316649437,
-0.0011983015574514866,
0.045439593493938446,
0.06004928797483444,
-0.0030532723758369684,
0.08995889127254486,
-0.014465896412730217,
-0.006317445542663336,
0.005986714269965887,
-0.010592985898256302,
0.02553820237517357,
0.0046326336450874805,
-0.0018465826287865639,
-0.003134756814688444,
-0.042065177112817764,
-0.07523415982723236,
0.03911256045103073,
-0.022336339578032494,
-0.024119412526488304,
0.01573130302131176,
0.008891397155821323,
-0.02776224911212921,
-0.020227329805493355,
0.012788274325430393,
0.015865512192249298,
-0.03777046501636505,
0.016229795292019844,
-0.09693779796361923,
0.007280880119651556,
0.04927415773272514,
-0.02183784730732441,
0.02337167225778103,
0.012318539433181286,
0.03222951665520668,
-0.08274991065263748,
0.023870166391134262,
0.03117501176893711,
0.004699738696217537,
0.021952884271740913,
0.022930698469281197,
0.010362911969423294,
-0.0337633453309536,
-0.041451647877693176,
0.023985203355550766,
0.03508627042174339,
-0.0378279834985733,
0.05801696702837944,
-0.02227882109582424,
0.03337988629937172,
0.030197197571396828,
-0.010708022862672806,
0.0023390846326947212,
0.01823335513472557,
0.028682544827461243,
-0.04087646305561066,
0.026899471879005432,
0.016344832256436348,
-0.026535188779234886,
0.02920021116733551,
-0.00238222349435091,
-0.08903859555721283,
0.008392903953790665,
0.017140505835413933,
0.005732674617320299,
-0.10920840501785278,
-0.004721308127045631,
-0.025614893063902855,
-0.05422074720263481,
0.09248970448970795,
-0.06323197484016418,
-0.01693919114768505,
-0.002955011557787657,
0.012960829772055149,
-0.011398243717849255,
-0.015712128952145576,
-0.0250205360352993,
0.027110373601317406,
-0.02709120139479637,
0.019690491259098053,
0.023410018533468246,
0.02992877922952175,
0.0665680468082428,
-0.006988494656980038,
-0.0038201853167265654,
0.009768554009497166,
-0.010592985898256302,
-0.06511091440916061,
0.03911256045103073,
0.019882218912243843,
-0.0367543026804924,
0.03968774527311325,
-0.007228154689073563,
-0.045439593493938446,
-0.010880578309297562,
0.0019136875635012984,
0.005603258032351732,
0.045056138187646866,
0.0020107498858124018,
-0.07021088153123856,
0.03207613527774811,
-0.00008230833918787539,
0.00345110846683383,
0.021818675100803375,
0.012932070530951023,
-0.034415218979120255,
-0.03426183760166168,
0.02770473062992096,
-0.02135852724313736,
0.008968088775873184,
0.007324018981307745,
0.0002306730457348749,
-0.03794302046298981,
0.00042689492693170905,
-0.004263557028025389,
-0.00012657059414777905,
0.03305394947528839,
0.04087646305561066,
0.024522041901946068,
0.011944669298827648,
0.024330314248800278,
0.009121471084654331,
0.022010402753949165,
0.008407283574342728,
0.017236368730664253,
0.06541767716407776,
-0.0323253832757473,
-0.02569158561527729,
-0.00016551540466025472,
-0.0174185112118721,
-0.03236372768878937,
0.012922483496367931,
0.08182961493730545,
-0.0284332986921072,
0.03054230846464634,
-0.05978086590766907,
-0.0003879501309711486,
-0.044864408671855927,
-0.0025284162256866693,
0.02141604572534561,
0.0066481768153607845,
-0.025902485474944115,
-0.0200547743588686,
-0.029602840542793274,
0.021492736414074898,
0.035431381314992905,
-0.015386191196739674,
0.00887222494930029,
-0.00706997886300087,
-0.04191179573535919,
-0.004095794633030891,
-0.020093120634555817,
-0.008670910261571407,
-0.04931250587105751,
-0.02939194068312645,
0.000002518305564080947,
-0.005588878411799669,
0.025653239339590073,
-0.06909886002540588,
-0.00696452846750617,
0.035814836621284485,
-0.00213537341915071,
0.06258010119199753,
0.021626945585012436,
0.02457956038415432,
-0.07772663235664368,
0.05050121992826462,
0.05448916554450989,
0.02170363813638687,
0.02601752243936062,
-0.005531359929591417,
0.04252532497048378,
0.005502600688487291,
0.0007243732688948512,
0.06123800203204155,
-0.02674609050154686,
-0.04049300402402878,
0.02024650201201439,
-0.015002734959125519,
0.01472472958266735,
-0.041489992290735245,
0.0647658035159111,
0.012452749535441399,
0.11058884859085083,
-0.023966031149029732,
-0.005564912222325802,
-0.03700355067849159,
-0.005703915376216173,
0.006164063233882189,
-0.008493561297655106,
-0.03255545720458031,
0.02467542514204979,
-0.024042721837759018,
-0.021492736414074898,
0.022528069093823433,
0.024483697488904,
-0.05218842998147011,
0.016948776319622993,
0.03276635706424713,
0.05418240278959274,
0.006672143004834652,
0.017044641077518463,
-0.0006998080643825233,
0.04854559153318405,
-0.007304846309125423,
-0.08052586019039154,
0.04655161872506142,
-0.03454943001270294,
-0.044327568262815475,
-0.006715281866490841,
0.021665291860699654,
-0.03930428996682167,
-0.05797862261533737,
-0.03324567899107933,
-0.03015885315835476,
0.011388657614588737,
-0.030523136258125305,
0.04122157394886017,
-0.022048749029636383,
0.06936728209257126
] |
8,849 | ipaddr | __init__ | null | def __init__(self, address):
self._version = 4
self._max_prefixlen = IPV4LENGTH
| (self, address) | [
0.01809690333902836,
0.06427520513534546,
-0.009811156429350376,
-0.027474703267216682,
-0.02796006202697754,
-0.03262295946478844,
-0.020679697394371033,
-0.021633079275488853,
0.02594929374754429,
-0.05910961702466011,
-0.026989346370100975,
0.02986682392656803,
-0.0031353230588138103,
0.028826771304011345,
0.026365315541625023,
0.05841624736785889,
0.023921193554997444,
0.012541292235255241,
0.008311747573316097,
0.003492840798571706,
-0.02997082844376564,
0.034165702760219574,
0.0014690732350572944,
0.059074945747852325,
-0.0019977663177996874,
0.05619747191667557,
-0.004266379401087761,
-0.0030789868906140327,
0.06198709085583687,
-0.060080330818891525,
-0.004710568115115166,
-0.020922377705574036,
0.004337883088737726,
0.06576594710350037,
0.0465596541762352,
-0.05387468636035919,
0.03180825337767601,
-0.00676900427788496,
-0.06677132844924927,
0.020974379032850266,
0.02818540669977665,
-0.02639998309314251,
-0.07737985998392105,
-0.025706615298986435,
0.04350883886218071,
0.02373051643371582,
0.04423687234520912,
0.0367484986782074,
-0.03858592361211777,
0.019310297444462776,
-0.045484934002161026,
0.025307929143309593,
0.028272077441215515,
-0.021199723705649376,
-0.02979748696088791,
0.03588179126381874,
0.06985681504011154,
0.11239494383335114,
-0.02161574549973011,
0.026261309161782265,
-0.0601496659219265,
-0.006578328087925911,
0.0043227155692875385,
-0.051725246012210846,
-0.009585811756551266,
0.002636964898556471,
-0.04357817396521568,
-0.016103470697999,
-0.004173208028078079,
0.03158291056752205,
0.07945996522903442,
-0.02277713641524315,
-0.06323515623807907,
-0.002712802030146122,
0.07557710260152817,
0.06285380572080612,
-0.07266496121883392,
0.04257278889417648,
-0.01030518114566803,
-0.03747653588652611,
0.0503385104238987,
0.005724618677049875,
0.0052782632410526276,
-0.015436103567481041,
0.0338536873459816,
-0.051447898149490356,
0.004407220054417849,
-0.03702584654092789,
0.06042701378464699,
0.043196819722652435,
-0.04572761431336403,
0.030768200755119324,
-0.04635164514183998,
0.04510358348488808,
-0.019587643444538116,
-0.02461456134915352,
0.052279941737651825,
-0.04638631269335747,
0.023609178140759468,
-0.027474703267216682,
-0.02702401392161846,
0.017524873837828636,
-0.09672482311725616,
-0.03619380667805672,
-0.023106485605239868,
0.01760287769138813,
-0.014378717169165611,
0.0012805638834834099,
0.00042847971781156957,
-0.00011842778621939942,
0.03678316995501518,
-0.01064319722354412,
-0.01972631737589836,
0.030872207134962082,
-0.02405986748635769,
0.029728149995207787,
0.05377068370580673,
-0.021147722378373146,
-0.0004956496995873749,
-0.005988965276628733,
0.046871673315763474,
0.040354013442993164,
-0.09734885394573212,
0.029589476063847542,
0.013884692452847958,
0.015184757299721241,
-0.011362566612660885,
-0.006495990790426731,
0.013694016262888908,
-0.08285746723413467,
0.039799317717552185,
0.027665380388498306,
-0.04070069640874863,
0.002244778675958514,
0.04638631269335747,
-0.047495704144239426,
-0.001616413937881589,
0.01703951694071293,
-0.06611263006925583,
0.051447898149490356,
-0.0351017527282238,
0.0835508331656456,
0.07973731309175491,
-0.08611629903316498,
-0.013251994736492634,
0.01124989427626133,
0.019119620323181152,
-0.021390400826931,
-0.026729334145784378,
-0.005304264836013317,
0.022586459293961525,
0.0072716958820819855,
0.029052115976810455,
0.01944896951317787,
-0.04094337671995163,
-0.025325262919068336,
-0.00877110380679369,
-0.09935962408781052,
0.03810056671500206,
-0.051551904529333115,
-0.029260126873850822,
0.004210043232887983,
-0.026694664731621742,
-0.08563093841075897,
-0.027717383578419685,
-0.03955664113163948,
-0.008883776143193245,
-0.06181374937295914,
-0.016181474551558495,
0.015462104231119156,
-0.061744414269924164,
-0.03374968469142914,
-0.012159939855337143,
0.05605879798531532,
0.012168606743216515,
0.06170974671840668,
0.0019468470709398389,
-0.0007220776751637459,
-0.025758618488907814,
-0.04257278889417648,
0.0727342963218689,
0.03692184016108513,
0.012913977727293968,
0.006734335795044899,
0.05106654763221741,
0.025914626196026802,
0.016406819224357605,
0.07061952352523804,
0.03142690286040306,
0.0032089934684336185,
0.030594859272241592,
-0.029814820736646652,
-0.014690732583403587,
-0.01937963254749775,
0.013477339409291744,
-0.004342216532677412,
0.04801572859287262,
-0.014491389505565166,
-0.004407220054417849,
0.026972012594342232,
-0.029156120494008064,
0.038793936371803284,
-0.07356633991003036,
-0.045762281864881516,
0.002678133547306061,
0.022430451586842537,
0.00048400330706499517,
-0.0052479286678135395,
-0.018062233924865723,
-0.015314764343202114,
0.002376951975747943,
-0.0261746384203434,
0.0629231408238411,
0.053666677325963974,
-0.003562177764251828,
-0.08112404495477676,
-0.02322782576084137,
0.0420180968940258,
0.07439837604761124,
0.024389216676354408,
0.08521492034196854,
-0.02066236361861229,
-0.007098353933542967,
-0.0485704243183136,
-0.0130873192101717,
0.03153090551495552,
-0.011293229646980762,
0.005594612564891577,
0.008766770362854004,
0.0031613244209438562,
0.04524225741624832,
-0.008021400310099125,
-0.027648046612739563,
0.02757870964705944,
0.07377434521913528,
-0.0025372931268066168,
0.008736436255276203,
0.016138138249516487,
-0.023158488795161247,
-0.05858958885073662,
-0.010703867301344872,
0.020991714671254158,
0.033905692398548126,
-0.014482722617685795,
0.03447771817445755,
-0.03380168601870537,
-0.08008399605751038,
0.04922912269830704,
0.00885777547955513,
-0.045484934002161026,
-0.06434454023838043,
-0.025827955454587936,
-0.016571493819355965,
0.008459088392555714,
0.018790271133184433,
-0.0034408383071422577,
0.007982398383319378,
0.004719235468655825,
-0.006821007002145052,
0.03581245243549347,
-0.032172270119190216,
-0.03283097222447395,
-0.01236795075237751,
-0.036020465195178986,
0.027509372681379318,
0.036228474229574203,
0.02267313189804554,
-0.0016694999067112803,
0.008883776143193245,
0.010608529672026634,
0.07335832715034485,
0.007644381374120712,
-0.039799317717552185,
0.024042531847953796,
-0.013997364789247513,
-0.04753037169575691,
-0.034235041588544846,
-0.008883776143193245,
0.004145040176808834,
-0.03494574502110481,
0.030438851565122604,
0.0026911343447864056,
0.009958497248589993,
0.020090335980057716,
0.01108521968126297,
-0.010764537379145622,
0.005390935577452183,
0.06129372492432594,
-0.031721580773591995,
-0.004632564261555672,
-0.008602095767855644,
-0.013251994736492634,
0.019084952771663666,
-0.0015654948074370623,
0.0369911789894104,
0.0004024784138891846,
0.036471154540777206,
0.11211759597063065,
0.01993432827293873,
-0.034235041588544846,
-0.07294230908155441,
-0.013546675443649292,
-0.009689816273748875,
0.017680881544947624,
-0.010045167990028858,
0.023747852072119713,
0.00790872797369957,
0.022326447069644928,
0.055677443742752075,
0.03007483296096325,
0.013494673185050488,
0.011483905836939812,
-0.028757434338331223,
-0.0035080083180218935,
0.06989149004220963,
0.077518530189991,
0.03636714816093445,
0.0008022483671084046,
-0.02043701894581318,
0.025706615298986435,
-0.04122072458267212,
0.02116505615413189,
0.019587643444538116,
-0.03654048964381218,
-0.013772020116448402,
0.013260661624372005,
0.014196707867085934,
0.001335816690698266,
-0.03541376814246178,
-0.022933144122362137,
-0.05217593535780907,
-0.013815355487167835,
0.003813523566350341,
-0.011882592923939228,
-0.03362834453582764,
-0.03886327147483826,
0.012194608338177204,
-0.002569794887676835,
-0.051101215183734894,
-0.01988232508301735,
0.0583815798163414,
-0.019535642117261887,
-0.040978044271469116,
0.012827306985855103,
0.002870976459234953,
-0.06122438609600067,
-0.04482623562216759,
-0.040804702788591385,
-0.02400786429643631,
-0.010816539637744427,
-0.038135234266519547,
-0.009377800859510899,
0.031773585826158524,
0.062195103615522385,
0.07481440156698227,
-0.055226754397153854,
0.0000639198551652953,
-0.0410127118229866,
0.05304264649748802,
0.0367484986782074,
-0.04524225741624832,
-0.04697567597031593,
-0.01839158497750759,
-0.05252261832356453,
-0.008836107328534126,
0.0014441553503274918,
0.005356267094612122,
-0.01749020628631115,
0.031617578119039536,
-0.01011450495570898,
-0.03394035995006561,
-0.05304264649748802,
-0.033905692398548126,
-0.051621243357658386,
0.00491424510255456,
-0.04590095579624176,
-0.02941613458096981,
0.015644114464521408,
-0.07245694845914841,
-0.03990332409739494,
-0.041983429342508316,
0.00604530144482851,
0.07994531840085983,
0.003694351064041257,
-0.02043701894581318,
-0.02979748696088791,
0.06434454023838043,
0.029312128201127052,
0.03160024434328079,
0.09485273063182831,
-0.0024636229500174522,
0.03331632912158966,
0.011327898129820824,
-0.01021850947290659,
-0.04617830365896225,
0.059525635093450546,
-0.05675216391682625,
-0.006396319251507521,
0.014240044169127941,
-0.011596578173339367,
0.012610629200935364,
-0.005295597482472658,
-0.006881676614284515,
0.08840440958738327,
0.016164138913154602,
-0.017802221700549126,
0.08126272261142731,
0.04042334854602814,
0.013754686340689659,
0.026105301454663277,
-0.01492474414408207,
-0.018010232597589493,
-0.02388652414083481,
-0.055226754397153854,
0.017186857759952545,
-0.019310297444462776,
0.04413286969065666,
0.006075636483728886,
0.0397646501660347,
-0.01587812602519989,
0.030733533203601837,
0.00840708613395691,
0.01809690333902836,
0.029953494668006897,
0.024978579953312874,
0.013486006297171116,
-0.001980432076379657,
-0.036575157195329666,
0.026659997180104256,
-0.019847657531499863,
-0.02128639444708824,
0.042815469205379486,
0.003217660589143634,
-0.024805236607789993,
0.026434652507305145,
0.00813407264649868,
-0.002470123115926981,
-0.01977832056581974,
-0.002100688172504306,
-0.025221258401870728,
0.03726852685213089,
-0.028393415734171867,
0.0072716958820819855,
0.002582795452326536,
0.049714479595422745,
-0.0034300044644623995,
-0.023643845692276955,
-0.029606809839606285,
0.004311881959438324,
-0.04569294676184654,
-0.06663265824317932,
-0.09228727221488953,
-0.019292961806058884,
-0.034737732261419296,
-0.019483638927340508,
-0.027665380388498306,
-0.024770569056272507,
0.002277280203998089,
-0.023522507399320602,
-0.050997212529182434,
-0.04368218034505844,
-0.00022046933008823544,
0.0332123227417469,
-0.0026629662606865168,
-0.07668649405241013,
0.08715634793043137,
0.026764001697301865,
-0.00844175461679697,
-0.02116505615413189,
-0.02262112870812416,
-0.03241495043039322,
-0.014101370237767696,
-0.0075620440766215324,
-0.00036564323818311095,
0.03362834453582764,
0.01854759268462658,
0.00026962804258801043,
-0.0006857842090539634,
-0.03274429962038994,
-0.03243228420615196,
0.004467889666557312,
-0.005113588646054268,
0.023141155019402504,
0.0410127118229866,
0.03187758848071098,
-0.0339750275015831,
-0.016788171604275703,
-0.004459222313016653,
-0.0073106978088617325,
0.0023617844562977552,
-0.044756900519132614,
0.056613489985466,
-0.035396430641412735,
0.016034133732318878,
0.06514191627502441,
0.03560444340109825,
-0.0013542341766878963,
0.009854491800069809,
-0.024146538227796555,
-0.02028101123869419,
-0.03865526244044304,
-0.029936160892248154,
-0.04174074903130531,
-0.04739169776439667,
0.017576877027750015,
0.04773838073015213,
-0.08008399605751038,
0.016294145956635475,
0.02941613458096981,
0.02511725388467312,
-0.01721285842359066,
-0.0030594859272241592,
0.003865526057779789,
0.07134755700826645,
0.003553510643541813,
0.07259561866521835,
-0.055018745362758636,
0.008043067529797554,
-0.03907128423452377,
-0.011319231241941452,
-0.004294547718018293,
0.0475650392472744,
0.009039783850312233,
-0.053285323083400726,
0.008199075236916542,
0.01166591513901949,
0.004554560407996178,
-0.016580160707235336,
0.04011133313179016,
0.053458668291568756,
0.02652132324874401,
0.004961914382874966,
0.0377538837492466,
0.01894627884030342,
0.03314298763871193,
0.06607796251773834,
-0.021598409861326218,
-0.015358099713921547,
-0.037233855575323105,
0.0024636229500174522,
0.020957045257091522,
0.0027214691508561373,
-0.037060514092445374,
-0.07814256846904755,
-0.08660165220499039,
-0.00013163156108930707,
-0.013607345521450043,
0.012523958459496498,
-0.026937343180179596,
-0.03771921619772911,
0.012515290640294552,
0.0035340096801519394,
0.04285013675689697,
-0.031548239290714264,
0.03359367698431015,
-0.025931959971785545,
0.015470772050321102,
-0.030941544100642204,
0.040527354925870895,
0.015973463654518127,
0.0049272459000349045,
-0.007687716744840145,
0.012991981580853462,
0.041359394788742065,
-0.07536908984184265,
0.05123988911509514,
-0.04950647056102753,
-0.0651765838265419,
0.000937130069360137,
0.04257278889417648,
0.021095719188451767,
-0.026087967678904533,
-0.001246978878043592,
0.08292680233716965,
-0.06503791362047195,
-0.009767821058630943,
-0.017628880217671394,
0.030265510082244873,
0.036401815712451935,
0.0067993393167853355,
0.02249978855252266,
0.027700047940015793,
-0.01960497722029686,
-0.0488131009042263,
-0.01665816456079483,
0.023089151829481125,
-0.00961181242018938,
0.004171041306108236,
0.001833091489970684,
-0.05054652318358421,
0.0022556125186383724,
-0.04260746017098427,
-0.01228127907961607,
-0.00557294487953186,
-0.06372050940990448,
0.01743820309638977,
-0.002431121189147234,
-0.04066602885723114,
0.021858423948287964,
0.026417318731546402,
0.0008732101996429265,
0.06531526148319244,
0.0022426119539886713,
0.022534457966685295,
0.060635026544332504,
-0.009776487946510315,
-0.03671383112668991,
0.0447915680706501,
-0.004515558481216431,
-0.026659997180104256,
0.012159939855337143,
0.009507807902991772,
-0.00877543818205595,
-0.08459088951349258,
-0.04021533951163292,
-0.01839158497750759,
0.015644114464521408,
0.043543506413698196,
-0.020593026652932167,
-0.03503241389989853,
-0.007228360511362553,
0.025307929143309593,
0.024302545934915543,
0.018062233924865723,
-0.04111671820282936,
0.02962414361536503,
-0.028844105079770088,
-0.0407700352370739,
-0.017290862277150154,
0.0038460250943899155,
0.034512389451265335,
-0.011206558905541897,
-0.021546408534049988,
-0.03920995444059372,
-0.03135756403207779,
-0.019084952771663666,
0.004758237395435572,
0.021702416241168976,
-0.002896977821364999,
0.02411186881363392,
-0.0121426060795784,
-0.030178839340806007,
0.010270512662827969,
-0.017784887924790382,
-0.0379965603351593,
0.06056568771600723,
0.00868876650929451,
-0.03920995444059372,
-0.030490854755043983,
-0.03186025470495224,
0.0020389349665492773,
0.0037766883615404367,
0.00414937362074852,
0.051170554012060165,
-0.01401469949632883,
0.006708334665745497,
-0.014240044169127941,
0.048986442387104034,
0.042815469205379486,
-0.02740536630153656,
-0.03276163339614868,
-0.051621243357658386,
0.04746103286743164,
-0.0328483060002327,
0.05352800339460373,
0.02066236361861229,
0.038689929991960526,
-0.008506758138537407,
-0.02456255815923214,
0.0006841591093689203,
0.014621395617723465,
0.04718368873000145,
0.012610629200935364,
0.04441021382808685,
0.020991714671254158,
-0.05463739112019539,
-0.027648046612739563,
-0.008684433065354824,
0.008883776143193245,
0.013910694047808647,
0.0624031126499176,
-0.0008385418332181871,
0.04274613410234451,
-0.12161673605442047,
0.01592146046459675,
0.009386468678712845,
-0.012905310839414597,
0.07994531840085983,
0.028254743665456772,
-0.006409319583326578,
-0.01537543348968029,
-0.05019983649253845,
-0.006990015506744385,
0.05207193270325661,
-0.006569661200046539,
0.03257095813751221,
-0.001343400334008038,
-0.07647848129272461,
0.01456939335912466,
-0.019812988117337227,
0.014162039384245872,
0.026365315541625023,
-0.03990332409739494,
0.01995166204869747,
-0.018616927787661552,
0.006565327290445566,
-0.055018745362758636,
-0.00947313942015171,
0.0036618493031710386,
0.04087403789162636,
0.06937146186828613,
0.02886143885552883,
0.03316032141447067,
-0.06406719237565994,
0.027422701939940453,
0.06649398058652878,
0.03264029324054718,
0.019032949581742287,
-0.011301897466182709,
0.05644014850258827,
-0.010781871154904366,
-0.0040865372866392136,
0.0369911789894104,
-0.014032033272087574,
0.005455938633531332,
0.0012068935902789235,
-0.05605879798531532,
0.02267313189804554,
-0.05699484422802925,
0.014101370237767696,
0.004675900097936392,
0.042364779859781265,
-0.04728769138455391,
-0.0039716982282698154,
-0.017394868656992912,
-0.014084035530686378,
-0.002100688172504306,
0.02239578403532505,
0.02043701894581318,
0.0379965603351593,
-0.02307181805372238,
0.004554560407996178,
0.029173456132411957,
0.06084303557872772,
-0.0679500550031662,
0.036575157195329666,
-0.008203409612178802,
0.04510358348488808,
0.011778587475419044,
0.01877293735742569,
-0.006916345097124577,
0.0312015563249588,
0.018062233924865723,
-0.05349333584308624,
0.0038741931784898043,
-0.07633981108665466,
-0.036228474229574203,
-0.007505707908421755,
-0.004420220386236906,
-0.02061036229133606,
-0.04326615855097771,
-0.017481539398431778,
0.007609712891280651,
0.02028101123869419,
0.006344316527247429,
0.021875757724046707,
-0.00022873016132507473,
0.01331266388297081
] |
8,854 | ipaddr | _BaseV6 | Base IPv6 object.
The following methods are used by IPv6 objects in both single IP
addresses and networks.
| class _BaseV6(object):
"""Base IPv6 object.
The following methods are used by IPv6 objects in both single IP
addresses and networks.
"""
_ALL_ONES = (2**IPV6LENGTH) - 1
_HEXTET_COUNT = 8
_HEX_DIGITS = frozenset('0123456789ABCDEFabcdef')
def __init__(self, address):
self._version = 6
self._max_prefixlen = IPV6LENGTH
def _ip_int_from_string(self, ip_str):
"""Turn an IPv6 ip_str into an integer.
Args:
ip_str: A string, the IPv6 ip_str.
Returns:
A long, the IPv6 ip_str.
Raises:
AddressValueError: if ip_str isn't a valid IPv6 Address.
"""
parts = ip_str.split(':')
# An IPv6 address needs at least 2 colons (3 parts).
if len(parts) < 3:
raise AddressValueError(ip_str)
# If the address has an IPv4-style suffix, convert it to hexadecimal.
if '.' in parts[-1]:
ipv4_int = IPv4Address(parts.pop())._ip
parts.append('%x' % ((ipv4_int >> 16) & 0xFFFF))
parts.append('%x' % (ipv4_int & 0xFFFF))
# An IPv6 address can't have more than 8 colons (9 parts).
if len(parts) > self._HEXTET_COUNT + 1:
raise AddressValueError(ip_str)
# Disregarding the endpoints, find '::' with nothing in between.
# This indicates that a run of zeroes has been skipped.
try:
skip_index, = (
[i for i in xrange(1, len(parts) - 1) if not parts[i]] or
[None])
except ValueError:
# Can't have more than one '::'
raise AddressValueError(ip_str)
# parts_hi is the number of parts to copy from above/before the '::'
# parts_lo is the number of parts to copy from below/after the '::'
if skip_index is not None:
# If we found a '::', then check if it also covers the endpoints.
parts_hi = skip_index
parts_lo = len(parts) - skip_index - 1
if not parts[0]:
parts_hi -= 1
if parts_hi:
raise AddressValueError(ip_str) # ^: requires ^::
if not parts[-1]:
parts_lo -= 1
if parts_lo:
raise AddressValueError(ip_str) # :$ requires ::$
parts_skipped = self._HEXTET_COUNT - (parts_hi + parts_lo)
if parts_skipped < 1:
raise AddressValueError(ip_str)
else:
# Otherwise, allocate the entire address to parts_hi. The endpoints
# could still be empty, but _parse_hextet() will check for that.
if len(parts) != self._HEXTET_COUNT:
raise AddressValueError(ip_str)
parts_hi = len(parts)
parts_lo = 0
parts_skipped = 0
try:
# Now, parse the hextets into a 128-bit integer.
ip_int = long(0)
for i in xrange(parts_hi):
ip_int <<= 16
ip_int |= self._parse_hextet(parts[i])
ip_int <<= 16 * parts_skipped
for i in xrange(-parts_lo, 0):
ip_int <<= 16
ip_int |= self._parse_hextet(parts[i])
return ip_int
except ValueError:
raise AddressValueError(ip_str)
def _parse_hextet(self, hextet_str):
"""Convert an IPv6 hextet string into an integer.
Args:
hextet_str: A string, the number to parse.
Returns:
The hextet as an integer.
Raises:
ValueError: if the input isn't strictly a hex number from [0..FFFF].
"""
# Whitelist the characters, since int() allows a lot of bizarre stuff.
if not self._HEX_DIGITS.issuperset(hextet_str):
raise ValueError
if len(hextet_str) > 4:
raise ValueError
hextet_int = int(hextet_str, 16)
if hextet_int > 0xFFFF:
raise ValueError
return hextet_int
def _compress_hextets(self, hextets):
"""Compresses a list of hextets.
Compresses a list of strings, replacing the longest continuous
sequence of "0" in the list with "" and adding empty strings at
the beginning or at the end of the string such that subsequently
calling ":".join(hextets) will produce the compressed version of
the IPv6 address.
Args:
hextets: A list of strings, the hextets to compress.
Returns:
A list of strings.
"""
best_doublecolon_start = -1
best_doublecolon_len = 0
doublecolon_start = -1
doublecolon_len = 0
for index in range(len(hextets)):
if hextets[index] == '0':
doublecolon_len += 1
if doublecolon_start == -1:
# Start of a sequence of zeros.
doublecolon_start = index
if doublecolon_len > best_doublecolon_len:
# This is the longest sequence of zeros so far.
best_doublecolon_len = doublecolon_len
best_doublecolon_start = doublecolon_start
else:
doublecolon_len = 0
doublecolon_start = -1
if best_doublecolon_len > 1:
best_doublecolon_end = (best_doublecolon_start +
best_doublecolon_len)
# For zeros at the end of the address.
if best_doublecolon_end == len(hextets):
hextets += ['']
hextets[best_doublecolon_start:best_doublecolon_end] = ['']
# For zeros at the beginning of the address.
if best_doublecolon_start == 0:
hextets = [''] + hextets
return hextets
def _string_from_ip_int(self, ip_int=None):
"""Turns a 128-bit integer into hexadecimal notation.
Args:
ip_int: An integer, the IP address.
Returns:
A string, the hexadecimal representation of the address.
Raises:
ValueError: The address is bigger than 128 bits of all ones.
"""
if not ip_int and ip_int != 0:
ip_int = int(self._ip)
if ip_int > self._ALL_ONES:
raise ValueError('IPv6 address is too large')
hex_str = '%032x' % ip_int
hextets = []
for x in range(0, 32, 4):
hextets.append('%x' % int(hex_str[x:x+4], 16))
hextets = self._compress_hextets(hextets)
return ':'.join(hextets)
def _explode_shorthand_ip_string(self):
"""Expand a shortened IPv6 address.
Args:
ip_str: A string, the IPv6 address.
Returns:
A string, the expanded IPv6 address.
"""
if isinstance(self, _BaseNet):
ip_str = str(self.ip)
else:
ip_str = str(self)
ip_int = self._ip_int_from_string(ip_str)
parts = []
for i in xrange(self._HEXTET_COUNT):
parts.append('%04x' % (ip_int & 0xFFFF))
ip_int >>= 16
parts.reverse()
if isinstance(self, _BaseNet):
return '%s/%d' % (':'.join(parts), self.prefixlen)
return ':'.join(parts)
@property
def max_prefixlen(self):
return self._max_prefixlen
@property
def packed(self):
"""The binary representation of this address."""
return v6_int_to_packed(self._ip)
@property
def version(self):
return self._version
@property
def is_multicast(self):
"""Test if the address is reserved for multicast use.
Returns:
A boolean, True if the address is a multicast address.
See RFC 2373 2.7 for details.
"""
return self in IPv6Network('ff00::/8')
@property
def is_reserved(self):
"""Test if the address is otherwise IETF reserved.
Returns:
A boolean, True if the address is within one of the
reserved IPv6 Network ranges.
"""
return (self in IPv6Network('::/8') or
self in IPv | (address) | [
0.025710726156830788,
0.009411197155714035,
-0.021564871072769165,
-0.035995014011859894,
-0.021436316892504692,
-0.07828915864229202,
0.0028549619019031525,
0.011034185998141766,
0.032288387417793274,
-0.10789934545755386,
0.034945160150527954,
0.05459244176745415,
0.004038726445287466,
-0.0058706155978143215,
0.01637987419962883,
0.06800486892461777,
-0.005281411577016115,
0.0022711141500622034,
0.0277247317135334,
-0.014119473285973072,
-0.021039944142103195,
-0.018104635179042816,
0.019272331148386,
0.01920805498957634,
-0.002287183189764619,
0.017236899584531784,
0.0620914027094841,
-0.014987210743129253,
0.012126891873776913,
-0.030402932316064835,
0.015297881327569485,
-0.0069740344770252705,
-0.00579026946797967,
0.024360911920666695,
-0.0021465776953846216,
-0.07807490229606628,
0.037109147757291794,
-0.0013538303319364786,
-0.015308594331145287,
0.05253558233380318,
0.019218767061829567,
-0.08171725273132324,
-0.06217710301280022,
-0.03541652485728264,
0.02350388839840889,
0.037666212767362595,
-0.032459791749715805,
0.06110582500696182,
-0.04529372602701187,
-0.017729688435792923,
-0.03413098677992821,
-0.07126156240701675,
0.007161508314311504,
0.009073743596673012,
-0.048978932201862335,
0.02130776457488537,
0.027639029547572136,
0.07134726643562317,
-0.008602379821240902,
-0.003286152146756649,
-0.03663778305053711,
-0.002956733340397477,
0.015544275753200054,
0.0018064462346956134,
-0.04006588086485863,
0.02898884378373623,
-0.07498961687088013,
-0.056135084480047226,
-0.04439385235309601,
0.004727024119347334,
0.039551664143800735,
0.023910975083708763,
-0.015147902071475983,
0.011012760922312737,
0.03995875269174576,
0.054292481392621994,
0.0014770276611670852,
0.015383584424853325,
-0.012983916327357292,
-0.029460206627845764,
0.06950466334819794,
0.005144823342561722,
0.07824631035327911,
-0.02877458743751049,
0.09444406628608704,
-0.0221755001693964,
0.027510475367307663,
0.021147072315216064,
-0.033681049942970276,
0.016540566459298134,
-0.012705383822321892,
0.0011609999928623438,
-0.015812095254659653,
0.032224107533693314,
-0.020407889038324356,
-0.011152027174830437,
-0.009004110470414162,
-0.062219955027103424,
-0.02039717510342598,
-0.03665921092033386,
-0.009416553191840649,
0.040494393557310104,
-0.11904066056013107,
-0.02909597009420395,
0.005731349345296621,
0.002058197045698762,
-0.026074960827827454,
0.07408974319696426,
-0.005452816374599934,
-0.05969173461198807,
0.01781539060175419,
-0.034666627645492554,
-0.011494836769998074,
-0.05442103371024132,
0.038608938455581665,
-0.016401300206780434,
0.021875541657209396,
-0.002572411671280861,
0.015651404857635498,
0.0014020380331203341,
0.0382661297917366,
0.02478942461311817,
-0.05493525043129921,
0.05300694704055786,
-0.0025108130648732185,
-0.004727024119347334,
-0.024982254952192307,
0.010659238323569298,
0.029117396101355553,
-0.08681654930114746,
0.05412107706069946,
0.03903745114803314,
-0.034666627645492554,
0.06569090485572815,
-0.022196926176548004,
-0.06084871664643288,
-0.03188129886984825,
0.051078639924526215,
-0.05772057920694351,
-0.007873909547924995,
0.01707620732486248,
0.0068186987191438675,
0.03648780286312103,
0.0023005742114037275,
-0.02165057323873043,
-0.011526974849402905,
0.03803044930100441,
0.017547570168972015,
-0.02290397137403488,
-0.045593686401844025,
-0.007729286793619394,
0.0025335776153951883,
-0.010900276713073254,
0.051464300602674484,
-0.00014780319179408252,
-0.006491958163678646,
-0.028174670413136482,
-0.059777434915304184,
-0.006068802438676357,
-0.03402385860681534,
-0.06616226583719254,
-0.018886670470237732,
-0.032181259244680405,
-0.008870200254023075,
-0.0034414876718074083,
-0.04062294587492943,
0.008013175800442696,
-0.04632215574383736,
-0.028924565762281418,
0.05253558233380318,
-0.012298297137022018,
-0.013262448832392693,
-0.0077185737900435925,
0.020440027117729187,
0.05660644546151161,
0.03753766044974327,
-0.020193632692098618,
-0.029738739132881165,
0.004903785418719053,
0.03016725182533264,
0.00533497566357255,
0.034666627645492554,
0.027617603540420532,
-0.01058424822986126,
0.010364635847508907,
0.038844622671604156,
0.05120719596743584,
0.0432368703186512,
0.027339071035385132,
0.0008556850953027606,
-0.0008764411322772503,
-0.039230283349752426,
0.017483294010162354,
0.011612677946686745,
0.0006963321357034147,
0.01588708534836769,
0.018318891525268555,
0.02489655278623104,
-0.02556074596941471,
-0.015737107023596764,
-0.06796202063560486,
-0.0018412629142403603,
-0.01854385994374752,
-0.024468040093779564,
-0.021425604820251465,
-0.017086919397115707,
-0.036787763237953186,
0.038159001618623734,
-0.03143136203289032,
0.0026286537759006023,
-0.005249273031949997,
-0.007391833700239658,
0.019475873559713364,
0.05116434395313263,
-0.043665383011102676,
-0.043922487646341324,
0.03260976821184158,
0.05120719596743584,
0.014226601459085941,
0.00041880362550728023,
0.005608152132481337,
-0.06937611103057861,
-0.02566787414252758,
0.0010659238323569298,
0.0017609169008210301,
0.004860933870077133,
-0.0343666709959507,
0.05437818542122841,
0.03616642206907272,
0.010578892193734646,
0.10875637084245682,
-0.024767998605966568,
-0.005570657085627317,
0.05926322191953659,
0.050864383578300476,
0.05133574828505516,
0.028753161430358887,
-0.04218701645731926,
0.06273417174816132,
-0.04833616316318512,
-0.056349340826272964,
-0.0061759306117892265,
0.028131818398833275,
-0.0415656715631485,
0.04837901517748833,
-0.010777079500257969,
-0.03503086417913437,
-0.003966414835304022,
-0.005265342071652412,
-0.02399667724967003,
-0.054806698113679886,
0.011516262777149677,
0.0036503872834146023,
-0.04167279973626137,
-0.0015935293631628156,
0.00951832439750433,
-0.0004609852621797472,
0.02056857943534851,
0.009978975169360638,
0.035116564482450485,
-0.021275624632835388,
-0.07173292338848114,
0.014205175451934338,
-0.03453807532787323,
-0.0018921487499028444,
0.01770826242864132,
0.014922933652997017,
-0.01928304322063923,
-0.05459244176745415,
0.0013404394267126918,
0.12015479058027267,
-0.011891210451722145,
-0.03668063506484032,
0.03513799235224724,
-0.00754181295633316,
0.004151210654526949,
0.010011113248765469,
0.01033785380423069,
-0.011869784444570541,
-0.058620452880859375,
0.044308148324489594,
0.022796843200922012,
-0.0055653005838394165,
-0.012566116638481617,
0.001790377078577876,
-0.0037468026857823133,
0.014087335206568241,
0.029074545949697495,
-0.0015587126836180687,
0.009545106440782547,
0.015597839839756489,
-0.051035791635513306,
0.0029728026129305363,
-0.0214791689068079,
0.03016725182533264,
0.05737777054309845,
0.006084871478378773,
0.0471363291144371,
0.002572411671280861,
-0.04957884922623634,
-0.06607656180858612,
0.0020461452659219503,
0.019647279754281044,
0.0005021626129746437,
-0.006572304293513298,
0.011901923455297947,
-0.018736690282821655,
0.011119889095425606,
0.0781606063246727,
0.007445397786796093,
0.001353160827420652,
-0.10241439193487167,
-0.006824055220931768,
-0.05287839099764824,
0.060163095593452454,
0.025903556495904922,
0.03505228832364082,
0.02126491256058216,
-0.002601871732622385,
0.027853285893797874,
0.021007806062698364,
0.05780627951025963,
0.004831473808735609,
0.017997507005929947,
0.006572304293513298,
-0.014483708888292313,
0.00499484408646822,
-0.016347736120224,
-0.027231942862272263,
-0.02316107787191868,
0.004732380621135235,
-0.009454048238694668,
-0.013701674528419971,
0.02783185988664627,
0.01742972992360592,
-0.020332898944616318,
0.022154074162244797,
0.017783252522349358,
-0.08004605770111084,
-0.05587797611951828,
0.07794634997844696,
0.04456525668501854,
-0.021811265498399734,
0.021039944142103195,
0.03586646169424057,
-0.027317645028233528,
-0.03586646169424057,
-0.021350614726543427,
-0.09778645634651184,
0.07456110417842865,
-0.014633688144385815,
-0.027360497042536736,
0.014794379472732544,
0.009143376722931862,
0.04979310557246208,
-0.02178983949124813,
-0.009191584773361683,
-0.0748610645532608,
0.09221579879522324,
0.015919223427772522,
0.014772954396903515,
-0.019325895234942436,
0.0036718130577355623,
-0.04043011739850044,
-0.022196926176548004,
-0.01795465685427189,
0.01669054664671421,
0.03541652485728264,
0.032566919922828674,
-0.037109147757291794,
-0.0429583378136158,
-0.01117345318198204,
-0.008120303973555565,
-0.10944198817014694,
-0.004919854458421469,
-0.0266106016933918,
0.032459791749715805,
0.04777909815311432,
-0.09667232632637024,
-0.02192910574376583,
0.007295418530702591,
0.01560855284333229,
0.00449669873341918,
0.004397605545818806,
0.05304979532957077,
-0.05424962937831879,
0.029674462974071503,
0.02015078067779541,
0.03597358986735344,
0.09847208112478256,
-0.029845867305994034,
0.04274408146739006,
0.057292066514492035,
-0.0390588752925396,
-0.016615556553006172,
0.026096386834979057,
-0.006641937419772148,
0.03181702271103859,
-0.02123277448117733,
-0.01521217916160822,
0.01010752934962511,
-0.009705798700451851,
0.05065012723207474,
0.048978932201862335,
0.018276041373610497,
-0.02277541719377041,
0.1003575325012207,
-0.00028171323356218636,
-0.006690145004540682,
0.003264726372435689,
-0.023803846910595894,
0.016422726213932037,
-0.005800982471555471,
-0.04242269694805145,
-0.04529372602701187,
-0.009052317589521408,
-0.006443750578910112,
0.031409937888383865,
0.008661300875246525,
0.02021505869925022,
0.0033932800870388746,
-0.006534809246659279,
-0.01784752868115902,
0.027146240696310997,
-0.025432191789150238,
0.0077185737900435925,
-0.038887470960617065,
-0.012791085988283157,
-0.03286687657237053,
-0.00003734834535862319,
0.046150751411914825,
0.019925812259316444,
0.04118001088500023,
-0.02206837199628353,
0.02894599176943302,
-0.004405640065670013,
0.061620038002729416,
-0.0352022685110569,
0.027746157720685005,
-0.0004807370132766664,
0.042208440601825714,
-0.02423235960304737,
0.015415722504258156,
0.008275640197098255,
0.032695472240448,
0.02001151442527771,
-0.06659077852964401,
0.012276871129870415,
-0.04327972233295441,
-0.007365051656961441,
-0.02721051685512066,
-0.10927058011293411,
-0.0011275224387645721,
0.001580138341523707,
-0.04244412109255791,
-0.02182197757065296,
0.043215442448854446,
0.0698046162724495,
-0.041715651750564575,
0.01131271943449974,
-0.008254214189946651,
0.03873749449849129,
0.03370247408747673,
0.011634103022515774,
-0.08086023479700089,
0.03845895826816559,
0.04645071178674698,
-0.024639444425702095,
-0.031559914350509644,
-0.021393466740846634,
-0.02933165244758129,
-0.04550798237323761,
-0.037387680262327194,
0.012566116638481617,
0.03198842704296112,
0.03586646169424057,
0.03970164433121681,
0.004569010343402624,
-0.03582360967993736,
-0.03895174711942673,
0.041051458567380905,
-0.03370247408747673,
0.008843418210744858,
-0.032952580600976944,
0.025153659284114838,
-0.017097631469368935,
0.02583927847445011,
-0.0014435501070693135,
-0.05150715261697769,
0.003931598272174597,
-0.049750253558158875,
-0.015308594331145287,
-0.059520330280065536,
0.029867293313145638,
0.03181702271103859,
-0.017419015988707542,
-0.019400885328650475,
-0.004429743625223637,
0.015694255009293556,
-0.03365962579846382,
-0.04439385235309601,
0.024296635761857033,
-0.012544691562652588,
-0.0401730090379715,
0.04469381272792816,
0.041608523577451706,
-0.011398421600461006,
0.04957884922623634,
0.00265811407007277,
0.006481245160102844,
-0.05317835137248039,
-0.02766045555472374,
0.045765090733766556,
0.046922072768211365,
-0.006143792066723108,
0.06020594760775566,
0.02500368095934391,
-0.0072257849387824535,
-0.018276041373610497,
-0.02140417881309986,
-0.008838062174618244,
0.06603371351957321,
-0.00881663616746664,
-0.013894504867494106,
-0.010236082598567009,
0.06903329491615295,
0.02283969521522522,
-0.004421709105372429,
-0.020204344764351845,
0.0033477507531642914,
-0.004986809566617012,
0.01976511999964714,
0.0010150379966944456,
-0.018040359020233154,
0.03385245427489281,
0.05454958975315094,
-0.02001151442527771,
-0.03432381898164749,
-0.031902726739645004,
-0.006299127824604511,
-0.014494421891868114,
0.038223277777433395,
-0.08107448369264603,
-0.08955902606248856,
-0.0781177505850792,
0.02350388839840889,
-0.01258754264563322,
0.08715935796499252,
-0.019850822165608406,
-0.02699626237154007,
-0.04593649506568909,
0.03363819792866707,
0.05853475257754326,
0.03670205920934677,
0.0720757320523262,
-0.027039112523198128,
-0.014933646656572819,
0.03220268338918686,
-0.00660979887470603,
0.042765505611896515,
0.010803860612213612,
-0.013819514773786068,
-0.012126891873776913,
-0.059520330280065536,
-0.07169007509946823,
0.04051581770181656,
-0.06170574203133583,
-0.031002849340438843,
-0.044650960713624954,
0.035073716193437576,
-0.04906463250517845,
-0.01777253858745098,
-0.006095584481954575,
0.03764478862285614,
-0.03597358986735344,
-0.01931518316268921,
-0.07336127012968063,
-0.02073998562991619,
0.08784497529268265,
-0.004694885574281216,
0.028196096420288086,
0.04023728519678116,
0.020932815968990326,
-0.017161909490823746,
0.0526641346514225,
0.06350549310445786,
0.034838031977415085,
0.018501009792089462,
-0.023525314405560493,
0.003077252535149455,
-0.001353160827420652,
-0.04233699291944504,
0.04098718240857124,
0.05292124301195145,
-0.03265262022614479,
0.031688470393419266,
-0.00374948070384562,
0.018983084708452225,
0.014312303625047207,
-0.005747418384999037,
-0.004560975357890129,
0.0020648925565183163,
0.034666627645492554,
-0.058234792202711105,
0.06590516120195389,
0.011891210451722145,
-0.028538905084133148,
0.02343961037695408,
-0.01435515470802784,
-0.08955902606248856,
0.00960402749478817,
0.04186563193798065,
0.02064356952905655,
-0.04679352045059204,
-0.08171725273132324,
-0.030445784330368042,
-0.017579708248376846,
0.03950881585478783,
-0.05626363679766655,
-0.024917978793382645,
-0.019861536100506783,
0.03912315517663956,
-0.02067570760846138,
0.009502255357801914,
-0.019497299566864967,
0.03775191679596901,
-0.06504813581705093,
0.06076301261782646,
0.00838276743888855,
0.029760165140032768,
0.06894759833812714,
0.0009641522192396224,
0.017204759642481804,
0.023910975083708763,
-0.009213009849190712,
-0.03674491122364998,
0.008602379821240902,
0.0187152661383152,
-0.05630648881196976,
0.033016856759786606,
-0.020140068605542183,
-0.020975666120648384,
0.012716095894575119,
-0.03730197623372078,
0.033959582448005676,
0.02594640664756298,
0.028367500752210617,
-0.055235207080841064,
-0.011859072372317314,
-0.008254214189946651,
0.02838892675936222,
0.04812190681695938,
0.020654283463954926,
-0.0006631893920712173,
-0.0324169397354126,
0.01739758998155594,
-0.03571648150682449,
-0.006390186492353678,
-0.015169328078627586,
-0.019850822165608406,
0.008029244840145111,
-0.003240622580051422,
-0.005184996407479048,
-0.01433372963219881,
0.009995044209063053,
0.043151166290044785,
0.02982444129884243,
0.009320138022303581,
0.02399667724967003,
0.01060031820088625,
-0.02566787414252758,
-0.0018640275811776519,
-0.0027344427071511745,
0.0340881384909153,
-0.006299127824604511,
-0.026524897664785385,
-0.0046225739642977715,
0.007654297165572643,
-0.037002019584178925,
-0.005924179684370756,
0.08913051337003708,
-0.05532091110944748,
0.032459791749715805,
-0.05699210613965988,
-0.01997937634587288,
0.0007278010016307235,
-0.006127723027020693,
0.002986193634569645,
-0.0010424895444884896,
-0.019990088418126106,
0.0027505119796842337,
-0.013241023756563663,
0.014483708888292313,
0.04355825483798981,
0.025367915630340576,
0.02036503702402115,
-0.020386463031172752,
-0.029203098267316818,
-0.005597439128905535,
-0.032116979360580444,
0.010643169283866882,
-0.04799335449934006,
-0.01823318935930729,
-0.005501023959368467,
-0.004587757401168346,
0.02843177691102028,
-0.07734642922878265,
-0.007215072400867939,
-0.0003518486046232283,
0.04477951303124428,
0.04906463250517845,
0.024468040093779564,
-0.0025335776153951883,
-0.05283553898334503,
0.02140417881309986,
0.037173423916101456,
-0.023932401090860367,
0.01665840670466423,
-0.01564069092273712,
0.05827764421701431,
0.031559914350509644,
-0.003923563752323389,
0.03192415088415146,
0.01997937634587288,
-0.07430399954319,
0.0033825673162937164,
-0.027960414066910744,
0.013798089697957039,
-0.031581342220306396,
0.050135914236307144,
-0.0027853285428136587,
0.07567523419857025,
-0.020943528041243553,
-0.008286352269351482,
-0.007354338653385639,
-0.005533162504434586,
0.0026554358191788197,
-0.01410876028239727,
-0.011548400856554508,
0.012641106732189655,
0.0031334946397691965,
-0.04413674399256706,
0.02262543886899948,
0.06277702003717422,
-0.005629577673971653,
-0.0008449722663499415,
0.022304054349660873,
0.05797768756747246,
-0.023803846910595894,
0.018940234556794167,
-0.028753161430358887,
0.048421867191791534,
-0.04829331114888191,
-0.047821950167417526,
0.060163095593452454,
-0.013744525611400604,
-0.07940328866243362,
0.015704968944191933,
-0.002244332106783986,
-0.0277247317135334,
-0.04282978177070618,
-0.02060071937739849,
-0.0042262002825737,
-0.013894504867494106,
-0.012769659981131554,
0.010273577645421028,
0.0012714756885543466,
0.0379875972867012
] |
8,855 | ipaddr | __init__ | null | def __init__(self, address):
self._version = 6
self._max_prefixlen = IPV6LENGTH
| (self, address) | [
0.017077544704079628,
0.05067833885550499,
-0.0032949720043689013,
-0.033451225608587265,
-0.04828519746661186,
-0.04483625292778015,
-0.014138905331492424,
-0.009528583846986294,
0.028559356927871704,
-0.05680197477340698,
-0.005305388942360878,
0.041844822466373444,
-0.007205826696008444,
0.028013860806822777,
0.025409556925296783,
0.07263895124197006,
0.025075221434235573,
0.0025471143890172243,
0.025479942560195923,
0.009563776664435863,
-0.03705853596329689,
0.02132713422179222,
-0.006119233556091785,
0.055359046906232834,
0.004144010134041309,
0.06077881529927254,
0.007029860280454159,
0.007170633412897587,
0.06686725467443466,
-0.06823979318141937,
-0.01375177875161171,
-0.02646535634994507,
0.005261396989226341,
0.05704832449555397,
0.04367487505078316,
-0.05722429230809212,
0.03112846612930298,
-0.003255379619076848,
-0.05968782305717468,
0.03369757533073425,
0.04261907562613487,
-0.030829323455691338,
-0.08200036734342575,
-0.021960614249110222,
0.04645514488220215,
0.018828410655260086,
0.03431345894932747,
0.04371006786823273,
-0.045223381370306015,
0.017359090968966484,
-0.0570131316781044,
0.023685084655880928,
0.030072668567299843,
-0.01182494591921568,
-0.049165029078722,
0.024969641119241714,
0.05120623856782913,
0.09396608918905258,
-0.02780270017683506,
0.04423796758055687,
-0.08031108975410461,
-0.00024140399182215333,
0.018564460799098015,
-0.045223381370306015,
-0.002117096446454525,
-0.006493162363767624,
-0.056027721613645554,
-0.011842542327940464,
0.005015044007450342,
0.03628428280353546,
0.06950674951076508,
0.008397999219596386,
-0.056555621325969696,
-0.00966055877506733,
0.0648612380027771,
0.06908443570137024,
-0.07147757709026337,
0.03973322734236717,
-0.020517690107226372,
-0.02857695333659649,
0.06113074719905853,
0.02643016166985035,
0.004667510278522968,
-0.009079868905246258,
0.06081400811672211,
-0.03899416700005531,
0.022294949740171432,
-0.037410467863082886,
0.05060795322060585,
0.055992528796195984,
-0.040401898324489594,
0.025110414251685143,
-0.04061305895447731,
0.03860704228281975,
-0.013030316680669785,
-0.01773741841316223,
0.03573878854513168,
-0.04825000464916229,
0.022453321143984795,
-0.049165029078722,
-0.010038886219263077,
0.01625930145382881,
-0.08143727481365204,
-0.02687007747590542,
-0.018159737810492516,
0.01586337573826313,
-0.013980534859001637,
-0.0065767462365329266,
-0.004724699538201094,
-0.009634163230657578,
0.03864223510026932,
-0.008675146847963333,
-0.0192155372351408,
0.03580917418003082,
-0.018458882346749306,
0.025479942560195923,
0.046807076781988144,
-0.02461770735681057,
0.007597351912409067,
0.00011155998799949884,
0.041598472744226456,
0.04195040464401245,
-0.07643982768058777,
0.041774436831474304,
0.012000912800431252,
0.015203502029180527,
-0.010601978749036789,
0.0022424724884331226,
0.03403191268444061,
-0.09424763917922974,
0.060954783111810684,
0.010232449509203434,
-0.0285065658390522,
0.0028396586421877146,
0.036812182515859604,
-0.04557531327009201,
-0.006845095194876194,
0.013215080834925175,
-0.05437363684177399,
0.03572119027376175,
-0.04726459085941315,
0.06894365698099136,
0.07010503858327866,
-0.09065791964530945,
-0.023685084655880928,
0.005582536105066538,
0.003141001332551241,
-0.006273204460740089,
-0.034119896590709686,
-0.03153318911790848,
0.007918491028249264,
0.00855197012424469,
0.017693428322672844,
0.014543628320097923,
-0.03934609889984131,
-0.02565591037273407,
-0.009634163230657578,
-0.08411196619272232,
0.03864223510026932,
-0.041598472744226456,
-0.03183233365416527,
-0.0038712620735168457,
-0.04325255751609802,
-0.07608789950609207,
-0.03582677245140076,
-0.05637965351343155,
-0.0062600066885352135,
-0.07496171444654465,
-0.01521230023354292,
0.036741796880960464,
-0.06049726903438568,
-0.033556804060935974,
-0.0005828888970427215,
0.05148778483271599,
0.005063435062766075,
0.05490153655409813,
0.005938868038356304,
-0.012062501162290573,
-0.01004768442362547,
-0.03202589601278305,
0.05074872821569443,
0.04226714372634888,
0.002549314172938466,
-0.003915253560990095,
0.03867742791771889,
0.04061305895447731,
0.009950903244316578,
0.07242779433727264,
0.023737875744700432,
0.0026746902149170637,
0.030195845291018486,
-0.025603119283914566,
-0.016488056629896164,
-0.007566557731479406,
0.007526965346187353,
-0.00875433161854744,
0.042971011251211166,
0.005204208195209503,
-0.024054614827036858,
0.021978210657835007,
-0.04406199976801872,
0.047475751489400864,
-0.06823979318141937,
-0.04261907562613487,
-0.00012537610018625855,
0.006092838477343321,
-0.0017244713380932808,
-0.004144010134041309,
-0.01153460144996643,
-0.028295407071709633,
-0.001801456674002111,
-0.010505197569727898,
0.06560029834508896,
0.05838567018508911,
-0.014543628320097923,
-0.07355397939682007,
-0.01895158737897873,
0.0454697348177433,
0.05222684517502785,
0.03726969659328461,
0.07369475066661835,
-0.037375275045633316,
0.0019268327159807086,
-0.045962437987327576,
-0.018458882346749306,
0.038783006370067596,
-0.02039451338350773,
0.004264987073838711,
0.006277603562921286,
-0.0005435713683255017,
0.04860193654894829,
-0.01556423306465149,
-0.00034643395338207483,
0.031673964112997055,
0.06598742306232452,
0.021309537813067436,
0.001236164360307157,
0.011226660571992397,
-0.005296590272337198,
-0.043780453503131866,
-0.01884600706398487,
-0.002155589172616601,
0.030829323455691338,
-0.0013956340262666345,
0.03832549601793289,
-0.02217177301645279,
-0.07946645468473434,
0.048179615288972855,
-0.004141810350120068,
-0.04772210493683815,
-0.05919511616230011,
-0.019725840538740158,
-0.018634848296642303,
0.010206054896116257,
0.01918034441769123,
-0.005947666242718697,
-0.0017178725684061646,
0.009748541750013828,
0.0015814985381439328,
0.03628428280353546,
-0.021309537813067436,
-0.02310439571738243,
-0.005120623856782913,
-0.027116430923342705,
0.01914515160024166,
0.03602033481001854,
0.018933990970253944,
0.012106492184102535,
-0.009686953388154507,
-0.0013725383905693889,
0.08200036734342575,
0.01814214140176773,
-0.03691776469349861,
0.028453776612877846,
-0.01047880295664072,
-0.05352899804711342,
-0.03702334314584732,
-0.006325994152575731,
-0.002643896033987403,
-0.05645003914833069,
0.05127662792801857,
-0.002613101853057742,
0.010637172497808933,
0.034823764115571976,
0.0047554937191307545,
-0.017112737521529198,
0.0006384283187799156,
0.07056254893541336,
-0.029421592131257057,
-0.0025955052115023136,
-0.004539934452623129,
-0.035334065556526184,
0.0198490172624588,
-0.0034863355103880167,
0.04487144574522972,
0.01319748442620039,
0.025603119283914566,
0.12585121393203735,
0.038888588547706604,
-0.033891141414642334,
-0.06788785755634308,
-0.010294037871062756,
-0.02525118738412857,
0.023227572441101074,
-0.019602663815021515,
0.02706364169716835,
0.006748313549906015,
0.028559356927871704,
0.05926550179719925,
0.0429358147084713,
0.018318109214305878,
-0.0206584632396698,
-0.02639496885240078,
-0.0064139775931835175,
0.05690755322575569,
0.062468092888593674,
0.034119896590709686,
-0.01086592860519886,
-0.016743209213018417,
0.021591084077954292,
-0.03587955981492996,
0.019673049449920654,
0.02350911870598793,
-0.0376216284930706,
-0.007175032515078783,
0.0077249277383089066,
0.016347283497452736,
-0.005261396989226341,
-0.04198559746146202,
-0.02639496885240078,
-0.052965905517339706,
-0.026500549167394638,
0.016004148870706558,
0.010610777884721756,
-0.037375275045633316,
-0.020130563527345657,
0.010074079968035221,
0.002929841633886099,
-0.05901915207505226,
-0.03793836757540703,
0.054514408111572266,
0.008041666820645332,
-0.04279504343867302,
0.029016869142651558,
0.026940464973449707,
-0.0582800917327404,
-0.05433844402432442,
-0.03424307331442833,
-0.042443111538887024,
-0.009933306835591793,
-0.028295407071709633,
-0.020077772438526154,
0.03193791210651398,
0.049516960978507996,
0.08439351618289948,
-0.0525083914399147,
0.0019235333893448114,
-0.06084920093417168,
0.06778228282928467,
0.027697119861841202,
-0.027996264398097992,
-0.031339626759290695,
-0.009326222352683544,
-0.0525083914399147,
-0.00814724713563919,
-0.002683488419279456,
-0.0028066651429980993,
0.004975451622158289,
0.03927571326494217,
-0.014367661438882351,
-0.028823306784033775,
-0.04057786613702774,
-0.025409556925296783,
-0.053001098334789276,
0.006286401767283678,
-0.05138220638036728,
-0.03246581181883812,
0.02062326855957508,
-0.09340299665927887,
-0.04353410378098488,
-0.04135211929678917,
0.009546180255711079,
0.04638475924730301,
0.016514452174305916,
0.003422547597438097,
-0.034454233944416046,
0.03272975981235504,
0.02887609601020813,
0.05982859805226326,
0.0954442098736763,
-0.0026702911127358675,
0.04825000464916229,
0.021503102034330368,
-0.0096077686175704,
-0.048355583101511,
0.06303118914365768,
-0.03899416700005531,
-0.010487601161003113,
0.0023865450639277697,
-0.00925583578646183,
0.02076404169201851,
-0.00823083147406578,
-0.003151999320834875,
0.08601240813732147,
0.016963167116045952,
-0.011209063231945038,
0.07883297652006149,
0.044519513845443726,
0.001237264135852456,
0.024776076897978783,
-0.0077601210214197636,
-0.021186361089348793,
-0.038923781365156174,
-0.04846116155385971,
-0.0072190240025520325,
-0.002549314172938466,
0.04360448941588402,
-0.0030222239438444376,
0.05374015495181084,
-0.010909920558333397,
0.02210138738155365,
-0.00523940147832036,
0.006532754749059677,
0.03779759630560875,
0.020500091835856438,
0.019039571285247803,
0.003490734612569213,
-0.03790317475795746,
0.011657778173685074,
-0.016320889815688133,
-0.014904359355568886,
0.04128172993659973,
-0.004480545874685049,
-0.0024547320790588856,
0.03642505779862404,
0.001973023870959878,
-0.0035479236394166946,
-0.03853665292263031,
-0.020605672150850296,
-0.026201406493782997,
0.033591996878385544,
-0.03128683567047119,
0.014042123220860958,
0.011552197858691216,
0.036741796880960464,
-0.010074079968035221,
-0.03288813307881355,
-0.03790317475795746,
0.018230125308036804,
-0.04772210493683815,
-0.07285011559724808,
-0.09938585758209229,
-0.0192155372351408,
-0.021274344995617867,
-0.005542943254113197,
-0.041633665561676025,
-0.036741796880960464,
0.012449626810848713,
-0.02739797718822956,
-0.048883482813835144,
-0.05113585293292999,
0.013188686221837997,
0.03156838193535805,
0.009634163230657578,
-0.08087418228387833,
0.07622867077589035,
0.05134701356291771,
-0.01532667875289917,
-0.022611690685153008,
-0.020676059648394585,
-0.019725840538740158,
-0.017983771860599518,
0.0016408872324973345,
0.002183083910495043,
0.027239607647061348,
0.01047880295664072,
-0.019673049449920654,
-0.00009011407382786274,
-0.056766778230667114,
-0.03726969659328461,
0.009449399076402187,
0.001054698950611055,
0.0179749745875597,
0.03172675147652626,
0.02961515448987484,
-0.0429358147084713,
-0.01091871876269579,
-0.02187263034284115,
-0.026342179626226425,
0.00275387498550117,
-0.047370169311761856,
0.05067833885550499,
-0.040225934237241745,
0.009361416101455688,
0.07608789950609207,
0.03404951095581055,
0.00977493729442358,
0.023755472153425217,
-0.01706874743103981,
-0.024125002324581146,
-0.05201568454504013,
-0.0031849928200244904,
-0.0400499664247036,
-0.05363457649946213,
0.005683716852217913,
0.036706604063510895,
-0.06264405697584152,
0.019303521141409874,
0.02813703753054142,
0.029755927622318268,
0.00015025885659269989,
-0.017297502607107162,
0.012308853678405285,
0.055992528796195984,
0.01667282171547413,
0.0598989836871624,
-0.04406199976801872,
0.001272457418963313,
-0.04554012045264244,
-0.004557531327009201,
0.007197028025984764,
0.04649033769965172,
0.01217687875032425,
-0.05697793886065483,
0.013962938450276852,
0.009634163230657578,
0.034190282225608826,
-0.012898341752588749,
0.032641779631376266,
0.04406199976801872,
0.020412109792232513,
0.0029056461062282324,
0.025462346151471138,
0.03288813307881355,
0.03332804888486862,
0.05141739919781685,
-0.023333152756094933,
0.007153036538511515,
-0.03531646728515625,
0.007350998930633068,
0.013611005619168282,
0.011886534281075,
-0.03582677245140076,
-0.07517287135124207,
-0.11071809381246567,
-0.008697141893208027,
-0.015221098437905312,
0.02136232890188694,
-0.023297959938645363,
-0.0413169264793396,
-0.003558921627700329,
0.01492195576429367,
0.032747358083724976,
-0.004238591995090246,
0.038923781365156174,
-0.016347283497452736,
0.00642277579754591,
-0.02287564054131508,
0.04483625292778015,
0.016795998439192772,
-0.006739515345543623,
-0.014710796065628529,
0.013998132199048996,
0.042478304356336594,
-0.0673951506614685,
0.044449128210544586,
-0.06222173944115639,
-0.05859683081507683,
-0.012942332774400711,
0.05560540035367012,
0.008529974147677422,
-0.015379468910396099,
-0.0145700229331851,
0.07995916157960892,
-0.06753592938184738,
-0.03146280348300934,
-0.02032412588596344,
0.04511779919266701,
0.047334976494312286,
0.00579369580373168,
0.01071635726839304,
0.02525118738412857,
-0.010030088014900684,
-0.037445664405822754,
-0.006444771774113178,
0.028154633939266205,
-0.0064359731040894985,
0.0034357451368123293,
-0.02424817904829979,
-0.04912983626127243,
0.016250502318143845,
-0.05000966787338257,
-0.016452863812446594,
0.004473947454243898,
-0.07221663743257523,
0.009220642037689686,
0.008868709206581116,
-0.047968458384275436,
0.02035931870341301,
0.038149528205394745,
-0.0032289845403283834,
0.06591703742742538,
0.015546636655926704,
0.005776098929345608,
0.06489642709493637,
-0.008389201015233994,
-0.04568089172244072,
0.03712892159819603,
-0.006814301013946533,
-0.018370898440480232,
0.014429249800741673,
0.02864733897149563,
-0.008644352667033672,
-0.046771883964538574,
-0.048813097178936005,
-0.01284555159509182,
0.016892779618501663,
0.03698815032839775,
-0.030407004058361053,
-0.03973322734236717,
-0.025479942560195923,
0.031234046444296837,
0.016945570707321167,
0.02143271453678608,
-0.043921228498220444,
0.015669813379645348,
-0.0376216284930706,
-0.03582677245140076,
-0.025198396295309067,
0.013179888017475605,
0.04979850724339485,
-0.007452179677784443,
-0.004161606542766094,
-0.040929798036813736,
-0.03660102188587189,
-0.029263222590088844,
0.0012779564131051302,
0.019409099593758583,
-0.00022641934629064053,
0.021274344995617867,
-0.016945570707321167,
-0.02199580706655979,
0.022224564105272293,
-0.017279906198382378,
-0.026922868564724922,
0.051593367010354996,
0.014200493693351746,
-0.03642505779862404,
-0.03584436699748039,
-0.03269456699490547,
0.0011118880938738585,
0.023086799308657646,
0.01646166294813156,
0.07158315926790237,
-0.02421298436820507,
-0.0016342884628102183,
-0.017834201455116272,
0.056766778230667114,
0.04353410378098488,
-0.04107057303190231,
-0.046771883964538574,
-0.05472556874155998,
0.03602033481001854,
-0.03913494199514389,
0.04979850724339485,
0.03380315750837326,
0.046595919877290726,
-0.008833516389131546,
-0.02672930434346199,
0.0022006805520504713,
0.001583698089234531,
0.05437363684177399,
0.014649207703769207,
0.02187263034284115,
0.012317651882767677,
-0.055253468453884125,
-0.030811727046966553,
-0.0030574172269552946,
-0.0000691149543854408,
0.011305845342576504,
0.055183082818984985,
0.01566101424396038,
0.024300968274474144,
-0.11184427887201309,
0.01062837429344654,
0.026500549167394638,
-0.004071423783898354,
0.08200036734342575,
0.028225019574165344,
-0.007522566244006157,
-0.01284555159509182,
-0.04360448941588402,
-0.01969064772129059,
0.05645003914833069,
0.007438981905579567,
0.018300510942935944,
-0.00684949429705739,
-0.05852644518017769,
0.010575584135949612,
-0.01821252889931202,
0.025937456637620926,
0.02984391152858734,
-0.050924692302942276,
0.01854686439037323,
-0.016215309500694275,
0.0054901535622775555,
-0.06303118914365768,
-0.010637172497808933,
0.0028418584261089563,
0.04867232218384743,
0.06042688339948654,
0.0379735603928566,
0.035932350903749466,
-0.06753592938184738,
0.007456578779965639,
0.06887327134609222,
0.0317971408367157,
0.023966630920767784,
-0.02380826137959957,
0.06605780869722366,
0.00014668454241473228,
-0.002397543052211404,
0.04578647390007973,
-0.006726318039000034,
-0.010399618186056614,
-0.0015792989870533347,
-0.05067833885550499,
0.006594343110918999,
-0.04554012045264244,
0.015669813379645348,
0.007131040561944246,
0.042337529361248016,
-0.04191521182656288,
0.001483617234043777,
-0.023456329479813576,
-0.019268326461315155,
-0.0015078126452863216,
0.011596189811825752,
0.016646426171064377,
0.04057786613702774,
-0.02414259873330593,
-0.011191466823220253,
0.034155089408159256,
0.05219165235757828,
-0.0640517920255661,
0.020816832780838013,
-0.019743436947464943,
0.045962437987327576,
0.01589857041835785,
0.03591475263237953,
-0.016690418124198914,
0.024371353909373283,
0.019391503185033798,
-0.04064825177192688,
0.01925073005259037,
-0.05613330006599426,
-0.04283023625612259,
-0.00787889864295721,
-0.007293809670954943,
-0.023949034512043,
-0.04128172993659973,
-0.0029188436456024647,
0.013479030691087246,
0.014077316969633102,
0.017394283786416054,
0.007491772063076496,
-0.005864082369953394,
-0.0022006805520504713
] |
8,861 | ipaddr | _IPAddrBase | The mother class. | class _IPAddrBase(object):
"""The mother class."""
def __index__(self):
return self._ip
def __int__(self):
return self._ip
def __hex__(self):
return hex(self._ip)
@property
def exploded(self):
"""Return the longhand version of the IP address as a string."""
return self._explode_shorthand_ip_string()
@property
def compressed(self):
"""Return the shorthand version of the IP address as a string."""
return str(self)
| () | [
0.0010604036506265402,
-0.06203273683786392,
-0.000432340893894434,
0.018817344680428505,
-0.01991105079650879,
-0.09804088622331619,
0.004171505104750395,
-0.015975579619407654,
0.05320831015706062,
-0.0977417528629303,
0.008679535239934921,
0.023033251985907555,
0.013853603973984718,
0.042177774012088776,
0.016424279659986496,
0.05059089511632919,
-0.012572940438985825,
0.010479007847607136,
0.016256017610430717,
-0.01461078505963087,
-0.03036201372742653,
0.008702904917299747,
0.06203273683786392,
-0.015639055520296097,
0.017443202435970306,
0.1034252867102623,
0.044346489012241364,
-0.0008097628015093505,
0.02437935210764408,
-0.07732591778039932,
-0.04367344081401825,
-0.03180159255862236,
0.021014103665947914,
0.040532540529966354,
0.047599561512470245,
-0.06737974286079407,
0.0037508492823690176,
0.052647434175014496,
-0.05795704945921898,
0.06042489781975746,
0.001549416221678257,
-0.031315501779317856,
-0.07059542089700699,
-0.049431752413511276,
0.018209731206297874,
-0.0005328309489414096,
-0.0018578972667455673,
0.047412604093551636,
-0.020658882334828377,
-0.0652858093380928,
-0.04524388909339905,
-0.03256812319159508,
0.01429295539855957,
-0.011329667642712593,
0.004078025929629803,
0.02636110968887806,
0.06393971294164658,
0.09243214130401611,
-0.05582572519779205,
0.03967253491282463,
-0.08801992982625961,
-0.03056766837835312,
0.027651119977235794,
-0.07919549942016602,
0.026697633787989616,
-0.009305845014750957,
-0.08981472998857498,
-0.007651265244930983,
-0.018854735419154167,
0.029670270159840584,
0.06132229417562485,
-0.019611917436122894,
-0.024809354916214943,
-0.002388391178101301,
0.04311256483197212,
0.02839895337820053,
-0.014199476689100266,
0.0591161884367466,
0.025482404977083206,
-0.05092741921544075,
0.012544896453619003,
-0.013825559988617897,
-0.00261741504073143,
-0.016012972220778465,
0.02940852753818035,
-0.06865105777978897,
-0.02815590798854828,
-0.019275391474366188,
0.014330347068607807,
0.041953425854444504,
-0.02901591546833515,
0.03727946802973747,
-0.04572997987270355,
0.03038071095943451,
-0.044009964913129807,
-0.015171659179031849,
0.0325494259595871,
-0.020696274936199188,
0.01810690388083458,
0.0055152676068246365,
-0.027482857927680016,
0.06255622208118439,
-0.08383206278085709,
-0.023668911308050156,
-0.02237889915704727,
-0.022603249177336693,
-0.012096196413040161,
0.019836267456412315,
-0.024416742846369743,
-0.032698992639780045,
0.01269446313381195,
-0.009418020024895668,
-0.06397709995508194,
-0.021855415776371956,
0.041729073971509933,
0.024921530857682228,
0.022453682497143745,
0.0020600459538400173,
0.04142994061112404,
0.0009324541315436363,
0.02836156263947487,
0.017200155183672905,
-0.0756806880235672,
0.071567602455616,
-0.00684267096221447,
0.01849951595067978,
-0.003276442876085639,
0.009974220767617226,
-0.009432042017579079,
-0.05814400687813759,
0.002799699315801263,
0.020771058276295662,
-0.05541441589593887,
0.06240665167570114,
0.055975291877985,
0.025800233706831932,
-0.0003888146602548659,
0.033689871430397034,
-0.05294656753540039,
0.03847600147128105,
0.007973767817020416,
0.039747316390275955,
0.06472493708133698,
-0.03062375634908676,
-0.008324314840137959,
0.005267547909170389,
0.030754627659916878,
0.03217551112174988,
-0.03017505630850792,
-0.04150472581386566,
-0.0028885044157505035,
0.02593110501766205,
0.0006981720798648894,
0.015975579619407654,
0.004482323303818703,
0.030137665569782257,
-0.029053306207060814,
-0.04232734069228172,
0.03727946802973747,
-0.03273638337850571,
-0.04868391901254654,
-0.02335108071565628,
-0.00128416926600039,
-0.05814400687813759,
0.010329441167414188,
-0.013227294199168682,
0.030511580407619476,
-0.11890542507171631,
0.02013540081679821,
0.04501953721046448,
-0.07403545081615448,
-0.07437197864055634,
-0.019060390070080757,
0.04688912257552147,
0.047412604093551636,
0.03441900759935379,
-0.02155628241598606,
0.036662507802248,
-0.01480709109455347,
0.03967253491282463,
0.0409812405705452,
0.014124693349003792,
-0.05608746409416199,
-0.008422467857599258,
0.052610043436288834,
0.028230691328644753,
0.044982146471738815,
0.041953425854444504,
0.03978470712900162,
0.045580413192510605,
0.03408248350024223,
-0.005043197888880968,
0.010366832837462425,
-0.027613729238510132,
-0.010937055572867393,
-0.02654806710779667,
0.0043771592900156975,
-0.021687153726816177,
0.007609199266880751,
0.039934273809194565,
-0.07586764544248581,
0.06506145745515823,
-0.03425074741244316,
0.009647044353187084,
-0.018331253901124,
0.02516457624733448,
-0.027688512578606606,
-0.024510221555829048,
-0.06393971294164658,
-0.0019618927035480738,
0.01933147944509983,
-0.03907426819205284,
-0.01176901999861002,
0.03881252557039261,
0.029539398849010468,
-0.03884991630911827,
0.02030366286635399,
0.03425074741244316,
0.03238116204738617,
0.08375728130340576,
0.11755932867527008,
-0.0660710334777832,
-0.018845388665795326,
-0.02234150655567646,
0.02234150655567646,
0.023238906636834145,
-0.06737974286079407,
0.0061789690516889095,
0.004040634259581566,
-0.01489122211933136,
0.07654069364070892,
-0.0070156073197722435,
-0.012591635808348656,
0.07070759683847427,
0.08682339638471603,
0.033278562128543854,
0.0012561255134642124,
-0.04012123495340347,
-0.004977762699127197,
0.0019139847718179226,
-0.04468301311135292,
0.01869582198560238,
0.02613675966858864,
-0.036120329052209854,
0.006300491746515036,
-0.03238116204738617,
-0.025650667026638985,
0.039373401552438736,
0.008917907252907753,
-0.02050931565463543,
-0.01712537370622158,
-0.011451191268861294,
-0.013021639548242092,
-0.02778199128806591,
0.03690555319190025,
-0.005375048611313105,
-0.03840121626853943,
-0.008286923170089722,
0.007595177739858627,
0.024285873398184776,
-0.03903687745332718,
-0.014975353144109249,
0.034531183540821075,
-0.04816043749451637,
-0.008716926909983158,
0.013217945583164692,
0.023519344627857208,
-0.0038022627122700214,
-0.009567586705088615,
0.020640186965465546,
0.07740069925785065,
-0.006207013037055731,
-0.028828958049416542,
0.0382329560816288,
-0.028828958049416542,
-0.025669364258646965,
-0.019798874855041504,
0.02456630952656269,
-0.0045080301351845264,
-0.08443032950162888,
-0.006239730399101973,
0.04109341651201248,
-0.027408074587583542,
-0.0401960164308548,
0.003304486395791173,
-0.05376918241381645,
0.010282701812684536,
0.03316638618707657,
-0.026267629116773605,
-0.006889410316944122,
0.04935697093605995,
-0.028922436758875847,
0.01972409151494503,
-0.01258228812366724,
0.051039595156908035,
0.014685568399727345,
-0.018415383994579315,
0.05844314023852348,
-0.0071044121868908405,
-0.08801992982625961,
-0.0643136277794838,
0.020023224875330925,
-0.03163333237171173,
-0.005132003221660852,
-0.024304568767547607,
0.012956204824149609,
0.004557106643915176,
0.013806864619255066,
0.03082941100001335,
0.03159593790769577,
0.03503597155213356,
-0.03454987704753876,
-0.05661094933748245,
0.013124466873705387,
0.07560590654611588,
0.005080589558929205,
-0.01949974149465561,
0.007384849712252617,
-0.015237094834446907,
0.05717182159423828,
-0.0317642018198967,
0.015059484168887138,
0.003351225983351469,
-0.0023147764150053263,
0.03058636374771595,
-0.0023603474255651236,
-0.015517531894147396,
0.020191486924886703,
0.01075009722262621,
0.012787941843271255,
-0.02071497030556202,
-0.02553849294781685,
0.01649906300008297,
0.00036223154165782034,
0.034718140959739685,
-0.048796094954013824,
0.038550782948732376,
0.026847200468182564,
-0.04670216143131256,
-0.013274033553898335,
0.03019375167787075,
0.02639850042760372,
-0.026473283767700195,
0.03140898048877716,
-0.0021932534873485565,
-0.05145090073347092,
-0.051413509994745255,
-0.008104639127850533,
-0.009165626950562,
0.013647950254380703,
-0.03608293458819389,
-0.05212395265698433,
-0.0034049765672534704,
0.0072072395123541355,
0.025875017046928406,
-0.04883348569273949,
-0.030231144279241562,
-0.05541441589593887,
0.048609137535095215,
0.032698992639780045,
0.01398447435349226,
-0.04494475573301315,
-0.006861366797238588,
-0.02054670825600624,
-0.052423086017370224,
-0.010460312478244305,
0.029520703479647636,
-0.027108941227197647,
0.04000905901193619,
-0.011310972273349762,
-0.06573451310396194,
0.000018549761080066673,
-0.04816043749451637,
-0.1021539717912674,
0.00021368739544413984,
-0.03099767304956913,
0.02254716120660305,
0.04221516475081444,
-0.06001358851790428,
-0.015470792539417744,
0.017424505203962326,
0.02475326880812645,
0.02738937921822071,
0.054404839873313904,
0.013647950254380703,
0.018191033974289894,
0.06135968863964081,
0.03096028044819832,
0.0032203553710132837,
0.10035917162895203,
-0.06476232409477234,
0.0055433111265301704,
-0.023631518706679344,
-0.032493337988853455,
-0.03903687745332718,
-0.033072907477617264,
-0.004173842258751392,
-0.02456630952656269,
-0.0011059746611863375,
-0.0026477957144379616,
0.06233187019824982,
-0.003841991303488612,
0.07407284528017044,
0.04427170753479004,
0.028847653418779373,
0.00583777017891407,
0.044570840895175934,
-0.0427386499941349,
-0.007468980737030506,
-0.017452549189329147,
-0.007230609189718962,
0.003725142451003194,
0.016358844935894012,
-0.07164239138364792,
0.0325494259595871,
-0.02514588087797165,
-0.01650840975344181,
-0.0006274785264395177,
0.041766464710235596,
-0.0073988717049360275,
-0.012012065388262272,
-0.007244631182402372,
-0.0018041467992588878,
0.0012082174653187394,
-0.06861366331577301,
-0.007669961079955101,
-0.009418020024895668,
-0.03505466505885124,
0.015227747149765491,
0.028436344116926193,
0.03361508622765541,
0.002437467686831951,
0.006062120199203491,
-0.013834908604621887,
0.0640144944190979,
-0.06397709995508194,
0.0479360856115818,
-0.03776555880904198,
0.02660415507853031,
0.019238000735640526,
0.02557588368654251,
0.003725142451003194,
0.01771429181098938,
0.03522292897105217,
0.03445639833807945,
-0.0016277049435302615,
-0.05085263401269913,
0.030137665569782257,
0.03441900759935379,
-0.02976374886929989,
0.011507278308272362,
-0.04845957085490227,
0.049843061715364456,
-0.024902835488319397,
0.003444705158472061,
-0.02718372456729412,
-0.0002775161119643599,
0.012357938103377819,
-0.0022610260639339685,
0.00266649154946208,
-0.04109341651201248,
0.03985949233174324,
0.01105857826769352,
-0.06143447011709213,
-0.06446319073438644,
0.0014243879122659564,
0.013666645623743534,
-0.02110758237540722,
0.00886181928217411,
0.03359639272093773,
-0.017873205244541168,
-0.014433174394071102,
-0.03118463046848774,
-0.030885497108101845,
-0.004318734630942345,
0.06992237269878387,
0.0027833404019474983,
0.018219077959656715,
-0.018153643235564232,
-0.0692119300365448,
-0.03767208009958267,
-0.028941132128238678,
0.01337686087936163,
-0.016414931043982506,
0.029258960857987404,
0.012292502447962761,
0.024622397497296333,
0.04060732573270798,
0.014760351739823818,
0.011208144947886467,
-0.005103959236294031,
0.0845051109790802,
-0.05720921605825424,
-0.01810690388083458,
0.024603702127933502,
0.038158170878887177,
-0.011161405593156815,
-0.0032507360447198153,
0.005917227827012539,
-0.037728168070316315,
-0.014470566064119339,
-0.022023677825927734,
-0.006450058426707983,
-0.018078859895467758,
0.056050073355436325,
-0.0006198833580128849,
-0.030474189668893814,
0.041317764669656754,
-0.005202112253755331,
-0.0036082935985177755,
-0.004222918767482042,
-0.030118968337774277,
0.04913261905312538,
-0.002077573211863637,
-0.017891900613904,
0.0072960443794727325,
-0.04610389843583107,
0.0215188916772604,
-0.0026337739545851946,
-0.013862951658666134,
0.014536001719534397,
0.029445920139551163,
-0.03776555880904198,
0.0034026396460831165,
-0.005917227827012539,
0.04831000417470932,
0.011441842652857304,
0.005791030824184418,
-0.03662511333823204,
0.055077891796827316,
-0.014685568399727345,
0.007319414056837559,
0.018415383994579315,
-0.0002718197356443852,
0.003830306464806199,
0.07463371753692627,
-0.0471508614718914,
-0.011927934363484383,
0.023706302046775818,
0.014208824373781681,
0.02738937921822071,
0.02757633663713932,
-0.03488640487194061,
-0.07927028089761734,
-0.02714633382856846,
-0.019256696105003357,
-0.04988045245409012,
0.02295846864581108,
-0.04726303741335869,
-0.00814670417457819,
0.0313715897500515,
-0.0018228426342830062,
0.03425074741244316,
0.010852924548089504,
0.052610043436288834,
-0.02237889915704727,
-0.03213811665773392,
0.0163214523345232,
-0.0052815694361925125,
0.04767434671521187,
0.0072352830320596695,
0.014180781319737434,
0.010198570787906647,
-0.010927707888185978,
-0.10417311638593674,
0.06143447011709213,
-0.04169168323278427,
-0.017031893134117126,
-0.03443770483136177,
-0.03600815311074257,
-0.018462123349308968,
-0.020995408296585083,
0.01955582946538925,
0.054666582494974136,
-0.020883232355117798,
0.051824819296598434,
-0.03165202587842941,
0.01606905832886696,
0.058293573558330536,
-0.0068520186468958855,
-0.020789753645658493,
0.04748738929629326,
-0.02437935210764408,
-0.08143900334835052,
0.023594127967953682,
0.0045898244716227055,
0.00834301020950079,
-0.008716926909983158,
0.010226614773273468,
-0.03286725655198097,
0.001309875980950892,
-0.03967253491282463,
0.029445920139551163,
0.03081071376800537,
-0.03535379841923714,
-0.005146024748682976,
-0.03219420462846756,
0.002811384154483676,
0.05130133405327797,
-0.027651119977235794,
0.01750863716006279,
0.004010253585875034,
0.02252846583724022,
-0.04505693167448044,
0.05388135835528374,
0.00012415193486958742,
-0.014592088758945465,
0.002231813734397292,
-0.0191164780408144,
-0.048983052372932434,
0.00018432912474963814,
0.014423826709389687,
0.00774007011204958,
-0.037522513419389725,
-0.04483257979154587,
-0.03180159255862236,
-0.008403771556913853,
0.05126394331455231,
-0.07665286958217621,
-0.03193246200680733,
-0.04490736499428749,
0.01972409151494503,
0.005720921326428652,
0.00845051184296608,
-0.015582967549562454,
0.01591949164867401,
-0.0066603864543139935,
0.020004529505968094,
0.033128995448350906,
-0.01238598208874464,
0.031278111040592194,
0.03297942876815796,
0.018798649311065674,
-0.0191164780408144,
-0.051637858152389526,
-0.033727262169122696,
0.033315952867269516,
0.0189201720058918,
-0.039560358971357346,
0.035914674401283264,
-0.02598719298839569,
-0.015816666185855865,
-0.018976259976625443,
0.017620811238884926,
-0.02415500208735466,
0.007782135624438524,
-0.02881026081740856,
-0.056461382657289505,
-0.010637922212481499,
-0.05335787683725357,
-0.016947763040661812,
0.049992628395557404,
0.007221261039376259,
0.01627471297979355,
-0.05167525261640549,
0.0029866574332118034,
0.0034166614059358835,
0.020004529505968094,
0.033820740878582,
-0.011647497303783894,
-0.014994049444794655,
0.015657750889658928,
-0.01572318561375141,
-0.04913261905312538,
0.04124298319220543,
0.04965610429644585,
-0.012685115449130535,
0.02135062776505947,
0.02737068384885788,
0.004921675194054842,
0.0502917617559433,
0.05175003409385681,
-0.03858817741274834,
-0.0032133443746715784,
-0.032717689871788025,
-0.007744744420051575,
0.02858591079711914,
0.0017761030467227101,
-0.037728168070316315,
-0.01198402140289545,
0.06708060950040817,
-0.0663701668381691,
0.02236020378768444,
-0.02437935210764408,
0.00008661423635203391,
0.02636110968887806,
0.024304568767547607,
0.04423431307077408,
0.03163333237171173,
-0.022453682497143745,
0.0073941973969340324,
-0.026865895837545395,
0.013451644219458103,
0.045991722494363785,
0.05350744351744652,
0.023706302046775818,
-0.0028908413369208574,
-0.06876323372125626,
-0.009142257273197174,
-0.03810208663344383,
-0.027538945898413658,
0.0043771592900156975,
-0.000882793334312737,
0.028417648747563362,
0.01748059317469597,
-0.004804826341569424,
-0.012984247878193855,
0.003049755934625864,
0.04868391901254654,
0.005730269476771355,
0.047412604093551636,
0.04475779831409454,
0.014900569804012775,
-0.09160953015089035,
0.06775365769863129,
0.004622541833668947,
0.05874227359890938,
0.03376465290784836,
-0.010254657827317715,
0.05133872851729393,
0.044608231633901596,
0.009380628354847431,
0.047225646674633026,
0.012825333513319492,
-0.017041241750121117,
-0.0006555222789756954,
-0.07194152474403381,
-0.01590079627931118,
-0.06704321503639221,
0.04169168323278427,
0.005426462274044752,
0.046365637332201004,
-0.02415500208735466,
-0.02555718831717968,
-0.012367285788059235,
0.004021938890218735,
-0.0016125146066769958,
0.005407766439020634,
-0.031109847128391266,
0.03140898048877716,
-0.02576284296810627,
-0.023893259465694427,
0.014629480428993702,
0.04543084651231766,
-0.021649761125445366,
0.021070191636681557,
0.03828904405236244,
0.07452154904603958,
-0.02355673536658287,
0.0567605160176754,
-0.00957226101309061,
0.07792418450117111,
-0.009221713989973068,
-0.05014219507575035,
0.08308423310518265,
-0.04251429811120033,
-0.04288821667432785,
-0.022004982456564903,
-0.02116367034614086,
-0.013666645623743534,
-0.06827714294195175,
-0.04501953721046448,
-0.018845388665795326,
0.008931929245591164,
0.01648036763072014,
0.01693841442465782,
-0.01147923432290554,
0.0370551198720932
] |
8,865 | ipaddr | _collapse_address_list_recursive | Loops through the addresses, collapsing concurrent netblocks.
Example:
ip1 = IPv4Network('1.1.0.0/24')
ip2 = IPv4Network('1.1.1.0/24')
ip3 = IPv4Network('1.1.2.0/24')
ip4 = IPv4Network('1.1.3.0/24')
ip5 = IPv4Network('1.1.4.0/24')
ip6 = IPv4Network('1.1.0.1/22')
_collapse_address_list_recursive([ip1, ip2, ip3, ip4, ip5, ip6]) ->
[IPv4Network('1.1.0.0/22'), IPv4Network('1.1.4.0/24')]
This shouldn't be called directly; it is called via
collapse_address_list([]).
Args:
addresses: A list of IPv4Network's or IPv6Network's
Returns:
A list of IPv4Network's or IPv6Network's depending on what we were
passed.
| def _collapse_address_list_recursive(addresses):
"""Loops through the addresses, collapsing concurrent netblocks.
Example:
ip1 = IPv4Network('1.1.0.0/24')
ip2 = IPv4Network('1.1.1.0/24')
ip3 = IPv4Network('1.1.2.0/24')
ip4 = IPv4Network('1.1.3.0/24')
ip5 = IPv4Network('1.1.4.0/24')
ip6 = IPv4Network('1.1.0.1/22')
_collapse_address_list_recursive([ip1, ip2, ip3, ip4, ip5, ip6]) ->
[IPv4Network('1.1.0.0/22'), IPv4Network('1.1.4.0/24')]
This shouldn't be called directly; it is called via
collapse_address_list([]).
Args:
addresses: A list of IPv4Network's or IPv6Network's
Returns:
A list of IPv4Network's or IPv6Network's depending on what we were
passed.
"""
ret_array = []
optimized = False
for cur_addr in addresses:
if not ret_array:
ret_array.append(cur_addr)
continue
if cur_addr in ret_array[-1]:
optimized = True
elif cur_addr == ret_array[-1].supernet().subnet()[1]:
ret_array.append(ret_array.pop().supernet())
optimized = True
else:
ret_array.append(cur_addr)
if optimized:
return _collapse_address_list_recursive(ret_array)
return ret_array
| (addresses) | [
0.002234185114502907,
0.01615777797996998,
-0.018995286896824837,
-0.022624658420681953,
-0.08144877105951309,
-0.07300223410129547,
-0.03252294659614563,
-0.06693128496408463,
0.01576184667646885,
-0.04374100640416145,
-0.0252076406031847,
0.005698585882782936,
-0.017091045156121254,
-0.008488960564136505,
0.03099578246474266,
0.008286281488835812,
-0.00017425112309865654,
-0.024887125939130783,
0.057315804064273834,
0.03770776465535164,
-0.026056066155433655,
0.04200645163655281,
-0.01676110178232193,
0.038424212485551834,
-0.007536839693784714,
0.03039245866239071,
0.0504152812063694,
0.024359216913580894,
-0.09909600764513016,
0.02072041667997837,
0.026357728987932205,
0.011199206113815308,
-0.05633540078997612,
-0.016704540699720383,
0.0013904738007113338,
0.017732076346874237,
-0.013546514324843884,
0.07138080149888992,
0.005472339689731598,
0.008932027034461498,
-0.007183329202234745,
-0.030920367687940598,
-0.04837906360626221,
-0.06146365776658058,
0.064254030585289,
0.023227984085679054,
-0.008144876919686794,
0.06383924931287766,
-0.06693128496408463,
-0.017864054068922997,
0.017703795805573463,
-0.020965518429875374,
0.007023071404546499,
-0.005000992212444544,
0.007013644557446241,
0.018222277984023094,
0.04939717426896095,
-0.0003894505207426846,
0.05837162211537361,
-0.034766558557748795,
-0.029921112582087517,
-0.03678392618894577,
0.02507566474378109,
-0.018618209287524223,
-0.032504092901945114,
0.011199206113815308,
-0.0806192010641098,
-0.06576234102249146,
-0.03365417942404747,
0.003923964221030474,
-0.01985313929617405,
-0.007079632952809334,
-0.02637658268213272,
-0.017081618309020996,
0.0261691901832819,
0.029280079528689384,
0.009870007634162903,
0.014847432263195515,
-0.012999752536416054,
-0.05094319209456444,
-0.006146365776658058,
0.011029521003365517,
0.002615976147353649,
-0.055355001240968704,
0.03612403944134712,
-0.049736544489860535,
0.0208146870136261,
0.04709699749946594,
-0.005453485529869795,
-0.024151824414730072,
0.022096751257777214,
-0.018740760162472725,
0.005486479960381985,
0.001653249841183424,
-0.016817662864923477,
0.06964623928070068,
-0.024792855605483055,
-0.057919129729270935,
-0.02381245419383049,
-0.03186306357383728,
0.07032497972249985,
0.008389977738261223,
-0.07605656236410141,
-0.05094319209456444,
-0.005033986642956734,
-0.014574051834642887,
-0.02158769592642784,
0.03921607509255409,
0.04147854074835777,
-0.015940958634018898,
-0.017091045156121254,
0.0043316795490682125,
-0.014809724874794483,
-0.05776829645037651,
0.013103448785841465,
0.02002282440662384,
0.01628032699227333,
-0.004517861641943455,
-0.043552469462156296,
-0.038197968155145645,
0.018307119607925415,
0.016864798963069916,
-0.04766261577606201,
0.012594393454492092,
-0.03797172009944916,
0.034804265946149826,
0.005462912376970053,
0.034766558557748795,
-0.007499131839722395,
-0.05403522774577141,
0.02194591984152794,
0.015252791345119476,
-0.03504936769604683,
0.04645596817135811,
0.05116943642497063,
-0.005330935586243868,
-0.04732324555516243,
-0.02377474680542946,
-0.0014317167224362493,
-0.017911188304424286,
-0.03708558902144432,
-0.04702158272266388,
0.037594642490148544,
0.03714215010404587,
0.025961795821785927,
-0.03701017051935196,
0.050302159041166306,
0.021003225818276405,
-0.0459657646715641,
-0.012698089703917503,
0.03651997074484825,
0.03895212337374687,
-0.003247581422328949,
0.02756437659263611,
-0.03614289313554764,
0.04121458902955055,
-0.03491739183664322,
-0.006853386294096708,
-0.04057355597615242,
-0.021776234731078148,
-0.03861275315284729,
0.10558174550533295,
-0.05271545797586441,
-0.015658149495720863,
-0.017015628516674042,
-0.08469164371490479,
-0.04419350251555443,
-0.028148846700787544,
-0.07782882452011108,
-0.02720615267753601,
-0.027752915397286415,
-0.029053833335638046,
-0.016176631674170494,
-0.03361647203564644,
-0.015252791345119476,
0.04377871751785278,
-0.028318531811237335,
0.009610766544938087,
-0.05490250512957573,
-0.0004613309574779123,
-0.013508806936442852,
0.003224013838917017,
0.04064897075295448,
0.005425204988569021,
0.017081618309020996,
0.049472589045763016,
-0.004508434794843197,
-0.03361647203564644,
0.044344332069158554,
-0.02285090647637844,
-0.04524931684136391,
-0.02511337213218212,
0.0017027412541210651,
-0.021531134843826294,
0.024227239191532135,
-0.04359017685055733,
-0.036501117050647736,
0.037462666630744934,
-0.004666335880756378,
0.006198213901370764,
-0.06308509409427643,
0.013480526395142078,
0.027017613872885704,
-0.028092285618185997,
0.013744480907917023,
0.0217196736484766,
-0.03678392618894577,
0.014234681613743305,
0.059804517775774,
0.03963086009025574,
0.0011282870545983315,
0.006462168414145708,
-0.005043413490056992,
0.03627486899495125,
-0.005392210558056831,
-0.004463656805455685,
-0.025528157129883766,
0.05079235881567001,
0.017006201669573784,
-0.01945720613002777,
-0.020645001903176308,
-0.08295708149671555,
-0.027696354314684868,
-0.006617712788283825,
0.021191764622926712,
0.03033589757978916,
-0.03791515901684761,
0.002491069259122014,
0.06059638038277626,
-0.01897643320262432,
0.028582485392689705,
-0.05882411450147629,
-0.006825105752795935,
-0.037726618349552155,
0.07175787538290024,
-0.02441577799618244,
-0.025999505072832108,
-0.03661423921585083,
0.05659935623407364,
0.02337881550192833,
-0.07948797196149826,
-0.00585413072258234,
0.02664053626358509,
-0.039555445313453674,
0.04894467815756798,
-0.0346534363925457,
-0.025415033102035522,
0.03073182888329029,
0.0362183079123497,
0.010228231549263,
-0.03016621246933937,
-0.010181096382439137,
-0.016336889937520027,
-0.036595385521650314,
0.010878690518438816,
0.009153559803962708,
0.0116422725841403,
0.03553956747055054,
0.054186057299375534,
0.03618060052394867,
0.05346961319446564,
-0.05520416796207428,
0.04362788423895836,
-0.054487720131874084,
-0.038725875318050385,
0.018090300261974335,
0.018825601786375046,
-0.009191268123686314,
0.0032004464883357286,
0.04076209291815758,
0.032805755734443665,
-0.001620255527086556,
0.038065988570451736,
0.016855372115969658,
-0.008993302471935749,
0.02920466475188732,
-0.0005155358812771738,
0.0008142520673573017,
-0.02398213930428028,
-0.04898238927125931,
0.017468122765421867,
0.054261475801467896,
-0.02511337213218212,
-0.027413545176386833,
0.0050481269136071205,
-0.04615430533885956,
0.03276804834604263,
0.04653138294816017,
-0.03974398598074913,
0.06519673019647598,
0.038160257041454315,
-0.0008896676008589566,
0.05135797709226608,
-0.04641826078295708,
0.03627486899495125,
-0.009177127853035927,
0.04460828751325607,
0.01308459509164095,
-0.021097494289278984,
0.011774249374866486,
-0.02750781551003456,
0.02411411516368389,
0.030882660299539566,
-0.027281567454338074,
0.04736095294356346,
-0.010199951007962227,
-0.04049814119935036,
-0.03346564248204231,
0.04766261577606201,
0.07978963106870651,
-0.005971967242658138,
-0.006047382950782776,
0.022869760170578957,
-0.013555942103266716,
0.027922600507736206,
-0.016176631674170494,
0.07613197714090347,
0.026527412235736847,
0.039065245538949966,
0.008894319646060467,
-0.03265492618083954,
0.033333662897348404,
0.004859588108956814,
0.03827338293194771,
-0.042949143797159195,
0.019966261461377144,
-0.001751054311171174,
0.039065245538949966,
-0.02807343192398548,
-0.01694021373987198,
-0.02198362722992897,
-0.03457802161574364,
-0.005684445612132549,
0.024321509525179863,
-0.0018417886458337307,
-0.01571471057832241,
0.06851501017808914,
-0.004423592239618301,
-0.03195733204483986,
-0.06399007886648178,
0.019532622769474983,
0.04479682445526123,
-0.00205625151284039,
-0.019296949729323387,
0.02750781551003456,
0.026320019736886024,
0.02686678245663643,
0.0434393472969532,
-0.06135053560137749,
0.042722899466753006,
0.03540759161114693,
0.00437410082668066,
0.003697717795148492,
0.04019647836685181,
0.018467377871274948,
0.026923345401883125,
-0.00200204667635262,
-0.02354849874973297,
0.062104690819978714,
0.019136691465973854,
-0.003898040158674121,
-0.0377831794321537,
0.05022674426436424,
-0.031146613880991936,
0.06067179515957832,
-0.0007087881676852703,
-0.05346961319446564,
-0.0026961052790284157,
0.055656660348176956,
-0.047511786222457886,
-0.039857108145952225,
0.010963533073663712,
0.016176631674170494,
-0.04276060685515404,
-0.023322252556681633,
-0.006891094148159027,
-0.014451500959694386,
-0.010067973285913467,
0.00775837292894721,
0.08989531546831131,
-0.07285140454769135,
-0.03548300638794899,
0.08816075325012207,
0.0010829198872670531,
0.025980651378631592,
0.02760208398103714,
0.060445547103881836,
-0.0014835648471489549,
-0.0002848703879863024,
0.03661423921585083,
-0.024660877883434296,
0.01802431233227253,
0.002773877466097474,
-0.01523393765091896,
-0.08371123671531677,
0.003231084207072854,
0.02750781551003456,
0.016204912215471268,
-0.02138030342757702,
-0.04260977357625961,
-0.020362192764878273,
0.028224263340234756,
0.07209724932909012,
0.011510295793414116,
-0.011774249374866486,
-0.008993302471935749,
0.014922847971320152,
-0.04815281555056572,
0.044042669236660004,
-0.007989333011209965,
0.018222277984023094,
-0.045211609452962875,
0.022794343531131744,
-0.024151824414730072,
0.012358720414340496,
-0.017666088417172432,
0.0220778975635767,
0.05806995928287506,
0.07911089062690735,
-0.014357231557369232,
0.06376383453607559,
-0.03082609921693802,
-0.02015480026602745,
-0.016921360045671463,
-0.005533614661544561,
-0.04894467815756798,
0.02573554962873459,
-0.0162426196038723,
-0.06583775579929352,
-0.00994542334228754,
-0.023397669196128845,
-0.008083602413535118,
-0.004119573161005974,
-0.046041183173656464,
0.0529417023062706,
0.0019007070222869515,
0.03695360943675041,
0.006132225506007671,
0.014545770362019539,
-0.008955594152212143,
0.03936690837144852,
-0.005891838576644659,
-0.06629025191068649,
-0.05437459796667099,
0.042232695966959,
0.03738724812865257,
0.0020833539310842752,
-0.016082361340522766,
-0.03029819019138813,
0.017986604943871498,
-0.00794691126793623,
-0.05460084602236748,
-0.02550930343568325,
-0.018495658412575722,
-0.0850687175989151,
0.005613743793219328,
0.04136541858315468,
0.03372959792613983,
0.0011707083322107792,
0.0037283552810549736,
0.06610171496868134,
-0.07583031803369522,
0.09532523155212402,
0.06165219843387604,
-0.0305621437728405,
0.0074378568679094315,
0.025283057242631912,
0.014479782432317734,
0.004334036260843277,
-0.05120714381337166,
0.03352220356464386,
-0.049434881657361984,
-0.02185164950788021,
-0.02311486005783081,
0.004605060908943415,
0.03638799488544464,
-0.0018288266146555543,
-0.012877201661467552,
-0.007715951651334763,
-0.021191764622926712,
-0.0635375827550888,
-0.021663110703229904,
0.040724385529756546,
-0.018740760162472725,
0.008060035295784473,
-0.06142595037817955,
0.019174398854374886,
-0.028412802144885063,
0.018429670482873917,
-0.002262465888634324,
-0.036105185747146606,
-0.014988836832344532,
-0.03601091727614403,
0.037594642490148544,
0.050302159041166306,
0.003143884940072894,
-0.02124832570552826,
-0.04641826078295708,
0.06504589319229126,
-0.039291489869356155,
0.010605309158563614,
0.016647977754473686,
0.04528702795505524,
-0.02194591984152794,
0.061803027987480164,
0.09004614502191544,
0.028827587142586708,
0.01593153178691864,
-0.011632845737040043,
-0.024264946579933167,
-0.05279087275266647,
0.02168196439743042,
-0.010944679379463196,
0.044947657734155655,
-0.0383865050971508,
0.020701562985777855,
0.015620442107319832,
-0.02411411516368389,
0.04566410556435585,
-0.004376457538455725,
-0.017251303419470787,
0.0033795584458857775,
-0.02188935875892639,
0.03512478247284889,
0.0017180601134896278,
-0.00023582082940265536,
0.05343190208077431,
0.02624460496008396,
-0.06647878885269165,
-0.010539320297539234,
-0.01323542557656765,
0.052828580141067505,
0.023190276697278023,
0.041855618357658386,
-0.00019487255485728383,
0.036765072494745255,
-0.0252076406031847,
0.011915653944015503,
-0.02024907059967518,
0.05007591098546982,
0.026621682569384575,
0.02041875571012497,
-0.025980651378631592,
-0.013207145035266876,
-0.09276110678911209,
0.02451004832983017,
0.03391813486814499,
0.048605307936668396,
0.027809476479887962,
-0.012245597317814827,
-0.013075167313218117,
0.040912926197052,
0.017524683848023415,
0.0008696353179402649,
0.07745175063610077,
-0.03182535246014595,
-0.00948821660131216,
0.0014694244600832462,
-0.013320268131792545,
0.009285537526011467,
0.009690895676612854,
0.04449516162276268,
-0.04622972011566162,
-0.06964623928070068,
-0.00829099491238594,
0.021342596039175987,
-0.04347705468535423,
0.05456313490867615,
0.053054824471473694,
0.048869263380765915,
-0.015658149495720863,
-0.02385016158223152,
0.026678243651986122,
-0.009026296436786652,
-0.018495658412575722,
0.05580749362707138,
-0.0033465642482042313,
-0.01981543004512787,
-0.0019867278169840574,
-0.008842471055686474,
0.00514711020514369,
-0.06866583973169327,
-0.011548003181815147,
-0.04317539185285568,
0.030712975189089775,
0.0292989332228899,
-0.062444061040878296,
-0.027696354314684868,
-0.007645249366760254,
-0.017581244930624962,
0.040988340973854065,
0.042119573801755905,
0.017420988529920578,
0.018391963094472885,
-0.0504152812063694,
0.008342843502759933,
0.0075792609713971615,
0.046305134892463684,
-0.04317539185285568,
-0.03425750508904457,
-0.019871992990374565,
-0.010228231549263,
0.04868072643876076,
0.046041183173656464,
0.03195733204483986,
-0.017703795805573463,
-0.02403870038688183,
-0.05132026970386505,
0.037594642490148544,
0.029713720083236694,
-0.00019693469221238047,
0.09328901022672653,
0.03844306617975235,
-0.038160257041454315,
-0.05098089948296547,
-0.012330438941717148,
-0.06745919585227966,
0.03997023031115532,
-0.04076209291815758,
-0.03799057379364967,
0.021606549620628357,
-0.014328951016068459,
0.005590176209807396,
-0.03144827485084534,
-0.05595832318067551,
0.05882411450147629,
-0.04611659795045853,
-0.005887124687433243,
-0.004013520199805498,
0.10196179896593094,
0.029939966276288033,
0.011717688292264938,
0.01375390775501728,
-0.0034573308657854795,
0.01645001210272312,
-0.05550583079457283,
0.01589382253587246,
0.015648722648620605,
-0.0630473867058754,
-0.03727412596344948,
-0.038122549653053284,
-0.015083106234669685,
-0.053394194692373276,
-0.03540759161114693,
-0.036293722689151764,
-0.032277848571538925,
0.02141801081597805,
-0.006448027677834034,
-0.03457802161574364,
0.03195733204483986,
-0.03508707508444786,
0.061275120824575424,
-0.025151079520583153,
0.02241726592183113,
0.03331480920314789,
0.04079980403184891,
-0.0223795585334301,
0.024227239191532135,
0.006160506047308445,
-0.03799057379364967,
0.0358600839972496,
-0.015479037538170815,
-0.015648722648620605,
0.028412802144885063,
-0.015997519716620445,
-0.007343587465584278,
-0.006226494908332825,
0.04445745423436165,
0.0498119592666626,
-0.0011058980599045753,
0.011274621821939945,
-0.016223765909671783,
-0.01571471057832241,
0.046078890562057495,
0.0170250553637743,
-0.006650707218796015,
-0.07156933844089508,
0.04585264250636101,
-0.049962788820266724,
-0.014168692752718925,
0.045777227729558945,
-0.01949491538107395,
-0.00641974713653326,
0.004180848598480225,
0.01580898091197014,
-0.03290002420544624,
0.06753461062908173,
0.009634333662688732,
0.02799801528453827,
0.04008335620164871,
0.03312627226114273,
-0.03651997074484825,
0.0033489209599792957,
0.027658646926283836,
0.006490448955446482,
0.0981910228729248,
-0.01408385019749403,
0.0042869015596807,
0.039291489869356155,
0.01737385243177414,
0.04196874424815178,
-0.007376581430435181,
-0.024359216913580894,
0.036897048354148865,
-0.011010667309165001,
0.020003968849778175,
-0.027130737900733948,
0.03242867812514305,
-0.003714215010404587,
0.04106375575065613,
0.013914165087044239,
0.02573554962873459,
-0.03263607248663902,
-0.013706772588193417,
-0.03427635878324509,
-0.032711487263441086,
0.02560357190668583,
-0.01732671819627285,
0.023397669196128845,
0.020758124068379402,
-0.02158769592642784,
0.06681816279888153,
0.0261691901832819,
-0.09932225197553635,
-0.05147109925746918,
0.028393946588039398,
0.0017003845423460007,
0.008701066486537457,
-0.027809476479887962,
0.032013893127441406,
0.023265691474080086,
0.06466881930828094,
0.009224262088537216,
0.02241726592183113,
0.028789879754185677,
-0.017986604943871498,
-0.005599603056907654,
0.02251153625547886,
-0.0711168423295021,
0.0019761226139962673,
-0.03378615900874138,
-0.08537038415670395,
0.027243860065937042,
0.07484991103410721,
-0.07356785237789154,
-0.03186306357383728,
0.009125279262661934,
0.04332622140645981,
0.01380104199051857,
-0.06704440712928772,
0.010397916659712791,
0.005580749362707138,
0.0478888638317585,
-0.0687035471200943,
0.02403870038688183,
0.020645001903176308,
-0.053092535585165024,
-0.04110146313905716,
-0.032108161598443985,
-0.029110394418239594,
0.03765120357275009,
0.04287372902035713,
-0.020211363211274147,
0.01347109954804182,
-0.027828330174088478,
-0.015620442107319832,
-0.04178020358085632,
-0.005967253819108009
] |
8,866 | ipaddr | _count_righthand_zero_bits | Count the number of zero bits on the right hand side.
Args:
number: an integer.
bits: maximum number of bits to count.
Returns:
The number of zero bits on the right hand side of the number.
| def _count_righthand_zero_bits(number, bits):
"""Count the number of zero bits on the right hand side.
Args:
number: an integer.
bits: maximum number of bits to count.
Returns:
The number of zero bits on the right hand side of the number.
"""
if number == 0:
return bits
for i in range(bits):
if (number >> i) % 2:
return i
| (number, bits) | [
-0.053357645869255066,
0.027153275907039642,
0.01779196411371231,
0.04857662320137024,
0.02777371183037758,
0.033503636717796326,
-0.048759106546640396,
0.0899999663233757,
0.005159669555723667,
-0.021204372867941856,
0.03748174011707306,
0.09686128050088882,
0.046313852071762085,
-0.014826636761426926,
-0.002047216519713402,
0.053832098841667175,
-0.01104926597326994,
0.0018122713081538677,
0.006104012485593557,
-0.025985391810536385,
0.005939778871834278,
-0.007285581436008215,
0.06832114607095718,
0.04781020060181618,
-0.03209852799773216,
0.05368611216545105,
0.0031044697389006615,
0.028175173327326775,
-0.02724451571702957,
0.00838959589600563,
-0.06003647670149803,
-0.028740866109728813,
-0.021697072312235832,
-0.002103101462125778,
0.017052913084626198,
0.06452552229166031,
0.03731750324368477,
0.07408756762742996,
-0.12218973785638809,
0.04178830608725548,
0.04182480275630951,
0.0002597512793727219,
0.001171304378658533,
-0.008289230987429619,
-0.047262758016586304,
-0.06751822680234909,
-0.009361310862004757,
-0.013275542296469212,
-0.022189773619174957,
-0.053284652531147,
0.0029333929996937513,
0.01582116261124611,
-0.04649633541703224,
0.03198903799057007,
0.010976273566484451,
-0.009680653922259808,
0.05167881399393082,
0.026021888479590416,
0.015802914276719093,
0.010255470871925354,
-0.047518230974674225,
0.04927005618810654,
-0.03695254027843475,
0.01582116261124611,
0.04255472868680954,
0.03864962235093117,
-0.008535580709576607,
-0.04839414358139038,
0.035273708403110504,
-0.000013374267837207299,
-0.019416050985455513,
0.02863137610256672,
0.04259122535586357,
0.013749995268881321,
0.03558392822742462,
-0.030291959643363953,
-0.002431568456813693,
0.010200725868344307,
-0.013667878694832325,
-0.02983575500547886,
0.07489048689603806,
0.011952550150454044,
0.028649624437093735,
-0.012116784229874611,
0.0019354464020580053,
-0.026879552751779556,
0.06667880713939667,
0.008111311122775078,
-0.017645979300141335,
-0.018001819029450417,
-0.03310217708349228,
0.014416052959859371,
0.016468971967697144,
-0.029999990016222,
-0.008832113817334175,
-0.014370433054864407,
-0.03886859863996506,
-0.008535580709576607,
-0.033722616732120514,
-0.015310213901102543,
-0.02990874834358692,
0.018567511811852455,
-0.027737217023968697,
-0.0002905450528487563,
0.003229925874620676,
0.05014596879482269,
-0.006026457529515028,
-0.04503647983074188,
-0.05295618623495102,
-0.028120428323745728,
-0.043649621307849884,
-0.0120164193212986,
0.008745434693992138,
-0.014507293701171875,
-0.0346350260078907,
0.018658751621842384,
0.05879560112953186,
0.018348533660173416,
0.019671525806188583,
-0.026021888479590416,
0.05602187663316727,
-0.013239046558737755,
-0.013074812479317188,
0.018366781994700432,
0.040474437177181244,
0.0733211413025856,
0.010684303008019924,
0.03450728580355644,
-0.0427372120320797,
0.0004091581504326314,
0.053576622158288956,
0.03288320079445839,
0.008654193952679634,
0.016925176605582237,
-0.01747262105345726,
0.02505473606288433,
0.014452549628913403,
-0.019361307844519615,
-0.0025456196162849665,
0.03186130151152611,
-0.011833937838673592,
0.007988136261701584,
0.019653277471661568,
0.05470801144838333,
0.06193428486585617,
0.004144615493714809,
0.01731751300394535,
0.05306567624211311,
0.06536494195461273,
-0.004044250585138798,
0.04178830608725548,
-0.05324815586209297,
0.0566423162817955,
0.06708026677370071,
-0.07627734541893005,
0.07693427801132202,
0.027390500530600548,
-0.0008679284946992993,
-0.021551087498664856,
-0.037591226398944855,
0.08868610113859177,
0.04259122535586357,
-0.020237218588590622,
-0.04839414358139038,
0.030419697985053062,
-0.0015624994412064552,
-0.01917882449924946,
0.0326094776391983,
0.040766410529613495,
0.015045614913105965,
0.04383210092782974,
0.009174266830086708,
-0.02759123034775257,
0.0049771880730986595,
0.054306551814079285,
0.006943427957594395,
-0.010218974202871323,
-0.007659669034183025,
0.006829377263784409,
-0.007002734579145908,
0.04883209988474846,
0.01489050593227148,
-0.006578464992344379,
-0.016925176605582237,
0.053102169185876846,
0.01813867874443531,
-0.001642335206270218,
0.0053284652531147,
0.001640054164454341,
0.016441600397229195,
-0.028722617775201797,
-0.030766412615776062,
0.0032869514543563128,
-0.02178831398487091,
0.04434305056929588,
-0.07405106723308563,
0.03709852695465088,
0.007271895185112953,
0.002479469869285822,
-0.0838685855269432,
-0.01614050567150116,
-0.019142329692840576,
-0.006336676422506571,
0.019270066171884537,
0.003496805438771844,
-0.03563867509365082,
0.031149623915553093,
0.006418793462216854,
-0.045802902430295944,
-0.02609488181769848,
-0.0028946157544851303,
-0.036350350826978683,
0.009260945953428745,
0.016569336876273155,
0.017299264669418335,
-0.023704370483756065,
-0.009388682432472706,
-0.02080291137099266,
-0.03846713900566101,
-0.04496348649263382,
-0.027755465358495712,
0.025164224207401276,
-0.00873631052672863,
0.014607658609747887,
0.013156929984688759,
0.026295611634850502,
0.021222619339823723,
0.03047444112598896,
0.04478100687265396,
0.017956197261810303,
0.02239050343632698,
0.09036493301391602,
0.02191605046391487,
-0.0679926797747612,
-0.02978101186454296,
-0.05514596402645111,
-0.0360218845307827,
-0.02793794684112072,
0.018257291987538338,
-0.049708012491464615,
-0.019525540992617607,
-0.015447074547410011,
-0.03563867509365082,
-0.01168795209378004,
-0.027062034234404564,
-0.03441604599356651,
-0.045839399099349976,
-0.012874082662165165,
0.013248170726001263,
0.02983575500547886,
-0.07284668833017349,
-0.047773703932762146,
-0.018193423748016357,
0.01925181783735752,
0.06332114338874817,
-0.0006375453667715192,
-0.04547443613409996,
0.033375900238752365,
0.012746346183121204,
-0.039051081985235214,
0.0386861190199852,
-0.0031774623785167933,
0.010775543749332428,
-0.07018245756626129,
-0.04722626134753227,
-0.016532840207219124,
0.0347445122897625,
0.012664228677749634,
-0.024835757911205292,
0.024489043280482292,
0.1127006933093071,
-0.07481749355792999,
0.015392330475151539,
-0.03427005931735039,
-0.04153283312916756,
-0.05981749668717384,
0.0899999663233757,
-0.01738138124346733,
0.018923351541161537,
0.05167881399393082,
0.0026345793157815933,
0.014762768521904945,
-0.029087580740451813,
0.05948903039097786,
0.005720800720155239,
0.058138664811849594,
0.02888685092329979,
0.06569340825080872,
-0.00584397604689002,
-0.023448897525668144,
0.09248171746730804,
0.017463497817516327,
0.004744523670524359,
0.027281012386083603,
0.020273715257644653,
-0.053832098841667175,
-0.038102176040410995,
-0.020182475447654724,
0.01813867874443531,
0.020565686747431755,
-0.02978101186454296,
-0.04405108094215393,
0.06638684123754501,
-0.023138677701354027,
0.005748173221945763,
-0.019142329692840576,
-0.007271895185112953,
0.03450728580355644,
0.047262758016586304,
0.06189778819680214,
-0.02359488233923912,
0.0020483569242060184,
0.03571166470646858,
-0.04229925572872162,
0.06846712529659271,
0.005401458125561476,
-0.016341235488653183,
0.024981742724776268,
-0.05240873992443085,
0.01766422763466835,
0.06744523346424103,
0.001067517907358706,
0.04857662320137024,
0.02724451571702957,
-0.0031135936733335257,
-0.051423341035842896,
-0.013147805817425251,
-0.039051081985235214,
-0.0022741779685020447,
-0.031660571694374084,
-0.03253648430109024,
-0.001223767758347094,
-0.0028991778381168842,
0.019233569502830505,
-0.005369523540139198,
0.006884121801704168,
0.060364942997694016,
0.035912394523620605,
-0.11007295548915863,
-0.019616780802607536,
0.041496336460113525,
0.028613127768039703,
-0.016149628907442093,
-0.0000522496375197079,
0.015903279185295105,
0.02089415304362774,
-0.03536495193839073,
0.025638677179813385,
0.00524178659543395,
0.004511859733611345,
0.04868611320853233,
-0.017992693930864334,
0.00838503334671259,
0.01750911772251129,
-0.009279193356633186,
0.035437945276498795,
0.031149623915553093,
0.01852189190685749,
0.039051081985235214,
0.0612773522734642,
-0.04981749877333641,
0.02445254661142826,
-0.019142329692840576,
0.024945246055722237,
-0.008006383664906025,
0.0009574586292728782,
-0.03434305265545845,
0.08437953144311905,
-0.06821165233850479,
-0.05087589472532272,
0.0034283746499568224,
-0.04762772098183632,
-0.026058385148644447,
-0.03186130151152611,
0.0459853857755661,
0.02987225167453289,
0.005419705994427204,
0.0036952542141079903,
-0.02346714399755001,
-0.0353831984102726,
-0.04883209988474846,
-0.02454378642141819,
-0.02355838567018509,
-0.03536495193839073,
-0.03934305161237717,
0.02226276509463787,
-0.047299254685640335,
0.02479926124215126,
-0.0006979924510233104,
0.005465326365083456,
-0.026313859969377518,
0.01950729265809059,
-0.0240328386425972,
-0.04711677134037018,
0.0030702543444931507,
0.05193428695201874,
0.05109487101435661,
0.02178831398487091,
0.09919704496860504,
-0.018439775332808495,
-0.012545616365969181,
-0.030109478160738945,
-0.0206751748919487,
0.029251813888549805,
0.04040144383907318,
0.04105838015675545,
0.014662403613328934,
-0.03177006170153618,
0.019324811175465584,
-0.07394158095121384,
-0.04927005618810654,
-0.03802918270230293,
-0.03428830951452255,
-0.019799262285232544,
-0.015675177797675133,
-0.06751822680234909,
0.03563867509365082,
0.023065684363245964,
-0.00930656585842371,
0.004771896172314882,
-0.004226732067763805,
-0.01848539523780346,
0.007308391388505697,
0.048759106546640396,
0.03498173877596855,
0.04368611425161362,
0.011040141806006432,
0.01861313171684742,
-0.026751814410090446,
0.04912406951189041,
-0.0399634912610054,
-0.010583938099443913,
0.007422442547976971,
-0.03872261568903923,
0.00901915691792965,
-0.02321167103946209,
-0.0022696158848702908,
0.03843064233660698,
-0.017271891236305237,
-0.011706200428307056,
0.06189778819680214,
0.03425181284546852,
0.03306568041443825,
-0.06069340929389,
0.0732116550207138,
-0.025255465880036354,
0.03031020797789097,
0.019580284133553505,
-0.005205289926379919,
-0.008047441951930523,
-0.048467136919498444,
-0.03237225115299225,
0.02510947920382023,
0.040036480873823166,
-0.052116770297288895,
-0.03452553600072861,
-0.08109486103057861,
0.035912394523620605,
0.039051081985235214,
-0.038795605301856995,
-0.028832105919718742,
0.04594888910651207,
-0.021478094160556793,
0.0216605756431818,
-0.018211672082543373,
-0.0493430495262146,
-0.032554734498262405,
-0.05518246069550514,
-0.043211665004491806,
-0.003788775997236371,
0.0057527353055775166,
0.001750683644786477,
-0.015364957973361015,
-0.0030588493682444096,
0.10386857390403748,
0.008731748908758163,
-0.01257298793643713,
-0.0028672434855252504,
0.04419706389307976,
-0.02917882241308689,
0.010437952354550362,
0.0647445023059845,
-0.0400729775428772,
-0.034671518951654434,
0.0012442970182746649,
-0.02863137610256672,
-0.07729924470186234,
-0.0193430595099926,
0.05291968956589699,
-0.07339413464069366,
0.034708015620708466,
-0.033412396907806396,
-0.05448903143405914,
0.004908757284283638,
-0.013375907205045223,
-0.029160574078559875,
0.0306386761367321,
0.020091233775019646,
0.027609478682279587,
0.019799262285232544,
-0.02505473606288433,
-0.008686128072440624,
-0.02282845973968506,
0.0306386761367321,
-0.05054742842912674,
0.04613136872649193,
-0.02552918717265129,
-0.009260945953428745,
0.06003647670149803,
-0.007317515555769205,
0.01332116313278675,
0.005939778871834278,
0.018366781994700432,
0.005260034464299679,
-0.043175168335437775,
0.00018789911700878292,
0.008795617148280144,
0.02450728975236416,
-0.021861305460333824,
0.04693428799510002,
-0.025638677179813385,
0.026934297755360603,
-0.002151002874597907,
0.048978086560964584,
-0.017773715779185295,
0.009443427436053753,
-0.01921532116830349,
-0.04788319393992424,
-0.00231865793466568,
0.08116785436868668,
-0.002320938976481557,
-0.021989043802022934,
-0.03368612006306648,
0.027572982013225555,
-0.04255472868680954,
-0.030072981491684914,
-0.006551092490553856,
-0.0793430358171463,
-0.012052915059030056,
-0.0037317504175007343,
-0.035091228783130646,
-0.07178829610347748,
0.09131383895874023,
-0.015410578809678555,
-0.01463503111153841,
0.04240874573588371,
-0.027281012386083603,
0.012728097848594189,
0.03390509635210037,
-0.03344889357686043,
-0.0169981699436903,
-0.020474445074796677,
0.047518230974674225,
-0.035273708403110504,
0.010045616887509823,
-0.00856295321136713,
-0.03974451124668121,
-0.02857663296163082,
-0.005406019743531942,
0.014087586663663387,
-0.029580282047390938,
-0.04813867062330246,
-0.024379553273320198,
-0.052591223269701004,
-0.02917882241308689,
-0.04116787016391754,
0.0023448895663022995,
-0.07437953352928162,
-0.04251823201775551,
0.07525544613599777,
-0.00696167629212141,
0.04032845422625542,
0.002906020963564515,
0.03713502362370491,
0.034963492304086685,
-0.0025593056343495846,
0.004564322996884584,
-0.0593065470457077,
0.06364960968494415,
0.0015887311892583966,
-0.059635017067193985,
-0.003038319991901517,
-0.02638685144484043,
-0.028722617775201797,
0.013120433315634727,
0.004689779132604599,
-0.046824801713228226,
0.021259116008877754,
-0.02527371421456337,
0.008261858485639095,
-0.00014455971540883183,
-0.0057983556762337685,
-0.0186769999563694,
-0.061386838555336,
-0.011934302747249603,
0.034014586359262466,
-0.04551093280315399,
-0.017262768000364304,
0.01848539523780346,
0.04131385311484337,
0.007185216527432203,
0.028211668133735657,
-0.03479925915598869,
-0.016952548176050186,
-0.023759115487337112,
-0.02965327352285385,
0.02368612214922905,
0.0313321053981781,
-0.05558392032980919,
-0.06215326115489006,
0.015447074547410011,
0.01816605217754841,
0.02578466199338436,
0.005260034464299679,
-0.03967151790857315,
-0.039781007915735245,
0.01594889909029007,
0.04383210092782974,
0.00862682145088911,
-0.020839408040046692,
-0.05105837434530258,
0.007011858746409416,
-0.02156933583319187,
0.013248170726001263,
-0.042700715363025665,
-0.02239050343632698,
0.036514583975076675,
0.023138677701354027,
-0.0036519146524369717,
0.06401457637548447,
0.015155103988945484,
-0.024908749386668205,
-0.0240328386425972,
-0.053102169185876846,
-0.004361312370747328,
0.003832115326076746,
-0.013868608511984348,
-0.004165144637227058,
-0.0025821158196777105,
0.028047434985637665,
-0.03708028048276901,
0.03142334520816803,
-0.0050547425635159016,
-0.03567516803741455,
0.015328461304306984,
0.046824801713228226,
0.0452919565141201,
0.017718972638249397,
-0.012728097848594189,
-0.039525534957647324,
-0.0240328386425972,
0.026806559413671494,
0.030036484822630882,
-0.025693422183394432,
0.04299268499016762,
-0.04781020060181618,
0.03374086320400238,
0.021131379529833794,
-0.05021895840764046,
-0.056751806288957596,
0.03211677819490433,
-0.07270070165395737,
0.015447074547410011,
0.02324816770851612,
-0.03791969269514084,
-0.023284662514925003,
0.05051093176007271,
0.011386857368052006,
0.01257298793643713,
-0.010182478465139866,
0.010958025231957436,
-0.04054743051528931,
-0.017718972638249397,
0.0022319790441542864,
-0.0018419245025143027,
-0.003277827287092805,
-0.042700715363025665,
0.006884121801704168,
0.030711667612195015,
-0.031916048377752304,
-0.029124077409505844,
-0.011934302747249603,
-0.02863137610256672,
0.016149628907442093,
0.0807299017906189,
-0.040985386818647385,
-0.027098530903458595,
0.044124070554971695,
0.022208021953701973,
0.025456195697188377,
-0.05386859551072121,
-0.018640505149960518,
-0.036514583975076675,
0.05784669518470764,
-0.021350357681512833,
0.024653276428580284,
-0.04901457950472832,
-0.017545614391565323,
0.08919704705476761,
-0.04543793946504593,
0.04069341719150543,
-0.026204369962215424,
-0.028394149616360664,
0.005588501691818237,
-0.06321165710687637,
-0.03501823544502258,
0.005155107472091913,
-0.0006962816696614027,
-0.012965323403477669,
0.013804739341139793,
-0.03744524344801903,
0.01560218445956707,
-0.05759121850132942,
-0.038613125681877136,
-0.047299254685640335,
-0.052591223269701004,
0.024142326787114143,
0.03653283417224884,
-0.00294936029240489,
-0.03959852457046509,
0.017335759475827217,
0.027317509055137634,
0.03846713900566101,
0.03609487786889076,
0.0176915992051363,
-0.040985386818647385,
0.004509578458964825,
0.003759122686460614,
0.007011858746409416,
0.0151733523234725,
-0.0020985393784940243,
-0.0860583633184433,
-0.04521896317601204,
-0.0014096710365265608,
0.05496348440647125,
0.0196897741407156,
0.05416056513786316,
-0.01523722056299448,
0.05609486997127533,
-0.05193428695201874,
0.07963500916957855,
0.011952550150454044,
0.05171531066298485,
-0.030072981491684914,
0.061532825231552124,
0.021441597491502762,
0.023010941222310066,
0.003537863725796342,
0.0074315667152404785,
-0.05051093176007271,
0.0024908750783652067,
-0.008635945618152618,
0.007413318380713463,
-0.03107663057744503,
0.008193427696824074,
0.012846711091697216,
0.009060216136276722,
-0.0447080135345459,
0.002643703483045101,
0.037846703082323074,
0.028996340930461884,
-0.04456202685832977,
-0.009726273827254772,
-0.03687955066561699,
0.04324815794825554,
0.011249995790421963,
-0.04324815794825554,
-0.017572985962033272
] |
8,867 | ipaddr | _find_address_range | Find a sequence of addresses.
Args:
addresses: a list of IPv4 or IPv6 addresses.
Returns:
A tuple containing the first and last IP addresses in the sequence,
and the index of the last IP address in the sequence.
| def _find_address_range(addresses):
"""Find a sequence of addresses.
Args:
addresses: a list of IPv4 or IPv6 addresses.
Returns:
A tuple containing the first and last IP addresses in the sequence,
and the index of the last IP address in the sequence.
"""
first = last = addresses[0]
last_index = 0
for ip in addresses[1:]:
if ip._ip == last._ip + 1:
last = ip
last_index += 1
else:
break
return (first, last, last_index)
| (addresses) | [
-0.0037841773591935635,
-0.008816036395728588,
-0.035209301859140396,
-0.019195102155208588,
-0.05645188316702843,
-0.029322804883122444,
0.0006763988640159369,
-0.0043463194742798805,
0.006380086299031973,
-0.054331280291080475,
0.01191010419279337,
0.02113289386034012,
-0.012723610736429691,
-0.03915800899267197,
0.016398102045059204,
0.047530729323625565,
0.012111195363104343,
-0.017888007685542107,
-0.03641585260629654,
0.0003087783697992563,
-0.02853671833872795,
0.05111381411552429,
-0.029158275574445724,
-0.012888140045106411,
0.007668900303542614,
0.04471544921398163,
0.015529751777648926,
-0.006105870474129915,
0.015666859224438667,
-0.011928385123610497,
0.017147624865174294,
-0.060802772641181946,
-0.03120575286448002,
-0.045007944107055664,
-0.007362693082541227,
0.024807384237647057,
0.05528189614415169,
0.07985162734985352,
0.04654355347156525,
0.04387452080845833,
-0.011471359059214592,
-0.05857248604297638,
-0.038390204310417175,
-0.02416754886507988,
0.035044774413108826,
-0.0016898545436561108,
-0.015072725713253021,
-0.06493429094552994,
-0.07378231734037399,
-0.0006518337177112699,
0.04398420453071594,
-0.013043529354035854,
0.028555000200867653,
-0.04793291166424751,
-0.007289568893611431,
0.03817083314061165,
0.01766863465309143,
0.08328846096992493,
-0.019743533805012703,
-0.00696508027613163,
-0.0008237898000515997,
-0.019103696569800377,
0.030730444937944412,
-0.01724817045032978,
0.015785686671733856,
0.02131570503115654,
-0.017842303961515427,
-0.09096650779247284,
-0.07955913245677948,
0.03029170073568821,
0.047603853046894073,
-0.006485202349722385,
-0.02383848838508129,
-0.03592226281762123,
0.047018859535455704,
0.037549275904893875,
0.03707396984100342,
0.06950455158948898,
0.010411057621240616,
-0.0003162050270475447,
0.03473399579524994,
0.0008569242199882865,
0.01996290683746338,
-0.029176555573940277,
0.09016213566064835,
-0.055940013378858566,
-0.051662247627973557,
0.044093891978263855,
-0.0015973066911101341,
-0.015383503399789333,
-0.01275103259831667,
0.01342743169516325,
0.007298709359019995,
0.045446690171957016,
-0.03758583962917328,
0.0369277223944664,
0.0018372455378994346,
-0.014569996856153011,
-0.03297901526093483,
-0.044093891978263855,
-0.005178107414394617,
0.048627592623233795,
-0.042594846338033676,
-0.007234725635498762,
-0.008765763603150845,
-0.03071216493844986,
-0.03365541249513626,
0.01506358478218317,
0.011261126957833767,
-0.007975107990205288,
-0.014131251722574234,
-0.03120575286448002,
0.016324978321790695,
0.004986156243830919,
-0.01811652071774006,
0.01886604353785515,
0.09060088545084,
0.03403931483626366,
0.012175179086625576,
-0.06610427796840668,
-0.002118316711857915,
0.007065625861287117,
-0.0754641741514206,
0.0721735879778862,
-0.022083507850766182,
-0.014039846137166023,
0.058353111147880554,
0.01886604353785515,
-0.03442321717739105,
-0.045702625066041946,
0.08109473437070847,
-0.009698096662759781,
-0.02769578993320465,
0.041827041655778885,
0.035355549305677414,
0.014240938238799572,
0.012879000045359135,
0.014496872201561928,
-0.0612415187060833,
-0.010292231105268002,
-0.009880907833576202,
0.05085788294672966,
0.0335640087723732,
0.021461952477693558,
-0.011471359059214592,
-0.009880907833576202,
-0.02266850136220455,
0.028884058818221092,
0.02886577881872654,
0.006521764677017927,
0.006188135594129562,
-0.037622399628162384,
-0.0045542665757238865,
0.07089391350746155,
-0.05104069039225578,
-0.02844531461596489,
0.0012979545863345265,
-0.03583085909485817,
-0.007275857962667942,
-0.015365222468972206,
-0.016023339703679085,
0.06519022583961487,
-0.029834672808647156,
-0.042923904955387115,
0.008628655225038528,
-0.007513511460274458,
-0.05908435210585594,
0.021187737584114075,
0.015630297362804413,
-0.02937764674425125,
-0.007874562405049801,
0.046433866024017334,
0.0008380718645639718,
-0.04650698974728584,
-0.05023632571101189,
-0.02818937972187996,
-0.003254026873037219,
0.009213649667799473,
-0.0057311090640723705,
0.0027627237141132355,
0.0528687983751297,
0.027659228071570396,
0.028573282063007355,
-0.028573282063007355,
0.028664685785770416,
0.036470696330070496,
-0.011928385123610497,
0.025282692164182663,
0.005466034170240164,
0.011672450229525566,
-0.013911878690123558,
-0.001560744596645236,
-0.008710919879376888,
-0.009259351529181004,
-0.007527222391217947,
0.008688068948686123,
-0.01816222257912159,
0.058609046041965485,
-0.037549275904893875,
-0.013939300552010536,
-0.028664685785770416,
-0.007458668202161789,
-0.04884696379303932,
0.010255669243633747,
0.03237573802471161,
0.023088965564966202,
-0.004097240511327982,
-0.030748726800084114,
-0.002250854391604662,
-0.041827041655778885,
-0.006855393759906292,
0.009145095013082027,
-0.05700031295418739,
0.010018015280365944,
0.016005059704184532,
0.050967566668987274,
0.025136442855000496,
0.0276775099337101,
0.030675601214170456,
-0.020840397104620934,
0.07242952287197113,
-0.050309449434280396,
0.014021565206348896,
-0.03096809796988964,
0.08372721076011658,
0.01313493400812149,
-0.034953366965055466,
-0.0008626370690762997,
0.03886551409959793,
0.026068776845932007,
0.06065652519464493,
0.0020257688593119383,
0.029578739777207375,
0.01633411832153797,
0.12357989698648453,
0.020200559869408607,
-0.012677907943725586,
-0.030657321214675903,
0.03105950355529785,
0.009871766902506351,
-0.06537303328514099,
0.042594846338033676,
0.019487598910927773,
-0.06277712434530258,
0.01708364114165306,
-0.05049226060509682,
-0.03795145824551582,
-0.026141902431845665,
0.012138617224991322,
-0.033015575259923935,
-0.07283170521259308,
0.007540933322161436,
0.028573282063007355,
-0.00031591940205544233,
0.0281162541359663,
-0.02122429944574833,
0.01670887880027294,
0.017915429547429085,
0.05360003933310509,
0.06811518967151642,
0.04219266399741173,
-0.011809558607637882,
0.005932200700044632,
-0.04924914985895157,
-0.012394552119076252,
0.033673692494630814,
0.0056305634789168835,
0.0033842793200165033,
-0.021370546892285347,
0.04160767048597336,
0.05981559678912163,
0.030931536108255386,
-0.02617846429347992,
-0.015794826671481133,
0.019688690081238747,
-0.013619381934404373,
0.009497005492448807,
-0.033289793878793716,
0.005516306962817907,
-0.007184452842921019,
0.009497005492448807,
0.044934820383787155,
-0.061058707535266876,
0.019012292847037315,
0.0839465782046318,
-0.03488024324178696,
0.032357458025217056,
0.03153480961918831,
-0.001791542861610651,
-0.009213649667799473,
0.04018174856901169,
-0.029158275574445724,
0.018399877473711967,
-0.05564751476049423,
0.018902605399489403,
0.02760438621044159,
0.060546837747097015,
0.019158540293574333,
0.007897413335740566,
-0.010145982727408409,
-0.025995653122663498,
0.0018406732706353068,
0.023344900459051132,
-0.014323202893137932,
-0.019268225878477097,
0.0314616858959198,
-0.01624271273612976,
-0.0024199539329856634,
0.040583930909633636,
0.021114611998200417,
-0.04164423048496246,
-0.02886577881872654,
0.020017750561237335,
-0.037220217287540436,
0.01586795225739479,
-0.007179882377386093,
0.019067134708166122,
-0.0034756846725940704,
-0.01170901209115982,
-0.03003576584160328,
-0.025721438229084015,
0.028555000200867653,
0.03659866377711296,
-0.021260861307382584,
-0.05352691560983658,
0.043764833360910416,
-0.07612229138612747,
0.01727559231221676,
0.03363713249564171,
0.03261339291930199,
-0.03952363133430481,
-0.038317080587148666,
0.00558029068633914,
0.07400169223546982,
0.05221067741513252,
0.002733017085120082,
0.048883527517318726,
0.045848872512578964,
-0.0015653149457648396,
-0.05268598720431328,
0.02031024731695652,
0.00008147921471390873,
0.0003536240546964109,
-0.004977015778422356,
0.0721370205283165,
-0.021297423169016838,
-0.02164476364850998,
-0.027988286688923836,
-0.06668926775455475,
0.01098691113293171,
0.01082238182425499,
0.03491680696606636,
-0.005740249529480934,
-0.006754848174750805,
0.02241256646811962,
0.03676319122314453,
0.02416754886507988,
-0.049139462411403656,
0.06412992626428604,
0.06409335881471634,
-0.028664685785770416,
-0.0419367291033268,
0.011142300441861153,
-0.06109526753425598,
-0.011498779989778996,
0.0205661803483963,
-0.034021034836769104,
0.04160767048597336,
0.008866309188306332,
-0.0033934200182557106,
-0.020090874284505844,
0.03305213898420334,
0.004689089488238096,
0.023198653012514114,
-0.0039030041079968214,
-0.039633315056562424,
0.003142055356875062,
0.052064429968595505,
-0.056013137102127075,
-0.000982606434263289,
-0.08160660415887833,
-0.054916273802518845,
0.0503460131585598,
0.043582022190093994,
-0.0061927055940032005,
0.00012046925985487178,
0.01563943736255169,
-0.011654169298708439,
-0.01589537225663662,
0.11465874314308167,
-0.012577362358570099,
-0.02500847727060318,
-0.007458668202161789,
-0.030565915629267693,
-0.021535076200962067,
-0.01701965741813183,
-0.009350757114589214,
0.007636908441781998,
0.04581231251358986,
-0.07838914543390274,
-0.013290323317050934,
-0.0012271155137568712,
0.021681325510144234,
0.014460310339927673,
0.02877437323331833,
0.038609579205513,
0.010356214828789234,
-0.03634272888302803,
0.011251986026763916,
-0.04424013942480087,
-0.09001588821411133,
-0.03886551409959793,
0.02963358163833618,
-0.06679895520210266,
0.02299755997955799,
-0.035885702818632126,
-0.006448640488088131,
0.07144234329462051,
-0.0009557561716064811,
-0.030419666320085526,
0.008244753815233707,
-0.07400169223546982,
-0.003258597105741501,
-0.023198653012514114,
0.030437948182225227,
-0.01673630066215992,
0.013272042386233807,
-0.039304256439208984,
-0.018061676993966103,
-0.0009843203006312251,
-0.037476152181625366,
0.03630616515874863,
-0.02903030812740326,
-0.05966934561729431,
0.03246714547276497,
0.0201274361461401,
0.019067134708166122,
0.03868270292878151,
0.04387452080845833,
-0.021297423169016838,
0.05177193507552147,
0.00570368766784668,
-0.01954244263470173,
0.02659892849624157,
0.031425125896930695,
-0.02652580291032791,
-0.02769578993320465,
-0.06434929370880127,
0.05352691560983658,
-0.017147624865174294,
-0.01717504672706127,
-0.10025327652692795,
0.0048627592623233795,
-0.01112401857972145,
0.016324978321790695,
-0.03363713249564171,
-0.03204667940735817,
0.003329436294734478,
0.008669788017868996,
0.009844345040619373,
0.018994010984897614,
-0.021004926413297653,
0.04606824740767479,
-0.012613924220204353,
-0.033947911113500595,
-0.07933975756168365,
0.03413071855902672,
-0.023381462320685387,
-0.0074769495986402035,
-0.031498249620199203,
0.028043130412697792,
-0.04910289868712425,
-0.008162489160895348,
-0.037878334522247314,
-0.014451170340180397,
0.020511338487267494,
0.06614083796739578,
0.019761815667152405,
0.0218092929571867,
-0.029761549085378647,
0.004179505165666342,
-0.043911080807447433,
-0.008445844985544682,
0.026324711740016937,
-0.0004875898885075003,
-0.00612415187060833,
-0.04204641655087471,
-0.029432490468025208,
-0.08943089842796326,
-0.015922794118523598,
0.028737811371684074,
-0.05864560976624489,
-0.00418407516553998,
-0.007943116128444672,
0.03886551409959793,
-0.05985215678811073,
0.09089338034391403,
-0.012979545630514622,
0.019743533805012703,
-0.04054736718535423,
0.011800417676568031,
-0.029597019776701927,
0.107419453561306,
-0.028902340680360794,
0.0486641563475132,
0.06687208265066147,
0.025776280090212822,
-0.026050496846437454,
0.015228115022182465,
-0.018189644441008568,
-0.026964548975229263,
-0.009579270146787167,
0.0327230803668499,
0.019670410081744194,
-0.03740302845835686,
0.027988286688923836,
0.05999840795993805,
-0.03546523675322533,
0.027202202007174492,
0.021608201786875725,
-0.0579143650829792,
0.03215636685490608,
0.007444957736879587,
0.015164131298661232,
0.009071971289813519,
-0.02533753588795662,
0.01140737533569336,
-0.008409283123910427,
-0.041315171867609024,
0.006704574916511774,
0.03036482445895672,
0.03208324313163757,
0.0713692158460617,
-0.03190043196082115,
-0.020200559869408607,
0.051296625286340714,
0.014506013132631779,
-0.017869725823402405,
0.004309757612645626,
0.07202734053134918,
0.05487971380352974,
0.002543351147323847,
-0.04062049463391304,
0.015538892708718777,
-0.017394419759511948,
0.009167946875095367,
-0.060546837747097015,
0.016462085768580437,
-0.025209568440914154,
0.015648579224944115,
0.020584462210536003,
0.006731996778398752,
0.0579143650829792,
-0.0029158275574445724,
-0.013783911243081093,
0.02098664455115795,
-0.03431352972984314,
0.00905826035887003,
-0.016297556459903717,
0.0024290946312248707,
-0.008167059160768986,
-0.011992368847131729,
-0.07751165330410004,
0.007518081925809383,
-0.08241097629070282,
0.017220748588442802,
0.012952123768627644,
-0.03332635387778282,
-0.015218974091112614,
0.04990726709365845,
-0.012495097704231739,
0.03564804792404175,
-0.035117898136377335,
0.020931802690029144,
0.008989706635475159,
0.016160449013113976,
-0.018354173749685287,
-0.05444096773862839,
0.019670410081744194,
0.015721702948212624,
0.00616528419777751,
-0.012111195363104343,
0.004789635073393583,
-0.0838734582066536,
0.03769552335143089,
0.09784018248319626,
-0.040912989526987076,
-0.02239428646862507,
-0.04230235144495964,
-0.02222975715994835,
0.030273418873548508,
0.0033979902509599924,
-0.010310512036085129,
0.0030894975643604994,
-0.029103431850671768,
0.03824395686388016,
0.0019880642648786306,
0.042594846338033676,
-0.06943143159151077,
-0.0318821519613266,
-0.015118428505957127,
0.06142432987689972,
0.003505391301587224,
-0.0038755827117711306,
0.09023526310920715,
-0.012805875390768051,
-0.008523539640009403,
-0.05016320198774338,
-0.007806008215993643,
-0.02440520189702511,
0.014304921962320805,
0.01221174094825983,
0.013747349381446838,
-0.037549275904893875,
-0.03190043196082115,
0.006663442589342594,
-0.005315215326845646,
0.08445844799280167,
-0.04588543623685837,
0.05045569688081741,
0.004684519022703171,
-0.017348716035485268,
0.03765896335244179,
-0.02795172482728958,
0.004330323543399572,
0.020511338487267494,
-0.013262901455163956,
0.012997826561331749,
0.05396565794944763,
0.07846226543188095,
0.022028665989637375,
0.046689800918102264,
0.058609046041965485,
-0.05557439103722572,
0.015209833160042763,
-0.028664685785770416,
0.038792386651039124,
-0.0157308429479599,
-0.05301504582166672,
-0.028061412274837494,
-0.08350783586502075,
0.0696142390370369,
-0.006677153520286083,
-0.023381462320685387,
0.07685353606939316,
0.006869104690849781,
0.03199183568358421,
0.013628522865474224,
0.0032471714075654745,
-0.01624271273612976,
0.03934082016348839,
0.04303359240293503,
-0.02751298062503338,
0.0048079160042107105,
-0.038317080587148666,
0.012266584672033787,
-0.044605761766433716,
-0.006987931206822395,
0.028664685785770416,
-0.05133318901062012,
0.015109287574887276,
0.0076734707690775394,
0.01888432539999485,
0.018847761675715446,
-0.03643413260579109,
0.040145184844732285,
-0.021589919924736023,
0.07144234329462051,
0.004867329727858305,
0.034953366965055466,
0.029926078394055367,
-0.020346809178590775,
0.014021565206348896,
0.053161293268203735,
0.03433181345462799,
0.0027992858085781336,
-0.04285078123211861,
-0.03290589153766632,
-0.0738554447889328,
-0.021169455721974373,
0.04756729304790497,
-0.02241256646811962,
0.011480499058961868,
-0.0713326558470726,
0.02138882875442505,
0.000808936485555023,
0.04504450783133507,
0.0385730154812336,
0.08789528906345367,
0.06533647328615189,
-0.002984381513670087,
-0.0394505076110363,
0.004065248649567366,
0.03323495015501976,
-0.01375649031251669,
0.06306961923837662,
-0.027037672698497772,
-0.007760305888950825,
0.03029170073568821,
-0.040730178356170654,
0.015218974091112614,
-0.027202202007174492,
-0.014889915473759174,
0.043435774743556976,
-0.07502543181180954,
-0.023765364661812782,
-0.030913256108760834,
-0.0053654881194233894,
0.016964813694357872,
0.029560457915067673,
-0.003407130716368556,
-0.03992581367492676,
0.02919483743607998,
-0.024569731205701828,
-0.006663442589342594,
-0.025392377749085426,
0.014048987068235874,
-0.037549275904893875,
-0.0013185207499191165,
0.03985268995165825,
-0.031242314726114273,
0.031498249620199203,
0.036031950265169144,
-0.07612229138612747,
-0.06529991328716278,
-0.00627497024834156,
-0.017558949068188667,
0.009460443630814552,
-0.0562325082719326,
0.040912989526987076,
-0.020237121731042862,
0.003288303967565298,
-0.03424040600657463,
0.0034048454836010933,
-0.046177931129932404,
0.013043529354035854,
0.002808426273986697,
-0.019505880773067474,
-0.01624271273612976,
-0.036050230264663696,
-0.004380596801638603,
-0.016050761565566063,
0.0023216933477669954,
0.02290615625679493,
-0.039487067610025406,
-0.014707104302942753,
-0.03568460792303085,
0.031150909140706062,
-0.02760438621044159,
-0.06939486414194107,
-0.001672716112807393,
0.0436185859143734,
0.060619961470365524,
-0.026215026155114174,
0.0011768426047638059,
-0.01241283304989338,
0.018427299335598946,
-0.03330807387828827,
-0.041497983038425446,
0.022193195298314095,
-0.013116653077304363,
0.031681060791015625,
-0.010913786478340626,
-0.03173590451478958,
-0.04146142303943634,
-0.036635223776102066,
-0.07582979649305344,
0.023875052109360695
] |
8,868 | ipaddr | _get_prefix_length | Get the number of leading bits that are same for two numbers.
Args:
number1: an integer.
number2: another integer.
bits: the maximum number of bits to compare.
Returns:
The number of leading bits that are the same for two numbers.
| def _get_prefix_length(number1, number2, bits):
"""Get the number of leading bits that are same for two numbers.
Args:
number1: an integer.
number2: another integer.
bits: the maximum number of bits to compare.
Returns:
The number of leading bits that are the same for two numbers.
"""
for i in range(bits):
if number1 >> i == number2 >> i:
return bits - i
return 0
| (number1, number2, bits) | [
-0.05740052089095116,
0.04840543866157532,
0.03633032739162445,
0.047670431435108185,
0.03351280465722084,
0.05642051249742508,
-0.04651542007923126,
0.06065554916858673,
0.023047707974910736,
-0.033792804926633835,
0.03335530310869217,
0.0331277996301651,
0.043365392833948135,
-0.008706328459084034,
0.010797597467899323,
-0.014481381513178349,
0.004243788309395313,
-0.02821025624871254,
0.007800695486366749,
-0.03053777664899826,
0.037835340946912766,
0.0407053679227829,
0.05302548035979271,
0.07854071259498596,
-0.02248770371079445,
0.03934035450220108,
-0.013772624544799328,
0.017071405425667763,
-0.023730214685201645,
0.027510248124599457,
-0.008701954036951065,
-0.01734265685081482,
0.014761383645236492,
0.022662704810500145,
0.012355111539363861,
0.004493165761232376,
0.054460491985082626,
0.0405653677880764,
-0.10409094393253326,
0.015960143879055977,
0.0006026616902090609,
-0.03251529484987259,
0.019757678732275963,
-0.014210128225386143,
-0.027072744444012642,
-0.0299252700060606,
-0.05554550141096115,
-0.012608864344656467,
-0.027545249089598656,
0.02847275696694851,
0.010841348208487034,
-0.0181476641446352,
-0.05082045868039131,
-0.009668837301433086,
-0.03582282364368439,
0.016170145943760872,
0.05292047932744026,
-0.017718911170959473,
-0.06975562870502472,
0.011891357600688934,
-0.03601532429456711,
0.04525541141629219,
-0.01652889885008335,
-0.01747390814125538,
-0.020807689055800438,
0.007634444162249565,
-0.02119269222021103,
-0.042945388704538345,
0.006886312272399664,
0.01588139310479164,
0.012110109440982342,
0.01078884769231081,
0.007651944179087877,
-0.019722677767276764,
-0.0008881330140866339,
0.04459040239453316,
0.04399539902806282,
-0.025952734053134918,
0.0343003086745739,
-0.04791543260216713,
0.00860570278018713,
-0.022890206426382065,
0.03881535306572914,
-0.034632813185453415,
0.03178028762340546,
-0.0010861036134883761,
0.03832534700632095,
0.06366557627916336,
0.04529041051864624,
-0.05425048992037773,
-0.06114555522799492,
0.04354039579629898,
0.0427003875374794,
0.019565176218748093,
-0.016170145943760872,
-0.031115282326936722,
-0.025112727656960487,
-0.01795516163110733,
-0.02779025211930275,
0.005845053121447563,
-0.017036404460668564,
0.020177682861685753,
-0.04413539916276932,
0.005543175153434277,
0.025322729721665382,
0.011313852854073048,
-0.02562023140490055,
-0.025987735018134117,
-0.03514031693339348,
-0.002349396236240864,
-0.031430285423994064,
-0.07497067749500275,
-0.00636568246409297,
-0.0448354072868824,
-0.00003238554563722573,
0.02969776839017868,
0.07518067955970764,
0.04868543893098831,
0.01698390394449234,
-0.037450339645147324,
0.04959544911980629,
0.00500504532828927,
0.009992590174078941,
-0.012888866476714611,
0.028525257483124733,
0.031885288655757904,
0.07087564468383789,
0.013273870572447777,
-0.007643194403499365,
-0.046410419046878815,
0.05988554283976555,
0.036120325326919556,
-0.011068849824368954,
0.0728706568479538,
0.037030335515737534,
-0.007651944179087877,
-0.00607255520299077,
0.02695024386048317,
0.014568882063031197,
0.06674560159444809,
-0.0014776695752516389,
0.017806410789489746,
0.038185346871614456,
-0.014743883162736893,
-0.04749542847275734,
0.014262628741562366,
0.014778884127736092,
-0.0024740849621593952,
0.054495494812726974,
0.0035197194665670395,
0.02355521358549595,
-0.029417766258120537,
0.05309548228979111,
0.03682033345103264,
-0.05250047519803047,
0.04245538264513016,
0.030450275167822838,
0.0027147121727466583,
0.03438781201839447,
-0.011270102113485336,
0.08232074230909348,
0.05047045648097992,
0.001689859083853662,
-0.06268556416034698,
-0.008938206359744072,
0.013046368025243282,
0.020212683826684952,
0.016248896718025208,
0.024482721462845802,
-0.012722615152597427,
0.021262692287564278,
0.019792679697275162,
0.03496531769633293,
-0.01759640872478485,
0.04354039579629898,
-0.005626300815492868,
-0.013518872670829296,
-0.03759033977985382,
-0.025410229340195656,
0.012591363862156868,
0.014210128225386143,
0.007756945211440325,
-0.02859525941312313,
0.02283770591020584,
0.0427003875374794,
0.07147064805030823,
0.038185346871614456,
0.033792804926633835,
0.042105380445718765,
-0.002316583413630724,
-0.012705114670097828,
-0.008658203296363354,
-0.011025100015103817,
-0.027510248124599457,
0.04998045414686203,
-0.03515781834721565,
0.05008545517921448,
-0.002242207759991288,
-0.03594532608985901,
-0.012705114670097828,
-0.016590150073170662,
0.012985117733478546,
-0.03577032312750816,
0.0035875325556844473,
0.0856807753443718,
-0.02108769118785858,
0.04543041065335274,
0.055860504508018494,
-0.072450652718544,
-0.05008545517921448,
0.010605095885694027,
-0.06674560159444809,
0.023607714101672173,
0.0385003499686718,
0.020072681829333305,
-0.03431781008839607,
-0.028122754767537117,
-0.0005966460448689759,
-0.027440248057246208,
-0.0856807753443718,
0.042630385607481,
0.039550356566905975,
0.01652889885008335,
0.009065082296729088,
0.017745161429047585,
0.024500221014022827,
0.031815286725759506,
0.022330202162265778,
0.031815286725759506,
0.020912690088152885,
0.0577155239880085,
0.02035268396139145,
0.0027343998663127422,
0.0021678321063518524,
0.0310277808457613,
-0.03228779137134552,
-0.0007809445960447192,
-0.03671533241868019,
0.053620483726263046,
-0.042945388704538345,
-0.01260011363774538,
-0.003147840965539217,
0.04371539503335953,
-0.011690106242895126,
-0.02199769951403141,
-0.03944535553455353,
-0.02859525941312313,
-0.030940279364585876,
0.003990035969763994,
0.048090435564517975,
-0.0854707732796669,
-0.0202826838940382,
0.0072319405153393745,
0.02177019789814949,
0.04193038120865822,
0.003714408725500107,
-0.054495494812726974,
-0.01673015207052231,
0.010438844561576843,
-0.02093018963932991,
0.009423835203051567,
0.031815286725759506,
-0.014280129224061966,
-0.06786561757326126,
-0.019722677767276764,
-0.02733524702489376,
0.030905280262231827,
0.04623541980981827,
-0.03571782261133194,
0.042035382241010666,
0.023047707974910736,
-0.06317557394504547,
-0.0026228362694382668,
0.020562686026096344,
-0.03351280465722084,
-0.08722078800201416,
0.04046036675572395,
0.008277574554085732,
0.013448871672153473,
0.03724033758044243,
-0.032952796667814255,
0.002900651190429926,
-0.03710033744573593,
-0.040355365723371506,
0.0023559588007628918,
0.06268556416034698,
0.06258056312799454,
-0.005722551606595516,
-0.0027125244960188866,
-0.05600050836801529,
0.0340903103351593,
0.03190279006958008,
-0.026845242828130722,
0.01837516576051712,
-0.02161269634962082,
-0.007949447259306908,
-0.0003516438009683043,
0.0021153315901756287,
0.001975330291315913,
0.04774043336510658,
-0.09240083396434784,
-0.008885705843567848,
-0.014393880032002926,
-0.028647759929299355,
-0.008010697551071644,
-0.01860266923904419,
-0.0012862615985795856,
0.029802769422531128,
0.06667560338973999,
0.0427703857421875,
-0.051520466804504395,
0.0075119431130588055,
0.04200037941336632,
-0.024307720363140106,
0.03494781628251076,
0.05267547816038132,
0.010150091722607613,
0.08323075622320175,
-0.01562764123082161,
0.07616069167852402,
0.06695560365915298,
0.06023554503917694,
-0.022172700613737106,
0.08155073970556259,
-0.009021331556141376,
-0.02775525115430355,
-0.021490193903446198,
-0.005945678800344467,
0.05225547403097153,
-0.012118860147893429,
-0.05288548022508621,
0.040390364825725555,
0.03846534714102745,
0.011821356602013111,
-0.00276940013282001,
0.019390175119042397,
0.0725206583738327,
0.02688024379312992,
-0.08834079653024673,
-0.0020748625975102186,
0.08029072731733322,
-0.03487781435251236,
-0.03190279006958008,
-0.03290029615163803,
0.022750206291675568,
-0.0056000505574047565,
-0.008334450423717499,
0.01431512925773859,
-0.03239279240369797,
-0.015732642263174057,
-0.023537712171673775,
-0.003694721031934023,
0.020247682929039,
-0.007385066710412502,
0.06055054813623428,
0.02539272978901863,
-0.018077664077281952,
-0.046830423176288605,
0.04452040418982506,
0.08295074850320816,
-0.033302802592515945,
-0.03137778490781784,
0.03675033152103424,
-0.02584773488342762,
-0.01328262034803629,
0.0050356704741716385,
-0.01431512925773859,
0.018970170989632607,
-0.06874062120914459,
-0.02264520525932312,
-0.003685970790684223,
-0.015907643362879753,
0.011471353471279144,
-0.06240556389093399,
-0.006636935286223888,
0.023537712171673775,
-0.04396039620041847,
-0.0026556490920484066,
-0.07651069015264511,
-0.029207764193415642,
0.01799016259610653,
-0.008977580815553665,
-0.058415528386831284,
0.032270293682813644,
-0.06331557035446167,
0.023275211453437805,
-0.025095228105783463,
-0.027317747473716736,
0.01717640459537506,
0.09492085874080658,
-0.0004990279558114707,
0.03438781201839447,
0.013343870639801025,
-0.045500412583351135,
0.012827616184949875,
0.039025355130434036,
-0.012888866476714611,
-0.0010177436051890254,
0.04259538650512695,
-0.037765342742204666,
-0.009170083329081535,
-0.06772561371326447,
0.003397218184545636,
0.026477739214897156,
0.03937535732984543,
0.047670431435108185,
0.036575332283973694,
-0.005149421747773886,
-0.00684256199747324,
-0.01993267983198166,
-0.11690105497837067,
-0.040005363523960114,
-0.0037209712900221348,
-0.049000442028045654,
-0.039060354232788086,
-0.06748060882091522,
-0.036610331386327744,
-0.01821766421198845,
-0.005626300815492868,
-0.007980071939527988,
-0.00631755730137229,
-0.004974420182406902,
0.0012118859449401498,
-0.00818569865077734,
0.037835340946912766,
0.01753515936434269,
0.012941366992890835,
0.048125434666872025,
-0.017806410789489746,
0.019530177116394043,
-0.021875198930501938,
0.05782052502036095,
0.03011777251958847,
-0.04088037088513374,
0.006628185044974089,
-0.01637139730155468,
0.030222773551940918,
0.0032725296914577484,
0.011628855019807816,
-0.05295547842979431,
0.06958062946796417,
-0.0052019222639501095,
0.036505330353975296,
0.026635240763425827,
0.013238869607448578,
-0.057085517793893814,
0.018095163628458977,
-0.010465094819664955,
-0.06849562376737595,
0.011497603729367256,
-0.05334048345685005,
-0.05390048772096634,
0.0192501749843359,
-0.0181826651096344,
0.00684256199747324,
-0.03148278594017029,
-0.08204074203968048,
0.01928517408668995,
-0.05866052955389023,
-0.0491054430603981,
0.002198457485064864,
0.0427003875374794,
-0.001670171390287578,
0.052325472235679626,
-0.03675033152103424,
-0.014840134419500828,
0.007052564062178135,
0.016476398333907127,
-0.036575332283973694,
0.028525257483124733,
0.007402567192912102,
-0.029522767290472984,
-0.031237782910466194,
-0.007319441065192223,
0.07490067929029465,
0.03934035450220108,
-0.030012771487236023,
0.01982767879962921,
0.04865043982863426,
-0.0427703857421875,
-0.01860266923904419,
0.014936385676264763,
0.012171359732747078,
0.00014533335343003273,
0.03263779729604721,
-0.06251056492328644,
-0.06993063539266586,
0.00032429982093162835,
0.010412594303488731,
-0.0811307355761528,
0.04448540136218071,
0.013877625577151775,
-0.045045409351587296,
0.02710774540901184,
0.015417639166116714,
-0.04186037927865982,
0.009931339882314205,
0.03344280272722244,
-0.025830233469605446,
0.045115407556295395,
-0.036155328154563904,
0.025060227140784264,
-0.020597686991095543,
0.06363057345151901,
0.0036444079596549273,
0.06814561784267426,
-0.06541559100151062,
-0.014840134419500828,
0.0070219384506344795,
-0.021367693319916725,
-0.039515357464551926,
-0.0018528292421251535,
0.03769534081220627,
0.058310527354478836,
-0.04886044189333916,
0.04350539296865463,
-0.012057608924806118,
0.0009018050623126328,
0.009703838266432285,
0.011130101047456264,
-0.011488853953778744,
0.01646764948964119,
0.012241360731422901,
-0.050645459443330765,
-0.03211279213428497,
-0.028770260512828827,
-0.03601532429456711,
-0.03923535346984863,
-0.022050200030207634,
0.0407053679227829,
-0.010762597434222698,
-0.0007957103080116212,
0.01462138257920742,
0.0010117279598489404,
-0.03881535306572914,
0.008995081298053265,
-0.08456076681613922,
-0.04672542214393616,
0.036960333585739136,
0.0224177036434412,
-0.007271315902471542,
-0.07812070846557617,
0.021262692287564278,
-0.017027653753757477,
-0.006282556802034378,
0.1067509651184082,
-0.035437822341918945,
0.04865043982863426,
-0.00820319913327694,
0.006663185544312,
-0.04858044162392616,
-0.05467049404978752,
0.047635432332754135,
-0.018287666141986847,
-0.010001340880990028,
-0.025952734053134918,
-0.05379548668861389,
-0.030905280262231827,
0.012670114636421204,
0.010088841430842876,
0.010535095818340778,
-0.03290029615163803,
-0.019110172986984253,
-0.0023122085258364677,
-0.10542095452547073,
-0.03591032326221466,
0.003412530990317464,
-0.06513559073209763,
-0.04539541155099869,
0.05715551599860191,
-0.009345084428787231,
0.06352557241916656,
-0.025112727656960487,
0.03251529484987259,
-0.006746311206370592,
0.017526408657431602,
0.003071277868002653,
-0.053585484623909,
0.05225547403097153,
-0.002762837568297982,
-0.03584032505750656,
0.05225547403097153,
0.0224177036434412,
0.02924276515841484,
0.04823043569922447,
-0.004237225744873285,
-0.04025036469101906,
-0.02717774547636509,
-0.013387621380388737,
-0.010185091756284237,
-0.05166046693921089,
-0.050645459443330765,
-0.010596346110105515,
-0.050225455313920975,
-0.026652742177248,
0.02497272565960884,
-0.045080408453941345,
-0.01578514277935028,
0.005464424379169941,
0.005700676701962948,
-0.00026633054949343204,
0.012722615152597427,
-0.026285238564014435,
-0.03155278414487839,
0.010465094819664955,
-0.010036340914666653,
0.026180237531661987,
0.0038215972017496824,
-0.021437693387269974,
-0.030695278197526932,
0.03671533241868019,
-0.00019154470646753907,
0.024570222944021225,
-0.08407076448202133,
-0.03706533461809158,
-0.022627705708146095,
0.0406353697180748,
-0.02824525535106659,
-0.0022093949373811483,
-0.04448540136218071,
-0.03969036042690277,
-0.000860789034049958,
0.026390239596366882,
-0.007923197001218796,
-0.018970170989632607,
0.03248029574751854,
0.017027653753757477,
0.047250427305698395,
0.02474522404372692,
0.007647569291293621,
0.011917607858777046,
0.0001271495857508853,
0.0703856348991394,
-0.06657060235738754,
0.012880116701126099,
-0.018497668206691742,
-0.0005966460448689759,
-0.011865107342600822,
-0.04546540975570679,
0.026285238564014435,
-0.04788043349981308,
0.004821293521672487,
-0.05691051483154297,
-0.027422748506069183,
-0.018305165693163872,
-0.010596346110105515,
0.05852052941918373,
-0.009030081331729889,
-0.014840134419500828,
-0.03445781022310257,
-0.027125244960188866,
0.020230183377861977,
0.014385130256414413,
0.007161939982324839,
0.025900233536958694,
-0.05943053960800171,
0.030450275167822838,
0.009572586975991726,
-0.03535031899809837,
-0.07003563642501831,
0.023817716166377068,
-0.04091536998748779,
0.03720533847808838,
0.028227755799889565,
-0.028542758896946907,
0.013720124028623104,
0.08603078126907349,
-0.02355521358549595,
0.023660214617848396,
0.0012982930056750774,
0.012320111505687237,
-0.010176341980695724,
0.003405968425795436,
-0.022172700613737106,
0.004055661614984274,
0.01292386744171381,
-0.0149626350030303,
-0.004149725195020437,
0.028577757999300957,
-0.007371941581368446,
-0.01067509688436985,
-0.009983840398490429,
0.010561345145106316,
-0.023537712171673775,
0.06951063126325607,
-0.03435280919075012,
0.0038609723560512066,
0.03794034197926521,
0.016738900914788246,
0.057995524257421494,
-0.005915053654462099,
0.007065689191222191,
-0.010482595302164555,
0.03083527833223343,
-0.036540329456329346,
0.036190327256917953,
-0.03927035629749298,
-0.011252601630985737,
0.04196538031101227,
-0.07784070819616318,
0.04140537604689598,
-0.036540329456329346,
0.0017707973020151258,
-0.027002744376659393,
-0.04455540329217911,
-0.029820270836353302,
-0.04014536365866661,
-0.008369450457394123,
-0.01274886541068554,
0.030240273103117943,
-0.03178028762340546,
0.03874535113573074,
-0.005241297651082277,
-0.052360475063323975,
-0.039970360696315765,
-0.02138519287109375,
0.004335664212703705,
0.04735542833805084,
0.0036662830971181393,
0.053585484623909,
-0.025130227208137512,
0.01250386331230402,
0.05418049171566963,
0.004156287759542465,
-0.001429544179700315,
-0.005989429075270891,
0.055405501276254654,
-0.023047707974910736,
-0.05852052941918373,
0.012827616184949875,
-0.002307833405211568,
-0.015995144844055176,
-0.06023554503917694,
0.021105190739035606,
0.04459040239453316,
0.04179037734866142,
0.038710352033376694,
-0.000859695253893733,
0.07329066097736359,
-0.041265372186899185,
0.05995554104447365,
-0.025725232437253,
0.05295547842979431,
0.027282746508717537,
-0.0019315800163894892,
0.026442740112543106,
0.02752774953842163,
0.006632559932768345,
-0.018112663179636,
-0.016458898782730103,
-0.013142619282007217,
-0.014988885261118412,
-0.0012982930056750774,
-0.09275083988904953,
-0.028087753802537918,
0.01043009478598833,
-0.022925207391381264,
-0.06016554310917854,
-0.02546272985637188,
-0.0032812796998769045,
-0.015111386775970459,
-0.02203269861638546,
0.0006130523979663849,
0.03801034390926361,
0.024045217782258987,
0.004440665245056152,
-0.005862553138285875,
0.05694551393389702
] |
8,870 | ipaddr | get_mixed_type_key | Return a key suitable for sorting between networks and addresses.
Address and Network objects are not sortable by default; they're
fundamentally different so the expression
IPv4Address('1.1.1.1') <= IPv4Network('1.1.1.1/24')
doesn't make any sense. There are some times however, where you may wish
to have ipaddr sort these for you anyway. If you need to do this, you
can use this function as the key= argument to sorted().
Args:
obj: either a Network or Address object.
Returns:
appropriate key.
| def get_mixed_type_key(obj):
"""Return a key suitable for sorting between networks and addresses.
Address and Network objects are not sortable by default; they're
fundamentally different so the expression
IPv4Address('1.1.1.1') <= IPv4Network('1.1.1.1/24')
doesn't make any sense. There are some times however, where you may wish
to have ipaddr sort these for you anyway. If you need to do this, you
can use this function as the key= argument to sorted().
Args:
obj: either a Network or Address object.
Returns:
appropriate key.
"""
if isinstance(obj, _BaseNet):
return obj._get_networks_key()
elif isinstance(obj, _BaseIP):
return obj._get_address_key()
return NotImplemented
| (obj) | [
0.000555554695893079,
0.01896047033369541,
-0.07558315992355347,
0.006213896907866001,
0.02751670591533184,
-0.05787932872772217,
0.0005027134902775288,
-0.03999070078134537,
0.011263553984463215,
-0.09535674750804901,
-0.024134866893291473,
-0.0010256394743919373,
0.010311834514141083,
-0.038955818861722946,
-0.008121956139802933,
0.010080834850668907,
-0.08434267342090607,
0.03104638308286667,
0.020789990201592445,
-0.02747974544763565,
0.00692999642342329,
0.03259870409965515,
0.061353567987680435,
0.0033772182650864124,
0.0445367768406868,
0.024837106466293335,
0.017057031393051147,
0.00915683526545763,
-0.021418308839201927,
0.0002240698813693598,
-0.04224525764584541,
-0.0317671038210392,
0.033319421112537384,
0.010524354875087738,
-0.03169318288564682,
-0.07251548022031784,
0.05022861436009407,
0.029937583953142166,
-0.0015465442556887865,
0.012178313918411732,
-0.00015375929069705307,
0.0008148520719259977,
-0.03496414050459862,
-0.057214051485061646,
0.024375107139348984,
0.03747742250561714,
-0.016133030876517296,
0.033762942999601364,
0.002278813859447837,
0.0015014992095530033,
-0.04934157431125641,
-0.10260090976953506,
0.03278350457549095,
-0.018923509865999222,
-0.07576796412467957,
-0.03267262130975723,
-0.009812874719500542,
-0.007040876429527998,
-0.057029251009225845,
0.016206951811909676,
-0.03727414086461067,
-0.0019346240442246199,
-0.010838514193892479,
-0.011051034554839134,
-0.011891873553395271,
-0.048011016100645065,
-0.07717244327068329,
0.0023146187886595726,
-0.07151756435632706,
-0.0016435642028227448,
0.014479072764515877,
-0.01147607434540987,
0.012825113721191883,
-0.0031831783708184958,
0.010616754181683064,
0.007341176271438599,
0.004975737538188696,
0.038364458829164505,
0.021621588617563248,
0.017823951318860054,
0.014626912772655487,
-0.0005930921761319041,
-0.005507037043571472,
-0.04132125899195671,
0.008704075589776039,
-0.016391752287745476,
0.019514869898557663,
0.02707318589091301,
0.05081997439265251,
-0.05462685227394104,
-0.020734548568725586,
-0.005349957384169102,
-0.04202349856495857,
-0.010348794981837273,
-0.02810806594789028,
0.015014992095530033,
0.0313975028693676,
-0.034317340701818466,
0.03174862265586853,
-0.03568486124277115,
0.05810109153389931,
0.014793232083320618,
-0.019551830366253853,
-0.014118712395429611,
-0.024282706901431084,
-0.07746811956167221,
0.019644230604171753,
0.020549749955534935,
-0.07621148228645325,
0.006163076963275671,
-0.014830192551016808,
-0.00673595629632473,
-0.04919373616576195,
-0.028958145529031754,
0.052926693111658096,
-0.015199792571365833,
0.006546536460518837,
0.004767837468534708,
0.013592032715678215,
-0.006250856909900904,
-0.02224990911781788,
0.03575878217816353,
-0.056733570992946625,
0.05521821230649948,
-0.06375596672296524,
-0.004379757679998875,
0.07022396475076675,
-0.026444867253303528,
-0.05285277217626572,
0.020401909947395325,
0.025668706744909286,
0.030048465356230736,
-0.11006682366132736,
0.05048733577132225,
0.03354118391871452,
0.0739569216966629,
-0.0008639395819045603,
0.04024941846728325,
0.047752294689416885,
0.03592510148882866,
0.039103660732507706,
-0.024338146671652794,
0.016733631491661072,
-0.0370708592236042,
0.033596623688936234,
0.021843349561095238,
0.0020247139036655426,
-0.038734059780836105,
0.034483663737773895,
-0.026297027245163918,
-0.003016858361661434,
0.04146909713745117,
0.05322237312793732,
0.04538685828447342,
-0.05580957233905792,
-0.020475829020142555,
-0.07746811956167221,
-0.0841948390007019,
-0.009831354953348637,
-0.009618834592401981,
-0.021917268633842468,
0.03259870409965515,
0.0010239069815725088,
-0.07048268616199493,
0.0006456446717493236,
-0.029752785339951515,
0.0458303764462471,
-0.04424109682440758,
0.03605446219444275,
-0.013573553413152695,
-0.076359324157238,
-0.021954229101538658,
-0.06323852390050888,
-0.01341647282242775,
0.005234457086771727,
0.03173014521598816,
-0.04483245685696602,
0.018175071105360985,
-0.0047539775259792805,
0.02686990611255169,
0.06397772580385208,
0.04468461871147156,
-0.0032640283461660147,
0.024855587631464005,
-0.009905274957418442,
0.01627163216471672,
0.047789257019758224,
0.006403316743671894,
0.02274886891245842,
0.012085913680493832,
-0.021159589290618896,
0.016816791146993637,
-0.03160078451037407,
-0.024984946474432945,
0.021233508363366127,
0.019588788971304893,
0.021769428625702858,
0.012150594033300877,
-0.034631501883268356,
0.10459674894809723,
-0.0159759521484375,
0.013176233507692814,
-0.008639395236968994,
0.0189974308013916,
-0.017860909923911095,
-0.03511198237538338,
0.033208541572093964,
-0.02771998569369316,
0.023525027558207512,
0.0026172285433858633,
-0.003093088511377573,
-0.04571949690580368,
-0.039584141224622726,
0.05015469342470169,
0.05015469342470169,
-0.005271417088806629,
-0.057066209614276886,
0.013693672604858875,
0.02773846499621868,
0.005363817326724529,
0.009738954715430737,
-0.02675902657210827,
0.02298910729587078,
-0.0270177461206913,
0.05521821230649948,
-0.019348550587892532,
-0.013379513286054134,
-0.005299137439578772,
0.010746114887297153,
-0.03302374482154846,
0.061612289398908615,
-0.013296352699398994,
0.003887728089466691,
0.02324782870709896,
0.07066748291254044,
0.04117341712117195,
-0.0008847295539453626,
-0.04239309951663017,
0.016206951811909676,
0.002147143939509988,
-0.0006831821519881487,
0.02280430868268013,
-0.001904594013467431,
-0.01792559027671814,
-0.01658579148352146,
-0.02768302522599697,
-0.005271417088806629,
-0.001057979417964816,
-0.028958145529031754,
-0.016373271122574806,
0.00673595629632473,
-0.020753029733896255,
0.0012635693419724703,
-0.04102557897567749,
-0.020623669028282166,
-0.04183869808912277,
-0.056437890976667404,
-0.052335333079099655,
0.010404234752058983,
-0.0028944285586476326,
-0.061907969415187836,
0.042910538613796234,
-0.038105741143226624,
-0.006278576795011759,
-0.020863909274339676,
-0.005202117376029491,
-0.008417635224759579,
0.06811724603176117,
-0.01641947217285633,
0.043464936316013336,
0.01781471073627472,
-0.04150605946779251,
-0.003079228335991502,
0.033393342047929764,
0.012104393914341927,
0.024467507377266884,
0.001994683872908354,
0.047937095165252686,
-0.010422714985907078,
-0.01577267237007618,
-0.04006461799144745,
0.015301432460546494,
-0.07170236110687256,
-0.06050349026918411,
-0.006809876300394535,
-0.010884714312851429,
0.007724636234343052,
-0.07451131939888,
-0.0361468605697155,
0.004689297638833523,
-0.006541916634887457,
0.0074843959882855415,
-0.015421551652252674,
-0.01152227446436882,
-0.056068290024995804,
0.023783747106790543,
0.006005996838212013,
-0.042910538613796234,
0.10674042254686356,
0.02285974845290184,
-0.008463835343718529,
0.05543997138738632,
0.05580957233905792,
-0.01805495098233223,
0.018285950645804405,
0.01612379215657711,
0.01128203421831131,
0.0009984970092773438,
-0.03507502004504204,
0.024282706901431084,
-0.03727414086461067,
0.0028389885555952787,
-0.0035042681265622377,
-0.0025248287711292505,
0.019311590120196342,
0.04217133671045303,
-0.03123118355870247,
0.03740350157022476,
-0.014663872309029102,
0.09742651134729385,
-0.009868314489722252,
0.06493868678808212,
-0.10836666077375412,
0.028736384585499763,
0.06231452897191048,
-0.038438379764556885,
-0.03112030401825905,
-0.00683297635987401,
0.014506792649626732,
0.03973197937011719,
0.023931587114930153,
-0.012547913938760757,
0.030732223764061928,
-0.000548913492821157,
-0.012529433704912663,
0.04080381989479065,
0.10149210691452026,
0.052889734506607056,
0.008694835938513279,
0.016946151852607727,
-0.011910353787243366,
-0.004074838012456894,
0.0007178321247920394,
-0.00046344351721927524,
-0.016807550564408302,
-0.0009182245121337473,
-0.02686990611255169,
-0.017167910933494568,
0.0020570538472384214,
0.06061436980962753,
-0.025613266974687576,
0.003522748127579689,
0.0020235590636730194,
0.013111553154885769,
0.005280657205730677,
-0.0047539775259792805,
0.021991189569234848,
-0.04091469943523407,
0.012381593696773052,
0.03995373845100403,
0.05821197107434273,
-0.08463835716247559,
0.0014414392644539475,
-0.02707318589091301,
-0.024855587631464005,
0.012945232912898064,
0.02642638608813286,
-0.017786990851163864,
0.056881409138441086,
-0.03187798336148262,
-0.05932077020406723,
0.019219189882278442,
-0.007114796433597803,
-0.028440704569220543,
0.004569177515804768,
-0.012741953134536743,
0.01149455364793539,
0.03455758094787598,
-0.004516047891229391,
0.04087773710489273,
0.030602864921092987,
0.02744278497993946,
0.10370970517396927,
0.07465916126966476,
-0.02202814817428589,
0.024837106466293335,
0.06756284832954407,
0.047050055116415024,
0.018470751121640205,
-0.008694835938513279,
-0.014405152760446072,
-0.030621344223618507,
0.06305372714996338,
0.008676355704665184,
-0.026019826531410217,
-0.011873394250869751,
-0.009905274957418442,
-0.05473773181438446,
-0.04945245385169983,
-0.04128430038690567,
0.03603598102927208,
-0.011827194131910801,
-0.005386917386204004,
0.016890712082386017,
0.04911981523036957,
0.047419656068086624,
0.04058206081390381,
0.002441668650135398,
0.003578188130632043,
-0.0036728980485349894,
-0.05444205179810524,
-0.004199577961117029,
-0.004957257304340601,
-0.08811259269714355,
0.014072512276470661,
-0.021603109315037727,
-0.012557153590023518,
0.056918371468782425,
0.00662969658151269,
0.012233753688633442,
0.03555550053715706,
-0.052002694457769394,
-0.012316913343966007,
-0.029604945331811905,
-0.015412312000989914,
-0.0032778882887214422,
0.04568253457546234,
-0.029734304174780846,
-0.004291977733373642,
0.015061192214488983,
0.021122628822922707,
-0.02210206910967827,
0.04863933473825455,
-0.017805470153689384,
0.04220829904079437,
-0.012446273118257523,
0.012825113721191883,
-0.012104393914341927,
-0.018803389742970467,
-0.007387376390397549,
-0.009480235166847706,
-0.014192632399499416,
-0.05318541079759598,
0.04468461871147156,
0.015513951890170574,
0.01638251170516014,
0.05303757265210152,
-0.010967873968183994,
0.012649553827941418,
0.028237424790859222,
0.061538368463516235,
-0.051928773522377014,
0.056955330073833466,
-0.021307429298758507,
-0.02213902771472931,
-0.012806633487343788,
-0.004079457838088274,
0.051743973046541214,
-0.000049989819672191516,
0.0015465442556887865,
-0.028311345726251602,
-0.024947987869381905,
0.04180173948407173,
-0.0072210561484098434,
-0.061501409858465195,
0.04930461570620537,
-0.03123118355870247,
-0.0020443489775061607,
0.018101150169968605,
-0.016890712082386017,
-0.02675902657210827,
0.008112715557217598,
0.010339554399251938,
0.01634555123746395,
-0.034261900931596756,
0.09565243124961853,
0.023432627320289612,
0.01370291318744421,
-0.038142699748277664,
-0.02718406543135643,
0.018674030900001526,
-0.07166540622711182,
0.060762207955121994,
-0.018747949972748756,
0.019976869225502014,
-0.016955390572547913,
-0.030011504888534546,
0.06534524261951447,
-0.04871325567364693,
-0.009082915261387825,
-0.015005752444267273,
0.03126814216375351,
-0.020383428782224655,
0.09742651134729385,
0.06656492501497269,
0.03598054125905037,
-0.047050055116415024,
-0.024744708091020584,
-0.0664910078048706,
0.0013871543342247605,
0.03328246250748634,
-0.005100477486848831,
-0.03697846084833145,
-0.009960714727640152,
0.06002300977706909,
-0.012714233249425888,
0.016373271122574806,
0.038955818861722946,
0.03653494268655777,
0.0056132972240448,
-0.02237926796078682,
0.002171398838981986,
0.09410011023283005,
0.005003457423299551,
0.006893036421388388,
0.028680944815278053,
0.025742625817656517,
-0.029623424634337425,
0.00663431640714407,
0.00930467527359724,
0.0190898310393095,
-0.015707992017269135,
-0.002199118956923485,
0.05521821230649948,
0.07015004009008408,
0.034705422818660736,
0.0012912893434986472,
0.010505874641239643,
0.003044578479602933,
0.03557398170232773,
0.007179476320743561,
0.02716558612883091,
0.007627616170793772,
0.021362869068980217,
0.01603139191865921,
0.019662709906697273,
-0.04268877953290939,
0.03995373845100403,
0.04512813687324524,
-0.015273712575435638,
0.011642393656075,
-0.0225455891340971,
0.038253579288721085,
-0.061501409858465195,
0.056327011436223984,
0.011901114135980606,
-0.05008077248930931,
0.02781238593161106,
-0.12869465351104736,
-0.010311834514141083,
0.0031392883975058794,
-0.020679108798503876,
0.07310684025287628,
0.014358952641487122,
-0.02213902771472931,
-0.01385999284684658,
-0.006103016901761293,
0.020346470177173615,
0.009600355289876461,
0.034409742802381516,
0.016983110457658768,
0.04468461871147156,
0.03496414050459862,
0.003635938046500087,
-0.03283894434571266,
-0.04579341784119606,
-0.02247166819870472,
-0.010034634731709957,
0.024245748296380043,
0.03283894434571266,
-0.04664349555969238,
0.0007438196334987879,
0.006990056484937668,
0.003259408287703991,
-0.015162832103669643,
0.04498029500246048,
-0.070076122879982,
0.04047117754817009,
-0.06061436980962753,
-0.04875021427869797,
-0.05056125298142433,
0.029771264642477036,
0.024911027401685715,
0.0018872689688578248,
-0.00402170792222023,
-0.052150532603263855,
0.02280430868268013,
-0.0007790470845066011,
-0.056327011436223984,
-0.03947325795888901,
-0.002297293860465288,
-0.013693672604858875,
0.011919593438506126,
0.04161693900823593,
0.021455269306898117,
0.009563394822180271,
0.0038022580556571484,
0.013970872387290001,
0.01341647282242775,
-0.05277885124087334,
0.030122384428977966,
0.01884959079325199,
0.030695263296365738,
-0.004522977862507105,
0.10127034783363342,
-0.007202576380223036,
-0.004975737538188696,
-0.061094850301742554,
0.009507955051958561,
-0.07196108251810074,
0.015292191877961159,
0.0702609270811081,
0.014451352879405022,
-0.024744708091020584,
0.013157753273844719,
-0.04590429738163948,
-0.0014807091793045402,
-0.013185473158955574,
-0.025151267647743225,
-0.04128430038690567,
-0.02345110848546028,
0.000806767086032778,
0.0461999773979187,
0.018101150169968605,
-0.006195416674017906,
-0.00014473586634267122,
-0.025871986523270607,
-0.010515114292502403,
0.06734108179807663,
-0.030972464010119438,
0.01566179282963276,
0.023728307336568832,
0.04520205780863762,
0.001670129131525755,
-0.060947008430957794,
-0.048084937036037445,
0.02249014750123024,
0.01336103305220604,
-0.06663884222507477,
0.009179934859275818,
-0.04010158032178879,
0.0006918446160852909,
-0.012769673019647598,
0.020050790160894394,
-0.03197038173675537,
-0.012252233922481537,
0.013823033310472965,
-0.034114062786102295,
-0.013980112969875336,
-0.023691346868872643,
-0.010709154419600964,
0.020697589963674545,
0.002892118413001299,
-0.056179169565439224,
-0.027294946834445,
0.05747276917099953,
0.05041341483592987,
-0.017177151516079903,
-0.0010937844635918736,
-0.030953984707593918,
0.0013421092880889773,
0.005262177437543869,
-0.038216620683670044,
-0.019829029217362404,
0.046976134181022644,
0.03542614355683327,
-0.0030491985380649567,
-0.04461069777607918,
0.01168859377503395,
-0.03455758094787598,
0.003416488179937005,
0.03182254359126091,
0.038512300699949265,
-0.02810806594789028,
-0.043391019105911255,
0.0011307444656267762,
0.014442112296819687,
0.029697345569729805,
-0.021621588617563248,
-0.07048268616199493,
0.04202349856495857,
-0.04080381989479065,
-0.033522702753543854,
0.03317158296704292,
0.019440950825810432,
-0.04157998040318489,
0.0223607886582613,
-0.017768511548638344,
-0.03161926195025444,
-0.0354076623916626,
0.0447215773165226,
-0.0036082181613892317,
-0.02230534888803959,
-0.03546310216188431,
-0.04668045416474342,
-0.05536605045199394,
0.021344389766454697,
0.07916828244924545,
0.024578386917710304,
-0.00901823490858078,
-0.015051952563226223,
-0.0028066486120224,
0.020974788814783096,
-0.006846836302429438,
0.007576796226203442,
0.021991189569234848,
0.025724146515130997,
0.02271190844476223,
0.07314380258321762,
-0.02725798636674881,
-0.0367012619972229,
-0.013222433626651764,
0.025465426966547966,
-0.05118957534432411,
0.02666662633419037,
0.017177151516079903,
0.04682829603552818,
0.05592045187950134,
-0.030344143509864807,
0.043464936316013336,
-0.03206278383731842,
-0.03099094331264496,
0.05503341183066368,
-0.010006914846599102,
0.01864631101489067,
0.012464753352105618,
0.013046873733401299,
-0.01645643077790737,
-0.12218970060348511,
0.028939664363861084,
0.0812380388379097,
0.010311834514141083,
-0.005507037043571472,
0.017768511548638344,
0.048417575657367706,
0.03191494196653366,
-0.0037999481428414583,
-0.025003427639603615,
-0.00022060488117858768,
0.06856076419353485,
-0.057214051485061646,
0.021566148847341537,
-0.015458512119948864,
-0.047641415148973465,
0.016484150663018227,
-0.024467507377266884,
0.02206510864198208,
0.07835515588521957,
0.0017879391089081764,
0.007923295721411705,
0.020032308995723724,
0.017953310161828995,
0.009646555408835411,
-0.07166540622711182,
0.042467016726732254,
0.026019826531410217,
-0.04047117754817009,
0.00779393594712019,
-0.013786072842776775,
-0.0058951168321073055,
-0.024134866893291473,
-0.0890735536813736,
-0.04867629334330559,
0.004211127758026123,
-0.04065597802400589,
-0.038031820207834244,
-0.00876875501126051,
-0.005691837053745985
] |
8,873 | ipaddr | summarize_address_range | Summarize a network range given the first and last IP addresses.
Example:
>>> summarize_address_range(IPv4Address('1.1.1.0'),
IPv4Address('1.1.1.130'))
[IPv4Network('1.1.1.0/25'), IPv4Network('1.1.1.128/31'),
IPv4Network('1.1.1.130/32')]
Args:
first: the first IPv4Address or IPv6Address in the range.
last: the last IPv4Address or IPv6Address in the range.
Returns:
The address range collapsed to a list of IPv4Network's or
IPv6Network's.
Raise:
TypeError:
If the first and last objects are not IP addresses.
If the first and last objects are not the same version.
ValueError:
If the last object is not greater than the first.
If the version is not 4 or 6.
| def summarize_address_range(first, last):
"""Summarize a network range given the first and last IP addresses.
Example:
>>> summarize_address_range(IPv4Address('1.1.1.0'),
IPv4Address('1.1.1.130'))
[IPv4Network('1.1.1.0/25'), IPv4Network('1.1.1.128/31'),
IPv4Network('1.1.1.130/32')]
Args:
first: the first IPv4Address or IPv6Address in the range.
last: the last IPv4Address or IPv6Address in the range.
Returns:
The address range collapsed to a list of IPv4Network's or
IPv6Network's.
Raise:
TypeError:
If the first and last objects are not IP addresses.
If the first and last objects are not the same version.
ValueError:
If the last object is not greater than the first.
If the version is not 4 or 6.
"""
if not (isinstance(first, _BaseIP) and isinstance(last, _BaseIP)):
raise TypeError('first and last must be IP addresses, not networks')
if first.version != last.version:
raise TypeError("%s and %s are not of the same version" % (
str(first), str(last)))
if first > last:
raise ValueError('last IP address must be greater than first')
networks = []
if first.version == 4:
ip = IPv4Network
elif first.version == 6:
ip = IPv6Network
else:
raise ValueError('unknown IP version')
ip_bits = first._max_prefixlen
first_int = first._ip
last_int = last._ip
while first_int <= last_int:
nbits = _count_righthand_zero_bits(first_int, ip_bits)
current = None
while nbits >= 0:
addend = 2**nbits - 1
current = first_int + addend
nbits -= 1
if current <= last_int:
break
prefix = _get_prefix_length(first_int, current, ip_bits)
net = ip('%s/%d' % (str(first), prefix))
networks.append(net)
if current == ip._ALL_ONES:
break
first_int = current + 1
first = IPAddress(first_int, version=first._version)
return networks
| (first, last) | [
-0.04188495874404907,
0.0076545788906514645,
-0.004405125975608826,
-0.08758784830570221,
-0.03011300042271614,
-0.008403193205595016,
-0.01136021874845028,
-0.05330132320523262,
0.022233838215470314,
-0.05008228123188019,
-0.0037220155354589224,
0.022233838215470314,
0.013156892731785774,
-0.016778312623500824,
-0.0017639219295233488,
0.0807005986571312,
-0.01760178804397583,
-0.030487308278679848,
-0.007256877608597279,
-0.013007169589400291,
-0.04016314446926117,
0.0038483443204313517,
0.0020376339089125395,
0.027343129739165306,
0.021260639652609825,
0.004030819050967693,
0.05513542518019676,
-0.027212122455239296,
-0.01966983452439308,
0.011051415465772152,
0.018004167824983597,
-0.043793924152851105,
-0.03666337579488754,
-0.026463506743311882,
0.011594160459935665,
-0.02298245206475258,
0.07673294097185135,
0.038703348487615585,
-0.036083199083805084,
0.07182952016592026,
-0.005099933594465256,
-0.05880363658070564,
-0.07313959300518036,
-0.0007766871131025255,
0.03320103511214256,
0.0195201113820076,
0.028896503150463104,
0.014382747933268547,
-0.07134292274713516,
-0.024591973051428795,
-0.006999541539698839,
0.0105180274695158,
-0.005296444520354271,
0.0011392970336601138,
-0.03780500963330269,
-0.008290900848805904,
0.015992268919944763,
0.0446922592818737,
0.0021160044707357883,
0.013138176873326302,
0.004012103658169508,
-0.024180235341191292,
0.0007801962201483548,
-0.07512342184782028,
-0.025565171614289284,
0.022158976644277573,
-0.09043257683515549,
-0.04618948698043823,
-0.04798616096377373,
0.014869347214698792,
-0.005605247803032398,
0.015421450138092041,
0.030580885708332062,
-0.0024493716191500425,
0.04918394610285759,
0.028241466730833054,
0.04259614273905754,
0.0416603721678257,
-0.02200925350189209,
-0.06292100995779037,
0.0591779425740242,
0.03333204239606857,
0.026744237169623375,
-0.07733183354139328,
0.07658322155475616,
-0.05521028861403465,
-0.049146514385938644,
0.04963311180472374,
-0.00927345734089613,
-0.06565345823764801,
-0.012370847165584564,
-0.010433808900415897,
0.024573257192969322,
0.004978283774107695,
-0.03499770909547806,
0.0306931771337986,
-0.07546029984951019,
-0.0433821864426136,
-0.05951482057571411,
-0.03518486022949219,
-0.010396378114819527,
-0.0022224481217563152,
-0.08122462779283524,
0.002933631418272853,
-0.010967195965349674,
-0.034454964101314545,
-0.03685052692890167,
0.018107103183865547,
-0.041248634457588196,
0.03692539036273956,
-0.025378016754984856,
-0.047312408685684204,
0.001899608178064227,
-0.025247009471058846,
0.03748685121536255,
0.036738235503435135,
0.03488541767001152,
0.03391221910715103,
0.0012948684161528945,
-0.03688795864582062,
-0.013914864510297775,
0.030337585136294365,
-0.041772667318582535,
0.05850419029593468,
-0.04031286761164665,
0.012314701452851295,
0.02410537376999855,
0.010321516543626785,
-0.015234296210110188,
-0.056333210319280624,
0.04776157811284065,
-0.011444437317550182,
-0.07972739636898041,
0.05281472206115723,
0.05154208093881607,
-0.030842900276184082,
-0.0403502993285656,
0.019314242526888847,
-0.011182422749698162,
0.025565171614289284,
0.02607048489153385,
0.01933295838534832,
0.015065858140587807,
0.03363148868083954,
-0.03698153421282768,
0.011884248815476894,
-0.0018528198124840856,
0.04682581126689911,
0.018247468397021294,
-0.013250469230115414,
0.000039294929592870176,
-0.008047601208090782,
0.03632649779319763,
0.04184752702713013,
-0.045103996992111206,
-0.0023979044053703547,
-0.031853530555963516,
-0.047387272119522095,
-0.03293902054429054,
-0.0326957181096077,
-0.06707581877708435,
0.0771821141242981,
0.023038597777485847,
-0.034773122519254684,
-0.008230076171457767,
-0.005661393981426954,
-0.009395106695592403,
-0.02030615694820881,
-0.04420566186308861,
-0.004987641237676144,
-0.021503940224647522,
-0.036607228219509125,
-0.004157147370278835,
-0.013952295295894146,
0.016301071271300316,
-0.033275894820690155,
-0.0017112849745899439,
-0.011846818029880524,
-0.04551573470234871,
0.009563544765114784,
0.09088174998760223,
0.012689008377492428,
0.017742153257131577,
-0.025116002187132835,
-0.029963279142975807,
-0.0317973829805851,
-0.026407361030578613,
-0.024217665195465088,
-0.003097390756011009,
-0.00459695840254426,
0.02227126806974411,
-0.008791537024080753,
-0.028241466730833054,
0.011921679601073265,
0.0469006709754467,
-0.044841982424259186,
-0.047574423253536224,
0.06677637249231339,
0.0028494123835116625,
0.013821287080645561,
-0.029476679861545563,
0.012689008377492428,
-0.0003588083782233298,
-0.0036565118934959173,
0.03134821355342865,
0.00623689079657197,
-0.060375723987817764,
0.030786754563450813,
-0.01429852843284607,
0.03161022812128067,
-0.010368305258452892,
0.005783043801784515,
-0.027193406596779823,
0.04356933757662773,
-0.021859530359506607,
0.01512200478464365,
0.04121120646595955,
-0.0038483443204313517,
-0.0025780396535992622,
-0.03701896592974663,
0.030599599704146385,
-0.10645291954278946,
0.01912708953022957,
-0.026201492175459862,
0.014560543932020664,
0.0010463051730766892,
-0.028728066012263298,
-0.0028189998120069504,
0.0798022598028183,
0.02867191843688488,
0.10892334580421448,
-0.036214206367731094,
-0.029832271859049797,
0.02122320979833603,
0.10308416187763214,
0.03892793133854866,
-0.03801088035106659,
-0.01723683997988701,
0.06015114113688469,
-0.016179421916604042,
-0.0885610431432724,
0.016488224267959595,
-0.012352132238447666,
-0.05251527577638626,
0.002683313563466072,
-0.07025743275880814,
-0.05779300630092621,
-0.008042922243475914,
0.012698366306722164,
-0.0027534961700439453,
-0.04828560724854469,
0.0014972281642258167,
0.01728362776339054,
-0.026893960312008858,
-0.0029921168461441994,
0.014392105862498283,
-0.018921220675110817,
-0.008379798382520676,
0.05610862374305725,
0.022701721638441086,
0.05902821943163872,
-0.038048312067985535,
0.023094743490219116,
-0.04023800790309906,
-0.014560543932020664,
0.030992623418569565,
0.02665066160261631,
0.012417635880410671,
0.020399734377861023,
0.0635199025273323,
0.008548237383365631,
0.016740882769227028,
0.022233838215470314,
-0.027155974879860878,
0.011547371745109558,
0.005937445443123579,
0.0684233233332634,
-0.027661290019750595,
0.009016120806336403,
-0.03436138480901718,
0.013175607658922672,
0.027380559593439102,
-0.08960910141468048,
-0.026987537741661072,
0.06423109024763107,
-0.030618315562605858,
0.029570255428552628,
0.005988912656903267,
-0.028035597875714302,
-0.001940548070706427,
0.06527914851903915,
-0.04278329387307167,
-0.015009712427854538,
-0.017161978408694267,
0.009352996945381165,
0.05277729406952858,
0.03645750507712364,
0.00007595800707349554,
0.007280271966010332,
0.00818328745663166,
-0.06542886793613434,
0.012221124954521656,
0.059664543718099594,
0.010742612183094025,
-0.025771040469408035,
-0.01631978712975979,
-0.0012048007920384407,
-0.015290442854166031,
0.036607228219509125,
0.010611604899168015,
-0.04008828476071358,
-0.02461068704724312,
0.04312017187476158,
-0.010751970112323761,
0.05184152349829674,
0.04154808074235916,
0.01927681267261505,
0.05015714466571808,
-0.008187966421246529,
0.013512483797967434,
-0.025827186182141304,
0.07830503582954407,
0.004543151706457138,
0.05637063831090927,
-0.027548998594284058,
0.021241923794150352,
-0.05468625947833061,
0.04181009531021118,
0.005188831128180027,
0.017948022112250328,
-0.008482732810080051,
-0.019894419237971306,
0.014017798937857151,
0.05865391343832016,
-0.009086303412914276,
-0.0026645981706678867,
0.0732518881559372,
0.016675379127264023,
-0.06509199738502502,
-0.06864791363477707,
0.0038413258735090494,
0.023487767204642296,
0.012745155021548271,
-0.0020668767392635345,
0.06767471134662628,
-0.003911508712917566,
0.0009667648700997233,
-0.025247009471058846,
-0.06213496997952461,
0.007088439539074898,
-0.020025426521897316,
0.06838589906692505,
-0.0030880330596119165,
0.023693636059761047,
-0.015936121344566345,
0.03454853966832161,
0.04356933757662773,
-0.06093718484044075,
0.05910308286547661,
0.02554645575582981,
0.00816925149410963,
0.014560543932020664,
0.01302588451653719,
-0.05468625947833061,
0.03140436112880707,
0.015964195132255554,
0.01563667692244053,
0.031722523272037506,
0.01247378159314394,
-0.03574632108211517,
-0.022570714354515076,
-0.013568630442023277,
0.0003111427358817309,
-0.002029445953667164,
-0.04630178213119507,
-0.0066720228642225266,
0.015412092208862305,
-0.0035933475010097027,
-0.04454253613948822,
0.03336947411298752,
-0.050381727516651154,
-0.0012387223541736603,
0.0608997568488121,
0.0357276052236557,
0.0014141787542030215,
-0.016441436484456062,
0.07912851125001907,
-0.03318231925368309,
-0.0379360169172287,
0.07025743275880814,
-0.0016235568327829242,
-0.019445249810814857,
-0.012108832597732544,
0.035765036940574646,
-0.061685800552368164,
-0.007888521067798138,
-0.02221512235701084,
0.01251121237874031,
0.004358337726444006,
-0.04199725016951561,
-0.005984233692288399,
-0.009413821622729301,
0.030618315562605858,
0.03175995126366615,
-0.01152865681797266,
-0.025059856474399567,
0.012820015661418438,
-0.0070088994689285755,
0.02743670530617237,
-0.002907897811383009,
-0.02502242475748062,
-0.055622026324272156,
-0.011977825313806534,
0.009184558875858784,
0.0565577931702137,
0.04214697331190109,
0.005605247803032398,
0.059589680284261703,
0.0018610077677294612,
0.013671564869582653,
0.053862784057855606,
-0.03866591677069664,
0.006512942258268595,
0.013437622226774693,
0.043531909584999084,
-0.0534510463476181,
0.018603060394525528,
-0.07141778618097305,
-0.03505385294556618,
0.0100875748321414,
0.06239698454737663,
0.041697803884744644,
-0.028260180726647377,
-0.038179319351911545,
0.018986724317073822,
-0.031984537839889526,
-0.004760717507451773,
0.04873477667570114,
0.06778700649738312,
-0.030412446707487106,
0.028428619727492332,
-0.02775486744940281,
-0.003998067229986191,
-0.009741340763866901,
-0.03685052692890167,
-0.012754512019455433,
-0.018004167824983597,
-0.06325788795948029,
-0.04244641959667206,
-0.007556323427706957,
-0.03816060349345207,
-0.11566087603569031,
0.01739591918885708,
0.03892793133854866,
-0.003385139163583517,
-0.04016314446926117,
0.013315972872078419,
0.006339825689792633,
0.011977825313806534,
0.05109291151165962,
0.042296696454286575,
-0.011500583961606026,
0.0464889332652092,
0.048809636384248734,
-0.07426251471042633,
-0.019426535815000534,
0.04839789867401123,
-0.022327415645122528,
-0.029682548716664314,
-0.014803843572735786,
0.01429852843284607,
-0.017377205193042755,
-0.0017592430813238025,
-0.016057772561907768,
0.012951023876667023,
0.0850425586104393,
0.05199124664068222,
0.008061638101935387,
0.017386561259627342,
-0.030393730849027634,
0.017901234328746796,
0.005488276947289705,
0.005071860272437334,
0.03277058154344559,
-0.02730569802224636,
0.03507256880402565,
-0.014008441008627415,
0.016984181478619576,
-0.005460204090923071,
-0.0157957561314106,
-0.013372118584811687,
-0.04854762181639671,
-0.0565577931702137,
0.021765954792499542,
-0.03447367995977402,
-0.03293902054429054,
0.016703451052308083,
-0.029083656147122383,
0.015992268919944763,
0.008501448668539524,
0.029476679861545563,
-0.01991313509643078,
0.02612663060426712,
0.006007628049701452,
0.07755641639232635,
0.12322187423706055,
-0.009002083912491798,
0.031516652554273605,
-0.015936121344566345,
-0.011210495606064796,
-0.03043116256594658,
0.019314242526888847,
0.01420495193451643,
0.057718146592378616,
-0.036738235503435135,
0.023880789056420326,
0.024180235341191292,
-0.02932695671916008,
0.00664862897247076,
-0.0069527532905340195,
-0.023749781772494316,
0.026538368314504623,
-0.01985698752105236,
0.03258342668414116,
-0.0011305242078378797,
0.0010714539093896747,
0.011959109455347061,
-0.0035746321082115173,
-0.03812317177653313,
-0.013755783438682556,
0.056595224887132645,
0.058616481721401215,
0.06307073682546616,
-0.04233412444591522,
-0.019763411954045296,
0.057905297726392746,
0.01626364141702652,
-0.04278329387307167,
0.0025289119221270084,
0.047312408685684204,
0.016460152342915535,
0.003176931058987975,
-0.05232812464237213,
0.01365284901112318,
-0.024517111480236053,
0.035896044224500656,
0.01398036815226078,
0.005834511015564203,
0.010293443687260151,
-0.0005664318450726569,
-0.00560056883841753,
0.038965363055467606,
0.05023200437426567,
0.049670543521642685,
0.021971823647618294,
0.05135492607951164,
-0.009530792944133282,
0.011968467384576797,
0.031516652554273605,
0.009610333479940891,
0.013549914583563805,
-0.017190050333738327,
-0.02580847032368183,
0.041323497891426086,
-0.0723535493016243,
0.04210954159498215,
-0.023600058630108833,
-0.000010792397915793117,
-0.036139342933893204,
0.056071195751428604,
-0.049670543521642685,
0.012174336239695549,
-0.02547159418463707,
0.011219853535294533,
0.021279355511069298,
0.03383735567331314,
-0.03166637569665909,
-0.03168509155511856,
0.0006094186683185399,
-0.010658392682671547,
-0.039152517914772034,
-0.0007275593234226108,
0.03307002782821655,
-0.11356475204229355,
0.01339083444327116,
0.11229211091995239,
-0.08960910141468048,
-0.031722523272037506,
-0.01821003668010235,
-0.002152265515178442,
0.019370390102267265,
0.01450439728796482,
0.0015358285745605826,
0.003920866176486015,
-0.037524279206991196,
0.019426535815000534,
-0.009675837121903896,
-0.015327873639762402,
-0.06026343256235123,
0.007139906752854586,
-0.01594547927379608,
0.06688866764307022,
0.006302394904196262,
0.02833504229784012,
0.07220382988452911,
0.03333204239606857,
-0.006873213220387697,
-0.041510649025440216,
0.0030622994527220726,
-0.06741269677877426,
0.007823017425835133,
0.08197323977947235,
0.012455066666007042,
-0.0311423446983099,
-0.01838783361017704,
-0.054124798625707626,
-0.004377053119242191,
0.04285815730690956,
-0.026463506743311882,
0.027923304587602615,
0.05390021204948425,
-0.019239380955696106,
0.01965111866593361,
0.00017633370589464903,
-0.03076803870499134,
0.04147322103381157,
-0.04985769838094711,
0.017255553975701332,
0.048697344958782196,
0.03840390220284462,
-0.004482326563447714,
0.01710583083331585,
0.012398920953273773,
-0.03729969635605812,
-0.007275593001395464,
-0.0565577931702137,
0.06307073682546616,
0.01123856846243143,
-0.07160493731498718,
-0.04652636498212814,
-0.05281472206115723,
-0.002669277135282755,
0.0353158675134182,
-0.007621827069669962,
0.029794840142130852,
0.024404818192124367,
-0.0018949293298646808,
-0.025902047753334045,
-0.005371306091547012,
-0.019005440175533295,
0.007139906752854586,
0.03063703142106533,
0.025771040469408035,
-0.023038597777485847,
-0.01927681267261505,
0.018790213391184807,
-0.0364200733602047,
0.0017896555364131927,
0.01048059668391943,
-0.035821184515953064,
0.028447335585951805,
-0.02665066160261631,
0.04031286761164665,
0.01713390462100506,
-0.009844275191426277,
0.06366962939500809,
-0.011144991964101791,
0.06831103563308716,
0.015224939212203026,
0.015758326277136803,
0.006419365759938955,
0.0030155109707266092,
0.02318832091987133,
0.05543487146496773,
0.004332603886723518,
-0.024797841906547546,
-0.013830645009875298,
0.014551186002790928,
-0.07070659846067429,
-0.014990996569395065,
0.06153607740998268,
-0.022458422929048538,
-0.02174723893404007,
-0.07815530896186829,
-0.027848443016409874,
-0.001115902909077704,
-0.0364200733602047,
-0.022327415645122528,
0.03801088035106659,
0.0675249919295311,
0.011453795246779919,
-0.05382535234093666,
0.02234612964093685,
0.022439707070589066,
-0.023805927485227585,
0.08436881005764008,
-0.03318231925368309,
-0.04544087499380112,
-0.003024868667125702,
-0.021110916510224342,
0.020717894658446312,
-0.0071258703246712685,
-0.04746213182806969,
0.009423179551959038,
-0.012314701452851295,
-0.007069724146276712,
-0.02940181829035282,
0.036027051508426666,
0.04794873297214508,
0.023749781772494316,
0.04970797523856163,
0.0033079383429139853,
-0.02272043749690056,
-0.008080353029072285,
0.038628485053777695,
-0.03030015528202057,
0.001123505993746221,
0.008384477347135544,
0.006026343442499638,
0.0036775667686015368,
0.01760178804397583,
0.04630178213119507,
0.02266429178416729,
-0.09155549854040146,
-0.027848443016409874,
0.04005085304379463,
0.007837053388357162,
0.01812581904232502,
-0.0991165041923523,
0.02311345934867859,
0.0018785534193739295,
0.0477990098297596,
-0.014972281642258167,
0.01450439728796482,
0.0010194018250331283,
0.004582921974360943,
-0.025116002187132835,
0.008632455952465534,
0.010312158614397049,
-0.0060778106562793255,
-0.013886790722608566,
-0.04742470011115074,
0.02906494215130806,
0.027343129739165306,
-0.04809845611453056,
-0.061685800552368164,
0.02717469073832035,
-0.0012539285235106945,
-0.012689008377492428,
-0.004126735031604767,
0.013007169589400291,
0.019089659675955772,
0.020399734377861023,
-0.037337128072977066,
0.024573257192969322,
-0.00877282116562128,
-0.008693280629813671,
-0.04813588410615921,
0.000696561997756362,
-0.030992623418569565,
0.034118086099624634,
-0.0014364032540470362,
0.041323497891426086,
-0.024704264476895332,
-0.041248634457588196,
0.0042811366729438305,
-0.04237155616283417,
0.00413843197748065
] |
8,875 | ipaddr | v4_int_to_packed | The binary representation of this address.
Args:
address: An integer representation of an IPv4 IP address.
Returns:
The binary representation of this address.
Raises:
ValueError: If the integer is too large to be an IPv4 IP
address.
| def v4_int_to_packed(address):
"""The binary representation of this address.
Args:
address: An integer representation of an IPv4 IP address.
Returns:
The binary representation of this address.
Raises:
ValueError: If the integer is too large to be an IPv4 IP
address.
"""
if address > _BaseV4._ALL_ONES:
raise ValueError('Address too large for IPv4')
return Bytes(struct.pack('!I', address))
| (address) | [
0.021938195452094078,
0.08379022032022476,
-0.06768780201673508,
-0.06840826570987701,
0.038328804075717926,
-0.012365001253783703,
-0.0009163429494947195,
-0.0472986064851284,
-0.038220733404159546,
-0.05684478580951691,
0.02898075431585312,
-0.024838073179125786,
-0.043552182614803314,
-0.014985697343945503,
0.01756136305630207,
-0.0014499382814392447,
0.01956065744161606,
-0.01698499172925949,
0.018020661547780037,
-0.0024315735790878534,
0.010158573277294636,
0.0526660792529583,
0.01672382280230522,
-0.003829728113487363,
0.018732121214270592,
-0.03252904862165451,
0.013805934228003025,
-0.011005121283233166,
0.03236694633960724,
0.010870033875107765,
0.02681935392320156,
-0.01660674624145031,
0.029629172757267952,
0.005358467344194651,
-0.07500053197145462,
-0.010410737246274948,
0.0662468671798706,
0.052233800292015076,
-0.033465657383203506,
-0.03739219531416893,
0.026693273335695267,
-0.0373561717569828,
-0.07665760815143585,
0.0014555668458342552,
0.03724810481071472,
-0.024675967171788216,
-0.0280801709741354,
-0.02501818910241127,
-0.014328272081911564,
0.03569909930229187,
0.013112485408782959,
-0.004502913914620876,
0.009744305163621902,
0.0027490288484841585,
0.020641356706619263,
0.009167932905256748,
0.04113861918449402,
-0.017174113541841507,
-0.014481371268630028,
-0.015444994904100895,
-0.04920784384012222,
0.022496556863188744,
-0.0035347873345017433,
-0.058573901653289795,
-0.016579728573560715,
0.025054212659597397,
-0.02941303327679634,
-0.03274518996477127,
-0.07359562069177628,
0.026783332228660583,
0.02042521722614765,
-0.012022780254483223,
-0.024639945477247238,
0.012355995364487171,
-0.005133321974426508,
0.05824969336390495,
0.06080734729766846,
0.00898781605064869,
0.019344517961144447,
0.00029184509185142815,
0.047947026789188385,
-0.059582557529211044,
0.059582557529211044,
-0.0018022912554442883,
0.0047415681183338165,
-0.023937489837408066,
0.004167446866631508,
0.009978457354009151,
0.008542027324438095,
-0.07745011895895004,
0.025306375697255135,
-0.02971923165023327,
-0.038220733404159546,
0.06685926765203476,
-0.01619247905910015,
-0.028422392904758453,
0.07247889786958694,
0.027683913707733154,
-0.07168638706207275,
0.009771322831511497,
-0.08054812252521515,
-0.03602331131696701,
-0.06711142510175705,
-0.035194773226976395,
-0.013166519813239574,
-0.0011150339851155877,
0.02274871990084648,
0.04607381299138069,
-0.008879746310412884,
-0.019866855815052986,
0.04243545979261398,
-0.03061981499195099,
-0.05479145422577858,
-0.023559244349598885,
0.00365636614151299,
0.0011696318397298455,
0.060266997665166855,
0.01846194639801979,
0.005948349367827177,
-0.03326752781867981,
0.04733463004231453,
0.04902772605419159,
-0.019902879372239113,
0.03198869898915291,
-0.0180386733263731,
0.05219777673482895,
-0.04499311372637749,
-0.0011217884020879865,
-0.033195480704307556,
-0.07327141612768173,
0.008186297491192818,
0.04938795790076256,
-0.06041109189391136,
0.015733180567622185,
-0.03326752781867981,
-0.014274236746132374,
-0.0311061292886734,
-0.03908529132604599,
0.012076814658939838,
0.05198163911700249,
0.008204309269785881,
0.05677273869514465,
0.07074978202581406,
0.01063588261604309,
0.06505809724330902,
-0.04283171519637108,
0.06307681649923325,
-0.008199806325137615,
-0.03339361026883125,
-0.02201024256646633,
0.04041815549135208,
-0.02174006775021553,
0.040021900087594986,
0.022568603977560997,
-0.01920042373239994,
0.014841604046523571,
0.02523432858288288,
-0.10958290845155716,
0.015625111758708954,
-0.12543316185474396,
0.012446054257452488,
0.06433763355016708,
-0.007938637398183346,
0.010410737246274948,
-0.003381688380613923,
-0.015589087270200253,
-0.00846547819674015,
0.03584319353103638,
0.010131556540727615,
-0.05680876225233078,
-0.009393078275024891,
-0.034456297755241394,
0.02406357228755951,
0.029953382909297943,
0.015481017529964447,
-0.0016998499631881714,
-0.0036068339832127094,
-0.021866150200366974,
0.03629348427057266,
-0.02496415376663208,
0.04510118439793587,
0.03469044715166092,
0.04427265003323555,
0.07316334545612335,
0.029809290543198586,
-0.023072930052876472,
0.011653540655970573,
0.036887869238853455,
0.004120165947824717,
-0.05637647956609726,
0.011167226359248161,
-0.00675887381657958,
-0.0057592266239225864,
-0.041282713413238525,
-0.030962035059928894,
0.01660674624145031,
0.02015504240989685,
-0.002796309534460306,
0.011905704624950886,
0.009285008534789085,
0.02226240560412407,
-0.04088645800948143,
0.0011955236550420523,
-0.04531732574105263,
-0.0035730621311813593,
0.009136412292718887,
-0.023721350356936455,
-0.05299029126763344,
0.05644852668046951,
-0.01522885449230671,
0.02935899794101715,
0.013445700518786907,
-0.0004058251215610653,
0.013742893002927303,
-0.025522515177726746,
-0.028278298676013947,
0.05018047243356705,
0.006979516241699457,
0.0712180882692337,
-0.019182413816452026,
-0.0576372966170311,
-0.020119018852710724,
-0.031340278685092926,
0.0071956561878323555,
0.025846725329756737,
0.011221261695027351,
-0.0213618241250515,
-0.0026949939783662558,
0.04384036734700203,
0.02782800793647766,
0.11815646290779114,
-0.008605068549513817,
-0.040382131934165955,
-0.04081441089510918,
0.06444570422172546,
0.026855377480387688,
-0.0022593371104449034,
-0.052594032138586044,
-0.017012009397149086,
-0.035464949905872345,
0.028962742537260056,
0.032709166407585144,
0.03443828597664833,
0.021019602194428444,
0.013688857667148113,
-0.07305527478456497,
-0.07251492142677307,
-0.04009394347667694,
-0.014733534306287766,
-0.044560834765434265,
-0.07251492142677307,
-0.062428396195173264,
0.041859086602926254,
-0.03676178678870201,
0.004221481736749411,
-0.004356569144874811,
0.055511921644210815,
0.015625111758708954,
-0.042759668081998825,
0.07600918412208557,
0.009582201018929482,
-0.03930143266916275,
-0.013950027525424957,
-0.06282465159893036,
0.023829419165849686,
0.019434576854109764,
-0.03487056493759155,
-0.03359173610806465,
0.047154512256383896,
0.01771446317434311,
0.02649514563381672,
-0.022406499832868576,
0.01285131648182869,
0.013769910670816898,
0.013004414737224579,
-0.050000354647636414,
-0.0026679765433073044,
0.06783189624547958,
0.022298429161310196,
-0.036257460713386536,
-0.00725869694724679,
0.011995762586593628,
-0.03613138198852539,
0.010716934688389301,
-0.03454635664820671,
0.030601803213357925,
0.0028188240248709917,
0.07579304277896881,
0.013058450073003769,
-0.02237047627568245,
0.04257955402135849,
0.015985343605279922,
-0.06250044703483582,
-0.033825889229774475,
-0.02020907774567604,
0.036887869238853455,
0.06015893071889877,
0.05612431839108467,
0.022244393825531006,
0.0026994969230145216,
0.0010621248511597514,
0.035248808562755585,
0.014112131670117378,
0.044776976108551025,
0.009001324884593487,
0.023739362135529518,
0.0008977684192359447,
-0.019056331366300583,
-0.03411407396197319,
0.0057592266239225864,
0.002007173839956522,
-0.008875243365764618,
-0.0008369791321456432,
-0.028386369347572327,
0.059366416186094284,
-0.004581714980304241,
0.059150274842977524,
-0.007389281410723925,
-0.016597740352153778,
-0.04290376231074333,
0.003937798086553812,
0.040057919919490814,
0.047586794942617416,
-0.036995939910411835,
-0.013346636667847633,
0.042075227946043015,
-0.023307081311941147,
-0.037212081253528595,
0.012869327329099178,
-0.023739362135529518,
-0.004003090318292379,
0.017939608544111252,
-0.005790747236460447,
-0.016957974061369896,
-0.003595576621592045,
-0.005835776217281818,
0.04902772605419159,
0.025522515177726746,
-0.05940243974328041,
0.014400318264961243,
0.08364612609148026,
0.013697863556444645,
0.006051916163414717,
0.047046445310115814,
-0.028944730758666992,
-0.013130497187376022,
-0.030980046838521957,
-0.016993997618556023,
-0.05335052311420441,
0.053026314824819565,
0.010563835501670837,
-0.024153629317879677,
-0.01586826890707016,
0.012365001253783703,
0.016795868054032326,
-0.0034897581208497286,
0.039589617401361465,
-0.015562070533633232,
0.04690235108137131,
0.07193855196237564,
-0.06941691786050797,
-0.06559845060110092,
0.0027535317931324244,
-0.07730602473020554,
0.021451881155371666,
0.018110718578100204,
-0.023937489837408066,
-0.02993537113070488,
0.030583791434764862,
0.026297016069293022,
-0.05248596519231796,
0.0034920095931738615,
-0.04690235108137131,
-0.010176585055887699,
0.005142327398061752,
-0.020028959959745407,
-0.03225887566804886,
0.05299029126763344,
-0.02231644093990326,
-0.024081584066152573,
0.0103116724640131,
-0.06203214079141617,
0.07946742326021194,
-0.0009416718385182321,
0.027269646525382996,
-0.002575666643679142,
0.09675861150026321,
-0.01438230648636818,
-0.04668620973825455,
0.0353388674557209,
-0.009717288427054882,
0.02717958763241768,
-0.03040367364883423,
-0.009095885790884495,
0.02608087658882141,
0.022658662870526314,
-0.028800636529922485,
-0.008924774825572968,
0.03560904413461685,
0.005322444252669811,
-0.006605774629861116,
0.0129323685541749,
-0.02845841459929943,
-0.010167579166591167,
0.03162846714258194,
-0.029791278764605522,
0.027485786005854607,
-0.01957866922020912,
-0.016354583203792572,
-0.045029137283563614,
-0.014391312375664711,
0.036527637392282486,
-0.02512625977396965,
-0.03368179500102997,
0.0591142512857914,
-0.023289069533348083,
0.016003355383872986,
0.03409606218338013,
-0.046037789434194565,
-0.01095108687877655,
0.028332334011793137,
0.024351758882403374,
-0.019452588632702827,
-0.02040720544755459,
-0.02518029510974884,
0.04369627684354782,
-0.01920042373239994,
0.03623944893479347,
-0.01819177158176899,
0.04412855580449104,
0.04549743980169296,
0.004340808838605881,
0.012365001253783703,
0.023919478058815002,
-0.014031079597771168,
-0.01160851214081049,
0.028584497049450874,
0.01346371229737997,
0.014481371268630028,
0.000012901903573947493,
0.08386226743459702,
0.008303373120725155,
0.006146477535367012,
-0.024892108514904976,
0.03409606218338013,
0.043336041271686554,
-0.006628289353102446,
0.05497157201170921,
0.0005091106868349016,
0.017228148877620697,
0.014787568710744381,
-0.10072118043899536,
0.06433763355016708,
-0.00004119462755625136,
-0.024675967171788216,
0.005385485012084246,
0.026783332228660583,
0.006776885129511356,
-0.03299735113978386,
-0.042075227946043015,
-0.019272470846772194,
-0.10281053185462952,
0.028692567721009254,
-0.03912131488323212,
0.009978457354009151,
-0.02766590192914009,
-0.03703196346759796,
-0.018317854031920433,
0.005245894659310579,
-0.04600176960229874,
0.02242451161146164,
-0.030331628397107124,
0.030331628397107124,
0.008303373120725155,
0.0855913832783699,
0.017417270690202713,
0.05183754488825798,
0.011185238137841225,
0.0071191065944731236,
-0.0043768323957920074,
0.056196365505456924,
-0.0021546443458646536,
-0.006619283463805914,
0.025198305025696754,
0.014895639382302761,
-0.0093390429392457,
0.010149567387998104,
0.07838672399520874,
-0.006412149406969547,
-0.019596680998802185,
-0.025954796001315117,
0.05612431839108467,
-0.029593149200081825,
-0.0027197599411010742,
0.03015151061117649,
0.008451969362795353,
-0.06077132374048233,
-0.037680383771657944,
-0.04765883833169937,
-0.002636456163600087,
-0.06639096140861511,
-0.034888576716184616,
-0.034834541380405426,
-0.06768780201673508,
0.01287833321839571,
0.012923362664878368,
0.0002845278650056571,
0.02971923165023327,
0.045353349298238754,
0.04560551047325134,
-0.054034966975450516,
0.038797106593847275,
-0.007281211670488119,
0.0705336406826973,
-0.007078580558300018,
0.06350909918546677,
0.026747308671474457,
-0.022334452718496323,
-0.002654467709362507,
-0.041787039488554,
-0.008978810161352158,
0.055403850972652435,
0.03427617996931076,
0.0019824078772217035,
0.0050162458792328835,
0.009888398461043835,
0.008636589162051678,
-0.02046124078333378,
-0.027053507044911385,
0.0975511223077774,
0.04351615905761719,
0.00466952146962285,
0.036779798567295074,
0.01586826890707016,
-0.009681264869868755,
-0.02130778878927231,
-0.015255872160196304,
-0.01618347316980362,
-0.053134381771087646,
-0.02132580056786537,
-0.017786510288715363,
-0.021812114864587784,
0.0035527991130948067,
-0.04423662647604942,
-0.002055580262094736,
0.0576372966170311,
-0.01966872811317444,
0.04463288187980652,
-0.005948349367827177,
-0.030637824907898903,
0.0014015319757163525,
-0.00617349473759532,
0.011545470915734768,
0.004072885494679213,
0.0013216051738709211,
-0.07089387625455856,
-0.00938407238572836,
0.033141445368528366,
-0.06412149220705032,
-0.0047685857862234116,
0.01876814477145672,
0.008654600009322166,
-0.009744305163621902,
-0.059654600918293,
-0.054034966975450516,
0.008082730695605278,
-0.03146636113524437,
-0.06830019503831863,
0.022046266123652458,
0.010302666574716568,
0.013634823262691498,
-0.060266997665166855,
-0.0067273532040417194,
0.010509801097214222,
0.008136765100061893,
0.003926540724933147,
-0.05126117169857025,
-0.03159244358539581,
0.0472986064851284,
0.026729296892881393,
-0.0011617518030107021,
-0.005128819029778242,
0.001832685898989439,
-0.029683208093047142,
0.02141585759818554,
0.020857496187090874,
0.04254353046417236,
-0.0300974752753973,
0.059474486857652664,
-0.035464949905872345,
0.008785184472799301,
0.004705545026808977,
0.040598269551992416,
0.01893024891614914,
0.010095532983541489,
0.02539643459022045,
-0.03162846714258194,
0.0298273004591465,
-0.009933427907526493,
-0.05507964268326759,
0.05093695968389511,
0.012166873551905155,
0.006015893071889877,
0.04153487831354141,
0.03578915819525719,
0.0023865443654358387,
0.0016593236941844225,
-0.01846194639801979,
-0.01103213895112276,
-0.07737807184457779,
0.02802613563835621,
-0.021541940048336983,
-0.002200799062848091,
-0.1203899011015892,
-0.06235634908080101,
0.004989228677004576,
0.009564189240336418,
-0.024189652875065804,
-0.08551933616399765,
-0.034348227083683014,
0.02168603241443634,
0.04809112101793289,
0.006975013762712479,
-0.023667315021157265,
0.030349640175700188,
0.0587179958820343,
-0.034996647387742996,
0.058681972324848175,
0.03422214463353157,
0.04077838733792305,
0.0397697351872921,
0.009163429960608482,
-0.045245278626680374,
-0.019704751670360565,
-0.006664312444627285,
-0.05824969336390495,
0.007402790244668722,
0.01076196413487196,
-0.006893961224704981,
-0.04358820617198944,
0.012103832326829433,
-0.019974926486611366,
-0.010068515315651894,
-0.06296874582767487,
0.07680169492959976,
0.042075227946043015,
0.01750732958316803,
-0.05464736372232437,
-0.026693273335695267,
-0.05691682919859886,
0.0026342046912759542,
-0.029845312237739563,
-0.002209804952144623,
-0.016804873943328857,
-0.040382131934165955,
0.04632597789168358,
0.0034469806123524904,
0.03886915370821953,
-0.010743952356278896,
0.008776179514825344,
-0.010644888505339622,
-0.005988875404000282,
-0.02818823978304863,
-0.0020161797292530537,
0.0046199895441532135,
0.03717605769634247,
-0.025954796001315117,
0.004854141268879175,
0.00904185138642788,
-0.06848031282424927,
0.018425922840833664,
0.038112662732601166,
0.02280275523662567,
0.020767439156770706,
0.015291895717382431,
-0.004957708064466715,
-0.030962035059928894,
0.005101801361888647,
0.00036192170227877796,
-0.0412466898560524,
0.05097298324108124,
-0.02649514563381672,
0.07348755747079849,
-0.05543987452983856,
-0.05770934373140335,
-0.08306975662708282,
-0.03940950334072113,
-0.009411090053617954,
-0.003501015482470393,
0.048631470650434494,
0.016687799245119095,
0.007335246540606022,
0.006659809499979019,
-0.0041021546348929405,
0.01076196413487196,
0.03359173610806465,
0.016570722684264183,
-0.019326506182551384,
0.013076461851596832,
-0.02892671898007393,
-0.011698570102453232,
-0.06235634908080101,
0.023721350356936455,
0.06188804656267166,
-0.03125022351741791,
0.010401731356978416,
-0.00475957989692688,
-0.007236182689666748,
-0.043768323957920074,
0.0018484460888430476,
0.0042732651345431805,
-0.009321032091975212,
-0.04798305034637451,
-0.029178882017731667,
0.04146283119916916,
0.03665371984243393,
0.0261349119246006,
0.012355995364487171,
-0.005795250181108713,
0.061491791158914566,
-0.029917359352111816,
0.0033006358426064253,
0.021884161978960037,
-0.031070105731487274,
-0.04859544709324837,
0.013454706408083439,
-0.0020229341462254524,
0.017264172434806824,
-0.04697439819574356,
0.07366766780614853,
0.03125022351741791,
0.014139149338006973,
-0.018497969955205917,
0.028332334011793137,
0.034942612051963806,
0.09870386868715286,
-0.03560904413461685,
0.031214198097586632,
-0.003390694037079811,
-0.014814586378633976,
0.010608864948153496,
0.030187534168362617,
0.03487056493759155,
0.024207664653658867,
0.00033799998345784843,
-0.018966272473335266,
0.051801521331071854,
0.01174359954893589,
-0.016246512532234192,
0.01536394190043211,
-0.0041021546348929405,
0.05814162269234657,
-0.010257638059556484,
-0.10028889775276184,
0.04369627684354782,
-0.021595975384116173,
-0.02110965922474861,
0.007294720504432917,
0.021812114864587784,
-0.01792159676551819,
-0.04837930575013161,
-0.024838073179125786,
-0.02073141559958458,
-0.048739537596702576,
-0.043083880096673965,
0.012238919734954834,
-0.025612574070692062,
0.042291365563869476
] |
8,876 | ipaddr | v6_int_to_packed | The binary representation of this address.
Args:
address: An integer representation of an IPv6 IP address.
Returns:
The binary representation of this address.
| def v6_int_to_packed(address):
"""The binary representation of this address.
Args:
address: An integer representation of an IPv6 IP address.
Returns:
The binary representation of this address.
"""
return Bytes(struct.pack('!QQ', address >> 64, address & (2**64 - 1)))
| (address) | [
0.016142738983035088,
0.06392524391412735,
-0.03702067956328392,
-0.07178138196468353,
0.02114698849618435,
-0.034168798476457596,
-0.00755569851025939,
-0.04060795530676842,
-0.023317288607358932,
-0.06826584786176682,
0.0653601586818695,
-0.004535661078989506,
-0.05797036737203598,
-0.016142738983035088,
0.009847071021795273,
0.02998962067067623,
0.030276603996753693,
-0.027657892554998398,
0.040285103023052216,
-0.00019015361613128334,
-0.0006580408080480993,
0.03931653872132301,
0.0013082344084978104,
-0.009730484336614609,
0.024967435747385025,
-0.010223734192550182,
0.03174738585948944,
-0.0026590677443891764,
0.029559148475527763,
-0.01714717596769333,
-0.00026288002845831215,
-0.03474276140332222,
0.04753139615058899,
-0.016313133761286736,
-0.08401398360729218,
-0.020698579028248787,
0.061306536197662354,
0.042760320007801056,
-0.031801193952560425,
0.0009758509695529938,
0.05194374546408653,
-0.043119050562381744,
-0.07942227274179459,
0.010591430589556694,
0.05384500324726105,
-0.01874351315200329,
-0.03034834936261177,
-0.025523463264107704,
-0.02986406721174717,
0.0286264568567276,
-0.017461063340306282,
-0.020052868872880936,
0.018976686522364616,
0.009909847751259804,
-0.02215142548084259,
0.0007012002170085907,
0.006466063670814037,
-0.021720951423048973,
-0.030617395415902138,
0.02606155537068844,
-0.07274994254112244,
0.04441046714782715,
0.0328594408929348,
-0.02954121120274067,
-0.008125178515911102,
0.007161098066717386,
-0.07748514413833618,
-0.023658080026507378,
-0.06048146262764931,
0.02683281898498535,
-0.0008166656480170786,
0.03363070636987686,
-0.02518267184495926,
-0.012968000024557114,
-0.020519213750958443,
0.05434722080826759,
0.07070519775152206,
0.00701760733500123,
0.003802511841058731,
0.026240918785333633,
0.062275100499391556,
-0.03067120350897312,
0.0634230300784111,
0.012286418117582798,
0.06080431491136551,
0.0030447000171989202,
0.036679890006780624,
0.013299822807312012,
-0.035316724330186844,
-0.04003399237990379,
0.026402346789836884,
-0.043800629675388336,
-0.024519026279449463,
0.060553207993507385,
-0.015326634049415588,
-0.014178705401718616,
0.04053620994091034,
0.024447280913591385,
-0.07726991176605225,
-0.015147269703447819,
-0.043406032025814056,
-0.006058011204004288,
-0.03831209987401962,
-0.03147834166884422,
0.010923253372311592,
0.004118640441447496,
-0.009443501941859722,
0.03467101603746414,
-0.02274332568049431,
-0.03953177481889725,
0.05197962000966072,
-0.035370536148548126,
-0.05036534368991852,
-0.028016619384288788,
0.022886816412210464,
0.011542058549821377,
0.06313604861497879,
0.02830360271036625,
0.002921387320384383,
-0.010959126055240631,
0.07031059265136719,
0.04505617916584015,
0.010160957463085651,
0.042760320007801056,
-0.04125366732478142,
0.04397999495267868,
-0.025415845215320587,
0.02674313820898533,
0.004282309673726559,
-0.10037196427583694,
0.04046446457505226,
0.01743415743112564,
-0.03395356237888336,
0.039639391005039215,
-0.03899368271231651,
-0.011694516986608505,
-0.02055508829653263,
-0.056786566972732544,
0.020644769072532654,
0.006596102379262447,
-0.029720576480031013,
0.03422260656952858,
0.03881431743502617,
-0.000805455376394093,
0.03359483182430267,
-0.046239979565143585,
0.013864818960428238,
0.011784199625253677,
-0.027819320559501648,
-0.057109422981739044,
0.03784575313329697,
-0.020537151023745537,
0.022940626367926598,
0.029559148475527763,
-0.01021476648747921,
0.018295103684067726,
0.020680641755461693,
-0.08953838795423508,
0.017353443428874016,
-0.09276694059371948,
0.006371897645294666,
0.034401971846818924,
-0.018438594415783882,
0.019963186234235764,
-0.023676017299294472,
-0.04548665136098862,
0.0077843875624239445,
0.008963704109191895,
-0.0007650985498912632,
-0.009425565600395203,
-0.0023496653884649277,
-0.028572646901011467,
0.032841503620147705,
0.01311149075627327,
0.015299729071557522,
-0.01403521467000246,
0.0014741459162905812,
-0.029218357056379318,
0.05718116834759712,
0.0012420940911397338,
0.011882849037647247,
0.04476919397711754,
0.017748044803738594,
0.041361283510923386,
0.01571226492524147,
0.00305815227329731,
0.021398097276687622,
0.044553957879543304,
-0.00185417290776968,
-0.06048146262764931,
0.0070445118471980095,
-0.004945955704897642,
-0.010160957463085651,
0.004217290319502354,
-0.036105927079916,
0.01827716827392578,
-0.0009988319361582398,
0.036769572645425797,
-0.043513648211956024,
0.0025581757072359324,
-0.01303077768534422,
-0.020806197077035904,
-0.000525479787029326,
-0.023281415924429893,
0.0044302851893007755,
-0.017200985923409462,
0.0052194856107234955,
-0.057755131274461746,
0.047639016062021255,
-0.056356094777584076,
0.021774761378765106,
0.03727179020643234,
0.01801709085702896,
0.029577083885669708,
-0.054598331451416016,
-0.026492027565836906,
0.029254229739308357,
0.028052492067217827,
0.03849146515130997,
-0.003874257206916809,
-0.059154167771339417,
-0.05520816519856453,
-0.00756466668099165,
0.00358279119245708,
0.0214698426425457,
0.020088741555809975,
-0.039603520184755325,
-0.005080478731542826,
0.03730766475200653,
0.011613803915679455,
0.13086380064487457,
-0.018196454271674156,
0.009246202185750008,
-0.009308978915214539,
0.05276881903409958,
0.06876806914806366,
-0.02866232953965664,
-0.04821297898888588,
0.03169357776641846,
-0.000870474788825959,
0.008918862789869308,
-0.0006770982290618122,
0.04186350107192993,
0.028142174705863,
0.00939866155385971,
-0.041720010340213776,
-0.05201549082994461,
-0.03841971978545189,
-0.02830360271036625,
-0.03784575313329697,
-0.08128765970468521,
-0.05276881903409958,
0.05330691114068031,
-0.02371188998222351,
0.019891440868377686,
-0.011479280889034271,
0.021756824105978012,
0.04563014209270477,
-0.03748702630400658,
0.07827434688806534,
0.008277637884020805,
-0.03323610499501228,
0.007394270971417427,
-0.061988115310668945,
0.011766263283789158,
-0.0017039558151736856,
-0.03594449907541275,
0.010465875267982483,
-0.005129803437739611,
-0.00852426327764988,
0.06331540644168854,
-0.015021715313196182,
0.00016128725837916136,
0.0239091906696558,
0.02055508829653263,
-0.0660417377948761,
0.01233125850558281,
0.06948552280664444,
0.03601624444127083,
-0.06693855673074722,
0.034527525305747986,
0.024967435747385025,
-0.030689140781760216,
0.035370536148548126,
-0.031119612976908684,
0.009640802629292011,
0.0024258948396891356,
0.06905505061149597,
0.01297696866095066,
-0.036805443465709686,
0.05284056439995766,
-0.02322760783135891,
-0.041074302047491074,
-0.0307429488748312,
-0.0005596710252575576,
0.05585387721657753,
0.03199849650263786,
0.06306429952383041,
0.05520816519856453,
0.008806760422885418,
0.005726187955588102,
0.03554989770054817,
-0.018420659005641937,
0.05104692652821541,
-0.008300058543682098,
0.03294912353157997,
-0.0032397580798715353,
0.011102616786956787,
-0.016905033960938454,
0.02498537302017212,
-0.01511139702051878,
-0.07048995792865753,
0.01799018494784832,
-0.03705655410885811,
0.024967435747385025,
-0.037738136947155,
0.0383838452398777,
-0.01938922330737114,
0.000901863444596529,
-0.034886252135038376,
0.020052868872880936,
0.04006986320018768,
0.07099217921495438,
-0.02222317084670067,
-0.015586711466312408,
0.018366849049925804,
-0.02046540565788746,
-0.04609648883342743,
0.01730860397219658,
-0.042401593178510666,
-0.034043241292238235,
0.010304448194801807,
0.008578072302043438,
0.03343340754508972,
-0.02270745299756527,
0.022079680114984512,
0.047674886882305145,
0.018815258517861366,
-0.08487493544816971,
-0.032195795327425,
0.07074107229709625,
0.05000661686062813,
0.0022207475267350674,
0.06403286755084991,
0.01312942709773779,
0.009847071021795273,
-0.054670076817274094,
-0.00412312475964427,
-0.10395924001932144,
0.0702747255563736,
0.03015104867517948,
-0.05865195021033287,
-0.00861842930316925,
0.008887474425137043,
0.0432625412940979,
0.015362506732344627,
0.05176438391208649,
-0.08874919265508652,
0.07074107229709625,
0.07497405260801315,
-0.024931563064455986,
-0.017156144604086876,
0.017389316111803055,
-0.08006798475980759,
0.013317759148776531,
0.003412395715713501,
-0.0269942469894886,
0.005210517439991236,
0.05542340502142906,
0.007331493776291609,
-0.051549144089221954,
0.011003967374563217,
-0.029128676280379295,
0.010044370777904987,
-0.0050535742193460464,
-0.04785425215959549,
-0.04580950364470482,
0.05276881903409958,
-0.06367413699626923,
-0.033917687833309174,
0.01045690756291151,
-0.0468498170375824,
0.01635797508060932,
0.034204669296741486,
0.07569150626659393,
-0.003777849255129695,
0.029038993641734123,
-0.010788730345666409,
0.0052912309765815735,
0.056069113314151764,
-0.029128676280379295,
0.05549515038728714,
0.00899509247392416,
-0.03581894561648369,
0.015541870146989822,
0.028698202222585678,
-0.0014337891479954123,
-0.011784199625253677,
0.007183518726378679,
-0.013784104958176613,
0.00676649808883667,
-0.006201501935720444,
-0.018887003883719444,
-0.013613710179924965,
0.05058057978749275,
-0.02107524313032627,
0.03981875628232956,
-0.0257028266787529,
-0.027406783774495125,
-0.06048146262764931,
-0.03766639158129692,
0.03214198723435402,
-0.027442656457424164,
-0.014402910135686398,
0.017774948850274086,
-0.014447751455008984,
0.020877942442893982,
0.015192111022770405,
-0.021649206057190895,
0.005138772074133158,
0.03766639158129692,
-0.003972907550632954,
-0.04250921308994293,
-0.016931939870119095,
-0.017021620646119118,
0.0536656379699707,
-0.028160110116004944,
0.03409705311059952,
-0.06112717092037201,
0.05215898156166077,
0.03571132570505142,
0.016779480502009392,
0.01333569549024105,
0.056356094777584076,
-0.0015358022646978498,
-0.00806688517332077,
0.03483244404196739,
-0.006309120450168848,
-0.006192533764988184,
0.016088929027318954,
0.09707166999578476,
0.02019635960459709,
0.02582838200032711,
0.0071028051897883415,
0.025577273219823837,
0.03129897639155388,
-0.03298499807715416,
0.030366284772753716,
0.01987350545823574,
0.012842445634305477,
0.02378363534808159,
-0.11271218955516815,
0.06216748058795929,
0.024536963552236557,
-0.014770605601370335,
-0.04250921308994293,
-0.025774572044610977,
0.023119989782571793,
-0.06324366480112076,
-0.022007934749126434,
-0.045917123556137085,
-0.07170963287353516,
0.014896160922944546,
0.007367366459220648,
0.004842821508646011,
-0.06650808453559875,
0.019120177254080772,
-0.04050033912062645,
-0.015784012153744698,
-0.02859058417379856,
0.03874257206916809,
-0.03510148823261261,
0.03169357776641846,
0.015183142386376858,
0.05718116834759712,
0.020806197077035904,
0.008519778959453106,
0.006569197867065668,
-0.03022279404103756,
-0.006995186675339937,
0.04111017659306526,
-0.013622677884995937,
-0.022043807432055473,
0.013927596621215343,
0.002542481292039156,
-0.013416409492492676,
0.0016826563514769077,
0.03845559060573578,
-0.03486831486225128,
-0.03266214206814766,
-0.019209859892725945,
0.049755509942770004,
-0.015784012153744698,
-0.011210234835743904,
0.07669594883918762,
-0.011425471864640713,
-0.04369301348924637,
0.00027310935547575355,
-0.03913717344403267,
0.004394412040710449,
-0.09836308658123016,
0.01613377034664154,
-0.017443126067519188,
-0.09355613589286804,
0.003125413553789258,
-0.010824603028595448,
0.021218733862042427,
0.037738136947155,
0.038599081337451935,
0.05861607939004898,
-0.03147834166884422,
0.004865242168307304,
0.0032352739945054054,
0.0439082495868206,
0.016420751810073853,
0.048320598900318146,
0.03018692135810852,
-0.02647409215569496,
-0.007793355733156204,
-0.013407441787421703,
0.01694987528026104,
0.07045408338308334,
0.048320598900318146,
-0.011694516986608505,
0.020895877853035927,
0.013228077441453934,
0.05750402435660362,
-0.013210141099989414,
-0.04494855925440788,
0.07705467194318771,
0.005322619806975126,
0.008237280882894993,
0.011658644303679466,
0.029433593153953552,
-0.011748326942324638,
-0.03381006792187691,
-0.008932315744459629,
0.037164170295000076,
-0.05901067703962326,
-0.008147599175572395,
-0.02973851189017296,
-0.0021108873188495636,
0.01671670377254486,
-0.03913717344403267,
-0.04111017659306526,
0.06693855673074722,
-0.03142452985048294,
0.05022185295820236,
-0.0190304946154356,
-0.034401971846818924,
-0.042078740894794464,
0.009210329502820969,
0.0016871404368430376,
0.03217785805463791,
0.012654113583266735,
-0.03899368271231651,
-0.032482776790857315,
0.0387067012488842,
-0.03601624444127083,
-0.0072328438982367516,
-0.005201549269258976,
-0.001933765597641468,
-0.012842445634305477,
-0.045917123556137085,
-0.07163789123296738,
0.0021635754965245724,
-0.05524403974413872,
-0.06001511588692665,
-0.023119989782571793,
0.034437842667102814,
0.0005263205384835601,
-0.01938922330737114,
-0.021362224593758583,
0.013362600468099117,
0.0045379032380878925,
-0.0439082495868206,
-0.04046446457505226,
-0.02482394501566887,
0.08559238910675049,
0.029415657743811607,
-0.009291042573750019,
0.004771076142787933,
0.014465687796473503,
0.003990843892097473,
0.04702917858958244,
0.041791755706071854,
0.043154921382665634,
-0.028644392266869545,
0.0031366238836199045,
-0.036285288631916046,
0.02746059186756611,
-0.017156144604086876,
0.0435853935778141,
0.03946002945303917,
-0.0034258479718118906,
-0.012250545434653759,
-0.01620551571249962,
0.023837443441152573,
-0.010896348394453526,
-0.03298499807715416,
0.05309167504310608,
0.005833806470036507,
0.03373832255601883,
-0.014806479215621948,
0.042401593178510666,
-0.005896583665162325,
-0.0011434439802542329,
-0.02410648949444294,
-0.02543378248810768,
-0.07798736542463303,
0.010932221077382565,
0.002481946023181081,
-0.02634853683412075,
-0.04297555983066559,
-0.07518929243087769,
0.007977203465998173,
0.012743795290589333,
-0.030958184972405434,
-0.08344002068042755,
-0.024734262377023697,
-0.02159539796411991,
0.06306429952383041,
0.005609601736068726,
-0.020519213750958443,
0.012080149725079536,
0.014609178528189659,
-0.05380912870168686,
0.05384500324726105,
0.026635518297553062,
0.041038427501916885,
0.06173700839281082,
0.02914661169052124,
0.020411595702171326,
-0.03630322590470314,
-0.007452564314007759,
-0.07468707114458084,
-0.016662893816828728,
-0.006838243454694748,
-0.015828851610422134,
-0.017129238694906235,
-0.0061028520576655865,
-0.0023496653884649277,
-0.005035637877881527,
-0.07440008968114853,
0.08286605775356293,
0.03343340754508972,
0.03913717344403267,
-0.05890306085348129,
-0.030402157455682755,
-0.03770226240158081,
0.004024474415928125,
0.019819695502519608,
0.02218729816377163,
0.011506185866892338,
-0.045594267547130585,
0.030491840094327927,
-0.019891440868377686,
0.04408761486411095,
-0.020734451711177826,
-0.033828005194664,
-0.01283347699791193,
-0.007573634851723909,
-0.05517229437828064,
-0.018061930313706398,
-0.006470547989010811,
0.07633721828460693,
-0.014106960035860538,
0.005542340222746134,
0.012124990113079548,
-0.03637497127056122,
-0.008775372058153152,
0.043083176016807556,
0.00462758494541049,
-0.02674313820898533,
0.0013127184938639402,
-0.006721657235175371,
-0.04433872178196907,
0.004735203459858894,
-0.008237280882894993,
-0.04333428665995598,
0.007111773360520601,
-0.023137925192713737,
0.04537903144955635,
-0.03223166987299919,
-0.06991599500179291,
-0.028967248275876045,
-0.025415845215320587,
0.008398707956075668,
-0.005582697223871946,
0.02286887913942337,
0.019012559205293655,
0.02059096097946167,
-0.010546589270234108,
0.013694423250854015,
0.025451717898249626,
0.0023877802304923534,
0.00635844562202692,
-0.0006681300001218915,
0.009640802629292011,
-0.039280664175748825,
0.016842257231473923,
-0.059190042316913605,
0.010062307119369507,
0.0328594408929348,
-0.029935812577605247,
0.0167525764554739,
0.007663317024707794,
-0.029487403109669685,
-0.05997924134135246,
0.027048055082559586,
-0.008981640450656414,
0.021685078740119934,
-0.034168798476457596,
-0.021326351910829544,
0.032285477966070175,
0.03777400776743889,
-0.01867176778614521,
0.025882191956043243,
-0.029523275792598724,
0.06589824706315994,
-0.009098227135837078,
0.022259043529629707,
0.04645521566271782,
0.0010414308635517955,
-0.07257057726383209,
-0.011542058549821377,
0.006892052479088306,
-0.005452658515423536,
-0.0162682943046093,
0.06790712475776672,
0.03311055153608322,
0.0020481098908931017,
-0.02030397765338421,
0.04372888430953026,
0.014967906288802624,
0.08917966485023499,
-0.03386387974023819,
0.022438406944274902,
0.0022241107653826475,
-0.01311149075627327,
0.007613991852849722,
0.018600022420287132,
0.024285852909088135,
0.018106771633028984,
0.009999529458582401,
-0.01481544692069292,
0.0328594408929348,
0.008811244741082191,
-0.007869585417211056,
0.0071969712153077126,
-0.008147599175572395,
0.057396404445171356,
-0.018304072320461273,
-0.08702729642391205,
0.07260645180940628,
0.001338502042926848,
-0.0003968423407059163,
-0.008089305832982063,
0.007183518726378679,
-0.03852733597159386,
-0.03734353557229042,
-0.014402910135686398,
-0.017102334648370743,
-0.06184462457895279,
-0.02878788486123085,
-0.03766639158129692,
-0.03486831486225128,
0.0033653127029538155
] |
8,877 | builtins | range | range(stop) -> range object
range(start, stop[, step]) -> range object
Return an object that produces a sequence of integers from start (inclusive)
to stop (exclusive) by step. range(i, j) produces i, i+1, i+2, ..., j-1.
start defaults to 0, and stop is omitted! range(4) produces 0, 1, 2, 3.
These are exactly the valid indices for a list of 4 elements.
When step is given, it specifies the increment (or decrement). | from builtins import range
| null | [
0.009642465971410275,
-0.011264263652265072,
-0.05456303060054779,
0.004925606306642294,
-0.01820908673107624,
0.09300443530082703,
-0.0012293943436816335,
-0.0388910137116909,
-0.07585513591766357,
-0.05510898306965828,
0.03699624165892601,
0.035422615706920624,
0.016354458406567574,
0.013167064636945724,
-0.039629653096199036,
-0.015776392072439194,
0.030059445649385452,
0.038377176970243454,
-0.01614571176469326,
0.027153056114912033,
-0.029208403080701828,
0.028533993288874626,
0.02530645579099655,
0.028453705832362175,
-0.020119916647672653,
0.11375059187412262,
0.013070720247924328,
-0.010461393743753433,
0.0014853090979158878,
-0.07733242213726044,
-0.06294499337673187,
-0.029754355549812317,
0.03238776698708534,
0.006097796373069286,
0.018947727978229523,
-0.05205807834863663,
0.005636145826429129,
0.037285272032022476,
-0.033174581825733185,
0.025611547753214836,
0.054209768772125244,
-0.050099074840545654,
-0.04855756461620331,
-0.005270840134471655,
-0.04068944230675697,
-0.030878372490406036,
0.03522992879152298,
-0.058352578431367874,
0.023764945566654205,
-0.036707207560539246,
0.040239833295345306,
-0.01989511400461197,
0.060118891298770905,
-0.03237171098589897,
-0.023572256788611412,
0.11580593883991241,
-0.007755722384899855,
0.039597537368535995,
-0.03918004781007767,
0.05822411924600601,
-0.06789067387580872,
-0.0033238809555768967,
-0.010445335879921913,
-0.07418517023324966,
0.029208403080701828,
0.013737102039158344,
-0.035486847162246704,
-0.0037835240364074707,
-0.027120942249894142,
0.0218220017850399,
-0.025418858975172043,
0.02993098646402359,
-0.0021035189274698496,
0.006804321426898241,
0.02593269571661949,
-0.009642465971410275,
-0.08844413608312607,
0.06153194233775139,
0.007189698982983828,
-0.04223095253109932,
0.05459514632821083,
0.0011541253188624978,
0.0310068316757679,
0.022592756897211075,
0.0049617355689406395,
-0.03481243550777435,
-0.03715681657195091,
0.02288178913295269,
-0.00761120580136776,
0.014395455829799175,
-0.05270037427544594,
0.04624529927968979,
-0.02877485379576683,
0.029593780636787415,
0.03400956466794014,
0.03327092528343201,
-0.00380560290068388,
-0.0015144131612032652,
-0.017438331618905067,
-0.060729071497917175,
0.06551417708396912,
0.061371367424726486,
-0.019140416756272316,
-0.05032388120889664,
-0.0062262555584311485,
0.04361188784241676,
-0.025113767012953758,
0.009803039953112602,
-0.006330628413707018,
0.012773659080266953,
-0.04341920092701912,
0.029625896364450455,
0.012773659080266953,
-0.018610522150993347,
-0.07219405472278595,
0.029224460944533348,
0.02814861573278904,
0.015969080850481987,
0.05186539143323898,
0.0016268149483948946,
0.004736931994557381,
-0.007823966443538666,
-0.013801331631839275,
0.014804919250309467,
0.07392825186252594,
0.07257942855358124,
0.020296549424529076,
0.03821660205721855,
0.009899384342133999,
-0.006326613947749138,
0.0365145206451416,
-0.04460744559764862,
-0.03291766345500946,
0.029015714302659035,
-0.027682950720191002,
-0.013873590156435966,
-0.03445917367935181,
0.053149979561567307,
-0.010862828232347965,
-0.021436624228954315,
-0.018369661644101143,
0.02339562587440014,
0.01928493194282055,
0.031873930245637894,
-0.04040040820837021,
-0.007840023376047611,
-0.010413221083581448,
0.09114178270101547,
-0.01377724576741457,
0.01820908673107624,
-0.02161325514316559,
0.048461221158504486,
0.07977314293384552,
0.041428081691265106,
0.013134949840605259,
0.0504523403942585,
0.021324222907423973,
-0.09589476883411407,
0.020376835018396378,
-0.06053638458251953,
-0.014291082508862019,
0.047144513577222824,
-0.0363539457321167,
-0.007081311661750078,
-0.00041222345316782594,
-0.01523044053465128,
-0.04277690500020981,
-0.04056098312139511,
0.009096515364944935,
0.0528288334608078,
-0.009843183681368828,
-0.016635462641716003,
0.06252750009298325,
0.004279295913875103,
0.0375421904027462,
0.006202169228345156,
-0.02647864632308483,
0.06496822834014893,
0.0033379311207681894,
0.04524974152445793,
-0.027426032349467278,
0.0015254525933414698,
-0.07045985758304596,
-0.042423639446496964,
0.04814007505774498,
0.008590706624090672,
0.019734539091587067,
-0.016892381012439728,
0.004704817198216915,
-0.03863409534096718,
-0.015262555330991745,
0.007001024670898914,
0.03590433672070503,
-0.023684659972786903,
-0.007530918810516596,
-0.02689613774418831,
-0.04508916661143303,
0.025033481419086456,
-0.0031311921775341034,
0.0037995814345777035,
-0.03465186059474945,
0.06840451061725616,
-0.004773060791194439,
0.014676460064947605,
0.03352784365415573,
0.003267680061981082,
-0.034266483038663864,
0.006065681576728821,
-0.04740143194794655,
-0.010011786594986916,
-0.0003552698763087392,
-0.034266483038663864,
0.0053109838627278805,
0.041395965963602066,
0.03205056115984917,
0.037285272032022476,
0.028630336746573448,
-0.0703313946723938,
0.019766654819250107,
0.015126067213714123,
0.11130987107753754,
0.000012043046808685176,
0.006354714743793011,
-0.06047215312719345,
0.09178407490253448,
-0.0038858898915350437,
-0.03184181824326515,
0.003928040619939566,
0.00847027637064457,
0.029240518808364868,
0.03584010899066925,
-0.00011560070561245084,
0.00256717624142766,
0.02297813445329666,
0.05173693224787712,
0.03950119391083717,
0.0035326271317899227,
0.04508916661143303,
-0.013423983007669449,
0.02408609353005886,
-0.04907140135765076,
0.08163580298423767,
0.015840621665120125,
0.03168124333024025,
0.006262384355068207,
0.024776563048362732,
0.018995899707078934,
0.03522992879152298,
-0.026285957545042038,
0.03760642185807228,
-0.0036691150162369013,
-0.07347864657640457,
-0.023813119158148766,
-0.022159207612276077,
0.03927639126777649,
0.03248411417007446,
-0.0003560225886758417,
-0.0321950800716877,
0.030236076563596725,
0.01822514459490776,
0.010381106287240982,
-0.053695932030677795,
-0.04415784031152725,
-0.005648189224302769,
-0.04531397297978401,
-0.0004784602206200361,
-0.036642979830503464,
0.012853945605456829,
0.004500085487961769,
0.03166518360376358,
0.014090364798903465,
-0.02991492860019207,
-0.006679876707494259,
0.020360779017210007,
-0.004343525506556034,
0.007290057837963104,
0.04216672107577324,
0.00852647703140974,
0.016338400542736053,
-0.023764945566654205,
0.005407328251749277,
0.042648445814847946,
-0.07251520454883575,
-0.010581823997199535,
-0.042006149888038635,
-0.00883959699422121,
0.01989511400461197,
-0.02869456633925438,
0.0013076742179691792,
-0.01997540146112442,
0.015246497467160225,
0.00040118402102962136,
0.030316364020109177,
-0.021886231377720833,
0.10173965990543365,
0.018642636016011238,
0.01114383339881897,
0.006266398821026087,
0.03237171098589897,
-0.0008977088145911694,
0.018353603780269623,
-0.08626033365726471,
-0.02281755954027176,
0.03277314454317093,
-0.006354714743793011,
-0.05109463632106781,
0.051640585064888,
0.0017452382016927004,
-0.03587222471833229,
-0.008229415863752365,
-0.021404508501291275,
-0.005913136061280966,
-0.0062182266265153885,
-0.07058831304311752,
0.04303382337093353,
-0.008703108876943588,
-0.007755722384899855,
0.033784762024879456,
-0.036064911633729935,
0.03882678225636482,
-0.030171846970915794,
-0.018064571544528008,
0.04219883680343628,
0.006258370354771614,
-0.044864363968372345,
-0.011906559579074383,
-0.006499231327325106,
0.0051062521524727345,
0.0108307134360075,
-0.009305261075496674,
-0.059508711099624634,
0.018385719507932663,
0.06024735048413277,
0.0633624866604805,
0.008510420098900795,
0.020938845351338387,
0.03211479261517525,
0.04878237098455429,
-0.06628493219614029,
-0.027233343571424484,
0.015262555330991745,
0.02337956801056862,
0.009835154749453068,
0.007514861412346363,
0.05331055447459221,
-0.023363512009382248,
0.005608045496046543,
-0.013432011939585209,
0.06525725871324539,
-0.034394942224025726,
-0.005078151356428862,
0.019172530621290207,
-0.0030930559150874615,
-0.015808505937457085,
0.02986675687134266,
0.03270891681313515,
0.05231499671936035,
-0.043740347027778625,
-0.0388910137116909,
0.03632183000445366,
0.054819948971271515,
-0.046662792563438416,
0.003394132014364004,
0.01026870496571064,
-0.03506935387849808,
-0.020248375833034515,
-0.03164912760257721,
0.002085454296320677,
0.03580799326300621,
0.03696412593126297,
-0.011529210023581982,
-0.00824547279626131,
-0.03580799326300621,
-0.019734539091587067,
-0.057774510234594345,
-0.017277758568525314,
-0.034330714493989944,
0.054884180426597595,
-0.07495592534542084,
0.02814861573278904,
0.03914793208241463,
0.013905704952776432,
-0.010573795065283775,
0.0036149213556200266,
-0.0323556549847126,
-0.048300646245479584,
0.0008645904017612338,
-0.02349197119474411,
-0.02806832827627659,
0.07264366000890732,
-0.003926033154129982,
-0.020152032375335693,
0.015615818090736866,
0.006519302725791931,
-0.019798768684267998,
-0.021500853821635246,
-0.0018174964934587479,
-0.042584214359521866,
0.025964809581637383,
0.023138707503676414,
0.029818585142493248,
0.09358250349760056,
0.02639835886657238,
0.055976081639528275,
0.006884608417749405,
0.005146395415067673,
0.08516842871904373,
-0.05986197292804718,
0.01697266846895218,
-0.007085326127707958,
-0.02806832827627659,
-0.032034505158662796,
-0.04743354767560959,
-0.062399040907621384,
0.028389476239681244,
-0.05636145919561386,
0.006964895408600569,
-0.06230269744992256,
0.007916295900940895,
-0.02814861573278904,
0.03866621106863022,
-0.10745609551668167,
0.006756149232387543,
0.040207721292972565,
-0.02355620078742504,
-0.05186539143323898,
0.011938674375414848,
-0.02885514125227928,
-0.03343150019645691,
0.029144173488020897,
-0.05803142860531807,
0.005090194754302502,
0.0017944140126928687,
-0.05629723146557808,
0.057292789220809937,
-0.018417833372950554,
-0.05565493553876877,
-0.006041595246642828,
0.06923948973417282,
-0.020360779017210007,
0.10116159915924072,
0.004620515741407871,
0.05571916326880455,
-0.025996925309300423,
0.05103040486574173,
-0.014194738119840622,
-0.05382439121603966,
0.06085753068327904,
-0.02927263267338276,
-0.020232319831848145,
-0.04338708519935608,
-0.05115886405110359,
-0.013584556989371777,
-0.014483771286904812,
0.07341441512107849,
-0.03172941505908966,
-0.06117868050932884,
0.023941578343510628,
0.020071744918823242,
-0.01870686560869217,
0.014202767051756382,
0.044318415224552155,
-0.008349846117198467,
-0.011111718602478504,
-0.013159035705029964,
0.06567475199699402,
-0.024937136098742485,
-0.007836009375751019,
-0.012532797642052174,
-0.006792278494685888,
0.017968226224184036,
0.018466005101799965,
-0.025434914976358414,
-0.06384420394897461,
0.013994020409882069,
0.058481037616729736,
-0.027233343571424484,
0.031922101974487305,
0.07624051719903946,
-0.030123675242066383,
0.012902118265628815,
-0.05883429944515228,
0.048429105430841446,
0.023186879232525826,
-0.09043525159358978,
0.01880321092903614,
-0.01258097030222416,
-0.010806627571582794,
-0.03892312943935394,
-0.02519405446946621,
0.031456440687179565,
0.001964020309969783,
-0.015021693892776966,
0.011344550177454948,
0.03503723815083504,
-0.015358899720013142,
0.02337956801056862,
0.01816091500222683,
-0.009522035717964172,
-0.008414075709879398,
-0.010067987255752087,
0.051640585064888,
-0.014893234707415104,
-0.0034824477043002844,
0.04418995603919029,
0.07919507473707199,
0.07906661927700043,
-0.011264263652265072,
-0.058994874358177185,
-0.03245199844241142,
0.036707207560539246,
0.006394858006387949,
-0.02355620078742504,
0.006210198160260916,
0.03323880955576897,
-0.03179364278912544,
-0.025563374161720276,
0.010284761898219585,
-0.0311674065887928,
-0.0022058847825974226,
0.013544413261115551,
-0.037799108773469925,
-0.029529551044106483,
-0.01751861907541752,
0.011954731307923794,
-0.028533993288874626,
-0.029609838500618935,
-0.025450972840189934,
-0.022689100354909897,
0.08170003443956375,
0.050227534025907516,
0.008016655221581459,
0.02220737934112549,
-0.0176631361246109,
-0.04203826189041138,
0.04088212922215462,
-0.024792619049549103,
-0.0494246669113636,
0.07450632005929947,
0.049617353826761246,
-0.009241031482815742,
-0.0035888280253857374,
0.04296959191560745,
0.027891697362065315,
-0.010943115688860416,
0.012516740709543228,
-0.0845903605222702,
-0.0030368550214916468,
0.02704065479338169,
0.04184557497501373,
-0.027249401435256004,
0.0060175093822181225,
-0.008373931981623173,
0.01817697286605835,
0.004516142886132002,
-0.04277690500020981,
-0.007695507258176804,
-0.02986675687134266,
0.017422275617718697,
-0.014387426897883415,
-0.006760163698345423,
0.023267166689038277,
-0.0015886786859482527,
-0.019573966041207314,
-0.09743627905845642,
0.012139391154050827,
-0.025820292532444,
-0.020665869116783142,
0.003538648597896099,
-0.028501877561211586,
0.023122649639844894,
-0.015423129312694073,
0.029690125957131386,
-0.0030970703810453415,
0.0021296122577041388,
0.0365145206451416,
-0.02575606293976307,
-0.06316979974508286,
0.04460744559764862,
-0.039051588624715805,
-0.03934061899781227,
0.0021416551899164915,
0.0012474589748308063,
-0.09069216996431351,
0.0311674065887928,
0.013271437957882881,
-0.039019472897052765,
0.013351724483072758,
0.010975230485200882,
-0.025001365691423416,
0.026205670088529587,
-0.019622137770056725,
-0.029545608907938004,
-0.037349503487348557,
-0.029658010229468346,
0.0006432994268834591,
-0.07482746243476868,
0.000497779285069555,
-0.029047830030322075,
0.0149895790964365,
0.015696104615926743,
0.06641338765621185,
-0.03046088106930256,
0.02692825347185135,
0.04004714637994766,
0.05327843874692917,
0.03863409534096718,
-0.03818448632955551,
-0.007294072303920984,
-0.013656815513968468,
-0.02988281473517418,
-0.04589203745126724,
-0.03741373121738434,
-0.0399186871945858,
-0.04647010564804077,
0.022689100354909897,
0.02459993027150631,
0.004765032324939966,
0.002711692824959755,
0.029096001759171486,
-0.06577109545469284,
0.034908778965473175,
-0.01941339112818241,
-0.015792449936270714,
0.028887255117297173,
0.029658010229468346,
0.02593269571661949,
0.030252134427428246,
0.04891083016991615,
0.008662965148687363,
-0.02941714972257614,
0.0042592245154082775,
0.08150734007358551,
-0.07212982326745987,
-0.05693952739238739,
0.0180966854095459,
0.022046804428100586,
0.00021012607612647116,
-0.02227160893380642,
0.019140416756272316,
-0.008992142044007778,
-0.010654082521796227,
-0.01881926879286766,
-0.01293423306196928,
0.004688759800046682,
-0.03343150019645691,
0.008076869882643223,
0.0373816192150116,
0.01619388349354267,
-0.050195422023534775,
0.03001127392053604,
0.033816877752542496,
0.0065634604543447495,
0.022656986489892006,
-0.07457054406404495,
-0.006049624178558588,
0.007960454560816288,
-0.012998462654650211,
0.0730290412902832,
-0.05751759186387062,
0.00825350172817707,
0.036129143089056015,
-0.00010638024832587689,
0.015639903023838997,
0.01556764543056488,
-0.005668260622769594,
0.01812880113720894,
-0.013704987242817879,
0.014684488996863365,
-0.0050139217637479305,
0.012500682845711708,
-0.024856848642230034,
-0.00847027637064457,
-0.016651520505547523,
-0.02058558166027069,
0.03180970251560211,
0.015093952417373657,
0.02170960046350956,
-0.02047318033874035,
-0.03452340140938759,
-0.03760642185807228,
-0.045442432165145874,
-0.038505636155605316,
-0.034138023853302,
-0.009931499138474464,
0.06673453748226166,
-0.07585513591766357,
0.030316364020109177,
0.019140416756272316,
0.012516740709543228,
0.012259822338819504,
-0.004056499805301428,
-0.06169251725077629,
-0.016089510172605515,
-0.006884608417749405,
0.046630676835775375,
-0.047786809504032135,
-0.00005604407488135621,
0.023331396281719208,
-0.03222719579935074,
0.043708231300115585,
-0.024198496714234352,
-0.005290911998599768,
0.01875503920018673,
-0.02635018713772297,
-0.03580799326300621,
-0.0199593435972929,
-0.0006759160314686596,
-0.019092243164777756,
0.02337956801056862,
0.030749913305044174,
0.048942942172288895,
-0.05616877228021622,
-0.01550341583788395,
0.00761120580136776,
-0.0155837032943964,
-0.02635018713772297,
0.09949162602424622,
0.0026755635626614094,
0.008277587592601776,
0.036707207560539246,
0.00014489291061181575,
0.009554150514304638,
-0.005824820604175329,
-0.014869148842990398,
0.020216261968016624,
-0.036642979830503464,
0.038955241441726685,
-0.050195422023534775,
0.02177383005619049,
-0.006491202395409346,
-0.0218220017850399,
-0.025563374161720276,
0.004628544673323631,
-0.002896352903917432,
-0.020633753389120102,
-0.025499144569039345,
0.02172565646469593,
0.001593696535564959,
-0.057806625962257385,
-0.026189612224698067,
-0.037221044301986694,
-0.02933686226606369,
-0.013367782346904278,
-0.0019941278733313084,
-0.03177758678793907,
0.046727024018764496,
0.013512298464775085,
0.0021436624228954315,
0.053085751831531525,
-0.018674751743674278,
0.030621454119682312,
0.026864023879170418,
0.010156302712857723,
0.011232148855924606,
-0.014780833385884762,
-0.002791979815810919,
-0.006579517852514982,
-0.04675913602113724,
-0.017775537446141243,
-0.07701127231121063,
0.05626511573791504,
-0.0020613681990653276,
0.027169113978743553,
0.007113426458090544,
-0.003829688997939229,
0.047144513577222824,
0.014331226237118244
] |
8,879 | sentencepiece | ImmutableNBestSentencePieceText | null | class ImmutableNBestSentencePieceText(object):
thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
__repr__ = _swig_repr
def __init__(self):
_sentencepiece.ImmutableNBestSentencePieceText_swiginit(self, _sentencepiece.new_ImmutableNBestSentencePieceText())
__swig_destroy__ = _sentencepiece.delete_ImmutableNBestSentencePieceText
def _nbests_size(self):
return _sentencepiece.ImmutableNBestSentencePieceText__nbests_size(self)
def _nbests(self, index):
return _sentencepiece.ImmutableNBestSentencePieceText__nbests(self, index)
def SerializeAsString(self):
return _sentencepiece.ImmutableNBestSentencePieceText_SerializeAsString(self)
class ImmutableSentencePieceTextIterator:
def __init__(self, proto):
self.proto = proto
self.len = self.proto._nbests_size()
def __len__(self):
return self.len
def __getitem__(self, index):
if isinstance(index, slice):
return [self.proto._nbests(i) for i in range(self.len)][index.start:index.stop:index.step]
if index < 0:
index = index + self.len
if index < 0 or index >= self.len:
raise IndexError('nbests index is out of range')
return self.proto._nbests(index)
def __str__(self):
return '\n'.join(['nbests {{\n{}}}'.format(str(x)) for x in self])
__repr__ = __str__
@property
def nbests(self):
return ImmutableNBestSentencePieceText.ImmutableSentencePieceTextIterator(self)
def __eq__(self, other):
return self.SerializeAsString() == other.SerializeAsString()
def __hash__(self):
return hash(self.SerializeAsString())
def __str__(self):
return '\n'.join(['nbests {{\n{}}}'.format(str(x)) for x in self.nbests])
__repr__ = __str__
| () | [
0.02666531503200531,
-0.053977496922016144,
-0.028336388990283012,
-0.0005794854369014502,
-0.001709257485345006,
-0.057283710688352585,
-0.008957318030297756,
0.019172433763742447,
0.1022050604224205,
-0.02053804323077202,
0.005040175747126341,
0.03667379170656204,
-0.03541599586606026,
0.021238815039396286,
-0.03408632427453995,
0.04567603021860123,
0.04071671515703201,
-0.04380730539560318,
-0.02535361237823963,
0.0029131497722119093,
-0.007259290665388107,
0.006787616293877363,
0.01332367304712534,
0.0161087978631258,
0.01281156949698925,
0.030061369761824608,
0.008171194233000278,
-0.03369101509451866,
-0.01863337680697441,
-0.03550583869218826,
-0.02547939121723175,
-0.07395851612091064,
-0.019154464825987816,
-0.01700722426176071,
0.030923860147595406,
-0.048622872680425644,
-0.031678538769483566,
0.01875915750861168,
-0.01177837885916233,
-0.01294633373618126,
0.028156703338027,
-0.06418363004922867,
0.02296379581093788,
-0.02486846037209034,
-0.08473964035511017,
0.013233830220997334,
0.0021562250331044197,
0.09861135482788086,
-0.02727624587714672,
-0.04542447254061699,
0.010628391988575459,
-0.04262138158082962,
-0.001586846774443984,
0.02531767450273037,
-0.055055610835552216,
0.007735456805676222,
0.016207624226808548,
0.052216582000255585,
0.022712236270308495,
0.018507597967982292,
-0.003912650048732758,
-0.011571740731596947,
0.09609575569629669,
-0.010295974090695381,
-0.022137243300676346,
0.018956810235977173,
-0.03234337270259857,
0.010394801385700703,
0.03187619149684906,
-0.00043433334212750196,
0.005592708475887775,
0.02503017894923687,
0.02145443856716156,
0.05059941112995148,
-0.0447416678071022,
0.011454945430159569,
-0.05900869145989418,
0.04873068258166313,
0.07298821210861206,
-0.034948814660310745,
0.031247293576598167,
0.019765395671129227,
-0.02817467227578163,
-0.058038387447595596,
-0.01759120263159275,
-0.05663684383034706,
0.05940399691462517,
-0.029827779158949852,
0.06231490150094032,
0.009424500167369843,
-0.05376187711954117,
0.08085843920707703,
0.04423854872584343,
-0.018651345744729042,
-0.008476659655570984,
0.02591063641011715,
-0.007250306196510792,
-0.07719285041093826,
-0.02609032206237316,
-0.013961556367576122,
0.0005351256113499403,
0.08646462112665176,
-0.009442468173801899,
-0.0017272260738536716,
-0.03351132944226265,
0.040285468101501465,
-0.051929082721471786,
-0.01377288717776537,
-0.025838762521743774,
-0.02713249810039997,
-0.03484100103378296,
0.01518341712653637,
-0.046718206256628036,
0.01801346242427826,
0.045963529497385025,
-0.02397003397345543,
-0.019855238497257233,
-0.03751831501722336,
0.014401786029338837,
0.018435724079608917,
0.021184910088777542,
-0.01785174570977688,
-0.09609575569629669,
0.012326419353485107,
-0.04017765820026398,
0.011751426383852959,
0.04287293925881386,
0.007721980568021536,
0.08495526015758514,
-0.08754273504018784,
0.015111543238162994,
-0.024239562451839447,
-0.00435512512922287,
0.05882900580763817,
0.011374087072908878,
0.0028165688272565603,
0.022855984047055244,
0.005372593645006418,
-0.030312929302453995,
0.061739906668663025,
-0.008081351406872272,
-0.059044625610113144,
0.043555743992328644,
0.051929082721471786,
-0.007133510895073414,
-0.037194881588220596,
-0.017483390867710114,
-0.005080604925751686,
0.02414971962571144,
-0.016207624226808548,
0.03476912900805473,
0.006886443588882685,
-0.014707251451909542,
-0.005498373415321112,
0.014329912140965462,
0.0261981338262558,
-0.012011969462037086,
-0.06123678758740425,
0.025137988850474358,
0.010781125165522099,
-0.0065764859318733215,
-0.03444569185376167,
-0.03363711014389992,
0.058182135224342346,
0.00857548601925373,
0.04380730539560318,
0.05642122030258179,
-0.0802115648984909,
-0.015057637356221676,
0.036296453326940536,
-0.01547989808022976,
-0.0029985003639012575,
-0.07553974539041519,
0.03683551028370857,
0.03351132944226265,
0.026341881603002548,
-0.03128322958946228,
0.057858701795339584,
0.007425499614328146,
-0.05613372474908829,
-0.06666328758001328,
-0.008472166955471039,
-0.09271766990423203,
-0.08006782084703445,
0.008171194233000278,
0.046538520604372025,
0.04811975359916687,
0.023916129022836685,
0.04844318702816963,
-0.012694774195551872,
-0.017905650660395622,
-0.034337881952524185,
0.027617648243904114,
0.027366088703274727,
-0.025281738489866257,
0.004968301858752966,
-0.07040074467658997,
0.021400531753897667,
-0.024832524359226227,
-0.005381578113883734,
-0.07083199173212051,
-0.0025290721096098423,
0.023718474432826042,
-0.040896400809288025,
-0.022981764748692513,
0.015533803962171078,
-0.047760382294654846,
0.025443455204367638,
-0.0616680346429348,
-0.005094081629067659,
-0.01906462199985981,
-0.017824793234467506,
0.04100421071052551,
0.013350626453757286,
0.07748035341501236,
-0.09099269658327103,
0.043304186314344406,
0.03036683425307274,
-0.060266487300395966,
-0.011886189691722393,
0.05868525430560112,
-0.03697925806045532,
0.006527072750031948,
0.018094321712851524,
-0.015614662319421768,
-0.007748933508992195,
0.020663822069764137,
0.00900673121213913,
0.011958064511418343,
-0.01087096706032753,
0.016647852957248688,
0.0413995198905468,
0.027653584256768227,
0.023125512525439262,
0.029755905270576477,
0.007106557954102755,
-0.026180164888501167,
-0.010340895503759384,
-0.011805331334471703,
-0.00006503067561425269,
-0.0399620346724987,
-0.008993254974484444,
-0.03511052951216698,
0.033888667821884155,
-0.02995355799794197,
-0.0038475138135254383,
0.04154326766729355,
-0.00797354057431221,
0.010888935998082161,
0.01789666712284088,
0.014159210957586765,
-0.022101305425167084,
-0.08430839329957962,
-0.02650359831750393,
0.026162195950746536,
-0.010242068208754063,
-0.08006782084703445,
-0.006221607327461243,
0.0005884697311557829,
-0.007057144772261381,
0.024491121992468834,
-0.0173037052154541,
-0.03766206279397011,
0.012551026418805122,
0.02592860534787178,
0.01304516103118658,
-0.014267021790146828,
0.023359103128314018,
0.009927619248628616,
0.00975691806524992,
0.01833689585328102,
0.005794854369014502,
-0.013467421755194664,
0.02131069079041481,
-0.049844734370708466,
-0.00447416678071022,
-0.007883697748184204,
0.022442707791924477,
0.0322175957262516,
-0.008750679902732372,
0.007672566920518875,
0.01998101733624935,
-0.037769872695207596,
-0.0074030389077961445,
0.08006782084703445,
-0.011454945430159569,
-0.018130257725715637,
-0.019406024366617203,
0.04068077728152275,
-0.05843369662761688,
0.0342300720512867,
-0.005678059067577124,
0.06996949762105942,
-0.020340388640761375,
0.03216369077563286,
-0.02202943153679371,
-0.04042921960353851,
0.05620559677481651,
0.037302691489458084,
-0.033295705914497375,
-0.017186909914016724,
-0.02276614122092724,
0.0013049653498455882,
-0.0035353105049580336,
0.014877952635288239,
-0.02887544594705105,
-0.027455931529402733,
0.01892087422311306,
0.042082324624061584,
-0.0348949059844017,
0.01237134076654911,
-0.06328520178794861,
0.02503017894923687,
0.040896400809288025,
0.027491867542266846,
0.021328657865524292,
0.0012982271146029234,
-0.007218861486762762,
0.04912599176168442,
0.04991660639643669,
-0.008310450240969658,
-0.05164158716797829,
-0.01847166009247303,
0.037194881588220596,
0.006203638855367899,
-0.08438026905059814,
0.02039429359138012,
-0.02339504100382328,
-0.0018462676089257002,
-0.012065875343978405,
0.009289735928177834,
-0.03798549622297287,
0.013287736102938652,
0.049844734370708466,
-0.0926458016037941,
0.05422905832529068,
0.028965288773179054,
0.007551279384642839,
0.006185670383274555,
-0.058757130056619644,
0.02278411015868187,
0.008539549075067043,
-0.05674465373158455,
0.02772546000778675,
0.03945891559123993,
-0.02249661460518837,
-0.03334961086511612,
0.01132018119096756,
0.04438229650259018,
0.005970047786831856,
0.00954129546880722,
-0.027599679306149483,
0.02772546000778675,
-0.0017485637217760086,
-0.013368594460189342,
0.0503837913274765,
0.03536209091544151,
-0.05555872991681099,
-0.012092828750610352,
-0.03214571997523308,
0.021795840933918953,
-0.01949586719274521,
0.0021831777412444353,
0.010134257376194,
-0.0470416396856308,
-0.031930096447467804,
0.019585710018873215,
-0.026719219982624054,
0.04441823437809944,
0.008283497765660286,
-0.051174405962228775,
-0.019873207435011864,
-0.01496779453009367,
-0.037769872695207596,
0.02414971962571144,
-0.045604158192873,
-0.06687890738248825,
0.044310424476861954,
-0.03554177284240723,
-0.07025699317455292,
0.0306902676820755,
0.01140103954821825,
-0.018507597967982292,
0.06094929203391075,
-0.04060890153050423,
0.03487693890929222,
0.0308340173214674,
0.04919786751270294,
0.06005086377263069,
0.015542788431048393,
-0.031534790992736816,
-0.0003020961012225598,
-0.024329405277967453,
-0.004990762565284967,
-0.02966606244444847,
-0.014267021790146828,
-0.002013599732890725,
-0.0184536911547184,
-0.04420261085033417,
-0.005803838837891817,
0.06641172617673874,
0.02382628619670868,
-0.012658837251365185,
0.005224353168159723,
-0.07438976317644119,
0.05315094441175461,
0.05024003982543945,
0.03455350548028946,
-0.025245800614356995,
0.02666531503200531,
-0.01875915750861168,
0.027761396020650864,
-0.039387043565511703,
-0.09451452642679214,
-0.011338149197399616,
-0.05404937267303467,
0.004368601832538843,
0.02788717672228813,
0.006311450153589249,
0.0168275386095047,
0.010709250345826149,
-0.004343894775956869,
0.07970844954252243,
0.015309196896851063,
-0.025137988850474358,
-0.008813569322228432,
-0.05099472030997276,
-0.047472886741161346,
-0.007699519861489534,
-0.006877459120005369,
-0.03647613897919655,
-0.016944333910942078,
-0.021544281393289566,
-0.007721980568021536,
0.03780581057071686,
-0.07647411525249481,
-0.02262239344418049,
-0.0799240693449974,
-0.017519326880574226,
0.0312652625143528,
0.031247293576598167,
0.03741050139069557,
0.026323912665247917,
0.07388664036989212,
0.07320383936166763,
0.013692028820514679,
-0.052647825330495834,
0.0034319914411753416,
0.04290887713432312,
-0.0016508597182109952,
0.03773393854498863,
0.027653584256768227,
0.01273071113973856,
0.026557503268122673,
-0.023143481463193893,
-0.02175990305840969,
0.030636362731456757,
-0.005871220957487822,
0.00763213774189353,
0.016288483515381813,
0.006437229923903942,
0.04096827283501625,
0.010538549162447453,
0.030726205557584763,
-0.002645867643877864,
-0.02055601216852665,
0.02459893375635147,
-0.034176167100667953,
-0.04650258645415306,
-0.010897920466959476,
0.03638629615306854,
-0.024778617545962334,
0.023934096097946167,
-0.08459588885307312,
0.038632363080978394,
0.02846216969192028,
-0.03442772477865219,
-0.03191212937235832,
-0.008840522728860378,
-0.028803572058677673,
0.00555227929726243,
-0.004851506091654301,
-0.04679008200764656,
-0.013745933771133423,
-0.02247864566743374,
-0.03514646738767624,
-0.01906462199985981,
-0.013799839653074741,
0.04919786751270294,
-0.030600426718592644,
-0.011922127567231655,
0.019154464825987816,
0.012164702638983727,
0.006369847804307938,
0.02668328396975994,
0.060122739523649216,
-0.0017732704291120172,
0.008121781051158905,
0.01220962405204773,
-0.04988067224621773,
-0.016198640689253807,
0.033169928938150406,
-0.013835776597261429,
-0.04438229650259018,
0.02025054581463337,
0.0011286489898338914,
-0.004341648891568184,
-0.011544787324965,
0.0032410756684839725,
-0.01700722426176071,
0.04294481500983238,
-0.04154326766729355,
0.05552279204130173,
-0.06098522990942001,
0.052827510982751846,
-0.024185657501220703,
-0.003721734043210745,
0.015210370533168316,
-0.01057448610663414,
-0.02828248403966427,
0.038524553179740906,
-0.02265833131968975,
-0.04614321514964104,
-0.00012570960097946227,
0.01817517913877964,
-0.014976778998970985,
-0.017079098150134087,
-0.004384323954582214,
0.03157072886824608,
0.01951383613049984,
0.015866221860051155,
-0.02848013862967491,
0.03430194407701492,
0.04679008200764656,
0.02501221001148224,
0.012613915838301182,
0.04794006794691086,
0.017806824296712875,
0.10349879413843155,
0.08797397464513779,
-0.007129018660634756,
-0.027473900467157364,
-0.0015666321851313114,
-0.020268514752388,
-0.016737695783376694,
0.07230541110038757,
0.013054145500063896,
0.008912396617233753,
-0.035973019897937775,
-0.004896427504718304,
-0.05455249175429344,
0.004519088193774223,
0.009141495451331139,
-0.03396054357290268,
0.06141647323966026,
0.007124526426196098,
-0.017348626628518105,
-0.02008882910013199,
0.03726675361394882,
0.054875925183296204,
-0.007093081716448069,
0.012218608520925045,
0.016261529177427292,
-0.05052753910422325,
0.04549634829163551,
0.06572892516851425,
0.0315527580678463,
-0.0055028656497597694,
-0.0009613169822841883,
0.012335403822362423,
0.05706808716058731,
0.03052855096757412,
0.03131916746497154,
0.05254001542925835,
-0.03891985863447189,
0.03056448884308338,
-0.04010578244924545,
-0.010098320432007313,
0.04995254427194595,
-0.019567741081118584,
-0.03415819630026817,
0.02145443856716156,
0.07212572544813156,
-0.02129272185266018,
0.024545026943087578,
0.003562263213098049,
-0.02341300994157791,
0.02145443856716156,
-0.030276991426944733,
0.016288483515381813,
0.021957557648420334,
-0.0033848239108920097,
0.05494780093431473,
0.001986646791920066,
0.01621660776436329,
-0.0017889929004013538,
-0.010170194320380688,
0.0030995733104646206,
0.011392055079340935,
-0.01213774923235178,
-0.015174433588981628,
0.02145443856716156,
-0.008499120362102985,
0.03304414823651314,
0.058757130056619644,
0.024023938924074173,
-0.02725827693939209,
-0.006886443588882685,
0.03347539156675339,
0.07018512487411499,
0.005511850118637085,
0.0551634207367897,
-0.010008477605879307,
-0.09523326903581619,
-0.042549505829811096,
-0.03333164379000664,
0.0046179150231182575,
0.0396745391190052,
0.008921381086111069,
-0.04517291113734245,
0.02296379581093788,
0.05304313451051712,
-0.046538520604372025,
0.026323912665247917,
-0.053833749145269394,
-0.04035734385251999,
-0.009559264406561852,
-0.04449010640382767,
0.014940842054784298,
-0.06260240077972412,
0.0036341375671327114,
0.013808824121952057,
0.031534790992736816,
-0.03383476287126541,
-0.032109782099723816,
0.012272513471543789,
0.016315435990691185,
0.0012083844048902392,
-0.0074928817339241505,
0.07877408713102341,
-0.031678538769483566,
-0.05735558271408081,
0.010592455044388771,
0.03158869594335556,
-0.09638325870037079,
0.024634869769215584,
0.009720981121063232,
-0.01861540786921978,
-0.011347133666276932,
-0.009262783452868462,
0.005597200710326433,
0.05271970108151436,
0.052072834223508835,
-0.0521087683737278,
-0.02053804323077202,
-0.000017924672647495754,
0.0399620346724987,
0.017618155106902122,
0.029432469978928566,
-0.03162463381886482,
0.0029131497722119093,
-0.015138495713472366,
0.007250306196510792,
-0.03473319113254547,
0.026701252907514572,
0.04071671515703201,
0.061596158891916275,
0.06346488744020462,
0.032541029155254364,
-0.01696230284869671,
-0.031534790992736816,
0.07058043032884598,
0.009999493137001991,
-0.019406024366617203,
-0.0002874966594390571,
-0.014240069314837456,
0.0006092458497732878,
0.06076960638165474,
-0.02711452916264534,
-0.029827779158949852,
0.060553982853889465,
-0.004020461346954107,
-0.03442772477865219,
-0.05958368256688118,
-0.016782617196440697,
0.02903716266155243,
-0.02713249810039997,
-0.015713488683104515,
0.0010702512226998806,
-0.13541091978549957,
-0.03608082979917526,
-0.007362609729170799,
0.012389308772981167,
-0.0016216608928516507,
0.07482100278139114,
-0.003986770287156105,
0.016791602596640587,
-0.03218165785074234,
-0.010403785854578018,
-0.004990762565284967,
0.029109036549925804,
0.009154971688985825,
-0.00017112228670157492,
-0.05052753910422325,
-0.0260543841868639,
0.025407517328858376,
-0.05990711599588394,
0.019010717049241066,
0.030169181525707245,
-0.005013222806155682,
0.0165400430560112,
0.07999594509601593,
-0.01700722426176071,
-0.020609917119145393,
0.010089335963129997,
0.01237134076654911,
0.05796651542186737,
0.028641855344176292,
-0.03913548216223717,
0.03539802506566048,
0.03570349141955376,
-0.00789717398583889,
0.037446439266204834,
0.020268514752388,
-0.07201791554689407,
0.01237134076654911,
-0.03769800066947937,
-0.01683652400970459,
-0.011814315803349018,
-0.04319637268781662,
0.012281497940421104,
0.005314195994287729,
-0.028102798387408257,
-0.027222340926527977,
-0.028336388990283012,
-0.016459183767437935,
0.015551772899925709,
-0.04143545776605606,
-0.018067367374897003,
0.006284497212618589,
-0.015731457620859146,
0.01877712644636631,
-0.00487845903262496,
0.032541029155254364,
-0.05685246363282204,
0.01906462199985981,
0.025407517328858376,
0.02129272185266018,
0.0017878698417916894,
0.006648360285907984,
0.03802143409848213,
0.01996305026113987,
-0.0008641745080240071,
0.006342894863337278,
0.08912396430969238,
0.008845014497637749,
0.04319637268781662,
-0.020735695958137512,
-0.053869687020778656,
-0.06572892516851425,
-0.03264883905649185,
-0.025838762521743774,
0.037158943712711334,
0.03697925806045532,
-0.07050855457782745,
0.0038205611053854227,
-0.01684550754725933,
0.04740101099014282
] |
8,880 | sentencepiece | SerializeAsString | null | def SerializeAsString(self):
return _sentencepiece.ImmutableNBestSentencePieceText_SerializeAsString(self)
| (self) | [
-0.002411646768450737,
-0.04911625757813454,
0.015305100940167904,
0.003358376445248723,
0.01764896884560585,
-0.07528360933065414,
0.023351211100816727,
0.0170892383903265,
0.11222574859857559,
-0.00769190676510334,
0.01331106573343277,
-0.025555146858096123,
-0.0750037431716919,
-0.005571057088673115,
0.025362739339470863,
0.023438669741153717,
-0.02662213146686554,
-0.08570856600999832,
0.02992803230881691,
0.01990537717938423,
-0.002400714438408613,
-0.015471271239221096,
0.025257790461182594,
-0.014045709744095802,
0.009873976930975914,
-0.04190973937511444,
0.0013982303207740188,
-0.05842175707221031,
-0.040440451353788376,
-0.02273900806903839,
-0.035437870770692825,
-0.07619316875934601,
0.01487655844539404,
-0.010092620737850666,
-0.0034851902164518833,
-0.0031222407706081867,
-0.02928084507584572,
-0.028721116483211517,
-0.01491154171526432,
-0.053104329854249954,
-0.04407869279384613,
-0.00045532677904702723,
-0.018733443692326546,
-0.01000516302883625,
-0.044043708592653275,
-0.005299937911331654,
-0.018471071496605873,
0.09564376622438431,
-0.005947125144302845,
-0.04883639141917229,
0.0425044521689415,
-0.0010270816273987293,
-0.045722898095846176,
0.0006592125864699483,
-0.05373402312397957,
-0.047052253037691116,
0.04344899579882622,
-0.007189024705439806,
0.025747552514076233,
-0.0006132972775958478,
0.013520963490009308,
0.006463125813752413,
0.08885704725980759,
-0.0034261562395840883,
0.004508445505052805,
-0.0073289573192596436,
-0.006655532866716385,
0.026744570583105087,
0.05107530951499939,
0.038271497935056686,
0.029000980779528618,
-0.0483466275036335,
0.0007816533907316625,
0.032341863960027695,
-0.04628262668848038,
0.0038175296504050493,
-0.021584566682577133,
-0.014596694149076939,
0.020150259137153625,
-0.017132967710494995,
-0.005186242982745171,
0.008811365813016891,
-0.014456761069595814,
-0.07248496264219284,
-0.04051041603088379,
-0.0766829326748848,
0.009926451370120049,
-0.049606021493673325,
-0.0330590195953846,
0.005138141103088856,
0.010110112838447094,
0.02142714150249958,
-0.045547980815172195,
0.06485864520072937,
-0.027216842398047447,
-0.02984057553112507,
-0.02294890582561493,
-0.05184493958950043,
-0.012830047868192196,
-0.015217643231153488,
-0.024225788190960884,
0.07038597762584686,
-0.025730062276124954,
0.00720214331522584,
-0.02531026490032673,
-0.03388112038373947,
-0.03556030988693237,
-0.01633710227906704,
0.0014998998958617449,
0.0013577811187133193,
-0.012733844108879566,
0.0453030988574028,
0.006533091887831688,
-0.047716934233903885,
0.0636342391371727,
-0.06275966018438339,
-0.04100017994642258,
-0.019747953861951828,
0.03463325649499893,
-0.00021235828171484172,
0.04547801613807678,
0.036102548241615295,
-0.06513851135969162,
0.0010057637700811028,
-0.05863165855407715,
0.04155990853905678,
-0.007049092557281256,
-0.009419196285307407,
0.09662329405546188,
-0.10977693647146225,
0.05397890508174896,
0.0014091625344008207,
0.022319210693240166,
0.027304301038384438,
0.02973562479019165,
-0.00792804267257452,
0.0017797646578401327,
0.02359609305858612,
0.019992835819721222,
0.09480416774749756,
0.026657113805413246,
-0.03123989887535572,
0.05023571476340294,
0.012077911756932735,
-0.003804410807788372,
-0.01962551288306713,
-0.0025231551844626665,
0.018086256459355354,
-0.004270123317837715,
-0.030942542478442192,
0.07759249210357666,
0.004184851888567209,
-0.0226515494287014,
-0.048906359821558,
-0.006226989906281233,
-0.002034485340118408,
-0.012296555563807487,
-0.054223787039518356,
0.05076046288013458,
-0.04796181619167328,
-0.029945524409413338,
-0.05296439677476883,
0.0062357354909181595,
0.030050473287701607,
0.015593712218105793,
0.06157023459672928,
0.04355394467711449,
-0.03739692270755768,
-0.018645986914634705,
0.022511618211865425,
-0.02256409265100956,
0.028108911588788033,
-0.10257041454315186,
0.05579802766442299,
0.04155990853905678,
0.034126002341508865,
0.020552564412355423,
0.09914207458496094,
-0.0019306292524561286,
-0.020640023052692413,
-0.028931014239788055,
-0.026692096143960953,
-0.0464225597679615,
-0.03820153325796127,
0.0505855455994606,
-0.04005563631653786,
0.0305752195417881,
0.02567758783698082,
-0.017876358702778816,
-0.03127488121390343,
0.040020652115345,
-0.00180053582880646,
0.005194988567382097,
0.03519298881292343,
-0.029508234933018684,
-0.007057838141918182,
-0.016214661300182343,
-0.04379882663488388,
-0.03718702495098114,
-0.053489141166210175,
-0.034878138452768326,
-0.01773642562329769,
0.03547285124659538,
-0.0250129085034132,
-0.019415615126490593,
0.006200752686709166,
-0.027304301038384438,
0.010136350058019161,
-0.022144295275211334,
0.012751336209475994,
-0.017692696303129196,
-0.014264354482293129,
-0.03851637989282608,
-0.027216842398047447,
0.0628296285867691,
-0.0878075510263443,
0.008632076904177666,
0.003616376779973507,
-0.028721116483211517,
0.028336301445961,
0.005151259712874889,
-0.03589265048503876,
0.03617251291871071,
0.005181869957596064,
-0.06573322415351868,
-0.000258000276517123,
-0.007298347074538469,
-0.004823293536901474,
0.004462530370801687,
-0.01868096925318241,
0.007495126686990261,
0.010250044986605644,
-0.016879340633749962,
0.017806392163038254,
-0.041594892740249634,
0.07955154776573181,
-0.03368871286511421,
-0.02879108302295208,
0.01538381353020668,
-0.02992803230881691,
-0.02426077239215374,
-0.027636639773845673,
-0.04918622225522995,
0.02898348867893219,
-0.014185642823576927,
0.0247330442070961,
0.022301718592643738,
0.021199751645326614,
0.02058754861354828,
0.016477035358548164,
0.09375467896461487,
-0.04218960553407669,
-0.05996101349592209,
0.00021509133512154222,
0.007495126686990261,
-0.034318409860134125,
-0.006410650908946991,
0.009637841023504734,
-0.018068766221404076,
0.030802609398961067,
-0.01850605383515358,
0.014255608431994915,
-0.06164020299911499,
0.03624248132109642,
-0.008212280459702015,
-0.019275682047009468,
-0.0655583068728447,
0.016407068818807602,
0.013660896569490433,
0.03096003457903862,
0.03501807153224945,
-0.0007608821615576744,
-0.05415382236242294,
-0.025065382942557335,
-0.0522647351026535,
-0.003378054592758417,
-0.04708723723888397,
-0.0003246867854613811,
0.02301887236535549,
0.0023176297545433044,
-0.002374477218836546,
0.001071903738193214,
-0.005518582183867693,
-0.041489943861961365,
0.08661812543869019,
0.014885304495692253,
0.014981508255004883,
-0.036942142993211746,
0.028738606721162796,
-0.044148657470941544,
0.01321486197412014,
0.0010139630176126957,
0.024470670148730278,
-0.039425939321517944,
0.04929117113351822,
-0.023438669741153717,
-0.011666860431432724,
-0.02077995426952839,
0.04631761088967323,
-0.029000980779528618,
0.021182259544730186,
-0.0022695278748869896,
-0.008133567869663239,
0.0005247463122941554,
-0.023771008476614952,
-0.015716152265667915,
-0.026832029223442078,
0.03659231215715408,
0.01964300498366356,
-0.03115244023501873,
-0.04288926720619202,
-0.021567074581980705,
0.020167751237750053,
0.040160585194826126,
-0.0026040535885840654,
0.09634342789649963,
-0.013748354278504848,
0.0023985279258340597,
0.06569824367761612,
0.040160585194826126,
-0.02245914377272129,
-0.03500058129429817,
0.05013076588511467,
-0.01719418726861477,
0.03851637989282608,
-0.08130069822072983,
0.0009871789952740073,
-0.017981307581067085,
0.0023285618517547846,
-0.02151460014283657,
0.04107014462351799,
-0.07493377476930618,
0.01577737368643284,
0.00897316262125969,
-0.021129785105586052,
0.02879108302295208,
0.06674773246049881,
-0.015593712218105793,
-0.02123473584651947,
-0.0127863185480237,
0.027724098414182663,
0.0007062210934236646,
0.01576862670481205,
0.03183460980653763,
-0.02698945254087448,
0.03136233985424042,
-0.03823651745915413,
0.01924069970846176,
0.02642972394824028,
-0.0016912136925384402,
-0.03907610848546028,
-0.058001961559057236,
0.027776572853326797,
0.015541236847639084,
-0.056322772055864334,
0.0324992910027504,
0.019590530544519424,
0.03183460980653763,
-0.02443568781018257,
-0.014850321225821972,
0.010320011526346207,
-0.019415615126490593,
0.004678988363593817,
0.009917705319821835,
-0.0013304506428539753,
-0.01052991021424532,
0.028721116483211517,
-0.01151818223297596,
0.04631761088967323,
0.02189941331744194,
-0.05803694576025009,
0.027321793138980865,
-0.04978093504905701,
-0.03248179703950882,
-0.027129385620355606,
0.03655732795596123,
-0.038936179131269455,
0.023298736661672592,
-0.022686533629894257,
-0.10089122503995895,
0.02861616760492325,
0.00962034985423088,
-0.04533808305859566,
0.04558296501636505,
0.014036964625120163,
0.054888468235731125,
0.02954321913421154,
0.008273500949144363,
0.04358892887830734,
-0.01501649059355259,
0.01085350289940834,
-0.0255726370960474,
-0.019800428301095963,
0.015689915046095848,
-0.029980506747961044,
-0.022109312936663628,
-0.0023351211566478014,
-0.009174315258860588,
-0.006957261823117733,
0.018855884671211243,
0.03652234375476837,
0.01501649059355259,
0.01387079432606697,
-0.0038350210525095463,
-0.08158056437969208,
0.02679704688489437,
0.0010631579207256436,
0.03424844518303871,
-0.03673224151134491,
0.03645237907767296,
-0.01321486197412014,
0.011430724523961544,
-0.03816654905676842,
-0.08857718110084534,
0.0015501881716772914,
-0.00012667704140767455,
0.012628895230591297,
0.049431104212999344,
-0.0012156623415648937,
0.027724098414182663,
-0.03500058129429817,
0.042329538613557816,
0.03452830761671066,
0.053384192287921906,
0.017596494406461716,
0.0013293573865666986,
-0.05691748484969139,
-0.0084046870470047,
0.055833008140325546,
0.0070184823125600815,
0.007215261925011873,
-0.0419447235763073,
-0.051005344837903976,
-0.021759482100605965,
0.021584566682577133,
-0.020814938470721245,
0.025660095736384392,
-0.057442232966423035,
-0.021934397518634796,
0.04607272893190384,
0.03461576625704765,
0.011850520968437195,
0.013398523442447186,
0.06975627690553665,
0.08479900658130646,
-0.010766045190393925,
-0.07549350708723068,
-0.0015906373737379909,
0.05076046288013458,
0.00639315927401185,
0.03444085270166397,
0.04386879503726959,
-0.007022854872047901,
0.003458952996879816,
-0.03701210767030716,
0.0023394941817969084,
0.07913174480199814,
-0.05541321262717247,
-0.0073289573192596436,
0.018068766221404076,
-0.04079028218984604,
0.07269486039876938,
0.006345057860016823,
0.04278431832790375,
0.028861047700047493,
-0.018925851210951805,
-0.0031878340523689985,
-0.00708407536149025,
-0.03813156858086586,
-0.010398723185062408,
0.05964616686105728,
-0.005391768645495176,
-0.007237126585096121,
-0.055378228425979614,
0.019415615126490593,
0.05013076588511467,
-0.027444234117865562,
-0.03151976317167282,
0.008260381408035755,
-0.007530109956860542,
-0.029858065769076347,
-0.04887137562036514,
-0.06310949474573135,
-0.0071278042159974575,
0.0002179610455641523,
0.012969980016350746,
0.008216653019189835,
0.014841575175523758,
0.030907558277249336,
0.0031834610272198915,
0.025939960032701492,
0.05324426293373108,
-0.005361158400774002,
-0.016074730083346367,
0.02331622876226902,
0.0861283615231514,
0.0006264159455895424,
-0.02443568781018257,
-0.03571773320436478,
0.028108911588788033,
-0.016774391755461693,
0.05331422761082649,
-0.02417331375181675,
-0.04397374391555786,
-0.0005097145331092179,
-0.015445034019649029,
0.017683951184153557,
0.012690115720033646,
0.0031397321727126837,
-0.010836011730134487,
0.02406836487352848,
-0.030242880806326866,
0.019957851618528366,
-0.04750703647732735,
0.028161386027932167,
0.0172903910279274,
0.045268118381500244,
0.036977123469114304,
-0.016669441014528275,
0.0005425111739896238,
-0.05341917648911476,
0.02254660055041313,
-0.068356953561306,
0.0006029116921126842,
-0.028913522139191628,
0.009646587073802948,
-0.033478815108537674,
0.028108911588788033,
-0.0013599676312878728,
0.013004963286221027,
0.056882504373788834,
-0.01165811438113451,
0.024243280291557312,
0.02245914377272129,
0.003423969727009535,
0.04145495966076851,
-0.005483599379658699,
0.038096584379673004,
0.03914607688784599,
0.039320990443229675,
-0.023945923894643784,
-0.03463325649499893,
-0.02058754861354828,
-0.01094970665872097,
0.008933805860579014,
0.010914723388850689,
0.041489943861961365,
0.05600792542099953,
-0.026569655165076256,
0.011054656468331814,
-0.010022655129432678,
0.008286619558930397,
0.011806792579591274,
-0.06804210692644119,
0.06265471130609512,
-0.02086741290986538,
-0.046492524445056915,
0.024663077667355537,
-0.021479615941643715,
0.045932795852422714,
0.0016802814789116383,
0.005396141670644283,
0.01943310536444187,
-0.012637641280889511,
0.061395321041345596,
0.08745772391557693,
0.010547401383519173,
0.023998398333787918,
-0.0464225597679615,
-0.01661696657538414,
0.05670758709311485,
0.022599074989557266,
0.056112874299287796,
0.017587747424840927,
-0.024593111127614975,
0.04107014462351799,
0.012777573429048061,
-0.023246262222528458,
0.022773990407586098,
0.045932795852422714,
-0.0017272899858653545,
0.027724098414182663,
0.05814189463853836,
0.030260371044278145,
0.01878591813147068,
0.0036579191219061613,
-0.01614469476044178,
0.02378850057721138,
-0.01764022186398506,
0.028913522139191628,
0.021199751645326614,
0.017981307581067085,
0.06422895193099976,
0.02198687195777893,
0.06324942409992218,
-0.04274933412671089,
0.025065382942557335,
0.02642972394824028,
0.019712969660758972,
-0.004661496728658676,
0.03370620682835579,
0.011631877161562443,
0.0011314842849969864,
0.0711556002497673,
0.09165569394826889,
0.03211447596549988,
-0.008435297757387161,
0.03190457820892334,
0.028003962710499763,
0.09291508048772812,
-0.030715152621269226,
0.017307883128523827,
-0.05352412536740303,
-0.11936230212450027,
-0.047332119196653366,
-0.006576820742338896,
0.030050473287701607,
-0.007495126686990261,
-0.005715362261980772,
-0.038831230252981186,
0.1089373379945755,
0.036487363278865814,
-0.05125022679567337,
0.021759482100605965,
-0.028178878128528595,
-0.01955554634332657,
-0.004263564012944698,
-0.05334921181201935,
0.013389777392148972,
-0.07056088745594025,
0.0012528318911790848,
0.0039793262258172035,
-0.012637641280889511,
-0.0319395586848259,
-0.02578253671526909,
-0.00599522702395916,
-0.02795148827135563,
0.0004129644366912544,
0.012392759323120117,
0.02482050098478794,
0.008557737804949284,
0.02293141558766365,
-0.06846190243959427,
0.01369587890803814,
-0.10550899803638458,
0.015829848125576973,
-0.04135001078248024,
-0.04355394467711449,
0.0095853665843606,
-0.028056437149643898,
-0.042224589735269547,
0.03438837453722954,
0.021269718185067177,
-0.03708207607269287,
0.001778671401552856,
0.02726931869983673,
0.021864430978894234,
-0.001901112264022231,
-0.00036431607441045344,
-0.009734044782817364,
-0.02434822916984558,
0.00011342173092998564,
-0.007862449623644352,
-0.06440386921167374,
0.029105929657816887,
0.009357976727187634,
0.007346448488533497,
0.044603437185287476,
0.017482798546552658,
-0.044778354465961456,
-0.025992434471845627,
0.058001961559057236,
-0.004936988465487957,
-0.05086541175842285,
-0.043169133365154266,
0.02767162397503853,
0.013669641688466072,
0.05485348403453827,
0.011430724523961544,
-0.0347382090985775,
0.04208465665578842,
0.008085465990006924,
-0.03144979849457741,
-0.02455812878906727,
-0.028913522139191628,
0.019590530544519424,
-0.05852670595049858,
-0.004434106405824423,
0.027409249916672707,
-0.09095603227615356,
-0.03638241067528725,
-0.014308083802461624,
-0.06639790534973145,
-0.004298546817153692,
0.14804843068122864,
0.0010631579207256436,
0.0625147819519043,
-0.06902163475751877,
0.0064674983732402325,
0.009340484626591206,
0.03125739097595215,
-0.0007789203664287925,
-0.0016081288922578096,
-0.040160585194826126,
0.03160722181200981,
0.0012375267688184977,
0.020325174555182457,
0.013337302953004837,
-0.0065462104976177216,
-0.014605439268052578,
0.03155474737286568,
0.05863165855407715,
-0.0122265899553895,
-0.004508445505052805,
0.00481454748660326,
0.00040230550803244114,
0.03552532568573952,
0.019013307988643646,
-0.026307282969355583,
0.030347829684615135,
-0.014369303360581398,
-0.04719218611717224,
-0.01156191062182188,
0.0053392937406897545,
0.001251738634891808,
0.07234502583742142,
-0.01373086217790842,
0.0161272045224905,
0.024715552106499672,
-0.04096519574522972,
-0.02314131334424019,
-0.023543618619441986,
-0.01785886660218239,
-0.03132735565304756,
-0.0035529700107872486,
-0.01199045404791832,
0.014867812395095825,
-0.04813672974705696,
0.0154275419190526,
-0.014841575175523758,
-0.013284827582538128,
0.024243280291557312,
-0.0047620730474591255,
-0.0028292573988437653,
0.02510036714375019,
0.0014594506938010454,
0.02490795962512493,
0.02660463936626911,
-0.01165811438113451,
-0.0035114274360239506,
0.010836011730134487,
0.05296439677476883,
-0.0071278042159974575,
0.019957851618528366,
0.0430641807615757,
0.01736035756766796,
0.054608602076768875,
0.04845157638192177,
-0.038096584379673004,
-0.013555946759879589,
-0.023333720862865448,
-0.010118858888745308,
0.019328156486153603,
0.04708723723888397,
-0.06881173700094223,
0.03519298881292343,
0.0008368610870093107,
0.0011784927919507027
] |
8,881 | sentencepiece | __eq__ | null | def __eq__(self, other):
return self.SerializeAsString() == other.SerializeAsString()
| (self, other) | [
0.030373860150575638,
-0.013696826063096523,
-0.002099790144711733,
0.02136392891407013,
-0.039401113986968994,
-0.08074282854795456,
-0.04823777824640274,
0.05246551334857941,
0.05239620804786682,
-0.02883177436888218,
-0.019354023039340973,
-0.04272785782814026,
0.016521092504262924,
0.07630717754364014,
-0.0019947465043514967,
-0.009798298589885235,
-0.029888710007071495,
-0.004175756126642227,
0.012050781399011612,
-0.00711697805672884,
-0.028727814555168152,
0.0032032898161560297,
0.018349068239331245,
0.09800031036138535,
0.007576138246804476,
0.023564431816339493,
0.0023737698793411255,
0.0011825532419607043,
-0.006449896842241287,
0.07083190977573395,
-0.054821956902742386,
-0.08739631623029709,
0.027220383286476135,
0.02041095681488514,
0.00017502762784715742,
-0.017118865624070168,
-0.06036652997136116,
0.044148657470941544,
-0.03217584639787674,
-0.01743941195309162,
0.020826799795031548,
0.0058737811632454395,
-0.02046293579041958,
-0.026007508859038353,
0.022472843527793884,
0.02560899220407009,
-0.061198215931653976,
0.03964368999004364,
0.018938180059194565,
0.02226492203772068,
-0.006155341397970915,
0.0009042417514137924,
-0.027549592778086662,
0.0769309401512146,
-0.03543328121304512,
0.004847168922424316,
0.05000511184334755,
0.047267477959394455,
-0.02583424001932144,
0.02936890535056591,
-0.048757582902908325,
-0.009373792447149754,
0.022074328735470772,
-0.022334229201078415,
-0.04290112853050232,
-0.030079303309321404,
-0.06965368986129761,
0.0018994491547346115,
0.01757802627980709,
0.032331787049770355,
-0.006441233213990927,
-0.015429504215717316,
-0.02697780914604664,
0.04913876950740814,
-0.00021523119357880205,
0.04130706191062927,
-0.0028199346270412207,
0.09793100506067276,
-0.034601595252752304,
-0.038812004029750824,
0.027047116309404373,
-0.021883733570575714,
-0.0239802747964859,
-0.044737767428159714,
-0.11158451437950134,
0.012622565031051636,
0.0015377524541690946,
0.002895739395171404,
-0.0015983962221071124,
0.0032552701886743307,
0.0030776706989854574,
0.02995801717042923,
0.018453029915690422,
0.0019243564456701279,
0.021519871428608894,
-0.030512474477291107,
-0.027896128594875336,
-0.06442099809646606,
0.005657196044921875,
0.00590410316362977,
0.0122153852134943,
0.043594200164079666,
-0.04068329930305481,
-0.005496923346072435,
-0.03877735137939453,
0.007394206710159779,
-0.02366839163005352,
-0.020809471607208252,
-0.010214141570031643,
-0.012899793684482574,
-0.04019814729690552,
0.0552031472325325,
-0.04723282530903816,
0.01841837540268898,
0.034826844930648804,
-0.03510407358407974,
0.005652864463627338,
-0.007303241174668074,
-0.003344070166349411,
-0.03652486950159073,
0.038534775376319885,
0.08406957238912582,
0.013021080754697323,
0.04054468497633934,
0.02240353636443615,
-0.005185041110962629,
0.03590110316872597,
-0.004894817713648081,
-0.013792123645544052,
-0.03590110316872597,
0.07533687353134155,
-0.03597041219472885,
-0.010673301294445992,
0.06358931213617325,
0.05256947502493858,
-0.008672057650983334,
0.02203967422246933,
0.03804962709546089,
0.03032187931239605,
0.043247662484645844,
0.06209920719265938,
0.022871360182762146,
0.041029833257198334,
0.034601595252752304,
-0.04543083906173706,
-0.008117600344121456,
-0.09224782139062881,
-0.007004354149103165,
-0.011877513490617275,
-0.000589110772125423,
0.009555723518133163,
-0.017413422465324402,
0.008923295885324478,
-0.01232801005244255,
-0.04335162416100502,
-0.03474020957946777,
-0.03444565460085869,
-0.05087145045399666,
0.019665904343128204,
0.0025015550199896097,
0.0030300221405923367,
-0.015308217145502567,
0.0371139794588089,
-0.014788413420319557,
-0.028173357248306274,
0.024500077590346336,
-0.00469555938616395,
-0.02380700595676899,
-0.01791589893400669,
0.007220938801765442,
-0.019302042201161385,
-0.03863873705267906,
-0.0556536428630352,
0.0038876980543136597,
-0.01004953682422638,
0.005431948229670525,
0.033146146684885025,
0.0660843700170517,
-0.0201337281614542,
-0.00007560165249742568,
-0.005020436830818653,
-0.05395561829209328,
-0.028589200228452682,
0.03085900843143463,
0.06951507180929184,
-0.03470555692911148,
0.011574294418096542,
0.015178265981376171,
0.06151009723544121,
0.007996312342584133,
0.007827376015484333,
-0.0046652378514409065,
-0.029923362657427788,
0.007532821036875248,
0.0024279162753373384,
-0.04272785782814026,
0.011678255163133144,
-0.02375502698123455,
-0.005670191254466772,
0.0959210991859436,
-0.0425545908510685,
-0.04217340052127838,
-0.020341649651527405,
-0.04033676162362099,
0.015550792217254639,
-0.027948109433054924,
0.006796432659029961,
-0.02425750344991684,
0.0733269676566124,
-0.01373147964477539,
-0.0085377749055624,
-0.03413377329707146,
0.004617589060217142,
-0.0127871697768569,
0.06099029257893562,
-0.0029368905816227198,
0.005652864463627338,
-0.04882688820362091,
-0.016209209337830544,
0.03004465065896511,
0.09065375477075577,
-0.012839149683713913,
-0.014658462256193161,
0.015308217145502567,
-0.04965857416391373,
0.016659706830978394,
0.007688762154430151,
0.001655791187658906,
-0.03222782537341118,
-0.041653599590063095,
0.060609105974435806,
0.027549592778086662,
0.044737767428159714,
-0.006519204005599022,
-0.008745696395635605,
0.02968078851699829,
-0.015152276493608952,
0.007914010435342789,
-0.06961903721094131,
-0.023824334144592285,
0.008100273087620735,
-0.024136215448379517,
0.01937134936451912,
-0.004968456458300352,
0.029490193352103233,
-0.0692724958062172,
-0.005531576927751303,
0.022836705669760704,
-0.00639358488842845,
-0.014814403839409351,
0.035589221864938736,
-0.017733966931700706,
-0.03266099467873573,
-0.0402674563229084,
0.02805206924676895,
-0.04321300983428955,
-0.05419819429516792,
0.02361641265451908,
0.05738632008433342,
0.031656041741371155,
0.0008820418152026832,
0.0375644750893116,
0.00032460654620081186,
0.02619810402393341,
-0.046678368002176285,
-0.01895550638437271,
-0.0479605495929718,
0.05187640339136124,
0.029750095680356026,
-0.0035324988421052694,
0.08538641035556793,
-0.0701388344168663,
-0.01387009397149086,
0.07970322668552399,
-0.05135659873485565,
-0.015983961522579193,
0.0014966012677177787,
-0.04990115016698837,
-0.04498033970594406,
-0.02914365753531456,
-0.03569318354129791,
0.016746340319514275,
0.03860408440232277,
-0.07249528169631958,
0.01873025856912136,
-0.01987382583320141,
-0.004052302334457636,
-0.04716351628303528,
0.00032027484849095345,
-0.046401139348745346,
0.025314437225461006,
-0.01810649409890175,
0.016936935484409332,
-0.021641157567501068,
-0.014069351367652416,
0.018903525546193123,
0.016443122178316116,
-0.045049648731946945,
0.029698114842176437,
0.03922784700989723,
-0.03669813647866249,
0.01072528213262558,
0.03309416398406029,
-0.006034053862094879,
-0.0007206861046142876,
0.003012695349752903,
-0.016235200688242912,
0.06258435547351837,
0.018747584894299507,
0.024517405778169632,
-0.007991980761289597,
0.051252637058496475,
0.0064325700514018536,
0.07526756823062897,
0.021017393097281456,
0.051841750741004944,
-0.003705766750499606,
-0.0004994987975805998,
0.02086145244538784,
0.0633467361330986,
-0.016070595011115074,
0.007459182292222977,
-0.027705533429980278,
-0.006181331817060709,
0.01586267352104187,
-0.08559433370828629,
-0.028294645249843597,
0.046505097299814224,
0.03694071248173714,
0.01987382583320141,
0.020514916628599167,
-0.0425545908510685,
0.08490125834941864,
0.027896128594875336,
0.024811960756778717,
-0.022074328735470772,
0.013982717879116535,
-0.0042493948712944984,
0.001284348196350038,
-0.014043361879885197,
0.038569431751966476,
-0.04452984407544136,
0.040024880319833755,
-0.0570051334798336,
-0.01321167591959238,
0.01987382583320141,
-0.08940622955560684,
0.03603971749544144,
-0.012232712469995022,
0.021797100082039833,
-0.0710398331284523,
0.01918075419962406,
0.041376370936632156,
-0.009573050774633884,
-0.013584202155470848,
0.008607082068920135,
0.018401049077510834,
0.034601595252752304,
-0.03127485141158104,
0.011063153855502605,
0.05447542294859886,
-0.012527267448604107,
0.014294600114226341,
-0.03487882390618324,
-0.015394851565361023,
0.029195638373494148,
-0.005609547719359398,
-0.05371304228901863,
-0.04768332093954086,
-0.028346624225378036,
-0.06417842209339142,
0.03363129496574402,
-0.04629717767238617,
-0.07713886350393295,
-0.012717862613499165,
-0.0398169569671154,
-0.06764377653598785,
0.05887642502784729,
-0.01110647153109312,
-0.014017371460795403,
0.06778239458799362,
-0.009720328263938427,
-0.02512384206056595,
0.05395561829209328,
-0.01715352013707161,
-0.0022914677392691374,
0.0357624888420105,
-0.02439611777663231,
0.040440723299980164,
0.05877246335148811,
-0.07166359573602676,
-0.022091655060648918,
-0.03487882390618324,
0.02276739850640297,
-0.05960414931178093,
-0.02625008299946785,
-0.033336739987134933,
-0.011530977673828602,
-0.06913388520479202,
-0.008758691139519215,
0.02212630771100521,
0.03293822333216667,
0.009555723518133163,
-0.006779105868190527,
-0.011253749020397663,
0.03635160252451897,
0.025643646717071533,
0.004933802876621485,
-0.028571873903274536,
0.02072283811867237,
-0.02108670026063919,
-0.04057933762669563,
-0.004916476085782051,
-0.06300020217895508,
-0.017794610932469368,
-0.029836729168891907,
0.025816913694143295,
-0.014129995368421078,
0.051391251385211945,
0.019076794385910034,
-0.034376345574855804,
0.06705466657876968,
-0.015039651654660702,
-0.005163382738828659,
-0.014658462256193161,
-0.01909412071108818,
0.019631249830126762,
0.051391251385211945,
0.020618878304958344,
-0.013367616571485996,
-0.009001266211271286,
-0.038673389703035355,
0.02638869732618332,
-0.011201768182218075,
0.04702490195631981,
0.02212630771100521,
0.014225292950868607,
-0.11366372555494308,
0.00693504698574543,
0.07045072317123413,
0.0037447521463036537,
-0.06594575196504593,
-0.029264945536851883,
-0.020289668813347816,
-0.053470466285943985,
-0.038673389703035355,
-0.03430704027414322,
0.04376746714115143,
0.050386298447847366,
0.02352977730333805,
0.046678368002176285,
0.024967901408672333,
-0.0561041384935379,
-0.06497545540332794,
-0.035225361585617065,
-0.03933180868625641,
0.031430792063474655,
-0.013618855737149715,
-0.006267965771257877,
0.009417109191417694,
-0.03487882390618324,
0.006540862377732992,
-0.0034826844930648804,
0.015680743381381035,
-0.01715352013707161,
0.04792589694261551,
-0.02434413693845272,
0.04099518060684204,
0.014857720583677292,
0.064698226749897,
0.022784726694226265,
-0.039262499660253525,
-0.03687140345573425,
-0.00781871285289526,
-0.023876313120126724,
0.03208921104669571,
-0.007779727689921856,
0.0063805896788835526,
-0.06078237295150757,
0.004985783249139786,
-0.05707443878054619,
-0.021104028448462486,
-0.010655974969267845,
-0.007034675683826208,
0.05263878032565117,
-0.0597427636384964,
0.0380149744451046,
-0.013462914153933525,
0.016980251297354698,
0.011712908744812012,
-0.0058218007907271385,
-0.0002219994639744982,
-0.06736654788255692,
0.01636515185236931,
0.04671302065253258,
-0.006948042195290327,
-0.013809449970722198,
0.024829287081956863,
-0.04633183032274246,
-0.006943710148334503,
0.0233045294880867,
0.020809471607208252,
-0.022005021572113037,
0.008594086393713951,
0.012657218612730503,
-0.01586267352104187,
-0.0033050847705453634,
-0.031292177736759186,
-0.027670880779623985,
-0.003547659842297435,
0.01801985874772072,
-0.029160983860492706,
0.025054534897208214,
-0.0003860624856315553,
0.04581202566623688,
0.04258924350142479,
-0.019024813547730446,
-0.050386298447847366,
-0.036767445504665375,
-0.019561944529414177,
-0.004206077661365271,
0.010465379804372787,
-0.021745119243860245,
-0.06445565074682236,
-0.05492591857910156,
-0.011816869489848614,
-0.06902991980314255,
0.007727747317403555,
0.03448030725121498,
-0.004795188549906015,
-0.01586267352104187,
-0.0127871697768569,
-0.027272364124655724,
-0.011418352834880352,
-0.02434413693845272,
0.06324277818202972,
-0.024378791451454163,
0.03276495635509491,
0.04882688820362091,
0.044911034405231476,
-0.006839749403297901,
0.008212897926568985,
-0.0030581781174987555,
-0.02366839163005352,
-0.03669813647866249,
0.04511895403265953,
-0.018037186935544014,
0.04349023848772049,
0.003517337841913104,
0.028762467205524445,
0.011756225489079952,
-0.01095052994787693,
0.056901171803474426,
-0.04945065453648567,
-0.015126286074519157,
-0.013982717879116535,
-0.014381233602762222,
0.029628807678818703,
0.04851500689983368,
0.04702490195631981,
0.0461585633456707,
0.0398169569671154,
0.05728236213326454,
-0.0020532244816422462,
0.013922073878347874,
-0.007762400899082422,
0.014320590533316135,
0.0005506669986061752,
0.017222827300429344,
0.03307683765888214,
0.021433236077427864,
-0.019752537831664085,
-0.019215408712625504,
0.009780972264707088,
0.004751871805638075,
0.018851544708013535,
-0.028814448043704033,
0.04012884199619293,
-0.03583179786801338,
-0.009139880537986755,
-0.03877735137939453,
0.06033187732100487,
0.05780216306447983,
-0.02524513006210327,
0.017681987956166267,
-0.011903502978384495,
0.001520425663329661,
0.024517405778169632,
0.005696181673556566,
-0.015438168309628963,
-0.053470466285943985,
0.03068574145436287,
-0.014502521604299545,
-0.016018616035580635,
0.049208078533411026,
-0.05811404809355736,
0.05367838963866234,
-0.018227780237793922,
-0.015342870727181435,
-0.02765355445444584,
0.06459426879882812,
0.0015897328266873956,
-0.008793344721198082,
-0.02131194993853569,
0.033925849944353104,
0.02054957114160061,
-0.05707443878054619,
-0.01710153929889202,
0.011219095438718796,
0.05617344751954079,
0.041514985263347626,
0.048133816570043564,
0.014840394258499146,
-0.08878245949745178,
0.06293089687824249,
-0.025002555921673775,
-0.019977785646915436,
0.03725259378552437,
-0.07471311092376709,
0.032383766025304794,
0.05676255747675896,
0.02950751967728138,
-0.012284692376852036,
0.03217584639787674,
-0.07824777811765671,
-0.039262499660253525,
-0.012405980378389359,
-0.01043072622269392,
0.04556945338845253,
-0.07072795182466507,
-0.003103660885244608,
-0.032331787049770355,
0.013974054716527462,
-0.04595063999295235,
0.005124397575855255,
-0.0669853612780571,
0.022074328735470772,
-0.01058666780591011,
0.005336650647222996,
0.09619832783937454,
0.012527267448604107,
-0.013558211736381054,
-0.08074282854795456,
0.05738632008433342,
-0.09176266938447952,
0.02905702404677868,
0.010006220079958439,
-0.07031210511922836,
0.0305471271276474,
-0.03888131305575371,
-0.040752604603767395,
0.04078725725412369,
0.01737876795232296,
-0.009711665101349354,
-0.039712999016046524,
0.011349045671522617,
0.01373147964477539,
0.04019814729690552,
0.015178265981376171,
0.003302918979898095,
0.026492659002542496,
-0.00015539962623734027,
-0.006129351444542408,
-0.03635160252451897,
0.04747539758682251,
0.03718328848481178,
-0.00010876620217459276,
-0.01717950962483883,
0.011799542233347893,
-0.007207943592220545,
-0.026943154633045197,
0.03253970667719841,
0.003227114211767912,
-0.01024879515171051,
-0.06001999229192734,
-0.028294645249843597,
-0.010785925202071667,
0.027358997613191605,
0.00018612761050462723,
-0.031465448439121246,
-0.009677011519670486,
0.02453473210334778,
-0.0021127851214259863,
-0.012206722050905228,
0.013956727460026741,
0.051841750741004944,
-0.01531688030809164,
0.013558211736381054,
0.013151031918823719,
-0.049797188490629196,
-0.005293333902955055,
-0.08275274187326431,
-0.03538130223751068,
0.022074328735470772,
0.043282315135002136,
0.03295554965734482,
-0.01371415238827467,
-0.0201337281614542,
-0.051529865711927414,
0.009824289008975029,
-0.024240177124738693,
0.020688185468316078,
0.054371461272239685,
0.0030820025131106377,
0.040163494646549225,
-0.01617455668747425,
-0.0448070727288723,
0.03503476455807686,
0.08275274187326431,
-0.04019814729690552,
-0.031118910759687424,
0.0493120402097702,
0.006077371072024107,
-0.07533687353134155,
0.04168825224041939,
0.012544594705104828,
0.012163405306637287,
0.022750072181224823,
-0.017794610932469368,
0.03515605255961418,
-0.04314370080828667,
-0.02366839163005352,
0.04338627681136131,
-0.004825510550290346,
0.0014738598838448524,
0.053331851959228516,
0.030512474477291107,
-0.0357624888420105,
-0.04078725725412369,
-0.0011029583401978016,
0.01653841882944107,
0.09571317583322525,
0.0010986266424879432,
0.03136148676276207,
-0.031066929921507835,
-0.0034783526789397,
-0.038812004029750824,
-0.01841837540268898,
0.05787147209048271,
0.10007952898740768,
0.02706444263458252,
0.00811326876282692,
0.06126752123236656,
0.021052047610282898,
-0.021641157567501068,
-0.023373836651444435,
0.03517337888479233,
0.05738632008433342,
-0.019284715875983238,
-0.012899793684482574,
0.002876246813684702,
0.0016547082923352718,
-0.01859164424240589,
0.011123797856271267,
0.03773774579167366,
0.06674278527498245,
-0.037044674158096313,
0.024690672755241394,
0.030789703130722046,
-0.015004998072981834,
-0.03512139990925789,
0.011548303999006748,
0.007779727689921856,
0.011054490692913532,
-0.040024880319833755,
0.05010906979441643,
-0.01183419581502676,
0.05873781070113182
] |
8,882 | sentencepiece | __hash__ | null | def __hash__(self):
return hash(self.SerializeAsString())
| (self) | [
0.025446370244026184,
-0.03641023486852646,
0.00461927242577076,
0.034234460443258286,
-0.015935853123664856,
-0.05939185991883278,
-0.04324353113770485,
-0.004670267459005117,
0.014210531488060951,
-0.013641090132296085,
-0.01774616539478302,
-0.020567873492836952,
0.008091163821518421,
0.04351550340652466,
-0.012442713603377342,
-0.013913062401115894,
-0.02792811393737793,
-0.004589525517076254,
-0.006646313238888979,
-0.017117230221629143,
-0.013624091632664204,
-0.00798492506146431,
0.03746412694454193,
0.0812515988945961,
0.0032339156605303288,
-0.012850672006607056,
0.055516261607408524,
-0.011218840256333351,
0.05616219341754913,
0.03916395083069801,
-0.06948881596326828,
-0.039095960557460785,
0.029729926958680153,
0.028183087706565857,
-0.0043982951901853085,
-0.08594311773777008,
-0.025446370244026184,
0.05568624287843704,
-0.031429752707481384,
-0.00728374719619751,
0.03559432178735733,
0.023559564724564552,
-0.032823607325553894,
-0.02745216339826584,
0.057488057762384415,
0.03617225959897041,
-0.02111181803047657,
0.07112064957618713,
-0.03307858109474182,
-0.031157780438661575,
-0.017168225720524788,
-0.016955748200416565,
-0.016182327643036842,
0.061227671802043915,
-0.011354826390743256,
0.03391149640083313,
0.0539524219930172,
-0.0018113752594217658,
-0.0325346365571022,
0.04358349367976189,
-0.04718712344765663,
-0.0004940114449709654,
0.04745909571647644,
-0.041815679520368576,
-0.02306661568582058,
-0.03539034351706505,
-0.07356839627027512,
0.03430245444178581,
0.019293006509542465,
0.012204738333821297,
0.017023740336298943,
-0.009230045601725578,
0.028744028881192207,
0.029406961053609848,
0.006476330570876598,
0.036274250596761703,
0.015332415699958801,
0.038891978561878204,
0.006629314739257097,
-0.004128448199480772,
0.020907839760184288,
-0.04698314517736435,
-0.010198946110904217,
-0.02904999814927578,
-0.07547219842672348,
0.020958833396434784,
0.07057670503854752,
-0.010028962977230549,
-0.050212811678647995,
-0.007993423379957676,
-0.024069512262940407,
0.06846892088651657,
-0.029831916093826294,
0.02146878093481064,
0.016318313777446747,
-0.06071772426366806,
-0.028523052111268044,
-0.044705379754304886,
0.05140268802642822,
-0.016734769567847252,
0.02242068201303482,
0.06449133157730103,
-0.05521029233932495,
-0.004009460564702749,
-0.03362252563238144,
-0.007678956259042025,
-0.006246854551136494,
-0.03222866728901863,
-0.04127173498272896,
0.008720098994672298,
0.015000949613749981,
0.07275248318910599,
-0.027146194130182266,
0.01541740633547306,
0.056842125952243805,
-0.03416647017002106,
0.0069395327009260654,
-0.020992830395698547,
0.03613826632499695,
-0.00047037325566634536,
0.020431887358427048,
0.039571911096572876,
-0.03977588936686516,
0.02913498878479004,
0.014839466661214828,
0.014168035238981247,
0.029117990285158157,
-0.021417785435914993,
-0.018800057470798492,
-0.018936043605208397,
0.049464888870716095,
0.02371254935860634,
-0.011499311774969101,
0.060003798454999924,
0.014830967411398888,
-0.021349793300032616,
0.04745909571647644,
0.027809126302599907,
0.00021632920834235847,
0.0722765326499939,
0.05276254564523697,
0.007997673004865646,
0.06585119664669037,
0.024426475167274475,
0.019174018874764442,
-0.0050484780222177505,
-0.07350040227174759,
0.004916741978377104,
-0.021315796300768852,
0.002018541330471635,
0.07118864357471466,
-0.009977968409657478,
0.027061203494668007,
0.04239361733198166,
-0.047119129449129105,
-0.021264802664518356,
-0.04174768552184105,
-0.0517086535692215,
-0.018154123798012733,
-0.04093176871538162,
0.010572907514870167,
-0.009179051034152508,
0.06007179245352745,
-0.05830397456884384,
-0.040591806173324585,
0.01971796154975891,
0.0332825593650341,
-0.007011775393038988,
-0.03372451290488243,
-0.013556098565459251,
-0.05894990637898445,
-0.04174768552184105,
-0.11184843629598618,
0.036002278327941895,
0.017210721969604492,
0.009026067331433296,
0.0019505483796820045,
0.06173761934041977,
0.010156449861824512,
0.002458370989188552,
-0.018630074337124825,
-0.06782299280166626,
-0.01747419312596321,
0.017134228721261024,
0.03800807148218155,
-0.017168225720524788,
0.05317050591111183,
0.03811006247997284,
0.05840596184134483,
-0.005231209099292755,
-0.027894116938114166,
-0.027231184765696526,
-0.02989991009235382,
0.015094439499080181,
0.02831907384097576,
-0.004874246194958687,
-0.028812022879719734,
-0.015850862488150597,
-0.06615716218948364,
0.06615716218948364,
-0.04626921936869621,
-0.056468162685632706,
-0.0074027348309755325,
-0.04650719463825226,
-0.01615682989358902,
-0.027333175763487816,
0.011660794727504253,
-0.0016190826427191496,
0.06840092688798904,
-0.03362252563238144,
0.028625041246414185,
-0.04215564206242561,
-0.01194976456463337,
0.05065476521849632,
0.05606020614504814,
-0.09410227090120316,
-0.006229856051504612,
-0.03875599429011345,
0.013598594814538956,
0.018562082201242447,
0.08301942050457001,
-0.017491191625595093,
-0.006905536167323589,
-0.019581975415349007,
-0.041985660791397095,
-0.015570390969514847,
0.02157077006995678,
-0.015298418700695038,
-0.04718712344765663,
-0.06663311272859573,
0.04283557087182999,
0.003221167018637061,
0.06017377972602844,
0.026959214359521866,
0.005847395397722721,
0.018987037241458893,
-0.011754285544157028,
-0.01349660474807024,
-0.02689122036099434,
-0.011133849620819092,
0.0027940862346440554,
-0.0038883481174707413,
0.0730244517326355,
0.03491439297795296,
0.03471041098237038,
-0.010436921380460262,
0.008958074264228344,
0.06867290288209915,
-0.01313114259392023,
-0.06221356987953186,
-0.008057166822254658,
-0.007266748696565628,
-0.04531731456518173,
-0.03331655636429787,
0.05106272175908089,
-0.04089777171611786,
-0.007755448576062918,
0.037974074482917786,
0.03250063955783844,
0.03617225959897041,
-0.0043196785263717175,
-0.02063586749136448,
-0.011354826390743256,
-0.0013917312026023865,
-0.015349413268268108,
-0.028710031881928444,
-0.026670243591070175,
0.1049131527543068,
-0.04705113545060158,
0.05521029233932495,
0.09906575828790665,
-0.08635107427835464,
-0.02597331628203392,
0.033877499401569366,
-0.04783305525779724,
-0.02801310457289219,
0.01429552212357521,
0.005813399329781532,
-0.02073785662651062,
0.0007346428465098143,
0.0037906081415712833,
-0.011805280111730099,
0.024358483031392097,
-0.056842125952243805,
0.005711409728974104,
0.04541930556297302,
0.022488676011562347,
-0.0175761841237545,
-0.020754855126142502,
-0.04157770425081253,
0.007725701667368412,
-0.018069133162498474,
-0.04943089187145233,
-0.025106405839323997,
0.04419543221592903,
-0.00499323382973671,
-0.018137125298380852,
-0.002879077335819602,
0.06347143650054932,
0.032636627554893494,
-0.08485522866249084,
0.016845259815454483,
0.013309624046087265,
-0.03353753313422203,
-0.04681316018104553,
-0.004300555679947138,
0.0039329687133431435,
0.03324856236577034,
0.017168225720524788,
0.027010207995772362,
-0.016785765066742897,
0.07050871104001999,
-0.01083637960255146,
0.061873603612184525,
0.02027890458703041,
0.02289663255214691,
-0.004247435834258795,
0.009264042600989342,
-0.000005809946287627099,
0.11572404205799103,
-0.03634224459528923,
0.02333858795464039,
-0.019683964550495148,
0.002089721616357565,
0.04028583690524101,
-0.08233948796987534,
-0.026874221861362457,
-0.010980864986777306,
0.03828004375100136,
0.008397132158279419,
0.00289607560262084,
-0.04800304025411606,
0.09879378974437714,
0.006612316705286503,
-0.021655762568116188,
0.007759697735309601,
0.05429238826036453,
-0.004170943982899189,
-0.045453302562236786,
-0.03343554586172104,
0.03620625659823418,
-0.03556032478809357,
0.03202468901872635,
-0.01885105110704899,
-0.03980988636612892,
0.01737220399081707,
-0.08539917320013046,
0.023593561723828316,
-0.03929993882775307,
-0.005116471089422703,
-0.005392692517489195,
-0.006807796191424131,
0.03654622286558151,
0.026024309918284416,
0.05041678994894028,
-0.024783438071608543,
0.007572717498987913,
-0.01153330784291029,
-0.04167969152331352,
0.03671620413661003,
0.020312899723649025,
-0.07615213096141815,
-0.016513792797923088,
-0.05072275549173355,
0.015825364738702774,
0.016734769567847252,
-0.018902046605944633,
-0.04239361733198166,
0.008188903331756592,
-0.07560818642377853,
-0.05677413195371628,
0.00483175041154027,
-0.07656008750200272,
-0.05415640398859978,
0.03566231578588486,
-0.022675655782222748,
-0.01154180709272623,
0.09077061712741852,
-0.04878495633602142,
-0.024800436571240425,
0.03661421686410904,
0.014261526055634022,
-0.01298665814101696,
0.02231869287788868,
-0.017491191625595093,
0.04997483640909195,
0.052354589104652405,
-0.017780162394046783,
0.04416143521666527,
0.06693907827138901,
-0.043855465948581696,
-0.040115851908922195,
-0.012646692804992199,
-0.01185627467930317,
-0.031174777075648308,
0.022947628051042557,
0.00924704410135746,
-0.010963866487145424,
-0.08988671004772186,
-0.02551436237990856,
0.04793504625558853,
-0.028438061475753784,
0.026653245091438293,
0.02259066514670849,
-0.011762783862650394,
0.004819002002477646,
0.004895493853837252,
0.021315796300768852,
-0.01980295404791832,
-0.04297155886888504,
-0.04426342621445656,
-0.010666397400200367,
-0.015204928815364838,
-0.09015867859125137,
0.012306728400290012,
-0.05269455537199974,
0.03243264928460121,
-0.03865400329232216,
0.022437680512666702,
0.031072787940502167,
-0.0010326432529836893,
0.034047480672597885,
-0.030494848266243935,
0.027588147670030594,
-0.018290109932422638,
-0.0007075518951751292,
-0.015918854624032974,
0.044399410486221313,
-0.019938938319683075,
0.02371254935860634,
0.02867603674530983,
-0.0034357698168605566,
0.03800807148218155,
-0.032551635056734085,
0.01988794468343258,
-0.020533878356218338,
0.019445989280939102,
-0.0767640620470047,
0.006017378065735102,
0.10239741951227188,
0.03474440798163414,
-0.0314127542078495,
-0.0037736098747700453,
-0.001200500875711441,
0.02821708284318447,
-0.018919045105576515,
-0.043379515409469604,
0.02177475020289421,
0.05147067829966545,
0.0071180141530931,
0.05446236953139305,
0.017916148528456688,
-0.01737220399081707,
-0.07336441427469254,
-0.024137504398822784,
-0.030375860631465912,
-0.024494469165802002,
-0.05028080195188522,
-0.010122453793883324,
-0.003463391913101077,
-0.02884601801633835,
0.03943592309951782,
0.013530601747334003,
0.023559564724564552,
-0.05514230206608772,
-0.03977588936686516,
-0.03505037724971771,
0.017814159393310547,
0.02512340247631073,
0.04552129656076431,
0.055992212146520615,
-0.023474574089050293,
-0.04881895333528519,
-0.03756611794233322,
-0.05429238826036453,
0.04426342621445656,
0.01662428118288517,
-0.006433834787458181,
-0.05466635152697563,
-0.023593561723828316,
-0.006089620757848024,
-0.016683775931596756,
0.02298162505030632,
0.01372608169913292,
0.05102872475981712,
-0.029474953189492226,
0.02196172997355461,
-0.004908242728561163,
0.02483443357050419,
0.02774113230407238,
-0.036580219864845276,
0.004738260060548782,
-0.05317050591111183,
0.048716966062784195,
0.02352556772530079,
-0.0007218941464088857,
-0.00008459282253170386,
0.01238321978598833,
-0.07492825388908386,
-0.037124164402484894,
-0.014253026805818081,
-0.0026007310952991247,
0.025616351515054703,
-0.0008552240906283259,
0.006480580195784569,
-0.012391719035804272,
0.019547980278730392,
-0.014006552286446095,
-0.0002910949115175754,
-0.00798067543655634,
-0.026500260457396507,
-0.05782802402973175,
0.07479226589202881,
0.02316860482096672,
0.03241565078496933,
0.02410350926220417,
-0.029474953189492226,
-0.050008829683065414,
-0.03350353613495827,
0.013760077767074108,
0.00268359761685133,
0.02146878093481064,
0.01270618662238121,
-0.052626561373472214,
-0.028744028881192207,
-0.002262891037389636,
-0.038348037749528885,
-0.045351311564445496,
0.048444993793964386,
0.033027585595846176,
-0.033588528633117676,
-0.01847708970308304,
-0.030868809670209885,
-0.0014597241533920169,
-0.01297815889120102,
0.07343240827322006,
-0.029440956190228462,
0.00749197555705905,
0.010088457725942135,
0.011023360304534435,
-0.02607530541718006,
-0.03811006247997284,
0.014423009008169174,
-0.04259759560227394,
-0.017312711104750633,
0.04902293160557747,
-0.01783115789294243,
0.027520155534148216,
-0.054020415991544724,
-0.02979792095720768,
-0.00849487166851759,
-0.003163798013702035,
0.057114098221063614,
-0.06350543349981308,
0.04191766679286957,
-0.06622515618801117,
0.02287963591516018,
-0.0015479024732485414,
0.02325359731912613,
0.053578462451696396,
0.02913498878479004,
0.048139024525880814,
0.029542947188019753,
-0.028727030381560326,
-0.015187930315732956,
0.010581406764686108,
0.003008689032867551,
-0.0005545676685869694,
-0.007109515368938446,
0.006034376099705696,
-0.02876102738082409,
0.06228156387805939,
0.021808745339512825,
0.02259066514670849,
0.011176344938576221,
0.0355263277888298,
-0.05289853364229202,
0.0008355698664672673,
0.00019362060993444175,
-0.05939185991883278,
-0.0006156550953164697,
0.04297155886888504,
0.012391719035804272,
0.01691325195133686,
0.010436921380460262,
0.005473434459418058,
0.006246854551136494,
0.035084374248981476,
-0.040115851908922195,
-0.003973339218646288,
-0.061227671802043915,
-0.014533497393131256,
-0.038518019020557404,
0.01897003874182701,
0.03397948667407036,
-0.019564976915717125,
0.04538530856370926,
-0.03108978644013405,
-0.03299358859658241,
-0.007649209350347519,
0.06615716218948364,
0.01735520549118519,
0.007262499537318945,
0.028166089206933975,
0.06098969653248787,
0.028251079842448235,
-0.04810502752661705,
0.016700774431228638,
-0.0028769527561962605,
0.011737287044525146,
-0.023797539994120598,
0.012034756131470203,
0.025259388610720634,
-0.07791994512081146,
0.049634870141744614,
-0.009272541850805283,
-0.011465314775705338,
0.01689625345170498,
-0.06904686242341995,
0.03193970024585724,
0.015128436498343945,
0.03545833379030228,
-0.01298665814101696,
0.0336565226316452,
-0.03906196355819702,
-0.0168282613158226,
-0.02213171310722828,
0.03705617040395737,
0.033571530133485794,
-0.04858097806572914,
-0.012578699737787247,
-0.01597834937274456,
0.03613826632499695,
-0.04409344121813774,
0.07193656265735626,
-0.03270461782813072,
0.012111248448491096,
0.02803010307252407,
-0.010496415197849274,
0.07125663757324219,
0.005932386964559555,
-0.014652485959231853,
-0.04259759560227394,
0.017814159393310547,
-0.06041175499558449,
0.03756611794233322,
0.028268078342080116,
-0.05959584191441536,
0.025429371744394302,
-0.06598717719316483,
-0.03970789536833763,
0.01149081252515316,
0.03817805275321007,
-0.021638764068484306,
-0.0007840439793653786,
0.000004560808065434685,
0.0057071601040661335,
0.0007372988038696349,
0.0029980652034282684,
-0.028812022879719734,
-0.026041308417916298,
0.031157780438661575,
-0.04868296906352043,
-0.045249324291944504,
0.04276758059859276,
0.022828640416264534,
0.008694601245224476,
-0.011456815525889397,
0.00005169192445464432,
0.0037714852951467037,
-0.04548729956150055,
0.031633730977773666,
0.023559564724564552,
-0.014745975844562054,
-0.0864870622754097,
-0.030307866632938385,
-0.009009068831801414,
0.04127173498272896,
-0.012170742265880108,
-0.027010207995772362,
-0.010810882784426212,
0.017814159393310547,
-0.030035896226763725,
0.01755918562412262,
0.01074288971722126,
0.06381140649318695,
-0.034982383251190186,
-0.017244717106223106,
0.019411994144320488,
-0.040387824177742004,
-0.010674896650016308,
-0.08485522866249084,
-0.05051877722144127,
0.0076322113163769245,
-0.009892977774143219,
0.02146878093481064,
0.011941265314817429,
-0.0011558805126696825,
0.018069133162498474,
-0.02614329755306244,
-0.01344561018049717,
0.024885427206754684,
0.04997483640909195,
0.006850291974842548,
0.02607530541718006,
-0.008839086629450321,
-0.03698817640542984,
0.019208014011383057,
0.05405441299080849,
-0.025089407339692116,
0.00045417179353535175,
0.01847708970308304,
0.014584492892026901,
0.004081703256815672,
0.03372451290488243,
0.00844812672585249,
0.010980864986777306,
0.039843883365392685,
-0.0043982951901853085,
0.03173571825027466,
-0.032092683017253876,
-0.01382807083427906,
0.04817302152514458,
0.013938559219241142,
0.006357342936098576,
0.02345757558941841,
0.05901790037751198,
-0.03559432178735733,
-0.037226151674985886,
0.019208014011383057,
0.028081096708774567,
0.027418166399002075,
-0.03304458409547806,
0.011788281612098217,
0.02661924809217453,
-0.012816675007343292,
0.0050909738056361675,
-0.018086129799485207,
0.007249750662595034,
0.07887184619903564,
0.018460091203451157,
-0.0003261537931393832,
-0.005039979238063097,
0.02531038410961628,
0.03997986763715744,
-0.037974074482917786,
0.011609800159931183,
0.09417026489973068,
-0.00840563140809536,
-0.06772100180387497,
-0.007220003753900528,
0.047391101717948914,
-0.02055087499320507,
0.0004977298085577786,
0.02719718962907791,
0.02371254935860634,
-0.012952661141753197,
0.043855465948581696,
0.027333175763487816,
-0.0019739209674298763,
-0.03343554586172104,
-0.037396132946014404,
-0.03176971524953842,
-0.007296496070921421,
-0.012587198987603188,
0.04433141648769379,
0.04467138275504112,
0.03046085126698017
] |
8,883 | sentencepiece | __init__ | null | def __init__(self):
_sentencepiece.ImmutableNBestSentencePieceText_swiginit(self, _sentencepiece.new_ImmutableNBestSentencePieceText())
| (self) | [
0.01071577426046133,
-0.07188763469457626,
0.01600537821650505,
0.026621004566550255,
-0.04220758378505707,
-0.04624990001320839,
-0.001048702746629715,
0.07735022157430649,
0.08230297267436981,
0.02543744444847107,
0.017116105183959007,
0.03102749027311802,
-0.05779416486620903,
0.028969917446374893,
-0.051712486892938614,
0.050583552569150925,
0.03548860177397728,
0.0007124122930690646,
-0.05029221251606941,
-0.03907570242881775,
-0.011990377679467201,
-0.005462586414068937,
-0.024162840098142624,
0.020247986540198326,
0.01959247700870037,
0.04071447625756264,
-0.012545740231871605,
-0.034924134612083435,
-0.0024945810437202454,
-0.06165439262986183,
-0.020175153389573097,
-0.06515044718980789,
-0.000708429201040417,
0.012718722224235535,
0.00023486276040785015,
-0.05167606845498085,
-0.025073271244764328,
-0.01293722540140152,
-0.03594381734728813,
-0.01153516210615635,
0.051712486892938614,
-0.03976763039827347,
0.022542273625731468,
0.0021816205698996782,
-0.06922917813062668,
0.023580165579915047,
0.003994516562670469,
0.05655597895383835,
-0.029170211404561996,
-0.010023846291005611,
0.002092853421345353,
-0.03692708536982536,
0.01053368765860796,
0.0055263168178498745,
-0.07822424173355103,
0.07370849698781967,
0.012609470635652542,
0.07279806584119797,
0.001985877752304077,
0.002640250138938427,
0.010087576694786549,
0.01765325851738453,
0.06580595672130585,
0.03863869607448578,
-0.010998007841408253,
0.04246250540018082,
0.0012620850466191769,
0.018554585054516792,
0.05021937936544418,
0.038675110787153244,
0.017343712970614433,
0.013164833188056946,
-0.023215992376208305,
0.05036504566669464,
-0.004570364020764828,
0.012163359671831131,
-0.05491720139980316,
0.029934974387288094,
0.06380300968885422,
0.006682564038783312,
-0.0014179963618516922,
0.028897082433104515,
-0.04468395560979843,
-0.019428599625825882,
0.003427773015573621,
-0.06882859021425247,
0.028132319450378418,
-0.04206191748380661,
0.014794505201280117,
0.02175930328667164,
-0.07982659339904785,
0.04570363834500313,
-0.006072575226426125,
0.04082372784614563,
-0.007529265247285366,
0.02132229506969452,
0.01179918646812439,
-0.06092604622244835,
-0.012126942165195942,
0.006204587873071432,
-0.017207147553563118,
0.0509113073348999,
-0.026293249800801277,
-0.018336081877350807,
-0.02587445080280304,
-0.007647620979696512,
-0.038966450840234756,
-0.01573224924504757,
0.0028974469751119614,
-0.010515479370951653,
-0.039294205605983734,
0.017889970913529396,
0.021304087713360786,
0.0242903009057045,
-0.011089050211012363,
-0.06223706901073456,
-0.004169774241745472,
-0.006518686655908823,
0.05098414048552513,
0.030481232330203056,
0.013019164092838764,
-0.02492760308086872,
-0.11282061785459518,
0.005653777159750462,
-0.011826499365270138,
0.03266626596450806,
0.013055581599473953,
-0.02458163909614086,
0.09286396950483322,
-0.09322813898324966,
0.05855892598628998,
-0.01801743172109127,
-0.0025628635194152594,
0.001684297458268702,
0.006855546031147242,
-0.022451231256127357,
0.0165152195841074,
0.012090524658560753,
-0.02649354375898838,
0.05852251127362251,
0.0014601039001718163,
-0.020776037126779556,
0.053460512310266495,
0.002628869842737913,
-0.05473511666059494,
0.025055063888430595,
-0.019974857568740845,
-0.025401027873158455,
-0.0042403326369822025,
0.028751414269208908,
0.03568889945745468,
-0.014685253612697124,
-0.009017819538712502,
-0.013510797172784805,
0.015604788437485695,
-0.009960115887224674,
0.002560587367042899,
-0.04963670298457146,
0.04220758378505707,
-0.014439436607062817,
0.011890229769051075,
-0.041661325842142105,
-0.02955259196460247,
0.0342504158616066,
0.015950752422213554,
0.0349605530500412,
0.030900031328201294,
-0.050765637308359146,
-0.030135268345475197,
0.024891186505556107,
-0.01328318938612938,
-0.011762769892811775,
-0.08055493980646133,
0.014330185018479824,
0.04675973951816559,
0.03120957687497139,
-0.00695114117115736,
0.05422527343034744,
-0.005631016101688147,
0.0047888676635921,
-0.010424436070024967,
0.01662447117269039,
-0.07021244615316391,
-0.02578340843319893,
0.0412607379257679,
0.027604270726442337,
0.06139947101473808,
0.05098414048552513,
-0.0066142817959189415,
-0.01118919812142849,
-0.00526684382930398,
-0.009514004923403263,
0.021285878494381905,
0.01259126141667366,
-0.004565811716020107,
0.054443780332803726,
-0.03383161872625351,
-0.005908697843551636,
-0.05542704463005066,
0.0001677184773143381,
-0.02614757977426052,
0.010888755321502686,
0.011444118805229664,
-0.06948409974575043,
0.0021213043946772814,
0.021741094067692757,
-0.018864132463932037,
0.03557964786887169,
-0.08812972903251648,
-0.027294723317027092,
-0.015149572864174843,
-0.04082372784614563,
0.04788867384195328,
-0.008462456986308098,
0.05986994877457619,
-0.09009625762701035,
0.018326977267861366,
0.003923958167433739,
-0.03499697148799896,
0.0011374697787687182,
0.08405099809169769,
-0.01507673878222704,
-0.008011793717741966,
-0.025583112612366676,
-0.033795200288295746,
-0.010397123172879219,
0.02297927998006344,
-0.002198691014200449,
-0.027859190478920937,
-0.012208880856633186,
-0.021449755877256393,
0.01424824632704258,
0.0043154433369636536,
0.015167782083153725,
0.013274084776639938,
-0.018572794273495674,
-0.004281301982700825,
0.002385329455137253,
-0.04242608696222305,
-0.047087494283914566,
-0.019373973831534386,
0.032902978360652924,
-0.04992803931236267,
0.03357669711112976,
-0.03994971513748169,
0.038165271282196045,
0.01678834855556488,
-0.007315313909202814,
0.004565811716020107,
0.02394433692097664,
0.022669734433293343,
-0.056446727365255356,
-0.07880691438913345,
-0.009914594702422619,
-0.012800660915672779,
-0.03339461237192154,
0.0034254968632012606,
-0.004738793708384037,
0.019865605980157852,
-0.009341022931039333,
0.0015386284794658422,
0.02439955249428749,
-0.05979711189866066,
0.05830400809645653,
0.024253884330391884,
0.006564208306372166,
-0.0054261693730950356,
0.010624730959534645,
-0.0023420839570462704,
-0.014685253612697124,
0.09388365596532822,
0.04701466113328934,
-0.006782711483538151,
0.018336081877350807,
-0.04450187087059021,
-0.01341975387185812,
-0.021103791892528534,
-0.008157462812960148,
0.031610168516635895,
0.020666785538196564,
0.07021244615316391,
-0.0004998835502192378,
-0.02194138988852501,
0.03357669711112976,
0.045594386756420135,
0.0030317355412989855,
-0.02831440605223179,
-0.0174802765250206,
-0.014375707134604454,
-0.07880691438913345,
0.0013622324913740158,
0.04632273316383362,
0.077641561627388,
0.03392266109585762,
0.05393393710255623,
0.006691668648272753,
-0.028277989476919174,
0.06660714000463486,
0.039221372455358505,
-0.04941819980740547,
0.0015795979415997863,
-0.045157380402088165,
0.02589266002178192,
0.019191887229681015,
-0.058085501194000244,
-0.03608948737382889,
-0.026730256155133247,
0.037473343312740326,
0.04071447625756264,
-0.04679615795612335,
-0.002651630435138941,
0.01792638748884201,
0.009951011277735233,
0.05324200913310051,
0.019282929599285126,
0.05003729090094566,
0.03477846831083298,
-0.03111853450536728,
0.06507761031389236,
0.05499003827571869,
-0.028733205050230026,
-0.08113761991262436,
0.033613115549087524,
-0.010488166473805904,
0.031956132501363754,
-0.0698118582367897,
0.02736755833029747,
-0.05349693074822426,
-0.0041356333531439304,
-0.0021406509913504124,
-0.002198691014200449,
-0.0016433281125500798,
0.014412123709917068,
-0.00009865374158835039,
-0.09097027033567429,
0.011881125159561634,
-0.01328318938612938,
-0.020047692582011223,
-0.027749938890337944,
-0.07902541756629944,
0.03026272915303707,
-0.008817524649202824,
-0.057138655334711075,
0.036180529743433,
0.04836209863424301,
-0.015850605443120003,
-0.030371980741620064,
-0.052331577986478806,
0.045157380402088165,
-0.0213405042886734,
-0.011307554319500923,
-0.06008845195174217,
0.028004860505461693,
0.038820780813694,
-0.018062952905893326,
0.046468403190374374,
0.012309027835726738,
-0.015714040026068687,
-0.02044828236103058,
-0.06660714000463486,
0.013164833188056946,
0.02387150377035141,
-0.03452354669570923,
0.01324677187949419,
-0.03962196037173271,
-0.02683950774371624,
0.009914594702422619,
-0.0015887022018432617,
0.032411348074674606,
0.05375185236334801,
-0.004980057943612337,
-0.008826629258692265,
-0.03164658322930336,
0.024162840098142624,
0.00176509830635041,
-0.029971390962600708,
-0.0748010203242302,
0.037109170109033585,
-0.029133794829249382,
-0.07844274491071701,
-0.01599627360701561,
0.031701210886240005,
-0.0077022467739880085,
0.01565941423177719,
-0.029934974387288094,
-0.0050483401864767075,
0.01180829107761383,
0.060707543045282364,
0.07352641224861145,
0.003088637487962842,
-0.0015079014701768756,
-0.024363135918974876,
0.001029356149956584,
-0.015932543203234673,
0.01071577426046133,
0.0017833068268373609,
0.006327495910227299,
-0.0019028009846806526,
-0.0250004380941391,
-0.000888808339368552,
0.04610422998666763,
0.006541447248309851,
-0.000507849850691855,
0.02053932473063469,
-0.054261691868305206,
0.026475336402654648,
0.06329316645860672,
0.06489552557468414,
-0.015358972363173962,
0.04246250540018082,
0.0003769753675442189,
0.06391226500272751,
-0.0587410144507885,
-0.1000017523765564,
-0.019647102802991867,
-0.037473343312740326,
0.028223363682627678,
0.05917802080512047,
-0.0061590662226080894,
0.00009431497164769098,
-0.01022414118051529,
0.02072141133248806,
0.05280500277876854,
0.02831440605223179,
0.0033116929698735476,
0.027695313096046448,
-0.04574005678296089,
-0.04388277977705002,
0.02237839624285698,
-0.05619180575013161,
-0.08142895251512527,
0.028186947107315063,
-0.03033556416630745,
-0.012163359671831131,
0.018581898882985115,
-0.027513226494193077,
-0.014630627818405628,
-0.054880786687135696,
-0.003577994182705879,
0.05131189525127411,
0.047087494283914566,
0.010415331460535526,
0.05069280415773392,
0.04300876334309578,
0.07705888897180557,
-0.012054107151925564,
-0.05542704463005066,
0.013374232687056065,
0.008403278887271881,
-0.024272091686725616,
0.0393306240439415,
0.05761208012700081,
0.05524495616555214,
0.015231511555612087,
-0.022433022037148476,
-0.045594386756420135,
0.02929767221212387,
-0.013301397673785686,
0.010952485725283623,
0.015358972363173962,
-0.06715339422225952,
0.05018296092748642,
0.01721625216305256,
0.017908180132508278,
0.0049345362931489944,
0.029698261991143227,
-0.00000181819484623702,
-0.037983182817697525,
-0.044975295662879944,
-0.0480707623064518,
0.017343712970614433,
-0.006450404413044453,
0.019829189404845238,
-0.06715339422225952,
0.01975635439157486,
-0.005294156726449728,
0.00010790030501084402,
-0.041734158992767334,
-0.013255876488983631,
-0.019647102802991867,
0.0047205849550664425,
-0.030353771522641182,
-0.04450187087059021,
0.007151436060667038,
-0.04373710975050926,
-0.006687116343528032,
-0.0201205275952816,
-0.045849308371543884,
0.02909737639129162,
-0.03164658322930336,
-0.03670858219265938,
0.07829707115888596,
0.015868812799453735,
-0.0027904713060706854,
0.025637738406658173,
0.055390626192092896,
0.005203113425523043,
0.007420013193041086,
-0.004706928506493568,
-0.04825284704566002,
-0.026384292170405388,
0.025910869240760803,
-0.04686899110674858,
-0.0974525436758995,
0.005758476443588734,
-0.007806946523487568,
-0.01625119522213936,
-0.016806557774543762,
-0.023980755358934402,
-0.004117424599826336,
0.0095777353271842,
-0.03228388726711273,
-0.00011031864414690062,
-0.05848609283566475,
0.05287783592939377,
-0.007920750416815281,
-0.02449059672653675,
0.015577475540339947,
-0.032393138855695724,
-0.004424694925546646,
0.01852727308869362,
0.007178748957812786,
-0.040168218314647675,
-0.054880786687135696,
0.030463023111224174,
-0.025036854669451714,
-0.019301138818264008,
-0.004147013649344444,
0.07975376397371292,
0.014494062401354313,
0.02603832818567753,
-0.06267407536506653,
0.02683950774371624,
0.045339468866586685,
0.023489121347665787,
0.048653438687324524,
-0.010743087157607079,
0.003785117296501994,
0.04162490740418434,
0.043591439723968506,
-0.032411348074674606,
-0.0480707623064518,
0.0036986263003200293,
-0.027695313096046448,
-0.00860812608152628,
0.03199254721403122,
-0.0383109413087368,
0.028478283435106277,
-0.046650487929582596,
0.01293722540140152,
-0.02649354375898838,
-0.025237148627638817,
-0.03217463567852974,
0.00263569806702435,
0.015759561210870743,
-0.019082635641098022,
-0.01609642058610916,
-0.03532472625374794,
0.033795200288295746,
0.04923611134290695,
-0.003430049167945981,
0.02762247808277607,
0.0005391458980739117,
-0.019865605980157852,
0.037200212478637695,
0.060889631509780884,
0.017616841942071915,
0.01643328182399273,
-0.044283367693424225,
0.013456171378493309,
0.05797624960541725,
-0.013383337296545506,
0.023762250319123268,
0.058085501194000244,
-0.026548169553279877,
0.04719674587249756,
-0.01799922250211239,
0.008594469167292118,
0.026948759332299232,
-0.004297234583646059,
-0.00036331888986751437,
0.028878873214125633,
0.023543747141957283,
0.008963193744421005,
0.009468482807278633,
-0.020830662921071053,
-0.0022612831089645624,
0.0250004380941391,
-0.024964019656181335,
0.008020897395908833,
0.0031774044036865234,
0.014776295982301235,
0.042790260165929794,
0.015805084258317947,
-0.01573224924504757,
0.0030795331113040447,
0.0213405042886734,
-0.018554585054516792,
0.017553111538290977,
-0.02359837293624878,
-0.034141164273023605,
0.027130845934152603,
-0.03208358958363533,
0.08361399173736572,
0.08645453304052353,
0.02536460943520069,
-0.022250935435295105,
0.022596899420022964,
0.01870025508105755,
0.07931675761938095,
0.005435273516923189,
0.0021213043946772814,
0.00935923121869564,
-0.061071716248989105,
-0.06999394297599792,
-0.03120957687497139,
0.010925172828137875,
0.027385767549276352,
0.07155988365411758,
-0.009022371843457222,
0.01705237478017807,
0.035361144691705704,
-0.05021937936544418,
0.031063908711075783,
-0.05349693074822426,
-0.012472906149923801,
-0.012299924157559872,
-0.08230297267436981,
0.006905619520694017,
-0.040787313133478165,
0.015058530494570732,
-0.008070971816778183,
0.015267929062247276,
-0.05513570457696915,
-0.006204587873071432,
0.027385767549276352,
-0.004331375937908888,
-0.0043768975883722305,
0.04737883433699608,
0.08907657861709595,
-0.01828145608305931,
-0.03769184648990631,
0.01740744151175022,
0.00988728180527687,
-0.0630018338561058,
0.025637738406658173,
-0.03936703875660896,
-0.03059048391878605,
0.010406226851046085,
0.02237839624285698,
0.0037213871255517006,
0.034924134612083435,
-0.005458034109324217,
-0.018062952905893326,
-0.023744042962789536,
0.007479191292077303,
-0.003933062311261892,
-0.00031182263046503067,
0.047779422253370285,
-0.019956648349761963,
-0.011953960172832012,
0.01852727308869362,
0.031519122421741486,
-0.017798926681280136,
0.026948759332299232,
-0.0018231382127851248,
0.04960028454661369,
0.009541317820549011,
0.010460852645337582,
-0.015868812799453735,
-0.035015180706977844,
0.05178532004356384,
-0.0002577657869551331,
-0.024181049317121506,
-0.018991591408848763,
-0.006322944071143866,
0.01424824632704258,
0.035980235785245895,
0.0611809678375721,
0.011180093511939049,
0.017680572345852852,
0.033795200288295746,
-0.029406923800706863,
-0.1043718159198761,
-0.0461406484246254,
0.0528414212167263,
-0.05513570457696915,
0.022269144654273987,
0.028460076078772545,
-0.13299576938152313,
-0.040860146284103394,
0.024417761713266373,
-0.024363135918974876,
-0.008594469167292118,
0.05834042280912399,
-0.013128416612744331,
-0.01600537821650505,
-0.11012574285268784,
-0.023580165579915047,
0.02325240895152092,
0.050146542489528656,
-0.0106702521443367,
-0.055827632546424866,
-0.029060959815979004,
-0.016988644376397133,
0.0008973436197265983,
-0.029570801183581352,
0.014484958723187447,
-0.017908180132508278,
-0.0003081240283790976,
0.04031388834118843,
0.04417411610484123,
0.007583891041576862,
-0.012791556306183338,
0.014803609810769558,
0.04493887722492218,
0.018217725679278374,
0.049964457750320435,
-0.043591439723968506,
0.0035984788555651903,
0.02612937241792679,
-0.04730599746108055,
0.05466228350996971,
0.026457127183675766,
0.005621911957859993,
0.005881384946405888,
-0.060197703540325165,
0.007451878394931555,
0.02947975881397724,
-0.03805601969361305,
-0.027786357328295708,
-0.04767017066478729,
-0.060889631509780884,
-0.006195483263581991,
-0.022687941789627075,
-0.05615538731217384,
0.015222407877445221,
-0.035634271800518036,
0.011462327092885971,
-0.00008634870027890429,
-0.031245995312929153,
-0.018336081877350807,
-0.019119052216410637,
0.027440393343567848,
-0.008985954336822033,
0.02773173153400421,
0.02518252283334732,
0.007438221946358681,
-0.0059587713330984116,
0.04610422998666763,
0.024344926699995995,
0.028787830844521523,
0.006878306623548269,
0.04526663199067116,
0.04049597308039665,
-0.011125467717647552,
0.0543709434568882,
0.011762769892811775,
-0.043409354984760284,
-0.030098851770162582,
-0.020757827907800674,
-0.039913296699523926,
0.07807856798171997,
0.02973467856645584,
0.01293722540140152,
0.020939914509654045,
0.0346510075032711,
0.026438917964696884
] |
8,884 | sentencepiece | __str__ | null | def __str__(self):
return '\n'.join(['nbests {{\n{}}}'.format(str(x)) for x in self.nbests])
| (self) | [
-0.014835020527243614,
-0.02762679196894169,
-0.0031077994499355555,
-0.02949833869934082,
0.008344698697328568,
-0.02664809301495552,
-0.010997489094734192,
-0.004674576688557863,
0.1017160415649414,
-0.0049364217557013035,
-0.00043032719986513257,
0.02994476445019245,
-0.014706244692206383,
0.015101158060133457,
0.013315461575984955,
-0.03403126075863838,
0.04179217666387558,
-0.10830938816070557,
0.042478982359170914,
0.03701886907219887,
-0.018904348835349083,
0.06538397818803787,
0.054601117968559265,
0.02317971922457218,
-0.008834049105644226,
0.02785000391304493,
-0.0031893576961010695,
-0.08255413919687271,
0.007619259878993034,
0.0008306066156364977,
-0.0589279979467392,
-0.062362030148506165,
-0.018080180510878563,
0.017925649881362915,
0.009168867021799088,
0.015126913785934448,
-0.051544830203056335,
-0.00844342727214098,
-0.05247201770544052,
0.01611419767141342,
0.05058329924941063,
-0.029429659247398376,
0.009426419623196125,
-0.01639750599861145,
-0.05240333825349808,
-0.04769871011376381,
0.05408601090312004,
0.030391188338398933,
0.004477120004594326,
-0.0405559241771698,
0.021823277696967125,
-0.0034490565303713083,
-0.0326404795050621,
0.02994476445019245,
-0.07609815895557404,
0.0005612496752291918,
0.021823277696967125,
-0.01474916934967041,
0.057039279490709305,
0.04862590134143829,
-0.05758872628211975,
0.018389243632555008,
0.032691989094018936,
-0.019556814804673195,
-0.018114522099494934,
-0.0007951931329444051,
-0.03725925460457802,
0.05412035435438156,
0.06868065148591995,
-0.005451526492834091,
0.05549396574497223,
-0.00033776930649764836,
-0.008876973763108253,
0.045981694012880325,
-0.021548554301261902,
0.011959018185734749,
-0.08715574443340302,
-0.0003273062175139785,
0.041689153760671616,
-0.043337490409612656,
0.005902243312448263,
0.017702437937259674,
-0.00327520864084363,
-0.018766988068819046,
0.017049971967935562,
-0.09216943383216858,
0.028382278978824615,
0.0045071677304804325,
0.02599562704563141,
0.01862962730228901,
-0.0012126427609473467,
0.03296671062707901,
-0.015384465456008911,
-0.0054257712326943874,
-0.048866283148527145,
0.026356199756264687,
0.00961529091000557,
-0.041483111679553986,
-0.013856321573257446,
-0.011512594297528267,
0.013967927545309067,
0.005206851754337549,
-0.036778487265110016,
0.0049965172074735165,
-0.06105709820985794,
0.017007045447826385,
-0.04759569093585014,
0.005168219096958637,
-0.03092346340417862,
0.05594038963317871,
-0.031627438962459564,
0.011624200269579887,
0.011770146898925304,
-0.03195367380976677,
0.06837158650159836,
-0.005236899480223656,
-0.017256014049053192,
-0.009100186638534069,
0.06576172262430191,
-0.02378067560493946,
0.03499279171228409,
0.001596825080923736,
-0.037774357944726944,
0.026098648086190224,
0.0040135253220796585,
0.08715574443340302,
-0.03332728520035744,
0.016852514818310738,
0.06730704009532928,
-0.11483404785394669,
0.09210075438022614,
-0.05017121508717537,
-0.03499279171228409,
0.012250911444425583,
0.02168591506779194,
0.013315461575984955,
0.0011375233298167586,
-0.017582247033715248,
0.1043945923447609,
0.05271239951252937,
-0.016440430656075478,
-0.06552133709192276,
0.011615615338087082,
0.04890062287449837,
-0.039800435304641724,
-0.02110213041305542,
-0.013650279492139816,
0.0929936021566391,
0.00037854842958040535,
-0.03688151016831398,
0.025892606005072594,
0.014766340143978596,
-0.0021773912012577057,
-0.050308577716350555,
0.011950433254241943,
0.031661778688430786,
0.015530412085354328,
-0.02111930027604103,
0.05552830547094345,
-0.014216894283890724,
0.019728517159819603,
-0.030974972993135452,
0.036606788635253906,
0.07760913670063019,
-0.01905888132750988,
0.037362273782491684,
-0.0397660955786705,
-0.027609622105956078,
0.0016268729232251644,
0.02086174674332142,
0.022578764706850052,
-0.032880861312150955,
-0.03907928988337517,
0.036606788635253906,
0.01861245557665825,
0.035782620310783386,
-0.002194561529904604,
0.0537082701921463,
-0.01261148415505886,
-0.03873588517308235,
-0.07534267753362656,
-0.01864679716527462,
-0.029189277440309525,
-0.009649631567299366,
0.017135823145508766,
-0.03276066854596138,
-0.005125293508172035,
-0.010619745589792728,
0.019350772723555565,
-0.019711347296833992,
0.01546173170208931,
0.031215356662869453,
-0.016766663640737534,
0.021617235615849495,
-0.016989875584840775,
-0.03938835486769676,
-0.015504657290875912,
-0.03804907947778702,
0.006069652736186981,
-0.03293237090110779,
-0.06445679068565369,
0.05350222811102867,
0.006769336760044098,
0.004080059938132763,
0.07039766758680344,
-0.014809265732765198,
-0.05096104368567467,
-0.014294160529971123,
-0.01688685454428196,
-0.02642488107085228,
0.047217946499586105,
0.04017817974090576,
-0.027592452242970467,
-0.02190912701189518,
0.060713693499565125,
-0.019505305215716362,
0.06706665456295013,
0.0342201329767704,
-0.05102972313761711,
-0.020518343895673752,
0.009941523894667625,
-0.08303491026163101,
0.037602655589580536,
-0.009074430912733078,
-0.061949945986270905,
0.029378147795796394,
0.06301449984312057,
-0.0018050133949145675,
0.016689397394657135,
0.01902453973889351,
-0.02477654442191124,
-0.02475937455892563,
-0.018509434536099434,
0.006992548704147339,
-0.04113971069455147,
0.044985827058553696,
-0.06088539585471153,
-0.04220426082611084,
-0.03567959740757942,
-0.032674819231033325,
-0.02252725325524807,
-0.003850409062579274,
-0.020243622362613678,
-0.03317275270819664,
0.021806105971336365,
-0.05769174546003342,
0.001740625244565308,
-0.018166031688451767,
-0.008709564805030823,
0.015109742991626263,
0.08090580999851227,
-0.0036550983786582947,
0.017753947526216507,
-0.00984708871692419,
-0.0019938850309699774,
-0.009143111295998096,
-0.02417558990418911,
-0.01801150105893612,
0.019367942586541176,
-0.03202235326170921,
0.020981939509510994,
-0.03791172057390213,
-0.06249939277768135,
0.04172349348664284,
-0.016543451696634293,
0.025463351979851723,
-0.07015728205442429,
0.028365109115839005,
0.04344051331281662,
-0.007460435852408409,
0.05741702392697334,
-0.010714181698858738,
-0.01905888132750988,
0.003309548832476139,
-0.036194704473018646,
0.04278804361820221,
0.01984870806336403,
0.04031554237008095,
-0.09567214548587799,
-0.07032898813486099,
-0.007812424097210169,
0.01923058182001114,
0.00144658621866256,
0.010903052985668182,
0.0565585158765316,
-0.05982084572315216,
0.0023651898372918367,
0.021033449098467827,
0.013864906504750252,
-0.010654086247086525,
0.03198801353573799,
0.011838827282190323,
0.02213233895599842,
-0.004294686950743198,
0.030391188338398933,
-0.029172105714678764,
0.04031554237008095,
0.03588563948869705,
-0.03664112836122513,
-0.030202316120266914,
-0.021462703123688698,
-0.03284652158617973,
0.020518343895673752,
-0.011727221310138702,
-0.031043654307723045,
-0.04038422182202339,
-0.030391188338398933,
-0.023711994290351868,
0.008434842340648174,
-0.05096104368567467,
-0.008808293379843235,
0.001631165505386889,
0.0749305933713913,
0.022235359996557236,
-0.01862962730228901,
0.02479371428489685,
-0.04553527012467384,
0.03397975116968155,
0.0027944438625127077,
0.014208309352397919,
0.008971409872174263,
-0.04275370389223099,
-0.006520369090139866,
0.0519569106400013,
0.06037029251456261,
-0.01904170960187912,
-0.008739612996578217,
-0.0006095407879911363,
-0.030064955353736877,
0.02147987298667431,
0.03468373045325279,
-0.06682627648115158,
0.017753947526216507,
0.0052626547403633595,
-0.0004051085270475596,
0.015221348963677883,
0.019780026748776436,
0.021342512220144272,
-0.023883696645498276,
-0.03825512155890465,
0.02458767220377922,
-0.049072325229644775,
-0.03511298447847366,
0.02292216755449772,
-0.0026077183429151773,
0.01248270832002163,
-0.014311330392956734,
0.046805862337350845,
0.012190815061330795,
0.0005435429629869759,
0.039457034319639206,
0.011117679998278618,
0.04587867483496666,
0.0036744147073477507,
0.037396613508462906,
0.05525358393788338,
-0.03301822394132614,
0.030442697927355766,
-0.035748276859521866,
0.00818158220499754,
-0.01688685454428196,
0.006722118705511093,
0.014002267271280289,
0.04488280415534973,
0.0016107759438455105,
-0.010576820001006126,
0.05343354493379593,
0.036606788635253906,
0.045397911220788956,
-0.002025006106123328,
-0.049278367310762405,
-0.009915769100189209,
0.004859155975282192,
-0.025549201294779778,
0.011400988325476646,
0.031215356662869453,
0.0003683536488097161,
-0.026785453781485558,
-0.028536809608340263,
-0.049244027584791183,
-0.04010950028896332,
-0.0039534298703074455,
0.015324370004236698,
0.017908480018377304,
-0.0565585158765316,
0.01755649223923683,
0.007782376371324062,
0.012714505195617676,
0.0141396289691329,
-0.023660484701395035,
-0.0003302573459222913,
-0.012156475335359573,
-0.006254231557250023,
0.035919979214668274,
-0.04728662967681885,
-0.07946351170539856,
-0.021136470139026642,
-0.0233685914427042,
-0.032073862850666046,
-0.011014658957719803,
0.03835814446210861,
-0.029618531465530396,
-0.02807321585714817,
-0.02987608313560486,
-0.04491714388132095,
-0.0030949218198657036,
-0.00251113623380661,
-0.006786506623029709,
-0.004384830128401518,
-0.010181906633079052,
0.0025261600967496634,
-0.0016934073064476252,
-0.03681282699108124,
-0.0652809590101242,
0.01261148415505886,
0.057863447815179825,
-0.0749305933713913,
0.009701142087578773,
-0.017925649881362915,
-0.03094063326716423,
-0.034889768809080124,
-0.0011203531175851822,
0.018784157931804657,
0.07527399063110352,
0.04172349348664284,
0.00024038227275013924,
-0.014105288311839104,
0.01002737507224083,
0.07623552531003952,
0.017908480018377304,
-0.00027579572633840144,
0.002798736561089754,
-0.016646472737193108,
0.010405118577182293,
0.041654814034700394,
-0.08880408108234406,
-0.01707572676241398,
-0.0765102431178093,
0.018372073769569397,
0.02618449740111828,
0.012439782731235027,
-0.009907184168696404,
0.028193406760692596,
0.054189033806324005,
-0.0014852191088721156,
0.011727221310138702,
-0.02929229661822319,
-0.06517793983221054,
-0.0023909450974315405,
0.015933910384774208,
-0.02994476445019245,
0.006623390130698681,
-0.02048400416970253,
-0.04738964885473251,
0.05278107896447182,
-0.02968721091747284,
0.02578958496451378,
-0.028571151196956635,
-0.015487486496567726,
0.019814368337392807,
0.01310083456337452,
0.045603953301906586,
-0.007018303964287043,
0.049278367310762405,
0.03337879478931427,
-0.06023292988538742,
0.0025905482470989227,
0.020398152992129326,
-0.01686968468129635,
0.015307200141251087,
0.012680165469646454,
0.009881428442895412,
-0.012860451824963093,
-0.01885283924639225,
0.03746529668569565,
0.034889768809080124,
-0.037568315863609314,
-0.041036687791347504,
0.018955860286951065,
-0.007305904291570187,
-0.04241030290722847,
-0.03427164629101753,
-0.020518343895673752,
0.014173969626426697,
-0.04364655539393425,
-0.003972746431827545,
0.004983639810234308,
-0.027558110654354095,
-0.00014594638196285814,
-0.026373369619250298,
0.04608471691608429,
-0.0013049324043095112,
-0.050686318427324295,
-0.01166712585836649,
-0.030562888830900192,
0.015032477676868439,
0.007653600070625544,
-0.016011176630854607,
-0.04096800833940506,
0.008078561164438725,
0.035370536148548126,
0.0475270114839077,
0.0032837935723364353,
-0.010774277150630951,
0.02968721091747284,
0.022269701585173607,
0.02967004105448723,
0.0015506802592426538,
-0.042101237922906876,
-0.012989227660000324,
0.04010950028896332,
-0.03030533716082573,
0.007632137276232243,
-0.016929781064391136,
-0.004176642280071974,
-0.03159309923648834,
-0.014654734171926975,
0.04100234806537628,
0.028622660785913467,
0.09958694130182266,
0.004756134934723377,
-0.018904348835349083,
-0.07026030868291855,
0.025652222335338593,
0.004438486881554127,
0.04405863583087921,
0.01595108024775982,
0.03873588517308235,
-0.019539644941687584,
0.11716918647289276,
0.008250263519585133,
-0.012414027936756611,
0.006524662021547556,
0.0537082701921463,
-0.014980967156589031,
0.06933311372995377,
-0.030391188338398933,
0.023111039772629738,
0.11716918647289276,
0.043509192764759064,
0.03222839534282684,
-0.014895115979015827,
0.0027128856163471937,
-0.046428121626377106,
-0.016912609338760376,
0.0700199231505394,
0.07712837308645248,
0.035336196422576904,
0.03887324780225754,
0.007640722207725048,
0.002880294807255268,
-0.020037580281496048,
0.0008397282799705863,
-0.028553981333971024,
0.04934704676270485,
-0.017256014049053192,
-0.0147319994866848,
0.003908358048647642,
0.03126686438918114,
0.011237871833145618,
-0.012585729360580444,
-0.0028373694512993097,
0.039869118481874466,
0.009555195458233356,
0.025325989350676537,
0.06902405619621277,
0.00753770163282752,
0.04295974597334862,
-0.015745040029287338,
-0.006640560459345579,
0.0384955033659935,
-0.07355697453022003,
0.034924112260341644,
0.005232607014477253,
-0.07094711065292358,
-0.035954318940639496,
-0.004807645455002785,
0.03334445506334305,
-0.0034833967220038176,
0.01563343219459057,
-0.09368040412664413,
0.0010387948714196682,
0.03154158964753151,
-0.04010950028896332,
-0.03973175585269928,
0.009477930143475533,
-0.03344747796654701,
-0.033705029636621475,
0.01034502312541008,
-0.009572365321218967,
-0.028536809608340263,
0.010276342742145061,
-0.005644691176712513,
0.016723738983273506,
0.08118052780628204,
-0.05666153505444527,
-0.028794363141059875,
-0.006936745718121529,
-0.02599562704563141,
-0.007872520014643669,
0.043543532490730286,
0.03952571377158165,
0.0005156414699740708,
0.04529488831758499,
0.04711492732167244,
0.017118651419878006,
0.03480391949415207,
-0.003002632176503539,
-0.06586474180221558,
0.06088539585471153,
-0.006589049939066172,
0.059923868626356125,
-0.01688685454428196,
-0.048660241067409515,
-0.047217946499586105,
-0.032245565205812454,
0.01002737507224083,
0.0052626547403633595,
-0.052128612995147705,
-0.022681785747408867,
0.04368089511990547,
0.06713533401489258,
-0.06267109513282776,
0.036572445183992386,
-0.04508884623646736,
0.01682676002383232,
-0.020552685484290123,
-0.025308819487690926,
0.038186442106962204,
-0.11188077926635742,
0.03701886907219887,
0.008679517544806004,
0.005923706106841564,
-0.06682627648115158,
-0.032468777149915695,
-0.02910342626273632,
0.026699602603912354,
0.008374746888875961,
-0.007653600070625544,
-0.011718636378645897,
-0.0019949583802372217,
-0.060335952788591385,
-0.023420101031661034,
-0.004683162085711956,
-0.056249454617500305,
-0.025360330939292908,
-0.03969741612672806,
-0.042307280004024506,
-0.015813719481229782,
-0.03377370908856392,
-0.03255463019013405,
0.023677654564380646,
0.010413703508675098,
0.01965983584523201,
-0.02743791975080967,
0.040246862918138504,
0.03276066854596138,
0.0438869372010231,
-0.02968721091747284,
-0.028159067034721375,
0.009151697158813477,
0.0019938850309699774,
-0.042513322085142136,
-0.022578764706850052,
0.04192953556776047,
0.010628330521285534,
0.04714926704764366,
0.021376851946115494,
0.015126913785934448,
-0.039422694593667984,
0.025154288858175278,
0.04790475219488144,
-0.01474916934967041,
-0.040452904999256134,
-0.02312820963561535,
0.020157771185040474,
-0.01579654961824417,
0.05477282032370567,
0.008778246119618416,
-0.0758921205997467,
-0.0006165161612443626,
-0.03526751324534416,
-0.015770794823765755,
-0.08942220360040665,
-0.0032236981205642223,
0.0749305933713913,
-0.07396905869245529,
0.03894192725419998,
-0.021754596382379532,
-0.040246862918138504,
-0.08454588055610657,
-0.0524376779794693,
0.03341313824057579,
-0.0037709970492869616,
0.07458718866109848,
0.04017817974090576,
0.0405559241771698,
-0.01763375662267208,
-0.013272535987198353,
-0.03667546808719635,
0.026579411700367928,
0.009125941433012486,
-0.0037559731863439083,
-0.02314537949860096,
0.01590815559029579,
0.009795578196644783,
0.01207062415778637,
-0.01393358688801527,
-0.03749963641166687,
-0.023299910128116608,
0.01595108024775982,
0.09958694130182266,
-0.03935401141643524,
-0.013598768971860409,
-0.007885397411882877,
0.012113549746572971,
0.05830987170338631,
-0.005069490522146225,
-0.012113549746572971,
-0.006932453252375126,
0.004837693180888891,
0.052334655076265335,
-0.00584214786067605,
0.00046627724077552557,
0.01861245557665825,
0.057657405734062195,
-0.02501692622900009,
-0.024089738726615906,
-0.006498906761407852,
-0.031833481043577194,
-0.001759941689670086,
0.014877946116030216,
-0.008876973763108253,
-0.03181631118059158,
0.0038933344185352325,
0.032880861312150955,
0.027746982872486115,
0.005958046298474073,
0.020380983129143715,
-0.046428121626377106,
0.03049420937895775,
0.029567020013928413,
0.07829593867063522,
-0.012010528706014156,
0.003908358048647642,
0.005485867150127888,
0.07225204259157181,
0.031627438962459564,
-0.023059528321027756,
-0.012414027936756611,
0.036194704473018646,
0.046634163707494736,
-0.018303394317626953,
0.02707734704017639,
0.025669394060969353,
-0.016294484958052635,
0.03938835486769676,
0.022029317915439606,
-0.00289317243732512,
-0.014311330392956734,
0.008250263519585133,
-0.02685413509607315,
0.040040820837020874,
0.05264372006058693,
-0.03138705715537071,
0.0350099615752697,
0.0011793755693361163,
-0.019986068829894066
] |
8,886 | sentencepiece | _nbests | null | def _nbests(self, index):
return _sentencepiece.ImmutableNBestSentencePieceText__nbests(self, index)
| (self, index) | [
-0.0003867169434670359,
-0.035105980932712555,
-0.0014814030146226287,
-0.007399624213576317,
-0.0012322148540988564,
-0.019833695143461227,
-0.006871683057397604,
0.026388613507151604,
0.12907107174396515,
0.00821898877620697,
0.012206001207232475,
0.043316520750522614,
-0.02893962524831295,
-0.04784414544701576,
0.015044213272631168,
-0.01313517801463604,
0.05548028647899628,
-0.02640550769865513,
0.01383628323674202,
0.009241083636879921,
-0.029193038120865822,
0.009883060120046139,
0.006022753659635782,
-0.015449672006070614,
0.0056172944605350494,
0.009114377200603485,
0.028888944536447525,
-0.047540049999952316,
0.026067625731229782,
-0.053824663162231445,
-0.0443301685154438,
-0.07433412224054337,
-0.011319059878587723,
0.020002637058496475,
0.009992871433496475,
-0.026118308305740356,
-0.05227040499448776,
0.008645565249025822,
0.004552965052425861,
0.018380802124738693,
0.05277722701430321,
-0.06585327535867691,
0.00045878090895712376,
0.001648232457228005,
-0.07453685253858566,
-0.010423671454191208,
0.009080588817596436,
0.02725021354854107,
-0.008430165238678455,
-0.042235296219587326,
-0.026996802538633347,
-0.0627785474061966,
0.00338093563914299,
0.016108542680740356,
-0.053926028311252594,
0.01528073102235794,
-0.003387270960956812,
0.0335686132311821,
0.01593960076570511,
0.026489978656172752,
-0.018870731815695763,
0.012113083153963089,
0.061900053173303604,
0.0057989065535366535,
-0.0006535912398248911,
0.0026333709247410297,
0.009604306891560555,
0.05899426341056824,
0.028787579387426376,
-0.015762213617563248,
0.047708991914987564,
0.022891530767083168,
0.021050073206424713,
0.03431195765733719,
-0.060886405408382416,
0.01822875440120697,
-0.033771343529224396,
0.06311643123626709,
0.04338409751653671,
0.020526355132460594,
0.016252143308520317,
0.03490325063467026,
-0.023905178532004356,
-0.0710228756070137,
-0.007082859519869089,
-0.05162842944264412,
0.05622362717986107,
-0.01329567190259695,
0.03397407382726669,
-0.009435365907847881,
-0.03010532073676586,
0.040478307753801346,
0.015863578766584396,
-0.04112028703093529,
-0.018347013741731644,
0.04362061619758606,
0.015373648144304752,
-0.041491955518722534,
0.007817753590643406,
-0.051290545612573624,
-0.009418471716344357,
0.08507878333330154,
0.008463953621685505,
-0.01020404789596796,
-0.0313892737030983,
0.029024096205830574,
-0.05443285033106804,
-0.007399624213576317,
-0.04713459312915802,
0.004683894570916891,
-0.025831108912825584,
0.024428896605968475,
-0.008700471371412277,
-0.023060472682118416,
0.03929572179913521,
-0.026608237996697426,
0.006259270943701267,
-0.02197924815118313,
0.022029930725693703,
0.03449779003858566,
0.044059861451387405,
-0.003621676703915,
-0.09089036285877228,
0.028652425855398178,
-0.01580444909632206,
0.07183379679918289,
0.012864871881902218,
0.020610826089978218,
0.080078125,
-0.0710904523730278,
0.06483963131904602,
-0.049364615231752396,
0.007213789038360119,
0.05490588769316673,
-0.02167515456676483,
0.01590581238269806,
0.0313216969370842,
0.003148641437292099,
0.003266900312155485,
-0.007619247771799564,
-0.018465273082256317,
-0.056460145860910416,
0.04449911043047905,
0.028196284547448158,
-0.008134518750011921,
-0.00935934204608202,
-0.01420795451849699,
0.027588097378611565,
-0.0051527065224945545,
-0.035950686782598495,
0.035207346081733704,
0.03459915518760681,
-0.026033837348222733,
-0.05149327591061592,
0.025983154773712158,
-0.020560143515467644,
0.0017284795176237822,
-0.040309369564056396,
0.05257450044155121,
-0.0067449770867824554,
0.043282732367515564,
-0.04155953228473663,
0.010035106912255287,
0.042167723178863525,
-0.028111813589930534,
0.05595332384109497,
-0.021860990673303604,
-0.0447356291115284,
-0.027351578697562218,
0.007479871157556772,
-0.014951295219361782,
0.05064857006072998,
-0.08798456937074661,
0.03828207403421402,
0.011471106670796871,
0.02441200241446495,
-0.010313860140740871,
0.03133859112858772,
0.02311115525662899,
-0.009241083636879921,
-0.071225605905056,
-0.006787212565541267,
-0.07054983824491501,
-0.05189873278141022,
-0.006343741901218891,
0.02991948463022709,
0.012814189307391644,
0.025628378614783287,
-0.01253543607890606,
-0.006782989017665386,
0.03235223889350891,
0.010060448199510574,
0.021540001034736633,
-0.005811577197164297,
0.012864871881902218,
0.019884377717971802,
-0.035004615783691406,
0.023449037224054337,
-0.019428236410021782,
-0.03105139173567295,
-0.05541270971298218,
-0.009148165583610535,
-0.0015489795478060842,
0.006964600645005703,
0.0168180949985981,
0.0006768206367269158,
-0.052979957312345505,
0.032825272530317307,
-0.08318664133548737,
-0.0335686132311821,
-0.019225507974624634,
0.006749200634658337,
0.01401367224752903,
0.02187788486480713,
0.04189741611480713,
-0.06605600565671921,
0.058352287858724594,
0.02412480302155018,
-0.003843412036076188,
-0.005346988793462515,
-0.0010595780331641436,
-0.07000923156738281,
0.06889421492815018,
0.03649129718542099,
0.0030683944933116436,
0.0019966736435890198,
0.03130480274558067,
0.017054613679647446,
0.009756353683769703,
-0.013447718694806099,
-0.07277986407279968,
0.03987012058496475,
0.018397696316242218,
0.003235223703086376,
0.0011129000922665,
0.040579672902822495,
-0.04568169638514519,
0.0024200824555009604,
-0.01004355400800705,
-0.018093600869178772,
-0.018668001517653465,
-0.02054324932396412,
-0.040376946330070496,
0.03079797886312008,
-0.05956866592168808,
-0.004565635696053505,
0.014588071964681149,
-0.044938355684280396,
0.007209565490484238,
0.01745162531733513,
0.056460145860910416,
-0.013337907381355762,
-0.030223580077290535,
-0.018499059602618217,
0.006804106291383505,
0.02373623661696911,
-0.0798078179359436,
0.026354825124144554,
-0.014376895502209663,
-0.03672781586647034,
-0.004098935518413782,
-0.03147374466061592,
-0.09379614889621735,
-0.011141671799123287,
-0.024918826296925545,
0.02975054457783699,
-0.016412636265158653,
0.03353482484817505,
-0.004835941828787327,
0.021928567439317703,
-0.02877068519592285,
0.004823271185159683,
-0.018144283443689346,
-0.035308707505464554,
-0.03402475640177727,
0.0005036559305153787,
-0.02686164900660515,
0.03814692050218582,
-0.029209932312369347,
-0.019614072516560555,
0.007881106808781624,
0.033517930656671524,
-0.003875088645145297,
-0.014436025172472,
0.09474222362041473,
-0.004008129704743624,
0.020188473165035248,
-0.024259954690933228,
-0.0004883456276729703,
-0.07757779210805893,
-0.008945436216890812,
0.003723041620105505,
0.04879021644592285,
-0.000005040189080318669,
0.005820023827254772,
-0.03584932163357735,
-0.031237225979566574,
0.02861863747239113,
-0.017096849158406258,
-0.004781035706400871,
-0.008151412941515446,
-0.05017553269863129,
-0.023330777883529663,
0.012788848020136356,
-0.010778447613120079,
0.020712189376354218,
0.004835941828787327,
0.027317790314555168,
0.03905920311808586,
-0.044127438217401505,
-0.013430824503302574,
-0.02500329725444317,
0.03020668588578701,
0.018431484699249268,
-0.009511388838291168,
-0.009181953966617584,
-0.008565318770706654,
0.026473084464669228,
0.04865506291389465,
0.042336661368608475,
0.017603673040866852,
-0.045647911727428436,
0.015500354580581188,
0.02522291988134384,
0.04105271026492119,
-0.008235882967710495,
-0.01387007161974907,
-0.057338640093803406,
-0.054669369012117386,
-0.03375444933772087,
-0.005710212048143148,
-0.05267586186528206,
0.005346988793462515,
0.010449012741446495,
-0.07257713377475739,
0.030324943363666534,
0.05054720491170883,
0.04274212196469307,
-0.022350920364260674,
-0.032994214445352554,
-0.030257366597652435,
-0.04108649864792824,
-0.015061107464134693,
0.05169600620865822,
0.03666023910045624,
-0.02535807341337204,
-0.00855264812707901,
-0.0028804473113268614,
0.03400786221027374,
0.010981176979839802,
0.008189423941075802,
-0.04699943959712982,
0.023094261065125465,
0.0018372354097664356,
0.011648494750261307,
0.09271492809057236,
0.025053977966308594,
-0.026152096688747406,
-0.024885037913918495,
-0.013059154152870178,
-0.0492294616997242,
-0.013709577731788158,
0.024783672764897346,
0.007416518405079842,
-0.019090354442596436,
-0.010161812417209148,
0.04689807444810867,
0.02897341363132,
0.012847977690398693,
-0.0004110022564418614,
-0.03811313211917877,
0.009342447854578495,
-0.003980676643550396,
0.010837577283382416,
0.06044716015458107,
-0.05933214724063873,
-0.05341920629143715,
-0.021540001034736633,
-0.017941555008292198,
-0.061021558940410614,
-0.04514108598232269,
-0.03405854478478432,
-0.05085130035877228,
0.05764273554086685,
-0.05149327591061592,
0.042133934795856476,
0.004633211996406317,
0.012037060223519802,
0.007750177290290594,
-0.03414301574230194,
0.005262518301606178,
-0.020070213824510574,
-0.044026073068380356,
0.013211200945079327,
0.00546102412045002,
-0.03366997838020325,
-0.01176675409078598,
-0.04172847419977188,
-0.011707624420523643,
-0.003290129592642188,
0.014157271943986416,
0.02503708377480507,
-0.009511388838291168,
0.006153682712465525,
-0.06622494757175446,
0.04520866274833679,
0.015863578766584396,
0.04571548476815224,
-0.026844754815101624,
-0.051222968846559525,
-0.05953487753868103,
0.06298127770423889,
-0.038721319288015366,
-0.05994033440947533,
-0.01878626085817814,
0.00403135921806097,
0.007458753418177366,
0.021658260375261307,
-0.025729743763804436,
-0.04436395689845085,
0.009317106567323208,
-0.009148165583610535,
0.06146080419421196,
-0.0010970619041472673,
0.03459915518760681,
-0.009959083050489426,
-0.02454715594649315,
-0.047742780297994614,
0.001406435389071703,
0.019309978932142258,
-0.04737111181020737,
-0.04074861481785774,
-0.02349971979856491,
0.03892404958605766,
0.020948708057403564,
-0.09176885336637497,
-0.04287727549672127,
-0.08494362980127335,
-0.018515953794121742,
0.04166089743375778,
0.01727423630654812,
0.052169039845466614,
0.038788896054029465,
0.06575191020965576,
0.06517751514911652,
-0.0072982595302164555,
-0.0002561834699008614,
-0.04284348711371422,
0.03662645071744919,
-0.034362636506557465,
-0.018093600869178772,
-0.009232636541128159,
0.035612802952528,
0.01230736542493105,
0.033771343529224396,
0.015078001655638218,
-0.017890872433781624,
-0.029176143929362297,
0.007002612575888634,
0.04186362773180008,
0.026523767039179802,
0.057744100689888,
-0.028145601972937584,
0.011597813107073307,
0.0030493885278701782,
-0.018448378890752792,
0.0014117148239165545,
-0.04831717908382416,
-0.0034020531456917524,
0.014959742315113544,
0.00040149930282495916,
-0.01157247181981802,
0.0015162471681833267,
-0.10204047709703445,
0.028432803228497505,
0.011124777607619762,
-0.028635531663894653,
-0.05189873278141022,
0.048891581594944,
0.004400918260216713,
0.019884377717971802,
-0.016632260754704475,
-0.035241130739450455,
-0.014672542922198772,
-0.03345035761594772,
-0.0015194148290902376,
-0.047708991914987564,
-0.025594590231776237,
0.027773931622505188,
-0.06081882864236832,
0.05105402693152428,
-0.014106589369475842,
0.039566028863191605,
0.014233295805752277,
0.03069661371409893,
0.047675203531980515,
0.07190137356519699,
0.013304118998348713,
0.0030050415080040693,
-0.015973389148712158,
0.0019850588869303465,
0.05794682726264,
-0.008573765866458416,
-0.04068103805184364,
-0.009933741763234138,
-0.009257976897060871,
-0.010178706608712673,
-0.0037336002569645643,
-0.008282341994345188,
-0.0536557212471962,
0.029699862003326416,
-0.019259296357631683,
0.006597153376787901,
-0.019715437665581703,
0.04906052350997925,
-0.005140035878866911,
-0.0034865238703787327,
0.010617953725159168,
0.04112028703093529,
0.05858880653977394,
0.04176226258277893,
-0.021607577800750732,
-0.05189873278141022,
0.013076048344373703,
0.03137237951159477,
0.02103317901492119,
0.03366997838020325,
0.014165719039738178,
0.04189741611480713,
0.06987407803535461,
0.024395108222961426,
-0.03557901456952095,
0.045005932450294495,
0.09710739552974701,
0.010187153704464436,
0.0021687825210392475,
0.04395849630236626,
0.028044238686561584,
0.15312829613685608,
0.09156612306833267,
-0.0399714857339859,
-0.04987144097685814,
-0.005579282995313406,
-0.030088426545262337,
0.030071532353758812,
0.0707525685429573,
0.004174959380179644,
0.02721642516553402,
-0.014782354235649109,
0.009207295253872871,
-0.0016968031413853168,
0.003100070869550109,
-0.0008167250780388713,
-0.08365967869758606,
0.09122824668884277,
0.02170894294977188,
-0.03307868540287018,
-0.007357388734817505,
0.023161837831139565,
0.008028930053114891,
0.0008473456837236881,
-0.046762920916080475,
0.08629515767097473,
-0.028567954897880554,
0.01611698977649212,
0.07406381517648697,
0.008020482957363129,
-0.005228729918599129,
-0.04392470791935921,
-0.03366997838020325,
0.020306730642914772,
-0.005283635575324297,
0.03142306208610535,
0.033838920295238495,
-0.03348414599895477,
-0.0015859354753047228,
-0.03578174486756325,
-0.052000097930431366,
0.025087766349315643,
0.014123483560979366,
-0.02142174355685711,
0.03160889819264412,
0.07446927577257156,
0.03402475640177727,
-0.003976453095674515,
0.026152096688747406,
-0.019276190549135208,
-0.007357388734817505,
-0.010026659816503525,
-0.011716071516275406,
0.01513713039457798,
-0.0025932472199201584,
0.0443301685154438,
0.01424174290150404,
0.035173557698726654,
0.013042259961366653,
-0.07061741501092911,
-0.022418495267629623,
0.0054525770246982574,
-0.013346354477107525,
0.034295063465833664,
0.028466591611504555,
-0.02637171931564808,
0.04291106387972832,
0.07852386683225632,
0.021692048758268356,
0.008104953914880753,
0.007285588886588812,
0.011952589266002178,
0.0447356291115284,
0.017536096274852753,
0.05625741556286812,
-0.0167167317122221,
-0.0663938894867897,
-0.07399623841047287,
-0.04544518142938614,
0.038822684437036514,
0.01875247247517109,
-0.02388828434050083,
-0.03892404958605766,
-0.0008161971345543861,
0.05544649809598923,
0.006347965449094772,
0.019816800951957703,
-0.0156608484685421,
-0.011327506974339485,
0.00022714670922141522,
-0.04253939166665077,
-0.0004746191552840173,
-0.044769417494535446,
0.005697541870176792,
0.017181318253278732,
0.01639574207365513,
-0.019816800951957703,
-0.043992284685373306,
-0.008100730367004871,
0.03073040209710598,
-0.01474856585264206,
0.025645272806286812,
0.05433148890733719,
-0.03557901456952095,
-0.010313860140740871,
0.02774014323949814,
0.027655672281980515,
-0.05902805179357529,
-0.031135860830545425,
-0.017063060775399208,
-0.01092204824090004,
-0.014469812624156475,
0.013498401269316673,
0.005076682660728693,
-0.013827836140990257,
0.017434731125831604,
-0.02746983803808689,
-0.03466673195362091,
0.041221652179956436,
0.04899294674396515,
0.026929225772619247,
-0.014866825193166733,
-0.06737374514341354,
-0.027689460664987564,
-0.00017870809824671596,
-0.03659266233444214,
-0.015255389735102654,
0.02936197817325592,
0.038552381098270416,
0.0531826876103878,
-0.029142355546355247,
-0.0048063769936561584,
-0.02816249616444111,
0.006233930122107267,
0.09595859795808792,
-0.008886306546628475,
-0.023161837831139565,
0.00011462924157967791,
0.05098645016551018,
0.0018192854477092624,
0.08230815082788467,
0.0034442886244505644,
-0.033281415700912476,
0.06636010110378265,
-0.012011718936264515,
0.0014011559542268515,
-0.03564659133553505,
0.005625741556286812,
0.043248943984508514,
-0.06835360825061798,
0.017333365976810455,
0.005756671074777842,
-0.05970381572842598,
-0.06321779638528824,
-0.013853177428245544,
0.0027178414165973663,
0.017552990466356277,
0.06125807762145996,
0.014647201634943485,
0.050412051379680634,
0.02012089639902115,
-0.012332706712186337,
0.017519202083349228,
0.015238495543599129,
0.006369082722812891,
-0.005444129928946495,
-0.0798078179359436,
-0.010212494991719723,
-0.003207770874723792,
-0.017198212444782257,
0.00565530639141798,
-0.05017553269863129,
-0.017721930518746376,
-0.006512682884931564,
0.004574082791805267,
-0.022671908140182495,
0.03191298991441727,
-0.043113790452480316,
0.08480847626924515,
0.051222968846559525,
0.022232661023736,
-0.08257845789194107,
0.022148190066218376,
0.017223553732037544,
-0.028179390355944633,
0.020610826089978218,
0.07048226147890091,
-0.03265633061528206,
-0.0018794707721099257,
-0.011580918915569782,
0.013346354477107525,
0.0223678145557642,
-0.047708991914987564,
-0.005570835899561644,
-0.05362193286418915,
-0.0018266766564920545,
-0.11210937798023224,
-0.029936378821730614,
-0.004141170997172594,
0.0715634897351265,
-0.029547814279794693,
0.018026025965809822,
-0.04308000206947327,
0.0014043236151337624,
0.01991816610097885,
0.0010321250883862376,
0.009756353683769703,
-0.01914103701710701,
0.03140616789460182,
0.013118283823132515,
0.011623154394328594,
-0.002377847209572792,
-0.04081619158387184,
0.04642504081130028,
0.0491618849337101,
0.017755718901753426,
0.016235249117016792,
0.0358155332505703,
0.000746508885640651,
0.1069735661149025,
-0.010981176979839802,
-0.0223002377897501,
-0.01685188338160515,
0.020762871950864792,
-0.019377553835511208,
0.0022384708281606436,
0.05308132246136665,
-0.08392998576164246,
0.006677400786429644,
0.023195626214146614,
0.007209565490484238
] |
8,887 | sentencepiece | _nbests_size | null | def _nbests_size(self):
return _sentencepiece.ImmutableNBestSentencePieceText__nbests_size(self)
| (self) | [
-0.0024927204940468073,
-0.03562745451927185,
-0.005899295676499605,
0.025416310876607895,
0.019272463396191597,
0.02136617712676525,
0.015179423615336418,
0.012510797008872032,
0.06806285679340363,
0.008413468487560749,
0.014647414907813072,
0.005453094374388456,
-0.01265667099505663,
-0.026325875893235207,
0.018603160977363586,
0.026428844779729843,
0.07036250829696655,
-0.07214730978012085,
0.02845391258597374,
0.0013643462443724275,
-0.014844773337244987,
0.02814500406384468,
0.02104010619223118,
-0.03624527156352997,
-0.024523908272385597,
0.010691668838262558,
0.049288079142570496,
-0.03171461448073387,
0.05556922033429146,
-0.024867139756679535,
-0.07681526243686676,
-0.02323678880929947,
-0.004925375804305077,
0.05193096399307251,
0.01602892205119133,
-0.00997088197618723,
-0.012013111263513565,
0.001549905864521861,
-0.03981488198041916,
-0.02069687470793724,
-0.023854605853557587,
-0.02280774898827076,
0.052033934742212296,
0.024918625131249428,
-0.056736208498477936,
-0.02371731400489807,
0.018053989857435226,
0.021881023421883583,
-0.03555880859494209,
-0.0527547188103199,
0.009395969100296497,
-0.06541997194290161,
-0.01367778517305851,
0.05309795215725899,
-0.034306012094020844,
0.025811027735471725,
0.01338603813201189,
0.026325875893235207,
-0.012888352386653423,
0.028247972950339317,
-0.01862032152712345,
0.015376782044768333,
0.06336057931184769,
-0.06112957373261452,
-0.027698801830410957,
0.0004630947078112513,
0.012467892840504646,
0.060889311134815216,
0.02582818828523159,
0.0035631745122373104,
0.06102660298347473,
0.022550325840711594,
0.012536539696156979,
0.05062668398022652,
-0.04616466909646988,
0.028985921293497086,
-0.023614345118403435,
0.027407055720686913,
0.04619899392127991,
-0.004809534642845392,
0.03131989762187004,
0.04262938350439072,
0.032006360590457916,
-0.07708985358476639,
0.016071826219558716,
-0.06971036642789841,
0.08862243592739105,
0.020799843594431877,
0.03277863189578056,
0.02610277384519577,
0.003522415878251195,
0.07152949273586273,
0.023133819922804832,
-0.04729733616113663,
-0.016380734741687775,
0.0273898933082819,
-0.021451983600854874,
-0.03875086456537247,
0.020919974893331528,
-0.05862398073077202,
-0.03264134004712105,
0.09706594049930573,
0.0347350537776947,
0.004060860723257065,
-0.028368104249238968,
0.03260701522231102,
-0.025261856615543365,
-0.023923253640532494,
-0.050420742481946945,
0.000032680756703484803,
0.000020060957467649132,
0.03214365243911743,
-0.015119358897209167,
0.0367601215839386,
0.05265175178647041,
-0.044036634266376495,
0.010683088563382626,
-0.03288160264492035,
0.028505396097898483,
0.030307363718748093,
0.009095641784369946,
0.03131989762187004,
-0.07159814238548279,
-0.016603834927082062,
0.010374180041253567,
0.07503046095371246,
0.004564982373267412,
0.03265850245952606,
0.03782413899898529,
-0.06246817857027054,
0.0835426077246666,
-0.04503200575709343,
0.028436750173568726,
0.06336057931184769,
0.016955647617578506,
0.007220738101750612,
0.022430194541811943,
0.03499247506260872,
0.027149630710482597,
0.013909466564655304,
-0.009996624663472176,
-0.006233946420252323,
0.03504396229982376,
-0.001978945452719927,
-0.03264134004712105,
0.008846797980368137,
0.018036827445030212,
0.007855717092752457,
-0.004110200330615044,
-0.009670554660260677,
0.023957576602697372,
0.01541968621313572,
-0.012467892840504646,
-0.06439027935266495,
0.012322019785642624,
-0.006452756933867931,
0.027338407933712006,
-0.04087889939546585,
0.040158115327358246,
-0.0318690687417984,
0.006787407677620649,
-0.021074429154396057,
-0.005667614284902811,
-0.010159660130739212,
-0.017487658187747,
0.03710335120558739,
-0.008370564319193363,
-0.06222791597247124,
-0.025656573474407196,
0.027407055720686913,
0.004065150860697031,
0.0424920916557312,
-0.04410528019070625,
0.04413960129022598,
0.054539524018764496,
0.03065059520304203,
0.0010398849844932556,
-0.0034945281222462654,
-0.004569272510707378,
-0.023013688623905182,
-0.02744137868285179,
-0.041050516068935394,
-0.03761820122599602,
-0.02982683852314949,
0.022138448432087898,
0.032349593937397,
0.017659272998571396,
0.03751523047685623,
-0.04149672016501427,
-0.011481101624667645,
-0.001282828627154231,
-0.010991997085511684,
0.012982740998268127,
0.0028659850358963013,
-0.017238814383745193,
0.01265667099505663,
-0.005109862424433231,
-0.014982066117227077,
-0.029569415375590324,
-0.042972613126039505,
-0.09342768043279648,
-0.021915346384048462,
-0.0039836335927248,
-0.004176701419055462,
0.024661201983690262,
-0.009232933633029461,
-0.04949401691555977,
0.008177496492862701,
-0.060923635959625244,
-0.02531334199011326,
-0.06054608151316643,
-0.03293308615684509,
0.02049093507230282,
0.019152332097291946,
0.05683917924761772,
-0.09253527969121933,
0.010605861432850361,
0.015925953164696693,
-0.029620900750160217,
-0.02261897176504135,
0.04853297024965286,
-0.026600459590554237,
0.05721673369407654,
-0.006298302672803402,
-0.012390665709972382,
-0.02744137868285179,
0.0156942717730999,
0.03252120688557625,
0.021486306563019753,
-0.012605185620486736,
-0.05186231806874275,
0.04221750423312187,
0.024626877158880234,
0.038510601967573166,
0.0002157265116693452,
0.02277342602610588,
-0.051793672144412994,
-0.018585998564958572,
-0.02033648081123829,
-0.04465445131063461,
-0.055397603660821915,
-0.02594831958413124,
-0.04891052469611168,
0.016157634556293488,
-0.08203238993883133,
-0.038785189390182495,
-0.0025570765137672424,
-0.004453431814908981,
0.004457722418010235,
0.0010184329003095627,
0.04417392611503601,
-0.07420670241117477,
-0.033533740788698196,
-0.025725219398736954,
0.007842845283448696,
0.044070955365896225,
-0.06634669750928879,
0.039917852729558945,
-0.02316814288496971,
-0.03041033260524273,
0.037961430847644806,
-0.014218375086784363,
-0.058143459260463715,
0.01767643541097641,
-0.008542180061340332,
0.045169297605752945,
-0.015771498903632164,
0.02332259714603424,
-0.047091394662857056,
0.00099429942201823,
0.03348225727677345,
-0.006971894763410091,
-0.022464517503976822,
-0.047640565782785416,
-0.05464249476790428,
-0.04915078729391098,
-0.01077747717499733,
0.03387697413563728,
-0.0025098822079598904,
-0.016706805676221848,
-0.0016507301479578018,
-0.010820380412042141,
0.012390665709972382,
-0.02320246584713459,
0.059825293719768524,
0.013411780819296837,
-0.0010994141921401024,
-0.04084457829594612,
-0.019341109320521355,
-0.051827993243932724,
-0.04221750423312187,
-0.009215772151947021,
0.027269762009382248,
0.03080504946410656,
0.016535189002752304,
-0.040741607546806335,
-0.021349014714360237,
0.022447356954216957,
0.025467796251177788,
0.036863088607788086,
-0.041531041264534,
-0.055088695138692856,
-0.03542151674628258,
0.015411105938255787,
-0.003762678010389209,
0.02598264254629612,
0.043281521648168564,
-0.009867913089692593,
0.03648553416132927,
-0.03933435678482056,
-0.039368681609630585,
0.0033658163156360388,
0.02582818828523159,
0.0343746580183506,
0.022413033992052078,
0.04290396720170975,
-0.011566909961402416,
0.03593636304140091,
0.011472521349787712,
0.046576548367738724,
0.0278704185038805,
-0.021331852301955223,
0.02033648081123829,
0.005071248859167099,
0.028127841651439667,
-0.02732124738395214,
0.013506169430911541,
-0.025416310876607895,
0.004436270333826542,
-0.06236520782113075,
-0.008855379186570644,
-0.07104897499084473,
0.020559580996632576,
0.01497348491102457,
-0.07427535206079483,
0.03095950372517109,
0.054539524018764496,
0.04863593727350235,
-0.0291232131421566,
-0.03337928652763367,
0.007023379672318697,
-0.028642689809203148,
-0.01771075837314129,
0.04142807051539421,
0.04063864052295685,
-0.034271690994501114,
0.01666390150785446,
-0.04111916199326515,
0.041874274611473083,
-0.01783088967204094,
-0.004423398990184069,
-0.047091394662857056,
0.04307558387517929,
-0.020628228783607483,
-0.00997088197618723,
0.0500088669359684,
0.0132487453520298,
-0.005199960898607969,
0.005955070722848177,
0.019100846722722054,
-0.0584866888821125,
-0.007031960412859917,
0.012871190905570984,
0.02371731400489807,
-0.024678362533450127,
-0.0060880728997290134,
0.031062472611665726,
-0.0040544248186051846,
0.03833898529410362,
0.00019065450760535896,
-0.032315269112586975,
-0.016595255583524704,
-0.02900308184325695,
-0.01236492395401001,
0.0707743838429451,
0.0021130205132067204,
-0.08189509809017181,
0.0013085710816085339,
-0.022756265476346016,
-0.03125125169754028,
-0.03861357271671295,
0.003891390049830079,
-0.0555005744099617,
0.010279790498316288,
-0.024901462718844414,
0.031337060034275055,
-0.03621095046401024,
-0.014261279255151749,
0.009498938918113708,
-0.03488950803875923,
-0.016312088817358017,
0.01469889935106039,
-0.03471789136528969,
0.04026108235120773,
-0.01526523195207119,
-0.0013504023663699627,
-0.016844097524881363,
-0.01920381560921669,
0.011755687184631824,
0.05913883075118065,
0.04142807051539421,
0.009258676320314407,
-0.013643462210893631,
0.03566177934408188,
-0.06620940566062927,
0.028350941836833954,
0.00518279941752553,
0.05412764847278595,
-0.03131989762187004,
0.005877843592315912,
-0.037995755672454834,
0.03168028965592384,
-0.04420825093984604,
-0.04084457829594612,
-0.06257114559412003,
-0.03065059520304203,
0.0009304798441007733,
-0.006512822583317757,
0.02460971660912037,
-0.060992281883955,
0.01612331159412861,
0.03209216892719269,
0.04276667535305023,
0.0316288061439991,
0.0365198589861393,
0.012733898125588894,
-0.03336212411522865,
-0.033053215593099594,
0.02704666182398796,
-0.000740629737265408,
-0.056221362203359604,
0.010605861432850361,
-0.013471846468746662,
0.018311413004994392,
0.009593327529728413,
-0.0527547188103199,
-0.031491514295339584,
-0.07084303349256516,
-0.03343077376484871,
0.002591399708762765,
0.013617719523608685,
0.03706903010606766,
0.03195487707853317,
0.08752409368753433,
0.07866871356964111,
-0.030427495017647743,
-0.018036827445030212,
-0.03933435678482056,
0.011995949782431126,
-0.030204392969608307,
-0.009481777437031269,
-0.02143482305109501,
0.012133242562413216,
0.0009830371709540486,
-0.012536539696156979,
-0.009601907804608345,
0.020387966185808182,
-0.033722519874572754,
-0.028985921293497086,
0.0047323075123131275,
0.008138882927596569,
0.06054608151316643,
-0.01935826987028122,
0.012896932661533356,
-0.007529646623879671,
-0.0210057832300663,
0.003644692013040185,
-0.04084457829594612,
0.021863862872123718,
0.01693848706781864,
0.03940300643444061,
-0.00031051746918819845,
0.014904838986694813,
-0.0822383239865303,
0.05670188367366791,
0.014055340550839901,
-0.012999902479350567,
-0.015188004821538925,
0.020250672474503517,
0.01722165383398533,
0.050969913601875305,
0.0015037840930745006,
-0.03641688823699951,
-0.029191860929131508,
-0.007748456671833992,
0.00782997440546751,
-0.09267257153987885,
-0.01197020709514618,
0.035249900072813034,
-0.024712685495615005,
0.01111212745308876,
0.012665251269936562,
0.010219724848866463,
-0.006023717112839222,
0.0075682601891458035,
0.024918625131249428,
0.0817577987909317,
0.0021183835342526436,
-0.02170940861105919,
-0.015359620563685894,
-0.032469723373651505,
0.06452757120132446,
0.012287696823477745,
-0.05007751286029816,
-0.040775932371616364,
0.007975847460329533,
-0.012982740998268127,
-0.005401609465479851,
0.000121807046525646,
-0.011652718298137188,
0.0037734040524810553,
0.005066958721727133,
0.00437191454693675,
-0.018706129863858223,
0.057834550738334656,
-0.02222425490617752,
0.030976666137576103,
0.03458059951663017,
0.03324199467897415,
0.021331852301955223,
0.026548976078629494,
-0.007533936761319637,
-0.032709985971450806,
0.0026493200566619635,
-0.0003901579766534269,
0.03303605690598488,
0.01065734587609768,
0.009782104752957821,
0.06517970561981201,
0.07413806021213531,
0.04585576057434082,
-0.0224988404661417,
0.016981391236186028,
0.07846277952194214,
0.03128557279706001,
0.023185305297374725,
0.007302255369722843,
-0.00000805287345428951,
0.09315309673547745,
0.07557962834835052,
-0.04468877241015434,
-0.07025954127311707,
0.019735826179385185,
0.0048910523764789104,
-0.01990744099020958,
0.08958348631858826,
0.0645618885755539,
0.0370003841817379,
-0.006345496978610754,
-0.018757615238428116,
-0.017590627074241638,
0.01197020709514618,
0.02696085348725319,
-0.08635710924863815,
0.10008637607097626,
0.0143814105540514,
0.006568597629666328,
-0.04506632685661316,
0.026188582181930542,
0.0057319700717926025,
-0.016217699274420738,
-0.04259505867958069,
0.06078634411096573,
-0.01645796187222004,
0.025965481996536255,
0.0577659048140049,
-0.02347705140709877,
0.008713795803487301,
-0.06912687420845032,
-0.007083445321768522,
0.008683763444423676,
0.054505202919244766,
0.04647357761859894,
0.011584071442484856,
-0.008636568672955036,
-0.041050516068935394,
-0.07324565201997757,
-0.011506844311952591,
0.03597068786621094,
0.006324044894427061,
-0.03978056088089943,
0.01563420705497265,
0.049871571362018585,
0.05035209655761719,
-0.022413033992052078,
0.002728692488744855,
-0.05423061549663544,
-0.012613766826689243,
-0.03785846009850502,
0.004963989369571209,
0.0016196247888728976,
-0.01975298672914505,
0.02280774898827076,
-0.021760892122983932,
-0.016526607796549797,
-0.014218375086784363,
-0.05258310213685036,
-0.029140375554561615,
0.0006049459334462881,
-0.019032200798392296,
0.04087889939546585,
0.019615694880485535,
-0.03123408928513527,
0.07036250829696655,
0.07860007137060165,
-0.0027630156837403774,
0.02484997920691967,
0.04389934241771698,
0.014432894997298717,
0.02225857973098755,
0.012725316919386387,
0.015230908989906311,
0.0040908935479819775,
-0.1123054251074791,
-0.08793597668409348,
-0.04688545688986778,
0.041256457567214966,
-0.018860584124922752,
0.01234776247292757,
-0.05996258556842804,
-0.005920747760683298,
0.0652826800942421,
0.018053989857435226,
0.04081025347113609,
-0.02268761768937111,
0.014810450375080109,
-0.02610277384519577,
-0.030873695388436317,
-0.03336212411522865,
-0.07599151134490967,
0.011412455700337887,
-0.012527958489954472,
0.05632432922720909,
-0.04870458319783211,
0.0014662431785836816,
-0.02054242044687271,
-0.0035395773593336344,
0.01764211244881153,
0.026669107377529144,
0.021537791937589645,
0.029329152777791023,
0.013463265262544155,
-0.0028895821887999773,
0.01500780787318945,
-0.0687493160367012,
-0.0046164668165147305,
-0.01022830605506897,
-0.004133797250688076,
0.015316716395318508,
0.00809168815612793,
-0.006130977068096399,
0.006139557808637619,
0.05797184258699417,
-0.052892010658979416,
-0.01709294132888317,
-0.0022352966479957104,
0.04465445131063461,
0.004852438811212778,
-0.04743462800979614,
-0.09109370410442352,
-0.0472630113363266,
-0.010854704305529594,
-0.03706903010606766,
0.013875143602490425,
0.05333821475505829,
0.009567584842443466,
0.04722869023680687,
0.005204251501709223,
-0.0007341941818594933,
-0.0602714940905571,
-0.0008811402367427945,
0.09926262497901917,
-0.01342036109417677,
-0.04606170207262039,
-0.04135942459106445,
0.048189736902713776,
-0.019032200798392296,
0.06078634411096573,
0.037171997129917145,
-0.019855957478284836,
0.0427323542535305,
0.012536539696156979,
-0.044345542788505554,
-0.04832702875137329,
0.037137676030397415,
0.02747570164501667,
-0.09459467232227325,
0.02430080808699131,
0.0062811411917209625,
-0.02234438620507717,
-0.05083262175321579,
-0.03240107744932175,
0.008576503023505211,
-0.004912504460662603,
0.05828075110912323,
-0.006139557808637619,
0.039368681609630585,
0.033653873950242996,
0.025896836072206497,
-0.005049797240644693,
0.004286106675863266,
0.005641872063279152,
-0.03089085780084133,
-0.08065946400165558,
-0.004002940375357866,
0.01626918464899063,
-0.04400230944156647,
0.02234438620507717,
-0.037377938628196716,
0.0021280369255691767,
-0.0033078959677368402,
0.004131651949137449,
-0.03847627714276314,
-0.02915753610432148,
-0.05268607288599014,
0.09981179237365723,
0.05659891664981842,
0.04661087319254875,
-0.05955071002244949,
0.03240107744932175,
-0.0010071706492453814,
0.0098164277151227,
0.04880755394697189,
0.045409560203552246,
-0.06710180640220642,
0.020525258034467697,
0.0047537595964968204,
0.004118781071156263,
0.036039333790540695,
-0.04026108235120773,
-0.0043504624627530575,
-0.038544926792383194,
-0.020199188962578773,
-0.06761665642261505,
-0.044345542788505554,
0.018002504482865334,
0.04053566977381706,
-0.0497686043381691,
0.0390254482626915,
-0.0500088669359684,
0.027149630710482597,
0.019735826179385185,
0.01892923004925251,
0.002870275406166911,
-0.0003571755369193852,
0.027818933129310608,
-0.0065943398512899876,
0.043727725744247437,
0.02716679312288761,
-0.02311665751039982,
0.03583339601755142,
0.03655418008565903,
0.03142286837100983,
-0.03178326040506363,
0.033722519874572754,
0.002679352881386876,
0.07667797058820724,
-0.05718240886926651,
-0.012579443864524364,
-0.0003947165096178651,
0.006946152541786432,
-0.06888661533594131,
-0.006911829113960266,
0.06830311566591263,
-0.04369340091943741,
0.021177398040890694,
0.013300229795277119,
0.011326647363603115
] |
8,888 | sentencepiece | ImmutableSentencePieceText | null | class ImmutableSentencePieceText(object):
thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
__repr__ = _swig_repr
def __init__(self):
_sentencepiece.ImmutableSentencePieceText_swiginit(self, _sentencepiece.new_ImmutableSentencePieceText())
__swig_destroy__ = _sentencepiece.delete_ImmutableSentencePieceText
def _pieces_size(self):
return _sentencepiece.ImmutableSentencePieceText__pieces_size(self)
def _pieces(self, index):
return _sentencepiece.ImmutableSentencePieceText__pieces(self, index)
def _text(self):
return _sentencepiece.ImmutableSentencePieceText__text(self)
def _score(self):
return _sentencepiece.ImmutableSentencePieceText__score(self)
def SerializeAsString(self):
return _sentencepiece.ImmutableSentencePieceText_SerializeAsString(self)
def _text_as_bytes(self):
return _sentencepiece.ImmutableSentencePieceText__text_as_bytes(self)
text = property(_text)
text_as_bytes = property(_text_as_bytes)
score = property(_score)
class ImmutableSentencePieceIterator:
def __init__(self, proto):
self.proto = proto
self.len = self.proto._pieces_size()
def __len__(self):
return self.len
def __getitem__(self, index):
if isinstance(index, slice):
return [self.proto._pieces(i) for i in range(self.len)][index.start:index.stop:index.step]
if index < 0:
index = index + self.len
if index < 0 or index >= self.len:
raise IndexError('piece index is out of range')
return self.proto._pieces(index)
def __str__(self):
return '\n'.join(['pieces {{\n{}}}'.format(str(x)) for x in self])
__repr__ = __str__
@property
def pieces(self):
return ImmutableSentencePieceText.ImmutableSentencePieceIterator(self)
def __eq__(self, other):
return self.SerializeAsString() == other.SerializeAsString()
def __hash__(self):
return hash(self.SerializeAsString())
def __str__(self):
return ('text: \"{}\"\n'
'score: {}\n'
'{}').format(self.text, self.score,
'\n'.join(['pieces {{\n{}}}'.format(str(x)) for x in self.pieces]))
__repr__ = __str__
| () | [
0.030596092343330383,
-0.04341486468911171,
-0.038566503673791885,
0.021615605801343918,
0.0038107377476990223,
-0.05450732260942459,
-0.00009419237176189199,
0.04852033406496048,
0.0690891370177269,
-0.002396632684394717,
0.016657056286931038,
0.02010967582464218,
-0.013277895748615265,
0.05586633458733559,
-0.04433311149477959,
0.05072413384914398,
0.026592520996928215,
-0.06034739315509796,
-0.018016066402196884,
-0.015646981075406075,
0.01877821423113346,
0.0026261950843036175,
0.04543501138687134,
0.026133397594094276,
-0.005413084290921688,
0.02774951606988907,
0.002410406479611993,
-0.011101643554866314,
-0.027786247432231903,
-0.04583904147148132,
-0.010523146018385887,
-0.07162350416183472,
-0.009439610876142979,
-0.027345485985279083,
0.032965175807476044,
-0.04569212347269058,
-0.03944802284240723,
0.029824761673808098,
0.01872311905026436,
-0.008204564452171326,
0.017703860998153687,
-0.002917739562690258,
0.015362323261797428,
-0.0482264943420887,
-0.049952805042266846,
0.027345485985279083,
-0.016390763223171234,
0.11114498972892761,
-0.0396316722035408,
-0.0742313340306282,
0.029788032174110413,
-0.020458610728383064,
0.004244611132889986,
0.016390763223171234,
-0.024958036839962006,
-0.003278152784332633,
0.03720749169588089,
0.07206426560878754,
0.02279096655547619,
0.018236447125673294,
0.0008505291189067066,
-0.003918631933629513,
0.07004411518573761,
-0.0138655761256814,
0.007768395356833935,
0.00928350817412138,
-0.022809332236647606,
-0.026078302413225174,
0.0403662733733654,
-0.0003466393973212689,
-0.00005484392022481188,
0.0223318412899971,
0.008819791488349438,
0.01744675077497959,
-0.041982393711805344,
-0.015371506102383137,
-0.025839556008577347,
0.04642672464251518,
0.08580128848552704,
-0.04672056436538696,
0.035095516592264175,
0.02277260087430477,
-0.032873351126909256,
-0.029622746631503105,
-0.02853921242058277,
-0.03498532623052597,
0.048557061702013016,
-0.043304674327373505,
0.009086084552109241,
0.04668383300304413,
-0.026647616177797318,
0.07371711730957031,
0.018208898603916168,
-0.00501364516094327,
-0.010917993262410164,
-0.003606427228078246,
-0.013516641221940517,
-0.07048487663269043,
-0.030449172481894493,
0.018539467826485634,
0.003271265886723995,
0.08631550520658493,
-0.025196781381964684,
0.008071417920291424,
-0.03830939158797264,
0.041027411818504333,
-0.0273638516664505,
-0.023397011682391167,
0.0023920414969325066,
-0.04007243365049362,
-0.01087208092212677,
0.030375711619853973,
-0.07331308722496033,
0.020678991451859474,
0.0331304632127285,
-0.039668403565883636,
-0.036289241164922714,
-0.04807957261800766,
-0.0023093989584594965,
-0.009531435556709766,
0.029934952035546303,
-0.024021422490477562,
-0.06839126348495483,
0.01878739707171917,
-0.02965947613120079,
0.009457975625991821,
0.02279096655547619,
0.009104449301958084,
0.06137583404779434,
-0.0878581628203392,
-0.02787807211279869,
0.0006180970813147724,
-0.0027180202305316925,
0.052927933633327484,
0.027125107124447823,
-0.015775535255670547,
0.028006626293063164,
-0.006032902747392654,
-0.049952805042266846,
0.06482845544815063,
-0.0036684090737253428,
-0.03748296573758125,
0.03860323131084442,
0.03441601246595383,
-0.008700419217348099,
-0.034360919147729874,
-0.004157376941293478,
0.0019019254250451922,
0.011340388096868992,
0.000941780221182853,
0.021027926355600357,
0.01568371057510376,
0.015077666379511356,
0.016537683084607124,
0.015197038650512695,
0.03588521108031273,
-0.021211575716733932,
-0.04444330185651779,
0.03351612761616707,
0.003948475234210491,
-0.017198823392391205,
-0.013066698797047138,
-0.038933802396059036,
0.04433311149477959,
0.02692309208214283,
0.057004962116479874,
0.07750030606985092,
-0.09740796685218811,
-0.007070525549352169,
0.021138116717338562,
-0.019466901198029518,
-0.002890191972255707,
-0.0656365156173706,
0.04954877495765686,
0.04275372251868248,
0.028006626293063164,
-0.03603213280439377,
0.09608568996191025,
0.006087997928261757,
-0.08007140457630157,
-0.057813022285699844,
0.0016528500709682703,
-0.08359748870134354,
-0.053368695080280304,
0.02707001194357872,
0.05208314210176468,
0.05590306222438812,
0.025398796424269676,
0.05590306222438812,
-0.00726335821673274,
-0.028227007016539574,
-0.044186193495988846,
0.022001272067427635,
0.034581296145915985,
-0.030449172481894493,
0.008053053170442581,
-0.07720646262168884,
-0.005330441519618034,
-0.033387571573257446,
0.023782676085829735,
-0.0554623045027256,
-0.012019893154501915,
-0.0018984819762408733,
-0.01886085607111454,
-0.04807957261800766,
0.012221908196806908,
-0.02943909727036953,
0.04128452390432358,
-0.041321251541376114,
-0.0024700926151126623,
-0.010449686087667942,
-0.02240530215203762,
0.050760865211486816,
0.013213618658483028,
0.07889604568481445,
-0.10607624799013138,
0.010826168581843376,
0.014866468496620655,
-0.05509500205516815,
0.0038222158327698708,
0.07331308722496033,
0.01841091364622116,
-0.035315897315740585,
0.012479018419981003,
-0.023782676085829735,
-0.005114652682095766,
-0.0037395732942968607,
-0.009825275279581547,
-0.02145032212138176,
-0.009118223562836647,
0.041541632264852524,
0.038419581949710846,
0.005527865141630173,
0.023562297224998474,
0.029255447909235954,
0.011560767889022827,
-0.013332990929484367,
0.002212982624769211,
-0.01606019400060177,
0.010890445671975613,
-0.0198158361017704,
0.0007191046024672687,
-0.009237595833837986,
0.02389286644756794,
-0.010082385502755642,
-0.0011260041501373053,
0.04363524168729782,
0.024021422490477562,
-0.0015059300931170583,
0.024223437532782555,
0.009086084552109241,
-0.036656543612480164,
-0.0841851681470871,
-0.029549287632107735,
0.022901156917214394,
-0.0370054766535759,
-0.06802396476268768,
-0.015096031129360199,
0.013911488465964794,
0.00961407832801342,
0.009595713578164577,
0.00769493542611599,
0.008438718505203724,
0.014554263092577457,
0.0597597137093544,
-0.020954465493559837,
-0.015545973554253578,
0.022313475608825684,
0.01908123679459095,
0.021909447386860847,
0.01790587604045868,
-0.006951152812689543,
-0.016693785786628723,
0.032285671681165695,
-0.057959944009780884,
-0.005270755384117365,
-0.009678355418145657,
0.02677617222070694,
0.06005355343222618,
0.006762911565601826,
0.018521104007959366,
0.0015954595291987062,
-0.033259015530347824,
-0.024792751297354698,
0.06115545332431793,
-0.015197038650512695,
-0.0020740972831845284,
0.005817114375531673,
0.04690421372652054,
-0.04668383300304413,
0.04290064424276352,
0.0008924242574721575,
0.058327242732048035,
-0.032138753682374954,
0.0626981109380722,
0.011211832985281944,
-0.05061394348740578,
0.058914922177791595,
0.03559137135744095,
-0.043010834604501724,
0.006133910268545151,
-0.005564595572650433,
0.007313861977308989,
0.01834663562476635,
0.0005962886498309672,
-0.04253334179520607,
-0.026537427678704262,
0.03105521760880947,
0.043892353773117065,
-0.028869781643152237,
0.048630524426698685,
-0.05465424433350563,
-0.005041192751377821,
0.0612289123237133,
0.033920157700777054,
0.020293327048420906,
0.010440503247082233,
-0.01759367063641548,
0.03691365197300911,
0.06504883617162704,
-0.015628615394234657,
-0.06427750736474991,
-0.008741740137338638,
0.04697767272591591,
0.0035926534328609705,
-0.08675626665353775,
0.03061445616185665,
-0.014958293177187443,
0.019338347017765045,
-0.0059135304763913155,
0.0011994641972705722,
-0.018971046432852745,
0.008415761403739452,
0.044039271771907806,
-0.05961279571056366,
0.019209790974855423,
0.0012338985688984394,
-0.01709781587123871,
-0.014875651337206364,
-0.05623363330960274,
0.04304756224155426,
0.03190000727772713,
-0.036858558654785156,
0.0021670700516551733,
0.024609101936221123,
-0.020532071590423584,
-0.04829995334148407,
0.028722861781716347,
0.03366304561495781,
0.007598519325256348,
0.009687538258731365,
-0.03467312082648277,
0.011009817942976952,
0.00924677774310112,
-0.01908123679459095,
0.0035008282866328955,
0.03278152644634247,
-0.0597597137093544,
-0.010605787858366966,
-0.02042188122868538,
0.06438769400119781,
-0.019264886155724525,
0.008985077030956745,
0.008227520622313023,
-0.05347888544201851,
-0.03432418778538704,
-0.011037365533411503,
-0.059649523347616196,
0.04113760218024254,
0.019650550559163094,
-0.041541632264852524,
0.01272694580256939,
-0.05542557314038277,
-0.053442154079675674,
-0.002511414000764489,
-0.030136967077851295,
-0.04723478481173515,
0.06211043521761894,
-0.031771451234817505,
-0.07092563807964325,
0.05303812399506569,
0.01275449339300394,
-0.005256981588900089,
0.06435096263885498,
-0.021707432344555855,
0.02780461125075817,
0.03555464372038841,
0.030357347801327705,
0.05946587398648262,
0.038052283227443695,
-0.02255222201347351,
0.011450578458607197,
-0.012322915717959404,
-0.01930161565542221,
-0.04987934231758118,
-0.01618874818086624,
0.011689323000609875,
-0.021560510620474815,
-0.028043357655405998,
-0.004653232172131538,
0.08616858720779419,
0.023194996640086174,
-0.0008488073945045471,
0.0010255705565214157,
-0.06695879250764847,
0.04525136202573776,
0.04378216341137886,
0.042055852711200714,
-0.03537099063396454,
0.043671973049640656,
0.003537558251991868,
0.007929089479148388,
-0.02721693180501461,
-0.10218286514282227,
0.005123835522681475,
-0.10475396364927292,
0.028906511142849922,
0.015656163915991783,
-0.0032804482616484165,
0.048557061702013016,
-0.00920545682311058,
0.016326485201716423,
0.06861164420843124,
0.029824761673808098,
-0.049144744873046875,
-0.0042124721221625805,
-0.055792875587940216,
-0.018695570528507233,
0.002630786504596472,
-0.001043935539200902,
-0.031110312789678574,
-0.02062389627099037,
-0.022515490651130676,
-0.03542608767747879,
0.02774951606988907,
-0.0625879243016243,
-0.008149469271302223,
-0.06721590459346771,
-0.000323970103636384,
0.03401198238134384,
0.031091947108507156,
0.04231296107172966,
0.02787807211279869,
0.0417252816259861,
0.06853818148374557,
0.02580282650887966,
-0.07720646262168884,
0.01290141325443983,
0.053735993802547455,
0.008351484313607216,
0.042129311710596085,
0.06288176774978638,
0.037905361503362656,
0.022056367248296738,
-0.030706282705068588,
-0.027088377624750137,
0.05274428427219391,
-0.027841342613101006,
0.0033883426804095507,
0.00212574889883399,
-0.0038061465602368116,
0.032873351126909256,
-0.008383623324334621,
0.019209790974855423,
-0.0033653865102678537,
-0.028043357655405998,
0.02499476633965969,
-0.005316667724400759,
-0.05674785375595093,
-0.016390763223171234,
0.05090778321027756,
-0.0366932712495327,
0.03274479880928993,
-0.054397132247686386,
0.029934952035546303,
0.025013132020831108,
-0.024168342351913452,
-0.01805279590189457,
-0.05590306222438812,
-0.044406574219465256,
-0.021542146801948547,
-0.01937507651746273,
-0.068354532122612,
-0.02203800156712532,
0.00007977297354955226,
-0.023121535778045654,
0.00924677774310112,
0.0029085571877658367,
0.04697767272591591,
-0.01805279590189457,
-0.03268970176577568,
0.03175308555364609,
-0.022882791236042976,
-0.021413590759038925,
0.01569289341568947,
0.046353261917829514,
-0.016032645478844643,
0.011156737804412842,
0.011230198666453362,
-0.05851089581847191,
-0.028906511142849922,
0.023984691128134727,
-0.0023851545993238688,
-0.03959494084119797,
0.03291008248925209,
0.00938910711556673,
0.03452620282769203,
0.0009216935141012073,
0.0038933802861720324,
-0.009852822870016098,
0.03017369657754898,
-0.04554520174860954,
0.03454456850886345,
-0.059429142624139786,
0.022368570789694786,
-0.01930161565542221,
-0.009292691014707088,
0.020825911313295364,
-0.04253334179520607,
-0.0633225217461586,
0.032065290957689285,
-0.025472257286310196,
-0.03256114572286606,
-0.008218337781727314,
-0.00406555226072669,
-0.016675421968102455,
-0.047381702810525894,
-0.02795153111219406,
0.011248563416302204,
-0.00825047679245472,
0.02802499197423458,
-0.026317046955227852,
0.02240530215203762,
0.007176124025136232,
0.022442031651735306,
0.04888763278722763,
0.02381940744817257,
-0.007121029309928417,
0.04113760218024254,
0.0790429636836052,
0.01164341066032648,
-0.015298046171665192,
-0.012488201260566711,
-0.019650550559163094,
-0.04051319137215614,
0.05726207420229912,
0.005335032939910889,
-0.018162986263632774,
-0.033607952296733856,
-0.002080984180793166,
-0.07169696688652039,
0.004081621300429106,
-0.013149340637028217,
-0.01716209389269352,
0.04683075472712517,
0.01737329177558422,
-0.01893431693315506,
-0.029328906908631325,
0.026904726400971413,
0.05917203426361084,
0.007515876553952694,
0.010412955656647682,
-0.01068843062967062,
-0.053442154079675674,
0.03188164159655571,
0.07107255607843399,
0.03860323131084442,
-0.005807931534945965,
0.010073203593492508,
-0.008985077030956745,
0.06100853532552719,
0.038860343396663666,
0.024664197117090225,
0.03786863386631012,
-0.014590993523597717,
0.042643532156944275,
-0.03720749169588089,
0.0006381837883964181,
0.0496956929564476,
-0.015591885894536972,
-0.02033005654811859,
0.022497126832604408,
0.049144744873046875,
-0.02189108170568943,
0.03026552125811577,
-0.009164135903120041,
-0.024149976670742035,
0.031551070511341095,
-0.008645324036478996,
0.024315262213349342,
0.011891338042914867,
-0.021725796163082123,
0.031036851927638054,
0.006937379017472267,
0.007093481719493866,
-0.0066159917041659355,
0.021560510620474815,
0.008181608282029629,
-0.0034204814583063126,
-0.004207880701869726,
-0.01541741844266653,
0.017511028796434402,
-0.0012488201027736068,
0.017667131498456,
0.036436162889003754,
0.011386300437152386,
-0.010614970698952675,
0.008351484313607216,
0.03144088387489319,
0.06034739315509796,
-0.004487947095185518,
0.021689066663384438,
0.005431449040770531,
-0.08991504460573196,
-0.007267949171364307,
-0.030063506215810776,
-0.01640912890434265,
0.05017318204045296,
0.01179951336234808,
-0.03300190716981888,
0.038933802396059036,
0.03698711097240448,
-0.06644457578659058,
0.016482587903738022,
-0.05134854465723038,
-0.047675542533397675,
-0.0028006627690047026,
-0.04734497144818306,
0.009843640960752964,
-0.07320289313793182,
0.004779491573572159,
0.012892230413854122,
0.019044505432248116,
-0.04003570228815079,
-0.006726181600242853,
0.018392547965049744,
0.001442800392396748,
-0.0012602981878444552,
-0.0017469706945121288,
0.08300980925559998,
-0.01626220904290676,
-0.07742684334516525,
-0.014728730544447899,
0.017070269212126732,
-0.09777526557445526,
0.036215782165527344,
0.0201831366866827,
-0.0381624735891819,
-0.012644303031265736,
-0.006345108151435852,
0.008939164690673351,
0.054984815418720245,
0.041321251541376114,
-0.04576558247208595,
-0.01998112164437771,
0.012120900675654411,
0.029641112312674522,
0.004816221538931131,
0.015922456979751587,
-0.0012155334698036313,
-0.015399053692817688,
-0.016087740659713745,
0.007795942947268486,
-0.025692636147141457,
0.01596836932003498,
0.025857921689748764,
0.06012701243162155,
0.08352402597665787,
0.04029281437397003,
0.0055921426974236965,
-0.049805883318185806,
0.05998009443283081,
-0.03357122093439102,
-0.02211146056652069,
0.000510776590090245,
-0.03794209286570549,
0.018915951251983643,
0.02883305214345455,
-0.021652337163686752,
-0.01042213849723339,
0.03974186256527901,
0.018208898603916168,
-0.04734497144818306,
-0.04793265461921692,
-0.021578876301646233,
0.011689323000609875,
0.03660144656896591,
-0.029200352728366852,
0.014811373315751553,
-0.15147453546524048,
-0.032506052404642105,
0.014581810683012009,
-0.0013877054443582892,
-0.006381838116794825,
0.053221773356199265,
-0.010550693608820438,
0.008787653408944607,
-0.08183444291353226,
0.010100750252604485,
0.0072449930012226105,
0.015215403400361538,
-0.00009383368160342798,
0.012479018419981003,
-0.01774977333843708,
-0.02025659568607807,
0.012433106079697609,
-0.049732424318790436,
0.007272540591657162,
0.04859379306435585,
0.00031019633752293885,
0.01620711386203766,
0.09880370646715164,
-0.00817242544144392,
-0.05671112239360809,
0.025160051882267,
-0.036344338208436966,
0.027345485985279083,
0.03190000727772713,
-0.010633335448801517,
0.042863912880420685,
0.027786247432231903,
-0.008939164690673351,
0.0634327158331871,
-0.008016322739422321,
-0.06633438169956207,
0.021431956440210342,
-0.03274479880928993,
-0.0068271891213953495,
-0.0002947008761111647,
-0.037758443504571915,
0.016831522807478905,
0.026574157178401947,
-0.041908930987119675,
0.0017951788613572717,
-0.03224894404411316,
-0.02914525754749775,
-0.013966583646833897,
-0.049805883318185806,
-0.0226991418749094,
0.0201280415058136,
-0.0172447357326746,
0.0008729114779271185,
-0.00022482778877019882,
0.021505417302250862,
-0.07588418573141098,
0.011808696202933788,
0.026133397594094276,
0.034140538424253464,
-0.007024612743407488,
0.019870931282639503,
0.024003056809306145,
0.01694171316921711,
-0.0381624735891819,
-0.011744418181478977,
0.08264250308275223,
0.008346892893314362,
0.01164341066032648,
-0.015252133831381798,
-0.06431423127651215,
-0.0612289123237133,
-0.06280830502510071,
0.0004203863500151783,
0.033314112573862076,
0.03974186256527901,
-0.0334426686167717,
0.016216296702623367,
-0.033534493297338486,
0.06809742748737335
] |
8,889 | sentencepiece | SerializeAsString | null | def SerializeAsString(self):
return _sentencepiece.ImmutableSentencePieceText_SerializeAsString(self)
| (self) | [
-0.0034958578180521727,
-0.048330072313547134,
0.023644238710403442,
0.007117575500160456,
0.006809436250478029,
-0.07187014818191528,
0.025276072323322296,
0.01690858043730259,
0.110200896859169,
0.007065495476126671,
0.013714352622628212,
-0.036455873399972916,
-0.063919298350811,
0.011639839969575405,
0.012047798372805119,
0.018193216994404793,
-0.03360884264111519,
-0.09756286442279816,
0.03430324047803879,
0.020432649180293083,
0.0019432283006608486,
-0.009443807415664196,
0.04107361659407616,
-0.01688254065811634,
-0.003157339058816433,
-0.04381648823618889,
-0.018123777583241463,
-0.053850531578063965,
-0.028956379741430283,
-0.02425183542072773,
-0.025814229622483253,
-0.0872163400053978,
0.020241688936948776,
-0.02131800539791584,
-0.003697667270898819,
0.0008815594483166933,
-0.04565664008259773,
-0.009929885156452656,
-0.003463307861238718,
-0.05079518258571625,
-0.040656980127096176,
0.017629018053412437,
-0.026039909571409225,
-0.01838417537510395,
-0.028748059645295143,
-0.006683576852083206,
-0.011240560561418533,
0.09034112840890884,
-0.010546163655817509,
-0.0551004484295845,
0.05513516813516617,
0.018557775765657425,
-0.0449969619512558,
0.0026560707483440638,
-0.047010716050863266,
-0.04926750808954239,
0.06114170700311661,
-0.0009482867317274213,
0.027515504509210587,
0.008367490954697132,
0.012559916824102402,
0.007030775770545006,
0.07964740693569183,
-0.010320483706891537,
0.01709086075425148,
-0.004674163646996021,
-0.007252114824950695,
0.012638036161661148,
0.05471853166818619,
0.02501567266881466,
0.01795017719268799,
-0.05551708862185478,
-0.005307801533490419,
0.02584894932806492,
-0.04808703437447548,
-0.014886148273944855,
-0.017151620239019394,
-0.01760297827422619,
0.020102810114622116,
-0.02803630195558071,
0.001000909018330276,
0.007759892847388983,
-0.0313694104552269,
-0.04746207594871521,
-0.04062226042151451,
-0.06537753343582153,
0.0016057944158092141,
-0.052947815507650375,
-0.05444077029824257,
0.01667422242462635,
0.020849287509918213,
0.024286555126309395,
-0.05968347191810608,
0.07659205049276352,
-0.026942625641822815,
-0.03558787703514099,
-0.027446065098047256,
-0.058329395949840546,
-0.015450346283614635,
0.010945442132651806,
-0.015137867070734501,
0.06725240498781204,
-0.030501414090394974,
0.013549433089792728,
-0.026230869814753532,
-0.03437267988920212,
-0.028539741411805153,
-0.028470302000641823,
0.016240224242210388,
-0.005333841312676668,
-0.006700936704874039,
0.05638508498668671,
-0.0024759613443166018,
-0.05169789865612984,
0.0632248967885971,
-0.06221802532672882,
-0.03822658583521843,
-0.027203025296330452,
0.033938683569431305,
-0.010884682647883892,
0.048468951135873795,
0.04128193482756615,
-0.04815647378563881,
0.011639839969575405,
-0.04037921875715256,
0.057218361645936966,
-0.019668811932206154,
-0.010389924049377441,
0.08700801432132721,
-0.10756218433380127,
0.04440672695636749,
0.0029685497283935547,
0.024928873404860497,
0.026387108489871025,
0.03767107054591179,
-0.003116109175607562,
0.010806562379002571,
0.021283285692334175,
0.01499898824840784,
0.11776982992887497,
0.025067752227187157,
-0.023383839055895805,
0.03836546838283539,
0.009183407761156559,
-0.001514654722996056,
-0.025050392374396324,
-0.003018459537997842,
0.026716947555541992,
-0.007729513105005026,
-0.01893969438970089,
0.0768003761768341,
0.008870929479598999,
-0.016361743211746216,
-0.03314012661576271,
-0.010849962010979652,
0.007009075488895178,
-0.012186678126454353,
-0.03621283546090126,
0.052114538848400116,
-0.04621215909719467,
-0.034910839051008224,
-0.041906893253326416,
0.006271278019994497,
0.02935565821826458,
0.017611658200621605,
0.06082922965288162,
0.05496156960725784,
-0.04614271968603134,
-0.020519448444247246,
0.00720003480091691,
-0.017333900555968285,
0.02117912657558918,
-0.08839680999517441,
0.06079450994729996,
0.04579552263021469,
0.03892098367214203,
0.023366479203104973,
0.12415828555822372,
-0.0013573302421718836,
-0.03850434720516205,
-0.02390463650226593,
-0.023731037974357605,
-0.04461504518985748,
-0.0068745361641049385,
0.06249578297138214,
-0.04235825315117836,
0.018488336354494095,
0.02223808318376541,
0.0020083279814571142,
-0.03432060033082962,
0.038816824555397034,
-0.014018150977790356,
-0.005307801533490419,
0.03230684623122215,
-0.03843490779399872,
-0.016309663653373718,
-0.03046669438481331,
-0.06378041952848434,
-0.04954526945948601,
-0.04530944302678108,
-0.026942625641822815,
-0.024147676303982735,
0.020102810114622116,
-0.014191750437021255,
-0.025831589475274086,
0.0032115888316184282,
-0.014209110289812088,
0.01866193488240242,
-0.01544166635721922,
0.013132794760167599,
-0.015320146456360817,
-0.017359940335154533,
-0.03572675585746765,
-0.025814229622483253,
0.06905783712863922,
-0.10360412299633026,
-0.0069656758569180965,
-0.0005433118785731494,
-0.02466847375035286,
0.03718499094247818,
0.018366815522313118,
-0.017793938517570496,
0.021057607606053352,
-0.003029309445992112,
-0.06829400360584259,
0.00256710103712976,
-0.01250783633440733,
-0.014408749528229237,
-0.006670556962490082,
-0.0241823960095644,
0.02355743758380413,
0.014339310117065907,
-0.026456547901034355,
0.005229681730270386,
-0.04600384086370468,
0.07305062562227249,
-0.029789656400680542,
-0.03180341050028801,
0.021890884265303612,
-0.02300192043185234,
-0.01697802171111107,
-0.01958201266825199,
-0.02900845929980278,
0.03103957138955593,
0.0029164699371904135,
0.026248229667544365,
0.012707475572824478,
0.03836546838283539,
0.016691582277417183,
0.01963409222662449,
0.08478594571352005,
-0.05135070160031319,
-0.06082922965288162,
0.005151561927050352,
0.01970353163778782,
-0.04214993491768837,
0.017637697979807854,
0.015901705250144005,
-0.010372564196586609,
0.03355676308274269,
-0.0122647974640131,
0.007989912293851376,
-0.04242769256234169,
0.029025819152593613,
0.002391331596300006,
-0.03060557320713997,
-0.07159239053726196,
0.021995043382048607,
0.010841282084584236,
0.03140413016080856,
0.04530944302678108,
0.0030987493228167295,
-0.053295016288757324,
-0.030015336349606514,
-0.051975660026073456,
-0.020432649180293083,
-0.048607829958200455,
-0.002801460213959217,
0.03041461482644081,
0.00017129378102254122,
0.0032354588620364666,
-0.005950119346380234,
0.0034828379284590483,
-0.03860850632190704,
0.07242567092180252,
0.001247745705768466,
0.021508965641260147,
-0.010198964737355709,
0.0374627485871315,
-0.03718499094247818,
0.015459026210010052,
0.011370760388672352,
0.01506842765957117,
-0.04683711752295494,
0.059718191623687744,
-0.015146546997129917,
-0.016110023483633995,
-0.01541562657803297,
0.02956397645175457,
-0.029251499101519585,
0.03971954062581062,
0.00844127032905817,
-0.009860445745289326,
0.0154850659891963,
-0.027203025296330452,
-0.012004398740828037,
-0.021647844463586807,
0.04458032548427582,
0.019547292962670326,
-0.024026157334446907,
-0.02935565821826458,
-0.02187352441251278,
0.001246660714969039,
0.04815647378563881,
0.0021569724194705486,
0.08728577941656113,
-0.016795741394162178,
-0.008250311017036438,
0.052045099437236786,
0.04339984804391861,
-0.027150945737957954,
-0.04780927300453186,
0.04739263653755188,
-0.005446681287139654,
0.033522043377161026,
-0.07638373225927353,
0.008623549714684486,
-0.009843085892498493,
0.003343958407640457,
-0.0033179183956235647,
0.03237628936767578,
-0.06221802532672882,
0.01963409222662449,
0.013445273041725159,
-0.013089394196867943,
0.011101681739091873,
0.054614368826150894,
-0.027133585885167122,
-0.02935565821826458,
-0.020432649180293083,
0.03614339604973793,
0.013887952081859112,
0.022949840873479843,
0.01979033090174198,
-0.043087370693683624,
0.027862703427672386,
-0.04711487516760826,
0.02845294028520584,
0.036733631044626236,
0.010450683534145355,
-0.02907789871096611,
-0.036247555166482925,
0.034771960228681564,
0.012629356235265732,
-0.049753587692976,
0.013115434907376766,
0.013150154612958431,
0.03305332362651825,
-0.03041461482644081,
-0.005290441680699587,
0.027446065098047256,
-0.005902379285544157,
0.013471312820911407,
0.009391726925969124,
0.006058618891984224,
-0.008818848989903927,
0.011839479207992554,
-0.01398343127220869,
0.04669823870062828,
0.02321023866534233,
-0.046594079583883286,
0.03133469074964523,
-0.0599612332880497,
-0.03968482092022896,
-0.037219710648059845,
0.04277488961815834,
-0.038747385144233704,
0.020640967413783073,
-0.03069237247109413,
-0.09200768172740936,
0.024581674486398697,
0.00011907833686564118,
-0.03223740682005882,
0.04635103791952133,
0.01760297827422619,
0.05360749363899231,
0.03235892578959465,
-0.002666920656338334,
0.05110766366124153,
-0.008363150991499424,
0.02048472873866558,
-0.03291444480419159,
-0.017247099429368973,
0.014070231467485428,
-0.0415249764919281,
-0.03011949546635151,
-0.0065490370616316795,
-0.012915794737637043,
0.009643446654081345,
0.021057607606053352,
0.04312209039926529,
0.02076248824596405,
0.01817585714161396,
-0.013679632917046547,
-0.07673093676567078,
0.024876793846488,
-0.011691919527947903,
0.028817499056458473,
-0.035535797476768494,
0.037497468292713165,
0.009869125671684742,
0.00014769511471968144,
-0.040795858949422836,
-0.08110563457012177,
0.013080714270472527,
-0.022272802889347076,
0.010572203435003757,
0.043434567749500275,
-0.00795519258826971,
0.03423380106687546,
-0.03801826760172844,
0.055378206074237823,
0.027845343574881554,
0.057634998112916946,
0.004778323229402304,
0.011752679012715816,
-0.05593372508883476,
0.003471988020464778,
0.05732252076268196,
0.010728443041443825,
0.01709086075425148,
-0.03150828927755356,
-0.05152430012822151,
-0.025536471977829933,
0.024425435811281204,
-0.007451754063367844,
0.02571007050573826,
-0.06152362748980522,
-0.02005073055624962,
0.048052314668893814,
0.03732386976480484,
0.00915736798197031,
0.010103484615683556,
0.04822591319680214,
0.07520326226949692,
-0.01132736075669527,
-0.08867457509040833,
0.010337844491004944,
0.06544697284698486,
0.0021971173118799925,
0.0374627485871315,
0.06082922965288162,
-0.0006743251578882337,
-0.0037432368844747543,
-0.04454560577869415,
-0.0007014500442892313,
0.09492415189743042,
-0.07971684634685516,
-0.007100215181708336,
0.004995322786271572,
-0.05072574317455292,
0.0578780397772789,
0.0011880708625540137,
0.03649059310555458,
0.04669823870062828,
-0.037289150059223175,
-0.008931688964366913,
0.005507440771907568,
-0.044198404997587204,
-0.016083983704447746,
0.06985639780759811,
-0.0028817499987781048,
-0.006852836348116398,
-0.03669891133904457,
0.027359265834093094,
0.04760095477104187,
-0.030501414090394974,
-0.03367828205227852,
-0.021890884265303612,
-0.013670952059328556,
-0.04433728754520416,
-0.04044865816831589,
-0.07009943574666977,
-0.0022459421306848526,
0.005550840869545937,
0.01597982458770275,
0.03159508854150772,
0.01570206508040428,
0.03801826760172844,
0.01614474318921566,
0.012230077758431435,
0.057912759482860565,
-0.01746409945189953,
-0.027498144656419754,
0.02293248102068901,
0.07235623151063919,
-0.00926152803003788,
-0.023019280284643173,
-0.029442457482218742,
0.0312652513384819,
-0.021370084956288338,
0.048191193491220474,
-0.013775112107396126,
-0.02515455335378647,
0.004765303339809179,
-0.0011848158901557326,
0.0354316383600235,
0.007846692577004433,
0.007078515365719795,
-0.015181267634034157,
0.025276072323322296,
-0.025553831830620766,
0.011049601249396801,
-0.04482336342334747,
0.021231206133961678,
0.0054032811895012856,
0.04593440145254135,
0.042601291090250015,
-0.028834860771894455,
-0.013853231444954872,
-0.06183610484004021,
0.021161766722798347,
-0.07811972498893738,
-0.0005509068141691387,
-0.03501499816775322,
0.0029056197963654995,
-0.04683711752295494,
0.023297039791941643,
-0.013670952059328556,
0.0122647974640131,
0.05346861481666565,
-0.014972947537899017,
0.022810960188508034,
0.012638036161661148,
-0.0030553494580090046,
0.055378206074237823,
-0.014469509944319725,
0.028487661853432655,
0.014191750437021255,
0.03312276676297188,
-0.01667422242462635,
-0.028001582249999046,
-0.0227936003357172,
-0.004878142848610878,
-0.00891432911157608,
0.007916132919490337,
0.03919874504208565,
0.04985774680972099,
-0.016795741394162178,
0.018349455669522285,
-0.01586698554456234,
0.00005492793570738286,
-0.007408354431390762,
-0.06832872331142426,
0.04475392401218414,
-0.023817837238311768,
-0.0394417829811573,
0.025675350800156593,
-0.025414951145648956,
0.04256657138466835,
0.00030732518644072115,
-0.0040774159133434296,
0.01524202711880207,
-0.008784129284322262,
0.06398873776197433,
0.09020224958658218,
0.014174390584230423,
0.023731037974357605,
-0.036178115755319595,
-0.020293770357966423,
0.06634969264268875,
0.012394997291266918,
0.05635036528110504,
0.02277624048292637,
-0.012143277563154697,
0.034702520817518234,
0.022047122940421104,
-0.010337844491004944,
0.022116562351584435,
0.04912862926721573,
0.0008186296327039599,
0.021196486428380013,
0.042601291090250015,
0.033730361610651016,
0.007529873866587877,
0.00721739511936903,
-0.026508627459406853,
0.018974414095282555,
-0.002454261528328061,
0.03857378661632538,
0.005967479199171066,
0.01541562657803297,
0.053225576877593994,
0.03011949546635151,
0.0701688751578331,
-0.06093338876962662,
0.03989314287900925,
0.01697802171111107,
0.0067833964712917805,
-0.0022806620690971613,
0.03864322602748871,
0.011214520782232285,
0.002497661393135786,
0.06697464734315872,
0.06787736713886261,
0.015580546110868454,
0.0012162807397544384,
0.0347893200814724,
0.026439188048243523,
0.07964740693569183,
-0.04600384086370468,
0.0064795976504683495,
-0.05235757678747177,
-0.11728375405073166,
-0.025675350800156593,
-0.007430054247379303,
0.02152632549405098,
-0.0042531853541731834,
-0.006093339063227177,
-0.04131665825843811,
0.1129784882068634,
0.02741134539246559,
-0.06152362748980522,
0.01591038517653942,
-0.03166453167796135,
-0.029303578659892082,
0.005025702528655529,
-0.05058686435222626,
0.0037844667676836252,
-0.07728645205497742,
0.005420641042292118,
0.00364341726526618,
-0.025762150064110756,
-0.0347893200814724,
-0.002727680606767535,
0.003287538653239608,
-0.041420817375183105,
0.001509229768998921,
0.013445273041725159,
0.02258528210222721,
0.021786725148558617,
0.012047798372805119,
-0.06766904145479202,
0.009764965623617172,
-0.10506235808134079,
0.021543685346841812,
-0.04044865816831589,
-0.05586428567767143,
0.004244505427777767,
-0.03138677030801773,
-0.04364288970828056,
0.033174846321344376,
0.020814567804336548,
-0.03034517541527748,
0.012707475572824478,
0.03025837428867817,
0.0063016582280397415,
-0.0018759585218504071,
-0.007811972871422768,
-0.00045651217806153,
-0.024876793846488,
0.007864052429795265,
-0.01958201266825199,
-0.05457964912056923,
0.023036640137434006,
-0.009712886065244675,
-0.0037519170437008142,
0.056940604001283646,
0.02942509762942791,
-0.03216796740889549,
-0.0252239927649498,
0.05711420252919197,
-0.023383839055895805,
-0.046281598508358,
-0.034494198858737946,
0.01091072242707014,
0.026456547901034355,
0.03445947915315628,
0.017290499061346054,
-0.025970470160245895,
0.024564314633607864,
0.010980161838233471,
-0.030987491831183434,
-0.0234879981726408,
-0.025814229622483253,
0.003322258358821273,
-0.03621283546090126,
-0.005108162295073271,
0.03310540318489075,
-0.08950784802436829,
-0.0456913597881794,
-0.010424643754959106,
-0.06711352616548538,
-0.0017880738014355302,
0.1436014175415039,
0.001330205355770886,
0.053503334522247314,
-0.08763297647237778,
0.012941835448145866,
0.01859249547123909,
0.025050392374396324,
0.0060455990023911,
0.006106358952820301,
-0.03291444480419159,
0.03662947192788124,
-0.008710349909961224,
0.03314012661576271,
0.009695526212453842,
0.0064578973688185215,
-0.009791006334125996,
0.03787938877940178,
0.07013415545225143,
-0.015346186235547066,
-0.005689720157533884,
0.009226808324456215,
-0.018470976501703262,
0.015762824565172195,
0.010928082279860973,
-0.014790669083595276,
0.03199436888098717,
-0.019373692572116852,
-0.042809613049030304,
-0.007187014911323786,
-0.006739996373653412,
0.0042900750413537025,
0.08152227848768234,
-0.02012016996741295,
0.018904974684119225,
0.02748078480362892,
-0.041768014430999756,
-0.020154889672994614,
-0.010372564196586609,
-0.02237696200609207,
-0.019686171784996986,
-0.0009526266949251294,
-0.014174390584230423,
-0.005924079567193985,
-0.041559696197509766,
-0.0021309326402843,
-0.006648856680840254,
-0.008931688964366913,
0.023748397827148438,
0.0005172719247639179,
-0.010233684442937374,
0.019460491836071014,
-0.010615603066980839,
0.023435918614268303,
0.01767241768538952,
-0.012638036161661148,
-0.0050083426758646965,
-0.0009499142179265618,
0.05676700174808502,
-0.02355743758380413,
0.012594636529684067,
0.03933762386441231,
0.02131800539791584,
0.03465044125914574,
0.05142014101147652,
-0.04044865816831589,
-0.003869096515700221,
-0.028331421315670013,
0.0012987405061721802,
0.020953446626663208,
0.037497468292713165,
-0.04843423143029213,
0.03662947192788124,
-0.016274943947792053,
0.005815580021589994
] |
8,892 | sentencepiece | __init__ | null | def __init__(self):
_sentencepiece.ImmutableSentencePieceText_swiginit(self, _sentencepiece.new_ImmutableSentencePieceText())
| (self) | [
0.012024017982184887,
-0.07340411096811295,
0.01945802941918373,
0.030654044821858406,
-0.05245207995176315,
-0.03945605829358101,
0.0047880071215331554,
0.10116015374660492,
0.07732811570167542,
0.04323606565594673,
0.015912024304270744,
0.014328021556138992,
-0.041400060057640076,
0.04960807412862778,
-0.06213609129190445,
0.043920066207647324,
0.02430003695189953,
-0.01816202700138092,
-0.048312071710824966,
-0.045900069177150726,
-0.0030870046466588974,
-0.003935256041586399,
-0.010179014876484871,
0.019710028544068336,
0.005202007945626974,
0.03837605565786362,
-0.030042044818401337,
-0.024264035746455193,
0.006282009184360504,
-0.0698041021823883,
-0.0070965103805065155,
-0.08071211725473404,
-0.0003853130619972944,
0.006831010337918997,
0.007609511259943247,
-0.04629606753587723,
-0.04395606741309166,
-0.010701015591621399,
-0.017685025930404663,
-0.007312511093914509,
0.05176807567477226,
-0.007618511561304331,
0.01712702587246895,
-0.00576900877058506,
-0.05601608380675316,
0.027774041518568993,
-0.0003327192389406264,
0.0522000789642334,
-0.034272052347660065,
-0.016128024086356163,
0.015183022245764732,
-0.010476015508174896,
0.007047010585665703,
0.0032242548186331987,
-0.0705961063504219,
0.06501609832048416,
0.03128404542803764,
0.08330412209033966,
0.002621253952383995,
0.01651502400636673,
0.007789511699229479,
0.017775027081370354,
0.05349608138203621,
0.03191404789686203,
0.014580021612346172,
0.050220075994729996,
0.004333506338298321,
0.0014276271685957909,
0.06375609338283539,
0.019422028213739395,
0.00612000934779644,
0.010017015039920807,
-0.027648041024804115,
0.04464006796479225,
-0.0019248778698965907,
-0.011943018063902855,
-0.05281207710504532,
0.03571205213665962,
0.06314409524202347,
-0.005103007424622774,
0.0016233774367719889,
0.027216041460633278,
-0.0596160888671875,
0.011403016746044159,
0.004000505898147821,
-0.05277607962489128,
0.02016003057360649,
-0.049824073910713196,
-0.01389602106064558,
0.037692055106163025,
-0.06462009996175766,
0.04867207258939743,
-0.028062041848897934,
0.047016069293022156,
-0.0021442531142383814,
0.00654750969260931,
0.009900014847517014,
-0.0612000897526741,
-0.015156022273004055,
0.03594605252146721,
-0.005463008303195238,
0.04780806973576546,
-0.04255206510424614,
-0.01269901916384697,
-0.023652035742998123,
-0.005364007782191038,
-0.028944043442606926,
-0.027018040418624878,
0.021600032225251198,
-0.01666802540421486,
-0.030852045863866806,
0.029376043006777763,
0.006646509747952223,
0.020700030028820038,
-0.014625022187829018,
-0.06400809437036514,
0.0050085075199604034,
-0.016533024609088898,
0.04284006357192993,
0.01917002908885479,
0.018846027553081512,
-0.019998030737042427,
-0.09424813836812973,
0.019152028486132622,
0.012366018258035183,
0.04618806764483452,
-0.0021330032031983137,
-0.026136038824915886,
0.08812813460826874,
-0.09331213682889938,
0.04406406730413437,
-0.0117900175973773,
0.0019755030516535044,
-0.006043509114533663,
0.011961017735302448,
-0.018936028704047203,
0.029790043830871582,
0.005508008413016796,
-0.03902405872941017,
0.07797611504793167,
-0.0034335050731897354,
-0.014391021803021431,
0.039708059281110764,
0.0019181278767064214,
-0.050436075776815414,
0.01719902642071247,
-0.030276045203208923,
-0.01697402447462082,
-0.014013021253049374,
0.0413280613720417,
0.030150044709444046,
-0.011313016526401043,
-0.002270253375172615,
0.006210009101778269,
0.007767011411488056,
-0.0023512535262852907,
-0.005980508867651224,
-0.029034042730927467,
0.04964407533407211,
-0.013788020238280296,
0.004583256784826517,
-0.034578051418066025,
-0.023724036291241646,
0.03571205213665962,
0.020214030519127846,
0.04136406257748604,
0.03805205598473549,
-0.05853608623147011,
-0.030150044709444046,
0.008289012126624584,
-0.006169509142637253,
-0.011403016746044159,
-0.06062408909201622,
0.0192780289798975,
0.042912062257528305,
0.034380052238702774,
0.0015356272924691439,
0.07855211943387985,
-0.0013635020004585385,
-0.015048022381961346,
-0.008887513540685177,
0.024624036625027657,
-0.06937210261821747,
0.010827016085386276,
0.058860089629888535,
0.024840036407113075,
0.05025607347488403,
0.048420071601867676,
0.0135450204834342,
-0.012339018285274506,
-0.0012105017667636275,
-0.01682102493941784,
0.013860020786523819,
0.010467015206813812,
-0.014652022160589695,
0.04474806785583496,
-0.0459720678627491,
-0.023544035851955414,
-0.07848011702299118,
0.012465018779039383,
-0.01654202491044998,
-0.0016875024884939194,
-0.005697008688002825,
-0.06192009150981903,
0.0000876798148965463,
0.017757026478648186,
-0.0035527553409337997,
0.03985206037759781,
-0.08323212713003159,
-0.030672045424580574,
-0.011313016526401043,
-0.03574805334210396,
0.05612408369779587,
-0.01622702367603779,
0.05968808755278587,
-0.10425615310668945,
-0.006264009512960911,
0.004059005994349718,
-0.033966049551963806,
0.00792001187801361,
0.10072814673185349,
0.010233014822006226,
-0.022716034203767776,
-0.03389405086636543,
-0.03655805438756943,
-0.008878513239324093,
0.016677025705575943,
-0.012123018503189087,
-0.042084064334630966,
-0.023130035027861595,
-0.013293019495904446,
0.021852033212780952,
-0.010314015671610832,
-0.0006710634916089475,
0.008640012703835964,
-0.02548803761601448,
0.0030420045368373394,
0.0030442546121776104,
-0.03751205652952194,
-0.03826805576682091,
-0.0075780111365020275,
0.043488066643476486,
-0.030168045312166214,
0.038592059165239334,
-0.025272037833929062,
0.040788061916828156,
0.002992504509165883,
0.010980016551911831,
-0.004995007533580065,
0.028260042890906334,
0.022050032392144203,
-0.05954409018158913,
-0.07862411439418793,
0.0024165036156773567,
0.0004033131117466837,
-0.034758053719997406,
0.018792027607560158,
-0.0028125043027102947,
0.02991604432463646,
-0.00978301465511322,
0.007956012152135372,
0.020196029916405678,
-0.03308404982089996,
0.05072407424449921,
0.039204057306051254,
-0.00755101116374135,
-0.013131019659340382,
0.013086019083857536,
0.004693507216870785,
-0.013473019935190678,
0.10756815969944,
0.04680006951093674,
-0.0033705050591379404,
0.012474018149077892,
-0.043488066643476486,
-0.02910604327917099,
-0.017784027382731438,
-0.010449015535414219,
0.0413280613720417,
0.027270041406154633,
0.07495211064815521,
-0.005116507411003113,
-0.013149019330739975,
0.04118406027555466,
0.02750404179096222,
-0.006264009512960911,
-0.017298026010394096,
0.017208024859428406,
-0.0063540092669427395,
-0.07203610986471176,
0.004268256481736898,
0.05918408930301666,
0.06843610107898712,
0.029970044270157814,
0.0646560937166214,
0.019728029146790504,
-0.04273206368088722,
0.08006411790847778,
0.02149203233420849,
-0.050040073692798615,
0.02268003299832344,
-0.029340043663978577,
0.020394030958414078,
0.03693605586886406,
-0.062280092388391495,
-0.0381600558757782,
-0.02219403348863125,
0.05047207698225975,
0.03715205565094948,
-0.0377640575170517,
0.014544021338224411,
0.01629902422428131,
-0.012438018806278706,
0.05547608435153961,
0.02579403854906559,
0.04644006863236427,
0.032652050256729126,
-0.042912062257528305,
0.05040007457137108,
0.05709608644247055,
-0.03310205042362213,
-0.09792014956474304,
0.03520805388689041,
0.002774254186078906,
0.030330045148730278,
-0.059976089745759964,
0.041400060057640076,
-0.03722405433654785,
-0.006556509993970394,
0.01579502411186695,
-0.00943201407790184,
0.014778021723031998,
0.012339018285274506,
0.0026370040141046047,
-0.07646411657333374,
-0.014679022133350372,
-0.03292204812169075,
-0.03891605883836746,
-0.04035605862736702,
-0.08301612734794617,
0.03524405136704445,
-0.0036787556018680334,
-0.057456087321043015,
0.016083024442195892,
0.035280052572488785,
-0.020502030849456787,
-0.043524064123630524,
-0.03564005345106125,
0.05306407809257507,
-0.012888018973171711,
-0.0029362544883042574,
-0.03772805631160736,
0.02671203948557377,
0.036396052688360214,
-0.013878020457923412,
0.022032033652067184,
0.010539015755057335,
-0.014697021804749966,
-0.028224041685461998,
-0.06170409172773361,
0.0347040519118309,
0.03772805631160736,
-0.020106030628085136,
0.0157680232077837,
-0.03612605482339859,
-0.026964040473103523,
-0.005674508400261402,
-0.008253011852502823,
0.03137404844164848,
0.06274809688329697,
0.006516009569168091,
-0.004378506448119879,
-0.039708059281110764,
0.01601102389395237,
-0.006682510022073984,
-0.02530803717672825,
-0.06350409239530563,
0.033264048397541046,
-0.04046405851840973,
-0.06854410469532013,
-0.02016003057360649,
0.019800029695034027,
0.0014388771960511804,
0.017640026286244392,
-0.021024031564593315,
-0.008248512633144855,
0.021096032112836838,
0.05025607347488403,
0.0732601061463356,
0.014409021474421024,
0.008284511975944042,
-0.028350042179226875,
0.0017696276772767305,
-0.018414027988910675,
-0.0013252520002424717,
-0.013770020566880703,
-0.001201501814648509,
-0.004027505870908499,
-0.005121007561683655,
0.006894010119140148,
0.060660090297460556,
0.011160016991198063,
0.007092010695487261,
0.0070200106129050255,
-0.04946407303214073,
0.024246037006378174,
0.051948077976703644,
0.05558408424258232,
-0.010926016606390476,
0.035478051751852036,
0.030078044161200523,
0.05277607962489128,
-0.06796810030937195,
-0.095904141664505,
-0.003978006076067686,
-0.056160084903240204,
0.033462051302194595,
0.047628071159124374,
-0.018738027662038803,
0.014085020869970322,
-0.016920024529099464,
0.030132044106721878,
0.04456806555390358,
0.03380405157804489,
-0.007681511342525482,
0.04143606126308441,
-0.04485606774687767,
-0.028044041246175766,
0.025848038494586945,
-0.05439608171582222,
-0.06775210052728653,
0.043488066643476486,
-0.03002404421567917,
-0.01857602782547474,
0.020844031125307083,
-0.019998030737042427,
-0.014814021997153759,
-0.058464087545871735,
-0.005463008303195238,
0.06573610007762909,
0.040608059614896774,
0.00928801391273737,
0.05270407721400261,
0.02269803360104561,
0.07110010832548141,
-0.013932020403444767,
-0.077904112637043,
0.01998003013432026,
0.03456005081534386,
-0.022032033652067184,
0.04186806082725525,
0.07408811151981354,
0.0662401020526886,
0.0064080096781253815,
-0.030060045421123505,
-0.050832074135541916,
0.03996006026864052,
-0.03625205531716347,
0.007618511561304331,
0.0028710043989121914,
-0.07236010581254959,
0.039600059390068054,
0.009450013749301434,
0.005211007781326771,
0.026640038937330246,
0.005382007919251919,
0.002970004454255104,
-0.031266044825315475,
-0.053244080394506454,
-0.04849207401275635,
0.025776037946343422,
-0.010602016001939774,
0.020106030628085136,
-0.0459720678627491,
0.03164404630661011,
-0.011250017210841179,
-0.004734007176011801,
-0.04086006060242653,
-0.044820066541433334,
-0.028764043003320694,
-0.014886022545397282,
-0.026442039757966995,
-0.05792408809065819,
0.014229021035134792,
-0.04006806015968323,
0.002421003533527255,
0.0075375111773610115,
-0.04194006323814392,
0.03643205389380455,
-0.022140033543109894,
-0.04708807170391083,
0.07783211767673492,
-0.0053100078366696835,
-0.01785602606832981,
0.026622040197253227,
0.03967205807566643,
-0.0024322536773979664,
0.016767024993896484,
0.004815007094293833,
-0.04960807412862778,
-0.03380405157804489,
0.02628003992140293,
-0.037584055215120316,
-0.0768241137266159,
0.017334025353193283,
0.002466003643348813,
0.0015063772443681955,
-0.021060030907392502,
-0.02759404107928276,
-0.011079016141593456,
0.004144506063312292,
-0.022644033655524254,
-0.012915018945932388,
-0.058572087436914444,
0.04302006587386131,
-0.01897202804684639,
-0.023634035140275955,
0.02016003057360649,
-0.04788007214665413,
-0.019836029037833214,
0.013374020345509052,
0.0030937546398490667,
-0.03675605356693268,
-0.052344076335430145,
0.018090026453137398,
-0.03184204921126366,
-0.03801605850458145,
-0.008307012729346752,
0.06112809106707573,
0.008473512716591358,
0.024336036294698715,
-0.06951610743999481,
0.02269803360104561,
0.028944043442606926,
0.017667027190327644,
0.06699609756469727,
-0.02088003046810627,
-0.007794011849910021,
0.013329019770026207,
0.03686405345797539,
-0.025866039097309113,
-0.04197606444358826,
-0.007956012152135372,
-0.01816202700138092,
-0.02480403706431389,
0.028332041576504707,
-0.038196057081222534,
0.018900027498602867,
-0.03429005295038223,
0.02268003299832344,
-0.03263404965400696,
-0.03223804756999016,
-0.04950007423758507,
0.006588009651750326,
-0.002023878041654825,
-0.018918028101325035,
-0.0101340152323246,
-0.0405360609292984,
0.02296803519129753,
0.04604407027363777,
-0.003865505801513791,
0.017298026010394096,
-0.010062014684081078,
-0.011097016744315624,
0.03996006026864052,
0.06642010062932968,
0.026064038276672363,
0.011484017595648766,
-0.033372048288583755,
0.012096017599105835,
0.0698041021823883,
-0.0233820341527462,
0.02869204245507717,
0.060876090079545975,
-0.01677602529525757,
0.048636071383953094,
-0.007740011438727379,
0.024624036625027657,
0.029484044760465622,
-0.0019282528664916754,
-0.00008205480844480917,
0.02811604179441929,
0.003582005389034748,
0.012195018120110035,
-0.004518006928265095,
-0.024516036733984947,
-0.010377015918493271,
0.026856040582060814,
0.0017403776291757822,
0.019026027992367744,
-0.009198013693094254,
0.012735019437968731,
0.027216041460633278,
0.021114030852913857,
-0.014436021447181702,
-0.011232016608119011,
0.036288052797317505,
-0.022230032831430435,
0.007524011190980673,
-0.01829702779650688,
-0.02518203668296337,
0.024948036298155785,
-0.028350042179226875,
0.07646411657333374,
0.05529608204960823,
0.012582018971443176,
-0.011727017350494862,
0.028566041961312294,
0.014778021723031998,
0.07203610986471176,
-0.0057555087842047215,
-0.012294018641114235,
0.0037395055405795574,
-0.05864408612251282,
-0.04334406554698944,
-0.031230047345161438,
0.001201501814648509,
0.03711605444550514,
0.06721209734678268,
-0.009423013776540756,
0.023760035634040833,
0.018630027770996094,
-0.0646560937166214,
0.02388603612780571,
-0.05832008644938469,
-0.024210035800933838,
-0.0008240637253038585,
-0.07574411481618881,
0.0012802518904209137,
-0.04939207434654236,
0.021744033321738243,
-0.007866011932492256,
-0.0006395634263753891,
-0.05421607941389084,
0.02889004349708557,
0.02901604399085045,
-0.013608020730316639,
-0.00928801391273737,
0.05778008699417114,
0.08949613571166992,
-0.0034762551076710224,
-0.056952085345983505,
0.015678023919463158,
0.0029812543652951717,
-0.06516009569168091,
0.02799004130065441,
-0.037476055324077606,
-0.049824073910713196,
-0.00012600018817465752,
0.012807019054889679,
0.010314015671610832,
0.03560405224561691,
-0.006151509005576372,
-0.013464019633829594,
-0.013950021006166935,
0.010629015974700451,
-0.013968020677566528,
0.0032017547637224197,
0.036180052906274796,
-0.00602100882679224,
-0.017361026257276535,
0.02678404003381729,
0.017910026013851166,
-0.0075375111773610115,
0.02548803761601448,
-0.022356033325195312,
0.04579206928610802,
0.01800902746617794,
0.02559603750705719,
0.007267510984092951,
-0.03726005554199219,
0.044784065335989,
-0.02340003475546837,
-0.013338020071387291,
-0.006525009870529175,
-0.034866053611040115,
0.028638042509555817,
0.013104019686579704,
0.06688810139894485,
0.02167203277349472,
-0.01260001864284277,
0.037080056965351105,
-0.02320203371345997,
-0.1099441647529602,
-0.043308064341545105,
0.036792054772377014,
-0.021762032061815262,
0.015786023810505867,
0.03373204916715622,
-0.14025621116161346,
-0.051840078085660934,
0.03605405241250992,
-0.033282049000263214,
-0.003984755836427212,
0.05256007984280586,
-0.019134027883410454,
-0.02289603464305401,
-0.12996019423007965,
-0.020898031070828438,
0.039276059716939926,
0.04258806258440018,
-0.0077535114251077175,
-0.04593607038259506,
-0.024336036294698715,
-0.004068006295710802,
-0.0056160083040595055,
-0.009945014491677284,
0.008820013143122196,
-0.0070110103115439415,
0.0008285637595690787,
0.04777207225561142,
0.05900408700108528,
0.003971255850046873,
-0.01728002540767193,
0.02410203590989113,
0.020394030958414078,
-0.007861511781811714,
0.04204806312918663,
-0.036900054663419724,
0.004450506530702114,
0.014733022078871727,
-0.045828066766262054,
0.06300009042024612,
0.008946013636887074,
0.0057510086335241795,
0.010422015562653542,
-0.06519609689712524,
0.012789019383490086,
0.037188056856393814,
-0.03483005240559578,
-0.02799004130065441,
-0.03304804861545563,
-0.06354009360074997,
0.008190012536942959,
-0.019530029967427254,
-0.060876090079545975,
-0.01566002331674099,
-0.026874039322137833,
-0.002448003739118576,
-0.00004510553480940871,
-0.03051004558801651,
-0.023022035136818886,
-0.008329512551426888,
0.01587602309882641,
-0.018522027879953384,
0.022428033873438835,
0.023040033876895905,
-0.007128010503947735,
-0.009621014818549156,
0.044208064675331116,
0.008748012594878674,
0.03585605323314667,
-0.017028026282787323,
0.03555005416274071,
0.035370051860809326,
-0.015849024057388306,
0.03169804811477661,
0.016353024169802666,
-0.04960807412862778,
-0.019116029143333435,
-0.028962044045329094,
-0.02059203013777733,
0.08258412033319473,
0.019332028925418854,
0.028584042564034462,
0.025830037891864777,
0.016677025705575943,
0.03490205109119415
] |
8,893 | sentencepiece | __str__ | null | def __str__(self):
return ('text: \"{}\"\n'
'score: {}\n'
'{}').format(self.text, self.score,
'\n'.join(['pieces {{\n{}}}'.format(str(x)) for x in self.pieces]))
| (self) | [
0.0008398840436711907,
-0.011143188923597336,
-0.007312444970011711,
0.005842102225869894,
0.038848452270030975,
-0.06366539001464844,
0.01178891770541668,
-0.006020986940711737,
0.06153623014688492,
-0.005309812258929014,
0.009851730428636074,
0.030384168028831482,
-0.02935449220240116,
0.042443592101335526,
0.013595213182270527,
-0.008630081079900265,
0.013595213182270527,
-0.11232194304466248,
0.02129160612821579,
0.016492268070578575,
0.02958136983215809,
0.027644183486700058,
0.06834255903959274,
0.027434756979346275,
0.017434682697057724,
0.006313310004770756,
0.010235677473247051,
-0.04980839416384697,
-0.04795846715569496,
-0.01832474209368229,
-0.018708689138293266,
-0.043979380279779434,
0.01653589867055416,
-0.0028556056786328554,
-0.03235625848174095,
-0.0011485686991363764,
-0.039127688854932785,
-0.007635309360921383,
-0.023769808933138847,
-0.003989994525909424,
0.02425846830010414,
0.008075975812971592,
-0.01560220867395401,
-0.04349072277545929,
-0.04715567082166672,
-0.015183357521891594,
0.03951163589954376,
0.07176318019628525,
-0.0005628313519991934,
-0.10059411078691483,
0.036160822957754135,
-0.004373941570520401,
-0.04467746615409851,
-0.0005802835221402347,
-0.05630058795213699,
-0.022146759554743767,
0.03591649606823921,
0.019895434379577637,
0.06300220638513565,
-0.009485235437750816,
0.0036954896058887243,
0.03223409503698349,
0.025864064693450928,
0.02191988192498684,
0.002194606000557542,
-0.020680781453847885,
-0.020087407901883125,
0.013926804065704346,
0.03989558294415474,
0.016588253900408745,
0.06478232890367508,
-0.0024345729034394026,
-0.007024484686553478,
-0.019720913842320442,
-0.027312591671943665,
0.008359572850167751,
-0.04370014742016792,
-0.012260125018656254,
0.07434609532356262,
-0.031344033777713776,
-0.02263541892170906,
-0.015235714614391327,
0.00589445885270834,
-0.0210996326059103,
0.005663217976689339,
-0.09054167568683624,
0.011291531845927238,
-0.04670191556215286,
-0.03457267954945564,
0.05218188464641571,
0.0027552559040486813,
0.008102153427898884,
-0.03486936539411545,
0.020837849006056786,
-0.060454197227954865,
-0.009651031345129013,
0.02698100171983242,
-0.07623092830181122,
-0.01698092743754387,
0.006998306140303612,
-0.003483882639557123,
0.017827356234192848,
-0.06094285845756531,
-0.03010493330657482,
-0.05036686360836029,
-0.03598630428314209,
-0.01212923415005207,
0.010575993917882442,
0.008246134035289288,
0.031152062118053436,
-0.02401413768529892,
-0.03577687591314316,
-0.02094256319105625,
-0.010733063332736492,
0.04024462401866913,
-0.05186774581670761,
-0.06055891141295433,
0.011361340060830116,
0.056195877492427826,
-0.04373504966497421,
0.037940941751003265,
-0.05570721626281738,
-0.03520095720887184,
0.016596980392932892,
-0.0603494830429554,
0.03727776184678078,
-0.026841383427381516,
-0.021553387865424156,
0.034223638474941254,
-0.14980913698673248,
0.01797569915652275,
0.013158909976482391,
-0.02998276799917221,
-0.016021059826016426,
0.022897202521562576,
-0.01028803363442421,
0.014860493130981922,
-0.02085530199110508,
0.06603888422250748,
0.07986097037792206,
0.02548011764883995,
-0.05916273966431618,
0.010165869258344173,
-0.0173474233597517,
-0.010244403965771198,
-0.031221870332956314,
0.01698092743754387,
0.0772082507610321,
0.014773232862353325,
-0.0290752574801445,
0.039721060544252396,
0.030680853873491287,
0.03808055818080902,
-0.033281221985816956,
0.04254830628633499,
0.02701590582728386,
0.024991458281874657,
-0.044258616864681244,
0.06914535909891129,
0.0021989690139889717,
0.03930220752954483,
-0.021518483757972717,
0.006034075748175383,
0.037975847721099854,
0.03289727494120598,
0.0572080984711647,
0.01785353384912014,
-0.06240883469581604,
0.013411966152489185,
0.008870047517120838,
-0.005392709746956825,
-0.0418851263821125,
-0.09333401918411255,
0.05699867382645607,
0.025968777015805244,
0.021954786032438278,
-0.03808055818080902,
0.08935493230819702,
-0.03640515357255936,
-0.07197260856628418,
-0.05012253299355507,
-0.022268924862146378,
-0.010811598040163517,
-0.007041936740279198,
0.018534168601036072,
-0.04464256390929222,
0.05123946815729141,
0.013342157937586308,
0.009869182482361794,
-0.0212567001581192,
0.0014768869150429964,
-0.006954676005989313,
-0.04928483068943024,
0.015131001360714436,
-0.011125735938549042,
-0.017609205096960068,
0.0024956553243100643,
-0.06809823215007782,
0.022862296551465988,
-0.011562040075659752,
-0.05797599256038666,
0.010506185702979565,
-0.014939027838408947,
-0.010811598040163517,
0.04586421325802803,
0.017836082726716995,
-0.03144874796271324,
0.022687776014208794,
-0.024275921285152435,
-0.024467894807457924,
0.03731266409158707,
0.03270530328154564,
-0.017713917419314384,
0.0022218748927116394,
0.062478646636009216,
-0.05612606927752495,
0.05483460798859596,
0.02275758422911167,
-0.0703321024775505,
0.0013961708173155785,
0.019773269072175026,
-0.012914580292999744,
0.02307172305881977,
0.01609959453344345,
-0.05975611135363579,
0.029302135109901428,
0.026998452842235565,
-0.004886597860604525,
-0.022059498354792595,
0.013263623230159283,
0.02448534592986107,
-0.05556759983301163,
-0.04673681780695915,
0.03246097266674042,
-0.03279256075620651,
0.05829013139009476,
-0.039755962789058685,
-0.016274116933345795,
-0.04645758494734764,
-0.01319381408393383,
0.007033210713416338,
0.007892727851867676,
-0.036474961787462234,
-0.03218173608183861,
0.04167569801211357,
-0.04041914641857147,
0.0212567001581192,
-0.0034795196261256933,
-0.014476546086370945,
0.03235625848174095,
0.06122209131717682,
0.01963365264236927,
-0.014939027838408947,
0.0012358293170109391,
-0.03254823386669159,
-0.034939173609018326,
-0.0390927828848362,
-0.02911016158759594,
0.01025312952697277,
-0.01603851281106472,
0.009415427222847939,
0.004507014062255621,
-0.052286598831415176,
0.021972239017486572,
0.04928483068943024,
-0.008699889294803143,
-0.07699882239103317,
0.012199042364954948,
0.029459204524755478,
-0.013019292615354061,
0.060733430087566376,
0.011396244168281555,
-0.01228630356490612,
0.01471215020865202,
-0.05703357979655266,
0.006269679870456457,
-0.011893630027770996,
0.05870898440480232,
-0.0434558168053627,
-0.034625038504600525,
0.011562040075659752,
-0.005034941248595715,
-0.023944329470396042,
-0.027434756979346275,
0.08076848089694977,
-0.022303828969597816,
0.03385714441537857,
0.018813401460647583,
0.031658172607421875,
-0.004637904930859804,
0.021518483757972717,
0.009118740446865559,
0.026806479319930077,
-0.007495691999793053,
0.06638792157173157,
-0.019144993275403976,
0.04708586260676384,
0.05281016230583191,
-0.013691199943423271,
-0.032967083156108856,
0.0093805231153965,
-0.021029822528362274,
0.05298468470573425,
-0.014755780808627605,
-0.013219992630183697,
-0.040663477033376694,
-0.022722680121660233,
-0.005331627558916807,
0.048412222415208817,
-0.055288366973400116,
0.024432988837361336,
0.013315979391336441,
0.041815318167209625,
0.04712076485157013,
0.0033748066052794456,
0.06338615715503693,
-0.021588291972875595,
-0.014223490841686726,
0.033246319741010666,
0.02185007371008396,
0.007521870546042919,
-0.0609777607023716,
0.020244477316737175,
0.061047568917274475,
0.0509602352976799,
-0.0828627422451973,
-0.03773151710629463,
-0.012548085302114487,
0.03731266409158707,
0.005021851975470781,
0.012155412696301937,
-0.0490754060447216,
-0.0033813512418419123,
-0.002921051112934947,
0.004637904930859804,
-0.00010859863687073812,
0.004472109489142895,
-0.015907621011137962,
-0.05151870474219322,
-0.03748718649148941,
0.05975611135363579,
-0.007351711858063936,
0.011823821812868118,
0.019738364964723587,
0.024275921285152435,
0.00853409431874752,
-0.04457275569438934,
0.006020986940711737,
0.014048969373106956,
0.0038198360707610846,
-0.026614505797624588,
-0.06443328410387039,
0.06387481838464737,
-0.00028305183514021337,
0.0215708389878273,
0.0074695139192044735,
-0.0013634481001645327,
-0.010907584801316261,
-0.013289800845086575,
-0.008381388150155544,
0.018499264493584633,
-0.02879602275788784,
0.03776641935110092,
0.07839499413967133,
-0.03891826048493385,
-0.015715647488832474,
0.015480044297873974,
-0.014101325534284115,
0.06411914527416229,
0.035532549023628235,
-0.03685890883207321,
-0.000740625022444874,
-0.041256848722696304,
-0.02113453671336174,
-0.014781958423554897,
0.061606038361787796,
0.0064092967659235,
0.01214668620377779,
-0.005999171640723944,
-0.12921561300754547,
0.006614359561353922,
0.027679087594151497,
0.0021706093102693558,
0.05671944096684456,
-0.04352562502026558,
0.02322879247367382,
0.0004913866869173944,
0.04111723229289055,
0.028621502220630646,
0.00000495954236612306,
-0.01904027909040451,
0.011212997138500214,
0.03898807242512703,
-0.019249705597758293,
-0.06705110520124435,
-0.02010486088693142,
0.02682393230497837,
-0.0659690722823143,
-0.037626802921295166,
-0.027522018179297447,
0.059511780738830566,
-0.056230779737234116,
-0.0350264348089695,
-0.025288144126534462,
-0.04799337312579155,
0.005309812258929014,
0.008717341348528862,
0.047888658940792084,
-0.02808048576116562,
0.051413990557193756,
-0.03108225390315056,
-0.0212567001581192,
-0.0122688515111804,
-0.04069837927818298,
0.009843004867434502,
-0.01616940274834633,
-0.012582989409565926,
0.0315709114074707,
-0.055951546877622604,
0.010890132747590542,
-0.05364786460995674,
0.006623085588216782,
0.022652871906757355,
0.0797213539481163,
-0.025270693004131317,
-0.018237480893731117,
-0.03396185487508774,
0.002421483863145113,
0.07071605324745178,
-0.0019459130708128214,
-0.024991458281874657,
-0.030035125091671944,
0.00045293744187802076,
-0.00867807399481535,
0.04296715930104256,
-0.07455552369356155,
-0.0013754464453086257,
-0.013446870259940624,
0.015418961644172668,
-0.006640537641942501,
0.05902312323451042,
0.004395756404846907,
0.05019234120845795,
0.036789100617170334,
0.049948010593652725,
0.0055105118080973625,
-0.05301958695054054,
-0.06205979362130165,
-0.015925073996186256,
0.028412075713276863,
-0.0012194679584354162,
0.06219941005110741,
-0.016736598685383797,
0.02780125103890896,
0.041850220412015915,
-0.03322886675596237,
0.0515885129570961,
-0.03804565593600273,
0.012015795335173607,
-0.0006997215677984059,
-0.02682393230497837,
0.055358175188302994,
-0.005645765922963619,
0.09172842651605606,
-0.004016172606498003,
-0.061675846576690674,
-0.0025850976817309856,
0.03432834893465042,
-0.07860441505908966,
-0.027504565194249153,
0.04499160498380661,
-0.0056152245961129665,
-0.013874447904527187,
0.0012565538054332137,
0.031658172607421875,
0.056824151426553726,
0.0071335602551698685,
-0.038534313440322876,
-0.008778424002230167,
-0.007639672141522169,
-0.06020986661314964,
-0.0744159072637558,
-0.06415405124425888,
-0.011151914484798908,
-0.017207805067300797,
0.024432988837361336,
-0.006173693109303713,
-0.009397975169122219,
-0.008625717833638191,
-0.013045471161603928,
0.004029261879622936,
0.03413637727499008,
-0.03153600916266441,
-0.052600737661123276,
-0.05075081065297127,
0.05270544812083244,
-0.028272459283471107,
-0.008870047517120838,
-0.06862179934978485,
0.002997404197230935,
0.013464322313666344,
0.03654477000236511,
-0.02998276799917221,
-0.03172798082232475,
0.025741899386048317,
0.011823821812868118,
0.0519026517868042,
0.04380486160516739,
0.013001840561628342,
0.006810695864260197,
0.007268814370036125,
-0.09368306398391724,
0.03347319737076759,
-0.017391052097082138,
-0.01804550737142563,
0.004079436883330345,
0.0020157217513769865,
0.0662832111120224,
-0.02713807113468647,
0.014651067554950714,
0.017277613282203674,
-0.00812833197414875,
-0.04349072277545929,
0.009781922213733196,
-0.022338733077049255,
0.040314432233572006,
-0.002351675182580948,
0.02654469758272171,
-0.019267156720161438,
0.051274374127388,
0.03322886675596237,
0.019581295549869537,
0.01809786446392536,
0.006116973701864481,
-0.017827356234192848,
0.09116995334625244,
-0.01916244439780712,
0.026789028197526932,
0.035846687853336334,
0.026213107630610466,
0.042094551026821136,
-0.029319588094949722,
0.000573738943785429,
-0.07218202948570251,
-0.008769698441028595,
0.04767923429608345,
0.06548041105270386,
0.015968704596161842,
0.024747127667069435,
-0.013979160226881504,
-0.037347570061683655,
-0.021274153143167496,
-0.01123917568475008,
-0.023124080151319504,
0.052321501076221466,
0.015706920996308327,
-0.01801060326397419,
-0.009040205739438534,
0.03561981022357941,
0.023560382425785065,
0.022111855447292328,
0.012478277087211609,
0.025689544156193733,
-0.004129611421376467,
0.006592544261366129,
0.05602135509252548,
0.005938088987022638,
0.037068337202072144,
-0.02322879247367382,
-0.014877945184707642,
0.03242606669664383,
-0.041256848722696304,
0.05078571289777756,
-0.00037167593836784363,
-0.05511384457349777,
-0.02045390196144581,
-0.011553313583135605,
0.014668519608676434,
0.014014064334332943,
0.04645758494734764,
-0.04886597767472267,
0.016893666237592697,
0.03609101474285126,
-0.01505246665328741,
0.014738328754901886,
0.01404024288058281,
-0.014991383999586105,
-0.009179823100566864,
0.03244351968169212,
0.028691310435533524,
0.0037631166633218527,
-0.022181663662195206,
0.023054270073771477,
0.03211192786693573,
0.07560265064239502,
-0.03424109145998955,
0.01856907270848751,
0.023490574210882187,
-0.017521943897008896,
-0.001045492012053728,
0.007399705238640308,
0.029686082154512405,
-0.024031590670347214,
0.05902312323451042,
0.044188808649778366,
0.017460862174630165,
0.04705095663666725,
0.020157216116786003,
-0.055986449122428894,
0.04809808358550072,
0.004982584621757269,
0.035881590098142624,
-0.02560228295624256,
-0.04237378388643265,
-0.03385714441537857,
-0.017373600974678993,
0.0025611009914427996,
0.020471354946494102,
-0.028394624590873718,
-0.017050735652446747,
0.06513136625289917,
0.06516627222299576,
-0.0972433015704155,
0.0625484511256218,
-0.001171474577859044,
0.008521005511283875,
0.002268777694553137,
-0.06649263948202133,
0.018830854445695877,
-0.09843004494905472,
0.018534168601036072,
0.01751321740448475,
-0.004991310648620129,
-0.05671944096684456,
-0.07706862688064575,
0.015680743381381035,
0.02354293130338192,
0.006727798376232386,
-0.029057806357741356,
-0.0073866164311766624,
-0.01433692965656519,
-0.021693004295229912,
-0.061047568917274475,
-0.005231277551501989,
-0.037940941751003265,
-0.017181627452373505,
-0.053543150424957275,
-0.06446819007396698,
-0.02148357965052128,
-0.0152444401755929,
-0.019144993275403976,
0.003721667919307947,
-0.00014275300782173872,
0.005811560899019241,
-0.010837776586413383,
0.05249602347612381,
0.04115213453769684,
-0.0012609168188646436,
-0.033874593675136566,
0.017958248034119606,
-0.0253230482339859,
-0.008883137255907059,
0.017487039789557457,
-0.02520088292658329,
0.005366531666368246,
0.006959039252251387,
0.034101471304893494,
0.028883283957839012,
0.023560382425785065,
-0.008699889294803143,
-0.015279344283044338,
0.047574520111083984,
-0.0165708027780056,
-0.03738247603178024,
-0.01350795291364193,
0.005911910906434059,
0.020750589668750763,
0.0232986006885767,
0.005030578002333641,
-0.05570721626281738,
0.05588173866271973,
0.010078608058393002,
-0.03549764305353165,
-0.05312430113554001,
0.009476509876549244,
0.03329867497086525,
-0.016745323315262794,
0.03968615457415581,
-0.019127540290355682,
-0.06544550508260727,
-0.06834255903959274,
-0.022129308432340622,
-0.007822919636964798,
-0.04164079576730728,
0.0687614157795906,
-0.01027058158069849,
0.0282899122685194,
-0.04380486160516739,
0.039406921714544296,
-0.033874593675136566,
0.03294963017106056,
0.025427760556340218,
0.022600514814257622,
-0.009310713969171047,
-0.011780191212892532,
-0.020436450839042664,
0.035096243023872375,
-0.020174669101834297,
-0.01609959453344345,
-0.030122386291623116,
0.011658026836812496,
0.11420677602291107,
-0.024206111207604408,
0.004773159045726061,
-0.011291531845927238,
-0.022460898384451866,
0.035689618438482285,
0.004546281415969133,
0.016658063977956772,
0.002073531737551093,
-0.016780227422714233,
0.026928644627332687,
0.03464248776435852,
-0.03731266409158707,
0.03329867497086525,
0.05431104451417923,
0.00719900568947196,
-0.0531592033803463,
0.005938088987022638,
-0.055288366973400116,
-0.0032024667598307133,
0.02097746729850769,
-0.01672787219285965,
-0.03013983741402626,
-0.007630946114659309,
0.009267084300518036,
0.028220102190971375,
-0.030750662088394165,
0.04401428624987602,
-0.011980891227722168,
0.007905817590653896,
0.012774962931871414,
0.052321501076221466,
-0.03516605123877525,
-0.008006167598068714,
0.017993152141571045,
0.05469499155879021,
0.05197246000170708,
-0.06698129326105118,
0.058988217264413834,
0.03867393359541893,
0.048761267215013504,
-0.007705118041485548,
0.025811707600951195,
0.036998528987169266,
-0.008359572850167751,
0.03591649606823921,
0.020925110206007957,
-0.009642304852604866,
-0.04192002862691879,
-0.017452135682106018,
-0.019214801490306854,
0.03842960298061371,
0.053578056395053864,
-0.036160822957754135,
0.026527246460318565,
-0.01585526578128338,
0.0165708027780056
] |
8,895 | sentencepiece | _pieces | null | def _pieces(self, index):
return _sentencepiece.ImmutableSentencePieceText__pieces(self, index)
| (self, index) | [
-0.013499806635081768,
-0.006285714451223612,
-0.044630277901887894,
-0.003466511843726039,
0.004132985137403011,
-0.021889276802539825,
0.040712352842092514,
0.04442586377263069,
0.09403020143508911,
0.04023538529872894,
0.040814559906721115,
0.01756252534687519,
-0.010331397876143456,
-0.00804878119379282,
0.0013403987977653742,
-0.007167247589677572,
0.025432443246245384,
-0.0682741031050682,
0.012051878497004509,
0.012477739714086056,
0.01609756238758564,
-0.007882694713771343,
0.048207513988018036,
-0.04078048840165138,
-0.0060046459548175335,
0.018737902864813805,
0.02170189842581749,
-0.021173829212784767,
0.013670151121914387,
-0.10547735542058945,
-0.009309330955147743,
-0.034954704344272614,
-0.007030971813946962,
-0.015910182148218155,
0.010501742362976074,
-0.006779714021831751,
-0.045822687447071075,
0.00023275987769011408,
0.11958188563585281,
0.040269456803798676,
0.02408672124147415,
0.002242160262539983,
0.001439411542378366,
-0.03073015995323658,
-0.050387922674417496,
0.0010130178416147828,
0.01701742224395275,
0.06963685899972916,
-0.013278358615934849,
-0.051750678569078445,
0.0052423542365431786,
-0.00681378273293376,
-0.006490128114819527,
-0.036862563341856,
-0.000049772552301874384,
-0.03464808687567711,
0.010084398090839386,
0.06803561747074127,
0.04187069460749626,
0.01941928081214428,
0.02050948515534401,
0.01743476651608944,
0.05893922224640846,
0.028737127780914307,
0.0479690320789814,
-0.007252419833093882,
0.06340225040912628,
0.008155246265232563,
0.03648780658841133,
0.004060588777065277,
0.02832830138504505,
0.024342238903045654,
-0.005727835930883884,
-0.02996360883116722,
-0.07440650463104248,
-0.014096013270318508,
0.011651568114757538,
0.06841038167476654,
0.09062331169843674,
0.026948509737849236,
-0.04061014577746391,
0.056758809834718704,
-0.07556485384702682,
0.014428185299038887,
-0.002012195298448205,
-0.02078203670680523,
0.0366581492125988,
-0.05188695713877678,
-0.08292373269796371,
0.03185443580150604,
-0.02899264544248581,
0.04950213059782982,
-0.04132559150457382,
-0.013235772959887981,
-0.017008904367685318,
0.009667053818702698,
-0.0025019359309226274,
-0.028532715514302254,
-0.01592721790075302,
0.006187766324728727,
-0.020901277661323547,
0.07767712324857712,
-0.007495161145925522,
-0.00468873418867588,
-0.02343941293656826,
0.036419667303562164,
-0.042347658425569534,
-0.010561362840235233,
-0.012085947208106518,
0.0000014971690234233392,
-0.006430507637560368,
0.018295006826519966,
-0.028703060001134872,
-0.02703368291258812,
0.005638405214995146,
-0.04803716763854027,
-0.05433991551399231,
-0.04319938272237778,
-0.011677119880914688,
0.01562911458313465,
0.05297715961933136,
-0.05563453584909439,
-0.07168099284172058,
0.026233064010739326,
-0.04922958090901375,
0.07522416114807129,
-0.022962447255849838,
-0.008091366849839687,
0.09164537489414215,
-0.10425087809562683,
-0.016685251146554947,
-0.0032535812351852655,
0.010663569904863834,
-0.003144986694678664,
-0.023405343294143677,
-0.018993418663740158,
0.019674798473715782,
-0.03791870176792145,
-0.04687882587313652,
0.0004192073247395456,
-0.04105304181575775,
-0.020696865394711494,
0.03955400735139847,
0.044834692031145096,
-0.016855595633387566,
-0.030525745823979378,
0.006434766110032797,
0.009428571909666061,
-0.033796362578868866,
0.018448317423462868,
0.0014255711575970054,
0.06176694110035896,
0.03839566558599472,
-0.0420069694519043,
0.031684089452028275,
-0.01661711186170578,
-0.02577313221991062,
-0.022775068879127502,
0.07549671083688736,
-0.005881146062165499,
0.0035325204953551292,
-0.03604491055011749,
-0.03723732382059097,
0.06047232076525688,
-0.015884630382061005,
0.07883546501398087,
0.048003099858760834,
-0.08360511064529419,
-0.0012083817273378372,
0.007461091969162226,
0.010322880931198597,
0.07890360057353973,
-0.06340225040912628,
0.05798529088497162,
-0.036521874368190765,
0.03750987350940704,
-0.022383276373147964,
0.07672319561243057,
0.032774295657873154,
-0.07754084467887878,
-0.07072706520557404,
0.018567558377981186,
-0.05583894997835159,
-0.04759427160024643,
0.007627177983522415,
0.03900890424847603,
0.03360898420214653,
0.037986837327480316,
0.013499806635081768,
-0.0335749126970768,
0.0009491386590525508,
-0.010953155346214771,
0.022706931456923485,
0.0053104921244084835,
-0.009113434702157974,
0.01359349675476551,
-0.06445838510990143,
0.005468060728162527,
-0.05232984945178032,
-0.020049555227160454,
-0.04694696143269539,
-0.012068912386894226,
-0.018533488735556602,
0.008168022148311138,
-0.01669376716017723,
0.03147967532277107,
-0.03289353474974632,
0.05737205222249031,
-0.08946496993303299,
0.011949671432375908,
0.005144406110048294,
0.014130081981420517,
0.04779868572950363,
0.01579945906996727,
0.04548199847340584,
-0.07713202387094498,
-0.00002353882518946193,
-0.001572493347339332,
-0.0014788038097321987,
-0.005280681420117617,
0.012971739284694195,
-0.004765389487147331,
0.03996283560991287,
0.04943399503827095,
-0.02268989570438862,
-0.007848626002669334,
-0.024563686922192574,
-0.026420442387461662,
-0.021906310692429543,
-0.010212156921625137,
-0.03202477842569351,
0.0004442266945261508,
-0.02648857980966568,
0.006000387482345104,
0.039179250597953796,
0.05607743188738823,
-0.03621525689959526,
0.003664537565782666,
0.03744173422455788,
0.0012360627297312021,
-0.0014692218974232674,
0.0022975222673267126,
-0.013636082410812378,
0.045550137758255005,
0.0010657182428985834,
0.040814559906721115,
0.009879984892904758,
-0.010391018353402615,
0.015484320931136608,
0.03469918668270111,
0.048003099858760834,
-0.008696090430021286,
-0.025687960907816887,
0.006711576133966446,
-0.004433217458426952,
-0.021514518186450005,
-0.05386295169591904,
-0.003451606724411249,
-0.01909562572836876,
-0.04466434568166733,
-0.023626791313290596,
-0.012665119022130966,
-0.028106853365898132,
-0.0197940394282341,
0.016583044081926346,
-0.011004258878529072,
-0.017766937613487244,
0.025466512888669968,
-0.016778940334916115,
0.036896634846925735,
0.0025764615274965763,
0.04340379685163498,
-0.02664189040660858,
-0.008129694499075413,
-0.050183508545160294,
0.011983740143477917,
-0.04844599589705467,
0.03427332639694214,
0.0031343400478363037,
0.017869144678115845,
0.010833914391696453,
0.019078591838479042,
-0.0449368953704834,
-0.006000387482345104,
0.05880294367671013,
-0.009607433341443539,
0.052943091839551926,
-0.03941773250699043,
0.04166628047823906,
-0.03720325231552124,
0.00027547910576686263,
0.012247774749994278,
0.039077043533325195,
-0.04854820296168327,
0.051375921815633774,
-0.01805652491748333,
-0.05893922224640846,
0.06238017976284027,
-0.0167874563485384,
-0.036862563341856,
0.003023616038262844,
-0.04330158978700638,
-0.06265272945165634,
0.04888889193534851,
-0.009147503413259983,
0.01133643090724945,
0.01860162615776062,
0.03648780658841133,
0.05130778253078461,
-0.05498722568154335,
0.023967480286955833,
-0.04268834739923477,
-0.008210607804358006,
0.04398296773433685,
0.0025615564081817865,
-0.025006582960486412,
-0.011685637757182121,
0.03182036429643631,
0.04752613604068756,
0.06847851723432541,
-0.008304297924041748,
-0.07869919389486313,
0.011864499188959599,
0.04759427160024643,
0.04987689107656479,
0.013261324726045132,
-0.012477739714086056,
-0.05754239484667778,
-0.021463414654135704,
-0.013806426897644997,
-0.023728998377919197,
-0.040882695466279984,
-0.023865273222327232,
0.03422222286462784,
-0.06418583542108536,
0.002518970286473632,
0.020373210310935974,
0.0015575881116092205,
-0.007473867852240801,
-0.05076267942786217,
0.0065454901196062565,
0.005527681205421686,
-0.008619435131549835,
0.027663957327604294,
0.05345412716269493,
-0.023831205442547798,
-0.006324042100459337,
0.020458383485674858,
0.016736354678869247,
0.0013382695615291595,
-0.0007532424060627818,
-0.06868293136358261,
0.009479675441980362,
-0.0028617887292057276,
0.014189702458679676,
0.06146031990647316,
0.018942315131425858,
-0.026846304535865784,
-0.04292682930827141,
-0.0026020132936537266,
0.04030352458357811,
-0.03638559952378273,
0.04142779856920242,
-0.022127758711576462,
-0.022451413795351982,
-0.020696865394711494,
0.013414634391665459,
-0.014700735919177532,
0.006251645740121603,
0.027442509308457375,
-0.01882307417690754,
0.062073562294244766,
-0.017281455919146538,
0.002376306802034378,
0.01530545949935913,
-0.04187069460749626,
-0.05379481613636017,
0.026744097471237183,
-0.04292682930827141,
-0.07822222262620926,
-0.017119629308581352,
-0.04854820296168327,
-0.00435869162902236,
0.09641502797603607,
-0.03778242692351341,
0.040167249739170074,
0.02078203670680523,
-0.0019153117900714278,
0.03153077885508537,
-0.00769531587138772,
-0.023967480286955833,
-0.0449368953704834,
-0.04616337642073631,
-0.007222609594464302,
0.0025487805251032114,
-0.04006504267454147,
0.011660085991024971,
-0.05168254300951958,
-0.03549980744719505,
-0.016412699595093727,
0.06128997728228569,
0.01773286983370781,
-0.006217576563358307,
0.021395277231931686,
-0.08782965689897537,
0.0033259775955229998,
-0.00009521995525574312,
0.0959380641579628,
-0.04752613604068756,
-0.02659078687429428,
-0.029503678902983665,
0.04384669288992882,
-0.010373984463512897,
-0.06950058043003082,
0.003298296593129635,
-0.053931090980768204,
0.04738985747098923,
0.026096787303686142,
-0.025807201862335205,
-0.0009054878610186279,
-0.024052653461694717,
-0.022281069308519363,
0.028890438377857208,
0.008683314546942711,
-0.02125900238752365,
-0.007529229857027531,
-0.06490127742290497,
-0.025534650310873985,
0.004450251813977957,
-0.010348432697355747,
-0.03723732382059097,
-0.0477646179497242,
-0.05791715160012245,
0.030440574511885643,
0.038259390741586685,
-0.057951223105192184,
-0.0032131243497133255,
-0.01805652491748333,
-0.010757259093225002,
0.05972280725836754,
0.02018583193421364,
0.0625164583325386,
0.05447619408369064,
0.024665893986821175,
0.10465969890356064,
-0.007107627112418413,
-0.06677506864070892,
-0.03187146782875061,
0.021037554368376732,
-0.03224622830748558,
-0.01509252842515707,
0.05972280725836754,
0.03149671107530594,
0.008427797816693783,
0.02827719785273075,
0.0183801781386137,
0.0013946961844339967,
-0.05406736582517624,
0.0009161343914456666,
0.05205729976296425,
0.020679829642176628,
0.04313124343752861,
-0.016429733484983444,
0.002100561512634158,
0.02485327236354351,
-0.03331939876079559,
-0.01711111143231392,
-0.030423540621995926,
-0.03703290969133377,
0.0027297716587781906,
0.027561750262975693,
-0.02604568377137184,
0.0023890824522823095,
-0.08626248687505722,
0.007814557291567326,
0.01962369494140148,
-0.0074227643199265,
-0.03519318625330925,
0.020952381193637848,
-0.03268912434577942,
-0.05454432964324951,
-0.04899109899997711,
-0.06302749365568161,
-0.020747968927025795,
-0.0239845160394907,
0.0056596980430185795,
-0.013014324940741062,
-0.02180410549044609,
0.013533876277506351,
-0.07025010138750076,
0.016583044081926346,
0.01351684145629406,
0.0012275455519557,
-0.03386450186371803,
0.033643051981925964,
0.0762462317943573,
0.025756098330020905,
0.01324428990483284,
0.013073945418000221,
-0.019538521766662598,
0.0016374371480196714,
0.056111499667167664,
0.011566395871341228,
-0.06445838510990143,
-0.00012463101302273571,
-0.0017460318049415946,
0.029674023389816284,
0.027118856087327003,
-0.012929152697324753,
-0.06742238253355026,
0.03216105327010155,
-0.030644988641142845,
-0.021361209452152252,
-0.048105306923389435,
0.022434379905462265,
0.02050948515534401,
-0.023149827495217323,
0.03263802081346512,
-0.008321331813931465,
0.010535811074078083,
0.04398296773433685,
-0.0075164539739489555,
-0.03468215465545654,
0.005042199045419693,
-0.002518970286473632,
0.019214866682887077,
-0.01664266362786293,
-0.009011227637529373,
0.014973287470638752,
0.001195605960674584,
0.023916376754641533,
-0.02420596219599247,
0.044732484966516495,
0.05031978711485863,
0.016676733270287514,
0.011813395656645298,
0.017869144678115845,
0.010586914606392384,
0.09001006931066513,
0.07515602558851242,
-0.040269456803798676,
-0.08258304744958878,
0.004548199940472841,
-0.04401703551411629,
-0.014555943198502064,
0.02289430983364582,
0.0030981418676674366,
-0.018618661910295486,
-0.024291135370731354,
0.02066279575228691,
-0.04013318195939064,
0.006877662148326635,
-0.01996438391506672,
-0.03812311589717865,
0.08837476372718811,
0.018090592697262764,
-0.025193961337208748,
-0.029435541480779648,
-0.01691521517932415,
0.013559428043663502,
0.03921331837773323,
-0.05232984945178032,
0.054033298045396805,
-0.030065815895795822,
0.012605497613549232,
0.08060704916715622,
0.0054169571958482265,
0.012205188162624836,
-0.016080526635050774,
-0.05638405308127403,
0.009207123890519142,
0.03442663699388504,
0.008317073807120323,
0.0239845160394907,
-0.013227256014943123,
-0.007286489009857178,
0.003692218568176031,
-0.05406736582517624,
0.017698800191283226,
0.02941850759088993,
0.009862950071692467,
0.04037166386842728,
0.056758809834718704,
0.031138986349105835,
0.016063492745161057,
0.024495549499988556,
-0.018942315131425858,
-0.006298490334302187,
0.03476732596755028,
-0.005893921945244074,
0.06929617375135422,
0.0034090206027030945,
0.03209291771054268,
0.056486260145902634,
0.04844599589705467,
-0.01324428990483284,
-0.025517616420984268,
-0.006835075560957193,
-0.03405188024044037,
0.008849400095641613,
0.026607820764183998,
0.013210221193730831,
0.011924119666218758,
0.06612776219844818,
0.046810686588287354,
0.0010162118123844266,
0.04388076066970825,
0.013695702888071537,
0.014828494749963284,
0.05502129718661308,
0.017025940120220184,
0.0037241580430418253,
-0.003602787619456649,
-0.052568335086107254,
-0.04854820296168327,
-0.024018583819270134,
0.0155524592846632,
0.022110724821686745,
-0.0043778554536402225,
-0.034886568784713745,
0.041087109595537186,
0.0505923368036747,
-0.055123500525951385,
0.022264035418629646,
-0.029128920286893845,
-0.039179250597953796,
0.027323268353939056,
-0.06360666453838348,
0.004294812213629484,
-0.03318312019109726,
0.028192026540637016,
0.011949671432375908,
0.004241579677909613,
-0.02584127150475979,
-0.04595896601676941,
0.0453457236289978,
0.009539295919239521,
-0.05454432964324951,
0.024137824773788452,
0.04970654472708702,
-0.011540844105184078,
-0.03863414749503136,
-0.0036070463247597218,
-0.003934959415346384,
-0.05716763809323311,
-0.03723732382059097,
-0.012545877136290073,
-0.0449368953704834,
-0.04374448582530022,
0.025739064440131187,
0.0013169763842597604,
-0.0037901666946709156,
0.0036943478044122458,
-0.022315138950943947,
-0.022826172411441803,
0.042892761528491974,
0.031462643295526505,
-0.010271777398884296,
-0.019811073318123817,
-0.026028649881482124,
-0.007444057613611221,
0.005974835716187954,
0.012137050740420818,
0.00471854442730546,
0.0196407288312912,
0.011949671432375908,
0.034409601241350174,
0.01902748830616474,
-0.012315912172198296,
0.02028803713619709,
-0.00291076279245317,
0.04122338443994522,
-0.019180798903107643,
-0.0425180047750473,
0.03611304983496666,
0.022604724392294884,
0.0511033721268177,
0.060336045920848846,
0.03313201665878296,
-0.002476384164765477,
0.06265272945165634,
0.028651956468820572,
0.01721331849694252,
-0.024393342435359955,
-0.008772744797170162,
0.02299651689827442,
-0.01149825844913721,
-0.010373984463512897,
0.017366629093885422,
-0.08585365861654282,
-0.03159891813993454,
0.028481611981987953,
-0.04711730778217316,
0.012469222769141197,
0.040269456803798676,
0.00376674416474998,
0.05140998959541321,
-0.08660317957401276,
0.03975842148065567,
0.07495161145925522,
0.028958575800061226,
0.006958575453609228,
-0.00675842072814703,
-0.09205420315265656,
-0.01800542138516903,
-0.03437553346157074,
0.017077043652534485,
-0.004471545107662678,
-0.04861633852124214,
0.014053426682949066,
0.013849013485014439,
0.03699884191155434,
0.014428185299038887,
0.027715060859918594,
0.010672086849808693,
0.010612466372549534,
0.005076268222182989,
0.005233836825937033,
-0.04057607427239418,
0.04711730778217316,
0.029946574941277504,
-0.023303136229515076,
0.04302903637290001,
0.05706543102860451,
-0.021718932315707207,
0.024393342435359955,
-0.010348432697355747,
0.028788231313228607,
-0.0025764615274965763,
-0.0313093326985836,
-0.001954703824594617,
-0.04704916849732399,
0.005404181312769651,
-0.06285714358091354,
-0.010058846324682236,
-0.034784361720085144,
0.039894696325063705,
-0.02170189842581749,
-0.016506388783454895,
-0.03607897832989693,
-0.033915601670742035,
-0.023234998807311058,
-0.021497484296560287,
-0.006375145632773638,
-0.06864885985851288,
0.004867596086114645,
0.02725513093173504,
0.01564614847302437,
-0.01849942095577717,
0.005429733078926802,
0.021838173270225525,
0.06135811284184456,
-0.032178089022636414,
0.019231902435421944,
0.014768874272704124,
-0.016480837017297745,
0.08953310549259186,
-0.0010912698926404119,
-0.06936430931091309,
-0.01604645885527134,
-0.020271003246307373,
0.024291135370731354,
-0.005395664367824793,
0.07617808878421783,
-0.03819125145673752,
-0.0099225714802742,
0.025585753843188286,
0.035159118473529816
] |
8,896 | sentencepiece | _pieces_size | null | def _pieces_size(self):
return _sentencepiece.ImmutableSentencePieceText__pieces_size(self)
| (self) | [
0.005362285766750574,
-0.009483852423727512,
-0.028264600783586502,
0.04755523428320885,
0.03647374361753464,
0.021143212914466858,
0.05547543987631798,
-0.005957151297479868,
0.019749527797102928,
0.029760261997580528,
0.03640575706958771,
-0.031578850001096725,
0.011582877486944199,
0.0008349359850399196,
0.027125857770442963,
0.029505319893360138,
0.05119241029024124,
-0.11088289320468903,
0.039363086223602295,
-0.004644198343157768,
0.012602646835148335,
0.017123622819781303,
0.04442794248461723,
-0.061594054102897644,
-0.032836563885211945,
0.013036048971116543,
0.06591107696294785,
-0.010129706934094429,
0.021840054541826248,
-0.04408801719546318,
-0.06727077066898346,
0.0252222903072834,
-0.007661015260964632,
0.025494227185845375,
0.009968243539333344,
-0.01869576796889305,
0.0022286204621195793,
0.0017123622819781303,
0.03166383132338524,
-0.01428526546806097,
-0.04864298552274704,
0.029607295989990234,
0.04935682564973831,
-0.00028866901993751526,
-0.02799266204237938,
-0.02471240423619747,
0.0033354947809129953,
0.025630196556448936,
-0.037085603922605515,
-0.059758469462394714,
0.032836563885211945,
-0.02167009375989437,
-0.017115125432610512,
0.019528578966856003,
0.02109222486615181,
-0.00005188473733142018,
0.03983898088335991,
0.0426943339407444,
-0.015160567127168179,
0.010299667716026306,
0.015118077397346497,
0.029794253408908844,
0.0776384249329567,
-0.058058854192495346,
0.009347883984446526,
-0.002636528108268976,
0.051974233239889145,
0.03207173943519592,
0.0339583121240139,
0.01786295510828495,
0.03440020978450775,
0.025256281718611717,
-0.01492262165993452,
0.00436801090836525,
-0.05421772599220276,
-0.003186778398230672,
0.007822479121387005,
0.03552195802330971,
0.08647642284631729,
-0.004414750263094902,
0.0030486846808344126,
0.03681366518139839,
0.024474458768963814,
-0.005379281938076019,
0.03596385568380356,
-0.047861162573099136,
0.069888174533844,
-0.004185302183032036,
-0.042660340666770935,
0.06434743106365204,
-0.0024262007791548967,
0.08878789842128754,
-0.0061186146922409534,
-0.02761874720454216,
-0.00739332614466548,
-0.0025388002395629883,
-0.026581982150673866,
-0.03735754266381264,
0.023233739659190178,
-0.03623579442501068,
-0.03864924982190132,
0.0747830718755722,
0.041572585701942444,
-0.012084264308214188,
-0.025868143886327744,
0.02027640864253044,
-0.007206368260085583,
-0.01842382922768593,
-0.01561096590012312,
-0.007142632734030485,
0.034162264317274094,
-0.005774442572146654,
-0.039431072771549225,
0.03383933752775192,
0.03351641073822975,
-0.04650147259235382,
-0.024984342977404594,
-0.0419125109910965,
0.0025812906678766012,
0.01660524122416973,
0.0047631715424358845,
-0.004166181664913893,
-0.03864924982190132,
-0.0313069112598896,
0.012713121250271797,
0.060778237879276276,
-0.020055459812283516,
0.0008120973943732679,
0.032326679676771164,
-0.08763215690851212,
0.029556307941675186,
-0.010053223930299282,
0.02476339414715767,
0.016902673989534378,
0.014021825045347214,
-0.014582698233425617,
0.024372482672333717,
0.013307986781001091,
-0.01301905233412981,
0.019664548337459564,
-0.01555147860199213,
0.042354412376880646,
0.025426242500543594,
0.0031952764838933945,
-0.029675280675292015,
0.011795329861342907,
0.04085874930024147,
0.012772608548402786,
-0.02838357351720333,
0.03589587286114693,
-0.0033694871235638857,
0.0230637788772583,
0.033924318850040436,
-0.0522121787071228,
0.02483137883245945,
-0.0007642956916242838,
0.009959745220839977,
-0.0418105348944664,
0.05955451726913452,
-0.05554342269897461,
-0.026140080764889717,
-0.0021128342486917973,
-0.042354412376880646,
0.00331849860958755,
-0.0069811693392694,
0.03691564127802849,
0.026310043409466743,
-0.0887199118733406,
-0.008591555058956146,
0.03589587286114693,
0.030117182061076164,
0.04497181624174118,
-0.027057873085141182,
0.05245012417435646,
0.01811789721250534,
0.04871097207069397,
-0.02761874720454216,
0.029607295989990234,
-0.00753779336810112,
-0.08300920575857162,
-0.0339583121240139,
-0.030932996422052383,
-0.025443239137530327,
-0.0160953551530838,
0.033023521304130554,
0.0374935120344162,
0.03698362782597542,
0.043748095631599426,
-0.02984524331986904,
-0.030355127528309822,
-0.04415600374341011,
-0.03021915815770626,
0.011965290643274784,
0.00944136269390583,
-0.02285982482135296,
0.007533544208854437,
-0.012492171488702297,
-0.022451916709542274,
-0.04313623532652855,
-0.029437335208058357,
-0.10238482058048248,
-0.03705161064863205,
-0.02102424018085003,
-0.017947936430573463,
0.015466498211026192,
0.0137413889169693,
-0.04408801719546318,
0.04255836457014084,
-0.06744073331356049,
0.002080966252833605,
-0.026004113256931305,
-0.042218443006277084,
0.042864296585321426,
0.03071204572916031,
0.05200822651386261,
-0.08688432723283768,
-0.014914123341441154,
-0.01038464903831482,
-0.028400570154190063,
-0.0357259102165699,
0.0853886678814888,
0.02913140505552292,
0.0317998006939888,
0.002664146712049842,
-0.017387064173817635,
-0.047589223831892014,
-0.024440467357635498,
0.01602737046778202,
-0.003966476768255234,
-0.008965469896793365,
-0.02185705117881298,
0.011472402140498161,
-0.028961442410945892,
0.0670328214764595,
0.02641201950609684,
0.027397796511650085,
-0.03800339624285698,
-0.011888808570802212,
0.0006771904299966991,
-0.029726270586252213,
-0.06067626178264618,
-0.0021616981830447912,
-0.025035331025719643,
0.028213612735271454,
-0.04313623532652855,
-0.025987116619944572,
-0.005468511953949928,
0.025817153975367546,
-0.0014680426102131605,
0.01197378896176815,
0.03276858106255531,
-0.08885588496923447,
-0.04854100942611694,
-0.02508632093667984,
0.00043818203266710043,
0.011438409797847271,
-0.047419264912605286,
0.021126216277480125,
-0.036507733166217804,
-0.03338044136762619,
0.029947219416499138,
-0.008846497163176537,
-0.01646077260375023,
0.014021825045347214,
0.03902316465973854,
0.014089809730648994,
-0.004656945820897818,
-0.004295777529478073,
-0.05833079293370247,
0.013375971466302872,
0.03205474093556404,
0.021177206188440323,
-0.031442880630493164,
-0.038921188563108444,
-0.0758708193898201,
-0.036133818328380585,
-0.018406832590699196,
0.03508005663752556,
0.02608909271657467,
0.0028404819313436747,
0.005663967691361904,
-0.03977099433541298,
-0.028145628049969673,
-0.027533765882253647,
0.025868143886327744,
0.031000981107354164,
0.017276588827371597,
-0.04062080383300781,
0.004062080290168524,
-0.01983450911939144,
-0.04065479710698128,
-0.011072993278503418,
0.02806064672768116,
-0.005166830029338598,
0.06315770000219345,
-0.031510867178440094,
-0.02362465113401413,
0.05877269431948662,
0.031646836549043655,
0.02216298133134842,
-0.05302799493074417,
-0.05642722547054291,
-0.05333392322063446,
0.020854277536273003,
-0.005761695560067892,
0.00630557257682085,
0.0637015774846077,
-0.025868143886327744,
0.05024062469601631,
-0.03830932453274727,
-0.006016637664288282,
0.015390015207231045,
-0.011795329861342907,
0.04843903332948685,
0.06030234694480896,
0.047283295542001724,
-0.0015052217058837414,
0.042864296585321426,
-0.00005712964411941357,
0.06468735635280609,
0.013613917864859104,
-0.04932283237576485,
0.015627961605787277,
0.010945522226393223,
0.011455406434834003,
-0.014684675261378288,
0.022061005234718323,
-0.04714732617139816,
0.043102242052555084,
-0.0567331537604332,
-0.032785575836896896,
-0.05245012417435646,
0.00571495620533824,
0.02262187749147415,
-0.04571964964270592,
-0.022587886080145836,
0.033023521304130554,
0.009602826088666916,
-0.03142588585615158,
-0.026904908940196037,
0.040824756026268005,
0.010818050242960453,
-0.00909294094890356,
0.019103674218058586,
0.05550943315029144,
-0.043680109083652496,
0.029930222779512405,
-0.03766347095370293,
0.029675280675292015,
-0.011812325567007065,
-0.02722783572971821,
-0.0618319995701313,
0.02933535724878311,
-0.025443239137530327,
0.006365058943629265,
0.017879951745271683,
0.028077643364667892,
0.011523391120135784,
0.001538151758722961,
0.038105372339487076,
0.01823687180876732,
-0.029284369200468063,
0.025171300396323204,
0.01937561295926571,
-0.032156720757484436,
-0.005829680245369673,
-0.0030359376687556505,
-0.05860273167490959,
0.05312997102737427,
0.028604524210095406,
-0.023862596601247787,
0.007635521236807108,
-0.032156720757484436,
-0.013724392279982567,
0.02857053093612194,
0.047283295542001724,
-0.08878789842128754,
0.04204848036170006,
-0.04415600374341011,
-0.0444619320333004,
-0.017709990963339806,
0.0019651800394058228,
-0.043544139713048935,
0.025579208508133888,
-0.029692277312278748,
0.04973074048757553,
-0.03790142014622688,
-0.030117182061076164,
0.0015615214360877872,
-0.005353787913918495,
-0.024542443454265594,
0.013749887235462666,
-0.04476786404848099,
0.013919848017394543,
-0.026632970198988914,
0.022723855450749397,
-0.01786295510828495,
-0.03830932453274727,
-0.007180874235928059,
0.038615256547927856,
0.08953572809696198,
-0.0014882255345582962,
0.013987832702696323,
0.05826281011104584,
-0.08423292636871338,
0.0015477121341973543,
-0.0016443777130916715,
0.08423292636871338,
-0.0618319995701313,
0.020565344020724297,
-0.0034183510579168797,
0.01798192784190178,
-0.02369263581931591,
-0.05156632512807846,
-0.054625630378723145,
-0.09823776036500931,
0.023828605189919472,
-0.02141515165567398,
0.04996868595480919,
-0.038037389516830444,
0.007214866578578949,
0.03565792739391327,
0.020378386601805687,
0.05642722547054291,
-0.016103854402899742,
0.01779497042298317,
-0.06873244047164917,
-0.00868078414350748,
0.0256641898304224,
-0.021755075082182884,
-0.05105644091963768,
0.009670810773968697,
-0.013605419546365738,
0.015441004186868668,
0.004427497740834951,
-0.02882547304034233,
0.011795329861342907,
-0.020429374650120735,
-0.02952231653034687,
0.010597100481390953,
0.015390015207231045,
0.041334640234708786,
0.04585561901330948,
0.06118614599108696,
0.10190892964601517,
-0.041266657412052155,
-0.05720904842019081,
-0.040518827736377716,
-0.01222873106598854,
-0.02773771993815899,
-0.017709990963339806,
0.01964755170047283,
-0.005464262794703245,
-0.011268449015915394,
-0.0033716117031872272,
-0.008829500526189804,
0.017404058948159218,
-0.03783343359827995,
-0.04554968699812889,
-0.014761158265173435,
-0.004491233266890049,
0.05465962365269661,
-0.021959029138088226,
0.0213471669703722,
-0.0016273815417662263,
-0.04313623532652855,
-0.012186241336166859,
-0.030202161520719528,
0.0035521958488970995,
0.0026938901282846928,
0.06795061379671097,
-0.01038464903831482,
0.016894174739718437,
-0.04571964964270592,
0.045005809515714645,
0.0222309660166502,
0.02673494629561901,
0.020820286124944687,
-0.006229089573025703,
-0.018967704847455025,
0.00969630479812622,
-0.01956257037818432,
-0.05962250009179115,
-0.052280161529779434,
0.013528936542570591,
0.016324803233146667,
-0.083825021982193,
-0.02812863141298294,
0.017191607505083084,
-0.015874406322836876,
-0.04174254834651947,
0.027601750567555428,
-0.00823888462036848,
-0.047215308994054794,
0.022332943975925446,
0.04378208890557289,
0.051532331854104996,
-0.017964933067560196,
-0.010325162671506405,
-0.012109758332371712,
-0.048744965344667435,
0.07260756194591522,
0.027193842455744743,
-0.0809696689248085,
-0.045005809515714645,
0.012016279622912407,
0.04306824877858162,
0.015661954879760742,
0.00761427590623498,
-0.0046399496495723724,
-0.007474057842046022,
-0.014956614002585411,
0.012339206412434578,
-0.015398513525724411,
0.041708555072546005,
0.009500849060714245,
0.04442794248461723,
0.05867071449756622,
0.0005098845576867461,
-0.022842828184366226,
0.02952231653034687,
-0.013401465490460396,
-0.031323909759521484,
-0.021874047815799713,
-0.04306824877858162,
0.045821625739336014,
-0.017149116843938828,
-0.028213612735271454,
0.025579208508133888,
0.02862151898443699,
0.0513283796608448,
0.0028192366007715464,
0.01716611348092556,
0.03135789930820465,
0.040756773203611374,
0.0410287119448185,
-0.021959029138088226,
-0.00801368523389101,
0.017208604142069817,
0.06900437921285629,
-0.041640572249889374,
-0.10231683403253555,
0.01988549716770649,
0.010291170328855515,
-0.06937829405069351,
0.058874670416116714,
0.07009212672710419,
-0.0028532289434224367,
-0.007822479121387005,
-0.010427138768136501,
-0.05567939206957817,
0.023080773651599884,
0.010189193300902843,
-0.05642722547054291,
0.1099311113357544,
0.03193577006459236,
0.021313173696398735,
-0.0785222202539444,
0.009568833746016026,
0.0047759185545146465,
0.0008668037480674684,
-0.04616154730319977,
0.0426943339407444,
-0.025375254452228546,
0.019307628273963928,
0.04337418079376221,
-0.028927450999617577,
0.02167009375989437,
-0.05217818543314934,
-0.00593590596690774,
-0.002759750233963132,
0.08790409564971924,
0.017947936430573463,
-0.013095535337924957,
0.011055996641516685,
-0.04136863350868225,
-0.05697110295295715,
-0.005379281938076019,
0.04065479710698128,
0.008481079712510109,
-0.010078717954456806,
0.037595488131046295,
0.04123266413807869,
0.049628764390945435,
0.00728285126388073,
0.01153188943862915,
-0.05680114030838013,
-0.01615484245121479,
-0.010512120090425014,
0.02673494629561901,
0.033091507852077484,
-0.021959029138088226,
0.005765944719314575,
0.010886034928262234,
-0.01048662606626749,
-0.011089988984167576,
-0.013452454470098019,
-0.006309821270406246,
-0.035182032734155655,
0.007227613590657711,
0.03681366518139839,
0.010809552855789661,
-0.02794167399406433,
0.09952946752309799,
0.05999641492962837,
-0.01988549716770649,
0.04673941805958748,
0.07736648619174957,
0.011302441358566284,
0.028349582105875015,
0.02172108180820942,
-0.025477232411503792,
0.018780747428536415,
-0.11373824626207352,
-0.08491277694702148,
-0.013945342972874641,
0.028961442410945892,
-0.01168485451489687,
0.031646836549043655,
-0.031153947114944458,
0.0068536982871592045,
0.06196796894073486,
-0.025868143886327744,
0.0321907103061676,
-0.02153412438929081,
0.02216298133134842,
-0.03134090453386307,
-0.04531174153089523,
-0.029998207464814186,
-0.06856247782707214,
0.017404058948159218,
-0.006615752354264259,
0.0610501766204834,
-0.054251715540885925,
0.0013788128271698952,
0.01007021963596344,
-0.027448784559965134,
-0.00775874312967062,
0.02977725863456726,
0.009322389028966427,
0.03059307299554348,
0.009016458876430988,
-0.03458717092871666,
-0.0017431678716093302,
-0.054251715540885925,
-0.007605778053402901,
-0.0009746230789460242,
-0.020429374650120735,
-0.005200822371989489,
0.014914123341441154,
0.009534841403365135,
-0.005629975348711014,
0.058806683868169785,
-0.047045350074768066,
-0.008621297776699066,
-0.021245189011096954,
0.03786742687225342,
-0.020820286124944687,
-0.06295374780893326,
-0.060336340218782425,
-0.04531174153089523,
-0.02794167399406433,
-0.003817760618403554,
0.02445746213197708,
0.05897664651274681,
-0.02014043927192688,
0.04024688899517059,
0.03586187958717346,
0.006390552967786789,
-0.04007692635059357,
-0.006862196139991283,
0.06268180906772614,
0.006586008705198765,
-0.06339564919471741,
-0.031952764838933945,
0.030066192150115967,
0.008527819067239761,
0.054761599749326706,
0.06373556703329086,
0.002370963105931878,
0.04945880174636841,
0.054251715540885925,
-0.036507733166217804,
-0.037085603922605515,
0.03793540969491005,
0.009364879690110683,
-0.054829586297273636,
0.015670452266931534,
0.01380937360227108,
-0.03970301151275635,
-0.014446728862822056,
-0.015542981214821339,
-0.021398155018687248,
-0.012220233678817749,
0.04408801719546318,
-0.02585114724934101,
0.028859466314315796,
-0.008956972509622574,
0.07396725565195084,
0.025324266403913498,
0.019409606233239174,
0.013095535337924957,
-0.03045710362493992,
-0.0809696689248085,
-0.017523031681776047,
0.0037965155206620693,
-0.02634403482079506,
0.014404239133000374,
-0.039940956979990005,
0.03735754266381264,
-0.0006262019742280245,
0.03647374361753464,
-0.01463368721306324,
-0.054183732718229294,
-0.045005809515714645,
0.04204848036170006,
0.031068965792655945,
0.03047410026192665,
-0.028162622824311256,
0.04313623532652855,
0.008540566079318523,
0.024287501350045204,
0.07185973227024078,
0.03186778351664543,
-0.05765094608068466,
0.041402626782655716,
0.020038463175296783,
0.014897126704454422,
0.01754002831876278,
-0.04554968699812889,
0.0020172307267785072,
-0.02799266204237938,
-0.020820286124944687,
-0.022944804280996323,
-0.036507733166217804,
0.0077969846315681934,
0.014421234838664532,
-0.04837104678153992,
0.004155558999627829,
-0.04898291081190109,
0.02603810466825962,
-0.011166471987962723,
0.01070757582783699,
-0.01697065681219101,
-0.01485463697463274,
-0.004151310306042433,
-0.007886214181780815,
0.06489130854606628,
0.013477948494255543,
0.013010554015636444,
0.017387064173817635,
0.051906246691942215,
0.01969853974878788,
-0.040450841188430786,
0.01507558673620224,
-0.012067267671227455,
0.04096072539687157,
-0.05112442374229431,
-0.041572585701942444,
-0.004971374291926622,
-0.027856692671775818,
-0.04306824877858162,
0.0047631715424358845,
0.09395472705364227,
-0.0013958089984953403,
0.024168528616428375,
0.00506910216063261,
0.04072277992963791
] |
8,897 | sentencepiece | _score | null | def _score(self):
return _sentencepiece.ImmutableSentencePieceText__score(self)
| (self) | [
0.024684851989150047,
-0.03407275304198265,
0.0033956237602978945,
0.06984332203865051,
0.06305207312107086,
-0.04321097582578659,
0.018293090164661407,
0.017327668145298958,
0.08515691757202148,
0.0235696230083704,
0.017094634473323822,
-0.014381465502083302,
0.021272582933306694,
0.0021274664904922247,
-0.02020728960633278,
0.027564475312829018,
0.06844512373209,
-0.04910338297486305,
-0.028047185391187668,
-0.005505404435098171,
0.037485022097826004,
-0.014556240290403366,
0.011327068321406841,
-0.029511965811252594,
-0.027997249737381935,
-0.01085267961025238,
0.06115451827645302,
-0.03558746725320816,
-0.0012681572698056698,
-0.05399707332253456,
-0.02934551239013672,
-0.023736076429486275,
-0.002236700616776943,
0.014889144338667393,
-0.019974257797002792,
-0.026216212660074234,
-0.07710063457489014,
-0.01751076616346836,
0.02603311464190483,
-0.024335302412509918,
-0.023952463641762733,
0.032325007021427155,
-0.002746460260823369,
0.016753409057855606,
-0.03868347778916359,
-0.0015802549896761775,
-0.010353323072195053,
0.0452084019780159,
0.0016135454643517733,
-0.09021706134080887,
0.00975409522652626,
-0.030044611543416977,
-0.02561698481440544,
0.0007599580567330122,
-0.012966621667146683,
0.020490258932113647,
0.04217897355556488,
0.03398952633142471,
0.01030338741838932,
-0.009629256092011929,
0.043943364173173904,
0.0023698622826486826,
-0.008118703030049801,
-0.008156155236065388,
0.04830441251397133,
-0.02658240683376789,
0.03635314851999283,
0.04364375025033951,
0.025933243334293365,
0.020074129104614258,
0.003645302029326558,
0.017627282068133354,
0.030793646350502968,
-0.01583792082965374,
-0.020706646144390106,
0.03174242377281189,
-0.012342425994575024,
-0.0037971895653754473,
0.07696747034788132,
-0.0014970289776101708,
0.0325913280248642,
0.03641973063349724,
0.03868347778916359,
-0.06142083927989006,
-0.03725199028849602,
-0.0813618078827858,
0.0648830458521843,
-0.043111104518175125,
-0.03368991240859032,
0.0665142759680748,
0.003713963320478797,
0.07769986242055893,
-0.009770740754902363,
-0.018992189317941666,
-0.0025820888113230467,
-0.005992277059704065,
-0.03648630902171135,
-0.06062186881899834,
0.011859714984893799,
0.002881702734157443,
-0.012192619033157825,
0.19281816482543945,
0.030893517658114433,
0.019907675683498383,
0.0057259537279605865,
0.024218786507844925,
-0.010677904821932316,
-0.026532471179962158,
0.012933331541717052,
0.026565762236714363,
-0.049636028707027435,
0.030943453311920166,
-0.02934551239013672,
-0.002374023664742708,
-0.0011766086099669337,
-0.06541569530963898,
-0.05582804977893829,
0.0034413980320096016,
0.012908363714814186,
0.04773847386240959,
0.013382752425968647,
0.03532114624977112,
-0.01847618818283081,
0.008330930024385452,
-0.0633183941245079,
0.028879446908831596,
-0.01909206062555313,
0.00834757462143898,
0.048071376979351044,
-0.056227535009384155,
0.04034800082445145,
-0.008376704528927803,
0.051566872745752335,
0.024851305410265923,
0.022837234660983086,
-0.0073197330348193645,
0.0890851840376854,
0.030543968081474304,
0.008738737553358078,
0.03701895475387573,
0.06698033958673477,
-0.007165764924138784,
0.0526321679353714,
-0.05785876512527466,
0.025666920468211174,
0.003293671878054738,
-0.015679791569709778,
0.08249368518590927,
-0.018842382356524467,
0.0025675243232399225,
0.05709308385848999,
-0.002101458376273513,
0.07497004419565201,
-0.011610036715865135,
0.0394158661365509,
-0.002423959318548441,
-0.0026299438904970884,
-0.0697767361998558,
0.04607395455241203,
-0.020074129104614258,
0.009196480736136436,
-0.040714193135499954,
-0.0041363355703651905,
-0.02025722526013851,
0.008547317236661911,
0.03227506950497627,
-0.024751434102654457,
-0.05269875004887581,
-0.038983091711997986,
-0.008938480168581009,
-0.016237406060099602,
-0.01285010576248169,
-0.07736695557832718,
0.05116738751530647,
0.031076615676283836,
0.024851305410265923,
-0.025433886796236038,
0.10626304894685745,
0.006837021559476852,
-0.012691975571215153,
-0.002542556496337056,
-0.04387678578495979,
-0.053764041513204575,
-0.03831728175282478,
0.008476575836539268,
0.013207977637648582,
0.02864641323685646,
0.0452084019780159,
-0.023186784237623215,
0.017893604934215546,
-0.0038117540534585714,
-0.04677305370569229,
-0.02315349318087101,
-0.004706434439867735,
-0.00421748124063015,
0.012733588926494122,
-0.04677305370569229,
-0.015288629569113255,
-0.007556927390396595,
-0.0190421249717474,
-0.04910338297486305,
-0.030077902600169182,
-0.02946203015744686,
0.006882796064019203,
-0.047505442053079605,
0.00913822278380394,
-0.05223268270492554,
0.05682676285505295,
-0.08728750050067902,
-0.06471659243106842,
-0.060355547815561295,
-0.012492232955992222,
-0.0069077638909220695,
0.008385026827454567,
0.05659372732043266,
-0.11218874156475067,
0.029828224331140518,
-0.015554952435195446,
-0.02520085498690605,
0.029661772772669792,
0.048071376979351044,
-0.034039463847875595,
0.02300368621945381,
0.006316858809441328,
0.00972080510109663,
-0.025250790640711784,
-0.003788866801187396,
-0.0008743939106352627,
-0.0282469280064106,
-0.00046138453762978315,
-0.007565249688923359,
0.0000031900617614155635,
0.012433975003659725,
-0.016512053087353706,
-0.03618669509887695,
0.018426252529025078,
-0.021472325548529625,
0.07949754595756531,
-0.058557864278554916,
0.0053722430020570755,
-0.0380842499434948,
0.008538994938135147,
0.0020296757575124502,
0.05446314066648483,
-0.06794576346874237,
-0.011851392686367035,
0.037485022097826004,
0.012900041416287422,
0.004515014588832855,
0.03838386386632919,
0.05050158128142357,
-0.04863731563091278,
-0.02748124860227108,
-0.005114241968840361,
-0.0005903849378228188,
-0.007777476217597723,
-0.04570775851607323,
0.05283191055059433,
-0.017227796837687492,
0.023652849718928337,
-0.02328665554523468,
0.016778375953435898,
-0.05216610059142113,
-0.021272582933306694,
-0.02082316391170025,
0.02989480458199978,
-0.022920459508895874,
0.030876873061060905,
-0.009229770861566067,
0.02232123166322708,
0.017560701817274094,
-0.019491545855998993,
-0.02143903635442257,
-0.03350681811571121,
-0.05020196735858917,
-0.0038263185415416956,
-0.028746284544467926,
0.03745173290371895,
0.0380842499434948,
0.023336591199040413,
0.044209688901901245,
0.01498069241642952,
-0.020706646144390106,
-0.031076615676283836,
0.07303920388221741,
0.025433886796236038,
0.010677904821932316,
-0.004340239800512791,
-0.011044099926948547,
-0.04887034744024277,
-0.014389787800610065,
-0.004968596622347832,
0.0697767361998558,
-0.002157635986804962,
0.10752808302640915,
-0.021272582933306694,
-0.007502830121666193,
0.019075416028499603,
0.0380842499434948,
0.038983091711997986,
0.00027256537578068674,
-0.006179535761475563,
-0.007219861727207899,
0.0029940579552203417,
-0.03838386386632919,
0.011876360513269901,
0.025800082832574844,
0.03354010730981827,
0.041879359632730484,
-0.031908877193927765,
-0.023319944739341736,
0.017876960337162018,
-0.005222436040639877,
0.030410805717110634,
0.0019485304364934564,
0.03179235756397247,
0.011027454398572445,
-0.005838308949023485,
0.035421017557382584,
0.03284100815653801,
-0.022570909932255745,
-0.0487704761326313,
0.07283946126699448,
0.023869236931204796,
0.028529897332191467,
-0.06884460896253586,
-0.03605353459715843,
-0.022204715758562088,
0.020456967875361443,
-0.03412269055843353,
0.013699010945856571,
-0.07330552488565445,
0.022238006815314293,
-0.029312223196029663,
-0.03260797634720802,
0.01570476032793522,
0.0507013238966465,
0.02391917258501053,
-0.026682278141379356,
-0.03934928774833679,
-0.026282792910933495,
0.01123551931232214,
0.011859714984893799,
0.030543968081474304,
0.023869236931204796,
0.021039551123976707,
-0.04933641478419304,
-0.012966621667146683,
0.030760355293750763,
-0.03938257694244385,
-0.02273736335337162,
-0.07024280726909637,
0.03227506950497627,
0.0069119250401854515,
-0.013257913291454315,
0.001808086410164833,
0.028896091505885124,
-0.05539527162909508,
-0.021322518587112427,
-0.01752741076052189,
-0.017061345279216766,
-0.05988948047161102,
0.017677217721939087,
0.02501775696873665,
-0.0755692720413208,
0.010261774994432926,
-0.02563362941145897,
-0.01799347624182701,
0.025167563930153847,
0.014298238791525364,
-0.03505482152104378,
0.006225310266017914,
-0.04128013178706169,
-0.0023573783691972494,
0.01260874979197979,
0.00726563623175025,
-0.01759399101138115,
0.024202141910791397,
0.012508878484368324,
-0.06701363623142242,
0.029245641082525253,
0.0010413662530481815,
-0.04843757301568985,
0.03428914025425911,
-0.012483910657465458,
0.022654136642813683,
0.0031833972316235304,
-0.03801766782999039,
-0.0007604782003909349,
-0.007398797664791346,
0.007053409703075886,
0.00015825957234483212,
-0.01630398817360401,
-0.03695237636566162,
-0.057259537279605865,
0.008418316952884197,
-0.005809179972857237,
-0.036785922944545746,
-0.006179535761475563,
0.004664821084588766,
0.03505482152104378,
0.006212826352566481,
-0.00017906608991324902,
-0.021405745297670364,
-0.049369703978300095,
0.02501775696873665,
0.01847618818283081,
0.07823250442743301,
-0.07283946126699448,
0.06561543792486191,
-0.0884859561920166,
0.017960187047719955,
-0.022654136642813683,
-0.033140622079372406,
-0.0468396320939064,
-0.07290603965520859,
0.0674796998500824,
0.02135580964386463,
-0.0024614110589027405,
0.01684495620429516,
0.0007755629485473037,
0.016603602096438408,
0.04946957528591156,
0.046540018171072006,
0.0185594130307436,
-0.013732302002608776,
-0.03798437863588333,
-0.013490946032106876,
0.006408407352864742,
0.00515169370919466,
-0.04121354967355728,
-0.022987041622400284,
-0.028013896197080612,
-0.013407720252871513,
0.03625327721238136,
-0.047305699437856674,
-0.006803731434047222,
-0.03911625221371651,
-0.04307781532406807,
0.012958299368619919,
0.0949443057179451,
0.0500355139374733,
0.06734653562307358,
0.05219939351081848,
0.07636824250221252,
-0.024684851989150047,
-0.034721918404102325,
-0.014056883752346039,
-0.009163190610706806,
-0.03661947324872017,
-0.01467275619506836,
0.05243242532014847,
0.034721918404102325,
0.05692663416266441,
-0.03182565048336983,
0.02994474023580551,
-0.0303608700633049,
-0.08082915842533112,
0.00858893059194088,
0.0029628481715917587,
-0.023386526852846146,
0.09308003634214401,
-0.023902527987957,
0.009371255524456501,
-0.025866663083434105,
-0.0327744260430336,
0.0066913762129843235,
-0.02823028340935707,
-0.014647788368165493,
-0.006470826920121908,
0.09154868125915527,
-0.04773847386240959,
0.008638866245746613,
-0.07370501011610031,
-0.017876960337162018,
0.0035142209380865097,
-0.015380177646875381,
-0.021888457238674164,
-0.015413468703627586,
0.02714834362268448,
0.012758556753396988,
-0.009537708014249802,
-0.06541569530963898,
-0.027947314083576202,
0.03334036469459534,
0.0029191544745117426,
-0.06215323135256767,
-0.01120222918689251,
0.013840495608747005,
-0.04487549886107445,
-0.002898348029702902,
0.03911625221371651,
0.049369703978300095,
-0.03958231955766678,
-0.07510320842266083,
0.03785121813416481,
0.07377158850431442,
0.020523549988865852,
-0.037485022097826004,
-0.013490946032106876,
-0.031143195927143097,
0.03978206217288971,
-0.03641973063349724,
0.004456756170839071,
0.0166285689920187,
0.02047361433506012,
0.0033519300632178783,
-0.0057842121459543705,
0.02748124860227108,
-0.00616705184802413,
-0.02054019458591938,
-0.02102290652692318,
0.010669582523405552,
-0.03998180478811264,
0.01511385478079319,
-0.021755294874310493,
0.0023032815661281347,
0.04500865936279297,
-0.010178548283874989,
-0.014647788368165493,
-0.001258794334717095,
-0.021455680951476097,
-0.0658484697341919,
-0.030144482851028442,
-0.016395535320043564,
0.020989615470170975,
-0.015871211886405945,
0.020456967875361443,
0.056427277624607086,
-0.006483310833573341,
0.057059794664382935,
-0.02947867475450039,
0.013133074156939983,
0.047039374709129333,
0.006529085338115692,
0.07477030158042908,
-0.001654118183068931,
-0.024135559797286987,
-0.025317370891571045,
0.06984332203865051,
-0.004985241685062647,
-0.04204581305384636,
0.015005660243332386,
-0.0141234640032053,
0.029245641082525253,
0.04790492728352547,
-0.023952463641762733,
-0.00515169370919466,
-0.03468862548470497,
0.018775802105665207,
-0.03435572236776352,
-0.005484598223119974,
-0.014381465502083302,
-0.06884460896253586,
0.10679569840431213,
0.06355142593383789,
-0.02355297841131687,
0.011110680177807808,
0.03502153232693672,
0.020856453105807304,
0.0313262939453125,
-0.04920325428247452,
0.07510320842266083,
-0.025866663083434105,
-0.009396223351359367,
0.025999825447797775,
-0.014914112165570259,
0.04663988947868347,
-0.04371033236384392,
-0.04986906051635742,
0.026765504851937294,
0.04507524147629738,
0.05353100970387459,
0.020523549988865852,
-0.0038991414476186037,
0.04670647159218788,
-0.05103422701358795,
-0.06135426089167595,
0.008796995505690575,
0.06355142593383789,
0.003314478322863579,
-0.0004327755596023053,
0.06135426089167595,
0.03552088886499405,
-0.03319055587053299,
0.012733588926494122,
-0.02603311464190483,
0.04074748605489731,
-0.022371167317032814,
0.013349462300539017,
-0.012716943398118019,
-0.020989615470170975,
0.009787386283278465,
0.019424965605139732,
0.0081936065107584,
-0.04797150939702988,
0.00917151290923357,
-0.024917885661125183,
-0.007973057217895985,
-0.006891118828207254,
0.018975544720888138,
0.021555552259087563,
-0.015821276232600212,
0.057059794664382935,
0.06501621007919312,
0.017960187047719955,
0.017410894855856895,
0.030943453311920166,
0.0014054803177714348,
0.03828399255871773,
-0.033007461577653885,
0.019325094297528267,
-0.007802444044500589,
-0.08389188349246979,
0.009462804533541203,
-0.02300368621945381,
0.044009946286678314,
0.01717786118388176,
-0.018925609067082405,
-0.029045898467302322,
0.013898753561079502,
0.046673182398080826,
-0.03838386386632919,
0.024618271738290787,
-0.0020785711240023375,
0.01085267961025238,
0.01147687528282404,
-0.06951041519641876,
-0.004581595305353403,
-0.06857828050851822,
-0.01384881790727377,
0.013665720820426941,
0.015205402858555317,
-0.057958636432886124,
0.009387901052832603,
0.020357096567749977,
-0.019541481509804726,
0.00869712419807911,
0.011901328340172768,
0.01222591008991003,
-0.007070054765790701,
0.03304075077176094,
-0.0217885859310627,
-0.00014070408360566944,
-0.07210706919431686,
0.01731102354824543,
-0.0703759640455246,
0.0033061557915061712,
0.011410294100642204,
0.00017230397497769445,
-0.01627901941537857,
0.007777476217597723,
0.031359583139419556,
0.01140197180211544,
-0.0024905402678996325,
0.006050535477697849,
0.03304075077176094,
-0.045508015900850296,
-0.012542168609797955,
-0.033972881734371185,
-0.0871543437242508,
-0.001711336080916226,
-0.007165764924138784,
-0.012342425994575024,
0.012042812071740627,
-0.007311410270631313,
0.024485109373927116,
-0.0015636098105460405,
0.023186784237623215,
-0.02912912517786026,
-0.021522261202335358,
0.08515691757202148,
-0.034655336290597916,
-0.002775589469820261,
-0.03279107064008713,
0.013116428628563881,
0.01136868167668581,
0.023386526852846146,
0.02686537615954876,
-0.02253762073814869,
0.05199965089559555,
0.05672689154744148,
-0.041879359632730484,
-0.03330707550048828,
0.011701585724949837,
0.033773139119148254,
-0.037618182599544525,
0.021688714623451233,
0.009312997572124004,
-0.0769008919596672,
-0.07983044534921646,
-0.017261087894439697,
-0.030260998755693436,
-0.02521749958395958,
0.06754627823829651,
0.008018831722438335,
0.00706173200160265,
-0.01109403558075428,
0.030344225466251373,
0.015871211886405945,
-0.014106819406151772,
0.027381377294659615,
0.019125351682305336,
-0.021339165046811104,
-0.016462117433547974,
-0.007781637832522392,
-0.04996893182396889,
0.024435173720121384,
-0.014023592695593834,
-0.013382752425968647,
0.025167563930153847,
-0.013932044617831707,
-0.03227506950497627,
0.03944915905594826,
-0.008988415822386742,
0.014081851579248905,
0.051633454859256744,
0.0358537919819355,
-0.02398575469851494,
0.029511965811252594,
-0.005676018074154854,
-0.018992189317941666,
0.04767189547419548,
-0.0018757075304165483,
-0.04174619913101196,
0.021938392892479897,
0.011759843677282333,
-0.014772627502679825,
0.035354435443878174,
-0.019058769568800926,
-0.05193306878209114,
-0.06058857962489128,
0.007502830121666193,
-0.07650140672922134,
-0.0073779914528131485,
0.012275845743715763,
0.009271384216845036,
-0.048071376979351044,
0.046540018171072006,
-0.0168699249625206,
0.033157266676425934,
-0.0003669749712571502,
-0.017627282068133354,
-0.0358537919819355,
-0.021672068163752556,
0.020307160913944244,
-0.05193306878209114,
0.0384504459798336,
0.017960187047719955,
-0.011327068321406841,
0.023403171449899673,
0.02418549545109272,
0.04500865936279297,
0.0095210624858737,
0.03522127494215965,
0.02227129600942135,
0.022570909932255745,
-0.02087309956550598,
0.003064800053834915,
0.019358383491635323,
0.015088886953890324,
-0.02864641323685646,
-0.026532471179962158,
0.05572817847132683,
-0.027164990082383156,
0.009396223351359367,
-0.025267435237765312,
0.05892406031489372
] |
8,898 | sentencepiece | _text | null | def _text(self):
return _sentencepiece.ImmutableSentencePieceText__text(self)
| (self) | [
0.010479767806828022,
-0.06901057064533234,
0.04094904288649559,
0.06679335981607437,
0.016603069379925728,
-0.053351543843746185,
0.028442608192563057,
0.030244089663028717,
0.1473056823015213,
0.03154323250055313,
0.0351635180413723,
-0.025792352855205536,
-0.02499554492533207,
-0.0016748140333220363,
-0.04067188873887062,
0.03234004229307175,
-0.0013348711654543877,
-0.06329432874917984,
-0.005811507347971201,
0.009786889888346195,
0.009102674201130867,
-0.02461446262896061,
0.0237483661621809,
-0.05189650133252144,
-0.017235320061445236,
-0.00020786315144505352,
-0.014481132850050926,
-0.04382448270916939,
-0.0016163525870069861,
-0.050787895917892456,
-0.02442392148077488,
-0.07483073323965073,
0.0027845001313835382,
-0.0026394289452582598,
-0.00034725054865702987,
0.025064831599593163,
-0.05331689864397049,
-0.02575770951807499,
0.03490368649363518,
-0.05186185613274574,
-0.01006404124200344,
0.0051835873164236546,
0.006556350272148848,
0.007127974182367325,
-0.03790038079023361,
-0.025428593158721924,
0.029811041429638863,
0.058374904096126556,
-0.04410163313150406,
-0.0636754110455513,
0.04437878355383873,
0.021444547921419144,
-0.03921684995293617,
-0.021981528028845787,
-0.05407906323671341,
-0.012809567153453827,
0.03783109411597252,
0.030001582577824593,
0.007500395644456148,
0.023419247940182686,
0.016594408079981804,
0.005599313881248236,
0.038731835782527924,
0.0018101416062563658,
0.04333946853876114,
0.013692985288798809,
0.034262776374816895,
0.021513836458325386,
0.06526903063058853,
0.02461446262896061,
0.029118163511157036,
-0.014385862275958061,
-0.009016063995659351,
0.020578451454639435,
-0.04074117913842201,
-0.05452943593263626,
-0.007556691765785217,
0.011034069582819939,
0.04171120747923851,
-0.014818910509347916,
-0.005911108572036028,
0.04534881189465523,
-0.01815338246524334,
-0.022189391776919365,
0.009405807591974735,
-0.08626320958137512,
0.013615036383271217,
-0.047184936702251434,
-0.05466800928115845,
0.042715877294540405,
0.0077732158824801445,
0.020838281139731407,
-0.06159678101539612,
0.05310903489589691,
-0.016386546194553375,
-0.0029468932189047337,
-0.026918279007077217,
-0.04257730394601822,
-0.030469274148344994,
0.02794027328491211,
-0.026104148477315903,
0.12485646456480026,
0.014801588840782642,
0.023783009499311447,
0.01601412333548069,
-0.0014236461138352752,
-0.03963257372379303,
-0.04150334373116493,
0.04721957817673683,
0.013000108301639557,
-0.02802688255906105,
0.0531783252954483,
0.0069417632184922695,
-0.020734349265694618,
0.026658449321985245,
-0.0779486820101738,
-0.06606584042310715,
-0.018603751435875893,
-0.0053827897645533085,
0.012878854759037495,
0.030192123726010323,
0.009561705403029919,
-0.060314957052469254,
-0.0007150709279812872,
-0.0494367852807045,
0.06887198984622955,
-0.021132754161953926,
-0.03831610828638077,
0.07490002363920212,
-0.1226392611861229,
0.02677970379590988,
0.00470723444595933,
0.06474937498569489,
0.0040728189051151276,
0.032651837915182114,
0.010800222866237164,
0.055638037621974945,
0.034539926797151566,
-0.0033886025194078684,
0.0769093707203865,
0.008418457582592964,
-0.0037718501407653093,
0.03202824667096138,
0.01354574877768755,
-0.006725239101797342,
-0.020474521443247795,
-0.0013392016990110278,
0.03504226356744766,
-0.01654244214296341,
-0.010263243690133095,
0.05494515970349312,
0.004129115026444197,
0.014472472481429577,
0.0014637029962614179,
0.0014312244020402431,
0.012203299440443516,
-0.026831669732928276,
-0.003109286306425929,
0.03164716437458992,
-0.003609457053244114,
-0.0006712247850373387,
-0.04534881189465523,
-0.015511787496507168,
0.052589379251003265,
0.01505275722593069,
0.0569891482591629,
0.03564853221178055,
-0.06637763231992722,
0.00012165949010523036,
-0.016559764742851257,
-0.012229282408952713,
0.01021993812173605,
-0.0703616812825203,
0.06097319349646568,
0.014022101648151875,
0.0503375269472599,
-0.005339484661817551,
0.11931344866752625,
0.010237260721623898,
-0.017365233972668648,
-0.041676562279462814,
-0.0010950707364827394,
-0.06821376085281372,
-0.014593726024031639,
0.05504909157752991,
-0.013268598355352879,
0.02963782101869583,
0.017841586843132973,
-0.006144954357296228,
-0.033119529485702515,
0.009258571080863476,
-0.035683173686265945,
-0.005789855029433966,
0.02906619757413864,
-0.035579241812229156,
-0.008912133052945137,
-0.03535405918955803,
-0.04787781462073326,
-0.05854812264442444,
-0.03876647725701332,
-0.020110759884119034,
-0.04160727560520172,
0.004172419663518667,
0.022120103240013123,
-0.03542334586381912,
0.00629652151837945,
-0.0261214692145586,
0.043755192309617996,
-0.0864710733294487,
-0.0024813665077090263,
-0.02364443428814411,
-0.005789855029433966,
-0.0037935024593025446,
0.007764555048197508,
0.07136634737253189,
-0.1283901482820511,
-0.03308488428592682,
-0.010860850103199482,
-0.04292374104261398,
0.041295479983091354,
0.03137001395225525,
-0.029672466218471527,
0.051653992384672165,
-0.005131621845066547,
-0.025324661284685135,
-0.03268647938966751,
0.0003808118053711951,
-0.001066922559402883,
-0.011086034588515759,
-0.029239417985081673,
0.01626529172062874,
0.016932185739278793,
-0.03828146308660507,
0.007543700281530619,
-0.037969671189785004,
0.016170021146535873,
-0.02889297902584076,
-0.009509739466011524,
0.0059241000562906265,
-0.009596348740160465,
-0.03116215206682682,
0.0037025625351816416,
-0.0034037590958178043,
0.06440293043851852,
-0.017806943506002426,
0.03956328704953194,
0.012471789494156837,
0.051653992384672165,
0.024302667006850243,
0.003379941452294588,
0.056885216385126114,
-0.05976065620779991,
-0.04164191707968712,
0.0029122494161128998,
0.00866529531776905,
-0.048986416310071945,
0.01169230230152607,
0.024354632943868637,
0.0026589161716401577,
0.02298619970679283,
-0.011060051620006561,
0.0037437020801007748,
-0.04635348170995712,
0.025307338684797287,
0.014481132850050926,
-0.01595349796116352,
-0.06901057064533234,
0.025688420981168747,
-0.031144829466938972,
0.015702329576015472,
0.08917329460382462,
0.0029274059925228357,
-0.020076116546988487,
-0.057439517229795456,
-0.03518084064126015,
-0.016230648383498192,
-0.04999108985066414,
0.021132754161953926,
0.013485122472047806,
0.009665636345744133,
0.02222403511404991,
0.005257205571979284,
0.005170595832169056,
-0.028269389644265175,
0.059518150985240936,
-0.0170967448502779,
0.019504493102431297,
-0.016343239694833755,
0.03299827501177788,
-0.05446014553308487,
-0.0005694584106095135,
0.011302558705210686,
0.0484667606651783,
-0.018118739128112793,
0.06998059898614883,
0.0025008535012602806,
-0.0313526913523674,
0.03772716224193573,
-0.0015503127360716462,
-0.031110186129808426,
0.03253058344125748,
0.0025961240753531456,
-0.051446132361888885,
0.02222403511404991,
-0.06949558109045029,
-0.004906436428427696,
0.004889114759862423,
0.06662014126777649,
0.05206971988081932,
-0.05518766865134239,
-0.03202824667096138,
-0.033985625952482224,
0.01618734374642372,
0.06859484314918518,
-0.02166973426938057,
0.036999642848968506,
0.017209336161613464,
0.00637013977393508,
0.04507166147232056,
0.04524488002061844,
-0.012913498096168041,
-0.06987666338682175,
0.05380191281437874,
0.032461296766996384,
0.018482498824596405,
-0.04818960651755333,
0.004460396710783243,
-0.011614353395998478,
-0.0058548119850456715,
0.0042958385311067104,
0.005963074043393135,
-0.0261214692145586,
-0.01825731433928013,
0.00031720782862976193,
-0.07517717778682709,
0.011943470686674118,
0.039390068501234055,
-0.010895493440330029,
0.0007740737055428326,
-0.06526903063058853,
-0.017339251935482025,
0.011337202973663807,
-0.018291957676410675,
0.026156114414334297,
0.02080363780260086,
0.02291691303253174,
-0.04992179945111275,
-0.005629627034068108,
0.06925307214260101,
-0.020734349265694618,
-0.00945777352899313,
-0.03348328918218613,
0.03268647938966751,
-0.010531732812523842,
-0.02963782101869583,
0.003550995606929064,
0.003358289133757353,
-0.0006674355827271938,
-0.03984043747186661,
-0.005629627034068108,
0.018465176224708557,
-0.012688313610851765,
0.013034751638770103,
0.024458564817905426,
-0.02298619970679283,
-0.0025961240753531456,
-0.019816286861896515,
0.042334794998168945,
0.04406698793172836,
0.042611945420503616,
-0.006963415537029505,
0.012437145225703716,
-0.04597239941358566,
0.00794210471212864,
0.006517375819385052,
0.017703011631965637,
-0.03855861350893974,
0.013831560499966145,
-0.029568534344434738,
-0.05009502172470093,
0.012385179288685322,
-0.01225526537746191,
-0.03599496930837631,
0.04382448270916939,
-0.0054780603386461735,
0.05016430839896202,
0.011337202973663807,
-0.013424495235085487,
0.04247337207198143,
-0.0023904263507574797,
0.01929662935435772,
-0.036930352449417114,
-0.029568534344434738,
0.001487520756199956,
-0.03393365815281868,
-0.026294689625501633,
0.0048414794728159904,
-0.03126608207821846,
0.008669625967741013,
0.011856860481202602,
0.05283188447356224,
0.03821217641234398,
-0.013519765809178352,
-0.020283980295062065,
-0.05546481907367706,
0.036826420575380325,
0.003936408553272486,
0.037761807441711426,
-0.034539926797151566,
0.03762323036789894,
-0.02061309665441513,
0.015078739263117313,
-0.01870768330991268,
-0.07961158454418182,
-0.002217206871137023,
-0.052970461547374725,
0.03133536875247955,
0.013744951225817204,
-0.004789513535797596,
0.016317257657647133,
-0.03367383033037186,
0.022934235632419586,
0.027888307347893715,
0.031110186129808426,
0.009232588112354279,
0.01796284131705761,
-0.04763530567288399,
-0.04153798520565033,
0.05310903489589691,
0.0009353841887786984,
-0.022847624495625496,
-0.04160727560520172,
-0.057543449103832245,
-0.00046092571574263275,
0.029152806848287582,
-0.0016661530826240778,
-0.008128315210342407,
-0.04001365602016449,
-0.028996910899877548,
0.04098368436098099,
0.034730467945337296,
0.044621288776397705,
0.050510745495557785,
0.052866529673337936,
0.0855010449886322,
-0.01683691516518593,
-0.06623905897140503,
-0.011493099853396416,
0.018846258521080017,
-0.01707076095044613,
0.03599496930837631,
0.08466958999633789,
0.03589103743433952,
0.0006376635283231735,
-0.03724214807152748,
0.0038519641384482384,
0.05567268282175064,
-0.08259095996618271,
0.0005145154427736998,
0.03525012731552124,
-0.05428692698478699,
0.07940372824668884,
-0.004404100589454174,
-0.021635090932250023,
0.059622082859277725,
-0.0627053827047348,
0.002933901734650135,
-0.012567060068249702,
-0.06183928996324539,
-0.010124667547643185,
0.06329432874917984,
-0.018118739128112793,
-0.0008070936310105026,
-0.047947101294994354,
0.010341191664338112,
0.006283530034124851,
-0.03845468536019325,
-0.023349961265921593,
-0.024960899725556374,
-0.024753037840127945,
-0.013744951225817204,
-0.02717810682952404,
-0.0684562623500824,
-0.03547530993819237,
-0.020665062591433525,
0.02004147320985794,
0.008054696954786777,
0.007067347411066294,
0.057058434933423996,
-0.035406023263931274,
-0.007894469425082207,
0.06700122356414795,
0.0059241000562906265,
-0.03914755955338478,
-0.03166448697447777,
0.03724214807152748,
0.013233954086899757,
0.00922392774373293,
-0.012567060068249702,
0.00911999586969614,
-0.04895177111029625,
0.0474967323243618,
0.0071323043666779995,
-0.03171645477414131,
0.010185294784605503,
-0.008743244223296642,
0.011423812247812748,
0.018032127991318703,
0.02813081443309784,
-0.020578451454639435,
0.00960501004010439,
-0.008604668080806732,
-0.0077775465324521065,
-0.07164350152015686,
0.01671566255390644,
-0.03755394369363785,
0.006218572612851858,
0.045279525220394135,
-0.02802688255906105,
-0.02745525911450386,
-0.035579241812229156,
0.03147394582629204,
-0.08245238661766052,
-0.02364443428814411,
-0.01524329837411642,
0.021427227184176445,
-0.05085718631744385,
0.020093439146876335,
-0.005802846513688564,
0.0125930430367589,
0.027576511725783348,
-0.054113708436489105,
0.037692517042160034,
0.02404283732175827,
-0.006049683783203363,
0.041676562279462814,
-0.03997901454567909,
-0.005101308226585388,
-0.00824090838432312,
0.054979804903268814,
-0.022120103240013123,
-0.05996851995587349,
-0.0251860860735178,
0.00016320505528710783,
0.0048674619756639,
0.018465176224708557,
-0.007400794420391321,
0.02451053075492382,
-0.02366175502538681,
0.06492259353399277,
-0.040152233093976974,
-0.03668784722685814,
-0.03564853221178055,
-0.056019119918346405,
0.04763530567288399,
0.020872924476861954,
-0.02603485994040966,
0.019556459039449692,
0.001066922559402883,
0.014576403424143791,
-0.0006566093652509153,
-0.03486904501914978,
0.01938323862850666,
0.008020053617656231,
0.050025731325149536,
0.06949558109045029,
0.0036181181203573942,
0.038142889738082886,
-0.03097161091864109,
-0.04929821193218231,
0.05009502172470093,
0.017512470483779907,
0.03956328704953194,
0.02594825066626072,
-0.003825981169939041,
0.0531783252954483,
-0.00882119219750166,
-0.003436237806454301,
0.03306756168603897,
0.03724214807152748,
0.0074224467389285564,
0.019140731543302536,
0.059137068688869476,
0.0318203829228878,
-0.004049001261591911,
0.004040339961647987,
-0.034730467945337296,
-0.0020299137104302645,
-0.0029144147410988808,
0.015650363638997078,
0.008617660030722618,
0.004287177696824074,
0.04056796059012413,
0.04160727560520172,
0.04818960651755333,
-0.04333946853876114,
0.03509422764182091,
-0.0040013655088841915,
-0.01834392361342907,
-0.020872924476861954,
0.03467850387096405,
0.017131388187408447,
-0.006924441549926996,
0.08480817079544067,
0.046595990657806396,
0.017512470483779907,
0.0019790304359048605,
0.026346655562520027,
0.008531050756573677,
0.050129663199186325,
-0.047081004828214645,
-0.014896859414875507,
-0.018499821424484253,
-0.09755710512399673,
-0.02745525911450386,
-0.009622331708669662,
0.03299827501177788,
0.006837831810116768,
0.0213925838470459,
-0.011614353395998478,
0.04863997921347618,
0.01775497756898403,
-0.08196736872196198,
0.04590311273932457,
-0.03724214807152748,
0.003278175136074424,
0.020682383328676224,
-0.07101991027593613,
-0.016914865002036095,
-0.03386437147855759,
0.007435438223183155,
0.0084401099011302,
-0.008457432501018047,
-0.002101366640999913,
0.003085468662902713,
0.05196578800678253,
-0.03973650559782982,
-0.012142672203481197,
0.03183770552277565,
0.012688313610851765,
-0.0024272354785352945,
0.012038741260766983,
-0.053732626140117645,
-0.013147344812750816,
-0.0874411016702652,
0.03790038079023361,
-0.07573147863149643,
-0.04780852422118187,
-0.028252067044377327,
-0.019504493102431297,
-0.021305972710251808,
0.012844210490584373,
0.029516568407416344,
0.0005802846280857921,
0.021894918754696846,
0.014836233109235764,
0.012437145225703716,
-0.019608424976468086,
-0.020734349265694618,
-0.024960899725556374,
-0.03883576765656471,
0.013372529298067093,
-0.021912241354584694,
-0.037380725145339966,
0.03921684995293617,
-0.015182671137154102,
0.004793844185769558,
0.026000216603279114,
0.026848990470170975,
-0.022258680313825607,
0.0008520224364474416,
0.05996851995587349,
-0.03717286139726639,
-0.04905570298433304,
0.00809367187321186,
0.01762506365776062,
0.05816704034805298,
0.007357489783316851,
0.05255473405122757,
0.002992363413795829,
0.04174584895372391,
0.022310644388198853,
-0.02269172854721546,
-0.05546481907367706,
-0.024822324514389038,
0.025861641392111778,
-0.027767052873969078,
0.01206472422927618,
0.043651264160871506,
-0.12021419405937195,
-0.08023517578840256,
0.012627686373889446,
-0.05626162886619568,
0.013329224660992622,
0.13039948046207428,
-0.004538345616310835,
0.035111550241708755,
-0.09617134928703308,
0.015425178222358227,
0.04417091980576515,
0.024822324514389038,
-0.008894810453057289,
0.011510422453284264,
-0.06513045728206635,
0.006469740532338619,
-0.013303241692483425,
0.020266657695174217,
0.010202616453170776,
-0.030919644981622696,
0.00489777559414506,
0.04126083478331566,
0.05851347744464874,
-0.027212752029299736,
0.02156580239534378,
0.03810824453830719,
0.0069460938684642315,
0.002472705440595746,
0.013692985288798809,
-0.03209753707051277,
0.04663063585758209,
-0.004828487988561392,
-0.018465176224708557,
0.03460921347141266,
0.02955121174454689,
-0.022293323650956154,
0.07462286949157715,
-0.05064932256937027,
0.005707575939595699,
0.04174584895372391,
-0.004585980903357267,
-0.03450528532266617,
-0.011969453655183315,
-0.015407856553792953,
-0.014186660759150982,
-0.011068712919950485,
-0.012584381736814976,
0.010419140569865704,
-0.03403759002685547,
-0.03060784935951233,
-0.013034751638770103,
-0.03105822019279003,
-0.009154640138149261,
-0.030157478526234627,
-0.006378800608217716,
0.0046336161904037,
-0.004020852968096733,
-0.010245921090245247,
0.011648997664451599,
0.01785890944302082,
-0.0022843293845653534,
0.007370480801910162,
0.05768202617764473,
-0.011770251207053661,
0.028650471940636635,
0.03734607994556427,
0.011086034588515759,
0.050406813621520996,
-0.0025376626290380955,
-0.03240932896733284,
0.020855603739619255,
-0.015728311613202095,
0.008981420658528805,
0.028338676318526268,
0.05428692698478699,
-0.02821742370724678,
-0.003724214853718877,
-0.015035434626042843,
0.05109969154000282
] |
8,899 | sentencepiece | _text_as_bytes | null | def _text_as_bytes(self):
return _sentencepiece.ImmutableSentencePieceText__text_as_bytes(self)
| (self) | [
0.014961589127779007,
-0.06475754827260971,
0.01929396018385887,
0.05051509663462639,
-0.01346192229539156,
-0.0724751278758049,
-0.006941440515220165,
0.047778863459825516,
0.11492184549570084,
0.00856827199459076,
0.07373800873756409,
-0.029274199157953262,
-0.011769316159188747,
0.014137211255729198,
-0.02643272466957569,
0.037816163152456284,
-0.03260679170489311,
-0.05826776102185249,
0.028958480805158615,
0.009331260807812214,
-0.012576154433190823,
-0.01777675375342369,
0.013953041285276413,
-0.0037754771765321493,
-0.004428840707987547,
0.013312832452356815,
-0.010629218071699142,
-0.024608569219708443,
-0.0179609227925539,
-0.010339808650314808,
-0.012444604188203812,
-0.08243782818317413,
0.050164297223091125,
-0.006406471598893404,
0.007441329769790173,
0.0023262377362698317,
-0.0010814483975991607,
0.005481238942593336,
0.010129328817129135,
-0.06496802717447281,
-0.034009989351034164,
0.012006104923784733,
-0.022994892671704292,
-0.0019250110490247607,
-0.017329484224319458,
-0.017627663910388947,
-0.00039273075526580215,
0.05809235945343971,
-0.05732060223817825,
-0.037535522133111954,
0.028940940275788307,
-0.007279084995388985,
-0.00018307336722500622,
0.013900421559810638,
-0.017996003851294518,
-0.01675066538155079,
0.01719793491065502,
0.009120780974626541,
-0.017145315185189247,
0.039885878562927246,
0.012286745011806488,
0.008550732396543026,
0.09724155813455582,
-0.05170781537890434,
0.026871224865317345,
0.031817495822906494,
0.0018658136250451207,
-0.007963143289089203,
0.03548334538936615,
0.04486722871661186,
0.030168738216161728,
-0.015066828578710556,
-0.03690408542752266,
0.02017095871269703,
-0.0884014144539833,
-0.024205150082707405,
0.016215696930885315,
0.035430725663900375,
0.010462588630616665,
0.01625954732298851,
0.0353781059384346,
0.015058059245347977,
0.010252108797430992,
-0.012146425433456898,
0.019346579909324646,
-0.06963365525007248,
0.006564331706613302,
-0.010138099081814289,
-0.04167495295405388,
0.02188987471163273,
0.030852796509861946,
0.0016947990516200662,
-0.04630550369620323,
0.07212433218955994,
0.005104129668325186,
-0.03472912684082985,
-0.015619337558746338,
-0.022047733888030052,
-0.04325355216860771,
0.009331260807812214,
-0.0492522194981575,
0.12376198172569275,
-0.0031462309416383505,
0.013716251589357853,
-0.00452092569321394,
0.0055689383298158646,
-0.012242894619703293,
-0.054829925298690796,
0.024099910631775856,
-0.012541074305772781,
-0.009129551239311695,
0.07212433218955994,
0.0067397309467196465,
-0.017425954341888428,
0.04041207581758499,
-0.06023223698139191,
-0.026976464316248894,
-0.038272202014923096,
0.007559724617749453,
0.011900865472853184,
0.04290275275707245,
0.03327331319451332,
-0.02750266343355179,
0.00748956436291337,
-0.024678729474544525,
0.07542184740304947,
-0.011190497316420078,
-0.020609457045793533,
0.061775751411914825,
-0.07843872159719467,
0.04563898593187332,
0.009568050503730774,
0.03630772605538368,
0.01577719673514366,
0.035816606134176254,
-0.0024227076210081577,
0.04002619907259941,
0.023275531828403473,
-0.000166629659361206,
0.0496731773018837,
0.023047512397170067,
-0.007757049053907394,
0.09057637304067612,
-0.007616729475557804,
0.005906582809984684,
-0.004582315683364868,
0.01806616224348545,
-0.01635601557791233,
-0.05518072471022606,
-0.011427286081016064,
0.062056392431259155,
0.012242894619703293,
-0.019451819360256195,
-0.006121447309851646,
-0.011953485198318958,
0.015654418617486954,
-0.011935945600271225,
-0.012830483727157116,
0.04679662361741066,
-0.012900643050670624,
-0.01996047981083393,
-0.01808370277285576,
-0.005314609035849571,
0.02092517726123333,
0.017048845067620277,
0.07198401540517807,
0.010664298199117184,
-0.059776198118925095,
0.003391790436580777,
-0.01702253520488739,
-0.025275088846683502,
0.03707948327064514,
-0.08468294888734818,
0.06356482952833176,
0.0490417405962944,
0.032308612018823624,
0.011058947071433067,
0.10446802526712418,
0.013961811549961567,
-0.022503772750496864,
-0.027151864022016525,
-0.0031900808680802584,
-0.03662344440817833,
0.003523340215906501,
0.05381260812282562,
-0.020223578438162804,
0.026695825159549713,
0.05490008741617203,
-0.0016553341411054134,
-0.045147866010665894,
0.000887412519659847,
-0.018101243302226067,
0.017724134027957916,
0.005169904325157404,
-0.02785346284508705,
-0.026590585708618164,
-0.011874555610120296,
-0.025924066081643105,
-0.07696536183357239,
-0.02253885380923748,
-0.00503835454583168,
-0.06654662638902664,
0.030309056863188744,
0.00637139193713665,
-0.05735568329691887,
-0.009471580386161804,
-0.01335668284446001,
0.027257103472948074,
-0.04535834491252899,
-0.01079584751278162,
-0.020609457045793533,
-0.026590585708618164,
-0.03855283930897713,
-0.007112455554306507,
0.043884988874197006,
-0.11127353459596634,
-0.013137432746589184,
-0.0004554909246508032,
-0.00220126542262733,
0.026204705238342285,
0.0412890762090683,
0.0016958952182903886,
-0.007103685289621353,
-0.025468027219176292,
-0.026397645473480225,
-0.02302997186779976,
-0.01882038079202175,
-0.0021815330255776644,
0.00141415954567492,
-0.035816606134176254,
0.025555728003382683,
0.04297291114926338,
-0.05405816808342934,
0.015908747911453247,
-0.010269648395478725,
0.03316807001829147,
-0.0023547401651740074,
-0.042551953345537186,
0.010252108797430992,
-0.02262655273079872,
-0.011497446335852146,
-0.00575749296694994,
0.005700488109141588,
0.08110479265451431,
-0.009497890248894691,
0.02692384459078312,
0.039324600249528885,
0.056724242866039276,
0.007993838749825954,
-0.006007437594234943,
0.021521534770727158,
-0.09148845076560974,
-0.05363721027970314,
-0.046551063656806946,
0.02709924429655075,
-0.03251909464597702,
0.026608124375343323,
-0.0033786355052143335,
0.011830705218017101,
0.06742361932992935,
0.002913826610893011,
0.025906527414917946,
-0.04805950075387955,
0.009208480827510357,
0.01864498108625412,
-0.022012654691934586,
-0.07689519971609116,
0.02862522192299366,
-0.015698267146945,
0.05486500635743141,
0.055987562984228134,
-0.018206482753157616,
-0.03243139386177063,
-0.03358903154730797,
-0.04535834491252899,
-0.04956793785095215,
-0.04781394079327583,
0.023556170985102654,
0.018206482753157616,
-0.010646757669746876,
0.002633186988532543,
-0.014926509000360966,
0.03450110927224159,
-0.03385213017463684,
0.06703773885965347,
-0.00465686060488224,
-0.005880272947251797,
-0.034097690135240555,
0.018873000517487526,
-0.05696980282664299,
-0.011874555610120296,
0.0232229121029377,
0.02081993781030178,
-0.026117006316781044,
0.07380817085504532,
0.015636878088116646,
-0.024591028690338135,
0.0023481626994907856,
0.05395292863249779,
-0.019241340458393097,
0.01302342303097248,
0.020188499242067337,
-0.00809030793607235,
0.030273977667093277,
-0.04890142008662224,
0.010866007767617702,
-0.007493949495255947,
0.05202353373169899,
0.028011322021484375,
-0.02853752113878727,
-0.024398090317845345,
-0.051777973771095276,
0.04711234197020531,
0.04591962695121765,
-0.0029730238020420074,
0.023450931534171104,
0.04346403107047081,
0.030414298176765442,
0.033536411821842194,
0.05276020988821983,
-0.017724134027957916,
-0.04686678200960159,
0.05714520066976547,
0.0065818713046610355,
0.029537299647927284,
-0.046095024794340134,
0.04469182714819908,
-0.006428396794945002,
-0.004005689173936844,
0.007967528887093067,
0.04539342597126961,
0.006046902388334274,
0.028379661962389946,
0.012356904335319996,
-0.03555350750684738,
0.03453619033098221,
0.039149198681116104,
-0.015329928137362003,
-0.020135877653956413,
-0.058829039335250854,
0.009375110268592834,
0.02785346284508705,
0.02616962604224682,
0.026678284630179405,
0.014987898990511894,
-0.008989231660962105,
-0.07605328410863876,
-0.015110678970813751,
0.016873445361852646,
0.0061959922313690186,
-0.02511722780764103,
-0.05412833020091057,
0.020574377849698067,
-0.007401864975690842,
-0.06416118890047073,
-0.010480128228664398,
0.013514542020857334,
-0.009910079650580883,
-0.028590140864253044,
0.02350355125963688,
0.03834236040711403,
0.0073229349218308926,
-0.004216169007122517,
0.002293350175023079,
-0.01920626126229763,
0.006428396794945002,
-0.018487121909856796,
0.026187166571617126,
0.03964031860232353,
0.04700710251927376,
-0.017180394381284714,
0.027432503178715706,
-0.07110701501369476,
0.0063494667410850525,
0.011672846041619778,
0.00841918308287859,
-0.08222734928131104,
0.0013275559758767486,
-0.04111367464065552,
-0.030747557058930397,
0.004389375913888216,
-0.01815386302769184,
-0.06012699753046036,
0.0013056310126557946,
0.0319402739405632,
0.044832147657871246,
0.032571714371442795,
-0.04041207581758499,
0.058337919414043427,
-0.01579473726451397,
-0.0023108902387320995,
-0.03953507915139198,
-0.01588243804872036,
0.02730972319841385,
-0.032852351665496826,
-0.014470470137894154,
0.02073223702609539,
0.011813165619969368,
0.025169847533106804,
0.02958991937339306,
0.026309946551918983,
0.04956793785095215,
0.0068186610005795956,
0.008401642553508282,
-0.06331927329301834,
0.04325355216860771,
-0.011690385639667511,
0.03686900436878204,
-0.03527286648750305,
0.02957237884402275,
-0.0032909356523305178,
0.027713142335414886,
-0.012216584756970406,
-0.07191385328769684,
-0.00842356774955988,
-0.03271203115582466,
0.0016147729475051165,
-0.0012617812026292086,
-0.0010359541047364473,
0.016592806205153465,
-0.024608569219708443,
0.058829039335250854,
0.028081482276320457,
0.012190274894237518,
0.04374466836452484,
0.02746758423745632,
-0.038938719779253006,
-0.01922379992902279,
0.04395515099167824,
0.01093616709113121,
0.02750266343355179,
-0.03374689072370529,
-0.05946047604084015,
-0.005884658079594374,
0.019048400223255157,
0.03225599229335785,
-0.00036176174762658775,
-0.05430372804403305,
-0.010453818365931511,
0.06675710529088974,
0.014058280736207962,
0.025801286101341248,
0.035237789154052734,
0.04963809624314308,
0.08917317539453506,
-0.03883348032832146,
-0.07500088214874268,
-0.015917517244815826,
0.028221802785992622,
-0.018592361360788345,
0.041604794561862946,
0.03497468680143356,
0.053882770240306854,
-0.028414741158485413,
-0.048445381224155426,
-0.002088351873680949,
0.0922602117061615,
-0.07724600285291672,
-0.014005661010742188,
-0.00262880208902061,
-0.06398578733205795,
0.04756838083267212,
-0.010322269052267075,
-0.030572157353162766,
0.044270869344472885,
-0.057390760630369186,
-0.03425554931163788,
0.006915130652487278,
0.009910079650580883,
-0.0015665380051359534,
0.0647224634885788,
-0.016505105420947075,
0.022188054397702217,
-0.05430372804403305,
0.028134102001786232,
0.03595692664384842,
-0.015119449235498905,
-0.004858570173382759,
-0.04448134824633598,
-0.04525310546159744,
-0.034957148134708405,
-0.01996047981083393,
-0.057004883885383606,
-0.03728996217250824,
-0.010778307914733887,
-0.006498556584119797,
-0.00300591136328876,
0.010725688189268112,
0.0509711354970932,
-0.004080234095454216,
-0.01578596793115139,
0.09078685194253922,
-0.03185257315635681,
0.004529695492237806,
0.02785346284508705,
0.0460248664021492,
0.006757271010428667,
0.01408459059894085,
-0.03350133076310158,
0.002725271973758936,
-0.04223623126745224,
0.037219803780317307,
-0.01288310345262289,
-0.061389874666929245,
-0.0014711645198985934,
-0.03099311701953411,
0.02966007962822914,
-0.008099078200757504,
0.029046179726719856,
0.01184824574738741,
-0.03879839926958084,
-0.0064678615890443325,
-0.028940940275788307,
-0.05128685384988785,
-0.0010326653718948364,
-0.006994060706347227,
-0.007866674102842808,
0.00016580747615080327,
-0.02711678482592106,
-0.013523312285542488,
-0.05314609035849571,
0.06500310450792313,
-0.06545914709568024,
-0.04805950075387955,
0.006625721231102943,
-0.01421614084392786,
-0.06784457713365555,
-0.001495281932875514,
0.006669571157544851,
0.0017912688199430704,
0.014540630392730236,
-0.03453619033098221,
0.06552930176258087,
0.0005226361099630594,
-0.013970580883324146,
0.034676507115364075,
-0.021539075300097466,
0.0319402739405632,
-0.014637099578976631,
0.023521091789007187,
-0.03250155225396156,
-0.04500754550099373,
-0.038272202014923096,
-0.02436300925910473,
-0.02587144635617733,
0.034115228801965714,
0.015619337558746338,
0.028976019471883774,
-0.028958480805158615,
0.044165629893541336,
-0.04100843518972397,
0.0008917975355871022,
-0.00698967557400465,
-0.019381660968065262,
0.05756616219878197,
-0.02367895096540451,
-0.009471580386161804,
0.021714475005865097,
-0.002497252309694886,
0.02509968914091587,
-0.0046831704676151276,
-0.030887875705957413,
-0.034851908683776855,
-0.011997335590422153,
0.0069765206426382065,
0.09625931829214096,
-0.006125832442194223,
0.033992450684309006,
-0.03213321417570114,
-0.0447269082069397,
0.06124955415725708,
0.052549730986356735,
0.03886856138706207,
0.007046680431813002,
0.031326375901699066,
0.025047067552804947,
-0.025818826630711555,
0.00946281012147665,
0.007533414289355278,
-0.006888820789754391,
0.017048845067620277,
-0.002718694508075714,
0.014374000020325184,
0.03139653429389,
0.02206527441740036,
-0.02851998060941696,
0.006985290441662073,
-0.005981127731502056,
-0.011164187453687191,
0.007331704720854759,
0.009497890248894691,
0.01103263720870018,
0.04819982126355171,
0.011690385639667511,
0.03700932487845421,
-0.04058747738599777,
0.0022451153490692377,
0.004674400202929974,
-0.04725266247987747,
-0.03900887817144394,
0.08012255281209946,
0.029730238020420074,
-0.006191607099026442,
0.0645119845867157,
0.08545470237731934,
0.03964031860232353,
-0.03879839926958084,
0.029221579432487488,
0.025169847533106804,
0.06219671294093132,
-0.05907459929585457,
-0.018013542518019676,
-0.002758159302175045,
-0.1090284138917923,
-0.030186278745532036,
-0.0018811611225828528,
0.0034115230664610863,
-0.003549650078639388,
-0.027888542041182518,
0.020521758124232292,
0.05826776102185249,
0.03746536374092102,
-0.037816163152456284,
0.03690408542752266,
-0.03750044107437134,
-0.0017507076263427734,
-0.004665630403906107,
-0.04497246816754341,
0.006875665858387947,
-0.030186278745532036,
0.0272044837474823,
0.0189256202429533,
0.009638209827244282,
0.01336545217782259,
-0.012777864001691341,
0.010673068463802338,
-0.0625825896859169,
0.00623107235878706,
0.06247735023498535,
0.025187388062477112,
0.028134102001786232,
0.002345970133319497,
-0.07605328410863876,
-0.023977130651474,
-0.07486056536436081,
0.027414962649345398,
-0.04469182714819908,
-0.07275576889514923,
-0.03469404950737953,
-0.04044715687632561,
-0.029046179726719856,
0.010866007767617702,
0.04114875569939613,
-0.02008325792849064,
0.010269648395478725,
0.0425870306789875,
0.01787322387099266,
0.001524880644865334,
-0.023538632318377495,
-0.03788632154464722,
-0.034185390919446945,
0.021837254986166954,
-0.046551063656806946,
-0.04234147444367409,
0.011716695502400398,
-0.0034860677551478148,
-0.002742811804637313,
0.048375219106674194,
-0.0003886198392137885,
-0.06135479360818863,
-0.007217695005238056,
0.08776997774839401,
-0.0539880096912384,
-0.07380817085504532,
-0.023626331239938736,
0.021802175790071487,
0.034097690135240555,
0.0006796736270189285,
0.05725044384598732,
-0.0020795820746570826,
0.035711366683244705,
0.019609680399298668,
-0.04735790193080902,
-0.01855728216469288,
-0.04241163283586502,
0.007112455554306507,
-0.039885878562927246,
0.024012209847569466,
0.03081771731376648,
-0.12670870125293732,
-0.04970825836062431,
0.014382770285010338,
-0.04262211173772812,
0.00293794390745461,
0.11709679663181305,
0.023380771279335022,
0.03718472272157669,
-0.08784013986587524,
0.013040963560342789,
0.04156971350312233,
0.00710807042196393,
-0.04630550369620323,
-0.007971913553774357,
-0.02234591357409954,
0.0016783552709966898,
-0.030291518196463585,
-0.0011653113178908825,
0.005270759109407663,
-0.026958923786878586,
0.02464364841580391,
0.0230124332010746,
0.03711456432938576,
-0.03372935205698013,
-0.025888986885547638,
0.004648090340197086,
0.022556394338607788,
-0.02920404076576233,
0.024468248710036278,
-0.033150531351566315,
0.026274865493178368,
-0.020890096202492714,
-0.025906527414917946,
0.03964031860232353,
0.03851776197552681,
-0.031343914568424225,
0.06345959007740021,
-0.04335879161953926,
0.007116840220987797,
0.02664320543408394,
-0.010716917924582958,
0.010778307914733887,
-0.003446602961048484,
-0.005424233619123697,
-0.02511722780764103,
-0.03851776197552681,
-0.01815386302769184,
-0.027257103472948074,
-0.0789298340678215,
-0.03422046825289726,
0.017452264204621315,
-0.019451819360256195,
0.009980239905416965,
-0.03795648366212845,
0.011690385639667511,
-0.0007723065209574997,
-0.03355395048856735,
0.022188054397702217,
0.017180394381284714,
0.0361323244869709,
-0.030659856274724007,
0.008151697926223278,
0.07998223602771759,
-0.016285857185721397,
0.022801952436566353,
0.06275799125432968,
0.039219360798597336,
0.028362121433019638,
0.023363232612609863,
-0.02985301800072193,
0.009480350650846958,
-0.028291961178183556,
0.032291073352098465,
-0.002692384412512183,
0.03130883723497391,
-0.05725044384598732,
-0.01188332587480545,
0.011444826610386372,
0.04834014177322388
] |
8,900 | sentencepiece | ImmutableSentencePieceText_ImmutableSentencePiece | null | class ImmutableSentencePieceText_ImmutableSentencePiece(object):
thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
__repr__ = _swig_repr
def __init__(self):
_sentencepiece.ImmutableSentencePieceText_ImmutableSentencePiece_swiginit(self, _sentencepiece.new_ImmutableSentencePieceText_ImmutableSentencePiece())
__swig_destroy__ = _sentencepiece.delete_ImmutableSentencePieceText_ImmutableSentencePiece
def _piece(self):
return _sentencepiece.ImmutableSentencePieceText_ImmutableSentencePiece__piece(self)
def _surface(self):
return _sentencepiece.ImmutableSentencePieceText_ImmutableSentencePiece__surface(self)
def _id(self):
return _sentencepiece.ImmutableSentencePieceText_ImmutableSentencePiece__id(self)
def _begin(self):
return _sentencepiece.ImmutableSentencePieceText_ImmutableSentencePiece__begin(self)
def _end(self):
return _sentencepiece.ImmutableSentencePieceText_ImmutableSentencePiece__end(self)
def _surface_as_bytes(self):
return _sentencepiece.ImmutableSentencePieceText_ImmutableSentencePiece__surface_as_bytes(self)
def _piece_as_bytes(self):
return _sentencepiece.ImmutableSentencePieceText_ImmutableSentencePiece__piece_as_bytes(self)
piece = property(_piece)
piece_as_bytes = property(_piece_as_bytes)
surface = property(_surface)
surface_as_bytes = property(_surface_as_bytes)
id = property(_id)
begin = property(_begin)
end = property(_end)
def __str__(self):
return ('piece: \"{}\"\n'
'id: {}\n'
'surface: \"{}\"\n'
'begin: {}\n'
'end: {}\n').format(self.piece, self.id, self.surface,
self.begin, self.end)
def __eq__(self, other):
return self.piece == other.piece and self.id == other.id and self.surface == other.surface and self.begin == other.begin and self.end == other.end
def __hash__(self):
return hash(str(self))
__repr__ = __str__
| () | [
0.03171198442578316,
-0.06124819070100784,
-0.014042843133211136,
0.03582783415913582,
-0.011259659193456173,
-0.0721270889043808,
0.011513499543070793,
0.05348791182041168,
0.03265482187271118,
-0.01614609733223915,
-0.002851177705451846,
0.009428377263247967,
0.007588030770421028,
0.07477428764104843,
-0.05069566145539284,
0.04815725237131119,
0.012265956960618496,
-0.050369296222925186,
-0.029264234006404877,
-0.026127485558390617,
0.02023474872112274,
0.02166713774204254,
0.04460347816348076,
0.010516267269849777,
-0.009555297903716564,
0.0663975402712822,
-0.004650728777050972,
0.007760280277580023,
-0.03727835416793823,
-0.05406811833381653,
-0.012692047283053398,
-0.053632963448762894,
-0.011785471811890602,
-0.020651772618293762,
0.052943967282772064,
-0.048519883304834366,
-0.022229213267564774,
0.055953796952962875,
0.0016533657908439636,
-0.01434201281517744,
0.01719772443175316,
0.0061601754277944565,
0.03325316309928894,
-0.03356139734387398,
-0.05145718529820442,
0.022664370015263557,
0.0007518904749304056,
0.10153637826442719,
-0.03785856440663338,
-0.042790330946445465,
0.04123102128505707,
-0.013090940192341805,
0.0018652776489034295,
0.02257371135056019,
-0.015275784768164158,
-0.0007779544685035944,
0.0315125398337841,
0.08427519351243973,
0.022936342284083366,
0.03653496503829956,
-0.008168239146471024,
-0.00011672150139929727,
0.06349650025367737,
-0.036136072129011154,
0.011123672127723694,
0.02391544170677662,
-0.027559872716665268,
-0.022881947457790375,
0.04409579560160637,
0.017243051901459694,
-0.007551767863333225,
0.021358901634812355,
0.012537929229438305,
0.0322921946644783,
-0.024550044909119606,
-0.03187517076730728,
-0.028937866911292076,
0.039744239300489426,
0.0877564400434494,
-0.050405558198690414,
0.026290668174624443,
-0.002864776412025094,
-0.03504817932844162,
-0.019418831914663315,
-0.025782987475395203,
-0.017868589609861374,
0.04913635179400444,
-0.036498699337244034,
-0.0011808136478066444,
0.0074792420491576195,
-0.03406907990574837,
0.08043131232261658,
-0.001866410835646093,
-0.012456336989998817,
0.019291911274194717,
-0.005824742838740349,
-0.015502428635954857,
-0.06494701653718948,
-0.014106303453445435,
0.013489833101630211,
-0.0017496893415227532,
0.05047808215022087,
-0.025601672008633614,
0.0115225650370121,
-0.03513883799314499,
0.049208879470825195,
-0.020343538373708725,
-0.013680213131010532,
-0.02540222555398941,
-0.0527263879776001,
-0.019527621567249298,
0.03785856440663338,
-0.07361387461423874,
0.04746825620532036,
0.032999321818351746,
-0.046344101428985596,
-0.03405094891786575,
-0.056316424161195755,
-0.0016080370405688882,
-0.018285613507032394,
0.028702156618237495,
-0.022319871932268143,
-0.07383144646883011,
0.012492600828409195,
0.017243051901459694,
0.009890730492770672,
0.011604157276451588,
-0.0014573190128430724,
0.05167476087808609,
-0.08064889162778854,
-0.042463961988687515,
0.012329417280852795,
-0.015176061540842056,
0.06654258817434311,
0.02534783072769642,
-0.00418610917404294,
0.021304506808519363,
-0.011304987594485283,
-0.04351558908820152,
0.08616086840629578,
-0.023026999086141586,
-0.038765136152505875,
0.04119475930929184,
0.04046949744224548,
-0.012764573097229004,
-0.03843877092003822,
-0.02290007844567299,
-0.004140780307352543,
0.004016126040369272,
0.006205504294484854,
0.006654258817434311,
0.007139276247471571,
0.012701112776994705,
0.024731360375881195,
0.004822977818548679,
0.03912776708602905,
-0.01925564743578434,
-0.023425891995429993,
0.021449558436870575,
0.001243140664882958,
-0.022229213267564774,
-0.0168622899800539,
-0.037568457424640656,
0.047685831785202026,
0.03379710763692856,
0.041956279426813126,
0.07992362976074219,
-0.1016814261674881,
0.012139036320149899,
0.021268244832754135,
-0.030007624998688698,
0.004750452004373074,
-0.04710562527179718,
0.06491075456142426,
0.036915723234415054,
0.0330718494951725,
-0.028375791385769844,
0.06712279468774796,
0.01073384564369917,
-0.0839850902557373,
-0.026163747534155846,
-0.007497373502701521,
-0.07905331999063492,
-0.03800361603498459,
0.04351558908820152,
0.04953524470329285,
0.046670470386743546,
0.017297446727752686,
0.07118425518274307,
-0.008707650937139988,
-0.03851129487156868,
-0.027487346902489662,
0.026707692071795464,
0.04761330783367157,
-0.032400984317064285,
-0.01593758538365364,
-0.07731270045042038,
-0.006840106565505266,
-0.03811240196228027,
0.022319871932268143,
-0.039599187672138214,
-0.014749971218407154,
0.006690521724522114,
-0.008068515919148922,
-0.033543266355991364,
0.004145313054323196,
-0.020724300295114517,
0.034014686942100525,
-0.02032540738582611,
-0.002409222535789013,
-0.011939589865505695,
-0.019890250638127327,
0.05015171691775322,
0.00783733930438757,
0.07738522440195084,
-0.110674649477005,
-0.005625296384096146,
0.01892928220331669,
-0.06487449258565903,
0.025710459798574448,
0.08471034467220306,
0.00679931091144681,
-0.033271294087171555,
0.006976092699915171,
-0.02752361074090004,
-0.001371194375678897,
-0.011966787278652191,
0.002348028589040041,
-0.023172050714492798,
-0.017505958676338196,
0.025982433930039406,
0.024967068806290627,
0.010371215641498566,
0.02105066552758217,
0.027958765625953674,
0.008521802723407745,
-0.025239041075110435,
0.01505820732563734,
-0.013870594091713428,
0.01644526608288288,
-0.030261466279625893,
-0.001115086954087019,
0.012619520537555218,
0.03668001666665077,
0.006998757366091013,
-0.014187895692884922,
0.03338008373975754,
0.027976898476481438,
-0.011567894369363785,
-0.004886438138782978,
-0.008023186586797237,
-0.0388014018535614,
-0.0857982337474823,
-0.016971079632639885,
0.0298807043582201,
-0.05812957510352135,
-0.08166425675153732,
-0.015991978347301483,
0.029445549473166466,
-0.004822977818548679,
0.024640701711177826,
0.012964019551873207,
0.03617233410477638,
0.02465883456170559,
0.05298022925853729,
-0.01805896870791912,
-0.022519318386912346,
0.0234984178096056,
0.01440547313541174,
-0.011567894369363785,
0.013100005686283112,
-0.0034245862625539303,
-0.02128637582063675,
0.04395074397325516,
-0.05707794800400734,
-0.017034539952874184,
-0.00078532041516155,
0.01337197795510292,
0.03390589728951454,
-0.009827270172536373,
0.017786996439099312,
-0.008975090458989143,
-0.012247825041413307,
0.007211802527308464,
0.03981676325201988,
-0.017796063795685768,
-0.016073571518063545,
0.005561836063861847,
0.04351558908820152,
-0.03887392580509186,
0.025057727470993996,
0.006645193323493004,
0.04982534795999527,
-0.02170339971780777,
0.06157455965876579,
0.03865635022521019,
-0.0447847954928875,
0.058673519641160965,
0.025692328810691833,
-0.04271780326962471,
0.0008448143489658833,
0.01528485119342804,
0.015529626049101353,
0.016282083466649055,
-0.013272254727780819,
-0.04170243814587593,
-0.019001808017492294,
0.030279597267508507,
0.039780501276254654,
-0.022501185536384583,
0.07285235077142715,
-0.048012200742959976,
0.003837077645584941,
0.06404044479131699,
0.04706936329603195,
0.019001808017492294,
-0.008313290774822235,
-0.03149440884590149,
0.03611793741583824,
0.07491934299468994,
-0.011694815009832382,
-0.0648382306098938,
-0.01766914315521717,
0.05852846801280975,
0.010498136281967163,
-0.10625056177377701,
0.03223779797554016,
-0.014106303453445435,
0.01889301836490631,
0.014414538629353046,
-0.03513883799314499,
-0.01659938506782055,
0.016980145126581192,
0.04293538257479668,
-0.06023282930254936,
0.006649726070463657,
-0.017306512221693993,
-0.017088934779167175,
0.00346311554312706,
-0.040614549070596695,
0.06628874689340591,
0.046344101428985596,
-0.04891877621412277,
-0.007234466727823019,
0.030080150812864304,
-0.028992261737585068,
-0.03865635022521019,
0.023244576528668404,
0.037568457424640656,
0.00990886241197586,
0.013553292490541935,
-0.03367018699645996,
0.000035678676795214415,
0.0012420074781402946,
-0.00897055771201849,
0.0180317722260952,
0.026943402364850044,
-0.02835765853524208,
-0.031004857271909714,
-0.013662082143127918,
0.09319588541984558,
-0.043116696178913116,
-0.00514934491366148,
-0.009328654035925865,
-0.05356043949723244,
-0.02859336882829666,
-0.008766578510403633,
-0.04949898272752762,
0.017297446727752686,
0.008739381097257137,
-0.041593652218580246,
0.018049903213977814,
-0.04899130016565323,
-0.053089018911123276,
-0.008956958539783955,
-0.021413296461105347,
-0.04039697349071503,
0.06462065130472183,
-0.03843877092003822,
-0.06476569920778275,
0.06407670676708221,
0.018784228712320328,
-0.004981628619134426,
0.07477428764104843,
-0.034649286419153214,
0.03107738308608532,
0.024676965549588203,
0.0351569689810276,
0.04982534795999527,
0.051275867968797684,
-0.015293916687369347,
0.0028738421387970448,
0.00535785686224699,
-0.011604157276451588,
-0.031149908900260925,
-0.024912673979997635,
0.016844158992171288,
-0.01812242902815342,
-0.028285132721066475,
-0.009827270172536373,
0.09703976660966873,
0.01695294864475727,
0.0031254165805876255,
-0.005298929754644632,
-0.05925372615456581,
0.04300790652632713,
0.05577247962355614,
0.04460347816348076,
-0.03145814314484596,
0.01531204767525196,
0.01570187509059906,
0.008367685601115227,
-0.037423405796289444,
-0.09580682218074799,
0.012383811175823212,
-0.09761997312307358,
0.03537454828619957,
-0.010887962765991688,
0.004900036845356226,
0.025384094566106796,
-0.016962014138698578,
0.01949135772883892,
0.06491075456142426,
0.02406049519777298,
-0.06512833386659622,
-0.00017437399947084486,
-0.04358811676502228,
0.006772113498300314,
0.015656545758247375,
0.016544990241527557,
-0.03764098510146141,
-0.0039005379658192396,
-0.016164228320121765,
-0.029209839180111885,
0.04402327165007591,
-0.07223587483167648,
0.007374985609203577,
-0.07024141401052475,
0.009636890143156052,
0.0496077723801136,
0.005158410407602787,
0.031095514073967934,
0.005158410407602787,
0.04083212837576866,
0.02803129144012928,
0.011894261464476585,
-0.07361387461423874,
0.0034948457032442093,
0.07557207345962524,
0.030007624998688698,
0.04783088341355324,
0.06501954048871994,
0.035356417298316956,
0.000163041811902076,
-0.033035583794116974,
-0.042463961988687515,
0.03185703605413437,
-0.017768865451216698,
0.0016624315176159143,
-0.01755128800868988,
-0.0073613873682916164,
0.029354890808463097,
-0.01847599446773529,
0.018077101558446884,
-0.016409004107117653,
-0.02683461271226406,
0.028194475919008255,
-0.027124717831611633,
-0.059362515807151794,
-0.00880737416446209,
0.04891877621412277,
-0.042318910360336304,
0.03044278174638748,
-0.040614549070596695,
0.031240567564964294,
0.019636409357190132,
-0.02614561654627323,
-0.00833142176270485,
-0.06683269143104553,
-0.06179213523864746,
-0.029391154646873474,
-0.006341490428894758,
-0.06266244500875473,
-0.02045232616364956,
0.00495443120598793,
-0.012293154373764992,
0.0040863859467208385,
0.01018083468079567,
0.04337053745985031,
-0.014215092174708843,
-0.04003434255719185,
0.02784997783601284,
-0.039744239300489426,
-0.020760562270879745,
0.022972604259848595,
0.041629914194345474,
-0.023933574557304382,
0.001432388206012547,
0.005516507662832737,
-0.06773927062749863,
-0.01337197795510292,
0.010951423086225986,
0.005883670412003994,
-0.021141324192285538,
0.03011641465127468,
-0.012329417280852795,
0.034377314150333405,
-0.012918690219521523,
0.012157167308032513,
-0.000125078993733041,
0.06150203198194504,
-0.03608167544007301,
0.04391448199748993,
-0.0663975402712822,
0.031095514073967934,
-0.0007229933980852365,
-0.002182578667998314,
0.019509488716721535,
-0.04561884328722954,
-0.06182840093970299,
0.032346587628126144,
-0.025365961715579033,
-0.010978620499372482,
-0.0026268004439771175,
-0.014106303453445435,
-0.005008825566619635,
-0.04141233488917351,
-0.029844442382454872,
0.002438686089590192,
-0.02105066552758217,
0.022338002920150757,
-0.039961814880371094,
0.0124019430950284,
0.0008414147305302322,
0.00958249531686306,
0.0681018978357315,
0.0084628751501441,
-0.0241511519998312,
0.021358901634812355,
0.07263477146625519,
0.010761043056845665,
-0.015384574420750141,
-0.024259941652417183,
-0.011114606633782387,
-0.05218244343996048,
0.03597288578748703,
-0.003757752478122711,
-0.03988929092884064,
-0.02973565272986889,
0.006336957681924105,
-0.04152112454175949,
0.015828795731067657,
-0.0013972583692520857,
-0.014976615086197853,
0.03006201982498169,
0.022881947457790375,
-0.005085884593427181,
-0.021250111982226372,
0.01456865668296814,
0.04793967306613922,
0.0009400047129020095,
0.00676758075132966,
0.018947413191199303,
-0.044857319444417953,
0.023335235193371773,
0.051928602159023285,
0.04137607291340828,
-0.019001808017492294,
0.016798831522464752,
0.009179069660604,
0.03735088184475899,
0.05573621764779091,
0.03638991340994835,
0.037060778588056564,
-0.020198486745357513,
0.010742911137640476,
-0.032110877335071564,
0.0127917705103755,
0.046851783990859985,
-0.029681257903575897,
-0.03173011541366577,
0.014577722176909447,
0.02641758881509304,
-0.0331987701356411,
0.010144571773707867,
-0.006287096068263054,
-0.02549288235604763,
0.04641662910580635,
0.0007603896083310246,
-0.002484014956280589,
0.01147723663598299,
-0.01812242902815342,
0.03370644897222519,
-0.006713186390697956,
0.004732320550829172,
0.006921698339283466,
0.024604439735412598,
-0.002595070283859968,
0.012692047283053398,
0.011740143410861492,
-0.01265578344464302,
0.0077149514108896255,
0.004958963952958584,
0.009274260140955448,
0.025710459798574448,
0.010851699858903885,
-0.003295399248600006,
-0.008258895948529243,
0.016907619312405586,
0.04815725237131119,
0.00997232273221016,
0.003170745214447379,
0.01261045504361391,
-0.08021373301744461,
-0.014722774736583233,
-0.03260042890906334,
-0.017777930945158005,
0.0674491599202156,
-0.006998757366091013,
-0.020633641630411148,
0.010371215641498566,
0.041629914194345474,
-0.06505580246448517,
0.008195435628294945,
-0.04590894654393196,
-0.03745967149734497,
-0.0062009715475142,
-0.025148384273052216,
0.012111838907003403,
-0.0630250796675682,
0.0074883075430989265,
0.011169001460075378,
0.00792799610644579,
-0.03818492963910103,
0.006840106565505266,
0.0033112643286585808,
0.007016888819634914,
0.0062689646147191525,
-0.00937398336827755,
0.09457387775182724,
-0.014740905724465847,
-0.08151920139789581,
0.0018154160352423787,
0.04268154129385948,
-0.08942453563213348,
0.036915723234415054,
0.012528863735496998,
-0.05145718529820442,
-0.02572859264910221,
-0.01746062934398651,
0.0002582321467343718,
0.07299739867448807,
0.041267283260822296,
-0.049245141446590424,
-0.0052490681409835815,
-0.0011842133244499564,
0.0010567262070253491,
-0.00019123061792925,
0.021231980994343758,
0.004324361681938171,
0.001422189176082611,
-0.01911059580743313,
-0.01533017959445715,
-0.020579246804118156,
0.03221966698765755,
0.040614549070596695,
0.07183698564767838,
0.06389538943767548,
0.022555580362677574,
0.024731360375881195,
-0.04641662910580635,
0.036281123757362366,
-0.02391544170677662,
-0.023534681648015976,
-0.009328654035925865,
-0.04902756214141846,
0.018403468653559685,
0.032346587628126144,
-0.016962014138698578,
-0.0035673717502504587,
0.032854270190000534,
0.004297164268791676,
-0.040251921862363815,
-0.059181202203035355,
-0.014278552494943142,
0.03698825091123581,
0.024078626185655594,
-0.017605682834982872,
0.01434201281517744,
-0.15694622695446014,
-0.03202022239565849,
-0.006350556388497353,
-0.005475711543112993,
0.011930524371564388,
0.04623531550168991,
-0.021721532568335533,
-0.007306992541998625,
-0.06258992105722427,
0.014885958284139633,
0.005870071705430746,
0.01636367477476597,
0.007356854155659676,
0.013616752810776234,
-0.020289143547415733,
-0.01838533580303192,
0.02101440355181694,
-0.0397079735994339,
0.013589556328952312,
0.049897875636816025,
0.011531631462275982,
0.01505820732563734,
0.10189900547266006,
-0.007565366569906473,
-0.07883574068546295,
0.04090465232729912,
-0.05283517763018608,
0.030497174710035324,
0.021449558436870575,
-0.013444503769278526,
0.02623627334833145,
0.021413296461105347,
-0.006300694774836302,
0.06694148480892181,
-0.030769148841500282,
-0.04275406524538994,
0.03272734954953194,
-0.02516651526093483,
-0.00688090268522501,
-0.013426372781395912,
-0.03301745280623436,
0.020216617733240128,
0.0635327622294426,
-0.04242770001292229,
0.021268244832754135,
-0.016816962510347366,
-0.03113177791237831,
-0.01038934662938118,
-0.046851783990859985,
-0.047540780156850815,
0.037205830216407776,
-0.011214329861104488,
0.010933292098343372,
0.009573429822921753,
0.017206789925694466,
-0.07256224751472473,
0.026798350736498833,
0.010271492414176464,
0.022555580362677574,
-0.004095451440662146,
0.023715997114777565,
0.007887200452387333,
0.03386963531374931,
-0.03472181409597397,
-0.00555277056992054,
0.08130162954330444,
-0.012302219867706299,
0.0050450884737074375,
0.007080349139869213,
-0.046851783990859985,
-0.07089414447546005,
-0.08608834445476532,
-0.0027786516584455967,
0.0347580760717392,
0.04438590258359909,
-0.03624485805630684,
0.03289053216576576,
-0.03894645348191261,
0.06273497641086578
] |
8,901 | sentencepiece | __eq__ | null | def __eq__(self, other):
return self.piece == other.piece and self.id == other.id and self.surface == other.surface and self.begin == other.begin and self.end == other.end
| (self, other) | [
0.044173065572977066,
-0.010999058373272419,
-0.037135083228349686,
0.05573799088597298,
-0.06026493385434151,
-0.06083080172538757,
-0.01709097996354103,
0.0703444555401802,
0.011617976240813732,
0.000977006391622126,
-0.005808988120406866,
-0.05587945878505707,
0.04767437279224396,
0.08954860270023346,
-0.01124662533402443,
-0.012608245015144348,
-0.03727655112743378,
-0.009778905659914017,
-0.03488929569721222,
-0.014792141504585743,
-0.0015285065164789557,
-0.0002895652432925999,
0.016861096024513245,
0.04314742982387543,
0.0024955659173429012,
0.0839606523513794,
0.021556030958890915,
0.0134039968252182,
-0.035967979580163956,
0.026100657880306244,
-0.028098879382014275,
0.006136130541563034,
0.018479125574231148,
0.021379198879003525,
0.04951344430446625,
0.006980511359870434,
0.003309001214802265,
0.05160008370876312,
-0.005468583200126886,
0.016357120126485825,
-0.00738280825316906,
0.0019319085404276848,
0.038302186876535416,
0.011007899418473244,
-0.0028403918258845806,
-0.000052497514843707904,
-0.014792141504585743,
0.030150150880217552,
0.037311919033527374,
0.04625970497727394,
0.0031233257614076138,
-0.017886731773614883,
-0.006242230534553528,
0.05418185517191887,
-0.019009625539183617,
0.00814761407673359,
0.02747996151447296,
0.042333994060754776,
-0.03205995634198189,
0.0018346499418839812,
-0.021538348868489265,
0.004933661315590143,
0.03388134390115738,
-0.030309300869703293,
-0.018567541614174843,
-0.03625091537833214,
-0.04714387282729149,
-0.013359788805246353,
0.012785078957676888,
0.07327989488840103,
0.0036206706427037716,
0.03667531535029411,
0.019858427345752716,
-0.01435005757957697,
-0.041166894137859344,
0.016162602230906487,
0.025746991857886314,
0.07865564525127411,
0.05167081579566002,
-0.0553843230009079,
-0.014049439691007137,
-0.017029087990522385,
-0.019699277356266975,
0.0005479082465171814,
-0.07922150939702988,
0.03232520446181297,
0.03432342782616615,
0.021591398864984512,
-0.03264350816607475,
-0.021874332800507545,
0.016312912106513977,
0.04908904433250427,
-0.008006147108972073,
-0.03326242417097092,
0.056728262454271317,
0.011892068199813366,
-0.02312985248863697,
-0.03036235086619854,
-0.043713297694921494,
-0.01662237010896206,
-0.028434863314032555,
0.03559663146734238,
0.005282907746732235,
0.004288217984139919,
-0.012944228947162628,
0.014358898624777794,
0.008182981051504612,
-0.0032448989804834127,
-0.05251961946487427,
-0.030751386657357216,
-0.049230512231588364,
0.060441769659519196,
-0.07161766290664673,
0.06426137685775757,
0.012714345008134842,
-0.051918383687734604,
-0.03152945265173912,
-0.0036582478787750006,
-0.027214711531996727,
-0.03635701537132263,
0.0192571934312582,
0.021025530993938446,
-0.001963959541171789,
0.02648969367146492,
0.06751511991024017,
-0.009522496722638607,
0.03801925107836723,
0.02514575608074665,
-0.037311919033527374,
-0.09188280999660492,
0.026206759735941887,
-0.018903525546193123,
-0.03635701537132263,
0.055419690907001495,
0.013350946828722954,
-0.028753165155649185,
0.0503268800675869,
-0.019345609471201897,
0.028753165155649185,
0.032113004475831985,
0.017241287976503372,
0.005999084562063217,
0.038160718977451324,
0.03223678842186928,
-0.05669289454817772,
-0.0069937738589942455,
-0.07893858104944229,
-0.008076881058514118,
0.012581720016896725,
0.04459746554493904,
-0.005459741223603487,
-0.003490255679935217,
0.037135083228349686,
-0.024279272183775902,
-0.008894736878573895,
-0.04732070490717888,
-0.009257245808839798,
-0.03642774745821953,
0.03409354388713837,
0.032272156327962875,
-0.003950023557990789,
-0.001955118030309677,
0.018160823732614517,
0.02196274884045124,
-0.007683425676077604,
0.044880401343107224,
-0.035985663533210754,
-0.03236057236790657,
0.04512796923518181,
-0.01774526573717594,
0.017055613920092583,
-0.0038196085952222347,
-0.025941507890820503,
0.004290428478270769,
-0.0014213011600077152,
-0.02530490607023239,
0.0050883907824754715,
-0.0029619650449603796,
-0.026931777596473694,
-0.0553489588201046,
-0.001968380529433489,
-0.037983886897563934,
0.012449095025658607,
0.006808098871260881,
0.043854765594005585,
-0.0006056555430404842,
0.028558647260069847,
0.01793978177011013,
0.04611823707818985,
-0.006140551529824734,
-0.047356072813272476,
0.006158234551548958,
-0.05418185517191887,
0.024526838213205338,
-0.0023253634572029114,
-0.03671068325638771,
0.006268755998462439,
-0.0032935282215476036,
0.013280212879180908,
0.0703798234462738,
-0.053050119429826736,
-0.05831976607441902,
-0.008253714069724083,
-0.03066296875476837,
0.024120120331645012,
0.002201579976826906,
-0.015835460275411606,
-0.012705503962934017,
0.0687175914645195,
0.015711676329374313,
-0.0192571934312582,
-0.010610023513436317,
0.0209547970443964,
0.002407149178907275,
0.09032666683197021,
0.010503923520445824,
-0.0419095940887928,
-0.027798263356089592,
-0.03458867967128754,
0.0318654365837574,
0.0352606475353241,
-0.01575588621199131,
-0.0037179291248321533,
0.031777020543813705,
-0.04477430135011673,
0.030486134812235832,
-0.018991943448781967,
0.029071465134620667,
-0.03541979566216469,
-0.0284879133105278,
0.025693941861391068,
-0.0003346025769133121,
0.006467693950980902,
-0.007776263169944286,
-0.0036140393931418657,
0.07320916652679443,
-0.04311206191778183,
0.026118341833353043,
-0.10178549587726593,
-0.00020142467110417783,
-0.012917703948915005,
-0.020760279148817062,
0.028134247288107872,
-0.026719577610492706,
0.012183844111859798,
-0.05888563394546509,
-0.0025021973997354507,
0.021220047026872635,
0.007135240826755762,
0.011529559269547462,
0.0016699736006557941,
-0.01349241379648447,
-0.041662026196718216,
-0.002583982888609171,
-0.0029685962945222855,
-0.05764779821038246,
-0.08594119548797607,
-0.04877074435353279,
0.06150277331471443,
-0.016808046028017998,
-0.005627733655273914,
0.04314742982387543,
0.05131714791059494,
0.019823061302304268,
-0.003974338062107563,
0.00873558595776558,
-0.05099884793162346,
0.05096348002552986,
0.021715182811021805,
-0.07292623072862625,
0.02716166153550148,
-0.0536513552069664,
-0.0235012024641037,
0.07250183075666428,
-0.04732070490717888,
0.016551638022065163,
0.020565763115882874,
-0.011352725327014923,
-0.042015694081783295,
-0.02348352037370205,
0.0038284503389149904,
0.024739038199186325,
-0.017241287976503372,
-0.049584176391363144,
-0.003808556590229273,
-0.030556868761777878,
-0.007506591733545065,
-0.021892016753554344,
0.03989369049668312,
-0.04912441223859787,
-0.014323532581329346,
0.018028199672698975,
0.0075508002191782,
-0.03253740817308426,
0.020689547061920166,
0.032289840281009674,
9.195699135489122e-7,
-0.02684335969388485,
0.00038737637805752456,
0.03572041541337967,
-0.003037119284272194,
-0.006308543495833874,
0.022510934621095657,
-0.016533954069018364,
-0.015304959379136562,
0.02548174001276493,
0.0001845702063292265,
0.04742680490016937,
0.056056294590234756,
-0.036639947444200516,
0.08162645250558853,
0.016684262081980705,
0.02279386855661869,
0.07299696654081345,
0.02717934362590313,
0.017002563923597336,
-0.003686983371153474,
-0.03566736355423927,
0.014146698638796806,
0.07320916652679443,
-0.003994232043623924,
0.002099900506436825,
-0.0003929024387616664,
0.036993615329265594,
0.028134247288107872,
-0.07639217376708984,
-0.013527780771255493,
0.03752411901950836,
0.036321647465229034,
0.04498650133609772,
-0.050715915858745575,
-0.021662132814526558,
0.05329768732190132,
0.029442816972732544,
0.011167050339281559,
-0.029761116951704025,
-0.017338547855615616,
0.007992885075509548,
0.023536570370197296,
-0.007687846664339304,
0.07190059870481491,
0.01123778335750103,
0.02965501695871353,
-0.046896304935216904,
0.04679020494222641,
0.0031189050059765577,
-0.05584409087896347,
0.003242688486352563,
-0.0056675211526453495,
0.01358083076775074,
-0.05902709811925888,
-0.01141461730003357,
0.03992905467748642,
-0.03253740817308426,
0.008134352043271065,
0.05312085151672363,
0.03137030452489853,
-0.0037842418532818556,
-0.0368521511554718,
0.01611839421093464,
0.09082180261611938,
-0.04321816563606262,
0.0028536543250083923,
-0.02480977214872837,
-0.04060102626681328,
0.007754159159958363,
-0.01013257261365652,
-0.061644237488508224,
-0.07469456642866135,
-0.0014544574078172445,
-0.07250183075666428,
0.04410233348608017,
-0.0334923081099987,
-0.03801925107836723,
0.001143893226981163,
-0.0235012024641037,
-0.07731170952320099,
0.0553843230009079,
0.03004405088722706,
-0.03996442258358002,
0.0923072099685669,
0.005981401074677706,
-0.04173276200890541,
0.07016762346029282,
-0.06638338416814804,
0.0062466515228152275,
-0.011812493205070496,
0.0011483140988275409,
0.0419449619948864,
0.05184765160083771,
-0.037488751113414764,
-0.026259809732437134,
0.03336852416396141,
-0.009920372627675533,
-0.01641901209950447,
0.0011626817286014557,
0.0041975905187428,
-0.01644553616642952,
-0.0954902172088623,
-0.044703565537929535,
0.028753165155649185,
0.013695772737264633,
0.006335068494081497,
0.003925709053874016,
-0.002667978871613741,
0.009982263669371605,
0.0057426756247878075,
0.038655854761600494,
-0.03467709571123123,
0.010167939588427544,
-0.05467699095606804,
-0.02429695427417755,
0.01998221129179001,
-0.03791315108537674,
-0.055242858827114105,
-0.05984053388237953,
0.022263366729021072,
-0.04431453347206116,
0.04144982621073723,
0.017409279942512512,
-0.042333994060754776,
0.042015694081783295,
-0.017400439828634262,
-0.0008128825575113297,
-0.06900051981210709,
-0.06274060904979706,
0.017409279942512512,
0.061290569603443146,
0.021502980962395668,
-0.006578214932233095,
-0.06673704832792282,
-0.04226326197385788,
0.04732070490717888,
-0.009005257859826088,
0.04480966925621033,
0.010017630644142628,
0.018991943448781967,
-0.04742680490016937,
0.036993615329265594,
0.04615360498428345,
0.009416395798325539,
0.004619781393557787,
-0.0020346930250525475,
-0.0027674478478729725,
-0.04930124431848526,
-0.03727655112743378,
-0.017400439828634262,
-0.0026701893657445908,
0.04781584069132805,
0.0586380660533905,
0.009495971724390984,
0.03770095109939575,
-0.05068054795265198,
-0.08021178096532822,
0.023182902485132217,
-0.048876844346523285,
-0.0037179291248321533,
0.0026900831144303083,
0.010618865489959717,
-0.0041975905187428,
-0.01466835755854845,
0.02733849547803402,
-0.048204876482486725,
0.01663121208548546,
-0.023006068542599678,
0.013527780771255493,
-0.01793978177011013,
0.027939729392528534,
0.021927382797002792,
0.05297938734292984,
0.023253636434674263,
-0.067019984126091,
-0.025075023993849754,
0.009363345801830292,
0.016056502237915993,
0.03808998689055443,
0.0010372403776273131,
0.04714387282729149,
-0.005623312667012215,
-0.006856727879494429,
-0.03773631900548935,
-0.024526838213205338,
-0.02079564705491066,
-0.06390771269798279,
0.04583530128002167,
-0.0436425656080246,
-0.04339499771595001,
0.002469040919095278,
-0.011671026237308979,
-0.008505702018737793,
0.028434863314032555,
-0.05619775876402855,
-0.0989561527967453,
0.009911530651152134,
0.022051166743040085,
0.02114931493997574,
0.0027077666018158197,
0.0012157319579273462,
-0.02463293820619583,
-0.03603871539235115,
0.02820497937500477,
0.043501097708940506,
-0.0035720414016395807,
-0.002045745262876153,
-0.002793972846120596,
-0.01860290765762329,
0.010495081543922424,
-0.03653384745121002,
-0.007864680141210556,
0.0536867193877697,
0.05025614798069,
-0.0754726380109787,
0.05573799088597298,
-0.0435364656150341,
0.052236683666706085,
0.06447357684373856,
-0.01998221129179001,
-0.02530490607023239,
-0.026277491822838783,
-0.02700251154601574,
0.05294401943683624,
0.0113262003287673,
0.04427916556596756,
-0.007024719845503569,
-0.07405796647071838,
0.03427037596702576,
-0.053085487335920334,
-0.01962854340672493,
0.01611839421093464,
-0.06221010535955429,
-0.013536621816456318,
-0.01978769525885582,
-0.026224441826343536,
0.01098137442022562,
-0.03819608688354492,
0.06776268780231476,
-0.011635659262537956,
-0.02417317032814026,
0.031087370589375496,
0.06578214466571808,
0.007113136816769838,
0.01611839421093464,
0.04463283345103264,
-0.028364131227135658,
-0.028912315145134926,
0.06553458422422409,
-0.012007010169327259,
-0.023943286389112473,
0.011617976240813732,
0.04643653705716133,
0.034977711737155914,
-0.0034703619312494993,
0.011794810183346272,
-0.04629506915807724,
0.004339057486504316,
0.03036235086619854,
0.006971669849008322,
-0.018655959516763687,
0.038832686841487885,
0.04123762622475624,
0.04473893344402313,
0.017029087990522385,
0.03557894751429558,
-0.03922172263264656,
-0.0072280787862837315,
-0.05386355519294739,
0.02530490607023239,
-0.01709097996354103,
0.025782357901334763,
0.03483624383807182,
-0.012316469103097916,
0.06175033748149872,
-0.02332436852157116,
-0.011529559269547462,
-0.0004860164481215179,
-0.028134247288107872,
-0.01166218426078558,
0.004131278023123741,
-0.020353563129901886,
-0.04424380138516426,
-0.010954849421977997,
0.02898304909467697,
0.029478183016180992,
-0.030220884829759598,
0.027250077575445175,
-0.0036560373846441507,
-0.004458420444279909,
0.029071465134620667,
0.042333994060754776,
-0.04410233348608017,
0.01407596468925476,
0.026896409690380096,
-0.009230720810592175,
-0.03167092055082321,
0.02146761491894722,
-0.021166997030377388,
0.05467699095606804,
-0.022705450654029846,
-0.0419803261756897,
0.010884116403758526,
0.048028040677309036,
-0.005110494792461395,
0.002165107987821102,
-0.03554357960820198,
0.02160908281803131,
-0.01349241379648447,
-0.007749738171696663,
-0.021379198879003525,
0.016136078163981438,
0.051423247903585434,
0.07582630217075348,
0.0053403787314891815,
0.03439415991306305,
-0.09747075289487839,
0.03494234383106232,
-0.03087516874074936,
-0.014411949552595615,
0.06970785558223724,
-0.04997321218252182,
0.04576456919312477,
0.0096285967156291,
0.047851208597421646,
-0.021927382797002792,
0.027586061507463455,
-0.04477430135011673,
-0.0720420628786087,
0.031777020543813705,
-0.04976101219654083,
0.03791315108537674,
-0.028806215152144432,
0.018072407692670822,
-0.020424295216798782,
-0.01744464784860611,
-0.04176812618970871,
-0.006609160918742418,
-0.07596777379512787,
0.012139636091887951,
-0.01574704423546791,
-0.013147587887942791,
0.08961933851242065,
-0.020742597058415413,
-0.0028492335695773363,
-0.03218374028801918,
0.06284670531749725,
-0.06673704832792282,
-0.014659516513347626,
-0.01038898155093193,
-0.06175033748149872,
0.0003091827384196222,
-0.03678141534328461,
0.003320053219795227,
0.061467405408620834,
0.0028956523165106773,
-0.01485403347760439,
-0.04724997282028198,
0.022051166743040085,
0.027090927585959435,
-0.011175891384482384,
0.02818729728460312,
0.023076802492141724,
0.06026493385434151,
0.014155540615320206,
-0.02231641672551632,
-0.01977001130580902,
0.029584283009171486,
0.03259045630693436,
0.05655142664909363,
0.007771842647343874,
-0.023943286389112473,
0.042829129844903946,
-0.06401380896568298,
0.004915977828204632,
-0.02717934362590313,
-0.04827560856938362,
-0.039999790489673615,
-0.04431453347206116,
-0.010459715500473976,
0.014014073647558689,
-0.003156482009217143,
-0.006158234551548958,
0.01375766471028328,
0.032448988407850266,
-0.012139636091887951,
-0.010070680640637875,
0.03237825632095337,
0.09740001708269119,
-0.02617139182984829,
-0.00938102975487709,
0.04445600137114525,
-0.07250183075666428,
-0.0006653369055129588,
-0.04144982621073723,
-0.0006089711678214371,
0.021255414932966232,
0.006286439020186663,
0.004109174013137817,
-0.029071465134620667,
-0.014792141504585743,
-0.01713518798351288,
0.028275713324546814,
-0.02045966312289238,
-0.015455268323421478,
0.03876195475459099,
-0.004120226018130779,
0.008837265893816948,
-0.025234173983335495,
-0.051706183701753616,
0.022705450654029846,
0.07080422341823578,
-0.01863827556371689,
-0.05768316239118576,
0.052378151565790176,
-0.02664884366095066,
-0.08629485964775085,
0.04679020494222641,
-0.01475677452981472,
0.001839070813730359,
-0.01747117191553116,
-0.029584283009171486,
0.024951240047812462,
-0.041343726217746735,
-0.017665689811110497,
0.04544626921415329,
-0.021326148882508278,
0.0007979621877893806,
0.048204876482486725,
0.053580619394779205,
-0.0352783277630806,
-0.030928218737244606,
-0.030963586643338203,
-0.025128073990345,
0.08643633127212524,
0.002572930883616209,
0.02882389910519123,
-0.028452547267079353,
0.008748848922550678,
-0.007705529686063528,
-0.0419449619948864,
0.021909698843955994,
0.058284398168325424,
0.01014141459017992,
-0.03223678842186928,
0.046012137085199356,
-0.021856648847460747,
-0.04063639044761658,
0.026189075782895088,
0.01641901209950447,
0.005640996154397726,
-0.037135083228349686,
-0.015711676329374313,
0.010778015479445457,
0.05262571945786476,
0.013810714706778526,
0.019893795251846313,
0.025057340040802956,
0.0452340692281723,
-0.008722323924303055,
0.016834571957588196,
0.03297949209809303,
-0.05467699095606804,
-0.09633901715278625,
0.03904488682746887,
-0.0017086559673771262,
0.03117578662931919,
-0.06755048781633377,
0.052378151565790176,
0.011547242291271687,
0.060795437544584274
] |
8,902 | sentencepiece | __hash__ | null | def __hash__(self):
return hash(str(self))
| (self) | [
0.025609103962779045,
-0.03380873054265976,
0.023925401270389557,
0.05455193668603897,
-0.017981935292482376,
-0.056909117847681046,
-0.037176135927438736,
-0.00037330825580284,
0.017476825043559074,
-0.015776285901665688,
-0.026956064626574516,
-0.03326994553208351,
0.020675858482718468,
0.04670588672161102,
-0.0166854839771986,
-0.024666231125593185,
-0.015953073278069496,
-0.0006066588102839887,
-0.010337929241359234,
-0.026097377762198448,
-0.012030049227178097,
0.016811762005090714,
0.04539259895682335,
0.05081411823630333,
-0.009184593334794044,
0.03919657692313194,
0.06276839971542358,
-0.0013238105457276106,
0.03822002932429314,
0.03161991760134697,
-0.05866016820073128,
-0.02919538877904415,
0.03357301279902458,
0.022578440606594086,
-0.002651830203831196,
-0.09091989696025848,
-0.03148522228002548,
0.06515926122665405,
-0.023757031187415123,
-0.006810573395341635,
0.0354924313724041,
0.020574836060404778,
-0.020322280004620552,
-0.023184573277831078,
0.033960264176130295,
0.015035456977784634,
-0.008283812552690506,
0.03889350965619087,
-0.03326994553208351,
-0.035223040729761124,
-0.017114829272031784,
-0.042766023427248,
-0.0019036353332921863,
0.03087908960878849,
-0.00902464147657156,
0.04758141189813614,
0.0489957220852375,
-0.028218841180205345,
-0.04717732220888138,
0.04317011311650276,
-0.03633428364992142,
0.004339741077274084,
0.05956937000155449,
-0.0615561380982399,
-0.015548985451459885,
-0.0339265912771225,
-0.07152365148067474,
0.047312021255493164,
0.023083550855517387,
0.013772680424153805,
0.005804562009871006,
-0.018604904413223267,
0.026131050661206245,
0.012013211846351624,
0.001341699855402112,
0.030323468148708344,
-0.010809365659952164,
0.0396680124104023,
0.03902820497751236,
0.0024939831346273422,
0.00959710031747818,
-0.04343950375914574,
0.008881526999175549,
-0.01476606447249651,
-0.06536129862070084,
0.0006198126939125359,
0.05125188082456589,
-0.009007804095745087,
-0.046470168977975845,
-0.0062128594145178795,
-0.031350526958703995,
0.055865224450826645,
-0.012114234268665314,
0.02880813740193844,
0.011045083403587341,
-0.057010140269994736,
-0.007559821009635925,
-0.033859241753816605,
0.06963790208101273,
-0.016155118122696877,
0.0344148650765419,
0.04963552951812744,
-0.023942239582538605,
-0.005787724629044533,
-0.04300174117088318,
-0.001650027697905898,
-0.016996968537569046,
-0.02742750197649002,
-0.048760004341602325,
0.01626455970108509,
-0.02139985002577305,
0.0646878182888031,
-0.018958481028676033,
0.007025245577096939,
0.053676411509513855,
-0.03710878640413284,
0.002350868657231331,
-0.020153909921646118,
0.03623326122760773,
0.0068021551705896854,
0.006107628345489502,
0.04152008518576622,
-0.047514062374830246,
0.018200816586613655,
0.03401077538728714,
0.026888716965913773,
0.009630774147808552,
-0.0260637030005455,
-0.014732390642166138,
-0.026770858094096184,
0.04680690914392471,
0.02774740569293499,
-0.0067011332139372826,
0.07118690758943558,
0.037916962057352066,
-0.018116630613803864,
0.03087908960878849,
0.03451588749885559,
0.020221257582306862,
0.0813564658164978,
0.04758141189813614,
0.00405140733346343,
0.07031138241291046,
0.017796726897358894,
0.03278167173266411,
0.004844851791858673,
-0.05758260190486908,
0.027090761810541153,
-0.01604567840695381,
0.010245325043797493,
0.07495839893817902,
0.008603716269135475,
0.059838760644197464,
0.05135290324687958,
-0.0532049760222435,
0.000449074839707464,
-0.038758814334869385,
-0.02806730754673481,
-0.015069130808115005,
-0.032714325934648514,
0.026450954377651215,
-0.009529751725494862,
0.03670469671487808,
-0.05098249018192291,
-0.028202004730701447,
0.006166557781398296,
0.021197805181145668,
-0.0012575146974995732,
-0.007021036464720964,
-0.02272997424006462,
-0.06613580882549286,
-0.06061326339840889,
-0.09435464441776276,
0.04330480843782425,
0.015035456977784634,
0.010371603071689606,
-0.007180987857282162,
0.05761627480387688,
0.018621740862727165,
0.014606112614274025,
-0.004196626599878073,
-0.0657317191362381,
-0.03502099588513374,
0.015304848551750183,
0.03619958832859993,
0.008165953680872917,
0.06482251733541489,
0.034987322986125946,
0.033556174486875534,
0.001241730060428381,
-0.043776243925094604,
-0.03899453207850456,
-0.03566080331802368,
0.013705332763493061,
0.0459313839673996,
-0.0043860431760549545,
-0.03700776398181915,
-0.01466504205018282,
-0.054383568465709686,
0.0719277411699295,
-0.042395610362291336,
-0.034684255719184875,
-0.014715553261339664,
-0.0406782329082489,
0.01491759717464447,
-0.03335413336753845,
0.005303660407662392,
0.002397170290350914,
0.0657653883099556,
-0.029346922412514687,
0.02899334393441677,
-0.03892718628048897,
-0.011895352974534035,
0.06701132655143738,
0.0584581233561039,
-0.08371365070343018,
0.0025066109374165535,
-0.033657196909189224,
0.006225487217307091,
0.040105774998664856,
0.08593613654375076,
-0.011078757233917713,
-0.0016237199306488037,
-0.018082957714796066,
-0.020894739776849747,
-0.021416686475276947,
0.0224437452852726,
-0.012139489874243736,
-0.03434751555323601,
-0.05515807121992111,
0.04317011311650276,
-0.010489461943507195,
0.04916409030556679,
0.03879248723387718,
0.014117838814854622,
0.010514717549085617,
-0.0084732286632061,
-0.002719178330153227,
-0.04162110760807991,
-0.0016847540391609073,
-0.023959076032042503,
0.008847853168845177,
0.09421995282173157,
0.04620077461004257,
0.04317011311650276,
-0.020608508959412575,
0.0005158967687748373,
0.07778701931238174,
-0.03086225315928459,
-0.06488986313343048,
-0.012745622545480728,
-0.015986748039722443,
-0.05340702086687088,
-0.0396680124104023,
0.03889350965619087,
-0.03734450414776802,
-0.018200816586613655,
0.020271768793463707,
0.02651830203831196,
0.032074518501758575,
-0.01571735553443432,
0.010944060981273651,
-0.010699925012886524,
-0.008687901310622692,
-0.025794310495257378,
-0.021248316392302513,
-0.030845416709780693,
0.10142619162797928,
-0.05030900985002518,
0.04973654821515083,
0.07906663417816162,
-0.06694398075342178,
-0.040947627276182175,
0.04869265481829643,
-0.045325253158807755,
-0.026215236634016037,
0.01173540111631155,
0.026131050661206245,
-0.04286704584956169,
-0.008094396442174911,
0.007846049964427948,
0.0032811136916279793,
0.010851457715034485,
-0.0668092891573906,
-0.01716533862054348,
0.04242928326129913,
0.004257660824805498,
-0.0208610650151968,
-0.01126396469771862,
-0.0156584270298481,
0.0008671064279042184,
-0.02680453285574913,
-0.044921163469552994,
-0.0014627159107476473,
0.059097930788993835,
0.016113026067614555,
-0.006604320369660854,
0.009251940995454788,
0.04673955962061882,
0.030424490571022034,
-0.08324221521615982,
0.019463593140244484,
-0.015927819535136223,
-0.026838205754756927,
-0.057111162692308426,
-0.009900166653096676,
0.002247741911560297,
0.006591692566871643,
0.03202400729060173,
0.02451469749212265,
0.0076524242758750916,
0.07502575218677521,
-0.006823201198130846,
0.08950558304786682,
0.03367403522133827,
0.013840028084814548,
-0.012114234268665314,
0.009193011559545994,
-0.004449181724339724,
0.11934077739715576,
-0.03683939576148987,
0.023841217160224915,
-0.02242690697312355,
0.01080094650387764,
0.046268124133348465,
-0.05697646737098694,
-0.027360154315829277,
0.01464820560067892,
0.02734331600368023,
0.02922906167805195,
-0.024868274107575417,
-0.03680571913719177,
0.10169558972120285,
0.007143104914575815,
-0.04556097090244293,
0.005097406916320324,
0.04609975591301918,
0.017611520364880562,
-0.034583233296871185,
-0.044921163469552994,
0.03670469671487808,
-0.025794310495257378,
0.0161635372787714,
-0.021854449063539505,
-0.03566080331802368,
0.009294033981859684,
-0.07980746030807495,
0.015548985451459885,
-0.0203559547662735,
-0.02064218372106552,
0.008599506691098213,
-0.02461571991443634,
0.026164725422859192,
-0.007075756788253784,
0.05458560958504677,
-0.015144897624850273,
0.0020583253353834152,
-0.007770283613353968,
-0.04495483636856079,
0.03034030646085739,
0.03136736527085304,
-0.08997701853513718,
-0.014984945766627789,
-0.04421400651335716,
0.0014890237944200635,
0.03037397935986519,
-0.03136736527085304,
-0.02564277872443199,
0.01043895073235035,
-0.06579906493425369,
-0.0417558029294014,
0.011794330552220345,
-0.052632518112659454,
-0.05030900985002518,
0.03670469671487808,
-0.015397452749311924,
-0.004832223989069462,
0.07859519869089127,
-0.056067269295454025,
-0.020490650087594986,
0.051487598568201065,
0.018133467063307762,
-0.013318081386387348,
0.02710759826004505,
-0.04236193746328354,
0.04027414694428444,
0.03502099588513374,
-0.0014269372913986444,
0.062431659549474716,
0.07489105314016342,
-0.048355914652347565,
-0.04269867762923241,
0.010699925012886524,
-0.012021631002426147,
-0.022460581734776497,
0.01845337077975273,
0.010590484365820885,
-0.018285000696778297,
-0.104254812002182,
-0.021046271547675133,
0.036974091082811356,
-0.011617542244493961,
0.02805047109723091,
0.0069326418451964855,
-0.012467811815440655,
0.029043855145573616,
0.013772680424153805,
0.03035714291036129,
-0.02680453285574913,
-0.05182433873414993,
-0.06896442174911499,
-0.014732390642166138,
-0.012240511365234852,
-0.09826083481311798,
0.018183978274464607,
-0.06792052835226059,
0.013806354254484177,
-0.05485500395298004,
0.04434870555996895,
0.014361975714564323,
-0.01058206520974636,
0.015826797112822533,
-0.03525671362876892,
0.044584423303604126,
-0.031973496079444885,
0.02722545713186264,
-0.00784184131771326,
0.051790665835142136,
-0.016609717160463333,
0.028100982308387756,
-0.013023433275520802,
-0.006949479226022959,
0.051386576145887375,
-0.013057107105851173,
0.026754021644592285,
-0.039600666612386703,
0.02200598269701004,
-0.0626673772931099,
0.0026286793872714043,
0.08721575140953064,
0.04869265481829643,
-0.03461690992116928,
0.002361391671001911,
0.02232588455080986,
0.030171936377882957,
-0.028555581346154213,
-0.03535773605108261,
0.0013943155063316226,
0.047008953988552094,
0.00857425108551979,
0.03869146481156349,
0.033758219331502914,
-0.02858925610780716,
-0.07253386825323105,
-0.00021940738952253014,
-0.024127446115016937,
-0.0605122409760952,
-0.0511508584022522,
0.001076516811735928,
0.0011543880682438612,
-0.04559464380145073,
0.0667082667350769,
0.017611520364880562,
0.029262736439704895,
-0.056370336562395096,
-0.047951824963092804,
-0.0255754292011261,
0.01464820560067892,
0.02794944867491722,
0.05125188082456589,
0.04758141189813614,
-0.02180393785238266,
-0.05125188082456589,
-0.035088345408439636,
-0.08007685840129852,
0.04081293195486069,
-0.00557726202532649,
-0.0016668647294864058,
-0.046773236244916916,
-0.028319863602519035,
0.0000744511853554286,
-0.018099794164299965,
0.04027414694428444,
0.00960551854223013,
0.05667340010404587,
-0.026754021644592285,
0.008578460663557053,
-0.00387461856007576,
0.013191803358495235,
0.021753426641225815,
-0.036570001393556595,
0.005960304290056229,
-0.057313207536935806,
0.04748038947582245,
0.004192417487502098,
0.0000058534942581900395,
0.0008686849032528698,
-0.00405140733346343,
-0.08943823724985123,
-0.032377585768699646,
-0.013898958452045918,
0.0033232064452022314,
0.031165320426225662,
-0.0005640400922857225,
0.031552571803331375,
0.0024603093042969704,
0.03109797090291977,
-0.016070934012532234,
-0.005514123477041721,
-0.014564020559191704,
-0.018183978274464607,
-0.062027573585510254,
0.06872870773077011,
0.006326509173959494,
0.036873068660497665,
0.010826202109456062,
-0.03939862176775932,
-0.0625663548707962,
-0.038455747067928314,
0.04111599549651146,
0.0024518906138837337,
0.001298554940149188,
0.009108826518058777,
-0.05007329210639,
-0.014564020559191704,
0.008494275622069836,
-0.016938040032982826,
-0.04061088711023331,
0.03284902125597,
0.04768243432044983,
-0.046470168977975845,
-0.011078757233917713,
-0.022241700440645218,
0.02774740569293499,
-0.037512876093387604,
0.0835116058588028,
-0.058256082236766815,
-0.013208640739321709,
0.018116630613803864,
0.01774621568620205,
-0.020709531381726265,
-0.03700776398181915,
0.028673440217971802,
-0.03815268352627754,
-0.0029170133639127016,
0.02805047109723091,
-0.02481776475906372,
0.006410694681107998,
-0.05371008440852165,
-0.030087750405073166,
0.00035831276909448206,
-0.021467197686433792,
0.04623445123434067,
-0.06650622189044952,
0.03491997346282005,
-0.06057959049940109,
0.030710719525814056,
0.021736590191721916,
0.03326994553208351,
0.05579787492752075,
0.01371375098824501,
0.02648462913930416,
0.03566080331802368,
-0.043035417795181274,
-0.019345732405781746,
-0.015313267707824707,
-0.023083550855517387,
0.008077559061348438,
0.019783494994044304,
-0.004571250174194574,
-0.024683067575097084,
0.05896323546767235,
0.019665636122226715,
0.016500277444720268,
-0.007101012393832207,
0.03335413336753845,
-0.04788447916507721,
0.01439565047621727,
-0.019749822095036507,
-0.06893075257539749,
-0.021029435098171234,
0.04269867762923241,
-0.01184484176337719,
0.02682136930525303,
-0.007391450926661491,
-0.01419360563158989,
0.007227289956063032,
0.02107994630932808,
-0.04909674450755119,
-0.014606112614274025,
-0.06435108184814453,
-0.012400463223457336,
-0.030188772827386856,
0.009369799867272377,
0.02724229358136654,
-0.02629942074418068,
0.03439802676439285,
-0.03889350965619087,
-0.023437129333615303,
-0.004394461400806904,
0.060242850333452225,
0.007660842966288328,
0.012383626773953438,
0.02941427007317543,
0.0615561380982399,
0.029346922412514687,
-0.024043262004852295,
0.014269372448325157,
-0.0066337850876152515,
0.0034852626267820597,
-0.03515569120645523,
0.013275988399982452,
0.045864034444093704,
-0.0688297301530838,
0.03263014182448387,
-0.003790433518588543,
0.0062970444560050964,
0.006494879722595215,
-0.06930116564035416,
0.03690674155950546,
-0.021450361236929893,
0.052093733102083206,
-0.007079965900629759,
0.03130001574754715,
-0.028757626190781593,
-0.011314475908875465,
-0.014235698617994785,
0.030020402744412422,
0.036468978971242905,
-0.042496632784605026,
-0.021618731319904327,
-0.003489471971988678,
0.02806730754673481,
-0.0396680124104023,
0.05485500395298004,
-0.030188772827386856,
0.008325905539095402,
0.0375465489923954,
-0.010565228760242462,
0.07273591309785843,
-0.005093197803944349,
-0.0032158703543245792,
-0.04367522522807121,
0.013166547752916813,
-0.06175817921757698,
0.013132873922586441,
0.009319289587438107,
-0.04545994848012924,
0.019379407167434692,
-0.06805522739887238,
-0.04603240638971329,
0.02180393785238266,
0.0312831774353981,
-0.0062802075408399105,
-0.0032726952340453863,
-0.018621740862727165,
0.0003154310106765479,
-0.004419717006385326,
-0.007109430618584156,
-0.03815268352627754,
-0.01628139615058899,
0.03576182574033737,
-0.05327232554554939,
-0.0386241190135479,
0.03220921382308006,
0.015852052718400955,
0.013595892116427422,
-0.017291616648435593,
-0.015288012102246284,
-0.0036725744139403105,
-0.030205609276890755,
0.014614530839025974,
0.007736609783023596,
-0.04545994848012924,
-0.07327470183372498,
-0.03946596756577492,
-0.000260973785771057,
0.04892837256193161,
-0.00902464147657156,
-0.03933127224445343,
0.002567645162343979,
0.016752831637859344,
-0.029649987816810608,
-0.0012764564016833901,
0.015321685932576656,
0.0855994001030922,
-0.03630061075091362,
-0.007867096923291683,
0.02453153394162655,
-0.047008953988552094,
-0.02200598269701004,
-0.05266619101166725,
-0.041991520673036575,
-0.0023003574460744858,
-0.011937445029616356,
0.0344485379755497,
-0.0060781631618738174,
0.005703539587557316,
0.024683067575097084,
-0.04640281945466995,
-0.014841831289231777,
0.0276463832706213,
0.054383568465709686,
0.014159931801259518,
0.01708957366645336,
-0.02451469749212265,
-0.030710719525814056,
0.01971614733338356,
0.043877266347408295,
-0.025710126385092735,
0.006381229497492313,
0.01684543676674366,
0.010152721777558327,
0.005594098940491676,
0.039162904024124146,
-0.022696299478411674,
0.008999385870993137,
0.042395610362291336,
-0.004377624485641718,
0.041351716965436935,
-0.016491858288645744,
-0.024800926446914673,
0.059198953211307526,
0.012013211846351624,
0.002567645162343979,
0.03136736527085304,
0.053575389087200165,
-0.04061088711023331,
-0.031165320426225662,
0.01909317821264267,
0.02379070594906807,
0.03694041818380356,
-0.02651830203831196,
0.03402761369943619,
0.02222486399114132,
-0.006052908021956682,
0.010245325043797493,
-0.021854449063539505,
-0.008018629625439644,
0.07960542291402817,
0.00662115728482604,
0.0008671064279042184,
-0.016348743811249733,
0.01298975944519043,
0.03613223880529404,
-0.03399393707513809,
0.013941050507128239,
0.09193011373281479,
0.0013753739185631275,
-0.0605122409760952,
-0.012349952012300491,
0.04394461587071419,
-0.005897165276110172,
0.004080872051417828,
0.03214186802506447,
0.02139985002577305,
-0.012240511365234852,
0.026686672121286392,
0.04370889812707901,
0.00652013486251235,
-0.03429700434207916,
-0.04882735013961792,
-0.019951865077018738,
-0.0006198126939125359,
-0.016087770462036133,
0.024784089997410774,
0.04684058204293251,
0.03529039025306702
] |
8,903 | sentencepiece | __init__ | null | def __init__(self):
_sentencepiece.ImmutableSentencePieceText_ImmutableSentencePiece_swiginit(self, _sentencepiece.new_ImmutableSentencePieceText_ImmutableSentencePiece())
| (self) | [
0.006651683710515499,
-0.06591462343931198,
0.021351084113121033,
0.03217261657118797,
-0.06000201776623726,
-0.04824979975819588,
0.005597815848886967,
0.10131727904081345,
0.06306781619787216,
0.03523841127753258,
0.016542527824640274,
0.020292652770876884,
-0.03600485995411873,
0.058067645877599716,
-0.06635259836912155,
0.0499286875128746,
0.028522856533527374,
-0.014462165534496307,
-0.05131559446454048,
-0.04605994373559952,
-0.0009027447667904198,
0.004368303809314966,
-0.004229156766086817,
0.020055418834090233,
0.004320400767028332,
0.05408941209316254,
-0.03202662616968155,
-0.011724847368896008,
0.002252585021778941,
-0.08394443243741989,
-0.006948226597160101,
-0.0713527649641037,
-0.005082287825644016,
0.0060221003368496895,
0.012117195874452591,
-0.05394342169165611,
-0.039672866463661194,
0.011022268794476986,
-0.027208944782614708,
-0.0026780099142342806,
0.05565880611538887,
-0.009302319958806038,
0.0249643437564373,
-0.00954411644488573,
-0.05456387996673584,
0.024179644882678986,
0.008271263912320137,
0.05058564245700836,
-0.02914331667125225,
-0.024380382150411606,
0.013339865021407604,
-0.01643303409218788,
0.01461728010326624,
0.0021670437417924404,
-0.06350578367710114,
0.06675407290458679,
0.03945388272404671,
0.08569631725549698,
0.006140717770904303,
0.02824912592768669,
0.0017575864912942052,
0.02164306305348873,
0.04711837321519852,
0.022646747529506683,
0.019927678629755974,
0.05014767125248909,
-0.000016252828572760336,
-0.0013287399196997285,
0.057301197201013565,
0.02492784522473812,
0.0027783780824393034,
0.02200803905725479,
-0.025000840425491333,
0.04248318076133728,
-0.00044310340308584273,
-0.009963839314877987,
-0.04387008771300316,
0.03189888224005699,
0.0646372139453888,
-0.007409008219838142,
0.00045679000322707,
0.01844952628016472,
-0.07051332294940948,
0.010666416957974434,
-0.0020210533402860165,
-0.04430805891752243,
0.02618701197206974,
-0.04916223883628845,
-0.023285454139113426,
0.03392449766397476,
-0.0713527649641037,
0.05642525479197502,
-0.030676214024424553,
0.03578587621450424,
0.0020347400568425655,
0.015657460317015648,
-0.00006622314685955644,
-0.06073196977376938,
-0.008120710961520672,
0.032610587775707245,
0.0008730905246920884,
0.0385049469769001,
-0.05419890210032463,
-0.008809602819383144,
-0.02615051530301571,
0.002074659103527665,
-0.030055755749344826,
-0.024836601689457893,
0.0038094348274171352,
-0.03323104605078697,
-0.034563206136226654,
0.03629684075713158,
-0.00831232313066721,
0.031150683760643005,
-0.01679801009595394,
-0.059126075357198715,
0.008955593220889568,
-0.02063938044011593,
0.04978269711136818,
0.01974518969655037,
0.02177080512046814,
-0.02144232764840126,
-0.0994924008846283,
0.02532931976020336,
0.017564458772540092,
0.03215436637401581,
-0.010036833584308624,
-0.021113848313689232,
0.08109761774539948,
-0.09569665044546127,
0.04149774834513664,
-0.008722920902073383,
-0.001223809435032308,
-0.0023997158277779818,
0.010876278392970562,
-0.015429351478815079,
0.027592169120907784,
0.0015157900052145123,
-0.043030645698308945,
0.07419957965612411,
-0.013914701528847218,
-0.019069984555244446,
0.033869754523038864,
0.0037889047525823116,
-0.04843228682875633,
0.01043830718845129,
-0.02914331667125225,
-0.010775909759104252,
-0.006565001793205738,
0.04496501758694649,
0.023449694737792015,
-0.002990520326420665,
0.003113699611276388,
0.006765738595277071,
0.0075823720544576645,
0.002595890313386917,
-0.004972795024514198,
-0.033906251192092896,
0.048578277230262756,
-0.021059103310108185,
-0.0031935381703078747,
-0.041972216218709946,
-0.02180730365216732,
0.028121383860707283,
0.026333002373576164,
0.036260344088077545,
0.03945388272404671,
-0.06700955331325531,
-0.02914331667125225,
0.01881450228393078,
-0.009982087649405003,
-0.006067722570151091,
-0.0593450628221035,
0.012701157480478287,
0.039344388991594315,
0.028997326269745827,
0.0005873828777112067,
0.07146225869655609,
-0.0008137819240801036,
-0.025201577693223953,
-0.0000966615552897565,
0.026661481708288193,
-0.0693453997373581,
0.010219321586191654,
0.05014767125248909,
0.028814837336540222,
0.048906754702329636,
0.048870258033275604,
0.013239496387541294,
-0.0028285623993724585,
-0.0057985526509583,
-0.009571489877998829,
0.020529888570308685,
0.014553409069776535,
-0.013869079761207104,
0.04127876088023186,
-0.04737385734915733,
-0.015949441120028496,
-0.07080530375242233,
0.013604472391307354,
-0.012263186275959015,
0.007801357191056013,
-0.004167567007243633,
-0.05752018466591835,
0.003284781938418746,
0.018413027748465538,
-0.0019320904975757003,
0.03401574119925499,
-0.07376160472631454,
-0.038614436984062195,
-0.013595348224043846,
-0.03396099805831909,
0.05576829984784126,
-0.020967857912182808,
0.04872426763176918,
-0.10401809960603714,
0.007541311904788017,
0.00531039759516716,
-0.039417386054992676,
0.007390759419649839,
0.10263118892908096,
0.007176336366683245,
-0.029052073135972023,
-0.029088569805026054,
-0.036625318229198456,
-0.004721874371170998,
0.008239327929913998,
-0.01309350598603487,
-0.04441755264997482,
-0.027354935184121132,
-0.023175962269306183,
0.016852756962180138,
-0.004407082684338093,
-0.004753809422254562,
0.011806966736912727,
-0.02525632455945015,
-0.001410859520547092,
0.004740123171359301,
-0.02635125070810318,
-0.030457228422164917,
-0.008376194164156914,
0.04095028340816498,
-0.020292652770876884,
0.039782360196113586,
-0.02302997186779976,
0.034763943403959274,
0.0008970420458354056,
0.00806596502661705,
-0.008284950628876686,
0.031114185228943825,
0.012089822441339493,
-0.06219187378883362,
-0.08284950256347656,
0.01302963588386774,
0.007541311904788017,
-0.04292115196585655,
0.013869079761207104,
0.004352336283773184,
0.029946263879537582,
-0.01177959330379963,
0.003966830670833588,
0.024617616087198257,
-0.02087661437690258,
0.04719137027859688,
0.034070488065481186,
-0.014763270504772663,
-0.006806798279285431,
0.010602546855807304,
0.013221248053014278,
-0.012500420212745667,
0.1150403693318367,
0.0499286875128746,
-0.002668885514140129,
0.024143148213624954,
-0.04175322875380516,
-0.032537590712308884,
-0.0205481369048357,
-0.009416375309228897,
0.03748301416635513,
0.018440401181578636,
0.07051332294940948,
-0.005538507364690304,
-0.01037443708628416,
0.05595078691840172,
0.014863639138638973,
-0.01019194908440113,
-0.019763438031077385,
0.01619580015540123,
-0.005990164820104837,
-0.06872493773698807,
0.0006997269811108708,
0.05649825185537338,
0.0681774765253067,
0.027701662853360176,
0.06919940561056137,
0.017537087202072144,
-0.039709366858005524,
0.08511235564947128,
0.029289307072758675,
-0.051060110330581665,
0.021989790722727776,
-0.02923456020653248,
0.018203167244791985,
0.03558513894677162,
-0.056936223059892654,
-0.0322638601064682,
-0.024654114618897438,
0.04934472590684891,
0.04018383473157883,
-0.030511975288391113,
0.022519005462527275,
0.016405660659074783,
-0.015839949250221252,
0.04456354305148125,
0.039380885660648346,
0.04390658810734749,
0.024289138615131378,
-0.04460003972053528,
0.05394342169165611,
0.06328680366277695,
-0.027427930384874344,
-0.09095196425914764,
0.02821262739598751,
0.011660976335406303,
0.024946095421910286,
-0.062447357922792435,
0.04200871288776398,
-0.037847988307476044,
-0.004178972914814949,
0.01406981609761715,
-0.010848904959857464,
0.009343380108475685,
0.01043830718845129,
0.005438139196485281,
-0.06489269435405731,
-0.01958095096051693,
-0.03255584090948105,
-0.035402651876211166,
-0.036625318229198456,
-0.07978370785713196,
0.04737385734915733,
-0.002217227825894952,
-0.05390692502260208,
0.011405493132770061,
0.03616910055279732,
-0.025931529700756073,
-0.03762900456786156,
-0.03454495966434479,
0.040475815534591675,
-0.007842416875064373,
0.000650683359708637,
-0.04036632180213928,
0.019343717023730278,
0.037847988307476044,
-0.005460950080305338,
0.030584970489144325,
0.011405493132770061,
-0.016487780958414078,
-0.02302997186779976,
-0.05354194715619087,
0.04529349505901337,
0.020566385239362717,
-0.016086308285593987,
0.008097900077700615,
-0.034398969262838364,
-0.03000100888311863,
-0.011852588504552841,
-0.02184380032122135,
0.0283768679946661,
0.04824979975819588,
0.0007635977817699313,
-0.006104220170527697,
-0.03737352043390274,
0.002198979025706649,
-0.01921597495675087,
-0.026898715645074844,
-0.06412624567747116,
0.03470919653773308,
-0.0442715622484684,
-0.0734696239233017,
-0.004881551023572683,
0.01981818489730358,
0.0002446478174533695,
0.02472710981965065,
-0.018175793811678886,
-0.0062365238554775715,
0.023321952670812607,
0.05613327398896217,
0.07876177132129669,
0.021989790722727776,
0.007016659248620272,
-0.023869415745139122,
0.015109997242689133,
-0.022281771525740623,
-0.0016857319278642535,
-0.01759183220565319,
-0.0015249144053086638,
-0.009799599647521973,
-0.011660976335406303,
-0.0018636576132848859,
0.06898042559623718,
0.012710281647741795,
0.020529888570308685,
0.0036246657837182283,
-0.0505126491189003,
0.02432563528418541,
0.0499286875128746,
0.05901658535003662,
-0.01435267273336649,
0.02934405207633972,
0.02456287108361721,
0.055512815713882446,
-0.06803148239850998,
-0.0967915803194046,
0.005255651194602251,
-0.06562264263629913,
0.0390889048576355,
0.043395619839429855,
-0.009389001876115799,
0.0076188696548342705,
-0.022099284455180168,
0.024270890280604362,
0.053286463022232056,
0.03912540525197983,
-0.014909260906279087,
0.04142475128173828,
-0.04803081229329109,
-0.027354935184121132,
0.02764691598713398,
-0.05208204314112663,
-0.06861544400453568,
0.052957985550165176,
-0.03056672215461731,
-0.015228614211082458,
0.02897907793521881,
-0.0283768679946661,
-0.004840491339564323,
-0.0625203549861908,
-0.0027031018398702145,
0.07179073989391327,
0.03616910055279732,
0.01329424325376749,
0.05084112659096718,
0.009836097247898579,
0.06361527740955353,
-0.014553409069776535,
-0.076060950756073,
0.022446010261774063,
0.04547598212957382,
-0.015210365876555443,
0.03813996911048889,
0.07368861138820648,
0.06489269435405731,
0.008919095620512962,
-0.03397924453020096,
-0.05237402394413948,
0.02124159038066864,
-0.030694464221596718,
0.002855935599654913,
-0.004185815807431936,
-0.0666445791721344,
0.03923489525914192,
0.008973842486739159,
0.01739109680056572,
0.018705008551478386,
0.012628162279725075,
0.004610100295394659,
-0.03821296617388725,
-0.0515710785984993,
-0.045986950397491455,
0.029526541009545326,
-0.019562702625989914,
0.029033822938799858,
-0.04219119995832443,
0.024070153012871742,
-0.016086308285593987,
-0.0028878708835691214,
-0.03777499496936798,
-0.04540298879146576,
-0.03547564521431923,
-0.018002429977059364,
-0.021789053454995155,
-0.0604034923017025,
0.015100873075425625,
-0.029398798942565918,
-0.002559392713010311,
-0.008389880880713463,
-0.04000134766101837,
0.03653407469391823,
-0.01682538352906704,
-0.05613327398896217,
0.07025783509016037,
-0.004598694853484631,
-0.01696224883198738,
0.03989185392856598,
0.04054880887269974,
-0.003928051795810461,
0.02246425859630108,
0.010128078050911427,
-0.060914456844329834,
-0.03930789232254028,
0.02363218180835247,
-0.038249462842941284,
-0.07978370785713196,
0.013960323296487331,
0.0011759063927456737,
0.0018784847343340516,
-0.024416880682110786,
-0.025311071425676346,
-0.013631845824420452,
0.01832178421318531,
-0.033705513924360275,
-0.011241254396736622,
-0.05832313001155853,
0.044125571846961975,
-0.017071742564439774,
-0.027208944782614708,
0.02914331667125225,
-0.05007467791438103,
-0.018531644716858864,
0.025384066626429558,
-0.009516743943095207,
-0.025730792433023453,
-0.04299414902925491,
0.014307050965726376,
-0.030511975288391113,
-0.025365816429257393,
-0.01169747393578291,
0.06124293804168701,
-0.005511134397238493,
0.022883981466293335,
-0.0723017007112503,
0.02419789507985115,
0.03688080236315727,
0.01605893485248089,
0.07387109845876694,
-0.01832178421318531,
-0.00921107642352581,
0.008668174967169762,
0.03963636979460716,
-0.027829403057694435,
-0.03584062308073044,
-0.011113512329757214,
-0.015922067686915398,
-0.042227696627378464,
0.02286573313176632,
-0.03989185392856598,
0.017181234434247017,
-0.03726402670145035,
0.012920143082737923,
-0.025201577693223953,
-0.018212292343378067,
-0.04759284108877182,
0.003264252096414566,
0.005273899994790554,
-0.016670268028974533,
-0.017710449174046516,
-0.03237335383892059,
0.021223342046141624,
0.047483351081609726,
-0.006747489795088768,
0.019361965358257294,
-0.006984724197536707,
-0.016250547021627426,
0.03303030878305435,
0.06522117555141449,
0.030311238020658493,
0.001861376455053687,
-0.03359602019190788,
0.018832750618457794,
0.0660606175661087,
-0.017737822607159615,
0.040840789675712585,
0.06792199611663818,
-0.020128414034843445,
0.040439315140247345,
-0.012920143082737923,
0.015812575817108154,
0.028230877593159676,
-0.006961912848055363,
-0.007117027882486582,
0.025201577693223953,
-0.0037181908264756203,
0.009389001876115799,
-0.01063904445618391,
-0.024708859622478485,
-0.016807135194540024,
0.030749209225177765,
0.006642559077590704,
0.011259502731263638,
-0.0022069630213081837,
0.013212122954428196,
0.028522856533527374,
0.020785370841622353,
-0.02476360648870468,
-0.010611671023070812,
0.036990296095609665,
-0.027190696448087692,
0.01161535456776619,
-0.0061452798545360565,
-0.029289307072758675,
0.03040248341858387,
-0.023248957470059395,
0.07525800913572311,
0.05799465253949165,
0.0035516705829650164,
-0.009074210189282894,
0.023869415745139122,
0.01408806536346674,
0.07200971990823746,
-0.0020963295828551054,
-0.013120879419147968,
0.009279509074985981,
-0.05412590876221657,
-0.052556511014699936,
-0.029891517013311386,
0.001025353791192174,
0.038249462842941284,
0.06054948270320892,
-0.01169747393578291,
0.006391638424247503,
0.017537087202072144,
-0.0582866333425045,
0.023686928674578667,
-0.061680905520915985,
-0.026643231511116028,
0.002007366856560111,
-0.07737486809492111,
0.0015899257268756628,
-0.0494542196393013,
0.022154029458761215,
-0.005296710878610611,
0.0009152908460237086,
-0.06627960503101349,
0.026132266968488693,
0.023157713934779167,
-0.005383392795920372,
-0.006660807877779007,
0.04511100798845291,
0.09511268883943558,
-0.0026460743974894285,
-0.057337693870067596,
0.01885099895298481,
0.011980329640209675,
-0.06423573940992355,
0.026132266968488693,
-0.03073096089065075,
-0.04722786694765091,
-0.005885234568268061,
0.015602714382112026,
0.006432698108255863,
0.041205767542123795,
-0.0074591925367712975,
-0.01762833073735237,
-0.017071742564439774,
0.005611502565443516,
-0.010812407359480858,
0.00007039328193059191,
0.037118036299943924,
-0.008932782337069511,
-0.009343380108475685,
0.02197154238820076,
0.015611839480698109,
-0.00009124394273385406,
0.023486191406846046,
-0.015456723980605602,
0.055111344903707504,
0.014599031768739223,
0.015392853878438473,
0.008973842486739159,
-0.0442715622484684,
0.037227530032396317,
-0.018559018149971962,
-0.01945320889353752,
-0.006884355563670397,
-0.03963636979460716,
0.02671622671186924,
0.025238076224923134,
0.06029399856925011,
0.026132266968488693,
-0.009772226214408875,
0.032738327980041504,
-0.024544620886445045,
-0.11555133014917374,
-0.039380885660648346,
0.04237368702888489,
-0.027701662853360176,
0.02140582911670208,
0.02877834066748619,
-0.14226755499839783,
-0.039745863527059555,
0.03636983782052994,
-0.03989185392856598,
0.003097731852903962,
0.046753399074077606,
-0.02339494787156582,
-0.03558513894677162,
-0.1159893050789833,
-0.009854346513748169,
0.043760597705841064,
0.05354194715619087,
0.0018910308135673404,
-0.044198568910360336,
-0.012755903415381908,
-0.00848112441599369,
0.00003384223600733094,
-0.012600788846611977,
0.010566049255430698,
-0.006884355563670397,
0.015310734510421753,
0.0505126491189003,
0.05872460454702377,
0.005378830712288618,
-0.024599367752671242,
0.024416880682110786,
0.007979283109307289,
-0.0047811828553676605,
0.03675306215882301,
-0.039709366858005524,
0.008403567597270012,
0.01812104694545269,
-0.05171706900000572,
0.06522117555141449,
0.001098348991945386,
0.010201073251664639,
0.006450946908444166,
-0.060950957238674164,
0.012673784047365189,
0.03631509095430374,
-0.03531140834093094,
-0.028814837336540222,
-0.026770973578095436,
-0.06441822648048401,
0.009233887307345867,
-0.010593421757221222,
-0.06423573940992355,
-0.016086308285593987,
-0.022482508793473244,
-0.00571643328294158,
0.005278462078422308,
-0.024982592090964317,
-0.029398798942565918,
0.00007135561463655904,
0.013914701528847218,
-0.027865901589393616,
0.023340201005339622,
0.020767122507095337,
-0.0020940485410392284,
-0.009516743943095207,
0.04565846920013428,
0.0023540938273072243,
0.034070488065481186,
-0.016323542222380638,
0.028668846935033798,
0.032008375972509384,
-0.027756407856941223,
0.032610587775707245,
0.021953294053673744,
-0.046315427869558334,
-0.024070153012871742,
-0.03266533091664314,
-0.023613933473825455,
0.08920007944107056,
0.02136933244764805,
0.03450845927000046,
0.026241758838295937,
0.01725422963500023,
0.02768341265618801
] |
8,904 | sentencepiece | __str__ | null | def __str__(self):
return ('piece: \"{}\"\n'
'id: {}\n'
'surface: \"{}\"\n'
'begin: {}\n'
'end: {}\n').format(self.piece, self.id, self.surface,
self.begin, self.end)
| (self) | [
0.017825523391366005,
-0.010515715926885605,
-0.03199194371700287,
0.007498636841773987,
0.013965004123747349,
-0.06307750940322876,
0.031102348119020462,
0.03165624663233757,
0.027745375409722328,
-0.014082498848438263,
-0.021702826023101807,
0.0029730184469372034,
-0.01884939894080162,
0.04434560239315033,
0.014569259248673916,
0.006965717300772667,
-0.01898367889225483,
-0.11615123599767685,
-0.03123662620782852,
0.006034157704561949,
0.03759808838367462,
0.03316688537597656,
0.05220091715455055,
-0.009458268992602825,
0.009282028302550316,
0.03857161104679108,
0.00802735984325409,
-0.02101464569568634,
-0.03544962778687477,
-0.03790021687746048,
-0.030649157240986824,
-0.02282741107046604,
-0.0009682766976766288,
0.013285217806696892,
-0.007397927343845367,
0.03328438103199005,
-0.009752004407346249,
-0.005371155682951212,
-0.05283874273300171,
-0.0006671982118859887,
-0.003101003123447299,
0.022709917277097702,
0.006197810173034668,
-0.004225588869303465,
-0.04582267254590988,
-0.017926231026649475,
0.04276782646775246,
0.062137555330991745,
0.0055473968386650085,
-0.05636356398463249,
0.043338511139154434,
0.013604129664599895,
-0.04001510888338089,
-0.01277327910065651,
-0.036590997129678726,
-0.039008017629384995,
0.05092526972293854,
0.004301120527088642,
0.026637574657797813,
0.014141245745122433,
-0.004055642057210207,
0.024321263656020164,
0.04790399223566055,
-0.020024338737130165,
0.0011644497280940413,
-0.028450340032577515,
-0.015962403267621994,
0.010717133991420269,
0.03964584320783615,
0.06670303642749786,
0.08949688076972961,
0.0011434686603024602,
-0.005828543100506067,
-0.0078679034486413,
-0.02979312837123871,
-0.004775293171405792,
-0.025563344359397888,
-0.004359867889434099,
0.07956024259328842,
-0.04431203380227089,
-0.02274348773062229,
-0.0027736984193325043,
-0.007838530465960503,
0.001099408371374011,
-0.008929545991122723,
-0.06438672542572021,
0.005295623559504747,
-0.03395577520132065,
-0.07412194460630417,
0.010624817572534084,
0.012815241701900959,
0.015677060931921005,
-0.06801225990056992,
0.011506021954119205,
-0.02529478631913662,
-0.02317989245057106,
0.0006157946190796793,
-0.05508791282773018,
-0.006529311183840036,
-0.021820319816470146,
-0.025731192901730537,
-0.016692545264959335,
-0.04713188856840134,
-0.02091393619775772,
-0.0541815310716629,
-0.055625028908252716,
0.013469850644469261,
0.006197810173034668,
-0.02752717211842537,
0.01039822120219469,
-0.0046284254640340805,
0.049515340477228165,
-0.047299738973379135,
0.003495447337627411,
0.03615459054708481,
-0.051999498158693314,
-0.046091228723526,
-0.011908859014511108,
0.0412907600402832,
-0.05404725298285484,
0.022676346823573112,
-0.055692169815301895,
-0.04055222496390343,
0.00032468215795233846,
-0.031135916709899902,
0.02113213948905468,
-0.02937350794672966,
-0.012152239680290222,
0.031068777665495872,
-0.14152994751930237,
0.015425287187099457,
0.009441484697163105,
-0.05629642307758331,
0.002536612097173929,
0.02336452715098858,
-0.025982964783906937,
0.02076287381350994,
-0.009710041806101799,
0.038538042455911636,
0.10621459782123566,
0.01460282877087593,
-0.0318073108792305,
0.008161638863384724,
0.03174017369747162,
-0.005236876662820578,
-0.014460157603025436,
0.02096429094672203,
0.03544962778687477,
0.029994547367095947,
-0.018161220476031303,
0.026402587071061134,
0.017288407310843468,
0.02319667860865593,
-0.023532375693321228,
0.04474844038486481,
-0.0062229870818555355,
0.017540179193019867,
-0.008627418428659439,
0.06032479181885719,
-0.005568377673625946,
0.0025051406119018793,
-0.0421300008893013,
0.0016679955879226327,
0.030548447743058205,
0.030464522540569305,
0.05867987498641014,
-0.009206496179103851,
-0.034778233617544174,
0.04474844038486481,
-0.006617431528866291,
-0.0066300202161073685,
-0.019789351150393486,
-0.0591498501598835,
0.05747136473655701,
0.029893837869167328,
0.02524443157017231,
-0.020494315773248672,
0.05233519524335861,
-0.014846209436655045,
-0.0658973678946495,
-0.024153415113687515,
-0.011707440949976444,
0.0020918133668601513,
0.010582854971289635,
0.02524443157017231,
-0.04632621631026268,
0.053845833986997604,
0.006986698601394892,
0.025982964783906937,
-0.051126688718795776,
-0.0022680542897433043,
0.041190050542354584,
-0.04360707104206085,
0.04226427897810936,
-0.022307081148028374,
-0.03944442421197891,
0.03585246205329895,
-0.07956024259328842,
0.02490873448550701,
0.013276824727654457,
-0.04219714179635048,
0.011346566490828991,
-0.024472327902913094,
-0.01457765232771635,
0.024170199409127235,
0.023868072777986526,
-0.0020047419238835573,
0.0027736984193325043,
0.009407914243638515,
0.015844909474253654,
0.026234738528728485,
0.028316060081124306,
-0.0005177080747671425,
-0.009869498200714588,
0.07096639275550842,
-0.05723637714982033,
-0.015081197954714298,
0.026352232322096825,
-0.04615836963057518,
0.01602114923298359,
0.011934036388993263,
-0.011883681640028954,
0.006571273319423199,
-0.011027653701603413,
-0.07378625124692917,
0.019336160272359848,
0.021518191322684288,
0.0010553481988608837,
-0.04669548198580742,
0.00953380111604929,
-0.0019344552420079708,
-0.06166758015751839,
-0.051462385803461075,
0.05686710774898529,
-0.03313331678509712,
0.09265243262052536,
-0.08540137112140656,
-0.025781547650694847,
-0.05304016172885895,
-0.02534514106810093,
-0.004506735131144524,
-0.003342285519465804,
-0.015567958354949951,
-0.030397383496165276,
0.04226427897810936,
-0.04844110831618309,
0.003669590223580599,
0.02128320373594761,
-0.018127650022506714,
0.010775880888104439,
0.044849149882793427,
0.027896439656615257,
-0.036456719040870667,
0.002393940929323435,
-0.020309681072831154,
-0.07089925557374954,
-0.061936136335134506,
-0.04827326163649559,
0.028702111914753914,
-0.008065125904977322,
-0.03304939344525337,
-0.001503294100984931,
-0.006369854789227247,
0.04216356948018074,
0.08211153745651245,
0.004477361682802439,
-0.09446519613265991,
0.014225170016288757,
0.019504008814692497,
-0.026385800912976265,
0.05918341875076294,
-0.00046053461846895516,
-0.05955268815159798,
0.01895010843873024,
-0.047064751386642456,
-0.026822207495570183,
-0.009441484697163105,
0.02732575312256813,
-0.04823968932032585,
-0.036624565720558167,
0.011010868474841118,
-0.016172213479876518,
-0.024573037400841713,
-0.032310858368873596,
0.04827326163649559,
-0.02558012865483761,
0.04132432863116264,
0.018463347107172012,
0.03934371471405029,
0.005018673371523619,
-0.0023855483159422874,
0.041257187724113464,
-0.02939029224216938,
-0.016264529898762703,
0.05461793765425682,
-0.009550586342811584,
0.04578910022974014,
0.03140447661280632,
-0.02492551878094673,
-0.021954597905278206,
0.013159330934286118,
-0.014997273683547974,
0.03974655270576477,
-0.001540011027827859,
-0.05737065523862839,
-0.011321389116346836,
-0.009668080136179924,
-0.0029163695871829987,
0.03991439938545227,
-0.06452100723981857,
0.060257650911808014,
0.008388234302401543,
0.05075741931796074,
0.0340396985411644,
0.038672320544719696,
0.07150350511074066,
-0.047501157969236374,
-0.009500231593847275,
0.024254124611616135,
0.062204696238040924,
0.02326381765305996,
-0.020091479644179344,
0.019319375976920128,
0.06670303642749786,
0.0583106093108654,
-0.06801225990056992,
-0.03355293720960617,
0.028920315206050873,
0.04800470173358917,
0.039142295718193054,
-0.041190050542354584,
-0.040787212550640106,
-0.005983802955597639,
0.01459443662315607,
0.020225757732987404,
0.014057321473956108,
-0.011866896413266659,
-0.0038416350726038218,
-0.021736394613981247,
-0.007452478166669607,
0.11098150163888931,
0.01169904787093401,
0.0006189417326822877,
0.022021736949682236,
0.03301582112908363,
0.01910117268562317,
-0.02751038782298565,
-0.0007264697924256325,
0.01673450693488121,
0.02321346290409565,
-0.04622550681233406,
-0.06180185824632645,
0.030078470706939697,
-0.008988292887806892,
0.010037346743047237,
0.04031723737716675,
0.012001175433397293,
-0.0009740464738570154,
-0.030548447743058205,
0.019520793110132217,
0.03622173145413399,
-0.056027866899967194,
0.030565232038497925,
0.036993835121393204,
-0.04548697546124458,
-0.02497587352991104,
0.03340187296271324,
-0.03383827954530716,
0.043237801641225815,
0.0507238507270813,
-0.06529311090707779,
0.035046789795160294,
-0.03568461537361145,
-0.028097856789827347,
-0.02133355848491192,
0.07472620159387589,
0.03207587078213692,
0.028383200988173485,
0.0008712391718290746,
-0.12890774011611938,
0.02546263486146927,
-0.007200705353170633,
-0.008488943800330162,
0.07989593595266342,
-0.028316060081124306,
0.024623392149806023,
-0.0023813522420823574,
0.024170199409127235,
0.008161638863384724,
-0.007574168499559164,
-0.013427888974547386,
0.0012651588767766953,
0.03847090154886246,
-0.009835928678512573,
-0.026536865159869194,
-0.03759808838367462,
0.04800470173358917,
-0.03847090154886246,
-0.0424656979739666,
-0.013385926373302937,
0.03944442421197891,
-0.058176327496767044,
-0.03726239129900932,
0.009777181781828403,
-0.032646555453538895,
-0.022307081148028374,
0.012009568512439728,
0.014384626410901546,
-0.021501407027244568,
-0.020024338737130165,
-0.010834627784788609,
-0.028685327619314194,
-0.03964584320783615,
-0.027946794405579567,
0.02970920503139496,
-0.012127062305808067,
-0.05676640197634697,
-0.01658344268798828,
-0.04004867747426033,
0.001126683782786131,
-0.07519617676734924,
0.030968068167567253,
0.02341488189995289,
0.06119760498404503,
-0.045117706060409546,
-0.013302002102136612,
-0.017724813893437386,
0.03826948255300522,
0.0766732469201088,
0.023683439940214157,
-0.04035080596804619,
-0.009785573929548264,
-0.00028193320031277835,
-0.0015179808251559734,
0.04421132430434227,
-0.0583106093108654,
0.02762788161635399,
-0.005744618829339743,
0.010163233615458012,
0.013587345369160175,
0.024103060364723206,
0.002127481158822775,
0.021568546071648598,
0.05539004132151604,
0.02539549581706524,
-0.004993495997041464,
-0.06969074159860611,
-0.05220091715455055,
0.042902104556560516,
0.06603164225816727,
0.014241954311728477,
0.043170664459466934,
-0.02106500044465065,
-0.03591960296034813,
0.0541815310716629,
-0.047266170382499695,
0.033200453966856,
-0.014166423119604588,
0.011774579994380474,
-0.03581889346241951,
-0.010003777220845222,
0.07365196943283081,
-0.04176073521375656,
0.05008602514863014,
-0.0016900256741791964,
-0.06019051373004913,
0.005664890632033348,
0.03541605547070503,
-0.0665687620639801,
-0.018211575224995613,
0.04249927029013634,
0.009256850928068161,
-0.02927279844880104,
0.00742730125784874,
0.02527800016105175,
0.05834417790174484,
0.030095256865024567,
0.019940415397286415,
0.014745500870049,
-0.02965885028243065,
-0.060089804232120514,
-0.09359238296747208,
-0.055826447904109955,
-0.000012023140698147472,
-0.011917251162230968,
0.0421300008893013,
-0.026100458577275276,
0.030263105407357216,
-0.026352232322096825,
-0.0037493184208869934,
0.01888296939432621,
0.0047585079446434975,
-0.09043683111667633,
-0.04236498847603798,
-0.023717008531093597,
0.058176327496767044,
-0.015945618972182274,
-0.026318661868572235,
-0.06784440577030182,
0.0013281021965667605,
0.03143804520368576,
0.013411103747785091,
0.02329738810658455,
-0.034711092710494995,
0.01033108215779066,
-0.02339809574186802,
0.06301037222146988,
0.03947799280285835,
0.020259328186511993,
0.026906132698059082,
0.053778696805238724,
-0.08070161193609238,
0.057437796145677567,
-0.01863119564950466,
-0.009382737800478935,
0.02091393619775772,
0.007079015020281076,
0.03961227089166641,
-0.026050103828310966,
0.019671857357025146,
0.030313460156321526,
0.014149637892842293,
-0.002689773915335536,
0.005929252132773399,
-0.04374134913086891,
0.04374134913086891,
-0.01910117268562317,
0.008686165325343609,
-0.047635436058044434,
0.05069028213620186,
0.0385044701397419,
0.02502622827887535,
0.03195837512612343,
0.010994084179401398,
0.005194914527237415,
0.10366330295801163,
-0.030397383496165276,
-0.012513114139437675,
-0.007091603707522154,
0.01145566813647747,
0.020259328186511993,
-0.036859553307294846,
0.0047249384224414825,
-0.09500231593847275,
0.0032709497027099133,
0.009978599846363068,
0.06052621081471443,
-0.004569678567349911,
0.031018422916531563,
-0.02309596911072731,
0.011967605911195278,
-0.024539466947317123,
-0.03571818396449089,
-0.04471487179398537,
0.01383911818265915,
0.05277160182595253,
0.0017592632211744785,
-0.011338173411786556,
-0.006134866736829281,
0.013184508308768272,
0.0029142715502530336,
0.02517729252576828,
0.03410683944821358,
0.004414418712258339,
0.003226889530196786,
0.0373295322060585,
0.017842307686805725,
0.005660694558173418,
-0.027896439656615257,
-0.020410390570759773,
-0.0012179515324532986,
-0.007767194416373968,
0.0337040014564991,
-0.011430490761995316,
-0.04639335721731186,
-0.027745375409722328,
0.02497587352991104,
0.012294910848140717,
0.03857161104679108,
0.020024338737130165,
-0.020292896777391434,
0.02094750665128231,
0.02109857089817524,
-0.01868155039846897,
0.014661576598882675,
0.049448199570178986,
-0.036590997129678726,
-0.002809366211295128,
0.047568295150995255,
-0.009802359156310558,
0.03558390587568283,
-0.04458058997988701,
0.010691956616938114,
0.014275524765253067,
0.051294535398483276,
-0.005593555048108101,
0.034341827034950256,
0.00404724944382906,
-0.030380599200725555,
0.020376821979880333,
0.010012169368565083,
0.030296673998236656,
0.009752004407346249,
0.06505811959505081,
0.0505560003221035,
-0.010448575951159,
0.03377114236354828,
0.02331417240202427,
-0.042868535965681076,
0.05730351433157921,
0.014451765455305576,
0.00932398997247219,
-0.03143804520368576,
-0.05928412824869156,
-0.04209643229842186,
-0.03199194371700287,
0.01576937735080719,
0.008010574616491795,
-0.018245143815875053,
0.012580253183841705,
0.04588980972766876,
0.06317821890115738,
-0.09379380196332932,
0.04834039881825447,
0.011489237658679485,
-0.00935756042599678,
0.0007936092442832887,
-0.04860895872116089,
0.04035080596804619,
-0.09694936126470566,
0.011766187846660614,
0.025747977197170258,
-0.02541228011250496,
-0.03195837512612343,
-0.08405858278274536,
-0.01038982905447483,
0.0008507826714776456,
0.010146448388695717,
-0.047467585653066635,
0.014090890996158123,
-0.007628719322383404,
0.01248793676495552,
-0.05250304564833641,
0.03138769045472145,
-0.03440896421670914,
-0.025865470990538597,
-0.04004867747426033,
-0.06264109909534454,
-0.01671772263944149,
-0.028819605708122253,
0.0018180102342739701,
0.01374680083245039,
0.0005895682261325419,
0.002830347279086709,
0.002351978560909629,
0.042969245463609695,
0.011262642219662666,
-0.0053627630695700645,
-0.0321430079638958,
0.02546263486146927,
-0.016944317147135735,
-0.014191600494086742,
-0.01575259305536747,
-0.04045151546597481,
0.01153119932860136,
0.018396208062767982,
0.0095841558650136,
0.021568546071648598,
-0.012085099704563618,
0.013998574577271938,
-0.045218415558338165,
0.017842307686805725,
-0.018412992358207703,
-0.055792879313230515,
-0.04481557756662369,
0.015106375329196453,
0.01039822120219469,
0.013125761412084103,
0.016155429184436798,
-0.01368805393576622,
0.04223071038722992,
-0.014166423119604588,
-0.030011331662535667,
-0.03143804520368576,
0.02950778603553772,
0.08009735494852066,
-0.019705427810549736,
0.009827536530792713,
0.0024254124145954847,
-0.05857916548848152,
-0.02917208895087242,
-0.030179180204868317,
-0.018513701856136322,
-0.018026940524578094,
0.06146616116166115,
-0.03398934379220009,
0.03415719419717789,
-0.043237801641225815,
0.037161681801080704,
-0.009130964055657387,
0.006932147778570652,
0.02499265782535076,
0.028903530910611153,
-0.004813058767467737,
0.009248458780348301,
-0.023700224235653877,
0.03638957813382149,
-0.014023751951754093,
-0.007414712570607662,
-0.01653308793902397,
0.026654358953237534,
0.1107129454612732,
-0.02124963514506817,
-0.0422978512942791,
-0.01260543055832386,
-0.009676472283899784,
0.017288407310843468,
-0.007830137386918068,
-0.014737107791006565,
0.01163190882652998,
-0.021904243156313896,
0.008845621719956398,
0.02292812056839466,
-0.03304939344525337,
0.024673745036125183,
0.0770089402794838,
0.0025974572636187077,
-0.020427176728844643,
-0.010884982533752918,
-0.040652934461832047,
-0.0046242293901741505,
0.041357897222042084,
-0.04568839073181152,
-0.015828123316168785,
0.0233813114464283,
-0.003957030829042196,
0.02301204390823841,
-0.01921866647899151,
0.032310858368873596,
0.0014424490509554744,
0.010112878866493702,
0.02291133627295494,
0.04169359430670738,
-0.027795730158686638,
-0.014846209436655045,
0.04441274330019951,
0.05441651865839958,
0.029071379452943802,
-0.0680793970823288,
0.04377491772174835,
0.0428013950586319,
0.05424867197871208,
-0.01480424776673317,
0.03229407221078873,
0.028953885659575462,
-0.047098319977521896,
0.013234863057732582,
0.06082833558320999,
-0.0012410306371748447,
-0.049347490072250366,
-0.07486048340797424,
-0.017691243439912796,
0.047400448471307755,
0.055792879313230515,
-0.06747514009475708,
0.07351769506931305,
-0.013176116161048412,
0.000001401470285600226
] |
8,906 | sentencepiece | _begin | null | def _begin(self):
return _sentencepiece.ImmutableSentencePieceText_ImmutableSentencePiece__begin(self)
| (self) | [
-0.014286343939602375,
-0.00030168998637236655,
0.0076216417364776134,
0.03390783816576004,
-0.004204605706036091,
-0.04136011004447937,
0.06371692568063736,
0.03942929208278656,
0.07946831732988358,
-0.03395864740014076,
0.013888324610888958,
-0.026032140478491783,
-0.005182716064155102,
0.031231792643666267,
-0.07492920756340027,
0.0009844620944932103,
0.011491741985082626,
-0.03671937435865402,
-0.08549787849187851,
-0.039463166147470474,
-0.0005126083269715309,
0.018173381686210632,
0.023982765153050423,
-0.03590640053153038,
-0.009112096391618252,
0.03566928207874298,
-0.055892039090394974,
-0.05511293560266495,
0.02128978632390499,
-0.0916629433631897,
0.00971335917711258,
-0.0414278581738472,
-0.014074631035327911,
-0.05355473607778549,
0.045323360711336136,
-0.021967263892292976,
-0.009671016596257687,
-0.006851009093225002,
0.047626789659261703,
-0.00576280802488327,
0.0030105484183877707,
-0.002536312909796834,
0.014625083655118942,
0.021493028849363327,
-0.023864205926656723,
0.013354809954762459,
0.0768938958644867,
0.013786702416837215,
0.018444372341036797,
-0.027437910437583923,
0.07540344446897507,
-0.007934975437819958,
0.015675175935029984,
-0.03841307386755943,
-0.07899408042430878,
-0.003234963398426771,
0.02816619910299778,
-0.02288186177611351,
-0.016801485791802406,
0.07682614773511887,
0.053486987948417664,
0.0049837068654596806,
0.0013708369806408882,
0.0068086665123701096,
0.03655000403523445,
-0.00008931611228035763,
0.05883907154202461,
-0.01152561604976654,
0.04512012004852295,
0.0101198460906744,
0.017682207748293877,
0.048846255987882614,
-0.01284669991582632,
0.025828896090388298,
-0.03651612997055054,
-0.036177393049001694,
-0.047965530306100845,
0.0392937958240509,
0.04288443550467491,
-0.014625083655118942,
0.006901819724589586,
0.045560479164123535,
-0.040276139974594116,
-0.015946168452501297,
0.03233269602060318,
-0.03661775216460228,
0.0013676612870767713,
-0.029233230277895927,
-0.08637860417366028,
-0.008506598882377148,
-0.016657521948218346,
0.07059333473443985,
-0.03983578085899353,
0.03638063743710518,
0.07662290334701538,
0.017885452136397362,
-0.009510114789009094,
-0.021899517625570297,
-0.016564367339015007,
-0.006114250048995018,
-0.02193339169025421,
0.08211048692464828,
-0.009306871332228184,
-0.010009756311774254,
-0.011178407818078995,
0.04176659509539604,
-0.005745870992541313,
-0.018850861117243767,
0.005483347922563553,
-0.022780239582061768,
-0.012770484201610088,
-0.046610571444034576,
-0.03175684064626694,
0.014091568067669868,
0.021662399172782898,
-0.06127799674868584,
0.008841103874146938,
0.012253905646502972,
0.04156335070729256,
0.04393452778458595,
0.029605843126773834,
-0.04769453778862953,
-0.06049889698624611,
-0.01599697954952717,
-0.005322446580976248,
-0.020815549418330193,
0.001091376761905849,
-0.013600395992398262,
0.08719158172607422,
-0.14945192635059357,
0.060227904468774796,
0.007503082510083914,
0.0018577751470729709,
-0.018461309373378754,
-0.029063859954476357,
0.010915884748101234,
0.048134900629520416,
0.03583865240216255,
-0.07669065147638321,
0.08156850188970566,
0.02123897522687912,
-0.015912294387817383,
0.017766892910003662,
0.02787827141582966,
-0.04647507518529892,
-0.004547579679638147,
-0.016005447134375572,
0.0068552433513104916,
0.036279015243053436,
0.039395418018102646,
0.05280950665473938,
-0.032773058861494064,
0.027793586254119873,
0.036820996552705765,
-0.00030804134439677,
-0.041868217289447784,
-0.04207146167755127,
-0.04264732077717781,
0.017766892910003662,
-0.014896075241267681,
0.009772637858986855,
-0.050370581448078156,
0.011229218915104866,
0.007812182419002056,
0.003978073596954346,
0.06801892071962357,
-0.020798612385988235,
-0.026082951575517654,
-0.020392125472426414,
-0.020290503278374672,
0.012296248227357864,
0.04207146167755127,
-0.04247795045375824,
0.036820996552705765,
0.03756622597575188,
0.012626519426703453,
-0.005775510799139738,
0.09728602319955826,
-0.025896644219756126,
-0.00688064843416214,
0.0400051511824131,
0.042037587612867355,
-0.060871511697769165,
-0.01542958989739418,
0.026489438489079475,
0.008574347011744976,
0.030655935406684875,
0.030672872439026833,
0.08231373131275177,
-0.03375540301203728,
-0.01654743030667305,
0.012948322109878063,
0.00492866151034832,
0.047965530306100845,
-0.006605422589927912,
0.01360886450856924,
-0.003601225558668375,
0.008121282793581486,
-0.012338590808212757,
-0.04657669737935066,
-0.00447559729218483,
-0.010661830194294453,
-0.0005456883809529245,
-0.009755700826644897,
-0.004670372698456049,
0.056061409413814545,
-0.014743641950190067,
0.05416446551680565,
-0.1092774048447609,
-0.016530493274331093,
-0.09335663914680481,
-0.07818110287189484,
-0.0008055651560425758,
-0.014040757901966572,
0.013625801540911198,
-0.12777258455753326,
0.03712586313486099,
-0.000688064843416214,
-0.014811390079557896,
0.029673591256141663,
0.09132420271635056,
-0.0056738886050879955,
0.046678319573402405,
-0.06866252422332764,
-0.0001913349551614374,
-0.028792867437005043,
-0.01795320026576519,
-0.055587172508239746,
-0.06117637827992439,
-0.0011527732713147998,
0.005538392812013626,
-0.03966641053557396,
-0.022221319377422333,
-0.008451553992927074,
-0.008231372572481632,
0.03248513117432594,
-0.00576280802488327,
0.012863636948168278,
-0.01964689791202545,
0.0044883000664412975,
-0.03624514117836952,
0.057585734874010086,
0.03326423093676567,
0.04335867241024971,
-0.04505237191915512,
0.049083370715379715,
0.02376258559525013,
0.017919326201081276,
-0.03433126211166382,
0.05087869241833687,
-0.013134629465639591,
-0.010611019097268581,
-0.03439901024103165,
0.011635705828666687,
-0.004805868491530418,
0.018275002017617226,
0.03973415866494179,
0.020900234580039978,
-0.005114968400448561,
0.0430876798927784,
-0.032061707228422165,
0.0006287854048423469,
-0.007934975437819958,
0.013117692433297634,
0.034754686057567596,
0.03668550029397011,
-0.03563540801405907,
0.04942211136221886,
-0.01199985109269619,
0.024033576250076294,
0.046678319573402405,
-0.019629960879683495,
0.005563798360526562,
-0.030825305730104446,
0.01575986109673977,
-0.035940274596214294,
-0.05751798674464226,
-0.01930815912783146,
0.006965333595871925,
0.004611093085259199,
0.037938836961984634,
0.011068317107856274,
-0.05030283331871033,
0.010695703327655792,
0.006766323931515217,
-0.017064008861780167,
0.02423682063817978,
-0.011398588307201862,
0.007570830639451742,
-0.07201604545116425,
-0.021255912259221077,
0.027200791984796524,
0.03345053642988205,
-0.04329092428088188,
0.06588485836982727,
-0.014506524428725243,
0.011635705828666687,
0.041156865656375885,
-0.014938417822122574,
-0.015895357355475426,
0.02852187678217888,
-0.025608716532588005,
-0.09003699570894241,
0.011119128204882145,
-0.0685608983039856,
-0.0050641573034226894,
-0.008561643771827221,
0.0764196589589119,
0.004060641396790743,
-0.10006368905305862,
-0.06273458153009415,
-0.003969605080783367,
0.003982307855039835,
-0.040716502815485,
-0.01959608681499958,
0.024270694702863693,
0.022695554420351982,
0.008383805863559246,
0.06937387585639954,
0.07669065147638321,
-0.02535466104745865,
-0.04430714249610901,
0.03395864740014076,
0.02235681563615799,
0.01126309297978878,
-0.01835968717932701,
0.0035504146944731474,
-0.004382444079965353,
-0.02328834868967533,
0.021035730838775635,
-0.00034747275640256703,
-0.03045269288122654,
-0.025490157306194305,
0.010788857005536556,
-0.07079657912254333,
-0.014972291886806488,
0.006575782783329487,
-0.0006076142308302224,
-0.015141661278903484,
-0.07249028235673904,
0.03179071471095085,
-0.04183434322476387,
0.024846551939845085,
0.01724184677004814,
0.03519504889845848,
-0.05033670738339424,
-0.011534084565937519,
-0.017343468964099884,
0.06463152170181274,
0.0033175311982631683,
-0.054130591452121735,
0.0027882505673915148,
0.014193190261721611,
-0.030655935406684875,
0.0006033799727447331,
-0.021035730838775635,
0.007913804613053799,
-0.039869654923677444,
-0.004992175381630659,
0.024795740842819214,
0.04535723477602005,
0.0038065866101533175,
-0.01420165877789259,
-0.021916454657912254,
-0.05026895925402641,
-0.020171944051980972,
-0.022035012021660805,
0.03168909251689911,
0.003601225558668375,
0.026438627392053604,
-0.004429020453244448,
-0.005491815973073244,
-0.032823868095874786,
-0.01328706182539463,
-0.04512012004852295,
-0.03668550029397011,
-0.008294886909425259,
0.020510684698820114,
-0.030994676053524017,
-0.06544449925422668,
0.02042599953711033,
0.024423127993941307,
-0.07086432725191116,
0.04783003404736519,
-0.0664268434047699,
-0.008032363839447498,
0.013473368249833584,
-0.026133762672543526,
0.02721772901713848,
0.008841103874146938,
0.008028129115700722,
-0.057890601456165314,
-0.0033619909081608057,
-0.01290597952902317,
-0.03878568857908249,
-0.02240762673318386,
0.03155359625816345,
-0.060634393244981766,
0.023322222754359245,
-0.014802921563386917,
0.07343874871730804,
0.02974133938550949,
0.044205520302057266,
0.020680055022239685,
0.011390119791030884,
-0.03157053142786026,
0.03361990675330162,
0.0054155997931957245,
-0.0245247483253479,
-0.00010572381142992526,
-0.04610246419906616,
0.0000250581324507948,
-0.06209097430109978,
-0.019748520106077194,
-0.001986919669434428,
-0.07648740708827972,
0.0097048906609416,
-0.00395266804844141,
-0.024389253929257393,
0.015480400994420052,
-0.043155428022146225,
0.03556765988469124,
0.03888731077313423,
0.04816877469420433,
0.008722545579075813,
0.036583878099918365,
-0.04061488062143326,
-0.061921603977680206,
0.04037776216864586,
-0.015099318698048592,
-0.03033413365483284,
0.008667499758303165,
-0.030605126172304153,
0.05426608771085739,
-0.0035715859849005938,
0.008866509422659874,
0.006990739144384861,
-0.0207139290869236,
0.011491741985082626,
0.07337100058794022,
0.039632536470890045,
0.04457813501358032,
0.03378927707672119,
0.03668550029397011,
0.049659229815006256,
-0.008447319269180298,
-0.06503801047801971,
0.0068383063189685345,
0.016970856115221977,
0.04816877469420433,
0.018342750146985054,
0.05145454779267311,
0.029724402353167534,
-0.006740918383002281,
-0.03549991175532341,
0.006956865079700947,
0.007939210161566734,
-0.017919326201081276,
0.007807948160916567,
-0.01935897022485733,
-0.024863488972187042,
0.11266479641199112,
-0.02264474332332611,
0.022966546937823296,
0.05450320616364479,
-0.043324798345565796,
-0.005927943624556065,
-0.005419834051281214,
-0.0930856466293335,
0.009662548080086708,
0.03512730076909065,
-0.03753235191106796,
0.0033958647400140762,
-0.04793165624141693,
0.023847268894314766,
0.01654743030667305,
-0.0014036523643881083,
-0.00034694347414188087,
0.0421392098069191,
-0.03438207134604454,
-0.015505806542932987,
-0.01719103567302227,
-0.06574936211109161,
0.021899517625570297,
0.027031421661376953,
0.029351789504289627,
-0.047491297125816345,
-0.0025871240068227053,
0.0009151262929663062,
-0.025591779500246048,
-0.001013043220154941,
0.045729849487543106,
-0.016733737662434578,
0.018054822459816933,
0.04501849785447121,
0.012076067738234997,
0.033128734678030014,
-0.00233306922018528,
-0.0048905531875789165,
-0.002805187599733472,
-0.01807175949215889,
0.03543216362595558,
0.005237761419266462,
-0.037396855652332306,
-0.003768478287383914,
-0.018698427826166153,
-0.03196008503437042,
-0.01328706182539463,
0.001940342946909368,
-0.012287779711186886,
0.05382572486996651,
-0.0010860839392989874,
-0.01431174948811531,
-0.050370581448078156,
-0.0014470533933490515,
0.005610375199466944,
0.020984919741749763,
0.060295652598142624,
0.01640346646308899,
-0.05091256648302078,
-0.00765974959358573,
0.013371746987104416,
-0.03797271102666855,
-0.012093004770576954,
-0.015014633536338806,
0.02699754759669304,
-0.02030744031071663,
-0.0397680327296257,
-0.0016577070346102118,
-0.009044348262250423,
0.03807433322072029,
-0.03390783816576004,
0.07052558660507202,
0.01900329254567623,
-0.0021552308462560177,
0.03702424094080925,
0.03150278702378273,
-0.034348197281360626,
-0.031011613085865974,
0.024186009541153908,
-0.0060083940625190735,
-0.03726135939359665,
0.009586331434547901,
0.009222186170518398,
0.02511754259467125,
0.0488123819231987,
-0.01537031028419733,
0.0025553670711815357,
-0.0809587687253952,
0.034653063863515854,
-0.03909055143594742,
-0.04396840184926987,
-0.05721312388777733,
-0.013515710830688477,
0.022576995193958282,
-0.008925789035856724,
-0.0022335643880069256,
0.030757557600736618,
0.00752425380051136,
0.045153990387916565,
0.017055539414286613,
0.00843885075300932,
0.009908134117722511,
-0.004721183329820633,
-0.031079361215233803,
0.025371598079800606,
0.017631396651268005,
0.0076893894001841545,
-0.019985638558864594,
0.03304405137896538,
0.03644838556647301,
0.03233269602060318,
0.0585680827498436,
0.05145454779267311,
-0.0215438399463892,
0.04501849785447121,
-0.06805279105901718,
0.008074705488979816,
0.011009037494659424,
0.005584969650954008,
0.05159004405140877,
-0.019392844289541245,
0.05924556031823158,
-0.011491741985082626,
0.007189748343080282,
0.011694985441863537,
-0.08021354675292969,
0.027776649221777916,
-0.015175535343587399,
-0.037396855652332306,
-0.018867796286940575,
-0.04271506518125534,
0.03983578085899353,
0.022035012021660805,
0.010365432128310204,
-0.014735173434019089,
0.08773356676101685,
-0.053893472999334335,
-0.02581195905804634,
0.007956147193908691,
0.01602238416671753,
0.05064157396554947,
0.008633626624941826,
0.1166619285941124,
0.05219977721571922,
0.006397944875061512,
-0.013862919062376022,
0.03363684564828873,
-0.012016788125038147,
-0.013278593309223652,
-0.004746588878333569,
-0.028081515803933144,
-0.030232511460781097,
-0.05609528347849846,
-0.056772761046886444,
-0.015023102052509785,
0.015827609226107597,
0.00376212690025568,
0.028200073167681694,
0.03212945535778999,
0.024626370519399643,
0.006038033869117498,
-0.07052558660507202,
0.018444372341036797,
-0.015327967703342438,
0.0249989852309227,
0.024270694702863693,
-0.0488123819231987,
0.027319351211190224,
-0.0585680827498436,
0.03715973719954491,
0.013913730159401894,
-0.023660963401198387,
-0.07208379358053207,
0.020053386688232422,
0.06612197309732437,
-0.021137353032827377,
0.007934975437819958,
-0.012880573980510235,
0.024135198444128036,
-0.0397680327296257,
-0.013651207089424133,
0.006402179133147001,
0.0034911353141069412,
-0.029842961579561234,
-0.031892336905002594,
-0.057179249823093414,
-0.05067544803023338,
-0.0050599230453372,
0.0067917294800281525,
0.01859680563211441,
0.01179660763591528,
0.05521455779671669,
0.015031570568680763,
-0.002697214251384139,
-0.012347059324383736,
-0.01071264035999775,
-0.04014064744114876,
0.007507316768169403,
-0.036651626229286194,
-0.019172662869095802,
0.005042986012995243,
-0.005906772334128618,
0.012558771297335625,
0.03583865240216255,
-0.00915443804115057,
0.02052762173116207,
-0.005428302567452192,
-0.00019226119911763817,
-0.034246575087308884,
-0.03314567357301712,
0.02106960490345955,
-0.04816877469420433,
-0.02940259873867035,
-0.001684171031229198,
0.013397152535617352,
0.03375540301203728,
-0.018037885427474976,
0.07818110287189484,
0.020612306892871857,
0.052606262266635895,
-0.004598390311002731,
0.009018942713737488,
-0.06375079602003098,
-0.006736684124916792,
0.0062963226810097694,
-0.04698318615555763,
-0.04413777217268944,
0.030791431665420532,
-0.08224598318338394,
-0.006097313482314348,
-0.010644893161952496,
-0.03726135939359665,
0.037633974105119705,
0.048914000391960144,
0.007757137529551983,
-0.03729523345828056,
-0.06100700795650482,
-0.007414163555949926,
0.042918309569358826,
0.07818110287189484,
0.037396855652332306,
0.02616763673722744,
-0.025015922263264656,
0.00003453556200838648,
0.019934827461838722,
0.0034064503852277994,
0.013117692433297634,
-0.03168909251689911,
0.060295652598142624,
0.06466539204120636,
0.018224192783236504,
-0.023491593077778816,
0.028843678534030914,
0.04681381583213806,
-0.027251603081822395,
-0.02633700519800186,
0.010085972025990486,
-0.03604189679026604,
0.05650176852941513,
-0.023508530110120773,
-0.039056677371263504,
0.009764169342815876,
0.041868217289447784,
0.02686205320060253,
0.02211969718337059,
-0.03959866240620613,
0.005551095586270094,
-0.03573703020811081,
-0.0032286120112985373,
-0.03478856012225151,
-0.008553175255656242,
-0.05745024234056473,
0.002775547793135047,
0.03973415866494179,
0.0003744660643860698,
-0.03888731077313423,
-0.0005515104276128113,
0.010492459870874882,
-0.015505806542932987,
-0.023542404174804688,
-0.00847695954144001,
-0.013117692433297634,
0.01425246987491846,
-0.03245125710964203,
-0.0006123777129687369,
0.0072617307305336,
-0.03468693792819977,
0.01578526571393013,
0.041631098836660385,
-0.035466037690639496,
0.04447651281952858,
-0.021103478968143463,
0.008815698325634003,
-0.010170657187700272,
-0.013312467373907566,
0.008383805863559246,
0.07702939212322235,
-0.014091568067669868,
0.006956865079700947,
-0.021205101162195206,
-0.03226494789123535,
0.08658184856176376,
0.06778179854154587,
-0.019206536933779716,
0.026895927265286446,
0.004848211072385311,
0.0561969056725502
] |
8,907 | sentencepiece | _end | null | def _end(self):
return _sentencepiece.ImmutableSentencePieceText_ImmutableSentencePiece__end(self)
| (self) | [
-0.02114097587764263,
0.016893981024622917,
-0.0041166795417666435,
0.06996860355138779,
-0.03694970905780792,
-0.08100907504558563,
0.016372721642255783,
0.07834295928478241,
0.05991937220096588,
-0.02555033192038536,
0.014415855519473553,
-0.0631323903799057,
0.010519216768443584,
0.025601603090763092,
-0.005357878748327494,
0.05028031766414642,
-0.011647190898656845,
-0.06754174828529358,
-0.033651240170001984,
-0.01773996278643608,
-0.014509853906929493,
0.016423992812633514,
0.03160037472844124,
-0.0642261877655983,
-0.021346062421798706,
0.019004661589860916,
0.016090726479887962,
-0.0032984709832817316,
-0.02177332527935505,
-0.04747747257351875,
-0.07396778464317322,
-0.0824446827173233,
0.01323661021888256,
-0.012672622688114643,
0.06279058009386063,
0.005691144149750471,
-0.03486466780304909,
0.02021808922290802,
0.1015177071094513,
0.030489493161439896,
-0.01084393635392189,
0.03688134625554085,
0.011775369755923748,
0.019500287249684334,
-0.0014900799142196774,
0.002026295056566596,
0.019790824502706528,
0.02941278927028179,
-0.015415651723742485,
-0.03688134625554085,
0.05257044732570648,
0.011040478013455868,
-0.0030805666465312243,
-0.033702511340379715,
-0.04433281719684601,
0.023550739511847496,
0.022627852857112885,
0.00612267991527915,
-0.009109248407185078,
0.037154797464609146,
0.022525308653712273,
-0.031361110508441925,
0.0074044689536094666,
-0.002287993673235178,
0.06511489301919937,
0.0427263081073761,
0.01806468330323696,
0.008963978849351406,
0.06730248034000397,
0.06702902913093567,
-0.007481376174837351,
0.03216436505317688,
-0.021892959251999855,
0.01801341027021408,
-0.06952424347400665,
-0.07307907193899155,
-0.03527483716607094,
0.08312830328941345,
0.02457617223262787,
-0.024747077375650406,
-0.013903140090405941,
0.07013950496912003,
0.022576579824090004,
-0.013629691675305367,
0.035172294825315475,
-0.010510671883821487,
0.007865913212299347,
-0.03722316026687622,
-0.14602142572402954,
-0.007865913212299347,
-0.02307220548391342,
0.01093793474137783,
-0.031822554767131805,
-0.015646373853087425,
0.0628589391708374,
-0.012518808245658875,
-0.05082721635699272,
-0.012638441286981106,
-0.023926731199026108,
-0.04180341958999634,
-0.0008465149439871311,
0.07383105903863907,
0.023824188858270645,
0.02049153670668602,
0.027037207037210464,
0.017808325588703156,
-0.032283999025821686,
-0.021123886108398438,
-0.06197023391723633,
-0.009305790066719055,
0.007784733083099127,
0.00953651126474142,
-0.02895134501159191,
-0.011177201755344868,
0.0062551312148571014,
-0.023311473429203033,
-0.0283019058406353,
0.029190612956881523,
0.04258958250284195,
0.022542400285601616,
0.045700058341026306,
-0.023772917687892914,
-0.08476899564266205,
-0.03201054781675339,
-0.015748916193842888,
-0.03382214531302452,
-0.03161746636033058,
0.014868754893541336,
0.03657371923327446,
-0.0879136472940445,
0.007088294252753258,
0.030335677787661552,
0.019978821277618408,
-0.005819323007017374,
-0.005161338020116091,
0.04419609159231186,
0.026063047349452972,
0.027310654520988464,
-0.07301071286201477,
0.03773587569594383,
0.0016748711932450533,
0.032591626048088074,
0.03399305045604706,
0.014108226634562016,
-0.01902175135910511,
-0.0007904366939328611,
-0.02854117378592491,
0.020747894421219826,
-0.004661439917981625,
0.007592464797198772,
-0.008147906512022018,
-0.018081773072481155,
0.03146365284919739,
0.023191839456558228,
0.012946071103215218,
-0.026661215350031853,
-0.01760323904454708,
-0.007592464797198772,
0.007626645732671022,
-0.0353773832321167,
-0.017722873017191887,
-0.051476653665304184,
-0.015475468710064888,
0.009724507108330727,
0.007139565888792276,
0.05045122280716896,
0.0500752329826355,
0.0010574760381132364,
-0.01171555370092392,
0.010826846584677696,
-0.029464060440659523,
0.04805855080485344,
-0.0063704922795295715,
0.029737509787082672,
-0.05404023453593254,
0.0617651492357254,
0.012467536143958569,
0.08223959803581238,
-0.0028947072569280863,
-0.006990023888647556,
0.020047184079885483,
-0.018440673127770424,
-0.042897213250398636,
-0.021585330367088318,
0.042247772216796875,
-0.008921252563595772,
-0.008724711835384369,
0.023174749687314034,
-0.009408332407474518,
-0.023396926000714302,
-0.019517377018928528,
-0.023584920912981033,
0.0042085410095751286,
0.011313926428556442,
-0.004396536853164434,
-0.0010019318433478475,
0.0038539129309356213,
0.06996860355138779,
0.010553398169577122,
-0.027413198724389076,
-0.04928906634449959,
-0.0019387061474844813,
-0.004695621319115162,
-0.04631531611084938,
0.006780664902180433,
0.03862458094954491,
-0.004635804332792759,
0.05123738572001457,
-0.10486745089292526,
-0.03923983871936798,
-0.05516820773482323,
-0.005161338020116091,
-0.013877504505217075,
-0.010835391469299793,
0.051442474126815796,
-0.0979628786444664,
-0.01330497208982706,
0.02141442522406578,
-0.04262376204133034,
0.044640444219112396,
0.04262376204133034,
-0.0566038116812706,
0.07800114899873734,
-0.0076821898110210896,
-0.03616354614496231,
-0.02003009244799614,
-0.020970070734620094,
-0.002610577270388603,
0.01879957504570484,
-0.008669167757034302,
-0.05793687328696251,
0.016970889642834663,
-0.004246994853019714,
-0.0015723280375823379,
0.005178428255021572,
0.0658668726682663,
-0.04200850427150726,
0.03923983871936798,
-0.017150338739156723,
0.048126913607120514,
-0.05844958871603012,
0.01856030710041523,
-0.05246790498495102,
0.03804350271821022,
-0.047306567430496216,
0.04949415475130081,
0.07369433343410492,
0.03474503383040428,
0.040504537522792816,
0.04689639434218407,
0.03078003227710724,
-0.04607604816555977,
-0.00026129806065000594,
-0.005349333398044109,
0.023584920912981033,
-0.022952571511268616,
-0.015236200764775276,
-0.0022068137768656015,
0.05554419755935669,
0.00191200221888721,
0.04296557605266571,
0.018303949385881424,
-0.04857126623392105,
0.04241867735981941,
0.009724507108330727,
0.021653693169355392,
-0.009921048767864704,
-0.006178223993629217,
-0.0012871299404650927,
0.04303393512964249,
0.05954338237643242,
-0.03042113035917282,
-0.058654673397541046,
-0.048263635486364365,
-0.003935093060135841,
0.03896639123558998,
-0.02601177617907524,
-0.036915529519319534,
-0.022627852857112885,
-0.035855915397405624,
0.05157919600605965,
0.02972041815519333,
-0.027481559664011,
0.008088089525699615,
0.005712507292628288,
0.032557446509599686,
0.01521056517958641,
-0.023875460028648376,
0.017064886167645454,
-0.03028440661728382,
-0.0013405379140749574,
0.012732439674437046,
0.024524901062250137,
0.027259383350610733,
0.08880235254764557,
-0.034762121737003326,
0.015407105907797813,
0.0062252227216959,
0.032232724130153656,
-0.01879957504570484,
-0.008981069549918175,
-0.022200588136911392,
-0.01024576835334301,
0.010502126067876816,
-0.07499321550130844,
-0.021516967564821243,
0.05257044732570648,
0.04115397855639458,
0.07752261310815811,
-0.037701692432165146,
-0.003131838282570243,
-0.01828685961663723,
-0.02895134501159191,
-0.006669576279819012,
-0.001236926531419158,
0.07246381789445877,
0.02375582605600357,
-0.007109657395631075,
0.03036985918879509,
0.06217532232403755,
-0.04754583537578583,
-0.05889394134283066,
0.06737083941698074,
-0.007622373290359974,
0.021260609850287437,
-0.05431368201971054,
-0.03272835165262222,
0.030865484848618507,
0.03096802718937397,
-0.026336494833230972,
0.014338948763906956,
-0.09140011668205261,
-0.016799984499812126,
0.02168787270784378,
-0.0017581875436007977,
-0.025669965893030167,
0.026028865948319435,
-0.0072549269534647465,
0.025584513321518898,
-0.04928906634449959,
-0.004913525190204382,
-0.02008136361837387,
0.016603443771600723,
-0.00657130591571331,
0.08750347793102264,
-0.0003159076441079378,
-0.006199587136507034,
-0.04433281719684601,
0.06767846643924713,
0.03653953596949577,
-0.02917352318763733,
-0.022491127252578735,
0.023277292028069496,
-0.031822554767131805,
-0.01171555370092392,
-0.012561534531414509,
0.016936708241701126,
0.004413627553731203,
-0.01956864818930626,
-0.00014473537157755345,
0.005310880020260811,
-0.004798164125531912,
0.006532852537930012,
0.02044026553630829,
-0.04966505989432335,
-0.0208162572234869,
-0.039068933576345444,
0.008878526277840137,
0.0566038116812706,
0.023448197171092033,
-0.006772119551897049,
-0.031634557992219925,
0.02737901732325554,
-0.00007730790821369737,
-0.0007936411420814693,
-0.0016588488360866904,
-0.0001303152384934947,
0.03436904028058052,
0.0020583397708833218,
-0.06931915879249573,
-0.013296426273882389,
0.012296631000936031,
-0.08839218318462372,
0.024610353633761406,
-0.029652057215571404,
0.026866301894187927,
0.024131817743182182,
-0.04306811839342117,
-0.02982296235859394,
0.024131817743182182,
0.01405695453286171,
-0.02250821888446808,
0.009075067937374115,
-0.02582377940416336,
-0.07554011046886444,
-0.0053963325917720795,
-0.02821645326912403,
-0.06118407100439072,
0.0023179021663963795,
0.006763574201613665,
0.03790678083896637,
0.09816796332597733,
0.023772917687892914,
0.03414686396718025,
0.032249815762043,
-0.017346881330013275,
0.011997547000646591,
-0.015407105907797813,
-0.036095183342695236,
-0.017389606684446335,
-0.048502903431653976,
-0.040504537522792816,
-0.07731752842664719,
-0.026797939091920853,
0.013544239103794098,
-0.04006018489599228,
0.036505356431007385,
0.020183907821774483,
0.053083162754774094,
0.02370455488562584,
-0.058278683573007584,
0.02705429680645466,
0.05834704637527466,
0.03893221169710159,
-0.03978673741221428,
-0.009134883992373943,
-0.04241867735981941,
-0.04621277377009392,
-0.010673031210899353,
-0.023123476654291153,
-0.048639629036188126,
-0.02307220548391342,
-0.0710282102227211,
0.05168174207210541,
0.022115135565400124,
-0.0356508307158947,
-0.004161542281508446,
-0.08565770089626312,
0.0009442513692192733,
0.059987735003232956,
-0.002349946880713105,
0.045734237879514694,
-0.01130538061261177,
0.06921661645174026,
0.0713016614317894,
-0.06576433032751083,
-0.006327765993773937,
-0.030472401529550552,
0.039444927126169205,
0.029566604644060135,
-0.007814641110599041,
0.038248591125011444,
0.023123476654291153,
0.004746892489492893,
-0.010510671883821487,
-0.031856734305620193,
0.010972115211188793,
-0.05882557854056358,
0.00010441241465741768,
-0.02114097587764263,
-0.07143838703632355,
0.11477994918823242,
-0.0027259383350610733,
0.035035572946071625,
0.026404857635498047,
-0.04334156587719917,
0.00044916028855368495,
-0.05619363859295845,
-0.053971871733665466,
0.04508480057120323,
0.013595511205494404,
-0.06142333894968033,
-0.004127361346036196,
-0.04740910977125168,
0.03069457970559597,
0.03161746636033058,
0.03394177928566933,
0.017654510214924812,
0.02141442522406578,
-0.0306091271340847,
-0.01539001613855362,
-0.010920844040811062,
-0.09235718846321106,
-0.02021808922290802,
-0.007284835446625948,
0.036778803914785385,
-0.024695806205272675,
-0.021790416911244392,
0.011108839884400368,
0.011339562013745308,
0.011792460456490517,
-0.007169474381953478,
-0.02440526708960533,
-0.013296426273882389,
0.033514514565467834,
-0.0008369015413336456,
0.05123738572001457,
-0.01300588808953762,
-0.001558442017994821,
-0.04600768908858299,
-0.02086752839386463,
0.037975139915943146,
-0.0022773121017962694,
-0.06299566477537155,
-0.00450335256755352,
-0.04235031455755234,
-0.01086957287043333,
-0.010604669339954853,
-0.015637828037142754,
0.00341810449026525,
0.04682803153991699,
0.0009431832004338503,
0.013065705075860023,
-0.028968436643481255,
-0.002085043815895915,
-0.0027152567636221647,
0.03794096037745476,
0.04528988525271416,
0.04781928285956383,
-0.006678121630102396,
-0.04525570571422577,
0.046793852001428604,
-0.026439039036631584,
-0.010895208455622196,
-0.03339488059282303,
0.03183964267373085,
-0.05202355235815048,
-0.0027473014779388905,
-0.002702438971027732,
-0.019995911046862602,
0.0424528568983078,
-0.0019013206474483013,
0.042384497821331024,
-0.02288421057164669,
-0.015466922894120216,
0.028131000697612762,
-0.015911277383565903,
0.010356856510043144,
-0.008117998018860817,
0.023533649742603302,
-0.037154797464609146,
-0.06846463680267334,
-0.010151770897209644,
-0.01171555370092392,
-0.04176923632621765,
0.058005236089229584,
0.03506975248456001,
-0.019226837903261185,
0.0059175933711230755,
0.058791399002075195,
-0.016201816499233246,
0.040641263127326965,
0.01856030710041523,
-0.0043260385282337666,
0.022303132340312004,
0.013450241647660732,
-0.02968623861670494,
0.04576842114329338,
-0.001277516596019268,
0.019363561645150185,
-0.034249406307935715,
0.017791233956813812,
0.025618692860007286,
-0.014048409648239613,
0.009989410638809204,
0.06183351203799248,
0.00469989376142621,
-0.004943433683365583,
-0.025071796029806137,
0.041700877249240875,
-0.023516559973359108,
0.027498651295900345,
0.04795600846409798,
-0.039581649005413055,
0.03602682054042816,
0.038111865520477295,
-0.029737509787082672,
0.017979230731725693,
0.022029682993888855,
-0.030626216903328896,
0.004507625475525856,
0.022713305428624153,
0.0658326968550682,
-0.01001504622399807,
-0.015654919669032097,
-0.00021296393242664635,
-0.06364510953426361,
0.02457617223262787,
-0.0063961283303797245,
0.0212264284491539,
0.00319379149004817,
0.04556333273649216,
0.0438201017677784,
-0.025584513321518898,
0.00006001710789860226,
-0.02618268132209778,
0.028865892440080643,
0.018269767984747887,
-0.014586761593818665,
0.031361110508441925,
0.04580260068178177,
0.0557834655046463,
-0.005229699891060591,
0.08777692168951035,
0.04768255725502968,
0.01861158013343811,
-0.03845367580652237,
0.032181452959775925,
-0.024456538259983063,
0.022405674681067467,
-0.0024717168416827917,
-0.013279336504638195,
-0.01685980148613453,
-0.07923166453838348,
-0.040231090039014816,
-0.03110475093126297,
0.04228195175528526,
0.02495216391980648,
-0.005276699084788561,
0.04323902353644371,
0.03201054781675339,
0.03831695020198822,
-0.033326517790555954,
0.035172294825315475,
-0.052638810127973557,
0.03050658293068409,
-0.012100090272724628,
-0.001710120472125709,
-0.0064986711367964745,
-0.02650739997625351,
-0.05178428441286087,
0.009997955523431301,
-0.031976368278265,
-0.0612182542681694,
0.00604149978607893,
0.037701692432165146,
-0.008147906512022018,
-0.02255949005484581,
0.03735988214612007,
0.0009549329406581819,
-0.00031216908246278763,
0.02261076122522354,
-0.026251042261719704,
0.021568240597844124,
-0.07759097218513489,
0.017210155725479126,
-0.019192656502127647,
-0.007353197317570448,
-0.03336070105433464,
-0.03869294375181198,
0.041564151644706726,
0.025191430002450943,
0.05004104971885681,
-0.03821440786123276,
0.003975682891905308,
-0.020970070734620094,
0.036744624376297,
-0.003074157750234008,
-0.01782541535794735,
-0.017586147412657738,
-0.010168860666453838,
-0.02315765805542469,
-0.016184724867343903,
-0.03201054781675339,
0.014723485335707664,
0.0014516263036057353,
0.0034672399051487446,
0.03265998885035515,
0.024422356858849525,
-0.06046627089381218,
-0.012458991259336472,
-0.015817278996109962,
-0.03954746946692467,
-0.010262859053909779,
-0.057492516934871674,
-0.031173113733530045,
-0.008066726848483086,
0.0012721758102998137,
0.05766342207789421,
0.012458991259336472,
0.038248591125011444,
0.018252678215503693,
-0.032557446509599686,
-0.0672341138124466,
0.010074863210320473,
0.09222046285867691,
-0.02743028849363327,
0.0124504454433918,
0.03633445128798485,
-0.11327598243951797,
-0.012134270742535591,
-0.04149578884243965,
-0.08210287243127823,
0.002670394256711006,
0.08251304179430008,
-0.001956864958629012,
-0.013364789076149464,
-0.05564674362540245,
-0.02030354179441929,
0.044401176273822784,
0.017483605071902275,
0.02320892922580242,
0.007793278433382511,
-0.05889394134283066,
0.017671599984169006,
0.00378982350230217,
-0.006990023888647556,
-0.005212609656155109,
-0.012023182585835457,
0.03547992557287216,
0.025020524859428406,
0.044127728790044785,
-0.03961583226919174,
-0.01590273156762123,
0.014877299778163433,
-0.017791233956813812,
0.027994276955723763,
0.00458453269675374,
-0.03230108693242073,
0.04939161241054535,
-0.02963496558368206,
-0.028746258467435837,
0.06511489301919937,
-0.013176793232560158,
0.017517786473035812,
0.0007338243303820491,
-0.054689671844244,
0.032557446509599686,
-0.015108021907508373,
0.01636417582631111,
-0.09461313486099243,
-0.014390219934284687,
0.008622168563306332,
0.028660805895924568,
-0.033702511340379715,
-0.021106796339154243,
-0.02577250823378563,
-0.02536233514547348,
-0.00776336994022131,
-0.01809886284172535,
-0.015689099207520485,
0.028455721214413643,
0.02876335009932518,
-0.023670373484492302,
0.008280358277261257,
-0.020508626475930214,
-0.037838418036699295,
0.0064046732150018215,
0.008493989706039429,
0.022029682993888855,
0.017449423670768738,
0.03445449471473694,
-0.0001246406463906169,
0.02884880267083645,
0.02949824184179306,
-0.00021176226437091827,
0.04716984182596207,
0.05383514612913132,
-0.0311560221016407,
0.020115545019507408,
-0.004575987346470356,
0.005204064305871725,
0.07191692292690277,
0.031908005475997925,
-0.005968865007162094,
0.04600768908858299,
-0.023960912600159645,
0.04029945284128189
] |
8,908 | sentencepiece | _id | null | def _id(self):
return _sentencepiece.ImmutableSentencePieceText_ImmutableSentencePiece__id(self)
| (self) | [
0.007056231610476971,
-0.025133708491921425,
0.02773314155638218,
0.0698334202170372,
0.00680155772715807,
-0.04303115978837013,
0.08346288651227951,
0.09020736068487167,
0.04401472583413124,
0.03182549402117729,
-0.028224926441907883,
-0.022692348808050156,
-0.021427759900689125,
0.026187533512711525,
-0.023201698437333107,
0.009098016656935215,
-0.012031160295009613,
-0.01529801543802023,
-0.01998753473162651,
-0.03632181137800217,
0.02400963008403778,
0.01127592008560896,
0.031790364533662796,
-0.07355693727731705,
-0.006577619817107916,
0.036251556128263474,
-0.0016762391896918416,
-0.0111178457736969,
-0.025836259126663208,
-0.07699942588806152,
-0.008290084078907967,
-0.05890877544879913,
-0.009932293556630611,
-0.004698299802839756,
-0.03194843977689743,
-0.046087250113487244,
-0.08016090095043182,
0.04369857907295227,
0.019074220210313797,
-0.055712178349494934,
0.018898582085967064,
0.04039659723639488,
0.045349571853876114,
-0.003326132893562317,
-0.06930650770664215,
-0.00722308736294508,
-0.005844333674758673,
0.0054447585716843605,
-0.04366345331072807,
-0.04159093275666237,
-0.02095353975892067,
-0.01535070687532425,
-0.02506345324218273,
-0.04169631376862526,
-0.031070252880454063,
-0.011302265338599682,
0.01254050899296999,
-0.00018359595560468733,
0.007117704953998327,
0.015271670185029507,
0.011732577346265316,
0.019811896607279778,
0.030508212745189667,
0.015420962125062943,
0.05223455652594566,
-0.003694971324875951,
0.023113878443837166,
0.04991614446043968,
0.005365721881389618,
0.038569968193769455,
0.011460338719189167,
-0.023254388943314552,
-0.0005801522056572139,
0.022481584921479225,
-0.020918412134051323,
-0.025449857115745544,
0.00836912076920271,
0.026521245017647743,
0.06582888960838318,
0.053288381546735764,
0.004322874825447798,
0.022516712546348572,
-0.010924644768238068,
-0.006524928845465183,
-0.0142881004139781,
-0.030947307124733925,
0.07130877673625946,
-0.018758071586489677,
-0.12364871799945831,
-0.05111047625541687,
0.008312039077281952,
0.03351161256432533,
-0.058030590415000916,
0.00020568784384522587,
-0.0020878894720226526,
-0.03205382078886032,
-0.011539376340806484,
0.0013293554075062275,
0.021779034286737442,
-0.0018990791868418455,
-0.02552011050283909,
0.059189796447753906,
-0.020268553867936134,
0.0028014162089675665,
-0.02465948835015297,
-0.01105637289583683,
-0.026064587756991386,
-0.008364730514585972,
-0.016878752037882805,
-0.0024413596838712692,
-0.022270819172263145,
0.06797166913747787,
-0.03270367905497551,
0.008658923208713531,
0.028857221826910973,
-0.07120339572429657,
-0.01200481504201889,
-0.02392181195318699,
0.013892916962504387,
0.011232010088860989,
-0.0026652971282601357,
-0.014156373217701912,
-0.0889427661895752,
0.018389234319329262,
-0.03303739055991173,
0.005233993753790855,
-0.05757393315434456,
-0.01164475828409195,
0.07425948232412338,
-0.13819149136543274,
0.035285551100969315,
0.010845608077943325,
0.03755127266049385,
0.01575467362999916,
0.037516143172979355,
0.0072318692691624165,
0.048827189952135086,
0.056239090859889984,
-0.00967761967331171,
0.09357959777116776,
0.016167420893907547,
-0.00968640111386776,
0.020286116749048233,
0.0004994688206352293,
-0.0269954651594162,
-0.01566685363650322,
-0.04380396381020546,
0.02348271757364273,
-0.013480168767273426,
0.001026380923576653,
0.010055240243673325,
0.004331656731665134,
0.04011557623744011,
0.032844189554452896,
-0.01592152938246727,
0.003143909154459834,
-0.06375636905431747,
-0.004107719287276268,
0.03818356618285179,
-0.052515577524900436,
0.024255521595478058,
-0.045771099627017975,
0.018037958070635796,
0.01715977117419243,
-0.012707364745438099,
0.03821869567036629,
0.061332572251558304,
-0.029015295207500458,
0.021339941769838333,
0.000054715161240892485,
0.0022679176181554794,
0.04647365212440491,
-0.052550703287124634,
0.023640790954232216,
-0.041836824268102646,
0.028523510321974754,
0.02667931839823723,
0.09364984929561615,
0.03205382078886032,
0.03256316855549812,
-0.005133002530783415,
0.030543340370059013,
-0.014481302350759506,
-0.007043058983981609,
0.06214050576090813,
-0.0017124644946306944,
0.03716487064957619,
0.033494047820568085,
0.046298012137413025,
-0.024396032094955444,
-0.03101756051182747,
-0.03684872388839722,
0.015789801254868507,
0.03748101741075516,
-0.040888380259275436,
0.03965891897678375,
-0.02708328329026699,
-0.055712178349494934,
-0.04636826738715172,
-0.04253937304019928,
0.009967421181499958,
-0.027329176664352417,
0.00361154368147254,
0.013647024519741535,
-0.03468838334083557,
0.0066347019746899605,
-0.015912747010588646,
0.028505947440862656,
-0.029366569593548775,
-0.01427931897342205,
-0.002489659935235977,
-0.035830024629831314,
0.03533824160695076,
0.03948328271508217,
0.08873200416564941,
-0.1376294493675232,
-0.04773823916912079,
-0.03205382078886032,
0.0010280275018885732,
0.01914447359740734,
0.07278413325548172,
-0.035513877868652344,
0.032967135310173035,
-0.02072521112859249,
-0.030718978494405746,
-0.056133706122636795,
-0.00022160497610457242,
-0.005528186447918415,
-0.015324361622333527,
-0.008092491887509823,
0.019724078476428986,
0.002548937452957034,
-0.012092633172869682,
0.009431727230548859,
-0.019548440352082253,
-0.008597449399530888,
-0.04222322627902031,
-0.008579885587096214,
0.009036542847752571,
0.022130310535430908,
-0.03790254518389702,
0.025871386751532555,
0.05557166785001755,
0.07868554443120956,
-0.010678752325475216,
0.03712974116206169,
-0.018582435324788094,
0.024887816980481148,
-0.015096032992005348,
-0.009106798097491264,
0.047035690397024155,
-0.07952860742807388,
-0.05016203597187996,
0.027645323425531387,
0.03340623155236244,
-0.036040790379047394,
-0.06094617024064064,
0.03885098919272423,
-0.04043172672390938,
-0.0006498583243228495,
-0.03997506946325302,
0.042890649288892746,
-0.035619258880615234,
-0.001880417694337666,
-0.01924985647201538,
-0.028172235935926437,
-0.05933030694723129,
0.024483850225806236,
-0.021849289536476135,
-0.0036137390416115522,
0.08416543155908585,
0.008874078281223774,
-0.024062320590019226,
-0.015517562627792358,
-0.032124076038599014,
-0.04647365212440491,
-0.03923739120364189,
0.040045320987701416,
-0.03431954234838486,
-0.014832576736807823,
0.01903909258544445,
0.010942208580672741,
0.02042662724852562,
-0.004671954084187746,
0.019390366971492767,
0.004720254801213741,
0.0069201127626001835,
-0.01333087682723999,
-0.005567704793065786,
-0.040993764996528625,
-0.024290649220347404,
0.03003399260342121,
0.00854914914816618,
0.003416147083044052,
0.03818356618285179,
0.017783284187316895,
-0.03755127266049385,
0.0644940435886383,
0.019232293590903282,
-0.029647590592503548,
-0.0052910759113729,
0.04837053269147873,
-0.021779034286737442,
-0.018793199211359024,
-0.10826288163661957,
0.00600679824128747,
-0.0063229454681277275,
0.002203151350840926,
0.0634050965309143,
-0.04879206418991089,
-0.015333143062889576,
0.004070396069437265,
-0.05230481177568436,
0.050302546471357346,
0.015377053059637547,
0.03430198132991791,
-0.0048300279304385185,
-0.005387676414102316,
0.04454163834452629,
0.11100282520055771,
-0.0031219543889164925,
-0.046824924647808075,
0.05209404602646828,
0.04313654080033302,
0.06547761708498001,
-0.03407365083694458,
0.014727193862199783,
-0.026714446023106575,
-0.03015693835914135,
0.02149801515042782,
0.003574220696464181,
-0.03712974116206169,
-0.016307931393384933,
-0.019074220210313797,
-0.0075392345897853374,
-0.025309346616268158,
0.03468838334083557,
0.024062320590019226,
0.003416147083044052,
-0.04310141131281853,
0.00854036770761013,
-0.0028014162089675665,
0.018863454461097717,
0.01895127259194851,
0.03045552223920822,
0.008382294327020645,
-0.039096880704164505,
0.01355042401701212,
0.03319546580314636,
0.00507592037320137,
0.013690933585166931,
-0.08009064197540283,
0.014086117967963219,
-0.03447761759161949,
-0.010476769879460335,
0.02919093333184719,
0.010511897504329681,
0.007653398904949427,
-0.04879206418991089,
0.041836824268102646,
0.031035125255584717,
-0.09357959777116776,
0.041626058518886566,
-0.03431954234838486,
-0.06379149854183197,
0.022358639165759087,
-0.03482889384031296,
-0.023236826062202454,
0.03574220836162567,
0.024044757708907127,
-0.04815977066755295,
0.04858129844069481,
-0.02982322685420513,
-0.02053201012313366,
-0.005453540477901697,
0.004037464503198862,
-0.017177335917949677,
0.0518832802772522,
-0.02169121615588665,
-0.07650764286518097,
0.014314446598291397,
-0.03428441658616066,
0.018389234319329262,
0.07201132923364639,
-0.02371104620397091,
0.03958866372704506,
0.007394333835691214,
-0.008465721271932125,
0.02139263227581978,
0.019074220210313797,
0.019934842362999916,
-0.03375750407576561,
0.009826911613345146,
-0.015508780255913734,
-0.011240792460739613,
-0.05785495415329933,
0.020777901634573936,
-0.04201246052980423,
-0.016430877149105072,
-0.011706231161952019,
0.04166118800640106,
0.044506512582302094,
0.04166118800640106,
0.021954672411084175,
-0.05753880739212036,
0.025976767763495445,
0.013427477329969406,
0.07176543027162552,
-0.06358072906732559,
-0.032861754298210144,
-0.03554900735616684,
0.032528042793273926,
0.0028914303984493017,
-0.06333483755588531,
0.04071274399757385,
-0.049775633960962296,
0.004724645521491766,
0.023956939578056335,
-0.021339941769838333,
0.004344829823821783,
-0.039202261716127396,
0.06473993510007858,
0.019021527841687202,
0.040045320987701416,
-0.042293481528759,
0.0349167101085186,
-0.05848724767565727,
0.003385410411283374,
0.033687248826026917,
-0.0009072768152691424,
-0.051496878266334534,
-0.013998298905789852,
0.03727025166153908,
0.02295580506324768,
0.03821869567036629,
-0.010178185999393463,
0.03525042161345482,
-0.03177280351519585,
-0.00465439073741436,
0.0634402185678482,
0.06368611752986908,
0.012215579859912395,
0.013216712512075901,
0.0054754954762756824,
0.044084981083869934,
-0.07896656543016434,
-0.04995127022266388,
0.01691387966275215,
0.05033767223358154,
0.019530877470970154,
0.04253937304019928,
0.07924758642911911,
0.03595297038555145,
-0.019074220210313797,
-0.02369348332285881,
-0.026011895388364792,
0.010661188513040543,
-0.04517393559217453,
-0.0016378185246139765,
-0.0026543198619037867,
-0.06498583406209946,
0.06589914858341217,
0.0026016286574304104,
0.01968895085155964,
0.0012920324224978685,
-0.0635456070303917,
-0.0031109771225601435,
-0.03145665302872658,
-0.036040790379047394,
-0.020391499623656273,
0.045665718615055084,
-0.003846458625048399,
0.015456089749932289,
-0.002693838207051158,
-0.03430198132991791,
0.03453030809760094,
0.00486954627558589,
-0.031597163528203964,
-0.03639206662774086,
-0.013339659199118614,
0.0322997160255909,
-0.05378016456961632,
-0.048721808940172195,
-0.024202831089496613,
0.009695183485746384,
0.018477052450180054,
-0.037726908922195435,
0.00017659789591562003,
-0.012031160295009613,
-0.0185297429561615,
0.01074900757521391,
0.04605212062597275,
-0.022288383916020393,
-0.0065644471906125546,
0.054869119077920914,
0.01947818510234356,
0.03797280043363571,
-0.0029485125560313463,
-0.006467846687883139,
-0.050091780722141266,
-0.02794390730559826,
0.004966146778315306,
0.0074865431524813175,
-0.056660618633031845,
0.026503680273890495,
-0.018564870581030846,
-0.012399999424815178,
0.010222095064818859,
-0.017150990664958954,
0.007697307970374823,
0.02465948835015297,
-0.05659036338329315,
0.026538807898759842,
-0.06161359325051308,
-0.0001837331656133756,
0.012610764242708683,
0.014209063723683357,
0.016545040532946587,
-0.016334276646375656,
-0.005247166845947504,
-0.003710339544340968,
0.005326203536242247,
-0.053042490035295486,
-0.014656939543783665,
-0.018125778064131737,
0.038359202444553375,
-0.05890877544879913,
-0.0072011323645710945,
0.015447307378053665,
0.026960337534546852,
0.0011581089347600937,
-0.03556656837463379,
0.02371104620397091,
0.054658353328704834,
-0.012356089428067207,
0.044506512582302094,
-0.027803396806120872,
-0.05128611624240875,
-0.007284560240805149,
0.040572233498096466,
-0.049143340438604355,
-0.03015693835914135,
-0.022270819172263145,
-0.014718412421643734,
-0.002265722258016467,
0.01099490001797676,
-0.0348815843462944,
0.07021982222795486,
-0.06705835461616516,
0.0269779022783041,
0.01297082006931305,
0.007780735846608877,
-0.00537011306732893,
-0.0867648646235466,
0.019074220210313797,
-0.0029265577904880047,
-0.02307875268161297,
0.017300281673669815,
-0.011205664835870266,
0.02508101798593998,
0.000952832808252424,
-0.015016996301710606,
0.05799546465277672,
-0.04310141131281853,
0.05163738876581192,
0.0402209609746933,
0.010011330246925354,
-0.048827189952135086,
-0.03790254518389702,
-0.006652265787124634,
0.008382294327020645,
0.021094050258398056,
0.04310141131281853,
0.03864022344350815,
-0.05757393315434456,
0.011565721593797207,
-0.044084981083869934,
-0.014894049614667892,
0.03937790170311928,
0.047246456146240234,
0.000213097533560358,
0.04594673961400986,
0.05163738876581192,
0.04900282993912697,
-0.004742209333926439,
0.01781841181218624,
-0.01712464541196823,
0.018477052450180054,
0.009010197594761848,
-0.012865438126027584,
-0.011969687417149544,
0.009537110105156898,
0.016747023910284042,
0.049459487199783325,
0.024290649220347404,
0.0071835690177977085,
0.07141415774822235,
-0.031175635755062103,
-0.03323059156537056,
-0.007675353437662125,
0.05536090210080147,
0.038780733942985535,
0.0009445998002775013,
0.09379035979509354,
0.06726911664009094,
-0.013243058696389198,
-0.0124263446778059,
-0.008869688026607037,
-0.002489659935235977,
0.02400963008403778,
-0.03540849685668945,
-0.01882832683622837,
0.012707364745438099,
-0.10819262266159058,
-0.054552968591451645,
-0.021427759900689125,
0.06143795698881149,
0.03800792992115021,
-0.01709829829633236,
-0.06175410374999046,
0.0142881004139781,
0.016588950529694557,
-0.05054843798279762,
-0.0035412886645644903,
-0.012136543169617653,
0.01762521080672741,
-0.009475636295974255,
-0.03414390608668327,
-0.006964022293686867,
-0.05890877544879913,
-0.02339489944279194,
0.022411329671740532,
-0.03416147083044052,
-0.03769178315997124,
0.045665718615055084,
0.03481132909655571,
-0.03755127266049385,
-0.024062320590019226,
-0.005787251517176628,
0.08283058553934097,
-0.019636258482933044,
0.021304814144968987,
-0.06157846376299858,
0.0066127474419772625,
-0.05325325205922127,
0.046298012137413025,
-0.02687251940369606,
-0.04499829560518265,
-0.05026741698384285,
0.012821529060602188,
-0.03403852507472038,
0.01863512583076954,
0.021708780899643898,
-0.025326909497380257,
0.0344073623418808,
0.014059772714972496,
-0.024799998849630356,
-0.01678215153515339,
-0.0401858314871788,
-0.022270819172263145,
0.02826005406677723,
0.020163170993328094,
-0.03737563267350197,
-0.02878696657717228,
0.0306838508695364,
0.007850990630686283,
0.049248721450567245,
-0.008716004900634289,
0.022604530677199364,
0.006221954245120287,
-0.06762038916349411,
0.02274504117667675,
-0.03059603087604046,
-0.05673087388277054,
-0.03426685184240341,
-0.057398296892642975,
0.01726515404880047,
0.03997506946325302,
0.0592600516974926,
0.020250989124178886,
0.004812464118003845,
-0.003422733396291733,
0.04591161012649536,
-0.05241019278764725,
-0.011627194471657276,
0.02803172543644905,
-0.0008617208804935217,
0.0019484772346913815,
0.0349167101085186,
-0.11149460822343826,
-0.05342889204621315,
0.037305381149053574,
-0.05964645370841026,
0.011688667349517345,
0.061332572251558304,
-0.014718412421643734,
0.035390932112932205,
-0.0433824323117733,
0.028207363560795784,
0.04134503751993179,
-0.0045709628611803055,
-0.012698582373559475,
0.03301982581615448,
-0.04489291459321976,
-0.008562322705984116,
-0.0017728398088365793,
0.03170254826545715,
0.0359705351293087,
0.001832117442972958,
0.02095353975892067,
0.024150140583515167,
0.006762038916349411,
0.035830024629831314,
0.033494047820568085,
0.058241356164216995,
0.005506231915205717,
-0.017853539437055588,
0.035303112119436264,
-0.037516143172979355,
0.06414277106523514,
0.007780735846608877,
-0.007495325058698654,
0.02994617260992527,
0.04085325449705124,
-0.020865721628069878,
0.04246911779046059,
0.03015693835914135,
0.013699715957045555,
0.018477052450180054,
-0.022130310535430908,
0.009414163418114185,
0.004228469915688038,
-0.04496316984295845,
-0.02571331337094307,
0.03196600452065468,
0.008900424465537071,
0.011249573901295662,
-0.0708169937133789,
-0.01842436194419861,
-0.02710084803402424,
-0.024624360725283623,
0.006797166541218758,
-0.028330309316515923,
0.023939374834299088,
-0.04517393559217453,
0.014937959611415863,
0.02381642907857895,
0.03447761759161949,
-0.0037520534824579954,
-0.0066127474419772625,
0.018248723819851875,
0.0729246437549591,
-0.03177280351519585,
0.00719674164429307,
0.01116175577044487,
-0.009870820678770542,
0.05177789926528931,
0.04201246052980423,
-0.005154957063496113,
0.011205664835870266,
-0.01667676866054535,
-0.02158583328127861,
0.020584700629115105,
0.025537675246596336,
-0.014314446598291397,
0.00039628183003515005,
-0.0018771245377138257,
0.04050197824835777
] |
8,909 | sentencepiece | _piece | null | def _piece(self):
return _sentencepiece.ImmutableSentencePieceText_ImmutableSentencePiece__piece(self)
| (self) | [
0.014649109914898872,
-0.035220757126808167,
0.004494315478950739,
0.05632526054978371,
-0.008141306228935719,
-0.0657244473695755,
0.06904386729001999,
0.06509550660848618,
0.07030174881219864,
0.02362027019262314,
0.030171750113368034,
-0.008473248220980167,
-0.004162373952567577,
0.028477100655436516,
-0.03254775330424309,
0.031045280396938324,
0.023515446111559868,
-0.05866632238030434,
-0.04531877115368843,
0.022170208394527435,
0.04357171058654785,
-0.015147021971642971,
0.04724054038524628,
-0.06670280545949936,
-0.019462263211607933,
0.04514406621456146,
0.0008991906652227044,
-0.003856637980788946,
-0.02372509427368641,
-0.08623494952917099,
-0.021034618839621544,
-0.040007706731557846,
-0.02318350411951542,
-0.007023186888545752,
0.021349091082811356,
0.009102189913392067,
-0.06006396934390068,
0.02720174565911293,
0.04171982780098915,
-0.036478642374277115,
-0.040182411670684814,
0.01721728965640068,
0.015147021971642971,
0.007599717006087303,
-0.041964415460824966,
-0.015470229089260101,
0.03275740146636963,
0.06471115350723267,
-0.019165264442563057,
-0.07026681303977966,
0.04007758945226669,
-0.019829146564006805,
-0.012194488197565079,
-0.022764209657907486,
-0.01303307805210352,
-0.02154126763343811,
0.027987923473119736,
0.03401528671383858,
0.006660671439021826,
0.043327122926712036,
0.01474519819021225,
0.0260486863553524,
0.03829558566212654,
-0.0025594448670744896,
0.04738030582666397,
0.008499453775584698,
0.03857511654496193,
0.014186138287186623,
0.052691370248794556,
0.04944183677434921,
0.025908920913934708,
-0.0008948229951784015,
-0.018571263179183006,
0.01585458219051361,
-0.03591958433389664,
-0.03567499294877052,
-0.005542552098631859,
0.002092106034979224,
0.08630483597517014,
0.0002204300108132884,
-0.009014836512506008,
0.05255160853266716,
-0.04524889215826988,
-0.014640375040471554,
-0.010735692456364632,
-0.04451512545347214,
0.05059489980340004,
-0.04825383424758911,
-0.09175566583871841,
0.026590274646878242,
-0.018728498369455338,
0.050350308418273926,
-0.06893904507160187,
-0.0011934613576158881,
0.021943090483546257,
0.014072579331696033,
-0.039937824010849,
-0.011748988181352615,
-0.014081315137445927,
0.004778212867677212,
-0.019409852102398872,
0.10852745175361633,
-0.01706005446612835,
0.032949578016996384,
0.01060466282069683,
0.03340381383895874,
-0.017374524846673012,
-0.01688534766435623,
-0.008757145144045353,
-0.045353714376688004,
-0.029787397012114525,
0.062370091676712036,
-0.060588087886571884,
0.02187320962548256,
0.01436084508895874,
-0.048987600952386856,
-0.05195760726928711,
-0.04074147343635559,
0.02681739255785942,
0.03909923508763313,
0.024458859115839005,
-0.016326289623975754,
-0.07456458359956741,
-0.010674545541405678,
-0.025856507942080498,
0.023480504751205444,
-0.028581924736499786,
-0.019322499632835388,
0.06722692400217056,
-0.12082676589488983,
-0.007486158050596714,
0.017042584717273712,
0.020161088556051254,
-0.00963504333049059,
-0.012115870602428913,
-0.0033390710595995188,
0.03232063725590706,
0.007761320099234581,
-0.03425987437367439,
0.0534251369535923,
-0.009154601953923702,
-0.0016476972959935665,
0.04070653021335602,
0.00626758299767971,
-0.0004182028351351619,
-0.028704218566417694,
-0.018047144636511803,
0.03682805597782135,
0.005459567066282034,
0.02437150664627552,
-0.002258076798170805,
0.024633565917611122,
0.044305477291345596,
-0.013592137955129147,
0.03791123256087303,
0.007040657568722963,
-0.030503692105412483,
-0.01937491074204445,
0.06013385206460953,
-0.02061532437801361,
-0.002961269114166498,
-0.08190223574638367,
-0.01569734700024128,
0.04745018854737282,
0.018973086029291153,
0.05744338035583496,
0.04902254417538643,
-0.06104232370853424,
0.017260966822504997,
0.00787487905472517,
0.008861969225108624,
0.048673130571842194,
-0.04434041678905487,
0.06076279655098915,
-0.0033019459806382656,
0.05538184568285942,
-0.0014718992169946432,
0.09070742875337601,
0.009425396099686623,
-0.052307017147541046,
-0.020335795357823372,
0.022117797285318375,
-0.041370414197444916,
-0.04413077235221863,
0.03612922877073288,
0.0018595284782350063,
0.05471796169877052,
0.04074147343635559,
0.005389684345573187,
-0.004295587074011564,
-0.029839808121323586,
0.001455520512536168,
0.0367581732571125,
0.030748281627893448,
-0.04343194514513016,
-0.004485580138862133,
-0.048114072531461716,
-0.02154126763343811,
-0.028372276574373245,
-0.015732288360595703,
-0.04427053779363632,
-0.025489626452326775,
-0.005490140523761511,
0.03885464742779732,
-0.04783454164862633,
0.035063523799180984,
-0.02606615610420704,
0.0380859375,
-0.0706162229180336,
-0.015758493915200233,
-0.021017149090766907,
-0.024895625188946724,
0.0273065697401762,
-0.005612434819340706,
0.07889728993177414,
-0.13522255420684814,
-0.03581475839018822,
0.005926905665546656,
-0.05695420131087303,
0.02643303945660591,
0.04378135874867439,
-0.0104474276304245,
0.04144029691815376,
0.01155681163072586,
-0.03899440914392471,
-0.010622133500874043,
-0.030765751376748085,
-0.02583903819322586,
-0.02933316119015217,
-0.01452681515365839,
-0.023253386840224266,
-0.013976491056382656,
-0.025122743099927902,
0.009294366464018822,
0.0005140182329341769,
0.01560999359935522,
-0.042523473501205444,
0.006909627933055162,
0.016038022935390472,
0.006372406613081694,
-0.024284154176712036,
-0.00962630845606327,
0.013199049048125744,
0.05800243839621544,
0.007455584593117237,
0.028249982744455338,
0.03895946964621544,
0.015164492651820183,
0.010071809403598309,
0.0367581732571125,
0.05821208655834198,
-0.046052537858486176,
-0.046332068741321564,
0.02458115480840206,
0.023969681933522224,
-0.04765983670949936,
-0.03536052256822586,
0.0013157556531950831,
-0.0033565417397767305,
0.005328537430614233,
-0.033001989126205444,
0.013233990408480167,
0.01788990944623947,
-0.0020768193062394857,
-0.007678335066884756,
-0.017260966822504997,
-0.05359984561800957,
0.014107520692050457,
-0.014308433048427105,
-0.007516731508076191,
0.07889728993177414,
0.008695998229086399,
-0.019130323082208633,
-0.02072014845907688,
-0.05049007385969162,
-0.01319031324237585,
-0.04434041678905487,
0.039029352366924286,
0.03972817584872246,
-0.011408311314880848,
0.015444022603332996,
-0.013478578999638557,
-0.01654467172920704,
0.008521292358636856,
0.004664653912186623,
-0.00041520007653161883,
0.02339315228164196,
-0.005232448689639568,
0.040951117873191833,
-0.038330528885126114,
-0.025646861642599106,
0.03268751874566078,
0.02838974818587303,
-0.01886826381087303,
0.0704764574766159,
-0.0018082085298374295,
-0.04559830203652382,
0.0473453626036644,
0.03798111528158188,
-0.02568180300295353,
0.04007758945226669,
-0.015531376004219055,
-0.05359984561800957,
0.04608748108148575,
-0.05569631606340408,
0.007210996001958847,
0.01695523038506508,
0.026730040088295937,
0.026398098096251488,
-0.05370466783642769,
0.009119660593569279,
-0.0239347405731678,
-0.02866927720606327,
0.04552841931581497,
0.022938916459679604,
0.027061982080340385,
0.004179844632744789,
0.023358210921287537,
0.05880608782172203,
0.0846276581287384,
-0.0036382554098963737,
-0.0669124498963356,
0.03322910889983177,
0.06076279655098915,
0.01145198754966259,
-0.05111901834607124,
0.01695523038506508,
-0.028546983376145363,
0.009460337460041046,
0.018588732928037643,
-0.007918556220829487,
-0.05957479402422905,
-0.012246900238096714,
0.012028518132865429,
-0.058841027319431305,
0.01827426254749298,
0.01909538172185421,
0.005210610572248697,
0.024301623925566673,
-0.05440349131822586,
0.017820026725530624,
0.029315689578652382,
-0.011224869638681412,
0.011058898642659187,
0.0601687952876091,
-0.018536321818828583,
-0.02437150664627552,
0.02437150664627552,
0.0546131394803524,
-0.004542359616607428,
-0.015312992967665195,
-0.05880608782172203,
0.025524567812681198,
-0.01600308157503605,
-0.014098785817623138,
0.036094289273023605,
-0.0033740124199539423,
-0.010884192772209644,
-0.03972817584872246,
0.0016935575986281037,
0.07337658107280731,
-0.06837998330593109,
0.029630161821842194,
-0.007704540621489286,
-0.05125878006219864,
-0.01194116473197937,
-0.008263600058853626,
-0.03242545947432518,
0.021733444184064865,
0.032233282923698425,
-0.017846232280135155,
0.030783221125602722,
-0.02355038747191429,
-0.022606974467635155,
-0.005022801458835602,
-0.0006087417132221162,
-0.04769477620720863,
0.058456674218177795,
-0.018414027988910675,
-0.0677160993218422,
0.05419384315609932,
-0.0033543577883392572,
-0.038435351103544235,
0.07777917385101318,
-0.010954074561595917,
0.031429633498191833,
0.027603570371866226,
-0.0033740124199539423,
0.04063664749264717,
0.005014066118746996,
-0.010735692456364632,
-0.030154280364513397,
-0.010001926682889462,
-0.009722396731376648,
-0.020929794758558273,
-0.048288777470588684,
-0.018291732296347618,
-0.03759676218032837,
-0.028546983376145363,
-0.0002564631577115506,
0.0812034159898758,
0.02627580426633358,
0.01886826381087303,
0.004024792928248644,
-0.07791893929243088,
0.01667570136487484,
-0.004468109458684921,
0.09902343899011612,
-0.055905964225530624,
-0.016099171712994576,
-0.044305477291345596,
0.02187320962548256,
-0.01801220327615738,
-0.07110539823770523,
-0.002852077828720212,
-0.07019692659378052,
0.02970004454255104,
0.005258654709905386,
-0.004151454661041498,
-0.0030245999805629253,
-0.04007758945226669,
-0.00007718462438788265,
0.03909923508763313,
0.03183145821094513,
-0.04074147343635559,
0.005931273568421602,
-0.06617868691682816,
-0.020318323746323586,
0.028861453756690025,
-0.006494700908660889,
-0.055311962962150574,
-0.02159367874264717,
-0.030328985303640366,
-0.001692465739324689,
0.055626433342695236,
-0.04465489089488983,
0.020807500928640366,
-0.035220757126808167,
-0.006315627135336399,
0.05031536892056465,
0.011740252375602722,
0.058945853263139725,
0.0490574836730957,
0.040951117873191833,
0.07526340335607529,
-0.02300879918038845,
-0.10056085139513016,
0.010901663452386856,
0.01608170010149479,
0.0007550580776296556,
0.03509846329689026,
0.07253798842430115,
0.05919044092297554,
0.004900507163256407,
-0.020912325009703636,
-0.006394244730472565,
0.019706852734088898,
-0.07505375891923904,
0.016151582822203636,
0.018431497737765312,
-0.002841158537194133,
0.08036482334136963,
0.0011628877837210894,
0.015269316732883453,
0.013469843193888664,
-0.04657665640115738,
0.00738570187240839,
-0.025367330759763718,
-0.0338580496609211,
0.011390840634703636,
0.05506737530231476,
-0.035762347280979156,
0.02818010002374649,
-0.054263725876808167,
0.0023519813548773527,
0.01975926384329796,
0.011382104828953743,
-0.009512749500572681,
0.007844305597245693,
-0.031848929822444916,
-0.04940689727663994,
-0.06628350913524628,
-0.08085399866104126,
-0.043991006910800934,
0.01313790213316679,
0.003926520701497793,
-0.06086761876940727,
0.005346008110791445,
0.0214888546615839,
-0.016273876652121544,
-0.04119570925831795,
0.06034350022673607,
-0.0045510949566960335,
-0.03284475579857826,
0.003675380488857627,
0.06851974874734879,
0.0355701707303524,
0.01657087728381157,
0.008355321362614632,
-0.030975399538874626,
-0.025035390630364418,
0.050944309681653976,
-0.014238550327718258,
-0.06076279655098915,
0.01093660481274128,
-0.025472154840826988,
0.017557967454195023,
0.008534395135939121,
-0.0038959470111876726,
-0.008128203451633453,
0.046926070004701614,
-0.02138403244316578,
0.00022711798374075443,
-0.06977763026952744,
-0.00780499679967761,
-0.002147793537005782,
0.007372599095106125,
0.05656984820961952,
0.0075735109858214855,
-0.03476652130484581,
0.020091205835342407,
0.009102189913392067,
-0.03273992985486984,
-0.014325903728604317,
-0.032670047134160995,
0.020702676847577095,
-0.02388232946395874,
0.004494315478950739,
-0.0018093005055561662,
-0.02290397509932518,
0.044480182230472565,
-0.047624893486499786,
0.048114072531461716,
0.03543040528893471,
0.028546983376145363,
0.06275444477796555,
-0.031150104478001595,
0.001355064450763166,
-0.012622518464922905,
0.05506737530231476,
-0.03965829312801361,
-0.07931658625602722,
-0.007625923026353121,
-0.013181578367948532,
-0.029787397012114525,
0.022240091115236282,
-0.026625216007232666,
0.018483908846974373,
-0.05604572966694832,
0.03287969529628754,
-0.027376452460885048,
-0.0017066606087610126,
-0.038330528885126114,
-0.041545119136571884,
0.07072104513645172,
0.019497204571962357,
-0.023253386840224266,
0.013469843193888664,
0.0017983813304454088,
0.022449739277362823,
-0.003341255011036992,
-0.04538865387439728,
0.03651358187198639,
-0.015382875688374043,
0.03429481387138367,
0.04912736639380455,
-0.008219923824071884,
0.020108677446842194,
-0.03951852768659592,
-0.026258332654833794,
0.040951117873191833,
0.07610199600458145,
0.04933701455593109,
0.032722461968660355,
0.0001531408488517627,
0.013041812926530838,
-0.010412486270070076,
-0.017260966822504997,
0.02269432693719864,
0.033211637288331985,
-0.010831780731678009,
0.02540227212011814,
0.03389299288392067,
0.027603570371866226,
-0.022292504087090492,
-0.004461558070033789,
-0.03888958692550659,
0.01700764335691929,
-0.0002324410597793758,
-0.01485002227127552,
0.05059489980340004,
-0.016361230984330177,
0.03665334731340408,
0.03728229179978371,
0.026398098096251488,
-0.03422493115067482,
0.0236726813018322,
-0.024668507277965546,
-0.004983492661267519,
0.016719378530979156,
0.025314919650554657,
0.015374140813946724,
-0.0020331426057964563,
0.06708715856075287,
0.0637328028678894,
-0.005599331576377153,
0.005485772620886564,
0.009303102269768715,
0.004372021183371544,
0.03826064616441727,
-0.001984006492421031,
-0.007660864386707544,
-0.016169052571058273,
-0.0945509597659111,
-0.05622043460607529,
-0.017461879178881645,
0.028319865465164185,
0.020807500928640366,
-0.014553021639585495,
-0.04084629565477371,
0.011111310683190823,
0.03661840781569481,
-0.07407540082931519,
0.03752687945961952,
-0.03548281639814377,
-0.04280300438404083,
0.02269432693719864,
-0.055521611124277115,
0.009801014326512814,
-0.05216725170612335,
0.013094224967062473,
0.026904745027422905,
-0.013006872497498989,
-0.04769477620720863,
-0.010971545241773129,
0.04280300438404083,
-0.018204379826784134,
-0.028267454355955124,
0.009154601953923702,
0.06432680040597916,
-0.006127818021923304,
-0.0008828119607642293,
-0.03205857798457146,
0.014666580595076084,
-0.10782863199710846,
-0.005245551932603121,
-0.036094289273023605,
-0.03502858057618141,
-0.05912055820226669,
0.006520906463265419,
-0.014238550327718258,
0.040182411670684814,
0.029071101918816566,
-0.02127920836210251,
0.01740073226392269,
-0.008953689597547054,
0.014544285833835602,
-0.010438691824674606,
-0.027760805562138557,
-0.014736463315784931,
-0.021803326904773712,
0.0058439201675355434,
-0.0012054723920300603,
0.007307084277272224,
0.033386342227458954,
0.033753227442502975,
0.03455687314271927,
-0.00016788167704362422,
-0.021803326904773712,
-0.0006742565310560167,
-0.06680762767791748,
0.01560999359935522,
-0.05195760726928711,
-0.07701046764850616,
-0.004800050985068083,
-0.0165970828384161,
0.03219834342598915,
0.03581475839018822,
0.03363093361258507,
0.01968938112258911,
0.05195760726928711,
0.016308818012475967,
-0.013321342878043652,
-0.030486222356557846,
-0.007285246159881353,
0.06299903243780136,
-0.007927291095256805,
0.005411522928625345,
0.004289035685360432,
-0.13655032217502594,
-0.033700816333293915,
0.02807527594268322,
-0.06677268445491791,
0.015417817048728466,
0.06471115350723267,
-0.027498746290802956,
0.008023379370570183,
-0.08113352954387665,
0.03518581762909889,
0.06579433381557465,
0.0346442274749279,
0.00818498246371746,
0.0010542423697188497,
-0.06600397825241089,
0.007975335232913494,
0.0005634272820316255,
0.005472669843584299,
0.016273876652121544,
-0.006547112483531237,
0.03481893241405487,
0.03749193623661995,
0.042243946343660355,
-0.01142578199505806,
-0.012989401817321777,
0.018798381090164185,
-0.01471899263560772,
-0.009058513678610325,
-0.0006218446651473641,
-0.04636700823903084,
0.04559830203652382,
0.00787487905472517,
-0.03895946964621544,
0.04881289601325989,
0.013006872497498989,
-0.014421992003917694,
0.05195760726928711,
-0.03144710510969162,
0.006848480552434921,
0.014430726878345013,
-0.01600308157503605,
-0.032774873077869415,
-0.0028236880898475647,
-0.02133161947131157,
-0.0019064807565882802,
0.018047144636511803,
-0.03273992985486984,
0.011731517501175404,
-0.009844690561294556,
-0.006451024208217859,
-0.015706082805991173,
-0.017872437834739685,
-0.015924464911222458,
-0.015662405639886856,
-0.010071809403598309,
-0.053075727075338364,
0.026834862306714058,
-0.012264370918273926,
0.003159997286275029,
-0.0005101965507492423,
-0.005079580936580896,
0.0003551448171492666,
0.04385124146938324,
-0.019986381754279137,
0.03177904710173607,
0.022834092378616333,
-0.029280750080943108,
0.055311962962150574,
0.028354806825518608,
-0.031412165611982346,
-0.015155757777392864,
-0.05761808529496193,
0.002266812138259411,
0.026625216007232666,
0.06666786223649979,
-0.036478642374277115,
0.0021368744783103466,
0.005490140523761511,
0.054158903658390045
] |
8,910 | sentencepiece | _piece_as_bytes | null | def _piece_as_bytes(self):
return _sentencepiece.ImmutableSentencePieceText_ImmutableSentencePiece__piece_as_bytes(self)
| (self) | [
0.014413458295166492,
-0.03433535620570183,
-0.0132079366594553,
0.05568275973200798,
-0.020045090466737747,
-0.08236261457204819,
0.010119338519871235,
0.07419674843549728,
0.06596048921346664,
0.007259525824338198,
0.0703602060675621,
-0.016102947294712067,
-0.010656103491783142,
0.03530329465866089,
-0.010224931873381138,
0.03815430775284767,
-0.014598245732486248,
-0.0654677227139473,
0.012908756732940674,
0.03868227079510689,
0.006889949552714825,
-0.00045317038893699646,
0.038259901106357574,
-0.013700705021619797,
-0.021716980263590813,
0.0333322212100029,
0.00493207760155201,
-0.008566239848732948,
-0.049065593630075455,
-0.027278218418359756,
-0.019622717052698135,
-0.07300002872943878,
0.03058680146932602,
0.0011417253408581018,
0.01978110708296299,
-0.007215528283268213,
-0.0000047090670705074444,
0.0564219132065773,
-0.019288338720798492,
-0.055753156542778015,
-0.05307812988758087,
0.01803882047533989,
-0.009582573547959328,
-0.008513444103300571,
-0.014448655769228935,
-0.018338002264499664,
-0.0023164486046880484,
0.07849086821079254,
-0.036288827657699585,
-0.04089972749352455,
0.037063177675008774,
-0.03049880638718605,
0.009424184449017048,
0.011122473515570164,
0.023371273651719093,
-0.02615189179778099,
0.027014235034585,
0.012794364243745804,
-0.011518447659909725,
0.0714513286948204,
0.005939611699432135,
0.017299668863415718,
0.08672713488340378,
-0.06268710643053055,
0.0414980873465538,
0.040970124304294586,
0.001976570812985301,
-0.009538576938211918,
0.030534004792571068,
0.05501400679349899,
0.0436803475022316,
-0.004518504720181227,
-0.03398337960243225,
0.02687344327569008,
-0.07490070909261703,
-0.014351862482726574,
0.014439856633543968,
0.015821365639567375,
0.03716877102851868,
0.014211071655154228,
0.017906829714775085,
0.0075147091411054134,
-0.00334378145635128,
-0.0027586198411881924,
0.004489906597882509,
-0.036605607718229294,
0.035426486283540726,
-0.012961553409695625,
-0.07595663517713547,
0.024532796815037727,
0.010172135196626186,
0.02789417654275894,
-0.0621943362057209,
0.03283945471048355,
0.02903810329735279,
-0.029002904891967773,
-0.024075226858258247,
0.008649834431707859,
-0.03215309977531433,
-0.0024220417253673077,
-0.03829509764909744,
0.0933443009853363,
-0.008799425326287746,
0.016472524031996727,
-0.023512063547968864,
0.0213474053889513,
0.00660396832972765,
-0.0391046442091465,
-0.017651647329330444,
-0.05353570356965065,
-0.019129950553178787,
0.08306657522916794,
-0.04431390389800072,
0.0008320956258103251,
0.04075893759727478,
-0.04544023051857948,
-0.006920747924596071,
-0.04681294038891792,
0.021417800337076187,
0.026081494987010956,
0.050719887018203735,
0.022702516987919807,
-0.027507003396749496,
0.001634493237361312,
-0.01817961223423481,
0.05399327352643013,
-0.016815701499581337,
-0.018513990566134453,
0.05145903676748276,
-0.0933443009853363,
0.024251215159893036,
0.02655666507780552,
-0.014862229116261005,
0.011008081026375294,
0.010955284349620342,
-0.01026012934744358,
0.025342343375086784,
-0.010840891860425472,
-0.014642243273556232,
0.044630683958530426,
0.005006873048841953,
-0.01282076258212328,
0.11037998646497726,
-0.006859151646494865,
0.01751965470612049,
-0.02052025869488716,
0.011069676838815212,
-0.007435514125972986,
-0.03776713088154793,
-0.013155139982700348,
0.02821095660328865,
0.03375459462404251,
-0.003502171253785491,
-0.030428411439061165,
0.006265190429985523,
0.026715055108070374,
-0.011967218481004238,
-0.015530984848737717,
0.05156463012099266,
-0.044806670397520065,
-0.022051358595490456,
-0.034916117787361145,
-0.016085349023342133,
0.030164428055286407,
0.03027002140879631,
0.06141998618841171,
0.01974591054022312,
-0.05142384022474289,
0.015091014094650745,
-0.004036736208945513,
-0.02435680851340294,
0.04290599748492241,
-0.07300002872943878,
0.07567505538463593,
0.05480282008647919,
0.025676721706986427,
-0.009890553541481495,
0.07644940167665482,
0.016762904822826385,
-0.06004727631807327,
-0.03012923151254654,
0.01084969099611044,
-0.012644773349165916,
-0.008073472417891026,
0.04582740366458893,
-0.01373590249568224,
0.053606096655130386,
0.05951930955052376,
0.01043611764907837,
-0.03635922446846962,
-0.024532796815037727,
0.019763508811593056,
0.02317768521606922,
0.02321288362145424,
-0.027049431577324867,
-0.03472252935171127,
-0.012371991761028767,
-0.019112350419163704,
-0.05219819024205208,
-0.015926958993077278,
-0.024462401866912842,
-0.055753156542778015,
0.021910568699240685,
0.003882746212184429,
-0.05663309991359711,
0.02372325025498867,
-0.01406148076057434,
0.0223857369273901,
-0.04484187066555023,
-0.024620791897177696,
0.005842818412929773,
-0.03312103450298309,
-0.035690467804670334,
-0.03371939808130264,
0.048291243612766266,
-0.12945714592933655,
-0.025606326758861542,
0.0032799856271594763,
-0.014545449987053871,
0.01849639229476452,
0.037661537528038025,
0.01872517727315426,
-0.012336794286966324,
-0.009512178599834442,
-0.032170698046684265,
-0.0000021225175714789657,
-0.029654061421751976,
-0.02675025165081024,
-0.026345478370785713,
-0.031255558133125305,
-0.001925974152982235,
0.021277010440826416,
-0.04093492403626442,
0.024427203461527824,
0.01071769930422306,
0.04899519681930542,
-0.015354996547102928,
-0.01348951831459999,
0.009617771953344345,
-0.0005648130900226533,
-0.010955284349620342,
-0.017906829714775085,
0.014774234965443611,
0.062088742852211,
0.004949676338583231,
0.012996750883758068,
0.051775816828012466,
0.02898530662059784,
-0.015900561586022377,
0.013137541711330414,
0.0322938896715641,
-0.09292192757129669,
-0.04917118698358536,
-0.03394818305969238,
0.04276520386338234,
-0.04565141722559929,
-0.012310395948588848,
-0.024163221940398216,
0.010726499371230602,
0.04111091420054436,
-0.009996146894991398,
0.02303689531981945,
0.003792552277445793,
-0.012433587573468685,
0.007765492424368858,
-0.02226254530251026,
-0.06719241291284561,
0.014959022402763367,
0.01096408348530531,
0.04213164746761322,
0.035232897847890854,
-0.008350654505193233,
-0.042518820613622665,
-0.008143868297338486,
-0.05782981961965561,
-0.05853377655148506,
-0.044173114001750946,
0.037485551089048386,
0.029918044805526733,
-0.011976017616689205,
-0.013410323299467564,
-0.03324422612786293,
0.019939497113227844,
-0.004461308475583792,
0.026574263349175453,
0.009336190298199654,
0.003528569359332323,
-0.01646372489631176,
0.03183631971478462,
-0.0471649169921875,
-0.026539064943790436,
0.03836549445986748,
0.0029874048195779324,
-0.04536983370780945,
0.056351516395807266,
0.009776161052286625,
-0.02229774370789528,
0.011448051780462265,
0.07116974890232086,
0.0052312579937279224,
0.006683163344860077,
0.013454320840537548,
0.0017279870808124542,
0.036746397614479065,
-0.04170927405357361,
0.0013320129364728928,
-0.00026040797820314765,
0.022825708612799644,
0.005350050516426563,
-0.019587520509958267,
0.0080338753759861,
-0.023388871923089027,
0.028545334935188293,
0.02206895872950554,
0.032029908150434494,
0.028105363249778748,
0.02175217866897583,
0.04322277382016182,
0.04973435029387474,
0.08510804176330566,
-0.0034757729154080153,
-0.032029908150434494,
0.050121523439884186,
0.04033656418323517,
0.018848368898034096,
-0.05624592304229736,
0.0392102375626564,
-0.02381124347448349,
0.020344270393252373,
0.008447447791695595,
0.031132366508245468,
-0.025975903496146202,
0.018601983785629272,
0.012855960056185722,
-0.024022430181503296,
0.038576677441596985,
0.02147059701383114,
-0.008843421936035156,
-0.009212997741997242,
-0.038259901106357574,
0.04273000732064247,
0.030534004792571068,
0.03371939808130264,
0.027419008314609528,
0.020731445401906967,
-0.0401957742869854,
-0.07468952238559723,
0.006621567532420158,
-0.01149204932153225,
0.019886700436472893,
-0.030973976477980614,
-0.07236646860837936,
0.008095471188426018,
0.00467249471694231,
-0.03773193433880806,
0.024515198543667793,
0.02110102027654648,
-0.004047735594213009,
-0.02761259488761425,
0.04642576724290848,
0.07208488881587982,
-0.040723737329244614,
0.013823896646499634,
-0.019992293789982796,
-0.031237957999110222,
0.0014167074114084244,
-0.010040143504738808,
-0.03847108781337738,
0.027964573353528976,
0.03854148089885712,
-0.04012537747621536,
0.04589780047535896,
-0.0576186366379261,
-0.03301544114947319,
-0.010180934332311153,
0.0076379007659852505,
-0.08025075495243073,
0.03639442101120949,
-0.032311487942934036,
-0.06282789260149002,
0.035144902765750885,
-0.009098605252802372,
-0.06117360293865204,
0.03745035454630852,
0.022332940250635147,
0.042342834174633026,
0.028034968301653862,
-0.01660451479256153,
0.040547750890254974,
-0.0020315672736614943,
-0.016762904822826385,
-0.027507003396749496,
-0.02106582373380661,
0.006128799635916948,
-0.041885264217853546,
-0.02243853360414505,
0.02138260193169117,
-0.0017367865657433867,
0.001508001470938325,
-0.0032733860425651073,
0.05402847006917,
0.011712034232914448,
0.02981245145201683,
0.023881640285253525,
-0.08510804176330566,
0.01720287650823593,
-0.02421601675450802,
0.05797061324119568,
-0.047552093863487244,
-0.011272063478827477,
-0.0035615672823041677,
0.03192431479692459,
-0.008333055302500725,
-0.06071603298187256,
-0.013700705021619797,
-0.052233386784791946,
-0.006471977103501558,
-0.027788585051894188,
-0.0010267829056829214,
0.011712034232914448,
-0.03653521090745926,
0.050121523439884186,
0.044947464019060135,
0.029970841482281685,
0.012398390099406242,
0.022860907018184662,
-0.04610898718237877,
-0.0007012041751295328,
0.03264586627483368,
0.015258203260600567,
0.00968816690146923,
-0.01460704579949379,
-0.04621458053588867,
-0.00663916626945138,
0.03595444932579994,
0.007083537057042122,
0.036605607718229294,
-0.035232897847890854,
0.005636031739413738,
0.08292578160762787,
-0.0037639541551470757,
0.053606096655130386,
0.04304678738117218,
0.030885981395840645,
0.06849472224712372,
-0.028703724965453148,
-0.10953523963689804,
-0.011289662681519985,
0.025430338457226753,
0.0028290152549743652,
0.027682991698384285,
0.015610179863870144,
0.06476376950740814,
-0.03430015966296196,
-0.034828122705221176,
0.011826427653431892,
0.07138093560934067,
-0.0703602060675621,
-0.013463119976222515,
-0.025483135133981705,
-0.015926958993077278,
0.0401957742869854,
-0.012609575875103474,
-0.003642961848527193,
0.01858438551425934,
-0.056809086352586746,
-0.02546553686261177,
0.005042070522904396,
0.025166355073451996,
0.012187203392386436,
0.07000822573900223,
-0.0332794263958931,
0.04413791745901108,
-0.05568275973200798,
0.039773400872945786,
0.05244457349181175,
0.012468785047531128,
0.012794364243745804,
-0.02138260193169117,
-0.05100146681070328,
-0.08229222148656845,
-0.05050870031118393,
-0.07694217562675476,
-0.04350435733795166,
0.0120640117675066,
-0.01247758511453867,
-0.044349100440740585,
0.009485780261456966,
0.04712972044944763,
0.010075341910123825,
-0.031484343111515045,
0.09616011381149292,
-0.04786887392401695,
-0.003719956846907735,
0.05797061324119568,
0.07785731554031372,
0.02120661363005638,
0.004641696810722351,
-0.030885981395840645,
-0.014563048258423805,
-0.030287621542811394,
0.03966780751943588,
-0.020942632108926773,
-0.07996917515993118,
-0.018672380596399307,
-0.047411300241947174,
0.04515865072607994,
-0.003609964158385992,
0.01946432888507843,
0.011782430112361908,
-0.011800029315054417,
-0.023230481892824173,
-0.005477642174810171,
-0.04962875694036484,
-0.015742171555757523,
0.02375844679772854,
0.0017851833254098892,
0.029178893193602562,
-0.012565579265356064,
-0.01060330681502819,
-0.013656707480549812,
0.04772808030247688,
-0.028087764978408813,
-0.022192150354385376,
-0.02055545710027218,
-0.002659626305103302,
-0.0541340634226799,
-0.01863718219101429,
-0.010198533535003662,
-0.005614032968878746,
0.026715055108070374,
-0.028404543176293373,
0.07553426176309586,
0.002413242356851697,
0.008759827353060246,
0.06381343305110931,
-0.003427376039326191,
0.031132366508245468,
-0.034599337726831436,
0.01792442798614502,
-0.04220204055309296,
-0.06553811579942703,
-0.013586312532424927,
-0.042061250656843185,
-0.04519384726881981,
0.0403013676404953,
0.01071769930422306,
0.02912609651684761,
-0.03426495939493179,
0.014466254971921444,
-0.0414980873465538,
0.015944557264447212,
-0.014915025793015957,
-0.016014954075217247,
0.07595663517713547,
-0.02807016670703888,
-0.012231200933456421,
0.011008081026375294,
-0.01170323509722948,
0.021857772022485733,
-0.006863551679998636,
-0.03150194138288498,
-0.02092503197491169,
-0.010972882620990276,
-0.00009452507219975814,
0.08630476146936417,
-0.003249187720939517,
0.01800362393260002,
-0.034141767770051956,
-0.02500796504318714,
0.050895873457193375,
0.10122858732938766,
0.04976954683661461,
0.0037639541551470757,
0.04304678738117218,
0.003286585211753845,
-0.024304011836647987,
-0.005086067598313093,
0.027190223336219788,
-0.01149204932153225,
0.006414780858904123,
0.007893084548413754,
-0.0022636521607637405,
0.024691186845302582,
0.019587520509958267,
-0.01612054742872715,
-0.0016146944835782051,
0.011905621737241745,
0.017070883885025978,
-0.009679367765784264,
0.04318757727742195,
-0.008632236160337925,
0.032487478107213974,
0.022315341979265213,
0.034916117787361145,
-0.0389990508556366,
0.0009404385345987976,
-0.005182861350476742,
-0.03861187770962715,
-0.007136333733797073,
0.07405596226453781,
0.011219266802072525,
0.00998734775930643,
0.051951806992292404,
0.1092536598443985,
0.013982286676764488,
-0.03650001436471939,
0.028721323236823082,
0.02015068382024765,
0.06835393607616425,
-0.025342343375086784,
-0.012002415955066681,
0.006155197974294424,
-0.10643784701824188,
-0.05381728336215019,
-0.013040747493505478,
-0.005970410071313381,
-0.009283393621444702,
-0.06141998618841171,
0.002395643386989832,
0.039632610976696014,
0.044489894062280655,
-0.04762248694896698,
0.0321882963180542,
-0.040688540786504745,
-0.03558487445116043,
-0.0017576850950717926,
-0.01858438551425934,
0.026204688474535942,
-0.04244842752814293,
0.026820646598935127,
0.0207490436732769,
0.005790021736174822,
-0.01014573685824871,
-0.027788585051894188,
-0.003953141625970602,
-0.03942142426967621,
-0.0015728971920907497,
0.0368167944252491,
0.051353443413972855,
0.033314622938632965,
-0.0009954349370673299,
-0.06050484627485275,
-0.01678050309419632,
-0.08792385458946228,
-0.004263321403414011,
-0.02018588036298752,
-0.06673484295606613,
-0.0692690759897232,
-0.022403335198760033,
-0.028562933206558228,
0.03190671652555466,
0.03600724786520004,
-0.027718188241124153,
0.00698234373703599,
0.02006268873810768,
0.027594996616244316,
0.010268929414451122,
-0.032311487942934036,
-0.023001696914434433,
-0.018478792160749435,
0.01142165344208479,
-0.04037176072597504,
-0.02029147371649742,
0.0027718187775462866,
0.01918274722993374,
0.02092503197491169,
0.038858260959386826,
-0.024849576875567436,
-0.04656655713915825,
-0.041427694261074066,
0.053782086819410324,
-0.05276135355234146,
-0.10235491394996643,
-0.032945048063993454,
0.009327390231192112,
0.013973486609756947,
0.03257547318935394,
0.03942142426967621,
0.008478245697915554,
0.05008632689714432,
0.026767851784825325,
-0.029566068202257156,
-0.0032469879370182753,
-0.022104155272245407,
0.03635922446846962,
-0.029108498245477676,
0.017827635630965233,
-0.004593299701809883,
-0.1458592712879181,
-0.014668641611933708,
0.031255558133125305,
-0.047094523906707764,
-0.0016905894735828042,
0.07975798845291138,
0.013753501698374748,
0.009564975276589394,
-0.06849472224712372,
0.0218401737511158,
0.04688333719968796,
0.017229273915290833,
-0.031079569831490517,
0.002716822549700737,
-0.009960949420928955,
0.02097782865166664,
-0.02052025869488716,
-0.00301600294187665,
0.006863551679998636,
-0.030762789770960808,
0.04941757023334503,
0.02792937494814396,
0.05015672370791435,
-0.035461682826280594,
-0.05645710974931717,
-0.02638067677617073,
-0.002818015869706869,
-0.046496160328388214,
0.017220474779605865,
-0.04061814770102501,
0.03783752769231796,
-0.026855845004320145,
-0.041286900639534,
0.057442646473646164,
0.026486270129680634,
-0.012891157530248165,
0.05124785006046295,
-0.016419727355241776,
0.007255125790834427,
0.006577569991350174,
-0.015909360721707344,
0.003673759987577796,
-0.008086671121418476,
-0.01096408348530531,
-0.0047736880369484425,
-0.015091014094650745,
-0.022561725229024887,
-0.03312103450298309,
-0.05916733294725418,
-0.018760373815894127,
0.007699497044086456,
-0.0032579870894551277,
0.01275036670267582,
-0.02129460871219635,
0.015970956534147263,
-0.013744701631367207,
-0.007941480726003647,
0.02481437847018242,
0.01499421987682581,
0.0057812221348285675,
-0.023336075246334076,
0.00400153873488307,
0.07152172923088074,
-0.027119828388094902,
0.021910568699240685,
0.05899134650826454,
0.002413242356851697,
0.02884451486170292,
0.046918533742427826,
-0.0448770672082901,
-0.028650928288698196,
-0.05110706016421318,
0.012609575875103474,
-0.007893084548413754,
0.04698893055319786,
-0.05825219303369522,
-0.0009145902586169541,
0.011861625127494335,
0.040512554347515106
] |
8,911 | sentencepiece | _surface | null | def _surface(self):
return _sentencepiece.ImmutableSentencePieceText_ImmutableSentencePiece__surface(self)
| (self) | [
0.042876653373241425,
-0.04240024462342262,
-0.021421311423182487,
0.029094871133565903,
0.005138392560184002,
-0.051962416619062424,
0.034981902688741684,
0.0575091615319252,
0.08303097635507584,
0.03654723986983299,
0.012862995266914368,
-0.021710557863116264,
-0.05887032300233841,
-0.025930166244506836,
-0.04906994476914406,
0.05553547292947769,
0.028159070760011673,
-0.08119340240955353,
-0.022544270381331444,
-0.02504540979862213,
0.03760214149951935,
-0.020349394530057907,
0.0055042048916220665,
-0.06737759709358215,
0.013033141382038593,
0.043114855885505676,
-0.0036326053086668253,
-0.02176160179078579,
-0.008907114155590534,
-0.07282225042581558,
-0.030966470018029213,
0.008690178394317627,
0.02577703446149826,
0.018273619934916496,
0.01638500578701496,
0.008120191283524036,
-0.02089386060833931,
-0.007056782022118568,
0.010421408340334892,
-0.023020679131150246,
0.01373924408107996,
0.011603918857872486,
0.057781390845775604,
0.010991395451128483,
-0.024024536833167076,
-0.009791870601475239,
0.054412513971328735,
0.02023029327392578,
-0.009655754081904888,
-0.04549689218401909,
0.039031364023685455,
-0.018767042085528374,
0.004538629669696093,
-0.005461668595671654,
-0.04416975751519203,
-0.03459056839346886,
0.023820361122488976,
0.05570561811327934,
-0.006580375134944916,
-0.006061431486159563,
0.01146780326962471,
0.0012867249315604568,
0.026525674387812614,
-0.010608568787574768,
0.003162578446790576,
-0.007460877764970064,
0.04709625989198685,
0.034046102315187454,
0.03190227225422859,
0.04920606315135956,
-0.04372737929224968,
0.035118021070957184,
-0.025283612310886383,
0.008762490004301071,
-0.03038797527551651,
-0.02921397238969803,
0.02688298001885414,
0.00845622830092907,
0.048729654401540756,
-0.04035849869251251,
0.004223860800266266,
0.04546286165714264,
-0.01929449290037155,
-0.005699872504919767,
0.025232568383216858,
-0.05407222360372543,
0.0667991042137146,
-0.02065565623342991,
-0.0664588063955307,
0.020570583641529083,
-0.0166657455265522,
0.034386392682790756,
-0.03569651395082474,
0.01108497567474842,
0.007312000263482332,
-0.020434467121958733,
-0.027869824320077896,
-0.06315799057483673,
0.0383167527616024,
-0.04018835350871086,
0.0015472600935027003,
0.08793116360902786,
-0.008630627766251564,
0.02972440980374813,
-0.01133168675005436,
0.033280447125434875,
-0.0057168868370354176,
-0.028431303799152374,
-0.029367104172706604,
0.012573747895658016,
0.00672925217077136,
0.05556950345635414,
-0.02768266387283802,
0.042638447135686874,
0.006486794911324978,
-0.0761571004986763,
-0.06996380537748337,
0.004955485928803682,
0.05158809944987297,
0.02741043083369732,
-0.010463944636285305,
-0.014045506715774536,
-0.04556494951248169,
-0.023820361122488976,
-0.04900188744068146,
0.0166657455265522,
-0.020383423194289207,
-0.010736177675426006,
0.03600277751684189,
-0.08874786645174026,
0.013628650456666946,
0.022782474756240845,
-0.015534278936684132,
0.025930166244506836,
-0.006559106986969709,
-0.0052319723181426525,
0.0937161073088646,
-0.009085766971111298,
-0.01138272974640131,
0.07785855233669281,
0.003534771502017975,
0.032242562621831894,
-0.011603918857872486,
0.006269859615713358,
-0.06462123990058899,
0.02507943846285343,
0.010727670043706894,
0.012378080748021603,
0.02245919778943062,
-0.0053808498196303844,
-0.01051498856395483,
0.023292910307645798,
0.04416975751519203,
0.008460482582449913,
0.04529271647334099,
-0.02490929327905178,
-0.011757049709558487,
-0.0033752601593732834,
0.08398379385471344,
0.029962612316012383,
-0.03624098002910614,
-0.006444258615374565,
-0.06904502213001251,
0.0019035021541640162,
0.046824026852846146,
0.024262739345431328,
0.036921560764312744,
-0.08377961814403534,
-0.007503414060920477,
0.015176973305642605,
-0.00566584337502718,
0.0049512325786054134,
-0.08207815885543823,
0.058155711740255356,
0.013262837193906307,
0.03630903735756874,
0.012811952270567417,
0.08303097635507584,
0.0064187366515398026,
-0.027869824320077896,
0.016895443201065063,
-0.006593136116862297,
-0.08071699738502502,
-0.02778475172817707,
0.024960337206721306,
0.01596814952790737,
0.05502503737807274,
0.004457810427993536,
0.009723812341690063,
-0.05539935454726219,
-0.013960433192551136,
0.039133451879024506,
0.032004356384277344,
-0.009375014342367649,
-0.02484123408794403,
-0.038759130984544754,
-0.020604612305760384,
-0.028465332463383675,
-0.04403363913297653,
-0.056216053664684296,
-0.04709625989198685,
-0.039031364023685455,
-0.036717385053634644,
0.002165100770071149,
-0.025283612310886383,
0.019600754603743553,
-0.01526204589754343,
0.004598180763423443,
-0.08813533931970596,
0.028295187279582024,
-0.044782280921936035,
-0.023718275129795074,
0.04896785691380501,
-0.019481653347611427,
0.06142250448465347,
-0.11005007475614548,
-0.03753408417105675,
0.03072826750576496,
-0.03950777277350426,
0.042638447135686874,
0.03173212334513664,
-0.04359126091003418,
0.02079177275300026,
0.015466220676898956,
-0.08364350348711014,
-0.011757049709558487,
-0.005346820689737797,
0.03430132195353508,
-0.054514601826667786,
-0.04784489795565605,
-0.03957583010196686,
0.006537838838994503,
-0.0773821473121643,
-0.0073715513572096825,
-0.03180018439888954,
0.027971910312771797,
-0.008622120134532452,
0.020400438457727432,
0.02948620542883873,
-0.0032774265855550766,
0.01798437349498272,
-0.018035417422652245,
0.030404990538954735,
0.050567224621772766,
0.00016855032299645245,
0.030796324834227562,
0.027291329577565193,
0.008966664783656597,
0.006580375134944916,
0.012395095080137253,
-0.0010458627948537469,
-0.027291329577565193,
-0.048355333507061005,
0.023820361122488976,
0.017559010535478592,
-0.10419707000255585,
-0.06264755129814148,
-0.015032350085675716,
0.03596874698996544,
0.0052787624299526215,
-0.05512712523341179,
0.022203980013728142,
0.03307627514004707,
0.04971649870276451,
0.07009992003440857,
0.01148481760174036,
-0.06771788746118546,
0.007524682208895683,
-0.0002873862977139652,
-0.028176086023449898,
0.054412513971328735,
0.0012207935797050595,
-0.011578397825360298,
-0.02300366386771202,
-0.01245464663952589,
0.0008512589265592396,
-0.023343954235315323,
0.04372737929224968,
0.03624098002910614,
0.011178555898368359,
0.05938075855374336,
-0.03385894373059273,
-0.029265016317367554,
-0.007031260523945093,
0.059857167303562164,
-0.020298350602388382,
-0.0047470577992498875,
-0.03610486164689064,
0.038759130984544754,
-0.06121832877397537,
0.0046449704095721245,
0.0472664050757885,
0.018205562606453896,
-0.006405976135283709,
0.08241844922304153,
-0.011476309970021248,
-0.019804930314421654,
0.02661074697971344,
0.03940568491816521,
-0.004691760521382093,
0.04195786640048027,
-0.0034050357062369585,
0.013432982377707958,
0.0758848711848259,
-0.04141340032219887,
0.017371850088238716,
-0.0037623411044478416,
0.027291329577565193,
0.04900188744068146,
-0.07459176331758499,
0.024415871128439903,
-0.014479377306997776,
-0.018409736454486847,
0.010472452268004417,
0.031476907432079315,
0.048355333507061005,
0.000923039042390883,
-0.005291523411870003,
0.005585024133324623,
0.0939202830195427,
0.029299044981598854,
-0.07016798108816147,
0.02948620542883873,
0.04542883485555649,
0.03203838691115379,
-0.06223920360207558,
-0.006525077857077122,
-0.04917203262448311,
0.034284308552742004,
0.03208943083882332,
-0.04951232299208641,
-0.04896785691380501,
-0.004415274132043123,
0.020400438457727432,
-0.02681492269039154,
0.0062400843016803265,
0.0026436347980052233,
0.01328835915774107,
0.017439907416701317,
-0.09024514257907867,
0.03780631721019745,
0.027002081274986267,
-0.029401132836937904,
0.017559010535478592,
0.0029456429183483124,
0.035015933215618134,
-0.016155309975147247,
-0.030200816690921783,
0.0753404051065445,
0.04406766965985298,
-0.029962612316012383,
-0.0769737958908081,
0.03586665913462639,
0.03569651395082474,
-0.021115049719810486,
0.034284308552742004,
-0.024517958983778954,
-0.00780542241409421,
-0.03430132195353508,
0.027155213057994843,
0.06417886167764664,
0.0011463549453765154,
-0.016997529193758965,
-0.006095460616052151,
-0.0665949285030365,
-0.036955591291189194,
0.005219211336225271,
0.007507667876780033,
0.00506608048453927,
0.0474705770611763,
-0.026593733578920364,
0.030575135722756386,
-0.014904741197824478,
0.01562785916030407,
-0.018937187269330025,
0.007180137559771538,
-0.027257300913333893,
0.026661790907382965,
0.02834623120725155,
-0.09922882169485092,
0.03926956653594971,
0.017729155719280243,
-0.02206786349415779,
0.033944014459848404,
0.002413938520476222,
0.02654268965125084,
-0.0568285770714283,
-0.003254031529650092,
0.04566703736782074,
-0.005857256706804037,
0.00451310770586133,
-0.07023604214191437,
0.04515660181641579,
-0.023650215938687325,
0.038997337222099304,
-0.018001388758420944,
-0.023207837715744972,
-0.026151355355978012,
0.012650313787162304,
0.03654723986983299,
0.011042439378798008,
0.015253539197146893,
-0.035322193056344986,
-0.007984074763953686,
-0.06421288847923279,
-0.00789900217205286,
0.05893838033080101,
0.12209636718034744,
-0.024024536833167076,
-0.001306929741986096,
-0.04522465914487839,
0.006078445818275213,
-0.03443743661046028,
-0.08337126672267914,
0.004164309706538916,
-0.03600277751684189,
0.030966470018029213,
0.011867644265294075,
-0.005312791559845209,
0.007503414060920477,
-0.027002081274986267,
0.0482192188501358,
0.05645425617694855,
0.020876845344901085,
-0.017473936080932617,
0.006027402356266975,
-0.08092117309570312,
-0.01148481760174036,
0.03128974884748459,
0.0241096094250679,
-0.06315799057483673,
-0.05134989321231842,
0.0190903190523386,
-0.02397349290549755,
0.02393946424126625,
-0.0003331128682475537,
0.028227128088474274,
-0.04437393322587013,
-0.03821466490626335,
0.03617292270064354,
0.06339619308710098,
0.03455653786659241,
0.011671977117657661,
0.03787437453866005,
0.029979627579450607,
-0.002386289881542325,
-0.0762251615524292,
-0.00814145989716053,
0.05529727041721344,
0.0057168868370354176,
0.012190921232104301,
0.0767015665769577,
0.008413692004978657,
-0.008745475672185421,
0.025589874014258385,
-0.039235539734363556,
-0.005750915966928005,
-0.036717385053634644,
-0.02373528853058815,
-0.019634783267974854,
-0.023258881643414497,
0.08201010525226593,
-0.04437393322587013,
-0.003234890289604664,
-0.006206055171787739,
-0.030268874019384384,
0.017831241711974144,
-0.033944014459848404,
-0.04573509469628334,
-0.03368879854679108,
0.05073736980557442,
-0.021421311423182487,
0.0037261852994561195,
-0.0566924624145031,
0.010166190564632416,
0.015780989080667496,
0.010174697265028954,
0.015236524865031242,
-0.06050372123718262,
-0.03253180906176567,
-0.06298784166574478,
-0.04961441084742546,
-0.0944647490978241,
-0.04120922461152077,
0.024347813799977303,
0.020876845344901085,
-0.05468474701046944,
0.032208532094955444,
0.011399745009839535,
-0.027988925576210022,
-0.021081021055579185,
0.050124846398830414,
-0.016478586941957474,
-0.011671977117657661,
-0.011944210156798363,
0.06509764492511749,
0.04205995425581932,
0.017074095085263252,
-0.012378080748021603,
-0.02404155023396015,
-0.007435355801135302,
-0.020910875871777534,
-0.009621724486351013,
-0.04900188744068146,
-0.03300821781158447,
-0.04182175174355507,
0.030268874019384384,
-0.010463944636285305,
0.025555845350027084,
0.00872846134006977,
0.048321306705474854,
-0.04342111572623253,
0.016129788011312485,
-0.08180592954158783,
0.021046990528702736,
0.0238714050501585,
-0.007320507895201445,
-0.007707588374614716,
-0.027121184393763542,
-0.005691364873200655,
-0.011442281305789948,
0.0023650217335671186,
-0.03988209366798401,
0.0035879421047866344,
0.0022097639739513397,
0.02861846424639225,
-0.00816272757947445,
-0.007741617504507303,
0.025623904541134834,
-0.021557427942752838,
0.060129400342702866,
-0.03186824172735214,
0.021472355350852013,
0.02758057601749897,
0.021336238831281662,
0.05288120359182358,
-0.03807855024933815,
-0.030847368761897087,
-0.014572957530617714,
0.023173809051513672,
-0.033944014459848404,
-0.07112079858779907,
-0.034488480538129807,
-0.038929276168346405,
-0.009213375858962536,
-0.02089386060833931,
0.000498207111377269,
-0.03222554549574852,
-0.008201010525226593,
-0.0002804741379804909,
-0.0031668320298194885,
0.001755688339471817,
0.007524682208895683,
-0.05693066492676735,
0.03658127039670944,
0.08391573280096054,
-0.014462362974882126,
0.019311508163809776,
-0.022884562611579895,
0.01645306497812271,
0.022850532084703445,
-0.0027797510847449303,
0.05383401736617088,
0.011238106526434422,
0.012811952270567417,
0.029877539724111557,
0.011272135190665722,
0.0568966343998909,
-0.0163254551589489,
-0.010047088377177715,
0.028567420318722725,
0.005972105078399181,
0.08051282167434692,
0.025198539718985558,
0.017439907416701317,
0.0024798698723316193,
0.023820361122488976,
-0.02216995134949684,
0.031136615201830864,
-0.0012495055561885238,
0.0009730192250572145,
-0.028022954240441322,
0.029265016317367554,
0.005495697725564241,
-0.0331953763961792,
0.02480720542371273,
-0.004636463243514299,
0.048389364033937454,
-0.009672768414020538,
-0.009766348637640476,
0.032514795660972595,
-0.009817391633987427,
0.04216204211115837,
0.0120377903804183,
-0.000037684556446038187,
-0.03967791795730591,
0.023922448977828026,
-0.00396651541814208,
-0.01995806023478508,
0.027529532089829445,
0.007792661432176828,
0.0010788284707814455,
-0.0060912068001925945,
0.07779049873352051,
0.03624098002910614,
-0.05856406316161156,
0.025351671501994133,
-0.020944904536008835,
-0.0024096849374473095,
0.01412207167595625,
-0.023377984762191772,
-0.0051213777624070644,
-0.04182175174355507,
-0.08976873755455017,
0.017269762232899666,
-0.01718468964099884,
0.03566248342394829,
0.026236427947878838,
-0.004683253355324268,
0.019617769867181778,
0.009868435561656952,
0.06482541561126709,
-0.06965754181146622,
0.017312299460172653,
0.029145915061235428,
0.01412207167595625,
0.03586665913462639,
-0.08003641664981842,
0.005904046818614006,
-0.04791295528411865,
0.036989618092775345,
0.052745088934898376,
-0.044510047882795334,
-0.03139183297753334,
-0.05509309470653534,
0.016861412674188614,
-0.0575772188603878,
0.0032391438726335764,
-0.019617769867181778,
0.05104363337159157,
-0.007022753357887268,
0.009511129930615425,
0.0067802960984408855,
0.037057679146528244,
-0.0764973908662796,
0.013237315230071545,
-0.013611635193228722,
-0.04046058654785156,
-0.01825660653412342,
0.004394005984067917,
-0.035458311438560486,
0.04018835350871086,
0.04369334876537323,
-0.007533189374953508,
0.005300030577927828,
0.020587598904967308,
0.010625583119690418,
-0.026134340092539787,
-0.003630478400737047,
-0.004440796095877886,
-0.020502526313066483,
-0.018358692526817322,
-0.024432886391878128,
0.007341776043176651,
0.012675835750997066,
0.00148983602412045,
0.07037215679883957,
-0.0041749440133571625,
-0.04229815676808357,
-0.005087348632514477,
-0.05856406316161156,
0.005912553984671831,
-0.03105154260993004,
-0.08704640716314316,
-0.016061730682849884,
0.03753408417105675,
0.016410527750849724,
0.041073109954595566,
0.056182026863098145,
0.027206256985664368,
0.02210189215838909,
0.008294590748846531,
-0.030898412689566612,
-0.027699677273631096,
0.013679693453013897,
0.06771788746118546,
-0.04359126091003418,
0.032514795660972595,
0.01056603156030178,
-0.11882957816123962,
-0.02924800105392933,
-0.037397969514131546,
-0.009272926487028599,
-0.010191711597144604,
0.04216204211115837,
-0.006907904986292124,
0.025691961869597435,
-0.03277001157402992,
0.04314888268709183,
0.04614344239234924,
0.01190167386084795,
0.023224852979183197,
-0.01968582719564438,
-0.03111960180103779,
-0.0010267214383929968,
0.02370125986635685,
0.024756161496043205,
-0.002239539287984371,
-0.016682760789990425,
0.00008540503768017516,
0.03035394661128521,
0.04576912522315979,
0.02892472594976425,
-0.026202397421002388,
0.005925314966589212,
0.030166786164045334,
0.0008331809658557177,
0.018307650461792946,
-0.024432886391878128,
0.02594717964529991,
0.014190129935741425,
0.017099617049098015,
0.028839653357863426,
-0.001169749884866178,
-0.016121281310915947,
0.054208338260650635,
-0.05311940610408783,
0.04042655602097511,
-0.011153033934533596,
-0.0468580536544323,
-0.016886934638023376,
0.015746960416436195,
-0.025266598910093307,
0.004878920502960682,
-0.019243448972702026,
-0.008630627766251564,
0.006337917875498533,
-0.03181719779968262,
-0.030881397426128387,
-0.013552084565162659,
0.011595412157475948,
-0.0015695916954427958,
-0.014547435566782951,
-0.014870711602270603,
-0.012777922675013542,
0.08071699738502502,
-0.016810370609164238,
-0.005044812336564064,
0.0055595021694898605,
0.009468593634665012,
0.04423781484365463,
0.05124780908226967,
-0.006963202264159918,
0.024143638089299202,
0.01729528419673443,
-0.037159763276576996,
0.03967791795730591,
0.002231032121926546,
-0.023343954235315323,
-0.03014977276325226,
-0.04981858655810356,
-0.012012268416583538,
0.025981208309531212,
0.06703730672597885,
-0.04770878329873085,
0.03275299817323685,
-0.010021566413342953,
0.023224852979183197
] |
8,912 | sentencepiece | _surface_as_bytes | null | def _surface_as_bytes(self):
return _sentencepiece.ImmutableSentencePieceText_ImmutableSentencePiece__surface_as_bytes(self)
| (self) | [
0.028802579268813133,
-0.053086429834365845,
-0.037322625517845154,
0.031820815056562424,
-0.0007820460596121848,
-0.07747376710176468,
-0.0013043084181845188,
0.06971259415149689,
0.09120242297649384,
-0.005885557271540165,
0.05739819258451462,
-0.04308313876390457,
-0.055363040417432785,
-0.011805607937276363,
-0.034287143498659134,
0.06057165190577507,
-0.004449740052223206,
-0.07554209232330322,
0.006014910060912371,
-0.0035011519212275743,
0.007101474329829216,
-0.0027659961488097906,
-0.002794022671878338,
-0.02490474469959736,
0.013271607458591461,
0.044704362750053406,
0.00844243261963129,
-0.023818181827664375,
-0.02812994457781315,
-0.022886840626597404,
-0.027664273977279663,
-0.019040746614336967,
0.047739844769239426,
0.018126653507351875,
0.011796984821557999,
0.016652030870318413,
0.02902679145336151,
0.03459759056568146,
-0.056466855108737946,
-0.05470765382051468,
-0.011270949617028236,
-0.0018314215121790767,
0.020575735718011856,
0.006851391866803169,
0.006260680500417948,
-0.017221182584762573,
0.012167796492576599,
0.043221116065979004,
-0.012564478442072868,
-0.03394220024347305,
0.031027449294924736,
-0.02374919317662716,
0.022938581183552742,
0.01690211333334446,
-0.02281785197556019,
-0.03425264731049538,
0.018954511731863022,
0.041668880730867386,
-0.024939239025115967,
0.04139292985200882,
-0.003069975646212697,
0.010719044134020805,
0.06678058952093124,
-0.05777762830257416,
0.01044309139251709,
0.024921992793679237,
0.006661674473434687,
-0.003951731137931347,
0.018333617597818375,
0.05391428992152214,
-0.01014989148825407,
0.015815548598766327,
-0.042427752166986465,
0.02393891103565693,
-0.059122901409864426,
-0.01616048999130726,
0.040703047066926956,
0.011598643846809864,
0.0020265288185328245,
-0.021921005100011826,
0.03963372856378555,
0.01338371355086565,
0.011727996170520782,
-0.0012072937097400427,
0.031044697389006615,
-0.054776642471551895,
0.04687749221920967,
0.009468632750213146,
-0.06057165190577507,
0.014625501818954945,
0.012219537049531937,
0.014306430704891682,
-0.03839194029569626,
0.043600551784038544,
0.02637074515223503,
-0.05505259335041046,
-0.01635020598769188,
-0.026663944125175476,
0.018678558990359306,
-0.04142742231488228,
-0.0398406945168972,
0.08520044386386871,
-0.0041673192754387856,
0.01272832602262497,
-0.0275090504437685,
0.0260258037596941,
0.019609900191426277,
-0.04184135049581528,
-0.034442365169525146,
-0.008347573690116405,
0.014177078381180763,
0.0592263825237751,
-0.014582383446395397,
0.02109314687550068,
0.028354156762361526,
-0.07009202241897583,
-0.02488749846816063,
0.0010100306244567037,
0.04580817371606827,
0.015582713298499584,
0.019023500382900238,
0.018126653507351875,
-0.007838785648345947,
-0.007933644577860832,
-0.054362714290618896,
0.05867447704076767,
-0.011633137241005898,
-0.014789348468184471,
0.017048712819814682,
-0.06974708288908005,
0.02642248570919037,
0.04101349413394928,
-0.029475213959813118,
0.04253123328089714,
0.013478572480380535,
-0.013918371871113777,
0.07264459133148193,
-0.016824500635266304,
0.004708445630967617,
0.06422802805900574,
0.012150549329817295,
0.018488841131329536,
0.06015772372484207,
0.004210437182337046,
-0.02675018087029457,
0.02295582741498947,
0.038288459181785583,
-0.030320320278406143,
-0.0034343195147812366,
-0.03173457831144333,
0.023680204525589943,
0.015358501113951206,
-0.012797313742339611,
-0.002162349410355091,
0.01653992384672165,
-0.004725692793726921,
-0.000016000683899619617,
-0.003449410665780306,
0.06905720382928848,
0.014875583350658417,
-0.05767414718866348,
0.0131163839250803,
-0.06743597984313965,
-0.0009976342553272843,
0.03759857639670372,
0.031199919059872627,
0.007187709677964449,
-0.06274478137493134,
-0.0033567077480256557,
0.003315746085718274,
-0.023266274482011795,
0.013616548851132393,
-0.10838048160076141,
0.08230294287204742,
0.05660482868552208,
0.005648409947752953,
0.007248074281960726,
0.06850529462099075,
0.0007561754900962114,
-0.04249674081802368,
0.013538937084376812,
-0.01649680733680725,
-0.04632558673620224,
0.0005268435925245285,
0.033338554203510284,
0.008239779621362686,
0.060468170791864395,
0.025698110461235046,
0.019282205030322075,
-0.07361042499542236,
-0.013435455039143562,
0.055570006370544434,
0.02752629667520523,
-0.002162349410355091,
-0.02357672154903412,
-0.07064393162727356,
0.007640444673597813,
-0.0066961683332920074,
-0.06522835791110992,
-0.048671185970306396,
-0.03832295164465904,
-0.06943663954734802,
0.0026086168363690376,
-0.024818509817123413,
-0.046049632132053375,
0.0008359431521967053,
-0.0001697756815701723,
-0.012202290818095207,
-0.0678844004869461,
0.004557534120976925,
-0.02964768558740616,
-0.030992954969406128,
-0.007519715465605259,
-0.04042709246277809,
0.033304061740636826,
-0.09499677270650864,
-0.04101349413394928,
0.019420182332396507,
-0.015867289155721664,
0.04177236557006836,
0.02466328628361225,
-0.007580080069601536,
-0.018747547641396523,
-0.015151537023484707,
-0.07464525103569031,
-0.021938251331448555,
-0.013004278764128685,
0.03171733021736145,
-0.04135843366384506,
-0.04618760943412781,
-0.017781712114810944,
0.030682507902383804,
-0.08733908087015152,
0.010684549808502197,
-0.04218629375100136,
0.0539487823843956,
0.004214748740196228,
0.0026797610335052013,
0.01669514738023281,
-0.00815354473888874,
0.017566123977303505,
-0.023197287693619728,
0.02505996823310852,
0.057260219007730484,
0.015367125160992146,
0.001525286352261901,
0.05025791376829147,
0.02505996823310852,
-0.0023693139664828777,
-0.00612270412966609,
-0.005264663137495518,
-0.06419353187084198,
-0.04294516518712044,
-0.01957540586590767,
0.01935119368135929,
-0.09927403926849365,
-0.03140688315033913,
-0.029492462053894997,
0.042462244629859924,
0.029337238520383835,
-0.03535645827651024,
0.02792298048734665,
0.03437337651848793,
0.027716014534235,
0.059709299355745316,
-0.0031346520408988,
-0.07940543442964554,
0.011615891009569168,
0.02261088788509369,
0.01862681843340397,
0.022524651139974594,
-0.02982015535235405,
-0.035046011209487915,
-0.0008984637097455561,
-0.010848396457731724,
-0.05225857347249985,
-0.027112368494272232,
0.05025791376829147,
0.031096437945961952,
0.003981913439929485,
0.030320320278406143,
-0.04484234005212784,
0.002408119849860668,
-0.018902771174907684,
0.06053715944290161,
-0.005777762737125158,
-0.018299123272299767,
-0.03425264731049538,
0.026525968685746193,
-0.07733578979969025,
0.007282568607479334,
0.0387713760137558,
-0.005738956853747368,
-0.029871895909309387,
0.07050595432519913,
0.005303469020873308,
0.0056311627849936485,
-0.006428839173167944,
0.07857757806777954,
0.018747547641396523,
0.013582054525613785,
0.0260258037596941,
0.041082482784986496,
0.06015772372484207,
-0.04170337691903114,
0.008127674460411072,
-0.0184371005743742,
0.01933394744992256,
0.011141596361994743,
-0.04118596389889717,
0.017531629651784897,
-0.021938251331448555,
0.04266921058297157,
-0.006437462754547596,
0.04449739679694176,
0.06781541556119919,
0.024835757911205292,
0.014116713777184486,
0.015444736927747726,
0.08802895992994308,
0.01957540586590767,
-0.0315103679895401,
0.055570006370544434,
0.032959118485450745,
0.03797801211476326,
-0.06346915662288666,
0.0068255215883255005,
-0.03440787270665169,
0.03725363686680794,
0.002412431640550494,
-0.011633137241005898,
-0.023128299042582512,
0.02737107314169407,
0.025301428511738777,
0.002481419825926423,
0.027491804212331772,
0.0007109019788913429,
-0.0043570371344685555,
-0.007006615400314331,
-0.07699085026979446,
0.04177236557006836,
0.030044367536902428,
0.02278335765004158,
0.029664931818842888,
-0.026060298085212708,
0.004333322402089834,
-0.0615374855697155,
-0.04042709246277809,
0.01933394744992256,
0.06253781914710999,
-0.0391853041946888,
-0.07085089385509491,
0.025853333994746208,
0.05070633813738823,
-0.038460928946733475,
0.013349219225347042,
-0.017152193933725357,
0.008610591292381287,
-0.015824170783162117,
0.05474214628338814,
0.06857428699731827,
0.012874925509095192,
-0.014254690147936344,
-0.01632433570921421,
-0.04615311697125435,
-0.01936844177544117,
-0.01062418520450592,
0.0009572114795446396,
0.013056019321084023,
0.05981278046965599,
-0.0425657294690609,
0.04936106875538826,
-0.04159989207983017,
0.010029161348938942,
-0.014168454334139824,
0.015384371392428875,
-0.07064393162727356,
0.01140030287206173,
-0.011081231757998466,
-0.09478980302810669,
0.030113356187939644,
0.00493696890771389,
-0.04991297423839569,
0.003367487108334899,
0.040151141583919525,
0.03652925789356232,
-0.02907853201031685,
-0.02961319126188755,
0.04460088163614273,
-0.005557863041758537,
-0.0056397863663733006,
-0.06716002523899078,
0.02393891103565693,
-0.0009976342553272843,
0.006967809516936541,
-0.007092850748449564,
0.008347573690116405,
0.00527328671887517,
0.03130340203642845,
0.03154486045241356,
-0.007860344834625721,
0.005682904273271561,
-0.01898900605738163,
0.009149561636149883,
-0.058605488389730453,
-0.0025094463489949703,
0.03894384577870369,
0.0758870393037796,
-0.023473240435123444,
0.006204627454280853,
-0.028354156762361526,
0.017747217789292336,
-0.020558487623929977,
-0.07395536452531815,
-0.012943914160132408,
-0.006838456727564335,
0.007209268398582935,
-0.01356480736285448,
-0.006506450939923525,
0.005359522067010403,
-0.02280060574412346,
0.0758870393037796,
0.06053715944290161,
0.017919689416885376,
0.013840760104358196,
0.015453360043466091,
-0.05750167742371559,
0.012874925509095192,
0.03513224795460701,
0.0505683608353138,
-0.007843097671866417,
-0.03116542659699917,
-0.0033696431200951338,
-0.028164438903331757,
0.009528997354209423,
0.04439391568303108,
0.03887485712766647,
-0.0360463410615921,
-0.020403264090418816,
0.08278585970401764,
0.03697768226265907,
0.038081493228673935,
0.0034472548868507147,
0.025577381253242493,
0.03735711798071861,
-0.007588703650981188,
-0.08457954972982407,
-0.017247052863240242,
0.06271028518676758,
0.005626851227134466,
0.02219695784151554,
0.02052399329841137,
0.04725692793726921,
-0.04425593838095665,
-0.0011296820593997836,
-0.02828516811132431,
0.046394575387239456,
-0.03421815484762192,
-0.04646356403827667,
-0.052706994116306305,
-0.018695805221796036,
0.049637019634246826,
-0.04001316428184509,
-0.022904086858034134,
0.003552892943844199,
-0.0391853041946888,
-0.016652030870318413,
-0.00948587991297245,
0.0017883038381114602,
-0.004622210282832384,
0.06888473033905029,
-0.02393891103565693,
0.03059627301990986,
-0.04670502245426178,
0.03587387129664421,
0.03452860191464424,
0.011245079338550568,
0.02756079100072384,
-0.08216496556997299,
-0.05791560560464859,
-0.08402764797210693,
-0.04218629375100136,
-0.08623526990413666,
-0.030992954969406128,
0.020834440365433693,
0.005325027741491795,
-0.04039259999990463,
0.04525626823306084,
0.04201382398605347,
-0.006545256823301315,
-0.0182301364839077,
0.10486208647489548,
-0.042634718120098114,
0.01597077213227749,
0.02661220356822014,
0.07540411502122879,
0.014694489538669586,
0.008062997832894325,
-0.03994417563080788,
0.0028586990665644407,
-0.025301428511738777,
-0.037909023463726044,
-0.016600288450717926,
-0.07940543442964554,
-0.04439391568303108,
-0.05694977194070816,
0.0505683608353138,
-0.025749851018190384,
0.04159989207983017,
0.018678558990359306,
-0.011753867380321026,
-0.03852991759777069,
0.0027832433115690947,
-0.06540082395076752,
-0.001237476128153503,
0.054224736988544464,
-0.0035183988511562347,
-0.008847738616168499,
-0.04808478429913521,
-0.000825702678412199,
-0.028026461601257324,
0.038805872201919556,
-0.028716344386339188,
-0.004154384136199951,
0.0039797574281692505,
0.004919722210615873,
-0.035977352410554886,
-0.02111039310693741,
0.005217233672738075,
-0.005523368716239929,
0.0319242961704731,
-0.008584721013903618,
0.04311763495206833,
-0.009917056187987328,
0.00874425657093525,
0.05846751108765602,
-0.007209268398582935,
-0.0006758689414709806,
-0.018109405413269997,
-0.01651405356824398,
-0.03608083724975586,
-0.06436600536108017,
-0.032959118485450745,
-0.06277927756309509,
-0.030441049486398697,
-0.0011868128785863519,
0.02431834489107132,
-0.012374760583043098,
0.002393028698861599,
-0.019247712567448616,
-0.020075570791959763,
0.019092489033937454,
0.01519465446472168,
-0.03925429284572601,
0.03925429284572601,
0.030854979529976845,
0.0061701335944235325,
0.01574655994772911,
-0.04184135049581528,
0.01596214808523655,
0.023869922384619713,
0.00891672633588314,
0.01597077213227749,
0.014789348468184471,
-0.027388321235775948,
0.05539753660559654,
0.0067220390774309635,
0.0482572577893734,
-0.019506417214870453,
-0.009149561636149883,
0.0368742011487484,
0.030268579721450806,
0.0737484022974968,
-0.00008071082265814766,
0.05408675968647003,
-0.016031136736273766,
-0.0011911246692761779,
-0.004872292745858431,
0.03459759056568146,
-0.036563754081726074,
0.021800275892019272,
-0.03970271721482277,
0.0014174921670928597,
0.0010574599727988243,
-0.005950233433395624,
0.018281877040863037,
0.02640523947775364,
0.033148836344480515,
0.0022205582354217768,
-0.017781712114810944,
0.02485300414264202,
-0.014625501818954945,
0.040565069764852524,
-0.003960354719310999,
0.012952537275850773,
-0.041496410965919495,
-0.0012213069712743163,
0.012995654717087746,
-0.039771705865859985,
0.000721681397408247,
0.049637019634246826,
0.007049733307212591,
0.0037426105700433254,
0.07243762165307999,
0.06691856682300568,
-0.03188980370759964,
-0.017143571749329567,
-0.019868604838848114,
0.01651405356824398,
0.03659824654459953,
-0.030630767345428467,
-0.0025396286509931087,
-0.030699755996465683,
-0.10051582753658295,
-0.003647751873359084,
-0.0142288189381361,
0.001095726853236556,
0.012392007745802402,
-0.03621881082653999,
0.04998196288943291,
0.024214863777160645,
0.07975037395954132,
-0.055328547954559326,
0.02921650931239128,
0.015798300504684448,
0.016807254403829575,
0.007877591997385025,
-0.039012834429740906,
0.020765451714396477,
-0.0391853041946888,
0.04573918506503105,
0.0482572577893734,
-0.01197807863354683,
0.011270949617028236,
-0.06729800254106522,
-0.01916147582232952,
-0.058570992201566696,
0.027871238067746162,
-0.00009472405508859083,
0.04629109054803848,
0.028233427554368973,
0.012486866675317287,
-0.023214533925056458,
0.014064972288906574,
-0.06074412167072296,
0.021369099617004395,
-0.0075757685117423534,
-0.07340346276760101,
-0.04011664539575577,
-0.02963043749332428,
-0.035977352410554886,
0.043014150112867355,
0.048326242715120316,
-0.026543214917182922,
0.008119050413370132,
0.03206227347254753,
0.01879928819835186,
-0.0014703113120049238,
-0.013530313968658447,
-0.013995983637869358,
-0.006989368703216314,
-0.017014218494296074,
-0.04197932779788971,
-0.034856297075748444,
0.0003185315290465951,
0.0016783538740128279,
0.04632558673620224,
0.02052399329841137,
-0.04218629375100136,
-0.0387713760137558,
-0.04711895063519478,
0.03549443557858467,
-0.03649476543068886,
-0.09844618290662766,
-0.027578039094805717,
0.05218958482146263,
0.0036908695474267006,
0.03323507308959961,
0.05981278046965599,
0.02583608590066433,
0.012460996396839619,
0.017410900443792343,
-0.03894384577870369,
0.003792195813730359,
-0.020196299999952316,
0.038081493228673935,
-0.04480784386396408,
0.0470154695212841,
-0.004949904512614012,
-0.13500992953777313,
-0.015099795535206795,
-0.027578039094805717,
-0.000535736617166549,
-0.019816864281892776,
0.05581146478652954,
0.020799946039915085,
0.03283838927745819,
-0.03185530751943588,
0.014884207397699356,
0.04084102436900139,
0.004820551257580519,
-0.016212230548262596,
-0.013073266483843327,
0.006553880404680967,
0.02183477021753788,
0.004760186653584242,
0.014306430704891682,
0.006670298054814339,
-0.02657770924270153,
0.026146532967686653,
0.023818181827664375,
0.04880916327238083,
-0.005199986509978771,
-0.06881574541330338,
-0.034304387867450714,
0.02904403768479824,
-0.021489828824996948,
0.04104798659682274,
-0.02849213220179081,
0.028992297127842903,
-0.02600855752825737,
0.007403297815471888,
0.052706994116306305,
0.007032486144453287,
-0.022283192723989487,
0.0417378693819046,
-0.0379435196518898,
0.03475281223654747,
-0.015867289155721664,
-0.031769074499607086,
0.020972417667508125,
0.022852346301078796,
-0.01357343140989542,
0.0063814097084105015,
-0.03573589399456978,
-0.014927324838936329,
-0.02221420593559742,
-0.0664011538028717,
-0.030078861862421036,
0.008050062693655491,
0.022127969190478325,
0.025111710652709007,
-0.018661312758922577,
0.007567144930362701,
0.00730412732809782,
0.04918859526515007,
0.02124837040901184,
0.002195765497162938,
0.02944071963429451,
-0.0064848922193050385,
0.039219800382852554,
0.07988835126161575,
-0.023128299042582512,
0.018540583550930023,
0.047187939286231995,
-0.016091501340270042,
0.012254031375050545,
0.02599130943417549,
-0.044738855212926865,
-0.040703047066926956,
-0.046256598085165024,
-0.005376768764108419,
-0.0038266899064183235,
0.04494582116603851,
-0.06736699491739273,
0.02716410905122757,
-0.012935290113091469,
0.022058982402086258
] |
8,913 | sentencepiece | SentencePieceNormalizer | null | class SentencePieceNormalizer(object):
thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
__repr__ = _swig_repr
def __init__(self):
_sentencepiece.SentencePieceNormalizer_swiginit(self, _sentencepiece.new_SentencePieceNormalizer())
__swig_destroy__ = _sentencepiece.delete_SentencePieceNormalizer
def LoadFromSerializedProto(self, serialized):
return _sentencepiece.SentencePieceNormalizer_LoadFromSerializedProto(self, serialized)
def LoadFromRuleTSV(self, filename):
return _sentencepiece.SentencePieceNormalizer_LoadFromRuleTSV(self, filename)
def LoadFromRuleName(self, name):
return _sentencepiece.SentencePieceNormalizer_LoadFromRuleName(self, name)
def serialized_model_proto(self):
return _sentencepiece.SentencePieceNormalizer_serialized_model_proto(self)
def LoadFromFile(self, arg):
return _sentencepiece.SentencePieceNormalizer_LoadFromFile(self, arg)
def _Normalize(self, text):
return _sentencepiece.SentencePieceNormalizer__Normalize(self, text)
def _NormalizeWithOffsets(self, text):
return _sentencepiece.SentencePieceNormalizer__NormalizeWithOffsets(self, text)
def _SetProtoField(self, name, value):
return _sentencepiece.SentencePieceNormalizer__SetProtoField(self, name, value)
def Init(self,
model_file=None,
model_proto=None,
rule_tsv=None,
rule_name=None,
add_dummy_prefix=False,
escape_whitespaces=False,
remove_extra_whitespaces=False):
"""Initialzie sentencePieceNormalizer.
Args:
model_file: The sentencepiece model file path.
model_proto: The sentencepiece model serialized proto.
rule_tsv: The normalization rule file in TSV format.
rule_name: Pre-defined normalization name.
add_dummy_prefix: add dummy prefix.
escape_whitespaces: escape whitespaces.
remove_extra_whitespaces: remove extra whitespaces.
"""
_sentencepiece_normalizer_init_native(self)
if model_file:
status = self.LoadFromFile(model_file)
elif model_proto:
status = self.LoadFromSerializedProto(model_proto)
elif rule_tsv:
status = self.LoadFromRuleTSV(rule_tsv)
elif rule_name:
status = self.LoadFromRuleName(rule_name)
else:
raise RuntimeError('no model is specified')
if status:
self._SetProtoField('add_dummy_prefix', add_dummy_prefix)
self._SetProtoField('escape_whitespaces', escape_whitespaces)
self._SetProtoField('remove_extra_whitespaces', remove_extra_whitespaces)
def Normalize(self, input, with_offsets=None):
def _normalize(text):
if with_offsets:
return self._NormalizeWithOffsets(text)
return self._Normalize(text)
if type(input) is list:
return [_normalize(x) for x in input]
return _normalize(input)
def __getstate__(self):
return self.serialized_model_proto()
def __setstate__(self, serialized_model_proto):
self.__init__()
self.LoadFromSerializedProto(serialized_model_proto)
| (model_file=None, model_proto=None, rule_tsv=None, rule_name=None, add_dummy_prefix=False, escape_whitespaces=False, remove_extra_whitespaces=False) | [
0.0036731811705976725,
-0.028299294412136078,
-0.0421428419649601,
0.041234422475099564,
-0.03645533695816994,
-0.06272055953741074,
-0.014682850800454617,
0.04463112726807594,
0.06272055953741074,
0.002438913332298398,
-0.01928420178592205,
-0.013418960385024548,
-0.005035812966525555,
0.042814284563064575,
-0.05450526997447014,
0.07227873057126999,
0.02182185649871826,
-0.020478973165154457,
0.0029499002266675234,
-0.018750997260212898,
0.016953904181718826,
0.010575206950306892,
0.02691691368818283,
0.023184487596154213,
0.011384887620806694,
0.022769775241613388,
-0.030945565551519394,
-0.005618387367576361,
0.0021994654089212418,
-0.04490760341286659,
-0.008397959172725677,
-0.010209864005446434,
-0.010881305672228336,
0.0032634043600410223,
0.07081735879182816,
-0.08823534101247787,
-0.01680579222738743,
0.040128517895936966,
-0.0579809695482254,
-0.030017394572496414,
0.032367441803216934,
-0.059718817472457886,
0.05932385101914406,
0.016420699656009674,
-0.03309812769293785,
0.03126153722405434,
0.0030906067695468664,
0.10000532120466232,
-0.024369385093450546,
-0.04810682684183121,
-0.0213478971272707,
-0.01767471618950367,
0.038548655807971954,
0.03517169877886772,
-0.026798425242304802,
-0.005959045607596636,
0.03667256981134415,
0.07682083547115326,
0.01721063256263733,
0.020005013793706894,
0.001641576294787228,
0.013231351971626282,
0.03234769403934479,
-0.008101734332740307,
0.004228601697832346,
-0.0005032727494835854,
-0.033848561346530914,
0.01129601988941431,
0.021861353889107704,
0.00961247831583023,
-0.059126369655132294,
-0.01086155790835619,
0.025317303836345673,
0.07346362620592117,
0.03738350793719292,
0.0061713396571576595,
-0.020617211237549782,
0.013221478089690208,
0.053754836320877075,
-0.024744603782892227,
0.047356389462947845,
0.015314796008169651,
-0.026383711025118828,
-0.03683055564761162,
-0.005267855245620012,
-0.04072096571326256,
0.06339199841022491,
-0.018563389778137207,
0.05466325581073761,
0.02796357311308384,
-0.048620279878377914,
0.05462376028299332,
0.010624578222632408,
0.009572981856763363,
0.0036731811705976725,
0.012184692546725273,
-0.011602118611335754,
-0.05071359872817993,
-0.027983322739601135,
-0.0385684035718441,
-0.02993840165436268,
0.08167891204357147,
-0.05486074090003967,
0.023599201813340187,
-0.025593779981136322,
0.03128128498792648,
-0.01507781632244587,
-0.030234627425670624,
-0.027509363368153572,
-0.021051673218607903,
-0.022256318479776382,
0.01332021877169609,
-0.04115542769432068,
0.05272792652249336,
-0.0024241022765636444,
-0.06971145421266556,
-0.02922746352851391,
-0.024863092228770256,
-0.015117313712835312,
0.027884580194950104,
-0.003325117751955986,
-0.01239204965531826,
-0.0858655497431755,
-0.026877418160438538,
-0.034835975617170334,
-0.027055151760578156,
0.05569016933441162,
0.003334991866722703,
0.05565067008137703,
-0.05146403610706329,
-0.04628998413681984,
-0.00449767243117094,
-0.034006550908088684,
0.024586616083979607,
0.027667349204421043,
-0.029029980301856995,
0.03250567987561226,
-0.004045930225402117,
-0.07097534090280533,
0.073898084461689,
0.01748710684478283,
-0.00048475872608833015,
0.06532733142375946,
-0.0035991251934319735,
-0.01819804683327675,
0.013330093584954739,
0.0008843529503792524,
-0.013942290097475052,
-0.00815604254603386,
0.0042582242749631405,
-0.021308401599526405,
-0.005722065921872854,
0.030451858416199684,
0.025198813527822495,
0.0036015936639159918,
0.04881776496767998,
-0.07200225442647934,
-0.06335250288248062,
0.013586821034550667,
0.0067736622877418995,
-0.056440602988004684,
-0.00946930330246687,
-0.04273529350757599,
-0.023934923112392426,
0.0426957942545414,
0.01983715407550335,
0.05738852173089981,
-0.08009905368089676,
-0.01189834251999855,
0.03910160809755325,
-0.0075092860497534275,
0.0010256766108796,
-0.0437622033059597,
0.07014591246843338,
0.05114806070923805,
0.04230082780122757,
0.002922746352851391,
0.03688979893922806,
-0.010308605618774891,
-0.020439475774765015,
0.0017798143671825528,
0.02178235910832882,
-0.0341842845082283,
-0.06516934186220169,
0.007968433201313019,
0.0552557073533535,
0.05197748914361,
0.020913435146212578,
0.02790432795882225,
-0.008195539005100727,
0.009390310384333134,
-0.03795620799064636,
0.04743538424372673,
0.025514787063002586,
-0.011226900853216648,
0.017506856471300125,
-0.056598588824272156,
0.011256523430347443,
-0.00941005814820528,
-0.0541498027741909,
-0.02342146821320057,
0.007287117652595043,
0.01977790892124176,
-0.025159316137433052,
-0.08997319638729095,
0.039200346916913986,
-0.009370561689138412,
0.047790851444005966,
-0.06394495069980621,
-0.02330297790467739,
0.01613434962928295,
-0.04826481267809868,
0.062009621411561966,
0.024981582537293434,
0.05466325581073761,
-0.1121702641248703,
0.04838330298662186,
0.051069069653749466,
-0.03260442242026329,
0.02298700623214245,
0.06011378392577171,
0.013172106817364693,
-0.05920536443591118,
-0.004838330205529928,
-0.03161700814962387,
-0.0003857087285723537,
-0.033512841910123825,
0.010664074681699276,
-0.0024549588561058044,
-0.015383915044367313,
0.018040059134364128,
0.00354234897531569,
-0.02778583951294422,
0.014347130432724953,
0.005746751558035612,
-0.019758161157369614,
0.018089430406689644,
0.030550599098205566,
-0.02610723488032818,
-0.010096311569213867,
0.0003381894202902913,
-0.018237542361021042,
-0.003065921366214752,
-0.005756625439971685,
0.0030190192628651857,
0.015956616029143333,
0.05351785570383072,
-0.003149851690977812,
0.0033325233962386847,
0.024171901866793633,
-0.03136027976870537,
-0.010140744969248772,
-0.06505085527896881,
0.02231556363403797,
0.01712176389992237,
-0.05039762705564499,
-0.08468065410852432,
0.007815384306013584,
0.021407142281532288,
0.009726030752062798,
-0.0043248748406767845,
-0.018780620768666267,
0.04131341353058815,
0.02067645639181137,
0.02018274925649166,
-0.013369590044021606,
0.019985266029834747,
0.012480917386710644,
0.052174974232912064,
0.012313056737184525,
0.016371330246329308,
-0.0374624989926815,
-0.03977305069565773,
0.031597256660461426,
-0.03623810410499573,
-0.0032115650828927755,
-0.03276240825653076,
0.018642382696270943,
0.06927698850631714,
0.02824004925787449,
0.05790197476744652,
-0.014149647206068039,
-0.023836182430386543,
0.006418193224817514,
0.031044306233525276,
0.0004177996888756752,
-0.03333510830998421,
-0.03971380367875099,
0.011365138925611973,
-0.04439414665102959,
0.025988744571805,
0.006383633706718683,
0.0678551122546196,
-0.007425355724990368,
0.010407347232103348,
-0.05640110746026039,
-0.06441891193389893,
0.029563184827566147,
0.05877089872956276,
-0.0804150253534317,
-0.030609844252467155,
-0.004828455857932568,
0.037896960973739624,
0.002646270440891385,
-0.008185665123164654,
-0.030886320397257805,
-0.012145196087658405,
0.007321677170693874,
0.052609436213970184,
-0.01953105442225933,
0.0008288109092973173,
-0.006052849814295769,
-0.014524864964187145,
0.025593779981136322,
0.06572229415178299,
0.04076046496629715,
0.025297554209828377,
-0.008669497445225716,
0.03939783200621605,
0.07326614111661911,
-0.01802031137049198,
-0.0013219008687883615,
-0.003204159438610077,
0.04826481267809868,
-0.011236774735152721,
-0.07729479670524597,
0.06382646411657333,
-0.03546792268753052,
-0.0195606779307127,
-0.007943748496472836,
-0.025139568373560905,
-0.022039087489247322,
0.013774429447948933,
0.03436201810836792,
-0.06931648403406143,
-0.009587792679667473,
-0.0030708585400134325,
-0.0019563145469874144,
0.01931382343173027,
-0.05264893174171448,
0.08077049255371094,
0.02944469451904297,
-0.05509771779179573,
-0.007247621193528175,
-0.0010256766108796,
-0.030451858416199684,
-0.02450762316584587,
0.03365107998251915,
0.04316975548863411,
0.026719432324171066,
0.003586782608181238,
-0.028793001547455788,
0.004016307648271322,
0.03724526986479759,
-0.002631459152325988,
-0.04727739840745926,
-0.009306379593908787,
-0.04972618445754051,
0.02330297790467739,
-0.049647193402051926,
0.02778583951294422,
-0.010930676944553852,
-0.03434227034449577,
-0.00007544462278019637,
-0.011207152158021927,
-0.05845492705702782,
-0.005327100399881601,
-0.07243671268224716,
0.016391078010201454,
0.023263482376933098,
-0.03185398504137993,
-0.01591711863875389,
-0.014564361423254013,
-0.06102220341563225,
-0.004660595674067736,
0.004863015376031399,
0.003433733247220516,
0.06832907348871231,
-0.0009047183557413518,
-0.040681470185518265,
0.06868454068899155,
0.054307788610458374,
-0.001534195034764707,
0.05296490341424942,
0.013063491322100163,
0.006976081989705563,
0.05809945985674858,
0.072792187333107,
0.06358948349952698,
0.024803847074508667,
0.004470518324524164,
0.007010641507804394,
-0.00010205852595390752,
-0.039259593933820724,
-0.028299294412136078,
0.014208892360329628,
-0.03698854148387909,
0.002848690375685692,
0.003539880272001028,
-0.0437622033059597,
0.06982994079589844,
-0.0034781668800860643,
0.03507295623421669,
0.0432092510163784,
-0.0826268270611763,
0.0300963893532753,
0.04897575080394745,
0.07283168286085129,
-0.02369794435799122,
0.06441891193389893,
-0.004734651651233435,
0.05513721704483032,
-0.025850506499409676,
-0.0842856839299202,
-0.006423130165785551,
-0.04731689393520355,
0.044512636959552765,
0.03080732747912407,
0.01206620316952467,
0.02561352774500847,
-0.009123708121478558,
0.07871667295694351,
0.08077049255371094,
0.022256318479776382,
-0.019639670848846436,
0.018494270741939545,
-0.04798833653330803,
-0.02494208514690399,
-0.017408113926649094,
0.005415967665612698,
-0.028970737010240555,
-0.009735905565321445,
0.00007856886804802343,
-0.06872403621673584,
0.005366596858948469,
-0.029543437063694,
0.00011764116061385721,
-0.03276240825653076,
-0.03080732747912407,
0.035428427159786224,
-0.006521871779114008,
0.04846229404211044,
0.0002826473501045257,
0.0042582242749631405,
0.03390780836343765,
0.014534738846123219,
-0.08120495080947876,
0.03195272758603096,
-0.010051878169178963,
-0.011108411476016045,
0.03211071342229843,
0.05624312162399292,
0.05565067008137703,
0.011286146007478237,
-0.051306046545505524,
-0.01260928064584732,
0.025850506499409676,
-0.025475289672613144,
0.0067736622877418995,
-0.009099023416638374,
-0.013912667520344257,
0.04498659819364548,
-0.0077314539812505245,
0.02363869920372963,
-0.03015563264489174,
0.010713445022702217,
0.044947098940610886,
-0.011927965097129345,
-0.05881039798259735,
-0.023065999150276184,
0.042814284563064575,
-0.0415898896753788,
0.05877089872956276,
-0.010318479500710964,
0.011710734106600285,
0.024250896647572517,
0.0036657757591456175,
-0.07583341747522354,
-0.06287854164838791,
-0.04917323216795921,
0.01684528775513172,
-0.020992428064346313,
-0.05513721704483032,
-0.00407802127301693,
0.02741062082350254,
-0.007691957522183657,
0.020064258947968483,
-0.0007461149361915886,
0.05399181693792343,
-0.013438709080219269,
-0.047948841005563736,
0.04234032705426216,
0.0020032168831676245,
0.005351785570383072,
0.030925815925002098,
0.019136089831590652,
-0.0103974724188447,
-0.004818581975996494,
0.03945707529783249,
-0.08246884495019913,
0.007904252037405968,
0.0006304023554548621,
-0.01795119233429432,
-0.07231822609901428,
0.0032016909681260586,
0.03623810410499573,
-0.054031312465667725,
0.009676660411059856,
-0.03637634217739105,
-0.004556917119771242,
0.012342679314315319,
-0.03353258967399597,
0.042814284563064575,
-0.034500256180763245,
0.025534534826874733,
0.018188171088695526,
-0.00978033896535635,
0.003581845434382558,
-0.03292039409279823,
-0.025258058682084084,
0.02889174222946167,
-0.0363960936665535,
-0.02101217769086361,
-0.014860585331916809,
-0.009390310384333134,
0.03732426092028618,
-0.06386595964431763,
-0.016094854101538658,
0.06828957796096802,
-0.032525427639484406,
0.02806231565773487,
-0.058415431529283524,
0.019639670848846436,
0.03604062274098396,
0.03621835634112358,
0.03102455846965313,
-0.004154545720666647,
-0.030116137117147446,
0.006857592612504959,
0.03424352779984474,
-0.002495689783245325,
-0.001662558875977993,
-0.044789113104343414,
0.014129899442195892,
-0.01228343416005373,
0.03971380367875099,
-0.017783332616090775,
0.015512279234826565,
-0.0891832634806633,
-0.012945001944899559,
-0.0853915885090828,
0.006260206922888756,
0.00137127167545259,
-0.007060012314468622,
0.05663808435201645,
-0.040029775351285934,
-0.034658242017030716,
0.0002607390924822539,
0.03266366571187973,
0.040187761187553406,
-0.03523094207048416,
0.019076844677329063,
0.00518392538651824,
-0.029800163581967354,
0.006684795022010803,
0.07796623557806015,
0.0082054128870368,
-0.027667349204421043,
-0.012767267413437366,
0.03382881358265877,
0.05241195112466812,
0.02045922540128231,
-0.0022031681146472692,
0.02833879180252552,
-0.036573827266693115,
0.04079996049404144,
-0.04042474180459976,
0.014435997232794762,
0.016667554154992104,
-0.025179065763950348,
-0.022256318479776382,
-0.011829223483800888,
-0.011197278276085854,
-0.009923513978719711,
0.002989396918565035,
-0.052609436213970184,
0.0009497691644355655,
0.07196275889873505,
0.01928420178592205,
0.053596850484609604,
-0.05102957412600517,
-0.0008615190163254738,
0.012095825746655464,
-0.0065465569496154785,
-0.00008146167965605855,
0.0213478971272707,
-0.005564079619944096,
-0.008876854553818703,
0.019610049203038216,
-0.002767228754237294,
-0.01680579222738743,
0.019422439858317375,
0.016637930646538734,
0.027588356286287308,
0.03890412300825119,
-0.03197247534990311,
-0.037659984081983566,
0.0033103064633905888,
0.023776937276124954,
0.04656646028161049,
-0.012461168691515923,
0.011236774735152721,
0.01687491126358509,
-0.03538892790675163,
0.019264454022049904,
-0.04644796997308731,
-0.024448378011584282,
0.009271820075809956,
0.03943732753396034,
-0.031380027532577515,
0.017812954261898994,
-0.008146167732775211,
-0.05170101299881935,
-0.001403362606652081,
-0.05608513206243515,
-0.02620597556233406,
0.015936866402626038,
-0.03442126512527466,
0.0047124349512159824,
-0.0908421203494072,
0.014376753009855747,
-0.026186227798461914,
0.02005438506603241,
-0.04775135591626167,
0.038114193826913834,
0.00022463676577899605,
-0.003907692153006792,
-0.00032738957088440657,
-0.015690013766288757,
0.059560831636190414,
-0.0038583215791732073,
-0.08657649159431458,
0.05272792652249336,
0.018563389778137207,
-0.08144193142652512,
0.02429039217531681,
0.008970659226179123,
-0.016084980219602585,
0.02111091837286949,
0.03179474174976349,
-0.008185665123164654,
0.04929172247648239,
-0.008052363991737366,
-0.03681080415844917,
-0.023539956659078598,
-0.0033078379929065704,
0.03195272758603096,
0.007020515855401754,
0.040681470185518265,
-0.02741062082350254,
-0.050081655383110046,
-0.008570756763219833,
0.029543437063694,
0.0025302493013441563,
0.03376957029104233,
0.033453598618507385,
0.04443364590406418,
0.07085685431957245,
0.014653228223323822,
0.0020538216922432184,
-0.05351785570383072,
0.05083208903670311,
-0.058296941220760345,
0.011878594756126404,
-0.023065999150276184,
-0.05849442631006241,
0.033019136637449265,
-0.0018316535279154778,
-0.008437455631792545,
0.015176557935774326,
0.005791184958070517,
0.04743538424372673,
-0.022908011451363564,
-0.029898906126618385,
0.0068477182649075985,
0.0024105252232402563,
0.04076046496629715,
-0.016667554154992104,
0.010002506896853447,
-0.12188642472028732,
-0.021268904209136963,
0.01659843511879444,
0.026304718106985092,
-0.004912386182695627,
0.015739385038614273,
-0.02729213237762451,
-0.021762611344456673,
-0.08452266454696655,
-0.0108023127540946,
0.020340735092759132,
0.06106170266866684,
-0.03128128498792648,
-0.04455213248729706,
-0.04127391800284386,
-0.0019303950248286128,
0.04798833653330803,
-0.04743538424372673,
-0.0036953981034457684,
0.032525427639484406,
0.022355061024427414,
0.03568515554070473,
0.06927698850631714,
0.030767830088734627,
-0.06584078818559647,
0.051622021943330765,
0.02122940868139267,
-0.006062724161893129,
0.04443364590406418,
0.0037645171396434307,
0.015354292467236519,
0.02237480878829956,
-0.024329889565706253,
0.047909341752529144,
-0.026067737489938736,
-0.02533705160021782,
-0.027213139459490776,
-0.00967172347009182,
0.0017069925088435411,
-0.001846464816480875,
-0.03353258967399597,
0.011375012807548046,
0.01127627119421959,
-0.06651222705841064,
0.014653228223323822,
-0.003260935889557004,
-0.03475698456168175,
-0.0033720198553055525,
0.0014539676485583186,
-0.0530833937227726,
0.0014909956371411681,
-0.0028091936837881804,
-0.025732018053531647,
0.0006535448483191431,
0.04115542769432068,
-0.041234422475099564,
0.06437941640615463,
0.04909424111247063,
0.009844521060585976,
0.004635910037904978,
-0.0055887652561068535,
0.026877418160438538,
0.016233092173933983,
-0.010743067599833012,
-0.039476823061704636,
0.05000266060233116,
-0.015255550853908062,
0.025534534826874733,
-0.01496920082718134,
-0.05667758360505104,
-0.0853915885090828,
-0.030234627425670624,
-0.05225396528840065,
0.031715746968984604,
0.0404839888215065,
0.02527780644595623,
0.01993589475750923,
0.041945360600948334,
0.05584815517067909
] |
8,914 | sentencepiece | Init | Initialzie sentencePieceNormalizer.
Args:
model_file: The sentencepiece model file path.
model_proto: The sentencepiece model serialized proto.
rule_tsv: The normalization rule file in TSV format.
rule_name: Pre-defined normalization name.
add_dummy_prefix: add dummy prefix.
escape_whitespaces: escape whitespaces.
remove_extra_whitespaces: remove extra whitespaces.
| def Init(self,
model_file=None,
model_proto=None,
rule_tsv=None,
rule_name=None,
add_dummy_prefix=False,
escape_whitespaces=False,
remove_extra_whitespaces=False):
"""Initialzie sentencePieceNormalizer.
Args:
model_file: The sentencepiece model file path.
model_proto: The sentencepiece model serialized proto.
rule_tsv: The normalization rule file in TSV format.
rule_name: Pre-defined normalization name.
add_dummy_prefix: add dummy prefix.
escape_whitespaces: escape whitespaces.
remove_extra_whitespaces: remove extra whitespaces.
"""
_sentencepiece_normalizer_init_native(self)
if model_file:
status = self.LoadFromFile(model_file)
elif model_proto:
status = self.LoadFromSerializedProto(model_proto)
elif rule_tsv:
status = self.LoadFromRuleTSV(rule_tsv)
elif rule_name:
status = self.LoadFromRuleName(rule_name)
else:
raise RuntimeError('no model is specified')
if status:
self._SetProtoField('add_dummy_prefix', add_dummy_prefix)
self._SetProtoField('escape_whitespaces', escape_whitespaces)
self._SetProtoField('remove_extra_whitespaces', remove_extra_whitespaces)
| (self, model_file=None, model_proto=None, rule_tsv=None, rule_name=None, add_dummy_prefix=False, escape_whitespaces=False, remove_extra_whitespaces=False) | [
-0.029767386615276337,
0.03606433421373367,
-0.056654058396816254,
0.036673713475465775,
-0.014348175376653671,
-0.043432313948869705,
0.017653610557317734,
0.04745792970061302,
0.045795977115631104,
0.011135070584714413,
-0.009191511198878288,
0.0132217425853014,
-0.011245867237448692,
0.031078480184078217,
-0.04409709572792053,
0.05724497139453888,
0.014588234946131706,
-0.012501563876867294,
-0.0258341021835804,
-0.008572896011173725,
0.036802977323532104,
0.003727847943082452,
0.006629337090998888,
0.01880774274468422,
0.04623916372656822,
0.00023847263946663588,
-0.05949784070253372,
-0.001577699207700789,
0.026646612212061882,
-0.044392552226781845,
0.0331466868519783,
0.03089381940662861,
-0.01805986650288105,
0.057208042591810226,
0.014329709112644196,
-0.0915180891752243,
0.028677884489297867,
-0.03589813783764839,
-0.07194400578737259,
-0.012344601564109325,
0.044170960783958435,
-0.02769917994737625,
0.060753535479307175,
0.054290395230054855,
-0.03700610622763634,
0.0020139613188803196,
0.008457482792437077,
0.06067967042326927,
-0.038594190031290054,
-0.02853015623986721,
-0.08243276178836823,
-0.00024482037406414747,
0.022417869418859482,
0.0022632537875324488,
-0.005909158382564783,
-0.03118927776813507,
0.013249441049993038,
0.028604021295905113,
-0.01946329139173031,
0.01762591116130352,
0.010756514966487885,
0.014477438293397427,
0.016804169863462448,
-0.025760237127542496,
0.019223231822252274,
-0.00229672365821898,
0.023322710767388344,
0.014449738897383213,
0.0331466868519783,
-0.0017254281556233764,
-0.01402501855045557,
-0.0035847355611622334,
0.026332687586545944,
0.020792851224541664,
0.03944363445043564,
0.04838123545050621,
0.019481757655739784,
-0.03089381940662861,
0.009237676858901978,
0.0384833961725235,
0.008711392059922218,
0.026111094281077385,
0.01295398361980915,
-0.027809977531433105,
0.0011408600257709622,
-0.05650632828474045,
0.039369769394397736,
-0.030118241906166077,
0.013711093924939632,
0.0672905445098877,
-0.05118808522820473,
-0.002887639682739973,
-0.04154876992106438,
-0.017376618459820747,
-0.0030815338250249624,
0.002970737172290683,
0.039554428309202194,
0.013674162328243256,
-0.02721906080842018,
-0.025464780628681183,
-0.05008011683821678,
0.05325629189610481,
-0.031041547656059265,
-0.014098882675170898,
-0.031078480184078217,
-0.011522859334945679,
-0.0006370811606757343,
0.0015511540696024895,
-0.04165956750512123,
0.020608190447092056,
-0.017081161960959435,
0.03506716340780258,
0.020534325391054153,
0.07748384028673172,
0.0014969098847359419,
-0.041290245950222015,
-0.02385822683572769,
-0.0006082278559915721,
0.01243693195283413,
0.04790111631155014,
-0.059571705758571625,
-0.02638808637857437,
-0.05347788333892822,
-0.0331466868519783,
-0.04616530239582062,
-0.06488994508981705,
0.039554428309202194,
-0.03333134576678276,
0.07334742695093155,
-0.06308026611804962,
0.01167058851569891,
-0.0433584488928318,
0.01162442285567522,
-0.01740431785583496,
-0.014292777515947819,
-0.07585882395505905,
0.054179597645998,
0.015742367133498192,
-0.030118241906166077,
0.0698757991194725,
0.07412301003932953,
-0.004787341691553593,
0.03093075193464756,
-0.0493784062564373,
-0.030210573226213455,
0.009962472133338451,
-0.025335516780614853,
-0.04882442206144333,
-0.026074161753058434,
0.05824214220046997,
-0.032832760363817215,
0.0005052214837633073,
-0.001469210721552372,
-0.001294936635531485,
0.043432313948869705,
0.0037855547852814198,
-0.020128071308135986,
-0.054511986672878265,
0.008803722448647022,
0.016693372279405594,
-0.03737542778253555,
0.03349754214286804,
0.022934921085834503,
-0.05129888281226158,
0.018355323001742363,
0.01498525682836771,
0.009787043556571007,
-0.03914817422628403,
0.009053015150129795,
-0.007968130521476269,
-0.0028991808649152517,
-0.004944303538650274,
-0.048492033034563065,
0.06138138473033905,
0.0698757991194725,
-0.011181236244738102,
0.023802829906344414,
0.008914520032703876,
-0.022805659100413322,
0.011919880285859108,
-0.009039166383445263,
0.04963693022727966,
0.05554609000682831,
-0.03925897181034088,
-0.018475353717803955,
0.036008935421705246,
0.041770365089178085,
0.03545495122671127,
-0.015871630981564522,
-0.02901027537882328,
0.060273416340351105,
-0.010673417709767818,
0.023618167266249657,
0.021143708378076553,
0.012640058994293213,
0.030339835211634636,
-0.002292107092216611,
-0.015188383869826794,
-0.017155025154352188,
-0.0768929272890091,
0.01461593434214592,
0.003870960557833314,
0.03460551053285599,
-0.03652598708868027,
-0.06599791347980499,
0.040514666587114334,
-0.012196872383356094,
0.04191809147596359,
-0.056949514895677567,
0.006504690740257502,
0.03800327703356743,
-0.05384720861911774,
0.022140879184007645,
0.00800506304949522,
0.052332986146211624,
-0.06466834992170334,
0.024633804336190224,
0.0457221157848835,
-0.049969322979450226,
0.01937096007168293,
0.035713475197553635,
0.03484556823968887,
-0.013027847744524479,
0.0022828741930425167,
-0.044355619698762894,
0.020312732085585594,
-0.02203008159995079,
0.008148175664246082,
-0.025538643822073936,
0.03194638714194298,
-0.027163663879036903,
-0.02660967968404293,
-0.06666269153356552,
0.0018246835097670555,
0.004551898688077927,
-0.05081876367330551,
-0.0022067013196647167,
0.06315413117408752,
-0.016065524891018867,
-0.03419925644993782,
0.003531645517796278,
-0.01937096007168293,
-0.020792851224541664,
-0.005696798209100962,
0.019611019641160965,
0.03506716340780258,
0.018946239724755287,
-0.015539240092039108,
0.002194005995988846,
0.010267162695527077,
0.02478153444826603,
0.022897988557815552,
-0.036802977323532104,
0.05628473311662674,
-0.03285122662782669,
-0.005410573445260525,
-0.019924944266676903,
-0.021660760045051575,
0.005193596240133047,
0.020737452432513237,
0.008508265018463135,
-0.011818316765129566,
0.08258049190044403,
-0.0001410927070537582,
0.005724497139453888,
-0.035362619906663895,
-0.030432166531682014,
-0.003804020816460252,
0.0818418487906456,
-0.0012776247458532453,
0.056949514895677567,
-0.012058376334607601,
-0.012944750487804413,
0.02542784810066223,
-0.019315561279654503,
-0.032481905072927475,
-0.0516682043671608,
0.007404914125800133,
0.08553507179021835,
0.042693670839071274,
0.03778168186545372,
-0.031115412712097168,
0.008872970938682556,
-0.00938078947365284,
0.021716156974434853,
-0.010719582438468933,
-0.039591360837221146,
-0.05421653017401695,
-0.013258674181997776,
-0.037929411977529526,
-0.02119910530745983,
0.012603127397596836,
0.01391422189772129,
-0.003990990109741688,
-0.014052717946469784,
-0.11005807667970657,
-0.01950022391974926,
0.013988086022436619,
0.07375368475914001,
-0.06308026611804962,
-0.007437230087816715,
-0.055693820118904114,
0.030173640698194504,
-0.00782963540405035,
-0.03659985214471817,
-0.00881295558065176,
-0.021586894989013672,
-0.0035247206687927246,
0.03870498761534691,
-0.02875174954533577,
-0.0027999253943562508,
0.011448994278907776,
-0.03384839743375778,
0.03057989478111267,
0.09993864595890045,
0.06765986233949661,
0.009953239001333714,
-0.015317646786570549,
0.042250484228134155,
0.011485926806926727,
0.004512658342719078,
0.0012545420322567225,
0.005313626024872065,
0.025335516780614853,
-0.030616827309131622,
-0.02878868207335472,
0.0710945650935173,
-0.045869842171669006,
0.002228630008175969,
-0.005770662799477577,
0.022140879184007645,
0.02670200914144516,
-0.011439761146903038,
0.03355294093489647,
-0.05628473311662674,
-0.023673566058278084,
-0.011015040799975395,
0.013618763536214828,
0.011578257195651531,
-0.021790022030472755,
0.08198957145214081,
0.017044229432940483,
-0.018687713891267776,
-0.01950022391974926,
0.013387937098741531,
-0.021051377058029175,
-0.03510409593582153,
-0.038889650255441666,
0.018946239724755287,
-0.013840356841683388,
-0.015871630981564522,
-0.026720475405454636,
-0.020755918696522713,
0.029656589031219482,
-0.00640312721952796,
0.00607535382732749,
-0.04716247320175171,
-0.012390767224133015,
0.053071629256010056,
-0.0735320895910263,
-0.02721906080842018,
-0.007063291035592556,
-0.05104035511612892,
-0.008512881584465504,
-0.013387937098741531,
-0.06267401576042175,
0.04454028233885765,
-0.04671928286552429,
-0.014449738897383213,
0.08294980973005295,
0.002622189000248909,
-0.022103946655988693,
0.03641518950462341,
-0.03262963518500328,
0.018613848835229874,
-0.00003438954081502743,
0.0031992553267627954,
0.053810276091098785,
0.055472224950790405,
-0.026184959337115288,
0.0222886074334383,
0.05949784070253372,
0.013471034355461597,
0.013009381480515003,
-0.019777214154601097,
0.0031761727295815945,
0.0349009670317173,
0.1011204719543457,
0.03349754214286804,
-0.022620998322963715,
0.01601012609899044,
-0.005313626024872065,
0.0361197330057621,
-0.04095785319805145,
0.040514666587114334,
0.047051675617694855,
-0.01493909116834402,
-0.0012106850044801831,
-0.00782963540405035,
-0.015566939488053322,
0.023008786141872406,
-0.025926433503627777,
0.05443812161684036,
0.045869842171669006,
-0.08959761261940002,
0.022344006225466728,
-0.03756009042263031,
0.06540700048208237,
-0.003960982896387577,
0.06769679486751556,
0.024153685197234154,
0.07770543545484543,
-0.021716156974434853,
-0.06862010061740875,
-0.04956306889653206,
0.017524348571896553,
0.0043672374449670315,
-0.004288756288588047,
-0.0035108712036162615,
-0.022879522293806076,
-0.05037557706236839,
0.06496381014585495,
0.034790169447660446,
0.02500312775373459,
-0.00330543564632535,
0.00544288894161582,
-0.0077049885876476765,
-0.04402323067188263,
0.02359970100224018,
-0.04302605986595154,
-0.031226210296154022,
0.019924944266676903,
0.014145048335194588,
-0.04114251583814621,
0.006389277521520853,
0.007515710778534412,
-0.006010722368955612,
-0.0036747578997164965,
-0.014892926439642906,
0.005927624646574259,
-0.0793304517865181,
-0.0132217425853014,
0.036193594336509705,
0.013849589973688126,
0.000983897945843637,
0.010728815570473671,
-0.06821385025978088,
-0.0016561801312491298,
-0.06348652392625809,
-0.0037786299362778664,
0.0009394638473168015,
0.044835738837718964,
0.029379596933722496,
0.0021374535281211138,
-0.04845510050654411,
-0.0065093073062598705,
0.008600595407187939,
-0.008836038410663605,
0.022750260308384895,
0.0366552472114563,
-0.020885182544589043,
0.04978466033935547,
0.02295338734984398,
-0.011772152036428452,
-0.03102308139204979,
0.02923186868429184,
0.016370216384530067,
0.0246522706001997,
-0.053514815866947174,
-0.030118241906166077,
0.001917014131322503,
-0.02910260483622551,
0.06145524978637695,
0.006541623268276453,
-0.009177661500871181,
0.045648250728845596,
0.05805748328566551,
-0.08383618295192719,
0.013101712800562382,
-0.003236187621951103,
0.03844646364450455,
-0.035658080130815506,
-0.05358868092298508,
0.02042352966964245,
0.04162263497710228,
0.01815219596028328,
-0.053330156952142715,
0.0025783320888876915,
0.03800327703356743,
-0.027329858392477036,
-0.029342664405703545,
0.06016261875629425,
0.0033931497018784285,
0.011809083633124828,
0.028991809114813805,
0.03154013305902481,
0.01867848075926304,
0.013784958980977535,
0.02420908398926258,
-0.036802977323532104,
0.03388532996177673,
-0.014486671425402164,
-0.020035739988088608,
-0.0481596402823925,
-0.03510409593582153,
0.04616530239582062,
-0.10503529012203217,
0.022584065794944763,
-0.03128160908818245,
-0.027237527072429657,
0.009630082175135612,
-0.03329441323876381,
0.0007738458807580173,
-0.02596336603164673,
0.023969024419784546,
0.04350617900490761,
-0.015345346182584763,
-0.03163246437907219,
-0.03717229887843132,
0.013591064140200615,
0.003960982896387577,
-0.03118927776813507,
-0.007718838285654783,
0.02926880121231079,
-0.03586120530962944,
0.019204765558242798,
-0.06167684122920036,
-0.00023371183488052338,
0.09351243078708649,
-0.012732390314340591,
0.050929561257362366,
-0.05598927661776543,
0.009191511198878288,
0.02311958186328411,
0.02417215146124363,
0.012843186967074871,
-0.008212806656956673,
-0.010248696431517601,
0.00730796717107296,
0.0014345867093652487,
-0.025409381836652756,
0.01613938994705677,
-0.024855397641658783,
0.008295904844999313,
-0.005904541816562414,
-0.007718838285654783,
0.00656470563262701,
0.07859180867671967,
-0.10917170345783234,
-0.026498882099986076,
-0.03525182232260704,
0.007972747087478638,
-0.021845420822501183,
-0.025446314364671707,
0.03659985214471817,
-0.06721667945384979,
-0.027625316753983498,
-0.037763215601444244,
-0.008614445105195045,
0.002698361873626709,
-0.05299776419997215,
0.006412360351532698,
-0.034697841852903366,
0.0493045412003994,
0.03451317921280861,
0.08368846029043198,
-0.04040387272834778,
-0.01644407957792282,
-0.053773343563079834,
-0.005784512031823397,
0.04358004406094551,
0.02439374476671219,
-0.020478926599025726,
0.03877885267138481,
-0.06178763881325722,
0.019924944266676903,
-0.0006924794870428741,
0.022805659100413322,
-0.005881459452211857,
0.02539091557264328,
-0.0036378256045281887,
-0.01147669367492199,
-0.037412360310554504,
0.040514666587114334,
0.002363663399592042,
-0.036008935421705246,
0.03157706558704376,
0.06466834992170334,
0.01035949308425188,
0.01524378266185522,
-0.022676395252346992,
0.000772114668507129,
-0.016951898112893105,
0.0008984921732917428,
-0.03434698283672333,
-0.010793447494506836,
0.004480342380702496,
-0.03262963518500328,
0.027366790920495987,
0.002481384901329875,
-0.023451972752809525,
0.010544154793024063,
0.011532092466950417,
0.056395530700683594,
0.03929590433835983,
-0.05321935936808586,
-0.04605450481176376,
0.04280446842312813,
0.019924944266676903,
0.057614296674728394,
-0.015871630981564522,
-0.015539240092039108,
0.008646761067211628,
-0.060568876564502716,
0.03752315789461136,
-0.04738406464457512,
0.035750407725572586,
-0.02865941822528839,
0.04527892544865608,
-0.05026477947831154,
0.050929561257362366,
0.00006686755659757182,
-0.016287118196487427,
0.04649769142270088,
-0.036802977323532104,
0.02286105789244175,
0.017773641273379326,
-0.04812271147966385,
-0.004307222552597523,
-0.08996693789958954,
0.010377959348261356,
-0.0013884213985875249,
-0.024744601920247078,
-0.00453804899007082,
0.010414891876280308,
0.009103797376155853,
-0.009357706643640995,
0.00640312721952796,
0.04642382636666298,
0.01770900934934616,
0.012658525258302689,
-0.04830737039446831,
0.059128519147634506,
0.021236037835478783,
-0.027329858392477036,
0.03528875485062599,
0.006813998334109783,
0.009099180810153484,
0.054031867533922195,
0.06651496887207031,
0.02324884571135044,
0.006920178420841694,
-0.03242650628089905,
-0.01950022391974926,
-0.014366641640663147,
-0.008425167761743069,
0.035491883754730225,
-0.031872522085905075,
0.008088160306215286,
-0.01666567288339138,
-0.048270437866449356,
0.04062546417117119,
0.06921102106571198,
-0.0006295792991295457,
0.045389723032712936,
0.04398629814386368,
0.03844646364450455,
0.034790169447660446,
-0.0168411023914814,
0.018161429092288017,
-0.0648530125617981,
0.06876783072948456,
-0.05056023597717285,
0.01828145980834961,
0.03202025219798088,
-0.013018614612519741,
0.00890067033469677,
-0.0117352195084095,
0.010064035654067993,
0.03423618897795677,
0.006389277521520853,
0.062230825424194336,
-0.003672449616715312,
-0.058131348341703415,
0.0007801936008036137,
-0.003644750453531742,
-0.01805986650288105,
0.01243693195283413,
-0.005936857778578997,
-0.048492033034563065,
-0.025594042614102364,
0.07464005798101425,
-0.021051377058029175,
-0.04446641728281975,
0.013757259584963322,
-0.024984661489725113,
-0.03900044783949852,
-0.0988306775689125,
-0.009639314375817776,
0.04058853164315224,
0.027477586641907692,
-0.053293224424123764,
-0.07290424406528473,
-0.005405956879258156,
0.01579776592552662,
0.0331466868519783,
-0.03695070743560791,
-0.0028760982677340508,
-0.018835442140698433,
0.006837081164121628,
0.04261980578303337,
0.01981414668262005,
0.029915114864706993,
-0.06647803634405136,
0.009870141744613647,
0.06459449231624603,
-0.0566171258687973,
0.00804661214351654,
-0.023008786141872406,
-0.011310499161481857,
0.008974534459412098,
-0.06566552072763443,
0.02334117703139782,
-0.012778555043041706,
0.03866805508732796,
-0.0529608316719532,
-0.04553745314478874,
0.003667833050712943,
-0.02673894166946411,
-0.011578257195651531,
-0.001822375226765871,
-0.041290245950222015,
-0.03770781680941582,
0.03772628307342529,
0.02756991796195507,
-0.03973909094929695,
-0.020977512001991272,
0.004773491993546486,
-0.011051973327994347,
-0.03545495122671127,
-0.002312881639227271,
-0.10385346412658691,
-0.021236037835478783,
-0.014015785418450832,
0.006246165372431278,
0.08302367478609085,
0.048713624477386475,
-0.0313185416162014,
-0.01924169808626175,
0.022067014127969742,
-0.03765241801738739,
0.013147877529263496,
0.011033507063984871,
0.026406552642583847,
-0.010470290668308735,
-0.04956306889653206,
0.039812956005334854,
0.002984586637467146,
-0.011328964494168758,
-0.0913703665137291,
-0.0014657482970505953,
-0.044134028255939484,
0.02705286629498005,
0.004339538514614105,
0.05248071253299713,
0.0006526619545184076,
0.1251264363527298,
0.01867848075926304
] |
8,915 | sentencepiece | LoadFromFile | null | def LoadFromFile(self, arg):
return _sentencepiece.SentencePieceNormalizer_LoadFromFile(self, arg)
| (self, arg) | [
-0.04512663185596466,
0.014536472037434578,
0.008192128501832485,
0.022207321599125862,
-0.008671026676893234,
-0.03351440653204918,
0.014722945168614388,
0.079742930829525,
0.06316372752189636,
-0.009323684498667717,
0.010908710770308971,
-0.00424863351508975,
-0.0698428750038147,
0.02954760380089283,
-0.03232775628566742,
0.02678440324962139,
-0.028021909296512604,
0.002102066995576024,
-0.07560660690069199,
-0.010230625048279762,
0.0017450123559683561,
0.02754724957048893,
0.01974925957620144,
-0.014612756669521332,
0.020088301971554756,
-0.04031222313642502,
-0.016816535964608192,
-0.03512486070394516,
-0.04356703534722328,
-0.05950206145644188,
0.032870225608348846,
-0.0028161765076220036,
-0.012358119711279869,
0.04095640406012535,
-0.015239986591041088,
-0.06153631955385208,
-0.003975280094891787,
-0.023614350706338882,
-0.06143460422754288,
-0.06645244359970093,
-0.013282012194395065,
-0.020325632765889168,
0.06821546703577042,
0.06204488128423691,
-0.01637578010559082,
-0.003678617300465703,
-0.011069756001234055,
0.013841433450579643,
-0.05472155287861824,
0.0077386582270264626,
0.03300584480166435,
-0.030819015577435493,
0.017477670684456825,
0.006882574409246445,
-0.009154163300991058,
0.011858031153678894,
-0.018325278535485268,
0.07330111414194107,
0.031870048493146896,
0.029869694262742996,
0.05445031821727753,
-0.019410215318202972,
0.034039925783872604,
-0.013146394863724709,
0.026462312787771225,
0.051636260002851486,
0.024292435497045517,
0.02832704968750477,
0.021444475278258324,
-0.004377893637865782,
0.007043620105832815,
-0.008098891004920006,
-0.0005268411478027701,
0.011434228159487247,
0.04180401191115379,
0.0399053692817688,
-0.043600939214229584,
0.036650557070970535,
0.013621055521070957,
0.06696100533008575,
-0.007929369807243347,
-0.002381777623668313,
-0.005852730944752693,
-0.004615223966538906,
-0.028818661347031593,
-0.11852946132421494,
0.04271942749619484,
-0.05492497980594635,
-0.02832704968750477,
0.012858208268880844,
-0.061977073550224304,
0.023021025583148003,
-0.043024566024541855,
0.024207675829529762,
0.004377893637865782,
-0.03268375247716904,
0.03329402953386307,
0.02237684279680252,
-0.012959921732544899,
-0.04451635479927063,
-0.02117324061691761,
0.021698756143450737,
0.003064101794734597,
0.037396449595689774,
0.024648431688547134,
-0.011824127286672592,
0.0269369725137949,
0.0008407208952121437,
-0.0036616651341319084,
0.0031001251190900803,
-0.056993141770362854,
0.0119766965508461,
0.018121851608157158,
0.03834577277302742,
-0.026818307116627693,
-0.10117045044898987,
-0.023478733375668526,
0.007077523972839117,
-0.019732307642698288,
0.07736963033676147,
-0.010773093439638615,
0.007586088962852955,
-0.0698428750038147,
-0.01389229018241167,
-0.015612933784723282,
-0.022020848467946053,
-0.030191786587238312,
-0.05445031821727753,
0.08408268541097641,
-0.09472863376140594,
0.04966980963945389,
-0.04851706326007843,
-0.007831894792616367,
-0.035633426159620285,
0.03770158812403679,
-0.07621688395738602,
0.055840395390987396,
0.038650911301374435,
0.010535763576626778,
0.0958813801407814,
0.052009206265211105,
-0.013180299662053585,
0.06638463586568832,
-0.05295852944254875,
-0.031242819502949715,
-0.008984641171991825,
0.03709131106734276,
-0.029513699933886528,
-0.050415705889463425,
0.050788652151823044,
-0.006073108874261379,
-0.004159634932875633,
-0.03498924523591995,
-0.037396449595689774,
0.026038508862257004,
-0.05048351362347603,
-0.020427344366908073,
-0.043397512286901474,
0.01715558022260666,
-0.02534347027540207,
-0.018037091940641403,
0.02459757588803768,
-0.04309237375855446,
-0.01056966744363308,
0.02217341773211956,
0.01427371334284544,
0.03875262290239334,
0.0015129797393456101,
-0.03071730211377144,
-0.02593679539859295,
-0.027886293828487396,
-0.015451888553798199,
-0.05468764901161194,
0.07540317624807358,
0.06648634374141693,
-0.0005369064747355878,
0.001770440605469048,
0.032853275537490845,
0.018613465130329132,
0.04292285442352295,
-0.003850257955491543,
0.009340636432170868,
0.030819015577435493,
-0.05455202981829643,
0.023716062307357788,
0.019461072981357574,
0.039023857563734055,
0.06404523551464081,
0.010908710770308971,
-0.012714114971458912,
0.07323330640792847,
-0.005327214486896992,
0.039227284491062164,
0.005666257347911596,
-0.008514218963682652,
-0.026258885860443115,
-0.08564227819442749,
-0.012154694646596909,
-0.01579940691590309,
-0.05506059527397156,
-0.001957973698154092,
0.00608582329005003,
0.0419057235121727,
-0.008018368855118752,
-0.059163015335798264,
0.05465374514460564,
-0.002443229081109166,
0.04099030792713165,
-0.0697750672698021,
0.02095286175608635,
0.006585911847651005,
-0.10679856687784195,
0.019884876906871796,
-0.016511397436261177,
0.05377223342657089,
-0.052585579454898834,
-0.03651493787765503,
0.04332970455288887,
-0.0518735907971859,
0.02037648856639862,
0.10469650477170944,
0.041634488850831985,
-0.03212433308362961,
0.007963274605572224,
-0.036209799349308014,
0.009747488424181938,
0.006725767161697149,
0.028394857421517372,
-0.0179862342774868,
0.050788652151823044,
-0.004865268245339394,
-0.013883814215660095,
-0.009349112398922443,
-0.010315385647118092,
0.043600939214229584,
-0.008815119974315166,
0.024072058498859406,
0.07052095979452133,
0.03912556916475296,
-0.009586443193256855,
-0.02134276181459427,
0.025089187547564507,
-0.020817244425415993,
0.0001394579594489187,
0.011629177257418633,
0.02237684279680252,
0.016070641577243805,
-0.0299544557929039,
-0.021512283012270927,
0.038447484374046326,
0.04475368559360504,
0.026682689785957336,
-0.0639435201883316,
0.06068871170282364,
0.0037697351071983576,
-0.007611516863107681,
-0.023088833317160606,
-0.05228044092655182,
0.016884345561265945,
0.023868631571531296,
0.0009588561952114105,
-0.0008158223936334252,
0.03359916806221008,
0.014951799996197224,
-0.00564506696537137,
-0.020461250096559525,
-0.07038534432649612,
-0.01974925957620144,
0.06604558974504471,
-0.03936289995908737,
-0.009255875833332539,
0.04709308221936226,
-0.005399261135607958,
-0.008192128501832485,
-0.03153100609779358,
0.01176479458808899,
0.01835918240249157,
0.0033989069052040577,
0.0678764209151268,
0.06262125819921494,
0.01346848625689745,
0.004636413883417845,
-0.027648963034152985,
-0.01574855111539364,
0.01118842139840126,
0.007352996617555618,
-0.020681627094745636,
-0.04895782098174095,
-0.016875868663191795,
-0.03956632688641548,
0.020105253905057907,
0.036040280014276505,
0.008823595941066742,
-0.0219869427382946,
-0.017698047682642937,
-0.05373832583427429,
-0.05014447122812271,
-0.014451711438596249,
0.08903270959854126,
-0.035226576030254364,
-0.013282012194395065,
-0.07167370617389679,
0.05116159841418266,
-0.015528173185884953,
-0.03149710223078728,
-0.026445358991622925,
-0.008908356539905071,
-0.015121321193873882,
-0.0019367835484445095,
-0.009823773056268692,
-0.013671912252902985,
0.006001062225550413,
-0.02797105349600315,
-0.007984464056789875,
0.07757305353879929,
0.07479289919137955,
-0.006861384026706219,
0.019274597987532616,
0.07248740643262863,
-0.015680741518735886,
-0.04336360841989517,
0.015511220321059227,
0.017867570742964745,
0.01719795912504196,
0.04573691263794899,
-0.009857677854597569,
0.07086000591516495,
-0.01939326338469982,
0.04488930478692055,
-0.03451458364725113,
0.05028008669614792,
-0.012909065000712872,
-0.02336006797850132,
0.0071071903221309185,
-0.05146673694252968,
-0.0004667139728553593,
0.017477670684456825,
0.03834577277302742,
0.03095463290810585,
-0.03756597265601158,
0.0538739450275898,
-0.002771677216514945,
-0.026275837793946266,
-0.006556245498359203,
0.0539417527616024,
-0.005132264457643032,
-0.011349466629326344,
-0.016291020438075066,
0.04278723523020744,
-0.009374541230499744,
-0.053229764103889465,
-0.03661665320396423,
0.017816713079810143,
0.005734066013246775,
-0.029615413397550583,
0.01913898065686226,
0.0114850839599967,
0.03149710223078728,
-0.0013858386082574725,
-0.050788652151823044,
0.011561368592083454,
-0.0149602759629488,
-0.040210507810115814,
-0.031039392575621605,
-0.01640120893716812,
-0.021444475278258324,
0.007632707245647907,
-0.05672190710902214,
-0.006488436833024025,
0.09676289558410645,
-0.00708600040525198,
0.007001239340752363,
-0.004835601896047592,
-0.010671380907297134,
0.007942084223031998,
-0.025394326075911522,
-0.036413226276636124,
0.027648963034152985,
-0.03966803848743439,
0.02054600976407528,
0.026258885860443115,
0.0819128081202507,
-0.01978316344320774,
0.02558079920709133,
-0.017443766817450523,
0.009959390386939049,
0.00018912246741820127,
0.042448192834854126,
0.048584870994091034,
-0.06163803115487099,
0.02154618687927723,
-0.012510689906775951,
0.053602710366249084,
-0.023393971845507622,
-0.033870402723550797,
-0.02636059932410717,
-0.016223210841417313,
0.022088656201958656,
0.034633249044418335,
-0.007806466892361641,
-0.010849378071725368,
0.008950737304985523,
0.014010954648256302,
0.03976975381374359,
-0.0918806716799736,
-0.01976621150970459,
0.000952499161940068,
0.046584516763687134,
-0.026004603132605553,
0.01856260746717453,
0.021224096417427063,
0.07438605278730392,
-0.007001239340752363,
-0.05851883441209793,
-0.03634541854262352,
0.011103660799562931,
0.0014758969191461802,
-0.023733016103506088,
-0.026479264721274376,
-0.0015617171302437782,
-0.025038331747055054,
0.05736608803272247,
0.03180224075913429,
0.0068274796940386295,
0.021919135004281998,
0.02137666568160057,
-0.015858739614486694,
-0.04716088995337486,
0.021885231137275696,
-0.016638539731502533,
-0.07635249942541122,
-0.023088833317160606,
-0.007213141303509474,
-0.05028008669614792,
0.029632365331053734,
-0.030598636716604233,
-0.023648254573345184,
-0.013341344892978668,
0.001501325168646872,
0.02976798266172409,
-0.018240517005324364,
0.015197605825960636,
0.05838321894407272,
0.04319408908486366,
-0.002532227896153927,
-0.051636260002851486,
-0.09459301829338074,
0.0031319104600697756,
0.011705461889505386,
-0.04505882412195206,
-0.020020494237542152,
0.05404346436262131,
0.036413226276636124,
0.006357057485729456,
-0.015138273127377033,
-0.01417200081050396,
-0.0046618422493338585,
-0.03149710223078728,
0.00939996913075447,
0.040820784866809845,
-0.05011056736111641,
0.06292639672756195,
0.02971712499856949,
-0.040413934737443924,
0.048415351659059525,
-0.013451534323394299,
-0.006785099394619465,
0.01935935951769352,
-0.009688155725598335,
-0.032870225608348846,
-0.018325278535485268,
-0.05329757183790207,
-0.008374364115297794,
-0.05289071798324585,
0.021224096417427063,
0.0659777820110321,
0.014155047945678234,
-0.009315208531916142,
-0.0017206436023116112,
0.009544062428176403,
0.012129265815019608,
-0.0599089115858078,
-0.04048174247145653,
0.04136325418949127,
0.031649671494960785,
-0.022258177399635315,
-0.022648077458143234,
0.01834223046898842,
-0.0010483846999704838,
-0.02234293892979622,
0.027106493711471558,
0.06502845883369446,
-0.020495153963565826,
-0.046211570501327515,
0.023071881383657455,
0.053229764103889465,
0.007624231278896332,
0.017698047682642937,
-0.018070995807647705,
-0.02614022046327591,
0.002612750744447112,
-0.006335867568850517,
-0.03898995369672775,
-0.030022263526916504,
-0.002491966588422656,
0.07682716101408005,
-0.024275483563542366,
0.01678263209760189,
-0.031208915635943413,
-0.016994534060359,
-0.019732307642698288,
-0.034056875854730606,
0.026445358991622925,
-0.002981459954753518,
0.038854338228702545,
0.06885965168476105,
-0.015392555855214596,
0.05417908355593681,
-0.05753561109304428,
0.04109201952815056,
0.009349112398922443,
-0.03756597265601158,
-0.02654707245528698,
-0.015045036561787128,
-0.030615590512752533,
-0.049602001905441284,
-0.0379050150513649,
-0.007683563511818647,
0.04851706326007843,
0.009849200956523418,
0.05855273827910423,
-0.033429648727178574,
0.05648457631468773,
-0.004805935546755791,
0.04668623208999634,
0.06682538986206055,
-0.024495862424373627,
-0.016452064737677574,
0.04207524657249451,
0.014417806640267372,
-0.03115805797278881,
-0.021919135004281998,
-0.009094830602407455,
0.029852742329239845,
-0.0009641537326388061,
-0.03310755640268326,
-0.030463019385933876,
0.0717415139079094,
0.011162993498146534,
0.03014092892408371,
-0.024105962365865707,
-0.03678617253899574,
-0.026394503191113472,
-0.013553246855735779,
0.05638286471366882,
-0.06360448151826859,
-0.061773646622896194,
0.007030905690044165,
-0.05085645988583565,
0.009933962486684322,
-0.013951622880995274,
-0.03232775628566742,
0.0019124147947877645,
0.06051918864250183,
-0.041227638721466064,
0.06275687366724014,
-0.03180224075913429,
0.02397034503519535,
-0.0539417527616024,
0.023258354514837265,
0.08428610861301422,
0.017833665013313293,
-0.0099763423204422,
0.02313968911767006,
-0.053975656628608704,
0.07099562138319016,
0.0598750077188015,
-0.04366874694824219,
0.009027021937072277,
0.03168357536196709,
-0.008463363163173199,
-0.007514042314141989,
-0.015206081792712212,
0.06885965168476105,
-0.015638362616300583,
0.012731067836284637,
-0.0008608515490777791,
0.06557092815637589,
0.03868481516838074,
0.04556738957762718,
0.007420805282890797,
0.014392378740012646,
0.035463906824588776,
0.017257291823625565,
-0.0062002502381801605,
-0.01917288638651371,
0.0439060777425766,
-0.005115312524139881,
-0.00820060446858406,
-0.0339382104575634,
-0.014553423970937729,
-0.018274420872330666,
-0.006357057485729456,
0.07004629820585251,
0.009671203792095184,
-0.02971712499856949,
0.005191597156226635,
-0.004471130669116974,
-0.008361649699509144,
0.07452166825532913,
-0.0052721197716891766,
-0.024411100894212723,
0.00107434275560081,
-0.03139538690447807,
0.016884345561265945,
0.005526402033865452,
0.055806491523981094,
-0.0817093774676323,
0.0269708763808012,
-0.040651265531778336,
0.023885585367679596,
-0.009459301829338074,
-0.011815651319921017,
0.03176833689212799,
-0.004716936964541674,
0.018732130527496338,
0.010179768316447735,
0.0035090958699584007,
-0.0028161765076220036,
-0.07411481440067291,
-0.010806998237967491,
-0.012112313881516457,
0.004011303186416626,
-0.012671735137701035,
0.03158186376094818,
-0.03573514148592949,
0.008378601633012295,
-0.00008164846076397225,
-0.0045516532845795155,
0.009688155725598335,
0.018240517005324364,
-0.07092781364917755,
-0.030073121190071106,
-0.014341522008180618,
-0.06068871170282364,
-0.012790399603545666,
-0.0439738854765892,
0.005929015576839447,
0.06502845883369446,
0.012841256335377693,
0.05512840300798416,
0.018664320930838585,
-0.017918426543474197,
0.009755964390933514,
0.003114958293735981,
0.0032950749155133963,
0.06336715072393417,
-0.026021555066108704,
0.02597069926559925,
-0.014477139338850975,
-0.0011665200581774116,
0.03631151467561722,
-0.0030238404870033264,
0.001270352047868073,
0.003971042111515999,
-0.01346848625689745,
0.009942438453435898,
0.010637476108968258,
-0.026292789727449417,
0.029428938403725624,
-0.06882574409246445,
0.031208915635943413,
-0.03576904535293579,
-0.011374895460903645,
0.0002615664270706475,
-0.032463375478982925,
-0.0019346645567566156,
-0.03014092892408371,
0.046042051166296005,
0.05668800324201584,
-0.016257114708423615,
0.028276192024350166,
0.005318738054484129,
-0.04946638643741608,
-0.01859651319682598,
0.08462515473365784,
-0.033073652535676956,
0.006513865198940039,
0.02558079920709133,
-0.01837613433599472,
-0.049635905772447586,
0.07425042986869812,
-0.06414695084095001,
-0.0379389189183712,
0.06343495845794678,
0.0007941024377942085,
-0.0010711642680689692,
-0.05638286471366882,
-0.012036029249429703,
0.06624902039766312,
0.01874908246099949,
-0.045431770384311676,
-0.01317182369530201,
-0.030683398246765137,
-0.025411278009414673,
-0.0499749481678009,
-0.024851856753230095,
0.009967866353690624,
-0.05285681411623955,
0.06604558974504471,
0.038650911301374435,
-0.007026667706668377,
0.041600584983825684,
0.014544948004186153,
0.04926295951008797,
0.018901651725172997,
-0.0859813243150711,
0.03658274933695793,
0.0011569844791665673,
-0.02119019255042076,
-0.01617235504090786,
-0.040210507810115814,
0.026275837793946266,
0.010095007717609406,
-0.005255167838186026,
-0.011442704126238823,
-0.013010777533054352,
-0.020478202030062675,
-0.0049034105613827705,
-0.023071881383657455,
-0.007475899998098612,
-0.04553348571062088,
-0.02776762843132019,
0.007208903320133686,
0.01038319431245327,
-0.05167016386985779,
-0.041397158056497574,
-0.021834373474121094,
0.029598459601402283,
-0.024512814357876778,
-0.0023754206486046314,
-0.03175138309597969,
-0.008649836294353008,
0.005623877048492432,
0.020613819360733032,
0.008048035204410553,
0.05136502534151077,
0.005373832769691944,
-0.028004957363009453,
0.045601293444633484,
0.0004566486459225416,
0.0499410443007946,
0.024936618283391,
0.05736608803272247,
0.005784922279417515,
-0.03932899609208107,
0.07567441463470459,
-0.007810704875737429,
-0.0015553601551800966,
-0.058417122811079025,
-0.027920197695493698,
-0.03356526419520378,
-0.0042825378477573395,
0.016867393627762794,
0.015875691547989845,
-0.00643334211781621,
0.05512840300798416,
0.025496039539575577
] |
8,916 | sentencepiece | LoadFromRuleName | null | def LoadFromRuleName(self, name):
return _sentencepiece.SentencePieceNormalizer_LoadFromRuleName(self, name)
| (self, name) | [
-0.006514436565339565,
0.048748768866062164,
-0.009748036041855812,
-0.007059811148792505,
-0.05524173378944397,
-0.015863103792071342,
0.010263350792229176,
0.03059251420199871,
0.06596028059720993,
-0.011766351759433746,
-0.004809603560715914,
0.0009442067821510136,
-0.02011444978415966,
0.012367552146315575,
-0.0013784667244181037,
0.000573287601582706,
0.014617759734392166,
0.062078241258859634,
-0.06424256414175034,
0.00013983278768137097,
0.010211818851530552,
0.019169706851243973,
0.04067550599575043,
-0.06688784807920456,
0.02129967324435711,
-0.027122728526592255,
0.018053190782666206,
0.0025379247963428497,
-0.07599173486232758,
-0.03119371458888054,
-0.01994267851114273,
0.026092099025845528,
0.04503850266337395,
0.037171363830566406,
-0.0013419652823358774,
-0.0866415724158287,
-0.03754926100373268,
-0.02423696778714657,
-0.050088588148355484,
-0.01968502067029476,
0.048817478120326996,
0.03024897165596485,
0.025851620361208916,
0.043389495462179184,
-0.0004691510694101453,
-0.020183159038424492,
-0.034921158105134964,
0.030970411375164986,
-0.02841101586818695,
0.0032550711184740067,
-0.02196958288550377,
-0.01734892651438713,
0.016867967322468758,
0.02664176933467388,
0.02406519465148449,
-0.027603689581155777,
-0.02681354060769081,
0.02337810955941677,
0.017245864495635033,
0.014995656907558441,
0.017503522336483,
-0.0345604382455349,
0.0052347383461892605,
-0.013277941383421421,
-0.010040047578513622,
-0.022776909172534943,
0.055447857826948166,
-0.00036072026705369353,
-0.0027955821715295315,
-0.023240691050887108,
-0.001432145363651216,
0.012316021136939526,
0.02423696778714657,
-0.0004941116203553975,
0.018173430114984512,
0.06403643637895584,
-0.01131974533200264,
-0.0059304130263626575,
0.04184355214238167,
0.038854725658893585,
-0.013217821717262268,
0.05575704947113991,
-0.011336922645568848,
-0.04469496011734009,
-0.06066971272230148,
-0.06894910335540771,
0.03502422198653221,
-0.05744040757417679,
-0.013363827019929886,
-0.03940439596772194,
0.009790978394448757,
-0.009327195584774017,
-0.053695790469646454,
0.02672765403985977,
-0.01879180781543255,
-0.00819779746234417,
0.04376739263534546,
0.0033710168208926916,
-0.008957887068390846,
-0.021437089890241623,
-0.017640938982367516,
0.04600042477250099,
-0.0319666862487793,
0.02178063429892063,
0.013870553113520145,
-0.007197228260338306,
0.03590025752782822,
-0.019925501197576523,
-0.01851697452366352,
0.008287977427244186,
-0.014265627600252628,
0.007257348392158747,
-0.010959025472402573,
0.03906085342168808,
0.019324300810694695,
-0.04448883235454559,
-0.04404222592711449,
-0.0479586198925972,
-0.036243800073862076,
0.06118502840399742,
0.0034676382783800364,
0.009344372898340225,
-0.030712755396962166,
-0.005634107161313295,
-0.023773184046149254,
0.01700538396835327,
-0.020492346957325935,
-0.048405226320028305,
0.0946117714047432,
-0.06472352147102356,
0.07482369244098663,
-0.00831803772598505,
-0.036999594420194626,
-0.03923262283205986,
0.014832474291324615,
-0.020767182111740112,
0.04964198172092438,
0.027380386367440224,
0.010847373865544796,
0.023086097091436386,
0.026779185980558395,
0.033495452255010605,
0.030128730461001396,
-0.0695674791932106,
-0.0034826684277504683,
-0.06159728020429611,
-0.005689932964742184,
0.04400787502527237,
-0.033735934644937515,
0.0016382712638005614,
0.010332059115171432,
0.019307123497128487,
0.01613793708384037,
0.012522147037088871,
0.07379306107759476,
-0.015322023071348667,
-0.05307741090655327,
-0.05153146758675575,
-0.021814987063407898,
-0.04545075446367264,
-0.00037977617466822267,
-0.01985679194331169,
-0.08561094850301743,
-0.06194082275032997,
-0.013569952920079231,
-0.049848105758428574,
0.04050373286008835,
-0.04507285729050636,
-0.0057715242728590965,
0.010959025472402573,
-0.044626250863075256,
-0.012891455553472042,
-0.03352980688214302,
0.09337501972913742,
0.0024863933213055134,
-0.0013430388644337654,
0.002318916143849492,
0.03847682848572731,
0.003851977176964283,
0.0026431349106132984,
-0.006355547811836004,
0.037343136966228485,
-0.0023296517319977283,
-0.04297724366188049,
-0.0018894871463999152,
0.035659775137901306,
-0.01421409659087658,
0.05843668431043625,
0.018259316682815552,
0.02614363096654415,
0.022106999531388283,
-0.004055955912917852,
0.011036322452127934,
-0.0037489142268896103,
-0.01985679194331169,
-0.032550711184740067,
-0.05548221245408058,
0.04373303800821304,
0.010125933215022087,
-0.06180340796709061,
-0.0037854157853871584,
0.03473220765590668,
-0.01559685729444027,
0.05403933301568031,
-0.038854725658893585,
0.02815335802733898,
0.020732827484607697,
0.05348966270685196,
-0.014196919277310371,
0.00964497309178114,
-0.010460888035595417,
-0.012212958186864853,
0.0020612587686628103,
0.05338659882545471,
0.02136838249862194,
-0.08032038062810898,
-0.02221006341278553,
-0.014574816450476646,
0.04280547425150871,
0.05472641810774803,
-0.0009141467744484544,
0.03796151280403137,
0.05908941477537155,
-0.0136644272133708,
-0.06599463522434235,
-0.031159359961748123,
-0.04022889956831932,
-0.01978808268904686,
0.01918688230216503,
0.04239322245121002,
0.02002856321632862,
-0.048989247530698776,
0.020664118230342865,
-0.021145079284906387,
0.0375836156308651,
0.03509293124079704,
-0.014652114361524582,
0.041293881833553314,
0.004247051663696766,
0.020148804411292076,
-0.040022771805524826,
0.0011218830477446318,
-0.047992974519729614,
0.018328025937080383,
-0.0069653368555009365,
0.039438750594854355,
0.016447126865386963,
-0.03596896305680275,
-0.020269043743610382,
-0.006063535809516907,
0.02942446805536747,
0.010984791442751884,
-0.0027848463505506516,
0.04222144931554794,
-0.020750004798173904,
-0.042702410370111465,
-0.030558159574866295,
-0.03279118984937668,
0.028599964454770088,
-0.0022201472893357277,
-0.024425916373729706,
0.030644046142697334,
-0.0016694047953933477,
-0.023446816951036453,
-0.04809603467583656,
-0.03387335315346718,
-0.04819909855723381,
0.005805878899991512,
0.0029437351040542126,
-0.031399842351675034,
-0.024271320551633835,
-0.01131974533200264,
0.012900044210255146,
-0.007141402456909418,
-0.006200953386723995,
-0.012135660275816917,
0.01579439453780651,
0.057131219655275345,
0.06025746092200279,
0.028273599222302437,
0.058642808347940445,
0.007815605960786343,
-0.021608861163258553,
-0.00630831066519022,
-0.010838785208761692,
-0.0654449611902237,
-0.0010343868052586913,
-0.05630671605467796,
-0.03535058721899986,
-0.0026689006481319666,
0.008433983661234379,
-0.06204388663172722,
0.029372936114668846,
-0.022484896704554558,
-0.027105551213026047,
-0.030300503596663475,
-0.011843648739159107,
-0.015631211921572685,
0.03765232488512993,
-0.00599482748657465,
0.022742554545402527,
-0.02464921958744526,
0.06602898985147476,
0.030060023069381714,
-0.04366432875394821,
-0.060051336884498596,
-0.03988535702228546,
0.0034955511800944805,
-0.010761488229036331,
0.003997982945293188,
-0.03258506581187248,
0.0029329992830753326,
-0.0633149966597557,
-0.018207784742116928,
0.05634107068181038,
0.07028891891241074,
0.04349255934357643,
0.0125307347625494,
0.08540482074022293,
0.024443093687295914,
-0.030077200382947922,
0.019547604024410248,
-0.025662671774625778,
-0.043629974126815796,
0.02799876406788826,
-0.01656736619770527,
0.04249628260731697,
-0.022983035072684288,
0.019255591556429863,
-0.024786636233329773,
-0.012144248932600021,
-0.05558527633547783,
0.005286269821226597,
0.002954470692202449,
-0.06427691876888275,
0.018843339756131172,
0.048233453184366226,
0.04713411629199982,
-0.003907802980393171,
-0.028806090354919434,
0.055619630962610245,
0.030798640102148056,
-0.013406770303845406,
-0.03225869685411453,
0.012857100926339626,
0.023738829419016838,
-0.06238742917776108,
0.00007676041423110291,
0.048508286476135254,
0.025044294074177742,
-0.0546577088534832,
-0.08354968577623367,
-0.02320633828639984,
0.021230963990092278,
-0.004010865930467844,
-0.005586870014667511,
0.018259316682815552,
-0.02413390390574932,
-0.019444540143013,
-0.06853685528039932,
-0.02044081501662731,
-0.02372165210545063,
-0.02147144451737404,
-0.00007843787170713767,
0.015270491130650043,
-0.028634319081902504,
0.003987247124314308,
-0.015347789041697979,
-0.010237584821879864,
0.020234689116477966,
-0.08629803359508514,
0.04809603467583656,
0.029441645368933678,
-0.026384111493825912,
-0.03614073619246483,
-0.018654391169548035,
0.06407079100608826,
0.004128959029912949,
0.022158531472086906,
0.009103892371058464,
0.026212340220808983,
0.07076988369226456,
-0.01723727583885193,
0.0537988506257534,
0.03346110135316849,
-0.03150290250778198,
-0.06424256414175034,
0.049332790076732635,
0.07750332355499268,
-0.05280257761478424,
0.06176905333995819,
0.006922394037246704,
0.06235307455062866,
-0.0019517543260008097,
-0.04658444598317146,
0.022570783272385597,
-0.060635361820459366,
-0.0031283895950764418,
-0.04294288903474808,
0.02817053534090519,
-0.008476926013827324,
0.02707119844853878,
0.044798023998737335,
0.04091598466038704,
-0.08052650839090347,
0.015012834221124649,
0.027534980326890945,
0.07846524566411972,
-0.04936714470386505,
0.030163085088133812,
-0.003695235587656498,
0.018877694383263588,
-0.03287707641720772,
-0.0732433944940567,
-0.012384729459881783,
-0.006291133351624012,
0.10072684288024902,
-0.021024838089942932,
-0.011646111495792866,
-0.014085267670452595,
-0.0015942547470331192,
0.021900873631238937,
0.031812094151973724,
-0.007038339506834745,
0.03334086015820503,
0.03552235662937164,
-0.02664176933467388,
-0.005874587222933769,
-0.06424256414175034,
-0.026676123961806297,
-0.040950339287519455,
-0.03820199519395828,
0.03813328593969345,
-0.04744330421090126,
0.031554434448480606,
-0.02112790197134018,
0.010005692951381207,
0.0009205882088281214,
-0.05342095345258713,
-0.032808367162942886,
0.024752281606197357,
0.027277324348688126,
0.04435141757130623,
0.022433364763855934,
-0.01646430417895317,
-0.04569123312830925,
-0.06778105348348618,
-0.00827509444206953,
-0.06578850746154785,
-0.06915523111820221,
-0.0005174617981538177,
0.05397062376141548,
0.017658116295933723,
-0.01119091734290123,
-0.03710265830159187,
0.0332721509039402,
0.053936269134283066,
-0.04569123312830925,
0.004457471892237663,
0.04318337142467499,
-0.016326887533068657,
0.058058787137269974,
0.041877906769514084,
0.02246771939098835,
0.007794134318828583,
0.018328025937080383,
-0.006085007451474667,
0.05328353866934776,
0.03320344164967537,
-0.07310597598552704,
-0.005273386836051941,
-0.02087024413049221,
0.0591924786567688,
-0.011843648739159107,
-0.036759112030267715,
0.04308030754327774,
-0.008412512019276619,
-0.008597166277468204,
0.027552157640457153,
0.04953891783952713,
0.009876864962279797,
-0.06427691876888275,
-0.022587960585951805,
0.036518633365631104,
0.02423696778714657,
-0.026624592021107674,
-0.04727153107523918,
0.03234458342194557,
-0.03892343491315842,
0.01648148149251938,
-0.011233859695494175,
0.049092311412096024,
0.0034053712151944637,
0.027878524735569954,
0.012118483893573284,
0.05348966270685196,
0.02841101586818695,
-0.004556240513920784,
0.016498658806085587,
-0.011122208088636398,
-0.03275683522224426,
-0.007794134318828583,
-0.03188079968094826,
-0.036346860229969025,
-0.000011842843377962708,
0.08567965030670166,
-0.0626622661948204,
0.029699303209781647,
0.019547604024410248,
0.0006929908995516598,
-0.026779185980558395,
0.005011435132473707,
-0.01216142624616623,
0.023120451718568802,
0.017460579052567482,
0.02841101586818695,
-0.012444849126040936,
0.04847393557429314,
-0.07076988369226456,
-0.005810172762721777,
-0.0060978904366493225,
-0.02121378667652607,
-0.045485109090805054,
-0.04335514083504677,
-0.022519251331686974,
-0.018980756402015686,
-0.004251345992088318,
0.007008279673755169,
0.05015729367733002,
-0.00313268369063735,
0.0702202096581459,
-0.01927276886999607,
0.040366318076848984,
0.017202921211719513,
0.05668461322784424,
0.02456333301961422,
-0.0896647572517395,
0.023086097091436386,
-0.04771813750267029,
0.03988535702228546,
0.008446866646409035,
-0.001278624520637095,
0.03799586743116379,
0.028651496395468712,
-0.01052100770175457,
0.006746327970176935,
-0.029699303209781647,
0.10017717629671097,
-0.03322061896324158,
-0.011740585789084435,
-0.02406519465148449,
-0.004395204596221447,
-0.0660976991057396,
-0.09983363002538681,
0.05750911682844162,
-0.07736591249704361,
-0.04668750986456871,
-0.013509833253920078,
-0.02045799233019352,
0.006312604993581772,
-0.011860826052725315,
-0.01148292887955904,
0.007897197268903255,
0.02531912736594677,
0.003439725376665592,
0.02547372132539749,
-0.026693299412727356,
0.0032056868076324463,
-0.05087873712182045,
0.012599444016814232,
0.056203652173280716,
-0.017245864495635033,
0.04383610188961029,
0.04637832194566727,
-0.021814987063407898,
0.091588594019413,
0.06475787609815598,
0.002143923658877611,
-0.0063211931847035885,
0.03857989236712456,
0.02834230661392212,
0.010709956288337708,
-0.038270704448223114,
0.07076988369226456,
-0.007648128550499678,
-0.025422191247344017,
0.007089870981872082,
0.0762665718793869,
0.033581338822841644,
0.04098469391465187,
-0.019221236929297447,
0.018551329150795937,
0.017967304214835167,
0.03930133208632469,
-0.011800706386566162,
-0.00984251033514738,
0.01827649399638176,
-0.0023425347171723843,
0.009121069684624672,
0.04088163003325462,
0.022759731858968735,
-0.018654391169548035,
0.018156254664063454,
0.062490493059158325,
0.03545365110039711,
0.010615481995046139,
-0.013423947617411613,
-0.03648427873849869,
0.006523024756461382,
0.0531461201608181,
0.016962440684437752,
-0.02439156174659729,
-0.016601720824837685,
-0.03425125032663345,
0.04184355214238167,
-0.011543048545718193,
0.016928087919950485,
-0.054211102426052094,
-0.005951884668320417,
-0.036243800073862076,
0.04294288903474808,
0.011766351759433746,
0.010555362328886986,
0.026555882766842842,
0.00716716842725873,
-0.013106170110404491,
0.01303746085613966,
-0.03200104087591171,
-0.031210891902446747,
-0.07097601145505905,
-0.04070986062288284,
0.008790409192442894,
-0.03861424699425697,
-0.06626946479082108,
0.0052304440177977085,
0.01056395098567009,
0.030987588688731194,
-0.01665325276553631,
0.0055525158531963825,
-0.004122517537325621,
0.016163703054189682,
-0.011113619431853294,
0.012419084087014198,
0.0066432650201022625,
-0.08808445185422897,
0.020080095157027245,
0.016447126865386963,
-0.005024318117648363,
0.031125007197260857,
0.05572269484400749,
0.026933779940009117,
0.016112172976136208,
0.019152529537677765,
0.04610348492860794,
0.07729720324277878,
0.03933568671345711,
0.02356705814599991,
-0.04328643158078194,
-0.011087854392826557,
-0.04390481114387512,
-0.057887014001607895,
0.005668461322784424,
-0.04885183274745941,
0.016644664108753204,
0.04685928300023079,
0.03143419697880745,
-0.005999121814966202,
0.022330302745103836,
-0.03043792024254799,
0.001727377763018012,
-0.10299422591924667,
0.04057244211435318,
-0.0524933896958828,
-0.031039120629429817,
0.016945263370871544,
-0.01585451513528824,
0.00831803772598505,
-0.05599752813577652,
0.06884603947401047,
0.017443401739001274,
-0.04885183274745941,
0.027466272935271263,
0.033650048077106476,
-0.001979667227715254,
-0.013286530040204525,
0.07880879193544388,
-0.008678757585585117,
-0.016283944249153137,
0.025508075952529907,
-0.008764644153416157,
-0.010366413742303848,
0.10938412696123123,
-0.04778684675693512,
-0.005917530041188002,
0.023017389699816704,
-0.004964197985827923,
0.015124485827982426,
-0.043389495462179184,
-0.020595408976078033,
0.052355971187353134,
0.022656667977571487,
-0.047649431973695755,
0.003106917953118682,
-0.08032038062810898,
-0.025765733793377876,
-0.02968212589621544,
-0.00258730910718441,
0.0020730679389089346,
-0.03686217591166496,
0.022089822217822075,
-0.007828488945960999,
-0.05500125139951706,
0.08183196932077408,
0.0009055581758730114,
0.03991971164941788,
-0.005256209522485733,
-0.06252484768629074,
0.009662150405347347,
-0.03026614896953106,
0.02272537723183632,
0.025439368560910225,
-0.02320633828639984,
0.028033118695020676,
0.005166029557585716,
-0.01530484575778246,
0.020646940916776657,
-0.020269043743610382,
-0.041534364223480225,
0.02037210762500763,
0.0003905119083356112,
-0.015279079787433147,
0.02507864683866501,
-0.033667225390672684,
0.03493833541870117,
0.04064115136861801,
0.0023360932245850563,
0.020011385902762413,
-0.004637832287698984,
0.02691660262644291,
-0.007643834222108126,
0.0017563641304150224,
-0.029699303209781647,
-0.024271320551633835,
-0.021522976458072662,
0.003970070276409388,
0.0464470311999321,
0.036518633365631104,
0.025027116760611534,
-0.016988206654787064,
0.03258506581187248,
0.021316850557923317,
-0.006046358961611986,
0.021763456985354424,
0.05857410281896591,
-0.01754646562039852,
-0.06434562802314758,
0.07434272766113281,
-0.006896628066897392,
-0.01378466747701168,
-0.017417635768651962,
0.005213266704231501,
0.05307741090655327,
-0.023240691050887108,
0.035659775137901306,
-0.02841101586818695,
-0.08808445185422897,
0.06778105348348618,
-0.010426533408463001
] |
8,917 | sentencepiece | LoadFromRuleTSV | null | def LoadFromRuleTSV(self, filename):
return _sentencepiece.SentencePieceNormalizer_LoadFromRuleTSV(self, filename)
| (self, filename) | [
-0.016724474728107452,
0.06658561527729034,
0.011745300143957138,
-0.01903189718723297,
-0.0071825021877884865,
-0.02248435467481613,
-0.0009184147929772735,
0.05607209727168083,
0.0605134516954422,
0.011406993493437767,
-0.020176932215690613,
0.0020938122179359198,
-0.058709148317575455,
0.017869511619210243,
-0.002513442188501358,
0.04077024385333061,
-0.014312957413494587,
0.03775151073932648,
-0.02196388505399227,
-0.010183886624872684,
0.011979511938989162,
-0.007347318343818188,
0.005833614617586136,
-0.0098976269364357,
0.04569736868143082,
-0.05534343793988228,
-0.035287946462631226,
-0.05575981363654137,
-0.009984372183680534,
-0.056870151311159134,
-0.01544064562767744,
0.04458703100681305,
-0.02036777324974537,
0.04757106676697731,
-0.020263677462935448,
-0.09257447719573975,
-0.024115165695548058,
-0.047189388424158096,
-0.04295622184872627,
0.004172443877905607,
0.03053431026637554,
0.017296992242336273,
0.03848017007112503,
0.04243575036525726,
-0.02323036454617977,
-0.015787625685334206,
-0.00007027716492302716,
-0.006917929742485285,
-0.013679717667400837,
-0.033171363174915314,
0.0029710230883210897,
-0.0020103200804442167,
-0.013159246183931828,
0.01101663988083601,
-0.003268125234171748,
-0.022761939093470573,
-0.028851453214883804,
0.058709148317575455,
0.00845765694975853,
-0.0036563100293278694,
0.03743922710418701,
-0.006878894288092852,
0.009715462103486061,
-0.003357039066031575,
0.017904208973050117,
0.005005198065191507,
0.04312971234321594,
0.03410821035504341,
0.01003641914576292,
-0.022137373685836792,
-0.008214769884943962,
-0.004157263785600662,
0.016039187088608742,
-0.006683717481791973,
0.04469112679362297,
0.06658561527729034,
-0.02886880189180374,
-0.039555810391902924,
-0.0004033651784993708,
0.02461828663945198,
-0.04344199597835541,
0.024878522381186485,
0.0537126250565052,
0.001339128939434886,
-0.04659952223300934,
-0.07286596298217773,
0.08188746869564056,
-0.032477401196956635,
-0.08334478735923767,
0.008197421208024025,
-0.00860512349754572,
-0.009299085475504398,
-0.07765430212020874,
-0.027532925829291344,
-0.023768184706568718,
-0.01478138193488121,
0.03924352675676346,
-0.01587437093257904,
-0.0722414031624794,
-0.08362237364053726,
-0.003875341732054949,
0.029788300395011902,
0.000994316884316504,
0.008357900194823742,
0.009567995555698872,
-0.001692615682259202,
-0.022571099922060966,
0.034489892423152924,
-0.011667229235172272,
0.007542495150119066,
-0.03513180464506149,
0.03889654576778412,
0.053365644067525864,
0.059854187071323395,
0.021131129935383797,
-0.07772369682788849,
-0.025277551263570786,
0.001975621795281768,
-0.032997872680425644,
0.04229695722460747,
0.024149863049387932,
0.00035402883077040315,
-0.06724487990140915,
0.006926604080945253,
-0.059403110295534134,
-0.04378897696733475,
0.007815741933882236,
-0.055308736860752106,
0.08202625811100006,
-0.05829277262091637,
0.00811067596077919,
-0.005217723548412323,
0.023369155824184418,
-0.030048536136746407,
0.0024375400971621275,
-0.08008316904306412,
0.035287946462631226,
0.035912513732910156,
0.029354574158787727,
0.028573868796229362,
0.049618251621723175,
0.02846977487206459,
0.020523913204669952,
-0.10513518005609512,
-0.02727269008755684,
-0.028209539130330086,
-0.031141526997089386,
0.01090387161821127,
-0.021044384688138962,
0.06217895820736885,
0.016368819400668144,
-0.028105443343520164,
-0.02968420647084713,
-0.02904229238629341,
0.05829277262091637,
-0.027168596163392067,
-0.02123522385954857,
-0.03848017007112503,
0.02088824287056923,
-0.059854187071323395,
-0.012074931524693966,
0.012499983422458172,
-0.051630742847919464,
0.00008322117355419323,
0.016481587663292885,
-0.0009493177640251815,
0.018424680456519127,
-0.039486415684223175,
-0.034090861678123474,
-0.0185287743806839,
-0.024201910942792892,
0.004445691592991352,
-0.07321294397115707,
0.11027049273252487,
0.06880629062652588,
-0.04378897696733475,
0.029805650934576988,
0.04153360053896904,
0.005976743996143341,
0.04573206976056099,
-0.02727269008755684,
0.01771336980164051,
0.02536429651081562,
-0.011519762687385082,
0.031315017491579056,
0.02387227863073349,
0.010140514001250267,
0.06412205100059509,
-0.041047826409339905,
-0.022866034880280495,
0.06342808902263641,
-0.030169980600476265,
0.03313666582107544,
-0.011736624874174595,
0.005317480769008398,
-0.03907003626227379,
-0.04163769632577896,
0.02277928963303566,
-0.022328214719891548,
-0.06682850420475006,
0.010157862678170204,
0.003209572285413742,
0.03976399824023247,
0.0210617333650589,
-0.06498949974775314,
0.041845884174108505,
-0.016603030264377594,
-0.003736549522727728,
-0.014330307021737099,
0.03820258378982544,
0.012630101293325424,
-0.0663774237036705,
0.0005979997222311795,
0.027741113677620888,
0.02905964106321335,
-0.06280352175235748,
-0.061172712594270706,
0.02715124748647213,
-0.046044349670410156,
0.0115631353110075,
0.04937536641955376,
0.03723103925585747,
-0.024236608296632767,
-0.0006852870574221015,
-0.01927478238940239,
-0.007208526134490967,
0.0010452796705067158,
0.014391028322279453,
-0.020038140937685966,
0.05270638316869736,
-0.001784782507456839,
-0.004244009032845497,
0.01655965857207775,
-0.02255375124514103,
0.053816720843315125,
0.011866742745041847,
0.005660124123096466,
0.046738311648368835,
0.04868140444159508,
0.03003118745982647,
-0.023889627307653427,
-0.014703311026096344,
0.008739578537642956,
-0.028435075655579567,
0.016828568652272224,
0.06721018254756927,
0.017583250999450684,
-0.028782056644558907,
-0.02508671209216118,
0.03289378061890602,
0.053122758865356445,
-0.015666183084249496,
-0.03671056777238846,
0.0910477563738823,
-0.022189421579241753,
-0.03594721108675003,
-0.005339167080819607,
-0.017617950215935707,
0.01544931996613741,
-0.00868753157556057,
0.0039230515249073505,
0.019413575530052185,
0.05124906450510025,
-0.009463900700211525,
-0.031072130426764488,
-0.04389306902885437,
-0.07106166332960129,
-0.008253805339336395,
0.04566267132759094,
-0.02335180714726448,
-0.024201910942792892,
0.029701555147767067,
-0.04410126060247421,
0.013245991431176662,
-0.035704322159290314,
0.006731427274644375,
-0.020732102915644646,
0.0030512623488903046,
0.059611301869153976,
0.015969790518283844,
0.006562274415045977,
0.0041876244358718395,
0.001139615080319345,
-0.00011547954636625946,
0.019934047013521194,
-0.02151280827820301,
-0.03249474987387657,
-0.08827191591262817,
0.010348701849579811,
-0.023507948964834213,
-0.012959732674062252,
-0.01788686029613018,
0.048126235604286194,
-0.040527354925870895,
0.0006733596092090011,
-0.0479874424636364,
-0.0038428122643381357,
-0.022987477481365204,
0.06523238867521286,
-0.005946383345872164,
-0.026943057775497437,
-0.05135315656661987,
0.08140169084072113,
0.011094710789620876,
-0.025069361552596092,
0.008492355234920979,
-0.019691159948706627,
-0.0044153304770588875,
0.03388267382979393,
-0.019535018131136894,
-0.017158200964331627,
0.03820258378982544,
-0.08008316904306412,
-0.04510750249028206,
0.08272022008895874,
0.0682511255145073,
-0.04854261130094528,
-0.008856684900820255,
0.08681459724903107,
-0.028192188590765,
-0.05607209727168083,
0.008106338791549206,
0.047258783131837845,
-0.02290073223412037,
0.04031916707754135,
-0.02727269008755684,
0.059403110295534134,
-0.08577365428209305,
0.008119350299239159,
-0.025329597294330597,
0.05843156576156616,
-0.024410098791122437,
0.004471715074032545,
0.0032486077398061752,
-0.054510682821273804,
-0.018598170951008797,
0.04326850548386574,
0.053747326135635376,
0.023126270622015,
0.001635147025808692,
0.06762655824422836,
0.010140514001250267,
0.017973605543375015,
-0.05475356802344322,
0.04521159827709198,
0.01248263381421566,
-0.06932676583528519,
-0.006054814904928207,
0.041394807398319244,
0.024201910942792892,
-0.028226887807250023,
-0.0461137481033802,
0.013905255123972893,
0.050485704094171524,
-0.05152664706110954,
-0.02185978926718235,
0.026474634185433388,
0.044482938945293427,
0.009680763818323612,
-0.0395905077457428,
-0.05086738243699074,
-0.02727269008755684,
-0.04031916707754135,
-0.0001404187933076173,
0.05641907826066017,
-0.027480877935886383,
0.014165490865707397,
-0.06783474236726761,
-0.03466338291764259,
0.056974247097969055,
-0.03695345297455788,
0.013480204157531261,
0.039555810391902924,
-0.033917371183633804,
0.009082222357392311,
-0.03757802024483681,
-0.029076989740133286,
0.018424680456519127,
0.03848017007112503,
0.0021393534261733294,
0.048750802874565125,
0.054961755871772766,
0.018736962229013443,
0.050242818892002106,
-0.026474634185433388,
-0.006076501216739416,
-0.0324600525200367,
0.05929901823401451,
0.032650891691446304,
-0.03917413204908371,
0.03209572285413742,
-0.001136362086981535,
0.02215472422540188,
-0.02531224861741066,
0.001078893430531025,
0.03462868183851242,
-0.06165848672389984,
-0.0035912510938942432,
0.06120741367340088,
-0.010678334161639214,
-0.0377168133854866,
0.005087605677545071,
0.017800115048885345,
0.03858426585793495,
-0.08625942468643188,
0.02744618058204651,
0.013280689716339111,
0.05631498247385025,
-0.050069328397512436,
-0.016984710469841957,
0.02963216044008732,
0.06568346172571182,
-0.0066490196622908115,
-0.06339339166879654,
-0.03089863993227482,
0.010799776762723923,
0.0201942827552557,
0.003875341732054949,
0.00706105912104249,
-0.006917929742485285,
-0.015683531761169434,
0.053296249359846115,
-0.004632193595170975,
-0.015189084224402905,
0.024930570274591446,
0.011901441030204296,
-0.029528064653277397,
-0.031020082533359528,
-0.0213913656771183,
0.00044538237852975726,
-0.014885475859045982,
-0.016950011253356934,
-0.00019246591546107084,
-0.04757106676697731,
0.036918755620718,
-0.022310864180326462,
-0.021044384688138962,
0.013055152259767056,
-0.008952104486525059,
0.0353226438164711,
-0.010157862678170204,
0.02421925961971283,
0.04628723859786987,
0.009333783760666847,
0.0069916630163788795,
-0.048230331391096115,
-0.06162378937005997,
-0.03719634190201759,
-0.06832052022218704,
-0.06207486242055893,
-0.045593276619911194,
0.06436493992805481,
0.013584298081696033,
0.019170688465237617,
-0.0571824349462986,
0.03848017007112503,
0.008088990114629269,
-0.02871266007423401,
-0.002012488665059209,
0.05499645695090294,
-0.010201235301792622,
0.01254335604608059,
0.03584311529994011,
0.008531390689313412,
-0.0032507763244211674,
-0.053851418197155,
-0.023889627307653427,
0.02911168895661831,
-0.013037803582847118,
-0.03823728486895561,
-0.04396246746182442,
-0.051630742847919464,
0.023854929953813553,
-0.041845884174108505,
-0.04229695722460747,
0.08563485741615295,
0.03214776888489723,
-0.04764046147465706,
-0.003413423663005233,
0.046044349670410156,
-0.009741486050188541,
-0.01897984929382801,
-0.04434414580464363,
0.02196388505399227,
0.036675870418548584,
0.024982616305351257,
-0.04181118682026863,
0.0026674149557948112,
-0.002888615010306239,
-0.03736983239650726,
-0.00566446129232645,
0.004395812749862671,
0.0003299028321634978,
-0.0020016455091536045,
0.030048536136746407,
0.047779254615306854,
0.009038849733769894,
0.03136706352233887,
-0.0017446627607569098,
0.00722153764218092,
0.013089850544929504,
-0.020176932215690613,
-0.027984000742435455,
-0.02225881814956665,
0.00008023931150091812,
0.07793188840150833,
-0.04188058152794838,
0.042886827141046524,
-0.00017267715884372592,
-0.04528099298477173,
0.01937887817621231,
-0.018147096037864685,
0.005074594169855118,
0.010400748811662197,
0.04406655952334404,
0.061693184077739716,
-0.017748067155480385,
0.030291423201560974,
-0.02645728550851345,
0.04666891694068909,
-0.030013838782906532,
-0.06939616054296494,
-0.006111199036240578,
-0.022501705214381218,
-0.039312925189733505,
0.004122565500438213,
-0.04316440969705582,
0.033223409205675125,
0.06665500998497009,
-0.005716508720070124,
0.0663774237036705,
-0.05135315656661987,
0.023785533383488655,
-0.018598170951008797,
0.004987848922610283,
0.03681466355919838,
-0.03643298149108887,
-0.0197258573025465,
0.0028495797887444496,
-0.0014378016348928213,
-0.031609948724508286,
-0.016611704602837563,
-0.002977528842166066,
0.029944442212581635,
-0.0008051038603298366,
-0.0230568740516901,
-0.025815371423959732,
0.035287946462631226,
-0.04028446972370148,
-0.005490971263498068,
-0.0054649473167955875,
0.031436458230018616,
0.0014182840241119266,
-0.06790414452552795,
0.038271982222795486,
-0.049548856914043427,
-0.038618963211774826,
0.03209572285413742,
-0.030811894685029984,
-0.03082924336194992,
0.00015017762780189514,
-0.023334458470344543,
0.00455846032127738,
0.03272029012441635,
0.012638775631785393,
0.04007628187537193,
-0.04316440969705582,
0.04243575036525726,
-0.07390690594911575,
0.02163425274193287,
0.05919492244720459,
0.01348887849599123,
0.01880635879933834,
0.026318492367863655,
-0.02416721172630787,
0.014590542763471603,
0.04129071533679962,
-0.008821986615657806,
-0.00943787768483162,
0.043511390686035156,
0.002248869277536869,
0.0008061882108449936,
-0.022137373685836792,
0.06380976736545563,
0.0010019070468842983,
0.027480877935886383,
0.011519762687385082,
0.10575974732637405,
0.031436458230018616,
0.025798022747039795,
0.008145374245941639,
0.0435807891190052,
0.007702973671257496,
0.03723103925585747,
-0.00942920334637165,
-0.03475012630224228,
0.04111722484230995,
0.016360145062208176,
-0.005612414330244064,
0.027532925829291344,
0.015111013315618038,
-0.013861882500350475,
0.004914115648716688,
0.048785500228405,
0.024358050897717476,
-0.056453775614500046,
0.02243230864405632,
-0.020055489614605904,
0.0034004116896539927,
0.053469739854335785,
0.024063117802143097,
-0.030239375308156013,
0.02951071597635746,
-0.07834826409816742,
0.0663774237036705,
0.013792486861348152,
0.030968036502599716,
-0.03636358678340912,
-0.012829614803195,
-0.09875073283910751,
0.04066614806652069,
0.028157491236925125,
0.019083943217992783,
0.020836196839809418,
0.03525324910879135,
0.032408006489276886,
0.029319876804947853,
-0.031661998480558395,
-0.04649542644619942,
-0.09042319655418396,
0.011944813653826714,
-0.028834104537963867,
-0.02571127749979496,
-0.017643973231315613,
0.0076249027624726295,
0.013983326032757759,
0.017132176086306572,
-0.020107537508010864,
0.027827858924865723,
-0.0024050106294453144,
-0.016767846420407295,
-0.05742532014846802,
0.028140142560005188,
0.012257096357643604,
-0.03343160077929497,
-0.00210573966614902,
-0.014208863489329815,
-0.018095048144459724,
0.018667567521333694,
0.06027056276798248,
0.03979869559407234,
0.03893124312162399,
-0.03412556275725365,
0.011112059466540813,
0.032702941447496414,
0.03353569284081459,
0.03516650199890137,
-0.04871610179543495,
0.04441354051232338,
-0.0016275567468255758,
-0.02595416270196438,
0.028174839913845062,
-0.011337597854435444,
0.022241469472646713,
0.05440658703446388,
0.027810510247945786,
0.04274803400039673,
0.030239375308156013,
-0.023559994995594025,
0.02784520946443081,
-0.03972930088639259,
0.025902116671204567,
-0.044725824147462845,
0.007264910265803337,
0.04337259754538536,
-0.03150585666298866,
-0.0025763323064893484,
-0.011962163262069225,
0.05100617557764053,
-0.01280359085649252,
0.018789010122418404,
0.06616923958063126,
0.02881675399839878,
-0.06256064027547836,
-0.04267863929271698,
0.0036367925349622965,
-0.028521820902824402,
0.020333074033260345,
0.010522192344069481,
-0.04264393821358681,
-0.05770290642976761,
0.07931981235742569,
-0.07862585037946701,
0.019292132928967476,
0.01771336980164051,
-0.008336213417351246,
0.037022851407527924,
-0.047015897929668427,
-0.008900057524442673,
0.04299091920256615,
0.004588820971548557,
-0.061519693583250046,
0.0018845393788069487,
-0.034437842667102814,
-0.003669321769848466,
-0.019413575530052185,
0.01737506315112114,
-0.007425388786941767,
-0.044274747371673584,
0.016984710469841957,
0.027185944840312004,
-0.03646768257021904,
0.06162378937005997,
0.005547355394810438,
0.042088769376277924,
0.0019344178726896644,
-0.0741150975227356,
-0.012083605863153934,
-0.018216490745544434,
-0.025208154693245888,
-0.009880278259515762,
-0.03934762254357338,
0.0001223242870764807,
0.06599574536085129,
0.01731434091925621,
0.02382023073732853,
0.0006646850961260498,
0.020281028002500534,
-0.015015593729913235,
-0.004395812749862671,
0.01507631503045559,
-0.015319202095270157,
-0.009377156384289265,
-0.022397609427571297,
-0.010296654887497425,
-0.016897965222597122,
-0.012439261190593243,
0.008583437651395798,
0.04170709103345871,
0.01656833291053772,
-0.005720845889300108,
-0.05274108052253723,
-0.01697603613138199,
-0.036675870418548584,
0.019135991111397743,
0.04882019758224487,
0.02409781515598297,
0.018893104046583176,
-0.018962500616908073,
0.03008323535323143,
0.0024548890069127083,
0.011719276197254658,
0.012916360050439835,
0.030759846791625023,
0.016663752496242523,
-0.03927822411060333,
0.09868133813142776,
-0.04014567658305168,
-0.02290073223412037,
-0.02807074598968029,
-0.0022922419011592865,
-0.010999291203916073,
-0.014234887436032295,
0.04677300900220871,
-0.003708357224240899,
-0.04899368807673454,
0.07376811653375626,
0.016464238986372948
] |
8,918 | sentencepiece | LoadFromSerializedProto | null | def LoadFromSerializedProto(self, serialized):
return _sentencepiece.SentencePieceNormalizer_LoadFromSerializedProto(self, serialized)
| (self, serialized) | [
-0.004208692815154791,
0.02573401853442192,
-0.025907661765813828,
0.053135018795728683,
-0.03259294852614403,
-0.061435192823410034,
0.03893095254898071,
0.07800081372261047,
0.06786001473665237,
0.028199760243296623,
0.009151031263172626,
-0.005196291953325272,
-0.07355553656816483,
-0.009263899177312851,
-0.02118454873561859,
0.043480418622493744,
-0.010540181770920753,
-0.03514551371335983,
-0.05014834180474281,
-0.016721902415156364,
0.019413381814956665,
0.0351281501352787,
0.01100033801048994,
0.055878590792417526,
0.05705936998128891,
-0.02786983735859394,
-0.011816463433206081,
-0.02382393553853035,
-0.0040589249692857265,
-0.03502396494150162,
0.015063603408634663,
-0.015436938032507896,
-0.012736775912344456,
0.06313690543174744,
0.016773995012044907,
-0.01113057043403387,
-0.022608429193496704,
0.03566644713282585,
-0.042716387659311295,
-0.01925710216164589,
-0.02114982157945633,
-0.034103650599718094,
-0.005092105828225613,
0.0028694646898657084,
0.04094522073864937,
0.015810271725058556,
0.01932656019926071,
0.05896944925189018,
-0.008222036063671112,
-0.02813030406832695,
0.009776148945093155,
-0.025056807324290276,
0.00896002259105444,
0.0482729896903038,
-0.027470456436276436,
-0.00704125827178359,
0.03861839324235916,
0.08800270408391953,
0.01870144158601761,
0.05004415661096573,
0.0036790790036320686,
-0.024796340614557266,
-0.03476350009441376,
0.00978483073413372,
0.01658298820257187,
-0.042473286390304565,
0.023771842941641808,
-0.02038578689098358,
-0.01624438166618347,
-0.02545618824660778,
-0.011321579106152058,
0.01704314351081848,
-0.0032189227640628815,
0.011747006326913834,
0.01431693509221077,
0.04341096058487892,
0.03266240656375885,
-0.014794455841183662,
0.011781735345721245,
0.0534823052585125,
0.010783283039927483,
-0.010053979232907295,
-0.02816503308713436,
-0.008630099706351757,
-0.06980482488870621,
-0.051502764225006104,
0.07723678648471832,
-0.053412847220897675,
-0.04695329815149307,
0.015124378725886345,
-0.01927446760237217,
0.057997044175863266,
-0.043792977929115295,
0.03210674598813057,
-0.00992374587804079,
-0.03757653012871742,
0.017598804086446762,
0.018406247720122337,
-0.0033339618239551783,
-0.0351281501352787,
0.0028217125218361616,
0.0584137924015522,
-0.07556980103254318,
-0.01821523904800415,
-0.0036378386430442333,
0.0005860480014234781,
0.03370426967740059,
-0.01300592441111803,
-0.026445958763360977,
-0.0235981997102499,
-0.005400323774665594,
0.03432938829064369,
-0.04455701261758804,
0.03401682898402214,
0.02036842331290245,
-0.03663885220885277,
0.020698346197605133,
-0.026880066841840744,
-0.012962513603270054,
0.04042428731918335,
-0.028269218280911446,
0.05681626871228218,
-0.049419037997722626,
0.011634137481451035,
-0.08307121694087982,
-0.02868596464395523,
0.058830536901950836,
-0.04518212750554085,
0.06841567903757095,
-0.06848513334989548,
0.04848136380314827,
-0.015046239830553532,
-0.014377710409462452,
-0.005404664669185877,
0.01687818206846714,
-0.01700841449201107,
0.05605223402380943,
0.012076929211616516,
-0.058483246713876724,
0.03219357132911682,
0.045633602887392044,
0.04816880449652672,
0.05698991194367409,
-0.042473286390304565,
-0.00015261665976140648,
0.019708577543497086,
-0.0006267457501962781,
-0.00021651216957252473,
-0.03823637589812279,
0.013440033420920372,
0.026567509397864342,
-0.03379109129309654,
-0.026185492053627968,
-0.009359403513371944,
0.020976176485419273,
-0.04229964315891266,
-0.07258313149213791,
-0.07550034672021866,
0.02491789311170578,
-0.034450940787792206,
-0.010158165358006954,
0.033895280212163925,
-0.00004107084168936126,
-0.06108790636062622,
-0.019899584352970123,
0.011417083442211151,
0.05091237649321556,
-0.028720691800117493,
-0.07480576634407043,
0.0028499297332018614,
-0.03054395318031311,
0.021097727119922638,
-0.040077000856399536,
0.0545588955283165,
0.04341096058487892,
-0.02868596464395523,
0.019656483083963394,
0.016904229298233986,
-0.02352874167263508,
0.013170885853469372,
0.01285832654684782,
0.049106478691101074,
0.04160506650805473,
-0.057927586138248444,
0.034902412444353104,
0.01901400089263916,
0.04045901820063591,
0.04875919222831726,
0.013987012207508087,
-0.025890298187732697,
0.006303271744400263,
0.015219883061945438,
0.029588911682367325,
0.024796340614557266,
-0.0034641947131603956,
0.006403116974979639,
-0.036534667015075684,
-0.020958812907338142,
-0.06324108690023422,
-0.03339171037077904,
-0.0035531872417777777,
0.007306064944714308,
0.022313235327601433,
-0.05310028791427612,
-0.11842510104179382,
0.05601750686764717,
0.00034104735823348165,
0.04480011388659477,
0.01700841449201107,
-0.03590954840183258,
-0.006125286687165499,
-0.06855458766222,
0.0334264412522316,
-0.022591063752770424,
0.056677352637052536,
-0.09362876415252686,
-0.02809557504951954,
0.0054958276450634,
0.016965003684163094,
0.019482839852571487,
0.09390659630298615,
0.0200558640062809,
-0.028043480589985847,
-0.006906684022396803,
-0.05650370940566063,
0.018875086680054665,
-0.04420972242951393,
-0.029849378392100334,
-0.05039144307374954,
0.002524347510188818,
0.004692724905908108,
0.004870709963142872,
-0.005213656462728977,
-0.027713557705283165,
0.0401117280125618,
0.06518589705228806,
0.013683135621249676,
0.023233547806739807,
0.04129250720143318,
0.01793740876019001,
-0.0050617181695997715,
-0.017199423164129257,
-0.038410019129514694,
-0.006251178681850433,
-0.014438485726714134,
0.060948990285396576,
0.03191573917865753,
-0.03193310275673866,
0.004662337247282267,
0.02755727805197239,
0.03238457813858986,
0.011538634076714516,
-0.03247139975428581,
0.03875730559229851,
0.008721262216567993,
-0.025595102459192276,
0.019396018236875534,
-0.03611791878938675,
0.0338258221745491,
0.046744924038648605,
-0.06032387167215347,
0.0029736508149653673,
0.021601295098662376,
0.03425993025302887,
0.019760670140385628,
-0.049419037997722626,
-0.007444980088621378,
0.028286583721637726,
0.08064020425081253,
-0.008248082362115383,
-0.02114982157945633,
0.004349778406322002,
0.008139555342495441,
0.004111018031835556,
0.008556300774216652,
-0.0381321907043457,
-0.021340828388929367,
-0.008790720254182816,
0.10244987159967422,
0.05494091287255287,
0.0038158234674483538,
0.0014151973882690072,
0.010401266627013683,
-0.054211609065532684,
0.04202181100845337,
0.011920650489628315,
0.010366537608206272,
-0.060150228440761566,
-0.05098183453083038,
-0.06483861058950424,
0.025126265361905098,
-0.02146237902343273,
0.026463322341442108,
-0.0256645604968071,
-0.02200067602097988,
-0.05560075864195824,
-0.03316597640514374,
-0.007809631992131472,
0.04455701261758804,
-0.018944544717669487,
0.00839133933186531,
-0.06112263351678848,
0.05445471033453941,
0.006255519576370716,
0.010531499050557613,
-0.02116718515753746,
-0.026133399456739426,
0.00006450597720686346,
0.0011959719704464078,
-0.03340907767415047,
-0.027974024415016174,
0.037055596709251404,
-0.055566031485795975,
-0.0018254310125485063,
0.058517977595329285,
0.07397227734327316,
0.0216707531362772,
-0.002795665990561247,
0.07202746719121933,
0.022035405039787292,
-0.03141217306256294,
0.022295869886875153,
0.012484992854297161,
0.018927179276943207,
-0.012467628344893456,
-0.07404173910617828,
0.014855231158435345,
-0.033895280212163925,
0.028599141165614128,
-0.032558221369981766,
0.08258501440286636,
-0.066401407122612,
0.01619228906929493,
0.0008584517636336386,
-0.024292774498462677,
0.01501151081174612,
0.01777244731783867,
0.009836924262344837,
-0.015228565782308578,
-0.02542145922780037,
0.05011361464858055,
-0.010948244482278824,
0.030075114220380783,
0.0023637269623577595,
0.0026133398059755564,
0.013040653429925442,
-0.008226376958191395,
0.014334299601614475,
0.008573665283620358,
0.01797213777899742,
-0.0670265257358551,
-0.04157033562660217,
-0.001066824421286583,
0.011173981241881847,
-0.05330866202712059,
-0.034711405634880066,
0.03959079831838608,
0.011859875172376633,
0.024310138076543808,
-0.04893283545970917,
-0.0018438806291669607,
-0.0340515598654747,
-0.004347607959061861,
-0.03622210770845413,
-0.023737113922834396,
-0.01366577111184597,
-0.006142651196569204,
-0.08925294131040573,
-0.009012116119265556,
0.04115359112620354,
-0.04358460754156113,
0.020160051062703133,
-0.008334904909133911,
-0.003498923499137163,
0.015219883061945438,
-0.005773657932877541,
-0.050704002380371094,
0.053725406527519226,
0.02279943786561489,
-0.024466417729854584,
0.03698613867163658,
0.039243508130311966,
0.012962513603270054,
0.06185193732380867,
0.05633006617426872,
0.03108224831521511,
0.03368690609931946,
0.04202181100845337,
0.03398210182785988,
-0.008617076091468334,
-0.02036842331290245,
-0.010896151885390282,
0.001217677490785718,
-0.024570604786276817,
-0.024796340614557266,
-0.0014629494398832321,
-0.008851495571434498,
-0.021740209311246872,
0.016756631433963776,
-0.02807820960879326,
0.004610244184732437,
0.0034034193959087133,
0.029085343703627586,
0.031481631100177765,
-0.05115547776222229,
0.013361894525587559,
-0.002533029532060027,
0.048655007034540176,
-0.05615641921758652,
0.03639575093984604,
-0.012059565633535385,
0.11147934943437576,
0.007818314246833324,
-0.07168018072843552,
-0.02995356358587742,
0.006125286687165499,
0.05806650221347809,
0.042125996202230453,
0.010349173098802567,
0.0016626399010419846,
-0.030682867392897606,
0.04507794231176376,
0.028234489262104034,
-0.05039144307374954,
0.0069631184451282024,
0.016088102012872696,
-0.05966402590274811,
-0.04962741211056709,
0.021306099370121956,
-0.01977803371846676,
0.005751952528953552,
-0.03516288101673126,
0.04893283545970917,
-0.05139857903122902,
0.02655014395713806,
-0.0010944989044219255,
0.014681586995720863,
-0.03719451278448105,
-0.04250801354646683,
0.0241364948451519,
0.03328752517700195,
0.028477590531110764,
-0.006129628047347069,
-0.008352269418537617,
0.021861759945750237,
-0.023389825597405434,
-0.08703029900789261,
0.060150228440761566,
0.037055596709251404,
-0.03533652424812317,
0.00885583646595478,
0.01797213777899742,
0.07060358673334122,
0.02788720279932022,
-0.0450432151556015,
0.0107225077226758,
0.08001508563756943,
-0.018545163795351982,
0.007414592429995537,
0.020403152331709862,
-0.007319088093936443,
0.03861839324235916,
-0.010392583906650543,
0.013578948564827442,
0.02335509844124317,
0.015940506011247635,
-0.010114754550158978,
0.024014944210648537,
-0.0050226482562720776,
-0.0011275997385382652,
0.048099346458911896,
-0.07244421541690826,
0.05275300145149231,
-0.03584009036421776,
-0.004909779876470566,
0.04855082184076309,
0.06782528758049011,
-0.026428593322634697,
-0.049141209572553635,
0.0035900864750146866,
0.005929937586188316,
-0.044070810079574585,
-0.07209692895412445,
-0.012511039152741432,
0.034902412444353104,
-0.024431688711047173,
-0.053968507796525955,
0.0530308298766613,
0.028755420818924904,
0.04493902623653412,
0.005508851259946823,
0.0690060630440712,
0.016947640106081963,
0.0158363189548254,
0.0659499317407608,
0.03427729383111,
0.029901470988988876,
-0.02707107551395893,
0.0312732569873333,
-0.05560075864195824,
-0.008608393371105194,
-0.010279715992510319,
-0.035510167479515076,
-0.0762643814086914,
-0.02915480174124241,
0.01351817324757576,
0.006229473277926445,
0.06140046566724777,
-0.006806838791817427,
0.010609638877213001,
-0.006338000297546387,
-0.025647196918725967,
0.00541334692388773,
0.009602504782378674,
0.015923140570521355,
0.055878590792417526,
0.011069795116782188,
0.03026612289249897,
-0.02783510833978653,
-0.00912498403340578,
0.041118863970041275,
0.011781735345721245,
-0.02542145922780037,
-0.023980215191841125,
-0.030700232833623886,
-0.027470456436276436,
-0.09460116922855377,
-0.04716166853904724,
0.06077534705400467,
-0.018684078007936478,
0.09522628784179688,
-0.02142765000462532,
0.03636102005839348,
-0.0031429536174982786,
0.0705341324210167,
0.029936200007796288,
-0.0010982973035424948,
-0.007761879824101925,
-0.0010516305919736624,
-0.0001938570785569027,
-0.02226114086806774,
-0.04636290669441223,
-0.021740209311246872,
0.02114982157945633,
0.013813368044793606,
0.05872634798288345,
-0.006806838791817427,
0.07570871710777283,
-0.042195454239845276,
-0.010001885704696178,
-0.01676531322300434,
0.007466685492545366,
-0.05084291845560074,
-0.050460901111364365,
0.014803137630224228,
-0.09265635907649994,
-0.08814162015914917,
0.000681552104651928,
-0.016643762588500977,
0.021514473482966423,
0.006381411571055651,
0.02460533380508423,
0.005152881145477295,
0.032245662063360214,
0.014490579254925251,
0.07251366972923279,
-0.03316597640514374,
0.010297080501914024,
-0.046432364732027054,
0.0005583735182881355,
0.052614085376262665,
0.02385866455733776,
0.01435166411101818,
0.02222641184926033,
0.021879125386476517,
0.05990712717175484,
-0.011217392981052399,
-0.03030085191130638,
-0.0010858166497200727,
0.07022157311439514,
-0.03448566794395447,
0.00811350904405117,
0.007731492165476084,
0.07126343250274658,
0.019656483083963394,
0.020802533254027367,
0.012814915738999844,
0.05806650221347809,
0.01220716256648302,
0.06758218258619308,
-0.013622360303997993,
0.051016561686992645,
0.01538484450429678,
0.04400135204195976,
0.013344530016183853,
-0.03436411917209625,
0.07494468241930008,
0.034416209906339645,
-0.007657693699002266,
-0.0033144268672913313,
-0.03481559082865715,
0.022347962483763695,
0.007861725054681301,
0.034954506903886795,
0.049106478691101074,
-0.05480199679732323,
-0.02142765000462532,
0.03184628114104271,
0.03566644713282585,
0.05889999493956566,
0.0023919439408928156,
0.005131175741553307,
-0.022712616249918938,
-0.050460901111364365,
0.055045098066329956,
-0.039729710668325424,
-0.011781735345721245,
-0.042438555508852005,
0.00896002259105444,
-0.06973537057638168,
0.049384310841560364,
-0.0033187679946422577,
-0.005109470337629318,
0.018944544717669487,
-0.058274876326322556,
-0.016678491607308388,
-0.008122190833091736,
-0.009463589638471603,
-0.026046577841043472,
-0.08716921508312225,
-0.002398455748334527,
-0.00012928327487315983,
-0.013648406602442265,
-0.022087497636675835,
-0.0035814044531434774,
-0.04664073884487152,
0.00635102391242981,
-0.034103650599718094,
0.011755688115954399,
0.025612467899918556,
-0.017833223566412926,
-0.03587481752038002,
-0.050217799842357635,
-0.015306705608963966,
-0.05497564375400543,
-0.007978934794664383,
0.0024787660222500563,
-0.021827030926942825,
0.02543882466852665,
0.0627201572060585,
0.022070132195949554,
0.02943263202905655,
-0.015072286128997803,
-0.006298930384218693,
0.014273524284362793,
0.015324069187045097,
0.06181721016764641,
-0.005934278480708599,
0.05497564375400543,
0.0026155104860663414,
-0.05080819129943848,
-0.004286832641810179,
0.011877239681780338,
-0.013483445160090923,
0.01204220112413168,
0.03323543071746826,
-0.016070738434791565,
0.057163555175065994,
0.025386730208992958,
-0.06949226558208466,
-0.0808485746383667,
0.05469781160354614,
-0.04952322691679001,
-0.03743761405348778,
-0.0009371341438964009,
-0.0069197071716189384,
-0.025872932747006416,
-0.03457248955965042,
0.009593822993338108,
0.02007322944700718,
0.013431351631879807,
0.048863377422094345,
-0.021254006773233414,
-0.018892450258135796,
-0.040007542818784714,
0.05178059637546539,
-0.0010885298252105713,
0.0007444979855790734,
0.0024310138542205095,
-0.07813972979784012,
-0.008156919851899147,
0.023094631731510162,
-0.026046577841043472,
-0.018892450258135796,
0.044348638504743576,
-0.011078477837145329,
0.0024874480441212654,
-0.08126532286405563,
-0.03530179336667061,
0.06786001473665237,
-0.00750141404569149,
-0.031238527968525887,
-0.01793740876019001,
-0.03906986489892006,
-0.007744515780359507,
-0.012710729613900185,
-0.03488504886627197,
0.0012339565437287092,
-0.015315387398004532,
0.03026612289249897,
0.02031633071601391,
-0.020993541926145554,
0.0037441954482346773,
-0.03719451278448105,
0.018597256392240524,
0.06393566727638245,
-0.02622022107243538,
0.0066679236479103565,
-0.04771732911467552,
-0.008239400573074818,
-0.060914263129234314,
-0.04660600796341896,
0.03649993613362312,
0.006906684022396803,
0.015662675723433495,
-0.027956658974289894,
0.004332413896918297,
-0.01728624477982521,
0.009689326398074627,
-0.00011273284326307476,
-0.00012094022531528026,
-0.04070211946964264,
-0.06070588901638985,
-0.023094631731510162,
-0.045112673193216324,
-0.03000565618276596,
0.0006896916311234236,
0.0017917874502018094,
0.003772412659600377,
-0.009463589638471603,
-0.0024179904721677303,
0.009680644609034061,
-0.00783567875623703,
0.03865312039852142,
-0.05323920398950577,
0.02434486709535122,
0.042160727083683014,
0.011773052625358105,
-0.009559093974530697,
0.008256765082478523,
-0.005291796289384365,
0.03820164501667023,
-0.032054655253887177,
0.019951678812503815,
-0.01754671148955822,
-0.015775542706251144,
0.017468571662902832,
0.02226114086806774,
-0.03267977386713028,
-0.06386620551347733,
-0.042438555508852005,
-0.003937374334782362,
-0.015376162715256214,
0.008686533197760582,
0.019083458930253983,
-0.01877089962363243,
0.004024196416139603,
0.013596313074231148
] |
8,919 | sentencepiece | Normalize | null | def Normalize(self, input, with_offsets=None):
def _normalize(text):
if with_offsets:
return self._NormalizeWithOffsets(text)
return self._Normalize(text)
if type(input) is list:
return [_normalize(x) for x in input]
return _normalize(input)
| (self, input, with_offsets=None) | [
0.007257355842739344,
-0.02764873392879963,
-0.012399985454976559,
-0.041036173701286316,
-0.05292058736085892,
-0.017415907233953476,
-0.053969211876392365,
-0.02009863778948784,
0.07459215819835663,
0.033188968896865845,
-0.02464267797768116,
-0.03392300382256508,
0.03642222657799721,
-0.017354736104607582,
0.03135387599468231,
0.05805884674191475,
-0.000907715642824769,
0.0017717386363074183,
0.028470156714320183,
0.0014822744997218251,
0.009874547831714153,
0.01683916337788105,
-0.011569824069738388,
0.029780937358736992,
0.007956438697874546,
-0.006492733955383301,
0.026390384882688522,
-0.02065790444612503,
-0.050368934869766235,
-0.04456654563546181,
0.09549474716186523,
0.04907562956213951,
0.03159855306148529,
-0.014741913415491581,
-0.0004940005019307137,
-0.06662261486053467,
-0.06522444635629654,
0.019119922071695328,
0.05620627850294113,
0.03394048288464546,
-0.004950381815433502,
-0.04638415947556496,
0.02527185156941414,
0.04418204724788666,
0.055157653987407684,
0.05368957668542862,
-0.007222401909530163,
0.039463236927986145,
-0.06312719732522964,
0.00043337687384337187,
-0.03306662663817406,
-0.03495415300130844,
0.05522755905985832,
0.01840336062014103,
-0.003936711233109236,
0.02125212550163269,
0.05589168891310692,
0.03719121962785721,
0.07050252705812454,
-0.0598764643073082,
0.049005720764398575,
0.04631425067782402,
-0.0041224053129553795,
-0.010031841695308685,
-0.019819004461169243,
-0.02086762897670269,
0.008070039562880993,
0.030934425070881844,
-0.0008907847222872078,
0.018770379945635796,
-0.0488659031689167,
0.0035806160885840654,
-0.038869015872478485,
-0.016611961647868156,
0.03542603179812431,
0.06910435855388641,
0.03570566698908806,
0.02464267797768116,
0.00024467907496728003,
0.015274964272975922,
0.0407215878367424,
0.054982881993055344,
-0.018420837819576263,
0.03079460747539997,
0.03691158443689346,
-0.05459838733077049,
-0.011395053938031197,
-0.0025298066902905703,
0.016402235254645348,
0.04994948208332062,
-0.0013992583844810724,
-0.008856507949531078,
-0.010800832882523537,
0.01514388620853424,
-0.0704326182603836,
0.04736287519335747,
-0.04932031035423279,
-0.06595848500728607,
-0.0006717751384712756,
-0.003388368058949709,
-0.02027340792119503,
0.09360721707344055,
0.011692163534462452,
0.02205606922507286,
0.020465657114982605,
0.006457779556512833,
-0.019696664065122604,
-0.034709472209215164,
0.050753429532051086,
0.0762699618935585,
-0.024188272655010223,
0.0008230610401369631,
0.004126774612814188,
-0.05938710644841194,
-0.026792358607053757,
-0.02705451473593712,
-0.049774713814258575,
0.011438746005296707,
-0.047188106924295425,
-0.018735425546765327,
-0.030689746141433716,
-0.01410400029271841,
-0.0054441094398498535,
-0.05994637310504913,
-0.026687495410442352,
0.018892718479037285,
0.010669754818081856,
0.004530931822955608,
0.04156048595905304,
-0.021724006161093712,
-0.03549594059586525,
0.05281572416424751,
-0.054982881993055344,
0.037855345755815506,
0.020465657114982605,
0.0024314981419593096,
0.00900943297892809,
-0.002848763484507799,
-0.018595609813928604,
-0.0050596133805811405,
0.030357681214809418,
0.04526562616229057,
0.08088390529155731,
0.032979242503643036,
-0.062323253601789474,
-0.0006346363225020468,
0.04037204757332802,
0.049599941819906235,
-0.03215781971812248,
0.016384758055210114,
-0.05382939428091049,
0.03313653543591499,
0.07899638265371323,
0.019574325531721115,
0.047782327979803085,
0.02277263067662716,
-0.03949819132685661,
-0.05589168891310692,
0.058722976595163345,
0.04428691044449806,
-0.015231272205710411,
0.005264969076961279,
0.007882161065936089,
0.009926979430019855,
-0.0458948016166687,
0.01985395886003971,
-0.0023528514429926872,
-0.04351792111992836,
-0.02791089005768299,
0.0030279033817350864,
0.09430630505084991,
0.023803777992725372,
-0.02065790444612503,
0.050578657537698746,
0.026058319956064224,
-0.002025156281888485,
-0.04865618050098419,
0.025166990235447884,
-0.037261124700307846,
0.05215159431099892,
-0.011097943410277367,
0.015554597601294518,
0.014488495886325836,
-0.07494170218706131,
-0.02039574831724167,
-0.010425075888633728,
-0.08291125297546387,
0.037051402032375336,
-0.03422011435031891,
-0.021566711366176605,
-0.0007919300114735961,
-0.043028563261032104,
0.04012736678123474,
-0.01752076856791973,
-0.01590413972735405,
-0.006724304985255003,
-0.10612080991268158,
0.01641097478568554,
0.0031174735631793737,
-0.05145251378417015,
-0.03294428810477257,
0.01357094943523407,
0.018980104476213455,
0.023698914796113968,
-0.05208168551325798,
0.015021546743810177,
-0.05984150990843773,
-0.006881598848849535,
-0.0768292248249054,
-0.030480021610856056,
0.012391246855258942,
-0.0018897089175879955,
-0.014619573950767517,
-0.009804639965295792,
-0.005710634868592024,
0.04519571736454964,
0.0310392864048481,
-0.0034844919573515654,
-0.004229452461004257,
-0.010591108351945877,
-0.009533745236694813,
-0.016804208979010582,
0.03624745458364487,
-0.0051994300447404385,
0.0068772295489907265,
0.033014196902513504,
0.004810565151274204,
0.0274040549993515,
0.02009863778948784,
0.012303861789405346,
0.027840983122587204,
-0.05407407507300377,
-0.04725801572203636,
0.007659328635782003,
-0.030864516273140907,
-0.040651679039001465,
0.05802389234304428,
-0.060295913368463516,
0.034377407282590866,
0.007633112836629152,
-0.01709257997572422,
0.0321403443813324,
0.023419281467795372,
-0.04397232457995415,
-0.0019749095663428307,
0.0783672109246254,
-0.015703152865171432,
-0.0035937237553298473,
0.0029427027329802513,
0.04337810352444649,
-0.038484521210193634,
0.03338121622800827,
0.006912183482199907,
0.048166822642087936,
0.049005720764398575,
0.031144149601459503,
-0.05708013102412224,
0.03406282141804695,
-0.003016980364918709,
0.012347554787993431,
-0.0036483395379036665,
-0.0657138079404831,
0.03960305452346802,
0.03610764071345329,
-0.031616032123565674,
-0.02532428316771984,
0.023646483197808266,
-0.008760384283959866,
-0.008742907084524632,
0.012373769655823708,
-0.07920610904693604,
0.040616724640131,
0.02841772511601448,
-0.020972492173314095,
0.040826451033353806,
0.09528502076864243,
0.008397734723985195,
-0.00837588869035244,
0.03285690397024155,
0.03582800552248955,
0.025883549824357033,
-0.0030912577640265226,
-0.020797720178961754,
-0.03799516335129738,
0.07291436195373535,
-0.03579305112361908,
-0.018473269417881966,
0.00472754891961813,
-0.029501304030418396,
-0.04676865413784981,
0.030305249616503716,
0.005535863805562258,
-0.0073709567077457905,
-0.03656204417347908,
-0.029151763767004013,
-0.008410843089222908,
-0.03451722487807274,
-0.020378271117806435,
0.03406282141804695,
-0.04386746138334274,
-0.0775982216000557,
0.012592233717441559,
0.026914697140455246,
0.008096255362033844,
0.014261294156312943,
-0.01941703073680401,
-0.04327324032783508,
-0.026302998885512352,
0.005500909872353077,
-0.007012676913291216,
-0.03914865106344223,
0.01891019567847252,
-0.07941583544015884,
-0.04495104029774666,
-0.021269600838422775,
-0.026565155014395714,
0.07134142518043518,
0.055542148649692535,
0.04526562616229057,
0.029588690027594566,
-0.013885537162423134,
-0.015641983598470688,
-0.0075369891710579395,
0.002879348350688815,
-0.03430750221014023,
0.022877492010593414,
0.04516076669096947,
0.017110057175159454,
-0.021898776292800903,
-0.03371328115463257,
0.03932342305779457,
-0.04012736678123474,
0.0061650387942790985,
-0.0018372776685282588,
-0.07179582864046097,
-0.0547032468020916,
0.012216475792229176,
-0.0262505691498518,
0.011998012661933899,
-0.05358471721410751,
-0.043063513934612274,
0.06704206764698029,
-0.01407778449356556,
0.024030979722738266,
-0.041245900094509125,
0.01081831008195877,
0.03144126012921333,
0.01615755632519722,
0.020203500986099243,
0.05127774178981781,
0.01501280814409256,
-0.03392300382256508,
0.022545428946614265,
-0.0024795602075755596,
0.025306805968284607,
-0.049390219151973724,
0.004779980517923832,
-0.06330197304487228,
0.0052955541759729385,
-0.05054370313882828,
0.04697838053107262,
-0.03388804942369461,
0.048166822642087936,
-0.022300750017166138,
0.021601665765047073,
-0.03771553188562393,
0.01419138628989458,
-0.04320333153009415,
-0.010197874158620834,
0.05340994521975517,
-0.005933467298746109,
0.007860315032303333,
-0.0025997150223702192,
-0.003934526816010475,
0.004749395418912172,
0.04411213845014572,
-0.03186070919036865,
-0.014147693291306496,
-0.014741913415491581,
0.06365150958299637,
-0.025429146364331245,
0.051976826041936874,
0.018613087013363838,
-0.0074670808389782906,
0.06239316239953041,
0.03292681276798248,
0.01641097478568554,
0.02621561475098133,
-0.006038330029696226,
-0.0131252845749259,
-0.04432186484336853,
-0.013501041568815708,
0.009026910178363323,
-0.0399525947868824,
-0.08703584223985672,
-0.0188752431422472,
0.007252986542880535,
0.004880473483353853,
0.010626062750816345,
-0.02086762897670269,
0.015030285343527794,
-0.03771553188562393,
-0.015493428334593773,
0.0170051958411932,
-0.05211663991212845,
-0.01316897664219141,
-0.0069471378810703754,
0.05243122950196266,
-0.0030431959312409163,
0.05225645750761032,
0.010040580295026302,
0.028138091787695885,
0.024065934121608734,
-0.015851708129048347,
0.02387368679046631,
-0.02651272527873516,
-0.005592664238065481,
0.01807129755616188,
-0.04156048595905304,
0.029588690027594566,
0.019958820194005966,
0.014025353826582432,
0.033188968896865845,
0.042853791266679764,
0.05728985741734505,
-0.04208479821681976,
-0.018420837819576263,
-0.034884244203567505,
-0.0314762145280838,
0.015467212535440922,
0.006558272987604141,
-0.04949507862329483,
-0.03733103349804878,
-0.062323253601789474,
-0.020255930721759796,
0.061554260551929474,
0.0140603082254529,
0.06165912374854088,
-0.014602096751332283,
0.0076680672354996204,
0.024240704253315926,
-0.011246498674154282,
0.06403600424528122,
-0.0038995726499706507,
0.05977160111069679,
0.011473700404167175,
-0.055751871317625046,
0.0016974610043689609,
-0.05984150990843773,
-0.0262505691498518,
0.009551222436130047,
0.017485814169049263,
-0.0055052791722118855,
0.00411585159599781,
-0.012172783724963665,
0.02154923416674137,
0.05966673791408539,
0.011202805675566196,
0.042049843817949295,
0.07766812294721603,
-0.014069045893847942,
0.030043093487620354,
0.07640977948904037,
-0.013798152096569538,
-0.014322464354336262,
-0.019399555400013924,
-0.029885800555348396,
-0.03862433880567551,
-0.024887356907129288,
0.005828605033457279,
0.05113792419433594,
-0.020640427246689796,
0.03304915130138397,
0.025341760367155075,
0.041805166751146317,
0.017914002761244774,
0.005631987936794758,
-0.08081400394439697,
-0.001955247949808836,
-0.023891163989901543,
0.019137399271130562,
-0.05201178044080734,
0.0021442188881337643,
0.013474825769662857,
-0.05358471721410751,
0.004740656819194555,
0.01768680103123188,
-0.04509085789322853,
0.0377504862844944,
-0.021531756967306137,
-0.0466637946665287,
0.031528644263744354,
0.05522755905985832,
-0.020413225516676903,
-0.00004099603393115103,
-0.03388804942369461,
0.019399555400013924,
-0.017197443172335625,
0.0028509481344372034,
-0.006374763324856758,
0.027963321655988693,
0.06330197304487228,
-0.008109363727271557,
-0.04673370346426964,
0.012836912646889687,
0.08668629825115204,
-0.026233091950416565,
-0.006851013749837875,
-0.06976848840713501,
-0.03156359866261482,
-0.12212980538606644,
0.0011982719879597425,
0.020710336044430733,
-0.0136758117005229,
-0.024537814781069756,
0.025516530498862267,
-0.03834470361471176,
-0.024188272655010223,
0.03939332813024521,
-0.024240704253315926,
0.004353976808488369,
0.013116545975208282,
-0.10381383448839188,
-0.08165290206670761,
0.011998012661933899,
0.01712753437459469,
-0.019836481660604477,
0.01440111082047224,
0.0025166990235447884,
-0.04690847173333168,
-0.008222964592278004,
0.006274270359426737,
0.05211663991212845,
0.008572505787014961,
-0.013736981898546219,
0.01731104403734207,
0.01397292222827673,
-0.0012976728612557054,
-0.0015314287738874555,
0.0696636289358139,
-0.007169970311224461,
0.060540590435266495,
-0.0046270559541881084,
-0.0022523582447320223,
0.018630562350153923,
-0.03070722334086895,
-0.00914051104336977,
0.03656204417347908,
0.012504847720265388,
0.04372764378786087,
-0.07557087391614914,
-0.024397999048233032,
0.026407862082123756,
0.11087457090616226,
0.07193564623594284,
-0.034167684614658356,
-0.020116114988923073,
0.02315712533891201,
-0.013693288899958134,
0.02214345522224903,
-0.015467212535440922,
0.022790107876062393,
0.01768680103123188,
-0.04313342273235321,
-0.012679618783295155,
0.05344489961862564,
-0.06941894441843033,
0.029029423370957375,
-0.005020290147513151,
0.0012583495117723942,
0.03656204417347908,
-0.0052081686444580555,
0.008729799650609493,
-0.017276089638471603,
-0.025184467434883118,
0.020815197378396988,
-0.028557542711496353,
-0.0673566535115242,
0.0019497863249853253,
-0.029745982959866524,
-0.016009001061320305,
0.0007646220619790256,
-0.06137949228286743,
-0.042399387806653976,
0.035897914320230484,
-0.05491297319531441,
0.027124421671032906,
0.03974287211894989,
-0.0643855482339859,
0.019032536074519157,
-0.018857765942811966,
-0.05243122950196266,
0.02128707803785801,
0.061694078147411346,
0.01653331331908703,
-0.028173046186566353,
-0.029256625100970268,
-0.04456654563546181,
-0.007611266802996397,
-0.06106490269303322,
0.007003938313573599,
0.042644064873456955,
-0.012338816188275814,
0.049984436482191086,
0.03939332813024521,
0.013964183628559113,
0.012836912646889687,
-0.06365150958299637,
-0.0038034487515687943,
-0.047188106924295425,
0.008004500530660152,
0.051802054047584534,
-0.012050444260239601,
0.028138091787695885,
0.03261222317814827,
0.00035418386687524617,
-0.0694539025425911,
-0.008428320288658142,
0.05603150650858879,
-0.026792358607053757,
0.06602839380502701,
-0.044811222702264786,
-0.05124278739094734,
-0.024502860382199287,
-0.04687351733446121,
-0.02107735350728035,
0.011552347801625729,
-0.04827168583869934,
0.015039023943245411,
-0.056136369705200195,
0.044811222702264786,
0.005483432672917843,
-0.0035172614734619856,
-0.00405031256377697,
0.02981589175760746,
0.04267901927232742,
-0.01658574491739273,
-0.016821686178445816,
-0.02583111822605133,
-0.0033403062261641026,
-0.021269600838422775,
-0.04253920167684555,
0.026145705953240395,
-0.02277263067662716,
0.003110919613391161,
-0.04652397707104683,
-0.016804208979010582,
-0.013640858232975006,
0.031616032123565674,
0.04068663343787193,
-0.023681437596678734,
0.03028777241706848,
-0.05610141530632973,
0.04187507554888725,
0.01303789857774973,
0.04208479821681976,
-0.0074408650398254395,
-0.031283967196941376,
-0.030689746141433716,
-0.031616032123565674,
-0.04774737358093262,
0.02527185156941414,
-0.028347818180918694,
0.06123967468738556,
0.01756446249783039,
-0.015554597601294518,
-0.002888086950406432,
0.03516387566924095,
0.04278388246893883,
0.001985832815989852,
-0.0236639603972435,
0.009664823301136494,
-0.009157988242805004,
0.025761209428310394,
0.043587826192379,
-0.01988891325891018,
0.04911058396100998,
0.03126648813486099,
0.0318082794547081,
-0.02345423586666584,
-0.007720498368144035,
-0.007344741374254227,
0.0255340076982975,
0.03472695127129555,
0.015213795006275177,
-0.04337810352444649,
-0.01768680103123188,
0.002475190907716751,
0.0021540496964007616,
0.0092453733086586,
-0.000271577388048172,
-0.028138091787695885,
-0.010704709216952324,
-0.11681677401065826,
-0.01679546944797039,
0.05323517322540283,
-0.015283702872693539,
-0.032717086374759674,
0.02511455863714218,
0.008222964592278004,
0.06340683251619339,
-0.0015620136400684714,
-0.03642222657799721,
-0.012111613526940346,
0.029623644426465034,
-0.015537120401859283,
-0.004391115624457598,
0.00880407728254795,
-0.04197993874549866,
0.040476907044649124,
0.01828102208673954,
-0.008729799650609493,
0.024485383182764053,
0.0044173309579491615,
0.10758887976408005,
-0.011150375008583069,
0.026914697140455246,
0.015965308994054794,
0.04973975941538811,
0.006191254127770662,
0.05648590996861458,
-0.02684478834271431,
-0.0074670808389782906,
-0.018735425546765327,
-0.07613014429807663,
-0.027281716465950012,
0.005299923475831747,
-0.008991955779492855,
-0.030165433883666992,
-0.025988413020968437,
0.0019574325997382402,
0.026949651539325714,
0.007475819438695908,
-0.0002397636417299509,
0.025009695440530777,
-0.002553837839514017,
-0.05306040495634079,
0.011657210066914558,
-0.039043787866830826,
-0.06330197304487228,
-0.036631952971220016,
-0.024100888520479202,
-0.05092820152640343,
0.04201488941907883,
-0.03603773191571236,
-0.0058679282665252686,
0.06522444635629654,
-0.009358974173665047,
0.01747707650065422,
0.014042831026017666,
0.012924297712743282,
-0.011805765330791473,
-0.02880222164094448,
-0.020972492173314095,
0.05760444328188896,
0.03939332813024521,
0.038274798542261124,
0.004662009887397289,
-0.01232133898884058,
-0.004640163853764534,
0.03243745490908623,
0.0181586816906929,
0.05763939768075943,
0.0032944288104772568,
-0.0066675045527517796,
-0.0045746248215436935,
0.01971414126455784,
0.05068352073431015
] |
8,920 | sentencepiece | _Normalize | null | def _Normalize(self, text):
return _sentencepiece.SentencePieceNormalizer__Normalize(self, text)
| (self, text) | [
-0.01646222174167633,
-0.015568460337817669,
0.0467819906771183,
0.04038095846772194,
-0.012580745853483677,
-0.06571269035339355,
-0.002704690210521221,
-0.007822534069418907,
0.11692092567682266,
0.027238421142101288,
0.010937929153442383,
-0.03059215284883976,
-0.022624913603067398,
0.01773902215063572,
-0.036431390792131424,
0.036976158618927,
0.00036495228414423764,
-0.003706978866830468,
-0.02020750381052494,
-0.03820188716053963,
0.009354695677757263,
0.001394905149936676,
-0.020735248923301697,
-0.027527829632163048,
0.015423756092786789,
-0.014742795377969742,
0.01978190429508686,
-0.03202217072248459,
-0.0194924958050251,
-0.056792110204696655,
0.05451089143753052,
0.007588454056531191,
0.05120823159813881,
-0.019884048029780388,
0.027595926076173782,
-0.07510995119810104,
-0.03908713534474373,
-0.022999443113803864,
-0.007643782068043947,
-0.06012881547212601,
-0.018232718110084534,
-0.03792950138449669,
-0.0009512167307548225,
0.06336338073015213,
0.009703687392175198,
0.024429459124803543,
-0.00613715685904026,
0.04160669073462486,
-0.0438879057765007,
-0.04238979518413544,
-0.05699639767408371,
-0.020173456519842148,
0.058800943195819855,
0.03755497559905052,
-0.0184880793094635,
0.030353816226124763,
0.018062477931380272,
0.04487530142068863,
-0.017551757395267487,
-0.0461350753903389,
0.01681121252477169,
0.0005889244494028389,
0.022437650710344315,
-0.01918606273829937,
0.01964571140706539,
-0.004775235895067453,
-0.015032203868031502,
0.06632556021213531,
0.01950952038168907,
0.022046098485589027,
-0.03901904076337814,
-0.0016758013516664505,
-0.0026025460101664066,
0.0010193127673119307,
0.007013893686234951,
0.03619305416941643,
0.025161491706967354,
0.07361183315515518,
0.06387409567832947,
0.022488722577691078,
0.012989322654902935,
0.06152478605508804,
0.0004367723595350981,
-0.032124314457178116,
0.008929095230996609,
-0.10718318819999695,
-0.017568781971931458,
-0.033247899264097214,
-0.03306063264608383,
0.02568923681974411,
0.003792098956182599,
0.005515780299901962,
-0.013176586478948593,
0.07510995119810104,
-0.03592066839337349,
0.055055659264326096,
-0.02553602121770382,
-0.053046826273202896,
0.00865671131759882,
-0.05052727088332176,
-0.03316278010606766,
0.1461341381072998,
-0.005788164678961039,
0.024327315390110016,
0.013636235147714615,
-0.023271827027201653,
0.012291337363421917,
-0.06458910554647446,
0.007426725700497627,
0.05120823159813881,
-0.04960797727108002,
-0.001498113153502345,
0.0036580348387360573,
-0.02539982832968235,
-0.001227856962941587,
-0.09111252427101135,
-0.05941380560398102,
-0.011942345649003983,
0.00872480683028698,
0.044364579021930695,
-0.035988762974739075,
0.018828559666872025,
-0.044092196971178055,
-0.04109596833586693,
-0.0349673256278038,
0.022420626133680344,
0.008469446562230587,
-0.011806153692305088,
0.023714451119303703,
-0.07688044756650925,
-0.024174099788069725,
-0.008758855052292347,
0.02667662873864174,
0.019594639539718628,
0.0007799126324243844,
-0.01567060500383377,
0.01906689442694187,
0.05897118151187897,
0.0046901158057153225,
0.05372778698801994,
0.03129013627767563,
0.015891917049884796,
0.04722461476922035,
-0.019952144473791122,
-0.023118609562516212,
0.03379266709089279,
0.014759819954633713,
0.024157075211405754,
-0.025604115799069405,
0.01206151396036148,
-0.012716937810182571,
-0.0015300331870093942,
0.09853499382734299,
-0.012427530251443386,
0.029843095690011978,
-0.0005431724130176008,
-0.021978002041578293,
-0.06938987970352173,
0.058630701154470444,
0.024872083216905594,
-0.011244361288845539,
-0.020854417234659195,
0.011023049242794514,
-0.02252276986837387,
-0.021535377949476242,
0.019237134605646133,
0.06121835112571716,
-0.06809605658054352,
-0.026148885488510132,
-0.015117323957383633,
0.02814069390296936,
-0.007920422591269016,
-0.06411243230104446,
0.05788164585828781,
0.03980214521288872,
0.018726414069533348,
0.005068900063633919,
0.07722092419862747,
-0.021535377949476242,
0.06721080839633942,
-0.012265801429748535,
0.006809605285525322,
-0.03503542020916939,
-0.039904288947582245,
0.01039316039532423,
-0.0216204971075058,
0.02080334536731243,
0.024037906900048256,
-0.03261800855398178,
-0.013227658346295357,
0.0343204103410244,
-0.04290051385760307,
0.002164177829399705,
-0.0011991289211437106,
0.023169683292508125,
-0.00020149516058154404,
-0.03738473355770111,
-0.03147740289568901,
-0.015015180222690105,
-0.07013893872499466,
-0.03466089069843292,
-0.025076372548937798,
0.016257932409644127,
0.03466089069843292,
-0.017500685527920723,
0.008801414631307125,
-0.04518173262476921,
0.06813010573387146,
-0.06843653321266174,
-0.025076372548937798,
-0.008350278250873089,
-0.024037906900048256,
0.03014952875673771,
0.030796440318226814,
0.012904202565550804,
-0.058630701154470444,
0.08103430271148682,
0.01530458778142929,
0.02986012026667595,
0.05335325747728348,
-0.007801254279911518,
-0.029383447021245956,
0.049710121005773544,
-0.03476303443312645,
-0.05410231649875641,
-0.00592010049149394,
-0.0675172358751297,
0.0334351621568203,
0.036159005016088486,
-0.007218181621283293,
0.02524661272764206,
-0.010946440510451794,
-0.06915154308080673,
0.014087371528148651,
0.0085801025852561,
-0.007086245808750391,
0.03156252205371857,
0.0016704812878742814,
0.008490726351737976,
-0.03826998174190521,
-0.04259408265352249,
-0.01154228113591671,
-0.031664665788412094,
0.04000643268227577,
-0.03047298453748226,
0.019952144473791122,
-0.007779974024742842,
0.007405445910990238,
0.02771509438753128,
0.020547984167933464,
-0.017109133303165436,
0.006060549058020115,
-0.0313071608543396,
0.015125836245715618,
0.03592066839337349,
0.025604115799069405,
-0.044671010226011276,
0.05011869594454765,
-0.010844296775758266,
0.044807203114032745,
-0.009022727608680725,
-0.023169683292508125,
-0.008895047008991241,
0.02482101134955883,
0.0008123646257445216,
-0.03547804430127144,
-0.025995668023824692,
0.03963190317153931,
-0.006469124928116798,
0.013653258793056011,
0.03261800855398178,
-0.005200836341828108,
0.011967881582677364,
-0.020088335499167442,
-0.02798747830092907,
0.07293087244033813,
-0.019134990870952606,
0.0022556819021701813,
0.03738473355770111,
0.03217538446187973,
0.04923344776034355,
0.01456404384225607,
-0.055804718285799026,
-0.06421457976102829,
0.06315909326076508,
0.0019088175613433123,
-0.0021982258185744286,
-0.04981226474046707,
-0.018096527084708214,
-0.06717675924301147,
0.014751307666301727,
-0.000566580449230969,
0.026659606024622917,
0.020462865009903908,
0.005119971930980682,
-0.03132418543100357,
-0.050152745097875595,
-0.020275600254535675,
0.04072143882513046,
-0.06857272982597351,
-0.037180446088314056,
-0.03088156133890152,
-0.006720229517668486,
0.026761749759316444,
0.012955274432897568,
0.0008458806551061571,
-0.0024344339035451412,
0.05083370581269264,
0.055191852152347565,
-0.03952975943684578,
-0.07449708133935928,
-0.02148430421948433,
-0.06578078866004944,
0.03132418543100357,
0.03602281212806702,
0.02912808768451214,
0.08042144030332565,
0.003085602540522814,
0.02080334536731243,
0.045828644186258316,
-0.004962500184774399,
-0.021671568974852562,
0.04817795753479004,
0.018590223044157028,
-0.010231432504951954,
-0.03540994971990585,
0.03249884024262428,
-0.025212563574314117,
0.004334739409387112,
-0.02221633680164814,
-0.015015180222690105,
-0.012904202565550804,
0.01922011189162731,
-0.007362885866314173,
-0.04518173262476921,
-0.022148242220282555,
0.04405814781785011,
-0.02209717035293579,
0.01321063470095396,
-0.06469125300645828,
-0.02323777787387371,
0.08580102771520615,
-0.020258575677871704,
0.020667152479290962,
0.017858190461993217,
0.05236586555838585,
-0.027221398428082466,
-0.02945154346525669,
0.03782735764980316,
-0.016921870410442352,
-0.035546138882637024,
-0.05372778698801994,
0.02843010239303112,
-0.033145755529403687,
-0.002685538027435541,
0.0003436722618062049,
-0.009780296124517918,
-0.05178704857826233,
-0.02754485420882702,
-0.04964202269911766,
0.011712521314620972,
-0.002470609964802861,
0.013202122412621975,
-0.026165908202528954,
0.01950952038168907,
-0.027629973366856575,
-0.014751307666301727,
0.002632338088005781,
0.01184020098298788,
0.03929142281413078,
-0.018811535090208054,
0.011652937158942223,
-0.044671010226011276,
-0.03997238352894783,
-0.01918606273829937,
0.043513379991054535,
-0.020105360075831413,
0.005575364455580711,
0.0015044972533360124,
0.014947083778679371,
0.03459279611706734,
0.04535197094082832,
-0.04000643268227577,
-0.012138121761381626,
0.027357589453458786,
0.014300171285867691,
0.05440874770283699,
0.02725544571876526,
0.01964571140706539,
-0.03683996573090553,
-0.04490934684872627,
-0.04977821558713913,
0.010776200331747532,
-0.013832011260092258,
-0.00801831018179655,
0.003415442770346999,
0.002181201707571745,
-0.032669082283973694,
-0.014087371528148651,
-0.000719796575140208,
0.012529673986136913,
0.018862606957554817,
0.02856629528105259,
0.0430026575922966,
-0.04504553973674774,
0.012257290072739124,
0.009482375346124172,
0.07279468327760696,
-0.005022083874791861,
0.07667616009712219,
-0.0020992737263441086,
0.07013893872499466,
-0.02713627740740776,
-0.07415660470724106,
0.003687826916575432,
-0.03265205770730972,
0.04252598434686661,
-0.007167109753936529,
-0.02122894488275051,
0.014376779086887836,
0.001726873335428536,
0.03561423718929291,
0.01729639805853367,
0.02815771847963333,
0.04759914055466652,
-0.009942024014890194,
-0.001542801270261407,
-0.08947821706533432,
-0.020990608260035515,
-0.006179716903716326,
-0.01723681390285492,
-0.029349399730563164,
-0.03588661924004555,
-0.04807581380009651,
0.023731475695967674,
0.01758580654859543,
0.005954148713499308,
-0.001165080931968987,
-0.03294146806001663,
0.022710034623742104,
0.029894167557358742,
0.02104168012738228,
0.04399004951119423,
-0.0013566011330112815,
0.10316552221775055,
-0.02105870470404625,
-0.08546055108308792,
-0.004311331547796726,
-0.03762307018041611,
-0.02957071177661419,
0.039189279079437256,
0.05815403163433075,
0.021450256928801537,
0.02322075515985489,
-0.01889665424823761,
0.026727700605988503,
0.034422554075717926,
-0.0289748702198267,
0.02524661272764206,
0.07436089217662811,
-0.07456517964601517,
0.06435076892375946,
-0.013534090481698513,
-0.0010054807644337416,
0.029042966663837433,
0.03043893538415432,
-0.024327315390110016,
-0.010027144104242325,
-0.01233389787375927,
-0.001434273086488247,
0.04150454327464104,
-0.04953987896442413,
0.036295197904109955,
-0.007201157510280609,
0.008946118876338005,
0.006132900714874268,
-0.04419434070587158,
-0.04085763171315193,
0.02522958815097809,
0.006264836993068457,
-0.0074394941329956055,
-0.0007150085875764489,
-0.026795797049999237,
0.005439172498881817,
-0.007111781742423773,
-0.007869350723922253,
-0.0006336125079542398,
-0.012401994317770004,
0.027800213545560837,
0.0006373365176841617,
0.017858190461993217,
0.056655917316675186,
0.03503542020916939,
-0.0028281142003834248,
-0.028481174260377884,
0.01962868683040142,
-0.01125287264585495,
-0.00972922332584858,
-0.0026983062271028757,
-0.031222041696310043,
-0.006886213552206755,
0.05454494059085846,
-0.027902359142899513,
-0.06370385736227036,
0.004498595371842384,
0.07184133678674698,
-0.04834819957613945,
0.007686342112720013,
-0.037214495241642,
-0.008695014752447605,
-0.04490934684872627,
-0.055055659264326096,
-0.00606480473652482,
-0.032669082283973694,
0.026302101090550423,
0.037180446088314056,
-0.032839320600032806,
-0.02408897876739502,
-0.003949570935219526,
-0.020258575677871704,
-0.04072143882513046,
-0.01717722974717617,
-0.08294099569320679,
-0.05025488883256912,
-0.014470411464571953,
-0.011150728911161423,
-0.033128730952739716,
0.024752914905548096,
0.051003944128751755,
-0.04381981119513512,
0.023322898894548416,
-0.01889665424823761,
0.04504553973674774,
0.027595926076173782,
0.028362005949020386,
0.0528084896504879,
-0.052604202181100845,
-0.023714451119303703,
0.011695497669279575,
0.08573292940855026,
-0.04405814781785011,
-0.03076239302754402,
-0.03088156133890152,
0.003360114758834243,
0.02122894488275051,
0.014938571490347385,
-0.007175621576607227,
0.05811998248100281,
-0.0432409942150116,
0.04470505937933922,
-0.07613138854503632,
-0.026931989938020706,
-0.03820188716053963,
0.014844940043985844,
0.08103430271148682,
-0.04824605584144592,
-0.029894167557358742,
-0.006469124928116798,
-0.029894167557358742,
0.02468482032418251,
-0.03755497559905052,
-0.03653353452682495,
0.04000643268227577,
-0.00660531735047698,
-0.007852326147258282,
0.07163704931735992,
-0.0331968255341053,
0.05423850566148758,
-0.031664665788412094,
-0.033707547932863235,
0.06366980820894241,
0.008082150481641293,
0.013636235147714615,
0.0016098333289846778,
-0.04688413441181183,
0.07824236899614334,
-0.00429005129262805,
-0.06588293612003326,
-0.001776881399564445,
0.042491938918828964,
0.02308456227183342,
-0.021007632836699486,
-0.0021216177847236395,
0.024344339966773987,
-0.011065608821809292,
-0.04759914055466652,
0.04242384061217308,
0.03260098770260811,
-0.008324742317199707,
0.02019047923386097,
-0.05045917630195618,
-0.006264836993068457,
0.05587281286716461,
0.0225057452917099,
0.0074735418893396854,
-0.0292983278632164,
0.00031547623802907765,
-0.027238421142101288,
-0.010563400574028492,
-0.048280101269483566,
0.035852573812007904,
0.025944596156477928,
-0.011499721556901932,
0.10350599884986877,
0.060537390410900116,
-0.01904987171292305,
-0.008541799150407314,
0.026029717177152634,
0.013542602770030499,
-0.0011725289514288306,
-0.02090548910200596,
0.03561423718929291,
-0.019815951585769653,
-0.03474600985646248,
0.05308087542653084,
-0.02381659485399723,
0.028174743056297302,
-0.05175299942493439,
0.036431390792131424,
0.012938249856233597,
0.04201526567339897,
-0.027051158249378204,
-0.06584888696670532,
0.019441423937678337,
0.0007229885668493807,
0.00901421532034874,
0.02667662873864174,
-0.06012881547212601,
-0.012878666631877422,
-0.09506209194660187,
-0.007792741991579533,
-0.01675163023173809,
-0.01638561300933361,
-0.04630531743168831,
0.022624913603067398,
0.047565095126628876,
-0.03925737366080284,
0.008333254605531693,
0.007788486313074827,
0.010086728259921074,
0.021824784576892853,
-0.025501972064375877,
0.006967077497392893,
-0.009610055945813656,
-0.05338730663061142,
0.02208014577627182,
-0.046543654054403305,
-0.023152658715844154,
0.009618567302823067,
0.017824141308665276,
0.006916005630046129,
0.010512328706681728,
0.006477637216448784,
-0.0010820889146998525,
0.01407034695148468,
0.05236586555838585,
-0.001142736873589456,
-0.042219553142786026,
0.0018385935109108686,
-0.05253610759973526,
-0.07245419919490814,
0.03125608712434769,
0.022846225649118423,
0.028089622035622597,
0.05876689404249191,
0.016572877764701843,
-0.008835462853312492,
0.029843095690011978,
0.0005681764450855553,
-0.03779330849647522,
-0.037861406803131104,
0.07047941535711288,
-0.03416719660162926,
-0.01256372220814228,
-0.04341123625636101,
0.03636329248547554,
0.0432409942150116,
-0.017568781971931458,
0.05096989497542381,
0.03105180151760578,
0.003279250580817461,
-0.002681282116100192,
-0.050867751240730286,
-0.036601629108190536,
-0.0005681764450855553,
-0.008286438882350922,
-0.048143912106752396,
-0.003692082827910781,
0.041776929050683975,
-0.018147598952054977,
-0.04290051385760307,
-0.012427530251443386,
-0.056179244071245193,
-0.032686106860637665,
0.06860677152872086,
0.013040394522249699,
0.022046098485589027,
-0.0828728973865509,
0.023152658715844154,
0.07463327795267105,
0.06132049858570099,
-0.010095239616930485,
-0.05760926008224487,
-0.0721818208694458,
0.00522637227550149,
-0.04000643268227577,
-0.009993095882236958,
0.031511448323726654,
-0.013891595415771008,
0.06121835112571716,
0.025161491706967354,
-0.0038452991284430027,
0.019815951585769653,
0.011721033602952957,
0.11235848814249039,
0.05944785475730896,
-0.017151692882180214,
0.018079502508044243,
-0.0007128805737011135,
0.019986191764473915,
0.027527829632163048,
-0.047973670065402985,
0.03694210946559906,
0.012223241850733757,
-0.03711234778165817,
0.0002135981630999595,
-0.012265801429748535,
0.0015481212176382542,
0.04960797727108002,
-0.036874014884233475,
-0.0565878227353096,
-0.029111063107848167,
-0.0196116641163826,
-0.006286116782575846,
-0.005805188789963722,
-0.01935630291700363,
0.002689794171601534,
0.0066946931183338165,
-0.056043051183223724,
-0.035137563943862915,
0.005928612779825926,
-0.05597495660185814,
-0.012810570187866688,
-0.01877748779952526,
0.021705618128180504,
-0.014470411464571953,
0.04487530142068863,
0.012810570187866688,
-0.002964306389912963,
0.011159241199493408,
0.03232860192656517,
0.02912808768451214,
0.033673498779535294,
0.006992613431066275,
0.02885570377111435,
-0.010546375997364521,
0.07327135652303696,
0.03149442374706268,
-0.006396773271262646,
-0.012802057899534702,
0.006379749160259962,
-0.009107847698032856,
0.02957071177661419,
0.025757333263754845,
-0.011635913513600826,
-0.013849034905433655,
0.07313515990972519,
0.03847426921129227
] |
8,921 | sentencepiece | _NormalizeWithOffsets | null | def _NormalizeWithOffsets(self, text):
return _sentencepiece.SentencePieceNormalizer__NormalizeWithOffsets(self, text)
| (self, text) | [
-0.011867748573422432,
-0.008730595000088215,
0.030923370271921158,
0.028148196637630463,
-0.02278745546936989,
-0.05205606296658516,
-0.006989647168666124,
-0.0012475355761125684,
0.08404813706874847,
0.03902481123805046,
0.013289809226989746,
-0.042920395731925964,
0.010799047537147999,
0.014255087822675705,
-0.013910345733165741,
0.052848972380161285,
-0.006132100708782673,
-0.015453066676855087,
-0.024063002318143845,
-0.034405265003442764,
0.02306324988603592,
-0.0257005263119936,
-0.026269352063536644,
-0.0007040281197987497,
-0.005959729664027691,
-0.0038158646784722805,
-0.014832531102001667,
-0.02420089766383171,
-0.022287579253315926,
-0.08983980119228363,
0.0379561111330986,
0.0047402046620845795,
0.029182422906160355,
-0.021529147401452065,
-0.009109810926020145,
-0.08253126591444016,
-0.01161781046539545,
-0.031009556725621223,
0.04047272726893425,
-0.02021912671625614,
-0.008601316250860691,
-0.024321557953953743,
0.006735399831086397,
0.03330209106206894,
0.01150576863437891,
0.019064240157604218,
-0.04202406853437424,
0.003914977889508009,
-0.07101687788963318,
0.0028419680893421173,
-0.03664609044790268,
-0.04743652045726776,
0.07287848740816116,
0.026269352063536644,
0.00040938128950074315,
0.018822921440005302,
0.04812600463628769,
0.05767536163330078,
-0.009833769872784615,
-0.04888443648815155,
0.004117514006793499,
0.02871702052652836,
0.018667787313461304,
0.009557976387441158,
0.005433998070657253,
-0.0336468331515789,
0.010014759376645088,
0.024873144924640656,
0.02797582559287548,
0.034026049077510834,
-0.020339787006378174,
0.0034194111358374357,
0.006300162523984909,
-0.02182217687368393,
-0.012298676185309887,
0.02230481617152691,
0.010144037194550037,
0.06967239081859589,
0.07501588761806488,
0.015263458713889122,
-0.015608200803399086,
0.07411956042051315,
0.025993557646870613,
0.00040372536750510335,
0.04354093223810196,
-0.08597869426012039,
0.012548614293336868,
-0.01719401404261589,
0.01191084086894989,
0.02404576539993286,
0.011703995987772942,
0.0010546954581514,
-0.017633561044931412,
0.03456040099263191,
-0.059743814170360565,
0.0635014995932579,
-0.01516865473240614,
-0.037852685898542404,
-0.012307294644415379,
-0.027200154960155487,
-0.021632568910717964,
0.14520539343357086,
0.011729851365089417,
0.021546384319663048,
-0.004981523845344782,
-0.0043631428852677345,
-0.01935727149248123,
-0.048367321491241455,
0.001837906544096768,
0.01637525111436844,
0.001739870524033904,
-0.010385356843471527,
0.006511317100375891,
-0.033439986407756805,
-0.002232205355539918,
-0.06494942307472229,
-0.042713552713394165,
-0.017504282295703888,
-0.0116695212200284,
0.04512674733996391,
-0.013298428617417812,
-0.020787950605154037,
-0.03275050222873688,
-0.04388567432761192,
-0.06188121438026428,
-0.0049341218546032906,
0.02199454791843891,
0.03195759654045105,
0.06522521376609802,
-0.10549109429121017,
-0.003675813088193536,
-0.0019531797152012587,
0.00016725380555726588,
0.016418345272541046,
0.0274931862950325,
-0.01279855240136385,
0.06722471863031387,
0.052848972380161285,
-0.029992567375302315,
0.030423494055867195,
0.04009351134300232,
0.04447173699736595,
0.05733061954379082,
0.0008753218571655452,
-0.055296640843153,
0.05567585676908493,
0.015918469056487083,
0.047988105565309525,
-0.001830365275964141,
0.026096981018781662,
-0.0031479266472160816,
-0.001988731324672699,
0.09025349467992783,
0.019788198173046112,
0.054572682827711105,
-0.03404328599572182,
-0.019374508410692215,
-0.08811609447002411,
0.06684549897909164,
0.03809400647878647,
0.0034431121312081814,
-0.023373518139123917,
0.008148842491209507,
-0.03695635870099068,
-0.04926365241408348,
0.03881796449422836,
0.020167415961623192,
-0.07756698131561279,
-0.02532131038606167,
0.010583584196865559,
0.04878101497888565,
0.027734505012631416,
-0.021735992282629013,
0.03550843894481659,
0.0380595326423645,
0.015341025777161121,
-0.016625190153717995,
0.06181226670742035,
-0.046643611043691635,
0.038783490657806396,
-0.0013595768250524998,
0.044816479086875916,
-0.013893108814954758,
-0.06019197776913643,
0.0018745354609563947,
0.007373172789812088,
0.006162265781313181,
0.035542916506528854,
-0.028699783608317375,
-0.02516617625951767,
0.018409229815006256,
-0.04478200525045395,
0.02694159932434559,
-0.0034926687367260456,
0.01827133446931839,
0.01501352060586214,
-0.030147699639201164,
0.019857147708535194,
0.0050849467515945435,
-0.08563394844532013,
-0.04105878993868828,
0.02435603179037571,
-0.011436820961534977,
0.022649558261036873,
-0.02592460997402668,
0.028803206980228424,
-0.03361235931515694,
0.09142562001943588,
-0.119004987180233,
-0.019650302827358246,
0.0032341121695935726,
-0.02668304182589054,
0.026976073160767555,
0.014427458867430687,
0.00655010063201189,
-0.017314674332737923,
0.045781757682561874,
0.026717515662312508,
0.0314921960234642,
0.034198421984910965,
0.04929812625050545,
-0.02151191048324108,
0.040024563670158386,
-0.024614589288830757,
-0.026769228279590607,
-0.0037512255366891623,
-0.04785021021962166,
-0.0014468396548181772,
0.05988170951604843,
-0.007110306527465582,
0.0253902580589056,
-0.01589261367917061,
-0.1013541892170906,
0.004628163296729326,
0.0628809705376625,
0.0054296888411045074,
0.03547396510839462,
-0.026424486190080643,
0.023356279358267784,
-0.042920395731925964,
-0.05633086711168289,
0.005149585660547018,
-0.014177520759403706,
0.059088803827762604,
-0.028337804600596428,
0.039266131818294525,
0.008777996525168419,
0.009523501619696617,
0.029837433248758316,
0.05164237320423126,
-0.009575213305652142,
-0.003839565673843026,
-0.010342264547944069,
0.047988105565309525,
0.03352617472410202,
0.031337060034275055,
-0.047608889639377594,
0.058020103722810745,
-0.003660730551928282,
0.025631578639149666,
-0.02830333076417446,
-0.03819742798805237,
-0.03681845963001251,
-0.035749759525060654,
-0.0017107828753069043,
-0.03050968050956726,
0.002136324066668749,
0.014298180118203163,
-0.0598127618432045,
0.026269352063536644,
-0.021460197865962982,
0.015194510109722614,
-0.012539995834231377,
-0.009230471216142178,
-0.010385356843471527,
0.06860368698835373,
-0.0019079323392361403,
-0.02678646519780159,
0.0632946565747261,
0.023218384012579918,
0.0591922253370285,
0.006890533491969109,
-0.05243527889251709,
-0.033181432634592056,
0.06619048863649368,
-0.030164938420057297,
0.006455296650528908,
-0.006640595383942127,
-0.004610926378518343,
-0.07136162370443344,
0.013729356229305267,
-0.007123234681785107,
0.05722719430923462,
-0.0014651541132479906,
0.039369553327560425,
0.010902469977736473,
-0.03719767555594444,
-0.00027902566944248974,
-0.006433750037103891,
-0.07060319185256958,
-0.063398078083992,
-0.035215411335229874,
-0.02015017904341221,
0.048643115907907486,
0.04650571569800377,
0.011092078872025013,
0.016745850443840027,
0.022356528788805008,
0.08253126591444016,
-0.04629886895418167,
-0.06008855625987053,
-0.030147699639201164,
-0.06525968760251999,
-0.017383622005581856,
0.030699288472533226,
0.0001621365372557193,
0.06850026547908783,
0.05174579471349716,
0.056779030710458755,
0.04753994196653366,
-0.0030962154269218445,
-0.01633215881884098,
0.02366654761135578,
-0.006269997917115688,
-0.0072438945062458515,
-0.024183660745620728,
0.026924360543489456,
-0.034905143082141876,
0.018391992896795273,
-0.04478200525045395,
-0.021460197865962982,
-0.024718010798096657,
0.0008974068914540112,
0.0023270095698535442,
-0.0469883531332016,
-0.050263404846191406,
0.033060770481824875,
-0.006252760533243418,
-0.006817275658249855,
-0.05657218396663666,
-0.017056116834282875,
0.08418603241443634,
-0.025355784222483635,
0.0012378398096188903,
0.05191816762089729,
0.05019445717334747,
-0.04381672665476799,
-0.007851501926779747,
0.01161781046539545,
0.04536806792020798,
-0.011359253898262978,
-0.06312228739261627,
0.003552998648956418,
-0.022563373669981956,
0.028441226109862328,
-0.010359501466155052,
0.023425228893756866,
-0.06512179225683212,
0.010445686988532543,
-0.04188616946339607,
-0.006778492592275143,
-0.0255453921854496,
0.02845846302807331,
-0.0426790788769722,
0.00537797762081027,
-0.028958339244127274,
-0.021356776356697083,
-0.031699039041996,
-0.0014877778012305498,
0.045885179191827774,
-0.03754241764545441,
-0.005925255361944437,
-0.010497398674488068,
-0.022994300350546837,
-0.004783297423273325,
0.029665062204003334,
-0.0421619638800621,
0.001219525351189077,
-0.03173351287841797,
0.015134179964661598,
0.013289809226989746,
0.03664609044790268,
-0.04536806792020798,
0.012324531562626362,
0.04457515850663185,
0.024373268708586693,
0.029837433248758316,
0.009187377989292145,
0.029182422906160355,
-0.03297458589076996,
-0.030854422599077225,
-0.044713057577610016,
0.0010924016823992133,
-0.024424981325864792,
-0.025666052475571632,
0.018736734986305237,
-0.016849271953105927,
0.004830699414014816,
0.009816532954573631,
-0.009876862168312073,
0.013082964345812798,
0.002212813589721918,
0.024287084117531776,
0.034525927156209946,
-0.034681059420108795,
0.01854712702333927,
0.004003318026661873,
0.0729474350810051,
-0.010566346347332,
0.09769992530345917,
-0.03356064856052399,
0.04009351134300232,
0.009963047690689564,
-0.0555034838616848,
0.005145276430994272,
-0.04733309522271156,
0.027820691466331482,
0.0035249884240329266,
-0.039197180420160294,
-0.0005488941096700728,
0.012307294644415379,
0.002230050740763545,
0.02204626053571701,
0.011971171014010906,
0.057261671870946884,
-0.021218879148364067,
-0.042920395731925964,
-0.0811522975564003,
-0.026390010491013527,
-0.0028936793096363544,
-0.008459110744297504,
-0.046160973608493805,
-0.023270094767212868,
-0.03421565890312195,
-0.007605873513966799,
0.018771208822727203,
0.024545639753341675,
0.012626181356608868,
-0.020305313169956207,
0.0423688106238842,
0.034026049077510834,
0.008105749264359474,
0.06808657199144363,
0.012453810311853886,
0.09390775859355927,
-0.017754219472408295,
-0.09611410647630692,
-0.0012141386978328228,
-0.044264890253543854,
-0.03609450161457062,
0.03692188486456871,
0.054296888411045074,
-0.00607608025893569,
0.027010546997189522,
-0.003087596734985709,
0.014332654885947704,
0.007571399211883545,
-0.02894110232591629,
0.022442713379859924,
0.06539758294820786,
-0.05588269978761673,
0.04743652045726776,
-0.02845846302807331,
-0.0017571075586602092,
0.043368563055992126,
0.025683289393782616,
-0.02501104213297367,
-0.03088889643549919,
-0.03599108010530472,
-0.012781314551830292,
0.050746042281389236,
-0.0813591480255127,
0.04736756905913353,
-0.01865055039525032,
0.015806427225470543,
0.016142550855875015,
-0.026441723108291626,
-0.04188616946339607,
0.024493928998708725,
0.018357519060373306,
-0.006657832767814398,
-0.030044278129935265,
-0.03616344928741455,
0.009609687142074108,
-0.027096731588244438,
-0.010911088436841965,
-0.03188864886760712,
-0.038404274731874466,
0.00832983199506998,
-0.019926095381379128,
0.007998017594218254,
0.058778535574674606,
0.023046012967824936,
-0.018771208822727203,
-0.0020684527698904276,
-0.00004302543675294146,
0.005705482326447964,
-0.022494424134492874,
0.004434245638549328,
-0.054021093994379044,
-0.005705482326447964,
0.07060319185256958,
-0.030785473063588142,
-0.07356797158718109,
-0.0019003910711035132,
0.0675005093216896,
-0.05474505200982094,
0.015530633740127087,
-0.037645842880010605,
-0.013815541751682758,
-0.055744804441928864,
-0.045092273503541946,
-0.014392984099686146,
0.00517544150352478,
-0.0025597105268388987,
0.04478200525045395,
-0.06301886588335037,
-0.0257005263119936,
0.030906133353710175,
-0.026217639446258545,
-0.03981771692633629,
0.005028925836086273,
-0.061295151710510254,
-0.07956648617982864,
0.003964534495025873,
-0.003309524618089199,
-0.03302629664540291,
0.007196492049843073,
0.04753994196653366,
-0.04485095292329788,
0.005671008490025997,
-0.0170819740742445,
0.060984883457422256,
0.017288818955421448,
0.026010794565081596,
0.03533606976270676,
-0.0006221518269740045,
-0.02392510510981083,
0.016719993203878403,
0.08584079146385193,
-0.01740085892379284,
-0.0298546701669693,
-0.024063002318143845,
-0.01859883777797222,
0.002232205355539918,
0.03178522735834122,
-0.009308038279414177,
0.04126563295722008,
-0.013789685443043709,
0.061191730201244354,
-0.08018702268600464,
-0.008127296343445778,
-0.006662141997367144,
0.043782252818346024,
0.0809454545378685,
-0.01002337783575058,
-0.02576947584748268,
-0.018443705514073372,
-0.024338794872164726,
0.020787950605154037,
-0.03464658558368683,
-0.018685024231672287,
0.04785021021962166,
-0.03404328599572182,
-0.04905680567026138,
0.07908384501934052,
-0.05395214632153511,
0.05274554714560509,
-0.04140353202819824,
-0.02430432103574276,
0.040610626339912415,
0.01784040592610836,
-0.007200801745057106,
-0.005188369192183018,
-0.06084698811173439,
0.06281201541423798,
0.0045678336173295975,
-0.09611410647630692,
0.02516617625951767,
0.010893851518630981,
0.03885243833065033,
-0.013867252506315708,
0.00867888331413269,
0.000010343947906221729,
0.01789211668074131,
-0.013625932857394218,
0.03895586356520653,
0.018030013889074326,
0.004317895509302616,
-0.003309524618089199,
-0.016556240618228912,
-0.01983991079032421,
0.039576396346092224,
0.021046508103609085,
0.0021826487500220537,
-0.028251618146896362,
-0.008054038509726524,
-0.00758432736620307,
0.0023851846344769,
-0.02904452569782734,
0.03512922301888466,
0.036577142775058746,
-0.017150921747088432,
0.07005160301923752,
0.045885179191827774,
0.0023722569458186626,
0.016849271953105927,
0.004679874517023563,
-0.005520183593034744,
-0.0003415101964492351,
-0.014031005091965199,
0.023959578946232796,
-0.014884241856634617,
-0.04974628984928131,
0.029147949069738388,
-0.0149014787748456,
0.01784040592610836,
-0.03481895476579666,
0.03192312270402908,
-0.0003738297673407942,
0.042713552713394165,
-0.008614243939518929,
-0.049608394503593445,
0.010169893503189087,
-0.027338052168488503,
0.019977807998657227,
0.022322053089737892,
-0.05350397899746895,
0.0029453907627612352,
-0.05536558851599693,
0.013324283994734287,
0.03345722332596779,
0.004895338322967291,
-0.04674703627824783,
0.011393727734684944,
0.05843379348516464,
-0.04557491093873978,
-0.00795061606913805,
0.022391002625226974,
0.020736239850521088,
0.020719002932310104,
-0.046264395117759705,
-0.008489275351166725,
0.007153399288654327,
-0.07618801295757294,
-0.0019790353253483772,
-0.004921194165945053,
-0.011548861861228943,
0.020408734679222107,
0.04343751072883606,
0.029440978541970253,
0.001830365275964141,
0.004783297423273325,
0.012376243248581886,
0.0128502631559968,
0.03950744867324829,
-0.020288074389100075,
-0.02607974223792553,
0.004259719979017973,
-0.0719132125377655,
-0.05546901002526283,
0.010238842107355595,
0.0022365145850926638,
0.050952889025211334,
0.04671255871653557,
0.006252760533243418,
0.008480656892061234,
0.03843874856829643,
0.05733061954379082,
-0.012471047230064869,
-0.012453810311853886,
0.04888443648815155,
-0.06236385554075241,
0.008532367646694183,
-0.010816284455358982,
0.0016256746603175998,
0.051987115293741226,
-0.019908858463168144,
0.05436583608388901,
0.02478696033358574,
-0.010514635592699051,
0.032095491886138916,
-0.024873144924640656,
-0.024218136444687843,
0.00548570929095149,
-0.003311679232865572,
-0.024114713072776794,
-0.0005351583240553737,
0.0638117715716362,
-0.022391002625226974,
-0.0036930502392351627,
-0.014022386632859707,
-0.04805705323815346,
-0.016952695325016975,
0.051607899367809296,
0.015366881154477596,
0.011635047383606434,
-0.09852730482816696,
0.028475701808929443,
0.049229178577661514,
0.05357293039560318,
-0.002212813589721918,
-0.06687997281551361,
-0.0803249180316925,
-0.023563126102089882,
-0.03481895476579666,
-0.012876119464635849,
-0.008480656892061234,
-0.05243527889251709,
0.05536558851599693,
0.016556240618228912,
-0.0066104307770729065,
0.029078999534249306,
-0.014315417967736721,
0.10631847381591797,
0.039093758910894394,
-0.012091830372810364,
-0.0039042048156261444,
-0.002949699992313981,
0.02607974223792553,
0.033767491579055786,
-0.015272077172994614,
0.017340529710054398,
0.023149434477090836,
-0.07218900322914124,
-0.016314921900629997,
-0.034163948148489,
-0.02754489704966545,
-0.018012776970863342,
-0.03197483345866203,
-0.019374508410692215,
-0.02904452569782734,
-0.005421070381999016,
-0.01849541626870632,
0.0016084375092759728,
-0.009557976387441158,
-0.01042845007032156,
0.0008941749110817909,
-0.042058542370796204,
-0.02187388949096203,
-0.027182918041944504,
-0.04312724247574806,
-0.04847074672579765,
0.015875374898314476,
-0.0421619638800621,
0.021287826821208,
0.04498884826898575,
0.015703003853559494,
-0.002507999073714018,
0.03550843894481659,
0.043575406074523926,
0.02447669208049774,
0.007131853140890598,
-0.011221356689929962,
0.011712614446878433,
-0.025614341720938683,
0.06905185431241989,
0.013815541751682758,
-0.017633561044931412,
-0.016392488032579422,
-0.0015050149522721767,
0.00769205903634429,
0.02075347676873207,
0.03076823614537716,
-0.006933626253157854,
-0.02230481617152691,
0.032629843801259995,
0.057365093380212784
] |
8,922 | sentencepiece | _SetProtoField | null | def _SetProtoField(self, name, value):
return _sentencepiece.SentencePieceNormalizer__SetProtoField(self, name, value)
| (self, name, value) | [
0.004532775841653347,
-0.003338357200846076,
-0.07609907537698746,
0.06554694473743439,
-0.08462327718734741,
-0.03976812586188316,
0.010646653361618519,
0.03315156325697899,
0.08228599280118942,
0.006646639201790094,
0.002236312720924616,
-0.053173113614320755,
-0.010380271822214127,
0.008962436579167843,
0.009151481091976166,
0.020846473053097725,
0.028700420632958412,
0.02007310837507248,
0.007841058075428009,
-0.02019340917468071,
0.04165857285261154,
0.01806236058473587,
0.02423209138214588,
-0.0038754160050302744,
0.040764909237623215,
0.00814181100577116,
0.007020432036370039,
0.00806447397917509,
-0.022547874599695206,
-0.005611190106719732,
0.029783131554722786,
-0.033684324473142624,
-0.00029001172515563667,
0.012159010395407677,
0.04045556113123894,
-0.0371558740735054,
-0.06723116338253021,
0.05197010189294815,
-0.07630530744791031,
-0.056060343980789185,
-0.01523528341203928,
-0.008743316866457462,
-0.02873479202389717,
0.0013523140223696828,
0.027772383764386177,
0.03157046437263489,
0.011230972595512867,
0.11789514124393463,
-0.019591903313994408,
-0.023097824305295944,
-0.02204948477447033,
0.002335131634026766,
0.009873288683593273,
0.012348054908216,
-0.03791205212473869,
0.005495185498148203,
0.05258879438042641,
0.09335370361804962,
0.007995731197297573,
0.05169512704014778,
-0.015286840498447418,
0.013112827204167843,
-0.030023733153939247,
-0.027102133259177208,
-0.0059463148936629295,
-0.009529571048915386,
0.027909869328141212,
-0.010586502030491829,
-0.018285777419805527,
0.02244476042687893,
-0.023819630965590477,
-0.017804572358727455,
-0.03332342207431793,
0.011892629787325859,
-0.008489824831485748,
0.07355556637048721,
0.00812462531030178,
0.044752031564712524,
-0.0009736875654198229,
-0.0057143052108585835,
0.04482077807188034,
0.03612472116947174,
0.008322262205183506,
-0.03022996336221695,
-0.0454394668340683,
-0.006771237123757601,
0.03901194781064987,
-0.0019409303786233068,
0.0288550928235054,
0.02797861397266388,
-0.003486585570499301,
-0.002071972703561187,
-0.022874407470226288,
0.060838017612695694,
-0.04698619619011879,
-0.020262153819203377,
0.022272901609539986,
-0.030539309605956078,
-0.03746521845459938,
0.019746577367186546,
-0.008189071901142597,
0.05069834738969803,
-0.04176168888807297,
0.016223471611738205,
0.01339639350771904,
-0.03184543550014496,
0.038118284195661545,
-0.02536636032164097,
0.007295406423509121,
-0.037602707743644714,
0.0032180561684072018,
0.030178405344486237,
-0.009752986952662468,
0.03134704753756523,
0.03504201024770737,
0.0016251398483291268,
-0.014650963246822357,
-0.04011184349656105,
0.040799278765916824,
0.04330841824412346,
-0.007939876988530159,
0.05616345629096031,
-0.043686509132385254,
0.003909787628799677,
-0.05093894898891449,
0.022513503208756447,
0.06090676039457321,
0.04399585351347923,
0.051592014729976654,
-0.05750395730137825,
-0.008936657570302486,
-0.004605816211551428,
0.010096704587340355,
0.008227740414440632,
0.07994871586561203,
-0.02019340917468071,
0.01719447411596775,
-0.014668148942291737,
-0.03449206054210663,
0.0051256888546049595,
-0.009993589483201504,
0.011935594491660595,
0.08194227516651154,
-0.05547602102160454,
0.04296470060944557,
0.017873315140604973,
0.010981777682900429,
-0.0009189075790345669,
-0.05327622964978218,
0.03877134621143341,
-0.029611272737383842,
0.017993617802858353,
-0.021276120096445084,
-0.0033405055291950703,
0.001555322203785181,
0.04492389038205147,
-0.036812156438827515,
-0.07836761325597763,
0.0426897257566452,
0.00626425351947546,
-0.0009022587328217924,
-0.010835697874426842,
-0.011737956665456295,
-0.03237820044159889,
0.008085956797003746,
0.03225789591670036,
0.018354520201683044,
-0.02873479202389717,
-0.021602651104331017,
0.0343889482319355,
0.021722953766584396,
-0.009271782822906971,
-0.0059592039324343204,
0.05853511020541191,
0.07094331830739975,
0.019265372306108475,
0.022891592234373093,
-0.007798093371093273,
-0.008532789535820484,
0.022186972200870514,
-0.004201947711408138,
0.06891538202762604,
0.0324125699698925,
-0.005495185498148203,
0.038874462246894836,
0.018595123663544655,
0.0029774538706988096,
0.06145671010017395,
-0.01912788487970829,
0.028597304597496986,
0.0450613796710968,
-0.02375088632106781,
0.005679933354258537,
-0.02651781402528286,
-0.001417835126630962,
0.016850756481289864,
0.016850756481289864,
-0.05073272064328194,
0.0018410374177619815,
-0.008489824831485748,
0.021052703261375427,
-0.019110698252916336,
-0.0181826613843441,
0.013886191882193089,
-0.02861449122428894,
0.030453380197286606,
0.0833858922123909,
0.012055895291268826,
-0.033100005239248276,
-0.06345026940107346,
0.010595095343887806,
-0.058706969022750854,
0.03526542708277702,
-0.0207433570176363,
0.03777456656098366,
-0.11803262680768967,
-0.002416764385998249,
0.004416771233081818,
0.023613400757312775,
0.061869170516729355,
0.06864040344953537,
0.02521168626844883,
0.008283594623208046,
-0.05172950029373169,
0.013542474247515202,
0.014599405229091644,
-0.04134922847151756,
-0.06516885757446289,
-0.025830378755927086,
-0.025039827451109886,
-0.02299470826983452,
0.0747242122888565,
-0.05746958404779434,
-0.004842121619731188,
-0.011145043186843395,
0.04530198127031326,
0.04674559459090233,
-0.024060232564806938,
-0.030797097831964493,
0.005413552280515432,
0.013069862499833107,
0.0252976156771183,
-0.004244912415742874,
0.041521087288856506,
-0.04537072405219078,
0.014461918734014034,
0.02241038903594017,
0.007664902601391077,
0.011170822195708752,
0.05282939597964287,
-0.0038345996290445328,
-0.029490970075130463,
-0.07039336860179901,
0.0181826613843441,
0.030367450788617134,
-0.03236101195216179,
-0.011437203735113144,
0.010079518891870975,
0.04124611243605614,
0.031054886057972908,
-0.09514103829860687,
-0.032034482806921005,
-0.004623001907020807,
-0.01213323138654232,
0.032189153134822845,
-0.036021605134010315,
0.02734273672103882,
0.03050493821501732,
-0.002007525647059083,
0.022461945191025734,
0.0387369729578495,
-0.0053018443286418915,
0.0035703666508197784,
-0.01161765493452549,
-0.027291178703308105,
-0.06348464637994766,
-0.026809973642230034,
0.049495335668325424,
0.07740520685911179,
0.0015628410037606955,
0.08001746237277985,
-0.04073053598403931,
0.007011839188635349,
0.01936848647892475,
0.008515603840351105,
0.019179442897439003,
0.01517513208091259,
0.030522122979164124,
-0.06035681068897247,
-0.05306999757885933,
-0.010122483596205711,
0.027325550094246864,
0.04640187695622444,
0.012623028829693794,
-0.03822139650583267,
-0.03272191807627678,
-0.020055921748280525,
0.025108572095632553,
0.046333134174346924,
-0.013121419586241245,
0.024678925052285194,
0.0074457828886806965,
-0.015759453177452087,
0.04145234450697899,
0.0009162222850136459,
-0.027652081102132797,
0.022152600809931755,
0.028477003797888756,
0.02663811482489109,
-0.0023823927622288465,
-0.029576899483799934,
0.05128266662359238,
-0.10971466451883316,
0.03205166757106781,
0.12655682861804962,
0.0561290867626667,
0.034681107848882675,
-0.0015198762994259596,
0.014221316203474998,
0.049220360815525055,
-0.0026509221643209457,
-0.07878007739782333,
-0.01628362201154232,
0.0053018443286418915,
-0.018010802567005157,
-0.06908723711967468,
0.03670904040336609,
-0.010560723952949047,
-0.010741175152361393,
-0.030539309605956078,
-0.022461945191025734,
-0.03584974631667137,
0.0243008341640234,
0.04265535622835159,
-0.016575781628489494,
0.014453325420618057,
0.0015102092875167727,
-0.019145071506500244,
-0.002786260796710849,
-0.017598342150449753,
-0.012399612925946712,
0.019265372306108475,
-0.0525544211268425,
-0.04097113758325577,
0.03454361855983734,
-0.005426441784948111,
-0.032704729586839676,
0.026741230860352516,
0.06276283413171768,
0.059738121926784515,
-0.01952316053211689,
-0.08166730403900146,
0.024696109816432,
0.013293278403580189,
0.007849651388823986,
-0.024455508217215538,
0.01088725496083498,
-0.04124611243605614,
-0.022066671401262283,
-0.028116101399064064,
-0.008489824831485748,
-0.010844290256500244,
0.06740302592515945,
0.00038883055094629526,
-0.04097113758325577,
-0.01703120768070221,
-0.07403677701950073,
-0.026655301451683044,
0.01750381849706173,
0.014410360716283321,
-0.001380241010338068,
0.004090239759534597,
-0.015407142229378223,
-0.03660592436790466,
-0.013319057412445545,
0.030814284458756447,
-0.0331859365105629,
0.04403022676706314,
-0.027686454355716705,
-0.06207539886236191,
0.03956189751625061,
0.01995280757546425,
-0.0003764781868085265,
0.05014839768409729,
0.036296579986810684,
0.026191281154751778,
0.06372524797916412,
0.01624065637588501,
0.058672595769166946,
-0.011634841561317444,
-0.0012255681212991476,
0.009142888709902763,
0.02351028472185135,
-0.026345955207943916,
-0.014040864072740078,
-0.01619769260287285,
-0.04722680151462555,
-0.05245130881667137,
0.020519942045211792,
-0.04097113758325577,
0.030247149989008904,
-0.00964127853512764,
0.020915215834975243,
0.06833106279373169,
-0.023252496495842934,
0.021997926756739616,
-0.0057143052108585835,
0.11377052962779999,
-0.041830431669950485,
0.05348246172070503,
-0.053723063319921494,
0.04530198127031326,
0.005327622871845961,
-0.09514103829860687,
-0.005233100615441799,
-0.011643433943390846,
0.014264280907809734,
-0.009735801257193089,
0.035987235605716705,
0.032034482806921005,
-0.03177669271826744,
0.02639751322567463,
-0.006874352227896452,
0.0383245125412941,
0.01569070853292942,
0.0125456927344203,
-0.008094550110399723,
-0.037121500819921494,
0.018199848011136055,
-0.0006863611051812768,
-0.006186916958540678,
-0.030023733153939247,
0.045473840087652206,
-0.024713296443223953,
0.02505701407790184,
-0.037018388509750366,
0.007905504666268826,
-0.041830431669950485,
-0.05733209848403931,
0.005877571180462837,
0.03303126245737076,
0.008717537857592106,
0.022032298147678375,
-0.05121392384171486,
0.043686509132385254,
-0.01325890701264143,
-0.08510448038578033,
0.061594195663928986,
0.00962409283965826,
-0.022668177261948586,
0.029817502945661545,
0.07293687760829926,
0.05753832682967186,
0.010311528109014034,
-0.015200911089777946,
-0.0049581266939640045,
0.010053739883005619,
-0.08194227516651154,
0.026534998789429665,
-0.030676797032356262,
-0.03205166757106781,
0.05306999757885933,
-0.0049581266939640045,
0.01471970696002245,
-0.009349118918180466,
0.04433957114815712,
0.014754078350961208,
0.0005418923101387918,
0.0029667126946151257,
-0.043067816644907,
0.010981777682900429,
-0.044717662036418915,
0.03217196837067604,
-0.009692836552858353,
-0.010474794544279575,
0.00916866771876812,
0.02137923613190651,
0.004012903198599815,
-0.06540945917367935,
-0.030161220580339432,
0.008928065188229084,
-0.049426592886447906,
-0.021207377314567566,
0.0012427539331838489,
0.06644061207771301,
-0.028597304597496986,
-0.02241038903594017,
0.026380326598882675,
0.01432443130761385,
0.04323967546224594,
-0.005757269915193319,
0.011961372569203377,
-0.01221056841313839,
-0.015269654802978039,
0.01581100933253765,
0.0013566104462370276,
0.039665013551712036,
0.0029731574468314648,
0.015166539698839188,
-0.037843309342861176,
-0.06406896561384201,
0.0007416781736537814,
-0.04018059000372887,
-0.08909160643815994,
0.03165639191865921,
-0.01743507571518421,
-0.008000027388334274,
0.02395711839199066,
-0.026105351746082306,
-0.005327622871845961,
-0.03311719000339508,
-0.03198292478919029,
-0.014221316203474998,
-0.01076695416122675,
0.01976376213133335,
-0.00554244639351964,
-0.013404986821115017,
-0.007334074471145868,
-0.06369087100028992,
-0.03853074461221695,
0.012219160795211792,
0.008287890814244747,
0.014891565777361393,
-0.008313669823110104,
0.0006804534350521863,
-0.035471659153699875,
-0.07850509881973267,
-0.0286488626152277,
0.05300125479698181,
-0.026534998789429665,
0.07781766355037689,
-0.013009711168706417,
0.0474330298602581,
0.03395929932594299,
0.09789077192544937,
0.02620846778154373,
-0.02761770971119404,
0.010663839057087898,
-0.029078509658575058,
0.018801353871822357,
-0.014101015403866768,
-0.023458726704120636,
-0.04640187695622444,
-0.010277156718075275,
-0.020966773852705956,
0.01842326484620571,
-0.0466424785554409,
0.050801463425159454,
0.0031901290640234947,
-0.056025970727205276,
-0.05403240770101547,
-0.0050268699415028095,
-0.03464673459529877,
-0.054754216223955154,
-0.017959244549274445,
-0.058706969022750854,
-0.040524307638406754,
0.01505483128130436,
-0.006406037136912346,
0.00962409283965826,
-0.02280566282570362,
-0.010904441587626934,
0.02442113682627678,
0.034165531396865845,
0.01940285973250866,
0.04461454600095749,
-0.04598941653966904,
-0.014556440524756908,
-0.015664929524064064,
-0.03177669271826744,
0.06406896561384201,
0.035746630281209946,
0.012751922942698002,
0.06248786300420761,
0.019059142097830772,
0.06142233684659004,
-0.00277122319675982,
0.0035531807225197554,
-0.04647061973810196,
0.030642425641417503,
-0.051557641476392746,
0.0017980727134272456,
0.0032008702401071787,
0.027119319885969162,
0.0056154862977564335,
-0.012554286047816277,
0.03897757828235626,
0.04059305042028427,
-0.013817448168992996,
0.08400458097457886,
-0.09019149839878082,
0.014771264046430588,
-0.00605802284553647,
0.02168858051300049,
-0.020640242844820023,
0.004290025215595961,
-0.0021568280644714832,
-0.02462736703455448,
0.0043909926898777485,
0.019969992339611053,
-0.012176196090877056,
0.007888318970799446,
0.004515590146183968,
0.0517638735473156,
0.041074253618717194,
-0.07169949263334274,
-0.032859403640031815,
0.033134378492832184,
0.04647061973810196,
0.03729335963726044,
-0.022547874599695206,
0.03791205212473869,
-0.0129409683868289,
-0.012030116282403469,
0.01555322203785181,
-0.034715477377176285,
0.022066671401262283,
-0.007677792105823755,
-0.01719447411596775,
-0.06891538202762604,
-0.005585411097854376,
0.027325550094246864,
-0.028562933206558228,
-0.033289048820734024,
-0.060253698378801346,
-0.07458671927452087,
-0.0038152653723955154,
-0.05829450860619545,
-0.03554040193557739,
-0.10607125610113144,
-0.016189100220799446,
0.014865786768496037,
-0.054754216223955154,
-0.026191281154751778,
0.015192318707704544,
-0.043927110731601715,
-0.03939003869891167,
-0.030934585258364677,
-0.02758333832025528,
0.0331859365105629,
0.01140283141285181,
0.0071020652540028095,
0.01464236993342638,
-0.028631677851080894,
-0.07135577499866486,
0.09321621805429459,
-0.03684652969241142,
-0.05829450860619545,
0.006921613588929176,
0.03196573629975319,
-0.025658519938588142,
-0.0009667057893238962,
-0.0019344856264069676,
-0.00932333990931511,
0.0529668852686882,
0.03351246565580368,
0.022668177261948586,
0.005989279597997665,
0.035231053829193115,
-0.039149437099695206,
-0.060288067907094955,
-0.038668230175971985,
0.0640002191066742,
-0.05011402815580368,
0.005503778345882893,
0.038668230175971985,
-0.003703557187691331,
0.011763735674321651,
-0.008489824831485748,
-0.027720825746655464,
-0.06671559065580368,
0.03487015143036842,
-0.08909160643815994,
-0.03646843880414963,
-0.01397212129086256,
-0.031948551535606384,
-0.007033321540802717,
-0.0049581266939640045,
0.03237820044159889,
0.02600223757326603,
-0.014083828777074814,
0.043067816644907,
0.006414629984647036,
0.005761566571891308,
0.008945250883698463,
0.032704729586839676,
0.03791205212473869,
0.03145015984773636,
0.035987235605716705,
-0.06534072011709213,
-0.02560696192085743,
-0.014891565777361393,
-0.06358775496482849,
0.010543537326157093,
-0.027291178703308105,
-0.0008147181360982358,
0.03304844722151756,
-0.10950843244791031,
-0.002022563247010112,
0.09019149839878082,
-0.018543565645813942,
0.015183725394308567,
-0.03808391094207764,
-0.010655245743691921,
-0.014040864072740078,
-0.008833542466163635,
-0.010268563404679298,
-0.026534998789429665,
-0.025194501504302025,
0.006290032062679529,
0.019334115087985992,
-0.01357684563845396,
-0.010062333196401596,
-0.037843309342861176,
-0.001598286908119917,
0.05282939597964287,
-0.05324185639619827,
0.013250313699245453,
0.007849651388823986,
0.05801953375339508,
0.003716446692124009,
0.014315838925540447,
0.04330841824412346,
-0.024610180407762527,
-0.011660619638860226,
-0.05616345629096031,
-0.02766926772892475,
-0.005817420780658722,
0.0019065586384385824,
-0.031518906354904175,
-0.00019898026948794723,
-0.0015306174755096436,
-0.04794860631227493,
-0.0023501692339777946,
-0.0009618722251616418,
-0.04537072405219078,
0.0076133450493216515,
-0.009563942439854145,
-0.007398521527647972,
0.0030204185750335455,
-0.011849665082991123,
0.014393175020813942,
-0.004747599363327026,
-0.010251377709209919,
-0.033615581691265106,
0.05066397413611412,
0.02897539548575878,
0.010397457517683506,
-0.02462736703455448,
0.021843254566192627,
0.015613372437655926,
-0.0028850797098129988,
-0.020760543644428253,
0.009615500457584858,
0.03294533118605614,
-0.07424300163984299,
0.04062741994857788,
0.04344590753316879,
-0.02679278701543808,
0.02122456207871437,
-0.042895957827568054,
0.07266190648078918,
0.027325550094246864,
-0.00318583264015615,
0.018835725262761116,
0.006732568610459566,
0.021808883175253868,
0.0007132140453904867
] |
8,923 | sentencepiece | __getstate__ | null | def __getstate__(self):
return self.serialized_model_proto()
| (self) | [
0.017247576266527176,
-0.045193128287792206,
-0.04526480659842491,
0.019872790202498436,
0.013439669273793697,
-0.04297110065817833,
0.0011815709294751287,
0.005725299008190632,
0.06053226813673973,
-0.05476217344403267,
-0.037165164947509766,
-0.0012162900529801846,
-0.055443115532398224,
0.02983606606721878,
-0.021969379857182503,
0.04024732857942581,
-0.018636340275406837,
-0.016369517892599106,
0.0009665362304076552,
0.005393787287175655,
0.008278836496174335,
-0.0046814847737550735,
0.016826465725898743,
0.04060572013258934,
0.025624969974160194,
-0.009757199324667454,
-0.012373455800116062,
-0.01869009993970394,
0.08106808364391327,
0.014649239368736744,
-0.04171673208475113,
-0.04322197660803795,
0.01904849149286747,
0.02118091844022274,
-0.013421749696135521,
0.015195786021649837,
-0.007472455967217684,
0.06813016533851624,
-0.040677398443222046,
-0.08192822337150574,
-0.006365923210978508,
-0.05716339126229286,
-0.013860778883099556,
0.011298282071948051,
0.02919096127152443,
-0.026108797639608383,
0.012301777489483356,
0.03788194805383682,
0.02245320752263069,
-0.04064156115055084,
0.012606409378349781,
0.03560616448521614,
-0.013941416516900063,
0.045300643891096115,
-0.04089243337512016,
-0.045802392065525055,
0.03211184963583946,
0.026610543951392174,
0.0012588490499183536,
0.06995795667171478,
-0.04533648490905762,
0.0022130655124783516,
0.014909072779119015,
-0.037917785346508026,
0.007777088321745396,
-0.06164328381419182,
-0.005837296135723591,
-0.008502830751240253,
-0.02996150217950344,
0.04687756672501564,
-0.03397548198699951,
-0.04576655477285385,
0.03594663366675377,
0.0651913583278656,
-0.01378910057246685,
-0.02394052967429161,
0.017373012378811836,
0.006392802577465773,
-0.013126077130436897,
-0.013430709019303322,
-0.011791069991886616,
0.015428740531206131,
-0.04365204647183418,
-0.004255895037204027,
-0.03924383223056793,
-0.039781421422958374,
0.03773859143257141,
-0.009793038479983807,
-0.057450104504823685,
0.007915965281426907,
-0.027219809591770172,
0.07877437770366669,
-0.04440466687083244,
0.07200078666210175,
-0.016629351302981377,
-0.04300694167613983,
-0.02557121030986309,
0.004119258373975754,
-0.01385181862860918,
-0.03537321090698242,
-0.05967213213443756,
0.045157287269830704,
-0.09454359114170074,
-0.0038527052383869886,
-0.0244601983577013,
-0.006648156326264143,
0.023205827921628952,
-0.0388496033847332,
-0.002591616241261363,
-0.04935046657919884,
0.020374538376927376,
0.060353074222803116,
-0.005895534995943308,
0.03720100596547127,
0.027972431853413582,
-0.025248657912015915,
0.008632747456431389,
0.02078668773174286,
-0.0013114877510815859,
0.006231526378542185,
-0.027542361989617348,
0.05702003464102745,
-0.05347196385264397,
0.008856741711497307,
-0.0053579481318593025,
0.07619396597146988,
0.05737842619419098,
-0.03945886716246605,
0.04623246192932129,
-0.04268438741564751,
-0.02207689732313156,
-0.007772608660161495,
-0.02028494141995907,
0.03555240482091904,
0.017131097614765167,
0.023008713498711586,
0.06820183992385864,
-0.01741781085729599,
-0.026538867503404617,
0.06906197965145111,
0.039279673248529434,
0.06433121860027313,
0.07418697327375412,
-0.01053670048713684,
0.02417348511517048,
0.01689814403653145,
0.02193354070186615,
0.002304903231561184,
-0.027757396921515465,
-0.0028850489761680365,
0.07762753218412399,
-0.025607049465179443,
0.01171939168125391,
0.018887214362621307,
-0.0639728233218193,
0.03057076781988144,
-0.04859784245491028,
-0.06741338223218918,
-0.005447546020150185,
-0.04171673208475113,
-0.056446611881256104,
0.014434204436838627,
-0.0015209225239232183,
-0.07002963870763779,
0.014434204436838627,
0.05992300435900688,
-0.008592428639531136,
-0.05655412748456001,
-0.0488487184047699,
-0.00010646737791830674,
-0.0764806792140007,
-0.008502830751240253,
-0.06934869289398193,
0.030176537111401558,
0.009470487013459206,
0.053436122834682465,
-0.0030933639500290155,
0.050819870084524155,
0.005277310032397509,
0.005532663781195879,
0.02078668773174286,
-0.008646187372505665,
-0.05702003464102745,
0.023617979139089584,
0.037774428725242615,
0.032631516456604004,
0.019747354090213776,
-0.006110569462180138,
0.05802353098988533,
0.009640722535550594,
0.025750406086444855,
0.004410451278090477,
0.03196849301457405,
0.004627726040780544,
-0.04336533322930336,
-0.011486437171697617,
-0.017641805112361908,
-0.0076561314053833485,
-0.014434204436838627,
0.052719343453645706,
0.02318790927529335,
-0.048060256987810135,
-0.005510264541953802,
0.001117732492275536,
-0.07913277298212051,
0.005622261669486761,
0.006621276959776878,
-0.03343789651989937,
0.02919096127152443,
-0.03492521867156029,
-0.010608378797769547,
-0.023868853226304054,
0.013735341839492321,
0.05365115776658058,
0.06318436563014984,
-0.09303835034370422,
0.01903057098388672,
-0.0038280657026916742,
0.017713483422994614,
0.011728351004421711,
0.1103128045797348,
0.013260473497211933,
-0.016960863023996353,
-0.026520946994423866,
-0.043293654918670654,
-0.025517452508211136,
-0.03935135155916214,
-0.024782750755548477,
-0.05178752541542053,
-0.05572982877492905,
0.009434647858142853,
-0.01089509204030037,
-0.007974203675985336,
-0.009246492758393288,
0.013878698460757732,
0.0764806792140007,
0.002034989884123206,
-0.01643223501741886,
-0.040426526218652725,
0.017220696434378624,
0.008283316157758236,
-0.015966325998306274,
0.021736424416303635,
-0.013977255672216415,
-0.009380889125168324,
-0.004173017106950283,
0.07726913690567017,
0.012928961776196957,
-0.04150169715285301,
-0.017381971701979637,
0.022578643634915352,
-0.015374981798231602,
-0.043687883764505386,
0.013547186739742756,
0.044297147542238235,
-0.08250164985656738,
-0.01792851835489273,
-0.01617240160703659,
0.043401170521974564,
0.02015950344502926,
-0.04358036816120148,
-0.03356333449482918,
-0.0047621228732168674,
0.054582975804805756,
-0.00014020655362401158,
-0.0003947902878280729,
-0.0014190051006153226,
0.04046236351132393,
0.0115849943831563,
0.036179590970277786,
0.180485799908638,
-0.018215231597423553,
-0.059851326048374176,
0.013197755441069603,
-0.03370669111609459,
-0.10895092040300369,
-0.032774873077869415,
0.021270515397191048,
0.003501033876091242,
-0.014559641480445862,
0.005976173095405102,
-0.0057969773188233376,
0.042791906744241714,
-0.0005356268375180662,
-0.029388075694441795,
-0.030051100999116898,
0.004896519239991903,
-0.04426131024956703,
-0.011495397426187992,
-0.01590360887348652,
0.04978053271770477,
0.020589573308825493,
0.015527297742664814,
-0.043042778968811035,
0.04748683050274849,
-0.0826450064778328,
-0.038025304675102234,
0.021252596750855446,
0.057593461126089096,
0.01703254133462906,
0.014452124014496803,
0.009784079156816006,
-0.02078668773174286,
0.027219809591770172,
-0.007400777656584978,
0.019227687269449234,
0.020267020910978317,
0.018215231597423553,
-0.022148573771119118,
-0.0038863043300807476,
-0.02718397043645382,
0.0351223349571228,
-0.0032546399161219597,
0.050318121910095215,
0.03419051691889763,
-0.02308039180934429,
-0.019496480002999306,
0.011378919705748558,
0.016360556706786156,
0.07841598987579346,
-0.07490375638008118,
0.019603997468948364,
0.013547186739742756,
0.04859784245491028,
-0.042182642966508865,
-0.024603554978966713,
-0.0032076011411845684,
-0.0006137448945082724,
-0.01929936558008194,
-0.017399892210960388,
-0.04239767789840698,
-0.01869009993970394,
0.04834697023034096,
0.04590991139411926,
-0.03585703670978546,
0.016387436538934708,
0.040032293647527695,
0.00883434247225523,
0.008126519620418549,
-0.04863368347287178,
0.07286092638969421,
-0.023743415251374245,
-0.02030286006629467,
0.00038891041185706854,
-0.004950277972966433,
0.01967567577958107,
-0.007687490899115801,
0.02558913081884384,
0.0665174052119255,
-0.023761335760354996,
-0.06719834357500076,
-0.03247024118900299,
-0.010662137530744076,
0.06662491708993912,
-0.01372638251632452,
-0.037523556500673294,
-0.013995175249874592,
0.009362969547510147,
0.0036040712147951126,
0.008699946105480194,
0.00946152675896883,
-0.016235120594501495,
-0.0263238325715065,
-0.016584550961852074,
0.009165854193270206,
0.0003662309900391847,
-0.03019445575773716,
-0.007369418628513813,
0.015831930562853813,
-0.04300694167613983,
-0.042433515191078186,
-0.03298990800976753,
-0.07164239883422852,
0.02956727147102356,
0.014756756834685802,
0.03863456845283508,
-0.05730674788355827,
0.027381086722016335,
-0.007929405197501183,
0.00774124963209033,
0.028151627629995346,
-0.01135204080492258,
0.012642248533666134,
0.03695013001561165,
0.04795273765921593,
0.022094815969467163,
0.051680006086826324,
-0.002031629905104637,
-0.001911792904138565,
-0.003942302893847227,
-0.05974381044507027,
-0.024155564606189728,
-0.08837926387786865,
-0.014344606548547745,
0.013502387329936028,
-0.004632206168025732,
0.0338321253657341,
-0.010097671300172806,
0.013556146062910557,
-0.020213263109326363,
0.021736424416303635,
0.01297376025468111,
0.02103756181895733,
0.01981903240084648,
-0.05103490501642227,
-0.011683552525937557,
0.009389848448336124,
0.07361354678869247,
-0.04978053271770477,
-0.0626109391450882,
0.017489489167928696,
0.013520306907594204,
-0.021485550329089165,
-0.0802796259522438,
0.024119725450873375,
0.0022522646468132734,
0.0413583405315876,
-0.009721361100673676,
0.032506078481674194,
0.04501393064856529,
0.00996327493339777,
0.08099640905857086,
0.05404539033770561,
-0.01616344228386879,
-0.00014979630941525102,
0.04978053271770477,
-0.018134593963623047,
0.05286270007491112,
0.048203613609075546,
0.058847829699516296,
0.03406508266925812,
-0.026270072907209396,
0.031000837683677673,
-0.03311534598469734,
-0.0008058201638050377,
-0.022130655124783516,
0.018215231597423553,
-0.045049771666526794,
-0.04375956207513809,
0.09296666830778122,
0.01579609140753746,
0.042182642966508865,
0.010823413729667664,
-0.009524245746433735,
0.05304189398884773,
-0.04798857867717743,
-0.026718061417341232,
0.05938541889190674,
0.0401039719581604,
-0.02107340097427368,
-0.00479796202853322,
0.008359474129974842,
0.06909781694412231,
-0.026968935504555702,
-0.019998228177428246,
0.006294244900345802,
-0.0034405551850795746,
-0.03906463831663132,
-0.03159218281507492,
-0.02268616110086441,
-0.01804499514400959,
0.017337173223495483,
-0.019747354090213776,
0.009873677045106888,
0.01804499514400959,
-0.03910047560930252,
-0.02643135003745556,
0.014613400213420391,
-0.050568994134664536,
0.010671096853911877,
0.044189631938934326,
0.009793038479983807,
-0.0011647712672129273,
-0.06289765238761902,
-0.0513932928442955,
0.02091212570667267,
0.01378910057246685,
-0.01741781085729599,
-0.04788105934858322,
-0.09117471426725388,
-0.0012991679832339287,
-0.03153842315077782,
-0.023152070119976997,
0.029370157048106194,
0.014658198691904545,
0.005658100824803114,
0.022130655124783516,
0.048311129212379456,
0.05702003464102745,
-0.03660965710878372,
-0.04433298856019974,
0.048311129212379456,
0.016566632315516472,
0.004282774403691292,
0.031018756330013275,
0.00444405060261488,
-0.015079308301210403,
0.001197250559926033,
0.022112736478447914,
-0.0021425073500722647,
0.025356175377964973,
-0.05630325525999069,
0.014935952611267567,
-0.028008271008729935,
-0.03834785521030426,
-0.042182642966508865,
-0.022990794852375984,
-0.009578004479408264,
0.025230739265680313,
-0.01390557736158371,
-0.00807276088744402,
0.0022847438231110573,
0.01953231915831566,
0.0044664498418569565,
-0.01803603582084179,
-0.031233791261911392,
0.013547186739742756,
-0.009945355355739594,
-0.04157337546348572,
0.025409935042262077,
0.03684261441230774,
0.01702358014881611,
0.01053670048713684,
-0.040426526218652725,
-0.03291822969913483,
0.022632403299212456,
-0.08852262049913406,
-0.03788194805383682,
0.024728991091251373,
0.036394622176885605,
0.0664457231760025,
-0.04777354374527931,
0.03406508266925812,
0.07454536110162735,
-0.006415202282369137,
-0.04415379464626312,
-0.0006389442714862525,
-0.006495839916169643,
-0.10228484123945236,
-0.02291911654174328,
0.020231181755661964,
-0.0413225032389164,
-0.035910796374082565,
0.03431595489382744,
0.02055373415350914,
0.022901196032762527,
-0.025392014533281326,
0.01715797744691372,
-0.06741338223218918,
-0.039423029869794846,
-0.03019445575773716,
-0.024621473625302315,
-0.0022791437804698944,
-0.06820183992385864,
0.010554620064795017,
-0.021091321483254433,
0.019209766760468483,
0.02557121030986309,
0.016960863023996353,
-0.003747427836060524,
0.016844384372234344,
0.018743857741355896,
0.006666075903922319,
0.025463692843914032,
0.014022055082023144,
0.07863102108240128,
-0.011549155227839947,
0.028366660699248314,
-0.005434106104075909,
-0.018277950584888458,
0.04662669077515602,
-0.019962389022111893,
0.02505154348909855,
0.023743415251374245,
0.0926799550652504,
0.02782907523214817,
-0.013359030708670616,
0.03698597103357315,
0.00796076375991106,
-0.004383571911603212,
0.04841864854097366,
-0.00857898872345686,
-0.0007285420433618128,
-0.008955299854278564,
-0.002472899155691266,
-0.008193718269467354,
-0.04307861998677254,
0.047701865434646606,
0.025481613352894783,
0.012489932589232922,
-0.03356333449482918,
0.04031900689005852,
0.004173017106950283,
0.015966325998306274,
0.034280117601156235,
-0.012875203043222427,
0.00286712939850986,
-0.013018559664487839,
-0.04182425141334534,
-0.006244966294616461,
0.012624328956007957,
0.031000837683677673,
0.05089154839515686,
-0.013923496939241886,
0.009945355355739594,
-0.041035789996385574,
-0.05340028554201126,
0.05074819177389145,
0.04239767789840698,
0.044046275317668915,
-0.03546280786395073,
-0.03148466348648071,
-0.0388854444026947,
-0.0764806792140007,
0.00010709736670833081,
-0.0476301871240139,
-0.0012577290181070566,
0.029513513669371605,
-0.02469315193593502,
-0.0017650765366852283,
0.041179146617650986,
0.022345690056681633,
-0.015222664922475815,
0.02155722863972187,
-0.04673421010375023,
-0.0008584588649682701,
-0.013914537616074085,
-0.028366660699248314,
-0.013099197298288345,
-0.07734081894159317,
0.026861418038606644,
0.008184758946299553,
0.03542696684598923,
-0.04616078361868858,
0.041286662220954895,
-0.04125082492828369,
0.007705410476773977,
0.004056540317833424,
-0.02107340097427368,
0.0501389242708683,
-0.02116299979388714,
-0.0029925662092864513,
-0.016611430794000626,
-0.032165609300136566,
-0.04813193529844284,
0.01717589795589447,
-0.035785358399152756,
-0.0501747652888298,
0.04540816321969032,
-0.017955398187041283,
-0.03560616448521614,
-0.008426672779023647,
-0.005438586231321096,
-0.00423349579796195,
0.004753163084387779,
-0.0025647368747740984,
0.02718397043645382,
0.024836508557200432,
0.03282863274216652,
-0.05121409893035889,
-0.08242996782064438,
0.01415645144879818,
-0.002981366589665413,
-0.025374095886945724,
0.0388496033847332,
0.07691074907779694,
-0.07382858544588089,
0.04666253179311752,
0.04160921648144722,
-0.03474602475762367,
-0.013251514174044132,
0.027596119791269302,
-0.002186186145991087,
-0.0026386550161987543,
-0.058561116456985474,
-0.007279820740222931,
0.029907744377851486,
-0.0033935164101421833,
0.04332949221134186,
0.00883434247225523,
0.014694037847220898,
0.039530545473098755,
0.006831831764429808,
0.049923889338970184,
0.035677842795848846,
0.00389974401332438,
0.008449072018265724,
0.024119725450873375,
0.09189149737358093,
-0.08307507634162903,
-0.04411795362830162,
-0.024513956159353256,
-0.009622802957892418,
0.01353822648525238,
0.0017404371174052358,
-0.013135036453604698,
-0.012785605154931545,
-0.07311180233955383,
-0.00491443881765008,
-0.0010169349843636155,
0.02157514914870262,
-0.004497809335589409,
-0.00439029186964035,
-0.04211096465587616,
0.04863368347287178,
0.03773859143257141,
-0.038670409470796585,
-0.02053581364452839,
-0.02996150217950344,
-0.045659035444259644,
0.03831201791763306,
0.015634814277291298,
-0.02041037753224373,
-0.04784522205591202,
0.02456771582365036,
-0.006222566589713097,
-0.008086200803518295,
0.044691380113363266,
-0.03838369622826576,
0.05572982877492905,
-0.057342588901519775,
-0.00920169334858656,
0.028599616140127182,
0.014909072779119015,
0.028008271008729935,
0.03329453989863396,
-0.04157337546348572,
-0.002510978141799569,
-0.0039154235273599625,
0.0206612516194582,
0.03483562171459198,
-0.043437011539936066,
-0.06967124342918396,
-0.0037205484695732594,
0.027040613815188408,
-0.02368965744972229,
0.03558824211359024,
0.024137645959854126,
0.021001722663640976,
0.028599616140127182,
0.028850490227341652,
0.027757396921515465,
0.018134593963623047,
0.04598158970475197,
-0.03831201791763306,
0.01705045998096466,
0.04272022843360901,
-0.027488602325320244,
-0.020374538376927376,
-0.04949382320046425,
0.03949470818042755,
0.04666253179311752,
0.028545856475830078,
-0.041680894792079926,
0.05228927358984947,
-0.008502830751240253,
-0.02517697960138321,
0.009291291236877441,
-0.02367173694074154,
-0.02270408160984516,
-0.051429133862257004,
-0.04085659235715866,
0.01421916950494051,
0.010402304120361805,
-0.0018401147099211812,
0.02481858804821968,
-0.014765716157853603,
-0.00779948802664876
] |
8,925 | sentencepiece | _swig_repr | null | def _swig_repr(self):
try:
strthis = "proxy of " + self.this.__repr__()
except __builtin__.Exception:
strthis = ""
return "<%s.%s; %s >" % (self.__class__.__module__, self.__class__.__name__, strthis,)
| (self) | [
0.0263858363032341,
-0.09493985772132874,
0.058389414101839066,
0.04771570488810539,
0.016721563413739204,
-0.03066936507821083,
0.004832136444747448,
0.042659733444452286,
0.041465964168310165,
-0.0010105354012921453,
-0.006535015068948269,
0.0018268636194989085,
-0.020768092945218086,
0.04722415283322334,
-0.05199923366308212,
0.028018493205308914,
-0.0026706221979111433,
-0.0547378808259964,
-0.02459518052637577,
-0.04230862483382225,
-0.005960074253380299,
0.0303709227591753,
0.031406693160533905,
-0.058494746685028076,
-0.003934614360332489,
0.06439337879419327,
-0.0176695566624403,
0.005345633253455162,
-0.02549050934612751,
-0.021786309778690338,
-0.06716714054346085,
-0.11270596832036972,
0.004617082420736551,
-0.0278780497610569,
0.05157790333032608,
0.016300233080983162,
-0.06583292782306671,
0.009137609973549843,
-0.0537898875772953,
-0.04789125919342041,
0.079701729118824,
-0.022944968193769455,
0.0033289515413343906,
-0.06084717810153961,
-0.04789125919342041,
0.03224935382604599,
0.039078425616025925,
0.022576304152607918,
0.0024314294569194317,
-0.03820065036416054,
0.03321490436792374,
0.02777271717786789,
-0.032284464687108994,
-0.005253467243164778,
-0.026754500344395638,
0.026403391733765602,
0.03272335231304169,
0.06439337879419327,
0.017599334940314293,
0.023050300776958466,
-0.05786275118589401,
0.00450297212228179,
0.02020631916821003,
0.003278479678556323,
0.03616422042250633,
0.013579137623310089,
-0.0368664376437664,
-0.013579137623310089,
-0.01737111434340477,
-0.025156954303383827,
-0.013860025443136692,
-0.02570117451250553,
-0.05723075568675995,
0.04929569363594055,
0.006815901957452297,
-0.05119168385863304,
-0.002018876373767853,
-0.0019969320856034756,
0.025806507095694542,
-0.07408398389816284,
0.03254779800772667,
-0.018678994849324226,
-0.05491343513131142,
-0.007904339581727982,
0.008514391258358955,
-0.06407737731933594,
-0.03626955300569534,
-0.03572533279657364,
-0.024823401123285294,
0.004836525302380323,
-0.036796215921640396,
0.008786501362919807,
-0.026912499219179153,
0.03309201821684837,
-0.049927689135074615,
-0.020346762612462044,
0.011814815923571587,
-0.05607209727168083,
0.054702769964933395,
0.0013989496510475874,
0.04655704274773598,
0.019556768238544464,
-0.0716964453458786,
-0.015299571678042412,
-0.015896456316113472,
0.028404712677001953,
-0.002002418041229248,
0.02915959618985653,
-0.024121183902025223,
-0.021768754348158836,
0.005815241485834122,
0.01737111434340477,
-0.009690606966614723,
-0.008435391820967197,
0.030581587925553322,
-0.01929343491792679,
0.003443062072619796,
0.01920565776526928,
0.06509559601545334,
0.010735156014561653,
-0.00602590711787343,
-0.02457762509584427,
-0.04848814383149147,
-0.0014296716544777155,
-0.04511749744415283,
0.018240109086036682,
0.003862198209390044,
0.011340818367898464,
-0.011832371354103088,
-0.08574080467224121,
0.039078425616025925,
-0.0019431684631854296,
-0.06355071812868118,
0.013263139873743057,
0.04329173266887665,
0.04013175144791603,
0.0006522945477627218,
0.01499235164374113,
-0.024823401123285294,
0.08321281522512436,
-0.006113684270530939,
-0.015993012115359306,
-0.004208918195217848,
0.0815977156162262,
-0.028790932148694992,
-0.022839635610580444,
0.0013407972874119878,
0.07324132323265076,
0.04746992886066437,
-0.027228496968746185,
0.013359694741666317,
0.007474231533706188,
0.06741291284561157,
0.019679656252264977,
-0.03314468264579773,
0.057722307741642,
-0.022137418389320374,
0.025841617956757545,
-0.007386454381048679,
-0.038973093032836914,
0.0011520761763677,
-0.05013835430145264,
0.003980697598308325,
-0.03224935382604599,
0.033302683383226395,
-0.003214841242879629,
0.04964680224657059,
-0.04497705399990082,
0.02320829965174198,
0.05558054521679878,
-0.005429022014141083,
-0.056388095021247864,
-0.0597236305475235,
0.02310296706855297,
0.002422651741653681,
0.06800980120897293,
-0.01264869887381792,
0.09086699038743973,
-0.02628050372004509,
0.015957901254296303,
0.052806783467531204,
-0.022769413888454437,
-0.08833900839090347,
-0.014772908762097359,
0.033706456422805786,
-0.037077102810144424,
0.05515921488404274,
-0.025016510859131813,
0.06404227018356323,
-0.007452287245541811,
0.018889660015702248,
0.018152331933379173,
0.024472292512655258,
-0.012429255992174149,
-0.020276540890336037,
-0.022927412763237953,
-0.012192257679998875,
-0.02708805352449417,
0.010006604716181755,
0.029896926134824753,
-0.030932696536183357,
0.029124485328793526,
-0.0338117890059948,
0.004691693000495434,
0.005319300107657909,
0.027228496968746185,
0.037077102810144424,
-0.028211602941155434,
-0.0005576597177423537,
-0.03226691111922264,
0.02408607304096222,
-0.009172720834612846,
0.005626520607620478,
-0.004279139917343855,
0.020943647250533104,
0.0012892280938103795,
-0.0627431645989418,
-0.002780343871563673,
-0.05084057152271271,
0.02169853262603283,
0.05157790333032608,
-0.022944968193769455,
-0.05189390107989311,
-0.058284081518650055,
-0.033285126090049744,
-0.02619272656738758,
0.023524299263954163,
-0.015334682539105415,
-0.0023568186443299055,
-0.00950627401471138,
0.04592504724860191,
0.008474892005324364,
0.012929586693644524,
0.025736285373568535,
0.023155633360147476,
0.011033598333597183,
-0.06351560354232788,
0.00763661926612258,
0.019662100821733475,
0.037673987448215485,
-0.018696550279855728,
0.05793297290802002,
0.018538551405072212,
-0.0014505187282338738,
0.038376204669475555,
-0.01871410571038723,
-0.026859832927584648,
0.06232183426618576,
-0.0040465304628014565,
0.03096780739724636,
0.021680977195501328,
-0.04111485555768013,
-0.06154939532279968,
-0.029422927647829056,
0.01129692979156971,
-0.01999565400183201,
-0.016633786261081696,
-0.020557427778840065,
0.028948931023478508,
0.041255299001932144,
0.011788482777774334,
0.010234825313091278,
-0.02289230190217495,
0.000946348300203681,
0.04926058277487755,
0.010164603590965271,
-0.05185879021883011,
-0.01730966940522194,
0.037989985197782516,
0.03474222868680954,
0.12492455542087555,
-0.013315806165337563,
-0.0676586925983429,
0.046943265944719315,
-0.009883716702461243,
-0.03354845941066742,
0.0024577626027166843,
-0.0041562519036233425,
0.004985746927559376,
-0.06857157498598099,
0.03844642639160156,
-0.02527984231710434,
0.0015393932117149234,
-0.0027935104444622993,
-0.02182142063975334,
-0.018169887363910675,
0.007706840988248587,
-0.004998913500458002,
0.01820499822497368,
-0.006995845586061478,
0.08777723461389542,
0.036585550755262375,
-0.002749621868133545,
0.036199331283569336,
0.010138270445168018,
-0.0025916227605193853,
-0.0010006604716181755,
0.02866804413497448,
-0.003960947506129742,
0.01224492397159338,
-0.005371966864913702,
-0.037884652614593506,
0.035497114062309265,
0.05895118787884712,
-0.03497045114636421,
-0.017652001231908798,
-0.0046785264275968075,
0.05508899316191673,
-0.025051621720194817,
0.003335534827783704,
-0.011226708069443703,
0.014167245477437973,
-0.02477073483169079,
0.015694569796323776,
0.02726360782980919,
0.014298911206424236,
0.015896456316113472,
-0.01901254802942276,
0.030283145606517792,
0.05607209727168083,
-0.028913820162415504,
0.0214000903069973,
-0.0036339773796498775,
0.0234014093875885,
0.04143085330724716,
-0.03007248044013977,
-0.02169853262603283,
0.009137609973549843,
0.010612267069518566,
0.017046337947249413,
-0.030406033620238304,
-0.03484756126999855,
0.008119394071400166,
0.0053105223923921585,
0.03165246918797493,
0.011770927347242832,
0.015914011746644974,
0.00045507008326239884,
-0.047926370054483414,
-0.06937912851572037,
0.06551692634820938,
0.015018684789538383,
-0.01308758556842804,
0.0019223213894292712,
-0.04462594538927078,
0.036199331283569336,
-0.03960508853197098,
0.02398074045777321,
0.06453382223844528,
-0.004564416129142046,
-0.06607870012521744,
-0.031915802508592606,
0.020048320293426514,
0.002780343871563673,
-0.05624765157699585,
-0.004792636726051569,
-0.00985738355666399,
0.03633977472782135,
-0.021558089181780815,
0.033197350800037384,
0.048523254692554474,
0.041079744696617126,
-0.02429673820734024,
0.035391781479120255,
-0.05526454746723175,
-0.03465445339679718,
0.00975205097347498,
-0.010278713889420033,
0.05533476918935776,
0.04409928247332573,
-0.0517885684967041,
-0.004380084108561277,
-0.03493534028530121,
-0.03753354400396347,
-0.0676235780119896,
0.023313632234930992,
0.01716044917702675,
0.016151010990142822,
-0.02549050934612751,
-0.09648473560810089,
0.04968191310763359,
0.023822741582989693,
0.03651532903313637,
-0.009190276265144348,
0.02815893664956093,
-0.0032806741073727608,
0.024858511984348297,
0.04072863608598709,
0.017573002725839615,
-0.009479940868914127,
-0.03396978974342346,
-0.012025481089949608,
-0.0176695566624403,
0.03465445339679718,
-0.061865393072366714,
-0.06878224015235901,
0.02129475586116314,
0.005363189149647951,
-0.03465445339679718,
-0.0054070777259767056,
0.047153931111097336,
0.021979419514536858,
-0.01653723046183586,
-0.012710142880678177,
0.01508890651166439,
0.000775182677898556,
0.0676235780119896,
0.027421606704592705,
0.013640581630170345,
-0.030335811898112297,
-0.019644545391201973,
0.007570786401629448,
-0.10378780215978622,
-0.08040394634008408,
0.06846623867750168,
-0.0015832817880436778,
-0.026508724316954613,
0.05652853846549988,
-0.03212646767497063,
0.011770927347242832,
-0.015808679163455963,
0.041360631585121155,
0.03999130800366402,
0.021645866334438324,
-0.06323471665382385,
0.045854825526475906,
-0.04430994763970375,
-0.016124676913022995,
0.01738866977393627,
0.0368313267827034,
-0.03147691488265991,
0.000055786545999580994,
0.03823576122522354,
-0.014316466636955738,
0.05235034227371216,
-0.06397204846143723,
0.00018542940961197019,
-0.02856271155178547,
-0.024718068540096283,
0.055299658328294754,
0.03841131553053856,
0.005183245521038771,
-0.01881943829357624,
0.004257195629179478,
0.041149966418743134,
0.03163491562008858,
-0.05940763279795647,
-0.006657903082668781,
0.010208492167294025,
-0.008062338456511497,
0.048628587275743484,
-0.0012201035860925913,
0.04785614833235741,
-0.006069795694202185,
-0.028036048635840416,
-0.0746457576751709,
-0.01623878814280033,
-0.016914673149585724,
-0.024226516485214233,
0.008053560741245747,
-0.05824897065758705,
0.0028703154530376196,
0.01358791533857584,
0.007294287905097008,
-0.007386454381048679,
-0.032600466161966324,
0.03662066161632538,
0.009242942556738853,
-0.08595146983861923,
0.0018828216707333922,
0.04968191310763359,
0.002999786986038089,
-0.023875407874584198,
-0.008036005310714245,
-0.003122674999758601,
0.05993429571390152,
-0.013772248290479183,
0.015738457441329956,
-0.014492020942270756,
-0.048242367804050446,
-0.07190711051225662,
-0.059477854520082474,
-0.03144180402159691,
-0.006337516009807587,
-0.013368472456932068,
0.0517534576356411,
0.039078425616025925,
0.03911353647708893,
0.038060206919908524,
0.007557619828730822,
0.0029273706022650003,
0.10694777965545654,
-0.08819856494665146,
0.00002388157918176148,
0.027140719816088676,
0.012622365728020668,
-0.02647361345589161,
-0.018749216571450233,
-0.01413213461637497,
-0.015159128233790398,
-0.002914204029366374,
-0.06604359298944473,
0.03347823768854141,
-0.02448984794318676,
0.04441528022289276,
-0.023032745346426964,
0.05256100744009018,
0.0627431645989418,
-0.001628267695195973,
-0.0020375291351228952,
0.05544010177254677,
-0.02529739774763584,
0.026736944913864136,
0.0007812173571437597,
0.0005782325170002878,
-0.05916185677051544,
0.023875407874584198,
0.03904331475496292,
-0.04072863608598709,
-0.03921886906027794,
0.04729437455534935,
-0.04294062405824661,
-0.05558054521679878,
0.005091079510748386,
0.01174459420144558,
0.02629805915057659,
-0.02031165175139904,
0.0458197146654129,
-0.03662066161632538,
0.06225161254405975,
-0.013807359151542187,
0.004511749837547541,
0.012771587818861008,
-0.04171174019575119,
-0.025455396622419357,
0.07710351794958115,
-0.06032051518559456,
0.027948271483182907,
-0.008711890317499638,
0.009532607160508633,
0.009673050604760647,
-0.03465445339679718,
-0.05642320588231087,
-0.032389797270298004,
-0.028194047510623932,
-0.040272194892168045,
-0.01508012879639864,
-0.003146813716739416,
-0.0378495417535305,
-0.037989985197782516,
-0.012929586693644524,
-0.046346377581357956,
0.007728785276412964,
0.013236806727945805,
-0.027720050886273384,
0.041852183640003204,
0.019556768238544464,
0.04002641886472702,
0.0013912691501900554,
0.05884585529565811,
0.013570359908044338,
0.03416289761662483,
0.06695647537708282,
-0.02498139999806881,
0.0169058945029974,
0.05744142085313797,
0.03992108628153801,
-0.030142702162265778,
-0.047434817999601364,
0.004568804986774921,
0.03312712907791138,
-0.036199331283569336,
0.042449068278074265,
0.021628310903906822,
0.0016864200588315725,
0.06727246940135956,
0.030932696536183357,
0.05902140960097313,
0.05519432574510574,
-0.02529739774763584,
-0.02508673258125782,
-0.0030436755623668432,
0.009295608848333359,
-0.02998470328748226,
-0.019468991085886955,
-0.010673711076378822,
-0.04539838433265686,
0.0333729051053524,
0.02420896105468273,
-0.003140230430290103,
-0.04160640761256218,
-0.03045869991183281,
-0.018362997099757195,
-0.026034727692604065,
0.05554543435573578,
-0.005350022576749325,
-0.026034727692604065,
0.01969721168279648,
0.029545817524194717,
0.02129475586116314,
0.02536761946976185,
0.017406225204467773,
0.03841131553053856,
0.003030508989468217,
0.023383853957057,
-0.01528201624751091,
-0.010208492167294025,
0.017195560038089752,
-0.026754500344395638,
0.01820499822497368,
-0.024630291387438774,
0.02031165175139904,
0.020171208307147026,
-0.047540150582790375,
-0.04311617836356163,
-0.02536761946976185,
-0.02278696931898594,
0.033601123839616776,
-0.0007483009248971939,
0.04546860605478287,
0.010989709757268429,
0.011876259930431843,
-0.06084717810153961,
0.005766964051872492,
0.0059293522499501705,
0.008628501556813717,
0.025753840804100037,
0.014097023755311966,
0.06779913604259491,
0.013702025637030602,
0.005683575756847858,
0.009163943119347095,
0.03446134179830551,
-0.0437832847237587,
-0.039569977670907974,
-0.014588575810194016,
0.008215948939323425,
0.03182802349328995,
-0.035005562007427216,
0.03335534781217575,
0.02858026698231697,
-0.06428804248571396,
-0.060074739158153534,
-0.0008207171340472996,
-0.022857191041111946,
0.039464645087718964,
0.024244071915745735,
-0.06214627996087074,
0.0184156633913517,
-0.02629805915057659,
0.009795939549803734,
0.019591879099607468,
0.01384247001260519,
-0.0030743975657969713,
-0.006214627996087074,
0.027158275246620178,
-0.008615335449576378,
0.02348918840289116,
-0.009866161271929741,
0.02120697870850563,
-0.014026802033185959,
-0.046943265944719315,
-0.008062338456511497,
-0.059477854520082474,
0.03834109380841255,
0.04926058277487755,
-0.01716044917702675,
0.014114579185843468,
0.022734303027391434,
-0.056704092770814896,
-0.018187442794442177,
0.010199714452028275,
-0.07211777567863464,
-0.02649116888642311,
-0.04262462258338928,
-0.05386010929942131,
0.003390395548194647,
0.006385793909430504,
-0.01683567278087139,
-0.02350674383342266,
-0.026315614581108093,
-0.005982018541544676,
-0.06449870765209198,
-0.06154939532279968,
-0.035304002463817596,
0.0008426614222116768,
0.026561390608549118,
0.035497114062309265,
-0.009681829251348972,
-0.09395675361156464,
-0.06140895187854767,
-0.02189164236187935,
0.021874086931347847,
0.016589896753430367,
0.01786266639828682,
-0.03472467511892319,
0.05765208601951599,
-0.13222762942314148,
0.024349404498934746,
-0.021979419514536858,
0.03732287883758545,
0.016203677281737328,
0.04044774919748306,
-0.005108634941279888,
0.057406309992074966,
0.03275846317410469,
0.06414759904146194,
-0.03426823019981384,
0.008786501362919807,
-0.010594711638987064,
0.027017831802368164,
0.07022178918123245,
0.03802509605884552,
-0.04536327347159386,
0.001977182226255536,
-0.0358482226729393,
-0.016124676913022995,
0.06183028221130371,
-0.00003348221434862353,
0.02598206140100956,
-0.03347823768854141,
0.020452095195651054,
0.05852985754609108,
-0.006622792221605778,
0.016800561919808388,
0.08194882422685623,
-0.056388095021247864,
-0.029721371829509735,
0.005016468930989504,
0.03263557702302933,
-0.017810000106692314,
0.009383386000990868,
-0.059688519686460495,
-0.005288578104227781,
0.009374608285725117,
-0.04610060155391693,
-0.031898245215415955,
0.003662504954263568,
0.0010198617819696665,
-0.002182361437007785,
0.006420904770493507,
0.010471823625266552,
0.0169058945029974,
0.017257003113627434,
0.04588993638753891,
0.023436522111296654,
0.005582632031291723,
0.023225855082273483,
-0.024647846817970276,
0.026052283123135567,
0.06042584776878357,
0.04258951172232628,
-0.04248417913913727,
-0.034004900604486465,
0.08770701289176941,
-0.020838314667344093,
-0.023120522499084473,
0.01611590012907982,
0.0007631133194081485,
-0.03066936507821083,
-0.05491343513131142,
-0.013982913456857204,
0.02856271155178547,
0.004285723436623812,
-0.029896926134824753,
0.0437832847237587,
-0.040272194892168045,
0.011516372673213482
] |
8,926 | sentencepiece | __setstate__ | null | def __setstate__(self, serialized_model_proto):
self.__init__()
self.LoadFromSerializedProto(serialized_model_proto)
| (self, serialized_model_proto) | [
0.002962821861729026,
-0.011579052545130253,
-0.06559043377637863,
0.04711476340889931,
-0.042940497398376465,
-0.03651575744152069,
-0.011098104529082775,
0.028512055054306984,
0.011905734427273273,
-0.013530068099498749,
-0.024355938658118248,
0.02836686372756958,
-0.033847857266664505,
0.040726322680711746,
-0.05611666291952133,
0.03686058893799782,
0.009582663886249065,
0.00042621756438165903,
-0.0186753049492836,
-0.01894753985106945,
-0.010952912271022797,
-0.00043359058327041566,
0.002240265253931284,
0.09241463243961334,
0.051252733916044235,
-0.013103567063808441,
-0.059347182512283325,
0.006193341221660376,
0.07709688693284988,
-0.008670677430927753,
0.006833092775195837,
-0.016733363270759583,
-0.021887676790356636,
0.05067196488380432,
0.023593680933117867,
-0.024864109233021736,
0.012078149244189262,
0.049002259969711304,
-0.04094411060214043,
-0.031107360497117043,
0.019909435883164406,
-0.030871422961354256,
0.008992821909487247,
0.011370339430868626,
0.03366636857390404,
0.02010907605290413,
0.014818646013736725,
0.04620731621980667,
0.044319819658994675,
-0.05150682106614113,
-0.04711476340889931,
0.040508534759283066,
-0.018085462972521782,
0.05288614332675934,
-0.04642510414123535,
0.01038121897727251,
0.04424722492694855,
0.07600794732570648,
0.01815805956721306,
0.03696948289871216,
-0.06526374816894531,
-0.017504695802927017,
-0.025753410533070564,
-0.02257733792066574,
-0.0093376524746418,
-0.05887530744075775,
-0.008058149367570877,
-0.0012874436797574162,
-0.017150791361927986,
0.021288760006427765,
-0.01911088079214096,
0.008303160779178143,
0.02170618623495102,
0.048494089394807816,
-0.008371219038963318,
0.01932866871356964,
-0.017522845417261124,
-0.008974673226475716,
-0.05887530744075775,
0.02560821734368801,
0.02715088240802288,
0.016715215519070625,
-0.039419595152139664,
-0.004208296071738005,
-0.07426564395427704,
-0.04529986530542374,
0.059456076472997665,
-0.016733363270759583,
-0.0058802710846066475,
0.00561711098998785,
-0.02771349996328354,
0.0690387412905693,
-0.021306907758116722,
0.031198104843497276,
0.005653408821672201,
-0.0384395495057106,
0.016197968274354935,
-0.004167460836470127,
-0.021579142659902573,
-0.023176254704594612,
-0.057314496487379074,
-0.02154284529387951,
-0.10983765870332718,
-0.05680632218718529,
-0.025045599788427353,
-0.017232460901141167,
0.03493679687380791,
-0.04914745315909386,
-0.030417699366807938,
-0.0316699780523777,
0.011098104529082775,
0.04490058869123459,
-0.036660950630903244,
0.07535458356142044,
0.011161625385284424,
0.020943928509950638,
0.02390221320092678,
0.003189684124663472,
0.03553571179509163,
0.0049773589707911015,
-0.02627973072230816,
0.06406591832637787,
-0.05854862555861473,
0.036824289709329605,
-0.009255982004106045,
0.040907811373472214,
0.07528199255466461,
-0.01517255138605833,
0.05785896256566048,
-0.06069020554423332,
0.007159774657338858,
-0.017441174015402794,
-0.023938510566949844,
0.006660677492618561,
0.012295937165617943,
0.005381173919886351,
0.013230609707534313,
-0.052777249366045,
-0.07854880392551422,
0.025698963552713394,
0.0354631170630455,
0.05437435954809189,
0.062432508915662766,
-0.02257733792066574,
0.042287133634090424,
0.04696957394480705,
-0.012386682443320751,
-0.03137959539890289,
-0.03477345407009125,
-0.009328578598797321,
0.0635940432548523,
-0.03339413180947304,
-0.032740768045186996,
0.012359458953142166,
-0.03388415649533272,
0.014591784216463566,
-0.05001860111951828,
-0.06951060891151428,
0.0299095269292593,
-0.004389785695821047,
-0.03967368230223656,
0.03441047668457031,
0.017205238342285156,
-0.04588063433766365,
-0.02920171618461609,
0.03415638953447342,
-0.029546547681093216,
-0.04907485470175743,
-0.07357598841190338,
-0.004936523735523224,
-0.03745950385928154,
-0.051143839955329895,
-0.04758663848042488,
0.023158105090260506,
0.027169030159711838,
0.029764335602521896,
0.014619007706642151,
-0.013339503668248653,
-0.01283133216202259,
0.0192197747528553,
0.011007359251379967,
0.020707992836833,
0.0006465576007030904,
0.02588045224547386,
0.0070781041868031025,
0.03542681783437729,
0.008221490308642387,
0.010862167924642563,
0.05618925765156746,
0.0219239741563797,
0.04341237246990204,
0.01911088079214096,
-0.004480530507862568,
0.0037704515270888805,
-0.008375756442546844,
0.017232460901141167,
0.011306817643344402,
-0.03557201102375984,
-0.00633399561047554,
0.03840325400233269,
0.030490294098854065,
0.010036388412117958,
0.010653453879058361,
-0.0533217191696167,
-0.05201499164104462,
0.02847575768828392,
0.017168939113616943,
0.012586320750415325,
0.029437653720378876,
-0.030780678614974022,
-0.026533816009759903,
-0.056261852383613586,
0.004900225903838873,
0.019673500210046768,
0.06123467534780502,
-0.08784108608961105,
0.0052359821274876595,
0.017849527299404144,
0.06069020554423332,
0.009364875964820385,
0.12145300954580307,
0.059238288551568985,
-0.07248704880475998,
-0.029782485216856003,
-0.04428352415561676,
0.020907631143927574,
-0.03651575744152069,
-0.0633399561047554,
-0.060182034969329834,
0.0035708127543330193,
-0.02847575768828392,
0.006084447260946035,
-0.00950099341571331,
-0.030254358425736427,
0.00779498927295208,
0.0676594153046608,
0.030980316922068596,
0.006556320935487747,
-0.0687483549118042,
-0.0023639053106307983,
0.020472055301070213,
-0.03669724613428116,
-0.006615304853767157,
-0.05727819725871086,
-0.025372281670570374,
0.023158105090260506,
0.04500948265194893,
0.015045508742332458,
-0.05760487914085388,
0.005821287166327238,
0.013067268766462803,
0.017060045152902603,
-0.03597128763794899,
0.019364967942237854,
0.02264993265271187,
-0.0690387412905693,
0.026152687147259712,
-0.021052822470664978,
0.035118285566568375,
0.038040272891521454,
-0.05281354486942291,
-0.05063566938042641,
0.027640903368592262,
0.034900497645139694,
0.01932866871356964,
-0.009682483971118927,
0.014446591958403587,
0.042831603437662125,
0.04254122078418732,
0.003720541950315237,
0.1637764424085617,
-0.010199729353189468,
-0.005739616695791483,
0.04214194416999817,
-0.012123522348701954,
-0.08951079100370407,
-0.044428713619709015,
-0.0178676750510931,
0.04047223553061485,
0.01500921044498682,
0.0641385093331337,
-0.00971878133714199,
0.055390700697898865,
0.020617246627807617,
-0.01446474064141512,
-0.046570297330617905,
0.00821695290505886,
-0.031107360497117043,
-0.025953048840165138,
-0.04450131207704544,
0.015662573277950287,
0.018693454563617706,
0.021234313026070595,
0.005054492503404617,
0.011025507934391499,
-0.09539106488227844,
-0.025571919977664948,
0.05952867120504379,
0.0354631170630455,
-0.0011955644004046917,
0.00939209945499897,
-0.05255946144461632,
0.01637945882976055,
0.015662573277950287,
0.020671693608164787,
-0.026152687147259712,
-0.0009063149336725473,
0.024973003193736076,
0.0024546501226723194,
0.023012913763523102,
0.024827811866998672,
0.06366664171218872,
-0.04159747436642647,
0.03508198633790016,
0.07506420463323593,
0.026860497891902924,
0.018657157197594643,
-0.035771649330854416,
0.020090926438570023,
0.035227179527282715,
-0.030417699366807938,
-0.027894990518689156,
-0.026134537532925606,
0.0015596783487126231,
-0.05618925765156746,
-0.04163376986980438,
0.039637383073568344,
-0.015798691660165787,
-0.011715169996023178,
-0.027060136198997498,
-0.014945689588785172,
-0.010889391414821148,
0.04377535358071327,
0.016143521293997765,
0.001512037357315421,
-0.020962078124284744,
-0.014991061761975288,
-0.008248713798820972,
0.004165192134678364,
-0.03738690912723541,
0.07433824241161346,
-0.021016525104641914,
-0.011642574332654476,
-0.023884063586592674,
0.007618036586791277,
0.005027269013226032,
-0.005644334480166435,
-0.007150700315833092,
0.01564442552626133,
-0.004147042986005545,
-0.07448343187570572,
-0.021343206986784935,
0.0005189475486986339,
0.0668608620762825,
-0.026080090552568436,
-0.0246281735599041,
-0.015408487990498543,
-0.01740487664937973,
0.011170700192451477,
-0.04450131207704544,
-0.014201580546796322,
-0.025408579036593437,
-0.029600994661450386,
-0.03851214796304703,
0.0021109539084136486,
-0.00651548570021987,
-0.024991152808070183,
-0.05027268826961517,
0.0249004065990448,
-0.0006715124472975731,
0.010444740764796734,
-0.0876958966255188,
-0.03862104192376137,
0.037749890238046646,
0.038040272891521454,
0.023720722645521164,
-0.05666113272309303,
0.03635241836309433,
0.020090926438570023,
-0.035009391605854034,
0.048893366008996964,
0.002495485357940197,
0.052196480333805084,
0.026134537532925606,
0.04402943700551987,
0.019764244556427002,
0.06853056699037552,
0.031815171241760254,
0.04054483398795128,
0.019310520961880684,
-0.009069954976439476,
0.00045797828352078795,
-0.0017831377917900681,
-0.037205420434474945,
0.03872993588447571,
0.041343387216329575,
0.010254176333546638,
0.016452055424451828,
0.03270447254180908,
-0.022069165483117104,
-0.005077178589999676,
-0.014392144978046417,
0.04036334156990051,
0.05448325350880623,
0.0001904225500766188,
0.03569905459880829,
-0.008325846865773201,
0.07535458356142044,
-0.0457354411482811,
-0.015163476578891277,
0.012432054616510868,
0.03508198633790016,
0.0038838828913867474,
-0.08348532766103745,
-0.00025337684201076627,
0.008366681635379791,
0.07248704880475998,
-0.013557291589677334,
0.03295855596661568,
0.032468535006046295,
-0.01740487664937973,
0.1104184240102768,
0.06736902892589569,
-0.03034510277211666,
-0.014392144978046417,
0.03862104192376137,
-0.008434740826487541,
-0.005394785664975643,
0.03332153707742691,
0.028711695224046707,
-0.015462934970855713,
0.036933183670043945,
0.01632501184940338,
-0.030326953157782555,
0.01759544014930725,
0.010063611902296543,
0.018530113622546196,
-0.040508534759283066,
-0.06087169423699379,
0.040798917412757874,
0.042396027594804764,
0.01506365742534399,
0.012595395557582378,
-0.025698963552713394,
0.018711604177951813,
-0.011833137832581997,
-0.04399314150214195,
0.11956551671028137,
0.006814944092184305,
-0.01112532801926136,
-0.011579052545130253,
0.025481175631284714,
0.028620949015021324,
-0.0074002486653625965,
-0.03212370350956917,
0.0027087361086159945,
0.0327589176595211,
-0.01737765222787857,
0.009945644065737724,
-0.026969391852617264,
-0.018530113622546196,
0.021524695679545403,
-0.011978330090641975,
0.0004230982158333063,
0.017032822594046593,
0.023974809795618057,
-0.01823972910642624,
0.03344858065247536,
-0.023666275665163994,
0.004237787798047066,
0.0009358070674352348,
-0.014029165729880333,
0.020580949261784554,
-0.018257878720760345,
-0.04776812717318535,
-0.016796885058283806,
0.03462826460599899,
-0.023103658109903336,
-0.05339431390166283,
-0.06025462970137596,
0.014410293661057949,
-0.035662755370140076,
0.0012681602966040373,
0.028130926191806793,
0.028512055054306984,
-0.01989128813147545,
0.008366681635379791,
0.005190609488636255,
0.07586275786161423,
0.005449232645332813,
-0.056152958422899246,
0.04000036418437958,
0.009764153510332108,
0.03321264311671257,
0.05110754072666168,
-0.01688763126730919,
-0.021125419065356255,
0.016633544117212296,
0.04461020603775978,
-0.03147033974528313,
0.011687946505844593,
-0.05001860111951828,
-0.03265002369880676,
-0.03620722517371178,
-0.022395847365260124,
0.004900225903838873,
-0.05259575694799423,
0.000055120453907875344,
-0.01517255138605833,
-0.019074583426117897,
-0.004745959769934416,
0.0015392608474940062,
0.004301309585571289,
0.014482890255749226,
-0.0049047633074223995,
-0.014265102334320545,
-0.014256027527153492,
0.030036570504307747,
-0.042105644941329956,
0.00971878133714199,
0.05288614332675934,
-0.004167460836470127,
0.0462799109518528,
-0.04653399810194969,
-0.02918356843292713,
-0.0077314674854278564,
-0.05488253012299538,
-0.04540875926613808,
0.0468243807554245,
-0.006320383865386248,
0.030145464465022087,
-0.0503452830016613,
0.005417472217231989,
0.05949237197637558,
0.03584424406290054,
-0.008684289641678333,
0.02241399697959423,
-0.02853020466864109,
-0.037532102316617966,
-0.027786096557974815,
-0.01266799122095108,
-0.032795216888189316,
-0.01440121978521347,
0.0037908691447228193,
0.020090926438570023,
0.019909435883164406,
-0.057205602526664734,
0.06294067949056625,
-0.07724208384752274,
-0.03678799420595169,
-0.005526365712285042,
-0.026697156950831413,
-0.02611638978123665,
-0.05618925765156746,
-0.005353950429707766,
-0.08079928159713745,
0.007622573524713516,
0.004487336613237858,
0.033013004809617996,
0.020453905686736107,
0.0026452145539224148,
0.058911606669425964,
-0.02903837524354458,
0.031397745013237,
0.04580803960561752,
0.04559025168418884,
-0.03470085933804512,
-0.014664379879832268,
-0.032740768045186996,
-0.00877049658447504,
0.059020500630140305,
0.007509142626076937,
0.01710541918873787,
0.0286935456097126,
0.05063566938042641,
0.021252460777759552,
-0.006147968582808971,
0.043267179280519485,
0.001382725778967142,
0.023702574893832207,
0.02433778904378414,
-0.00037432281533256173,
-0.03562645614147186,
0.0006766168517060578,
0.018657157197594643,
-0.011098104529082775,
-0.006116208154708147,
0.0635940432548523,
0.015825914219021797,
0.01894753985106945,
-0.05237796902656555,
0.054229166358709335,
-0.030218059197068214,
-0.0023083239793777466,
0.004076715558767319,
-0.00009209191921399906,
0.05557219311594963,
-0.030726231634616852,
0.00015724393597338349,
0.0034936796873807907,
-0.03658835217356682,
0.04127079248428345,
0.019147180020809174,
-0.00046960500185377896,
-0.0034483070485293865,
-0.043267179280519485,
-0.07023657113313675,
0.08239639550447464,
0.03297670558094978,
0.053067632019519806,
-0.015018285252153873,
-0.008384831249713898,
-0.005553589202463627,
-0.04076262190937996,
0.012513725087046623,
-0.053575802594423294,
-0.009809526614844799,
0.008139819838106632,
0.002379785757511854,
-0.02252289094030857,
0.014274177141487598,
-0.0049047633074223995,
-0.007826750166714191,
0.0005881405668333173,
-0.07840361446142197,
-0.02027241699397564,
-0.001417889492586255,
-0.04395684227347374,
-0.003976896405220032,
-0.07847621291875839,
0.022323250770568848,
-0.003922449424862862,
-0.004067641217261553,
-0.062323614954948425,
0.07277742773294449,
-0.04896596074104309,
0.009274131618440151,
0.012994673103094101,
-0.0025295147206634283,
0.026243431493639946,
-0.021052822470664978,
-0.03259557858109474,
0.03350302577018738,
-0.0479133203625679,
-0.03056289069354534,
0.0138023030012846,
-0.011642574332654476,
-0.023484786972403526,
0.0286935456097126,
0.018820498138666153,
-0.02264993265271187,
-0.02121616341173649,
-0.012159819714725018,
0.015599052421748638,
-0.020853184163570404,
0.01911088079214096,
0.04152487590909004,
0.0011564306914806366,
0.08130745589733124,
-0.018602710217237473,
-0.08776849508285522,
0.021052822470664978,
0.026098240166902542,
0.005140699911862612,
0.04620731621980667,
0.04758663848042488,
-0.05513661727309227,
0.0473688505589962,
-0.008924763649702072,
-0.027586456388235092,
-0.04678808152675629,
0.01661539636552334,
-0.021415801718831062,
-0.005689706653356552,
-0.028457608073949814,
-0.019074583426117897,
0.003997313790023327,
-0.038149166852235794,
0.020526502281427383,
0.030581040307879448,
-0.042287133634090424,
0.04914745315909386,
-0.0024818736128509045,
0.008480112999677658,
0.00003069730519200675,
0.04185155779123306,
0.01773155853152275,
0.024247044697403908,
0.06882095336914062,
-0.06566302478313446,
0.0013158014044165611,
0.014491964131593704,
-0.017613589763641357,
-0.006429277826100588,
-0.04297679662704468,
-0.03967368230223656,
-0.038040272891521454,
-0.11847657710313797,
-0.0026270656380802393,
0.01759544014930725,
0.02181508019566536,
-0.00977322831749916,
-0.037096526473760605,
-0.02263178490102291,
0.015526456758379936,
0.022722529247403145,
-0.0866069570183754,
0.003554932540282607,
-0.030199911445379257,
-0.04776812717318535,
0.04446501284837723,
-0.01927422173321247,
-0.02736867032945156,
-0.060182034969329834,
0.023648127913475037,
0.04235973209142685,
-0.010018239729106426,
-0.008657066151499748,
-0.03782248497009277,
-0.0070508806966245174,
-0.03321264311671257,
-0.021905824542045593,
0.010889391414821148,
-0.012286863289773464,
0.04664289206266403,
-0.042105644941329956,
-0.03760469704866409,
0.015272370539605618,
0.01647927798330784,
0.011497382074594498,
0.023557381704449654,
-0.043484967201948166,
-0.0660623088479042,
-0.00037318849354051054,
-0.0065336343832314014,
-0.06635268777608871,
0.03811286762356758,
0.04366645961999893,
0.018040090799331665,
0.02235954999923706,
0.02384776622056961,
-0.015653500333428383,
-0.02831241674721241,
0.03297670558094978,
-0.056152958422899246,
0.05023638904094696,
0.04130709171295166,
-0.017114492133259773,
-0.019473860040307045,
0.011334041133522987,
-0.0156988725066185,
0.021343206986784935,
0.02560821734368801,
0.014501038938760757,
0.03061733767390251,
-0.025027450174093246,
-0.03408379480242729,
0.02451927959918976,
-0.020707992836833,
-0.05393878370523453,
-0.03515458479523659,
-0.046243615448474884,
0.02357553131878376,
-0.022504741325974464,
0.07270483672618866,
0.029383206740021706,
0.009428397752344608,
-0.00583943584933877
] |
8,933 | sentencepiece | serialized_model_proto | null | def serialized_model_proto(self):
return _sentencepiece.SentencePieceNormalizer_serialized_model_proto(self)
| (self) | [
0.007336959708482027,
-0.013285608030855656,
-0.0267645251005888,
0.012705680914223194,
-0.02008657529950142,
-0.06389744579792023,
0.02143973857164383,
0.029857471585273743,
0.044004183262586594,
0.024567831307649612,
0.013057151809334755,
-0.04758919030427933,
-0.0738089382648468,
0.007104109972715378,
0.0030665856320410967,
0.04533977434039116,
0.0013125250115990639,
-0.09046866744756699,
-0.0008836203487589955,
0.008914186619222164,
0.0467456579208374,
-0.013197740539908409,
-0.0016541109653189778,
-0.003180813742801547,
0.038556382060050964,
-0.0060760569758713245,
-0.02857460267841816,
-0.011923657730221748,
0.021861502900719643,
-0.012081819586455822,
-0.03280982747673988,
-0.018153483048081398,
0.010385971516370773,
0.025903422385454178,
0.018100762739777565,
-0.011941230855882168,
-0.008123376406729221,
0.06351082772016525,
-0.06709583848714828,
-0.0685720145702362,
-0.00824199803173542,
-0.03231776878237724,
-0.02771349810063839,
0.0067482455633580685,
0.03184328228235245,
0.0021560555323958397,
0.04456653818488121,
0.09538926184177399,
0.02497202344238758,
-0.044215068221092224,
-0.047870367765426636,
-0.0016683894209563732,
-0.0174593273550272,
0.023460697382688522,
-0.04917081072926521,
-0.0636865645647049,
0.02664151042699814,
0.027028128504753113,
-0.032985564321279526,
0.043933890759944916,
-0.014041271060705185,
0.015482302755117416,
0.03792373463511467,
-0.016765171661973,
0.014023697935044765,
-0.035199832171201706,
0.0022823656909167767,
-0.009015234187245369,
-0.021387018263339996,
0.02054348774254322,
-0.04825698584318161,
-0.06351082772016525,
-0.015438368543982506,
0.054759200662374496,
0.017327526584267616,
0.005944255273789167,
0.06523303687572479,
0.019330911338329315,
-0.004670172464102507,
0.00795642752200365,
-0.004955742973834276,
-0.005192985758185387,
-0.03922417759895325,
-0.0015080308075994253,
-0.025727685540914536,
-0.04656992480158806,
0.0507524311542511,
-0.021879076957702637,
-0.046394187957048416,
0.01943635381758213,
-0.02983989752829075,
0.054829493165016174,
-0.03623667359352112,
0.07296540588140488,
-0.013022004626691341,
-0.04154388606548309,
-0.031087620183825493,
0.018030468374490738,
0.006467068567872047,
-0.048432718962430954,
-0.03911873698234558,
0.0759880542755127,
-0.07704246789216995,
-0.006695524789392948,
-0.0418250635266304,
0.006603263784199953,
-0.0031830102670937777,
-0.03493623062968254,
-0.04484771564602852,
-0.029119381681084633,
0.019330911338329315,
0.10284044593572617,
0.023583712056279182,
0.021703341975808144,
0.04354727268218994,
-0.009190970100462437,
-0.020069001242518425,
0.0047272867523133755,
0.030806442722678185,
0.04702683538198471,
-0.05250978469848633,
0.07324658334255219,
-0.05644626170396805,
-0.005816847085952759,
-0.09292896091938019,
0.012020312249660492,
0.05423199385404587,
-0.03915388137102127,
0.021017972379922867,
-0.07409010827541351,
-0.036306966096162796,
-0.018803704530000687,
-0.0010373889235779643,
0.01053534634411335,
0.042211681604385376,
-0.03982167690992355,
0.038802411407232285,
-0.003683856688439846,
-0.011835790239274502,
0.06597112864255905,
0.017327526584267616,
0.0747227594256401,
0.07549599558115005,
-0.014919948764145374,
-0.00023463442630600184,
0.021580327302217484,
0.032774683088064194,
-0.02242385782301426,
-0.02484900876879692,
-0.035727038979530334,
0.00924369040876627,
0.00424181716516614,
0.02762562967836857,
-0.020648928359150887,
0.0007463269284926355,
0.02042047120630741,
-0.07887011766433716,
-0.06874775141477585,
0.0412275604903698,
-0.05335331708192825,
-0.04098153114318848,
-0.0010714377276599407,
0.017371460795402527,
-0.051841989159584045,
0.019084881991147995,
0.022072385996580124,
0.03128093108534813,
-0.049873750656843185,
-0.036306966096162796,
0.0038991328328847885,
-0.031632401049137115,
0.0267645251005888,
-0.04509374499320984,
0.04389874264597893,
0.0510687530040741,
0.027414746582508087,
0.04502344876527786,
0.057746704667806625,
-0.0066911312751472,
0.04098153114318848,
0.050822723656892776,
0.028557028621435165,
0.016738811507821083,
-0.034092698246240616,
0.006739458534866571,
-0.013619505800306797,
0.019260616973042488,
0.029857471585273743,
-0.007218338083475828,
-0.02804739587008953,
0.021000400185585022,
0.01651914231479168,
0.035024095326662064,
0.010157515294849873,
-0.04558580368757248,
0.006089237052947283,
-0.010113581083714962,
-0.023970330134034157,
-0.051595959812402725,
-0.03505924344062805,
0.006792179308831692,
-0.05841450020670891,
0.008531961590051651,
-0.011185568757355213,
-0.08168188482522964,
0.036060936748981476,
-0.011044980026781559,
-0.027028128504753113,
0.008593468926846981,
-0.04755404219031334,
0.02996291220188141,
-0.02771349810063839,
0.038029175251722336,
-0.022494152188301086,
0.0735277608036995,
-0.08913307636976242,
0.0047272867523133755,
0.01053534634411335,
-0.01254751905798912,
0.012020312249660492,
0.0636865645647049,
0.0070601762272417545,
-0.029541147872805595,
-0.013689800165593624,
-0.08814895898103714,
-0.008404552936553955,
-0.028890926390886307,
-0.021510032936930656,
-0.0210706926882267,
-0.06112082675099373,
0.0077323648147284985,
-0.013628292828798294,
-0.04604271799325943,
0.009067954495549202,
-0.03672873228788376,
0.08568865805864334,
-0.02780136466026306,
-0.00807944219559431,
0.02451511099934578,
0.007969607599079609,
-0.000933595176320523,
-0.0008539650007151067,
-0.017283592373132706,
0.01549987681210041,
0.027818938717246056,
0.04477741941809654,
0.05026036873459816,
-0.028346145525574684,
0.03312615305185318,
0.017204511910676956,
0.024005478248000145,
-0.02226569503545761,
-0.04576154053211212,
0.03623667359352112,
0.040735501796007156,
-0.03939991071820259,
-0.01894429326057434,
-0.01227512862533331,
0.024585405364632607,
0.03890785202383995,
-0.06442465633153915,
-0.015693185850977898,
-0.003123699687421322,
0.033600639551877975,
0.036588143557310104,
-0.042246829718351364,
-0.027766218408942223,
0.0210706926882267,
0.03319644555449486,
0.04744860157370567,
0.10635516047477722,
-0.030472546815872192,
-0.04607786238193512,
0.0016771762166172266,
-0.007982787676155567,
-0.05637596920132637,
-0.04755404219031334,
0.0209125317633152,
0.07465246319770813,
0.01344376988708973,
0.00027884289738722146,
-0.033881817013025284,
0.048678748309612274,
-0.025692539289593697,
0.04115726798772812,
0.005012856796383858,
-0.012204834260046482,
-0.046394187957048416,
-0.0032489111181348562,
-0.02996291220188141,
0.01717815175652504,
0.0073633198626339436,
0.017081497237086296,
-0.026746952906250954,
0.017283592373132706,
-0.07676129043102264,
0.014375168830156326,
0.014919948764145374,
0.08793807774782181,
-0.007227125111967325,
-0.0012927546631544828,
0.04063006117939949,
0.060242149978876114,
0.024198787286877632,
-0.014805721119046211,
-0.002556952415034175,
0.008022327907383442,
-0.007859773002564907,
0.004169326275587082,
-0.04098153114318848,
-0.05096331238746643,
0.016659731045365334,
-0.029013941064476967,
0.018311645835638046,
0.030525267124176025,
0.054337434470653534,
0.022564446553587914,
0.011141634546220303,
0.04924110323190689,
0.04512889310717583,
-0.040032561868429184,
0.016000723466277122,
0.039259325712919235,
0.01873341016471386,
-0.012749615125358105,
-0.03686932101845741,
0.02743232063949108,
-0.027941953390836716,
-0.01041233167052269,
-0.03481321409344673,
0.03300313651561737,
-0.04512889310717583,
0.015201126225292683,
0.06533847749233246,
-0.04456653818488121,
0.031263355165719986,
0.04607786238193512,
-0.008707696571946144,
-0.012029099278151989,
-0.04115726798772812,
0.032124459743499756,
-0.0005543907755054533,
0.020648928359150887,
0.01582498662173748,
-0.03644755482673645,
0.013004431501030922,
-0.04530462622642517,
0.03442659601569176,
0.005087544675916433,
0.03620152547955513,
-0.04010285437107086,
-0.028223130851984024,
0.0010851670522242785,
0.04020829498767853,
-0.030244089663028717,
-0.02312679961323738,
-0.01428730133920908,
0.011431598104536533,
0.010324464179575443,
0.01931333728134632,
0.009665455669164658,
0.008795564994215965,
0.00000704486774338875,
-0.013601932674646378,
0.007104109972715378,
0.009094315581023693,
0.011703988537192345,
-0.024321801960468292,
0.02848673425614834,
0.0270632766187191,
-0.04020829498767853,
0.022529298439621925,
-0.017046349123120308,
-0.016765171661973,
-0.022072385996580124,
0.038275204598903656,
-0.04695654287934303,
0.04917081072926521,
-0.013373476453125477,
-0.06463553756475449,
0.03156210482120514,
0.0006447298219427466,
0.030068354681134224,
0.020139295607805252,
0.06741216033697128,
0.045972421765327454,
0.06987246125936508,
0.005632324609905481,
0.00041874489397741854,
0.0023175126407295465,
-0.03453203663229942,
-0.039786532521247864,
-0.054794348776340485,
0.007622529752552509,
-0.018873998895287514,
0.002919407095760107,
-0.021053120493888855,
-0.005992582533508539,
-0.0154559426009655,
-0.044496241956949234,
0.03296799212694168,
-0.01367222610861063,
0.029119381681084633,
0.020842237398028374,
-0.07247334718704224,
-0.004924988839775324,
-0.01024538278579712,
0.07697217166423798,
-0.02976960316300392,
0.011888510547578335,
-0.013847962021827698,
0.06945069134235382,
0.0075742024928331375,
-0.06720127910375595,
0.03736137971282005,
0.047167424112558365,
0.011475532315671444,
0.008189276792109013,
0.03316130116581917,
0.004118802025914192,
-0.013786454685032368,
0.07268422842025757,
0.03932961821556091,
-0.011220715939998627,
0.0076049561612308025,
0.04533977434039116,
-0.056762587279081345,
0.016677305102348328,
0.04210624098777771,
0.04910051450133324,
0.03665843605995178,
-0.02078951708972454,
0.03300313651561737,
-0.048889633268117905,
-0.007407254073768854,
-0.000009009880159283057,
0.0565868504345417,
-0.04720257222652435,
-0.052861254662275314,
0.04474227502942085,
-0.008118982426822186,
0.024040624499320984,
0.011677628383040428,
0.009718176908791065,
0.06716612726449966,
-0.01968238316476345,
-0.1055116280913353,
0.0344441682100296,
0.012064246460795403,
-0.009955419227480888,
0.018592821434140205,
0.012811122462153435,
0.0898360162973404,
-0.015684397891163826,
-0.040770649909973145,
0.0006167219835333526,
0.06762304157018661,
-0.03669358417391777,
-0.006436314899474382,
-0.015113257803022861,
-0.012301488779485226,
0.024690845981240273,
0.04266859218478203,
0.009867551736533642,
0.0019012390403077006,
-0.0026162632275372744,
0.007231518160551786,
-0.016510356217622757,
-0.031948722898960114,
0.003347762394696474,
0.07591776549816132,
-0.011616120114922523,
0.033635787665843964,
-0.031632401049137115,
-0.03549858182668686,
0.06846657395362854,
0.0507524311542511,
-0.042738888412714005,
-0.044179920107126236,
-0.05841450020670891,
-0.0111504215747118,
-0.06864231079816818,
-0.0759880542755127,
0.02460297755897045,
0.04084094241261482,
0.02484900876879692,
-0.039048440754413605,
0.021966945379972458,
0.028363719582557678,
-0.0036948402412235737,
-0.014559690840542316,
0.07957306504249573,
0.003321402007713914,
0.011044980026781559,
0.060734208673238754,
0.061964359134435654,
0.030613133683800697,
-0.006018942687660456,
-0.0013740324648097157,
-0.015798626467585564,
0.008022327907383442,
-0.00926126353442669,
-0.011036192998290062,
-0.1017860397696495,
-0.03788858652114868,
0.0005214403499849141,
-0.0038617888931185007,
-0.003626742633059621,
-0.01390068233013153,
0.0087296636775136,
-0.02841643989086151,
-0.03342490270733833,
0.008053082041442394,
0.0012290505692362785,
-0.035727038979530334,
0.01705513522028923,
0.006638410966843367,
0.004219850059598684,
-0.027326880022883415,
-0.009024021215736866,
0.0009561112965457141,
0.01057928055524826,
-0.028275851160287857,
-0.0009220624924637377,
-0.029295118525624275,
0.008189276792109013,
-0.0851965993642807,
-0.011361303739249706,
0.0593634732067585,
0.013197740539908409,
0.10874516516923904,
-0.0041100154630839825,
0.046429336071014404,
0.06185891851782799,
0.023091653361916542,
-0.0010093811433762312,
-0.01004328764975071,
-0.011097700335085392,
-0.03324916958808899,
-0.023794595152139664,
-0.03358306363224983,
-0.04755404219031334,
-0.031544532626867294,
0.0027898019179701805,
0.016431275755167007,
0.03041982464492321,
-0.008307898417115211,
0.06646318733692169,
-0.08554807305335999,
-0.022089960053563118,
-0.019260616973042488,
0.006080450490117073,
-0.019120028242468834,
-0.06600627303123474,
-0.0015464728930965066,
-0.0492059551179409,
-0.017889879643917084,
0.013619505800306797,
0.0004808015073649585,
0.001916615990921855,
-0.020877383649349213,
-0.019295765087008476,
0.010772589594125748,
-0.011844576336443424,
0.016141310334205627,
0.13032549619674683,
-0.02873276360332966,
0.026026437059044838,
-0.07194613665342331,
-0.003286255057901144,
0.03725593909621239,
0.015956789255142212,
0.02992776595056057,
0.029347838833928108,
0.03873211890459061,
0.017907453700900078,
0.008922972716391087,
0.005324787460267544,
-0.006888833828270435,
0.04579668864607811,
0.006541755981743336,
0.0372207909822464,
-0.00941063929349184,
0.05001433938741684,
0.020315030589699745,
-0.0359906442463398,
0.0284515880048275,
0.022494152188301086,
-0.0044219461269676685,
0.03616637736558914,
-0.015060537494719028,
0.05707890912890434,
0.031087620183825493,
0.02402305044233799,
0.029576294124126434,
-0.03238806501030922,
-0.0034751705825328827,
-0.003106126096099615,
-0.0349186547100544,
0.009937846101820469,
0.03161482885479927,
0.026131877675652504,
0.035410717129707336,
0.03549858182668686,
0.05514581874012947,
-0.06386230140924454,
-0.042281974107027054,
0.015385648235678673,
0.04924110323190689,
0.07626923173666,
-0.0495222806930542,
-0.004101228434592485,
-0.057992734014987946,
-0.11106487363576889,
0.00918218307197094,
-0.023460697382688522,
0.010763803496956825,
-0.013865536078810692,
-0.000889661256223917,
-0.05693832039833069,
0.06902892887592316,
0.018891572952270508,
-0.002462494419887662,
0.01225755549967289,
-0.047659482806921005,
0.017766864970326424,
-0.023917609825730324,
-0.02251172438263893,
0.011914870701730251,
-0.08379071205854416,
0.023583712056279182,
-0.01239814329892397,
0.009076741524040699,
-0.014867228455841541,
0.007771905045956373,
-0.022494152188301086,
-0.05447802320122719,
-0.02340797707438469,
0.006572510115802288,
0.02750261500477791,
-0.0033609424717724323,
-0.020244736224412918,
-0.012037885375320911,
-0.025604670867323875,
-0.0901171937584877,
0.04562095180153847,
-0.016923334449529648,
-0.030349530279636383,
0.016756385564804077,
0.0025459688622504473,
-0.024813860654830933,
-0.0018364365678280592,
0.01273204106837511,
-0.0578170008957386,
-0.019664809107780457,
0.012925350107252598,
0.01734510064125061,
0.006787785794585943,
0.013944616541266441,
-0.04678080603480339,
-0.05054154619574547,
0.0027217045426368713,
0.015816200524568558,
-0.016501568257808685,
0.015596531331539154,
0.0735277608036995,
-0.032124459743499756,
0.038310352712869644,
0.031175488606095314,
-0.046886246651411057,
-0.06133171170949936,
0.05584876239299774,
-0.04948713257908821,
-0.05437258258461952,
-0.040032561868429184,
0.019155176356434822,
0.002321906154975295,
0.0026162632275372744,
0.016589436680078506,
0.007903707213699818,
0.01984054408967495,
0.03704505413770676,
-0.01108891423791647,
0.014181859791278839,
-0.002581116044893861,
0.013505278155207634,
0.0026338365860283375,
0.06512759625911713,
0.008452880196273327,
-0.08955483883619308,
0.0021912027150392532,
-0.0000062854637690179516,
-0.0412275604903698,
-0.027520189061760902,
0.058730825781822205,
0.004973316565155983,
0.03555130213499069,
-0.09082013368606567,
-0.0008089327602647245,
0.02787165902554989,
0.0038815592415630817,
-0.015253846533596516,
-0.04572639241814613,
-0.03379394859075546,
0.038802411407232285,
0.03136879578232765,
-0.019207896664738655,
-0.0133822625502944,
-0.03133365139365196,
0.00412978557869792,
0.0369044691324234,
0.017397820949554443,
0.025903422385454178,
-0.0421413853764534,
0.0030072748195379972,
0.026782099157571793,
-0.023425549268722534,
0.046394187957048416,
-0.02078951708972454,
0.027941953390836716,
-0.03700990974903107,
-0.015148404985666275,
0.02853945456445217,
0.0029281936585903168,
0.010904391296207905,
0.011115274392068386,
-0.020033853128552437,
0.017160577699542046,
0.006291333120316267,
-0.025973714888095856,
0.00894054677337408,
-0.0446016862988472,
-0.048608455806970596,
-0.008690123446285725,
0.03210688754916191,
-0.017151789739727974,
0.017283592373132706,
-0.0048195477575063705,
-0.03982167690992355,
-0.0349186547100544,
0.017802013084292412,
-0.0013784257462248206,
-0.014401528984308243,
0.028715189546346664,
-0.04541006684303284,
0.024304227903485298,
0.0673418641090393,
-0.013250460848212242,
0.001137887709774077,
-0.050365813076496124,
0.0010434298310428858,
0.036588143557310104,
-0.014709066599607468,
-0.03527012839913368,
0.006278153043240309,
-0.028223130851984024,
0.025270773097872734,
0.016246752813458443,
-0.02636033482849598,
-0.04365271329879761,
-0.03989197313785553,
-0.02189665101468563,
-0.0004209415928926319,
-0.0017189134377986193,
-0.0018825671868398786,
-0.01980539783835411,
0.01885642483830452,
-0.011756708845496178
] |
8,934 | sentencepiece | SentencePieceProcessor | null | class SentencePieceProcessor(object):
thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
__repr__ = _swig_repr
def __init__(self):
_sentencepiece.SentencePieceProcessor_swiginit(self, _sentencepiece.new_SentencePieceProcessor())
__swig_destroy__ = _sentencepiece.delete_SentencePieceProcessor
def LoadFromSerializedProto(self, serialized):
return _sentencepiece.SentencePieceProcessor_LoadFromSerializedProto(self, serialized)
def SetEncodeExtraOptions(self, extra_option):
return _sentencepiece.SentencePieceProcessor_SetEncodeExtraOptions(self, extra_option)
def SetDecodeExtraOptions(self, extra_option):
return _sentencepiece.SentencePieceProcessor_SetDecodeExtraOptions(self, extra_option)
def SetVocabulary(self, valid_vocab):
return _sentencepiece.SentencePieceProcessor_SetVocabulary(self, valid_vocab)
def ResetVocabulary(self):
return _sentencepiece.SentencePieceProcessor_ResetVocabulary(self)
def LoadVocabulary(self, filename, threshold):
return _sentencepiece.SentencePieceProcessor_LoadVocabulary(self, filename, threshold)
def CalculateEntropy(self, *args):
return _sentencepiece.SentencePieceProcessor_CalculateEntropy(self, *args)
def GetPieceSize(self):
return _sentencepiece.SentencePieceProcessor_GetPieceSize(self)
def PieceToId(self, piece):
return _sentencepiece.SentencePieceProcessor_PieceToId(self, piece)
def IdToPiece(self, id):
return _sentencepiece.SentencePieceProcessor_IdToPiece(self, id)
def GetScore(self, id):
return _sentencepiece.SentencePieceProcessor_GetScore(self, id)
def IsUnknown(self, id):
return _sentencepiece.SentencePieceProcessor_IsUnknown(self, id)
def IsControl(self, id):
return _sentencepiece.SentencePieceProcessor_IsControl(self, id)
def IsUnused(self, id):
return _sentencepiece.SentencePieceProcessor_IsUnused(self, id)
def IsByte(self, id):
return _sentencepiece.SentencePieceProcessor_IsByte(self, id)
def unk_id(self):
return _sentencepiece.SentencePieceProcessor_unk_id(self)
def bos_id(self):
return _sentencepiece.SentencePieceProcessor_bos_id(self)
def eos_id(self):
return _sentencepiece.SentencePieceProcessor_eos_id(self)
def pad_id(self):
return _sentencepiece.SentencePieceProcessor_pad_id(self)
def serialized_model_proto(self):
return _sentencepiece.SentencePieceProcessor_serialized_model_proto(self)
def LoadFromFile(self, arg):
return _sentencepiece.SentencePieceProcessor_LoadFromFile(self, arg)
def _EncodeAsIds(self, text, enable_sampling, nbest_size, alpha, add_bos, add_eos, reverse, emit_unk_piece):
return _sentencepiece.SentencePieceProcessor__EncodeAsIds(self, text, enable_sampling, nbest_size, alpha, add_bos, add_eos, reverse, emit_unk_piece)
def _EncodeAsPieces(self, text, enable_sampling, nbest_size, alpha, add_bos, add_eos, reverse, emit_unk_piece):
return _sentencepiece.SentencePieceProcessor__EncodeAsPieces(self, text, enable_sampling, nbest_size, alpha, add_bos, add_eos, reverse, emit_unk_piece)
def _EncodeAsSerializedProto(self, text, enable_sampling, nbest_size, alpha, add_bos, add_eos, reverse, emit_unk_piece):
return _sentencepiece.SentencePieceProcessor__EncodeAsSerializedProto(self, text, enable_sampling, nbest_size, alpha, add_bos, add_eos, reverse, emit_unk_piece)
def _EncodeAsImmutableProto(self, text, enable_sampling, nbest_size, alpha, add_bos, add_eos, reverse, emit_unk_piece):
return _sentencepiece.SentencePieceProcessor__EncodeAsImmutableProto(self, text, enable_sampling, nbest_size, alpha, add_bos, add_eos, reverse, emit_unk_piece)
def _EncodeAsIdsBatch(self, ins, num_threads, enable_sampling, nbest_size, alpha, add_bos, add_eos, reverse, emit_unk_piece):
return _sentencepiece.SentencePieceProcessor__EncodeAsIdsBatch(self, ins, num_threads, enable_sampling, nbest_size, alpha, add_bos, add_eos, reverse, emit_unk_piece)
def _EncodeAsPiecesBatch(self, ins, num_threads, enable_sampling, nbest_size, alpha, add_bos, add_eos, reverse, emit_unk_piece):
return _sentencepiece.SentencePieceProcessor__EncodeAsPiecesBatch(self, ins, num_threads, enable_sampling, nbest_size, alpha, add_bos, add_eos, reverse, emit_unk_piece)
def _EncodeAsSerializedProtoBatch(self, ins, num_threads, enable_sampling, nbest_size, alpha, add_bos, add_eos, reverse, emit_unk_piece):
return _sentencepiece.SentencePieceProcessor__EncodeAsSerializedProtoBatch(self, ins, num_threads, enable_sampling, nbest_size, alpha, add_bos, add_eos, reverse, emit_unk_piece)
def _EncodeAsImmutableProtoBatch(self, ins, num_threads, enable_sampling, nbest_size, alpha, add_bos, add_eos, reverse, emit_unk_piece):
return _sentencepiece.SentencePieceProcessor__EncodeAsImmutableProtoBatch(self, ins, num_threads, enable_sampling, nbest_size, alpha, add_bos, add_eos, reverse, emit_unk_piece)
def _DecodeIds(self, ids):
return _sentencepiece.SentencePieceProcessor__DecodeIds(self, ids)
def _DecodeIdsAsBytes(self, ids):
return _sentencepiece.SentencePieceProcessor__DecodeIdsAsBytes(self, ids)
def _DecodePieces(self, pieces):
return _sentencepiece.SentencePieceProcessor__DecodePieces(self, pieces)
def _DecodeIdsAsSerializedProto(self, ids):
return _sentencepiece.SentencePieceProcessor__DecodeIdsAsSerializedProto(self, ids)
def _DecodePiecesAsSerializedProto(self, pieces):
return _sentencepiece.SentencePieceProcessor__DecodePiecesAsSerializedProto(self, pieces)
def _DecodeIdsAsImmutableProto(self, ids):
return _sentencepiece.SentencePieceProcessor__DecodeIdsAsImmutableProto(self, ids)
def _DecodePiecesAsImmutableProto(self, pieces):
return _sentencepiece.SentencePieceProcessor__DecodePiecesAsImmutableProto(self, pieces)
def _DecodeIdsBatch(self, ins, num_threads):
return _sentencepiece.SentencePieceProcessor__DecodeIdsBatch(self, ins, num_threads)
def _DecodeIdsAsBytesBatch(self, ins, num_threads):
return _sentencepiece.SentencePieceProcessor__DecodeIdsAsBytesBatch(self, ins, num_threads)
def _DecodeIdsAsSerializedProtoBatch(self, ins, num_threads):
return _sentencepiece.SentencePieceProcessor__DecodeIdsAsSerializedProtoBatch(self, ins, num_threads)
def _DecodeIdsAsImmutableProtoBatch(self, ins, num_threads):
return _sentencepiece.SentencePieceProcessor__DecodeIdsAsImmutableProtoBatch(self, ins, num_threads)
def _DecodePiecesBatch(self, ins, num_threads):
return _sentencepiece.SentencePieceProcessor__DecodePiecesBatch(self, ins, num_threads)
def _DecodePiecesAsSerializedProtoBatch(self, ins, num_threads):
return _sentencepiece.SentencePieceProcessor__DecodePiecesAsSerializedProtoBatch(self, ins, num_threads)
def _DecodePiecesAsImmutableProtoBatch(self, ins, num_threads):
return _sentencepiece.SentencePieceProcessor__DecodePiecesAsImmutableProtoBatch(self, ins, num_threads)
def _NBestEncodeAsIds(self, text, nbest_size, add_bos, add_eos, reverse, emit_unk_piece):
return _sentencepiece.SentencePieceProcessor__NBestEncodeAsIds(self, text, nbest_size, add_bos, add_eos, reverse, emit_unk_piece)
def _NBestEncodeAsPieces(self, text, nbest_size, add_bos, add_eos, reverse, emit_unk_piece):
return _sentencepiece.SentencePieceProcessor__NBestEncodeAsPieces(self, text, nbest_size, add_bos, add_eos, reverse, emit_unk_piece)
def _NBestEncodeAsSerializedProto(self, text, nbest_size, add_bos, add_eos, reverse, emit_unk_piece):
return _sentencepiece.SentencePieceProcessor__NBestEncodeAsSerializedProto(self, text, nbest_size, add_bos, add_eos, reverse, emit_unk_piece)
def _NBestEncodeAsImmutableProto(self, text, nbest_size, add_bos, add_eos, reverse, emit_unk_piece):
return _sentencepiece.SentencePieceProcessor__NBestEncodeAsImmutableProto(self, text, nbest_size, add_bos, add_eos, reverse, em | (model_file=None, model_proto=None, out_type=<class 'int'>, add_bos=False, add_eos=False, reverse=False, emit_unk_piece=False, enable_sampling=False, nbest_size=-1, alpha=0.1, num_threads=-1) | [
0.0026903129182755947,
-0.033792153000831604,
-0.09718534350395203,
0.0750756785273552,
-0.045029208064079285,
-0.050293415784835815,
-0.05685342475771904,
0.013980516232550144,
-0.005694453604519367,
-0.02638177014887333,
-0.00036349595757201314,
-0.011166190728545189,
-0.019801514223217964,
0.0637778788805008,
-0.01383878756314516,
0.04397636651992798,
0.002472658408805728,
-0.023830655962228775,
0.011561006307601929,
-0.019062500447034836,
-0.02603757381439209,
0.02322324737906456,
0.02486325055360794,
0.057096388190984726,
-0.006165195256471634,
0.02725238911807537,
0.050252921879291534,
-0.016298791393637657,
-0.05312798544764519,
-0.016551878303289413,
0.03798327222466469,
-0.04251858592033386,
0.00904026161879301,
-0.03251659497618675,
0.020186206325888634,
-0.042275622487068176,
-0.023850902915000916,
0.06256306171417236,
-0.07236258685588837,
-0.043854884803295135,
-0.008270877413451672,
-0.04915958642959595,
0.033812399953603745,
-0.04112154617905617,
-0.04855217784643173,
0.04762081801891327,
-0.025713622570037842,
0.11565055698156357,
-0.012057056650519371,
-0.0032774745486676693,
-0.008513840846717358,
-0.07321295887231827,
0.015701506286859512,
0.0496860072016716,
-0.003968401346355677,
0.017948918044567108,
0.019092870876193047,
0.044664762914180756,
0.03632302209734917,
0.009262978099286556,
0.02565288171172142,
0.002584016416221857,
0.059040095657110214,
0.018971389159560204,
-0.008620137348771095,
0.024964485317468643,
-0.03527018055319786,
-0.01539780292659998,
-0.00442142691463232,
0.040676116943359375,
0.003436919068917632,
-0.024114113301038742,
0.011166190728545189,
0.04490772634744644,
-0.014810641296207905,
0.024964485317468643,
-0.01797928847372532,
0.033873140811920166,
0.04960501939058304,
-0.023769915103912354,
0.06308948248624802,
0.00898964423686266,
-0.02763708122074604,
-0.06118627265095711,
0.029094861820340157,
0.0025270720943808556,
0.09289298951625824,
0.012725206092000008,
-0.035472650080919266,
-0.04116204008460045,
-0.04361192137002945,
0.05511218681931496,
0.049443043768405914,
0.022636085748672485,
0.01244174875319004,
-0.007081369403749704,
-0.018566450104117393,
-0.04980748891830444,
-0.04608204960823059,
-0.03415659815073013,
-0.022656332701444626,
0.038651421666145325,
-0.04247809201478958,
-0.013950145803391933,
-0.023061271756887436,
-0.004439142998307943,
-0.015337062068283558,
-0.005719762295484543,
-0.02443806454539299,
-0.04154673218727112,
-0.0188701543956995,
0.011783722788095474,
-0.027515599504113197,
0.006823220755904913,
0.01383878756314516,
-0.03921833634376526,
-0.041384756565093994,
-0.019720526412129402,
-0.031868692487478256,
0.04980748891830444,
-0.0009275632328353822,
0.00862519908696413,
-0.06997344642877579,
0.0036900059785693884,
-0.003244573250412941,
-0.013332613743841648,
0.07438728213310242,
0.03290128707885742,
0.06665294617414474,
-0.10099177062511444,
-0.040331918746232986,
0.03555363789200783,
-0.008797298185527325,
0.07710037380456924,
0.007218036334961653,
-0.01840447448194027,
-0.013130145147442818,
-0.02889239229261875,
-0.038205988705158234,
0.005917170085012913,
-0.0012198785552754998,
-0.03551314398646355,
0.06017392501235008,
-0.006392973475158215,
0.00006746345752617344,
-0.02848745323717594,
-0.002472658408805728,
-0.07799123972654343,
-0.014679036103188992,
-0.028305230662226677,
0.03251659497618675,
-0.006985196378082037,
-0.024154607206583023,
0.008721372112631798,
-0.0031711780466139317,
0.017503485083580017,
-0.011024462059140205,
-0.01917385868728161,
0.016723977401852608,
-0.031362518668174744,
-0.03674820810556412,
-0.04559612274169922,
-0.008888409473001957,
0.027535846456885338,
0.03316449746489525,
0.030329925939440727,
0.043449945747852325,
-0.042599573731422424,
-0.005365440621972084,
0.04555562883615494,
0.02927708439528942,
0.04737785458564758,
-0.051872678101062775,
0.027394117787480354,
0.012553106993436813,
0.061510223895311356,
0.0005836815107613802,
0.006372726522386074,
-0.015802741050720215,
-0.016885953024029732,
-0.043045006692409515,
0.010923227295279503,
-0.041789695620536804,
-0.029843999072909355,
0.016511384397745132,
0.04806625097990036,
0.052601564675569534,
0.019325710833072662,
0.08086630702018738,
-0.027353623881936073,
-0.036646973341703415,
-0.035027217119932175,
0.04251858592033386,
0.02883165143430233,
-0.017108669504523277,
0.02605782076716423,
-0.02717140130698681,
0.002171484986320138,
-0.0030750050209462643,
-0.003477412974461913,
-0.034217339009046555,
-0.0039861174300313,
0.0300667155534029,
-0.049119092524051666,
-0.09516064822673798,
0.019102994352579117,
-0.013595824129879475,
0.056691449135541916,
-0.04725637286901474,
-0.011773599311709404,
-0.0013945084065198898,
-0.04592007398605347,
0.05527416244149208,
0.04108105227351189,
0.0848751962184906,
-0.11273499578237534,
0.03565487265586853,
0.03804401308298111,
0.008696063421666622,
-0.026766462251544,
0.057825278490781784,
0.006524578668177128,
-0.07491370290517807,
-0.030269185081124306,
0.008286062628030777,
-0.00026321029872633517,
0.000030904273444321007,
0.02275756746530533,
0.011014338582754135,
-0.03808450698852539,
0.025835104286670685,
0.012907428666949272,
-0.01755410246551037,
0.031038569286465645,
0.020712625235319138,
-0.006752356421202421,
-0.02010521851480007,
0.016582248732447624,
0.0008718841127119958,
-0.02006472460925579,
0.01421335618942976,
-0.04810674488544464,
0.008888409473001957,
-0.005274329334497452,
-0.027495352551341057,
0.037861790508031845,
0.05571959540247917,
0.01797928847372532,
0.008144333958625793,
0.04721587896347046,
0.00006785890582250431,
-0.039441052824258804,
-0.08609001338481903,
-0.03255708888173103,
-0.026280535385012627,
-0.04656797647476196,
-0.030937334522604942,
0.007263591978698969,
0.031160051003098488,
-0.006438529118895531,
-0.005355317145586014,
0.02123904600739479,
-0.018151387572288513,
0.03490573540329933,
0.006246183067560196,
-0.01503335777670145,
0.014932123012840748,
0.008174704387784004,
0.006990258116275072,
0.017776818946003914,
0.00959199108183384,
0.021704725921154022,
-0.02883165143430233,
0.0432879701256752,
-0.04470525681972504,
-0.02567312866449356,
-0.011895081028342247,
0.03148400038480759,
0.03723413497209549,
0.020196329802274704,
0.04956452548503876,
0.0008168377680703998,
-0.011965945363044739,
-0.03857043385505676,
0.04235661029815674,
-0.00007240656123030931,
-0.018677808344364166,
-0.012866934761404991,
0.008098778314888477,
-0.06406133621931076,
-0.004803588148206472,
0.016926446929574013,
0.04332846403121948,
-0.00709655461832881,
0.030248938128352165,
-0.004790933802723885,
-0.03565487265586853,
-0.0006668837741017342,
0.041384756565093994,
-0.06491170823574066,
-0.02887214533984661,
0.021502256393432617,
0.08260753750801086,
-0.018181758001446724,
0.010892856866121292,
-0.026624733582139015,
0.006904208566993475,
-0.013636318035423756,
0.0015286444686353207,
0.0018260214710608125,
-0.004292352590709925,
-0.01019433792680502,
0.03174721077084541,
0.014668912626802921,
0.032233137637376785,
-0.013069404289126396,
0.03488548845052719,
0.032982274889945984,
0.03605981171131134,
0.07584506273269653,
-0.00560840405523777,
0.003333153435960412,
0.03555363789200783,
0.03844895213842392,
0.02010521851480007,
-0.09516064822673798,
0.0712287575006485,
-0.06276553124189377,
-0.012158291414380074,
-0.035492897033691406,
-0.05114378780126572,
-0.01343384850770235,
0.021077070385217667,
0.03731512278318405,
-0.041425250470638275,
0.025916092097759247,
-0.01123705506324768,
-0.014739776961505413,
0.02719164825975895,
-0.04195167124271393,
0.053411442786455154,
0.010062732733786106,
-0.0361407995223999,
0.04112154617905617,
0.014304467476904392,
-0.06689590960741043,
-0.021886948496103287,
0.010032362304627895,
0.012138044461607933,
0.03765932098031044,
0.02798127941787243,
-0.05094131827354431,
0.006792850326746702,
0.0763309895992279,
0.034237585961818695,
0.006797912064939737,
0.008539149537682533,
-0.05855416879057884,
0.005734947510063648,
-0.004436612129211426,
0.04604155570268631,
-0.009470509365200996,
0.0020626576151698828,
0.0336909182369709,
-0.02277781441807747,
-0.020975835621356964,
-0.0034166721161454916,
-0.061510223895311356,
0.032597582787275314,
-0.01797928847372532,
-0.01380841713398695,
0.0055071692913770676,
-0.032192643731832504,
-0.020540526136755943,
-0.018576573580503464,
0.028507700189948082,
-0.0127960704267025,
0.07446826994419098,
-0.0575823150575161,
-0.019447192549705505,
0.057501327246427536,
0.0313422717154026,
-0.018546203151345253,
0.05284452810883522,
0.02528843656182289,
0.016602495685219765,
0.03130177780985832,
0.027758562937378883,
0.03644450381398201,
0.016197556629776955,
0.009688164107501507,
0.046608470380306244,
-0.001268597785383463,
-0.030289432033896446,
-0.024255841970443726,
0.014689159579575062,
-0.022129911929368973,
0.03672796115279198,
-0.027697822079062462,
-0.08042087405920029,
0.043045006692409515,
-0.044988714158535004,
0.04737785458564758,
0.057420339435338974,
-0.053775887936353683,
0.021704725921154022,
0.08260753750801086,
0.03654573857784271,
-0.03087659366428852,
0.07005443423986435,
-0.04150623828172684,
0.026280535385012627,
-0.04454328119754791,
-0.06159121170639992,
-0.0648307204246521,
-0.05968799814581871,
-0.00028045184444636106,
0.013535083271563053,
0.02763708122074604,
0.025835104286670685,
0.0239926315844059,
0.075480617582798,
0.05333045497536659,
0.049888476729393005,
-0.026138808578252792,
-0.007557172793895006,
-0.04130376875400543,
0.0013033971190452576,
-0.02765732817351818,
0.008442976512014866,
-0.014709406532347202,
-0.030572889372706413,
0.008301247842609882,
-0.04235661029815674,
0.01766546070575714,
-0.025045473128557205,
0.004874452482908964,
-0.027758562937378883,
0.0167948417365551,
0.02998572774231434,
0.011925451457500458,
0.04604155570268631,
0.015499037690460682,
-0.008174704387784004,
0.07714086771011353,
-0.02117830514907837,
-0.07086431235074997,
0.04292352497577667,
-0.01605582796037197,
0.025592140853405,
0.023142259567975998,
0.02646275795996189,
0.03148400038480759,
0.008928903378546238,
-0.010629646480083466,
-0.009814707562327385,
0.042194634675979614,
-0.0012603724608197808,
-0.008787174709141254,
-0.03156498819589615,
0.04284253716468811,
0.022332381457090378,
0.0034217338543385267,
0.07710037380456924,
0.0009047854109667242,
0.044624269008636475,
0.01808052323758602,
0.00500352680683136,
-0.02929733134806156,
-0.005527416244149208,
0.04296401888132095,
-0.0031306841410696507,
0.024701274931430817,
-0.03769981488585472,
0.022190652787685394,
0.013352860696613789,
-0.0010085509857162833,
-0.02075311914086342,
-0.04486723244190216,
-0.046648964285850525,
0.03154474124312401,
-0.043895378708839417,
-0.007278777193278074,
-0.006661245133727789,
0.015083975158631802,
-0.04085833579301834,
0.0360395647585392,
-0.011399030685424805,
0.039420805871486664,
0.012097550556063652,
-0.0607813335955143,
-0.015853358432650566,
0.02245386317372322,
-0.007385073695331812,
0.015124469064176083,
0.023445963859558105,
-0.017098546028137207,
-0.0015931816305965185,
0.018971389159560204,
-0.09370286762714386,
-0.010290510021150112,
0.007749518845230341,
-0.04960501939058304,
-0.06705788522958755,
0.0391373485326767,
-0.021056823432445526,
-0.024174854159355164,
0.021056823432445526,
-0.031038569286465645,
0.0159444697201252,
-0.03174721077084541,
-0.0703783854842186,
0.025409918278455734,
-0.056286510080099106,
0.03636351600289345,
0.04166821390390396,
0.03575610741972923,
-0.004008895251899958,
-0.0601334311068058,
-0.04284253716468811,
0.03636351600289345,
-0.005977910943329334,
0.041830189526081085,
-0.007425567600876093,
0.007435691077262163,
0.03160548210144043,
-0.043490439653396606,
-0.026138808578252792,
0.039036113768815994,
-0.014375331811606884,
-0.021745219826698303,
-0.028750663623213768,
0.02929733134806156,
0.03277980536222458,
0.05839219316840172,
-0.008205074816942215,
0.04247809201478958,
-0.020732872188091278,
0.036262281239032745,
0.02968202345073223,
-0.02526818960905075,
0.01083211600780487,
-0.01919410564005375,
-0.04891662299633026,
-0.03929932415485382,
0.04753983020782471,
0.011803969740867615,
0.045798592269420624,
-0.044664762914180756,
-0.03316449746489525,
-0.061064790934324265,
0.01042717695236206,
0.01926496997475624,
-0.006362603046000004,
0.0479852631688118,
-0.06438528746366501,
-0.004831427708268166,
0.00028741173446178436,
0.009085817262530327,
0.047418348491191864,
-0.01806027628481388,
0.030734864994883537,
-0.037436604499816895,
-0.0761285200715065,
0.00320407934486866,
0.04191117733716965,
-0.005046551581472158,
-0.021542750298976898,
-0.03395412862300873,
-0.0037456850986927748,
0.03767956793308258,
0.049443043768405914,
0.018617067486047745,
-0.01640002615749836,
-0.06118627265095711,
-0.002682720310986042,
-0.07981346547603607,
-0.005299638025462627,
0.020692378282546997,
-0.036221787333488464,
0.010487917810678482,
0.06207713857293129,
0.01921435259282589,
-0.024276088923215866,
0.06276553124189377,
-0.006630874704569578,
-0.004512538202106953,
0.0464869886636734,
0.017533855512738228,
0.04162771999835968,
-0.018293116241693497,
0.026968931779265404,
0.010629646480083466,
-0.01121680811047554,
0.018930895254015923,
0.06491170823574066,
-0.0016944162780418992,
0.026280535385012627,
-0.006448652595281601,
-0.026563992723822594,
-0.020165959373116493,
0.01684545911848545,
0.00920729897916317,
-0.019842008128762245,
0.0750756785273552,
-0.022089418023824692,
-0.0471348911523819,
0.04012944921851158,
0.04652748256921768,
0.02717140130698681,
-0.0022372875828295946,
0.03972451016306877,
0.029337825253605843,
-0.09184014797210693,
-0.03352894261479378,
-0.05094131827354431,
-0.020317811518907547,
0.034217339009046555,
0.05535515025258064,
-0.04357142746448517,
0.010447423905134201,
0.007349641527980566,
-0.057825278490781784,
-0.022312134504318237,
-0.03411610424518585,
-0.02682720310986042,
-0.023000530898571014,
-0.06296800076961517,
0.020196329802274704,
-0.05486922338604927,
0.0008807421545498073,
0.013251625932753086,
0.05774429067969322,
-0.00940470676869154,
0.05114378780126572,
-0.02441781759262085,
0.0006801708368584514,
-0.009627423249185085,
-0.033468201756477356,
0.03929932415485382,
-0.017118792980909348,
-0.02480250969529152,
-0.002718152478337288,
-0.02200843021273613,
-0.05859466269612312,
0.01463854219764471,
0.017716078087687492,
-0.02765732817351818,
0.016562001779675484,
0.03599907085299492,
-0.0006947233341634274,
0.04915958642959595,
-0.022210899740457535,
-0.06090281531214714,
0.00029168257606215775,
0.05045539140701294,
0.008448038250207901,
0.017331385985016823,
0.026300782337784767,
-0.00521358847618103,
0.019426945596933365,
-0.004502414725720882,
0.03000597469508648,
-0.018991636112332344,
-0.04794476926326752,
0.037740308791399,
0.03190918639302254,
0.01925484649837017,
0.05434280261397362,
0.004221488256007433,
-0.05328996106982231,
0.01928521692752838,
-0.010730881243944168,
-0.03239511325955391,
-0.00998680666089058,
-0.02121879905462265,
0.0034521042834967375,
0.0006801708368584514,
-0.0248430036008358,
-0.006772603373974562,
0.02715115435421467,
0.04470525681972504,
-0.03875265643000603,
-0.02119855210185051,
-0.024174854159355164,
0.0019171327585354447,
-0.006534702144563198,
-0.037497345358133316,
0.011064955964684486,
-0.12002389878034592,
0.02806226722896099,
0.033063262701034546,
0.004208833910524845,
-0.02958078868687153,
-0.0013729960191994905,
0.000190131482668221,
0.0030674124136567116,
-0.059080589562654495,
0.004064574372023344,
-0.00018522792379371822,
-0.009101002477109432,
-0.03814524784684181,
-0.023810409009456635,
-0.04191117733716965,
-0.0030269185081124306,
0.06681492179632187,
-0.06968998908996582,
0.004831427708268166,
0.036282528191804886,
0.007415444124490023,
0.01566101238131523,
0.04043315351009369,
0.0062309978529810905,
-0.03529042750597,
-0.022170405834913254,
0.022676579654216766,
0.015306691639125347,
0.06442578136920929,
-0.013251625932753086,
0.05114378780126572,
-0.024681027978658676,
0.03168646991252899,
0.0631299763917923,
-0.015114345587790012,
-0.048309214413166046,
-0.00751161715015769,
0.02397238463163376,
-0.03010720945894718,
0.0607813335955143,
-0.01956867426633835,
0.03561437875032425,
0.03350869566202164,
-0.08519914746284485,
-0.0184955857694149,
-0.017382003366947174,
-0.0838223546743393,
0.025025226175785065,
-0.04450278729200363,
-0.03363017737865448,
-0.012168414890766144,
-0.013281996361911297,
-0.029742764309048653,
-0.030289432033896446,
0.03725438192486763,
-0.05328996106982231,
0.044259823858737946,
0.08078531920909882,
0.003679882502183318,
-0.018667684867978096,
-0.004388525616377592,
0.03642425686120987,
0.029965480789542198,
-0.060659851878881454,
-0.009146558120846748,
0.03879315033555031,
0.0017108669271692634,
0.026543745771050453,
0.0187689196318388,
-0.06628850102424622,
-0.08301247656345367,
-0.06329195201396942,
-0.0041658091358840466,
0.02480250969529152,
0.023081518709659576,
-0.01758447289466858,
-0.00542111974209547,
0.008847915567457676,
0.054666753858327866
] |
8,935 | sentencepiece | CalculateEntropy | Calculate sentence entropy | def CalculateEntropy(self, input, alpha, num_threads=None):
"""Calculate sentence entropy"""
if type(input) is list:
if num_threads is None:
num_threads = self._num_threads
if num_threads is None or type(num_threads) is not int:
raise RuntimeError('num_threads must be int')
return self._CalculateEntropyBatch(input, alpha, num_threads)
return self._CalculateEntropy(input, alpha)
| (self, input, alpha, num_threads=None) | [
-0.04629412665963173,
-0.02333170175552368,
0.00017572213255334646,
0.014158482663333416,
0.015207570046186447,
-0.01957177370786667,
-0.0743928775191307,
-0.03474577143788338,
0.04854336753487587,
0.019370349124073982,
0.02111602947115898,
-0.037666432559490204,
-0.06136741116642952,
-0.01363813504576683,
-0.03070049174129963,
-0.02730984054505825,
-0.006949154194444418,
0.01341992523521185,
-0.026873420923948288,
-0.014905432239174843,
-0.032110463827848434,
0.04897978901863098,
-0.004662143997848034,
0.012177805416285992,
-0.020964961498975754,
0.029424801468849182,
0.06821585446596146,
-0.036995016038417816,
-0.03746500611305237,
-0.027561621740460396,
0.044347018003463745,
0.006181222386658192,
-0.0015799255343154073,
-0.0011665851343423128,
-0.008736799471080303,
-0.03441006317734718,
-0.023751337081193924,
-0.005744802299886942,
-0.04360846057534218,
-0.008166095241904259,
-0.03073406219482422,
-0.05844675377011299,
0.02789733000099659,
0.03867355361580849,
-0.0028765974566340446,
0.009122863411903381,
-0.019605344161391258,
0.05891674384474754,
-0.04683125764131546,
-0.06821585446596146,
-0.03994924575090408,
-0.06838370859622955,
0.0628780946135521,
-0.015543277375400066,
-0.04078851640224457,
0.025228451937437057,
-0.0033214103896170855,
-0.05304185673594475,
-0.031506191939115524,
0.02626914717257023,
0.031002627685666084,
-0.009576069191098213,
0.06123312935233116,
0.028115540742874146,
-0.017406456172466278,
-0.022442076355218887,
-0.024674532935023308,
0.08855975419282913,
0.02506059780716896,
0.032026536762714386,
-0.016172729432582855,
0.010239092633128166,
-0.021854586899280548,
-0.0016649016179144382,
-0.03830427676439285,
0.0658658966422081,
0.01422562450170517,
0.04750267416238785,
0.03679358959197998,
0.03133833780884743,
0.028719814494252205,
-0.006378450896590948,
0.01692807301878929,
0.027024488896131516,
0.05304185673594475,
-0.05220258608460426,
-0.02729305624961853,
0.03726358339190483,
-0.09050685912370682,
0.044850580394268036,
0.00011054757487727329,
0.0631466656923294,
0.005438468884676695,
-0.016072018072009087,
0.020360685884952545,
0.05025547742843628,
0.016676291823387146,
0.024170972406864166,
0.03625645861029625,
0.01282404363155365,
0.031086554750800133,
0.1048080176115036,
0.07002867758274078,
0.01647486723959446,
-0.02168673276901245,
-0.0547875352203846,
-0.013755632564425468,
-0.02331491746008396,
0.04401130974292755,
0.0743928775191307,
0.006798085756599903,
0.010574799962341785,
0.05505610257387161,
-0.0558953732252121,
0.01592095009982586,
-0.0905740037560463,
-0.05532466992735863,
0.02796447090804577,
-0.03608860448002815,
0.04145992919802666,
0.006978529039770365,
0.04897978901863098,
-0.02846803329885006,
-0.019319992512464523,
-0.022442076355218887,
0.001663852483034134,
-0.018631791695952415,
-0.05357898771762848,
0.012706545181572437,
-0.062206681817770004,
-0.020209617912769318,
0.04555556923151016,
0.09030544012784958,
0.09896670281887054,
0.038203563541173935,
-0.04401130974292755,
-0.004490093793720007,
0.00045189436059445143,
0.035350047051906586,
-0.038807839155197144,
0.029844436794519424,
0.00921518262475729,
0.044951293617486954,
-0.011909238994121552,
0.03833784535527229,
-0.00015565833018627018,
0.05425040423870087,
-0.06593304127454758,
-0.008161899633705616,
-0.04827480390667915,
-0.0021474817767739296,
0.007444323506206274,
-0.03293294832110405,
-0.01843036524951458,
-0.001628183526918292,
0.05173259228467941,
-0.016810575500130653,
-0.08251701295375824,
0.023029563948512077,
-0.026050936430692673,
-0.003380159381777048,
0.0083087719976902,
-0.025312379002571106,
0.021586021408438683,
0.0041208150796592236,
-0.019756412133574486,
0.0031640473753213882,
0.03117048181593418,
-0.007016296032816172,
-0.055526092648506165,
0.011867275461554527,
-0.0013354881666600704,
0.0481405183672905,
0.01952141709625721,
0.015769880264997482,
0.01007963065057993,
-0.03890855237841606,
0.016348976641893387,
0.011372106149792671,
0.016206301748752594,
-0.06328094750642776,
-0.007792620453983545,
-0.016575580462813377,
0.009030543267726898,
-0.005761587526649237,
-0.009030543267726898,
0.03719643875956535,
0.02054532617330551,
-0.03234545886516571,
-0.027611978352069855,
-0.043776314705610275,
-0.06083028018474579,
-0.020998531952500343,
-0.01390670146793127,
-0.009408215060830116,
0.06321380287408829,
-0.07519857585430145,
-0.012698153033852577,
-0.03164047375321388,
0.013604564592242241,
-0.024724889546632767,
0.012891184538602829,
0.0166175439953804,
0.012119056656956673,
-0.022408505901694298,
-0.03511505201458931,
-0.030499067157506943,
0.05008762329816818,
-0.09030544012784958,
-0.03917711600661278,
-0.03328544273972511,
-0.02234136313199997,
-0.007343611214309931,
0.05055761709809303,
0.041057080030441284,
-0.057137493044137955,
0.01144764106720686,
0.002929051872342825,
-0.01196798775345087,
-0.04683125764131546,
-0.008157703094184399,
0.0004778592847287655,
0.021401381120085716,
-0.05898388475179672,
0.016223086044192314,
-0.0067477296106517315,
0.049852628260850906,
0.08432983607053757,
0.017473598942160606,
-0.01891714334487915,
0.004313847050070763,
-0.01832965388894081,
0.022945638746023178,
0.06616803258657455,
0.01829608343541622,
0.035853609442710876,
0.00656309025362134,
-0.02175387553870678,
-0.010759439319372177,
-0.020998531952500343,
-0.022576360031962395,
-0.012924755923449993,
0.035484328866004944,
-0.015408994629979134,
-0.01531667448580265,
0.04535414278507233,
0.02331491746008396,
0.06767871975898743,
-0.03796856850385666,
0.004527860786765814,
-0.04250062629580498,
-0.010541229508817196,
-0.0424334853887558,
-0.020226404070854187,
-0.009013758040964603,
-0.03355401009321213,
0.04421273618936539,
0.0018568845698609948,
-0.005463646724820137,
-0.014720792882144451,
-0.008241630159318447,
-0.004156483802944422,
0.01256386935710907,
0.07842137664556503,
-0.03568575531244278,
-0.034812912344932556,
-0.029357658699154854,
0.034208640456199646,
-0.041057080030441284,
0.0142088383436203,
-0.01735610142350197,
0.01782609149813652,
0.059353165328502655,
-0.022425290197134018,
0.05566037818789482,
-0.018749289214611053,
0.028014827519655228,
0.06197168678045273,
-0.0003320361429359764,
0.06301238387823105,
-0.00004842193811782636,
-0.017641453072428703,
-0.05059118568897247,
-0.043776314705610275,
0.0009210986900143325,
-0.023516342043876648,
-0.044951293617486954,
-0.02516131103038788,
0.006567286793142557,
-0.030515851452946663,
0.023600269109010696,
0.03682716190814972,
0.053243279457092285,
0.0028870883397758007,
-0.005786765832453966,
-0.04897978901863098,
-0.008489214815199375,
0.031086554750800133,
0.08755262941122055,
0.05230329558253288,
0.011405677534639835,
0.06875298917293549,
-0.005098564550280571,
-0.05619750916957855,
-0.02737698331475258,
-0.06650374084711075,
0.025815941393375397,
0.023096706718206406,
-0.014133304357528687,
-0.02291206642985344,
0.03232867643237114,
0.057238202542066574,
-0.039915673434734344,
0.012631011195480824,
-0.04276919364929199,
-0.009089292958378792,
0.07049866765737534,
0.04404488205909729,
-0.0034305155277252197,
0.04394416883587837,
-0.02172030322253704,
0.039982814341783524,
0.021384596824645996,
0.010675512254238129,
0.023600269109010696,
-0.06717515736818314,
0.12387622892856598,
-0.00827100407332182,
0.006319702137261629,
-0.0227945689111948,
0.012756901793181896,
-0.02742733806371689,
-0.005803551059216261,
-0.007947885431349277,
-0.1007123813033104,
0.03716287016868591,
0.019403919577598572,
0.016827359795570374,
-0.0380021408200264,
-0.04535414278507233,
-0.04666340351104736,
0.042567767202854156,
-0.023700980469584465,
0.05891674384474754,
0.01446901261806488,
-0.07130436599254608,
0.03504790738224983,
-0.0029919969383627176,
-0.002486336976289749,
-0.02836732193827629,
0.006395236123353243,
0.025278808549046516,
0.07002867758274078,
0.006961743347346783,
0.07177435606718063,
0.024137401953339577,
-0.0015495020197704434,
-0.05948744714260101,
0.014628473669290543,
-0.023801693692803383,
0.02673913724720478,
0.010197129100561142,
0.02789733000099659,
0.005954619497060776,
-0.038270704448223114,
0.017473598942160606,
0.005648286081850529,
-0.04914764314889908,
0.041023511439561844,
0.043742746114730835,
-0.00314726191572845,
0.04609270021319389,
-0.020864248275756836,
0.008476625196635723,
0.004674733150750399,
-0.008086364716291428,
-0.07446002215147018,
0.0052622221410274506,
-0.01848072186112404,
0.05790961906313896,
-0.017104320228099823,
0.05532466992735863,
0.014846683479845524,
0.01787644810974598,
0.028249822556972504,
0.012731723487377167,
0.006059528328478336,
-0.01309261005371809,
0.025916652753949165,
0.023029563948512077,
-0.05579466000199318,
0.03288259357213974,
0.0178932324051857,
-0.04854336753487587,
-0.03504790738224983,
-0.02898837998509407,
-0.002496827859431505,
0.0030150769744068384,
-0.05522395670413971,
-0.020478185266256332,
-0.005362934432923794,
0.05579466000199318,
0.04679768532514572,
0.025849511846899986,
-0.04632769525051117,
0.02514452487230301,
0.0002035229408647865,
-0.03066692128777504,
0.004565628245472908,
0.03133833780884743,
-0.0690215528011322,
0.06472449004650116,
-0.01367170549929142,
0.03454434871673584,
-0.015081679448485374,
-0.03716287016868591,
-0.0002052277122857049,
-0.06583232432603836,
-0.01775895059108734,
0.032630812376737595,
-0.0015673364978283644,
0.010272663086652756,
0.007171561010181904,
0.042567767202854156,
-0.011514781974256039,
-0.00726807676255703,
-0.02559773065149784,
0.0005439517553895712,
0.01843036524951458,
-0.06855156272649765,
-0.03773357346653938,
-0.034846484661102295,
0.03070049174129963,
0.0023940172977745533,
0.02796447090804577,
-0.030297642573714256,
-0.005111153237521648,
0.000448222563136369,
0.008896260522305965,
-0.05948744714260101,
-0.023029563948512077,
-0.0034787736367434263,
0.10192093253135681,
0.05341113358736038,
0.058883171528577805,
-0.02014247700572014,
-0.014855076558887959,
-0.002194690750911832,
-0.05482110753655434,
-0.031086554750800133,
0.04018424078822136,
0.03494719788432121,
0.004263490904122591,
0.024875959381461143,
-0.0039676483720541,
0.030817989259958267,
0.004657947923988104,
0.012840828858315945,
-0.00766673032194376,
0.060930993407964706,
-0.034275781363248825,
0.03793499618768692,
0.05028904974460602,
0.02514452487230301,
0.016634328290820122,
-0.06754443794488907,
-0.00017690235108602792,
-0.017003607004880905,
0.017993945628404617,
0.010272663086652756,
0.07741425186395645,
0.027007704600691795,
-0.00950892735272646,
-0.02012569084763527,
0.013470280915498734,
-0.049852628260850906,
0.010532836429774761,
0.0027108415961265564,
0.010197129100561142,
-0.01846393756568432,
0.02334848791360855,
-0.033671505749225616,
0.06895440816879272,
-0.022442076355218887,
-0.01654200814664364,
-0.007679319009184837,
0.014334728941321373,
-0.01283243577927351,
0.07419145852327347,
0.02673913724720478,
-0.03551790118217468,
0.013873131014406681,
0.040419235825538635,
-0.028132325038313866,
-0.022727428004145622,
-0.03780071437358856,
0.013453495688736439,
0.0008230090024881065,
-0.04303775727748871,
0.010977650061249733,
-0.05263900384306908,
0.02282813936471939,
-0.01426758710294962,
-0.05357898771762848,
0.05807747319340706,
0.06244167685508728,
0.014787934720516205,
0.03890855237841606,
-0.007213524542748928,
0.01953820139169693,
-0.06277738511562347,
-0.03551790118217468,
0.059991009533405304,
-0.08218130469322205,
0.05179973691701889,
-0.009366251528263092,
0.016818968579173088,
-0.006735140457749367,
0.00089119968470186,
0.021283883601427078,
0.007826191373169422,
0.0854712426662445,
-0.03780071437358856,
-0.03222796320915222,
0.0024003118742257357,
0.03615574538707733,
0.0511283203959465,
-0.013436710461974144,
-0.013520637527108192,
0.06385164707899094,
-0.033268656581640244,
-0.0319090411067009,
0.0060259574092924595,
0.03793499618768692,
-0.025446662679314613,
0.010994435288012028,
-0.08667979389429092,
-0.03019692935049534,
0.005807747598737478,
0.012035129591822624,
-0.060494571924209595,
-0.042131345719099045,
0.046529121696949005,
-0.01779252104461193,
0.011137111112475395,
-0.02291206642985344,
-0.01034819707274437,
0.0690215528011322,
-0.012656189501285553,
0.015618812292814255,
-0.028619101271033287,
-0.013218500651419163,
-0.03840498998761177,
0.02333170175552368,
0.03716287016868591,
-0.003799794241786003,
-0.0013092609588056803,
-0.03019692935049534,
-0.04085565730929375,
0.04186278209090233,
-0.005010440945625305,
-0.04562271013855934,
-0.029894791543483734,
0.0054888250306248665,
0.008518588729202747,
-0.03618931770324707,
-0.05072547122836113,
0.00529579259455204,
-0.026420215144753456,
0.01737288571894169,
-0.02615164779126644,
-0.0012043522438034415,
-0.036558594554662704,
0.0035459152422845364,
-0.019319992512464523,
0.0166175439953804,
-0.0411577932536602,
-0.061098843812942505,
0.007566017564386129,
0.004078851547092199,
-0.015492921695113182,
-0.00410612765699625,
-0.04515272006392479,
0.03303366154432297,
0.046529121696949005,
-0.017977159470319748,
-0.02621879056096077,
-0.04857693985104561,
-0.0956096202135086,
0.022106368094682693,
-0.059420306235551834,
-0.03298330679535866,
0.01896749809384346,
0.05854746699333191,
0.008703228086233139,
0.007654141169041395,
0.0004177990194875747,
0.005849710665643215,
0.0073394146747887135,
-0.06123312935233116,
-0.02796447090804577,
0.0072219171561300755,
-0.01896749809384346,
0.043843455612659454,
0.08721692115068436,
-0.014787934720516205,
-0.027729475870728493,
-0.038841407746076584,
0.021502094343304634,
-0.02897159568965435,
0.009366251528263092,
0.03444363549351692,
-0.023012779653072357,
0.03676002100110054,
0.022005654871463776,
-0.015190784819424152,
0.03214403614401817,
-0.04944977909326553,
0.06328094750642776,
0.019672485068440437,
0.025278808549046516,
0.023163847625255585,
-0.017507169395685196,
-0.040352094918489456,
0.036491453647613525,
-0.018631791695952415,
-0.01059158518910408,
-0.001488654874265194,
0.0048425872810184956,
0.02447310835123062,
-0.0042173308320343494,
0.05690249800682068,
-0.007305844221264124,
0.06469091773033142,
0.02168673276901245,
-0.0021034199744462967,
-0.012471550144255161,
-0.017456812784075737,
-0.02568165771663189,
-0.043809887021780014,
-0.02947515808045864,
0.05854746699333191,
-0.039311401546001434,
-0.04535414278507233,
0.01794358901679516,
0.01832965388894081,
-0.054418258368968964,
-0.004645358771085739,
-0.016894502565264702,
0.03806928172707558,
0.009618032723665237,
-0.04948335140943527,
0.035853609442710876,
0.019420703873038292,
-0.020847463980317116,
0.0012578556779772043,
-0.009735530242323875,
-0.019185708835721016,
-0.0035585041623562574,
-0.02062925323843956,
-0.013587779365479946,
0.04884550720453262,
-0.019655700773000717,
0.008652872405946255,
-0.029256947338581085,
-0.028786955401301384,
-0.030280856415629387,
-0.023247774690389633,
0.02516131103038788,
-0.019269635900855064,
-0.039781391620635986,
0.051094748079776764,
-0.0033780611120164394,
-0.010843366384506226,
0.048308372497558594,
-0.019252849742770195,
0.02796447090804577,
0.0012127449735999107,
0.03665930777788162,
-0.016777005046606064,
0.005329363513737917,
0.007247094996273518,
0.016693077981472015,
0.014359907247126102,
-0.0380021408200264,
0.008661264553666115,
0.014393477700650692,
-0.054384686052799225,
-0.02558094449341297,
-0.024187756702303886,
-0.0378342866897583,
0.022593144327402115,
-0.043709173798561096,
-0.08540409803390503,
0.008363324217498302,
0.022542787715792656,
-0.03130476549267769,
-0.013822774402797222,
-0.026017365977168083,
-0.03385614603757858,
0.00639943266287446,
0.05837961286306381,
-0.03236224502325058,
0.026906991377472878,
-0.00009428672638023272,
0.007331022061407566,
-0.04404488205909729,
0.006403629202395678,
-0.012169413268566132,
0.034880056977272034,
0.021351024508476257,
-0.04673054441809654,
0.006235775072127581,
0.08600837737321854,
0.012144234962761402,
0.06882012635469437,
0.03014657273888588,
0.047099824994802475,
0.008388502523303032,
0.03303366154432297,
0.02568165771663189,
-0.013805989176034927,
0.045958418399095535,
0.0013921388890594244,
-0.07647427171468735,
-0.019605344161391258,
-0.015459350310266018,
-0.02232457883656025,
0.05015476793050766,
0.01649165339767933,
-0.02284492552280426,
-0.0004033740842714906,
0.005463646724820137,
-0.007091830484569073,
0.015350245870649815,
-0.038807839155197144,
-0.018850000575184822,
-0.019168922677636147,
-0.03399042785167694,
-0.06083028018474579,
-0.01718824729323387,
-0.03016335889697075,
-0.0031178875360637903,
0.023516342043876648,
0.09735530614852905,
-0.031019413843750954,
0.013982235454022884,
-0.003963451832532883,
0.02673913724720478,
-0.011909238994121552,
0.014569724909961224,
-0.004922317806631327,
-0.015962911769747734,
0.003023469587787986,
0.11125361174345016,
-0.0017844975227490067,
0.035383615642786026,
-0.05851389467716217,
-0.010994435288012028,
-0.014385085552930832,
0.023230990394949913,
-0.02287849597632885,
0.04629412665963173,
-0.010390160605311394,
-0.06140098348259926,
-0.018782859668135643,
0.06895440816879272,
0.011263001710176468
] |
8,936 | sentencepiece | Decode | Decode processed id or token sequences.
Args:
out_type: output type. str, bytes or 'serialized_proto' or 'immutable_proto' (Default = str)
num_threads: the number of threads used in the batch processing (Default = -1).
| def Decode(self, input, out_type=str, num_threads=None):
"""Decode processed id or token sequences.
Args:
out_type: output type. str, bytes or 'serialized_proto' or 'immutable_proto' (Default = str)
num_threads: the number of threads used in the batch processing (Default = -1).
"""
if num_threads is None:
num_threads = self._num_threads
if num_threads is None or type(num_threads) is not int:
raise RuntimeError('num_threads must be int')
if not input:
return ''
if out_type is str:
if type(input) is int:
return self._DecodeIds([input])
if type(input) is str:
return self._DecodePieces([input])
if type(input) is list:
if len(input) == 0 or type(input[0]) is int:
return self._DecodeIds(input)
if type(input[0]) is str:
return self._DecodePieces(input)
if type(input[0]) is list:
if len(input[0]) == 0 or type(input[0][0]) is int:
return self._DecodeIdsBatch(input, num_threads)
if type(input[0][0]) is str:
return self._DecodePiecesBatch(input, num_threads)
if out_type is bytes:
if type(input) is int:
return self._DecodeIdsAsBytes([input])
if type(input) is str:
return self._DecodePieces([input])
if type(input) is list:
if len(input) == 0 or type(input[0]) is int:
return self._DecodeIdsAsBytes(input)
if type(input[0]) is str:
return self._DecodePieces(input)
if type(input[0]) is list:
if len(input[0]) == 0 or type(input[0][0]) is int:
return self._DecodeIdsAsBytesBatch(input, num_threads)
if type(input[0][0]) is str:
return self._DecodePiecesBatch(input, num_threads)
if out_type == 'serialized_proto':
if type(input) is int:
return self._DecodeIdsAsSerializedProto([input])
if type(input) is str:
return self._DecodePiecesAsSerializedProto([input])
if type(input) is list:
if len(input) == 0 or type(input[0]) is int:
return self._DecodeIdsAsSerializedProto(input)
if type(input[0]) is str:
return self._DecodePiecesAsSerializedProto(input)
if type(input[0]) is list:
if len(input[0]) == 0 or type(input[0][0]) is int:
return self._DecodeIdsAsSerializedProtoBatch(input, num_threads)
if type(input[0][0]) is str:
return self._DecodePiecesAsSerializedProtoBatch(input, num_threads)
if out_type == 'immutable_proto':
if type(input) is int:
return self._DecodeIdsAsImmutableProto([input])
if type(input) is str:
return self._DecodePiecesAsImmutableProto([input])
if type(input) is list:
if len(input) == 0 or type(input[0]) is int:
return self._DecodeIdsAsImmutableProto(input)
if type(input[0]) is str:
return self._DecodePiecesAsImmutableProto(input)
if type(input[0]) is list:
if len(input[0]) == 0 or type(input[0][0]) is int:
return self._DecodeIdsAsImmutableProtoBatch(input, num_threads)
if type(input[0][0]) is str:
return self._DecodePiecesAsImmutableProtoBatch(input, num_threads)
raise RuntimeError('unknown output or input type')
return None
| (self, input, out_type=<class 'str'>, num_threads=None) | [
0.020430253818631172,
0.02810332365334034,
-0.09627921134233475,
0.01704397052526474,
-0.06134704127907753,
0.007105563301593065,
-0.025758253410458565,
0.01975487358868122,
-0.001602855627425015,
-0.048327211290597916,
0.009614788927137852,
0.03421926498413086,
-0.044800225645303726,
0.028928788378834724,
0.06712529063224792,
0.03573887050151825,
-0.018441634252667427,
0.00987743679434061,
0.029022591188549995,
-0.026827605441212654,
-0.026058422401547432,
0.06224754825234413,
-0.00018130325770471245,
0.05601904168725014,
-0.010177605785429478,
-0.01759740710258484,
0.09245205670595169,
-0.07736856490373611,
-0.058420393615961075,
0.00014378213381860405,
0.06468641757965088,
0.028759943321347237,
-0.034238025546073914,
0.003226816887035966,
-0.01801013946533203,
-0.038759324699640274,
-0.055606309324502945,
0.08059538155794144,
-0.02774687297642231,
-0.03708963468670845,
-0.011472084559500217,
-0.08052033931016922,
0.015646308660507202,
-0.025795774534344673,
-0.03114253468811512,
0.02829092927277088,
-0.05110377445816994,
-0.011096873320639133,
-0.07125261425971985,
0.011781633831560612,
0.017813153564929962,
-0.07556755095720291,
0.008381281048059464,
0.014539436437189579,
0.015261718071997166,
-0.009680450893938541,
-0.021781014278531075,
0.006538056302815676,
0.03292478621006012,
0.028891267254948616,
-0.009924338199198246,
0.013357521034777164,
0.011856676079332829,
0.03999752178788185,
-0.016349829733371735,
0.013432563282549381,
0.01962354965507984,
-0.014042281545698643,
-0.05999628081917763,
0.045550648123025894,
-0.000013612400834972505,
-0.028403492644429207,
-0.052304450422525406,
0.03737104311585426,
0.08824969083070755,
-0.005857985932379961,
0.040597859770059586,
0.027559267356991768,
0.01398599985986948,
0.04442501440644264,
0.08764935284852982,
0.028872506693005562,
-0.010552817024290562,
-0.05170411244034767,
0.02506411261856556,
0.006448943633586168,
0.0772935226559639,
0.009839915670454502,
-0.10198242217302322,
-0.032455772161483765,
-0.018713662400841713,
-0.02489526756107807,
0.009248957969248295,
0.018966929987072945,
-0.05429306998848915,
-0.025345521047711372,
-0.003090802812948823,
-0.01450191531330347,
-0.05275470390915871,
-0.03560754656791687,
0.00450487993657589,
-0.005379591602832079,
-0.051854196935892105,
-0.06592461466789246,
0.00306031689979136,
-0.04656371846795082,
-0.015796393156051636,
0.011706591583788395,
-0.024163605645298958,
-0.024332450702786446,
-0.003808394307270646,
0.027990760281682014,
-0.0384216345846653,
-0.0188825074583292,
-0.007598028052598238,
-0.002075387164950371,
-0.03251205384731293,
-0.02301921136677265,
-0.04705149307847023,
0.02654619701206684,
-0.05564383044838905,
0.026564957574009895,
-0.02684636600315571,
-0.016406111419200897,
-0.05339256301522255,
0.013601408340036869,
0.011678450740873814,
0.0071337041445076466,
0.07387910038232803,
-0.04401228204369545,
-0.00853605568408966,
0.0074151125736534595,
-0.024276169016957283,
0.06787571310997009,
-0.005609408486634493,
0.009577267803251743,
-0.053955379873514175,
-0.0012088838266208768,
-0.04071042314171791,
-0.001206538756377995,
0.04753926768898964,
0.027277858927845955,
0.09155154973268509,
-0.030223267152905464,
-0.023075493052601814,
-0.02301921136677265,
0.07125261425971985,
-0.027803154662251472,
-0.03590771555900574,
0.002788288751617074,
-0.030373351648449898,
-0.020974310114979744,
0.017588026821613312,
0.024407492950558662,
0.012972929514944553,
0.023488225415349007,
-0.013357521034777164,
-0.028309689834713936,
0.01557126734405756,
-0.0772935226559639,
0.0015102253528311849,
-0.0056234789080917835,
0.039472226053476334,
0.033393800258636475,
0.038534197956323624,
0.019679831340909004,
0.054893407970666885,
0.00016562060045544058,
0.012719661928713322,
0.01614346355199814,
0.024538816884160042,
0.09065104275941849,
0.012128704227507114,
-0.017634928226470947,
0.0025303310249000788,
0.02104935236275196,
-0.009403732605278492,
-0.009868056513369083,
0.0075089153833687305,
0.025945859029889107,
-0.04003504291176796,
0.04101059213280678,
-0.0023028592113405466,
-0.008864365518093109,
0.006899197120219469,
0.044800225645303726,
-0.003412077436223626,
0.05147898569703102,
0.08194614201784134,
-0.04352450743317604,
-0.012147464789450169,
-0.005951788742095232,
-0.002943063387647271,
0.021724732592701912,
-0.03541994094848633,
0.022400112822651863,
-0.045588169246912,
0.025814535096287727,
0.034238025546073914,
-0.03705211356282234,
0.028928788378834724,
0.0016380316810682416,
0.022587718442082405,
-0.010674760676920414,
-0.09995628148317337,
-0.006190985906869173,
-0.008451633155345917,
0.04896507039666176,
-0.028759943321347237,
-0.015496225096285343,
-0.013423183001577854,
-0.03444439172744751,
0.05575639382004738,
0.015552506782114506,
0.051591549068689346,
-0.027502985671162605,
0.010562197305262089,
-0.022306310012936592,
0.023169295862317085,
-0.018122702836990356,
0.06821340322494507,
0.018385350704193115,
-0.02859109826385975,
-0.0341629832983017,
-0.00928178895264864,
0.010543436743319035,
-0.009680450893938541,
0.048814985901117325,
0.013620168901979923,
0.02988557703793049,
0.015486844815313816,
-0.017616167664527893,
0.027596788480877876,
0.03735228255391121,
0.009342760778963566,
0.03320619463920593,
-0.008254647254943848,
-0.045513126999139786,
-0.005055971909314394,
0.025852056220173836,
-0.0033769013825803995,
-0.0051028733141720295,
0.017841294407844543,
-0.025045352056622505,
-0.004028830677270889,
0.05616912618279457,
0.024426253512501717,
0.029078872874379158,
-0.017728731036186218,
0.037464845925569534,
0.0009169225231744349,
-0.01479270402342081,
-0.03810270503163338,
-0.011509605683386326,
0.004462668672204018,
-0.020486535504460335,
-0.020767943933606148,
-0.07354140281677246,
0.007255647797137499,
0.02560816891491413,
0.005252957809716463,
-0.032361969351768494,
0.022137464955449104,
0.031386420130729675,
-0.03279346227645874,
-0.04232383146882057,
0.0025983380619436502,
-0.01930462010204792,
0.010928028263151646,
0.0036817605141550303,
0.07721848040819168,
0.032999828457832336,
0.0050606620498001575,
0.020167605951428413,
-0.00014561421994585544,
-0.010093183256685734,
0.02648991532623768,
0.013976619578897953,
0.034425631165504456,
0.0004335448902565986,
0.026564957574009895,
-0.019998760893940926,
-0.013385661877691746,
-0.05102873221039772,
0.05320495739579201,
-0.017813153564929962,
-0.02270028181374073,
0.034069180488586426,
-0.018769944086670876,
-0.02667752094566822,
0.04712653532624245,
-0.013723351992666721,
-0.0482521690428257,
-0.01833844929933548,
-0.02431369014084339,
0.01376087311655283,
-0.03678946569561958,
0.02864737994968891,
0.015364901162683964,
-0.02936028130352497,
-0.09672946482896805,
0.00823119655251503,
0.06997689604759216,
-0.023469464853405952,
0.003723971778526902,
-0.014398732222616673,
-0.005093493033200502,
-0.037108395248651505,
-0.016377970576286316,
0.04232383146882057,
0.040860507637262344,
0.025589408352971077,
-0.027896957471966743,
-0.013498225249350071,
-0.0714777410030365,
0.015177295543253422,
0.04964045062661171,
0.05601904168725014,
0.030260788276791573,
0.036845747381448746,
-0.023225577548146248,
-0.025720732286572456,
0.047426704317331314,
0.007335380185395479,
0.0010986654087901115,
0.00018379489483777434,
0.035757631063461304,
-0.0026452394668012857,
0.0020906301215291023,
0.0027413873467594385,
-0.011256338097155094,
-0.023338140919804573,
-0.016499914228916168,
-0.024013521149754524,
0.05016574636101723,
-0.05237949267029762,
-0.00540773244574666,
-0.04937780275940895,
0.038984451442956924,
-0.02157464809715748,
0.015468084253370762,
-0.04119819775223732,
0.01717529445886612,
0.05222940817475319,
0.017062731087207794,
0.010937408544123173,
0.006045591551810503,
0.03405041992664337,
0.03020450659096241,
0.08037025481462479,
-0.014651999808847904,
-0.018835606053471565,
0.000979066826403141,
0.04352450743317604,
-0.008076421916484833,
-0.02363830991089344,
0.02421988733112812,
-0.06438624858856201,
0.02936028130352497,
-0.002706211293116212,
0.003939718008041382,
-0.016743801534175873,
0.050653520971536636,
0.019117014482617378,
-0.013638929463922977,
-0.0491526760160923,
-0.06997689604759216,
-0.053017351776361465,
0.06487402319908142,
0.029641689732670784,
-0.02431369014084339,
0.05590647831559181,
-0.06858861446380615,
-0.025326760485768318,
-0.03784005716443062,
0.032061800360679626,
-0.060071323066949844,
0.07691831141710281,
-0.03950974717736244,
0.007035211194306612,
-0.042924169450998306,
-0.041761014610528946,
-0.015543126501142979,
0.02800952084362507,
0.012428873218595982,
0.048327211290597916,
-0.011931718327105045,
0.00802014023065567,
-0.012785323895514011,
0.037427324801683426,
-0.0005252957344055176,
0.047651831060647964,
0.005356140900403261,
-0.07391662150621414,
-0.04281160607933998,
-0.019192056730389595,
-0.014839605428278446,
0.029791774228215218,
0.0013085493119433522,
-0.08149588853120804,
-0.015496225096285343,
0.02421988733112812,
0.0433369018137455,
0.08142084628343582,
-0.025082873180508614,
0.017100252211093903,
0.05635673180222511,
0.006083112675696611,
-0.06629982590675354,
-0.011481464840471745,
0.021199436858296394,
0.0004701866128016263,
-0.003580922493711114,
-0.047614309936761856,
-0.026246028020977974,
-0.008822154253721237,
0.01565568894147873,
0.020805465057492256,
0.014877126552164555,
0.02842225320637226,
0.0048003592528402805,
0.06517419219017029,
0.07174038887023926,
0.03680822625756264,
-0.03883436694741249,
0.01168783102184534,
-0.023619549348950386,
0.020749183371663094,
-0.021649690344929695,
-0.026020901277661324,
-0.007565197069197893,
-0.02600214071571827,
0.0051450845785439014,
-0.04982805624604225,
0.03341256082057953,
0.04044777527451515,
0.012353830970823765,
0.009980619885027409,
0.011293859221041203,
0.020449014380574226,
0.02855357713997364,
0.035588786005973816,
0.03528861701488495,
0.007668380159884691,
0.09410298615694046,
-0.021161915734410286,
-0.05508101359009743,
0.06780067086219788,
-0.03547622263431549,
-0.010280788876116276,
0.021912338212132454,
0.021424563601613045,
0.0050512817688286304,
-0.0198861975222826,
0.041573408991098404,
-0.04071042314171791,
0.009445943869650364,
0.07605532556772232,
0.01736290007829666,
0.009070731699466705,
0.014736422337591648,
-0.01469890121370554,
0.014623858965933323,
0.04213622584939003,
-0.004242232069373131,
0.03632044792175293,
0.0077059012837708,
-0.0026170986238867044,
-0.018572958186268806,
-0.006786633748561144,
-0.014464394189417362,
0.017869435250759125,
0.03427554666996002,
0.014952168799936771,
0.00817960500717163,
0.019811155274510384,
0.06491154432296753,
-0.045738253742456436,
-0.03690202906727791,
-0.038177747279405594,
0.0772935226559639,
-0.053505126386880875,
-0.000358795776264742,
-0.005464014131575823,
-0.04382467642426491,
-0.02470766194164753,
0.040597859770059586,
0.012700901366770267,
0.03213684260845184,
0.038271550089120865,
-0.06757554411888123,
0.013789013959467411,
0.011603408493101597,
-0.02832845039665699,
0.034294307231903076,
-0.032906025648117065,
0.011941098608076572,
-0.028347210958600044,
-0.006889816839247942,
-0.023169295862317085,
0.01921081729233265,
-0.014201746322214603,
0.034650757908821106,
-0.09230197221040726,
0.018413493409752846,
-0.01376087311655283,
-0.004561161622405052,
-0.006922647822648287,
-0.035269856452941895,
-0.006148774642497301,
-0.09462828189134598,
0.0020460737869143486,
0.0790945366024971,
-0.06183481588959694,
-0.013648309744894505,
0.07166534662246704,
0.07387910038232803,
0.012738422490656376,
-0.03637672960758209,
0.014398732222616673,
0.020223887637257576,
-0.003369866171851754,
-0.0018443978624418378,
0.007757492829114199,
-0.002527985954657197,
0.03185543417930603,
-0.012972929514944553,
-0.029078872874379158,
-0.006369211245328188,
-0.027277858927845955,
-0.07151526212692261,
-0.011293859221041203,
0.006819464731961489,
-0.005543746519833803,
0.02395723946392536,
-0.04934028163552284,
0.027146534994244576,
0.014154844917356968,
0.006326999980956316,
0.027596788480877876,
-0.030954929068684578,
0.05339256301522255,
0.00728378864005208,
-0.012879126705229282,
-0.04495031014084816,
0.01246639434248209,
-0.012813464738428593,
0.11714095622301102,
0.021724732592701912,
0.002696831012144685,
-0.05928337946534157,
-0.011246957816183567,
0.00756050692871213,
0.011190676130354404,
0.002767183119431138,
-0.025589408352971077,
0.00987743679434061,
0.01405166182667017,
0.005637549329549074,
0.009624169208109379,
-0.02877870388329029,
0.05950850620865822,
-0.049753013998270035,
-0.07226568460464478,
0.04637611284852028,
0.046676281839609146,
-0.03213684260845184,
-0.06236011162400246,
-0.04431245103478432,
-0.024820225313305855,
0.03382529318332672,
-0.04472518339753151,
0.0011185985058546066,
-0.006917957682162523,
0.010937408544123173,
-0.001041211187839508,
-0.03493216633796692,
-0.0018983344780281186,
0.02448253519833088,
0.011959859170019627,
0.02667752094566822,
0.08419740945100784,
0.01130323950201273,
-0.014304929412901402,
0.05425554886460304,
-0.028703661635518074,
-0.03399413824081421,
-0.017963238060474396,
0.026020901277661324,
0.012569577433168888,
-0.0018490880029276013,
0.034875884652137756,
0.0019862744957208633,
0.025476844981312752,
0.015871435403823853,
0.06464889645576477,
0.017100252211093903,
0.006045591551810503,
-0.06318557262420654,
-0.025326760485768318,
-0.002309894422069192,
0.036845747381448746,
0.01801951974630356,
0.00879870355129242,
0.07035210728645325,
-0.038759324699640274,
-0.04967797175049782,
0.03320619463920593,
0.024407492950558662,
0.011125014163553715,
0.005994000006467104,
-0.00490588741376996,
0.030804844573140144,
-0.01578701287508011,
-0.03660185635089874,
-0.06922647356987,
0.013376281596720219,
0.0056656901724636555,
0.00889250636100769,
-0.08187109977006912,
0.009699211455881596,
0.014802084304392338,
-0.022906647995114326,
-0.015871435403823853,
0.01952974684536457,
0.014398732222616673,
-0.06858861446380615,
-0.05620664730668068,
0.03185543417930603,
-0.008465703576803207,
0.021837295964360237,
0.06281036138534546,
0.04018512740731239,
-0.003102528164163232,
0.029679210856556892,
-0.01939842291176319,
0.00019170950690750033,
-0.02131200022995472,
-0.024013521149754524,
-0.013676450587809086,
0.006017450708895922,
-0.019773634150624275,
-0.03864676132798195,
-0.029923098161816597,
-0.011003070510923862,
-0.021349521353840828,
0.031161295250058174,
-0.008273407816886902,
0.04652619734406471,
0.07661814242601395,
-0.009112942963838577,
0.029379041865468025,
0.027634309604763985,
-0.04307425394654274,
-0.03191171586513519,
0.029322760179638863,
0.013648309744894505,
0.006153464782983065,
-0.03450067341327667,
0.020449014380574226,
0.006284788716584444,
-0.016152843832969666,
-0.03078608401119709,
-0.005839225370436907,
-0.08202118426561356,
0.003958478569984436,
-0.02215622551739216,
0.02376963384449482,
0.06337317824363708,
-0.026246028020977974,
-0.03845915570855141,
0.004223471507430077,
0.032906025648117065,
-0.016968928277492523,
-0.019032591953873634,
-0.047164056450128555,
0.005778253544121981,
-0.009314619936048985,
0.047876957803964615,
0.012391352094709873,
-0.015890195965766907,
-0.002240714617073536,
-0.03543870151042938,
0.02243763394653797,
-0.03510101139545441,
-0.03480084240436554,
0.03153650462627411,
-0.04708901420235634,
0.0077903238125145435,
-0.08157093077898026,
0.061684731394052505,
0.05766997113823891,
-0.025401802733540535,
-0.0696767270565033,
-0.058157745748758316,
0.026827605441212654,
-0.013554506935179234,
-0.05215436592698097,
-0.013948478735983372,
0.04652619734406471,
-0.008648619055747986,
-0.06900134682655334,
-0.005318619776517153,
-0.005951788742095232,
-0.0006431355723179877,
0.070614755153656,
-0.07879436761140823,
0.019998760893940926,
-0.008592337369918823,
0.004394661635160446,
-0.006852295715361834,
0.006599028129130602,
0.009577267803251743,
-0.034425631165504456,
-0.01992371864616871,
-0.01788819581270218,
-0.007096183020621538,
0.07673070579767227,
-0.004174225032329559,
0.06134704127907753,
-0.026396112516522408,
0.02729661948978901,
0.03288726508617401,
0.03714591637253761,
-0.05087864771485329,
-0.014642619527876377,
-0.007307239342480898,
-0.012897887267172337,
0.04089802876114845,
0.012672760523855686,
0.03624540567398071,
0.027934478595852852,
-0.06202242150902748,
-0.034238025546073914,
-0.02238135226070881,
-0.09005070477724075,
-0.009244267828762531,
-0.04596338048577309,
0.012269408442080021,
-0.05290478840470314,
-0.048589859157800674,
-0.011256338097155094,
-0.03024202771484852,
0.08389724045991898,
-0.08112067729234695,
0.013085492886602879,
0.09537870436906815,
-0.00291492254473269,
-0.0040264856070280075,
-0.02819712646305561,
0.0035105703864246607,
-0.00076507922494784,
-0.06648743152618408,
-0.00211408082395792,
0.043186817318201065,
-0.0020273132249712944,
0.010515295900404453,
0.03435058891773224,
-0.045588169246912,
-0.028609858825802803,
-0.028028281405568123,
0.022456394508481026,
0.05264214053750038,
-0.03369396924972534,
-0.03450067341327667,
-0.01827278733253479,
0.004798014182597399,
0.0021938132122159004
] |
8,937 | sentencepiece | DecodeIds | null | def DecodeIds(self, input, out_type=str, **kwargs):
return self.Decode(input=input, out_type=out_type, **kwargs)
| (self, input, out_type=<class 'str'>, **kwargs) | [
-0.02471298910677433,
-0.021147022023797035,
-0.032375674694776535,
-0.026653539389371872,
-0.029240939766168594,
0.019140128046274185,
-0.026189133524894714,
0.0345318429172039,
0.018261075019836426,
-0.018642550334334373,
-0.014554126188158989,
0.047701045870780945,
-0.012381373904645443,
0.01572343148291111,
0.09168685227632523,
0.0075175585225224495,
-0.03327131271362305,
0.03682069480419159,
-0.014371681027114391,
-0.022755853831768036,
-0.044483382254838943,
0.07589707523584366,
0.012887243181467056,
-0.00947054848074913,
-0.013650194741785526,
0.014313630759716034,
0.030302437022328377,
-0.07112033665180206,
-0.05751989781856537,
-0.03219322860240936,
0.005800918210297823,
0.054600778967142105,
-0.02190997265279293,
0.011087673716247082,
0.003313033375889063,
-0.05383782833814621,
-0.02456371672451496,
0.08445540070533752,
-0.002419468015432358,
0.0035949936136603355,
-0.004996501840651035,
-0.05125042796134949,
0.021047506481409073,
0.017299093306064606,
-0.023933451622724533,
0.016677120700478554,
-0.0802757516503334,
-0.08943116664886475,
-0.02953948639333248,
0.020035766065120697,
0.008284656330943108,
-0.022324619814753532,
0.020798716694116592,
0.007720735855400562,
0.023568563163280487,
0.014305338263511658,
-0.0046813697554171085,
0.013218961656093597,
0.044649239629507065,
0.017216162756085396,
-0.036223601549863815,
0.021329466253519058,
0.00589628703892231,
0.031496621668338776,
-0.005552129819989204,
0.03388499096035957,
0.0057967714965343475,
-0.020566515624523163,
-0.061036109924316406,
0.05141628533601761,
0.019040612503886223,
-0.05483298376202583,
-0.02005235105752945,
0.041995495557785034,
0.11590225994586945,
0.001501023885793984,
0.06952808797359467,
0.0057801855728030205,
0.018824994564056396,
0.04952549561858177,
0.03748413175344467,
0.012041362933814526,
0.00413403520360589,
-0.00768341775983572,
0.011941847391426563,
0.0003174644662067294,
0.045445363968610764,
-0.00951201282441616,
-0.06511624157428741,
-0.02552569843828678,
0.02552569843828678,
-0.014703399501740932,
-0.018111800774931908,
0.06644310802221298,
-0.07868350297212601,
-0.026603782549500465,
0.004461606964468956,
0.011062794364988804,
-0.026504267007112503,
-0.0007914583547972143,
-0.004847228992730379,
-0.01773032546043396,
-0.0666089728474617,
-0.054766640067100525,
0.004851375240832567,
-0.03473087400197983,
-0.010498873889446259,
0.006451914552599192,
-0.02590717375278473,
-0.002154093701392412,
0.012588697485625744,
0.032209817320108414,
0.0216611847281456,
-0.03361961618065834,
-0.029489727690815926,
0.026703298091888428,
0.023170500993728638,
-0.027466248720884323,
-0.027864310890436172,
0.005137482192367315,
-0.08591495454311371,
0.013932155445218086,
-0.03335424140095711,
-0.0021115923300385475,
-0.016942495480179787,
0.00037033201078884304,
-0.02456371672451496,
-0.0008946019224822521,
0.03874465823173523,
0.01508487481623888,
0.02993754670023918,
-0.008160262368619442,
-0.04186280816793442,
0.05659108608961105,
0.0007624330464750528,
0.03824708238244057,
-0.03041853941977024,
-0.010954986326396465,
0.0018939023138955235,
0.04365408420562744,
0.043355539441108704,
0.05466712266206741,
0.09838755428791046,
0.023120742291212082,
-0.04743567109107971,
-0.0035556021612137556,
0.08127090334892273,
0.00007269288471434265,
-0.031081974506378174,
-0.014131185598671436,
-0.03340400010347366,
-0.04053593799471855,
-0.0313141755759716,
0.06786949932575226,
0.012630161829292774,
-0.0045528290793299675,
-0.01726592145860195,
0.014595591463148594,
-0.02230803482234478,
-0.0224738921970129,
0.03391816467046738,
0.006526551209390163,
0.026106204837560654,
0.007749761454761028,
0.014147771522402763,
0.016295645385980606,
0.07231452316045761,
0.02822919934988022,
0.04421800747513771,
-0.02705160155892372,
0.0156570877879858,
0.04086765646934509,
0.02245730720460415,
-0.030617568641901016,
-0.02006893791258335,
-0.03980615735054016,
0.02534325420856476,
-0.016386868432164192,
0.0076751247979700565,
0.05751989781856537,
0.01320237573236227,
0.009072486311197281,
-0.015499522909522057,
-0.010573511011898518,
0.04935963451862335,
0.02006893791258335,
0.0037608526181429625,
0.0689973384141922,
0.07204914838075638,
-0.05552959069609642,
-0.015773190185427666,
-0.00009744215640239418,
-0.017630809918045998,
0.010092519223690033,
-0.009006143547594547,
-0.02927411161363125,
-0.057254523038864136,
0.029672173783183098,
-0.031662482768297195,
-0.027151117101311684,
0.024331513792276382,
0.035427480936050415,
-0.003476819023489952,
0.007782933302223682,
-0.0497245267033577,
-0.006825097370892763,
0.01651955582201481,
-0.009238345548510551,
0.022258276119828224,
-0.0713857114315033,
-0.00377121870405972,
0.008765647187829018,
0.08637936413288116,
-0.03496307507157326,
0.030833186581730843,
0.017945943400263786,
-0.0313141755759716,
-0.011593542993068695,
0.05360562726855278,
0.010200328193604946,
0.020798716694116592,
0.02118019387125969,
-0.00898126419633627,
-0.018360590562224388,
-0.005232851020991802,
-0.02278902567923069,
-0.024646645411849022,
0.03274056315422058,
0.024115897715091705,
0.03738461807370186,
-0.0032653489615768194,
0.006182393990457058,
0.021147022023797035,
0.02398321032524109,
-0.016171252354979515,
0.053870998322963715,
0.021843628957867622,
-0.07178377360105515,
-0.03081659972667694,
0.014479489997029305,
-0.021163607016205788,
0.03947443887591362,
0.03536113724112511,
-0.003097416600212455,
-0.02822919934988022,
0.08571592718362808,
-0.0010666806483641267,
0.03025268018245697,
-0.02640475146472454,
0.017680568620562553,
0.024912020191550255,
-0.023950038477778435,
0.00007282246224349365,
0.0569891482591629,
0.043455056846141815,
0.0010811933316290379,
-0.04869619756937027,
-0.06299324333667755,
0.015831241384148598,
0.023651491850614548,
-0.004627465736120939,
0.006505819037556648,
0.005800918210297823,
-0.0018441446591168642,
-0.007621220778673887,
-0.04587659612298012,
0.0016316378023475409,
-0.0025003242772072554,
-0.0272838044911623,
-0.040635451674461365,
-0.027001842856407166,
0.022805610671639442,
-0.013733124360442162,
-0.018476691097021103,
0.021130435168743134,
0.021163607016205788,
0.04859668388962746,
-0.020267968997359276,
-0.020185038447380066,
0.007451215293258429,
0.027648692950606346,
0.014462904073297977,
-0.00966957863420248,
0.00930468924343586,
0.05907897278666496,
-0.01748153753578663,
0.000065112610172946,
0.03907637670636177,
-0.024729575961828232,
-0.045047301799058914,
0.01227356493473053,
-0.010565217584371567,
-0.053074877709150314,
0.029804861173033714,
-0.04083448275923729,
0.07078861445188522,
0.012580404058098793,
0.0005799881764687598,
0.006489233113825321,
0.0011309509864076972,
-0.10522094368934631,
0.024613473564386368,
0.052842672914266586,
-0.018426934257149696,
-0.05101822689175606,
-0.016005393117666245,
-0.027549177408218384,
-0.04153108969330788,
-0.040801312774419785,
0.046009283512830734,
0.012638455256819725,
0.038313426077365875,
-0.053472939878702164,
-0.011767695657908916,
-0.1163666695356369,
0.004142328165471554,
0.013865811750292778,
0.06146734207868576,
0.052510954439640045,
0.03725193068385124,
-0.004486485850065947,
-0.0730443000793457,
0.006708995904773474,
-0.006638505961745977,
0.018476691097021103,
0.02695208601653576,
0.004465753212571144,
0.02189338579773903,
0.033669374883174896,
-0.033005937933921814,
-0.027814552187919617,
-0.03867831453680992,
-0.029406799003481865,
-0.0617658868432045,
0.05407002940773964,
-0.06077073514461517,
0.014346802607178688,
-0.03821391239762306,
0.022855369374155998,
0.020649444311857224,
-0.016171252354979515,
-0.03536113724112511,
0.0008624667534604669,
0.05261047184467316,
-0.005543836858123541,
0.03113173320889473,
-0.011303289793431759,
0.03403426334261894,
0.006232151761651039,
0.08093918859958649,
0.030070234090089798,
-0.03016974963247776,
0.022838782519102097,
0.04100034385919571,
0.009868609718978405,
-0.012041362933814526,
0.02977168932557106,
-0.009404204785823822,
-0.032690808176994324,
0.0025853270199149847,
0.018012287095189095,
-0.04060228168964386,
0.03920906409621239,
-0.04438386484980583,
0.00011020552483387291,
-0.042393557727336884,
-0.026769641786813736,
-0.023485632613301277,
0.05088553950190544,
0.0232534296810627,
-0.04597611352801323,
0.06680800020694733,
-0.05811699107289314,
-0.009205173701047897,
-0.029672173783183098,
0.015167804434895515,
-0.02118019387125969,
0.043455056846141815,
-0.038645144551992416,
0.026272064074873924,
-0.08213337510824203,
-0.026769641786813736,
-0.04683857783675194,
0.03698655590415001,
0.03224298730492592,
0.05048747733235359,
0.0033918162807822227,
-0.010299842804670334,
-0.017879599705338478,
0.04050276428461075,
0.00008279991743620485,
-0.00545676052570343,
0.02544276975095272,
-0.06601187586784363,
0.009503720328211784,
-0.05874725431203842,
-0.009769094176590443,
0.02360173501074314,
0.04398580268025398,
-0.02159484103322029,
-0.031081974506378174,
0.01304480992257595,
0.016627363860607147,
0.058448709547519684,
-0.005286755505949259,
-0.006493379361927509,
0.024928607046604156,
0.020632857456803322,
-0.035825543105602264,
-0.072181835770607,
-0.0064477683044970036,
0.002293000463396311,
0.016005393117666245,
-0.06733874976634979,
0.016403453424572945,
0.0024588594678789377,
-0.029406799003481865,
0.019239643588662148,
-0.019538188353180885,
-0.0009179258486256003,
0.0035949936136603355,
0.03891051933169365,
0.05247778445482254,
-0.011560371145606041,
-0.005431882105767727,
-0.009412497282028198,
-0.001921891001984477,
0.08969654142856598,
-0.021395809948444366,
0.008939799852669239,
-0.003532796399667859,
0.008417343720793724,
-0.0012864437885582447,
-0.09407521784305573,
0.025807658210396767,
0.06966077536344528,
0.014570712111890316,
0.007807811722159386,
-0.0009925623890012503,
0.01877523772418499,
0.019770391285419464,
0.044815100729465485,
0.003269495442509651,
0.018410347402095795,
0.06554747372865677,
-0.026039861142635345,
-0.04819862172007561,
0.06747143715620041,
-0.01207453478127718,
0.0008572836522944272,
0.03652215003967285,
0.026587195694446564,
0.026736469939351082,
-0.0657465010881424,
0.04766787216067314,
-0.0049508907832205296,
0.017514709383249283,
0.07629513740539551,
0.009536892175674438,
-0.023236844688653946,
-0.0022432429250329733,
-0.007289502769708633,
0.03216005861759186,
0.006024827715009451,
0.012845778837800026,
0.05148262903094292,
-0.054766640067100525,
-0.024928607046604156,
0.0033026670571416616,
0.024132482707500458,
-0.04760152846574783,
0.03232591599225998,
0.0385124571621418,
0.018144972622394562,
0.013774588704109192,
0.0037214611656963825,
0.028428230434656143,
-0.023568563163280487,
-0.039109550416469574,
-0.02935704030096531,
0.0810055285692215,
-0.08014306426048279,
-0.02720087394118309,
-0.006323373876512051,
-0.04862985387444496,
-0.0056848167441785336,
0.05410320311784744,
-0.02366807870566845,
-0.03327131271362305,
0.037749506533145905,
-0.03522844985127449,
0.022805610671639442,
0.00244849338196218,
-0.014570712111890316,
0.050023071467876434,
-0.045047301799058914,
0.026703298091888428,
-0.06886465102434158,
-0.029639001935720444,
-0.01331847719848156,
0.02590717375278473,
0.006708995904773474,
0.030700499191880226,
-0.09500402957201004,
0.004486485850065947,
0.037351444363594055,
0.006315080914646387,
-0.021064091473817825,
-0.040403250604867935,
0.004635758697986603,
-0.09347812831401825,
0.008491979911923409,
0.08730816841125488,
-0.04750201478600502,
-0.017531294375658035,
0.07390676438808441,
0.04853034019470215,
-0.007409750483930111,
-0.047933246940374374,
0.0449146144092083,
-0.0015321223763749003,
0.020267968997359276,
-0.04179646447300911,
0.005436028353869915,
0.018509862944483757,
0.02671988308429718,
-0.03947443887591362,
-0.013534093275666237,
-0.007285356055945158,
-0.008657839149236679,
-0.08193434029817581,
-0.010764248669147491,
-0.03148003667593002,
0.0034001092426478863,
0.00425013666972518,
0.01708347536623478,
0.007173401303589344,
0.03104880265891552,
0.021080678328871727,
0.02630523592233658,
-0.014413146302103996,
0.08929847925901413,
-0.003636458422988653,
0.011867210268974304,
0.012613575905561447,
0.02705160155892372,
-0.03519527614116669,
0.08093918859958649,
0.02968875877559185,
0.03352010250091553,
-0.03274056315422058,
-0.0033213263377547264,
0.02720087394118309,
0.0017892038449645042,
0.046241484582424164,
-0.04886205866932869,
0.007073885761201382,
0.006879001390188932,
-0.05785161629319191,
0.012339908629655838,
-0.02477933280169964,
0.04033690690994263,
-0.046108800917863846,
-0.04043642058968544,
-0.026935499161481857,
0.04942597821354866,
0.022838782519102097,
-0.07443751394748688,
-0.06939540058374405,
-0.01115401741117239,
0.03794853761792183,
-0.04285796359181404,
0.004594293888658285,
0.0020182966254651546,
-0.031662482768297195,
-0.021229950711131096,
-0.022274862974882126,
-0.05742038041353226,
0.06332496553659439,
0.0313141755759716,
-0.005141628906130791,
0.08710914105176926,
-0.015565866604447365,
-0.008533445186913013,
0.036953382194042206,
-0.02743307687342167,
0.008334414102137089,
-0.029804861173033714,
0.003254982642829418,
-0.0010500947246327996,
-0.0024402004200965166,
-0.020898232236504555,
-0.020350897684693336,
0.04743567109107971,
-0.016386868432164192,
0.022921713069081306,
0.01147744245827198,
0.02929069846868515,
-0.03572602570056915,
-0.03625677525997162,
0.032143473625183105,
0.02705160155892372,
0.0164532121270895,
0.03179516643285751,
0.08080650120973587,
-0.010473995469510555,
-0.028660433366894722,
-0.00008344780508195981,
-0.017597638070583344,
0.017382021993398666,
-0.020732372999191284,
0.005469200201332569,
0.02030114084482193,
0.0164532121270895,
-0.011162309907376766,
-0.04471558332443237,
0.01716640591621399,
-0.01102962251752615,
-0.039607126265764236,
-0.011104259639978409,
-0.0025397157296538353,
-0.01691761612892151,
-0.0002594138204585761,
-0.0050628455355763435,
0.03161272406578064,
0.03073367103934288,
-0.057486724108457565,
0.0284779891371727,
0.06242932379245758,
0.014977066777646542,
0.006211419124156237,
0.04428435117006302,
0.013907276093959808,
-0.006310934666544199,
0.056193023920059204,
0.0016772489761933684,
-0.018559621647000313,
-0.008599788881838322,
-0.02743307687342167,
-0.012746263295412064,
-0.0075631700456142426,
0.000760359806008637,
-0.04050276428461075,
-0.029804861173033714,
0.00695778476074338,
-0.03081659972667694,
0.014819500967860222,
-0.011344755068421364,
0.008214166387915611,
0.026504267007112503,
-0.010283257812261581,
0.02277243882417679,
0.04663954675197601,
-0.031496621668338776,
-0.0016896884189918637,
0.008114650845527649,
-0.006725581828504801,
-0.0034871853422373533,
-0.016303937882184982,
0.0003177236358169466,
0.012928708456456661,
0.025326667353510857,
-0.06146734207868576,
-0.014686813578009605,
-0.04581025242805481,
-0.011892089620232582,
0.007355845998972654,
0.012256979010999203,
0.011941847391426563,
0.0054277353920042515,
0.0045362431555986404,
-0.02373442053794861,
0.032292746007442474,
-0.008483687415719032,
-0.03572602570056915,
-0.06219712272286415,
-0.01448778249323368,
-0.011875503696501255,
0.09540209174156189,
0.042393557727336884,
-0.058282848447561264,
-0.03056781180202961,
0.016071736812591553,
0.028030170127749443,
0.013542386703193188,
-0.02743307687342167,
0.007032420951873064,
-0.059908267110586166,
-0.027681864798069,
-0.045445363968610764,
0.06432011723518372,
0.018758650869131088,
-0.022274862974882126,
-0.09593284130096436,
-0.049459151923656464,
0.05450126528739929,
0.02076554484665394,
-0.03134734928607941,
-0.024281756952404976,
0.04083448275923729,
-0.014330216683447361,
-0.06485086679458618,
0.02871019020676613,
-0.03708606958389282,
-0.01255552563816309,
0.04743567109107971,
-0.014819500967860222,
0.006286055780947208,
-0.010457409545779228,
0.00946225505322218,
-0.03997201472520828,
-0.03423329442739487,
-0.0009744215640239418,
-0.034863561391830444,
0.06587918847799301,
-0.02977168932557106,
-0.05314122140407562,
0.04985721409320831,
0.006534844171255827,
0.06627725064754486,
0.01487755123525858,
-0.00019669839821290225,
0.029622415080666542,
0.038645144551992416,
-0.11265142261981964,
-0.04189598187804222,
-0.00643947534263134,
0.01649467647075653,
0.013816053979098797,
0.008848576806485653,
-0.009818851947784424,
0.004386970307677984,
-0.06723923236131668,
-0.0014927309239283204,
-0.04053593799471855,
-0.02985461801290512,
-0.044417038559913635,
-0.037749506533145905,
-0.0011402805102989078,
-0.08060746639966965,
-0.0401378758251667,
0.03957395628094673,
-0.020400656387209892,
0.11132455617189407,
-0.0689973384141922,
0.005970923695713282,
0.07662685215473175,
0.012240393087267876,
-0.019836734980344772,
-0.03708606958389282,
-0.0018441446591168642,
0.022507064044475555,
-0.06163319945335388,
-0.015856118872761726,
0.025376426056027412,
0.001702127861790359,
0.03416695073246956,
0.06315910071134567,
-0.04259258881211281,
-0.006107757333666086,
-0.03352010250091553,
0.030202921479940414,
0.0625620111823082,
-0.06057170405983925,
-0.046904921531677246,
0.028262371197342873,
0.007936352863907814,
-0.038479287177324295
] |
8,938 | sentencepiece | DecodeIdsAsImmutableProto | null | def DecodeIdsAsImmutableProto(self, input, out_type='immutable_proto', **kwargs):
return self.Decode(input=input, out_type=out_type, **kwargs)
| (self, input, out_type='immutable_proto', **kwargs) | [
0.007461286149919033,
-0.00527637405321002,
-0.054476577788591385,
-0.02685394510626793,
-0.0520368292927742,
-0.03032975271344185,
0.007724477909505367,
-0.007699412293732166,
-0.018331535160541534,
0.006767795886844397,
0.003523849183693528,
0.0037369094789028168,
-0.029276983812451363,
0.06460320949554443,
0.04428310692310333,
0.022626161575317383,
0.0022851754911243916,
0.01254966575652361,
0.002782316179946065,
0.007699412293732166,
0.005740093532949686,
0.04561995714902878,
0.008025269024074078,
0.013460393995046616,
-0.019183777272701263,
-0.00665499921888113,
0.0036011359188705683,
-0.020604178309440613,
-0.04645548760890961,
-0.01906680315732956,
0.015540864318609238,
0.013335064053535461,
-0.009299452416598797,
0.039169661700725555,
-0.0317835733294487,
-0.04491811245679855,
-0.016635408625006676,
0.11791004240512848,
-0.027856582775712013,
-0.01705317385494709,
0.009274386800825596,
-0.033103711903095245,
0.01648501306772232,
-0.02864198014140129,
0.025784466415643692,
-0.008814845234155655,
-0.016576921567320824,
0.006120259873569012,
-0.03823386877775192,
-0.006132792681455612,
0.027706187218427658,
0.010193469934165478,
0.022392213344573975,
0.04511863738298416,
-0.005919732619076967,
0.020169703289866447,
0.03616175428032875,
0.03128225728869438,
0.061160821467638016,
0.03298673778772354,
-0.047291018068790436,
0.006333319935947657,
0.0025045021902769804,
-0.03291989490389824,
0.01731218956410885,
-0.003095639869570732,
-0.009182478301227093,
-0.05614763870835304,
-0.07419509440660477,
0.029310405254364014,
-0.013936646282672882,
-0.014671913348138332,
0.001559308497235179,
0.023612087592482567,
0.056816063821315765,
-0.022325370460748672,
0.07987669855356216,
-0.013401906937360764,
-0.0008846177370287478,
0.018916407600045204,
0.0036867777816951275,
-0.007248225621879101,
0.002172378823161125,
-0.008259217254817486,
-0.032234761863946915,
-0.008004380390048027,
0.08636041730642319,
-0.008998662233352661,
-0.05120129883289337,
-0.055947113782167435,
0.018615616485476494,
0.011329791508615017,
-0.03439043089747429,
0.03876860812306404,
-0.0691819116473198,
-0.03128225728869438,
-0.020370230078697205,
0.018080877140164375,
-0.04859444499015808,
0.03492517024278641,
-0.05090050771832466,
-0.012474467977881432,
-0.08228302747011185,
-0.02255931869149208,
-0.03218463063240051,
-0.01171413529664278,
0.02057075686752796,
0.001409957418218255,
-0.05029892548918724,
-0.05066655948758125,
-0.011430054903030396,
0.0953841432929039,
-0.01644323766231537,
-0.016100669279694557,
0.03736491873860359,
0.06677558273077011,
0.016568567603826523,
-0.04194362461566925,
0.010469195432960987,
0.016827581450343132,
-0.08415462076663971,
0.05474394932389259,
-0.028474874794483185,
0.0029995539225637913,
-0.0288926400244236,
0.01764640025794506,
0.00048643533955328166,
-0.022726425901055336,
0.05457684397697449,
-0.009976232424378395,
-0.02133944444358349,
-0.023929588496685028,
-0.039771243929862976,
0.10059785097837448,
0.051568932831287384,
0.03522596135735512,
0.00810882169753313,
-0.013251511380076408,
-0.0376322865486145,
0.0520368292927742,
0.01823127269744873,
0.03870176523923874,
0.10734894126653671,
0.04448363557457924,
-0.0051176236011087894,
-0.032518841326236725,
0.037765972316265106,
0.012499534524977207,
-0.03733149543404579,
0.006826282944530249,
-0.0012794059002771974,
-0.024614723399281502,
-0.04471758380532265,
0.0840209349989891,
0.014471385627985,
0.023912878707051277,
-0.028725532814860344,
-0.018097586929798126,
0.005702494643628597,
-0.03325410932302475,
-0.02113891765475273,
0.04652233049273491,
0.061461612582206726,
0.022659583017230034,
0.013059339486062527,
0.00037128879921510816,
0.08843253552913666,
-0.023879457265138626,
-0.0008219529991038144,
0.010836828500032425,
-0.0028011156246066093,
0.05253814905881882,
0.033421214669942856,
-0.05280551686882973,
-0.02514946274459362,
-0.01707824133336544,
-0.0015582641353830695,
-0.016835937276482582,
0.0034966946113854647,
0.024146826937794685,
0.005489434581249952,
0.005376637913286686,
-0.003780774772167206,
-0.015231718309223652,
0.03953729569911957,
0.03442385047674179,
-0.025650782510638237,
0.07767090201377869,
0.0490957647562027,
-0.030864492058753967,
-0.012633219361305237,
0.013393551111221313,
0.012666639871895313,
0.019885621964931488,
-0.014972703531384468,
-0.024999069049954414,
-0.08809831738471985,
0.030496858060359955,
-0.0462549589574337,
-0.01819785125553608,
0.032201338559389114,
0.014688624069094658,
-0.0024460151325911283,
0.004117075819522142,
-0.07773774117231369,
0.012073413468897343,
0.010627945885062218,
-0.021205760538578033,
0.05166919529438019,
-0.06520479172468185,
-0.05628132447600365,
0.031031597405672073,
0.04538600891828537,
-0.09003674983978271,
0.0026423647068440914,
-0.032535552978515625,
-0.008706226013600826,
-0.010343865491449833,
0.059456340968608856,
0.028257636353373528,
0.05618106201291084,
-0.0017974346410483122,
-0.03201752156019211,
0.020136281847953796,
-0.010226891376078129,
0.02396300993859768,
-0.017846928909420967,
0.031649891287088394,
0.00019386915664654225,
0.011672358959913254,
0.004163030069321394,
0.026402758434414864,
0.014354411512613297,
-0.039470452815294266,
-0.023879457265138626,
0.06964980810880661,
0.002195355948060751,
-0.055713165551424026,
-0.03206765651702881,
0.08756358176469803,
-0.034524112939834595,
0.06239740550518036,
0.07780458778142929,
0.04424968734383583,
-0.010134982876479626,
0.0490957647562027,
0.013569013215601444,
-0.0012919388245791197,
-0.022642873227596283,
0.05290578305721283,
0.0022642873227596283,
-0.04705706983804703,
-0.05313973128795624,
0.0521370954811573,
0.0635003075003624,
0.012207098305225372,
-0.05080024525523186,
-0.059757132083177567,
-0.009483269415795803,
0.014696978963911533,
-0.0007425775984302163,
-0.01071985438466072,
0.015148165635764599,
-0.02835790067911148,
0.010536037385463715,
-0.05257156863808632,
-0.005957331508398056,
0.007294179871678352,
-0.013092760927975178,
-0.01082847360521555,
-0.015766458585858345,
0.03937019035220146,
0.024180248379707336,
-0.009616954252123833,
0.015841655433177948,
-0.051368407905101776,
0.03382226824760437,
0.004967228043824434,
0.03699728474020958,
-0.016585277393460274,
0.011973150074481964,
-0.00855165347456932,
0.014103752560913563,
0.01624271087348461,
0.044049158692359924,
0.0015342426486313343,
-0.007841452024877071,
0.057952385395765305,
-0.007143784314393997,
-0.03327081725001335,
0.04414942488074303,
-0.009591888636350632,
-0.03910281881690025,
0.0011822754750028253,
-0.035760700702667236,
0.06700953096151352,
0.027522370219230652,
0.055612899363040924,
-0.002287264447659254,
0.0635003075003624,
-0.08281777054071426,
0.02028667740523815,
0.03435700759291649,
0.0009723484399728477,
-0.00571085000410676,
-0.03432358801364899,
-0.04130861908197403,
-0.010469195432960987,
-0.01824798248708248,
0.06898138672113419,
0.04942997545003891,
0.031700022518634796,
-0.058219753205776215,
0.0013901136117056012,
-0.049296289682388306,
0.003131150035187602,
0.03990492969751358,
0.035426486283540726,
0.08214934170246124,
0.012265585362911224,
-0.0375320240855217,
-0.055412374436855316,
-0.02312747947871685,
0.002101358724758029,
-0.07486352324485779,
-0.03091462329030037,
0.030864492058753967,
0.015148165635764599,
0.031081728637218475,
-0.05698316916823387,
-0.03061383217573166,
-0.03445727005600929,
-0.029310405254364014,
-0.03260239586234093,
0.018014034256339073,
-0.031917259097099304,
0.0007796542486175895,
-0.06380109488964081,
0.05698316916823387,
0.002128513529896736,
0.009107280522584915,
-0.014270858839154243,
0.0023729063104838133,
-0.0041463193483650684,
-0.018448511138558388,
0.015992050990462303,
-0.023561956360936165,
0.04515206068754196,
-0.015557575039565563,
0.04572021961212158,
0.030580410733819008,
0.0015697526978328824,
0.005731738172471523,
0.03001224994659424,
0.005836179479956627,
-0.010912026278674603,
0.04418284446001053,
-0.0274722371250391,
-0.034691222012043,
0.019016670063138008,
0.008163131773471832,
-0.05604737624526024,
0.04368152841925621,
-0.07847300916910172,
-0.015791524201631546,
-0.04227783530950546,
-0.02424709126353264,
-0.05461026355624199,
0.05327341705560684,
-0.025934861972928047,
-0.042912837117910385,
0.02341156080365181,
-0.07118718326091766,
-0.026185521855950356,
-0.03723123297095299,
0.06045897677540779,
-0.07706931978464127,
0.050432611256837845,
-0.04157599061727524,
-0.018699169158935547,
-0.029260272160172462,
-0.06971665471792221,
-0.024380775168538094,
0.037732549011707306,
0.026753682643175125,
0.05842028185725212,
0.05404210463166237,
-0.0028366255573928356,
-0.0044408440589904785,
0.035092275589704514,
0.04511863738298416,
-0.011179395951330662,
0.027823161333799362,
-0.045853905379772186,
-0.00767016876488924,
-0.012984141707420349,
-0.01360243372619152,
0.03004567138850689,
0.039503876119852066,
-0.05828659608960152,
0.024079984053969383,
0.04368152841925621,
0.014630136080086231,
0.007523950655013323,
-0.008647738955914974,
0.03853465989232063,
0.019852200523018837,
0.04107467085123062,
-0.030246198177337646,
-0.03238515555858612,
0.02252589911222458,
0.04134204238653183,
0.0029828434344381094,
-0.03639570251107216,
0.051301565021276474,
-0.01126294955611229,
0.016911134123802185,
-0.047291018068790436,
-0.00527637405321002,
0.0032460354268550873,
0.03011251427233219,
0.022141553461551666,
0.06223030015826225,
-0.024180248379707336,
0.02050391398370266,
-0.02661999687552452,
-0.03151620551943779,
0.07673510909080505,
-0.015950273722410202,
0.049630504101514816,
0.030463436618447304,
-0.0018110120436176658,
0.012808680534362793,
-0.05427605286240578,
0.0376322865486145,
0.012307361699640751,
0.05267183482646942,
0.005113445688039064,
-0.017746664583683014,
0.07673510909080505,
0.03305358067154884,
0.03923650458455086,
0.03276950120925903,
-0.010502616874873638,
0.05170261859893799,
0.01198150496929884,
-0.03723123297095299,
0.07920827716588974,
0.028725532814860344,
0.009341229684650898,
0.06537189334630966,
0.04575364291667938,
0.05788554251194,
-0.05547921732068062,
-0.00022480988991446793,
-0.026519732549786568,
0.010886960662901402,
0.03317055478692055,
-0.003642912255600095,
-0.039437033236026764,
0.024380775168538094,
-0.03866834565997124,
0.007636747322976589,
0.036897022277116776,
0.039704401046037674,
0.018882986158132553,
-0.008564186282455921,
-0.045218903571367264,
-0.012975786812603474,
0.018582195043563843,
-0.00909892562776804,
-0.0036094910465180874,
0.056548696011304855,
-0.016977977007627487,
-0.017496004700660706,
-0.01198986079543829,
0.02894277125597,
-0.020470494404435158,
-0.05928923562169075,
-0.03499200940132141,
0.059690289199352264,
-0.037732549011707306,
-0.034824904054403305,
0.012248874641954899,
-0.03415648266673088,
-0.018080877140164375,
0.0003112350532319397,
0.005819468759000301,
0.023328008130192757,
0.05056629702448845,
-0.07412825524806976,
0.02685394510626793,
-0.007966781966388226,
-0.043480999767780304,
0.04705706983804703,
-0.03679675608873367,
0.041241779923439026,
-0.032251473516225815,
0.03037988394498825,
-0.06213003769516945,
-0.012106834910809994,
0.014939283020794392,
0.008008558303117752,
-0.05875449627637863,
-0.027806449681520462,
0.019885621964931488,
-0.0002497452369425446,
-0.0231776125729084,
-0.0032460354268550873,
0.012892233207821846,
-0.0665416345000267,
-0.004520219285041094,
0.05751790851354599,
-0.0053933486342430115,
-0.007636747322976589,
0.033337660133838654,
0.03733149543404579,
0.00009014589159050956,
-0.016100669279694557,
-0.01935088261961937,
0.0038831273559480906,
0.011179395951330662,
-0.014630136080086231,
-0.009224255569279194,
-0.003300344804301858,
-0.008075401186943054,
-0.03360503166913986,
-0.034290164709091187,
-0.001937385997734964,
-0.03589438274502754,
-0.03360503166913986,
-0.03001224994659424,
0.02745552733540535,
-0.0011175218969583511,
0.0041797407902777195,
-0.026402758434414864,
0.05440973490476608,
0.014855729416012764,
-0.05120129883289337,
0.009642019867897034,
-0.020704442635178566,
0.06700953096151352,
0.012758548371493816,
-0.017579559236764908,
-0.03863492235541344,
0.043781790882349014,
-0.0069265468046069145,
0.08990306407213211,
0.013259866274893284,
0.024113405495882034,
-0.0404062494635582,
0.00664246641099453,
0.01300920732319355,
-0.021824052557349205,
-0.0173456110060215,
-0.06573952734470367,
0.011730846017599106,
-0.005610586144030094,
-0.003770330687984824,
-0.00736937765032053,
-0.027823161333799362,
0.035760700702667236,
0.02309405989944935,
-0.040339406579732895,
-0.006813750136643648,
0.08261723816394806,
0.005435124970972538,
-0.018699169158935547,
-0.05845370516180992,
0.004942161962389946,
0.04973076656460762,
-0.011923017911612988,
0.03285305202007294,
0.017211925238370895,
0.010009653866291046,
-0.03495858982205391,
-0.0064294058829545975,
-0.023612087592482567,
0.055378951132297516,
0.0695829689502716,
-0.004591239150613546,
0.06413531303405762,
0.0014820219948887825,
-0.01258308719843626,
0.025567227974534035,
0.01114597450941801,
-0.0025337457191199064,
-0.019768647849559784,
0.015565930865705013,
0.03009580262005329,
-0.0029744880739599466,
0.01816442981362343,
0.0173957422375679,
0.03230160474777222,
-0.019183777272701263,
0.005309795495122671,
0.022626161575317383,
0.0031436828430742025,
-0.022091422230005264,
-0.00622052326798439,
0.03876860812306404,
0.056515272706747055,
-0.005715027451515198,
0.013894869945943356,
0.04017230123281479,
-0.021289313212037086,
-0.03275278955698013,
0.019484568387269974,
0.030129224061965942,
0.017830217257142067,
-0.034524112939834595,
0.016267776489257812,
-0.045853905379772186,
-0.030229488387703896,
-0.00048304098891094327,
-0.08996991068124771,
-0.01676909439265728,
0.02976159192621708,
-0.06035871431231499,
-0.05661553516983986,
-0.010201825760304928,
0.008998662233352661,
-0.00913234706968069,
-0.00231650797650218,
-0.029310405254364014,
0.007022632751613855,
-0.08281777054071426,
0.001181230996735394,
0.025032488629221916,
0.011797688901424408,
0.022676294669508934,
0.04511863738298416,
-0.05170261859893799,
-0.002705029444769025,
0.07880721986293793,
-0.023010505363345146,
-0.018364956602454185,
-0.0075991484336555,
-0.03903597965836525,
0.044951532036066055,
-0.021456418558955193,
-0.040305983275175095,
-0.011797688901424408,
-0.011638937518000603,
-0.020704442635178566,
0.006500426214188337,
0.009809126146137714,
-0.010644656606018543,
-0.008484810590744019,
-0.0074738189578056335,
-0.019751938059926033,
0.0010083806701004505,
0.057417646050453186,
-0.035393066704273224,
0.013426972553133965,
0.016835937276482582,
-0.013986778445541859,
-0.00031645712442696095,
-0.0018548773368820548,
-0.024748409166932106,
0.028541717678308487,
-0.009374650195240974,
-0.06674216687679291,
-0.009633664973080158,
0.003822551341727376,
-0.0046539041213691235,
-0.009566822089254856,
0.020938390865921974,
0.025316569954156876,
-0.009433137252926826,
-0.026736970990896225,
0.0020856927148997784,
0.004528574645519257,
-0.00249196938239038,
-0.010586169548332691,
-0.07065244764089584,
-0.023628799244761467,
0.025333279743790627,
0.06393478065729141,
0.020403651520609856,
0.01460507046431303,
-0.00004539932342595421,
-0.015966985374689102,
-0.0029744880739599466,
0.004520219285041094,
-0.03552675247192383,
0.03129896521568298,
-0.02922685258090496,
-0.013828027062118053,
-0.07432878017425537,
0.09090570360422134,
0.049864452332258224,
-0.02516617439687252,
-0.04876155033707619,
0.018097586929798126,
0.028157372027635574,
-0.020036017522215843,
-0.04849418252706528,
-0.040038615465164185,
0.0375654436647892,
-0.023060638457536697,
-0.035760700702667236,
0.015398824587464333,
-0.018916407600045204,
-0.01401184406131506,
0.08181513100862503,
-0.05377473309636116,
0.027823161333799362,
-0.042946260422468185,
-0.019751938059926033,
-0.019868912175297737,
0.0055061448365449905,
-0.025049200281500816,
-0.015256783924996853,
0.05019866302609444,
-0.028758954256772995,
-0.018030745908617973,
0.0030935511458665133,
-0.03863492235541344,
0.06042555347084999,
-0.03412305936217308,
0.005188643466681242,
0.016627054661512375,
0.003544737584888935,
-0.081013023853302,
-0.02773960866034031,
-0.049630504101514816,
-0.003509227419272065,
-0.005414236802607775,
-0.018398378044366837,
0.027990266680717468,
-0.000049283236876362935,
-0.048962078988552094,
0.003530115820467472,
0.014529872685670853,
-0.04017230123281479,
-0.06236398592591286,
-0.029995540156960487,
-0.02083812654018402,
-0.06323293596506119,
-0.03387239947915077,
0.02374577336013317,
-0.01762969046831131,
0.10574471950531006,
-0.1242600753903389,
0.004240316338837147,
0.03823386877775192,
-0.009182478301227093,
0.008246684446930885,
-0.02807381935417652,
0.009575177915394306,
0.008681160397827625,
-0.06099371612071991,
-0.01764640025794506,
0.07098665833473206,
-0.005134333856403828,
0.0217237900942564,
0.06463662534952164,
-0.030396593734622,
-0.021289313212037086,
-0.028240926563739777,
0.04251178354024887,
0.09043780714273453,
-0.056214481592178345,
-0.04267888888716698,
-0.015223363414406776,
-0.041509147733449936,
-0.041809938848018646
] |
8,939 | sentencepiece | DecodeIdsAsSerializedProto | null | def DecodeIdsAsSerializedProto(self, input, out_type='serialized_proto', **kwargs):
return self.Decode(input=input, out_type=out_type, **kwargs)
| (self, input, out_type='serialized_proto', **kwargs) | [
-0.020846402272582054,
-0.002645824570208788,
-0.07866694033145905,
-0.016801828518509865,
-0.050658274441957474,
-0.004223629366606474,
-0.006387054454535246,
0.04833264276385307,
-0.0074361152946949005,
-0.009159271605312824,
0.0037665083073079586,
-0.002435169881209731,
-0.04866969212889671,
-0.00863684806972742,
0.06346608698368073,
0.02362704649567604,
-0.006901052314788103,
-0.0005071514751762152,
-0.014273971319198608,
-0.001455624820664525,
-0.0012618224136531353,
0.07442013919353485,
0.006475529633462429,
0.020121749490499496,
0.008291373960673809,
-0.0006851548096165061,
0.028194041922688484,
-0.05022010952234268,
-0.05675883591175079,
0.003654861357063055,
0.012091587297618389,
0.042805060744285583,
-0.01172926090657711,
0.03987274691462517,
-0.004609127528965473,
-0.020425092428922653,
-0.0031787813641130924,
0.12733663618564606,
-0.0480630062520504,
-0.01700405776500702,
0.004444817081093788,
-0.04927637800574303,
-0.01342292595654726,
0.0032061664387583733,
0.031176915392279625,
0.009386778809130192,
-0.05493877828121185,
-0.003781254170462489,
-0.011956768110394478,
0.01676812395453453,
0.012892075814306736,
-0.029761314392089844,
0.010364217683672905,
0.04253542423248291,
-0.015015476383268833,
0.0054306816309690475,
0.03105894848704338,
0.013743121176958084,
0.03879419341683388,
0.04796189069747925,
-0.029761314392089844,
0.006639840081334114,
0.0066314139403402805,
0.027233457192778587,
-0.018352249637246132,
-0.01718100719153881,
-0.00702323205769062,
-0.06417388468980789,
-0.09646306186914444,
0.036300040781497955,
0.007718393113464117,
-0.04617553949356079,
-0.01363358087837696,
0.021368825808167458,
0.08190260082483292,
0.01523455698043108,
0.09005915373563766,
-0.014796394854784012,
-0.017526481300592422,
0.037446003407239914,
0.043142110109329224,
-0.03127802908420563,
-0.0031556093599647284,
-0.011366934515535831,
-0.004120408557355404,
-0.013532466255128384,
0.10064245015382767,
-0.007322361692786217,
-0.06467945873737335,
-0.04283876717090607,
0.00489140534773469,
0.006509234197437763,
-0.031834159046411514,
0.05564657971262932,
-0.07954326272010803,
-0.07900398969650269,
-0.010465332306921482,
0.015664292499423027,
-0.0717911645770073,
0.024587631225585938,
-0.03774934634566307,
-0.03137914463877678,
-0.09572155773639679,
-0.038356032222509384,
0.009883924387395382,
-0.0315476655960083,
0.009032879024744034,
0.00008103627624223009,
-0.04267024248838425,
-0.014164431020617485,
0.04260283336043358,
0.07637501507997513,
0.01490593608468771,
-0.02839627116918564,
0.03237343579530716,
0.04600701481103897,
0.01502390205860138,
-0.01144277025014162,
0.0060457936488091946,
-0.0015546326758340001,
-0.08587975800037384,
0.05517471209168434,
-0.026727885007858276,
0.009075010195374489,
-0.07691428810358047,
-0.008485176600515842,
0.022160887718200684,
-0.0043352763168513775,
0.029862428084015846,
0.009032879024744034,
0.03228917345404625,
-0.02030712552368641,
-0.04600701481103897,
0.046209242194890976,
0.04560255631804466,
0.026070641353726387,
0.007326574996113777,
-0.005076781380921602,
-0.030654489994049072,
0.024250583723187447,
0.06916218996047974,
0.055039893835783005,
0.08736277371644974,
0.015647441148757935,
-0.021587906405329704,
-0.002157105365768075,
0.06720731407403946,
-0.018048904836177826,
-0.02799181453883648,
-0.027873847633600235,
-0.021419383585453033,
-0.043883614242076874,
-0.04647888243198395,
0.04550144448876381,
0.014956492930650711,
-0.013700990006327629,
-0.05005158856511116,
-0.008881207555532455,
-0.021537350490689278,
-0.04833264276385307,
0.01300161611288786,
0.053556885570287704,
0.03970422223210335,
-0.020677877590060234,
0.004265760071575642,
0.011712408624589443,
0.07125189155340195,
0.02197551168501377,
0.0043057845905423164,
-0.005658188834786415,
-0.006134268827736378,
0.0554780550301075,
0.022750722244381905,
-0.020357683300971985,
-0.014156004413962364,
-0.0398053377866745,
0.0347159169614315,
-0.018048904836177826,
-0.006370202172547579,
0.05655660852789879,
0.013970628380775452,
-0.005043076816946268,
0.037446003407239914,
-0.020121749490499496,
0.0383223257958889,
0.013245975598692894,
0.018267987295985222,
0.06639840453863144,
0.06548837572336197,
-0.05177053064107895,
-0.01313643530011177,
0.011257394216954708,
0.005283222999423742,
0.024874122813344002,
-0.02270016446709633,
-0.007865851745009422,
-0.05952262878417969,
0.01875670626759529,
-0.037614528089761734,
-0.03137914463877678,
0.031176915392279625,
0.008270308375358582,
-0.0076257046312093735,
-0.03254195675253868,
-0.08473379909992218,
0.016287831589579582,
0.028429975733160973,
-0.023930389434099197,
0.06208419054746628,
-0.05871371552348137,
-0.02452022209763527,
-0.007065362762659788,
0.0692296028137207,
-0.05244462564587593,
0.01594235748052597,
-0.00829980056732893,
-0.005670827813446522,
-0.023761864751577377,
0.06474687159061432,
0.020627321675419807,
0.03105894848704338,
0.01193991582840681,
-0.04317581281065941,
-0.003595877904444933,
-0.035154078155756,
0.011375361122190952,
-0.009985039010643959,
0.027637913823127747,
0.012765682302415371,
-0.004280506167560816,
0.023509079590439796,
0.0232899971306324,
0.014189708977937698,
-0.00720439525321126,
-0.05301760882139206,
0.08244187384843826,
-0.0013429245445877314,
-0.05584880709648132,
-0.026458246633410454,
0.04253542423248291,
-0.005009371787309647,
0.03700784221291542,
0.04368138685822487,
-0.009428909979760647,
-0.006290153134614229,
0.07145411521196365,
0.030182624235749245,
-0.0066735451109707355,
0.0030186837539076805,
0.06548837572336197,
0.03156451880931854,
-0.028025519102811813,
-0.009310943074524403,
0.025952674448490143,
0.028210895135998726,
-0.000532166741322726,
-0.0474226139485836,
-0.06707249581813812,
-0.0049925195053219795,
0.04263653606176376,
-0.041018709540367126,
-0.006441824603825808,
0.0066314139403402805,
-0.01568957231938839,
0.01916116289794445,
-0.03963681310415268,
-0.002542603760957718,
0.005957318469882011,
-0.012462339363992214,
-0.011358508840203285,
0.003595877904444933,
0.009546876884996891,
0.011493327096104622,
-0.0074487547390162945,
0.017113598063588142,
-0.040344614535570145,
0.01899264007806778,
0.0004044572706334293,
0.040580544620752335,
0.02030712552368641,
0.044726233929395676,
0.01263928972184658,
0.008413554169237614,
-0.018099462613463402,
0.06258976459503174,
-0.000937940611038357,
0.0068926261737942696,
0.037108954042196274,
-0.032659925520420074,
-0.054466914385557175,
0.03589558228850365,
-0.02519431710243225,
-0.04054684191942215,
0.011333229951560497,
-0.05257944390177727,
0.0489056259393692,
0.03196897730231285,
0.006483955774456263,
0.013170139864087105,
0.037783049046993256,
-0.06929701566696167,
0.012664568610489368,
0.0624549426138401,
-0.009007600136101246,
-0.03929976373910904,
-0.005026224069297314,
-0.03030059114098549,
-0.025329137220978737,
-0.043546564877033234,
0.02635713294148445,
0.007794228848069906,
0.04583849012851715,
-0.048029299825429916,
-0.005991023499518633,
-0.07859952747821808,
0.04924267157912254,
0.050422340631484985,
0.011956768110394478,
0.0533546544611454,
0.024975236505270004,
-0.03872678428888321,
-0.039771631360054016,
0.008611569181084633,
-0.0063828411512076855,
-0.03127802908420563,
-0.015377802774310112,
-0.008881207555532455,
0.02296980284154415,
0.021250858902931213,
-0.06043265759944916,
-0.003562173107638955,
-0.04799559712409973,
-0.016043471172451973,
-0.04206355661153793,
0.019801553338766098,
-0.02972760982811451,
0.03417664021253586,
-0.035356305539608,
0.02544710412621498,
0.018470214679837227,
0.006353349424898624,
-0.053152427077293396,
0.0031492896378040314,
0.03805268928408623,
-0.03808639198541641,
0.021250858902931213,
-0.02337425947189331,
0.03395755961537361,
-0.011282673105597496,
0.09107029438018799,
0.01424869243055582,
-0.0018484961474314332,
0.0034041821490973234,
0.08041958510875702,
-0.007806867826730013,
-0.02492467872798443,
0.04236689954996109,
-0.021099187433719635,
-0.010954051278531551,
0.019178016111254692,
-0.015976062044501305,
-0.02113289199769497,
0.04320951923727989,
-0.034227196127176285,
-0.00047292010276578367,
-0.0368393175303936,
-0.003193527227267623,
-0.04344545304775238,
0.04270394518971443,
-0.0047860778868198395,
-0.06144380196928978,
0.04260283336043358,
-0.07017333805561066,
-0.013802104629576206,
-0.03508666902780533,
0.039940156042575836,
-0.037378594279289246,
0.0658591240644455,
-0.025379693135619164,
-0.028446828946471214,
-0.03660338371992111,
-0.05605103820562363,
-0.030182624235749245,
0.025649331510066986,
0.03144655376672745,
0.07212821394205093,
0.01865559257566929,
-0.012310667894780636,
0.00801330991089344,
0.01586652174592018,
0.01774556189775467,
0.0051399776712059975,
0.020020635798573494,
-0.059017058461904526,
0.000009940275049302727,
-0.039670515805482864,
-0.00481135630980134,
0.018150020390748978,
0.05436579883098602,
-0.046613700687885284,
0.006770446430891752,
-0.0060036624781787395,
0.0033220266923308372,
0.05210758000612259,
-0.013262827880680561,
-0.012150570750236511,
0.019043195992708206,
0.012908928096294403,
-0.02559877559542656,
-0.0347159169614315,
-0.011409065686166286,
0.039940156042575836,
0.015841243788599968,
-0.03805268928408623,
0.02055991068482399,
0.04597330838441849,
-0.026390837505459785,
0.019683586433529854,
-0.009471041150391102,
0.006458676885813475,
-0.0005556021351367235,
0.057668864727020264,
0.06144380196928978,
-0.026036936789751053,
0.016869239509105682,
-0.01749277673661709,
-0.02172272652387619,
0.07044297456741333,
-0.006201677955687046,
0.033738479018211365,
0.03121061995625496,
-0.01740851439535618,
0.02907036617398262,
-0.0946430042386055,
0.02809292823076248,
0.057668864727020264,
0.03338457643985748,
-0.010625429451465607,
-0.016725992783904076,
0.04105241224169731,
0.03228917345404625,
0.05301760882139206,
-0.01279938779771328,
0.0013260721461847425,
0.06218530610203743,
0.007170690223574638,
-0.050085291266441345,
0.07988031208515167,
0.006559791509062052,
0.00431842403486371,
0.04159168899059296,
0.0030587080400437117,
0.07003851979970932,
-0.06451093405485153,
0.00449958723038435,
-0.0213856790214777,
0.048197824507951736,
0.04775966331362724,
0.005055715795606375,
-0.06053377315402031,
0.02485726960003376,
-0.013970628380775452,
0.01964988186955452,
0.006728315260261297,
0.007718393113464117,
0.04708556830883026,
-0.031092653051018715,
-0.013903218321502209,
0.009235107339918613,
0.010355791077017784,
-0.01544521190226078,
0.0419287383556366,
0.02296980284154415,
0.005257944576442242,
0.01473741140216589,
0.012689846567809582,
0.04196244105696678,
-0.03304753080010414,
-0.05756775289773941,
-0.030873572453856468,
0.07489200681447983,
-0.07725133746862411,
-0.028884990140795708,
-0.0008199739386327565,
-0.005978384055197239,
-0.006130055524408817,
0.02453707531094551,
0.015664292499423027,
0.011274246498942375,
0.049512311816215515,
-0.035962991416454315,
0.04566996544599533,
-0.0012112652184441686,
-0.013507187366485596,
0.05574769526720047,
-0.03328346461057663,
0.04792818799614906,
-0.033906999975442886,
0.009294090792536736,
-0.033148642629384995,
0.007356066722422838,
0.0058393520303070545,
0.012807813473045826,
-0.09498004615306854,
-0.030991539359092712,
0.021031778305768967,
0.007423476316034794,
-0.007950113154947758,
-0.026323426514863968,
0.038187507539987564,
-0.07839730381965637,
0.0014577314723283052,
0.05436579883098602,
-0.004465882200747728,
-0.01659960113465786,
0.05689365789294243,
0.04792818799614906,
0.009530024603009224,
-0.040108680725097656,
0.0034463130868971348,
0.011240541934967041,
0.04401843249797821,
-0.03383959084749222,
0.007861638441681862,
-0.005856204312294722,
0.0019201188115403056,
-0.07543127983808517,
-0.037783049046993256,
0.008990747854113579,
-0.010970903560519218,
-0.007120133377611637,
0.002841733628883958,
-0.0120157515630126,
-0.01700405776500702,
0.032744187861680984,
-0.015251409262418747,
0.022413674741983414,
0.026609918102622032,
0.005295862443745136,
-0.023896683007478714,
-0.009647991508245468,
0.07839730381965637,
0.01727369613945484,
-0.01123211532831192,
0.0008183940080925822,
0.06440982222557068,
-0.015007049776613712,
0.11398953944444656,
0.011206837370991707,
0.0122264064848423,
0.004533291794359684,
0.0015799112152308226,
0.01718100719153881,
-0.0368393175303936,
0.002213982166722417,
-0.08769981563091278,
-0.01840280555188656,
0.006277513690292835,
-0.02543025091290474,
-0.0023677602875977755,
-0.015015476383268833,
0.070712611079216,
-0.014964918605983257,
-0.028042370453476906,
-0.02047565020620823,
0.06252235174179077,
0.019346538931131363,
-0.04186132922768593,
-0.08035217970609665,
0.00028043423662893474,
0.042973585426807404,
-0.018436510115861893,
-0.004714454989880323,
0.01916116289794445,
0.0068504950031638145,
-0.024419108405709267,
-0.006256448570638895,
-0.026660475879907608,
0.040681660175323486,
0.051399778574705124,
-0.009277238510549068,
0.06127527728676796,
-0.005687680561095476,
-0.0023719733580946922,
0.04475993663072586,
0.011948341503739357,
0.0021887037437409163,
-0.031834159046411514,
0.013448203913867474,
0.04597330838441849,
-0.011897784657776356,
0.033148642629384995,
-0.0008089145412668586,
0.03252510726451874,
0.0033051741775125265,
0.003937138710170984,
0.024334846064448357,
0.03046911396086216,
-0.03586187958717346,
-0.029424266889691353,
0.017290547490119934,
0.05153459683060646,
0.025733593851327896,
0.03252510726451874,
0.070712611079216,
-0.039839040488004684,
-0.06599394232034683,
0.009605860337615013,
0.02212718315422535,
0.02261590212583542,
-0.03528889641165733,
0.01052431482821703,
-0.001082765869796276,
-0.022160887718200684,
-0.003987696021795273,
-0.06323015689849854,
0.0036106237675994635,
-0.017526481300592422,
-0.027233457192778587,
-0.05119755119085312,
0.016911368817090988,
0.004103556275367737,
0.013035320676863194,
0.011038312688469887,
0.0015061820158734918,
0.0039034339133650064,
-0.07340899854898453,
0.00005141294241184369,
0.035154078155756,
-0.004307891242206097,
0.004533291794359684,
0.02559877559542656,
-0.004432177636772394,
-0.009369926527142525,
0.05450061708688736,
-0.05055715888738632,
-0.033317167311906815,
-0.025531364604830742,
-0.04684963449835777,
-0.029356857761740685,
-0.006302792578935623,
-0.0206441730260849,
-0.026609918102622032,
-0.028514238074421883,
-0.02873331867158413,
0.0016641732072457671,
0.015554752200841904,
-0.011004608124494553,
0.029508529230952263,
0.018150020390748978,
-0.007423476316034794,
0.005059929098933935,
0.0383223257958889,
-0.03956940397620201,
0.0024183173663914204,
0.03097468614578247,
0.007971178740262985,
0.0062185307033360004,
-0.0004845061048399657,
-0.012032603845000267,
0.010229398496448994,
0.0037960000336170197,
-0.06346608698368073,
-0.01193991582840681,
-0.04998417943716049,
-0.0009226681431755424,
-0.03842344135046005,
0.02195865847170353,
0.03690672665834427,
-0.02296980284154415,
-0.03582817316055298,
0.015133443288505077,
-0.008615782484412193,
-0.009799662977457047,
-0.04223208129405975,
-0.06144380196928978,
-0.04475993663072586,
-0.02468874678015709,
0.049512311816215515,
0.011982046999037266,
-0.017610743641853333,
-0.012908928096294403,
0.006740954704582691,
0.019683586433529854,
-0.013389221392571926,
-0.020290272310376167,
0.024739302694797516,
-0.0315476655960083,
-0.029120923951268196,
-0.06188196316361427,
0.06269087642431259,
0.03882789984345436,
-0.020627321675419807,
-0.07468977570533752,
-0.003895007772371173,
0.04432177543640137,
0.016464781016111374,
-0.05952262878417969,
-0.03468221053481102,
0.020745286718010902,
-0.03434516489505768,
-0.06663433462381363,
0.01949821040034294,
-0.018638739362359047,
0.00319984694942832,
0.06002819910645485,
-0.018706148490309715,
-0.017897233366966248,
-0.003897114424034953,
0.016127733513712883,
-0.04176021367311478,
-0.039603106677532196,
-0.00018247975094709545,
-0.03196897730231285,
0.04122093692421913,
0.0060289413668215275,
-0.0304859671741724,
0.036873020231723785,
-0.017644448205828667,
0.070712611079216,
-0.024806711822748184,
0.01939709670841694,
0.031918421387672424,
0.0116449985653162,
-0.08250928670167923,
-0.05996078997850418,
-0.0010543274693191051,
-0.002588947769254446,
0.004221522714942694,
0.0043352763168513775,
0.015015476383268833,
-0.018099462613463402,
-0.07839730381965637,
-0.011383786797523499,
0.007335001137107611,
-0.011687129735946655,
-0.03144655376672745,
-0.03378903493285179,
-0.008754814974963665,
-0.0609719343483448,
-0.04135575518012047,
0.03845714405179024,
-0.020762139931321144,
0.11823634058237076,
-0.0812959149479866,
0.012765682302415371,
0.08170036971569061,
0.00580143416300416,
-0.01181352324783802,
-0.05746663734316826,
-0.0005116279353387654,
0.027031227946281433,
-0.07671206444501877,
-0.03805268928408623,
0.024503368884325027,
-0.0003275682684034109,
0.005022011231631041,
0.064140185713768,
-0.03849085047841072,
-0.02849738486111164,
-0.05301760882139206,
0.044456593692302704,
0.06552207469940186,
-0.0783298909664154,
-0.04095130041241646,
0.0035769189707934856,
-0.01981840655207634,
-0.04566996544599533
] |
8,940 | sentencepiece | DecodePieces | null | def DecodePieces(self, input, out_type=str, **kwargs):
return self.Decode(input=input, out_type=out_type, **kwargs)
| (self, input, out_type=<class 'str'>, **kwargs) | [
0.00315345567651093,
0.017582904547452927,
-0.08336091786623001,
-0.03759218379855156,
-0.025609882548451424,
0.004077887628227472,
-0.04423978552222252,
0.04836129769682884,
0.030977820977568626,
-0.026507308706641197,
0.035863809287548065,
0.07963826507329941,
-0.03749246895313263,
0.046466730535030365,
0.09273403882980347,
0.03328786417841911,
-0.007565801031887531,
-0.017466571182012558,
-0.0027483676094561815,
0.006173959467560053,
-0.02441331557929516,
0.04184664785861969,
0.038821991533041,
0.026125071570277214,
0.0019007984083145857,
-0.007952192798256874,
0.05354642868041992,
-0.026623642072081566,
-0.09299994260072708,
-0.04782949015498161,
-0.007391301449388266,
0.06168973818421364,
-0.03945351392030716,
0.034102194011211395,
0.012680299580097198,
0.004470511805266142,
0.0076987529173493385,
0.05431090295314789,
-0.012705227360129356,
0.03114401176571846,
-0.025809312239289284,
-0.03922084718942642,
-0.017798952758312225,
0.014849078841507435,
-0.01992618478834629,
0.006286137737333775,
-0.06584449112415314,
-0.012181729078292847,
-0.016444502398371696,
0.0004437793104443699,
0.033670101314783096,
-0.06973333656787872,
0.014317271299660206,
0.013170559890568256,
0.05716937035322189,
-0.0009545539505779743,
0.005509199574589729,
0.049458153545856476,
0.06388344615697861,
0.027687259018421173,
-0.0191949475556612,
0.03616295009851456,
0.03476695343852043,
-0.012281442992389202,
-0.02813597209751606,
0.04144779220223427,
0.04463864117860794,
-0.015605243854224682,
-0.03320476785302162,
0.05347995087504387,
0.01992618478834629,
-0.009813521057367325,
-0.019909566268324852,
0.02097318135201931,
0.0840921550989151,
0.004458047449588776,
0.07611503452062607,
-0.0018312063766643405,
0.033670101314783096,
0.03902141749858856,
0.019244804978370667,
0.03333771973848343,
-0.048427775502204895,
-0.02708897367119789,
-0.03792456537485123,
-0.02316688932478428,
0.044472452253103256,
-0.04596816003322601,
-0.03662828356027603,
0.0406833179295063,
-0.011957372538745403,
-0.030761774629354477,
-0.04400711879134178,
0.06055964529514313,
-0.06401640176773071,
-0.026540547609329224,
0.0018228968838229775,
-0.008064371533691883,
-0.013502939604222775,
0.004312631208449602,
-0.02190384641289711,
0.024130791425704956,
-0.0508541502058506,
-0.03875551372766495,
0.005559056531637907,
-0.02346603199839592,
-0.006660065148025751,
0.011791182681918144,
-0.041148651391267776,
-0.04616758972406387,
0.021770894527435303,
-0.010328710079193115,
-0.04796244204044342,
-0.00331133627332747,
-0.016552526503801346,
0.004148518666625023,
-0.03892170637845993,
-0.01391010545194149,
-0.050089675933122635,
0.012082015164196491,
-0.03267296031117439,
0.005384556949138641,
-0.014915554784238338,
0.01121782697737217,
-0.02946549281477928,
0.036096472293138504,
-0.01744995266199112,
-0.00579172233119607,
0.020607562735676765,
-0.02782021090388298,
0.00630691135302186,
0.02439669519662857,
-0.06630982458591461,
0.012904656119644642,
-0.0600278377532959,
0.04819510877132416,
-0.03716009110212326,
-0.06451497226953506,
-0.023648841306567192,
0.01090206578373909,
0.0164029560983181,
0.03868903964757919,
0.08302854001522064,
-0.01209863368421793,
-0.030761774629354477,
-0.0099215442314744,
0.0997140184044838,
-0.029349159449338913,
-0.0359635204076767,
0.02044137381017208,
-0.04247817024588585,
0.009447903372347355,
0.0171175729483366,
-0.003167997347190976,
0.05065472051501274,
-0.01324534509330988,
0.006684993859380484,
0.013411534950137138,
-0.006489720661193132,
0.007200182881206274,
0.017300382256507874,
-0.0019246882293373346,
-0.004744725301861763,
0.03559790551662445,
0.027687259018421173,
0.029947442933917046,
0.07039809226989746,
-0.037858087569475174,
0.04523692652583122,
-0.014026438817381859,
0.01681843027472496,
0.05411147326231003,
-0.03606323525309563,
0.02637435682117939,
0.004856903571635485,
-0.024429934099316597,
-0.026091834530234337,
-0.04952462762594223,
0.0244964100420475,
-0.05470975860953331,
-0.032440293580293655,
0.011849349364638329,
-0.03769189864397049,
0.005052176769822836,
0.0191949475556612,
-0.00008147206244757399,
0.024330219253897667,
0.07837522029876709,
0.03822370618581772,
-0.05726908519864082,
-0.010287162847816944,
0.02637435682117939,
0.0064647919498384,
-0.0008278340683318675,
0.02117260918021202,
-0.043541789054870605,
-0.035032857209444046,
0.060160789638757706,
0.005205902736634016,
0.012381156906485558,
-0.022867748513817787,
0.0063650780357420444,
-0.011176279745995998,
0.009855068288743496,
-0.06880266964435577,
0.00938973668962717,
0.007520098704844713,
-0.005542437545955181,
-0.01639464683830738,
-0.029432253912091255,
-0.01225651428103447,
0.03822370618581772,
0.07451961189508438,
-0.0637504979968071,
0.03692742437124252,
-0.022768033668398857,
-0.04028446227312088,
-0.01818118989467621,
0.03350390866398811,
0.006626827176660299,
-0.01680181175470352,
0.0535796657204628,
0.008616953156888485,
0.032756052911281586,
-0.0512862429022789,
0.006294447463005781,
-0.031110772863030434,
0.022917604073882103,
-0.0010947767877951264,
0.002644498832523823,
-0.026424214243888855,
-0.02482878975570202,
-0.003396508749574423,
0.04350854828953743,
0.006041007582098246,
0.04450568929314613,
-0.03164258226752281,
-0.049059297889471054,
-0.05045529082417488,
-0.009348189458251,
0.0004959733923897147,
-0.013677439652383327,
-0.04686558619141579,
-0.010328710079193115,
-0.007025683298707008,
0.06285306811332703,
0.028368636965751648,
0.011184589006006718,
-0.002617493038997054,
0.06175621598958969,
0.05893098562955856,
-0.02895030379295349,
-0.009265094064176083,
0.05939631536602974,
-0.0020410213619470596,
0.0031389142386615276,
-0.03247353062033653,
-0.08562110364437103,
0.03318814933300018,
-0.012173419818282127,
-0.004586844705045223,
-0.050189387053251266,
0.07651388645172119,
0.01911185309290886,
0.032656341791152954,
-0.06355106830596924,
-0.008658500388264656,
-0.026208167895674706,
0.03332110121846199,
-0.02823568508028984,
-0.0075325630605220795,
-0.0054261046461761,
-0.01651098020374775,
-0.00443311920389533,
-0.007171099539846182,
0.02969815768301487,
0.050820909440517426,
0.015970861539244652,
0.05780089274048805,
-0.014807531610131264,
0.03021334670484066,
-0.006672529503703117,
-0.029565205797553062,
-0.01701785810291767,
0.03536523878574371,
-0.018330760300159454,
0.02439669519662857,
0.03892170637845993,
0.05284842848777771,
-0.01836399734020233,
0.010046186856925488,
-0.03092796355485916,
-0.06680838763713837,
0.0015092132380232215,
0.007819240912795067,
0.047098252922296524,
-0.02441331557929516,
-0.010652780532836914,
0.023100413382053375,
-0.020923323929309845,
-0.04912577196955681,
-0.06135735660791397,
0.03145977109670639,
0.01725052483379841,
-0.008155775256454945,
0.014109533280134201,
-0.025360599160194397,
-0.054443854838609695,
-0.061623264104127884,
0.019976042211055756,
0.05999460071325302,
0.029864348471164703,
-0.05843241512775421,
-0.008454917930066586,
-0.07724512368440628,
0.015247935429215431,
0.030362918972969055,
0.05298138037323952,
0.0631854459643364,
0.027022497728466988,
-0.0008055022917687893,
-0.07903997600078583,
-0.009057356975972652,
0.03021334670484066,
0.013369987718760967,
0.034102194011211395,
-0.03769189864397049,
0.003978173714131117,
0.0775110274553299,
-0.05125300586223602,
-0.047596823424100876,
-0.012422704137861729,
-0.02326660417020321,
-0.028501590713858604,
-0.01075249444693327,
-0.06115793064236641,
-0.005746020004153252,
-0.049059297889471054,
0.03579733148217201,
-0.013178869150578976,
0.04776301234960556,
0.008342739194631577,
0.0019890868570655584,
0.028052877634763718,
0.0076987529173493385,
0.013145631179213524,
-0.01818118989467621,
0.017516428604722023,
0.02782021090388298,
0.061623264104127884,
-0.02275141514837742,
-0.06584449112415314,
0.030811632052063942,
0.05670403689146042,
-0.006788862869143486,
-0.003346651792526245,
0.03676123544573784,
-0.04939167574048042,
-0.023515889421105385,
-0.022984080016613007,
0.07451961189508438,
-0.03699389845132828,
0.021853988990187645,
0.008085144683718681,
-0.005604758858680725,
-0.0830950140953064,
-0.009780283086001873,
-0.02770387753844261,
0.058598604053258896,
0.05431090295314789,
-0.00904073752462864,
0.04423978552222252,
-0.05058824270963669,
-0.010810661129653454,
-0.04753034934401512,
0.03516580909490585,
-0.024429934099316597,
0.04859396442770958,
-0.014026438817381859,
-0.010719256475567818,
-0.025809312239289284,
-0.015912694856524467,
-0.1017083004117012,
0.026557166129350662,
0.04234521836042404,
0.02928268350660801,
-0.01355279702693224,
0.025809312239289284,
0.020308421924710274,
0.007923109456896782,
-0.04507073387503624,
0.022601844742894173,
0.03446781262755394,
-0.05876479297876358,
-0.0004437793104443699,
-0.00924016535282135,
-0.017001239582896233,
-0.0035003775265067816,
-0.010710947215557098,
-0.01774909533560276,
-0.008089299313724041,
-0.04330912232398987,
0.006086709909141064,
0.044605404138565063,
-0.03134343773126602,
-0.02876749448478222,
0.030678678303956985,
0.08010359108448029,
0.0014562400756403804,
-0.03975265473127365,
-0.0038950787857174873,
0.019577184692025185,
-0.015397505834698677,
-0.06743991374969482,
-0.027870068326592445,
-0.03292224556207657,
0.03230734169483185,
-0.028285542502999306,
-0.02522764541208744,
0.008110073395073414,
0.01587114855647087,
0.003240705467760563,
0.07385484874248505,
-0.006261209491640329,
-0.020374897867441177,
-0.023083794862031937,
-0.003938703797757626,
0.059130411595106125,
-0.014200937934219837,
0.038356658071279526,
-0.01630324125289917,
-0.022502129897475243,
-0.06265363842248917,
-0.08415862917900085,
0.02044137381017208,
0.04995672404766083,
-0.005210057366639376,
0.004574380349367857,
0.009622402489185333,
0.008616953156888485,
-0.00820978730916977,
0.07425370812416077,
0.03476695343852043,
0.03546495363116264,
0.08043597638607025,
0.013586034998297691,
-0.06238773837685585,
-0.0026403439696878195,
-0.06055964529514313,
-0.01069432869553566,
-0.023299841210246086,
0.020308421924710274,
0.01828090287744999,
-0.036395616829395294,
0.04789596423506737,
-0.015306101180613041,
-0.011284302920103073,
0.0415475070476532,
0.030977820977568626,
0.0012069550575688481,
0.01376053411513567,
-0.0024741541128605604,
0.04257788509130478,
0.03021334670484066,
-0.008421679958701134,
0.04636701941490173,
-0.049059297889471054,
-0.018862567842006683,
-0.00630691135302186,
0.025576645508408546,
-0.04872691631317139,
0.019460853189229965,
0.03676123544573784,
-0.0014770139241591096,
0.05138595774769783,
0.00954761728644371,
0.013735605403780937,
-0.0027109747752547264,
0.007869097404181957,
-0.03262310102581978,
0.0007982314564287663,
-0.07352247089147568,
-0.056438133120536804,
-0.010561375878751278,
-0.05045529082417488,
0.004104893654584885,
0.02283450961112976,
0.0033528837375342846,
0.024529648944735527,
0.021953701972961426,
-0.06827086210250854,
0.03995208442211151,
0.004944153130054474,
-0.018231045454740524,
0.006901041138917208,
0.013054226525127888,
0.013070845976471901,
-0.07013218849897385,
-0.0334540531039238,
-0.0224190354347229,
0.00587066262960434,
0.042311981320381165,
-0.004665785003453493,
-0.11699777841567993,
-0.013868558220565319,
-0.02718868851661682,
0.03385290876030922,
0.02087346836924553,
0.010087735019624233,
0.033470671623945236,
-0.0830950140953064,
0.014184318482875824,
0.09825154393911362,
-0.07990416884422302,
-0.023432793095707893,
0.09825154393911362,
0.05733555927872658,
0.040118273347616196,
-0.06763934344053268,
-0.006506339646875858,
0.02783682942390442,
-0.009954783134162426,
-0.004194220993667841,
0.016245074570178986,
-0.005924674682319164,
0.039619702845811844,
0.004109048284590244,
-0.02981449104845524,
-0.02782021090388298,
-0.040450651198625565,
-0.014250795356929302,
-0.00871666707098484,
0.001152943354099989,
-0.019145091995596886,
0.019643660634756088,
0.011292612180113792,
0.024945123121142387,
0.060991741716861725,
0.01660238392651081,
0.021023038774728775,
-0.005899745970964432,
0.026922784745693207,
0.025875788182020187,
-0.005459342617541552,
-0.04380769282579422,
-0.011475421488285065,
0.022302702069282532,
0.04031769931316376,
0.020308421924710274,
0.03169243782758713,
-0.05158538371324539,
-0.010212377645075321,
0.007665514945983887,
0.033470671623945236,
0.09459536522626877,
0.0038556086365133524,
0.003917929716408253,
-0.0019226109143346548,
-0.027039118111133575,
0.001419886015355587,
0.004478821065276861,
0.04287702590227127,
-0.021438512951135635,
-0.019444232806563377,
-0.026823069900274277,
0.04214579239487648,
-0.00006985174695728347,
-0.03220762684941292,
-0.060692597180604935,
-0.0029997299425303936,
0.10370257496833801,
-0.0035003775265067816,
0.019444232806563377,
0.0009358575916849077,
0.019793232902884483,
-0.0508541502058506,
0.00036899378756061196,
-0.04360826313495636,
0.028268923982977867,
-0.0008241986506618559,
-0.00011944908328587189,
0.06082554906606674,
-0.02823568508028984,
-0.0037891326937824488,
0.027570925652980804,
-0.02428036369383335,
-0.013195488601922989,
-0.0039013109635561705,
0.022668320685625076,
0.016901526600122452,
0.06594420224428177,
-0.02554340660572052,
-0.0049607721157372,
0.024429934099316597,
-0.006136566866189241,
-0.01692645438015461,
-0.028484970331192017,
-0.011857658624649048,
-0.014674579724669456,
-0.04164722189307213,
0.0078441696241498,
0.014292342588305473,
-0.00986337848007679,
0.036495331674814224,
0.06185592710971832,
0.005741865374147892,
-0.011949063278734684,
0.02211989276111126,
0.013827010057866573,
0.022236226126551628,
0.047297682613134384,
-0.02368207834661007,
-0.012331300415098667,
-0.014716126956045628,
-0.03292224556207657,
-0.03174229711294174,
-0.013037608005106449,
-0.038356658071279526,
-0.01651098020374775,
-0.025709597393870354,
0.008122537285089493,
0.018646521493792534,
-0.02710559405386448,
0.04214579239487648,
0.03257324546575546,
-0.001669171149842441,
-0.05680375173687935,
-0.025194408372044563,
0.05550746992230415,
-0.01454162783920765,
0.06178945302963257,
0.06338487565517426,
-0.004628392402082682,
-0.0011010089656338096,
-0.04746387153863907,
-0.002995575312525034,
0.014408675022423267,
-0.015862837433815002,
-0.005675389431416988,
-0.016245074570178986,
0.0015476446133106947,
0.00210230378434062,
0.018978901207447052,
-0.012339609675109386,
-0.007378837093710899,
-0.0719270408153534,
0.05288166552782059,
-0.0164029560983181,
-0.02035827934741974,
0.03084486909210682,
0.011317540891468525,
0.02823568508028984,
0.0448380708694458,
-0.00729158753529191,
-0.010453352704644203,
0.005800032056868076,
0.06105821579694748,
0.030761774629354477,
-0.03848960995674133,
0.019028758630156517,
-0.027354879304766655,
0.02190384641289711,
-0.027870068326592445,
0.017566286027431488,
-0.04098246246576309,
0.0085587864741683,
0.035032857209444046,
0.033154912292957306,
-0.0281525906175375,
-0.01444191299378872,
-0.012239895761013031,
0.004217071924358606,
0.020541086792945862,
-0.06295277923345566,
0.015472291968762875,
-0.06258716434240341,
0.0032365508377552032,
0.015073435381054878,
0.08203139901161194,
0.02524426579475403,
0.016137052327394485,
0.002189553575590253,
-0.032340578734874725,
0.049059297889471054,
0.04955786466598511,
0.039819132536649704,
-0.016843359917402267,
-0.05264900252223015,
-0.04939167574048042,
-0.07790988683700562,
0.04859396442770958,
0.04300997778773308,
-0.020707277581095695,
-0.11593416333198547,
-0.02876749448478222,
0.012630442157387733,
0.006668374873697758,
-0.04610111191868782,
0.041082173585891724,
0.04703177884221077,
0.02835201844573021,
-0.04806215688586235,
-0.0034006633795797825,
-0.022169750183820724,
0.026956021785736084,
0.011624992825090885,
-0.004985700827091932,
-0.008758214302361012,
0.001622430165298283,
0.0008569173514842987,
-0.025078075006604195,
0.026025358587503433,
-0.027039118111133575,
-0.043973881751298904,
0.021305561065673828,
-0.01733361929655075,
-0.08941023796796799,
0.041780173778533936,
-0.02158808521926403,
0.06371725350618362,
-0.011683158576488495,
-0.01620352827012539,
0.042810551822185516,
0.004192143678665161,
-0.06797172129154205,
-0.013785462826490402,
-0.04566901922225952,
-0.01889580674469471,
0.00586235336959362,
0.020291801542043686,
-0.015272863209247589,
0.021438512951135635,
-0.034201908856630325,
0.004620082676410675,
-0.03395262360572815,
-0.06009431555867195,
-0.018297521397471428,
-0.022286083549261093,
0.05298138037323952,
-0.0775110274553299,
-0.0406833179295063,
0.028086114674806595,
-0.006797172129154205,
0.046466730535030365,
-0.039819132536649704,
0.05520832911133766,
0.03333771973848343,
0.017483191564679146,
-0.030578965321183205,
0.0069924453273415565,
0.01407629530876875,
0.002438838593661785,
-0.03606323525309563,
0.03413543105125427,
0.0448380708694458,
-0.003944935742765665,
0.05833270028233528,
0.020707277581095695,
-0.052482809871435165,
-0.04546959325671196,
-0.05726908519864082,
0.050721198320388794,
0.06946743279695511,
-0.012439323589205742,
-0.06886915117502213,
-0.007511789444833994,
0.0005910132895223796,
-0.015638481825590134
] |
8,941 | sentencepiece | DecodePiecesAsImmutableProto | null | def DecodePiecesAsImmutableProto(self, input, out_type='immutable_proto', **kwargs):
return self.Decode(input=input, out_type=out_type, **kwargs)
| (self, input, out_type='immutable_proto', **kwargs) | [
0.02362057752907276,
0.012683880515396595,
-0.08776237070560455,
-0.026862947270274162,
-0.0472075529396534,
-0.03810204192996025,
-0.011549890972673893,
0.021570997312664986,
-0.0049517531879246235,
-0.005716145969927311,
0.026190953329205513,
0.034019678831100464,
-0.05795945227146149,
0.07701047509908676,
0.03786684200167656,
0.046031564474105835,
0.020361408591270447,
-0.022730184718966484,
0.022965382784605026,
0.033028487116098404,
0.022377388551831245,
0.015531453303992748,
0.009685108438134193,
0.030962107703089714,
-0.017505435273051262,
-0.009113914333283901,
0.012499081902205944,
0.0006530938553623855,
-0.056783463805913925,
-0.030390912666916847,
0.014741861261427402,
0.010743498802185059,
-0.017975829541683197,
0.045628368854522705,
-0.011675889603793621,
-0.012667080387473106,
-0.009416311047971249,
0.10053025186061859,
-0.01587584987282753,
-0.008542719297111034,
-0.014422663487493992,
-0.030575711280107498,
-0.003515366930514574,
-0.03786684200167656,
0.04112601280212402,
-0.008110123686492443,
-0.009979105554521084,
0.0666617676615715,
-0.026862947270274162,
-0.02738374099135399,
0.04089081287384033,
-0.013750670477747917,
0.03297808766365051,
0.04818194359540939,
0.021016601473093033,
0.004779554903507233,
0.04425078257918358,
0.05036592483520508,
0.07022333890199661,
0.03931162878870964,
-0.03716124966740608,
0.012331083416938782,
0.012423482723534107,
-0.061823416501283646,
0.011659090407192707,
0.011491091921925545,
0.002282678382471204,
-0.05792585387825966,
-0.03900923207402229,
0.03477567061781883,
-0.01155829057097435,
0.016699042171239853,
-0.002545176073908806,
0.013927068561315536,
0.030911708250641823,
-0.012700679711997509,
0.09219752997159958,
-0.01457386277616024,
0.00013479248445946723,
0.003026071470230818,
-0.0016631842590868473,
0.009953905828297138,
-0.0472075529396534,
-0.014405864290893078,
-0.0700889378786087,
-0.028593329712748528,
0.08030324429273605,
-0.033801279962062836,
-0.023099781945347786,
-0.0076145282946527,
0.0015182857168838382,
0.014716661535203457,
-0.039916422218084335,
0.024174971505999565,
-0.05725385993719101,
-0.02802213653922081,
-0.031180506572127342,
-0.0032276695128530264,
-0.03709404915571213,
0.02585495635867119,
-0.04804754629731178,
0.028408531099557877,
-0.05940423905849457,
0.002282678382471204,
-0.029651720076799393,
0.004231459926813841,
0.021688595414161682,
-0.005287750158458948,
-0.05926984176039696,
-0.06988734006881714,
-0.0207310039550066,
0.06928254663944244,
-0.07385210692882538,
0.0018710823496803641,
0.03998362272977829,
0.05735465884208679,
-0.03062611073255539,
-0.04475477710366249,
-0.00737513042986393,
0.02014300972223282,
-0.05016432702541351,
0.06212581321597099,
-0.005430548917502165,
0.004346958827227354,
-0.026829347014427185,
0.03564926236867905,
0.007064333185553551,
-0.03890843316912651,
0.03890843316912651,
-0.0321044959127903,
-0.03568286448717117,
-0.007467529736459255,
-0.055708274245262146,
0.07996724545955658,
0.009953905828297138,
0.04556116834282875,
0.009685108438134193,
-0.054801084101200104,
-0.05362509563565254,
0.018967021256685257,
0.004712355323135853,
0.030340513214468956,
0.09340711683034897,
0.01717783883213997,
0.004082361701875925,
-0.04982832819223404,
0.05204590782523155,
0.007400330156087875,
-0.03049171157181263,
0.011549890972673893,
0.0093575119972229,
0.0015854850644245744,
-0.023973373696208,
0.02743414044380188,
0.028526131063699722,
0.034305278211832047,
-0.017959030345082283,
-0.016035448759794235,
0.004619956482201815,
-0.017438234761357307,
-0.036186859011650085,
0.03102930635213852,
0.04955953359603882,
0.045762769877910614,
0.028677329421043396,
0.01396906841546297,
0.10550300776958466,
-0.06766976416110992,
0.00017810457211453468,
0.019991811364889145,
-0.0037820644211024046,
0.056917864829301834,
0.010079904459416866,
-0.013414673507213593,
-0.010264703072607517,
-0.0034250677563250065,
-0.035380467772483826,
-0.037262048572301865,
0.014993858523666859,
-0.05866504833102226,
-0.041260410100221634,
0.005863144528120756,
-0.02429257147014141,
-0.013515472412109375,
0.02284778468310833,
0.027904536575078964,
-0.02501496486365795,
0.07627128064632416,
0.030911708250641823,
-0.028761329129338264,
-0.011323093436658382,
0.024258971214294434,
0.03425487503409386,
0.015497853979468346,
-0.002916872501373291,
-0.03827003762125969,
-0.0884343683719635,
0.05859784781932831,
-0.011936287395656109,
0.0192022193223238,
-0.0093575119972229,
-0.0065351384691894054,
-0.002530476078391075,
0.005909344181418419,
-0.07835446298122406,
0.013943868689239025,
0.0014405864058062434,
-0.028526131063699722,
0.04478837922215462,
-0.026778947561979294,
-0.05695146322250366,
0.04552756994962692,
0.02918132394552231,
-0.11390292644500732,
0.0057119461707770824,
-0.05725385993719101,
-0.023368580266833305,
-0.006526738405227661,
0.04784594848752022,
0.02523336187005043,
0.039143629372119904,
0.013985867612063885,
-0.029046926647424698,
0.0410924106836319,
-0.023502977564930916,
0.031902898102998734,
-0.027400542050600052,
0.013859868980944157,
-0.015531453303992748,
-0.031113306060433388,
-0.020159808918833733,
0.0046955556608736515,
-0.004573756828904152,
-0.03328048437833786,
0.010600700043141842,
0.06719936430454254,
-0.019504616037011147,
-0.04196600243449211,
-0.044284380972385406,
0.07640568166971207,
-0.026140553876757622,
0.02231018990278244,
0.03304528817534447,
0.03850523754954338,
0.0035804661456495523,
0.03153330087661743,
0.0353468656539917,
-0.017891831696033478,
0.0002866472932510078,
0.07499448955059052,
0.01879902184009552,
-0.04845074191689491,
-0.07089532911777496,
0.04210040345788002,
0.04925713688135147,
0.007639728020876646,
-0.041898805648088455,
-0.0720377191901207,
0.008173123002052307,
-0.006039543077349663,
0.012356283143162727,
-0.047073155641555786,
0.06793855875730515,
-0.012877078726887703,
0.029298923909664154,
-0.06484738737344742,
-0.007719526998698711,
-0.014095067046582699,
0.03917723149061203,
-0.001144489157013595,
0.018110228702425957,
0.028593329712748528,
0.012667080387473106,
-0.004418358206748962,
0.00840832106769085,
-0.038740433752536774,
0.03428847715258598,
0.03264209255576134,
0.0842680037021637,
-0.02716534398496151,
0.004720755387097597,
-0.02756853960454464,
-0.0096011096611619,
0.00044650828931480646,
0.03264209255576134,
-0.002511576283723116,
-0.004132761154323816,
0.0370604507625103,
0.027719737961888313,
-0.01970621384680271,
0.04421718418598175,
-0.02748453989624977,
-0.03494367003440857,
-0.034876469522714615,
-0.0072281318716704845,
0.06289860606193542,
0.004586356692016125,
0.050937119871377945,
0.02824053354561329,
0.052381906658411026,
-0.03988282382488251,
-0.031247705221176147,
0.005073552019894123,
0.029836518689990044,
0.03971482440829277,
-0.013465072959661484,
-0.03575006127357483,
-0.01324667502194643,
-0.03810204192996025,
0.06192421540617943,
0.08252082020044327,
0.020714204758405685,
-0.05090352147817612,
0.006056342739611864,
-0.024040572345256805,
-0.014397463761270046,
0.057186659425497055,
0.03729564696550369,
0.07156732678413391,
-0.0007733177044428885,
-0.03601885959506035,
-0.06034503132104874,
-0.03900923207402229,
0.01727023720741272,
-0.08809836953878403,
-0.020428607240319252,
0.015455854125320911,
0.003721165005117655,
0.05389389023184776,
-0.059975434094667435,
-0.03947962820529938,
-0.022965382784605026,
-0.03796764090657234,
-0.004286059644073248,
-0.0076145282946527,
-0.019807012751698494,
-0.01601024903357029,
-0.0706937313079834,
0.0649481862783432,
-0.009693508967757225,
0.04089081287384033,
0.020361408591270447,
0.007601928431540728,
-0.017791032791137695,
-0.006228541024029255,
0.008017724379897118,
-0.022142190486192703,
0.04935793578624725,
-0.015027457848191261,
0.03396927937865257,
-0.0029021725058555603,
-0.011533090844750404,
-0.0062789409421384335,
0.04750995337963104,
-0.005703546106815338,
-0.0010463151847943664,
0.03675805404782295,
-0.05685066431760788,
-0.012373083271086216,
0.0025829756632447243,
0.05006352812051773,
-0.05510348081588745,
0.040991611778736115,
-0.038337238132953644,
-0.009332312270998955,
-0.06373859941959381,
-0.03165090084075928,
-0.06619137525558472,
0.05429708957672119,
-0.003513266798108816,
-0.018563825637102127,
0.024998163804411888,
-0.04677075892686844,
-0.02788773737847805,
-0.03931162878870964,
0.056380268186330795,
-0.09139113873243332,
0.05328909680247307,
-0.02649335004389286,
-0.02496456354856491,
0.01000430528074503,
-0.07156732678413391,
-0.04730835184454918,
0.018379027023911476,
0.041495610028505325,
0.055708274245262146,
0.04472117871046066,
0.0170014388859272,
0.02343577891588211,
0.01072669867426157,
0.0015109357191249728,
0.004246159922331572,
0.02303258329629898,
-0.03422127664089203,
-0.02850933186709881,
0.010315102525055408,
-0.015413854271173477,
0.016715841367840767,
0.0033116687554866076,
-0.059975434094667435,
0.046938758343458176,
0.018967021256685257,
0.018227828666567802,
-0.007438129745423794,
-0.04388118535280228,
0.027266142889857292,
0.024208571761846542,
0.07741367071866989,
-0.004968553315848112,
-0.0052079507149755955,
0.03022291511297226,
0.0510043203830719,
-0.009315512143075466,
-0.05338989570736885,
0.0360860601067543,
-0.0349772684276104,
0.07029053568840027,
-0.06474658846855164,
-0.00007212119817268103,
0.00602694321423769,
0.03732924908399582,
0.002965172054246068,
0.06474658846855164,
-0.011600290425121784,
0.017287036404013634,
-0.03153330087661743,
-0.034708473831415176,
0.05436428636312485,
-0.021688595414161682,
0.05218030884861946,
0.019672613590955734,
-0.016069049015641212,
-0.021033400669693947,
-0.05254990607500076,
0.033717282116413116,
-0.0012442382285371423,
0.032406892627477646,
-0.005212150979787111,
-0.014515062794089317,
0.0655529797077179,
0.01414546649903059,
0.04784594848752022,
0.04502357542514801,
-0.008236122317612171,
0.058497048914432526,
0.0349772684276104,
-0.056380268186330795,
0.03328048437833786,
0.005266750231385231,
0.012902278453111649,
0.037934042513370514,
0.04112601280212402,
0.05073552206158638,
-0.03800124302506447,
-0.0027131743263453245,
-0.027686139568686485,
-0.00917271338403225,
0.006707336753606796,
0.006648537237197161,
-0.02150379680097103,
0.039916422218084335,
-0.04485557600855827,
0.013347473926842213,
0.0319196991622448,
0.028122935444116592,
0.013927068561315536,
-0.002029630821198225,
-0.03816923871636391,
-0.00728693138808012,
0.009559109807014465,
0.006480538751929998,
-0.029802918434143066,
0.056380268186330795,
-0.03652285411953926,
0.0083621209487319,
-0.01767343282699585,
0.037631645798683167,
-0.001112989499233663,
-0.03203729912638664,
-0.04015162214636803,
-0.0007444429793395102,
-0.018547024577856064,
-0.04717395454645157,
0.013238275423645973,
-0.03395247831940651,
-0.005795945413410664,
-0.01807663030922413,
0.01763983443379402,
0.05046672374010086,
0.040454018861055374,
-0.10026145726442337,
0.035514865070581436,
-0.0002567225892562419,
-0.033935680985450745,
0.028929326683282852,
0.003336868481710553,
0.027182143181562424,
-0.017555834725499153,
0.029466921463608742,
-0.07089532911777496,
-0.023217380046844482,
0.04226840287446976,
-0.018227828666567802,
-0.06390659511089325,
-0.03260849416255951,
-0.033616483211517334,
0.02644295059144497,
-0.015329855494201183,
0.027770137414336205,
0.0096011096611619,
-0.05510348081588745,
0.013616271317005157,
0.06528418511152267,
-0.033616483211517334,
-0.021520597860217094,
0.05164271220564842,
0.0384044386446476,
0.027854137122631073,
-0.026862947270274162,
-0.05285230278968811,
0.014918259344995022,
-0.010919896885752678,
0.011793488636612892,
-0.011365092359483242,
-0.02064700610935688,
-0.009609509259462357,
0.00360986590385437,
-0.047341953963041306,
-0.025653358548879623,
-0.058261848986148834,
0.0016369345830753446,
-0.021570997312664986,
0.043343592435121536,
-0.013893469236791134,
0.031180506572127342,
-0.010533500462770462,
0.05950503796339035,
0.03944602608680725,
-0.046703558415174484,
0.004531757440418005,
-0.01758943498134613,
0.02086540311574936,
0.017925430089235306,
-0.015413854271173477,
-0.07822006195783615,
0.023805376142263412,
0.015892650932073593,
0.05513707920908928,
-0.003189869923517108,
0.012515882030129433,
-0.05661546438932419,
0.0032633692026138306,
0.010273102670907974,
0.0034859671723097563,
0.0056111472658813,
-0.040050823241472244,
0.009508710354566574,
-0.012247084639966488,
0.01564905233681202,
-0.010961896739900112,
-0.013120676390826702,
0.030827708542346954,
0.025922155007719994,
-0.01708543859422207,
0.005401148926466703,
0.07929525524377823,
-0.00782452616840601,
0.016497444361448288,
-0.037665244191884995,
0.010491500608623028,
0.09757348150014877,
0.014069867320358753,
0.04875313863158226,
0.012020286172628403,
0.05191151052713394,
-0.046972356736660004,
0.00834532082080841,
-0.010701498948037624,
0.03729564696550369,
0.04646836221218109,
0.0036938651464879513,
0.04764435067772865,
-0.0016096348408609629,
-0.01414546649903059,
0.0112222945317626,
-0.0009318662341684103,
-0.018110228702425957,
-0.003089070785790682,
0.022343788295984268,
0.03151650354266167,
0.038337238132953644,
0.027652539312839508,
0.01928621716797352,
0.021285399794578552,
-0.010583899915218353,
-0.019941411912441254,
0.001789183123037219,
-0.014851059764623642,
-0.006413339637219906,
0.009567509405314922,
0.008920716121792793,
0.05275150388479233,
-0.006547738332301378,
0.015052657574415207,
0.018463026732206345,
-0.02437656931579113,
-0.01965581439435482,
0.009559109807014465,
0.05775785446166992,
0.03907643258571625,
0.005317149683833122,
0.00033520933357067406,
-0.05590987205505371,
-0.045225173234939575,
-0.017354236915707588,
-0.07768246531486511,
-0.03107970766723156,
0.019000621512532234,
-0.04502357542514801,
-0.05842984840273857,
-0.010592300444841385,
0.02113420143723488,
-0.020260609686374664,
0.021285399794578552,
-0.028307732194662094,
-0.022377388551831245,
-0.08507439494132996,
-0.025569358840584755,
0.01997501216828823,
-0.00009640221833251417,
0.043377190828323364,
0.04472117871046066,
-0.05476748198270798,
-0.004628356546163559,
0.01874862238764763,
-0.01065949909389019,
-0.005069352220743895,
-0.010373902507126331,
-0.025250161066651344,
0.039647627621889114,
-0.011407092213630676,
-0.0422012023627758,
0.032994888722896576,
-0.01443946361541748,
-0.035145267844200134,
-0.026325352489948273,
0.0462331622838974,
-0.009029914624989033,
-0.03786684200167656,
0.0022364789620041847,
-0.0017188338097184896,
0.019420616328716278,
0.04196600243449211,
-0.013414673507213593,
0.012751080095767975,
0.01450666319578886,
0.023637376725673676,
0.023133382201194763,
-0.002257478656247258,
-0.013700271025300026,
0.010079904459416866,
-0.024678967893123627,
-0.04462037980556488,
0.0072281318716704845,
0.011423892341554165,
0.0248301662504673,
0.01056710071861744,
0.041898805648088455,
-0.003368368139490485,
-0.012977877631783485,
-0.03917723149061203,
0.017303837463259697,
0.006434339098632336,
-0.035548463463783264,
0.031684499233961105,
-0.06269700825214386,
-0.015455854125320911,
0.05715306103229523,
0.03484287112951279,
0.004046661779284477,
0.05950503796339035,
0.03443967550992966,
-0.05090352147817612,
0.014775460585951805,
0.019370216876268387,
0.004237759858369827,
0.01691744104027748,
-0.013591071590781212,
-0.03477567061781883,
-0.09938786178827286,
0.07922805100679398,
0.06484738737344742,
-0.016615042462944984,
-0.05735465884208679,
0.025334160774946213,
0.014851059764623642,
-0.0428059957921505,
-0.04750995337963104,
-0.005321349948644638,
0.039378829300403595,
0.0006704186671413481,
-0.020747805014252663,
-0.008534319698810577,
0.00718613201752305,
0.011776688508689404,
0.050668321549892426,
-0.04858514294028282,
0.022024592384696007,
-0.053994689136743546,
-0.02810613438487053,
-0.01664024218916893,
0.043343592435121536,
-0.02303258329629898,
-0.03338128328323364,
0.02231018990278244,
-0.03151650354266167,
-0.034742072224617004,
-0.01632104627788067,
-0.04727475345134735,
0.051609113812446594,
-0.05953864008188248,
-0.006976134143769741,
0.02802213653922081,
-0.010558700188994408,
-0.055708274245262146,
-0.01355747226625681,
-0.07425530254840851,
-0.03017251566052437,
-0.013213075697422028,
-0.0020054811611771584,
0.0285597313195467,
0.011197094805538654,
-0.03309568762779236,
0.016841841861605644,
0.01721983775496483,
-0.06031142920255661,
-0.04865233972668648,
-0.010289902798831463,
-0.006493138615041971,
-0.038740433752536774,
-0.028929326683282852,
0.014338664710521698,
-0.0025052763521671295,
0.050937119871377945,
-0.09616228938102722,
0.023536577820777893,
0.011726289056241512,
-0.0039269630797207355,
-0.007459129672497511,
0.009911906905472279,
0.008651918731629848,
-0.012289084494113922,
-0.03773244470357895,
0.009189513511955738,
0.07170172035694122,
-0.015103057958185673,
0.03017251566052437,
0.04240280017256737,
-0.05140751600265503,
-0.05060112103819847,
-0.035111669450998306,
0.05254990607500076,
0.08131123334169388,
-0.023267781361937523,
-0.05295310169458389,
-0.03769884258508682,
-0.04700595512986183,
-0.0349772684276104
] |
8,942 | sentencepiece | DecodePiecesAsSerializedProto | null | def DecodePiecesAsSerializedProto(self, input, out_type='serialized_proto', **kwargs):
return self.Decode(input=input, out_type=out_type, **kwargs)
| (self, input, out_type='serialized_proto', **kwargs) | [
0.0012418153928592801,
0.019393546506762505,
-0.12682224810123444,
-0.021601218730211258,
-0.04045134037733078,
-0.01473196316510439,
-0.028156304731965065,
0.08348395675420761,
0.017168892547488213,
-0.013806439004838467,
0.03596806526184082,
0.024216460064053535,
-0.07886482775211334,
0.019359583035111427,
0.06222238019108772,
0.04082494601607323,
0.011225162073969841,
-0.036239780485630035,
-0.004729512147605419,
0.016616975888609886,
0.012108230032026768,
0.038617271929979324,
0.021550271660089493,
0.0424891896545887,
0.010274164378643036,
-0.011250634677708149,
0.04486668109893799,
-0.01946147531270981,
-0.08083474636077881,
-0.0036553950048983097,
0.0033242441713809967,
0.04394964873790741,
-0.029854513704776764,
0.055361613631248474,
0.005909767467528582,
0.015249917283654213,
0.0075188204646110535,
0.11214972287416458,
-0.03528878465294838,
-0.008435853756964207,
-0.018578406423330307,
-0.0411645881831646,
-0.03753041848540306,
-0.007476365193724632,
0.05043680965900421,
0.009739228524267673,
-0.046802639961242676,
0.07723454385995865,
-0.005807874724268913,
0.002012377604842186,
0.025965616106987,
-0.06667168438434601,
0.022722037509083748,
0.04170801490545273,
0.018153853714466095,
-0.002727748127654195,
0.04843292012810707,
0.03202822059392929,
0.04693849757313728,
0.04833102971315384,
-0.01978413574397564,
0.02126157656311989,
0.03347169980406761,
-0.007077286019921303,
-0.03362453728914261,
-0.006143270991742611,
0.014494214206933975,
-0.06072795391082764,
-0.0657886192202568,
0.040858909487724304,
0.003373067593201995,
-0.016854723915457726,
-0.014850838109850883,
0.00044498383067548275,
0.05522575601935387,
0.02192387916147709,
0.10820987820625305,
-0.02202577143907547,
-0.014103625901043415,
0.024641012772917747,
0.04259108379483223,
-0.012261069379746914,
-0.05902974680066109,
-0.028258198872208595,
-0.05563332885503769,
-0.02844500169157982,
0.09448835253715515,
-0.032418809831142426,
-0.02574484795331955,
0.0011579663259908557,
-0.019240709021687508,
-0.0014540915144607425,
-0.04921409860253334,
0.051863305270671844,
-0.06487158685922623,
-0.08015546202659607,
-0.02204275317490101,
0.00014792992442380637,
-0.05835046246647835,
0.02158423699438572,
-0.0433722585439682,
0.016608484089374542,
-0.06701132655143738,
-0.010987412184476852,
0.005081890616565943,
-0.025014618411660194,
0.010673243552446365,
0.0015665978426113725,
-0.055701255798339844,
-0.04211558401584625,
0.033862289041280746,
0.045104432851076126,
-0.04975752532482147,
0.0005864127888344228,
0.038481418043375015,
0.03044888749718666,
-0.02946392633020878,
-0.013611145317554474,
-0.023978712037205696,
-0.0040778242982923985,
-0.0411645881831646,
0.06626411527395248,
-0.00960337184369564,
0.015445210970938206,
-0.07635147869586945,
0.01512255147099495,
0.03316602110862732,
-0.018001016229391098,
0.02180500328540802,
-0.024454209953546524,
0.011216670274734497,
0.009348640218377113,
-0.06558483093976974,
0.02764684334397316,
0.0020590785425156355,
0.03685113415122032,
0.015759380534291267,
-0.05077644810080528,
-0.04921409860253334,
-0.0062876190058887005,
0.055123865604400635,
0.0523727647960186,
0.07580804824829102,
-0.01473196316510439,
-0.008754267357289791,
-0.021091755479574203,
0.07682697474956512,
-0.02562597393989563,
-0.02572786621749401,
-0.021397434175014496,
-0.023078661412000656,
-0.003984422888606787,
-0.013279994949698448,
-0.020599275827407837,
0.03255466744303703,
-0.0025154720060527325,
-0.04055323079228401,
-0.005854575429111719,
-0.01752551645040512,
-0.032656557857990265,
-0.004415343515574932,
0.04225144162774086,
0.02092193439602852,
0.007990073412656784,
0.026254311203956604,
0.024810833856463432,
0.08783137053251266,
-0.027018506079912186,
0.002704397775232792,
0.008461326360702515,
-0.00826178677380085,
0.07784590125083923,
-0.01866331696510315,
0.029056357219815254,
-0.0051752920262515545,
-0.02946392633020878,
-0.00829150527715683,
-0.048704635351896286,
0.011462911032140255,
-0.03518689051270485,
-0.03787006065249443,
0.0026407151017338037,
0.012116720899939537,
-0.009144855663180351,
0.01844255067408085,
0.0059267496690154076,
0.027901574969291687,
0.07594390958547592,
0.04133440926671028,
-0.045681823045015335,
-0.015411246567964554,
0.033760394901037216,
0.026101471856236458,
0.018578406423330307,
-0.007765060756355524,
-0.01920674368739128,
-0.05308601260185242,
0.05159159004688263,
-0.005485215224325657,
0.011649713851511478,
-0.023010732606053352,
-0.01253278274089098,
-0.013475288636982441,
-0.027222290635108948,
-0.09625449031591415,
0.025931652635335922,
0.026203365996479988,
-0.02762986160814762,
0.040077731013298035,
-0.018170837312936783,
-0.022840911522507668,
0.015105568803846836,
0.0451383963227272,
-0.07594390958547592,
0.01966525986790657,
-0.03970412537455559,
-0.015445210970938206,
-0.01786515861749649,
0.05250862240791321,
0.014417794533073902,
0.005238974932581186,
0.04031548276543617,
-0.03640960156917572,
0.030431905761361122,
-0.06038831174373627,
0.014502705074846745,
-0.020854007452726364,
0.01774628460407257,
-0.01381493080407381,
-0.051931232213974,
0.006419230252504349,
-0.006419230252504349,
-0.015589558519423008,
-0.0046191285364329815,
-0.0205822940915823,
0.0737702026963234,
-0.037496455013751984,
-0.040960799902677536,
-0.03460950031876564,
0.027460040524601936,
0.003044039709493518,
-0.005408795550465584,
-0.020752113312482834,
-0.01878219097852707,
0.013356413692235947,
0.04880652576684952,
0.05206708982586861,
-0.02990546077489853,
0.02224653773009777,
0.09489592164754868,
0.06032038480043411,
-0.038379523903131485,
-0.0390927717089653,
0.025150476023554802,
0.004041737411171198,
-0.011428946629166603,
-0.03136591985821724,
-0.07431362569332123,
0.007531557232141495,
0.013076209463179111,
-0.027901574969291687,
-0.05145573243498802,
0.06616222113370895,
-0.00249849003739655,
0.04802535101771355,
-0.05763721466064453,
-0.0037403053138405085,
-0.01786515861749649,
0.04697246104478836,
0.010316619649529457,
0.013407359831035137,
-0.008198103867471218,
0.0033603310585021973,
0.0005885355640202761,
0.005043680779635906,
-0.0429307222366333,
0.015368791297078133,
0.03664734959602356,
0.09815648198127747,
0.009399587288498878,
0.03233389928936958,
-0.00826178677380085,
-0.008406134322285652,
-0.03338678926229477,
0.03936448693275452,
-0.004230663180351257,
0.011997846886515617,
0.019359583035111427,
0.018001016229391098,
-0.038617271929979324,
0.03213011473417282,
-0.04833102971315384,
-0.04863670468330383,
-0.027918556705117226,
-0.026729809120297432,
0.04415343329310417,
-0.0016090529970824718,
-0.0018552934052422643,
0.048942383378744125,
0.030703619122505188,
-0.013118664734065533,
-0.045002538710832596,
0.030873440206050873,
0.01852746121585369,
0.008227822370827198,
0.017576463520526886,
-0.024980654940009117,
-0.042964689433574677,
-0.059946779161691666,
0.01942751184105873,
0.052542585879564285,
0.03267354145646095,
-0.046700749546289444,
-0.010248691774904728,
-0.043779827654361725,
0.031179117038846016,
0.0674188956618309,
0.009408078156411648,
0.057535320520401,
0.019138814881443977,
-0.035560496151447296,
-0.039602234959602356,
-0.011496875435113907,
0.021754058077931404,
-0.04551200196146965,
-0.004504499491304159,
-0.02664490044116974,
0.0048144226893782616,
0.053323764353990555,
-0.0635809451341629,
-0.018476514145731926,
-0.032079167664051056,
-0.01696510799229145,
-0.010927975177764893,
-0.019614314660429955,
-0.017780248075723648,
0.024012675508856773,
-0.049282025545835495,
0.0429307222366333,
-0.0009472822421230376,
0.04829706624150276,
-0.009934523142874241,
0.016498100012540817,
0.022450324147939682,
-0.03987394645810127,
0.01259221974760294,
-0.0340830534696579,
0.03919466584920883,
0.0013097437331452966,
0.0730229914188385,
-0.022552216425538063,
-0.027222290635108948,
0.0012662271037697792,
0.09822440892457962,
-0.004759230650961399,
-0.016837742179632187,
0.03583221137523651,
-0.05699189379811287,
0.011573294177651405,
0.0019635541830211878,
0.044459111988544464,
-0.02260316163301468,
0.03922862932085991,
-0.0015803957358002663,
-0.0024072113446891308,
-0.07159649580717087,
-0.00032239436404779553,
-0.06116949021816254,
0.055565398186445236,
0.01932561956346035,
-0.03593410179018974,
0.04428929090499878,
-0.05091230571269989,
-0.0171858761459589,
-0.0472102090716362,
0.04901031404733658,
-0.0494178831577301,
0.06769061088562012,
-0.0109534477815032,
-0.04979148879647255,
0.014366848394274712,
-0.049282025545835495,
-0.06334319710731506,
0.014893293380737305,
0.04673471301794052,
0.0674188956618309,
0.012159176170825958,
0.010274164378643036,
0.04408550634980202,
-0.015266899019479752,
-0.01752551645040512,
0.029158249497413635,
0.022076716646552086,
-0.04642903432250023,
-0.0236051045358181,
-0.0030079528223723173,
-0.012150685302913189,
-0.004572427831590176,
0.005710227880626917,
-0.045681823045015335,
0.025897687301039696,
-0.04092683643102646,
-0.002320178085938096,
0.03620581701397896,
-0.045002538710832596,
-0.019648278132081032,
0.033981163054704666,
0.061067596077919006,
0.011760096997022629,
-0.0010560736991465092,
-0.007922145538032055,
0.05328980088233948,
-0.007090022787451744,
-0.050300952047109604,
-0.006788590457290411,
0.019172780215740204,
0.03357359394431114,
-0.010860046371817589,
-0.008813704364001751,
0.015750888735055923,
0.007765060756355524,
0.03124704584479332,
0.0696265697479248,
-0.009586390107870102,
0.01473196316510439,
-0.030652672052383423,
-0.0285468939691782,
0.04333829507231712,
-0.0033051392529159784,
0.04829706624150276,
0.014120607636868954,
-0.03296223655343056,
-0.016735849902033806,
-0.08198953419923782,
0.03002433478832245,
0.046462997794151306,
0.01978413574397564,
-0.01602260209619999,
-0.011946900747716427,
0.03379435837268829,
0.014528178609907627,
0.06633204221725464,
0.006597542203962803,
0.007421173620969057,
0.07227577269077301,
0.03606995940208435,
-0.07533255219459534,
0.027816664427518845,
-0.019801117479801178,
0.0016706130700185895,
0.013594163581728935,
-0.003069512778893113,
0.06724907457828522,
-0.04452703893184662,
-0.007760815322399139,
-0.026441114023327827,
0.027120398357510567,
0.02102382853627205,
0.01866331696510315,
-0.0446968600153923,
0.04089287295937538,
-0.015759380534291267,
0.020955899730324745,
0.015351809561252594,
-0.005659281741827726,
0.039160698652267456,
-0.028071394190192223,
-0.011836516670882702,
0.00950147956609726,
0.0007525188848376274,
0.006754626519978046,
0.01696510799229145,
0.022399377077817917,
-0.019529404118657112,
0.04143629968166351,
0.0072640893049538136,
0.04150422662496567,
-0.009433550760149956,
-0.016990581527352333,
-0.0321640782058239,
0.005323885474354029,
-0.06398851424455643,
-0.04527425393462181,
0.008609919808804989,
-0.014613088220357895,
0.0032096151262521744,
-0.0026725565548986197,
0.030958350747823715,
0.047244176268577576,
0.03637563809752464,
-0.06398851424455643,
0.0548861138522625,
0.007450892124325037,
-0.009628845378756523,
0.03790402412414551,
0.019172780215740204,
0.04225144162774086,
-0.036341674625873566,
0.003874039277434349,
-0.04333829507231712,
-0.010673243552446365,
0.04401757940649986,
-0.020174723118543625,
-0.10712302476167679,
-0.04014566168189049,
-0.04541010782122612,
0.0328943096101284,
0.017933087423443794,
0.01602260209619999,
0.03990791365504265,
-0.07295505702495575,
0.01001094188541174,
0.06887935847043991,
-0.032299935817718506,
-0.02934505231678486,
0.0885106548666954,
0.05155762657523155,
0.04092683643102646,
-0.048263099044561386,
-0.030958350747823715,
0.02639016881585121,
0.023673033341765404,
0.010257182642817497,
0.012728076428174973,
-0.03562842682003975,
0.01678679697215557,
-0.03990791365504265,
-0.0472102090716362,
-0.016149967908859253,
-0.03391323238611221,
0.03630770742893219,
0.006949920207262039,
0.01123365294188261,
-0.036579422652721405,
0.048059314489364624,
-0.010155290365219116,
0.031213082373142242,
0.048704635351896286,
-0.00009983611380448565,
-0.02608449012041092,
-0.0019306513713672757,
0.0287676602602005,
0.028156304731965065,
-0.014214009046554565,
-0.05033491551876068,
0.0386512391269207,
0.02878464199602604,
0.08613315969705582,
-0.005935240536928177,
0.0005076052621006966,
-0.012965826317667961,
-0.002264986280351877,
0.009934523142874241,
-0.017109455540776253,
0.02990546077489853,
-0.05923353135585785,
-0.02010679431259632,
-0.00522199273109436,
-0.003319998737424612,
-0.007968845777213573,
-0.0023010731674730778,
0.06443005055189133,
-0.00008132828952511773,
-0.0046021463349461555,
-0.006364038214087486,
0.05070852115750313,
0.0032732977997511625,
-0.012065774761140347,
-0.05424079671502113,
0.009221275337040424,
0.09978675842285156,
0.010316619649529457,
0.011038358323276043,
0.012065774761140347,
0.060761917382478714,
-0.03817573934793472,
0.01876520924270153,
-0.018731245771050453,
0.012991298921406269,
0.016795286908745766,
-0.0003712178731802851,
0.04113062098622322,
-0.004462044220417738,
0.0029251649975776672,
0.025897687301039696,
0.012006337754428387,
-0.014095135033130646,
-0.011250634677708149,
0.023690015077590942,
0.061101559549570084,
0.02922617644071579,
0.03766627609729767,
0.005998923443257809,
0.02394474670290947,
0.009688282385468483,
-0.022722037509083748,
-0.0014615211402997375,
0.007794779259711504,
-0.00413513882085681,
-0.01788214035332203,
-0.011029867455363274,
0.05278033763170242,
0.018170837312936783,
0.026882648468017578,
0.05169348418712616,
-0.026814719662070274,
-0.05604089796543121,
0.019155798479914665,
0.059301458299160004,
0.039738092571496964,
0.013441324234008789,
-0.009773192927241325,
-0.023537177592515945,
-0.04442514851689339,
-0.01213370356708765,
-0.049859415739774704,
-0.014239482581615448,
-0.030720600858330727,
-0.015793344005942345,
-0.05756928399205208,
0.018034979701042175,
0.02216162718832493,
0.006988130044192076,
0.04079097881913185,
-0.0034601008519530296,
-0.03226597234606743,
-0.0755363404750824,
-0.03425287455320358,
0.0407230518758297,
-0.017253803089261055,
0.028733696788549423,
0.02652602456510067,
-0.022433340549468994,
-0.00671641668304801,
-0.018357640132308006,
-0.0407230518758297,
-0.014791400171816349,
-0.030601726844906807,
-0.02999037131667137,
-0.03990791365504265,
-0.002937901532277465,
-0.014867819845676422,
0.022382395341992378,
-0.02280694805085659,
-0.045444075018167496,
-0.03834556043148041,
0.06473572552204132,
-0.01512255147099495,
0.004026878159493208,
0.02864878624677658,
0.011318563483655453,
0.020259633660316467,
0.023350374773144722,
-0.012006337754428387,
0.005493706092238426,
0.02102382853627205,
0.05013113096356392,
0.03250372037291527,
-0.011276108212769032,
0.004687056876718998,
-0.004958770237863064,
-0.00818112213164568,
-0.04673471301794052,
0.011318563483655453,
-0.045240286737680435,
0.024420246481895447,
-0.012286541983485222,
0.04921409860253334,
0.008512272499501705,
-0.03316602110862732,
-0.053323764353990555,
0.035696353763341904,
-0.012320506386458874,
-0.05013113096356392,
0.007735342252999544,
-0.06191670149564743,
-0.036137886345386505,
0.010732680559158325,
0.023876817896962166,
-0.012091248296201229,
0.041096657514572144,
0.02046341821551323,
-0.03742852807044983,
0.050300952047109604,
0.003326366888359189,
0.027578914538025856,
0.008304242044687271,
-0.021159684285521507,
-0.044662896543741226,
-0.10005847364664078,
0.05203312262892723,
0.0626978799700737,
-0.014494214206933975,
-0.0960507020354271,
0.00736173614859581,
0.014681017026305199,
-0.007132478058338165,
-0.05964110046625137,
0.010163781233131886,
0.026899630203843117,
-0.0042901006527245045,
-0.04955374076962471,
-0.007467874325811863,
0.0041839624755084515,
0.02864878624677658,
0.02268807217478752,
-0.022993750870227814,
-0.02764684334397316,
-0.0017979787662625313,
-0.0006018028361722827,
-0.03651149570941925,
-0.004793195053935051,
-0.00586731219664216,
-0.049180131405591965,
0.005243220366537571,
0.010622297413647175,
-0.05295015871524811,
0.015139533206820488,
-0.03488121181726456,
0.05936938896775246,
-0.0548861138522625,
-0.0027341165114194155,
0.0429307222366333,
-0.01219314057379961,
-0.04578371345996857,
-0.04493461176753044,
-0.030143210664391518,
-0.03279241546988487,
-0.008113193325698376,
0.015496157109737396,
0.00956091657280922,
-0.004432325717061758,
-0.0541389025747776,
0.007552784401923418,
0.00781176146119833,
-0.04150422662496567,
-0.008975034579634666,
-0.01654055528342724,
0.013780966401100159,
-0.03359057381749153,
-0.03800591826438904,
0.027578914538025856,
-0.0011155110551044345,
0.054682329297065735,
-0.04574974998831749,
0.04167404770851135,
0.055361613631248474,
0.011675187386572361,
-0.02258617989718914,
-0.01878219097852707,
0.010129816830158234,
0.0033475945238023996,
-0.05115005746483803,
-0.011946900747716427,
0.033335842192173004,
-0.008032528683543205,
0.01163273211568594,
0.03447364270687103,
-0.06426022946834564,
-0.06806422024965286,
-0.0618148073554039,
0.05981092154979706,
0.06235823407769203,
-0.03943241387605667,
-0.04924806207418442,
-0.03204520419239998,
-0.027120398357510567,
-0.036002032458782196
] |
8,944 | sentencepiece | Encode | Encode text input to segmented ids or tokens.
Args:
input: input string. accepsts list of string.
out_type: output type. int or str.
add_bos: Add <s> to the result (Default = false)
add_eos: Add </s> to the result (Default = false) <s>/</s> is added after
reversing (if enabled).
reverse: Reverses the tokenized sequence (Default = false)
emit_unk_piece: Emits the unk literal string (Default = false)
nbest_size: sampling parameters for unigram. Invalid in BPE-Dropout.
nbest_size = {0,1}: No sampling is performed.
nbest_size > 1: samples from the nbest_size results.
nbest_size < 0: assuming that nbest_size is infinite and samples
from the all hypothesis (lattice) using
forward-filtering-and-backward-sampling algorithm.
alpha: Soothing parameter for unigram sampling, and merge probability for
BPE-dropout (probablity 'p' in BPE-dropout paper).
num_threads: the number of threads used in the batch processing (Default = -1).
| def Encode(self,
input,
out_type=None,
add_bos=None,
add_eos=None,
reverse=None,
emit_unk_piece=None,
enable_sampling=None,
nbest_size=None,
alpha=None,
num_threads=None):
"""Encode text input to segmented ids or tokens.
Args:
input: input string. accepsts list of string.
out_type: output type. int or str.
add_bos: Add <s> to the result (Default = false)
add_eos: Add </s> to the result (Default = false) <s>/</s> is added after
reversing (if enabled).
reverse: Reverses the tokenized sequence (Default = false)
emit_unk_piece: Emits the unk literal string (Default = false)
nbest_size: sampling parameters for unigram. Invalid in BPE-Dropout.
nbest_size = {0,1}: No sampling is performed.
nbest_size > 1: samples from the nbest_size results.
nbest_size < 0: assuming that nbest_size is infinite and samples
from the all hypothesis (lattice) using
forward-filtering-and-backward-sampling algorithm.
alpha: Soothing parameter for unigram sampling, and merge probability for
BPE-dropout (probablity 'p' in BPE-dropout paper).
num_threads: the number of threads used in the batch processing (Default = -1).
"""
if out_type is None:
out_type = self._out_type
if add_bos is None:
add_bos = self._add_bos
if add_eos is None:
add_eos = self._add_eos
if reverse is None:
reverse = self._reverse
if emit_unk_piece is None:
emit_unk_piece = self._emit_unk_piece
if enable_sampling is None:
enable_sampling = self._enable_sampling
if nbest_size is None:
nbest_size = self._nbest_size
if alpha is None:
alpha = self._alpha
if num_threads is None:
num_threads = self._num_threads
if enable_sampling == True and (nbest_size is None or nbest_size == 0 or
nbest_size == 1 or alpha is None):
raise RuntimeError(
'When enable_sampling is True, We must specify "nbest_size > 1" or "nbest_size = -1", '
'and "alpha". "nbest_size" is enabled only on unigram mode ignored in BPE-dropout. '
'when "nbest_size = -1" , this method samples from all candidates on the lattice '
'instead of nbest segmentations.'
)
if num_threads is None or type(num_threads) is not int:
raise RuntimeError('num_threads must be int')
if type(input) is list:
if out_type is int:
return self._EncodeAsIdsBatch(input, num_threads, enable_sampling, nbest_size,
alpha, add_bos, add_eos, reverse, emit_unk_piece)
if out_type is str:
return self._EncodeAsPiecesBatch(input, num_threads, enable_sampling, nbest_size,
alpha, add_bos, add_eos, reverse, emit_unk_piece)
if out_type == 'serialized_proto' or out_type == 'proto':
return self._EncodeAsSerializedProtoBatch(input, num_threads, enable_sampling, nbest_size,
alpha, add_bos, add_eos, reverse, emit_unk_piece)
if out_type == 'immutable_proto':
return self._EncodeAsImmutableProtoBatch(input, num_threads, enable_sampling, nbest_size,
alpha, add_bos, add_eos, reverse, emit_unk_piece)
if out_type is int:
return self._EncodeAsIds(input, enable_sampling, nbest_size,
alpha, add_bos, add_eos, reverse, emit_unk_piece)
if out_type is str:
return self._EncodeAsPieces(input, enable_sampling, nbest_size,
alpha, add_bos, add_eos, reverse, emit_unk_piece)
if out_type == 'serialized_proto' or out_type == 'proto':
return self._EncodeAsSerializedProto(input, enable_sampling, nbest_size,
alpha, add_bos, add_eos, reverse, emit_unk_piece)
if out_type == 'immutable_proto':
return self._EncodeAsImmutableProto(input, enable_sampling, nbest_size,
alpha, add_bos, add_eos, reverse, emit_unk_piece)
raise RuntimeError('unknown out_type={}'.format(out_type))
return None
| (self, input, out_type=None, add_bos=None, add_eos=None, reverse=None, emit_unk_piece=None, enable_sampling=None, nbest_size=None, alpha=None, num_threads=None) | [
0.0010460336925461888,
0.010510317981243134,
-0.08941385895013809,
-0.0050552343018352985,
-0.008987083099782467,
-0.025723621249198914,
-0.07319141924381256,
-0.01663181558251381,
0.010377034544944763,
-0.07121121138334274,
-0.002551417797803879,
0.015517950989305973,
-0.04664905369281769,
0.007820856757462025,
0.049657441675662994,
0.04817229136824608,
0.0049695526249706745,
-0.01091968733817339,
0.02560937963426113,
0.010662641376256943,
-0.029322262853384018,
0.03634818270802498,
0.001813601003959775,
0.08865224570035934,
0.012433401308953762,
-0.007835137657821178,
0.059901196509599686,
-0.060624729841947556,
-0.08210233598947525,
-0.009405972436070442,
0.07410535961389542,
-0.06633686274290085,
0.02237250655889511,
-0.04524006322026253,
0.00764473294839263,
-0.031778477132320404,
0.011700344271957874,
0.04832461476325989,
-0.01860250160098076,
-0.013137897476553917,
-0.0024288450367748737,
-0.10038115084171295,
-0.002261051209643483,
-0.022067859768867493,
-0.0011448059231042862,
0.062147967517375946,
-0.015517950989305973,
0.10738802701234818,
-0.017488636076450348,
0.008363509550690651,
-0.016441412270069122,
-0.11515652388334274,
0.00750192953273654,
0.02532377280294895,
-0.032597217708826065,
-0.0065641882829368114,
-0.0160606037825346,
-0.0017457695212215185,
0.03994682431221008,
0.02012573555111885,
0.01386143360286951,
0.03223545104265213,
0.06888827681541443,
0.0122429970651865,
-0.0125381238758564,
0.043564505875110626,
-0.032482974231243134,
-0.021515686064958572,
-0.03604353591799736,
0.05693088844418526,
0.025247611105442047,
-0.036957476288080215,
0.0031369109638035297,
0.04722026735544205,
-0.012461962178349495,
0.04988592863082886,
0.012719008140265942,
0.025552257895469666,
0.0011168402852490544,
-0.01930699683725834,
0.08027445524930954,
0.061462510377168655,
0.00033826514845713973,
-0.058682605624198914,
0.035015352070331573,
0.009563056752085686,
0.011843147687613964,
0.02223922312259674,
-0.05620735138654709,
-0.04874350130558014,
-0.048667341470718384,
0.009486895054578781,
0.05137108266353607,
0.04916239157319069,
-0.010700722225010395,
-0.017517196014523506,
-0.007054479792714119,
-0.0419270284473896,
-0.015498911030590534,
-0.038499750196933746,
-0.03360636159777641,
0.03899480029940605,
-0.012833250686526299,
-0.021763212978839874,
-0.008601514622569084,
-0.046115923672914505,
-0.011100570671260357,
0.007701854221522808,
-0.023057961836457253,
-0.005602646619081497,
0.009458334185183048,
0.003151191398501396,
0.007430528290569782,
-0.027837108820676804,
0.008496792055666447,
-0.03566272556781769,
-0.04112733155488968,
0.035110555589199066,
-0.04885774478316307,
0.04417379945516586,
0.0006765302969142795,
-0.005593126639723778,
-0.04657289385795593,
0.009167967364192009,
-0.023724377155303955,
-0.015565551817417145,
0.061729077249765396,
0.04299329221248627,
0.053998660296201706,
-0.07920819520950317,
-0.010538878850638866,
0.0414319783449173,
-0.034291815012693405,
0.03733828291296959,
-0.027665745466947556,
0.0038794877473264933,
-0.040632277727127075,
-0.020201897248625755,
-0.02996963821351528,
-0.021877454593777657,
0.05944422632455826,
-0.03276858106255531,
0.07383879274129868,
-0.038671113550662994,
0.009582096710801125,
-0.017241109162569046,
0.05000017210841179,
-0.06888827681541443,
0.02349589206278324,
-0.025114327669143677,
0.003984210081398487,
0.00411511305719614,
-0.03269242122769356,
-0.02338164858520031,
-0.00018534669652581215,
0.0017219689907506108,
-0.003412997117266059,
-0.04383107274770737,
-0.007649492938071489,
-0.025038165971636772,
-0.0013840013416483998,
-0.05297047644853592,
0.01955452188849449,
0.04634440690279007,
0.01634621061384678,
0.03983258083462715,
0.0008990653441287577,
0.033301714807748795,
0.02166800945997238,
-0.006221460644155741,
0.04942895844578743,
0.03364444151520729,
-0.03531999886035919,
0.018250253051519394,
-0.03181656077504158,
0.04257440194487572,
-0.012785648927092552,
0.0164794921875,
-0.0033296954352408648,
0.0037866656202822924,
-0.019687805324792862,
0.008396830409765244,
-0.025019126012921333,
-0.020601745694875717,
-0.027284936979413033,
0.006107218097895384,
0.04196510836482048,
0.03229257091879845,
0.055826541036367416,
-0.027570543810725212,
0.006150058936327696,
-0.017393432557582855,
0.029493628069758415,
-0.0011275504948571324,
-0.035110555589199066,
0.02692316845059395,
-0.035567525774240494,
0.01574643701314926,
0.021344322711229324,
0.02294371835887432,
-0.019611643627285957,
-0.02395286224782467,
0.005469363648444414,
-0.04459268972277641,
-0.05178997293114662,
-0.013109336607158184,
-0.02366725541651249,
0.009881983511149883,
-0.028122715651988983,
-0.015832118690013885,
-0.0018957129213958979,
-0.03436797857284546,
0.04714410752058029,
0.02688508853316307,
0.06210988387465477,
-0.06412816792726517,
-0.010729283094406128,
0.02718973532319069,
-0.007925579324364662,
-0.043869152665138245,
0.010557918809354305,
0.012785648927092552,
0.013785271905362606,
-0.024581195786595345,
0.007768495939671993,
-0.003462978405877948,
0.03674803301692009,
0.023438770323991776,
0.00773993507027626,
-0.01676509901881218,
0.0280084740370512,
-0.02814175747334957,
0.02562841959297657,
0.04939087852835655,
-0.04295521229505539,
0.048629261553287506,
-0.025590339675545692,
-0.028103675693273544,
-0.010262791998684406,
-0.01367102935910225,
-0.0015934460097923875,
-0.023324526846408844,
-0.010700722225010395,
-0.06721272319555283,
-0.01288085151463747,
0.08225466310977936,
0.05377017706632614,
0.023115083575248718,
-0.002221780363470316,
0.03745252639055252,
-0.003308274783194065,
-0.010310392826795578,
-0.04032763093709946,
-0.031073983758687973,
0.0004245421150699258,
-0.010377034544944763,
-0.028655847534537315,
-0.022905638441443443,
0.01731727086007595,
-0.0005221242900006473,
-0.02804655395448208,
0.057235535234212875,
0.013632948510348797,
0.05365593358874321,
-0.014861056581139565,
0.0008312338031828403,
-0.0009413113002665341,
0.014232722111046314,
0.013889994472265244,
0.007154441904276609,
-0.037090759724378586,
0.06355695426464081,
-0.021363362669944763,
0.020639827474951744,
-0.024562155827879906,
0.005512204486876726,
0.014803934842348099,
0.03313034772872925,
-0.0063214232213795185,
0.020392300561070442,
0.029664991423487663,
0.00887760054320097,
0.009729660116136074,
-0.04181278496980667,
-0.009439293295145035,
-0.002142048440873623,
-0.002222970360890031,
-0.003860447322949767,
-0.009344091638922691,
-0.06805049628019333,
-0.013204538263380527,
-0.002663280349224806,
0.001353060593828559,
0.014080398716032505,
-0.00450544198974967,
-0.0035081994719803333,
0.026256753131747246,
-0.04630632698535919,
0.036424342542886734,
-0.03821414336562157,
-0.02421942725777626,
-0.017507676035165787,
0.09230800718069077,
-0.020773109048604965,
0.006073897238820791,
-0.0107768839225173,
-0.006007255986332893,
-0.0414319783449173,
-0.03568176552653313,
-0.02138240449130535,
-0.03255913779139519,
0.0127475680783391,
0.046115923672914505,
-0.039223287254571915,
-0.037947580218315125,
-0.003267813939601183,
0.046687137335538864,
0.04424995929002762,
0.027570543810725212,
0.06888827681541443,
-0.049505118280649185,
-0.005940614268183708,
0.012557163834571838,
-0.01478489488363266,
0.004105593077838421,
-0.05213269963860512,
0.07764687389135361,
-0.012119234539568424,
-0.03057893179357052,
-0.04889582470059395,
-0.02113487757742405,
-0.03674803301692009,
0.0013661509146913886,
0.027913270518183708,
-0.07844657450914383,
-0.014718253165483475,
0.013014134019613266,
-0.036538586020469666,
0.020906392484903336,
-0.031607113778591156,
0.030807416886091232,
0.03029332496225834,
-0.00032160477712750435,
0.08949002623558044,
-0.00979630183428526,
-0.045430466532707214,
-0.03282570093870163,
-0.018421616405248642,
-0.0059358542785048485,
0.08773830533027649,
0.0215537678450346,
-0.003927088808268309,
0.026009228080511093,
0.07174434512853622,
0.10693106055259705,
-0.006892635952681303,
0.021191999316215515,
-0.03452030196785927,
0.02208689972758293,
-0.010510317981243134,
0.0015077641000971198,
-0.023038921877741814,
0.022600991651415825,
0.05392250046133995,
0.002388383960351348,
-0.02109679765999317,
0.012671406380832195,
-0.020316138863563538,
0.06740312278270721,
-0.0017790902638807893,
-0.00838730949908495,
-0.01997341215610504,
-0.02688508853316307,
-0.005278959404677153,
-0.008311147801578045,
0.046382490545511246,
-0.06607029587030411,
0.04657289385795593,
-0.039908744394779205,
0.0038842479698359966,
-0.02309604175388813,
0.049352794885635376,
-0.005650247912853956,
0.030464688315987587,
0.023572053760290146,
0.00866339635103941,
0.006335703190416098,
0.029817314818501472,
0.030788376927375793,
-0.010434156283736229,
-0.013966156169772148,
0.0613863468170166,
0.01012950949370861,
-0.05045714229345322,
-0.04706794396042824,
0.007544770836830139,
-0.025266651064157486,
0.01632716879248619,
-0.03280666097998619,
-0.02109679765999317,
0.015032419934868813,
-0.05072370916604996,
-0.004215075168758631,
0.07098272442817688,
-0.02916993945837021,
-0.034843988716602325,
0.06576564908027649,
0.01788848452270031,
-0.01984012871980667,
0.013052214868366718,
-0.06568948924541473,
0.01661277562379837,
-0.008972803130745888,
-0.03293994441628456,
-0.08095990866422653,
-0.002839404158294201,
-0.03730020299553871,
0.011557541787624359,
-0.01563219353556633,
0.005121876019984484,
0.02732301875948906,
0.07147777825593948,
0.09322194755077362,
0.06527059525251389,
0.018478738144040108,
-0.01578451693058014,
-0.029246101155877113,
-0.009229849092662334,
-0.0501524955034256,
-0.012309638783335686,
0.0001901068026199937,
-0.06527059525251389,
-0.009910544380545616,
-0.022448668256402016,
0.0019433139823377132,
0.041622381657361984,
-0.003512959461659193,
-0.02450503408908844,
0.043602585792541504,
0.004707746673375368,
0.011443299241364002,
0.009087045677006245,
0.01902139000594616,
0.042041271924972534,
0.1153850108385086,
-0.026370996609330177,
-0.07284868508577347,
0.027380138635635376,
-0.03339691460132599,
0.0027537222485989332,
0.0667557492852211,
-0.028541605919599533,
0.010538878850638866,
0.01189074944704771,
0.03391100838780403,
-0.02829408086836338,
0.037509649991989136,
0.02237250655889511,
0.00612149853259325,
0.0035700807347893715,
0.02237250655889511,
0.0254951361566782,
0.04455460608005524,
0.10319913178682327,
0.006150058936327696,
0.028332160785794258,
-0.018497778102755547,
0.01534658670425415,
-0.012004991993308067,
0.02237250655889511,
-0.019354598596692085,
0.00763997295871377,
-0.010719762183725834,
-0.022486748173832893,
0.021001596003770828,
0.02745630033314228,
0.01111961156129837,
-0.008568193763494492,
-0.0267518050968647,
-0.0318736806511879,
0.04070844128727913,
-0.050342898815870285,
-0.02294371835887432,
0.018126489594578743,
-0.023591093719005585,
0.006640349980443716,
0.01565123349428177,
-0.0010210430482402444,
0.017669519409537315,
-0.0031131103169173002,
-0.06332847476005554,
-0.016165325418114662,
0.032463934272527695,
0.00851583294570446,
0.018193131312727928,
0.04211743175983429,
-0.018145529553294182,
-0.017840882763266563,
-0.0003233898023609072,
-0.02802751399576664,
0.009862943552434444,
-0.0008086232701316476,
-0.03383484482765198,
-0.08278778940439224,
0.02646619826555252,
-0.039756420999765396,
-0.02692316845059395,
0.026847006753087044,
-0.05495068430900574,
0.012985574081540108,
-0.0887284055352211,
-0.044440366327762604,
0.07376262545585632,
-0.03840455040335655,
0.029760193079710007,
0.06873595714569092,
0.06123402342200279,
-0.01401375699788332,
-0.06275726109743118,
-0.0024193248245865107,
0.020906392484903336,
0.033720601350069046,
-0.013594867661595345,
-0.029093777760863304,
0.019459320232272148,
0.06275726109743118,
0.015993962064385414,
-0.015156182460486889,
-0.008596754632890224,
0.012528602965176105,
-0.02956978976726532,
-0.0036200617905706167,
0.04325985908508301,
0.03796662017703056,
0.050228655338287354,
-0.01485153567045927,
0.047677237540483475,
0.013928075321018696,
0.10038115084171295,
-0.02774190716445446,
-0.03960409760475159,
0.004557803273200989,
0.022581951692700386,
-0.058682605624198914,
-0.020792150869965553,
0.0588730126619339,
0.028560645878314972,
0.04520198330283165,
-0.015270425006747246,
-0.022163061425089836,
-0.050609465688467026,
-0.02395286224782467,
0.036291059106588364,
0.05830179899930954,
0.04447844624519348,
-0.04501157999038696,
-0.009891503490507603,
0.02519048936665058,
0.026447158306837082,
0.030655093491077423,
-0.01661277562379837,
0.047829560935497284,
-0.038918640464544296,
-0.05137108266353607,
0.012138274498283863,
0.036252979189157486,
-0.05186613276600838,
-0.03592929244041443,
-0.037795256823301315,
0.01302365493029356,
0.048629261553287506,
-0.008401590399444103,
-0.05396058037877083,
-0.041888948529958725,
-0.06066281348466873,
-0.013756711035966873,
-0.06153867393732071,
0.00004934892785968259,
-0.01985916867852211,
-0.020658867433667183,
-0.00100438273511827,
0.09268881380558014,
0.009229849092662334,
-0.025438016280531883,
0.09238416701555252,
-0.0125381238758564,
-0.005745450034737587,
0.006326183211058378,
-0.04493541643023491,
0.013690069317817688,
-0.005178997293114662,
0.035415202379226685,
0.029760193079710007,
-0.017402954399585724,
0.006064377259463072,
0.027399180456995964,
0.008910921402275562,
-0.018374016508460045,
-0.03322555124759674,
-0.06930717080831528,
0.016565173864364624,
0.03381580486893654,
-0.02635195665061474,
0.026390036568045616,
0.09672538936138153,
-0.01125289499759674,
-0.04969552531838417,
0.02659948170185089,
-0.0006801004055887461,
-0.0037033637054264545,
0.014956258237361908,
0.06667958945035934,
-0.023572053760290146,
-0.059063415974378586,
-0.08019829541444778,
-0.04223167523741722,
0.008068382740020752,
0.007540010381489992,
0.07996980845928192,
-0.047372590750455856,
0.036424342542886734,
0.032311610877513885,
0.021858414635062218,
0.009862943552434444,
-0.005026673898100853,
-0.02677084505558014,
-0.057235535234212875,
-0.03929945081472397,
0.04013722762465477,
-0.03790949657559395,
0.00838254950940609,
0.03440605849027634,
0.038785357028245926,
0.006545147858560085,
0.013966156169772148,
0.001987345051020384,
-0.02098255418241024,
-0.02378149889409542,
-0.04706794396042824,
-0.00853011291474104,
-0.007678053807467222,
-0.007958900183439255,
0.030617011711001396,
-0.029550747945904732,
0.021458566188812256,
0.0026704203337430954,
0.009539255872368813,
0.015460830181837082,
-0.008706237189471722,
0.057959072291851044,
0.00475534750148654,
0.041736625134944916,
-0.014080398716032505,
-0.04954320192337036,
-0.007054479792714119,
0.0427648089826107,
0.02787519060075283,
0.03821414336562157,
-0.018212171271443367,
-0.011433778330683708,
-0.0125381238758564,
0.0014625430339947343,
0.020811190828680992,
-0.05106643587350845,
-0.08811911195516586,
0.04531622678041458,
0.0027846628800034523,
-0.019459320232272148,
0.020887352526187897,
-0.006421385332942009,
-0.0977916494011879,
-0.015080020762979984,
-0.009696339257061481,
-0.03193080052733421,
0.01985916867852211,
-0.042726725339889526,
-0.005502684507519007,
-0.00985342264175415,
0.004707746673375368,
-0.0374906063079834,
0.03465358540415764,
-0.01579403690993786,
0.0125381238758564,
-0.005050474312156439,
0.0045839836820960045,
-0.0045149619691073895,
-0.01607012376189232,
-0.05003825202584267,
-0.008934722281992435,
-0.08042678236961365,
0.04253632202744484,
0.032616257667541504,
-0.0038271264638751745,
-0.05167572945356369,
0.007540010381489992,
0.04657289385795593,
-0.0025133369490504265,
-0.008439671248197556,
0.004860070068389177,
-0.020620785653591156,
0.04790572449564934,
-0.04341218248009682,
-0.017488636076450348,
-0.015441789291799068,
0.016403330489993095,
0.07943667471408844,
-0.05377017706632614,
0.003612921806052327,
-0.0003819986304733902,
0.010662641376256943,
0.02351493202149868,
0.04718218743801117,
-0.01731727086007595,
0.014889616519212723,
-0.05106643587350845,
-0.014861056581139565,
0.010853045620024204,
0.08309243619441986,
-0.024276548996567726,
0.05883493274450302,
-0.04017530754208565,
0.010586479678750038,
0.0476391576230526,
-0.01590828038752079,
-0.060929376631975174,
-0.018193131312727928,
-0.031016862019896507,
-0.03029332496225834,
0.027932312339544296,
-0.008630075491964817,
0.01534658670425415,
0.04489733651280403,
-0.05437947064638138,
0.006045336835086346,
-0.006330943200737238,
-0.052894316613674164,
-0.004531622398644686,
-0.03585313260555267,
0.009948625229299068,
-0.036709949374198914,
-0.016803180798888206,
-0.015365627594292164,
-0.021306242793798447,
0.022163061425089836,
-0.031035901978611946,
0.05940614268183708,
0.1185838058590889,
-0.02239154651761055,
-0.03968025743961334,
0.005450323224067688,
0.0427648089826107,
0.0046315849758684635,
-0.05011441186070442,
0.036119695752859116,
0.046953700482845306,
0.02084927074611187,
0.05380825698375702,
0.023553011938929558,
-0.02970307134091854,
-0.05814947560429573,
-0.02730397693812847,
-0.0357198491692543,
0.05140916258096695,
-0.005183757282793522,
-0.03099782206118107,
0.015803556889295578,
0.0014256522990763187,
0.0013994716573506594
] |
8,945 | sentencepiece | EncodeAsIds | null | def EncodeAsIds(self, input, **kwargs):
return self.Encode(input=input, out_type=int, **kwargs)
| (self, input, **kwargs) | [
-0.055736999958753586,
-0.05297373607754707,
0.0027674734592437744,
-0.013866852968931198,
0.006537471432238817,
0.03598979115486145,
-0.06301583349704742,
0.005855080671608448,
0.010918251238763332,
-0.024818802252411842,
-0.0006160471821203828,
0.016781756654381752,
0.02844136953353882,
0.019208034500479698,
0.05600658431649208,
-0.01757366582751274,
-0.02515578642487526,
0.004178590141236782,
0.005467550363391638,
-0.004119617864489555,
-0.019342828541994095,
0.06325171887874603,
0.029823001474142075,
-0.026520567014813423,
0.005269572604447603,
0.05037896707653999,
0.033074889332056046,
-0.03405213728547096,
-0.0625777542591095,
-0.039561811834573746,
-0.014186986722052097,
0.01647004671394825,
0.014582942239940166,
-0.02470085769891739,
0.03588869422674179,
-0.06732921302318573,
-0.054726049304008484,
0.07157520204782486,
-0.025812903419137,
-0.009359704330563545,
0.0041680592112243176,
-0.04997458681464195,
-0.02395949512720108,
0.016040394082665443,
-0.016832303255796432,
0.02609933726489544,
-0.06574539840221405,
-0.026031941175460815,
0.017893800511956215,
-0.0010451740818098187,
-0.023538267239928246,
0.006229974329471588,
0.03184489905834198,
-0.004088025540113449,
-0.02291484735906124,
0.04727872461080551,
-0.004919952712953091,
0.007641091011464596,
0.027076588943600655,
0.0029001603834331036,
-0.04283054545521736,
0.05324332416057587,
0.06935111433267593,
0.003896366572007537,
-0.005336969159543514,
0.019797755405306816,
-0.06668894737958908,
0.010463324375450611,
-0.02724508009850979,
0.056478362530469894,
0.012898026965558529,
-0.057927388697862625,
-0.0027169259265065193,
0.03384994715452194,
0.04990719258785248,
0.06035366654396057,
0.03575390204787254,
0.07130561769008636,
-0.0010430678958073258,
0.05728711932897568,
0.05351290851831436,
-0.02096034586429596,
0.0014321779599413276,
0.014860953204333782,
0.01642792485654354,
-0.01495362352579832,
-0.011137289926409721,
0.019106939435005188,
-0.05428797006607056,
-0.054523859173059464,
0.02744727022945881,
0.0386519581079483,
-0.0029633447993546724,
0.05465865135192871,
-0.032973792403936386,
-0.014456572942435741,
0.004195439163595438,
-0.00004636808080249466,
-0.018702559173107147,
0.026436321437358856,
-0.05479344725608826,
0.009797782637178898,
-0.05260305479168892,
-0.05449016019701958,
-0.009267034009099007,
-0.047042835503816605,
0.01013476587831974,
-0.013260283507406712,
-0.006217337679117918,
0.02770000696182251,
0.0017786386888474226,
0.02739672362804413,
0.04562750831246376,
-0.0574893094599247,
-0.0297556035220623,
0.0091575151309371,
0.03733772411942482,
0.0036541600711643696,
0.009005872532725334,
0.02459976263344288,
-0.05324332416057587,
0.03784319758415222,
0.015324304811656475,
0.028138086199760437,
0.0244144219905138,
0.01757366582751274,
-0.014464997686445713,
0.027228230610489845,
0.013411926105618477,
-0.031019290909171104,
0.03602349013090134,
-0.02490304782986641,
0.0026579538825899363,
0.07939320802688599,
0.01902269385755062,
0.02240937389433384,
-0.018753107637166977,
-0.025543315336108208,
0.018550917506217957,
0.06705962866544724,
0.05540001392364502,
0.002089295070618391,
0.05428797006607056,
0.04795268923044205,
-0.014844103716313839,
-0.007973861880600452,
0.04417847841978073,
-0.0005475974758155644,
-0.01941022463142872,
-0.04802008718252182,
0.018180236220359802,
-0.013757333159446716,
-0.02176910638809204,
0.06412787735462189,
-0.01657114177942276,
-0.002805383875966072,
-0.000993046909570694,
-0.0298903975635767,
0.007312532514333725,
-0.01529903057962656,
0.01732092909514904,
0.006575381848961115,
0.04124672710895538,
0.030362173914909363,
-0.01986515149474144,
0.03528212755918503,
0.01172701083123684,
0.043706703931093216,
0.040808647871017456,
-0.030159983783960342,
0.050143077969551086,
-0.015231634490191936,
0.03649526461958885,
-0.023622512817382812,
-0.028761504217982292,
-0.05314222723245621,
0.002365199849009514,
0.02660481259226799,
-0.008163414895534515,
0.07716912031173706,
0.018904749304056168,
0.009755659848451614,
0.010025246068835258,
-0.015315880067646503,
0.04245986416935921,
-0.025442220270633698,
0.012839054688811302,
0.041145630180835724,
0.04980609565973282,
-0.03774210438132286,
0.020640213042497635,
-0.015197936445474625,
0.004159634467214346,
-0.00025273728533647954,
-0.010395927354693413,
-0.01035380456596613,
-0.06705962866544724,
-0.025981394574046135,
-0.03723662719130516,
0.040943443775177,
-0.002434702590107918,
0.025526467710733414,
0.03673115372657776,
-0.008938475511968136,
-0.004941014107316732,
-0.016908125951886177,
0.0027548365760594606,
-0.04033687338232994,
0.046840645372867584,
-0.09529881179332733,
0.002917009638622403,
0.0042438805103302,
0.01312549039721489,
-0.012021870352327824,
0.025913996621966362,
0.03398474305868149,
0.017110314220190048,
-0.022291429340839386,
0.04084234684705734,
-0.030867649242281914,
0.02215663716197014,
0.04640256613492966,
-0.02075815573334694,
-0.06503772735595703,
0.03609088435769081,
-0.03861825913190842,
0.005219025071710348,
0.006120454985648394,
0.00572871183976531,
0.02171855792403221,
0.006377404555678368,
0.014288081787526608,
0.0026495293714106083,
0.025543315336108208,
-0.059073131531476974,
0.04047166556119919,
0.028070688247680664,
-0.09657934308052063,
-0.045998189598321915,
0.008079169318079948,
-0.007657940033823252,
0.04913213104009628,
0.0765625536441803,
-0.00358044495806098,
-0.02301594242453575,
0.04582969471812248,
-0.02075815573334694,
0.03629307448863983,
-0.027834801003336906,
0.02060651406645775,
0.0020724458154290915,
-0.025930846109986305,
-0.04033687338232994,
0.012670563533902168,
0.03219873085618019,
0.022443071007728577,
-0.06860975176095963,
-0.0024283842649310827,
-0.02090979926288128,
0.013066518120467663,
-0.034405969083309174,
0.05320962518453598,
-0.01035380456596613,
-0.009679838083684444,
-0.025240032002329826,
-0.03848346695303917,
-0.021499520167708397,
0.031086686998605728,
-0.013310831040143967,
-0.00003906239362549968,
-0.07851705700159073,
0.027733705937862396,
-0.01454924326390028,
0.013723635114729404,
0.034911446273326874,
0.01662169024348259,
0.03309173509478569,
0.01026113424450159,
-0.064094178378582,
-0.0071651022881269455,
0.03374885395169258,
0.02401004359126091,
0.0009098542504943907,
-0.024785103276371956,
0.059376414865255356,
0.0005060011171735823,
0.01956186629831791,
0.044448066502809525,
-0.053580306470394135,
-0.06989029049873352,
-0.006912365090101957,
0.06240926310420036,
-0.040808647871017456,
0.02470085769891739,
-0.029772453010082245,
0.03753991425037384,
-0.0010056837927550077,
-0.003565702121704817,
0.026234131306409836,
0.021533217281103134,
-0.059915587306022644,
0.05152470991015434,
0.027733705937862396,
-0.034119535237550735,
-0.060926537960767746,
-0.0264531709253788,
-0.044346969574689865,
-0.01172701083123684,
-0.08404357731342316,
0.03629307448863983,
-0.027986442670226097,
0.06874454766511917,
-0.035956092178821564,
-0.031676407903432846,
-0.07622557133436203,
-0.013277132995426655,
0.040707554668188095,
0.03632677346467972,
0.022122938185930252,
0.05789368972182274,
-0.015231634490191936,
-0.04616668075323105,
0.004014310892671347,
-0.03838237002491951,
0.0038395007140934467,
0.028087537735700607,
0.061128728091716766,
0.001814443152397871,
-0.0035446404945105314,
-0.05614137649536133,
-0.014566092751920223,
-0.005492824129760265,
-0.011179412715137005,
-0.05654575675725937,
0.00197766930796206,
-0.04259466007351875,
0.050446365028619766,
-0.0033361322712153196,
-0.012746384367346764,
0.04033687338232994,
-0.0315416157245636,
-0.001529060653410852,
0.007443113252520561,
0.05172690004110336,
-0.0334455706179142,
-0.016394225880503654,
-0.032619960606098175,
0.025324277579784393,
-0.024178534746170044,
0.053782496601343155,
0.03326022997498512,
-0.011887077242136002,
0.04208918288350105,
0.02296539582312107,
0.05644466355443001,
0.009679838083684444,
0.04367300495505333,
-0.022982245311141014,
-0.051491010934114456,
0.04606558382511139,
0.02205554209649563,
-0.0607917457818985,
0.05445646122097969,
-0.026722757145762444,
0.004075388889759779,
0.009326006285846233,
0.0072998953983187675,
-0.023437172174453735,
0.03319283202290535,
0.01711873896420002,
-0.04576230049133301,
0.03882044926285744,
-0.07036206126213074,
-0.008323481306433678,
-0.009646140038967133,
0.04003358632326126,
-0.02749781869351864,
0.012249334715306759,
-0.0511203296482563,
-0.01996624656021595,
-0.03962920978665352,
-0.029738755896687508,
0.009047995321452618,
0.016048818826675415,
0.023470871150493622,
0.030732855200767517,
0.05122142657637596,
-0.02062336355447769,
0.0025042053312063217,
0.03110353648662567,
-0.01902269385755062,
-0.009393403306603432,
0.016908125951886177,
-0.04700913652777672,
-0.01240097638219595,
-0.06035366654396057,
0.029924096539616585,
0.015897175297141075,
0.02850876748561859,
-0.008871079422533512,
-0.005800320766866207,
-0.015332729555666447,
0.03430487588047981,
0.02999149262905121,
-0.015079991891980171,
-0.025593863800168037,
0.01887105219066143,
-0.01592244952917099,
0.014119590632617474,
-0.05287264287471771,
-0.057725198566913605,
0.0348440483212471,
0.037607308477163315,
-0.031238330528140068,
0.021785954013466835,
-0.0343385748565197,
-0.060724347829818726,
-0.00863519124686718,
-0.06402678042650223,
0.005556008312851191,
-0.001692286808975041,
0.04242616891860962,
0.01140687707811594,
0.02945232018828392,
0.025829751044511795,
-0.01487780176103115,
0.014540819451212883,
0.04852556064724922,
-0.031036140397191048,
0.056478362530469894,
-0.020202133804559708,
0.002099825767800212,
0.015206360258162022,
-0.06776729226112366,
0.021802803501486778,
0.04596449062228203,
0.028289727866649628,
0.011322630569338799,
-0.006866029929369688,
0.03649526461958885,
0.05536631867289543,
0.009031145833432674,
0.013504596427083015,
0.019528169184923172,
0.03430487588047981,
-0.054726049304008484,
-0.0381464809179306,
0.052940040826797485,
-0.004941014107316732,
0.013605691492557526,
0.09199637919664383,
0.011154139414429665,
0.05017677694559097,
-0.04967130348086357,
0.032047089189291,
-0.008795257657766342,
0.004368143156170845,
0.022240882739424706,
-0.01504629384726286,
-0.0450209379196167,
0.024431271478533745,
-0.00888792797923088,
0.026031941175460815,
0.009578743949532509,
0.0060699074529111385,
-0.002672696951776743,
-0.053175926208496094,
-0.020235832780599594,
0.03329392522573471,
0.01892159879207611,
-0.015737108886241913,
0.06392568349838257,
0.013967948034405708,
0.0005189012736082077,
0.00625103572383523,
0.008972173556685448,
-0.02021898329257965,
-0.008003347553312778,
-0.02456606552004814,
-0.02320128306746483,
0.04926692321896553,
-0.06618347018957138,
0.03258626163005829,
0.009941000491380692,
-0.019679810851812363,
0.006141516380012035,
0.0699576810002327,
-0.04178589954972267,
-0.015846628695726395,
0.034574463963508606,
0.010606542229652405,
0.03679855167865753,
0.0015058930730447173,
-0.004696701653301716,
0.05186169221997261,
-0.04296534135937691,
-0.01140687707811594,
-0.05550111085176468,
-0.06365609914064407,
0.005951963365077972,
0.004974712617695332,
0.02256101556122303,
-0.008845805190503597,
-0.057523008435964584,
0.02070760913193226,
0.052838943898677826,
0.015459097921848297,
-0.0084877610206604,
-0.03300749137997627,
0.02101089432835579,
-0.09165938943624496,
-0.028862599283456802,
0.06955330073833466,
-0.028340276330709457,
0.014507120475172997,
0.045256827026605606,
0.015265332534909248,
-0.006541683804243803,
-0.06291473656892776,
0.010513871908187866,
0.009460799396038055,
0.02705973945558071,
-0.03528212755918503,
-0.018887899816036224,
-0.0019007950322702527,
0.04353821277618408,
-0.012342005036771297,
-0.032569412142038345,
-0.013504596427083015,
0.061667900532484055,
-0.08606547117233276,
-0.02141527272760868,
-0.022021843120455742,
0.0404379665851593,
-0.0315416157245636,
0.030716005712747574,
0.017809554934501648,
0.03524842858314514,
0.06048845872282982,
0.0025147360283881426,
-0.0404379665851593,
0.07764089852571487,
0.00873628631234169,
-0.009865178726613522,
0.027278779074549675,
0.0437404029071331,
-0.04128042608499527,
0.054928239434957504,
-0.0035341097973287106,
-0.018382426351308823,
-0.043302323669195175,
-0.019342828541994095,
0.024633461609482765,
0.037202928215265274,
0.05142361670732498,
-0.05819697305560112,
0.009073268622159958,
-0.01078345812857151,
-0.05007568374276161,
0.04737981781363487,
0.012763233855366707,
0.019730357453227043,
-0.025189483538269997,
-0.08384138345718384,
-0.08067374676465988,
0.04077494889497757,
0.014043768867850304,
-0.08842435479164124,
-0.06544210761785507,
0.02001679316163063,
0.04013468325138092,
-0.04387519508600235,
-0.03009258769452572,
0.0027632610872387886,
-0.06338651478290558,
-0.02220718376338482,
-0.05661315470933914,
-0.05445646122097969,
0.04478504881262779,
0.017708459869027138,
-0.01912378892302513,
0.1014992967247963,
-0.05829806998372078,
-0.05455755814909935,
0.0857284888625145,
-0.011625915765762329,
0.0157708078622818,
-0.007443113252520561,
-0.03693334385752678,
0.0076621524058282375,
-0.02711028791964054,
-0.008555157110095024,
-0.026689058169722557,
0.03555171191692352,
0.01325185876339674,
-0.00019494997104629874,
0.0028938420582562685,
-0.017405174672603607,
-0.010539145208895206,
-0.0478178970515728,
0.04438066855072975,
0.04026947543025017,
-0.04556011036038399,
0.043504513800144196,
0.0539172887802124,
0.003203445114195347,
-0.04296534135937691,
-0.012316730804741383,
-0.023032791912555695,
0.005619192495942116,
-0.013319255784153938,
0.026470020413398743,
0.00803704559803009,
0.01514738891273737,
-0.049738701432943344,
-0.010286407545208931,
-0.017253533005714417,
0.012535769492387772,
-0.0248019527643919,
-0.006503772921860218,
0.002908585127443075,
-0.03882044926285744,
-0.030817100778222084,
-0.04326862469315529,
0.01566971279680729,
0.022341977804899216,
-0.02614988572895527,
0.055332619696855545,
0.03304119035601616,
0.006196275819092989,
0.018584616482257843,
0.02171855792403221,
0.02345402166247368,
-0.022240882739424706,
0.050446365028619766,
-0.02001679316163063,
-0.06692483276128769,
0.016503745689988136,
-0.024077439680695534,
0.028980543836951256,
-0.03450706601142883,
0.014532394707202911,
-0.03797798976302147,
-0.06240926310420036,
0.026587963104248047,
-0.019679810851812363,
-0.022746356204152107,
-0.050985537469387054,
-0.04515573009848595,
-0.025172634050250053,
-0.006983974017202854,
0.010766608640551567,
0.03100244142115116,
-0.03602349013090134,
0.014094316400587559,
0.052131280303001404,
-0.025728655979037285,
0.004915740340948105,
0.021432122215628624,
-0.0389215424656868,
0.03160900995135307,
0.07238396257162094,
-0.052434563636779785,
-0.022830601781606674,
-0.02994094416499138,
0.023571964353322983,
0.018938448280096054,
-0.03558541089296341,
0.01153324544429779,
0.008154990151524544,
-0.01090982649475336,
-0.0014627170749008656,
-0.016436349600553513,
0.01607409119606018,
-0.018129689618945122,
-0.06493663787841797,
-0.018382426351308823,
0.008293995633721352,
0.058230672031641006,
0.013336104340851307,
-0.07703432440757751,
-0.052737850695848465,
0.05401838570833206,
0.02810438722372055,
-0.005711862817406654,
-0.08795257657766342,
-0.008264509961009026,
-0.05425427109003067,
-0.03263681009411812,
-0.02530742809176445,
0.06416157633066177,
0.016090940684080124,
-0.04296534135937691,
-0.07373189181089401,
-0.023588813841342926,
0.04431327432394028,
0.0248019527643919,
0.006486923899501562,
-0.03548431769013405,
-0.009528196416795254,
0.01205556932836771,
-0.05165950208902359,
0.025223182514309883,
-0.013833154924213886,
-0.009224911220371723,
0.03747251629829407,
0.03319283202290535,
0.009553469717502594,
0.026722757145762444,
0.0006781783886253834,
-0.037405118346214294,
-0.012249334715306759,
-0.013866852968931198,
0.013344529084861279,
0.05984819307923317,
0.015981420874595642,
-0.010901401750743389,
0.06705962866544724,
-0.006107817869633436,
0.055770695209503174,
0.03497884050011635,
0.022139787673950195,
-0.006305795628577471,
0.01185337919741869,
-0.11504601687192917,
-0.05644466355443001,
0.05583809316158295,
0.006541683804243803,
0.048491861671209335,
-0.00888792797923088,
-0.009443949908018112,
-0.00043992087012156844,
-0.058331768959760666,
-0.012122965417802334,
0.019275430589914322,
0.01228303276002407,
-0.06005038321018219,
-0.05684904381632805,
-0.029081638902425766,
-0.06881193816661835,
0.008344543166458607,
0.03669745475053787,
-0.01090982649475336,
0.04326862469315529,
0.009047995321452618,
-0.011920776218175888,
0.12697522342205048,
-0.011676463298499584,
-0.026874398812651634,
-0.027228230610489845,
0.004138573072850704,
0.05708492919802666,
-0.055029332637786865,
-0.0353495217859745,
0.078854039311409,
0.01956186629831791,
0.02080870419740677,
0.07602337747812271,
-0.01182810589671135,
-0.0075273592956364155,
-0.04262835904955864,
-0.008470911532640457,
0.03703443706035614,
-0.04431327432394028,
-0.01721983402967453,
0.05479344725608826,
0.04822227731347084,
-0.01601511985063553
] |
8,946 | sentencepiece | EncodeAsImmutableProto | null | def EncodeAsImmutableProto(self, input, **kwargs):
return self.Encode(input=input, out_type='immutable_proto', **kwargs)
| (self, input, **kwargs) | [
-0.0049519846215844154,
-0.03458898514509201,
-0.026349550113081932,
-0.017893726006150246,
-0.040215108543634415,
-0.056727271527051926,
-0.048903968185186386,
-0.009221510030329227,
0.002305377507582307,
-0.012392445467412472,
0.03868373855948448,
0.0016801375895738602,
-0.028829704970121384,
0.08655569702386856,
0.00374935963191092,
0.015430216677486897,
0.032724712044000626,
-0.028297053650021553,
0.020140843465924263,
0.03157618269324303,
0.030294492840766907,
0.01575480028986931,
0.015621637925505638,
0.03177592530846596,
0.01593790017068386,
0.029096029698848724,
-0.022204864770174026,
0.02453521080315113,
-0.049636360257864,
-0.023137003183364868,
0.020174134522676468,
-0.03688604012131691,
0.020307296887040138,
0.019724711775779724,
0.0027339947409927845,
-0.026649165898561478,
-0.035288091748952866,
0.08935210853815079,
-0.043710626661777496,
-0.04118053615093231,
0.005830025300383568,
-0.02183866687119007,
-0.04214596375823021,
-0.04550832137465477,
0.04880409687757492,
-0.0035412930883467197,
-0.00556370010599494,
0.11724967509508133,
-0.0023178616538643837,
-0.015122278593480587,
0.011418693698942661,
0.0397823303937912,
0.02272086963057518,
0.02258770726621151,
-0.03295774385333061,
0.04088091850280762,
0.06824583560228348,
0.03160947188735008,
0.04976952448487282,
0.03160947188735008,
-0.03558770567178726,
0.0233367457985878,
0.043710626661777496,
-0.06528297066688538,
0.009288092143833637,
-0.012717029079794884,
-0.042512163519859314,
-0.05819205939769745,
-0.02798079326748848,
0.011094109155237675,
-0.014331625774502754,
-0.015355313196778297,
-0.005542893428355455,
0.02461843751370907,
-0.014789371751248837,
0.020540332421660423,
0.05070166289806366,
0.006591549143195152,
-0.012650447897613049,
0.00030481754220090806,
0.01237579993903637,
-0.03635339066386223,
-0.04670678451657295,
-0.01668693870306015,
-0.05552880838513374,
-0.04381049796938896,
0.029096029698848724,
-0.00662483973428607,
-0.005701024085283279,
-0.0231869388371706,
0.01095262449234724,
0.061720866709947586,
-0.01935851387679577,
0.04480921849608421,
-0.03505505621433258,
-0.026749039068818092,
-0.013807297684252262,
-0.02123943530023098,
-0.01766069047152996,
0.0614878349006176,
-0.06431753933429718,
0.04654033109545708,
-0.08102944493293762,
-0.002145166276022792,
-0.04031497985124588,
0.026649165898561478,
0.028330344706773758,
-0.00923815555870533,
-0.049802813678979874,
-0.048371315002441406,
-0.029495516791939735,
0.07457105815410614,
-0.037318821996450424,
-0.025999998673796654,
0.055928293615579605,
0.0703764408826828,
-0.0033103390596807003,
-0.009953904896974564,
0.027814339846372604,
0.030361074954271317,
-0.042445581406354904,
0.09381305426359177,
0.0007677656249143183,
-0.010020486079156399,
0.0033061779104173183,
0.0358540304005146,
0.04101408272981644,
-0.045408450067043304,
0.008622278459370136,
-0.04281177744269371,
-0.022304736077785492,
0.004877080675214529,
-0.008680537343025208,
0.11278872936964035,
0.05845838412642479,
0.027997437864542007,
0.03485531359910965,
-0.0677131861448288,
-0.03189244493842125,
0.05203328654170036,
0.021189499646425247,
0.0040094428695738316,
0.08276055753231049,
0.0397823303937912,
0.047838665544986725,
-0.04108066484332085,
0.027281688526272774,
-0.027864275500178337,
-0.018243277445435524,
-0.0006283610709942877,
0.05982330068945885,
-0.023220229893922806,
-0.06651472300291061,
0.05722663179039955,
-0.002991997404024005,
0.05166709050536156,
-0.0169282965362072,
-0.04937003552913666,
0.030627399682998657,
-0.011019205674529076,
-0.033207423985004425,
0.020573623478412628,
0.06564916670322418,
0.04221254587173462,
0.016345709562301636,
0.010711266659200191,
0.06528297066688538,
-0.030710626393556595,
-0.02177208662033081,
0.018426375463604927,
0.01695326343178749,
-0.0020785850938409567,
0.025567220523953438,
-0.006412611808627844,
0.012142765335738659,
-0.014614596031606197,
-0.02312035672366619,
0.0031209986191242933,
-0.019641485065221786,
-0.014464788138866425,
-0.014797694981098175,
-0.00519334152340889,
-0.023236874490976334,
0.010178616270422935,
0.02744814194738865,
-0.011643405072391033,
-0.03545454517006874,
0.07963123917579651,
0.03295774385333061,
-0.007465428672730923,
0.028979511931538582,
-0.0009467029012739658,
0.04161331430077553,
0.004494238179177046,
-0.01031177956610918,
-0.04537515714764595,
-0.07676824182271957,
-0.0026424454990774393,
-0.035021767020225525,
0.0624532625079155,
-0.00026710546808317304,
-0.004161331336945295,
0.008085466921329498,
-0.009030088782310486,
-0.044875796884298325,
0.002604993525892496,
0.0014959987020120025,
-0.0664481371641159,
0.06748015433549881,
-0.0782330334186554,
-0.04807170107960701,
0.02628296986222267,
-0.026449423283338547,
-0.08056337386369705,
-0.012284249998629093,
-0.05765940994024277,
0.021522406488656998,
0.0017675255658105016,
0.043444301933050156,
0.01089436560869217,
0.04700639843940735,
0.0038658769335597754,
-0.030161330476403236,
0.016612034291028976,
0.02232138253748417,
0.029179256409406662,
0.010028808377683163,
-0.00172383151948452,
-0.03284122794866562,
-0.036786168813705444,
0.0004892165306955576,
0.015946222469210625,
0.009454544633626938,
-0.04780537635087967,
-0.026382841169834137,
0.07856594026088715,
0.003820102196186781,
-0.05536235496401787,
-0.05143405497074127,
0.04940332844853401,
-0.013699103146791458,
0.039815619587898254,
0.06032266095280647,
0.04347759112715721,
0.005309858825057745,
-0.005979833193123341,
0.021156208589673042,
0.007715108338743448,
-0.002817221451550722,
0.059556975960731506,
-0.03154289349913597,
-0.016811778768897057,
-0.11085786670446396,
0.02373623475432396,
0.06604865193367004,
0.02603328973054886,
-0.010694622062146664,
-0.022804096341133118,
0.0076651726849377155,
0.01223431434482336,
-0.005875799804925919,
-0.009928937070071697,
0.03781817853450775,
-0.02097311057150364,
0.021023046225309372,
-0.05406401678919792,
-0.018709346652030945,
0.006841228809207678,
0.024818180128932,
0.03116004914045334,
-0.0262996144592762,
0.034688860177993774,
0.03618693724274635,
0.014622918330132961,
0.014606273733079433,
-0.09101664274930954,
-0.007323943544179201,
0.019125480204820633,
0.0532650426030159,
-0.03249167650938034,
0.00004876560342381708,
-0.013174775056540966,
0.021139563992619514,
-0.00685787433758378,
0.024019205942749977,
0.011268885806202888,
-0.002498879563063383,
0.028030728921294212,
0.0011100351111963391,
-0.039083223789930344,
0.014706145040690899,
0.011859794147312641,
-0.017244556918740273,
-0.019841227680444717,
-0.010511523112654686,
0.02992829494178295,
0.030927015468478203,
0.044609472155570984,
0.04427656531333923,
0.03582074120640755,
-0.013798975385725498,
0.004250800237059593,
0.008472470566630363,
0.012575543485581875,
0.022754160687327385,
-0.022404609248042107,
-0.054430216550827026,
0.028330344706773758,
-0.04737259820103645,
0.06255313754081726,
0.028879640623927116,
0.04367733374238014,
-0.03335723280906677,
0.003406049683690071,
-0.0013451504055410624,
-0.01361587643623352,
0.08176183700561523,
-0.001344110001809895,
0.064450703561306,
-0.014015364460647106,
-0.033740077167749405,
-0.047505758702754974,
-0.055262479931116104,
-0.02846350707113743,
-0.1084609404206276,
-0.05696030333638191,
0.08662227541208267,
-0.0020161650609225035,
0.036519844084978104,
-0.08229449391365051,
-0.024585146456956863,
-0.004760563373565674,
0.009862355887889862,
0.012250959873199463,
-0.05136747658252716,
0.0017706465441733599,
-0.00395118398591876,
-0.042578741908073425,
0.03180921822786331,
-0.0022637643851339817,
0.018526246771216393,
0.024718308821320534,
-0.017743917182087898,
-0.025267604738473892,
-0.0374852754175663,
-0.02117285504937172,
-0.02858002483844757,
0.04038156196475029,
-0.03145966678857803,
0.010744557715952396,
-0.004456785973161459,
0.01361587643623352,
0.007760883308947086,
0.022804096341133118,
0.020040972158312798,
-0.0004494237946346402,
0.02575031854212284,
-0.045674774795770645,
-0.02049039676785469,
0.025167733430862427,
0.0434110090136528,
-0.05223303288221359,
0.031043533235788345,
-0.04524199664592743,
-0.03535467013716698,
-0.026682456955313683,
0.0075070420280098915,
-0.027964146807789803,
0.030361074954271317,
-0.017693981528282166,
-0.00337900104932487,
-0.010028808377683163,
-0.05669397860765457,
-0.013391164131462574,
-0.0335569754242897,
0.08389244228601456,
-0.07543661445379257,
0.008572342805564404,
-0.05456337705254555,
-0.04457618296146393,
0.020823301747441292,
-0.04620742425322533,
0.005821702536195517,
0.00337900104932487,
0.04753905162215233,
0.04940332844853401,
0.10466580837965012,
0.014314980246126652,
0.04201280325651169,
0.018110115081071854,
0.0018830024637281895,
-0.011210626922547817,
0.025400767102837563,
-0.0049186935648322105,
-0.04444301873445511,
0.023503199219703674,
-0.010644685477018356,
0.02596670761704445,
0.00036749758874066174,
-0.04747246950864792,
0.056128039956092834,
-0.011252240277826786,
0.015113955363631248,
-0.022870678454637527,
-0.009870678186416626,
0.027148526161909103,
0.012667092494666576,
0.038051214069128036,
0.004964468535035849,
0.026682456955313683,
-0.0022387963254004717,
0.029112674295902252,
-0.027681177482008934,
-0.026998719200491905,
0.04381049796938896,
-0.034822020679712296,
0.04477592557668686,
-0.10752880573272705,
-0.031126759946346283,
0.015355313196778297,
0.019907809793949127,
0.005975672043859959,
0.0277810487896204,
0.006129641085863113,
0.050734952092170715,
-0.001077784807421267,
-0.01854289323091507,
0.020257361233234406,
0.002394846174865961,
0.06195390224456787,
0.04088091850280762,
-0.000654889561701566,
0.003711907658725977,
-0.019108833745121956,
0.0307439174503088,
-0.02050704136490822,
0.040614593774080276,
-0.02218821831047535,
-0.02332010120153427,
0.06964404135942459,
0.05925735831260681,
-0.0060172853991389275,
0.04484250769019127,
0.005268245469778776,
0.023003840819001198,
0.028363635763525963,
-0.047239433974027634,
0.056527525186538696,
0.0361536480486393,
0.02198847569525242,
0.09521126002073288,
0.034822020679712296,
0.05419718101620674,
-0.026948781684041023,
-0.027697822079062462,
-0.03641997277736664,
0.001736315549351275,
-0.04347759112715721,
0.004727272316813469,
-0.03891677036881447,
0.02818053588271141,
-0.021206144243478775,
0.04158002510666847,
0.0351882204413414,
0.02992829494178295,
-0.008505761623382568,
0.0009300575475208461,
-0.034222789108753204,
-0.0022720869164913893,
0.005026888567954302,
0.043444301933050156,
-0.011759922839701176,
0.025983354076743126,
-0.04387708008289337,
0.007090908940881491,
-0.03582074120640755,
0.003231273964047432,
0.0021118756849318743,
-0.03432266041636467,
-0.05679384991526604,
-0.009928937070071697,
0.011044173501431942,
-0.011743277311325073,
0.05616132915019989,
0.0075112031772732735,
-0.003605793695896864,
0.002500960137695074,
0.008580665104091167,
0.08762099593877792,
0.058291930705308914,
-0.10040460526943207,
0.05692701414227486,
-0.0023261841852217913,
-0.01960819400846958,
0.016811778768897057,
-0.00841005053371191,
0.0005914292414672673,
-0.019241996109485626,
0.020274007692933083,
-0.06604865193367004,
-0.03150960057973862,
0.03924967721104622,
-0.025334184989333153,
-0.03012803941965103,
-0.012950063683092594,
-0.008763764053583145,
-0.004246638622134924,
-0.01449807919561863,
0.02305377647280693,
0.020207425579428673,
-0.06361843645572662,
-0.0031875798013061285,
0.018759282305836678,
0.00273815612308681,
0.00980409700423479,
0.004527528770267963,
-0.0011932618217542768,
0.00537644000723958,
-0.03875031694769859,
-0.06604865193367004,
0.008763764053583145,
0.014814339578151703,
0.0006730953464284539,
-0.04807170107960701,
-0.017377719283103943,
-0.024169012904167175,
0.02203841134905815,
-0.05246606841683388,
-0.0320422537624836,
0.009412931278347969,
0.002887964015826583,
-0.03632010146975517,
0.045408450067043304,
0.038051214069128036,
0.006699743680655956,
0.00001791323120414745,
0.05166709050536156,
0.037052493542432785,
-0.04234571009874344,
-0.03375672176480293,
-0.030594108626246452,
-0.002045294502750039,
0.0162042248994112,
-0.05273239314556122,
-0.03931625932455063,
0.04221254587173462,
-0.0020161650609225035,
0.042778488248586655,
-0.027331624180078506,
-0.02044045925140381,
-0.05912419781088829,
-0.01854289323091507,
0.007981433533132076,
0.01324967946857214,
-0.021522406488656998,
-0.06291933357715607,
0.021455824375152588,
0.005363956093788147,
0.02709859050810337,
0.021805375814437866,
-0.008435019291937351,
0.02871318720281124,
0.03622023016214371,
-0.03875031694769859,
-0.026549294590950012,
0.07204096764326096,
-0.025450702756643295,
0.02103969268500805,
-0.03229193016886711,
0.03279129043221474,
0.07803329080343246,
0.027897566556930542,
0.04404353350400925,
0.0335569754242897,
0.02305377647280693,
-0.014639563858509064,
-0.010378360748291016,
0.030177975073456764,
0.0061254799365997314,
0.05682714283466339,
-0.0307439174503088,
0.05196670815348625,
-0.032192058861255646,
-0.03901664540171623,
0.036786168813705444,
-0.0015136842848733068,
-0.007095070090144873,
0.009013444185256958,
-0.051001276820898056,
0.042445581406354904,
-0.03047759085893631,
0.03169269859790802,
0.02709859050810337,
0.030560817569494247,
0.008380921557545662,
-0.03127656877040863,
0.0024052495136857033,
-0.035554416477680206,
0.02731497958302498,
0.0002573523379396647,
-0.003420614404603839,
0.05479641258716583,
-0.04544173926115036,
0.013416132889688015,
0.01466453168541193,
-0.00910499319434166,
-0.025134442374110222,
0.020323943346738815,
0.050535209476947784,
0.0207067858427763,
-0.011818181723356247,
0.04247887060046196,
-0.07250703871250153,
-0.05183354392647743,
-0.004681497812271118,
-0.08056337386369705,
-0.06002304330468178,
0.03984890878200531,
-0.021655568853020668,
-0.03568757697939873,
-0.006241997238248587,
0.005842509213835001,
-0.04281177744269371,
-0.02320358343422413,
-0.05819205939769745,
-0.04647374898195267,
-0.052965424954891205,
-0.014439820311963558,
0.011676696129143238,
-0.02535083144903183,
0.040747758001089096,
0.03565428778529167,
-0.07896542549133301,
-0.016495518386363983,
0.053764402866363525,
-0.018576184287667274,
-0.03821766749024391,
0.006533290259540081,
-0.045142121613025665,
0.06315236538648605,
-0.051134441047906876,
-0.055994875729084015,
0.03768501803278923,
-0.03878360986709595,
-0.026266323402523994,
0.007989756762981415,
-0.005942381452769041,
-0.02946222573518753,
-0.04937003552913666,
-0.04584122821688652,
-0.00971254799515009,
-0.016911650076508522,
0.03878360986709595,
-0.00039610674139112234,
0.048371315002441406,
0.042512163519859314,
-0.004290332552045584,
0.018859153613448143,
0.042112674564123154,
-0.03655313700437546,
0.02495134249329567,
-0.00685787433758378,
-0.034422535449266434,
0.00947119016200304,
0.02656593918800354,
0.039948780089616776,
-0.02035723254084587,
-0.004213348031044006,
-0.009088347665965557,
-0.01962483860552311,
-0.02596670761704445,
0.028147246688604355,
-0.014548014849424362,
-0.007923174649477005,
0.02163892425596714,
-0.054030727595090866,
-0.014131881296634674,
0.049736231565475464,
0.01949167624115944,
-0.027631239965558052,
0.04813828319311142,
0.02892957627773285,
-0.01593790017068386,
0.0068703582510352135,
0.011119077913463116,
-0.022437898442149162,
0.03364020213484764,
-0.004356914199888706,
-0.016037771478295326,
-0.0769014060497284,
0.06991036981344223,
0.03498847410082817,
-0.03565428778529167,
-0.02345326356589794,
0.05745966359972954,
0.020523685961961746,
-0.03795134276151657,
-0.05003584921360016,
-0.032608192414045334,
-0.01489756628870964,
0.0029545454308390617,
0.014131881296634674,
-0.010669654235243797,
0.012034570798277855,
0.013499359600245953,
0.05656081810593605,
-0.013607554137706757,
0.021655568853020668,
-0.0320422537624836,
-0.04084762930870056,
-0.001235915464349091,
0.028546733781695366,
-0.02373623475432396,
0.009129961021244526,
0.04064788669347763,
-0.03269141912460327,
0.02338668331503868,
0.0015407329192385077,
-0.02656593918800354,
0.028297053650021553,
-0.03835083171725273,
-0.0060172853991389275,
0.011585147120058537,
-0.02776440419256687,
-0.0670473724603653,
-0.0368194617331028,
-0.064450703561306,
-0.03721894696354866,
0.011427015997469425,
-0.023902688175439835,
0.0005961107090115547,
0.028030728921294212,
-0.03605377674102783,
-0.0012296733912080526,
0.06538283824920654,
-0.028014082461595535,
-0.07809986919164658,
-0.013998718932271004,
-0.03868373855948448,
-0.01584634929895401,
0.0063918051309883595,
0.0262996144592762,
0.0064417412504553795,
0.011551856063306332,
-0.02724839746952057,
-0.009454544633626938,
0.039482712745666504,
-0.022637642920017242,
-0.0014835146721452475,
0.00833098590373993,
0.003686939598992467,
-0.0162042248994112,
-0.029495516791939735,
-0.011343789286911488,
0.11272214353084564,
-0.013432777486741543,
-0.009221510030329227,
0.07397183030843735,
-0.015213827602565289,
-0.018992315977811813,
-0.03572086989879608,
0.012617156840860844,
0.09234827011823654,
-0.039882201701402664,
-0.029895005747675896,
-0.005576184019446373,
-0.024901406839489937,
-0.02327016554772854
] |
8,947 | sentencepiece | EncodeAsPieces | null | def EncodeAsPieces(self, input, **kwargs):
return self.Encode(input=input, out_type=str, **kwargs)
| (self, input, **kwargs) | [
-0.036715976893901825,
-0.013679826632142067,
-0.0545504204928875,
-0.02486012876033783,
0.0006000756984576583,
-0.0031961817294359207,
-0.09430635720491409,
0.024066360667347908,
0.06839913129806519,
-0.04448476806282997,
0.05860370025038719,
0.0566108375787735,
-0.004686607047915459,
0.0524899996817112,
0.07032444328069687,
-0.009398547001183033,
0.0033608463127166033,
-0.05482063814997673,
0.017817551270127296,
0.04546431079506874,
-0.0024931905791163445,
0.0426945686340332,
0.06333252787590027,
0.025417454540729523,
0.012522952631115913,
0.03593910112977028,
0.036243095993995667,
0.009263438172638416,
-0.11180302500724792,
-0.0254343431442976,
0.012835392728447914,
-0.0006802969146519899,
0.024421023204922676,
-0.01477759052067995,
0.05097002163529396,
-0.014828256331384182,
-0.021448615938425064,
0.020333964377641678,
-0.03455422818660736,
-0.01372204814106226,
-0.014574926346540451,
-0.012016291730105877,
-0.06931111961603165,
0.0004372583352960646,
-0.006865246221423149,
0.004027948714792728,
-0.04309989884495735,
0.08255184441804886,
0.013249165378510952,
-0.0020171410869807005,
0.014186486601829529,
-0.031244048848748207,
-0.005243933293968439,
0.008368338458240032,
0.006033479236066341,
0.027460984885692596,
0.007536571007221937,
0.006443029269576073,
0.05286155268549919,
0.0049230488948524,
-0.004931493196636438,
0.049686480313539505,
0.12984013557434082,
-0.02531612291932106,
-0.02381303161382675,
0.02555256523191929,
-0.02388058602809906,
-0.010538533329963684,
0.006426140666007996,
0.055090855807065964,
0.027224544435739517,
-0.03546621650457382,
-0.013966933824121952,
0.010234536603093147,
0.0062023657374084,
0.0730266273021698,
0.02594100497663021,
0.04407944157719612,
0.005649261642247438,
0.029842287302017212,
0.03604043275117874,
-0.01727711409330368,
-0.05941435694694519,
-0.02026640996336937,
-0.03279780596494675,
-0.039755940437316895,
-0.04053281992673874,
-0.004228502046316862,
-0.02457302249968052,
0.024758797138929367,
0.0016202572733163834,
0.024556133896112442,
-0.03180137276649475,
0.07154042273759842,
-0.02526545710861683,
-0.030467169359326363,
-0.0014017600333318114,
-0.03661464527249336,
-0.01572335697710514,
0.041411031037569046,
-0.06863557547330856,
0.05799571052193642,
-0.04191768914461136,
-0.030669832602143288,
-0.01871265098452568,
-0.04502520710229874,
0.002064640400931239,
-0.0213472843170166,
-0.019371310248970985,
-0.009998095221817493,
0.0036690644919872284,
-0.015250473283231258,
-0.009111439809203148,
-0.05147667974233627,
-0.0021554171107709408,
-0.020857512950897217,
-0.02565389685332775,
0.0094407694414258,
0.007578792981803417,
-0.0015738133806735277,
0.002714854432269931,
0.013384275138378143,
0.023171260952949524,
0.026261888444423676,
0.019185533747076988,
0.06204899027943611,
0.007887011393904686,
0.012573618441820145,
-0.004661274142563343,
-0.0804576426744461,
0.013502495363354683,
0.03793196380138397,
-0.011121192015707493,
0.024606799706816673,
-0.016981562599539757,
0.02232682704925537,
-0.033608462661504745,
-0.07836344838142395,
0.022867266088724136,
0.04252568259835243,
0.034351564943790436,
-0.02675165981054306,
0.053064215928316116,
0.011230968870222569,
0.002064640400931239,
-0.025704562664031982,
0.07802567631006241,
-0.04742339998483658,
-0.019371310248970985,
-0.011154969222843647,
0.018864650279283524,
0.026954324916005135,
0.005957480054348707,
-0.018695762380957603,
0.009263438172638416,
-0.0006945467321202159,
0.025974782183766365,
-0.014448260888457298,
0.03374357149004936,
0.00772234657779336,
0.003704953007400036,
-0.024302802979946136,
0.0036120652221143246,
0.06343386322259903,
0.029774732887744904,
0.04732206463813782,
0.024556133896112442,
-0.03658086806535721,
0.039587054401636124,
-0.021397950127720833,
0.051409125328063965,
0.019202422350645065,
-0.037290193140506744,
0.047220733016729355,
-0.005564818158745766,
-0.04793005809187889,
-0.035837769508361816,
0.005370598752051592,
-0.0075830151326954365,
-0.03756041079759598,
-0.04482254385948181,
-0.007756123784929514,
-0.01832421123981476,
0.011855849996209145,
0.026380110532045364,
-0.06596716493368149,
0.017243336886167526,
0.07012178003787994,
0.03416578844189644,
-0.04975403472781181,
0.023373926058411598,
0.00838522706180811,
0.0075576817616820335,
0.005573262460529804,
-0.005425486713647842,
-0.050193142145872116,
-0.02497834898531437,
-0.020181966945528984,
-0.015706468373537064,
0.07647191733121872,
-0.05505707859992981,
-0.008465448394417763,
0.03181826323270798,
-0.024488577619194984,
-0.005995479412376881,
-0.02038463018834591,
-0.012354065664112568,
-0.05299666151404381,
0.021229064092040062,
-0.06188010424375534,
0.0010534310713410378,
0.045498088002204895,
-0.005746371578425169,
-0.028913410380482674,
0.02404947206377983,
-0.017597999423742294,
0.008372560143470764,
-0.010428756475448608,
0.025299234315752983,
-0.022597046568989754,
-0.022259272634983063,
0.057252608239650726,
0.0113914106041193,
-0.020013079047203064,
-0.027579205110669136,
-0.007122798357158899,
0.007447905372828245,
0.004589497111737728,
-0.021735724061727524,
-0.014076710678637028,
0.014735369011759758,
-0.012109179981052876,
-0.007553459610790014,
0.04765984043478966,
-0.054449088871479034,
0.04266079142689705,
-0.030348949134349823,
-0.0812683030962944,
-0.04644385352730751,
-0.02002996765077114,
0.020975733175873756,
-0.004935715347528458,
-0.0229685977101326,
-0.019438864663243294,
0.02491079457104206,
0.016787342727184296,
0.014954921789467335,
0.03560132533311844,
0.0031286270823329687,
0.05434775352478027,
0.030180061236023903,
-0.017479779198765755,
-0.05988724157214165,
0.02151617221534252,
0.001471425755880773,
0.02675165981054306,
-0.025924116373062134,
-0.025349900126457214,
0.0036226208321750164,
-0.01773310825228691,
-0.026211222633719444,
0.007414128165692091,
0.043876778334379196,
0.014743813313543797,
0.020874401554465294,
-0.045329201966524124,
-0.05701616406440735,
-0.0027908533811569214,
0.02553567662835121,
0.009516768157482147,
-0.09700854867696762,
0.028372973203659058,
-0.027072545140981674,
0.02514723688364029,
-0.015824688598513603,
0.006620360538363457,
0.026667216792702675,
0.03793196380138397,
0.005767482332885265,
-0.031429823487997055,
0.007730790879577398,
-0.01167851872742176,
-0.0035825101658701897,
-0.04397810995578766,
0.042863454669713974,
-0.014971810393035412,
0.018898427486419678,
0.022917931899428368,
0.04546431079506874,
-0.048132721334695816,
-0.0320209264755249,
0.027629870921373367,
-0.06147477403283119,
-0.013088722713291645,
-0.0012191511923447251,
0.013240721076726913,
-0.008334561251103878,
-0.02538367733359337,
0.05475308373570442,
-0.017412222921848297,
-0.0005842425744049251,
-0.016280682757496834,
0.02227616123855114,
0.010259869508445263,
-0.011062081903219223,
-0.004939937498420477,
-0.053705986589193344,
-0.00619814358651638,
-0.10923594981431961,
0.026160556823015213,
-0.002626188797876239,
0.037864409387111664,
-0.020874401554465294,
-0.01619623973965645,
-0.02376236580312252,
0.021853944286704063,
0.06127211079001427,
0.016162462532520294,
0.045329201966524124,
0.03914794698357582,
-0.01624690555036068,
-0.08106563985347748,
-0.00736346235498786,
0.011450521647930145,
-0.006033479236066341,
-0.0021248064003884792,
0.02830541878938675,
0.004640163388103247,
0.04198524355888367,
-0.06698048114776611,
-0.04343767091631889,
0.0099558737128973,
0.012050068937242031,
-0.015917574986815453,
-0.04380922392010689,
-0.027680538594722748,
0.015166030265390873,
-0.029234295710921288,
0.006911689881235361,
-0.009221216663718224,
0.04012748971581459,
0.03641198202967644,
0.01629757136106491,
0.03735774755477905,
-0.045498088002204895,
-0.02909918688237667,
-0.03661464527249336,
0.010901639237999916,
-0.0239988062530756,
0.04326878488063812,
-0.02795075625181198,
-0.06546050310134888,
0.06319741904735565,
0.03664842247962952,
0.03661464527249336,
0.013654493726789951,
0.021161509677767754,
-0.04093814641237259,
-0.04874071478843689,
0.015410915948450565,
0.10038628429174423,
-0.04303234443068504,
0.04326878488063812,
0.028339195996522903,
-0.003569843713194132,
-0.033895570784807205,
0.0385737344622612,
-0.015166030265390873,
0.04661274328827858,
0.05161178857088089,
-0.007739235181361437,
0.033101800829172134,
-0.06130588799715042,
-0.01622157171368599,
-0.0496189258992672,
0.0754586011171341,
-0.038539957255125046,
0.008621668443083763,
-0.03941816836595535,
-0.07194575667381287,
0.007481683045625687,
-0.026093002408742905,
-0.03995860368013382,
0.004754161927849054,
0.04965270310640335,
0.021955277770757675,
0.042863454669713974,
0.028102755546569824,
0.040431488305330276,
0.003525510895997286,
-0.06299475580453873,
0.028541861101984978,
0.019269978627562523,
-0.033439576625823975,
-0.050497137010097504,
-0.02366103231906891,
0.03502711281180382,
-0.0022377492859959602,
-0.017716219648718834,
0.016981562599539757,
0.01536024920642376,
-0.08066031336784363,
0.015858465805649757,
0.03082183189690113,
-0.044586099684238434,
-0.03448667377233505,
0.00996431801468134,
0.03658086806535721,
0.03718886151909828,
0.0041778357699513435,
-0.040499042719602585,
0.00796723272651434,
-0.019489530473947525,
-0.03948572278022766,
-0.021955277770757675,
-0.05529351904988289,
-0.031075160950422287,
-0.06917601078748703,
-0.06387297064065933,
0.025282345712184906,
-0.001388037926517427,
0.022360606119036674,
0.036884866654872894,
0.06329875439405441,
0.00736346235498786,
-0.02622811123728752,
0.005822370760142803,
0.02634633332490921,
0.007498571649193764,
0.04688296094536781,
-0.011205635964870453,
-0.014397595077753067,
-0.06052900850772858,
-0.05360465496778488,
0.017766885459423065,
0.04002615809440613,
0.008047453127801418,
0.012582062743604183,
0.019219310954213142,
0.01644112542271614,
0.020232632756233215,
0.008950997143983841,
0.018628207966685295,
0.03512844443321228,
0.07694479823112488,
0.014718480408191681,
-0.0820789560675621,
-0.0213472843170166,
-0.03465555980801582,
0.022546380758285522,
0.04668029770255089,
0.00040611985605210066,
0.0281196441501379,
-0.018408656120300293,
0.029031632468104362,
-0.01464248076081276,
0.02783253602683544,
-0.02268148958683014,
0.016061129048466682,
-0.025738339871168137,
0.029994286596775055,
-0.0037471747491508722,
0.04833538830280304,
0.05015936493873596,
-0.012835392728447914,
0.016981562599539757,
-0.055361077189445496,
0.010428756475448608,
0.020823735743761063,
0.025214791297912598,
0.00929721537977457,
0.05563129484653473,
0.007426794618368149,
-0.018222879618406296,
0.07458038628101349,
0.018442433327436447,
-0.042863454669713974,
0.006717470474541187,
0.018104659393429756,
-0.042627014219760895,
-0.04982158914208412,
-0.061846327036619186,
-0.005818148609250784,
0.025045905262231827,
-0.019185533747076988,
0.017766885459423065,
0.06387297064065933,
-0.005315710324794054,
0.07086487859487534,
0.041411031037569046,
-0.04502520710229874,
0.07316173613071442,
-0.00036627313238568604,
-0.018104659393429756,
0.007946121506392956,
0.022647712379693985,
-0.03180137276649475,
-0.07235108315944672,
-0.08147096633911133,
0.009592766873538494,
-0.015579801984131336,
0.07106754183769226,
-0.034419119358062744,
-0.060934338718652725,
0.004403722006827593,
-0.00916210561990738,
0.029318738728761673,
0.02698810212314129,
0.003088516416028142,
0.0338280163705349,
-0.09173928201198578,
-0.042964790016412735,
0.06032634526491165,
-0.06573072075843811,
-0.007139687426388264,
0.053300656378269196,
0.0213472843170166,
0.030636055395007133,
-0.07181064784526825,
-0.026498330757021904,
0.014828256331384182,
0.024606799706816673,
-0.03536488488316536,
-0.020452184602618217,
-0.028052087873220444,
0.045329201966524124,
0.025282345712184906,
-0.0348920002579689,
-0.058873921632766724,
0.02658277377486229,
-0.024877017363905907,
0.0016086462419480085,
0.017412222921848297,
0.012066958472132683,
-0.014110487885773182,
0.05873880907893181,
0.01899975910782814,
0.07843100279569626,
0.06394052505493164,
-0.004969492554664612,
-0.0365133136510849,
0.01689711958169937,
0.03637820482254028,
-0.043775442987680435,
-0.03644575923681259,
0.0052354889921844006,
0.041883911937475204,
0.02364414371550083,
-0.011644741520285606,
-0.01715889386832714,
-0.04441721364855766,
-0.02555256523191929,
0.0026768548414111137,
0.07613414525985718,
0.0656631663441658,
-0.031649377197027206,
0.0067681362852454185,
-0.015968242660164833,
-0.031835149973630905,
0.023965029045939445,
0.04266079142689705,
0.04127592220902443,
-0.01478603482246399,
-0.041647471487522125,
-0.042458128184080124,
0.04978781193494797,
-0.009280326776206493,
-0.03031517192721367,
-0.05218600481748581,
0.03610798716545105,
0.08883442729711533,
0.01464248076081276,
0.0075830151326954365,
0.008347227238118649,
-0.01300427969545126,
-0.049450039863586426,
-0.01796955056488514,
-0.029588958248496056,
0.0075576817616820335,
-0.017665553838014603,
-0.017581110820174217,
0.08275450766086578,
-0.061339665204286575,
-0.03479066863656044,
0.09086106717586517,
-0.016618456691503525,
0.0024636355228722095,
0.02014818973839283,
-0.038371067494153976,
0.011442077346146107,
0.0410057008266449,
0.002757076174020767,
0.013291386887431145,
0.013029612600803375,
0.041309699416160583,
-0.06333252787590027,
-0.03881017491221428,
-0.03965460881590843,
0.008917219936847687,
-0.05779304355382919,
0.02146550640463829,
0.02067173831164837,
-0.04782872647047043,
0.057894375175237656,
0.04982158914208412,
0.020688626915216446,
-0.022951709106564522,
0.032865360379219055,
-0.0011927626328542829,
0.016787342727184296,
0.03698619827628136,
0.013696715235710144,
-0.032696474343538284,
-0.01530113909393549,
-0.06343386322259903,
-0.009204328060150146,
-0.05144290253520012,
-0.01167851872742176,
0.011610963381826878,
-0.00042353628668934107,
0.04965270310640335,
0.0033439574763178825,
-0.06785869598388672,
0.017209559679031372,
0.004842827562242746,
-0.030686721205711365,
-0.03409823402762413,
-0.0010697919642552733,
0.0471869558095932,
-0.03065294399857521,
0.0537397637963295,
0.05931302532553673,
0.011315411888062954,
-0.021617503836750984,
-0.058299705386161804,
-0.006763914134353399,
-0.035803988575935364,
-0.000435147259850055,
-0.018172213807702065,
-0.0005436041974462569,
-0.020739292725920677,
0.02077306993305683,
0.006763914134353399,
-0.044349659234285355,
0.0010893194703385234,
-0.04505898430943489,
0.02019885554909706,
-0.05303043872117996,
-0.07235108315944672,
-0.025569453835487366,
0.0010149037698283792,
0.031041383743286133,
0.03374357149004936,
-0.001840865588746965,
0.03995860368013382,
0.05613795295357704,
0.026380110532045364,
0.02720765396952629,
-0.0078067900612950325,
-0.006869468372315168,
0.00788278877735138,
0.040431488305330276,
-0.015419360250234604,
0.0004087587003596127,
-0.05711749941110611,
0.0414448082447052,
0.03127782419323921,
0.009330992586910725,
-0.035803988575935364,
-0.011568741872906685,
-0.02335703745484352,
0.010749641805887222,
-0.01849309913814068,
-0.05782682076096535,
0.024387245997786522,
-0.046410076320171356,
-0.002942851511761546,
0.03566887974739075,
0.0459371954202652,
-0.009508323855698109,
0.011965625919401646,
-0.020401518791913986,
-0.0024826352018862963,
0.040330156683921814,
0.024353468790650368,
-0.017479779198765755,
-0.019489530473947525,
-0.01319849956780672,
-0.04289723187685013,
-0.0705271065235138,
0.037222638726234436,
0.01945575326681137,
-0.037222638726234436,
-0.08802377432584763,
0.02847430482506752,
0.028102755546569824,
0.022664600983262062,
-0.03322002291679382,
0.03244314342737198,
-0.0106736421585083,
0.0521184504032135,
-0.018104659393429756,
0.0025480787735432386,
-0.001981252571567893,
0.04103947803378105,
0.0017247558571398258,
0.05833348259329796,
-0.008457004092633724,
0.04002615809440613,
0.004690829198807478,
-0.012725616805255413,
0.04978781193494797,
-0.014710035175085068,
-0.009896763600409031,
0.0021448617335408926,
-0.020823735743761063,
-0.02646455354988575,
0.0500580333173275,
-0.001253984053619206,
0.04826783388853073,
0.007186131086200476,
0.002596633741632104,
0.018965981900691986,
-0.029588958248496056,
-0.061677441000938416,
-0.011475854553282261,
-0.018222879618406296,
-0.018391767516732216,
0.04539675638079643,
-0.002702187979593873,
-0.03965460881590843,
0.03191959485411644,
-0.031311601400375366,
0.025062793865799904,
0.022985486313700676,
-0.03235870227217674,
-0.05505707859992981,
-0.042052801698446274,
0.002126917475834489,
-0.05431397631764412,
-0.0007008800166659057,
0.0322067029774189,
0.023610366508364677,
-0.01629757136106491,
0.031480491161346436,
0.0254343431442976,
0.09538723528385162,
-0.012024736031889915,
-0.039755940437316895,
0.0012064847396686673,
0.030906274914741516,
0.02323881722986698,
-0.03847239911556244,
0.03725641593337059,
0.10052139312028885,
0.006464140024036169,
0.03012939542531967,
0.0594819113612175,
-0.04252568259835243,
-0.04901093244552612,
-0.06377163529396057,
0.0106736421585083,
0.05471930652856827,
0.00206041825003922,
-0.06204899027943611,
0.026447664946317673,
0.04809894412755966,
-0.006092589348554611
] |
8,948 | sentencepiece | EncodeAsSerializedProto | null | def EncodeAsSerializedProto(self, input, **kwargs):
return self.Encode(input=input, out_type='serialized_proto', **kwargs)
| (self, input, **kwargs) | [
-0.03700181841850281,
-0.019843988120555878,
-0.0656093955039978,
-0.007525437977164984,
-0.0407288633286953,
-0.04341501742601395,
-0.068161241710186,
0.06393054872751236,
0.029447000473737717,
-0.026156457141041756,
0.03857993707060814,
-0.0020502936094999313,
-0.044187288731336594,
0.0046462127938866615,
0.019457852467894554,
0.007567408960312605,
0.02249656803905964,
-0.04401940479874611,
-0.010769812390208244,
0.02142210491001606,
0.020851297304034233,
0.05150706693530083,
0.02014617994427681,
0.045026712119579315,
0.054293956607580185,
0.03579304739832878,
0.00636283541098237,
-0.0012066722847521305,
-0.06903424859046936,
0.021506046876311302,
0.012255593203008175,
0.005552791059017181,
0.0010157033102586865,
0.02526666782796383,
0.02771778590977192,
0.00904899276793003,
-0.019206024706363678,
0.09173227846622467,
-0.06853058934211731,
-0.030622193589806557,
0.013598672114312649,
-0.012373112142086029,
-0.096768818795681,
-0.018366601318120956,
0.07346640527248383,
-0.012935526669025421,
-0.03324119746685028,
0.12524208426475525,
0.024645494297146797,
0.007584197446703911,
-0.01017382089048624,
0.00047453699517063797,
0.0042265006341040134,
0.017342504113912582,
-0.029665250331163406,
0.04432159662246704,
0.06030423194169998,
-0.0019757947884500027,
0.022429414093494415,
0.03992301598191261,
-0.019441064447164536,
0.03003459796309471,
0.07205617427825928,
0.011181130073964596,
-0.03334192931652069,
-0.038647089153528214,
-0.036397431045770645,
-0.07091455161571503,
-0.06225169822573662,
0.006467763334512711,
-0.005296766757965088,
-0.046403370797634125,
-0.009829657152295113,
0.00995557103306055,
0.016133733093738556,
0.07554817944765091,
0.056006383150815964,
0.006606268230825663,
-0.03700181841850281,
0.031276945024728775,
0.06429989635944366,
-0.08152487874031067,
-0.07574963569641113,
-0.03908358886837959,
-0.035322967916727066,
-0.05953196436166763,
0.02076735347509384,
-0.011374197900295258,
-0.0176782738417387,
-0.01657862775027752,
-0.018081197515130043,
0.05328664556145668,
-0.019357122480869293,
0.07877156883478165,
-0.04015805199742317,
-0.09018773585557938,
0.00106239621527493,
-0.019474640488624573,
-0.05338737741112709,
0.06379623711109161,
-0.05711442232131958,
0.03238498419523239,
-0.0932096615433693,
-0.023319203406572342,
-0.0019432669505476952,
-0.012759247794747353,
0.023604607209563255,
-0.013573489151895046,
-0.03891570493578911,
-0.0011898837983608246,
0.03750547394156456,
0.03518866375088692,
0.0019306755857542157,
-0.0277009978890419,
0.06030423194169998,
0.03931862860918045,
-0.0032821486238390207,
0.027566689997911453,
0.0013735077809542418,
0.008578915148973465,
-0.03911716863512993,
0.1003279760479927,
0.009401550516486168,
0.010576744563877583,
-0.034080620855093,
0.011642813682556152,
0.06161373481154442,
-0.01887025497853756,
-0.01144974585622549,
-0.031814176589250565,
0.03178060054779053,
0.007982923649251461,
-0.011265072971582413,
0.04804864153265953,
0.057920269668102264,
0.021976124495267868,
0.036397431045770645,
-0.046403370797634125,
-0.03988943621516228,
0.03592735528945923,
0.08635996282100677,
0.01439612451940775,
0.04895521700382233,
-0.00021457781258504838,
0.039687976241111755,
-0.01348954625427723,
0.05043260380625725,
-0.0643334686756134,
-0.00740372110158205,
-0.035860199481248856,
0.03683393448591232,
-0.0388149730861187,
-0.055469151586294174,
-0.002753311302512884,
0.00003728223964571953,
0.013842104934155941,
-0.0349872000515461,
-0.05442826449871063,
0.004616832826286554,
-0.03716970235109329,
-0.016133733093738556,
0.03525581583380699,
0.039486512541770935,
-0.016847243532538414,
0.008830741979181767,
0.017325716093182564,
0.03364412114024162,
0.011819092556834221,
-0.031243368983268738,
-0.0025560467038303614,
0.018349813297390938,
0.011785515584051609,
0.0023986545857042074,
0.0439186729490757,
0.021690720692276955,
-0.04559752345085144,
0.009569435380399227,
0.004679789766669273,
-0.03337550535798073,
0.028288595378398895,
0.00863767508417368,
-0.008356467820703983,
0.030773291364312172,
0.011903034523129463,
0.024007530882954597,
-0.03612881526350975,
0.013531518168747425,
0.08172634243965149,
0.04606759920716286,
-0.014362547546625137,
0.030017808079719543,
-0.00022520177299156785,
0.028809038922190666,
0.0030890810303390026,
-0.007168682757765055,
-0.022110432386398315,
-0.03686751052737236,
-0.01640234887599945,
-0.01887025497853756,
0.05499907210469246,
-0.01017382089048624,
-0.011265072971582413,
-0.0007911573047749698,
-0.04539605975151062,
-0.051305606961250305,
0.019843988120555878,
0.03345944732427597,
-0.06957148015499115,
0.07010871171951294,
-0.07360070943832397,
-0.01746002398431301,
-0.019357122480869293,
-0.006555902771651745,
-0.03683393448591232,
-0.003317824099212885,
-0.022630875930190086,
0.03807628154754639,
-0.017308926209807396,
0.0617816187441349,
0.01327129639685154,
0.023100953549146652,
0.03345944732427597,
-0.046403370797634125,
-0.008268328383564949,
-0.008881107904016972,
0.0029295904096215963,
0.02598857320845127,
0.0004267947224434465,
-0.04499313607811928,
-0.06916855275630951,
0.038109857589006424,
0.011416168883442879,
-0.002881323453038931,
-0.022563721984624863,
-0.07360070943832397,
0.0926724299788475,
-0.01406035479158163,
-0.051842838525772095,
-0.03238498419523239,
-0.005326146259903908,
0.018803101032972336,
0.014908173121511936,
0.0038529569283127785,
-0.039050012826919556,
0.021825028583407402,
0.010106666944921017,
0.03774050995707512,
-0.00010125554399564862,
0.02790245972573757,
0.08360664546489716,
0.005657718982547522,
0.004230698104947805,
-0.08098764717578888,
-0.008482381701469421,
0.024108262732625008,
0.01833302341401577,
0.011315437965095043,
-0.023722127079963684,
0.00847818423062563,
0.04274347797036171,
-0.05580491945147514,
0.00039348009158857167,
0.02076735347509384,
-0.0045832558535039425,
0.0394529365003109,
-0.040124475955963135,
-0.03238498419523239,
-0.011651207692921162,
0.04260917007923126,
0.045563943684101105,
-0.028322171419858932,
0.011903034523129463,
0.024964476004242897,
0.025736745446920395,
0.01534467376768589,
-0.0878373458981514,
-0.0432807095348835,
0.014438096433877945,
0.0709817111492157,
0.0033199226018041372,
0.04042666777968407,
0.008612492121756077,
0.024108262732625008,
-0.05456257238984108,
0.04720921441912651,
-0.0038382671773433685,
0.014270211569964886,
0.006476157810539007,
-0.025501707568764687,
-0.04546321555972099,
0.008738406002521515,
0.0011909330496564507,
-0.01220522727817297,
-0.01917244866490364,
-0.04270990192890167,
-0.011021639220416546,
0.02931269258260727,
-0.025552071630954742,
0.06863132119178772,
0.010031118988990784,
0.01071944646537304,
-0.00636283541098237,
0.06191592663526535,
0.0046462127938866615,
-0.01380013395100832,
0.006228527519851923,
-0.053857456892728806,
0.010022724978625774,
-0.08743442595005035,
0.012415084056556225,
-0.022328684106469154,
0.05637572705745697,
-0.031159425154328346,
-0.006988206412643194,
-0.021052759140729904,
0.05201072245836258,
0.10328274965286255,
-0.04633621498942375,
0.0394529365003109,
0.0036032283678650856,
-0.04287778586149216,
-0.01663738675415516,
-0.02451118640601635,
-0.02854042313992977,
-0.05295087769627571,
-0.04307924956083298,
0.03461785241961479,
-0.013523123227059841,
0.01746002398431301,
-0.07172039896249771,
0.008066866546869278,
-0.013170565478503704,
0.03673320263624191,
0.0025035827420651913,
-0.055872075259685516,
0.004302049055695534,
0.04754498600959778,
-0.000317931902827695,
-0.003466821974143386,
0.010971274226903915,
0.03857993707060814,
-0.006283089984208345,
0.00846979022026062,
0.017661483958363533,
-0.06409843266010284,
-0.014740288257598877,
-0.027348440140485764,
0.02995065413415432,
-0.017627907916903496,
0.05872611701488495,
-0.03162950277328491,
0.0192731786519289,
0.025115571916103363,
0.05808815360069275,
0.0086796460673213,
-0.0426427498459816,
0.025317033752799034,
-0.0404602475464344,
0.0034185550175607204,
0.027784939855337143,
0.031276945024728775,
0.004885448608547449,
0.04687344655394554,
-0.016771694645285606,
-0.014589192345738411,
-0.0165618397295475,
0.036934662610292435,
-0.016729723662137985,
0.008595704101026058,
0.01401838380843401,
-0.024679070338606834,
-0.00046981521882116795,
-0.040963899344205856,
-0.0028624364640563726,
-0.0379083976149559,
0.06513931602239609,
-0.01203734241425991,
0.016864031553268433,
-0.03878139704465866,
-0.06785905361175537,
0.017543965950608253,
-0.025954995304346085,
-0.0005959911504760385,
0.001471090828999877,
0.04435517266392708,
0.06537435203790665,
0.060169924050569534,
0.01380013395100832,
0.06691889464855194,
0.0033157255966216326,
-0.02909444272518158,
0.003682973561808467,
0.024964476004242897,
-0.018265869468450546,
-0.040762439370155334,
0.00852015521377325,
0.006228527519851923,
0.0007570557063445449,
0.004562270361930132,
-0.027684209868311882,
0.026592958718538284,
-0.07279486209154129,
0.011063611134886742,
0.0192731786519289,
-0.0026945516001433134,
-0.015714021399617195,
-0.0038655484095215797,
0.0021111518144607544,
0.011432957835495472,
0.02887619286775589,
-0.036934662610292435,
0.049593180418014526,
-0.02854042313992977,
-0.01380852796137333,
-0.0019621539395302534,
0.032569658011198044,
-0.01725856214761734,
-0.03636385500431061,
-0.04005732387304306,
0.032435350120067596,
-0.000766499200835824,
0.038412049412727356,
0.029480576515197754,
0.007953544147312641,
0.06339331716299057,
0.0020775748416781425,
-0.004541284870356321,
0.013136988505721092,
0.02227831818163395,
0.04563109949231148,
0.04180332273244858,
-0.014203057624399662,
0.021875394508242607,
-0.05912904068827629,
0.007445692550390959,
0.03740474209189415,
0.023084165528416634,
-0.0302528478205204,
-0.022429414093494415,
0.046504098922014236,
0.05698011443018913,
0.0021321375388652086,
-0.017779003828763962,
0.021825028583407402,
0.034047044813632965,
0.028288595378398895,
-0.06762401014566422,
0.04989537224173546,
0.00618235906586051,
0.012188439257442951,
0.07346640527248383,
-0.00958622433245182,
0.08038326352834702,
-0.025921419262886047,
-0.0349872000515461,
-0.0353565476834774,
0.04445590451359749,
-0.028019979596138,
0.0027575085405260324,
-0.06591158360242844,
0.024444032460451126,
0.018803101032972336,
0.06409843266010284,
0.0033073313534259796,
-0.005712281446903944,
0.015655260533094406,
-0.04059455543756485,
0.010282945819199085,
0.03154556080698967,
-0.009703743271529675,
0.04398582875728607,
0.04912310466170311,
-0.027633843943476677,
-0.012608150951564312,
0.040325939655303955,
0.0032380789052695036,
0.001114335609599948,
-0.00141128187533468,
-0.019877564162015915,
-0.03451712429523468,
0.00995557103306055,
-0.014899779111146927,
0.007072148844599724,
0.053118761628866196,
0.04976106435060501,
0.0035381729248911142,
0.022244740277528763,
0.029178384691476822,
0.07756279408931732,
0.06409843266010284,
-0.041299670934677124,
0.08481542021036148,
0.014866202138364315,
0.016553444787859917,
0.0362631231546402,
0.0038907311391085386,
0.024914110079407692,
-0.020716989412903786,
-0.0034269492607563734,
-0.03418135270476341,
-0.016788484528660774,
0.037774089723825455,
-0.04197121039032936,
-0.07138463109731674,
-0.03134410083293915,
-0.012121285311877728,
0.01769506186246872,
0.02140531688928604,
0.014673135243356228,
0.050231143832206726,
-0.08300226181745529,
-0.013825315982103348,
-0.0022139812353998423,
0.013993200846016407,
-0.00034521319321356714,
0.030555039644241333,
0.010652292519807816,
-0.0005980897112749517,
-0.0776299461722374,
-0.04465736821293831,
0.0184505432844162,
0.05486476421356201,
-0.024242570623755455,
-0.020935239270329475,
-0.030084962025284767,
0.01235632412135601,
-0.023302415385842323,
-0.06507216393947601,
-0.012389901094138622,
0.03411420062184334,
0.04589971527457237,
-0.012028948403894901,
-0.0005199183360673487,
0.02642507292330265,
0.025854265317320824,
0.004348217509686947,
0.0034920047037303448,
0.04600044712424278,
0.004323034547269344,
-0.07031016796827316,
-0.010534773580729961,
0.0056912959553301334,
0.02258051000535488,
-0.05244722217321396,
0.015101240947842598,
0.056946538388729095,
0.008238947950303555,
0.0776299461722374,
-0.04338144138455391,
-0.03178060054779053,
0.0010519034694880247,
-0.03015211597084999,
-0.0003606900863815099,
-0.008990232832729816,
-0.007701716851443052,
-0.08407672494649887,
-0.00790317915380001,
-0.0011090892367064953,
0.012759247794747353,
0.02726449817419052,
0.019776834174990654,
0.06547508388757706,
0.010677475482225418,
-0.03112584911286831,
-0.04314640164375305,
0.042038362473249435,
-0.00690006697550416,
0.007441495545208454,
-0.05499907210469246,
0.035524431616067886,
0.06584443151950836,
0.01640234887599945,
-0.003798394463956356,
0.030706137418746948,
0.030555039644241333,
0.008965049870312214,
-0.006295681465417147,
0.03918432071805,
-0.03220031037926674,
0.025518495589494705,
-0.03737116605043411,
0.03384558483958244,
-0.03629670292139053,
-0.015579712577164173,
0.054293956607580185,
0.005750055890530348,
0.0021846015006303787,
0.0003543944039847702,
-0.06571012735366821,
0.07487663626670837,
-0.05607353523373604,
0.04955960437655449,
0.0192731786519289,
0.03515508398413658,
0.03750547394156456,
-0.05080195143818855,
0.01013184990733862,
-0.0296148844063282,
0.020330853760242462,
-0.027952825650572777,
-0.028943346813321114,
0.04579898342490196,
-0.02194254845380783,
0.035020776093006134,
0.03985586017370224,
-0.013682614080607891,
-0.07574963569641113,
0.025216301903128624,
0.047679293900728226,
0.01749360002577305,
-0.018719159066677094,
0.035558007657527924,
-0.041836902499198914,
-0.053320225328207016,
0.011785515584051609,
-0.06594516336917877,
-0.050768375396728516,
-0.005926334764808416,
0.01747681200504303,
-0.038009125739336014,
0.03633027896285057,
-0.006333455443382263,
-0.01496693305671215,
-0.010669081471860409,
-0.03676677867770195,
-0.0349872000515461,
-0.0426427498459816,
-0.008574717678129673,
0.03569231554865837,
-0.05553630366921425,
0.020498739555478096,
0.011584053747355938,
-0.054394688457250595,
-0.01865200512111187,
0.020616257563233376,
-0.05520053580403328,
-0.06601231545209885,
-0.019424276426434517,
-0.04166901484131813,
-0.028271807357668877,
-0.047242794185876846,
-0.033123679459095,
0.029799558222293854,
-0.04244128614664078,
-0.02907765470445156,
-0.00943512748926878,
0.010081484913825989,
-0.03310688957571983,
0.01348115224391222,
-0.025233091786503792,
0.004826689139008522,
-0.02247978001832962,
0.020011872053146362,
-0.00006646534166065976,
0.04720921441912651,
0.05308518558740616,
0.01799725368618965,
0.040225207805633545,
0.04549679160118103,
-0.028809038922190666,
0.004104784224182367,
0.006631451193243265,
-0.03545727580785751,
0.0010303931776434183,
-0.03492004796862602,
0.03214994817972183,
-0.05379030108451843,
-0.001925429212860763,
0.0004519774520304054,
-0.042575594037771225,
-0.058256037533283234,
0.062486737966537476,
-0.032855063676834106,
-0.010988062247633934,
0.0032821486238390207,
-0.04616833105683327,
-0.044791676104068756,
-0.022933069616556168,
-0.0015728711150586605,
-0.04955960437655449,
0.02195933647453785,
-0.002969463123008609,
0.015050875954329967,
0.013497941195964813,
-0.02662653475999832,
-0.00754222646355629,
0.02995065413415432,
0.005628339014947414,
-0.015092846937477589,
-0.0636955052614212,
0.030924387276172638,
0.02236226014792919,
-0.03622954711318016,
-0.05976700037717819,
0.0359945073723793,
0.019474640488624573,
0.0106606874614954,
-0.049693912267684937,
-0.019860776141285896,
-0.02875867299735546,
-0.008184385485947132,
-0.021170277148485184,
-0.006908460985869169,
0.028406115248799324,
0.016536656767129898,
0.025736745446920395,
0.014211451634764671,
-0.03988943621516228,
0.02545134164392948,
-0.012381507083773613,
-0.025233091786503792,
-0.026777630671858788,
0.0022139812353998423,
-0.0018341419054195285,
0.01693958044052124,
0.018366601318120956,
0.003987264819443226,
0.044187288731336594,
-0.004654607269912958,
0.02247978001832962,
-0.03176381066441536,
0.020196545869112015,
0.007437298074364662,
-0.03268717601895332,
-0.05170853063464165,
-0.06889993697404861,
-0.025703169405460358,
-0.03804270550608635,
0.02857399918138981,
0.022630875930190086,
-0.01475707720965147,
0.0005241154576651752,
-0.05432753264904022,
-0.015411827713251114,
0.05379030108451843,
0.0007161337416619062,
-0.0366324707865715,
-0.02652580477297306,
-0.02420899271965027,
-0.002709241583943367,
-0.006866490002721548,
0.04579898342490196,
0.013220930472016335,
-0.0013493744190782309,
0.02217758633196354,
0.010257763788104057,
0.0888446569442749,
-0.007349158637225628,
-0.020918451249599457,
-0.03161271661520004,
0.001741805230267346,
0.009997542016208172,
-0.061647310853004456,
-0.04166901484131813,
0.06621377915143967,
-0.002308416413143277,
-0.0277009978890419,
0.05644288286566734,
-0.01433736551553011,
-0.0273820161819458,
-0.061647310853004456,
0.015621684491634369,
0.05499907210469246,
-0.06215096637606621,
-0.0029778573662042618,
0.008041683584451675,
0.0033241198398172855,
-0.030655771493911743
] |
8,949 | sentencepiece | GetPieceSize | null | def GetPieceSize(self):
return _sentencepiece.SentencePieceProcessor_GetPieceSize(self)
| (self) | [
0.004611898213624954,
-0.02398526854813099,
-0.033616747707128525,
0.04766477644443512,
0.039816904813051224,
0.03499267250299454,
0.05741516128182411,
0.011661392636597157,
0.008187605999410152,
0.00683716032654047,
0.020774776116013527,
-0.058536283671855927,
-0.006671539507806301,
-0.006866887211799622,
0.018702393397688866,
0.03378661349415779,
0.03135751187801361,
-0.08140043169260025,
0.008540080860257149,
-0.0034780337009578943,
0.014132962562143803,
0.017717164009809494,
0.03686121106147766,
-0.07718771696090698,
-0.027875229716300964,
-0.0029429516289383173,
0.06675786525011063,
-0.012918410822749138,
0.015602314844727516,
-0.038525912910699844,
-0.06556878983974457,
0.025683941319584846,
-0.026940960437059402,
0.04413153603672981,
0.011151790618896484,
0.01003066636621952,
0.006926340516656637,
-0.015177646651864052,
-0.0037774250376969576,
-0.009079408831894398,
-0.07555699348449707,
0.002879251493141055,
0.0805850625038147,
0.03893359377980232,
-0.025157352909445763,
-0.0189741812646389,
-0.01595054380595684,
0.030304333195090294,
-0.050654441118240356,
-0.05670171603560448,
0.02502145990729332,
-0.01628178358078003,
-0.02408718876540661,
0.03444909676909447,
0.026023676618933678,
-0.015789169818162918,
0.034313201904296875,
0.02303401194512844,
-0.025802848860621452,
0.039307303726673126,
0.02750152163207531,
0.014243376441299915,
0.05975933000445366,
-0.058842048048973083,
0.019942425191402435,
-0.0027645910158753395,
0.0512319877743721,
0.023169904947280884,
0.02913224883377552,
0.03409237414598465,
0.05157172307372093,
0.013980082236230373,
-0.005142733454704285,
0.013249652460217476,
-0.020129280164837837,
0.004853959195315838,
0.02641437202692032,
0.027025893330574036,
0.08812717348337173,
-0.001891897525638342,
-0.00801349151879549,
0.05157172307372093,
0.049669209867715836,
0.00014810309221502393,
0.020401068031787872,
-0.045014843344688416,
0.09104889631271362,
0.016782892867922783,
-0.04443729668855667,
0.07066481560468674,
0.014600098133087158,
0.06998534500598907,
-0.004722312092781067,
-0.026346424594521523,
-0.006246871314942837,
-0.019330903887748718,
-0.033871546387672424,
-0.019195009022951126,
0.008739674463868141,
-0.05296463519334793,
-0.03913743421435356,
0.08615671098232269,
0.042534783482551575,
-0.013980082236230373,
-0.007138675078749657,
0.02918320894241333,
0.024562817066907883,
-0.017768124118447304,
-0.021963847801089287,
0.0028813746757805347,
0.02641437202692032,
0.011601938866078854,
-0.05530880391597748,
0.026091624051332474,
0.03419429436326027,
-0.06631620973348618,
-0.03285234421491623,
-0.023000037297606468,
-0.011559472419321537,
0.03207095339894295,
-0.011805780231952667,
0.02051997371017933,
-0.03944319486618042,
-0.04345206543803215,
0.004509977996349335,
0.05952151492238045,
-0.01873636804521084,
-0.005868916399776936,
0.0003875098773278296,
-0.0686943531036377,
0.05931767448782921,
0.007495396304875612,
0.028265925124287605,
0.01726701483130455,
0.0005648088990710676,
-0.029047314077615738,
0.025208313018083572,
0.007049494422972202,
-0.003743451554328203,
0.014413244090974331,
0.019313916563987732,
0.03424525633454323,
0.042636703699827194,
-0.012391822412610054,
-0.010947950184345245,
0.027178773656487465,
0.014532150700688362,
-0.018005937337875366,
-0.006272351369261742,
0.031391482800245285,
-0.007440189365297556,
0.008153632283210754,
0.03463594987988472,
-0.07976970076560974,
0.02967582456767559,
0.0031935060396790504,
0.0058943964540958405,
-0.0316292978823185,
0.02770536206662655,
-0.08656439930200577,
-0.04192325845360756,
0.006607839372009039,
-0.0503486804664135,
-0.015339020639657974,
-0.003397346707060933,
0.03027036041021347,
0.00811541173607111,
-0.047053251415491104,
-0.007244842126965523,
0.02600668929517269,
0.012374836020171642,
0.04287451505661011,
-0.025259273126721382,
0.05792476236820221,
0.03978293016552925,
0.04229696840047836,
-0.000811116537079215,
0.01995941251516342,
0.007945545017719269,
-0.05826449766755104,
-0.01521162036806345,
-0.024800632148981094,
-0.013436506502330303,
-0.003015145193785429,
0.023458680137991905,
0.024308016523718834,
0.06403999030590057,
0.03675929084420204,
-0.04304438456892967,
-0.023458680137991905,
-0.04032650589942932,
-0.013037318363785744,
0.004943139385432005,
0.03207095339894295,
-0.03076297417283058,
-0.007822390645742416,
0.015118192881345749,
-0.0052446541376411915,
-0.04335014522075653,
-0.024545829743146896,
-0.08663234114646912,
-0.039171408861875534,
-0.010820549912750721,
-0.01672343909740448,
-0.007244842126965523,
0.006021797191351652,
-0.025242285802960396,
0.030644068494439125,
-0.08561313897371292,
0.002628697082400322,
-0.031986020505428314,
-0.05082430690526962,
0.03489075228571892,
0.0316292978823185,
0.05068841576576233,
-0.08595287054777145,
-0.013759254477918148,
-0.0028707580640912056,
-0.036147769540548325,
-0.0325126089155674,
0.048038482666015625,
0.019296929240226746,
0.02843579277396202,
-0.0009194070007652044,
-0.032920289784669876,
-0.03893359377980232,
-0.010693148709833622,
0.02943800948560238,
-0.01788703165948391,
-0.013759254477918148,
-0.019925439730286598,
0.013640346936881542,
-0.0033570032101124525,
0.07881844788789749,
0.03130654990673065,
0.021029576659202576,
-0.049023713916540146,
0.011440564878284931,
-0.013546920381486416,
-0.026567252352833748,
-0.056361984461545944,
-0.02522530034184456,
-0.022065768018364906,
0.009877786040306091,
-0.05296463519334793,
-0.023509640246629715,
-0.0011009527370333672,
0.028503740206360817,
-0.0052276672795414925,
0.01367432065308094,
0.03151039034128189,
-0.08595287054777145,
-0.05045060068368912,
-0.04117584228515625,
0.001605246332474053,
0.004565184935927391,
-0.043078355491161346,
0.013003344647586346,
-0.020587921142578125,
-0.004250930156558752,
0.026584237813949585,
0.003709478070959449,
0.00797527190297842,
0.022524408996105194,
0.023713480681180954,
0.02114848420023918,
-0.0072788153775036335,
0.0006571742706000805,
-0.04810643196105957,
0.020129280164837837,
0.05772092193365097,
0.00003755660873139277,
-0.030779961496591568,
-0.04538855329155922,
-0.06213747337460518,
-0.04103994742035866,
-0.0006545201176777482,
0.04960126429796219,
0.04416550695896149,
0.01151700597256422,
0.0047817653976380825,
-0.041549552232027054,
-0.03910345956683159,
-0.021776992827653885,
-0.030779961496591568,
0.03186711296439171,
0.014786952175199986,
-0.041005976498126984,
-0.00820883922278881,
0.006556879263371229,
-0.06672389060258865,
-0.009308730252087116,
0.012035100720822811,
0.007788417395204306,
0.0421270988881588,
-0.02339073270559311,
-0.030508173629641533,
0.020536961033940315,
0.06835461407899857,
0.04470908269286156,
-0.051503777503967285,
-0.05371205136179924,
-0.058740124106407166,
0.022677289322018623,
-0.023764440789818764,
0.029692810028791428,
0.08010943979024887,
-0.023356759920716286,
0.028707580640912056,
-0.04671351984143257,
-0.011712352745234966,
0.021437257528305054,
0.00029461365193128586,
0.03764260187745094,
0.06522905826568604,
0.05208132788538933,
-0.0060939909890294075,
0.030151452869176865,
0.0075760832987725735,
0.046645570546388626,
0.005588635336607695,
0.007257582154124975,
0.05979330465197563,
0.006913600489497185,
0.03631763532757759,
-0.026227517053484917,
0.010896990075707436,
-0.03385455906391144,
0.05469728261232376,
-0.05109609663486481,
-0.02641437202692032,
-0.05840039253234863,
0.00907091610133648,
0.01571272872388363,
-0.03363373130559921,
0.009971212595701218,
0.032767411321401596,
0.03580803424119949,
-0.03526445850729942,
-0.019313916563987732,
0.05558059364557266,
0.014183922670781612,
-0.015967529267072678,
0.00877364818006754,
0.03429621458053589,
-0.04980510473251343,
0.020842721685767174,
-0.041345711797475815,
0.031153669580817223,
-0.016426172107458115,
-0.028214965015649796,
-0.05622608959674835,
0.019636664539575577,
0.0009756755316630006,
-0.01437077671289444,
0.00615769112482667,
0.034160323441028595,
-0.017598256468772888,
-0.0009714288171380758,
0.04735901579260826,
-0.00639125844463706,
-0.031391482800245285,
0.0032019992358982563,
0.03577406331896782,
-0.06227336823940277,
-0.014183922670781612,
-0.0007431696285493672,
-0.06074456125497818,
0.04402961581945419,
0.045014843344688416,
-0.04613596946001053,
0.020876696333289146,
-0.04297643527388573,
-0.03526445850729942,
0.02235454134643078,
0.05469728261232376,
-0.07480957359075546,
0.03293727710843086,
-0.03161231055855751,
-0.041991207748651505,
0.004951633047312498,
0.018243752419948578,
-0.05890999361872673,
0.013020331971347332,
0.009894772432744503,
0.016782892867922783,
-0.05965740978717804,
-0.016842346638441086,
-0.002037346363067627,
-0.018889248371124268,
-0.03855988755822182,
0.022456461563706398,
-0.04063226655125618,
0.023849373683333397,
-0.025531060993671417,
0.0169527605175972,
-0.0012219831114634871,
-0.021522192284464836,
-0.014990792609751225,
0.039273329079151154,
0.07406216114759445,
-0.007100454997271299,
0.030932841822504997,
0.05683761090040207,
-0.08459393680095673,
-0.04939742386341095,
-0.00047058562631718814,
0.07610056549310684,
-0.04881987348198891,
0.015024766325950623,
-0.0036011876072734594,
0.026923973113298416,
-0.04175339266657829,
-0.020621895790100098,
-0.08228373527526855,
-0.07372242212295532,
-0.004340110346674919,
0.004645871929824352,
0.031442444771528244,
-0.02230358123779297,
0.0017199068097397685,
0.03978293016552925,
0.02571791596710682,
0.05530880391597748,
-0.007151415105909109,
0.020129280164837837,
-0.04304438456892967,
-0.005622609052807093,
0.02184494026005268,
-0.02070682868361473,
-0.061220187693834305,
0.012374836020171642,
-0.017233042046427727,
0.008285279385745525,
0.011058364063501358,
-0.02874155342578888,
0.017717164009809494,
-0.028605660423636436,
-0.04002074524760246,
0.013020331971347332,
0.005975083447992802,
0.050960201770067215,
0.035842008888721466,
0.08432214707136154,
0.0842541977763176,
-0.04399564117193222,
-0.0608464814722538,
-0.0517415925860405,
0.005554662086069584,
-0.02238851599395275,
-0.027960164472460747,
-0.009529558010399342,
0.020689841359853745,
-0.01809087209403515,
-0.037540681660175323,
0.004875192418694496,
0.005176707170903683,
-0.02367950789630413,
-0.035502273589372635,
-0.03392250835895538,
-0.013317598961293697,
0.06322462111711502,
-0.02249043621122837,
0.0054994551464915276,
-0.022031793370842934,
-0.041447632014751434,
-0.012689090333878994,
-0.003255082992836833,
0.020129280164837837,
0.012799504213035107,
0.0739942118525505,
0.003919688984751701,
-0.005745762959122658,
-0.048582058399915695,
0.06584057956933975,
0.024240069091320038,
0.0038453717716038227,
0.03774452209472656,
0.005885903257876635,
-0.019534744322299957,
0.008264046162366867,
-0.006714006420224905,
-0.05371205136179924,
-0.052590928971767426,
0.015644781291484833,
0.005359314382076263,
-0.08303115516901016,
-0.0034907737281173468,
0.027875229716300964,
-0.016782892867922783,
-0.03417730703949928,
0.019398849457502365,
-0.023356759920716286,
-0.05802668258547783,
0.03052516095340252,
0.03492472320795059,
0.05595429986715317,
-0.011907700449228287,
-0.004399564117193222,
-0.011211244389414787,
-0.035604193806648254,
0.06454958766698837,
0.03536637872457504,
-0.09498981386423111,
-0.04817437753081322,
0.01386966835707426,
0.018243752419948578,
0.024562817066907883,
0.010650682263076305,
0.040904056280851364,
-0.004849712364375591,
0.0047987522557377815,
0.01137261837720871,
-0.012187981978058815,
0.056803639978170395,
0.02755248174071312,
0.05544469878077507,
0.05921575427055359,
-0.00698579428717494,
-0.014141456224024296,
0.018702393397688866,
-0.0006847776821814477,
-0.006633319426327944,
-0.0052616409957408905,
-0.04949934408068657,
0.059929195791482925,
-0.029760757461190224,
-0.026074636727571487,
0.011134804226458073,
0.01987447775900364,
0.05361013114452362,
0.011907700449228287,
0.006195911206305027,
0.04953331500291824,
0.04661159962415695,
0.02695794589817524,
-0.052387088537216187,
-0.023475665599107742,
-0.007661017123609781,
0.04678146541118622,
-0.044471267610788345,
-0.12182885408401489,
0.014676538296043873,
0.001243216567672789,
-0.06339449435472488,
0.044912923127412796,
0.06006509065628052,
0.015993010252714157,
-0.0077417041175067425,
-0.019195009022951126,
-0.017751136794686317,
0.01724153570830822,
0.009053928777575493,
-0.07385832071304321,
0.129778653383255,
0.03900153934955597,
0.013937614858150482,
-0.0571773461997509,
-0.004977113101631403,
0.011338644661009312,
-0.0024439662229269743,
-0.04926152899861336,
0.02215070091187954,
-0.008353226818144321,
0.03991882503032684,
0.007300049066543579,
-0.02739960141479969,
0.015423954464495182,
-0.07073275744915009,
-0.007750197313725948,
-0.0037116012535989285,
0.09594107419252396,
0.01526258047670126,
-0.018549513071775436,
0.015993010252714157,
-0.038627833127975464,
-0.0447770319879055,
-0.00718538835644722,
0.03771054744720459,
0.01868540793657303,
-0.01703769341111183,
0.002879251493141055,
0.03910345956683159,
0.05850231274962425,
-0.018124844878911972,
0.03169724717736244,
-0.06149197742342949,
-0.020842721685767174,
0.007567590102553368,
0.03201999515295029,
0.03176519274711609,
-0.02031613327562809,
0.005359314382076263,
0.008642001077532768,
-0.026176556944847107,
0.008247059769928455,
-0.0031446691136807203,
-0.010302454233169556,
-0.004977113101631403,
0.012230448424816132,
0.013937614858150482,
0.02046901360154152,
0.011296178214251995,
0.0915924683213234,
0.07433395087718964,
-0.03331098333001137,
0.025599008426070213,
0.0626130998134613,
0.002934458199888468,
0.0010892743011936545,
0.023509640246629715,
-0.04233093932271004,
0.010319440625607967,
-0.1162572056055069,
-0.08167221397161484,
-0.014065016061067581,
0.047732722014188766,
-0.0438937209546566,
0.03181615099310875,
-0.022575369104743004,
0.020248187705874443,
0.05252297967672348,
-0.01505874004215002,
0.02393430843949318,
0.006807433441281319,
0.0168253593146801,
-0.032682474702596664,
-0.02695794589817524,
-0.009801345877349377,
-0.05218324810266495,
0.003015145193785429,
-0.014455710537731647,
0.04375782608985901,
-0.05588635429739952,
-0.002384512685239315,
-0.010981923900544643,
-0.033022210001945496,
0.004565184935927391,
0.01151700597256422,
0.0106252022087574,
0.05840039253234863,
0.049227554351091385,
-0.028164004907011986,
-0.006905107293277979,
-0.031782180070877075,
-0.0011030760360881686,
-0.005868916399776936,
0.00595809705555439,
0.01837964542210102,
0.03201999515295029,
0.01822676509618759,
0.00014690870011691004,
0.05741516128182411,
-0.04002074524760246,
-0.0038135217037051916,
-0.03166327252984047,
0.025293245911598206,
0.0052446541376411915,
-0.053440265357494354,
-0.0627489984035492,
-0.05513893812894821,
-0.01697823964059353,
-0.027773309499025345,
0.02328881248831749,
0.04205915331840515,
-0.017148107290267944,
0.009741892106831074,
0.039952799677848816,
-0.019942425191402435,
-0.05000894516706467,
-0.003762561595067382,
0.060370851308107376,
-0.013011838309466839,
-0.0636323019862175,
-0.058196552097797394,
0.020638881251215935,
-0.018702393397688866,
0.023968281224370003,
0.05167364329099655,
0.02233755588531494,
0.02057093381881714,
0.055716488510370255,
-0.045218683779239655,
-0.012740050442516804,
0.039409223943948746,
0.015916569158434868,
-0.04861603304743767,
-0.003879345254972577,
-0.01587410271167755,
-0.02665218524634838,
-0.038084257394075394,
-0.007401969283819199,
-0.03385455906391144,
-0.011015896685421467,
0.05068841576576233,
-0.045864179730415344,
0.03455101698637009,
0.0015086343046277761,
0.05113006755709648,
0.024783644825220108,
-0.010455334559082985,
-0.005881656426936388,
-0.020435040816664696,
-0.047494906932115555,
0.00772896409034729,
0.006195911206305027,
-0.04324822500348091,
0.006947574205696583,
-0.04487895220518112,
0.04593212902545929,
0.003811398521065712,
0.0013578770449385047,
-0.008884062059223652,
-0.05316847562789917,
-0.04365590587258339,
0.07107249647378922,
-0.0009634663001634181,
0.047936562448740005,
-0.03130654990673065,
0.05045060068368912,
-0.022932089865207672,
0.0006205466343089938,
0.06753925234079361,
0.028962381184101105,
-0.04766477644443512,
0.054085761308670044,
0.04569431394338608,
0.019195009022951126,
0.015449434518814087,
-0.011686872690916061,
-0.02254139631986618,
-0.03696313127875328,
-0.029556917026638985,
0.00462039140984416,
-0.005788229405879974,
0.008217332884669304,
0.007104701362550259,
-0.03957908973097801,
0.028164004907011986,
-0.05931767448782921,
0.05547867342829704,
-0.0016519598430022597,
0.013147732242941856,
-0.03903551399707794,
0.014200909994542599,
0.0065781124867498875,
-0.025921756401658058,
0.051265962421894073,
0.015050246380269527,
0.00017145984747912735,
0.0030512420926243067,
0.03142545744776726,
0.030542148277163506,
-0.03246164694428444,
0.01008162647485733,
-0.018549513071775436,
0.029013341292738914,
-0.05004291981458664,
-0.0444033220410347,
0.000584449793677777,
-0.02819797769188881,
-0.05890999361872673,
0.004450524225831032,
0.09485392272472382,
-0.014803938567638397,
0.02874155342578888,
0.017564283683896065,
0.03106873668730259
] |
8,950 | sentencepiece | _batched_func | null | def _batchnize(classname, name):
"""Enables batch request for the method classname.name."""
func = getattr(classname, name, None)
def _func(v, n):
if type(n) is int and (n < 0 or n >= v.piece_size()):
raise IndexError('piece id is out of range.')
return func(v, n)
def _batched_func(self, arg):
if type(arg) is list:
return [_func(self, n) for n in arg]
else:
return _func(self, arg)
setattr(classname, name, _batched_func)
| (self, arg) | [
0.003198155900463462,
-0.03320600837469101,
-0.09180276095867157,
-0.00048154679825529456,
-0.08833717554807663,
-0.010821127332746983,
-0.05799558386206627,
-0.02920996956527233,
0.04728054627776146,
0.006378630176186562,
-0.026699185371398926,
-0.006696898490190506,
0.044133223593235016,
-0.027229633182287216,
0.0038435335736721754,
-0.023534182459115982,
0.06110754236578941,
0.03028854727745056,
-0.019467419013381004,
0.011475345119833946,
0.0448758490383625,
0.07249447703361511,
0.012164927087724209,
-0.007691487204283476,
0.04010182246565819,
0.12497340887784958,
0.08685192465782166,
0.027760080993175507,
0.00330866570584476,
-0.028290528804063797,
0.016850546002388,
0.04013718664646149,
-0.012465514242649078,
0.023817088454961777,
0.04554774984717369,
-0.05859675630927086,
-0.03439067304134369,
0.01691243052482605,
-0.05919792875647545,
-0.007709168829023838,
0.053681276738643646,
-0.01491441298276186,
-0.02982882596552372,
-0.03815684840083122,
0.029050836339592934,
0.03439067304134369,
-0.0011360414791852236,
0.06888743489980698,
-0.03663623332977295,
0.0005862548714503646,
-0.05010959878563881,
-0.03332977741956711,
0.05583842843770981,
0.003103117225691676,
0.020934991538524628,
0.06284033507108688,
0.018671749159693718,
0.04052618145942688,
0.017716944217681885,
-0.038475118577480316,
-0.0006304588168859482,
-0.004015929065644741,
0.04692691192030907,
-0.01565703935921192,
-0.010555903427302837,
-0.03101349249482155,
-0.04993278160691261,
-0.009371237829327583,
-0.008876153267920017,
0.05898575112223625,
0.018300434574484825,
0.002501943614333868,
-0.00479612872004509,
0.004243579227477312,
-0.019927140325307846,
0.061708714812994,
-0.014454691670835018,
0.0015758707886561751,
0.07051414251327515,
0.029952596873044968,
0.013526408933103085,
-0.006833930499851704,
0.0008122475701384246,
-0.03709595650434494,
-0.028820974752306938,
-0.015418337658047676,
0.007863882929086685,
-0.03472662344574928,
-0.02813139371573925,
-0.0073113334365189075,
-0.0619916208088398,
0.04201143607497215,
-0.0395006500184536,
-0.005167441908270121,
-0.024559715762734413,
0.023817088454961777,
0.015108910389244556,
-0.026557734236121178,
-0.05452999472618103,
-0.006285801529884338,
-0.03481503203511238,
0.0016974316677078605,
0.06863989681005478,
-0.07680878788232803,
0.004791708197444677,
-0.0847301334142685,
-0.021766025573015213,
-0.008456215262413025,
-0.067402184009552,
0.06375978142023087,
0.04996814578771591,
0.019308285787701607,
-0.026787593960762024,
-0.009601098485291004,
0.018936973065137863,
-0.0008536888053640723,
-0.02360490895807743,
0.009795594960451126,
-0.020952671766281128,
-0.000775779306422919,
0.04045545682311058,
-0.04459294676780701,
-0.000859214283991605,
-0.007691487204283476,
-0.026610778644680977,
0.05796021968126297,
0.01796448603272438,
0.07737459242343903,
0.07716241478919983,
-0.05803094431757927,
-0.037378858774900436,
0.004172852728515863,
-0.048659708350896835,
-0.0028688362799584866,
0.035097938030958176,
-0.015206159092485905,
-0.043072327971458435,
0.022296473383903503,
-0.002382592996582389,
-0.01638198457658291,
0.02650468796491623,
0.007541194092482328,
0.07638442516326904,
-0.0023494400084018707,
0.03041231818497181,
-0.04957915097475052,
0.024488989263772964,
0.019308285787701607,
-0.01967959851026535,
-0.010812286287546158,
-0.016744457185268402,
0.07412118464708328,
0.04349668696522713,
-0.0004409344110172242,
0.031119581311941147,
0.02922765165567398,
-0.017009679228067398,
-0.02813139371573925,
0.0021803597919642925,
-0.057111505419015884,
-0.0009802225977182388,
0.039677467197179794,
-0.0449819415807724,
-0.015161954797804356,
-0.008571146056056023,
0.0055387550964951515,
-0.023481138050556183,
-0.031278714537620544,
0.003001448232680559,
0.048695072531700134,
0.054247088730335236,
0.03502720966935158,
0.04232970252633095,
0.05276183411478996,
0.04717445746064186,
0.06821553409099579,
-0.03868729621171951,
-0.02875025011599064,
0.047033004462718964,
0.013040165416896343,
-0.07702096551656723,
0.013004802167415619,
0.07104458659887314,
-0.05166557803750038,
0.018176663666963577,
0.02634555473923683,
0.022862283512949944,
-0.009441963396966457,
-0.022208064794540405,
0.013323070481419563,
-0.002707491861656308,
0.01907842420041561,
0.033983998000621796,
0.008849631063640118,
-0.009132536128163338,
-0.018830882385373116,
-0.0617794394493103,
0.06927642971277237,
0.061072178184986115,
0.036388691514730453,
-0.04735127091407776,
0.05958692356944084,
0.051524125039577484,
0.005857023410499096,
0.0281137116253376,
0.04278942570090294,
0.03262251615524292,
-0.0036468259058892727,
-0.05498971417546272,
-0.039606738835573196,
0.03584056347608566,
0.023799406364560127,
-0.0004981232923455536,
0.058808933943510056,
0.024559715762734413,
-0.005286792293190956,
0.07224693894386292,
-0.0029793463181704283,
0.04904870316386223,
0.004301044158637524,
0.020068593323230743,
0.021536163985729218,
-0.005154180806130171,
0.011802454479038715,
-0.0013239083345979452,
0.0011813505552709103,
0.006794147193431854,
-0.028325891122221947,
0.007289231289178133,
-0.010502859018743038,
-0.05520189180970192,
0.005454767495393753,
-0.016603004187345505,
0.0506754070520401,
-0.021730661392211914,
-0.01633778028190136,
-0.0309427659958601,
-0.027813125401735306,
0.028962427750229836,
0.013393796980381012,
0.013429160229861736,
-0.007050530053675175,
-0.021164851263165474,
-0.014428169466555119,
0.01155491266399622,
0.007801997475326061,
0.014180627651512623,
0.06425486505031586,
0.0020543786231428385,
0.021695299074053764,
-0.018742475658655167,
0.01461382582783699,
-0.04225897789001465,
-0.006537764333188534,
-0.07376755028963089,
0.03200365975499153,
-0.07383827865123749,
-0.0076207611709833145,
-0.0009846430039033294,
-0.008199832402169704,
-0.017840715125203133,
-0.0392177440226078,
0.009937047958374023,
-0.012412468902766705,
-0.023392731323838234,
0.011095191352069378,
0.012518558651208878,
0.0035606282763183117,
-0.03812148794531822,
0.025974242016673088,
-0.02075817435979843,
0.060471005737781525,
-0.015966467559337616,
-0.02137703076004982,
-0.04402713477611542,
0.013729747384786606,
0.01320814061909914,
-0.00677204504609108,
-0.011988111771643162,
-0.08239616453647614,
0.09802667796611786,
-0.024453625082969666,
-0.016991999000310898,
-0.03301151096820831,
0.022950690239667892,
-0.037378858774900436,
0.039040930569171906,
0.04936697334051132,
-0.014507736079394817,
-0.027972260490059853,
0.007550034672021866,
0.011740569025278091,
0.04261260852217674,
-0.03552229329943657,
0.022809239104390144,
-0.08034510165452957,
-0.056581057608127594,
-0.005543175153434277,
0.01913147047162056,
-0.03246338292956352,
-0.024046948179602623,
-0.04441612958908081,
-0.002890938427299261,
-0.027353404089808464,
-0.0018300435040146112,
-0.060612455010414124,
0.015904581174254417,
-0.004919899627566338,
-0.02821980230510235,
0.012288697995245457,
0.005945431534200907,
0.031261034309864044,
-0.06609375029802322,
-0.07203475385904312,
0.0505339577794075,
0.00743068428710103,
0.046396467834711075,
0.0618855319917202,
0.01627589389681816,
0.07203475385904312,
0.01525036245584488,
0.004449127707630396,
-0.027477174997329712,
0.036282602697610855,
-0.04211752489209175,
0.017221858724951744,
0.0395360141992569,
-0.0032401494681835175,
-0.06453777104616165,
-0.014490054920315742,
-0.02029845491051674,
-0.005534334573894739,
0.004022559616714716,
0.019927140325307846,
-0.040773723274469376,
0.027300359681248665,
0.024329854175448418,
-0.0006326690199784935,
0.018742475658655167,
-0.014401647262275219,
-0.015011661686003208,
0.06361832469701767,
-0.033701092004776,
0.03447908163070679,
-0.009030867367982864,
0.017716944217681885,
-0.001267548301257193,
0.059339381754398346,
0.06478530913591385,
-0.006975383497774601,
0.026734549552202225,
-0.10064355283975601,
-0.0003050072700716555,
0.025567565113306046,
0.05456535518169403,
-0.004212636500597,
0.05417636036872864,
-0.07808186113834381,
-0.004305464681237936,
-0.058738209307193756,
0.023233596235513687,
-0.05198384448885918,
0.016046034172177315,
0.02821980230510235,
0.061673350632190704,
0.011112873442471027,
0.017257222905755043,
-0.057712677866220474,
0.02146543748676777,
0.00876564346253872,
-0.02989955246448517,
0.02929837815463543,
-0.0052912128157913685,
0.010087341070175171,
-0.03274628520011902,
0.01235058344900608,
0.014215990900993347,
-0.009344714693725109,
-0.021712981164455414,
0.012615807354450226,
-0.005887966137379408,
-0.057182230055332184,
0.0840228721499443,
-0.015073547139763832,
0.04052618145942688,
0.011767091229557991,
0.011342734098434448,
0.01380047295242548,
-0.026204101741313934,
-0.004146330524235964,
0.06071854755282402,
-0.022031249478459358,
-0.06393659114837646,
-0.026115693151950836,
-0.10191662609577179,
-0.026893682777881622,
0.026133375242352486,
-0.0013681122800335288,
-0.01625821366906166,
-0.03485039621591568,
-0.01971496269106865,
-0.0197503250092268,
-0.0050127278082072735,
0.04993278160691261,
-0.0016090237768366933,
-0.014949776232242584,
0.00577745633199811,
0.023481138050556183,
-0.011705205775797367,
0.01751360483467579,
-0.017018521204590797,
0.014286716468632221,
-0.0017913650954142213,
-0.009556894190609455,
0.04434540122747421,
-0.0002460226241964847,
0.0007569926674477756,
-0.01751360483467579,
-0.02183675207197666,
0.011095191352069378,
0.015285725705325603,
0.027282677590847015,
0.02860879711806774,
0.06425486505031586,
-0.01461382582783699,
-0.046962276101112366,
0.0252492967993021,
-0.0731310173869133,
-0.023516502231359482,
0.01629357598721981,
-0.05845530331134796,
-0.025602927431464195,
-0.05240820348262787,
-0.01904306188225746,
0.05219602584838867,
-0.03481503203511238,
0.013137414120137691,
-0.0031517415773123503,
0.01486136857420206,
0.01849493198096752,
-0.037449587136507034,
0.009106013923883438,
-0.01044097263365984,
-0.009786754846572876,
-0.01097142044454813,
-0.05785413086414337,
0.004270101431757212,
0.0031252193730324507,
-0.0016642786795273423,
-0.06418413668870926,
0.008628611452877522,
0.06262815743684769,
0.010555903427302837,
-0.016850546002388,
0.06938251852989197,
-0.008858472108840942,
-0.011404619552195072,
-0.06351223587989807,
0.04385031759738922,
0.004588370211422443,
0.027777763083577156,
-0.0019924931693822145,
0.013933084905147552,
0.04031400382518768,
-0.07765749841928482,
0.016443869099020958,
-0.02753021940588951,
0.028025304898619652,
-0.0041109672747552395,
-0.06634128838777542,
0.04286015033721924,
-0.03189757093787193,
0.00031743961153551936,
-0.03196829557418823,
-0.0031406907364726067,
0.05916256830096245,
0.027919214218854904,
0.02247328869998455,
0.009901684708893299,
-0.006997485179454088,
0.009662983939051628,
-0.07666733115911484,
0.03165002912282944,
-0.007196403108537197,
-0.022084293887019157,
-0.01804405264556408,
-0.016567640006542206,
-0.010096182115375996,
0.02641628123819828,
-0.00813794694840908,
-0.010255316272377968,
0.010785764083266258,
0.04448685422539711,
0.05668714642524719,
0.017204176634550095,
0.016850546002388,
0.00787272397428751,
0.0026456064078956842,
0.01461382582783699,
-0.007152199279516935,
0.005901227239519358,
0.023834770545363426,
-0.017036203294992447,
-0.006652694661170244,
0.026840638369321823,
0.02369331754744053,
0.0058526028878986835,
0.04537093639373779,
-0.04964987561106682,
-0.01738099381327629,
-0.02751253917813301,
-0.04339059814810753,
-0.01689475029706955,
0.020563676953315735,
0.008858472108840942,
-0.045901380479335785,
-0.018990017473697662,
0.00929167028516531,
0.019361330196261406,
0.0225616954267025,
0.10057282447814941,
0.001456520170904696,
-0.00591890886425972,
0.004325356334447861,
-0.03525707125663757,
0.018318116664886475,
0.05117049440741539,
0.007214084733277559,
-0.0016742246225476265,
0.056581057608127594,
0.010829967446625233,
0.026044966652989388,
0.04052618145942688,
0.008907096460461617,
0.029652010649442673,
0.04961451515555382,
-0.04738663509488106,
0.01486136857420206,
0.049296244978904724,
0.06524503231048584,
-0.018866246566176414,
0.021553846076130867,
0.03428458422422409,
-0.030818995088338852,
-0.09279293566942215,
0.02710586227476597,
-0.008796585723757744,
0.017840715125203133,
0.005176282487809658,
-0.05520189180970192,
0.003355079796165228,
0.015904581174254417,
-0.04321378096938133,
-0.025726698338985443,
0.06326469033956528,
-0.06322932988405228,
-0.008292661048471928,
-0.04102126508951187,
-0.014339761808514595,
0.0049817850813269615,
-0.030518407002091408,
0.0395360141992569,
0.02767167240381241,
-0.05403490737080574,
-0.04537093639373779,
0.002351650269702077,
0.012483195401728153,
0.03488575667142868,
-0.022756192833185196,
-0.02307446300983429,
-0.01625821366906166,
0.06128435581922531,
-0.017761146649718285,
-0.025585247203707695,
-0.02082890085875988,
0.04621965065598488,
0.032392654567956924,
-0.05810167267918587,
-0.06404267996549606,
-0.06082463636994362,
0.015966467559337616,
-0.017778828740119934,
-0.05332764610648155,
-0.08296197652816772,
-0.008067221380770206,
0.025054799392819405,
-0.07999146729707718,
0.009176740422844887,
0.029934914782643318,
0.025974242016673088,
0.041339535266160965,
0.024453625082969666,
-0.03439067304134369,
-0.008000914938747883,
0.02307446300983429,
0.07069095969200134,
-0.03032390959560871,
0.0020941621623933315,
-0.044133223593235016,
0.00903528742492199,
-0.015179636888206005,
0.026646140962839127,
-0.01068851538002491,
0.05796021968126297,
0.03258715197443962,
-0.04126880690455437,
-0.08352778106927872,
-0.007731270976364613,
-0.003951833117753267,
0.02818443812429905,
-0.005379620939493179,
0.03414313122630119,
0.041339535266160965,
0.02975809946656227,
-0.05739440768957138,
0.019909460097551346,
-0.0339132696390152,
-0.011095191352069378,
0.05746513605117798,
-0.04402713477611542,
-0.04049081727862358,
-0.0017803141381591558,
-0.004575108643621206,
-0.0031672129407525063,
-0.027211951091885567,
-0.07062023133039474,
-0.032993827015161514,
-0.04904870316386223,
0.021217895671725273,
-0.026274828240275383,
-0.028343573212623596,
-0.011059828102588654,
0.06690710037946701,
-0.04031400382518768,
0.010299520567059517,
-0.040207915008068085,
-0.02532002329826355,
-0.005238167941570282,
-0.0733431950211525,
-0.07921347767114639,
-0.006064781919121742,
-0.007629601750522852,
-0.00899108313024044,
-0.03992500901222229,
-0.036813050508499146,
-0.03840439394116402,
0.02243792451918125,
-0.033488914370536804,
0.027300359681248665,
0.00046911442768760026,
-0.04112735390663147,
0.036247238516807556,
-0.005839341785758734,
0.055484797805547714,
0.0281490758061409,
0.040879812091588974,
-0.033983998000621796,
-0.03423153981566429,
0.05407027155160904,
-0.059905193746089935,
-0.02424144558608532,
-0.020616723224520683,
-0.008619770407676697,
-0.01178477331995964,
-0.07192866504192352,
0.015904581174254417,
-0.02075817435979843,
-0.07539425790309906,
0.00758539792150259,
0.017761146649718285,
-0.04943769797682762,
0.059268657118082047,
0.0028157916385680437,
-0.04678546264767647,
0.0022919748444110155,
-0.0018665117677301168,
-0.016744457185268402,
0.007209664210677147,
0.003845743602141738,
0.006869293749332428,
-0.053752005100250244,
-0.014666871167719364,
-0.01807057484984398,
0.03808612376451492,
0.008160049095749855,
0.030818995088338852,
-0.007554455194622278,
-0.009716028347611427,
0.019997866824269295,
0.008597668260335922,
0.0730602890253067,
0.035752154886722565,
-0.005123238079249859,
-0.007258288562297821,
-0.040243275463581085,
0.03868729621171951,
0.030818995088338852,
-0.034160811454057693,
0.02021004632115364,
0.020934991538524628,
0.010520540177822113,
0.005105556454509497,
-0.042471155524253845,
-0.028414299711585045,
-0.017823033034801483,
0.013738587498664856,
-0.008314763195812702,
0.0070637911558151245,
-0.004515433683991432,
0.05003887042403221,
0.013968448154628277,
0.03329441696405411,
0.04151634871959686,
-0.021624572575092316,
-0.0045309048146009445,
0.036353327333927155,
0.0339486338198185,
-0.006078043021261692,
-0.008566725999116898,
0.05131194740533829,
-0.005238167941570282,
0.045264843851327896,
0.015117751434445381,
-0.03985428065061569,
-0.05569697916507721,
-0.01354409009218216,
0.008836369961500168,
-0.00923862587660551,
0.009981252253055573,
-0.015966467559337616,
0.048624344170093536,
-0.0007288126507773995,
-0.0618501678109169,
0.015188477002084255,
0.06503285467624664,
-0.06856916844844818,
0.03255178779363632,
0.003817011136561632,
-0.028396617621183395,
-0.021642254665493965,
-0.06284033507108688,
-0.04038472846150398,
0.013906562700867653,
-0.013605975545942783,
-0.016196327283978462,
0.009468486532568932,
0.06832162290811539,
0.045901380479335785,
-0.01044097263365984,
-0.02705281786620617,
0.032887738198041916,
0.028255164623260498,
0.0012531819520518184,
-0.006586388684809208,
0.09760232269763947,
-0.06241597980260849,
0.046431828290224075,
-0.012129563838243484,
-0.010776923038065434,
-0.05269110947847366,
-0.03189757093787193,
0.03546924889087677,
-0.0051188175566494465,
0.027353404089808464,
0.01638198457658291,
-0.005759774707257748,
0.0847301334142685,
0.011722887866199017
] |
8,952 | sentencepiece | Init | Initialzie sentencepieceProcessor.
Args:
model_file: The sentencepiece model file path.
model_proto: The sentencepiece model serialized proto.
out_type: output type. int or str.
add_bos: Add <s> to the result (Default = false)
add_eos: Add </s> to the result (Default = false) <s>/</s> is added after
reversing (if enabled).
reverse: Reverses the tokenized sequence (Default = false)
emit_unk_piece: Emits the unk literal string (Default = false)
nbest_size: sampling parameters for unigram. Invalid in BPE-Dropout.
nbest_size = {0,1}: No sampling is performed.
nbest_size > 1: samples from the nbest_size results.
nbest_size < 0: assuming that nbest_size is infinite and samples
from the all hypothesis (lattice) using
forward-filtering-and-backward-sampling algorithm.
alpha: Soothing parameter for unigram sampling, and dropout probability of
merge operations for BPE-dropout.
num_threads: number of threads in batch processing (Default = -1, auto-detected)
| def Init(self,
model_file=None,
model_proto=None,
out_type=int,
add_bos=False,
add_eos=False,
reverse=False,
emit_unk_piece=False,
enable_sampling=False,
nbest_size=-1,
alpha=0.1,
num_threads=-1):
"""Initialzie sentencepieceProcessor.
Args:
model_file: The sentencepiece model file path.
model_proto: The sentencepiece model serialized proto.
out_type: output type. int or str.
add_bos: Add <s> to the result (Default = false)
add_eos: Add </s> to the result (Default = false) <s>/</s> is added after
reversing (if enabled).
reverse: Reverses the tokenized sequence (Default = false)
emit_unk_piece: Emits the unk literal string (Default = false)
nbest_size: sampling parameters for unigram. Invalid in BPE-Dropout.
nbest_size = {0,1}: No sampling is performed.
nbest_size > 1: samples from the nbest_size results.
nbest_size < 0: assuming that nbest_size is infinite and samples
from the all hypothesis (lattice) using
forward-filtering-and-backward-sampling algorithm.
alpha: Soothing parameter for unigram sampling, and dropout probability of
merge operations for BPE-dropout.
num_threads: number of threads in batch processing (Default = -1, auto-detected)
"""
_sentencepiece_processor_init_native(self)
self._out_type = out_type
self._add_bos = add_bos
self._add_eos = add_eos
self._reverse = reverse
self._emit_unk_piece = emit_unk_piece
self._enable_sampling = enable_sampling
self._nbest_size = nbest_size
self._alpha = alpha
self._num_threads = num_threads
if model_file or model_proto:
self.Load(model_file=model_file, model_proto=model_proto)
| (self, model_file=None, model_proto=None, out_type=<class 'int'>, add_bos=False, add_eos=False, reverse=False, emit_unk_piece=False, enable_sampling=False, nbest_size=-1, alpha=0.1, num_threads=-1) | [
0.007512012030929327,
0.019258737564086914,
-0.10288510471582413,
0.014278346672654152,
0.009537309408187866,
-0.03223905339837074,
-0.024542922154068947,
0.0022381837479770184,
0.017408352345228195,
-0.019056206569075584,
0.0011398051865398884,
-0.029440458863973618,
-0.046397723257541656,
0.028667163103818893,
-0.009417632594704628,
0.06654022634029388,
0.04485113173723221,
-0.045919016003608704,
0.0017007895512506366,
-0.007576453499495983,
0.013155226595699787,
0.020271385088562965,
-0.020915798842906952,
0.04451971873641014,
0.029771871864795685,
-0.01645093783736229,
-0.014793876558542252,
-0.03689723461866379,
-0.0337304063141346,
-0.05549314618110657,
0.043267715722322464,
-0.055714089423418045,
-0.02666027843952179,
-0.00811960082501173,
0.009357794187963009,
-0.030766109004616737,
0.03455893695354462,
0.04521936550736427,
-0.019442854449152946,
-0.02533462829887867,
0.04768654704093933,
-0.07791871577501297,
0.03542429208755493,
0.040100887417793274,
-0.04731830954551697,
0.027212632820010185,
-0.01693885028362274,
0.08307401835918427,
-0.0002551759534981102,
-0.03245999291539192,
-0.04300995171070099,
-0.06893375515937805,
0.02973504737019539,
0.006066686008125544,
-0.056340090930461884,
-0.03929077088832855,
0.00004538219582173042,
0.030692461878061295,
0.0001737613056320697,
0.03748641163110733,
-0.0006501664756797254,
0.03083975613117218,
0.05792350322008133,
0.04429877549409866,
0.04706054553389549,
0.04547713324427605,
-0.017712146043777466,
0.008230072446167469,
0.025684453547000885,
0.06469904631376266,
0.02133926935493946,
-0.028832869604229927,
0.016156349331140518,
0.06422033905982971,
-0.004837698768824339,
0.015953820198774338,
-0.01011728122830391,
-0.025684453547000885,
0.02492957003414631,
0.012400343082845211,
0.01695726253092289,
0.06355751305818558,
-0.01394693460315466,
-0.03929077088832855,
0.016911232843995094,
-0.0183933824300766,
0.07593023777008057,
-0.015143700875341892,
-0.014131052419543266,
0.030618814751505852,
-0.07291070371866226,
0.03932759165763855,
0.0079216742888093,
0.0003012054366990924,
0.02347503788769245,
-0.009104631841182709,
0.03995359316468239,
-0.0038963959086686373,
-0.009785868227481842,
-0.05350467562675476,
-0.04776019603013992,
0.023659154772758484,
-0.0183841772377491,
-0.024579744786024094,
-0.02419309690594673,
-0.012759373523294926,
0.0053210086189210415,
0.013449816033244133,
-0.029145870357751846,
0.010743281804025173,
0.015290995128452778,
0.011636254377663136,
-0.002232430037111044,
0.01563161425292492,
0.018522264435887337,
-0.06013292074203491,
-0.033233288675546646,
0.04709737002849579,
-0.018126411363482475,
0.06418351829051971,
-0.011912430636584759,
-0.024892745539546013,
-0.10980793833732605,
-0.007189805619418621,
-0.03892253339290619,
-0.020437091588974,
0.0684182271361351,
-0.0012278365902602673,
0.07095905393362045,
-0.0960359200835228,
-0.024285156279802322,
-0.012492402456700802,
-0.007668512407690287,
-0.028317339718341827,
-0.04809160530567169,
-0.0357188805937767,
-0.008515454828739166,
-0.022646507248282433,
-0.055198557674884796,
0.021412916481494904,
0.06086939200758934,
-0.031907640397548676,
0.04731830954551697,
-0.05564044415950775,
0.014517699368298054,
0.006978069897741079,
0.026991689577698708,
-0.07206376641988754,
0.011976872570812702,
0.029256341978907585,
-0.0067249080166220665,
-0.006361274980008602,
-0.051921259611845016,
-0.027415161952376366,
0.025408275425434113,
0.01133245974779129,
0.0056386119686067104,
-0.04249441996216774,
-0.0031944462098181248,
-0.03063722513616085,
-0.00047352834371849895,
0.000458856433397159,
0.009178279899060726,
0.002759467577561736,
0.028262104839086533,
0.03227587416768074,
0.008593704551458359,
0.03481670469045639,
0.035387467592954636,
0.0014706420479342341,
0.004764051642268896,
0.0173807330429554,
-0.015696054324507713,
0.014140257611870766,
0.016193173825740814,
0.06252645701169968,
0.012400343082845211,
0.0067203049547970295,
-0.006812363862991333,
0.0030839755199849606,
-0.013118403032422066,
0.04757607728242874,
-0.023198861628770828,
-0.01082613505423069,
-0.017841028049588203,
0.053651969879865646,
0.08182201534509659,
0.0010506230173632503,
-0.004892934113740921,
-0.02881445735692978,
0.025905394926667213,
0.0006173704750835896,
0.05291549861431122,
0.030287401750683784,
-0.01938761956989765,
0.05508808791637421,
-0.004377404227852821,
0.03724706172943115,
-0.003813542891293764,
-0.006890614051371813,
-0.008897499181330204,
-0.008810043334960938,
-0.008253086358308792,
-0.03965900465846062,
-0.07195328921079636,
0.020179325714707375,
0.005026419647037983,
0.05074290558695793,
-0.07099588215351105,
-0.0008745602099224925,
0.01643252559006214,
-0.0776977688074112,
0.07975989580154419,
0.01500561274588108,
0.09662509709596634,
-0.07887613028287888,
-0.0158341433852911,
0.058770447969436646,
-0.04521936550736427,
0.01563161425292492,
0.019148265942931175,
0.02459815703332424,
-0.02378803864121437,
-0.0007387732621282339,
-0.007622482720762491,
0.033251699060201645,
-0.016616644337773323,
0.00883766170591116,
-0.023953745141625404,
0.0005270375986583531,
-0.0013026344822719693,
-0.0006277271313592792,
-0.03328852355480194,
0.02980869449675083,
-0.0012508513173088431,
0.019258737564086914,
-0.046508193016052246,
0.04665548726916313,
-0.03859112039208412,
-0.04249441996216774,
0.027599278837442398,
-0.016082702204585075,
-0.027212632820010185,
-0.06142174452543259,
0.004915948957204819,
0.055309031158685684,
0.0714377611875534,
-0.017445174977183342,
-0.023162037134170532,
0.0438937172293663,
0.05630326643586159,
-0.0039746458642184734,
-0.02828051522374153,
0.007880248129367828,
-0.01496878918260336,
-0.013412992469966412,
-0.0163404680788517,
-0.06525140255689621,
0.003176034428179264,
0.005560361780226231,
-0.0250400397926569,
0.03660264611244202,
0.05435161665081978,
0.01655220240354538,
-0.012934285216033459,
-0.000246113893808797,
-0.018761618062853813,
-0.00640730420127511,
0.06046433374285698,
0.010135692544281483,
0.008920514024794102,
0.03899617865681648,
-0.04057959467172623,
0.0168559979647398,
-0.020050443708896637,
-0.02257286012172699,
-0.017187409102916718,
0.019737442955374718,
0.057039737701416016,
0.051626671105623245,
0.06013292074203491,
-0.016892820596694946,
0.0044234334491193295,
-0.02122879959642887,
-0.01816323585808277,
0.0077973948791623116,
-0.02796751633286476,
-0.01858670637011528,
0.03669470548629761,
-0.0664297565817833,
-0.007714541628956795,
0.0265682190656662,
0.06410986930131912,
0.019553326070308685,
0.008764013648033142,
-0.06602469086647034,
0.00469500757753849,
-0.006628246046602726,
0.05792350322008133,
-0.061016686260700226,
0.0034798290580511093,
-0.046618662774562836,
0.04606631025671959,
-0.03012169525027275,
-0.007576453499495983,
0.011157547123730183,
0.012133372016251087,
-0.024542922154068947,
-0.001016676309518516,
-0.03279140591621399,
0.005730670876801014,
0.004025278612971306,
0.02154179848730564,
0.010172516107559204,
-0.002028749557211995,
0.025684453547000885,
0.03757847100496292,
0.021597035229206085,
0.01235431432723999,
0.04024818167090416,
-0.03525858744978905,
-0.025555569678544998,
0.03159463778138161,
0.011645459569990635,
0.004476367495954037,
-0.06005927175283432,
0.05527220666408539,
-0.04330454021692276,
-0.013900904916226864,
-0.04002724215388298,
-0.00597462709993124,
-0.018154028803110123,
-0.024892745539546013,
0.038554295897483826,
-0.06665069609880447,
-0.025168923661112785,
-0.023309331387281418,
-0.012952697463333607,
0.03350946679711342,
-0.01593540795147419,
0.042531244456768036,
-0.014775465242564678,
-0.057039737701416016,
0.04153700917959213,
0.027451984584331512,
-0.05166349560022354,
-0.04617678001523018,
-0.029698224738240242,
0.019074618816375732,
0.01990314945578575,
0.04138971492648125,
0.025187334045767784,
0.003215159522369504,
0.08454696089029312,
0.04890172556042671,
0.011921636760234833,
-0.0051276846788823605,
-0.027028514072299004,
0.060611627995967865,
-0.04231030493974686,
-0.008239277638494968,
0.008589101955294609,
-0.04481430724263191,
0.031171167269349098,
-0.028243692591786385,
-0.02991916611790657,
0.0378178246319294,
-0.044372424483299255,
0.0286119282245636,
0.040690064430236816,
-0.011663871817290783,
-0.005758288782089949,
-0.0037997339386492968,
-0.0008906705770641565,
-0.01066963467746973,
0.02115515246987343,
-0.06016974523663521,
0.05011690407991409,
0.02214938774704933,
-0.04113194718956947,
-0.007392335217446089,
0.046213604509830475,
-0.0028054972644895315,
0.019074618816375732,
0.0003869353677146137,
0.0002528744807932526,
0.029293164610862732,
0.061237629503011703,
0.036823589354753494,
-0.019755855202674866,
0.02940363623201847,
0.0480179600417614,
-0.005067846272140741,
-0.04271536320447922,
0.04444606974720955,
0.03454052656888962,
-0.03976947441697121,
0.03234952315688133,
-0.03719182312488556,
-0.011709901504218578,
0.044372424483299255,
-0.032312698662281036,
0.010025221854448318,
0.06963340938091278,
-0.07335259020328522,
-0.010089662857353687,
0.007645497564226389,
0.04043230041861534,
-0.013238079845905304,
0.053062792867422104,
-0.029072223231196404,
0.051111139357089996,
-0.031097520142793655,
-0.053062792867422104,
-0.08727190643548965,
0.0005972326034680009,
-0.02327250875532627,
0.011286430060863495,
-0.009426838718354702,
-0.018522264435887337,
-0.002872239798307419,
0.11253288388252258,
0.09264814853668213,
0.04636089876294136,
0.0017836425686255097,
0.009537309408187866,
-0.03255205228924751,
-0.026881219819188118,
0.004980390425771475,
-0.02227827161550522,
-0.0653618723154068,
-0.03299393504858017,
0.005661626812070608,
-0.01108389999717474,
0.018117206171154976,
0.008009130135178566,
0.012437166646122932,
-0.04555077850818634,
-0.0011208179639652371,
0.018964149057865143,
-0.01900097168982029,
0.04676595702767372,
0.010163310915231705,
0.03943806514143944,
0.05114796385169029,
0.00748439459130168,
-0.07121682167053223,
0.010255369357764721,
-0.034264348447322845,
0.010780105367302895,
0.021284034475684166,
0.029587753117084503,
0.039364416152238846,
0.0084279989823699,
0.024837510660290718,
-0.029053810983896255,
0.00929335318505764,
-0.00013945496175438166,
0.010807722806930542,
-0.028004338964819908,
0.003558079246431589,
0.04002724215388298,
0.020786914974451065,
0.050595611333847046,
0.003070166800171137,
0.01929556019604206,
0.0077973948791623116,
0.01745438016951084,
-0.04676595702767372,
-0.00020626962941605598,
-0.023456625640392303,
-0.024892745539546013,
0.030397871509194374,
-0.020400268957018852,
-0.02268332988023758,
0.015889378264546394,
0.03704452887177467,
-0.018319735303521156,
0.016625849530100822,
-0.04772337153553963,
0.03684199973940849,
-0.06451492756605148,
-0.0664297565817833,
0.0189089123159647,
-0.010402663610875607,
0.046213604509830475,
-0.012188607826828957,
-0.025297805666923523,
0.03308599442243576,
-0.027857044711709023,
-0.06374163180589676,
0.025684453547000885,
0.015668436884880066,
0.0015650024870410562,
0.021523388102650642,
0.03542429208755493,
-0.012943491339683533,
0.00691823149099946,
0.0209526214748621,
-0.034080229699611664,
0.02113674022257328,
-0.004476367495954037,
-0.01645093783736229,
-0.10354793071746826,
-0.015438289381563663,
-0.012906667776405811,
-0.046618662774562836,
0.00013420471805147827,
-0.08152742683887482,
0.029293164610862732,
-0.016874410212039948,
-0.033122818917036057,
0.006453333888202906,
-0.022904271259903908,
0.03461417183279991,
0.0479811355471611,
0.04584536701440811,
-0.01878003031015396,
-0.03951171040534973,
0.02921951748430729,
0.036087118089199066,
0.02032662183046341,
0.009164470247924328,
0.014471670612692833,
-0.011295636184513569,
0.039585359394550323,
-0.024763863533735275,
-0.005983833223581314,
0.050190553069114685,
0.012483196333050728,
0.022738566622138023,
-0.05884409323334694,
0.0005489016184583306,
0.0449247770011425,
0.05700291693210602,
-0.04319407045841217,
0.024763863533735275,
-0.009113837964832783,
0.04996960982680321,
-0.039180297404527664,
-0.048754431307315826,
-0.030048048123717308,
-0.007318688090890646,
-0.046103134751319885,
0.003970043268054724,
0.06690846383571625,
0.03991676867008209,
0.057444799691438675,
-0.09993921965360641,
-0.01880764774978161,
-0.06068527325987816,
-0.023751214146614075,
-0.012188607826828957,
-0.00689521711319685,
0.07732953876256943,
-0.03870159015059471,
-0.022738566622138023,
-0.01337616890668869,
0.036621060222387314,
0.020897386595606804,
-0.040874183177948,
0.015760496258735657,
-0.0674608126282692,
-0.0029159679543226957,
0.017702940851449966,
0.053467851132154465,
-0.05431479215621948,
-0.02553715929389,
-0.05055878683924675,
0.011765136383473873,
0.06871281564235687,
0.019939973950386047,
-0.052768200635910034,
-0.039180297404527664,
-0.02329091913998127,
-0.0017974514048546553,
-0.010835341177880764,
0.04691325128078461,
-0.0097030159085989,
0.01715979166328907,
0.002036804798990488,
0.027525631710886955,
0.015373848378658295,
-0.006273819133639336,
0.03137369826436043,
-0.04606631025671959,
-0.010531546548008919,
-0.007258849684149027,
0.006872202269732952,
0.009422236122190952,
0.013873286545276642,
0.0531364381313324,
-0.013459021225571632,
0.0017824918031692505,
-0.022112565115094185,
0.006241598166525364,
0.037928298115730286,
-0.023419803008437157,
-0.004718022421002388,
-0.005790509283542633,
-0.0060114506632089615,
0.023972155526280403,
0.0032105566933751106,
0.043046776205301285,
0.059506919234991074,
-0.05851268395781517,
-0.061753157526254654,
0.06959658116102219,
0.01541987806558609,
0.06116398051381111,
0.006573010701686144,
0.012400343082845211,
-0.012381931766867638,
-0.06458857655525208,
-0.07062764465808868,
-0.061863627284765244,
0.0367499403655529,
-0.01485831756144762,
0.07515694200992584,
-0.027746573090553284,
0.05645056068897247,
0.04197889193892479,
0.026384100317955017,
0.045992661267519,
-0.017012497410178185,
-0.015953820198774338,
-0.0388120636343956,
-0.0775504782795906,
0.05965421348810196,
-0.02297791838645935,
0.017583264037966728,
0.009228912182152271,
0.04562442749738693,
-0.02165227010846138,
0.015972232446074486,
-0.0014683406334370375,
-0.0019919259939342737,
-0.006559201516211033,
0.01117595937103033,
-0.006236995104700327,
-0.02796751633286476,
-0.03991676867008209,
0.036400116980075836,
-0.04124242067337036,
-0.01500561274588108,
0.022701742127537727,
0.014950376935303211,
0.029477283358573914,
0.018660353496670723,
0.05851268395781517,
0.017620086669921875,
0.0015339326346293092,
-0.0004404446517582983,
-0.031207991763949394,
-0.04864396154880524,
-0.009030984714627266,
0.028354162350296974,
0.021007858216762543,
0.01951650157570839,
0.0015983738703653216,
-0.06654022634029388,
0.011056282557547092,
0.055824559181928635,
-0.03257046267390251,
-0.01536464225500822,
0.021284034475684166,
0.023198861628770828,
-0.004906743299216032,
-0.00520593486726284,
0.004897537175565958,
-0.08233754336833954,
0.026310453191399574,
-0.02461656928062439,
-0.028519868850708008,
-0.0005773823359049857,
-0.04676595702767372,
-0.008322130888700485,
0.008819249458611012,
-0.013486639596521854,
-0.011286430060863495,
0.0336751714348793,
0.05118478834629059,
0.007314085494726896,
-0.03840700164437294,
-0.009785868227481842,
0.014526905491948128,
-0.0035350644029676914,
0.0033279317431151867,
0.0070931436493992805,
-0.08329495787620544,
-0.007323291152715683,
0.10104392468929291,
0.0021012460347265005,
-0.06661387532949448,
-0.00311389472335577,
-0.007217423524707556,
-0.010660428553819656,
-0.09478391706943512,
-0.03494558483362198,
0.004434940870851278,
0.030784519389271736,
-0.025666041299700737,
-0.055603619664907455,
-0.005610994528979063,
-0.012409549206495285,
0.06676116585731506,
-0.0674239918589592,
-0.0062139807268977165,
-0.044077835977077484,
0.01676393859088421,
0.01767532341182232,
0.02643933705985546,
0.0004554042243398726,
-0.029550930485129356,
-0.029329989105463028,
0.03398817405104637,
-0.02062121033668518,
0.08101189136505127,
-0.04584536701440811,
0.027544043958187103,
-0.03043469600379467,
-0.013882492668926716,
0.04024818167090416,
-0.005348626058548689,
-0.007709939032793045,
-0.0551249124109745,
-0.06241598352789879,
-0.03063722513616085,
0.01990314945578575,
-0.01828291267156601,
-0.002621379215270281,
-0.0316498726606369,
-0.051921259611845016,
0.0378178246319294,
0.01541987806558609,
-0.06396257132291794,
-0.01655220240354538,
-0.012409549206495285,
0.022517625242471695,
-0.0592491552233696,
-0.03185240551829338,
-0.053578320890665054,
-0.01889050006866455,
0.017334705218672752,
-0.00807357206940651,
0.050595611333847046,
0.09353191405534744,
-0.009003367274999619,
-0.03422752395272255,
0.00985951628535986,
-0.0020195436663925648,
-0.0005796838086098433,
0.036823589354753494,
0.022241447120904922,
0.022941095754504204,
-0.015769701451063156,
0.05648738518357277,
-0.010384252294898033,
-0.03512970358133316,
-0.09124885499477386,
-0.0163588784635067,
-0.08454696089029312,
0.028888104483485222,
0.017739763483405113,
0.04076371341943741,
0.032423168420791626,
0.03708135336637497,
0.00520593486726284
] |
8,957 | sentencepiece | Load | Overwride SentencePieceProcessor.Load to support both model_file and model_proto.
Args:
model_file: The sentencepiece model file path.
model_proto: The sentencepiece model serialized proto. Either `model_file`
or `model_proto` must be set.
| def Load(self, model_file=None, model_proto=None):
"""Overwride SentencePieceProcessor.Load to support both model_file and model_proto.
Args:
model_file: The sentencepiece model file path.
model_proto: The sentencepiece model serialized proto. Either `model_file`
or `model_proto` must be set.
"""
if model_file and model_proto:
raise RuntimeError('model_file and model_proto must be exclusive.')
if model_proto:
return self.LoadFromSerializedProto(model_proto)
return self.LoadFromFile(model_file)
| (self, model_file=None, model_proto=None) | [
0.018375612795352936,
-0.0010265345918014646,
-0.10820882022380829,
0.04408646374940872,
-0.026076674461364746,
-0.04003426060080528,
0.033411912620067596,
0.03223001956939697,
0.044874392449855804,
0.017278142273426056,
0.015017537400126457,
-0.03950897604227066,
-0.04652528837323189,
0.025288745760917664,
-0.017540784552693367,
0.0265269186347723,
0.019172921776771545,
-0.051177818328142166,
-0.017250001430511475,
-0.03611338138580322,
0.027915174141526222,
-0.016424553468823433,
0.005886011756956577,
-0.0002802304516080767,
0.05282871425151825,
0.02919086627662182,
-0.017390701919794083,
0.013357260264456272,
0.007893352769315243,
-0.005900082178413868,
0.04273572936654091,
0.0022547412663698196,
-0.027033444494009018,
0.06742414832115173,
0.010402529500424862,
-0.012522432021796703,
0.009553630836308002,
0.029228387400507927,
-0.07001305371522903,
-0.03277406468987465,
0.011931485496461391,
-0.02967863157391548,
0.07642904669046402,
0.03153588995337486,
-0.03313050791621208,
-0.017015498131513596,
-0.009905383922159672,
0.08036868274211884,
-0.017643965780735016,
-0.034312400966882706,
-0.03455628454685211,
0.01168760284781456,
-0.020411094650626183,
0.007044454105198383,
-0.05057749152183533,
-0.0196231659501791,
-0.028609300032258034,
0.07669168710708618,
-0.0017423533136025071,
0.04521207511425018,
0.021442905068397522,
-0.023281404748558998,
0.03667618706822395,
0.039096251130104065,
0.025588909164071083,
0.005412316881120205,
0.03352447226643562,
-0.0034987768158316612,
0.015449021942913532,
0.015514682978391647,
-0.020110931247472763,
-0.01060889195650816,
0.005796900950372219,
0.05796900764107704,
0.015083198435604572,
0.009534870274364948,
0.013854405842721462,
-0.0014820555225014687,
0.004891721531748772,
0.07365253567695618,
-0.010702692903578281,
-0.01750326342880726,
-0.007030383683741093,
-0.034818924963474274,
-0.04858890920877457,
-0.07826754450798035,
0.0849461704492569,
-0.03455628454685211,
-0.000040231829188996926,
0.048326268792152405,
-0.05421696975827217,
0.05706851929426193,
-0.03296166658401489,
-0.02022349275648594,
0.02463213913142681,
-0.03973409906029701,
0.06022023409605026,
0.021330343559384346,
-0.03905873000621796,
-0.02101142145693302,
-0.04712561517953873,
0.01032748818397522,
-0.04007178172469139,
-0.052678633481264114,
-0.01835685223340988,
0.006594209466129541,
0.027802612632513046,
-0.00022013919078744948,
-0.03423735871911049,
0.024181894958019257,
-0.018647635355591774,
0.03984665870666504,
-0.017306281253695488,
0.09897880256175995,
0.009028345346450806,
-0.034181080758571625,
-0.01205342635512352,
0.036075860261917114,
-0.017681485041975975,
0.045774880796670914,
-0.08802284300327301,
0.027239806950092316,
-0.07057586312294006,
-0.01082463376224041,
-0.008521819487214088,
-0.032623983919620514,
0.030766723677515984,
-0.08607178181409836,
0.05774388834834099,
-0.06828711926937103,
0.005234094802290201,
-0.04967700317502022,
0.02483850158751011,
-0.023862970992922783,
0.0012147227535024285,
-0.049789562821388245,
0.0023930976167321205,
-0.010965335182845592,
-0.02420065365731716,
0.06952529400587082,
0.05155302211642265,
-0.0030157016590237617,
0.05511745810508728,
-0.02928466722369194,
-0.01185644418001175,
0.013507341966032982,
0.01852569542825222,
-0.05714356154203415,
-0.048326268792152405,
0.04712561517953873,
0.00945982988923788,
0.003067292273044586,
-0.02277487888932228,
-0.05027732998132706,
0.02769005112349987,
-0.0010136369382962584,
-0.01210032682865858,
-0.03770799562335014,
0.00387163576669991,
-0.05008972808718681,
-0.004490721970796585,
0.034612562507390976,
0.018985319882631302,
-0.012325449846684933,
0.007672920823097229,
0.03352447226643562,
-0.012081567198038101,
0.02440701611340046,
-0.0006847471813671291,
-0.011143556796014309,
-0.03303670883178711,
0.009999184869229794,
-0.017015498131513596,
0.029922515153884888,
0.05271615460515022,
-0.0007076112087816,
0.001356596709229052,
-0.017250001430511475,
0.016705956310033798,
0.020298533141613007,
0.00043998524779453874,
0.02298124134540558,
0.0327928252518177,
-0.018169250339269638,
-0.005740620195865631,
0.05042741075158119,
0.048926595598459244,
0.01528956089168787,
-0.008498369716107845,
0.026451878249645233,
0.010440049692988396,
0.003067292273044586,
0.03532545268535614,
0.03339315205812454,
-0.007086664438247681,
0.004190559033304453,
0.006622349377721548,
-0.019942089915275574,
-0.04202284291386604,
0.01806606911122799,
0.028046494349837303,
0.0018408444011583924,
0.02613295428454876,
-0.02795269340276718,
-0.06704894453287125,
0.05027732998132706,
0.008038744330406189,
0.02536378614604473,
-0.045437198132276535,
-0.005825041327625513,
-0.01979200728237629,
-0.05721860006451607,
0.00974592287093401,
-0.0006032575620338321,
0.11046004295349121,
-0.010393149219453335,
-0.01928548328578472,
0.038533445447683334,
-0.06149592623114586,
0.02410685271024704,
0.10490702092647552,
0.0504649318754673,
-0.05740620195865631,
0.03541925176978111,
-0.029097065329551697,
0.03675122559070587,
-0.004896411672234535,
-0.007325856946408749,
-0.03887112811207771,
0.03495024889707565,
-0.0037895599380135536,
-0.0071335649117827415,
-0.029003264382481575,
0.004844821058213711,
0.02397553250193596,
0.000996635528281331,
-0.026977162808179855,
0.05890702083706856,
0.008625000715255737,
-0.0002809632569551468,
0.03485644608736038,
-0.004443821497261524,
-0.03795187920331955,
-0.018703917041420937,
0.02596411295235157,
0.0035105019342154264,
0.05196574702858925,
-0.03269902244210243,
-0.0049292417243123055,
0.027539970353245735,
0.07042577862739563,
0.025213705375790596,
-0.048026103526353836,
0.03356199339032173,
-0.028140295296907425,
0.0065191686153411865,
-0.003247859189286828,
-0.08562154322862625,
0.01422960963100195,
0.014304650016129017,
-0.03920881077647209,
0.01112479716539383,
0.07132627069950104,
0.00974592287093401,
0.008657830767333508,
-0.04382381960749626,
-0.02566394954919815,
-0.004699429497122765,
0.09124960005283356,
0.008231036365032196,
0.1467047482728958,
0.02273735962808132,
0.002429445507004857,
0.03466884419322014,
-0.009342578239738941,
-0.05129037797451019,
-0.021330343559384346,
0.03682626783847809,
0.07601632177829742,
0.03352447226643562,
0.029528550803661346,
-0.02390049211680889,
0.02752120979130268,
-0.031029365956783295,
0.011603182181715965,
0.0067583611235022545,
-0.022793639451265335,
-0.08427080512046814,
-0.005102773662656546,
-0.013685563579201698,
0.0008225173805840313,
0.004755709785968065,
0.00801998469978571,
0.0031634382903575897,
-0.05129037797451019,
-0.08607178181409836,
0.015233280137181282,
0.03485644608736038,
0.07485318928956985,
-0.03671370446681976,
0.021761829033493996,
-0.04059706628322601,
0.08089397102594376,
-0.009605220519006252,
-0.0014081873232498765,
-0.03277406468987465,
-0.0011443720431998372,
-0.02613295428454876,
-0.01082463376224041,
-0.009356648661196232,
0.02211827225983143,
0.019004080444574356,
-0.04037194326519966,
0.031423330307006836,
0.028177816420793533,
0.07350245118141174,
0.036300983279943466,
0.004106138367205858,
0.02523246593773365,
-0.03675122559070587,
-0.01849755458533764,
0.019144780933856964,
0.028628060594201088,
0.025476347655057907,
-0.030203917995095253,
-0.048926595598459244,
0.036338500678539276,
-0.02333768457174301,
-0.009305058047175407,
-0.010721452534198761,
0.048964112997055054,
0.04123491421341896,
-0.02885318361222744,
0.029791193082928658,
-0.04378629848361015,
-0.020992660894989967,
-0.019510604441165924,
0.023825449869036674,
0.042810771614313126,
0.011706363409757614,
0.05943230539560318,
-0.06029527261853218,
-0.020692497491836548,
-0.007264886517077684,
0.0265269186347723,
-0.023187603801488876,
-0.018244292587041855,
0.008287317119538784,
0.009426998905837536,
-0.03795187920331955,
-0.012128467671573162,
-0.014923736453056335,
-0.0001689883356448263,
0.008198206312954426,
-0.05748124420642853,
-0.012606852687895298,
-0.010946574620902538,
0.01712805964052677,
0.025026103481650352,
-0.03980913758277893,
0.025738989934325218,
-0.008484299294650555,
-0.05706851929426193,
0.024876020848751068,
-0.04506199434399605,
-0.0006970585673116148,
0.026020392775535583,
-0.03917129337787628,
-0.014820556156337261,
0.05447961390018463,
-0.012494291178882122,
-0.010749593377113342,
0.03678874671459198,
-0.004328915383666754,
0.0019451979314908385,
0.014210849069058895,
-0.026414357125759125,
0.034087277948856354,
0.05402936786413193,
-0.03339315205812454,
0.05076509341597557,
0.033318109810352325,
0.04149755463004112,
0.010899674147367477,
0.009886624291539192,
0.001611031941138208,
0.052941277623176575,
0.050690051168203354,
0.004826060496270657,
-0.018338093534111977,
0.03367455303668976,
-0.023525286465883255,
0.0055999187752604485,
-0.03688254952430725,
0.01908850111067295,
0.04037194326519966,
-0.017643965780735016,
0.020711258053779602,
-0.011800164356827736,
-0.007794862147420645,
0.026883361861109734,
0.006744290702044964,
0.015017537400126457,
0.0500146858394146,
-0.08186949789524078,
0.024913541972637177,
-0.05444209277629852,
0.0590946227312088,
-0.031685974448919296,
0.06569821387529373,
0.007987153716385365,
0.07526591420173645,
-0.030222678557038307,
-0.033411912620067596,
-0.0254388265311718,
0.02277487888932228,
0.006908442825078964,
-0.00788866262882948,
-0.009830343537032604,
0.022793639451265335,
-0.06179608777165413,
0.039659056812524796,
0.034818924963474274,
-0.03371207416057587,
-0.02303752303123474,
0.014257749542593956,
-0.03389967605471611,
-0.029941273853182793,
0.051477979868650436,
-0.023018762469291687,
-0.04866395145654678,
0.0005833248724229634,
0.016705956310033798,
-0.04100979119539261,
0.03770799562335014,
-0.026489397510886192,
-0.021424144506454468,
0.0008858330547809601,
-0.0039560566656291485,
-0.022230833768844604,
-0.055830348283052444,
-0.002982871374115348,
0.037370312958955765,
0.03339315205812454,
0.01653711311519146,
-0.03253018110990524,
-0.0763540044426918,
0.0569184385240078,
-0.03204241767525673,
-0.01634013094007969,
-0.020936379209160805,
0.06408483535051346,
0.07826754450798035,
0.03290538489818573,
-0.014088908210396767,
-0.014088908210396767,
0.060745518654584885,
0.0016368272481486201,
0.046262647956609726,
0.014811175875365734,
-0.018141111359000206,
0.02980995364487171,
0.024557098746299744,
-0.03243638202548027,
0.0036089930217713118,
0.020861338824033737,
-0.004844821058213711,
0.007560359314084053,
-0.02549510821700096,
-0.02397553250193596,
-0.009670881554484367,
-0.03834584355354309,
0.03251142054796219,
-0.027615010738372803,
-0.05886949971318245,
0.036038339138031006,
0.07879282534122467,
-0.007410278078168631,
0.029772432520985603,
-0.030504081398248672,
0.03403099626302719,
-0.05890702083706856,
-0.06971289217472076,
-0.0051496741361916065,
0.01839437335729599,
-0.014088908210396767,
-0.03973409906029701,
0.02463213913142681,
0.05515497922897339,
-0.01136867981404066,
-0.03628222271800041,
0.07736705243587494,
-0.0009221809450536966,
-0.012888255529105663,
0.019735727459192276,
0.00022497579629998654,
0.011040376499295235,
0.028140295296907425,
0.03678874671459198,
-0.00586725166067481,
0.029397228732705116,
-0.01878833770751953,
-0.019679447636008263,
-0.05279119312763214,
-0.013882545754313469,
0.01225040853023529,
-0.025251224637031555,
0.03905873000621796,
-0.011284258216619492,
0.0010136369382962584,
-0.014173328876495361,
-0.042247965931892395,
0.007733891252428293,
0.0029430058784782887,
0.011162317357957363,
-0.01270065363496542,
-0.00037608333514072,
0.006622349377721548,
-0.021893149241805077,
0.03678874671459198,
0.03296166658401489,
-0.03211745619773865,
0.027652529999613762,
0.014829935505986214,
-0.04757586121559143,
-0.03795187920331955,
-0.0853964164853096,
-0.04040946438908577,
0.048326268792152405,
-0.013835645280778408,
0.060482874512672424,
-0.026508158072829247,
0.012025286443531513,
0.025588909164071083,
0.01885399781167507,
-0.019304241985082626,
-0.020542416721582413,
-0.04003426060080528,
-0.04524959623813629,
-0.0017376632895320654,
-0.03613213822245598,
-0.04697553440928459,
0.0018842272693291306,
0.026752041652798653,
0.012334829196333885,
-0.0034495312720537186,
-0.02108646184206009,
0.07125122845172882,
-0.06400979310274124,
-0.009408239275217056,
0.004467271734029055,
0.007180465385317802,
-0.030560361221432686,
-0.032492659986019135,
0.039696577936410904,
-0.08742251992225647,
-0.04044698551297188,
-0.02799021452665329,
-0.011847064830362797,
0.015927407890558243,
-0.01235358975827694,
-0.024163134396076202,
-0.04266068711876869,
0.0366574265062809,
0.019604405388236046,
0.05399184674024582,
-0.07879282534122467,
-0.033092986792325974,
-0.06262154132127762,
-0.01567414402961731,
0.05961990728974342,
0.020973900333046913,
0.002116384683176875,
0.016311991959810257,
0.0056561995297670364,
0.04562480002641678,
-0.011772023513913155,
0.03570065647363663,
-0.0072179860435426235,
0.02919086627662182,
-0.02022349275648594,
0.019435564056038857,
0.022287113592028618,
0.055867865681648254,
0.02022349275648594,
-0.02125530317425728,
0.0019006425281986594,
0.0178972277790308,
0.027239806950092316,
0.040822189301252365,
0.02759625017642975,
0.034087277948856354,
-0.006265905685722828,
0.019979609176516533,
0.011349919252097607,
0.00602671317756176,
0.016677815467119217,
-0.0366574265062809,
-0.001089263940230012,
0.0013319740537554026,
-0.023150082677602768,
0.026489397510886192,
0.03253018110990524,
0.014501632191240788,
-0.003573817666620016,
-0.03857096657156944,
-0.050615012645721436,
0.05808157101273537,
0.033918436616659164,
0.05890702083706856,
-0.010224307887256145,
-0.02742740884423256,
-0.014764275401830673,
-0.05965742841362953,
0.0243694968521595,
-0.03389967605471611,
0.001430465024895966,
0.002231291029602289,
0.019473085179924965,
-0.08164437860250473,
0.06712398678064346,
-0.008212276734411716,
0.02759625017642975,
0.06149592623114586,
-0.04329853504896164,
0.022793639451265335,
-0.037970639765262604,
-0.06370963156223297,
-0.01356362272053957,
-0.041947800666093826,
0.011106036603450775,
-0.011621941812336445,
0.043110933154821396,
-0.003442496294155717,
0.005834421142935753,
-0.04292333126068115,
0.047725941985845566,
-0.02238091453909874,
0.001476192963309586,
0.01839437335729599,
-0.05196574702858925,
-0.03536297008395195,
0.002224255818873644,
-0.034912727773189545,
-0.060445357114076614,
0.03397471830248833,
-0.01188458502292633,
0.003665273543447256,
0.06138336658477783,
0.037801798433065414,
0.023187603801488876,
-0.04498695209622383,
0.004994902294129133,
-0.03001631610095501,
-0.022868679836392403,
-0.00021427663159556687,
0.05849429592490196,
-0.016293231397867203,
0.016555873677134514,
-0.012663133442401886,
-0.03722023218870163,
0.03695758804678917,
0.026545679196715355,
0.010909054428339005,
-0.002610012423247099,
0.02772757224738598,
0.0036488582845777273,
0.02048613503575325,
0.020692497491836548,
0.0066739399917423725,
-0.08081892877817154,
0.05125286057591438,
-0.05042741075158119,
-0.01362928282469511,
0.004713499452918768,
-0.04007178172469139,
-0.013966966420412064,
-0.0634094700217247,
-0.007691680919378996,
0.01686541736125946,
0.04277325049042702,
0.05230342969298363,
-0.02018597163259983,
0.0010470534907653928,
-0.056130509823560715,
0.05339151993393898,
0.015158239752054214,
0.04157259687781334,
-0.009830343537032604,
-0.05744372308254242,
-0.028140295296907425,
0.09200000762939453,
-0.01716558076441288,
-0.06145840510725975,
0.02367536909878254,
-0.02290620096027851,
-0.011678222566843033,
-0.10970963537693024,
-0.037670474499464035,
0.05027732998132706,
-0.06419739127159119,
-0.054667215794324875,
-0.06010767072439194,
0.01000856515020132,
-0.03770799562335014,
0.03074796311557293,
-0.0759037584066391,
0.004603283479809761,
-0.06059543788433075,
-0.0006132239359430969,
0.0026944333221763372,
-0.03783931955695152,
0.0011865824926644564,
-0.05271615460515022,
0.02842169813811779,
0.046600330621004105,
-0.037970639765262604,
-0.014135808683931828,
-0.03260522335767746,
-0.014088908210396767,
-0.0196231659501791,
-0.03187357634305954,
-0.004582178313285112,
-0.026639480143785477,
0.03429364040493965,
-0.03367455303668976,
-0.03298042714595795,
-0.027802612632513046,
0.0392463319003582,
0.017981648445129395,
0.003998266998678446,
-0.032455142587423325,
-0.011443720199167728,
0.028196576982736588,
0.011959625408053398,
-0.07924307137727737,
-0.015533443540334702,
-0.02022349275648594,
0.010393149219453335,
-0.0642724335193634,
0.0033651103731244802,
-0.06551060825586319,
-0.04791354387998581,
-0.009408239275217056,
-0.02284991927444935,
0.015852367505431175,
0.060407835990190506,
-0.0130477175116539,
-0.031479611992836,
0.01583360694348812,
-0.03001631610095501,
0.0074008977971971035,
0.044011421501636505,
0.0182255320250988,
0.025345025584101677,
-0.022099511697888374,
0.012578711844980717,
-0.04382381960749626,
-0.004896411672234535,
-0.08359543979167938,
-0.03725775331258774,
-0.031066887080669403,
0.004270290024578571,
-0.006824021693319082,
0.058719418942928314,
-0.01168760284781456,
0.06389722973108292,
0.038495924323797226
] |
8,958 | sentencepiece | LoadFromFile | null | def LoadFromFile(self, arg):
return _sentencepiece.SentencePieceProcessor_LoadFromFile(self, arg)
| (self, arg) | [
-0.024347450584173203,
-0.0019190995953977108,
-0.02548343874514103,
0.02010868862271309,
-0.010452788323163986,
-0.023872708901762962,
0.028009740635752678,
0.0829441025853157,
0.045202162116765976,
-0.022092429921030998,
0.012911270372569561,
-0.014810235239565372,
-0.050695598125457764,
0.024160945788025856,
-0.027653684839606285,
-0.001689146738499403,
-0.018904879689216614,
-0.00000943786926654866,
-0.08016347140073776,
-0.022397620603442192,
-0.01296213548630476,
0.026602473109960556,
0.022889316082000732,
-0.025279978290200233,
0.02451700158417225,
-0.016972003504633904,
-0.011325973086059093,
-0.034961313009262085,
-0.04838971048593521,
-0.05812190845608711,
0.03974263742566109,
-0.035029131919145584,
-0.043269284069538116,
0.04696548730134964,
-0.024347450584173203,
-0.026585517451167107,
-0.013063865713775158,
-0.014725460670888424,
-0.058427099138498306,
-0.061004266142845154,
-0.005921551026403904,
0.001781339873559773,
0.07460221648216248,
0.055578652769327164,
-0.03379141166806221,
-0.002748837461695075,
-0.01541213970631361,
0.018260588869452477,
-0.03757238760590553,
-0.005306930281221867,
0.049712203443050385,
-0.01097839418798685,
0.0009023265447467566,
-0.0035753960255533457,
-0.02594122476875782,
0.015802105888724327,
-0.019956093281507492,
0.07121120393276215,
0.039471354335546494,
0.04510043188929558,
0.07656900584697723,
-0.0049635907635092735,
0.05910530313849449,
0.022092429921030998,
0.04269281402230263,
0.0537475049495697,
0.030468223616480827,
0.01105469185858965,
0.024737417697906494,
-0.0015354916686192155,
0.020769935101270676,
-0.007104165852069855,
0.006654856726527214,
0.007015151437371969,
0.028094517067074776,
0.0220076534897089,
-0.07005826383829117,
0.03240109980106354,
0.022092429921030998,
0.06748109310865402,
-0.00877423770725727,
-0.0015651630237698555,
-0.025313887745141983,
-0.0063539049588143826,
-0.030485179275274277,
-0.098203644156456,
0.05483262985944748,
-0.04564299434423447,
-0.03601252660155296,
0.03036649338901043,
-0.043811846524477005,
0.04757586866617203,
-0.046219464391469955,
0.011783759109675884,
0.02344883233308792,
-0.05181463062763214,
0.03821668028831482,
0.021787239238619804,
-0.024737417697906494,
-0.01394552830606699,
-0.027772370725870132,
0.0042832694016397,
0.009223546832799911,
0.012063517235219479,
0.020210418850183487,
-0.01613272912800312,
0.0292813703417778,
0.001715639024041593,
0.014437224715948105,
0.001477208686992526,
-0.05039040744304657,
0.005090753547847271,
-0.003789453534409404,
0.03567342460155487,
-0.0269415732473135,
-0.09847492724657059,
-0.015513869933784008,
0.026127731427550316,
-0.04659247398376465,
0.05639249458909035,
-0.018447093665599823,
0.0016287444159388542,
-0.07765412330627441,
-0.00318754930049181,
0.009910225868225098,
-0.019447442144155502,
-0.03994609788060188,
-0.07243197411298752,
0.09115034341812134,
-0.09447353333234787,
0.06514129787683487,
-0.04489697143435478,
0.011563343927264214,
-0.0490340031683445,
0.027704549953341484,
-0.07772194594144821,
0.0588679313659668,
0.02992566116154194,
-0.0006999256438575685,
0.07765412330627441,
0.055612560361623764,
-0.039403535425662994,
0.0393357127904892,
-0.04588036239147186,
-0.02343187853693962,
-0.009070951491594315,
0.027585865929722786,
-0.044252678751945496,
-0.035978615283966064,
0.0635475218296051,
0.008655552752315998,
-0.01563255488872528,
-0.05595166236162186,
-0.039844367653131485,
0.018972700461745262,
-0.03465612232685089,
-0.006701483391225338,
-0.027263719588518143,
0.016827886924147606,
-0.04516825079917908,
-0.0015598644968122244,
0.009045518934726715,
-0.045202162116765976,
0.017353493720293045,
0.023364057764410973,
0.0220585186034441,
-0.0008106632740236819,
0.023804889991879463,
-0.027026347815990448,
-0.04513433948159218,
-0.025737764313817024,
-0.000615150376688689,
-0.046151645481586456,
0.06958352029323578,
0.04950874298810959,
0.009138771332800388,
-0.007019390352070332,
0.03855578228831291,
0.041878972202539444,
0.03652117773890495,
-0.012529781088232994,
0.016353145241737366,
0.010173029266297817,
-0.034995220601558685,
0.02736544981598854,
0.03540214151144028,
0.036928098648786545,
0.056460313498973846,
0.022702811285853386,
0.01666681282222271,
0.06473437696695328,
-0.017048301175236702,
0.04296409338712692,
0.02148204669356346,
-0.02990870736539364,
-0.022380664944648743,
-0.07907834649085999,
-0.005705374293029308,
-0.03214677423238754,
0.006709960754960775,
0.013004522770643234,
0.013547084294259548,
0.024567866697907448,
-0.009825451299548149,
-0.053645774722099304,
0.06097035855054855,
0.017183942720294,
0.046253375709056854,
-0.10017043352127075,
0.020752979442477226,
-0.026772022247314453,
-0.11400575190782547,
0.01809103786945343,
-0.004344731569290161,
0.07555169612169266,
-0.042285893112421036,
-0.05466308072209358,
0.04059038683772087,
-0.06198766082525253,
-0.00013345478510018438,
0.12458570301532745,
0.050085216760635376,
-0.047677598893642426,
0.010410400107502937,
-0.007706069853156805,
0.0030603865161538124,
0.029620470479130745,
0.024330494925379753,
-0.045202162116765976,
0.04801670089364052,
0.0004763309261761606,
-0.013352101668715477,
0.022312844172120094,
-0.010910574346780777,
0.05120424926280975,
-0.005815581884235144,
0.010808844119310379,
0.06487002223730087,
0.023228418081998825,
-0.007752696517854929,
-0.0011518836254253983,
0.03865751251578331,
-0.013742067851126194,
-0.012919747270643711,
0.011571820825338364,
0.016997436061501503,
0.005607882514595985,
-0.008926833048462868,
-0.03240109980106354,
0.04635510593652725,
0.06300496309995651,
0.019345711916685104,
-0.06883750110864639,
0.03953917324542999,
-0.020685160532593727,
0.007307626307010651,
-0.009621990844607353,
-0.058969661593437195,
0.02148204669356346,
0.01269933208823204,
-0.0015270140720531344,
0.023669248446822166,
0.039810456335544586,
0.01344535406678915,
0.0013013000134378672,
0.00010636643855832517,
-0.06405617296695709,
-0.023397967219352722,
0.05927485227584839,
-0.03265542536973953,
0.005400183144956827,
0.052662383764982224,
0.013555562123656273,
-0.003443994326516986,
-0.04008173570036888,
-0.02154986746609211,
0.0051331412978470325,
0.010808844119310379,
0.05659595504403114,
0.0587322898209095,
0.028552303090691566,
0.00807908084243536,
-0.02839970774948597,
-0.012351753190159798,
0.009070951491594315,
-0.0029650141950696707,
-0.009333754889667034,
-0.02300800196826458,
-0.017234807834029198,
-0.037877582013607025,
-0.004632967058569193,
0.046728115528821945,
0.020210418850183487,
-0.023245371878147125,
-0.01759934052824974,
-0.02154986746609211,
-0.050220854580402374,
0.00311549031175673,
0.07711156457662582,
-0.024720462039113045,
0.010893619619309902,
-0.057036787271499634,
0.022092429921030998,
-0.018701419234275818,
-0.04560908302664757,
-0.02249935083091259,
-0.005090753547847271,
-0.009257457219064236,
-0.028620123863220215,
-0.02397443912923336,
0.005137379746884108,
0.0068964664824306965,
-0.004190016537904739,
-0.010469743050634861,
0.0539848767220974,
0.06324233114719391,
-0.013453831896185875,
0.021685507148504257,
0.06771846860647202,
-0.02787410095334053,
-0.04682984575629234,
0.0044549391604959965,
0.027060259133577347,
0.02304191142320633,
0.06632815301418304,
-0.01198721956461668,
0.06503956764936447,
-0.017887577414512634,
0.03591079264879227,
-0.02010868862271309,
0.04489697143435478,
0.001498402445577085,
-0.01620902679860592,
0.008176572620868683,
-0.04588036239147186,
-0.008706417866051197,
0.004900009371340275,
0.03631771728396416,
0.02833188697695732,
-0.03855578228831291,
0.048118431121110916,
-0.03189244866371155,
-0.03757238760590553,
0.0003804289153777063,
0.056121211498975754,
-0.02836579829454422,
-0.012317843735218048,
-0.016064908355474472,
0.05961395427584648,
-0.039369624108076096,
-0.019413530826568604,
-0.03506304323673248,
0.017361970618367195,
0.010512130334973335,
-0.009257457219064236,
0.021685507148504257,
0.0122500229626894,
0.02692461758852005,
-0.005735045298933983,
-0.04510043188929558,
0.039437443017959595,
-0.010579951107501984,
-0.0391322523355484,
-0.013716635294258595,
-0.04062429815530777,
-0.008384271524846554,
0.0044549391604959965,
-0.03814886137843132,
-0.0061122952029109,
0.09053996205329895,
-0.0010241909185424447,
0.006883750203996897,
-0.01102925930172205,
0.006502261385321617,
0.004548192024230957,
-0.022821497172117233,
-0.03192635625600815,
0.010291715152561665,
-0.04706721752882004,
0.003878467483446002,
0.013894663192331791,
0.07405965775251389,
-0.018379272893071175,
0.017887577414512634,
-0.02244848571717739,
0.007655204739421606,
-0.014394836500287056,
0.03509695082902908,
0.050186946988105774,
-0.05249283090233803,
0.05171290040016174,
-0.0013277922989800572,
0.041845060884952545,
-0.023126687854528427,
-0.022753676399588585,
-0.04160769283771515,
-0.009393096901476383,
0.022092429921030998,
0.023855755105614662,
0.0031494004651904106,
0.010249326936900616,
0.011071647517383099,
-0.00020438781939446926,
0.03770802915096283,
-0.08043475449085236,
-0.02494087815284729,
0.00324689201079309,
0.03219763934612274,
-0.03384227678179741,
0.026517696678638458,
0.039810456335544586,
0.04635510593652725,
-0.04320146515965462,
-0.042726725339889526,
-0.05076341703534126,
0.003969600889831781,
-0.004772846587002277,
-0.010749501176178455,
-0.0342661552131176,
0.003931452054530382,
-0.02346578799188137,
0.04791497066617012,
0.04103121906518936,
0.012851927429437637,
0.015030651353299618,
0.027653684839606285,
-0.024110080674290657,
-0.03318103030323982,
0.0389966145157814,
-0.03367272764444351,
-0.10417181998491287,
-0.007129598408937454,
-0.027636731043457985,
-0.024618731811642647,
0.03658899664878845,
-0.04998348653316498,
-0.03189244866371155,
-0.024652641266584396,
0.02634814754128456,
0.024856101721525192,
-0.02100730687379837,
0.017311105504631996,
0.06571777164936066,
0.05625685304403305,
-0.0074432664550840855,
-0.06127554923295975,
-0.08755587786436081,
-0.00025618021027185023,
0.027111124247312546,
-0.03882706165313721,
-0.03577515482902527,
0.06527694314718246,
0.04838971048593521,
0.01620902679860592,
-0.012478915974497795,
-0.039301805198192596,
0.001063929288648069,
-0.02346578799188137,
0.015089994296431541,
0.025619080290198326,
-0.03862360119819641,
0.06083471700549126,
0.017048301175236702,
-0.055103909224271774,
0.04798278957605362,
-0.029739156365394592,
-0.010486697778105736,
0.032977569848299026,
-0.014632207341492176,
-0.04109903797507286,
-0.028755763545632362,
-0.035029131919145584,
-0.03479176014661789,
-0.0633779764175415,
0.028145382180809975,
0.05486654117703438,
0.011351405642926693,
-0.0008286780212074518,
0.006489545106887817,
0.012165247462689877,
0.01912529580295086,
-0.07148248702287674,
-0.03865751251578331,
0.0438796691596508,
0.02845057286322117,
-0.0220415648072958,
-0.0011179735884070396,
0.004552430938929319,
0.0026047194842249155,
-0.031587257981300354,
0.01656508259475231,
0.048694901168346405,
-0.01074102334678173,
-0.07548388093709946,
0.018887924030423164,
0.02845057286322117,
0.013055387884378433,
0.04682984575629234,
-0.012402618303894997,
-0.001593774650245905,
-0.006451396271586418,
-0.010910574346780777,
-0.03611425682902336,
-0.005612121429294348,
0.010486697778105736,
0.052560653537511826,
0.006608230527490377,
0.019193116575479507,
-0.03825059160590172,
-0.0029056714847683907,
-0.011936354450881481,
-0.027145033702254295,
0.01251282636076212,
0.0010194223141297698,
0.04255717247724533,
0.03614816442131996,
-0.00039499966078437865,
0.07528042048215866,
-0.0684305801987648,
0.053137123584747314,
0.02014259807765484,
-0.04289627447724342,
-0.003041311865672469,
-0.017819756641983986,
-0.02594122476875782,
-0.05768107622861862,
-0.032943662256002426,
-0.011682028882205486,
0.02102426066994667,
0.007574668154120445,
0.059919144958257675,
-0.033520132303237915,
0.031536392867565155,
-0.0023313192650675774,
0.03530041128396988,
0.07175377011299133,
-0.016946570947766304,
-0.020939486101269722,
0.03804713115096092,
0.0025941224303096533,
-0.01620902679860592,
-0.03367272764444351,
0.005527345929294825,
0.024330494925379753,
-0.0023313192650675774,
-0.03190940245985985,
-0.04533780366182327,
0.0586305595934391,
0.015581690706312656,
0.02985784225165844,
-0.006981241516768932,
-0.04659247398376465,
-0.036894187331199646,
-0.02594122476875782,
0.058901842683553696,
-0.050119124352931976,
-0.04449005052447319,
0.0016626545693725348,
-0.05181463062763214,
0.018870970234274864,
0.006328471936285496,
-0.030671684071421623,
-0.018904879689216614,
0.05222155153751373,
-0.02594122476875782,
0.02061733976006508,
-0.022634990513324738,
0.011351405642926693,
-0.07019390165805817,
0.013123207725584507,
0.08619946986436844,
0.019871318712830544,
-0.00040639133658260107,
0.020312149077653885,
-0.04499870166182518,
0.062428493052721024,
0.047236766666173935,
-0.00879967026412487,
0.008549584075808525,
0.01763325184583664,
-0.010774933733046055,
0.003961123526096344,
-0.0011126750614494085,
0.07392401248216629,
-0.03165507689118385,
0.015022173523902893,
-0.03672463819384575,
0.0442187674343586,
0.026076866313815117,
0.04635510593652725,
0.033079300075769424,
0.010028911754488945,
0.03140075132250786,
0.01815885864198208,
-0.012266978621482849,
0.00037248124135658145,
0.06120772659778595,
-0.008808148093521595,
-0.0005685240030288696,
-0.03757238760590553,
-0.044320497661828995,
-0.00491696409881115,
0.009113338775932789,
0.05445961654186249,
0.0023228416685014963,
-0.0057265679351985455,
-0.00019273122597951442,
0.006765064783394337,
-0.0244830921292305,
0.07392401248216629,
-0.006540410220623016,
-0.04153987020254135,
-0.00515433494001627,
-0.027670640498399734,
-0.004641444887965918,
0.02065124921500683,
0.0686679482460022,
-0.053883146494627,
0.04201461374759674,
-0.05273020267486572,
0.02841666340827942,
-0.00020505012071225792,
-0.004011988639831543,
0.039878275245428085,
-0.0013818364823237062,
0.007875620387494564,
-0.0054552871733903885,
-0.024669596925377846,
0.005904595833271742,
-0.04113294929265976,
-0.014632207341492176,
0.010105209425091743,
0.03221459314227104,
-0.008994653820991516,
0.04537171125411987,
-0.04638901352882385,
0.024652641266584396,
-0.00026028649881482124,
-0.009020086377859116,
-0.0009712064056657255,
-0.001906383316963911,
-0.04998348653316498,
-0.045269981026649475,
-0.03145161643624306,
-0.05727415531873703,
-0.030027393251657486,
-0.05540909990668297,
0.002140575088560581,
0.08172333985567093,
0.0035012175794690847,
0.07073646783828735,
-0.0004898419720120728,
-0.019939137622714043,
0.018481003120541573,
0.0005054724169895053,
0.004092525225132704,
0.059953052550554276,
-0.019701767712831497,
0.02636510133743286,
-0.006141966674476862,
0.0023461550008505583,
0.04364229738712311,
-0.006832885090261698,
0.004412551410496235,
-0.01661594770848751,
-0.029213549569249153,
0.022126339375972748,
-0.008909878320991993,
-0.02451700158417225,
0.04588036239147186,
-0.068362757563591,
0.020752979442477226,
-0.021159902215003967,
-0.010842753574252129,
0.0056248377077281475,
-0.06083471700549126,
-0.0012250023428350687,
-0.03128206729888916,
0.04055647924542427,
0.04313364624977112,
-0.021363362669944763,
0.015581690706312656,
0.014767847955226898,
-0.05517173185944557,
-0.03172289580106735,
0.08552126586437225,
-0.018226677551865578,
-0.004531236831098795,
0.02690766379237175,
-0.0391661636531353,
-0.06263194978237152,
0.10464656352996826,
-0.059037480503320694,
-0.04079384729266167,
0.04014955833554268,
-0.00503564951941371,
-0.0026068389415740967,
-0.0636492520570755,
-0.0012790465261787176,
0.06531085073947906,
-0.010147596709430218,
-0.022855406627058983,
0.004185777623206377,
-0.02492392249405384,
-0.032095909118652344,
-0.050153035670518875,
-0.0442187674343586,
0.01248739380389452,
-0.04842362180352211,
0.05140770971775055,
0.03090905398130417,
-0.02107512578368187,
0.022346755489706993,
0.03716546669602394,
0.03462221100926399,
-0.0076806372962892056,
-0.07277107238769531,
0.03672463819384575,
-0.0034567106049507856,
-0.016997436061501503,
-0.012546736747026443,
-0.028976179659366608,
0.02690766379237175,
0.0033465027809143066,
-0.011665074154734612,
-0.0016541769728064537,
-0.01052060816437006,
-0.02112599089741707,
0.03882706165313721,
-0.0062903231009840965,
-0.0015111187240108848,
-0.04367620870471001,
-0.02839970774948597,
0.017480656504631042,
0.01912529580295086,
-0.06487002223730087,
-0.04791497066617012,
-0.032129816710948944,
0.04852535203099251,
-0.042387623339891434,
-0.007790845353156328,
-0.017395880073308945,
-0.008748805150389671,
-0.014725460670888424,
0.017429791390895844,
0.010351057164371014,
0.05595166236162186,
0.001399851287715137,
-0.028467528522014618,
0.05093296989798546,
-0.02400835044682026,
0.04618555307388306,
0.03311321139335632,
0.06317451596260071,
0.0005407071439549327,
-0.028535347431898117,
0.0637509822845459,
-0.019922183826565742,
-0.020278239622712135,
-0.05344231426715851,
-0.04153987020254135,
-0.042387623339891434,
0.008600449189543724,
0.012928225100040436,
0.03246891871094704,
-0.002903552260249853,
0.0343170203268528,
0.037877582013607025
] |
8,959 | sentencepiece | LoadFromSerializedProto | null | def LoadFromSerializedProto(self, serialized):
return _sentencepiece.SentencePieceProcessor_LoadFromSerializedProto(self, serialized)
| (self, serialized) | [
0.007053326815366745,
0.017955495044589043,
-0.06064736470580101,
0.05445462092757225,
-0.0332297757267952,
-0.05161772295832634,
0.03864409774541855,
0.0822700709104538,
0.059298109263181686,
0.01510129775851965,
0.013233096338808537,
-0.009410201571881771,
-0.0625847578048706,
-0.009816708043217659,
-0.02321413718163967,
0.02528991736471653,
-0.007394965272396803,
-0.029545264318585396,
-0.05576928332448006,
-0.029441475868225098,
0.012791993096470833,
0.04068528115749359,
0.01436612568795681,
0.054316237568855286,
0.06244637444615364,
-0.013345533981919289,
-0.0015687273116782308,
-0.02717541716992855,
-0.002443365752696991,
-0.03501148521900177,
0.018353352323174477,
-0.031534552574157715,
-0.03482120484113693,
0.061131712049245834,
0.009038290940225124,
0.02030804567039013,
-0.03271082788705826,
0.04680883139371872,
-0.03457903116941452,
-0.01436612568795681,
-0.01393367163836956,
-0.018284160643815994,
-0.002186055527999997,
0.00031244810088537633,
0.029112810268998146,
0.017081936821341515,
0.009609130211174488,
0.0604051910340786,
0.003926683217287064,
-0.02753867767751217,
0.022729787975549698,
-0.018111178651452065,
-0.005487842485308647,
0.042553484439849854,
-0.0394052192568779,
-0.009885900653898716,
0.03933602571487427,
0.08621405065059662,
0.02271248959004879,
0.05798344686627388,
0.015680786222219467,
-0.01987559162080288,
-0.021224847063422203,
0.03331626579165459,
0.020844288170337677,
-0.044179514050483704,
0.02494395337998867,
-0.031430765986442566,
-0.0175403393805027,
-0.02399255335330963,
0.0007567947031930089,
0.014089355245232582,
0.005319185554981232,
0.010482687503099442,
-0.004800240509212017,
0.029649054631590843,
0.019149068742990494,
-0.02788464166224003,
0.016320819035172462,
0.05275940150022507,
0.018872298300266266,
-0.01182329561561346,
-0.04535578563809395,
-0.01773061789572239,
-0.06846613436937332,
-0.03905925527215004,
0.09036561101675034,
-0.043556779623031616,
-0.06407240033149719,
0.02727920562028885,
-0.004817538894712925,
0.07375937700271606,
-0.04739696905016899,
0.023335224017500877,
0.0018130638636648655,
-0.05462760478258133,
0.026206718757748604,
0.022055160254240036,
-0.008670705370604992,
-0.017436549067497253,
0.0012173582799732685,
0.041757769882678986,
-0.08123218268156052,
-0.038747888058423996,
-0.004752670880407095,
0.003072586376219988,
0.03988956660032272,
-0.006906292401254177,
-0.010681616142392159,
-0.028368989005684853,
0.0015146705554798245,
0.023681188002228737,
-0.058536987751722336,
0.0332297757267952,
0.025566687807440758,
-0.033558439463377,
0.024303920567035675,
-0.013847180642187595,
-0.031534552574157715,
0.03169023618102074,
-0.034959591925144196,
0.058191023766994476,
-0.054835181683301926,
0.018353352323174477,
-0.06535246223211288,
-0.025099636986851692,
0.06639035791158676,
-0.051825299859046936,
0.08088621497154236,
-0.08247765153646469,
0.05635742098093033,
-0.007797147613018751,
-0.0040780422277748585,
-0.009193974547088146,
0.007381991948932409,
-0.015585646033287048,
0.05597686022520065,
0.0009670755243860185,
-0.06926184892654419,
0.014755334705114365,
0.04836566746234894,
0.028922531753778458,
0.0402701273560524,
-0.040996648371219635,
0.002644456923007965,
0.009661024436354637,
-0.005993814207613468,
-0.012454678304493427,
-0.03563421964645386,
0.021795688197016716,
0.04009714722633362,
-0.04369516298174858,
-0.04608231037855148,
-0.008432854898273945,
0.014028811827301979,
-0.037294842302799225,
-0.06165065988898277,
-0.061131712049245834,
0.0208961833268404,
-0.047189392149448395,
-0.0008173382957465947,
0.023681188002228737,
0.00008034186612349004,
-0.04161938279867172,
-0.017531689256429672,
0.019892890006303787,
0.024027150124311447,
-0.012333591468632221,
-0.07493565231561661,
-0.00976481381803751,
-0.03181132301688194,
0.03622235730290413,
-0.030825329944491386,
0.0461169071495533,
0.03629155084490776,
-0.01711653359234333,
0.015853768214583397,
0.016286222264170647,
-0.012497924268245697,
-0.0038618152029812336,
0.009704270400106907,
0.060508981347084045,
0.025532091036438942,
-0.039958760142326355,
0.03750241920351982,
0.030842626467347145,
0.04833107069134712,
0.041411805897951126,
0.02451149933040142,
-0.006491136271506548,
-0.0006686821579933167,
0.017332760617136955,
0.029960421845316887,
0.03667210787534714,
-0.006556004285812378,
0.008783143013715744,
-0.02530721388757229,
-0.009643726982176304,
-0.07507403194904327,
0.005898674018681049,
0.005128905642777681,
0.013907724060118198,
0.020775096490979195,
-0.061927430331707,
-0.12226342409849167,
0.06078575178980827,
0.012653606943786144,
0.05597686022520065,
0.0004648881731554866,
-0.03566881641745567,
-0.027590572834014893,
-0.08026348054409027,
0.039024658501148224,
-0.0043656243942677975,
0.07168359309434891,
-0.08220087736845016,
-0.038574907928705215,
0.00963507778942585,
0.017938196659088135,
0.003368817502632737,
0.1108466386795044,
0.030825329944491386,
-0.03968198969960213,
-0.008856660686433315,
-0.03371412307024002,
0.013302288949489594,
-0.03450983762741089,
-0.034890398383140564,
-0.07068029791116714,
-0.0024001202546060085,
0.0028260876424610615,
0.006123550236225128,
0.00933235976845026,
-0.0267429631203413,
0.04929976910352707,
0.0658368170261383,
0.005427299067378044,
0.018993385136127472,
0.034527137875556946,
0.02056751772761345,
0.009150728583335876,
-0.007559298072010279,
-0.03674130141735077,
-0.022504912689328194,
-0.015153191983699799,
0.05839860439300537,
0.03303949534893036,
-0.021276742219924927,
-0.004441303666681051,
0.029787439852952957,
0.05649580433964729,
0.006162471137940884,
-0.030410172417759895,
0.020861586555838585,
-0.00770200788974762,
-0.014634246937930584,
0.03542664274573326,
-0.045459575951099396,
0.02949337102472782,
0.04033932089805603,
-0.0641070008277893,
0.012532520107924938,
0.021051866933703423,
0.0368104949593544,
0.02821330726146698,
-0.03950900956988335,
-0.005941919516772032,
0.03124048560857773,
0.07742658257484436,
-0.0020692928228527308,
-0.022089757025241852,
0.01651974767446518,
0.018093880265951157,
0.00441103195771575,
0.0038531662430614233,
-0.06424538046121597,
-0.04144640266895294,
-0.00808689184486866,
0.10399656742811203,
0.05134095251560211,
0.01497156172990799,
-0.003524501109495759,
0.010906492359936237,
-0.05594226345419884,
0.03968198969960213,
-0.00042380503145977855,
0.02570507302880287,
-0.05289778858423233,
-0.0502338707447052,
-0.06967701017856598,
0.00877449382096529,
-0.013406077399849892,
0.032658934593200684,
-0.029026320204138756,
-0.02046372927725315,
-0.0350806787610054,
-0.028870636597275734,
0.004735372494906187,
0.038159750401973724,
-0.009989690035581589,
0.028420884162187576,
-0.05646120756864548,
0.04051230102777481,
-0.0004592121986206621,
-0.0058467797935009,
-0.01816307194530964,
-0.024667182937264442,
0.006694389507174492,
-0.019218260422348976,
-0.03947441279888153,
-0.015706732869148254,
0.04130801558494568,
-0.03464822471141815,
0.00034488216624595225,
0.04106584191322327,
0.06438376754522324,
0.019252857193350792,
0.0024541770108044147,
0.06856992095708847,
0.01968531124293804,
-0.02942417748272419,
0.009565885178744793,
0.01590566150844097,
0.019495030865073204,
-0.009453446604311466,
-0.07597354054450989,
0.016623536124825478,
-0.041238825768232346,
0.030842626467347145,
-0.02682945318520069,
0.07583515346050262,
-0.05400487035512924,
0.022297333925962448,
-0.004938626196235418,
-0.0169435515999794,
0.01823226548731327,
0.005137554835528135,
0.005898674018681049,
-0.011044878512620926,
-0.02390606328845024,
0.047708336263895035,
-0.03357573598623276,
0.025272618979215622,
0.009436149150133133,
0.0010205917060375214,
-0.008683678694069386,
-0.008804765529930592,
0.01573268137872219,
0.015602944418787956,
-0.0006016517872922122,
-0.05075281485915184,
-0.042276713997125626,
-0.004179669078439474,
0.023698484525084496,
-0.045217402279376984,
-0.029908526688814163,
0.044352494180202484,
0.010958387516438961,
0.021467022597789764,
-0.04743156582117081,
0.013345533981919289,
-0.0292338989675045,
-0.002618509577587247,
-0.019546926021575928,
-0.0368104949593544,
-0.0095831835642457,
-0.010205917060375214,
-0.08047106117010117,
-0.004895380698144436,
0.037640806287527084,
-0.04161938279867172,
0.017306813970208168,
-0.02022155374288559,
0.012186557054519653,
0.01479857973754406,
-0.0031223187688738108,
-0.04774293303489685,
0.043833550065755844,
0.014651545323431492,
-0.03148265928030014,
0.027728958055377007,
0.0314999558031559,
0.0070144059136509895,
0.06500650197267532,
0.055630896240472794,
0.03829813748598099,
0.021380530670285225,
0.03499418869614601,
0.032209184020757675,
0.0014281796757131815,
-0.002227138727903366,
0.0018044147873297334,
-0.006504110060632229,
-0.02708892524242401,
-0.015810523182153702,
-0.005730017088353634,
-0.002194704720750451,
-0.016900306567549706,
0.010171320289373398,
-0.023854168131947517,
0.014331528916954994,
0.0071441419422626495,
0.02451149933040142,
0.035132572054862976,
-0.049161382019519806,
0.007874988950788975,
-0.0047829425893723965,
0.03483850508928299,
-0.06216960400342941,
0.04404112696647644,
-0.0038985738065093756,
0.08787467330694199,
-0.016831114888191223,
-0.06372644007205963,
-0.04303783178329468,
0.00031866462086327374,
0.059920843690633774,
0.04888461157679558,
0.006205716636031866,
0.007788498420268297,
-0.028455480933189392,
0.045390382409095764,
0.03392169997096062,
-0.045978520065546036,
0.003688833676278591,
0.02416553534567356,
-0.06618277728557587,
-0.042034540325403214,
0.033593036234378815,
-0.02899172343313694,
-0.014245038852095604,
-0.027850044891238213,
0.03829813748598099,
-0.036256954073905945,
0.028593866154551506,
-0.012394134886562824,
0.007100896444171667,
-0.042726464569568634,
-0.024200132116675377,
0.021743793040513992,
0.04161938279867172,
0.03653372451663017,
0.0010114021133631468,
-0.0012249263236299157,
0.020948076620697975,
-0.027936534956097603,
-0.08434584736824036,
0.06728985905647278,
0.04020093381404877,
-0.03132697567343712,
0.005340808071196079,
0.023542802780866623,
0.08282361179590225,
0.035409342497587204,
-0.0324859544634819,
-0.006504110060632229,
0.08739032596349716,
-0.0208961833268404,
0.008324741385877132,
0.014098004437983036,
-0.00007189549796748906,
0.03757161274552345,
-0.02074049971997738,
0.014132600277662277,
0.02037723734974861,
0.005068362224847078,
-0.020359938964247704,
0.03968198969960213,
-0.011027580127120018,
-0.008294469676911831,
0.0485040545463562,
-0.061200905591249466,
0.03284921497106552,
-0.04044310748577118,
-0.0003221783263143152,
0.040892861783504486,
0.06445296108722687,
-0.01736735738813877,
-0.04158478602766991,
0.007001432124525309,
0.014288283884525299,
-0.06023220717906952,
-0.06680551171302795,
-0.014132600277662277,
0.036083970218896866,
-0.022591402754187584,
-0.038228943943977356,
0.04404112696647644,
0.031448062509298325,
0.04213833063840866,
-0.00498619582504034,
0.061996620148420334,
0.028680356219410896,
-0.002627158770337701,
0.06057817116379738,
0.020152362063527107,
0.036845091730356216,
-0.015023455955088139,
0.03698347508907318,
-0.04051230102777481,
-0.011901137419044971,
-0.011304350569844246,
-0.0350806787610054,
-0.06877750158309937,
-0.01703004352748394,
-0.004657530691474676,
0.02022155374288559,
0.06293072551488876,
-0.010845948942005634,
0.021830283105373383,
-0.007498754188418388,
-0.02212435193359852,
-0.006811152212321758,
0.010361600667238235,
0.01779981143772602,
0.028420884162187576,
0.02710622362792492,
0.03802136704325676,
-0.0411350354552269,
-0.0011341109639033675,
0.054593008011579514,
0.016303520649671555,
-0.004545092582702637,
-0.02357739768922329,
-0.026085631921887398,
-0.02907821536064148,
-0.09299493581056595,
-0.05653040111064911,
0.04628988727927208,
-0.012852536514401436,
0.09347928315401077,
-0.02823060378432274,
0.014911017380654812,
0.00202064192853868,
0.061962027102708817,
0.027417590841650963,
0.010136724449694157,
-0.011563822627067566,
-0.0026293210685253143,
-0.008251224644482136,
-0.014469915069639683,
-0.06306910514831543,
-0.014729387126863003,
0.019322048872709274,
0.01332823559641838,
0.07078409194946289,
-0.01178004965186119,
0.07147601246833801,
-0.041342612355947495,
-0.017151130363345146,
-0.012454678304493427,
-0.0005494870129041374,
-0.06659793108701706,
-0.055181145668029785,
0.027227310463786125,
-0.08469181507825851,
-0.07465887814760208,
-0.007338746450841427,
-0.018474439159035683,
0.030513962730765343,
0.02236652746796608,
0.02855926938354969,
-0.017237620428204536,
0.031015608459711075,
0.025601282715797424,
0.0485040545463562,
-0.031430765986442566,
-0.0004708344058599323,
-0.060508981347084045,
-0.007874988950788975,
0.058294814079999924,
0.027590572834014893,
0.014582352712750435,
0.013042815960943699,
0.0338871031999588,
0.05687636509537697,
-0.020013976842164993,
-0.006136524025350809,
-0.005717043299227953,
0.057602886110544205,
-0.037882979959249496,
0.01961611770093441,
0.020429132506251335,
0.07369018346071243,
0.018647421151399612,
0.020705902948975563,
-0.01643325574696064,
0.03982037305831909,
0.0070835985243320465,
0.07019595056772232,
-0.003842354752123356,
0.055354125797748566,
0.008117163553833961,
0.057153135538101196,
0.008653406985104084,
-0.02426932565867901,
0.08815144747495651,
0.036602914333343506,
-0.008229602128267288,
-0.003786135697737336,
-0.06351885944604874,
0.034198470413684845,
0.017246270552277565,
0.025532091036438942,
0.052102070301771164,
-0.04234590753912926,
-0.025843458250164986,
0.046220697462558746,
0.0258780550211668,
0.0595402829349041,
0.0007227389141917229,
-0.0020325342193245888,
-0.026448894292116165,
-0.056149840354919434,
0.04507901519536972,
-0.03629155084490776,
-0.006071655545383692,
-0.02779814973473549,
0.01901068352162838,
-0.07569676637649536,
0.05507735535502434,
-0.001021672855131328,
0.002190380124375224,
0.0209999717772007,
-0.055008161813020706,
-0.023767678067088127,
-0.021640004590153694,
-0.033420052379369736,
-0.01635541394352913,
-0.06940023601055145,
-0.005522439256310463,
0.012783343903720379,
0.0030012314673513174,
-0.021017270162701607,
0.008195005357265472,
-0.05504275858402252,
0.017324112355709076,
-0.03362763300538063,
0.006547355093061924,
0.019322048872709274,
-0.03435415402054787,
-0.023110348731279373,
-0.05874456837773323,
-0.03750241920351982,
-0.04888461157679558,
-0.02106916531920433,
0.0006151659763418138,
-0.025272618979215622,
0.0402701273560524,
0.06376103311777115,
0.025134233757853508,
0.01816307194530964,
-0.021622706204652786,
0.004493198357522488,
0.017488444223999977,
0.024546096101403236,
0.06123550236225128,
-0.004333190154284239,
0.06054357439279556,
0.008073918521404266,
-0.04715479537844658,
-0.002109294990077615,
0.012013575062155724,
-0.009479394182562828,
-0.005025116726756096,
0.028334394097328186,
-0.009747515432536602,
0.04919597879052162,
0.02639699913561344,
-0.06663253158330917,
-0.08600647747516632,
0.04663585126399994,
-0.04500982537865639,
-0.0452519990503788,
0.005760288797318935,
-0.020688604563474655,
-0.025947246700525284,
-0.03364492952823639,
0.007183062843978405,
0.009375604800879955,
0.008329066447913647,
0.048296473920345306,
-0.006638170685619116,
-0.014885070733726025,
-0.05386648327112198,
0.04981871321797371,
0.014374774880707264,
-0.004553741775453091,
0.004804565105587244,
-0.08642163127660751,
-0.00825987383723259,
0.044006530195474625,
-0.019581522792577744,
-0.021743793040513992,
0.0292338989675045,
-0.017920898273587227,
0.0005170529475435615,
-0.09271816164255142,
-0.03698347508907318,
0.06649414449930191,
-0.02942417748272419,
-0.019460435956716537,
-0.008108514361083508,
-0.037121862173080444,
-0.01746249757707119,
-0.006504110060632229,
-0.05203288048505783,
0.004006687551736832,
-0.015187788754701614,
0.01721167378127575,
0.014660194516181946,
-0.03046206757426262,
-0.011607068590819836,
-0.026604577898979187,
0.00791390985250473,
0.05102958530187607,
-0.019131770357489586,
0.008186356164515018,
-0.047777529805898666,
0.002337414538487792,
-0.05822562053799629,
-0.04552876949310303,
0.039439816027879715,
0.007312798872590065,
0.006867371499538422,
-0.029095511883497238,
0.0036391012836247683,
-0.017687372863292694,
0.03950900956988335,
0.015395366586744785,
0.002538505708798766,
-0.0426572747528553,
-0.06995377689599991,
-0.018872298300266266,
-0.0409274585545063,
-0.04328000918030739,
-0.00528891384601593,
-0.012065470218658447,
0.019823696464300156,
-0.018716614693403244,
-0.009929146617650986,
0.011563822627067566,
-0.01106217596679926,
0.030046911910176277,
-0.05473139137029648,
0.0242520272731781,
0.04732777923345566,
0.014383424073457718,
-0.011114071123301983,
0.01152057759463787,
-0.021467022597789764,
0.0402701273560524,
-0.024961251765489578,
0.012843887321650982,
-0.020792393013834953,
-0.0060889539308846,
0.009920497424900532,
0.012653606943786144,
-0.04248429089784622,
-0.06310370564460754,
-0.052344247698783875,
-0.005435948260128498,
-0.005574333481490612,
0.0054705445654690266,
0.03089452162384987,
-0.015672137960791588,
-0.0129390275105834,
0.020775096490979195
] |
8,960 | sentencepiece | LoadVocabulary | null | def LoadVocabulary(self, filename, threshold):
return _sentencepiece.SentencePieceProcessor_LoadVocabulary(self, filename, threshold)
| (self, filename, threshold) | [
-0.012392525561153889,
-0.004998811986297369,
-0.06336472928524017,
-0.008064285852015018,
0.03727337345480919,
0.04521573707461357,
0.03918929398059845,
0.014273611828684807,
0.04664396867156029,
0.0327099971473217,
-0.031299181282520294,
0.0033289126586169004,
-0.04932625591754913,
-0.03276224806904793,
-0.024297362193465233,
0.016163406893610954,
0.00963185727596283,
0.004785448312759399,
-0.029121998697519302,
-0.0020204258617013693,
0.020012665539979935,
0.015562503598630428,
0.005046709906309843,
-0.008482304401695728,
0.017957404255867004,
-0.040931038558483124,
-0.03765655681490898,
-0.055770717561244965,
-0.03192621096968651,
-0.038840945810079575,
-0.017783230170607567,
0.007071490399539471,
-0.03345894813537598,
0.049430761486291885,
-0.028373047709465027,
0.0063660829328000546,
0.02267753705382347,
-0.03852742910385132,
0.009518643841147423,
-0.018096745014190674,
-0.027798272669315338,
-0.0032374709844589233,
0.020657112821936607,
0.012288020923733711,
-0.05827883258461952,
0.013315650634467602,
-0.0033485074527561665,
0.005630195140838623,
0.009701527655124664,
0.011930963024497032,
0.006966985296458006,
0.03378988057374954,
-0.015405746176838875,
-0.025272740051150322,
-0.03936346620321274,
-0.0016655449289828539,
-0.0247327983379364,
0.0341033935546875,
0.01952497661113739,
0.02750217542052269,
0.03863193467259407,
0.0031307891476899385,
0.04410101845860481,
0.01334177702665329,
0.057164113968610764,
0.06117013096809387,
0.018114162608981133,
0.048594724386930466,
0.005543107632547617,
0.00927479937672615,
-0.013193728402256966,
-0.027171242982149124,
0.012897632084786892,
0.012880214489996433,
0.010563692077994347,
0.038039740175008774,
-0.04953526705503464,
-0.02765893191099167,
-0.01896761730313301,
0.0412793904542923,
0.007624494843184948,
-0.012018050067126751,
0.04333464801311493,
-0.003285369137302041,
-0.01148681715130806,
-0.04521573707461357,
0.03852742910385132,
-0.025516584515571594,
0.00018165870278608054,
0.021144801750779152,
-0.031125007197260857,
0.08862005174160004,
-0.011495525948703289,
-0.005368933081626892,
0.006879898253828287,
-0.05058031529188156,
0.011042672209441662,
0.01016309019178152,
-0.04458870738744736,
-0.0175480954349041,
-0.05256590619683266,
0.03699469193816185,
0.027815690264105797,
-0.010659487918019295,
0.003054587636142969,
-0.01816641539335251,
-0.013315650634467602,
0.026561632752418518,
0.02999287284910679,
0.03601931408047676,
-0.01388171873986721,
-0.027728602290153503,
0.050963498651981354,
0.06364341080188751,
-0.03373762592673302,
-0.030741823837161064,
-0.02116221748292446,
0.0006335602374747396,
-0.025952020660042763,
0.006074340548366308,
-0.008094766177237034,
-0.03534003347158432,
-0.04211542755365372,
-0.009074498899281025,
-0.03314543515443802,
-0.0005987253389321268,
0.005547462031245232,
0.0003663110255729407,
0.05688543617725372,
0.006405272055417299,
0.005181695334613323,
-0.025255322456359863,
-0.012601534835994244,
-0.025603672489523888,
0.05214788764715195,
-0.11976248025894165,
0.02447153627872467,
0.031159842386841774,
0.018479928374290466,
0.02309555746614933,
-0.009048372507095337,
-0.026195865124464035,
0.0077551258727908134,
-0.018479928374290466,
-0.028216291218996048,
-0.014726465567946434,
-0.016503047198057175,
-0.06026442348957062,
0.01629403792321682,
0.06273770332336426,
-0.018323171883821487,
-0.007393713109195232,
-0.07587046921253204,
-0.06158815324306488,
0.03168236464262009,
-0.01842767745256424,
-0.016781726852059364,
-0.058104660362005234,
0.03699469193816185,
-0.05172986537218094,
0.029191669076681137,
0.050649985671043396,
-0.06949567794799805,
-0.022590450942516327,
0.0031111943535506725,
0.019594646990299225,
0.0026518087834119797,
0.02419285662472248,
-0.03561871498823166,
0.01908954046666622,
-0.009431556798517704,
-0.024506371468305588,
-0.07074973732233047,
0.04385717213153839,
-0.01058110874146223,
-0.021615073084831238,
0.0025494813453406096,
0.02999287284910679,
0.0185495987534523,
0.044344861060380936,
-0.02819887362420559,
0.025499166920781136,
-0.053123265504837036,
-0.024523789063096046,
0.043787505477666855,
-0.010285012423992157,
0.0450763963162899,
0.08193174749612808,
-0.022364024072885513,
0.023461323231458664,
0.026161029934883118,
-0.07775155454874039,
0.08144406229257584,
-0.005717282649129629,
-0.02504631318151951,
-0.04166257381439209,
-0.01912437565624714,
-0.027798272669315338,
-0.0398859903216362,
-0.017521968111395836,
0.04521573707461357,
-0.004663526080548763,
0.042672786861658096,
-0.047793518751859665,
-0.03591480851173401,
0.05193887650966644,
-0.023200061172246933,
0.028111785650253296,
-0.008086057379841805,
0.013568203896284103,
-0.03408597782254219,
-0.04605177417397499,
0.002412318717688322,
0.004654817283153534,
0.0258300993591547,
-0.03838808834552765,
-0.05786081403493881,
-0.007411130703985691,
-0.05357611924409866,
-0.014648087322711945,
0.04814187064766884,
0.08792335540056229,
-0.07385004311800003,
0.005107671022415161,
-0.03765655681490898,
-0.005469083786010742,
0.028982659801840782,
-0.0033202040940523148,
-0.0017961759585887194,
0.058104660362005234,
0.005569234024733305,
-0.0030415246728807688,
-0.0045372494496405125,
-0.045320238918066025,
0.03399888798594475,
0.024663127958774567,
-0.00509025389328599,
0.05078932270407677,
0.08423085510730743,
-0.004034319892525673,
0.05179953575134277,
-0.008299421519041061,
0.011669700965285301,
0.028268544003367424,
0.015248989686369896,
0.05977673456072807,
-0.0450763963162899,
-0.02668355405330658,
0.007859630510210991,
0.051625363528728485,
0.037482380867004395,
-0.06197133660316467,
-0.054377321153879166,
0.029331007972359657,
0.035810306668281555,
0.05681576579809189,
-0.04012983664870262,
-0.050406139343976974,
-0.032535821199417114,
0.003903689095750451,
-0.0033071408979594707,
0.05636291205883026,
0.029052330181002617,
0.019855909049510956,
-0.029452931135892868,
0.008752275258302689,
0.02379225566983223,
-0.02696223370730877,
0.07252632081508636,
-0.04329981654882431,
-0.11432822793722153,
0.09147652238607407,
-0.007781251799315214,
-0.011660992167890072,
-0.02682289481163025,
0.007380650378763676,
0.029383260756731033,
0.019890744239091873,
0.015701843425631523,
0.07621882110834122,
-0.00022533843002747744,
0.016999443992972374,
0.025237904861569405,
0.01553637720644474,
0.03023671731352806,
0.005691156256943941,
-0.029331007972359657,
-0.04953526705503464,
0.0013030440313741565,
-0.0550391860306263,
0.029400678351521492,
0.04413585364818573,
0.09684109687805176,
-0.019159210845828056,
-0.004650462884455919,
-0.015039979480206966,
-0.03039347380399704,
-0.026039108633995056,
0.04110521450638771,
0.0004934041062369943,
-0.014961601234972477,
-0.05075448751449585,
0.05155569314956665,
0.0008572657825425267,
-0.03619349002838135,
-0.02720607817173004,
-0.013559495098888874,
0.003265774343162775,
0.026230700314044952,
-0.03946797177195549,
-0.03426015004515648,
0.002018248662352562,
0.021754411980509758,
0.011103632859885693,
0.03824875131249428,
0.060821782797575,
-0.01726941578090191,
-0.012740874662995338,
0.03817908093333244,
-0.02116221748292446,
0.006039505358785391,
0.03577547147870064,
0.007502572610974312,
-0.013394029811024666,
0.015640882775187492,
-0.062075842171907425,
0.04608660936355591,
-0.06315572559833527,
0.02036101557314396,
-0.017957404255867004,
0.04552925005555153,
0.014700339175760746,
0.012531865388154984,
-0.0015621287748217583,
-0.07580079883337021,
0.023705167695879936,
0.05660675838589668,
0.07566146552562714,
-0.012279312126338482,
0.02983611449599266,
0.03175203502178192,
-0.03215263783931732,
-0.02738025225698948,
-0.013637874275445938,
0.07064523547887802,
0.034713003784418106,
-0.012801836244761944,
-0.016085026785731316,
0.05152085795998573,
-0.07531311362981796,
0.002327408641576767,
-0.06259836256504059,
0.0060699861496686935,
0.04674847424030304,
-0.038039740175008774,
-0.03358086943626404,
0.050127461552619934,
0.04730582982301712,
-0.02872139774262905,
-0.03203071653842926,
-0.0096231484785676,
0.04176707938313484,
-0.08450953662395477,
-0.009710236452519894,
0.03206555172801018,
-0.00929221697151661,
0.023705167695879936,
-0.06834612786769867,
-0.055074021220207214,
0.04082653671503067,
-0.002035666024312377,
-0.025638505816459656,
-0.026178447529673576,
0.04573826119303703,
0.02887815423309803,
-0.04782835394144058,
-0.059184540063142776,
0.021075131371617317,
0.03192621096968651,
0.0560493990778923,
0.03493943065404892,
0.0450763963162899,
0.01743488200008869,
0.00508154509589076,
-0.03915445879101753,
-0.006335602607578039,
-0.05667642503976822,
0.013785922899842262,
0.04716649278998375,
0.016825269907712936,
0.02748475782573223,
0.026300370693206787,
-0.01872377283871174,
0.0492565855383873,
0.04336948320269585,
0.026997068896889687,
-0.0701923817396164,
-0.0056868018582463264,
0.0728049948811531,
0.00649671396240592,
-0.014108145609498024,
0.043926842510700226,
-0.1292375773191452,
0.04336948320269585,
-0.07907528430223465,
0.02915683388710022,
0.004515477456152439,
0.05939355120062828,
-0.03713403269648552,
0.0013585621491074562,
0.03082890994846821,
0.04824637621641159,
-0.011399730108678341,
-0.026161029934883118,
-0.02227693609893322,
-0.007576596923172474,
-0.004685297608375549,
0.0026714035775512457,
-0.02748475782573223,
-0.0001270930515602231,
0.01520544569939375,
0.07182961702346802,
0.03943313658237457,
-0.022346606478095055,
0.005604068748652935,
0.03936346620321274,
-0.04016467183828354,
-0.00934446882456541,
0.05051064491271973,
-0.07175994664430618,
-0.04988361522555351,
0.014543581753969193,
-0.002976209158077836,
-0.07942363619804382,
-0.001896326313726604,
0.01368141733109951,
-0.05242656543850899,
-0.02184149995446205,
0.004134470596909523,
0.024436701089143753,
-0.003058942034840584,
-0.02269495464861393,
0.055213358253240585,
0.04650462791323662,
0.038980282843112946,
-0.02393159456551075,
-0.09663208574056625,
-0.01018050778657198,
-0.0030632964335381985,
-0.068206787109375,
-0.05378512665629387,
0.024262527003884315,
0.047514840960502625,
0.04754967615008354,
0.0442751944065094,
0.03274483233690262,
-0.07001820206642151,
0.024523789063096046,
0.007615786045789719,
0.023269731551408768,
0.03587997332215309,
0.027397669851779938,
0.00793800875544548,
-0.030062543228268623,
0.0042759873904287815,
0.03824875131249428,
-0.03481750935316086,
0.04110521450638771,
-0.002455862471833825,
-0.03668117895722389,
-0.006026442628353834,
0.010755283758044243,
0.005856622010469437,
-0.07670650631189346,
0.008456178940832615,
0.06454911828041077,
0.04190641641616821,
-0.020273927599191666,
0.031142424792051315,
0.044344861060380936,
0.04828120768070221,
-0.03640249744057655,
-0.06636053323745728,
0.011634865775704384,
-0.03119467757642269,
0.01174807921051979,
-0.04880373179912567,
0.06332989782094955,
0.01982107385993004,
-0.017295541241765022,
0.003052410436794162,
0.011870001442730427,
-0.012784418649971485,
-0.04371783509850502,
0.03161269798874855,
-0.01739133708178997,
0.022729789838194847,
0.03863193467259407,
0.024401865899562836,
0.031699784100055695,
-0.002120576100423932,
-0.03699469193816185,
-0.06486263126134872,
0.026091361418366432,
-0.014813552610576153,
0.05786081403493881,
-0.007424193900078535,
0.058104660362005234,
-0.015492834150791168,
-0.023983847349882126,
0.009083207696676254,
-0.011312643066048622,
-0.016720764338970184,
0.006501068361103535,
0.021702159196138382,
0.0472709946334362,
-0.027711184695363045,
0.046957481652498245,
-0.01751326024532318,
0.036367665976285934,
-0.05193887650966644,
-0.008199270814657211,
0.01511835865676403,
-0.051068004220724106,
-0.030602483078837395,
-0.06852030009031296,
-0.07761222124099731,
-0.021109966561198235,
0.02802469953894615,
0.0384925939142704,
0.04713165760040283,
-0.033755045384168625,
0.013306941837072372,
-0.04110521450638771,
-0.00803815945982933,
0.06695272773504257,
-0.04239410534501076,
-0.06291187554597855,
0.044762883335351944,
-0.00006834313535364345,
-0.01896761730313301,
-0.04281212389469147,
0.028390465304255486,
0.05186920613050461,
0.0023622435983270407,
0.016947193071246147,
-0.02487213723361492,
0.011887419037520885,
0.010224050842225552,
0.035566460341215134,
0.013437572866678238,
0.0032940777018666267,
-0.012662496417760849,
-0.07663684338331223,
0.029801281169056892,
-0.024994060397148132,
0.012514447793364525,
-0.0018135934369638562,
0.0031373207457363605,
0.0054037682712078094,
0.03168236464262009,
-0.042010921984910965,
0.004071332048624754,
0.012018050067126751,
0.004391378257423639,
0.011033963412046432,
-0.06165781989693642,
0.0031786870677024126,
-0.02339165285229683,
-0.03312801569700241,
0.08757501095533371,
0.002375306561589241,
-0.02036101557314396,
0.038144245743751526,
-0.050127461552619934,
0.05326260253787041,
0.06573350727558136,
-0.029592270031571388,
-0.019995247945189476,
0.048455383628606796,
-0.024123188108205795,
0.025934603065252304,
0.028529806062579155,
0.03439949080348015,
-0.017905153334140778,
0.032640326768159866,
0.061692655086517334,
0.0412793904542923,
-0.02407093532383442,
0.049709443002939224,
0.03544453904032707,
0.06716173887252808,
0.018323171883821487,
0.005512627307325602,
-0.025777846574783325,
-0.048768896609544754,
0.0448673851788044,
-0.027049321681261063,
-0.019559811800718307,
0.0006716609350405633,
-0.020587442442774773,
-0.025899767875671387,
-0.01663367822766304,
0.044344861060380936,
-0.022938799113035202,
0.02159765549004078,
0.02063969522714615,
-0.005647612735629082,
0.01856701634824276,
0.026056526228785515,
-0.04814187064766884,
-0.028512388467788696,
0.01119942869991064,
-0.026317788287997246,
0.01954239420592785,
0.008691314607858658,
0.05935871601104736,
-0.04932625591754913,
0.026909980922937393,
-0.013472408056259155,
0.015614756383001804,
-0.0037251601461321115,
0.021667324006557465,
0.02269495464861393,
-0.0008627087227068841,
-0.04890823736786842,
-0.0035466309636831284,
-0.01230543851852417,
-0.006296413019299507,
-0.044205524027347565,
0.004334771074354649,
-0.007611431647092104,
-0.008952576667070389,
0.010293721221387386,
-0.003679439192637801,
0.008617290295660496,
0.03199588134884834,
-0.038039740175008774,
0.028129203245043755,
0.010502730496227741,
-0.022991051897406578,
-0.02515081688761711,
-0.010041167959570885,
0.003296254901215434,
0.006344310939311981,
-0.011121050454676151,
-0.0650019720196724,
0.0632253959774971,
0.04065236076712608,
0.022207265719771385,
0.0072195385582745075,
-0.010494021698832512,
-0.0265267975628376,
0.004720132797956467,
-0.03626316040754318,
0.011391021311283112,
0.07482542097568512,
-0.007106325123459101,
0.024941807612776756,
0.02917425148189068,
-0.02461087703704834,
0.0018168592359870672,
-0.008691314607858658,
0.005965481512248516,
0.04922175407409668,
-0.00042182920151390135,
0.02847755327820778,
-0.00893515907227993,
-0.04741033539175987,
0.008059930987656116,
-0.005168632138520479,
0.016389833763241768,
-0.012322855181992054,
0.010285012423992157,
0.008329901844263077,
-0.03765655681490898,
-0.01581505686044693,
0.0007788871880620718,
0.09614440053701401,
0.0014630669029429555,
-0.02076161652803421,
0.05361095443367958,
0.014482621103525162,
-0.05800015479326248,
-0.04643495753407478,
0.05514369159936905,
-0.08548491448163986,
-0.011530361138284206,
-0.021527985110878944,
-0.007210829760879278,
-0.08179240673780441,
0.024018682539463043,
-0.045877598226070404,
0.004143179394304752,
-0.030445726588368416,
0.03175203502178192,
0.0228342954069376,
-0.08618161082267761,
-0.01265378762036562,
0.03943313658237457,
0.018183832988142967,
-0.02518565207719803,
-0.030619900673627853,
-0.0327099971473217,
-0.03922412917017937,
-0.048037365078926086,
-0.034451741725206375,
0.00017784863302949816,
-0.04995328560471535,
0.030602483078837395,
0.06663921475410461,
-0.02654421515762806,
0.040896203368902206,
-0.0011637043207883835,
0.028808485716581345,
-0.004434921778738499,
-0.07364103943109512,
-0.02187633514404297,
0.020186839625239372,
-0.01926371455192566,
0.006405272055417299,
-0.0019137437921017408,
-0.002246852731332183,
0.043125640600919724,
-0.006501068361103535,
0.030341221019625664,
0.02708415687084198,
0.010232759639620781,
-0.02239885739982128,
-0.0025777847040444613,
0.02379225566983223,
-0.04615627974271774,
-0.015614756383001804,
-0.04239410534501076,
-0.03176945447921753,
-0.03619349002838135,
-0.01174807921051979,
-0.028529806062579155,
0.06998337060213089,
-0.03208296746015549,
0.013724961318075657,
-0.0036816163919866085,
-0.015928270295262337,
0.016241785138845444,
0.00746338302269578,
-0.03189137578010559,
0.02476763352751732,
-0.024663127958774567,
-0.007620140444487333,
0.08228009939193726,
-0.018497345969080925,
0.02900007739663124,
0.00033310899743810296,
0.04758451133966446,
0.0003018119896296412,
0.012418651953339577,
0.08611194044351578,
-0.02957485243678093,
-0.014195232652127743,
-0.026909980922937393,
-0.023043304681777954,
-0.052043382078409195,
-0.023461323231458664,
0.026021691039204597,
0.019977830350399017,
0.01362045668065548,
0.04657429829239845,
0.0068755438551306725
] |
8,961 | sentencepiece | NBestEncode | NBestEncode text input to segmented ids or tokens.
Args:
input: input string. accepsts list of string.
out_type: output type. int or str.
add_bos: Add <s> to the result (Default = false)
add_eos: Add </s> to the result (Default = false) <s>/</s> is added after reversing (if enabled).
reverse: Reverses the tokenized sequence (Default = false)
emit_unk_piece: Emits the unk literal string (Default = false)
nbest_size: nbest size
| def NBestEncode(self,
input,
out_type=None,
add_bos=None,
add_eos=None,
reverse=None,
emit_unk_piece=None,
nbest_size=None):
"""NBestEncode text input to segmented ids or tokens.
Args:
input: input string. accepsts list of string.
out_type: output type. int or str.
add_bos: Add <s> to the result (Default = false)
add_eos: Add </s> to the result (Default = false) <s>/</s> is added after reversing (if enabled).
reverse: Reverses the tokenized sequence (Default = false)
emit_unk_piece: Emits the unk literal string (Default = false)
nbest_size: nbest size
"""
if out_type is None:
out_type = self._out_type
if add_bos is None:
add_bos = self._add_bos
if add_eos is None:
add_eos = self._add_eos
if reverse is None:
reverse = self._reverse
if emit_unk_piece is None:
emit_unk_piece = self._emit_unk_piece
if nbest_size is None:
nbest_size = self._nbest_size
if nbest_size <= 0:
nbest_size=1
def _encode(text):
if out_type is int:
return self._NBestEncodeAsIds(text, nbest_size,
add_bos, add_eos, reverse, emit_unk_piece)
if out_type is str:
return self._NBestEncodeAsPieces(text, nbest_size,
add_bos, add_eos, reverse, emit_unk_piece)
if out_type == 'serialized_proto' or out_type == 'proto':
return self._NBestEncodeAsSerializedProto(text, nbest_size,
add_bos, add_eos, reverse, emit_unk_piece)
if out_type == 'immutable_proto':
return self._NBestEncodeAsImmutableProto(text, nbest_size,
add_bos, add_eos, reverse, emit_unk_piece)
raise RuntimeError('unknown out_type')
if type(input) is list:
return [_encode(n) for n in input]
return _encode(input)
| (self, input, out_type=None, add_bos=None, add_eos=None, reverse=None, emit_unk_piece=None, nbest_size=None) | [
-0.029763394966721535,
0.010643458925187588,
-0.03888387233018875,
-0.029606744647026062,
0.009129181504249573,
-0.013924394734203815,
-0.07748925685882568,
-0.017440304160118103,
0.06004895269870758,
-0.0754702165722847,
0.03439325466752052,
0.029276039451360703,
-0.03453249856829643,
-0.013689421117305756,
0.061685070395469666,
0.03195648640394211,
0.025881968438625336,
-0.01508186012506485,
0.006901278160512447,
0.025968996807932854,
-0.03721294552087784,
0.04863094910979271,
0.010077781043946743,
0.032269783318042755,
0.03112102299928665,
-0.0035441936925053596,
0.05601087957620621,
-0.0329660065472126,
-0.10408484935760498,
-0.023706281557679176,
0.044627685099840164,
-0.053817786276340485,
0.01143540907651186,
-0.02911939099431038,
0.023949958384037018,
-0.040554799139499664,
0.00040630949661135674,
0.034880608320236206,
-0.029397878795862198,
-0.019546369090676308,
-0.021321728825569153,
-0.10401523113250732,
-0.03874462842941284,
-0.007575741037726402,
-0.03282676264643669,
0.031991295516490936,
-0.03453249856829643,
0.0800652727484703,
0.012009790167212486,
0.0025694859214127064,
-0.023497415706515312,
-0.11431927978992462,
0.0028414467815309763,
-0.0017992928624153137,
-0.033836279064416885,
0.010295349173247814,
-0.002878433559089899,
-0.02262714132666588,
0.055906444787979126,
0.01479466911405325,
-0.0035877074114978313,
0.03439325466752052,
0.08486918359994888,
0.012236062437295914,
-0.04253902658820152,
0.06321675330400467,
-0.049849335104227066,
-0.008989937603473663,
-0.02036442793905735,
0.027309220284223557,
0.030459614470601082,
-0.03120804950594902,
0.01226217020303011,
0.058273591101169586,
0.009625238366425037,
0.06485287100076675,
-0.0007043785881251097,
0.028753874823451042,
0.000006901006145199062,
0.01063475664705038,
0.04521947354078293,
0.009120478294789791,
0.007680173963308334,
-0.06384334713220596,
0.012967092916369438,
-0.005034538917243481,
-0.0012553712585940957,
0.005996192339807749,
-0.022505303844809532,
-0.04863094910979271,
-0.04640304669737816,
0.00014590698992833495,
0.028388360515236855,
0.04483655095100403,
-0.046054936945438385,
0.006801196839660406,
0.027257002890110016,
-0.07574871182441711,
-0.0018787054577842355,
-0.050267066806554794,
-0.03374925255775452,
0.09162251651287079,
-0.0322001613676548,
-0.037247754633426666,
-0.026908893138170242,
-0.048700571060180664,
-0.028353549540042877,
0.014107152819633484,
-0.030041882768273354,
0.0022028828971087933,
-0.0062529235146939754,
-0.03655153512954712,
0.039336416870355606,
-0.055279847234487534,
0.046855587512254715,
-0.018206145614385605,
-0.012227359227836132,
0.05392221733927727,
0.007532227318733931,
0.04246940463781357,
0.00859831366688013,
-0.01657002978026867,
-0.03453249856829643,
-0.007780255749821663,
-0.028614630922675133,
-0.013776448555290699,
0.07964754104614258,
0.029432689771056175,
0.039754148572683334,
-0.05580201372504234,
0.031799837946891785,
0.028492793440818787,
-0.025934185832738876,
0.0537133514881134,
-0.017823224887251854,
0.03176502510905266,
-0.06231166794896126,
-0.036586347967386246,
-0.02595159038901329,
-0.023323360830545425,
0.06231166794896126,
-0.04929235950112343,
0.06774218380451202,
-0.016187109053134918,
-0.001854772912338376,
0.012418819591403008,
0.04466249793767929,
-0.04706445336341858,
0.04180799424648285,
-0.035211313515901566,
0.021669840440154076,
0.003946695476770401,
-0.04083328694105148,
-0.005426162853837013,
-0.005404405761510134,
0.005643731448799372,
0.017840631306171417,
-0.0570203959941864,
-0.023497415706515312,
0.008937721140682697,
0.019528964534401894,
-0.05754256248474121,
0.02485504560172558,
0.039510469883680344,
0.014098449610173702,
0.02220940962433815,
0.00672287167981267,
0.01278433483093977,
0.00692738639190793,
0.0019515909953042865,
0.03585531562566757,
0.020816970616579056,
-0.0859135165810585,
0.01131357066333294,
-0.0007348381914198399,
0.008219744078814983,
-0.03011150471866131,
0.0034245308488607407,
-0.030250748619437218,
0.02111286297440529,
-0.022748980671167374,
-0.002110416069626808,
-0.04904868081212044,
-0.0403459332883358,
-0.03112102299928665,
-0.008646178990602493,
0.03898830711841583,
0.03602937236428261,
0.041320640593767166,
-0.026404133066534996,
0.030320370569825172,
0.002502039773389697,
0.026404133066534996,
-0.011374490335583687,
0.016587436199188232,
-0.018293173983693123,
-0.020294805988669395,
0.055105794221162796,
-0.008946423418819904,
0.008237149566411972,
-0.027100354433059692,
0.00946858897805214,
0.03044220805168152,
-0.0566374771296978,
-0.02107805199921131,
0.004660320933908224,
-0.024924667552113533,
-0.007697579450905323,
-0.02149578370153904,
-0.025829752907156944,
0.005965732969343662,
-0.012201251462101936,
0.022435681894421577,
0.012479739263653755,
0.0199815072119236,
-0.029432689771056175,
-0.009076965041458607,
0.032931193709373474,
-0.00420995382592082,
-0.04375741258263588,
0.0015828120522201061,
0.00972967129200697,
0.020869186148047447,
-0.008163176476955414,
0.011992384679615498,
-0.01389828696846962,
0.015673646703362465,
0.015386456623673439,
0.03202610835433006,
-0.0008506934973411262,
-0.0056045688688755035,
-0.011844438500702381,
0.023549633100628853,
0.04783029481768608,
-0.02950231172144413,
0.03850095346570015,
-0.0012303508119657636,
-0.058552078902721405,
-0.022505303844809532,
-0.022035354748368263,
-0.03578569367527962,
-0.013149850070476532,
-0.04953603446483612,
-0.03985857963562012,
-0.024750612676143646,
0.07084035873413086,
0.034254010766744614,
0.01898939348757267,
0.0009714441257528961,
0.04320043697953224,
0.005434865597635508,
-0.019685612991452217,
-0.055906444787979126,
-0.021948328241705894,
0.016918139532208443,
0.017840631306171417,
-0.05667228624224663,
-0.014246396720409393,
0.009251019917428493,
0.008894206956028938,
-0.027622519060969353,
0.03602937236428261,
0.0012031547958031297,
0.021460972726345062,
-0.03341854736208916,
-0.013785150833427906,
-0.009790590032935143,
0.0031743268482387066,
0.01316725555807352,
0.005626325961202383,
-0.031416915357112885,
0.045811258256435394,
-0.012340495362877846,
0.013115039095282555,
-0.021913517266511917,
-0.004077237099409103,
-0.0024911612272262573,
0.0199815072119236,
-0.033453360199928284,
0.004782159347087145,
0.010739189572632313,
0.019877074286341667,
-0.01063475664705038,
-0.03822246566414833,
0.003735654056072235,
0.023514822125434875,
0.002754419343546033,
-0.03267011046409607,
-0.016848517581820488,
-0.07957791537046432,
0.003720424370840192,
0.01522110402584076,
-0.010042970068752766,
0.040276311337947845,
-0.003753059543669224,
-0.014472668059170246,
0.02060810476541519,
-0.01615229807794094,
0.045672014355659485,
-0.012827849015593529,
-0.05890018865466118,
-0.01838020049035549,
0.052355725318193436,
-0.05949197709560394,
0.03710851073265076,
0.003130813129246235,
-0.03338373824954033,
-0.02542942576110363,
-0.030007071793079376,
0.00360511289909482,
-0.0719195008277893,
0.02078215964138508,
0.018223552033305168,
-0.02993744984269142,
-0.024559151381254196,
0.01697905920445919,
0.04588088020682335,
0.03651672601699829,
0.06916943192481995,
0.059457167983055115,
-0.01373293437063694,
-0.01678759790956974,
-0.011008975096046925,
-0.04375741258263588,
0.002534674946218729,
-0.03253086656332016,
0.032374218106269836,
-0.007044873666018248,
-0.0038226814940571785,
-0.06502692401409149,
0.019215665757656097,
-0.04299156740307808,
-0.0007011150592006743,
0.004447103478014469,
-0.08062224835157394,
-0.02548164315521717,
0.0448017418384552,
-0.030790317803621292,
0.010443296283483505,
-0.007902094163000584,
0.008989937603473663,
0.025916779413819313,
-0.00021498504793271422,
0.07275496423244476,
-0.008150122128427029,
-0.028806092217564583,
-0.0277443565428257,
-0.025934185832738876,
-0.012418819591403008,
0.10854066163301468,
0.0009844981832429767,
-0.023706281557679176,
0.04863094910979271,
0.021478379145264626,
0.06384334713220596,
0.02400217577815056,
0.04793472960591316,
-0.029954854398965836,
0.009668751619756222,
-0.03940603882074356,
-0.012366603128612041,
-0.03082512877881527,
0.033314116299152374,
0.030703291296958923,
0.020347021520137787,
-0.031382106244564056,
0.04219091683626175,
0.014141963794827461,
0.06276421248912811,
0.012827849015593529,
-0.036481913179159164,
-0.030198531225323677,
-0.01742289960384369,
-0.02804025076329708,
-0.008981234394013882,
0.05649823322892189,
-0.05496655032038689,
0.024019580334424973,
-0.03693445771932602,
-0.04379222169518471,
-0.035542018711566925,
0.05468806251883507,
-0.031991295516490936,
0.021896110847592354,
0.02278379164636135,
0.022470492869615555,
0.03329670801758766,
0.07157138735055923,
0.02438509650528431,
0.001274952432140708,
-0.04744737595319748,
0.027692141011357307,
0.014194180257618427,
-0.03968452662229538,
-0.030389992520213127,
-0.004244764801114798,
-0.03040739707648754,
0.006453086622059345,
-0.05186837166547775,
-0.0034876258578151464,
0.023654066026210785,
-0.0351242870092392,
0.018728310242295265,
0.05639379844069481,
-0.02567310258746147,
-0.0056306771002709866,
0.032322000712156296,
0.03454990312457085,
-0.016282839700579643,
-0.016004351899027824,
-0.08097035437822342,
0.017509926110506058,
0.0022714168298989534,
-0.06464400142431259,
-0.08340712636709213,
0.006222464144229889,
-0.02443731389939785,
0.018641283735632896,
-0.027587708085775375,
-0.0053130267187952995,
0.01650911010801792,
0.015830297023057938,
0.07595757395029068,
0.08048300445079803,
0.031991295516490936,
-0.025133533403277397,
-0.002058199606835842,
-0.021791677922010422,
-0.056567855179309845,
0.01254936121404171,
0.021008430048823357,
-0.04299156740307808,
0.009050856344401836,
-0.012471036054193974,
0.014107152819633484,
0.025934185832738876,
-0.0008349197451025248,
-0.039893392473459244,
0.015212401747703552,
0.037665486335754395,
-0.013350013643503189,
0.03992820158600807,
0.00465161819010973,
0.06133696064352989,
0.13297797739505768,
-0.013271688483655453,
-0.035454992204904556,
0.015778079628944397,
-0.03745662048459053,
-0.0005700298934243619,
0.0540962740778923,
-0.0395800918340683,
-0.005247756373137236,
0.014403046108782291,
0.02931085042655468,
-0.011914060451090336,
0.02320152334868908,
0.05580201372504234,
0.015543106012046337,
0.00904215406626463,
0.022313842549920082,
0.04267827048897743,
0.06976121664047241,
0.08312863856554031,
-0.014646722935140133,
0.033836279064416885,
-0.052390534430742264,
-0.005334783811122179,
-0.004660320933908224,
0.011870546266436577,
-0.017623063176870346,
0.013323904946446419,
0.005051944404840469,
-0.041599128395318985,
0.05169431492686272,
0.027552897110581398,
0.0015338591765612364,
-0.03707370162010193,
0.007423443254083395,
-0.04351373389363289,
0.007014413829892874,
-0.04560239240527153,
-0.02623007819056511,
0.011922762729227543,
-0.01536905113607645,
0.006997008342295885,
0.016039162874221802,
-0.0351242870092392,
0.02534239925444126,
-0.005130269099026918,
-0.027779167518019676,
0.009103072807192802,
0.023880336433649063,
0.012679901905357838,
0.04702964425086975,
0.04950122535228729,
-0.03082512877881527,
-0.03968452662229538,
-0.04608974605798721,
-0.018310578539967537,
-0.0007119934889487922,
0.00517378281801939,
-0.036481913179159164,
-0.07679303735494614,
0.0074016861617565155,
-0.02311449497938156,
-0.03011150471866131,
0.023358171805739403,
-0.05287788808345795,
0.002804460236802697,
-0.07644493132829666,
-0.03517650440335274,
0.08981234580278397,
-0.041738372296094894,
0.030320370569825172,
0.07031819224357605,
0.04431438818573952,
0.0013206418370828032,
-0.03134729340672493,
0.011096002534031868,
0.005682893563061953,
-0.017657874152064323,
-0.04104215279221535,
-0.031364697962999344,
0.022104976698756218,
0.05924829840660095,
0.023323360830545425,
0.00787163432687521,
-0.013698123395442963,
0.006635844241827726,
-0.03623823821544647,
0.003361435839906335,
0.027831384912133217,
0.046716343611478806,
0.03176502510905266,
-0.027726951986551285,
0.08633124828338623,
0.07010933011770248,
0.13611096143722534,
0.019215665757656097,
-0.05033668875694275,
0.011130813509225845,
-0.005152026191353798,
-0.04626380279660225,
0.007001359947025776,
0.06857764720916748,
0.03683002293109894,
0.03853576257824898,
-0.022888224571943283,
-0.030703291296958923,
-0.0806918665766716,
-0.014107152819633484,
0.05200761556625366,
0.0688561350107193,
0.058656513690948486,
-0.05082404240965843,
-0.008572205901145935,
0.012227359227836132,
0.015238509513437748,
0.02950231172144413,
0.007889039814472198,
0.06892575323581696,
-0.02339298278093338,
-0.07832472026348114,
-0.013654610142111778,
0.05252977833151817,
-0.028423171490430832,
-0.04622898995876312,
-0.03247865289449692,
0.03888387233018875,
0.05252977833151817,
-0.0023497415240854025,
-0.01349796075373888,
-0.02381071448326111,
-0.056707099080085754,
-0.004249115940183401,
-0.057472940534353256,
-0.01037367433309555,
0.00462986109778285,
-0.031051401048898697,
-0.0285101979970932,
0.0800652727484703,
0.013837367296218872,
-0.006435681134462357,
0.06976121664047241,
-0.013698123395442963,
0.0010611912002786994,
0.02457655780017376,
-0.06805548071861267,
0.025307588279247284,
-0.0076410118490457535,
0.01686592400074005,
0.03453249856829643,
0.0006744628772139549,
0.014951319433748722,
0.009146586991846561,
-0.017544737085700035,
-0.003354908898472786,
-0.011809627525508404,
-0.08835028856992722,
0.007601849269121885,
0.018815338611602783,
-0.038709819316864014,
0.06088441610336304,
0.10561653226613998,
0.02064291574060917,
-0.05099809542298317,
0.026456350460648537,
0.012418819591403008,
-0.0023018764331936836,
0.041320640593767166,
0.08897688239812851,
-0.019546369090676308,
-0.04431438818573952,
-0.0999075323343277,
0.001875441987067461,
0.005212945397943258,
-0.002397606847807765,
0.033923305571079254,
-0.021373946219682693,
0.03126026690006256,
0.02130432426929474,
0.00902474857866764,
-0.015708457678556442,
-0.020938808098435402,
0.007989121600985527,
-0.06610606610774994,
-0.004070709925144911,
0.03275714069604874,
-0.056045688688755035,
0.0030633669812232256,
0.04142507538199425,
0.031556159257888794,
-0.0159086212515831,
-0.024071797728538513,
0.0016013054409995675,
-0.01465542521327734,
-0.012714712880551815,
-0.061162903904914856,
0.012323089875280857,
-0.02457655780017376,
0.012505847029387951,
0.018641283735632896,
-0.029345661401748657,
0.011261354200541973,
-0.011287462897598743,
0.009625238366425037,
0.012009790167212486,
-0.034062549471855164,
0.027448464184999466,
0.013741637580096722,
0.044732119888067245,
0.02898014709353447,
-0.02746586874127388,
0.00916399247944355,
0.029763394966721535,
0.04821321740746498,
0.0027892303187400103,
0.011008975096046925,
-0.037004079669713974,
0.005108512472361326,
0.005635028705000877,
0.006992657203227282,
-0.04271307960152626,
-0.06133696064352989,
0.05823878198862076,
0.020347021520137787,
-0.018971988931298256,
0.009233614429831505,
-0.04706445336341858,
-0.059178676456213,
-0.0007685613236390054,
0.03333152085542679,
-0.02974598854780197,
0.011809627525508404,
-0.024228446185588837,
-0.003104704897850752,
0.05653304234147072,
0.03211313486099243,
-0.03263530135154724,
0.034062549471855164,
-0.02903236262500286,
0.03616861626505852,
-0.03367963060736656,
-0.0023954310454428196,
-0.022766385227441788,
-0.028022844344377518,
-0.043409302830696106,
-0.007775904145091772,
-0.07748925685882568,
0.028249116614460945,
0.005326081067323685,
-0.004921403247863054,
-0.05058036372065544,
0.026734838262200356,
0.04295675829052925,
-0.00869839545339346,
0.015177590772509575,
-0.01011259201914072,
-0.034689147025346756,
0.09092629700899124,
-0.020399238914251328,
-0.0078107151202857494,
-0.03850095346570015,
0.018954582512378693,
0.04549796134233475,
-0.02325373888015747,
-0.009895022958517075,
-0.008707097731530666,
0.02993744984269142,
-0.005125917959958315,
0.013915692456066608,
-0.02628229558467865,
0.022383464500308037,
-0.049744900315999985,
0.003813978750258684,
0.02529018186032772,
0.07637530565261841,
-0.035019852221012115,
0.060362253338098526,
-0.017414195463061333,
-0.02812727726995945,
0.029206417500972748,
0.019546369090676308,
-0.060536306351423264,
-0.014490073546767235,
-0.031469132751226425,
-0.005343486554920673,
0.021060647442936897,
-0.01550829503685236,
-0.006561871152371168,
0.029345661401748657,
-0.030946968123316765,
-0.026212673634290695,
-0.013010606169700623,
-0.024785423651337624,
-0.012401414103806019,
-0.0199815072119236,
0.007580092642456293,
-0.03320968151092529,
-0.022052761167287827,
0.01736197993159294,
-0.021669840440154076,
0.025133533403277397,
0.014263802208006382,
0.02898014709353447,
0.12155997008085251,
-0.005813434720039368,
-0.02377590350806713,
0.008946423418819904,
0.03439325466752052,
0.009033450856804848,
-0.011827033013105392,
0.00505629600957036,
0.04389665648341179,
0.05649823322892189,
0.04549796134233475,
0.04351373389363289,
-0.02306227944791317,
-0.030477019026875496,
0.0005983138689771295,
-0.06467881053686142,
0.05085885152220726,
-0.024942072108387947,
-0.06206798925995827,
0.0030329071450978518,
0.020660320296883583,
-0.008720152080059052
] |
8,962 | sentencepiece | NBestEncodeAsIds | null | def NBestEncodeAsIds(self, input, nbest_size=None, **kwargs):
return self.NBestEncode(input=input, nbest_size=nbest_size,
out_type=int, **kwargs)
| (self, input, nbest_size=None, **kwargs) | [
-0.05457242950797081,
-0.05413665249943733,
-0.02606269158422947,
-0.04424791410565376,
0.019945083186030388,
0.023397760465741158,
-0.049745384603738785,
-0.023263676092028618,
0.04451608285307884,
-0.06529919803142548,
0.0058159190230071545,
0.005451376549899578,
-0.020062407478690147,
-0.024101704359054565,
0.059533558785915375,
0.01442247349768877,
0.01630803756415844,
-0.0007034203154034913,
0.020280294120311737,
-0.005937433335930109,
-0.012344162911176682,
0.04890735447406769,
0.003033663844689727,
-0.01971043460071087,
0.004600777756422758,
0.05078453943133354,
0.04200199991464615,
-0.028342129662632942,
-0.049912989139556885,
0.0014162685256451368,
-0.015000713989138603,
0.004324228037148714,
0.013718529604375362,
0.021302688866853714,
0.018671279773116112,
-0.03620284050703049,
0.002922625048086047,
0.05430426076054573,
-0.04485129565000534,
-0.0294650886207819,
-0.013592825271189213,
-0.08990371972322464,
-0.015101277269423008,
0.017883531749248505,
-0.043409887701272964,
0.02215747907757759,
-0.03206297755241394,
0.0327669233083725,
0.024001142010092735,
0.02214071899652481,
-0.03256579488515854,
-0.06610370427370071,
-0.009570287540555,
0.03466086834669113,
-0.08051779866218567,
0.039756081998348236,
-0.005878771189600229,
-0.05172313004732132,
0.034007202833890915,
0.003486199304461479,
-0.03214678168296814,
0.017950573936104774,
0.09151273220777512,
-0.012226838618516922,
-0.033873118460178375,
0.03249875456094742,
-0.09499893337488174,
0.01969367451965809,
-0.05768989399075508,
0.03546537458896637,
0.015042615123093128,
-0.02281114086508751,
0.033621709793806076,
0.040661152452230453,
0.020062407478690147,
0.0721375122666359,
0.021336210891604424,
0.034359175711870193,
-0.023481564596295357,
0.033873118460178375,
0.04498538002371788,
-0.049577776342630386,
0.0258280448615551,
-0.04552171751856804,
-0.0032431711442768574,
-0.027269452810287476,
0.04495185986161232,
0.02232508361339569,
-0.024168748408555984,
-0.09546823054552078,
0.020984238013625145,
0.04173382744193077,
0.01298106461763382,
0.03932030498981476,
-0.017062263563275337,
0.003352114697918296,
0.012226838618516922,
-0.012386064045131207,
-0.010844090953469276,
-0.01909029297530651,
-0.05427073687314987,
0.030722131952643394,
-0.020380858331918716,
-0.0650310292840004,
-0.0014602650189772248,
-0.05276228487491608,
-0.002931005321443081,
0.0036747558042407036,
-0.050080593675374985,
0.023515084758400917,
-0.01104521844536066,
0.00001800452264433261,
0.03219706192612648,
-0.01930818147957325,
0.037241995334625244,
0.014313530176877975,
0.05155552551150322,
0.033420585095882416,
0.03787889704108238,
0.03667213395237923,
-0.03891805186867714,
0.006917926948517561,
-0.03452678397297859,
0.001401602989062667,
-0.026867199689149857,
0.021084802225232124,
0.06104201078414917,
0.0226100143045187,
0.009964161552488804,
-0.013475500978529453,
0.053097497671842575,
-0.004642678890377283,
-0.016944941133260727,
0.10411668568849564,
0.018520433455705643,
0.027319734916090965,
-0.04498538002371788,
-0.033722274005413055,
0.016643250361084938,
0.026464946568012238,
0.030521005392074585,
-0.01920761726796627,
0.08742315322160721,
0.05762285366654396,
0.033571429550647736,
-0.010215570218861103,
0.029431568458676338,
-0.027302974835038185,
0.029582412913441658,
-0.05557806417346001,
0.039722561836242676,
0.02212395705282688,
-0.05393552780151367,
-0.0005321482312865555,
-0.023833535611629486,
-0.005422045476734638,
0.021704943850636482,
-0.059399474412202835,
-0.026615791022777557,
-0.03586762771010399,
0.025140861049294472,
0.003442202927544713,
0.027101848274469376,
0.018352828919887543,
-0.023749733343720436,
0.002125450177118182,
0.014799586497247219,
0.056214965879917145,
0.00781880784779787,
-0.01428838912397623,
0.005124545656144619,
-0.014497896656394005,
-0.03570002317428589,
-0.020498182624578476,
-0.00824201200157404,
-0.028040440753102303,
-0.022861422970891,
-0.046929605305194855,
-0.024537479504942894,
0.0829983651638031,
0.017347194254398346,
-0.018570715561509132,
-0.007655391935259104,
-0.05420369654893875,
-0.008313244208693504,
0.003157273167744279,
0.017363954335451126,
0.039789602160453796,
0.037275515496730804,
-0.02297874726355076,
0.015486770309507847,
-0.012821839191019535,
-0.0021788745652884245,
-0.006427680142223835,
0.00814563874155283,
-0.017615363001823425,
-0.04210256040096283,
0.02249269001185894,
-0.04508594423532486,
0.040124814957380295,
-0.0031007062643766403,
0.009344019927084446,
0.05715355649590492,
-0.059667643159627914,
-0.010433456860482693,
-0.005786587949842215,
-0.026699593290686607,
-0.043074674904346466,
0.056282006204128265,
-0.045722845941782,
-0.01925789937376976,
0.006398349069058895,
0.01442247349768877,
0.009050710126757622,
0.01960987225174904,
0.01434705127030611,
0.025241423398256302,
0.002224966185167432,
0.013458740897476673,
-0.04250481724739075,
-0.0004305372422095388,
0.0014508371241390705,
0.01319057121872902,
-0.013710149563848972,
0.024336352944374084,
-0.03764424845576286,
0.0050114113837480545,
0.010885993018746376,
0.040694672614336014,
0.008899864740669727,
-0.010408316738903522,
0.014196205884218216,
0.06167891249060631,
0.012335781939327717,
-0.046225663274526596,
0.05856144428253174,
-0.00006992302223807201,
-0.09345696121454239,
-0.06191356107592583,
0.013584445230662823,
-0.046259183436632156,
0.010500499978661537,
0.024118466302752495,
-0.008384477347135544,
-0.04284002631902695,
0.05101918801665306,
-0.020548462867736816,
0.013483881950378418,
-0.009033949114382267,
0.00798222329467535,
0.01654268614947796,
-0.03573354333639145,
-0.06157834827899933,
-0.006825743708759546,
0.03429213538765907,
0.05846088007092476,
-0.10029527544975281,
-0.011330148205161095,
-0.04240425303578377,
0.010215570218861103,
-0.03942086920142174,
0.052728764712810516,
-0.021587619557976723,
0.006356447469443083,
-0.044013265520334244,
-0.010232330299913883,
-0.005727926269173622,
0.0389515720307827,
-0.03207973763346672,
0.018436631187796593,
-0.046929605305194855,
0.053298626095056534,
0.01573817804455757,
-0.0047851437702775,
0.011992190964519978,
-0.043711576610803604,
0.002245916984975338,
0.010550781153142452,
-0.06365665793418884,
-0.0051077851094305515,
0.010274231433868408,
0.04451608285307884,
-0.006515672896057367,
-0.01634155958890915,
0.04498538002371788,
0.03586762771010399,
0.015436488203704357,
-0.00485218595713377,
-0.04786819964647293,
-0.06338848918676376,
-0.014179445803165436,
0.03808002546429634,
-0.01660972833633423,
0.030671849846839905,
-0.07971329241991043,
0.0058159190230071545,
0.01640860177576542,
0.007802047301083803,
0.033621709793806076,
0.06871835142374039,
-0.06556736677885056,
0.010332893580198288,
-0.01885564625263214,
-0.05175665393471718,
0.004315847996622324,
-0.01125472504645586,
-0.033956922590732574,
-0.013157050125300884,
-0.05095214396715164,
0.04575636610388756,
-0.04247129335999489,
0.013333036564290524,
0.01942550577223301,
-0.04176735132932663,
-0.037074390798807144,
-0.0024994206614792347,
0.03854931890964508,
0.02594536915421486,
0.06255046278238297,
0.05437130108475685,
0.002692167181521654,
0.005514228716492653,
-0.02525818534195423,
-0.04153270274400711,
-0.030588047578930855,
-0.006289405282586813,
0.03337030112743378,
-0.002715212991461158,
-0.04193495586514473,
-0.08152343332767487,
-0.007471025921404362,
-0.036772698163986206,
-0.00659528560936451,
-0.03814706578850746,
-0.023381000384688377,
0.017984095960855484,
0.0704614520072937,
-0.01285536028444767,
0.029666215181350708,
0.03613579645752907,
-0.0160063486546278,
-0.0015555907739326358,
-0.0075338780879974365,
0.06617074459791183,
-0.05071749538183212,
-0.017531560733914375,
-0.0143554313108325,
-0.013467120938003063,
-0.042940590530633926,
0.04116396978497505,
0.018403111025691032,
-0.03650452941656113,
0.03774481266736984,
0.014372192323207855,
0.04532059282064438,
0.04786819964647293,
0.05567862465977669,
-0.0062684547156095505,
0.012495008297264576,
0.014833107590675354,
-0.06814849376678467,
-0.056449614465236664,
0.04548819735646248,
-0.024990016594529152,
0.03935382887721062,
0.0014435044722631574,
0.05437130108475685,
-0.000653138617053628,
0.015009094029664993,
-0.018319306895136833,
-0.06593609601259232,
-0.008066026493906975,
-0.05122031271457672,
0.0007091817678883672,
0.043611012399196625,
0.0054597570560872555,
-0.08420512080192566,
0.00936916097998619,
-0.03229762613773346,
-0.018151702359318733,
-0.03462734445929527,
0.0059541938826441765,
0.011564795859158039,
0.009276977740228176,
-0.003593048080801964,
0.04223664477467537,
0.036940306425094604,
0.0389515720307827,
0.010835710912942886,
-0.01589740440249443,
-0.012511768378317356,
0.0007186096045188606,
0.0010894372826442122,
-0.03536481037735939,
-0.0033563049510121346,
-0.004894087556749582,
0.034007202833890915,
0.018017616122961044,
-0.018604237586259842,
-0.02954889088869095,
-0.012109514325857162,
-0.0001418101746821776,
-0.007098102942109108,
0.02944832853972912,
-0.020464660599827766,
0.002564367838203907,
0.018755082041025162,
0.024872692301869392,
-0.00823363196104765,
-0.08588118106126785,
-0.09292062371969223,
0.04894087463617325,
0.043845660984516144,
-0.021771986037492752,
-0.0166767705231905,
0.029984666034579277,
-0.06164539232850075,
0.012880501337349415,
-0.02857677824795246,
-0.02611297369003296,
0.018470153212547302,
0.013383318670094013,
0.03182832896709442,
-0.005355003289878368,
0.03181156888604164,
-0.04880679026246071,
0.008623315021395683,
0.011732401326298714,
-0.04763355106115341,
0.03637044504284859,
-0.02267705649137497,
-0.020699309185147285,
0.034040726721286774,
-0.020514942705631256,
0.024772128090262413,
0.01583874225616455,
0.010869232006371021,
-0.006679088808596134,
-0.027269452810287476,
0.03915270045399666,
0.043611012399196625,
0.00494855921715498,
0.01604824885725975,
0.05712003633379936,
0.07837244123220444,
-0.02931424416601658,
-0.009411062113940716,
0.06107553094625473,
-0.00043132290011271834,
0.001394270220771432,
0.08930033445358276,
-0.07441695034503937,
0.04186791181564331,
-0.034107767045497894,
0.014162684790790081,
0.0010250138584524393,
-0.008790921419858932,
0.08105413615703583,
-0.003827695967629552,
-0.008543702773749828,
0.02220776118338108,
0.014053741469979286,
0.05748876929283142,
0.021218886598944664,
-0.02561015635728836,
0.037510164082050323,
-0.0521589070558548,
-0.039756081998348236,
0.03229762613773346,
0.018553955480456352,
-0.012117895297706127,
0.0626845434308052,
0.0017703355988487601,
-0.05437130108475685,
0.03851579874753952,
0.029951145872473717,
-0.010047963820397854,
-0.010433456860482693,
0.0376107282936573,
-0.011724021285772324,
0.07729976624250412,
-0.03841523453593254,
0.01654268614947796,
0.005162256769835949,
-0.02197311259806156,
-0.003000142751261592,
0.0004098484059795737,
-0.027487341314554214,
0.006218173075467348,
0.0073997932486236095,
0.007739195134490728,
0.007726624608039856,
0.020364096388220787,
0.01629127748310566,
0.056818343698978424,
-0.006804793141782284,
0.002285723341628909,
-0.03968903794884682,
-0.033873118460178375,
0.02539226971566677,
0.00481447484344244,
0.02631410025060177,
-0.007181906141340733,
-0.04944369196891785,
0.005040742456912994,
0.01098655629903078,
-0.027638185769319534,
0.00949486531317234,
-0.03908566012978554,
0.012159796431660652,
-0.07421582192182541,
-0.010190429165959358,
0.06322088837623596,
-0.01915733516216278,
0.06013694033026695,
0.030286356806755066,
0.03868340328335762,
0.0001260971330339089,
-0.015335924923419952,
0.021017760038375854,
0.026900721713900566,
0.023431282490491867,
-0.03771129250526428,
-0.010106625966727734,
0.027721989899873734,
0.02534198760986328,
0.01922437734901905,
0.00799060333520174,
-0.0024868501350283623,
0.04739890247583389,
-0.0513208769261837,
0.00013631059846375138,
0.015201840549707413,
0.07656230032444,
-0.006381588522344828,
-0.028325369581580162,
0.03982312232255936,
0.06097496673464775,
0.12831895053386688,
0.013760430738329887,
-0.06355609744787216,
0.049611300230026245,
0.05095214396715164,
0.02230832353234291,
0.02579452283680439,
0.07314314693212509,
-0.0187215618789196,
0.09325583279132843,
-0.037510164082050323,
-0.05068397521972656,
-0.02287818305194378,
0.002652360824868083,
0.059969332069158554,
0.02247592993080616,
0.055879753082990646,
-0.06630483269691467,
0.01662648841738701,
-0.0069011664018034935,
-0.030604807659983635,
0.020749591290950775,
0.011288246139883995,
0.043208759278059006,
0.01644212380051613,
-0.08313244581222534,
-0.0320126973092556,
0.026984523981809616,
-0.009243456646800041,
-0.08092004805803299,
-0.04525354877114296,
0.017179587855935097,
-0.0038947383873164654,
-0.00736208213493228,
-0.024822410196065903,
0.024386635050177574,
-0.0447172112762928,
-0.01924113929271698,
-0.043074674904346466,
-0.046393267810344696,
0.020581984892487526,
-0.012134655378758907,
-0.03580058738589287,
0.08997076004743576,
-0.001309419865719974,
-0.016760574653744698,
0.062148209661245346,
0.00491084810346365,
0.007475215941667557,
0.010006062686443329,
-0.07595892250537872,
-0.009159653447568417,
-0.0069388775154948235,
0.00803250540047884,
0.018604237586259842,
0.00949486531317234,
0.017053883522748947,
0.03771129250526428,
-0.028090720996260643,
-0.0028304418083280325,
0.004923418629914522,
-0.06255046278238297,
0.009612188674509525,
0.0314260758459568,
-0.018453391268849373,
0.08279723674058914,
0.0833335742354393,
0.007605110295116901,
-0.06221524998545647,
-0.008066026493906975,
0.002081453800201416,
-0.0009920165175572038,
0.01960987225174904,
0.08172456175088882,
-0.0081079276278615,
-0.0008479802636429667,
-0.09540119022130966,
-0.012478247284889221,
0.00025900325272232294,
0.029817061498761177,
-0.0037522735074162483,
-0.013601205311715603,
-0.008715498261153698,
0.0030818504747003317,
0.040493547916412354,
-0.01465712208300829,
-0.00391359394416213,
0.016995221376419067,
-0.055879753082990646,
0.04284002631902695,
0.015067756175994873,
0.007869089022278786,
0.013349796645343304,
0.007156765088438988,
0.04123101010918617,
0.0051454962231218815,
0.037376079708337784,
-0.0443819984793663,
-0.020967477932572365,
0.034007202833890915,
-0.06446116417646408,
0.008807681500911713,
-0.04585693031549454,
0.03186184912919998,
-0.0013492262223735452,
-0.04223664477467537,
0.016886278986930847,
-0.02931424416601658,
-0.015243741683661938,
0.003949210047721863,
-0.018671279773116112,
-0.01909029297530651,
-0.01306486688554287,
-0.00018069993529934436,
0.034074246883392334,
-0.05561158433556557,
0.009168033488094807,
0.013073247857391834,
0.01982775889337063,
-0.00716933561488986,
0.004487643484026194,
-0.08896512538194656,
0.030537765473127365,
0.026599030941724777,
-0.04582341015338898,
-0.036772698163986206,
-0.024185508489608765,
0.04102988541126251,
0.020263534039258957,
-0.04377862066030502,
-0.0009846837492659688,
-0.03214678168296814,
-0.03303509205579758,
0.007479405961930752,
0.012821839191019535,
-0.009142893366515636,
-0.016651630401611328,
-0.020749591290950775,
-0.03563297912478447,
0.028090720996260643,
0.020984238013625145,
-0.018000856041908264,
0.002721498254686594,
-0.04813636839389801,
0.04753298684954643,
0.006507292855530977,
-0.0070436312817037106,
-0.07609300315380096,
-0.034007202833890915,
-0.04552171751856804,
-0.043309323489665985,
-0.02561015635728836,
0.046929605305194855,
-0.006494722329080105,
-0.004604967776685953,
-0.06027102470397949,
-0.011849725618958473,
0.03797946125268936,
0.021302688866853714,
0.06714285910129547,
-0.04196847602725029,
-0.027034806087613106,
0.020950717851519585,
-0.0262470580637455,
0.0017829060088843107,
-0.05712003633379936,
-0.01123796496540308,
0.06932173669338226,
-0.005660883616656065,
0.02264353446662426,
-0.02274409867823124,
-0.0018269025022163987,
-0.017213109880685806,
-0.05051637068390846,
-0.030319878831505775,
0.049778904765844345,
-0.012017331086099148,
0.04548819735646248,
0.028275087475776672,
0.05024820193648338,
-0.049912989139556885,
0.06808145344257355,
-0.0046929605305194855,
0.0007212284253910184,
0.008246202021837234,
0.03162720426917076,
-0.07649526000022888,
-0.026448186486959457,
0.05735468491911888,
0.001975652761757374,
0.011807824485003948,
-0.004221569746732712,
0.012520148418843746,
0.0013879850739613175,
-0.033755794167518616,
-0.046560876071453094,
0.024772128090262413,
0.011564795859158039,
0.00794451218098402,
-0.05507524684071541,
-0.008342575281858444,
-0.0645282119512558,
-0.008807681500911713,
0.04884031414985657,
-0.021118322387337685,
0.03492903709411621,
0.0015042615123093128,
0.002700547454878688,
0.10545752942562103,
-0.04478425160050392,
-0.006880215369164944,
-0.01273803599178791,
0.020179731771349907,
0.05205834284424782,
-0.009126132354140282,
-0.016961701214313507,
0.06070679798722267,
0.033956922590732574,
0.031191427260637283,
0.040694672614336014,
0.0050114113837480545,
-0.012176556512713432,
0.00396597059443593,
-0.06147778406739235,
0.02255973219871521,
-0.05524285137653351,
-0.06667356193065643,
0.017120925709605217,
0.033621709793806076,
-0.052661724388599396
] |
8,963 | sentencepiece | NBestEncodeAsImmutableProto | null | def NBestEncodeAsImmutableProto(self, input, nbest_size=None, **kwargs):
return self.NBestEncode(input=input, nbest_size=nbest_size,
out_type='immutable_proto', **kwargs)
| (self, input, nbest_size=None, **kwargs) | [
-0.007398979272693396,
-0.041531648486852646,
-0.02790040522813797,
-0.034883901476860046,
-0.01473920326679945,
-0.06379154324531555,
-0.04337824881076813,
-0.033188387751579285,
0.018516333773732185,
-0.05878894031047821,
0.03233223780989647,
0.009426039643585682,
-0.05264480784535408,
0.02902515046298504,
0.024945849552750587,
0.03763701021671295,
0.04049083963036537,
-0.028622256591916084,
0.03218115493655205,
0.03830849751830101,
0.018499545753002167,
0.0026230073999613523,
0.011297817341983318,
0.027984341606497765,
0.0050277807749807835,
0.021789846941828728,
0.01593109779059887,
0.004960631486028433,
-0.04599705711007118,
0.0008194274851121008,
0.00810824055224657,
-0.03407811373472214,
0.014437032863497734,
0.04559416323900223,
0.003735162550583482,
-0.026742085814476013,
-0.010743838734924793,
0.07534116506576538,
-0.06459733098745346,
-0.04683642089366913,
-0.008431394584476948,
-0.060601964592933655,
-0.04163237288594246,
-0.026674935594201088,
0.02555019035935402,
-0.011801434680819511,
0.010047167539596558,
0.13832691311836243,
0.0021718500647693872,
0.003777130739763379,
-0.010416487231850624,
-0.010156285017728806,
-0.001631510560400784,
0.03669692203402519,
-0.07346099615097046,
0.02130301669239998,
0.05882251635193825,
-0.0016147233545780182,
0.057916004210710526,
0.026691723614931107,
-0.03369200602173805,
-0.006131541915237904,
0.06577243655920029,
-0.07903435826301575,
-0.02143731527030468,
0.006081180181354284,
-0.06671252101659775,
-0.03056957758963108,
-0.03911428526043892,
0.0018812209600582719,
-0.0006919493316672742,
0.006882771383970976,
0.016846003010869026,
0.03162717446684837,
-0.036025434732437134,
0.029898088425397873,
0.04478837549686432,
-0.004368881229311228,
-0.022075230255723,
-0.01222950965166092,
0.002201227704063058,
-0.04190097004175186,
-0.030972471460700035,
-0.05915825814008713,
-0.04764220863580704,
-0.040591564029455185,
0.0741996318101883,
-0.00238169077783823,
0.009694634936749935,
-0.06194494292140007,
0.0018392527708783746,
0.04670212045311928,
-0.003571486799046397,
0.022629208862781525,
-0.01843239739537239,
-0.00460390280932188,
-0.0026209088973701,
-0.030938897281885147,
-0.012330233119428158,
0.010139496996998787,
-0.06305290013551712,
0.04116233065724373,
-0.05512931942939758,
-0.014588117599487305,
-0.02618810534477234,
0.007696953136473894,
0.01505816075950861,
0.0009421842405572534,
-0.06147490069270134,
-0.029864512383937836,
-0.026070594787597656,
0.03293658047914505,
-0.030519215390086174,
-0.013883053325116634,
0.09098687767982483,
0.07876576483249664,
0.0011268439702689648,
-0.000018328264559386298,
0.04619850590825081,
0.0399872250854969,
-0.017374800518155098,
0.05862106755375862,
-0.03861067071557045,
-0.019741803407669067,
-0.04985812306404114,
0.05536434054374695,
0.0643623098731041,
-0.030854960903525352,
0.030972471460700035,
-0.019154248759150505,
-0.007818660698831081,
-0.004205205477774143,
-0.018684206530451775,
0.12543430924415588,
0.0429082028567791,
0.057613834738731384,
-0.0069834948517382145,
-0.058721791952848434,
-0.019187822937965393,
0.029679853469133377,
0.011163519695401192,
-0.008670613169670105,
0.10770697891712189,
0.053215574473142624,
0.05593510717153549,
-0.035689689218997955,
0.010987253859639168,
-0.029545554891228676,
0.005543988663703203,
-0.014000563882291317,
0.05022744461894035,
0.008129224181175232,
-0.07231946289539337,
0.007986532524228096,
0.0004244025913067162,
0.03817420080304146,
-0.004014250356703997,
-0.07440108060836792,
0.01379911694675684,
-0.027866831049323082,
-0.04354612156748772,
0.01719014160335064,
0.03897998854517937,
0.01649347133934498,
-0.000499158282764256,
-0.020396506413817406,
0.07560976594686508,
-0.01245613768696785,
-0.03639475256204605,
0.03689837083220482,
-0.006014031358063221,
-0.01662776805460453,
-0.02823615074157715,
-0.008679007180035114,
0.025566978380084038,
-0.004385668318718672,
-0.03827492520213127,
-0.0397186279296875,
-0.02835366129875183,
0.004043627995997667,
-0.017744120210409164,
-0.010525603778660297,
-0.026742085814476013,
-0.04633280262351036,
-0.01585555449128151,
0.025600552558898926,
-0.0239386148750782,
0.06748473644256592,
0.011709105223417282,
-0.012968149036169052,
0.02036293037235737,
0.022343825548887253,
0.029898088425397873,
-0.005464248824864626,
-0.004671051632612944,
-0.044821951538324356,
-0.06301932781934738,
0.05392063781619072,
-0.02508014813065529,
0.05499502271413803,
-0.016913151368498802,
0.000927495420910418,
0.04639995098114014,
-0.053349871188402176,
-0.05110038071870804,
-0.0016084281960502267,
-0.03605900704860687,
-0.053215574473142624,
0.05831889808177948,
-0.02365323156118393,
-0.0577145554125309,
0.026120956987142563,
-0.013287106528878212,
-0.05298055335879326,
-0.01403413899242878,
-0.04639995098114014,
0.032869432121515274,
0.004125466104596853,
0.01222950965166092,
-0.015326756983995438,
0.028639044612646103,
-0.024861913174390793,
0.004261862486600876,
0.036025434732437134,
0.02128623053431511,
0.017559461295604706,
-0.0057622226886451244,
0.00046741991536691785,
-0.004171630833297968,
-0.028773341327905655,
-0.01719014160335064,
0.021017633378505707,
0.03988650068640709,
-0.0335577093064785,
-0.0074031762778759,
0.0678204819560051,
-0.016333991661667824,
-0.07352814078330994,
-0.04475480318069458,
0.05852034315466881,
-0.05449140444397926,
0.0036889975890517235,
0.017106205224990845,
0.03981935232877731,
-0.018230950459837914,
0.010097529739141464,
0.016728492453694344,
-0.010575965978205204,
0.014881894923746586,
0.04740718752145767,
-0.011012434028089046,
-0.021370165050029755,
-0.10696834325790405,
0.012573648244142532,
0.05308127775788307,
0.07567691057920456,
-0.05214118957519531,
-0.03261762112379074,
-0.024039337411522865,
0.002095258329063654,
-0.003258824348449707,
-0.015410693362355232,
0.01891922764480114,
-0.01843239739537239,
-0.021638762205839157,
-0.027950767427682877,
-0.006181903649121523,
0.019943250343203545,
0.02414006181061268,
0.03787203133106232,
-0.00622387183830142,
0.047675780951976776,
0.04180024564266205,
0.0049102697521448135,
0.01315280795097351,
-0.08588355779647827,
-0.012095212005078793,
0.030133109539747238,
0.03955075517296791,
-0.03605900704860687,
0.0011625168845057487,
0.011717498302459717,
-0.0012191738933324814,
-0.012170754373073578,
0.03276870772242546,
0.039181433618068695,
-0.009006358683109283,
-0.011205487884581089,
-0.00929174106568098,
-0.04811225086450577,
0.019439632073044777,
0.005157881882041693,
0.006001440808176994,
-0.015939490869641304,
-0.0384763702750206,
0.000048689573304727674,
0.029075512662529945,
0.05089893564581871,
0.051133956760168076,
0.06557098776102066,
-0.03441385552287102,
-0.010685082525014877,
-0.020413292571902275,
-0.01749231107532978,
0.06520166993141174,
-0.02046365477144718,
-0.05465927720069885,
0.0012097309809178114,
-0.021823421120643616,
0.06097128242254257,
0.0014300636248663068,
0.012430956587195396,
-0.008137618191540241,
-0.004796955734491348,
0.019775377586483955,
-0.005187259521335363,
0.04623207822442055,
0.015234426595270634,
0.07433392852544785,
0.006954117212444544,
-0.01649347133934498,
-0.005972063168883324,
-0.06839124858379364,
-0.041867394000291824,
-0.12254690378904343,
-0.07104363292455673,
0.05956115201115608,
-0.010408093221485615,
-0.009577124379575253,
-0.09682884067296982,
-0.005741238594055176,
-0.05251051113009453,
0.008964390493929386,
0.009635879658162594,
-0.05519646778702736,
0.03352413326501846,
0.028639044612646103,
-0.030821386724710464,
0.04952238127589226,
-0.0015685583930462599,
0.012305052019655704,
0.016955120489001274,
0.000006483746346930275,
0.007654984947293997,
-0.027816468849778175,
-0.023535721004009247,
-0.009988412261009216,
0.00047371513210237026,
-0.046265654265880585,
0.00993805006146431,
-0.003735162550583482,
-0.026758871972560883,
0.004402455408126116,
0.000009205116839439142,
0.01702226884663105,
0.036629773676395416,
0.04022224619984627,
-0.04005437344312668,
0.02331748604774475,
-0.013018510304391384,
-0.04210241511464119,
-0.060635536909103394,
0.026272041723132133,
-0.053484171628952026,
0.011457296088337898,
-0.018667418509721756,
0.024005763232707977,
-0.01632559858262539,
0.022780295461416245,
-0.02882370352745056,
-0.030032385140657425,
-0.04868301749229431,
-0.040893733501434326,
-0.019943250343203545,
0.01638435386121273,
0.03720054030418396,
-0.10737123340368271,
0.01984252594411373,
-0.035555388778448105,
-0.03793917968869209,
0.01709781214594841,
-0.00801171362400055,
-0.009006358683109283,
0.011390147730708122,
0.012733126990497112,
0.08158602565526962,
0.09877616167068481,
0.056640174239873886,
0.035219643265008926,
-0.018852079287171364,
0.000561848166398704,
-0.0019829936791211367,
0.005892323795706034,
-0.012162360362708569,
-0.04049083963036537,
0.03290300443768501,
0.009744997136294842,
0.02142052724957466,
-0.03609258309006691,
-0.03787203133106232,
0.050697486847639084,
0.0035735853016376495,
-0.0043353065848350525,
-0.0004181073745712638,
-0.03323874995112419,
0.02870619297027588,
0.019372483715415,
0.06563813984394073,
-0.019573930650949478,
-0.007843841798603535,
-0.03290300443768501,
0.04354612156748772,
0.003718375228345394,
-0.03140893951058388,
0.020715463906526566,
0.022159166634082794,
0.02853832021355629,
-0.06036694347858429,
-0.00823834165930748,
-0.015200852416455746,
0.04149807617068291,
-0.024811550974845886,
0.04260603338479996,
-0.0019557143095880747,
0.045459866523742676,
-0.058083876967430115,
-0.014881894923746586,
-0.005099126603454351,
-0.014302735216915607,
0.05882251635193825,
0.03181183338165283,
-0.02142052724957466,
0.011574806645512581,
0.009484794922173023,
0.039315734058618546,
-0.03656262531876564,
0.036193303763866425,
-0.029428044334053993,
-0.03941645845770836,
0.07299095392227173,
0.05596868321299553,
0.004822136834263802,
0.056371577084064484,
0.03407811373472214,
0.04938808083534241,
0.024492593482136726,
-0.014554543420672417,
0.053047701716423035,
0.02397218905389309,
0.01747552491724491,
0.08971104770898819,
-0.033792730420827866,
0.03229866549372673,
-0.028420809656381607,
-0.01702226884663105,
-0.017576247453689575,
-0.014218798838555813,
0.013312287628650665,
-0.0035316171124577522,
-0.01300172321498394,
0.006949920207262039,
-0.001159369247034192,
0.07090933620929718,
0.025029785931110382,
-0.022125592455267906,
0.015016192570328712,
-0.007348617538809776,
-0.045157697051763535,
0.005993047263473272,
0.004270256031304598,
0.03011632151901722,
-0.008490150794386864,
0.019573930650949478,
-0.07366244494915009,
0.019187822937965393,
-0.00437727477401495,
0.008284506388008595,
0.0019200413953512907,
0.015461054630577564,
-0.03770415857434273,
0.027161765843629837,
0.022024868056178093,
-0.002969244495034218,
0.04777650535106659,
-0.005502020474523306,
-0.006148329470306635,
-0.03391024097800255,
0.008712581358850002,
0.06097128242254257,
0.03676407039165497,
-0.0838690847158432,
0.052711956202983856,
0.025315169245004654,
0.0020386013202369213,
0.025751637294888496,
0.030384918674826622,
0.008565693162381649,
-0.02487870119512081,
0.02361965738236904,
-0.04650067538022995,
-0.030619939789175987,
0.04045726731419563,
-0.03344019502401352,
-0.03043527901172638,
-0.01666134223341942,
-0.021554825827479362,
-0.035521816462278366,
-0.006484074518084526,
0.012892605736851692,
0.011339785531163216,
-0.05187259614467621,
0.009736603125929832,
0.03656262531876564,
-0.004007955547422171,
0.044049736112356186,
0.010743838734924793,
0.0203461442142725,
0.011222274973988533,
-0.007218516431748867,
-0.05862106755375862,
0.034447431564331055,
0.0050697484984993935,
-0.005883930251002312,
-0.04616492986679077,
0.01970822922885418,
-0.01940605789422989,
0.045795612037181854,
-0.012548467144370079,
0.003963888622820377,
0.006530239246785641,
0.004608099348843098,
-0.003915625624358654,
0.06876056641340256,
0.0683576688170433,
0.005342541262507439,
-0.05543149262666702,
0.079437255859375,
0.06036694347858429,
0.023082464933395386,
-0.006786244921386242,
-0.04213599115610123,
0.013589276932179928,
0.03861067071557045,
-0.022948166355490685,
-0.027027469128370285,
0.07299095392227173,
0.019775377586483955,
0.06207923963665962,
-0.04237101227045059,
-0.05136897787451744,
-0.05519646778702736,
0.015049767680466175,
0.038375645875930786,
0.010257008485496044,
0.013765542767941952,
-0.06557098776102066,
0.0096862418577075,
0.0007795577985234559,
0.02583557367324829,
0.011398540809750557,
-0.001244354760274291,
0.04723931476473808,
0.04922020807862282,
-0.06228068843483925,
-0.00744514400139451,
0.06301932781934738,
-0.04670212045311928,
0.005451658740639687,
-0.013857873156666756,
0.036025434732437134,
0.04032296687364578,
0.044989824295043945,
0.04875016584992409,
0.02902515046298504,
0.0026544835418462753,
-0.010047167539596558,
-0.03213079273700714,
0.014470607042312622,
0.01071026362478733,
0.02914266102015972,
-0.04297535493969917,
0.050966084003448486,
0.01245613768696785,
-0.024358296766877174,
0.03897998854517937,
0.005833568517118692,
-0.014143255539238453,
0.013916628435254097,
-0.06073626130819321,
0.02078261226415634,
0.0015255410689860582,
0.033154815435409546,
0.045023396611213684,
0.010290582664310932,
0.01878492906689644,
0.0023250337690114975,
-0.025919510051608086,
-0.0036134549882262945,
0.03562254086136818,
-0.021840209141373634,
-0.008179586380720139,
0.03646190091967583,
-0.03874496743083,
0.05781527981162071,
0.0491194874048233,
-0.002266278490424156,
-0.035085346549749374,
0.005338344722986221,
0.06261643022298813,
0.030771024525165558,
0.016132544726133347,
0.0750054195523262,
-0.06442945450544357,
-0.045157697051763535,
-0.05724451318383217,
-0.07211801409721375,
-0.04112875461578369,
0.033188387751579285,
-0.01999361254274845,
-0.06473162770271301,
-0.01846597157418728,
0.03481674939393997,
-0.007084218319505453,
0.0041674342937767506,
-0.05596868321299553,
-0.033356260508298874,
-0.06758546084165573,
-0.0023292305413633585,
-0.0043982588686048985,
-0.025969872251152992,
0.03438028320670128,
0.016812428832054138,
-0.03642832860350609,
0.004131761379539967,
0.022612422704696655,
-0.036193303763866425,
-0.006093770731240511,
0.015226033516228199,
-0.06882771104574203,
0.05039531737565994,
-0.05754668265581131,
-0.027967553585767746,
0.02791719324886799,
-0.022729933261871338,
-0.029360895976424217,
0.002497103065252304,
-0.0022117197513580322,
-0.003945003263652325,
-0.03218115493655205,
-0.042001694440841675,
-0.02158840000629425,
0.002264179987832904,
0.027984341606497765,
-0.01364803221076727,
0.03354091942310333,
0.021370165050029755,
0.03436349704861641,
-0.0032882019877433777,
0.028756555169820786,
-0.06097128242254257,
0.021689124405384064,
-0.033826302736997604,
-0.02519765868782997,
-0.01617451198399067,
0.02555019035935402,
0.035555388778448105,
0.0056992704048752785,
-0.005724451504647732,
0.002335525816306472,
-0.0419345423579216,
-0.03676407039165497,
0.02487870119512081,
0.019926462322473526,
-0.020278993993997574,
0.02600344642996788,
-0.02808506414294243,
-0.031123556196689606,
0.08823376893997192,
-0.007222712971270084,
-0.03451457992196083,
0.08339904248714447,
0.01142372190952301,
-0.009274953976273537,
0.008695794269442558,
-0.0025075951125472784,
-0.05905753746628761,
-0.015503022819757462,
-0.008477560244500637,
-0.03251689672470093,
-0.05502859875559807,
0.06332149356603622,
0.01142372190952301,
-0.017181748524308205,
-0.021806634962558746,
0.038375645875930786,
0.01985931396484375,
-0.016208088025450706,
0.019171036779880524,
-0.029360895976424217,
-0.023451784625649452,
0.016090577468276024,
0.012548467144370079,
-0.02618810534477234,
-0.028958002105355263,
0.018214164301753044,
0.07386388629674911,
-0.0283704474568367,
0.020614739507436752,
-0.05157042294740677,
-0.02806827798485756,
-0.0017112500499933958,
0.00946800783276558,
-0.030452067032456398,
0.022931380197405815,
-0.00824673566967249,
0.021655548363924026,
0.04727288708090782,
0.0032672181259840727,
-0.061709921807050705,
0.04582918435335159,
-0.03840922191739082,
-0.0038589683827012777,
0.007394782267510891,
-0.011457296088337898,
-0.06150847300887108,
-0.014797958545386791,
-0.04478837549686432,
-0.028907639905810356,
-0.03025062009692192,
-0.004704626277089119,
0.03485032543540001,
0.013857873156666756,
0.0000442632517660968,
-0.02618810534477234,
0.048447996377944946,
-0.010307369753718376,
-0.041867394000291824,
-0.018633844330906868,
-0.008695794269442558,
-0.014218798838555813,
-0.004792759194970131,
0.04670212045311928,
-0.0018308592261746526,
0.022763507440686226,
-0.030938897281885147,
-0.0032210531644523144,
0.03834207355976105,
-0.03894641250371933,
0.013992170803248882,
0.008762943558394909,
0.035857561975717545,
0.0055649722926318645,
8.483789315505419e-7,
-0.009014751762151718,
0.10173071920871735,
-0.010802594013512135,
0.006349776405841112,
0.05442425608634949,
-0.0238043162971735,
-0.016392746940255165,
-0.0003708932490553707,
-0.03406132385134697,
0.062347836792469025,
-0.028605470433831215,
-0.06375796347856522,
-0.02019505947828293,
-0.008318081498146057,
-0.04492267221212387
] |
8,964 | sentencepiece | NBestEncodeAsPieces | null | def NBestEncodeAsPieces(self, input, nbest_size=None, **kwargs):
return self.NBestEncode(input=input, nbest_size=nbest_size,
out_type=str, **kwargs)
| (self, input, nbest_size=None, **kwargs) | [
-0.04086092486977577,
-0.02470581978559494,
-0.04934404417872429,
-0.048870883882045746,
0.018825091421604156,
-0.02102191559970379,
-0.062187016010284424,
-0.009699822403490543,
0.07502998411655426,
-0.08638587594032288,
0.049208857119083405,
0.03687284514307976,
-0.04424065351486206,
-0.01603681407868862,
0.07868009060621262,
0.02286386676132679,
0.02609150856733322,
-0.051912639290094376,
0.039847005158662796,
0.03498019650578499,
-0.01111930888146162,
0.022204820066690445,
0.025094488635659218,
-0.004157066810876131,
0.014262457378208637,
0.0289473794400692,
0.06090271845459938,
-0.010029345750808716,
-0.08395247161388397,
0.00021215721790213138,
-0.002955150557681918,
-0.005031571723520756,
0.009378748014569283,
0.020126286894083023,
0.03136388584971428,
-0.010172984562814236,
0.016340989619493484,
0.009437893517315388,
-0.055190976709127426,
-0.02664916403591633,
-0.02578733302652836,
-0.061511069536209106,
-0.04836392402648926,
0.012479649856686592,
-0.03873169422149658,
-0.0016307192854583263,
-0.029454339295625687,
0.09017117321491241,
0.020937422290444374,
0.022154124453663826,
-0.026632266119122505,
-0.07678744941949844,
-0.024519935250282288,
0.02930225245654583,
-0.061612460762262344,
0.01735490933060646,
0.015251027420163155,
-0.040421560406684875,
0.049039870500564575,
0.005800459999591112,
-0.012133227661252022,
0.010443363338708878,
0.12403605878353119,
-0.030772434547543526,
-0.05373769253492355,
0.02982611022889614,
-0.05302795022726059,
0.023658104240894318,
-0.012741578742861748,
0.03011338599026203,
0.032546792179346085,
-0.0016095959581434727,
0.00014799517521169037,
0.032901663333177567,
-0.02004179358482361,
0.07705782353878021,
0.02740960381925106,
0.02477341517806053,
-0.021275395527482033,
0.032496094703674316,
0.0324116013944149,
-0.0430915467441082,
-0.011676964350044727,
-0.07685504108667374,
-0.030011994764208794,
-0.041334088891744614,
0.028710799291729927,
0.013924484141170979,
0.006290521007031202,
-0.03205673024058342,
-0.007034061476588249,
0.021849948912858963,
0.010832032188773155,
0.02999509684741497,
-0.017743578180670738,
0.0012367696035653353,
0.010620798915624619,
-0.027071630582213402,
0.0015293274773284793,
-0.019974200055003166,
-0.05407566577196121,
0.06472181528806686,
-0.011406585574150085,
-0.048701897263526917,
0.0010477160103619099,
-0.04572773352265358,
-0.011719211004674435,
0.013518916442990303,
-0.04860050603747368,
0.009099920280277729,
-0.008512692525982857,
-0.04278736934065819,
-0.004452792927622795,
-0.03131319209933281,
0.0627615675330162,
0.016678962856531143,
-0.012057183310389519,
0.039847005158662796,
0.03700803220272064,
0.043294329196214676,
0.005023122299462557,
0.006007468327879906,
-0.03934004530310631,
-0.007477650884538889,
-0.04876949265599251,
0.0562048964202404,
0.07131228595972061,
0.011043264530599117,
0.026108408346772194,
-0.031448379158973694,
0.05049315467476845,
0.026868846267461777,
-0.024350948631763458,
0.07232620567083359,
-0.006408811546862125,
0.04136788472533226,
-0.06299815326929092,
-0.052960354834795,
0.025432461872696877,
-0.001487080822698772,
0.023624306544661522,
-0.04069193825125694,
0.08172184973955154,
0.035250574350357056,
0.05072973296046257,
-0.020836029201745987,
0.05072973296046257,
-0.04718101769685745,
0.027088528499007225,
-0.027037832885980606,
0.04302395135164261,
0.044612426310777664,
-0.03552095219492912,
-0.06658066064119339,
0.005306174512952566,
-0.008622533641755581,
0.031093508005142212,
-0.05674565210938454,
-0.005023122299462557,
-0.0336621031165123,
0.02080223336815834,
-0.024350948631763458,
0.010172984562814236,
0.033628303557634354,
-0.013121798634529114,
0.005437139421701431,
0.029893703758716583,
0.018470220267772675,
0.01128829549998045,
-0.0006315868813544512,
0.0065271020866930485,
-0.0012367696035653353,
-0.07530036568641663,
0.019551733508706093,
-0.005285051651299,
-0.015318621881306171,
-0.03991460055112839,
-0.05590071901679039,
-0.025821130722761154,
0.0031346988398581743,
-0.040658142417669296,
-0.027646183967590332,
-0.028693899512290955,
-0.04011738300323486,
-0.022948360070586205,
-0.018233638256788254,
0.022475197911262512,
0.04934404417872429,
-0.00047474633902311325,
-0.027967259287834167,
0.01809844933450222,
0.013316133059561253,
-0.0012483875034376979,
-0.011524876579642296,
0.019855909049510956,
-0.04119889810681343,
-0.005001998972147703,
0.049276452511548996,
-0.02458752878010273,
0.05931424722075462,
-0.05120289698243141,
0.006239824928343296,
0.06340371817350388,
-0.07726060599088669,
-0.004672475624829531,
-0.019467240199446678,
-0.04356470704078674,
-0.03301995247602463,
0.02487480640411377,
-0.013468220829963684,
-0.01936584711074829,
0.029792312532663345,
-0.007933913730084896,
-0.005023122299462557,
0.0060961865819990635,
-0.0051076156087219715,
0.03327343240380287,
0.0007012938149273396,
-0.006484855432063341,
-0.044849004596471786,
-0.03619689866900444,
-0.006138433236628771,
0.04295635595917702,
0.019670022651553154,
-0.005990569945424795,
-0.015876278281211853,
0.01965312473475933,
0.012217720970511436,
0.035487156361341476,
-0.012504997663199902,
-0.025601448491215706,
-0.0065186526626348495,
0.04971581697463989,
0.030231676995754242,
-0.03247919678688049,
0.044443439692258835,
-0.02465512417256832,
-0.08631828427314758,
-0.05894247442483902,
-0.011127757839858532,
-0.03389868140220642,
-0.0349126011133194,
-0.05137188360095024,
-0.006877748761326075,
-0.015487608499825,
0.022475197911262512,
0.0017743577482178807,
-0.004300705157220364,
0.01491305511444807,
0.037616387009620667,
0.04762038215994835,
-0.02379329316318035,
-0.07584112137556076,
-0.01370480190962553,
0.007942363619804382,
0.06478940695524216,
-0.07840971648693085,
-0.02700403518974781,
-0.031279392540454865,
-0.014110369607806206,
-0.031735654920339584,
0.013256987556815147,
-0.0017775263404473662,
0.011161555536091328,
-0.027663083747029305,
-0.02551695518195629,
-0.021410584449768066,
0.012978159822523594,
0.018994078040122986,
0.0254493597894907,
-0.07192063331604004,
0.05181124806404114,
-0.007067858707159758,
0.016045264899730682,
-0.022610388696193695,
-0.03215812146663666,
-0.015724189579486847,
0.03602791205048561,
-0.006459507159888744,
-0.019906604662537575,
-0.002946701366454363,
0.025246577337384224,
-0.019568631425499916,
-0.03866410255432129,
0.038630302995443344,
0.033476218581199646,
0.009716721251606941,
-0.046910639852285385,
0.006544000469148159,
-0.041739653795957565,
-0.012479649856686592,
0.011237598955631256,
-0.019670022651553154,
0.006459507159888744,
-0.050932519137859344,
-0.027325110509991646,
0.02142748236656189,
-0.0005391724407672882,
0.0644514337182045,
0.04451103135943413,
-0.04211142659187317,
-0.03967801854014397,
-0.014803213998675346,
-0.03765018284320831,
0.035588547587394714,
0.013544264249503613,
-0.04569393768906593,
-0.026801252737641335,
-0.05806374549865723,
0.039035871624946594,
-0.05005379021167755,
-0.00015221982903312892,
0.020176982507109642,
-0.03090762346982956,
0.0031410357914865017,
0.02436784654855728,
0.04393647983670235,
0.02379329316318035,
0.05944943428039551,
0.03768397867679596,
0.007059409283101559,
-0.01146573107689619,
-0.038866885006427765,
-0.021038813516497612,
-0.04545735567808151,
-0.014321601949632168,
0.00841975025832653,
-0.001789144123904407,
-0.007321338169276714,
-0.100918710231781,
0.002397495321929455,
-0.035757534205913544,
0.006670740433037281,
-0.015098939649760723,
-0.04613330215215683,
0.030603447929024696,
0.06330232322216034,
-0.018351929262280464,
0.026328090578317642,
0.008394402451813221,
0.017261967062950134,
0.014456791803240776,
-0.00041428086115047336,
0.05600211024284363,
-0.037143222987651825,
-0.017828071489930153,
-0.00861408468335867,
-0.024891704320907593,
-0.04623469337821007,
0.026513975113630295,
-0.017016936093568802,
-0.07732820510864258,
0.024857908487319946,
0.004368300084024668,
0.02597321756184101,
0.060125380754470825,
0.050019990652799606,
-0.014490588568150997,
0.011110859923064709,
-0.017261967062950134,
-0.020024895668029785,
-0.039272453635931015,
0.02178235352039337,
0.005999019369482994,
0.03296925872564316,
-0.015360868535935879,
0.07198823243379593,
0.007477650884538889,
0.019670022651553154,
0.002277092542499304,
-0.04417305812239647,
-0.021393684670329094,
-0.033408623188734055,
-0.012057183310389519,
0.011769906617701054,
0.03481120988726616,
-0.08929244428873062,
0.01740560494363308,
-0.02218792214989662,
-0.04900607094168663,
-0.011558673344552517,
0.013721700757741928,
-0.034338049590587616,
0.005677944980561733,
0.007426954805850983,
0.04981720820069313,
0.03866410255432129,
0.06725660711526871,
0.026209799572825432,
-0.035994116216897964,
-0.06539776176214218,
0.010198332369327545,
0.003202293301001191,
-0.019281353801488876,
-0.01011383906006813,
0.018605409190058708,
0.0324116013944149,
0.006810154300183058,
-0.05735400319099426,
0.008238090202212334,
0.008897136896848679,
-0.029606427997350693,
-0.015445361845195293,
0.030248574912548065,
-0.04873569309711456,
-0.0005328354309312999,
0.019332051277160645,
0.06245739385485649,
-0.0026383011136204004,
-0.03236090764403343,
-0.07624668627977371,
0.03646727651357651,
0.011457282118499279,
-0.04204383119940758,
-0.0435309112071991,
0.015639696270227432,
-0.035588547587394714,
-0.018402624875307083,
-0.028406623750925064,
-0.01422021072357893,
0.008998529054224491,
-0.014406095258891582,
0.05383908376097679,
0.01514118630439043,
0.034338049590587616,
-0.044950395822525024,
-0.003696578787639737,
-0.028170041739940643,
-0.02367500215768814,
0.03200603649020195,
-0.007912790402770042,
-0.029150163754820824,
-0.01730421371757984,
-0.0069791404530406,
0.026530873030424118,
0.011051714420318604,
0.0027481422293931246,
-0.0007055184687487781,
-0.01491305511444807,
0.027325110509991646,
0.015521406196057796,
0.0017479537054896355,
0.03264818340539932,
0.07915325462818146,
0.09240179508924484,
0.00007030100823612884,
-0.016383236274123192,
0.0035994115751236677,
-0.03320583701133728,
0.008660555817186832,
0.04383508861064911,
-0.07915325462818146,
-0.0017574591329321265,
-0.008124023675918579,
0.019433442503213882,
0.008250763639807701,
-0.00762973865494132,
0.05671185627579689,
0.009471691213548183,
0.02424955740571022,
0.016847949475049973,
0.02556765079498291,
0.08347930759191513,
0.03802195191383362,
-0.05181124806404114,
0.04653887078166008,
-0.044206857681274414,
-0.025719739496707916,
0.03239470347762108,
0.02212032675743103,
0.004862585105001926,
0.04474761337041855,
-0.005990569945424795,
-0.06637787818908691,
0.06533016264438629,
0.0334424190223217,
-0.023624306544661522,
0.005999019369482994,
0.08496639132499695,
-0.019501037895679474,
0.0074860998429358006,
-0.028136245906352997,
0.0029530383180826902,
0.024790313094854355,
-0.020312171429395676,
-0.0019053223077207804,
-0.014068122953176498,
-0.00867745466530323,
0.05424465239048004,
0.011178454384207726,
-0.018233638256788254,
0.054143261164426804,
0.0301640834659338,
0.020869826897978783,
0.02676745504140854,
0.050526950508356094,
-0.0150820417329669,
-0.05718501657247543,
-0.04336192458868027,
0.021511975675821304,
-0.015158085152506828,
0.062187016010284424,
-0.02188374660909176,
-0.056678056716918945,
-0.005648372229188681,
-0.04332812875509262,
-0.026446379721164703,
0.02350601553916931,
-0.009606880135834217,
0.009353400208055973,
-0.06090271845459938,
-0.008411301299929619,
0.06681724637746811,
-0.04664026200771332,
0.03795435652136803,
0.029403643682599068,
0.034507036209106445,
0.02235690876841545,
-0.01821674033999443,
0.0022538569755852222,
0.04069193825125694,
0.02183305099606514,
-0.03585892543196678,
-0.023083550855517387,
0.014177964068949223,
0.020819131284952164,
0.056272491812705994,
0.0032698879949748516,
-0.021190902218222618,
0.03623069450259209,
-0.014296254143118858,
0.019568631425499916,
0.04299015551805496,
0.06793255358934402,
0.0044950395822525024,
-0.027156123891472816,
0.04062434285879135,
0.09321293234825134,
0.1355271339416504,
0.010764437727630138,
-0.06232220679521561,
0.005711742211133242,
0.05792855843901634,
-0.005352646112442017,
-0.015605899505317211,
0.0615786649286747,
0.03602791205048561,
0.08516917377710342,
-0.04738380387425423,
-0.05836792290210724,
-0.021528875455260277,
0.001211421680636704,
0.05329832807183266,
0.043294329196214676,
0.08239779621362686,
-0.028119346126914024,
0.013899136334657669,
-0.0067045376636087894,
-0.00518788443878293,
0.00027856361703015864,
0.027899663895368576,
0.05120289698243141,
0.026902643963694572,
-0.04873569309711456,
-0.011423484422266483,
0.024672022089362144,
-0.024553732946515083,
-0.03247919678688049,
-0.029674021527171135,
0.01660291850566864,
0.031448379158973694,
0.032546792179346085,
-0.00884644128382206,
0.016526876017451286,
-0.021055713295936584,
-0.027713779360055923,
-0.02860940806567669,
-0.03552095219492912,
-0.008031081408262253,
-0.019957300275564194,
-0.03934004530310631,
0.07070393115282059,
0.004968201741576195,
-0.003996529616415501,
0.05103391036391258,
-0.0011522764107212424,
-0.006493304390460253,
0.009243559092283249,
-0.08611550182104111,
-0.0028854438569396734,
0.03511538729071617,
0.029403643682599068,
0.04451103135943413,
-0.018132247030735016,
0.03193844109773636,
0.0021904869936406612,
-0.05596831440925598,
-0.004892157856374979,
0.034845005720853806,
-0.06228840723633766,
0.0045584095641970634,
0.014972199685871601,
-0.021410584449768066,
0.09868808835744858,
0.1017974391579628,
0.026176001876592636,
-0.04366610199213028,
0.01424555853009224,
0.013088000938296318,
0.016991587355732918,
0.059381842613220215,
0.0796264186501503,
-0.032715778797864914,
-0.018520915880799294,
-0.1074753850698471,
-0.012538795359432697,
-0.016966240480542183,
-0.010443363338708878,
-0.0007662479765713215,
-0.013510467484593391,
0.015327071771025658,
0.04204383119940758,
0.02016008459031582,
0.021647164598107338,
-0.01569039188325405,
-0.00816204585134983,
-0.05775957182049751,
-0.002805175259709358,
0.017439402639865875,
-0.031093508005142212,
0.023945381864905357,
0.02580423280596733,
0.045930519700050354,
0.00021321338135749102,
-0.05944943428039551,
-0.036568667739629745,
0.00939564686268568,
0.024401644244790077,
-0.05728640779852867,
-0.008719701319932938,
-0.030603447929024696,
0.024976197630167007,
0.015884727239608765,
-0.033003054559230804,
-0.0027967258356511593,
-0.036399681121110916,
0.014845460653305054,
0.0094463424757123,
-0.042280413210392,
-0.02262728661298752,
-0.007718456443399191,
0.016991587355732918,
0.03751499205827713,
-0.026243597269058228,
0.01542846392840147,
0.011533325538039207,
0.07746338844299316,
0.009285805746912956,
-0.006603145971894264,
-0.06820293515920639,
0.0180477537214756,
-0.0006632718141190708,
-0.012623288668692112,
-0.024857908487319946,
-0.021140206605196,
0.060057785362005234,
0.03934004530310631,
-0.016695862635970116,
-0.03107661008834839,
-0.05160846561193466,
-0.03765018284320831,
0.01816604472696781,
0.028068650513887405,
-0.05884108319878578,
0.0035719512961804867,
-0.010874278843402863,
-0.02735890820622444,
0.07401606440544128,
0.014541284181177616,
-0.03670385852456093,
0.06296435743570328,
-0.02245829999446869,
0.016163554042577744,
0.024790313094854355,
0.004418995697051287,
-0.029116366058588028,
-0.05640767887234688,
-0.02815314382314682,
-0.05312934145331383,
-0.039035871624946594,
0.031921543180942535,
-0.006239824928343296,
-0.011736109852790833,
-0.05944943428039551,
0.018368827179074287,
0.031110405921936035,
0.01410191971808672,
0.04282116889953613,
-0.008221191354095936,
-0.031853947788476944,
0.048296328634023666,
-0.006129983812570572,
-0.023066651076078415,
-0.04826253280043602,
0.02446923963725567,
0.03643348067998886,
0.009006978012621403,
0.0040049790404737,
-0.02178235352039337,
-0.005428689997643232,
-0.011237598955631256,
-0.015994567424058914,
-0.03835992515087128,
0.02234000898897648,
-0.05302795022726059,
0.04244939610362053,
0.026344988495111465,
0.0360955074429512,
-0.05049315467476845,
0.05694843456149101,
-0.0015092602698132396,
-0.02178235352039337,
0.011998038738965988,
0.014499038457870483,
-0.05120289698243141,
0.00011023726256098598,
0.0013360491720959544,
-0.024232657626271248,
0.0010614461498335004,
0.004702048376202583,
-0.008026856929063797,
0.015487608499825,
-0.0005851156311109662,
-0.01975451596081257,
0.029521934688091278,
-0.008973181247711182,
0.018368827179074287,
-0.044950395822525024,
0.017160573974251747,
-0.04109750688076019,
-0.018994078040122986,
0.051101505756378174,
0.009006978012621403,
0.0019591867458075285,
0.02654777280986309,
0.022948360070586205,
0.0820598229765892,
-0.021038813516497612,
-0.0069791404530406,
-0.004216212313622236,
0.044037871062755585,
0.021224698051810265,
0.010172984562814236,
0.015673493966460228,
0.07577352970838547,
0.021799253299832344,
0.031921543180942535,
0.03291856124997139,
-0.02827143482863903,
-0.026226697489619255,
0.0013508354313671589,
-0.0508987195789814,
0.041570667177438736,
-0.012682433240115643,
-0.09557873755693436,
0.0012420504353940487,
0.03710942715406418,
-0.04332812875509262
] |
8,965 | sentencepiece | NBestEncodeAsSerializedProto | null | def NBestEncodeAsSerializedProto(self, input, nbest_size=None, **kwargs):
return self.NBestEncode(input=input, nbest_size=nbest_size,
out_type='serialized_proto', **kwargs)
| (self, input, nbest_size=None, **kwargs) | [
-0.024674715474247932,
-0.033329278230667114,
-0.05450534075498581,
-0.02407207526266575,
-0.015693720430135727,
-0.05253002420067787,
-0.05242958292365074,
0.01035367138683796,
0.03545525670051575,
-0.07660210132598877,
0.036560092121362686,
0.004071997478604317,
-0.06923651695251465,
-0.032877299934625626,
0.0350869745016098,
0.03227465972304344,
0.026348711922764778,
-0.0424860417842865,
0.01776110753417015,
0.030516963452100754,
0.012529866769909859,
0.02870904840528965,
0.01534218154847622,
0.03793277218937874,
0.038200609385967255,
0.015350552275776863,
0.036560092121362686,
-0.012228547595441341,
-0.056815456598997116,
0.0313204824924469,
-0.0006763993878848851,
-0.013961134478449821,
0.004678821656852961,
0.04452832043170929,
0.016882259398698807,
-0.0019449752289801836,
0.0038522854447364807,
0.06957131624221802,
-0.09307423233985901,
-0.04703931510448456,
-0.006641583051532507,
-0.06555371731519699,
-0.07151314616203308,
-0.0008600159198977053,
0.0317557230591774,
-0.009843101724982262,
-0.023101158440113068,
0.14838309586048126,
0.019970783963799477,
0.021912619471549988,
-0.02959626540541649,
-0.04456179961562157,
-0.019870344549417496,
0.0355222150683403,
-0.09093151241540909,
0.011215779930353165,
0.04747455194592476,
-0.029445605352520943,
0.031805943697690964,
0.02772139012813568,
-0.023335516452789307,
-0.007127041928470135,
0.08664608001708984,
-0.03096894361078739,
-0.042519520968198776,
-0.002872997196391225,
-0.07620034366846085,
-0.03122004307806492,
-0.056179337203502655,
0.004124309867620468,
0.009642221964895725,
-0.015484471805393696,
0.01008583139628172,
0.039908088743686676,
-0.01777784712612629,
0.06950435042381287,
0.05015294998884201,
0.00302156456746161,
-0.04831155017018318,
0.018916165456175804,
0.04104640334844589,
-0.06957131624221802,
-0.029412126168608665,
-0.07245058566331863,
-0.02708527073264122,
-0.04325608164072037,
0.0762673020362854,
0.003178501734510064,
0.0035070236772298813,
-0.057049814611673355,
-0.015124562196433544,
0.03729665279388428,
0.00663321278989315,
0.04650363326072693,
-0.020205143839120865,
-0.04965075105428696,
-0.0005424796254374087,
-0.02524387463927269,
-0.036760974675416946,
0.002948327222838998,
-0.05979517102241516,
0.03739709034562111,
-0.04831155017018318,
-0.041749484837055206,
0.0031638541258871555,
-0.027604209259152412,
0.008227694779634476,
0.0074492865242064,
-0.05470621958374977,
0.012596827000379562,
0.021594559773802757,
0.000976149458438158,
0.0004375932621769607,
-0.012303877621889114,
0.10030589997768402,
0.05316614359617233,
-0.002605157671496272,
0.03642617166042328,
0.042084284126758575,
0.03162180259823799,
-0.006432333029806614,
0.061268288642168045,
-0.042921282351017,
-0.006683432962745428,
-0.08898967504501343,
0.03076806291937828,
0.09401167184114456,
-0.00965059269219637,
0.02320159785449505,
-0.006951272487640381,
0.037631452083587646,
0.012554977089166641,
-0.019887084141373634,
0.07345498353242874,
0.03565613552927971,
0.04442787915468216,
-0.01463073305785656,
-0.035153936594724655,
-0.022900277748703957,
0.008495534770190716,
0.05557669699192047,
-0.018012207001447678,
0.08095449209213257,
0.027135489508509636,
0.051759984344244,
-0.0009175595478154719,
0.025746073573827744,
-0.0652524009346962,
0.013358495198190212,
-0.03622529283165932,
0.03823408856987953,
-0.00009069663065019995,
-0.06294228136539459,
-0.02750376984477043,
-0.00485040619969368,
0.011952337808907032,
-0.01940162479877472,
-0.07733865827322006,
-0.017526747658848763,
-0.04439439997076988,
-0.01702454872429371,
0.026365451514720917,
0.029177766293287277,
-0.023569876328110695,
-0.007512061391025782,
-0.0001400664623361081,
0.05135822668671608,
0.0263152327388525,
-0.03381473943591118,
0.0188492052257061,
-0.005524189677089453,
-0.004971771035343409,
-0.05420402064919472,
0.024507315829396248,
0.02916102670133114,
-0.010094201192259789,
-0.017258908599615097,
-0.03816713020205498,
-0.04412655904889107,
0.04854591190814972,
-0.00029190321220085025,
-0.01982012391090393,
0.011701238341629505,
-0.042419083416461945,
-0.019769903272390366,
-0.005754364654421806,
0.018932905048131943,
0.055643659085035324,
0.02059016190469265,
-0.02882622741162777,
0.02070734277367592,
0.01940162479877472,
0.018715286627411842,
0.003201519139111042,
0.004076182376593351,
-0.026783950626850128,
-0.024892333894968033,
0.04355740174651146,
-0.027604209259152412,
0.05289830267429352,
-0.0229839775711298,
-0.009709182195365429,
0.04503051936626434,
-0.09133327007293701,
-0.06431496143341064,
0.010981420055031776,
-0.025946952402591705,
-0.04626927524805069,
0.053467463701963425,
-0.021845659241080284,
-0.031387440860271454,
-0.0057920292019844055,
0.0015222909860312939,
-0.005704144481569529,
-0.004846221301704645,
-0.018765505403280258,
0.053802262991666794,
-0.008382539264857769,
0.013333385810256004,
-0.01777784712612629,
0.007897080853581429,
-0.005373530089855194,
-0.00356142851524055,
0.02201305888593197,
-0.000325644708937034,
-0.00041536049684509635,
0.00937438290566206,
-0.001792222959920764,
0.00235824310220778,
-0.04831155017018318,
0.007562281098216772,
0.019100304692983627,
0.045130956918001175,
-0.004126402549445629,
-0.04211776331067085,
0.07077658921480179,
-0.02197957970201969,
-0.07184794545173645,
-0.0459679551422596,
0.006608102936297655,
-0.02470819465816021,
-0.009859842248260975,
-0.02763769030570984,
-0.017158469185233116,
-0.001961715053766966,
0.025528453290462494,
0.03250902146100998,
-0.023787496611475945,
0.035790055990219116,
0.06511848419904709,
0.020757561549544334,
-0.012588457204401493,
-0.0842355266213417,
-0.007361401338130236,
0.02079104259610176,
0.06521891802549362,
-0.04700583592057228,
-0.035153936594724655,
-0.018983125686645508,
0.03056718409061432,
-0.046202316880226135,
-0.009081433527171612,
-0.010412260890007019,
0.010437371209263802,
-0.006357003469020128,
-0.029428865760564804,
-0.013442195020616055,
0.004283339716494083,
0.030500223860144615,
0.053802262991666794,
-0.013366865925490856,
0.017058029770851135,
0.02154434099793434,
0.00576691934838891,
0.010906090028584003,
-0.08637823909521103,
-0.04395915940403938,
0.022297639399766922,
0.051425185054540634,
-0.0045616417191922665,
0.022716138511896133,
0.026817431673407555,
0.004787631332874298,
-0.05701633542776108,
0.04539879783987999,
0.045566197484731674,
0.003488191170617938,
-0.037229690700769424,
-0.03122004307806492,
-0.05309918150305748,
0.007591576315462589,
-0.0037790481001138687,
0.0047667063772678375,
-0.008830334059894085,
-0.06957131624221802,
-0.031588323414325714,
0.03424997627735138,
-0.01571883074939251,
0.06950435042381287,
0.047407593578100204,
-0.027118749916553497,
-0.020774301141500473,
0.021728480234742165,
-0.023268558084964752,
0.03286055848002434,
-0.0041222176514565945,
-0.04472919926047325,
-0.0155514320358634,
-0.0433565191924572,
0.027135489508509636,
-0.05025338754057884,
0.01212810818105936,
0.007608315907418728,
-0.022816577926278114,
0.0005869451561011374,
0.04097944498062134,
0.055944979190826416,
-0.011734718456864357,
0.054337941110134125,
0.02069060131907463,
-0.02285005897283554,
0.024524055421352386,
-0.04563315585255623,
-0.036359213292598724,
-0.08517296612262726,
-0.04218472167849541,
0.019669463858008385,
-0.00606405409052968,
-0.022699398919939995,
-0.09615438431501389,
0.02274961769580841,
-0.054337941110134125,
0.024239474907517433,
0.0069554573856294155,
-0.0578533336520195,
0.042519520968198776,
0.06950435042381287,
-0.0080100754275918,
0.024674715474247932,
0.014655843377113342,
0.023536397144198418,
-0.009525042958557606,
0.015158042311668396,
0.03619181364774704,
-0.05062166601419449,
-0.010429001413285732,
-0.01109859999269247,
-0.0068801273591816425,
-0.037765372544527054,
0.05092298611998558,
-0.022029800340533257,
-0.01886594481766224,
0.008206769824028015,
0.031906381249427795,
0.0038188055623322725,
0.002215953543782234,
0.04626927524805069,
-0.02752050943672657,
0.0329107791185379,
-0.014789762906730175,
-0.06280836462974548,
-0.01690736971795559,
0.017811328172683716,
-0.026566332206130028,
0.03876977041363716,
-0.007595761213451624,
0.05885773152112961,
-0.007110301870852709,
0.010236491449177265,
-0.00801844522356987,
-0.05222870409488678,
-0.04010896757245064,
-0.035589173436164856,
-0.02057342231273651,
0.009968651458621025,
0.03128700330853462,
-0.06702683866024017,
0.025729332119226456,
-0.027487030252814293,
-0.056815456598997116,
0.005457229912281036,
0.0038083430845290422,
-0.007650165818631649,
0.010387150570750237,
0.013668185099959373,
0.07841001451015472,
0.056715015321969986,
0.058690331876277924,
0.04630275443196297,
-0.0293619055300951,
-0.025946952402591705,
0.011517099104821682,
0.004065719898790121,
-0.00942460261285305,
-0.033965397626161575,
0.032559242099523544,
0.022615699097514153,
0.014664213173091412,
-0.03545525670051575,
-0.02837424725294113,
0.016304729506373405,
-0.03629225492477417,
-0.021058881655335426,
0.03068436309695244,
-0.02805618941783905,
-0.006059868726879358,
0.021393680945038795,
0.036124855279922485,
-0.011148819699883461,
-0.0035551509354263544,
-0.05621281638741493,
0.04636971652507782,
0.0014521923149004579,
-0.024222735315561295,
-0.020657122135162354,
0.06665855646133423,
-0.023787496611475945,
-0.011316219344735146,
-0.01315761636942625,
-0.0054404898546636105,
0.020539943128824234,
0.0051475404761731625,
0.05343398079276085,
-0.008491349406540394,
0.04898114874958992,
-0.0450974777340889,
-0.01175145898014307,
-0.02362009696662426,
0.0015965745551511645,
0.0556771382689476,
0.029094066470861435,
-0.03532133623957634,
0.022364599630236626,
-0.0221135001629591,
0.027788348495960236,
-0.003469358664005995,
0.02373727597296238,
-0.035589173436164856,
-0.04606839641928673,
0.056413695216178894,
0.04777587205171585,
0.00690942257642746,
0.014739543199539185,
0.05473969876766205,
0.06344448775053024,
0.021862400695681572,
-0.02373727597296238,
0.04677147418260574,
0.001789084286428988,
0.014990642666816711,
0.06649115681648254,
-0.08282937109470367,
0.045231398195028305,
-0.030835023149847984,
-0.020824521780014038,
-0.012437797151505947,
0.017074769362807274,
0.03967372700572014,
0.003789510577917099,
-0.020958442240953445,
0.010269971564412117,
0.0278385691344738,
0.08369984477758408,
0.007168891839683056,
-0.05494058132171631,
0.049583788961172104,
-0.03525437414646149,
-0.013651445508003235,
0.029094066470861435,
0.0022912833373993635,
0.0195020642131567,
0.03739709034562111,
-0.01252149697393179,
-0.059226009994745255,
0.044896598905324936,
0.03458477556705475,
0.007871970534324646,
-0.006172863766551018,
0.03702881187200546,
-0.023804236203432083,
0.043925680220127106,
-0.009073063731193542,
-0.0037016256246715784,
0.04606839641928673,
0.020539943128824234,
-0.0035990935284644365,
-0.02092496119439602,
0.01864832639694214,
0.059426892548799515,
0.029294947162270546,
-0.042084284126758575,
0.06274140626192093,
0.0339319184422493,
0.031052643433213234,
0.03984112665057182,
0.04221820458769798,
0.016271250322461128,
-0.027453549206256866,
0.002523550298064947,
-0.01886594481766224,
-0.013684924691915512,
0.03903760761022568,
-0.03736361116170883,
-0.0643819198012352,
-0.0329107791185379,
-0.030416524037718773,
-0.028407728299498558,
0.025494974106550217,
-0.0023059307131916285,
0.03438389673829079,
-0.06371232122182846,
0.007562281098216772,
0.031571581959724426,
0.012345727533102036,
0.03518741577863693,
0.026465890929102898,
0.04051072522997856,
0.008219324983656406,
-0.0311028640717268,
-0.03302795812487602,
0.03773188963532448,
0.04071160405874252,
-0.029094066470861435,
-0.027654429897665977,
0.014053204096853733,
0.005314940121024847,
0.008487164042890072,
-0.007625055965036154,
0.01712498813867569,
0.02512669377028942,
0.03933892771601677,
0.02243155986070633,
0.04493007808923721,
0.054337941110134125,
0.018146127462387085,
-0.05353442206978798,
0.041883405297994614,
0.06682595610618591,
0.06910259276628494,
-0.03964024782180786,
-0.04051072522997856,
0.0195020642131567,
0.045130956918001175,
-0.015074342489242554,
0.01527522224932909,
0.08959231525659561,
0.021259760484099388,
0.09709182381629944,
-0.049248989671468735,
-0.06384624540805817,
-0.010169531218707561,
0.003938077948987484,
0.040376804769039154,
-0.006026389077305794,
0.029328426346182823,
-0.07559770345687866,
-0.013241316191852093,
0.012663787230849266,
0.01571883074939251,
0.008160735480487347,
0.027470290660858154,
0.07097747176885605,
0.02698483131825924,
-0.05112386494874954,
-0.02447383478283882,
0.039171528071165085,
-0.03301122039556503,
-0.007127041928470135,
-0.030048245564103127,
0.026080872863531113,
0.028759267181158066,
0.03843497112393379,
-0.004649526439607143,
0.030935462564229965,
0.013768624514341354,
0.005896654445677996,
-0.030600663274526596,
0.01494879275560379,
-0.021259760484099388,
0.0013214113423600793,
-0.04570011794567108,
0.04158208519220352,
0.004385871812701225,
-0.0033270688727498055,
0.04526487737894058,
0.008955883793532848,
0.0024712379090487957,
0.0002510995545890182,
-0.07546377927064896,
0.04282084107398987,
-0.02254873886704445,
0.04636971652507782,
0.0437917597591877,
0.0008254897547885776,
0.04399263858795166,
0.012747487053275108,
-0.015626762062311172,
0.014346153475344181,
0.03652661293745041,
-0.04991858825087547,
-0.03068436309695244,
0.03662705421447754,
-0.020824521780014038,
0.0816240906715393,
0.08015097677707672,
-0.0040489803068339825,
-0.0798831358551979,
0.009315793402493,
0.047842834144830704,
0.025963691994547844,
0.015091082081198692,
0.07774041593074799,
-0.03806668892502785,
-0.04084552451968193,
-0.05289830267429352,
-0.04107988625764847,
-0.026030652225017548,
-0.004293802194297314,
0.0009133745916187763,
-0.05222870409488678,
0.015450991690158844,
0.03582353517413139,
0.025227133184671402,
0.009675702080130577,
-0.03933892771601677,
-0.016723228618502617,
-0.07204882800579071,
-0.0010870518162846565,
0.006825722754001617,
-0.05537581816315651,
0.0019449752289801836,
-0.004216379951685667,
0.008160735480487347,
0.00473741116002202,
-0.003967372700572014,
-0.06233964487910271,
-0.025595413520932198,
0.007265146821737289,
-0.06762947887182236,
-0.02013818360865116,
-0.04700583592057228,
-0.0037455682177096605,
0.016940848901867867,
-0.04010896757245064,
-0.031253524124622345,
-0.016639528796076775,
0.0018958015134558082,
0.007625055965036154,
0.004381686914712191,
-0.0346517376601696,
-0.010345300659537315,
-0.009817992337048054,
0.016179179772734642,
-0.023553136736154556,
0.023101158440113068,
0.02156108058989048,
0.05929297208786011,
0.007729680743068457,
0.035923972725868225,
-0.06598895788192749,
0.0006031620432622731,
-0.017258908599615097,
-0.025813031941652298,
-0.026901131495833397,
-0.01668974943459034,
0.04084552451968193,
-0.011776568368077278,
-0.022783098742365837,
0.0015578634338453412,
-0.07050874829292297,
-0.05684893578290939,
0.052931781858205795,
0.004770891275256872,
-0.03284382075071335,
0.001637378241866827,
-0.01499901246279478,
-0.05028686672449112,
0.0381336510181427,
-0.019870344549417496,
-0.04138120263814926,
0.0700400322675705,
-0.0022808208595961332,
0.013249685987830162,
0.01734260842204094,
-0.028776006773114204,
-0.03215748071670532,
-0.017016177996993065,
-0.006901052314788103,
-0.04168252274394035,
-0.034517817199230194,
0.03984112665057182,
0.0014616085682064295,
-0.01811264641582966,
-0.047708913683891296,
0.02308441698551178,
0.015450991690158844,
0.02048972249031067,
0.01908356510102749,
-0.037564489990472794,
-0.037966251373291016,
0.002043322427198291,
-0.01392765436321497,
-0.02459101565182209,
-0.024992775171995163,
0.011943968012928963,
0.05343398079276085,
-0.005988724064081907,
-0.019334664568305016,
-0.007871970534324646,
-0.014463333413004875,
-0.02017166279256344,
-0.02999802492558956,
-0.012881406582891941,
0.022883538156747818,
-0.026951350271701813,
0.0700400322675705,
0.033647339791059494,
0.03974068909883499,
-0.04442787915468216,
0.04780935123562813,
-0.035488735884428024,
0.008031000383198261,
0.005009436048567295,
-0.0011247167130932212,
-0.05323310196399689,
-0.03799973055720329,
-0.008558309637010098,
-0.027905529364943504,
-0.010378780774772167,
0.03301122039556503,
0.02372053638100624,
-0.00418708473443985,
-0.023151377215981483,
-0.03532133623957634,
0.040142446756362915,
0.005612074863165617,
-0.003666053293272853,
-0.031270261853933334,
0.008085405454039574,
-0.008755004033446312,
-0.013609595596790314,
0.06207180768251419,
-0.004423536825925112,
0.014002984389662743,
0.006352818571031094,
0.008051925338804722,
0.08698087930679321,
-0.010922829620540142,
-0.008478794246912003,
-0.016974328085780144,
0.037263173609972,
0.018798986449837685,
-0.023435957729816437,
-0.021293241530656815,
0.06274140626192093,
0.012153217568993568,
-0.006788057740777731,
0.0446622371673584,
-0.02415577508509159,
-0.024892333894968033,
-0.013241316191852093,
-0.0376984104514122,
0.03478565812110901,
-0.037765372544527054,
-0.05795377492904663,
-0.004394242074340582,
0.012596827000379562,
-0.05008598789572716
] |
8,967 | sentencepiece | OverrideNormalizerSpec | null | def OverrideNormalizerSpec(self, **kwargs):
new_kwargs = {}
for key, value in kwargs.items():
new_kwargs[key] = str(value)
return self._OverrideNormalizerSpec(new_kwargs)
| (self, **kwargs) | [
-0.02018950693309307,
-0.015563832595944405,
0.08020155876874924,
-0.006147278938442469,
-0.02831052429974079,
-0.04337005317211151,
-0.028832215815782547,
0.008281871676445007,
0.08270568400621414,
-0.005234316922724247,
-0.001532472320832312,
-0.0019585213158279657,
-0.08527936786413193,
0.02325010485947132,
-0.006577675696462393,
0.011668526567518711,
-0.03634459152817726,
-0.024728234857320786,
0.005921212024986744,
-0.03954430669546127,
0.0071906642988324165,
0.03742275759577751,
0.008616624400019646,
0.0171549953520298,
0.008051457814872265,
-0.012781471014022827,
-0.03804878890514374,
-0.06583762168884277,
0.010016500018537045,
-0.0015726861311122775,
0.009755653329193592,
-0.02121550403535366,
0.020780758932232857,
0.013903110288083553,
0.029371298849582672,
-0.09487850964069366,
-0.04354394972324371,
0.030484244227409363,
-0.07874082028865814,
-0.01817229576408863,
-0.03891827538609505,
-0.009373079054057598,
-0.0341360941529274,
0.018763547763228416,
0.003938779700547457,
0.0034409980289638042,
-0.003980080597102642,
0.043613508343696594,
-0.02396308444440365,
0.030901597812771797,
0.00008789978892309591,
-0.034883853048086166,
0.03592723608016968,
0.013494451530277729,
-0.04931734874844551,
0.014894326217472553,
0.00852532871067524,
0.05251706391572952,
-0.013233604840934277,
0.04650020971894264,
-0.04455255717039108,
0.01820707507431507,
0.003358396701514721,
-0.09133100509643555,
-0.05961208790540695,
-0.08423598110675812,
-0.0019867797382175922,
0.05359522998332977,
0.03420565277338028,
0.0383618026971817,
-0.04312659800052643,
-0.03490124270319939,
-0.017302807420492172,
0.04225710779428482,
0.03752709552645683,
0.08173185586929321,
-0.04841308295726776,
0.060794588178396225,
0.007381951902061701,
0.018902665004134178,
0.015346460044384003,
0.0031214612536132336,
0.008773132227361202,
0.000040281742258230224,
0.00029535414068959653,
-0.0499086007475853,
-0.048726096749305725,
0.001994387712329626,
0.0857662782073021,
-0.031736306846141815,
-0.01893744431436062,
0.028640929609537125,
-0.002040035789832473,
0.060864146798849106,
-0.024763014167547226,
0.026780225336551666,
-0.0023737018927931786,
0.008438379503786564,
0.0637856274843216,
-0.035649001598358154,
0.0050821565091609955,
0.024763014167547226,
0.015729034319519997,
0.017841890454292297,
-0.0005591893568634987,
-0.025667281821370125,
0.026780225336551666,
-0.049734704196453094,
-0.029579976573586464,
0.04816962778568268,
-0.042639683932065964,
-0.003938779700547457,
0.07129800319671631,
0.017485400661826134,
-0.008342735469341278,
-0.004414824303239584,
-0.02533687651157379,
-0.02613680437207222,
0.06479423493146896,
0.024884741753339767,
-0.047787051647901535,
0.08701834082603455,
-0.0023171850480139256,
0.02608463540673256,
-0.06851564347743988,
0.02305881679058075,
-0.00947741698473692,
0.04135284200310707,
0.03797923028469086,
0.017572348937392235,
0.03304053843021393,
0.010512107983231544,
-0.0022693632636219263,
0.003721407847478986,
0.0785321444272995,
-0.014198736287653446,
-0.015476883389055729,
0.04295269772410393,
0.07408036291599274,
0.09731307625770569,
0.008386210538446903,
-0.005295180715620518,
0.07588890194892883,
-0.02728452906012535,
-0.06907211244106293,
0.05749053508043289,
0.03895305469632149,
0.011955457739531994,
-0.06048157438635826,
0.012955368496477604,
-0.00400399137288332,
0.07129800319671631,
0.015815984457731247,
0.016781115904450417,
0.01301623322069645,
0.0030736394692212343,
-0.039892103523015976,
-0.072410948574543,
0.04030945524573326,
0.04900433495640755,
0.02213715948164463,
-0.046674106270074844,
0.043752629309892654,
-0.07748875766992569,
0.011677221395075321,
0.022519735619425774,
0.03107549622654915,
-0.08340127021074295,
0.00856010802090168,
0.006542895920574665,
0.015876848250627518,
-0.032623182982206345,
-0.033701349049806595,
0.044761233031749725,
0.10120838135480881,
0.044761233031749725,
0.023823967203497887,
0.012833640910685062,
-0.06702012568712234,
0.07414992153644562,
0.07707139849662781,
-0.027927950024604797,
0.001883528078906238,
-0.016746336594223976,
0.07331521809101105,
-0.06987204402685165,
0.0007890601991675794,
-0.010068668983876705,
-0.0378401093184948,
-0.01211196556687355,
0.05856870114803314,
0.015755118802189827,
0.01598988100886345,
0.02500646933913231,
0.024849962443113327,
-0.021737195551395416,
0.024763014167547226,
-0.0900789424777031,
-0.01109466515481472,
-0.029093062505126,
-0.0362054742872715,
-0.022711021825671196,
0.01552035752683878,
0.029736483469605446,
-0.012677133083343506,
-0.025493383407592773,
0.04302226006984711,
-0.036761946976184845,
0.015450798906385899,
-0.057838331907987595,
-0.006012508179992437,
-0.023493561893701553,
0.026397651061415672,
-0.02617158368229866,
0.01208588108420372,
-0.04305703938007355,
-0.008377515710890293,
0.011355510912835598,
-0.028866996988654137,
0.03022339753806591,
0.059925101697444916,
0.004247447941452265,
0.033823076635599136,
-0.06142061948776245,
-0.05940340831875801,
-0.0033714391756802797,
-0.01718977466225624,
-0.03916173055768013,
0.002721496857702732,
0.06263790279626846,
-0.015850763767957687,
-0.0036605438217520714,
-0.0403442345559597,
0.02118072286248207,
-0.0603424571454525,
0.033788297325372696,
0.027562763541936874,
-0.032675351947546005,
0.0016868064412847161,
-0.024832572788000107,
-0.028640929609537125,
0.03493602201342583,
-0.014659564942121506,
-0.0033996973652392626,
-0.014103093184530735,
0.002271536970511079,
0.023893525823950768,
0.01806795783340931,
0.04236144572496414,
0.032066710293293,
0.0035670739598572254,
-0.011764170601963997,
-0.041804976761341095,
0.07296741753816605,
0.036727167665958405,
0.007599323522299528,
-0.04650020971894264,
0.06462033838033676,
0.03839658200740814,
0.015337765216827393,
-0.04910867288708687,
0.0344838872551918,
-0.06044679507613182,
0.04643065109848976,
0.02029384672641754,
-0.039648644626140594,
-0.004419171717017889,
0.002699759788811207,
-0.019459137693047523,
0.023302273824810982,
-0.06472467631101608,
-0.02519775740802288,
-0.05467339605093002,
0.017650602385401726,
0.025771619752049446,
0.045700281858444214,
-0.004630022682249546,
-0.026519378647208214,
0.02111116424202919,
0.014885631389915943,
0.03243189677596092,
0.0025475993752479553,
-0.003238842124119401,
-0.010181702673435211,
0.08207964897155762,
0.004390913527458906,
0.0021932830568403006,
-0.03105810470879078,
-0.03323182463645935,
-0.05244750529527664,
0.02210238017141819,
-0.002097639488056302,
-0.0011368553387001157,
0.005982076283544302,
0.0006412472575902939,
-0.07366301119327545,
0.043648287653923035,
-0.05363000929355621,
0.023458782583475113,
-0.019667815417051315,
-0.034588225185871124,
-0.012694522738456726,
0.05453427881002426,
0.010520802810788155,
0.014937801286578178,
-0.005408214405179024,
0.009633924812078476,
-0.009173097088932991,
0.005234316922724247,
0.028467031195759773,
-0.08152318000793457,
0.03624025359749794,
-0.08903555572032928,
-0.03596201539039612,
0.01550296787172556,
0.05119544267654419,
0.006208143197000027,
0.018502701073884964,
0.03424043208360672,
0.046882785856723785,
-0.04566550254821777,
0.0035931584425270557,
-0.050812870264053345,
-0.027910560369491577,
-0.008507938124239445,
0.009494807571172714,
0.03832702338695526,
0.01909395307302475,
0.014642175287008286,
-0.013233604840934277,
0.01313796080648899,
-0.04803050681948662,
0.0027845348231494427,
0.011033800430595875,
-0.036796726286411285,
-0.022711021825671196,
0.037700992077589035,
0.022450175136327744,
-0.02500646933913231,
-0.008112321607768536,
0.015424714423716068,
0.02307620644569397,
0.0066950563341379166,
-0.023841356858611107,
-0.02217194065451622,
0.03512730821967125,
0.0060820672661066055,
-0.010659920983016491,
0.0007450424018315971,
0.032710131257772446,
-0.05522986873984337,
-0.058812156319618225,
0.02305881679058075,
-0.015711644664406776,
0.023754408583045006,
-0.02613680437207222,
-0.015216036699712276,
0.014390023425221443,
-0.013694433495402336,
-0.03752709552645683,
-0.04451777786016464,
0.00531691825017333,
0.04723057895898819,
-0.012668438255786896,
0.026884563267230988,
-0.024589115753769875,
0.008229702711105347,
0.0070558940060436726,
0.0011814165627583861,
-0.005560374818742275,
0.010999021120369434,
0.009938245639204979,
-0.009825212880969048,
-0.07762787491083145,
0.012398896738886833,
0.011911983601748943,
-0.05749053508043289,
-0.011007715947926044,
-0.013416197150945663,
-0.008655751124024391,
0.035683780908584595,
0.024380439892411232,
0.008855734020471573,
0.034675173461437225,
-0.0019606950227171183,
0.0029671271331608295,
0.04855220019817352,
0.007842780090868473,
0.042778801172971725,
-0.036727167665958405,
-0.04420476034283638,
-0.009503502398729324,
0.03891827538609505,
0.036657609045505524,
-0.024449998512864113,
-0.014294380322098732,
0.0006646147812716663,
-0.036588046699762344,
0.026901952922344208,
0.003075813176110387,
-0.024328269064426422,
-0.03606635704636574,
-0.015198647044599056,
0.007164579816162586,
0.005425604060292244,
0.0017215858679264784,
0.050604190677404404,
0.022711021825671196,
0.05150846019387245,
0.03323182463645935,
-0.046674106270074844,
0.023684848099946976,
0.029475636780261993,
-0.04044857248663902,
0.03199715167284012,
0.003482298692688346,
0.015146478079259396,
-0.049873821437358856,
0.0018683120142668486,
0.006981987506151199,
-0.005169105250388384,
0.052238829433918,
-0.008912250399589539,
0.04403086379170418,
0.13084052503108978,
0.03159718960523605,
0.022571904584765434,
-0.06406386196613312,
0.008838343434035778,
0.04333527386188507,
-0.007647145539522171,
-0.017824500799179077,
-0.03218844160437584,
-0.022345837205648422,
0.026745446026325226,
0.015363849699497223,
0.03610113635659218,
-0.05161279812455177,
-0.0623248890042305,
-0.0011672874679788947,
-0.01607682928442955,
-0.02728452906012535,
0.003195367753505707,
0.02396308444440365,
-0.0068776486441493034,
-0.009720874018967152,
-0.03311009705066681,
-0.021458959206938744,
0.005721230059862137,
-0.05251706391572952,
0.012329337187111378,
0.0027845348231494427,
-0.029649535194039345,
-0.04010077938437462,
-0.040761590003967285,
0.0032888378482311964,
0.0014726950321346521,
-0.0012172829592600465,
-0.04030945524573326,
-0.005408214405179024,
-0.026432430371642113,
-0.001052623731084168,
-0.019737374037504196,
0.032066710293293,
0.03211887925863266,
0.04107460379600525,
0.0019313498632982373,
-0.018572259694337845,
-0.0444829985499382,
0.02912784181535244,
0.026815004646778107,
-0.021945873275399208,
0.0419788733124733,
0.009764348156750202,
-0.04013555869460106,
0.058742597699165344,
-0.027754051610827446,
-0.04650020971894264,
-0.0626726821064949,
-0.039683423936367035,
-0.019737374037504196,
0.01696370728313923,
0.009338299743831158,
0.01595510169863701,
0.0362054742872715,
0.009381773881614208,
0.007838432677090168,
0.017876669764518738,
0.004921301268041134,
0.06002943962812424,
0.034796904772520065,
0.052934419363737106,
-0.04542204365134239,
0.04848264157772064,
0.06218577176332474,
0.02902350388467312,
0.030866818502545357,
-0.0481000654399395,
-0.003473603865131736,
0.004912606440484524,
0.0009352428605780005,
0.00581252621486783,
0.04945646971464157,
-0.02229366824030876,
0.014868241734802723,
0.0034453454427421093,
-0.0423266664147377,
0.058186125010252,
-0.010407769121229649,
0.028849607333540916,
-0.01812012679874897,
-0.04138762131333351,
0.05116066336631775,
-0.02606724575161934,
0.0212502833455801,
0.02902350388467312,
-0.02298925817012787,
-0.008307956159114838,
-0.02008516900241375,
0.01405961811542511,
-0.03888349607586861,
-0.0010075190803036094,
-0.04733491688966751,
-0.08604452013969421,
0.04305703938007355,
0.023406611755490303,
-0.030449464917182922,
-0.018485311418771744,
0.09390468895435333,
0.005429951474070549,
0.03531859442591667,
0.017859280109405518,
0.03954430669546127,
0.06548982113599777,
0.026606326922774315,
0.043613508343696594,
-0.009616535156965256,
0.03394480422139168,
0.033770907670259476,
-0.00011303342034807429,
-0.0016118130879476666,
0.019789543002843857,
-0.03011905960738659,
-0.012477150186896324,
0.01810273714363575,
-0.03302314877510071,
0.018711378797888756,
0.048934776335954666,
0.00023476171190850437,
-0.026467209681868553,
-0.05307353660464287,
-0.0069993771612644196,
0.0019106995314359665,
0.01114683412015438,
-0.07686272263526917,
-0.04841308295726776,
-0.030971156433224678,
0.013868330977857113,
-0.01205110177397728,
0.02622375264763832,
-0.02733669802546501,
0.01114683412015438,
0.06305525451898575,
0.024884741753339767,
-0.004253969062119722,
0.092235267162323,
-0.05345611274242401,
0.05696884170174599,
-0.04316137731075287,
0.016407234594225883,
0.022711021825671196,
0.0018824412254616618,
-0.03888349607586861,
0.024867352098226547,
-0.09014850109815598,
0.03930085152387619,
0.05613413453102112,
-0.017528874799609184,
-0.034657783806324005,
-0.010051279328763485,
-0.02396308444440365,
0.017354976385831833,
-0.033666569739580154,
-0.0399964414536953,
0.0024019600823521614,
-0.03145806863903999,
0.04128328338265419,
0.0669853463768959,
-0.0012531493557617068,
0.0005045746802352369,
-0.0998172014951706,
0.019754763692617416,
0.009268740192055702,
-0.06785482913255692,
-0.026362871751189232,
-0.018554870039224625,
-0.021789364516735077,
-0.028675708919763565,
-0.0023389223497360945,
-0.023476172238588333,
0.005816873628646135,
0.027614934369921684,
0.015120393596589565,
0.10009544342756271,
0.02424132078886032,
-0.023771798238158226,
0.018711378797888756,
0.02634548209607601,
0.0061385841108858585,
0.025441214442253113,
-0.02618897333741188,
0.06994160264730453,
-0.01159896794706583,
0.002075902186334133,
0.03624025359749794,
-0.019372189417481422,
0.004360481631010771,
-0.07644537091255188,
-0.009338299743831158,
-0.04656976833939552,
-0.01251193042844534,
0.0024150025565177202,
-0.04855220019817352,
-0.03909217193722725,
-0.048830438405275345,
0.010068668983876705,
0.003175804391503334,
0.02808445692062378,
-0.02512819878757,
-0.11345077306032181,
0.010416463948786259,
-0.026606326922774315,
-0.010216481983661652,
-0.038640040904283524,
-0.012468455359339714,
-0.022884920239448547,
-0.05700362101197243,
-0.004921301268041134,
-0.02105899527668953,
0.00018028286285698414,
0.04750881716609001,
-0.020693810656666756,
-0.034623004496097565,
0.005421256646513939,
-0.09390468895435333,
0.06528114527463913,
-0.012972758151590824,
-0.008912250399589539,
0.027945339679718018,
0.003582289908081293,
0.013181435875594616,
0.03507513925433159,
-0.01209457591176033,
-0.008112321607768536,
-0.0031627619173377752,
0.045839399099349976,
-0.011164223775267601,
0.012416286394000053,
0.04726535826921463,
-0.024676064029335976,
-0.056690607219934464,
0.02705846168100834,
0.01617247425019741,
-0.03307531774044037,
0.041596297174692154,
0.028727877885103226,
-0.017563654109835625,
-0.023719627410173416,
0.03304053843021393,
-0.038535699248313904,
0.0023432697635143995,
0.0020998131949454546,
-0.06229010969400406,
-0.03804878890514374,
-0.08270568400621414,
0.023371832445263863,
-0.030971156433224678,
-0.01307709701359272,
0.08451421558856964,
0.005747314542531967,
-0.028467031195759773,
-0.04632631316781044,
-0.0543951578438282,
0.002828009193763137,
-0.018294023349881172,
0.013364028185606003,
-0.04823918640613556,
0.05150846019387245,
0.024745624512434006,
0.03545771539211273,
0.022328447550535202,
-0.09230482578277588,
-0.04229188710451126,
0.013398807495832443,
0.019963441416621208,
-0.025475993752479553,
0.0008287305827252567,
-0.06462033838033676,
0.0110772754997015,
0.01061644684523344,
0.03498819097876549,
0.0023041428066790104,
-0.058846935629844666,
-0.013364028185606003,
0.01813751645386219,
-0.0058907801285386086,
0.025441214442253113,
-0.021858924999833107,
0.0358576774597168,
0.023737017065286636,
0.024554336443543434,
0.03105810470879078,
0.053943026810884476,
-0.03411870449781418,
0.013833551667630672,
0.05436037853360176,
-0.0159464068710804,
0.016555048525333405,
0.02405003271996975,
-0.030762480571866035,
0.010329515673220158,
0.016798505559563637,
-0.03001471981406212,
0.04316137731075287,
0.010929462499916553,
0.0020389489363878965,
-0.03349267318844795,
-0.009173097088932991,
-0.002425871090963483,
-0.012659742496907711,
0.0150421392172575,
0.019372189417481422,
-0.0007901470526121557,
-0.04597851634025574,
-0.011190308257937431,
-0.019633036106824875,
-0.009416553191840649,
-0.04260490462183952,
-0.04427431896328926,
0.018433142453432083,
-0.031527627259492874,
0.03700540214776993,
-0.02097204700112343,
0.051682356745004654,
0.04945646971464157,
0.027441035956144333,
0.04326571524143219,
0.043891746550798416,
0.039648644626140594,
-0.021615467965602875,
0.01794622838497162,
-0.033701349049806595,
-0.016781115904450417,
-0.008947029709815979,
0.009738263674080372,
-0.038674820214509964,
0.02512819878757,
0.01810273714363575,
0.02928435057401657,
0.0026758487801998854,
-0.012755386531352997,
-0.03943996876478195,
-0.006973292678594589,
0.010894682258367538,
-0.007642798125743866,
0.015155172906816006,
0.08187097311019897,
-0.005477773491293192
] |
8,969 | sentencepiece | ResetVocabulary | null | def ResetVocabulary(self):
return _sentencepiece.SentencePieceProcessor_ResetVocabulary(self)
| (self) | [
-0.0376926064491272,
0.012561359442770481,
-0.007883895188570023,
-0.04997255280613899,
-0.022274455055594444,
-0.005496127996593714,
-0.007410605438053608,
0.006834982894361019,
0.12047989666461945,
0.06719858199357986,
-0.05092765763401985,
-0.03129680082201958,
-0.014957654289901257,
0.03428151085972786,
-0.06054694950580597,
0.029540088027715683,
0.008114144206047058,
0.010105370543897152,
0.011239560320973396,
-0.05867084488272667,
0.0008303885697387159,
0.01703842356801033,
0.0216604582965374,
-0.022206231951713562,
-0.0018846302991732955,
-0.046732012182474136,
-0.006792344152927399,
-0.057579293847084045,
-0.020193686708807945,
-0.03257596492767334,
-0.00397819047793746,
-0.001838793745264411,
-0.023655949160456657,
0.020415406674146652,
-0.003310894826427102,
-0.028943147510290146,
-0.012945108115673065,
-0.021728679537773132,
0.05045010522007942,
-0.0018451896030455828,
-0.013704076409339905,
-0.04059203714132309,
0.0018505194457247853,
-0.018232306465506554,
-0.031876690685749054,
0.011179866269230843,
0.03721505403518677,
0.05652185529470444,
0.01242491602897644,
0.010983727872371674,
-0.006775288842618465,
0.053520090878009796,
0.0021031536161899567,
0.007402077782899141,
-0.021609291434288025,
0.00269689760170877,
-0.003351401537656784,
-0.011546558700501919,
0.04819878190755844,
0.006122916471213102,
0.028499703854322433,
0.02873848006129265,
-0.008233532309532166,
-0.009363457560539246,
0.09278180450201035,
0.010736423544585705,
0.027527542784810066,
0.04959733039140701,
0.04151303321123123,
0.03721505403518677,
-0.08991648256778717,
-0.022632619366049767,
-0.009056459181010723,
0.0293695330619812,
0.028277983888983727,
-0.0037372817751020193,
-0.010361202992498875,
0.018488138914108276,
-0.003647740464657545,
-0.013192412443459034,
0.014701821841299534,
0.056624189019203186,
-0.0331217385828495,
0.054099977016448975,
-0.025583216920495033,
-0.004558076616376638,
0.05751107260584831,
0.0160918440669775,
0.017720641568303108,
-0.02305900678038597,
0.004694520495831966,
0.04086492583155632,
-0.0065024010837078094,
-0.03470790013670921,
-0.020381296053528786,
-0.022632619366049767,
-0.035816505551338196,
-0.05266731604933739,
-0.035168394446372986,
-0.0822756290435791,
-0.048164669424295425,
0.07838697731494904,
0.00652372045442462,
0.030631639063358307,
0.022376786917448044,
-0.005948097910732031,
-0.027288764715194702,
-0.009713094681501389,
0.034690842032432556,
0.03141619265079498,
-0.03003469668328762,
0.021694568917155266,
0.012817191891372204,
0.019545577466487885,
-0.02776631899178028,
-0.009167319163680077,
-0.03170613572001457,
-0.004223363008350134,
0.019272690638899803,
0.007969172671437263,
-0.005142226815223694,
0.00017988200124818832,
-0.046186234802007675,
-0.03994392976164818,
0.012910997495055199,
0.0196820218116045,
0.0137978820130229,
0.04253636300563812,
0.04321858286857605,
0.012459026649594307,
-0.03330934792757034,
0.012348166666924953,
-0.02553205005824566,
0.007896686904132366,
0.02815859392285347,
-0.04001215100288391,
0.029352478682994843,
-0.022291509434580803,
-0.023195451125502586,
0.034793175756931305,
-0.011418642476201057,
0.020108409225940704,
0.03032463975250721,
0.03990982100367546,
0.0052019208669662476,
0.026487158611416817,
0.01787414215505123,
0.012211722321808338,
0.00039440792170353234,
0.039022933691740036,
-0.030938638374209404,
0.036396391689777374,
-0.03296823799610138,
-0.05178043246269226,
-0.01695314608514309,
0.04662967845797539,
-0.026299547404050827,
-0.03116035833954811,
0.005666682496666908,
-0.02607782557606697,
0.011171338148415089,
0.012817191891372204,
-0.02918192371726036,
-0.03830660507082939,
-0.007052440196275711,
0.014983237721025944,
0.032439518719911575,
-0.02391177974641323,
-0.01768653094768524,
0.016799645498394966,
0.0007083353120833635,
-0.007888158783316612,
-0.07743187248706818,
-0.007730395533144474,
0.004575131926685572,
0.054099977016448975,
-0.00847230851650238,
0.013166829012334347,
-0.008740932680666447,
0.032251909375190735,
-0.023297782987356186,
0.0023920307867228985,
-0.09967221319675446,
-0.024815721437335014,
0.019426189363002777,
-0.01630503684282303,
0.00875798799097538,
0.06085394695401192,
-0.030017642304301262,
-0.0017972210189327598,
0.00727416155859828,
-0.04427602142095566,
0.07770475745201111,
-0.0056880018673837185,
-0.011657419614493847,
-0.00769628444686532,
-0.017771808430552483,
-0.03871593624353409,
-0.001478496822528541,
-0.08698293566703796,
0.03568005934357643,
-0.0021330006420612335,
0.023331893607974052,
0.005172073841094971,
-0.03847716003656387,
0.046732012182474136,
-0.022820230573415756,
-0.001174696022644639,
-0.058602623641490936,
-0.018948636949062347,
0.011069005355238914,
-0.02711820974946022,
0.0410354807972908,
-0.03155263513326645,
0.03003469668328762,
-0.06866535544395447,
-0.001117133884690702,
-0.019937854260206223,
-0.03973926603794098,
0.012740442529320717,
-0.014514211565256119,
0.018283473327755928,
-0.03182552382349968,
-0.056180745363235474,
-0.046459123492240906,
0.0174392256885767,
-0.036294057965278625,
-0.030938638374209404,
-0.04550401493906975,
-0.00979837216436863,
-0.0019102136138826609,
0.009943343698978424,
-0.01864163763821125,
-0.018436972051858902,
0.021029405295848846,
0.007909477688372135,
-0.00838276743888855,
-0.02466222085058689,
0.011606252752244473,
0.003779920283704996,
-0.007713340222835541,
-0.038101937621831894,
0.02778337337076664,
0.036669276654720306,
0.009474318474531174,
0.13630738854408264,
-0.005355420056730509,
-0.01172564085572958,
0.044310133904218674,
0.027425209060311317,
0.030546361580491066,
-0.08179807662963867,
-0.03690805658698082,
0.008442461490631104,
0.09551067650318146,
-0.01997196488082409,
-0.03550950437784195,
0.027663985267281532,
-0.020466573536396027,
0.020875904709100723,
0.005120907444506884,
0.049563221633434296,
-0.04400313273072243,
0.020227797329425812,
0.023860614746809006,
0.02091001719236374,
0.053349535912275314,
0.06075161322951317,
0.032064300030469894,
-0.0024325374979525805,
-0.027476375922560692,
0.021796900779008865,
-0.01430954597890377,
-0.017183395102620125,
-0.008369975723326206,
0.0635145977139473,
0.014454517513513565,
0.0027672513388097286,
-0.008020338602364063,
0.03980748727917671,
0.07074612379074097,
0.01375524327158928,
0.028005095198750496,
0.05989883840084076,
0.018249360844492912,
0.010668201372027397,
-0.00416793255135417,
-0.060785725712776184,
0.014744460582733154,
-0.023604782298207283,
0.055873747915029526,
0.09257713705301285,
0.07258811593055725,
0.012612526305019855,
0.026964711025357246,
-0.006412860006093979,
-0.079137422144413,
-0.0008884838316589594,
0.004651881754398346,
0.003253332572057843,
-0.03339462727308273,
-0.025003330782055855,
-0.003598705865442753,
0.0234342273324728,
-0.001610676757991314,
0.002118077129125595,
0.04461713135242462,
0.05491863936185837,
0.08841560035943985,
-0.04066025838255882,
-0.05000666156411171,
-0.002230003708973527,
-0.014121935702860355,
0.021796900779008865,
0.02345128171145916,
0.003858801908791065,
0.03237129747867584,
-0.016313565894961357,
0.0376926064491272,
0.06771025061607361,
-0.020108409225940704,
-0.007994755171239376,
0.045060575008392334,
0.0035539353266358376,
0.013277689926326275,
-0.043184470385313034,
-0.035441283136606216,
-0.03475906327366829,
-0.001992293167859316,
-0.024423444643616676,
0.011529503390192986,
-0.039364043623209,
-0.01242491602897644,
0.012228777632117271,
-0.05195098742842674,
-0.025395607575774193,
0.05055243894457817,
0.005082532297819853,
0.0018110786331817508,
-0.01646706461906433,
0.007129190023988485,
0.027049988508224487,
-0.01986963301897049,
-0.04925622045993805,
0.05188276618719101,
0.0574769601225853,
0.008532002568244934,
-0.008885904215276241,
0.058329734951257706,
-0.006604733876883984,
0.01158919744193554,
0.004253210034221411,
0.08370828628540039,
0.049017444252967834,
0.019801409915089607,
-0.039329931139945984,
0.02571966126561165,
0.06443559378385544,
-0.03274651989340782,
-0.03847716003656387,
-0.01947735622525215,
0.07825053483247757,
-0.04564046114683151,
0.01903391443192959,
0.013857576064765453,
-0.053042538464069366,
-0.0040634674951434135,
-0.03492961823940277,
-0.02372417040169239,
-0.0021564520429819822,
0.006412860006093979,
-0.05386120080947876,
-0.06576592475175858,
-0.001351646613329649,
0.019903743639588356,
0.0004234555526636541,
-0.03745383024215698,
0.014846793375909328,
0.04465124383568764,
0.00796064455062151,
0.07299744337797165,
0.00009633680019760504,
-0.0016383918700739741,
0.018147028982639313,
0.0005841501406393945,
0.01497470960021019,
-0.0470731183886528,
0.017754752188920975,
0.03080219402909279,
-0.008817682042717934,
-0.012467554770410061,
-0.012697803787887096,
-0.012194667011499405,
0.049870219081640244,
0.04294569417834282,
0.022189177572727203,
-0.03690805658698082,
-0.047209564596414566,
0.01816408522427082,
-0.03533894941210747,
0.023945892229676247,
0.04659556597471237,
-0.07408899813890457,
0.005969417281448841,
-0.045333459973335266,
0.016620563343167305,
-0.032439518719911575,
0.0451970174908638,
-0.03069986030459404,
-0.036294057965278625,
0.026913544163107872,
0.04471946507692337,
0.006306263152509928,
-0.04611801356077194,
0.019699078053236008,
-0.02655537985265255,
0.015119681134819984,
0.04390080273151398,
0.07306566834449768,
0.06344638019800186,
-0.005803126376122236,
0.08036541193723679,
0.06794902682304382,
0.04587923735380173,
0.042604584246873856,
0.0370786115527153,
-0.0376926064491272,
-0.013942853547632694,
-0.01050617452710867,
-0.04959733039140701,
-0.029164867475628853,
-0.037999603897333145,
-0.007521465886384249,
-0.03550950437784195,
-0.04444657638669014,
0.01703842356801033,
-0.016833757981657982,
-0.02911370061337948,
-0.07838697731494904,
0.09209958463907242,
0.03861360251903534,
-0.02664065733551979,
0.043627914041280746,
0.04604979231953621,
0.08766515552997589,
0.014070769771933556,
-0.05386120080947876,
0.04649323225021362,
-0.030563417822122574,
0.005321309436112642,
-0.04993844032287598,
0.05638541281223297,
-0.0070950789377093315,
-0.00866844691336155,
0.03782905265688896,
0.029250144958496094,
-0.03571417182683945,
0.006195402704179287,
-0.02317839488387108,
0.006992746144533157,
0.011845029890537262,
0.060137614607810974,
-0.05048421397805214,
0.011913251131772995,
0.04076259210705757,
0.02684532292187214,
-0.06139972060918808,
-0.020824739709496498,
0.0000495341737405397,
0.003136076033115387,
-0.036566946655511856,
-0.011742697097361088,
0.004370466340333223,
-0.07190589606761932,
-0.00795638095587492,
0.02672593481838703,
-0.027646930888295174,
-0.025156831368803978,
0.010906978510320187,
-0.008395559154450893,
-0.009482845664024353,
-0.03585061430931091,
-0.0284314826130867,
-0.005705057643353939,
-0.05413408949971199,
-0.018965691328048706,
-0.023860614746809006,
0.004266001284122467,
-0.004037884529680014,
-0.010045676492154598,
-0.005044157616794109,
-0.031245635822415352,
-0.048744555562734604,
-0.026128992438316345,
0.020364241674542427,
-0.04857400059700012,
-0.01770358718931675,
0.026487158611416817,
-0.008920014835894108,
-0.027817485854029655,
0.027476375922560692,
0.024508722126483917,
-0.07449832558631897,
-0.01072789542376995,
0.008894432336091995,
-0.007994755171239376,
-0.02062007412314415,
0.0003661598020698875,
-0.019716132432222366,
-0.06139972060918808,
-0.027476375922560692,
-0.049870219081640244,
0.02184806764125824,
-0.042604584246873856,
0.018129972741007805,
-0.0007232588832266629,
-0.004370466340333223,
0.01836875081062317,
0.043934911489486694,
0.01035267487168312,
-0.08534561097621918,
0.023468337953090668,
-0.01731983758509159,
-0.006626053247600794,
-0.05058654770255089,
-0.011376003734767437,
-0.09332757443189621,
-0.021421680226922035,
0.044105466455221176,
-0.021336402744054794,
0.041376590728759766,
-0.02015957608819008,
0.028550870716571808,
0.018283473327755928,
0.01492354366928339,
0.017601253464818,
-0.02618015930056572,
-0.08132051676511765,
0.07606743276119232,
0.055327970534563065,
-0.029045479372143745,
-0.060035284608602524,
-0.002965521300211549,
0.04171770066022873,
-0.023110173642635345,
0.053042538464069366,
-0.001028658589348197,
0.01893158070743084,
-0.053247202187776566,
0.04557223618030548,
-0.07763653993606567,
-0.04946088790893555,
0.04199058935046196,
-0.03786316141486168,
0.007645118050277233,
-0.003954738844186068,
0.01464212778955698,
0.015767790377140045,
0.052121542394161224,
0.004163668490946293,
-0.024798665195703506,
-0.008310281671583652,
0.046663787215948105,
-0.023212505504488945,
0.07681787759065628,
0.0529060922563076,
-0.03840893879532814,
-0.031672023236751556,
-0.007896686904132366,
-0.003466526046395302,
0.07026857137680054,
-0.04911977797746658,
0.0028248135931789875,
0.014156047254800797,
-0.037794940173625946,
0.056180745363235474,
0.044958241283893585,
-0.058909621089696884,
-0.04604979231953621,
0.026879433542490005,
-0.007645118050277233,
-0.0004956748452968895,
0.000822393863927573,
-0.06740324944257736,
-0.0030358750373125076,
0.007159037049859762,
0.041956476867198944,
0.027067044749855995,
-0.029045479372143745,
0.032524798065423965,
-0.025207996368408203,
0.10362908244132996,
0.026333658024668694,
-0.0011651023523882031,
-0.020023131743073463,
-0.014983237721025944,
0.06569769978523254,
-0.06085394695401192,
-0.022257398813962936,
0.024696333333849907,
0.01539256889373064,
0.0346737876534462,
0.02947186678647995,
0.04031915217638016,
0.02597549371421337,
0.02184806764125824,
-0.019699078053236008,
0.07299744337797165,
0.07115545868873596,
0.020193686708807945,
-0.05515741556882858,
-0.04301391541957855,
0.013260634616017342,
-0.02128523774445057,
0.024031169712543488,
-0.031791411340236664,
0.03806782886385918,
-0.05471397563815117,
0.024730443954467773,
0.004086919128894806,
-0.02541266195476055,
-0.01289394125342369,
-0.05215565115213394,
-0.023417171090841293,
-0.02739109843969345,
-0.0237412266433239,
-0.018522249534726143,
0.03250773996114731,
0.005363947711884975,
-0.041683588176965714,
-0.002251323079690337,
-0.05563497170805931,
-0.00694157974794507,
0.0040719956159591675,
0.008152518421411514,
0.0348784513771534,
-0.032064300030469894,
-0.01505998708307743,
0.013610271736979485,
0.018812192603945732,
0.03745383024215698,
0.020688295364379883,
0.05850028991699219,
-0.002009348478168249,
-0.06208194047212601,
-0.0029612574726343155,
-0.048164669424295425,
0.009346402250230312,
0.024338167160749435,
0.016893452033400536,
-0.05225798487663269,
-0.02157518081367016,
-0.019136246293783188,
-0.009218486025929451,
-0.043082136660814285,
-0.0020285360515117645,
0.035918835550546646,
-0.04550401493906975,
0.026606546714901924,
-0.027237599715590477,
-0.023007839918136597,
0.005696529522538185,
-0.013311800546944141,
0.03261007368564606,
0.053622424602508545,
0.006272152066230774,
0.00946579035371542,
0.08084296435117722,
-0.03117741458117962,
-0.007564104627817869,
0.04096725955605507,
-0.004634826444089413,
-0.005257351323962212,
-0.005334100686013699,
-0.03598706051707268,
0.03530484065413475,
0.026026660576462746,
0.014062241651117802,
0.07927386462688446,
0.026248380541801453,
-0.07627210021018982,
0.05594196915626526,
-0.015315819531679153,
-0.07136011868715286,
-0.023229561746120453,
0.059284843504428864,
-0.08404939621686935,
0.008122671395540237,
-0.029147813096642494,
-0.07047323882579803,
-0.07299744337797165,
-0.04471946507692337,
-0.020278964191675186,
-0.007022593170404434,
-0.019153302535414696,
0.028380315750837326,
0.005317045375704765,
-0.12928052246570587,
0.008783571422100067,
0.029403643682599068,
0.036669276654720306,
-0.006472554057836533,
-0.025105664506554604,
-0.023127228021621704,
-0.014070769771933556,
-0.0026478630024939775,
0.004579395987093449,
0.0066900113597512245,
-0.06436737626791,
0.06232071667909622,
0.07504410296678543,
-0.02674298919737339,
0.000808536249678582,
0.022564398124814034,
0.04635678976774216,
0.005035629961639643,
-0.04642501100897789,
-0.037146832793951035,
0.012774553149938583,
0.006336110178381205,
0.00381403136998415,
-0.021813957020640373,
-0.007947852835059166,
0.04594745859503746,
0.04973377287387848,
0.017959417775273323,
-0.04257047548890114,
0.024269945919513702,
-0.015409624204039574,
-0.01685933955013752,
-0.0071760923601686954,
-0.08514095097780228,
-0.008570377714931965,
-0.030273474752902985,
0.028755536302924156,
-0.05594196915626526,
0.04574279114603996,
0.036396391689777374,
0.04396902397274971,
-0.016492648050189018,
-0.03492961823940277,
-0.0002811489102896303,
-0.003965398762375116,
0.005031365901231766,
-0.012706330977380276,
-0.012936579994857311,
0.01313271839171648,
-0.008877376094460487,
-0.00979837216436863,
0.05406586453318596,
0.021234070882201195,
-0.0037500732578337193,
0.0003698906803037971,
0.0246792770922184,
0.009858066216111183,
0.023673003539443016,
0.034332677721977234,
0.011947362683713436,
-0.03823838382959366,
0.05300842598080635,
-0.0037905799690634012,
-0.025821994990110397,
0.012075278908014297,
0.018778081983327866,
0.03448617830872536,
0.02391177974641323,
0.04888100177049637,
-0.033940400928258896
] |
8,970 | sentencepiece | SampleEncodeAndScore | SampleEncodeAndScore text input to segmented ids or tokens.
Args:
input: input string. accepsts list of string.
out_type: output type. int or str or 'serialized_proto' or 'immutable_proto'
add_bos: Add <s> to the result (Default = false)
add_eos: Add </s> to the result (Default = false) <s>/</s> is added after reversing (if enabled).
reverse: Reverses the tokenized sequence (Default = false)
emit_unk_piece: Emits the unk literal string (Default = false)
num_samples: How many samples to return (Default = 1)
alpha: inverse temperature for sampling
wor: whether to sample without replacement (Default = false)
include_best: whether to include the best tokenization, requires wor=True (Default = false)
| def SampleEncodeAndScore(self,
input,
out_type=None,
add_bos=None,
add_eos=None,
reverse=None,
emit_unk_piece=None,
num_samples=None,
alpha=None,
wor=None,
include_best=None):
"""SampleEncodeAndScore text input to segmented ids or tokens.
Args:
input: input string. accepsts list of string.
out_type: output type. int or str or 'serialized_proto' or 'immutable_proto'
add_bos: Add <s> to the result (Default = false)
add_eos: Add </s> to the result (Default = false) <s>/</s> is added after reversing (if enabled).
reverse: Reverses the tokenized sequence (Default = false)
emit_unk_piece: Emits the unk literal string (Default = false)
num_samples: How many samples to return (Default = 1)
alpha: inverse temperature for sampling
wor: whether to sample without replacement (Default = false)
include_best: whether to include the best tokenization, requires wor=True (Default = false)
"""
if out_type is None:
out_type = self._out_type
if add_bos is None:
add_bos = self._add_bos
if add_eos is None:
add_eos = self._add_eos
if reverse is None:
reverse = self._reverse
if emit_unk_piece is None:
emit_unk_piece = self._emit_unk_piece
if num_samples is None:
num_samples = 1
if alpha is None:
alpha = 1.
if wor is None:
wor = False
if include_best is None:
include_best = False
if num_samples <= 0:
raise RuntimeError('num_examples must be positive')
if include_best and not wor:
raise RuntimeError('When include_best is True, We must specify "wor = True".')
def _encode(text):
if out_type is int:
return self._SampleEncodeAndScoreAsIds(text, num_samples, alpha, wor, include_best,
add_bos, add_eos, reverse, emit_unk_piece)
if out_type is str:
return self._SampleEncodeAndScoreAsPieces(text, num_samples, alpha, wor, include_best,
add_bos, add_eos, reverse, emit_unk_piece)
if out_type == 'serialized_proto' or out_type == 'proto':
return self._SampleEncodeAndScoreAsSerializedProto(text, num_samples, alpha, wor, include_best,
add_bos, add_eos, reverse, emit_unk_piece)
if out_type == 'immutable_proto':
return self._SampleEncodeAndScoreAsImmutableProto(text, num_samples, alpha, wor, include_best,
add_bos, add_eos, reverse, emit_unk_piece)
raise RuntimeError('unknown output type')
if type(input) is list:
return [_encode(n) for n in input]
return _encode(input)
| (self, input, out_type=None, add_bos=None, add_eos=None, reverse=None, emit_unk_piece=None, num_samples=None, alpha=None, wor=None, include_best=None) | [
-0.01229347474873066,
-0.015423547476530075,
-0.04420207068324089,
-0.007090295199304819,
0.045762572437524796,
-0.006936059799045324,
-0.07889597862958908,
0.017328808084130287,
0.04721419885754585,
-0.005788366310298443,
0.014670515432953835,
0.03218984976410866,
-0.0013937896583229303,
0.022790558636188507,
0.03551045060157776,
0.022209908813238144,
0.02700028009712696,
-0.01350014004856348,
-0.022736122831702232,
-0.013472922146320343,
-0.03217170387506485,
0.026274466887116432,
-0.018299585208296776,
0.09522679448127747,
0.018163494765758514,
-0.0035451475996524096,
0.04685129225254059,
-0.06238371133804321,
-0.11177535355091095,
-0.0378149077296257,
0.06209338828921318,
-0.04939164221286774,
0.002193319145590067,
-0.023008303716778755,
-0.002124140039086342,
-0.06448857486248016,
-0.04329480603337288,
0.013935628347098827,
-0.03619997203350067,
-0.011104954406619072,
0.005838266108185053,
-0.06713779270648956,
-0.013391268439590931,
0.007394229993224144,
-0.001521941157989204,
0.056686073541641235,
-0.041407689452171326,
0.07998470216989517,
0.001066039316356182,
-0.055996548384428024,
-0.007548465393483639,
-0.09900102764368057,
-0.017582843080163002,
0.040210094302892685,
-0.018363093957304955,
-0.026655519381165504,
0.0011885204585269094,
0.028669651597738266,
0.07686369866132736,
0.012075730599462986,
0.05109730362892151,
0.03966573253273964,
0.03380478546023369,
0.05048036202788353,
-0.010569666512310505,
0.00912257470190525,
-0.022935722023248672,
-0.00684986962005496,
-0.03053862415254116,
0.036454007029533386,
0.019451815634965897,
-0.03175436332821846,
0.03447616472840309,
0.03933911770582199,
-0.0007830852409824729,
0.05389168858528137,
0.005166888236999512,
0.004568091593682766,
0.008678013458848,
0.010642247274518013,
0.08056535571813583,
0.04115365445613861,
0.027943838387727737,
-0.06510551273822784,
-0.009571671485900879,
-0.02054053544998169,
0.022427652031183243,
-0.021266350522637367,
-0.027671657502651215,
-0.010497084818780422,
-0.03864959627389908,
0.03015757165849209,
0.057303015142679214,
0.029576919972896576,
-0.022736122831702232,
-0.03177250549197197,
0.003740210086107254,
-0.05929900333285332,
0.01086906436830759,
-0.03973831608891487,
-0.041407689452171326,
0.06731924414634705,
-0.030665641650557518,
0.008587286807596684,
-0.01526931207627058,
0.01578645408153534,
0.008959266357123852,
-0.006555007770657539,
-0.020086901262402534,
0.02670995518565178,
-0.0023475545458495617,
-0.03962944447994232,
0.027490204200148582,
-0.04365771263837814,
0.021792564541101456,
-0.05759333819150925,
-0.008927511982619762,
0.08361376821994781,
-0.04899244382977486,
0.028470054268836975,
0.0048856353387236595,
0.021701838821172714,
-0.017483044415712357,
0.0071220495738089085,
-0.02649221010506153,
0.004044144880026579,
0.06031514331698418,
0.030774513259530067,
0.005983429029583931,
-0.04812146723270416,
0.01773707941174507,
0.025639379397034645,
-0.018390310928225517,
0.04387545585632324,
-0.016720939427614212,
-0.0020050611346960068,
0.017782442271709442,
-0.012474928051233292,
-0.000971343251876533,
-0.035347141325473785,
0.09479130804538727,
-0.00990736111998558,
0.06935152411460876,
-0.03641771525144577,
-0.00008604864706285298,
-0.004822126589715481,
0.02213732711970806,
-0.0182451494038105,
0.028578925877809525,
-0.02054053544998169,
0.01643061451613903,
-0.012447710148990154,
-0.004141676239669323,
-0.02690955437719822,
-0.0039216638542711735,
-0.02286314032971859,
0.0187985822558403,
-0.07867823541164398,
-0.004676963668316603,
0.0028261381667107344,
0.04282302409410477,
-0.0448915958404541,
0.04227866604924202,
0.029395466670393944,
0.00960796233266592,
0.06731924414634705,
0.003976099658757448,
0.0424601174890995,
0.005175961181521416,
-0.04155284911394119,
0.045653700828552246,
0.001803194172680378,
-0.03730683773756027,
0.02387928031384945,
0.010043450631201267,
-0.011531369760632515,
-0.0275264959782362,
0.032425738871097565,
-0.009889215230941772,
-0.012121093459427357,
0.0019166026031598449,
-0.001247492735274136,
-0.0495368055999279,
-0.018344948068261147,
-0.04623435065150261,
-0.02226434461772442,
0.04714161902666092,
0.04471014067530632,
0.03487536311149597,
-0.008805030956864357,
0.030121279880404472,
-0.016702793538570404,
-0.008809567429125309,
0.009095356799662113,
0.026855116710066795,
0.0032389448024332523,
-0.053057003766298294,
0.005733930505812168,
0.005643203854560852,
0.03278864547610283,
-0.0026968526653945446,
-0.0066910977475345135,
-0.004282302688807249,
-0.045363374054431915,
-0.03193581476807594,
-0.005529795307666063,
-0.016149360686540604,
0.034349147230386734,
-0.06681117415428162,
-0.042133502662181854,
0.007185558322817087,
-0.031010402366518974,
0.04652467742562294,
0.019669558852910995,
0.04884728044271469,
-0.02821601927280426,
0.015214875340461731,
0.00009632628643885255,
0.002980373566970229,
-0.024550657719373703,
0.016820739954710007,
0.0019347479101270437,
-0.003261626698076725,
0.00820169784128666,
0.03541972115635872,
0.002798920264467597,
0.036980222910642624,
0.013237032108008862,
-0.03770603612065315,
-0.03326042741537094,
0.03861330449581146,
-0.0067863608710467815,
0.023207902908325195,
0.01682981103658676,
-0.09072674810886383,
0.039193954318761826,
0.0184628926217556,
0.0008154066745191813,
-0.025730105116963387,
-0.03369591385126114,
-0.014933622442185879,
0.0057112486101686954,
-0.013336831703782082,
-0.06173047795891762,
-0.05596025660634041,
0.04772226884961128,
0.0659039095044136,
0.010052523575723171,
-0.006568616721779108,
0.03193581476807594,
0.017083846032619476,
-0.004309520591050386,
-0.015849962830543518,
-0.01780058816075325,
0.006328190676867962,
0.033949948847293854,
-0.030774513259530067,
-0.03326042741537094,
-0.00011383371747797355,
-0.01021583192050457,
-0.04206091910600662,
0.04794001206755638,
0.02456880360841751,
0.04097219929099083,
-0.025004291906952858,
-0.025439780205488205,
-0.0009849522029981017,
0.04645209386944771,
0.06387162953615189,
-0.014080791734158993,
-0.09101707488298416,
0.03431285545229912,
-0.01264730840921402,
-0.011349916458129883,
-0.023625245317816734,
0.016058634966611862,
0.030919676646590233,
0.02447807602584362,
0.017392316833138466,
0.043149642646312714,
0.02934103086590767,
0.0248772744089365,
0.016113070771098137,
-0.031391456723213196,
0.050734397023916245,
0.02186514623463154,
0.006069619674235582,
0.00276943389326334,
-0.009072674438357353,
-0.08724284172058105,
0.004146212246268988,
-0.005071625113487244,
0.0010116032790392637,
0.023516373708844185,
0.008709767833352089,
0.005067089106887579,
0.021974017843604088,
-0.04057300090789795,
0.03126443922519684,
-0.005316587630659342,
-0.03872217610478401,
0.0018134008860215545,
0.09863811731338501,
-0.02903256006538868,
0.002962228376418352,
-0.015523347072303295,
-0.014570715837180614,
-0.051750537008047104,
-0.04674242064356804,
-0.024822838604450226,
-0.027671657502651215,
0.04543595388531685,
0.015414474532008171,
-0.03115556575357914,
-0.0404641292989254,
0.01274710800498724,
0.0738515704870224,
0.02186514623463154,
0.03955686092376709,
0.06278291344642639,
-0.040500421077013016,
-0.06517809629440308,
0.050008583813905716,
-0.021193768829107285,
0.017301591113209724,
-0.07787983864545822,
0.009335782378911972,
-0.03189952298998833,
-0.011531369760632515,
-0.09696874767541885,
-0.011449716053903103,
-0.04416578263044357,
0.021574821323156357,
-0.028288600966334343,
-0.0698595941066742,
-0.05998852476477623,
-0.006917914375662804,
-0.02934103086590767,
-0.022518379613757133,
-0.02901441417634487,
0.0013677057577297091,
-0.0026129302568733692,
0.005969820078462362,
0.10473495721817017,
-0.019669558852910995,
-0.028597071766853333,
-0.057811085134744644,
-0.030411606654524803,
-0.01113217230886221,
0.03498423472046852,
0.0164759773761034,
0.0029667646158486605,
0.050843268632888794,
0.0751943290233612,
0.08477507531642914,
0.016548559069633484,
0.029286595061421394,
-0.05708526819944382,
-0.010342849418520927,
-0.03643586114048958,
0.024405494332313538,
-0.023135321214795113,
0.044746432453393936,
0.032716065645217896,
-0.011286407709121704,
-0.022736122831702232,
0.024750256910920143,
-0.007230921648442745,
0.029613209888339043,
0.019851012155413628,
-0.026147449389100075,
-0.03297010064125061,
-0.055270735174417496,
0.009326709434390068,
-0.00915432907640934,
0.04855695739388466,
-0.040210094302892685,
0.03280679136514664,
-0.026365192607045174,
-0.03832297772169113,
0.005048943683505058,
0.06804506480693817,
-0.034131404012441635,
0.012819689698517323,
0.011095881462097168,
-0.008687086403369904,
0.02932288497686386,
0.02426033280789852,
-0.022282488644123077,
-0.005434532184153795,
-0.0223369263112545,
0.046887584030628204,
-0.002916865050792694,
-0.07475884258747101,
-0.06049659475684166,
0.011848913505673409,
-0.060932084918022156,
0.024931710213422775,
-0.0451093390583992,
0.0012157384771853685,
0.038286685943603516,
-0.06096837297081947,
-0.004726863466203213,
0.017374172806739807,
-0.03411325812339783,
-0.025421634316444397,
0.027853110805153847,
0.019687704741954803,
-0.040427837520837784,
0.030066844075918198,
-0.09225095808506012,
0.031101129949092865,
-0.010796482674777508,
-0.014915477484464645,
-0.07203704118728638,
-0.017818734049797058,
0.008002099581062794,
0.03589150309562683,
-0.07258139550685883,
0.05222231522202492,
0.01994173973798752,
0.039810895919799805,
0.09137997776269913,
0.0944283977150917,
0.060024816542863846,
-0.049827128648757935,
-0.024097023531794548,
-0.018544547259807587,
-0.03785119950771332,
0.018780436366796494,
0.003211726900190115,
-0.055887676775455475,
-0.01411708164960146,
-0.025838978588581085,
0.004967289511114359,
0.034839071333408356,
-0.025349052622914314,
0.0003498650330584496,
0.034022532403469086,
-0.0061966367065906525,
0.04035525768995285,
0.010732973925769329,
0.031082984060049057,
0.03799636289477348,
0.09283161163330078,
-0.008632649667561054,
-0.07236365228891373,
0.03529270365834236,
-0.039702024310827255,
-0.02407887950539589,
0.03244388476014137,
-0.0019358820281922817,
0.016911465674638748,
0.023625245317816734,
0.0550529919564724,
-0.015904398635029793,
0.007879617623984814,
0.027871256694197655,
0.04431094229221344,
-0.030429750680923462,
0.004831199534237385,
0.028669651597738266,
0.0453270822763443,
0.04590773582458496,
0.01547798328101635,
0.012592872604727745,
-0.020957879722118378,
-0.018834872171282768,
0.009417436085641384,
0.02681882679462433,
0.020449809730052948,
0.03280679136514664,
0.02478654682636261,
-0.012366055510938168,
0.05501670017838478,
0.004434269852936268,
-0.028651507571339607,
-0.02014133892953396,
-0.020504245534539223,
-0.015641290694475174,
0.03897621110081673,
-0.016639284789562225,
-0.014552569948136806,
0.01093257311731577,
-0.004583968780934811,
0.0000901597086340189,
0.00028224525158293545,
-0.039484281092882156,
0.0384681411087513,
-0.010742046870291233,
-0.013609012588858604,
0.012738035060465336,
0.04852066561579704,
-0.02043166384100914,
-0.05987965315580368,
-0.0030189326498657465,
0.006328190676867962,
-0.027635367587208748,
-0.04500046744942665,
0.008015708066523075,
0.02387928031384945,
0.000311873183818534,
-0.07178300619125366,
-0.05479895696043968,
0.04714161902666092,
0.0185717660933733,
-0.013128160499036312,
-0.00833778828382492,
-0.041407689452171326,
0.02732689678668976,
-0.12142868340015411,
-0.02072198875248432,
0.0948638916015625,
-0.04144397750496864,
0.05037149041891098,
0.04939164221286774,
0.04823033884167671,
0.03340558707714081,
-0.04529079422354698,
-0.008056535385549068,
0.006818115245550871,
-0.0016138020437210798,
-0.036490298807621,
-0.004327666014432907,
0.02670995518565178,
0.016566704958677292,
-0.020449809730052948,
-0.026020431891083717,
-0.010097887367010117,
0.01797296851873398,
0.006128591950982809,
-0.0022352803498506546,
-0.0026741710025817156,
0.03467576205730438,
0.016312669962644577,
0.007997563108801842,
0.0641256645321846,
-0.0071311225183308125,
0.10074298083782196,
0.018426602706313133,
-0.019252216443419456,
0.009326709434390068,
0.009390218183398247,
-0.05167795717716217,
0.023207902908325195,
0.0760653093457222,
0.00826974306255579,
0.026728099212050438,
-0.010896282270550728,
-0.009204228408634663,
-0.029159577563405037,
-0.033532604575157166,
0.01315537840127945,
0.049899712204933167,
0.07323463261127472,
-0.03478463366627693,
-0.0071220495738089085,
0.01658484898507595,
0.016303597018122673,
0.049101315438747406,
-0.0014856505440548062,
0.031101129949092865,
-0.01921592466533184,
-0.05857319012284279,
-0.03189952298998833,
0.0543997585773468,
-0.030774513259530067,
-0.04888357222080231,
-0.08245246857404709,
-0.014960840344429016,
0.04783114045858383,
0.006128591950982809,
0.0035496840719133615,
-0.011123099364340305,
-0.07258139550685883,
0.025330908596515656,
-0.0543997585773468,
-0.04260528087615967,
-0.009889215230941772,
0.021393368020653725,
-0.012819689698517323,
0.07925888895988464,
0.02104860544204712,
-0.02418775111436844,
0.08891221135854721,
-0.017374172806739807,
0.01032470352947712,
0.0029690328519791365,
-0.04209721088409424,
0.04238753765821457,
-0.02854263409972191,
0.0038014508318156004,
0.007852399721741676,
-0.018344948068261147,
0.03901250287890434,
0.0011062993435189128,
0.005071625113487244,
-0.04144397750496864,
-0.016158433631062508,
-0.05465379357337952,
0.004552214406430721,
0.033949948847293854,
-0.03912137448787689,
0.018009260296821594,
0.08760574460029602,
0.0062510729767382145,
-0.00850109662860632,
0.014597933739423752,
-0.006963277701288462,
0.006418917328119278,
0.006173955276608467,
0.050516653805971146,
-0.03734312951564789,
-0.06158531829714775,
-0.0023430183064192533,
-0.05066181719303131,
0.008283352479338646,
-0.0057611484080553055,
0.0632546916604042,
-0.03835926949977875,
0.05813769996166229,
0.02700028009712696,
-0.019869158044457436,
0.005801975727081299,
-0.009526308625936508,
-0.011694678105413914,
-0.05672236159443855,
-0.021719982847571373,
0.018181640654802322,
-0.06822651624679565,
0.007085759192705154,
0.015668509528040886,
0.03266162797808647,
-0.06118611991405487,
0.026546645909547806,
0.033514462411403656,
-0.007512174546718597,
-0.01731066405773163,
-0.026129303500056267,
0.03926653787493706,
-0.037270549684762955,
0.005343805532902479,
0.050806980580091476,
-0.024713966995477676,
0.0012055316474288702,
0.019996175542473793,
-0.00970776192843914,
-0.006555007770657539,
-0.010433576069772243,
0.02580268681049347,
0.012855980545282364,
0.018580837175250053,
0.014035427942872047,
-0.013672521337866783,
0.011104954406619072,
0.036363281309604645,
0.04757710546255112,
-0.003377303248271346,
-0.000971343251876533,
-0.018072769045829773,
-0.03498423472046852,
0.014779387041926384,
0.03583706542849541,
-0.019959883764386177,
-0.0904364213347435,
0.04376658424735069,
0.019996175542473793,
0.0059153838083148,
0.0353834331035614,
-0.024405494332313538,
-0.07461367547512054,
0.017637280747294426,
-0.01950625143945217,
0.004999043885618448,
0.01578645408153534,
-0.012728963047266006,
0.0030983183532953262,
-0.021611111238598824,
-0.0039624907076358795,
-0.06652085483074188,
0.020504245534539223,
-0.0029486194252967834,
0.017573771998286247,
-0.031699925661087036,
0.010252122767269611,
-0.01892559975385666,
-0.02709100767970085,
-0.054871536791324615,
-0.004425197374075651,
-0.07613788545131683,
-0.011812622658908367,
0.011023299768567085,
-0.01718364655971527,
-0.09290418773889542,
-0.002889646915718913,
0.07065799087285995,
-0.005883629433810711,
-0.028361180797219276,
-0.001775976037606597,
-0.03195396065711975,
0.04329480603337288,
-0.023516373708844185,
0.011803549714386463,
0.009553526528179646,
0.019596977159380913,
0.0521860271692276,
-0.04271415248513222,
-0.012166457250714302,
0.034712053835392,
0.011422497220337391,
-0.00152420939411968,
0.016113070771098137,
-0.0754120722413063,
0.04206091910600662,
-0.024550657719373703,
-0.03289751708507538,
-0.009789416566491127,
0.08767832815647125,
0.006863478571176529,
0.03364147990942001,
-0.0027785066049546003,
-0.01970585063099861,
0.013627157546579838,
-0.012928561307489872,
-0.06731924414634705,
-0.019469959661364555,
-0.0075620743446052074,
-0.004234671127051115,
0.04242382571101189,
-0.039919767528772354,
-0.02591155841946602,
-0.003747014794498682,
-0.0451093390583992,
0.012656381353735924,
-0.01881672814488411,
0.007820645347237587,
-0.020105047151446342,
-0.025857122614979744,
0.06982330232858658,
-0.06659343093633652,
0.009372073225677013,
0.01380861084908247,
0.00675007002428174,
0.006623052526265383,
0.008641722612082958,
0.033224135637283325,
0.10008975118398666,
-0.017129210755228996,
-0.008927511982619762,
-0.012910416349768639,
0.032716065645217896,
0.0018065964104607701,
-0.03115556575357914,
0.022790558636188507,
0.02641962841153145,
0.044456105679273605,
0.012883198447525501,
0.014307607896625996,
-0.013246105052530766,
-0.03297010064125061,
-0.001917736604809761,
-0.021284494549036026,
0.0765007957816124,
-0.015949761494994164,
-0.04387545585632324,
0.04271415248513222,
0.0072218491695821285,
0.017982041463255882
] |
8,971 | sentencepiece | SampleEncodeAndScoreAsIds | null | def SampleEncodeAndScoreAsIds(self, input, num_samples=None, alpha=None, **kwargs):
return self.SampleEncodeAndScore(input=input, num_samples=num_samples, alpha=alpha,
out_type=int, **kwargs)
| (self, input, num_samples=None, alpha=None, **kwargs) | [
-0.035178374499082565,
-0.07864610105752945,
-0.012091496028006077,
-0.006512452382594347,
0.04586547613143921,
0.04312519356608391,
-0.05422333627939224,
0.007993916980922222,
0.0190278347581625,
0.015867946669459343,
-0.028019387274980545,
0.015319891273975372,
0.00950535386800766,
0.022641582414507866,
0.018428398296236992,
-0.022333301603794098,
0.00009272537135984749,
0.006747945211827755,
-0.010327438823878765,
-0.04052192345261574,
-0.035315386950969696,
0.06100553646683693,
-0.005531944800168276,
0.03084530308842659,
0.003341859905049205,
0.07405612617731094,
0.04911956191062927,
-0.06391708552837372,
-0.05066096782684326,
-0.02601555548608303,
0.016004960983991623,
-0.004868282936513424,
0.025398992002010345,
0.01701544038951397,
-0.00944541022181511,
-0.057100631296634674,
-0.05093499645590782,
0.04600248858332634,
-0.03911752998828888,
-0.010019157081842422,
0.036548513919115067,
-0.05730615556240082,
0.008777466602623463,
0.025450371205806732,
-0.01446355227380991,
0.05994367599487305,
-0.04196057468652725,
0.022692963480949402,
0.02562163956463337,
-0.03264361247420311,
-0.0038556628860533237,
-0.023052625358104706,
0.013247552327811718,
0.04795493930578232,
-0.03832969814538956,
-0.007420170586556196,
0.004551437683403492,
0.016621524468064308,
0.05603877454996109,
0.0001507958077127114,
0.02836192212998867,
0.028053639456629753,
0.02298411726951599,
-0.000106908475572709,
-0.019044961780309677,
-0.03665127605199814,
-0.06432812660932541,
0.012999214231967926,
-0.05939561873674393,
0.06158784404397011,
0.014009693637490273,
-0.02990332990884781,
0.026135442778468132,
0.018633918836712837,
0.008310762234032154,
0.06614356487989426,
0.02204214595258236,
0.04257713630795479,
0.0034467612858861685,
0.036822542548179626,
0.07193241268396378,
-0.01637318730354309,
0.026632118970155716,
-0.019661525264382362,
-0.003341859905049205,
-0.03774739056825638,
0.029440907761454582,
0.003823550185188651,
-0.008854537270963192,
-0.03956282511353493,
0.025947047397494316,
0.06196463480591774,
0.028327668085694313,
0.007180396001785994,
-0.0005041691474616528,
-0.02630671113729477,
-0.0018989300588145852,
0.010121917352080345,
0.02063775062561035,
0.011671889573335648,
-0.06902085989713669,
0.007158987689763308,
-0.02147696353495121,
-0.014883158728480339,
-0.027214428409934044,
0.009385466575622559,
0.037952911108732224,
-0.01494310237467289,
-0.03576068580150604,
0.04983888566493988,
0.0055019729770720005,
0.0290641188621521,
0.049222320318222046,
-0.018668172881007195,
-0.008631889708340168,
-0.04089871421456337,
0.02808789350092411,
0.04213184118270874,
-0.0382954441010952,
0.011766087263822556,
-0.03510986641049385,
0.06021770462393761,
0.001983493333682418,
0.03719933331012726,
-0.023189639672636986,
0.028978485614061356,
0.023343779146671295,
-0.004512902349233627,
-0.017811834812164307,
-0.02435425855219364,
0.012485411018133163,
0.010267495177686214,
0.00688067777082324,
0.10234954208135605,
0.03624023497104645,
-0.016809919849038124,
0.004204620607197285,
-0.0015371270710602403,
0.0318044014275074,
0.02175099030137062,
0.07083629816770554,
0.021425582468509674,
0.07309702783823013,
0.01887369528412819,
0.003530254354700446,
-0.024045977741479874,
0.056141532957553864,
-0.0007032677531242371,
-0.005801691673696041,
-0.07131584733724594,
0.018291383981704712,
0.0055704801343381405,
-0.005360677372664213,
-0.001372282044030726,
-0.028002260252833366,
-0.0246282871812582,
0.0038642261642962694,
-0.07987923175096512,
0.01817149668931961,
-0.022504568099975586,
0.03069116175174713,
0.01871955394744873,
0.036822542548179626,
0.021151553839445114,
-0.023463666439056396,
0.05429184436798096,
-0.01728946901857853,
0.044974882155656815,
0.023874709382653236,
-0.07727596163749695,
0.04874277114868164,
0.011766087263822556,
0.050729475915431976,
0.00010730988287832588,
-0.016535891219973564,
-0.04004237428307533,
0.001578873605467379,
0.00866614282131195,
0.018154369667172432,
0.03219831734895706,
0.04237161576747894,
-0.00502670556306839,
-0.019181976094841957,
0.004551437683403492,
0.008828846737742424,
-0.027642598375678062,
0.011260847561061382,
0.05497691407799721,
0.02796800620853901,
-0.012374087236821651,
0.010738481767475605,
-0.012896453961730003,
-0.013538707047700882,
0.00664090272039175,
-0.010301749221980572,
0.008464903570711613,
-0.0884426087141037,
-0.04312519356608391,
-0.02411448396742344,
0.04641353338956833,
0.015020172111690044,
-0.023497920483350754,
0.007107607088983059,
-0.009068622253835201,
-0.02490231581032276,
-0.02848180942237377,
-0.014326538890600204,
0.00547628290951252,
-0.010712791234254837,
-0.05980665981769562,
-0.04857150465250015,
-0.009316959418356419,
0.04038491100072861,
-0.01370997540652752,
0.03730209171772003,
-0.015910763293504715,
0.05463437736034393,
-0.02562163956463337,
0.05220237746834755,
-0.03098231740295887,
0.016612961888313293,
-0.0016291834181174636,
-0.01341881975531578,
-0.0010779157746583223,
0.0394258126616478,
-0.011697580106556416,
0.03675403818488121,
0.014018257148563862,
-0.041241247206926346,
-0.018942201510071754,
0.010241805575788021,
0.0011250143870711327,
0.03363696485757828,
-0.011312227696180344,
-0.09036081284284592,
0.05466863140463829,
0.018496906384825706,
-0.05497691407799721,
-0.052955955266952515,
0.002230761107057333,
-0.00608856463804841,
0.045625701546669006,
0.09248452633619308,
-0.033260177820920944,
-0.07011697441339493,
0.01342738326638937,
0.004881127737462521,
0.01984992064535618,
-0.03576068580150604,
-0.012922143563628197,
0.012211383320391178,
-0.03043426014482975,
-0.011243720538914204,
0.0009896059054881334,
0.0005220987368375063,
0.04531741887331009,
-0.06196463480591774,
-0.02315538562834263,
-0.049496348947286606,
-0.02108304761350155,
-0.07011697441339493,
0.05367527902126312,
0.002579718828201294,
0.04120699688792229,
-0.03733634576201439,
-0.01925048418343067,
0.004078310914337635,
0.06528722494840622,
0.05946412682533264,
-0.01899358257651329,
-0.08782605081796646,
0.03363696485757828,
0.015585355460643768,
-0.021374201402068138,
0.020843273028731346,
-0.01205724198371172,
0.042474374175071716,
0.01108958013355732,
-0.03963133320212364,
0.03235245868563652,
0.04045341908931732,
0.039665587246418,
0.01913059502840042,
0.004744113888591528,
0.09967777132987976,
0.010036284103989601,
0.010704227723181248,
0.013915495947003365,
-0.04281691089272499,
-0.07987923175096512,
-0.010061973705887794,
0.01942175067961216,
-0.02741995081305504,
0.008220846764743328,
-0.03969984129071236,
0.020021187141537666,
-0.00020940146350767463,
-0.027060287073254585,
0.00397983193397522,
0.057477422058582306,
-0.020346596837043762,
0.04953060299158096,
0.06415686011314392,
-0.01715245470404625,
-0.04350198060274124,
-0.04117274284362793,
-0.033380065113306046,
-0.03247234597802162,
-0.08727799355983734,
0.01087549515068531,
0.022692963480949402,
0.07720745354890823,
0.0037828742060810328,
-0.03822693973779678,
-0.0556277297437191,
-0.03774739056825638,
0.0681987777352333,
0.022795723751187325,
0.010592903941869736,
0.07583731412887573,
-0.0437760092318058,
-0.04154952988028526,
0.009017241187393665,
-0.003044282319024205,
0.016133412718772888,
-0.02094603329896927,
0.03464744612574577,
-0.01452349592000246,
-0.04709860309958458,
-0.08625038713216782,
-0.04668755829334259,
-0.008567663840949535,
0.00032621133141219616,
-0.0644993931055069,
-0.03915178403258324,
-0.04905105382204056,
0.003230535890907049,
-0.006966311484575272,
-0.019832793623209,
0.01218569278717041,
-0.05069522187113762,
-0.012733749113976955,
-0.008948734030127525,
0.08309905976057053,
-0.04367325082421303,
-0.038466714322566986,
-0.05162006989121437,
-0.012862199917435646,
-0.05384654924273491,
-0.025929922237992287,
0.026495104655623436,
-0.007775551173835993,
0.021305695176124573,
0.063848577439785,
0.06977444142103195,
0.020055441185832024,
0.033688344061374664,
-0.03224969655275345,
-0.04175505042076111,
0.026614991948008537,
0.038192685693502426,
-0.038637980818748474,
0.04613950476050377,
-0.02920113317668438,
-0.009496791288256645,
0.01564529910683632,
0.03113645873963833,
-0.03363696485757828,
0.01722952537238598,
-0.0053435503505170345,
-0.024833807721734047,
0.008250818587839603,
-0.07371359318494797,
0.03798716515302658,
-0.0005956902750767767,
-0.011406425386667252,
-0.054737139493227005,
0.019233357161283493,
-0.021545469760894775,
0.000018849475964088924,
-0.004834029357880354,
0.00881172064691782,
0.02229904755949974,
0.015268510207533836,
-0.015131496824324131,
-0.009471100755035877,
0.03534964099526405,
-0.010318875312805176,
-0.058984577655792236,
0.0004319155996199697,
-0.005030986852943897,
0.008135213516652584,
-0.0014268736122176051,
-0.0681987777352333,
-0.022418934851884842,
-0.03236958384513855,
-0.02259020321071148,
0.028276288881897926,
-0.003975550178438425,
0.004915381316095591,
-0.0024469865020364523,
-0.012279890477657318,
0.017460735514760017,
-0.024850934743881226,
-0.008982988074421883,
-0.014617693610489368,
0.02990332990884781,
0.020432230085134506,
-0.01472901739180088,
-0.007116170600056648,
-0.0879630595445633,
0.06367731094360352,
0.01343594677746296,
0.0018775215139612556,
0.028533190488815308,
-0.014121017418801785,
-0.0024362823460251093,
0.008512001484632492,
-0.100773885846138,
0.02834479510784149,
0.0006797184469178319,
0.051037758588790894,
0.02796800620853901,
0.0075314948335289955,
0.05069522187113762,
-0.04291967302560806,
-0.0217681173235178,
0.04463234916329384,
-0.02094603329896927,
0.049359336495399475,
-0.0318044014275074,
-0.06470491737127304,
0.03372259810566902,
-0.04291967302560806,
0.004872564692050219,
0.03993961587548256,
-0.009753691963851452,
0.04555719345808029,
-0.006521015428006649,
-0.013453073799610138,
0.06854131072759628,
0.00171374692581594,
0.030262993648648262,
0.024713920429348946,
0.034219276160001755,
-0.045899730175733566,
-0.029149753972887993,
0.0583680123090744,
0.02366918884217739,
-0.01984992064535618,
0.06936339288949966,
0.0025604513939470053,
0.056518323719501495,
-0.02108304761350155,
0.03911752998828888,
0.006585240829735994,
-0.0012320566456764936,
0.03843246027827263,
0.02312113158404827,
-0.022658709436655045,
0.016655778512358665,
-0.00040943670319393277,
-0.0028837190475314856,
-0.007206086069345474,
0.022213414311408997,
-0.019062088802456856,
-0.016518764197826385,
-0.03314029052853584,
0.03129059821367264,
0.017589187249541283,
0.018017355352640152,
0.09447123110294342,
0.01654445379972458,
-0.00990783330053091,
0.010986819863319397,
-0.02464541420340538,
-0.016261862590909004,
0.00032835218007676303,
-0.000735915673431009,
0.01224563643336296,
0.08261951059103012,
-0.011432114988565445,
0.024131610989570618,
0.000994957983493805,
-0.027334315702319145,
-0.004089015070348978,
0.018411271274089813,
-0.01889082044363022,
0.022247666493058205,
0.025792907923460007,
0.014292284846305847,
-0.008242255076766014,
0.039665587246418,
0.017691947519779205,
-0.03637724742293358,
-0.06854131072759628,
0.025433246046304703,
-0.04583122208714485,
-0.024200119078159332,
0.03223257139325142,
0.020192455500364304,
-0.0009425072348676622,
-0.03165026009082794,
-0.019661525264382362,
0.056655336171388626,
0.06179336458444595,
-0.00002179313923988957,
-0.03055414743721485,
-0.027762485668063164,
0.02366918884217739,
-0.10461027920246124,
-0.00720180431380868,
0.09125140309333801,
-0.04298817738890648,
0.0569978728890419,
0.03447617590427399,
0.04918806627392769,
0.024748174473643303,
-0.042508628219366074,
0.01102107297629118,
0.024063104763627052,
0.0357949361205101,
-0.02863595075905323,
0.004202479962259531,
0.02065487764775753,
0.0019331835210323334,
-0.0191477220505476,
-0.0290641188621521,
-0.013024904765188694,
0.07131584733724594,
-0.02421724423766136,
-0.027231555432081223,
-0.006679438054561615,
0.04792068526148796,
-0.03028011880815029,
0.024850934743881226,
0.005857353564351797,
-0.02796800620853901,
0.06436238437891006,
0.0123141435906291,
-0.014771834015846252,
0.049667615443468094,
0.029166879132390022,
-0.015576791949570179,
0.04011088237166405,
0.05066096782684326,
-0.02920113317668438,
0.03850096836686134,
0.003952000755816698,
-0.004133972804993391,
0.03288338705897331,
-0.027488457038998604,
-0.006850705947726965,
0.006966311484575272,
0.08583934605121613,
-0.04816046357154846,
0.004530029371380806,
-0.015234257094562054,
-0.046756066381931305,
0.030091725289821625,
0.0008745354134589434,
-0.000058170786360278726,
-0.008610480464994907,
-0.053127221763134,
-0.06939765065908432,
0.02012394741177559,
0.017965976148843765,
-0.061211057007312775,
-0.09789658337831497,
-0.026477977633476257,
0.012425467371940613,
-0.0344247967004776,
-0.01233127061277628,
0.0026289583183825016,
-0.07686492055654526,
-0.00788259319961071,
-0.050181418657302856,
-0.08419517427682877,
0.020620623603463173,
0.06737668812274933,
-0.004667043220251799,
0.08385264128446579,
-0.037678882479667664,
-0.03291764110326767,
0.07542627304792404,
-0.000872394593898207,
-0.00014651412493549287,
-0.028293414041399956,
-0.033517077565193176,
0.00750152301043272,
-0.042748402804136276,
-0.0095738610252738,
-0.025005076080560684,
-0.01211718562990427,
0.031616006046533585,
0.021151553839445114,
0.008404959924519062,
-0.046756066381931305,
-0.014146707020699978,
-0.03733634576201439,
0.027471330016851425,
0.0569978728890419,
-0.03259223327040672,
0.019918426871299744,
0.08179742842912674,
-0.017554933205246925,
-0.003281916258856654,
-0.04846874251961708,
-0.029269641265273094,
0.007146142423152924,
-0.007313128560781479,
0.029098372906446457,
-0.02933814749121666,
-0.013376003131270409,
-0.008567663840949535,
-0.05292170122265816,
-0.012074369005858898,
0.011851721443235874,
0.009359776973724365,
-0.012100059539079666,
0.026906147599220276,
0.023326653987169266,
0.003530254354700446,
-0.0026717751752585173,
0.016886990517377853,
-0.015439778566360474,
-0.03190716356039047,
0.023035498335957527,
-0.0053007337264716625,
0.0002783099189400673,
0.006448226980865002,
-0.005048113875091076,
0.012870763428509235,
-0.035315386950969696,
0.0811808630824089,
-0.017709074541926384,
-0.0316845141351223,
0.02409735694527626,
-0.004851155914366245,
0.03898051753640175,
-0.03675403818488121,
0.013615777716040611,
0.017280904576182365,
-0.0490167997777462,
0.012836510315537453,
0.015448341146111488,
-0.048263221979141235,
-0.04750964418053627,
-0.030400006100535393,
-0.006807888858020306,
-0.016518764197826385,
-0.01678422838449478,
0.0159022007137537,
-0.026906147599220276,
-0.01370141189545393,
0.06374581903219223,
-0.001538197509944439,
0.0021108738146722317,
0.001855042646639049,
-0.027711104601621628,
-0.0007707044132985175,
0.07337106019258499,
-0.025090709328651428,
0.004315944854170084,
-0.03552091121673584,
0.018942201510071754,
0.01500304602086544,
-0.01701544038951397,
0.033260177820920944,
0.013966876082122326,
-0.031222091987729073,
0.008623326197266579,
-0.03098231740295887,
0.030605528503656387,
0.01210862211883068,
-0.019216230139136314,
-0.025090709328651428,
-0.015773750841617584,
0.00009132044215220958,
-0.04322795197367668,
-0.04819471389055252,
-0.037952911108732224,
0.048400238156318665,
0.010627157054841518,
0.011594819836318493,
-0.07946819067001343,
-0.014489242807030678,
-0.06768497079610825,
-0.02769397757947445,
-0.018274256959557533,
0.028396176174283028,
-0.0019770709332078695,
-0.02108304761350155,
-0.09563585370779037,
-0.03562366962432861,
0.07508373260498047,
0.029543668031692505,
-0.0052450718358159065,
-0.042508628219366074,
-0.025416119024157524,
-0.009257015772163868,
-0.02738569676876068,
0.01846265234053135,
0.010258931666612625,
0.00684642419219017,
0.05655257776379585,
-0.021408455446362495,
0.024542653933167458,
0.04333071410655975,
-0.004628507886081934,
-0.0245083998888731,
-0.033534206449985504,
-0.07282300293445587,
0.0476466603577137,
0.016004960983991623,
0.014840341173112392,
-0.0036629866808652878,
0.06604080647230148,
0.002971493639051914,
0.05761443451046944,
0.009248453192412853,
0.013059157878160477,
0.01672428473830223,
0.004795494023710489,
-0.10495281219482422,
-0.03487009182572365,
0.06573252379894257,
0.002275718841701746,
0.043022431433200836,
-0.053366996347904205,
-0.024285752326250076,
-0.019096342846751213,
-0.07487821578979492,
0.004410142078995705,
0.02133994922041893,
0.030211612582206726,
-0.012785129249095917,
-0.04161803796887398,
0.053606774657964706,
-0.09912971407175064,
0.03908327594399452,
0.04610525071620941,
0.007749861106276512,
0.03331155702471733,
0.011740396730601788,
0.0015906482003629208,
0.10104791074991226,
-0.023446541279554367,
-0.01713532768189907,
-0.04819471389055252,
0.013324622996151447,
0.049941644072532654,
-0.04860575869679451,
-0.005904451943933964,
0.037541866302490234,
0.007368790451437235,
0.023189639672636986,
0.020569244399666786,
0.007762705907225609,
-0.030759669840335846,
-0.018959328532218933,
0.005283606704324484,
0.07480970770120621,
-0.03389386832714081,
-0.051311787217855453,
0.05278468877077103,
0.031187837943434715,
0.002069127280265093
] |
8,972 | sentencepiece | SampleEncodeAndScoreAsImmutableProto | null | def SampleEncodeAndScoreAsImmutableProto(self, input, num_samples=None, alpha=None, **kwargs):
return self.SampleEncodeAndScore(input=input, num_samples=num_samples, alpha=alpha,
out_type='immutable_proto', **kwargs)
| (self, input, num_samples=None, alpha=None, **kwargs) | [
-0.010648458264768124,
-0.05530739575624466,
-0.024084381759166718,
0.0017102970741689205,
0.02513818070292473,
-0.024781247600913048,
-0.06006648391485214,
-0.008077701553702354,
0.018373476341366768,
0.0037881487514823675,
0.005302983336150646,
0.03596510365605354,
-0.027738681063055992,
0.06710313260555267,
-0.0009040141594596207,
0.0071641262620687485,
0.02313256449997425,
-0.015713486820459366,
-0.000052019320719409734,
0.0043299198150634766,
-0.00007894189184298739,
0.03295668214559555,
-0.006709463428705931,
0.07165826112031937,
0.0003383413713891059,
0.06288794428110123,
0.006339784245938063,
-0.028112608939409256,
-0.055069439113140106,
-0.029098421335220337,
0.03309265524148941,
-0.049358535557985306,
0.03231080621480942,
0.04633311554789543,
-0.005438956897705793,
-0.04395357146859169,
-0.06074635311961174,
0.05704106390476227,
-0.07968071848154068,
-0.02940436266362667,
0.04171000048518181,
-0.019597241654992104,
-0.0064885057508945465,
-0.02235071361064911,
0.042525846511125565,
0.016478341072797775,
0.0004469611740205437,
0.11999699473381042,
0.002861826214939356,
-0.057584960013628006,
0.016401855275034904,
-0.005651416257023811,
0.015501027926802635,
0.04844071343541145,
-0.05313181132078171,
-0.017540637403726578,
0.07023053616285324,
0.03491130471229553,
0.06016846373677254,
0.037936724722385406,
0.018220506608486176,
0.014124291948974133,
0.00919523648917675,
-0.06982260942459106,
-0.007546552922576666,
-0.04313772916793823,
-0.040792178362607956,
-0.020260116085410118,
-0.0361010767519474,
0.02041308581829071,
0.008481374010443687,
-0.007329844404011965,
0.02493421919643879,
0.011379318311810493,
-0.04660506546497345,
0.03378951922059059,
0.03139298036694527,
0.0026557408273220062,
-0.012977011501789093,
-0.024577287957072258,
0.03188588470220566,
-0.01721769943833351,
-0.0156794935464859,
-0.0462651289999485,
-0.04874665290117264,
-0.057720933109521866,
0.06288794428110123,
-0.028605515137314796,
0.017778590321540833,
-0.0171327143907547,
0.0018229004926979542,
0.07233812659978867,
0.02088899537920952,
-0.0039878604002296925,
0.016690799966454506,
-0.046775031834840775,
-0.009773125872015953,
-0.015764476731419563,
0.029149411246180534,
0.03705289587378502,
-0.06346583366394043,
0.01789756864309311,
-0.051024217158555984,
0.029642315581440926,
-0.03616906329989433,
0.06893878430128098,
0.05187405273318291,
-0.02235071361064911,
-0.049494508653879166,
0.0022478189785033464,
-0.010733441449701786,
0.053879667073488235,
0.0022371960803866386,
-0.018288493156433105,
0.052281975746154785,
0.029285384342074394,
0.010325520299375057,
0.02563108503818512,
-0.015407545492053032,
0.01720070093870163,
-0.008477124385535717,
0.09497778862714767,
-0.013597392477095127,
0.003031793748959899,
-0.028809476643800735,
0.05707505717873573,
0.04759087413549423,
-0.029897266998887062,
-0.025801053270697594,
-0.027874656021595,
-0.020039157941937447,
0.017438655719161034,
0.005702406633645296,
0.14168483018875122,
0.06074635311961174,
-0.0005858564400114119,
0.039466433227062225,
-0.024645274505019188,
0.0017538511892780662,
0.02549511194229126,
0.04204993695020676,
0.02054905891418457,
0.09076260030269623,
0.008906291797757149,
0.04402155801653862,
-0.03511526808142662,
0.030067235231399536,
-0.009280220605432987,
-0.03463935852050781,
-0.03559117391705513,
0.040996138006448746,
-0.007079142611473799,
-0.020294109359383583,
0.005889370571821928,
-0.014192278496921062,
0.02216375060379505,
0.005485698115080595,
-0.09987284988164902,
0.038412634283304214,
-0.03302466869354248,
-0.01935928873717785,
0.03327962011098862,
0.05564732849597931,
0.010520982556045055,
0.001712421653792262,
0.03613507002592087,
0.023251540958881378,
-0.021755827590823174,
-0.035625167191028595,
-0.02722877822816372,
0.02785765752196312,
0.00275984569452703,
0.05296184495091438,
0.010928904637694359,
0.015067610889673233,
-0.021143944934010506,
-0.006059338338673115,
0.007096139248460531,
0.01211867667734623,
-0.038616593927145004,
-0.005574930924922228,
-0.0035353221464902163,
-0.04449746757745743,
0.005464452318847179,
-0.005545186810195446,
-0.0150761092081666,
-0.03266773745417595,
0.07430975139141083,
0.020447079092264175,
0.0028129606507718563,
0.015195086598396301,
0.025733064860105515,
0.03579513728618622,
-0.0014181656297296286,
-0.016622813418507576,
-0.011812735348939896,
-0.08743123710155487,
-0.020651040598750114,
-0.012407620437443256,
0.06955066323280334,
-0.0017421660013496876,
-0.026854850351810455,
-0.009178239852190018,
-0.01111586857587099,
-0.04847470670938492,
-0.03030519001185894,
-0.02529115043580532,
0.0005014038761146367,
-0.003424843307584524,
-0.05167009308934212,
-0.058400802314281464,
0.0012736932840198278,
0.024356329813599586,
-0.05969255417585373,
0.003711663419380784,
-0.08756721019744873,
0.06081433966755867,
0.001152591546997428,
0.04351165518164635,
-0.007920481264591217,
0.045313309878110886,
-0.02452629804611206,
-0.018611431121826172,
0.021925795823335648,
0.03936445340514183,
0.038344647735357285,
0.04069019854068756,
0.011634268797934055,
-0.06618531048297882,
-0.05921664461493492,
0.002823583548888564,
0.020702030509710312,
0.021840812638401985,
-0.061120279133319855,
-0.06686517596244812,
0.06846287101507187,
0.012407620437443256,
-0.026939833536744118,
-0.0437496118247509,
0.020175131037831306,
-0.01873040944337845,
0.028809476643800735,
0.07199819386005402,
0.0039942339062690735,
-0.04096214473247528,
-0.013979819603264332,
0.036950916051864624,
0.008141438476741314,
-0.017251692712306976,
0.021194936707615852,
-0.016274379566311836,
-0.02165384776890278,
-0.07376585900783539,
0.016622813418507576,
0.030271194875240326,
0.05714304372668266,
-0.01623188704252243,
-0.04629912227392197,
-0.008460127748548985,
-0.02362547069787979,
-0.04014630243182182,
0.008761820383369923,
0.03341559320688248,
0.01964823342859745,
-0.016665304079651833,
-0.0294723492115736,
0.006046590395271778,
0.04786282405257225,
0.09769726544618607,
0.0150506142526865,
-0.06635527312755585,
0.03657698631286621,
0.036542993038892746,
-0.02430533990263939,
0.022452695295214653,
-0.059386614710092545,
0.025342140346765518,
0.015569014474749565,
0.062242064625024796,
0.0015297066420316696,
0.006539496127516031,
0.010452996008098125,
0.02765369787812233,
0.0023476749192923307,
0.07777708768844604,
0.017098721116781235,
0.00985810998827219,
-0.00395386666059494,
-0.016486838459968567,
-0.06492754817008972,
0.015543519519269466,
-0.001954625127837062,
-0.001407542615197599,
-0.030339183285832405,
-0.007674028631299734,
-0.010605966672301292,
0.02459428459405899,
0.030101228505373,
0.011277337558567524,
0.055545348674058914,
-0.017302682623267174,
0.010852418839931488,
0.04198195040225983,
0.01671629399061203,
0.018577437847852707,
-0.04439548775553703,
-0.041676007211208344,
-0.022894609719514847,
-0.05598726496100426,
0.02807861566543579,
0.04429350793361664,
0.07832098007202148,
-0.007249109912663698,
-0.007945976220071316,
-0.011634268797934055,
-0.03316064178943634,
0.06934670358896255,
0.005341225769370794,
0.030101228505373,
0.05085424706339836,
-0.051160190254449844,
-0.054287590086460114,
-0.022826623171567917,
-0.008443131111562252,
-0.07464968413114548,
-0.08416786044836044,
0.05863875523209572,
-0.01515259500592947,
-0.027347756549715996,
-0.10354414582252502,
-0.04918856918811798,
-0.031307995319366455,
0.026956832036376,
-0.013095988892018795,
-0.056599147617816925,
-0.011209351010620594,
-0.014498219825327396,
-0.03763078525662422,
0.00039172175456769764,
-0.013359438627958298,
-0.007457320112735033,
-0.00800971407443285,
-0.02173883095383644,
0.0342654287815094,
-0.059386614710092545,
-0.050956230610609055,
-0.028809476643800735,
-0.01222915481775999,
-0.04327370226383209,
-0.05857076868414879,
0.010690949857234955,
0.0027322261594235897,
-0.007873740047216415,
0.05863875523209572,
0.048372723162174225,
0.026378942653536797,
0.017863575369119644,
-0.05343775451183319,
-0.018271496519446373,
0.005914865992963314,
0.04857668653130531,
-0.05503544583916664,
0.029098421335220337,
-0.042117923498153687,
-0.02590303309261799,
-0.010928904637694359,
0.024645274505019188,
-0.051296163350343704,
0.02167084440588951,
-0.011447304859757423,
-0.005256242118775845,
-0.03545520082116127,
-0.07498962432146072,
0.037018902599811554,
-0.01257758866995573,
0.015263073146343231,
-0.09477382898330688,
0.011753246188163757,
-0.019070344045758247,
-0.036407019942998886,
0.041540034115314484,
-0.00856635719537735,
-0.006955916061997414,
0.009492679499089718,
0.01407330110669136,
0.02578405663371086,
0.07573747634887695,
-0.0064545124769210815,
-0.016044924035668373,
-0.0041472045704722404,
-0.002439032308757305,
-0.0002363609237363562,
-0.0003566659870557487,
-0.04351165518164635,
-0.055341389030218124,
0.021619854494929314,
-0.024968212470412254,
0.03603309020400047,
-0.017795586958527565,
-0.012730559334158897,
0.040520232170820236,
0.0004156234208494425,
0.007992717437446117,
-0.042593833059072495,
-0.0285035353153944,
0.004865317139774561,
0.025733064860105515,
0.03895653039216995,
-0.032361794263124466,
0.04708097130060196,
-0.03698490932583809,
0.04793081060051918,
-0.02201077900826931,
-0.002077851677313447,
0.0570070706307888,
-0.04419152811169624,
0.05605525150895119,
-0.08192428946495056,
-0.058978691697120667,
0.03531922772526741,
0.02801062911748886,
0.023353522643446922,
0.0301522184163332,
0.024764250963926315,
0.06829290837049484,
-0.02954033575952053,
-0.029965253546833992,
0.025019202381372452,
0.008379393257200718,
0.07009456306695938,
0.014846653677523136,
-0.06013447046279907,
0.008872298523783684,
0.004376660566776991,
0.02027711272239685,
-0.020175131037831306,
0.012781549245119095,
-0.005090523976832628,
-0.007270355708897114,
0.02048107236623764,
0.05588528513908386,
-0.005086274817585945,
0.061188265681266785,
0.017659613862633705,
0.01082692388445139,
0.015687992796301842,
-0.03865058720111847,
0.04799879714846611,
0.038616593927145004,
-0.012373627163469791,
0.08355598151683807,
0.011957207694649696,
0.04973246529698372,
-0.01726868934929371,
0.0029956756625324488,
-0.010988392867147923,
-0.028469540178775787,
-0.01735367253422737,
0.024492302909493446,
-0.031375985592603683,
0.010622963309288025,
-0.02005615457892418,
0.013775858096778393,
-0.0024156617000699043,
0.03212384134531021,
-0.023234544321894646,
0.03302466869354248,
-0.052485935389995575,
0.013741864822804928,
0.027483729645609856,
0.07736916840076447,
0.03525124117732048,
0.030815090984106064,
-0.036882929503917694,
0.014991125091910362,
-0.05330178141593933,
-0.02131391316652298,
0.0014978378312662244,
-0.016979744657874107,
-0.010402005165815353,
0.038344647735357285,
0.03559117391705513,
0.015424542129039764,
0.04891661927103996,
-0.0023965404834598303,
-0.0012333260383456945,
-0.024424316361546516,
0.021500878036022186,
0.10048472881317139,
0.04082617163658142,
-0.06723910570144653,
0.023778440430760384,
0.05099022388458252,
0.0045168837532401085,
-0.06428167223930359,
-0.03824266791343689,
0.04629912227392197,
-0.02891145646572113,
0.027007821947336197,
-0.006161318626254797,
-0.016053421422839165,
0.012067685835063457,
-0.06298992037773132,
-0.0019652482587844133,
0.02646392583847046,
0.03370453789830208,
-0.01978420652449131,
-0.04687701165676117,
0.010181047953665257,
0.02974429726600647,
-0.08124442398548126,
-0.005086274817585945,
0.05625921115279198,
-0.020243117585778236,
0.04993642494082451,
-0.0014330376870930195,
0.027568714693188667,
0.02423735335469246,
-0.03919448330998421,
-0.05078626051545143,
0.004614615347236395,
0.018407469615340233,
-0.01097139623016119,
-0.01651233434677124,
0.015501027926802635,
-0.03790273144841194,
0.004589119926095009,
-0.04337568208575249,
-0.011897718533873558,
0.035557180643081665,
0.016979744657874107,
-0.03922847658395767,
0.037018902599811554,
0.04561925306916237,
-0.00846862606704235,
-0.005069278180599213,
0.03446939215064049,
-0.010257532820105553,
-0.019665230065584183,
-0.014651190489530563,
0.005630170460790396,
0.004096214659512043,
0.02828257717192173,
-0.047964803874492645,
-0.009135748259723186,
0.0469449982047081,
0.012968513183295727,
0.01097139623016119,
-0.013350940309464931,
-0.002787465462461114,
0.010274529457092285,
-0.022792629897594452,
-0.011481298133730888,
0.004191821441054344,
0.05180606618523598,
-0.0494605153799057,
0.014557708986103535,
-0.005749147851020098,
0.011030884459614754,
0.027619704604148865,
-0.00577889196574688,
0.019206317141652107,
0.04103013128042221,
-0.040792178362607956,
-0.05411762371659279,
0.05795888602733612,
-0.02082100696861744,
0.007049398496747017,
-0.05343775451183319,
-0.0001513772294856608,
0.05170408636331558,
0.021483881399035454,
0.06322787702083588,
0.024628277868032455,
-0.01998816803097725,
0.002634494798257947,
-0.026990825310349464,
-0.016257382929325104,
0.006174066103994846,
0.09416194260120392,
-0.023778440430760384,
0.044123537838459015,
-0.017183704301714897,
-0.03943243995308876,
0.05350574105978012,
0.006361030507832766,
-0.026157984510064125,
-0.02522316388785839,
-0.028265580534934998,
0.021908799186348915,
-0.032072849571704865,
0.014302757568657398,
-0.0014914639759808779,
-0.0058341315016150475,
0.022469691932201385,
-0.014566207304596901,
-0.013011004775762558,
-0.03783474490046501,
0.0017719102324917912,
0.0006225056131370366,
0.010665454901754856,
0.06502953171730042,
-0.04269581288099289,
0.02173883095383644,
0.047182951122522354,
-0.01873040944337845,
0.020396089181303978,
-0.03120601549744606,
0.036475006490945816,
0.03266773745417595,
-0.004597618244588375,
0.036610979586839676,
-0.08131241053342819,
-0.04973246529698372,
0.023013588041067123,
-0.0989210307598114,
-0.036814939230680466,
0.02054905891418457,
0.002383793005719781,
-0.049086589366197586,
0.013112985529005527,
0.04653707519173622,
-0.0418119840323925,
0.013639885000884533,
-0.038072701543569565,
-0.06825891137123108,
-0.05085424706339836,
-0.02445830963551998,
-0.0018760153325274587,
-0.02209576405584812,
0.02960832230746746,
0.019393282011151314,
-0.05017437785863876,
-0.030050238594412804,
0.06581138074398041,
-0.025172173976898193,
-0.02423735335469246,
0.02173883095383644,
-0.013503910973668098,
0.06642326712608337,
-0.04395357146859169,
-0.03786873817443848,
0.03525124117732048,
-0.026701880618929863,
-0.024951215833425522,
0.028333567082881927,
-0.022044772282242775,
-0.026039008051156998,
-0.04242386668920517,
-0.032701730728149414,
-0.018356479704380035,
-0.024560291320085526,
0.03644101321697235,
-0.0021628353279083967,
0.012977011501789093,
0.04228788986802101,
0.020396089181303978,
0.02214675396680832,
0.025325143709778786,
-0.03285469859838486,
-0.003637302666902542,
0.006841188296675682,
-0.008659839630126953,
0.012866532430052757,
0.007504061330109835,
0.022248733788728714,
0.0031868889927864075,
0.009348207153379917,
0.03596510365605354,
-0.008277412503957748,
-0.04361363872885704,
0.02812960557639599,
-0.023846426978707314,
0.010452996008098125,
0.03970438614487648,
-0.014540711417794228,
-0.01329994946718216,
0.03285469859838486,
-0.029863273724913597,
-0.07328994572162628,
0.037426821887493134,
0.01448972150683403,
-0.010750439018011093,
-0.00864284299314022,
0.01651233434677124,
-0.03851461410522461,
0.0011695881839841604,
-0.03134198859333992,
-0.018220506608486176,
-0.039738379418849945,
0.031087039038538933,
0.0066669718362390995,
-0.018543444573879242,
-0.06445164233446121,
0.00944168958812952,
0.061902131885290146,
-0.015645500272512436,
-0.0424918532371521,
-0.02507019229233265,
-0.0405542254447937,
-0.003609682898968458,
0.011821233667433262,
-0.006815693341195583,
0.02277563326060772,
0.03163093328475952,
0.06353382021188736,
-0.046978991478681564,
0.03037317655980587,
0.004159952513873577,
-0.020804010331630707,
0.005060779396444559,
0.02124592661857605,
-0.07301799952983856,
0.02257167175412178,
0.0013544277753680944,
-0.007087640929967165,
0.010291527025401592,
0.0342654287815094,
-0.01002807728946209,
0.039398446679115295,
-0.027908649295568466,
0.012144171632826328,
0.01769360713660717,
-0.02994825690984726,
-0.08709129691123962,
-0.0183904729783535,
-0.00786949135363102,
-0.017744597047567368,
0.00016372642130590975,
-0.06040641665458679,
-0.0026451176963746548,
-0.0037711518816649914,
-0.03752880543470383,
-0.0044234017841517925,
0.038480620831251144,
0.0055281901732087135,
-0.03885455057024956,
0.0009199486230500042,
0.04361363872885704,
-0.04038425534963608,
0.02473025768995285,
0.05275788530707359,
0.026039008051156998,
0.011889220215380192,
-0.010291527025401592,
-0.0003686168056447059,
0.024186361581087112,
-0.027908649295568466,
0.021194936707615852,
-0.03569315746426582,
0.016622813418507576,
0.0177615936845541,
-0.03623704984784126,
0.007410578895360231,
0.08151637017726898,
-0.0332966148853302,
0.0022329469211399555,
0.04150604084134102,
-0.00818393100053072,
-0.04612915590405464,
-0.003915624227374792,
-0.006802945397794247,
0.11306232213973999,
-0.02306457795202732,
-0.07383384555578232,
0.020855000242590904,
-0.016741789877414703,
-0.0004830792604479939
] |
8,973 | sentencepiece | SampleEncodeAndScoreAsPieces | null | def SampleEncodeAndScoreAsPieces(self, input, num_samples=None, alpha=None, **kwargs):
return self.SampleEncodeAndScore(input=input, num_samples=num_samples, alpha=alpha,
out_type=str, **kwargs)
| (self, input, num_samples=None, alpha=None, **kwargs) | [
-0.0393916592001915,
-0.04688668251037598,
-0.03788580745458603,
-0.009984809905290604,
0.060062866657972336,
0.006801991257816553,
-0.07207544147968292,
0.02885071001946926,
0.06718143075704575,
-0.012063909322023392,
0.01116553321480751,
0.05335498973727226,
-0.008551686070859432,
0.035387467592954636,
0.02915872447192669,
-0.021424133330583572,
0.02681438997387886,
-0.037064436823129654,
0.01237192377448082,
-0.001854505157098174,
-0.008735639043152332,
0.04538083076477051,
0.019114023074507713,
0.07433421164751053,
0.0019090494606643915,
0.05937838926911354,
0.056058675050735474,
-0.03730400279164314,
-0.08932426571846008,
-0.019268030300736427,
0.03400139883160591,
-0.023614460602402687,
0.018669113516807556,
0.025051862001419067,
0.0027079626452177763,
-0.03470299020409584,
-0.047400038689374924,
-0.00005888909436180256,
-0.06286922097206116,
-0.010275712236762047,
0.029004717245697975,
-0.023015541955828667,
-0.030544791370630264,
0.010660731233656406,
-0.004194561392068863,
0.03891252353787422,
-0.03600349649786949,
0.08774996548891068,
0.008983762003481388,
-0.045688845217227936,
0.006506810430437326,
-0.058796584606170654,
-0.014305572025477886,
0.04209534078836441,
-0.024230489507317543,
-0.025787675753235817,
0.017676621675491333,
0.0108660738915205,
0.06324568390846252,
0.015092720277607441,
0.05246517062187195,
0.022553520277142525,
0.06317723542451859,
-0.010831850580871105,
-0.041376642882823944,
-0.04004191234707832,
-0.0208252165466547,
0.004301510751247406,
-0.013971889391541481,
0.04616798087954521,
0.03299179673194885,
-0.012808278203010559,
0.01349275466054678,
0.006391305010765791,
-0.04630487784743309,
0.08206880837678909,
0.012671382166445255,
0.02667749486863613,
0.0025967350229620934,
0.022929983213543892,
0.058899253606796265,
-0.00822655949741602,
0.0017186792101711035,
-0.05776986852288246,
-0.031297717243433,
-0.05698271840810776,
0.010523835197091103,
-0.009788022376596928,
0.008123887702822685,
0.02547965943813324,
-0.0029432515148073435,
0.042745593935251236,
0.02761865220963955,
0.01273982971906662,
0.019473373889923096,
-0.04404610022902489,
0.0002842184330802411,
-0.020585648715496063,
0.033488042652606964,
0.013270299881696701,
-0.07022735476493835,
0.03614038974046707,
0.00291758356615901,
-0.002904749708250165,
-0.020380305126309395,
0.02565077878534794,
0.035798151046037674,
-0.007952768355607986,
-0.04004191234707832,
0.03874140605330467,
0.01708626002073288,
-0.03225598484277725,
0.02344334125518799,
-0.03528479486703873,
0.021116118878126144,
-0.04089750722050667,
-0.01942203752696514,
0.04774227738380432,
-0.042608700692653656,
0.005745329894125462,
0.017864853143692017,
0.03915208950638771,
0.012577266432344913,
0.02968919463455677,
-0.036927539855241776,
0.072896808385849,
0.04329317808151245,
-0.003140038810670376,
-0.039768118411302567,
-0.04616798087954521,
0.01167033426463604,
0.05386834964156151,
0.000321650761179626,
0.07050114125013351,
0.007785927038639784,
-0.012919505126774311,
0.0016149381408467889,
-0.025924570858478546,
0.04917968064546585,
-0.003552864072844386,
0.06985089182853699,
-0.009334556758403778,
0.07275991886854172,
-0.012628602795302868,
0.03210197761654854,
-0.037167105823755264,
0.07104872167110443,
-0.028611144050955772,
-0.004799895919859409,
-0.031776849180459976,
0.019747164100408554,
0.030510567128658295,
0.024059370160102844,
-0.054655496031045914,
0.002055570250377059,
-0.019678717479109764,
0.029107389971613884,
-0.07488179206848145,
0.029706306755542755,
-0.020072290673851967,
0.039870791137218475,
-0.0020309719257056713,
0.014125896617770195,
0.03918631374835968,
0.002295137383043766,
0.06649695336818695,
-0.012697050347924232,
0.005715383682399988,
0.009779466316103935,
-0.07180164754390717,
0.0537656769156456,
0.019473373889923096,
0.01009603776037693,
0.044388338923454285,
0.011559107340872288,
-0.035353243350982666,
-0.026489263400435448,
0.004288676660507917,
0.01882312074303627,
-0.04941924661397934,
-0.025702115148305893,
-0.011499215848743916,
-0.0367906428873539,
0.030579015612602234,
-0.014399686828255653,
-0.05643513798713684,
0.023785579949617386,
0.06878995150327682,
0.0064511969685554504,
-0.011507770977914333,
0.02079099230468273,
0.020174963399767876,
-0.0072169555351138115,
0.007918544113636017,
0.012748385779559612,
-0.006506810430437326,
-0.04883744195103645,
-0.030972588807344437,
0.012414703145623207,
0.08850289136171341,
-0.033419594168663025,
-0.038570284843444824,
0.006489698775112629,
-0.034018512815237045,
-0.0046544442884624004,
-0.05773564428091049,
-0.02691706269979477,
0.02106478251516819,
-0.04548350349068642,
-0.0467497855424881,
-0.039699673652648926,
0.006472586654126644,
0.044491011649370193,
-0.012380479834973812,
0.019302254542708397,
-0.04366964101791382,
0.0629376694560051,
-0.028662478551268578,
0.027036845684051514,
-0.02919294871389866,
-0.011328096501529217,
-0.002607430098578334,
0.011755893938243389,
0.0364484041929245,
0.015896981582045555,
0.01664990559220314,
0.05773564428091049,
0.012312032282352448,
-0.055819109082221985,
-0.03863873332738876,
0.01223502866923809,
0.002577484119683504,
0.01718037575483322,
0.0067207096144557,
-0.09397871047258377,
0.03456609323620796,
0.006973110605031252,
-0.02821756899356842,
-0.04503859207034111,
-0.0346345417201519,
-0.0012652131263166666,
0.006113236304372549,
0.014331239275634289,
-0.037132881581783295,
-0.038296494632959366,
-0.014972936362028122,
0.02551388368010521,
0.013253187760710716,
-0.007058670278638601,
0.019969619810581207,
0.03153728321194649,
-0.022878646850585938,
-0.028234681114554405,
-0.008654357865452766,
-0.02674594335258007,
0.050343289971351624,
-0.02120167762041092,
-0.038433387875556946,
-0.022912871092557907,
-0.03441208600997925,
-0.06464885920286179,
0.02166370116174221,
0.044011879712343216,
0.061671387404203415,
-0.020174963399767876,
-0.02828601561486721,
-0.007105728145688772,
0.04315628111362457,
0.09473162889480591,
-0.007430854719132185,
-0.1108168438076973,
0.0327693410217762,
-0.006014842540025711,
-0.009668239392340183,
-0.011995461769402027,
-0.0041710324585437775,
0.027036845684051514,
0.048700544983148575,
0.02565077878534794,
0.00458171870559454,
0.017608173191547394,
0.01899424009025097,
0.0073153492994606495,
-0.021612364798784256,
0.0902140811085701,
0.012551599182188511,
0.014468135312199593,
-0.01202112901955843,
0.018566440790891647,
-0.05472394451498985,
-0.027464643120765686,
-0.01387777365744114,
-0.028405800461769104,
-0.005471538752317429,
-0.012662826105952263,
-0.021407021209597588,
0.00942867249250412,
-0.029500963166356087,
0.037132881581783295,
0.023563124239444733,
-0.00527475168928504,
-0.006314301397651434,
0.061671387404203415,
0.008038328029215336,
-0.0037197053898125887,
-0.02002095617353916,
-0.035524360835552216,
-0.04914545640349388,
-0.1094478890299797,
-0.0016726909670978785,
0.015956873074173927,
0.061910953372716904,
0.004083333536982536,
-0.031639955937862396,
-0.01340719498693943,
-0.018960015848279,
0.08247949182987213,
0.017462722957134247,
0.007738869171589613,
0.060233984142541885,
-0.050001051276922226,
-0.07426576316356659,
0.004834119696170092,
0.02768709883093834,
-0.0022224115673452616,
-0.03922053799033165,
0.013133404776453972,
-0.01118264440447092,
-0.013911996968090534,
-0.11348630487918854,
-0.050035275518894196,
-0.006943164858967066,
0.02387113869190216,
-0.04373808577656746,
-0.06280077248811722,
-0.029381180182099342,
-0.02229684218764305,
-0.02447005733847618,
-0.022810200229287148,
-0.017933299764990807,
0.003709010314196348,
-0.007944212295114994,
-0.0033218530006706715,
0.07898865640163422,
-0.046989355236291885,
-0.035695482045412064,
-0.03761201724410057,
-0.038501836359500885,
-0.04777650162577629,
-0.04195844754576683,
0.002150755375623703,
-0.04195844754576683,
0.02233106642961502,
0.06461463868618011,
0.06317723542451859,
0.028970493003726006,
0.010121705010533333,
-0.05219138041138649,
-0.03514789789915085,
-0.009548455476760864,
0.09397871047258377,
-0.033385369926691055,
0.04041837155818939,
0.007490746211260557,
-0.015588966198265553,
-0.0069645545445382595,
0.04681823402643204,
-0.020414529368281364,
0.01046394370496273,
0.03045923076570034,
0.007418020628392696,
0.0027999391313642263,
-0.055887557566165924,
0.030818581581115723,
-0.03206775337457657,
0.008714249357581139,
-0.06471730768680573,
0.02056853659451008,
-0.009959141723811626,
-0.044251445680856705,
0.033419594168663025,
0.011148421093821526,
-0.028234681114554405,
0.013783657923340797,
-0.007135673891752958,
-0.013971889391541481,
0.023186661303043365,
0.003952855244278908,
-0.03754356876015663,
0.001995678525418043,
-0.057564523071050644,
0.030955476686358452,
-0.0060533443465828896,
-0.06570979952812195,
-0.044422563165426254,
-0.004864065442234278,
-0.01899424009025097,
0.012226472608745098,
-0.03434363752603531,
0.0277897696942091,
0.01798463612794876,
-0.061431821435689926,
-0.0049581811763346195,
-0.025034749880433083,
-0.02996298484504223,
-0.026164136826992035,
0.024025145918130875,
0.042882490903139114,
-0.01196979358792305,
0.03928898647427559,
-0.07755125313997269,
0.0401788055896759,
-0.01558041013777256,
-0.006181683856993914,
-0.0029304176568984985,
-0.045859966427087784,
0.01635044626891613,
-0.03032233566045761,
-0.10486189275979996,
0.05181491747498512,
0.0009299263474531472,
0.022793088108301163,
0.043053608387708664,
0.04175310209393501,
0.04455946013331413,
-0.04520971328020096,
-0.020944999530911446,
0.008620133623480797,
0.005612712353467941,
0.04028147831559181,
-0.02303265407681465,
-0.0659835934638977,
-0.01202112901955843,
-0.013869217596948147,
0.009634015150368214,
0.02246796153485775,
-0.02481229603290558,
0.03781735897064209,
0.01454513892531395,
-0.029398292303085327,
0.035319019109010696,
-0.008444736711680889,
0.038433387875556946,
0.030801469460129738,
0.045859966427087784,
0.006583814043551683,
-0.05044596269726753,
0.00048795732436701655,
-0.022194169461727142,
-0.015049939975142479,
0.021355686709284782,
-0.008089663460850716,
0.03153728321194649,
-0.0035400299821048975,
0.044456787407398224,
0.010361271910369396,
-0.016359003260731697,
0.02263908088207245,
0.04620220512151718,
-0.011174088343977928,
0.009120657108724117,
0.0001447829563403502,
0.03343670815229416,
0.0072297896258533,
0.004359263461083174,
-0.006669373717159033,
0.0030651739798486233,
-0.016376115381717682,
0.03210197761654854,
0.03665374964475632,
0.04805029183626175,
0.08460137248039246,
0.006605204194784164,
-0.0077003673650324345,
0.04332740232348442,
-0.02737908437848091,
-0.049932606518268585,
0.015366511419415474,
0.02986031398177147,
0.011730226688086987,
0.011208312585949898,
0.005420203320682049,
0.024144930765032768,
0.021218789741396904,
-0.009839358739554882,
0.0008973067160695791,
0.0053431992419064045,
-0.001116553321480751,
0.09233596175909042,
0.019268030300736427,
-0.017813516780734062,
0.031913746148347855,
0.06102113425731659,
0.014836041256785393,
-0.09377336502075195,
-0.027926666662096977,
0.015058496035635471,
-0.06536756455898285,
-0.048803217709064484,
0.043977655470371246,
0.0042480360716581345,
0.04404610022902489,
-0.054176364094018936,
-0.035592809319496155,
0.05458705127239227,
0.02477807179093361,
0.006237297784537077,
-0.015409290790557861,
-0.0004430385015439242,
0.025821898132562637,
-0.09781178086996078,
-0.017881965264678,
0.07720901817083359,
-0.06988511234521866,
0.04195844754576683,
0.035832375288009644,
0.04356696829199791,
0.040110357105731964,
-0.05674315243959427,
-0.01625633053481579,
0.01491304486989975,
0.03396717831492424,
-0.041205521672964096,
0.011114196851849556,
0.015357955358922482,
-0.008769863285124302,
0.01335585955530405,
-0.029175836592912674,
-0.047194696962833405,
0.05927571654319763,
0.014630698598921299,
0.0022395234555006027,
0.0122521398589015,
0.04045259580016136,
-0.01899424009025097,
0.03935743495821953,
-0.005561376456171274,
0.009000874124467373,
0.07495024055242538,
-0.00022593092580791563,
-0.01126820407807827,
0.0020972806960344315,
0.04832408204674721,
-0.05674315243959427,
-0.014801817014813423,
0.028063561767339706,
0.018070194870233536,
0.013775101862847805,
-0.011310984380543232,
-0.007601974066346884,
0.041479311883449554,
-0.03494255617260933,
-0.02558233216404915,
0.03771468997001648,
0.1019870862364769,
-0.029141612350940704,
0.020380305126309395,
-0.01126820407807827,
-0.020585648715496063,
0.01664990559220314,
0.023785579949617386,
0.021321462467312813,
0.010138817131519318,
-0.02902182936668396,
-0.051506903022527695,
0.02660904824733734,
-0.014408242888748646,
-0.016299111768603325,
-0.07344439625740051,
-0.02520586922764778,
0.04041837155818939,
0.0074479663744568825,
0.02026052214205265,
0.004350707400590181,
-0.051643796265125275,
-0.015700193122029305,
-0.03607194498181343,
-0.06618893891572952,
-0.0165814571082592,
0.058522794395685196,
-0.01554618589580059,
0.0722123384475708,
-0.02628392167389393,
-0.019747164100408554,
0.0688241720199585,
-0.006250131409615278,
-0.010729178786277771,
-0.027293525636196136,
-0.04004191234707832,
0.008526017889380455,
-0.004885455593466759,
-0.008611577562987804,
0.002718657488003373,
-0.03252977505326271,
0.04770805314183235,
-0.02695128694176674,
-0.031639955937862396,
-0.061910953372716904,
0.0005914309876970947,
-0.04319050535559654,
0.01001047808676958,
0.03511367738246918,
-0.033778946846723557,
0.04924812912940979,
0.08733928203582764,
0.001807447406463325,
0.015024272724986076,
-0.018549330532550812,
-0.014365463517606258,
0.021475469693541527,
0.03206775337457657,
0.031177932396531105,
-0.05900192633271217,
-0.027293525636196136,
-0.007144229952245951,
-0.04894011467695236,
-0.01832687482237816,
-0.021920379251241684,
0.031776849180459976,
-0.01755683869123459,
0.041034404188394547,
0.05920726805925369,
-0.03227309510111809,
0.03863873332738876,
0.01631622388958931,
-0.036756422370672226,
-0.04301938787102699,
-0.01705203577876091,
0.0019668021705001593,
-0.03442919999361038,
0.025068974122405052,
0.019507598131895065,
0.011345207691192627,
-0.03894674777984619,
-0.007589139975607395,
-0.004615942481905222,
-0.00420525623485446,
0.014938713051378727,
-0.002248079515993595,
0.016068100929260254,
-0.032050639390945435,
-0.0023357782047241926,
0.038433387875556946,
-0.04161620885133743,
-0.001222433289512992,
0.014818929135799408,
-0.012577266432344913,
-0.036927539855241776,
-0.05071975290775299,
-0.013766545802354813,
-0.013295968063175678,
-0.010737734846770763,
0.026266809552907944,
0.00020734843565151095,
0.011576219461858273,
0.048700544983148575,
0.050137948244810104,
0.03490833193063736,
-0.013578314334154129,
-0.020072290673851967,
-0.019370703026652336,
0.03449764475226402,
0.00965968333184719,
0.012910949066281319,
-0.05499773472547531,
0.035387467592954636,
0.03170840069651604,
0.006754933390766382,
0.004744281992316246,
0.00017780362395569682,
-0.051370006054639816,
0.02113323099911213,
-0.03167417645454407,
-0.01456225011497736,
0.03908364474773407,
-0.0023379172198474407,
-0.009779466316103935,
0.01165322307497263,
-0.015640301629900932,
-0.07714056968688965,
0.01611088030040264,
-0.013663874007761478,
0.007169897668063641,
0.03648262843489647,
0.03299179673194885,
-0.025428324937820435,
-0.02838868834078312,
-0.04096595570445061,
-0.03812537342309952,
-0.039939239621162415,
0.0011903485283255577,
-0.005839445162564516,
-0.013193296268582344,
-0.10362983494997025,
-0.024983415380120277,
0.07939934730529785,
0.019045576453208923,
-0.028508471325039864,
0.0028063561767339706,
-0.0475369356572628,
0.02226261794567108,
0.0008475751965306699,
0.005527152679860592,
0.006686485838145018,
0.04589419066905975,
0.03155439347028732,
-0.008958093822002411,
0.004310066811740398,
0.060062866657972336,
-0.0020801688078790903,
-0.003030950203537941,
0.005180635955184698,
-0.07672988623380661,
0.03319713845849037,
-0.04161620885133743,
0.008966649882495403,
-0.022519296035170555,
0.0534234382212162,
0.015503406524658203,
0.05113044008612633,
-0.0032106253784149885,
0.00210262811742723,
0.016709797084331512,
-0.0268828384578228,
-0.07789349555969238,
-0.0026159859262406826,
0.013740877620875835,
-0.009154881350696087,
0.043053608387708664,
-0.04209534078836441,
-0.0416504330933094,
-0.003957133274525404,
-0.039665449410676956,
0.026455041021108627,
0.01872044801712036,
0.010027589276432991,
0.0046758344396948814,
-0.029415404424071312,
0.0895296037197113,
-0.08508050441741943,
0.026420816779136658,
0.04818718880414963,
0.04360119253396988,
-0.010275712236762047,
0.031006813049316406,
0.02628392167389393,
0.061705611646175385,
-0.015417846851050854,
-0.011593330651521683,
-0.04688668251037598,
0.035798151046037674,
0.022194169461727142,
-0.04082905873656273,
0.03952855244278908,
0.05499773472547531,
-0.009231884963810444,
0.014297015964984894,
0.008966649882495403,
-0.01732582598924637,
-0.05267051234841347,
-0.010823294520378113,
-0.0015443514566868544,
0.0967850610613823,
0.002215994754806161,
-0.08412223309278488,
0.045551951974630356,
0.038330718874931335,
0.019969619810581207
] |
8,974 | sentencepiece | SampleEncodeAndScoreAsSerializedProto | null | def SampleEncodeAndScoreAsSerializedProto(self, input, num_samples=None, alpha=None, **kwargs):
return self.SampleEncodeAndScore(input=input, num_samples=num_samples, alpha=alpha,
out_type='serialized_proto', **kwargs)
| (self, input, num_samples=None, alpha=None, **kwargs) | [
-0.023030733689665794,
-0.05494037643074989,
-0.03216478228569031,
0.012927146628499031,
0.030514869838953018,
-0.008751338347792625,
-0.07484138011932373,
0.03929172456264496,
0.026075415313243866,
-0.003950434271246195,
0.0050475406460464,
0.025105880573391914,
-0.03446105122566223,
0.009049003012478352,
0.015555099584162235,
-0.0043373978696763515,
0.02122773602604866,
-0.03007262572646141,
-0.007764793001115322,
-0.006080862134695053,
-0.011336768046021461,
0.05289924517273903,
0.0007484137895517051,
0.08946946263313293,
0.02806551568210125,
0.05405588448047638,
0.03389974310994148,
-0.03623003140091896,
-0.05089213699102402,
-0.000036975521652493626,
0.017961930483579636,
-0.03002159856259823,
0.021755028516054153,
0.04453061893582344,
-0.0038419992197304964,
-0.01369256991893053,
-0.056028977036476135,
0.059022631496191025,
-0.10647886991500854,
-0.0245955977588892,
0.052014756947755814,
-0.024850739166140556,
-0.04623156040906906,
0.007569184526801109,
0.04939530789852142,
0.03141636773943901,
-0.02726607397198677,
0.11961013078689575,
0.02512289024889469,
-0.04276164248585701,
-0.0023558023385703564,
-0.03915564715862274,
-0.003146739676594734,
0.051096249371767044,
-0.0576958991587162,
-0.027164017781615257,
0.05738972872495651,
0.01610790565609932,
0.04109472036361694,
0.03850929066538811,
0.03359357267618179,
0.01640556938946247,
0.0307530015707016,
-0.019849974662065506,
-0.03490329533815384,
-0.05439607426524162,
-0.05266111344099045,
-0.019901001825928688,
-0.05711757764220238,
0.02769131027162075,
0.01950978673994541,
-0.03646816313266754,
0.030463842675089836,
0.015265939757227898,
-0.03592386096715927,
0.0691942572593689,
0.028643835335969925,
0.013582008890807629,
-0.03420590981841087,
0.016975384205579758,
0.06603050976991653,
-0.053103357553482056,
-0.013913691975176334,
-0.056403182446956635,
-0.03670629486441612,
-0.060553476214408875,
0.03990406170487404,
-0.022282319143414497,
0.008266570046544075,
-0.01305471733212471,
-0.007820073515176773,
0.06068955361843109,
0.023132789880037308,
0.014253880828619003,
0.012340322136878967,
-0.08967357873916626,
0.003133982652798295,
-0.014321917667984962,
0.000045679553295485675,
0.031144218519330025,
-0.06677892059087753,
0.0255651343613863,
-0.041332852095365524,
0.016312018036842346,
-0.013063222169876099,
0.03697844594717026,
0.043271925300359726,
-0.01995203085243702,
-0.052014756947755814,
0.038101065903902054,
0.030225710943341255,
0.008734328672289848,
0.03912162780761719,
-0.02177203632891178,
0.06351311504840851,
-0.005791701842099428,
0.007539418525993824,
0.05858038738369942,
-0.03371264040470123,
0.0006436996045522392,
0.006527358666062355,
0.10430166125297546,
-0.008921432308852673,
0.03304927051067352,
-0.06847985833883286,
0.03061692789196968,
0.06062151491641998,
-0.01217022817581892,
-0.04014219343662262,
-0.01933969184756279,
0.015240426175296307,
0.037114519625902176,
0.005978805478662252,
0.08518309146165848,
0.05585888400673866,
-0.010971065610647202,
0.030889077112078667,
-0.007917877286672592,
0.0026194481179118156,
0.003901531919836998,
0.08906123787164688,
0.023404939100146294,
0.06599649041891098,
-0.024323448538780212,
0.03745470568537712,
-0.02573522739112377,
0.05058596655726433,
-0.028507761657238007,
-0.018557259812951088,
-0.05619907006621361,
0.03014066442847252,
-0.011608918197453022,
-0.015699679031968117,
-0.039631910622119904,
-0.015538090839982033,
-0.0042055752128362656,
-0.0011853427859023213,
-0.1038254052400589,
0.018574269488453865,
-0.04701399430632591,
0.002468489808961749,
0.04068649560213089,
0.03224983066320419,
-0.023285873234272003,
0.010120595805346966,
0.06181217357516289,
0.0005009801243431866,
0.014696124941110611,
-0.03202870860695839,
-0.05184466391801834,
0.035039372742176056,
0.01763875223696232,
0.028269629925489426,
0.04558520391583443,
0.019560813903808594,
-0.033950768411159515,
0.016941366717219353,
0.006931331939995289,
0.0005015116184949875,
-0.006170161068439484,
0.015146873891353607,
-0.004258729517459869,
-0.00543025229126215,
0.023200826719403267,
-0.004103518556803465,
-0.0538177527487278,
0.005723664537072182,
0.0680716335773468,
0.01482369564473629,
-0.00422683684155345,
0.03332142159342766,
0.021567923948168755,
0.02415335364639759,
-0.0002779974602162838,
-0.013012194074690342,
-0.0027874161023646593,
-0.04929325357079506,
-0.027300093322992325,
0.007769045419991016,
0.07422903925180435,
-0.01073293387889862,
-0.0453810915350914,
-0.004771137610077858,
-0.03299824520945549,
-0.05044989287853241,
-0.027249064296483994,
-0.006425302475690842,
0.004248098470270634,
-0.017859874293208122,
-0.05191270262002945,
-0.04116275906562805,
-0.023694099858403206,
0.032964225858449936,
-0.014270889572799206,
0.014696124941110611,
-0.05422598123550415,
0.08110083639621735,
-0.014925751835107803,
0.042183320969343185,
-0.011915087699890137,
0.018387164920568466,
-0.010333213023841381,
-0.0178768839687109,
0.0225034411996603,
0.02323484607040882,
0.01140480488538742,
0.06051946058869362,
0.008997974917292595,
-0.06555424630641937,
-0.07674643397331238,
0.04160500317811966,
0.025939341634511948,
0.018285108730196953,
-0.029783466830849648,
-0.10375736653804779,
0.06871799379587173,
0.010333213023841381,
-0.030940106138586998,
-0.04483678936958313,
-0.020598387345671654,
0.01409229077398777,
0.017298564314842224,
0.027844393625855446,
-0.0650099441409111,
-0.023404939100146294,
-0.006327498238533735,
0.06051946058869362,
0.005391980987042189,
0.005323943216353655,
0.0320967435836792,
0.018693335354328156,
-0.010171623900532722,
-0.04089060798287392,
0.0022027178201824427,
-0.009219096973538399,
0.04908914119005203,
-0.007752035744488239,
-0.04119677469134331,
-0.009219096973538399,
-0.0004183250421192497,
-0.07531764358282089,
0.022775592282414436,
0.011915087699890137,
0.037726856768131256,
-0.010945551097393036,
-0.02233334816992283,
0.011991629377007484,
0.03561769053339958,
0.10273680090904236,
0.02775934711098671,
-0.07511352747678757,
0.006939836777746677,
0.018744362518191338,
-0.02684083953499794,
0.00896395556628704,
-0.0591927245259285,
0.007386333774775267,
0.0045967912301421165,
0.06626863777637482,
0.01927165500819683,
0.03410385549068451,
0.030821040272712708,
0.03354254364967346,
-0.033389460295438766,
0.09062610566616058,
0.021244745701551437,
0.012323313392698765,
-0.02061539702117443,
-0.020513340830802917,
-0.06640471518039703,
0.0066251629032194614,
-0.018625296652317047,
0.0009759145323187113,
-0.015844259411096573,
-0.040176212787628174,
-0.03990406170487404,
0.027402149513363838,
-0.037420690059661865,
0.045176975429058075,
0.03493731468915939,
-0.00400996720418334,
0.0009578420431353152,
0.08627169579267502,
0.0015797483501955867,
-0.013114250265061855,
-0.023575033992528915,
-0.029919542372226715,
-0.027589254081249237,
-0.08491094410419464,
0.0028235609643161297,
0.005804459098726511,
0.06912621855735779,
0.0015691175358369946,
-0.021363811567425728,
-0.04092462733387947,
0.009244611486792564,
0.08899319916963577,
-0.011506862007081509,
0.011872563511133194,
0.06126787140965462,
-0.06136992946267128,
-0.028031498193740845,
0.0020496330689638853,
0.0034996848553419113,
-0.02335391193628311,
-0.06507798284292221,
0.023404939100146294,
-0.013165278360247612,
-0.030225710943341255,
-0.10185231268405914,
-0.01903352327644825,
-0.030821040272712708,
0.046639785170555115,
-0.014687620103359222,
-0.059805065393447876,
-0.007467128336429596,
0.003633633954450488,
-0.009244611486792564,
-0.036570217460393906,
0.000633600284345448,
-0.004915717523545027,
-0.029171127825975418,
-0.01140480488538742,
0.06368321180343628,
-0.08246158808469772,
-0.051334381103515625,
-0.04391828179359436,
-0.03355955332517624,
-0.035413578152656555,
-0.027606261894106865,
-0.009959005750715733,
0.011889573186635971,
0.006812266074120998,
0.07960400730371475,
0.035957880318164825,
-0.017366601154208183,
0.029800476506352425,
-0.04854483902454376,
-0.006552872713655233,
-0.00005039700408815406,
0.03752274438738823,
-0.013428924605250359,
0.02563317120075226,
-0.018217071890830994,
-0.008279327303171158,
0.002434470923617482,
0.04453061893582344,
-0.041570983827114105,
0.02226530946791172,
0.005647121928632259,
-0.007233249023556709,
-0.030055616050958633,
-0.06630265712738037,
0.04048238322138786,
-0.024051297456026077,
0.003406133037060499,
-0.046333614736795425,
0.02667074464261532,
-0.002570546232163906,
-0.054804299026727676,
0.040108174085617065,
-0.0017562209395691752,
-0.004158799070864916,
0.005264410749077797,
0.014134814962744713,
0.019560813903808594,
0.05092615634202957,
-0.0031743799336254597,
-0.00985694956034422,
-0.010392745956778526,
-0.024867748841643333,
0.019475767388939857,
-0.008734328672289848,
-0.05368167906999588,
-0.05565476790070534,
0.011234710924327374,
-0.014908742159605026,
0.02396625094115734,
-0.009159564040601254,
0.0014936382649466395,
0.017791837453842163,
-0.04521099478006363,
-0.007632969878613949,
-0.023387931287288666,
-0.00710567831993103,
-0.024068307131528854,
0.02367709018290043,
0.009159564040601254,
-0.018387164920568466,
0.05235494673252106,
-0.07109931111335754,
0.05630112811923027,
-0.01933969184756279,
0.014015749096870422,
0.019016513600945473,
-0.005204877816140652,
0.011540880426764488,
-0.020224181935191154,
-0.07558979094028473,
0.03786293417215347,
0.008036943152546883,
0.049633439630270004,
0.03349151462316513,
0.017961930483579636,
0.07368473708629608,
-0.04007415473461151,
-0.029545335099101067,
0.014151823706924915,
0.022163253277540207,
0.06834378838539124,
0.015699679031968117,
-0.0784473717212677,
0.01976492814719677,
-0.02648364193737507,
-0.00029102026019245386,
0.016073886305093765,
-0.0040928879752755165,
-0.007160958833992481,
0.0024536065757274628,
-0.00004209162943880074,
0.050551947206258774,
0.003531577531248331,
0.015436033718287945,
0.02604139782488346,
0.01969688944518566,
0.01238284632563591,
-0.042795661836862564,
0.042863696813583374,
0.018046976998448372,
-0.009959005750715733,
0.051572512835264206,
-0.021006613969802856,
0.050790078938007355,
-0.019866984337568283,
0.005081559531390667,
-0.0026045648846775293,
0.004173682536929846,
-0.012178733013570309,
0.03446105122566223,
-0.033576563000679016,
0.007777549792081118,
0.0015542343026027083,
0.025241956114768982,
-0.013913691975176334,
0.002581177046522498,
-0.003633633954450488,
0.003021295415237546,
-0.020700445398688316,
0.0303787961602211,
0.017706789076328278,
0.057865992188453674,
0.08967357873916626,
-0.01467061135917902,
-0.01762174256145954,
0.027368130162358284,
-0.009993025101721287,
-0.012867613695561886,
-0.01046078372746706,
-0.0015457295812666416,
0.004856185056269169,
0.05320541560649872,
0.017774827778339386,
0.016669215634465218,
0.03680834919214249,
0.03568572923541069,
0.006208432372659445,
-0.01357350405305624,
0.025548124685883522,
0.09096629172563553,
0.03473320230841637,
-0.018812401220202446,
0.040414344519376755,
0.0603833831846714,
0.02544606849551201,
-0.06341105699539185,
-0.027606261894106865,
0.03701246157288551,
-0.03786293417215347,
-0.006446564104408026,
0.020275209099054337,
-0.003629381535574794,
0.015954820439219475,
-0.07116734981536865,
-0.03189263120293617,
0.02134680189192295,
0.03367862105369568,
-0.005289924796670675,
-0.013241820968687534,
-0.005953291431069374,
0.04929325357079506,
-0.0961371511220932,
-0.0030000335536897182,
0.041264813393354416,
-0.004254477098584175,
0.04095864295959473,
0.02294568531215191,
0.04776240512728691,
0.026687754318118095,
-0.06371722370386124,
-0.026806820183992386,
0.010520316660404205,
0.057559821754693985,
-0.030123654752969742,
-0.006327498238533735,
0.0028129301499575377,
-0.0011917214142158628,
-0.03813508525490761,
-0.03796498849987984,
-0.013122755102813244,
0.05936282128095627,
0.048340726643800735,
-0.01024816557765007,
0.013207802549004555,
0.03361058235168457,
-0.0078115686774253845,
-0.00023148735635913908,
0.006144647020846605,
0.0007510714931413531,
0.022231290116906166,
-0.035651709884405136,
0.011889573186635971,
0.010273680090904236,
0.029511315748095512,
-0.04684389755129814,
0.025054851546883583,
0.059260763227939606,
0.02061539702117443,
0.03240291401743889,
-0.019781935960054398,
-0.013445934280753136,
0.04983755201101303,
-0.0400061197578907,
-0.015555099584162235,
-0.007743531372398138,
0.06395535916090012,
-0.05762786045670509,
-0.007433109451085329,
0.005000764969736338,
0.0028809676878154278,
0.020666426047682762,
0.013522475957870483,
0.04878297075629234,
0.016499122604727745,
-0.03332142159342766,
-0.07116734981536865,
0.032538991421461105,
-0.005077307112514973,
-0.008151756599545479,
-0.07933185994625092,
-0.0072715203277766705,
0.03507339209318161,
0.016031363978981972,
0.01405827235430479,
0.015954820439219475,
-0.018778381869196892,
0.014151823706924915,
-0.03483526036143303,
-0.029171127825975418,
-0.029443278908729553,
0.07980812340974808,
-0.029936550185084343,
0.04201322793960571,
-0.02782738395035267,
-0.018557259812951088,
0.05388579145073891,
0.006429554894566536,
-0.011396300978958607,
-0.028626827523112297,
-0.0376928374171257,
0.04129883274435997,
-0.05085811764001846,
0.02000305987894535,
-0.0038781440816819668,
-0.010231156833469868,
0.049871571362018585,
-0.013224811293184757,
-0.006557125132530928,
-0.03592386096715927,
0.00048290760605596006,
-0.029205147176980972,
-0.012578453868627548,
0.05361364036798477,
-0.024782702326774597,
0.03408684581518173,
0.07484138011932373,
-0.014024253934621811,
-0.011991629377007484,
-0.024238400161266327,
0.010052558034658432,
0.02782738395035267,
-0.003099963767454028,
0.03386572375893593,
-0.05558673292398453,
-0.04830670729279518,
0.03151842579245567,
-0.0753856748342514,
-0.030395803973078728,
-0.014483507722616196,
0.027487196028232574,
-0.03684236854314804,
0.041639022529125214,
0.045108940452337265,
-0.014738648198544979,
0.025105880573391914,
-0.019866984337568283,
-0.04789848253130913,
-0.05208279564976692,
-0.01745164766907692,
0.004150294698774815,
-0.05643720179796219,
-0.003969569690525532,
-0.0028108039405196905,
-0.013122755102813244,
-0.031093189492821693,
0.04772838577628136,
-0.0511302687227726,
-0.0369444265961647,
0.003029800020158291,
-0.012204247526824474,
-0.0013416167348623276,
-0.04738819971680641,
-0.019866984337568283,
0.02342194877564907,
-0.04082256928086281,
-0.0226905457675457,
0.033950768411159515,
-0.02024119161069393,
-0.029698418453335762,
-0.005268662702292204,
-0.023813165724277496,
-0.012706024572253227,
-0.03708050027489662,
0.010869009420275688,
-0.008296336978673935,
0.013616028241813183,
0.05735570937395096,
0.037794895470142365,
0.035651709884405136,
0.026143454015254974,
-0.0288479495793581,
-0.03282814845442772,
0.02226530946791172,
0.00039653171552345157,
-0.00492847478017211,
-0.04068649560213089,
0.021125679835677147,
-0.025037841871380806,
0.004073752090334892,
0.047184087336063385,
-0.023506997153162956,
-0.05181064456701279,
0.04813661426305771,
-0.034495070576667786,
0.008194280788302422,
0.01811501570045948,
-0.007564932573586702,
-0.027061961591243744,
-0.01369256991893053,
-0.03959789127111435,
-0.08572739362716675,
0.024867748841643333,
0.0031935155857354403,
0.01253593061119318,
0.009780406951904297,
-0.0011577025288715959,
-0.04422444850206375,
-0.002985150320455432,
-0.02190811187028885,
-0.01952679641544819,
-0.01854025013744831,
0.011974620632827282,
-0.0034592875745147467,
-0.021312782540917397,
-0.09913080930709839,
-0.002876715501770377,
0.06099572405219078,
0.025888312608003616,
-0.03636610507965088,
-0.024017278105020523,
-0.05653925985097885,
-0.018438193947076797,
-0.011472842656075954,
0.0030616926960647106,
0.02818458154797554,
0.03976798802614212,
0.0403803251683712,
-0.016337532550096512,
-0.015402015298604965,
0.04592538997530937,
-0.010163119062781334,
-0.01546154823154211,
-0.012569949962198734,
-0.058886557817459106,
0.028660845011472702,
-0.017349591478705406,
0.03714853897690773,
0.006799509283155203,
0.06449966132640839,
0.011200692504644394,
0.03939377889037132,
-0.02525896392762661,
0.017740808427333832,
0.012969670817255974,
-0.023098770529031754,
-0.06939836591482162,
-0.04191116988658905,
0.01290163304656744,
-0.014134814962744713,
0.02000305987894535,
-0.042115285992622375,
-0.015606127679347992,
-0.017910901457071304,
-0.060247309505939484,
-0.00801993440836668,
0.03304927051067352,
0.024731673300266266,
-0.008559982292354107,
-0.019288664683699608,
0.060553476214408875,
-0.032964225858449936,
0.017162488773465157,
0.07211986929178238,
0.03786293417215347,
0.0031956417951732874,
0.034256938844919205,
0.011668451130390167,
0.06361517310142517,
-0.010843494907021523,
-0.009083021432161331,
-0.060553476214408875,
0.025548124685883522,
0.02610943466424942,
-0.05970300734043121,
-0.005374971777200699,
0.04476875066757202,
-0.010749943554401398,
-0.010656391270458698,
0.022741572931408882,
-0.006344507448375225,
-0.04660576581954956,
-0.02452756091952324,
-0.004737119190394878,
0.09409601986408234,
-0.030889077112078667,
-0.057321690022945404,
0.03335544094443321,
0.00918507855385542,
0.006552872713655233
] |
8,975 | sentencepiece | SampleEncodeAsIds | null | def SampleEncodeAsIds(self, input, nbest_size=None, alpha=None,**kwargs):
return self.Encode(input=input, nbest_size=nbest_size, alpha=alpha,
out_type=int, enable_sampling=True, **kwargs)
| (self, input, nbest_size=None, alpha=None, **kwargs) | [
-0.05483097955584526,
-0.07390988618135452,
-0.020214956253767014,
-0.0365205742418766,
0.04296931251883507,
0.04270200803875923,
-0.0543966107070446,
-0.014693433418869972,
0.038625601679086685,
-0.03366374969482422,
-0.022453637793660164,
0.02658016048371792,
-0.008390877395868301,
0.01609678566455841,
0.022904714569449425,
-0.012354512698948383,
0.01914573460817337,
0.018728071823716164,
-0.004418889060616493,
-0.013615858741104603,
-0.03568524494767189,
0.0543631948530674,
-0.00786462053656578,
0.016781754791736603,
0.0029090323951095343,
0.07464497536420822,
0.039594583213329315,
-0.05155649036169052,
-0.04948487505316734,
-0.0028463827911764383,
0.017558610066771507,
-0.020950045436620712,
0.0156540609896183,
0.02168513461947441,
-0.0012968479422852397,
-0.046678170561790466,
-0.019947651773691177,
0.032210275530815125,
-0.04908391833305359,
-0.029921475797891617,
0.015913013368844986,
-0.0752464160323143,
0.0023639805149286985,
0.020582500845193863,
-0.029102854430675507,
0.04931781068444252,
-0.006523917894810438,
0.046444278210401535,
0.039160214364528656,
-0.00476555060595274,
-0.010191011242568493,
-0.030205488204956055,
-0.013097954913973808,
0.03712201118469238,
-0.06592414528131485,
0.024976329877972603,
-0.025059863924980164,
-0.02347273752093315,
0.0692988783121109,
0.019546693190932274,
0.004042991437017918,
0.021601602435112,
0.07036809623241425,
-0.012755470350384712,
-0.007806147448718548,
0.0006108341622166336,
-0.10104136914014816,
0.027231717482209206,
-0.05169014260172844,
0.04440607875585556,
0.03815781697630882,
-0.03845853731036186,
0.03217686340212822,
0.04500751569867134,
-0.011017986573278904,
0.07618198543787003,
0.020916631445288658,
0.0257114190608263,
-0.014167175628244877,
0.028785429894924164,
0.06248259171843529,
-0.023522857576608658,
0.03545135259628296,
-0.026312856003642082,
-0.010667148046195507,
-0.02838447131216526,
0.016130197793245316,
0.014693433418869972,
-0.030205488204956055,
-0.06214845925569534,
0.04784763231873512,
0.04961852729320526,
0.02823411300778389,
0.034983567893505096,
-0.010867627337574959,
-0.01765885017812252,
0.013682684861123562,
0.00014566045138053596,
0.012538284994661808,
0.0005528832552954555,
-0.06435372680425644,
0.003836247371509671,
-0.02846800535917282,
-0.02868518978357315,
-0.016781754791736603,
-0.021635014563798904,
0.025460820645093918,
0.0007157723302952945,
-0.052625712007284164,
0.041165001690387726,
0.025293754413723946,
0.03062315285205841,
0.05446343496441841,
-0.020432142540812492,
0.02384028397500515,
-0.012270979583263397,
0.04821517691016197,
0.029320038855075836,
-0.0001476182515034452,
0.026279443874955177,
-0.04216739535331726,
0.026262735947966576,
-0.027766328305006027,
0.037422727793455124,
-0.02054908685386181,
0.03038926050066948,
0.03688811883330345,
0.00010833169653778896,
-0.011494124308228493,
-0.014325888827443123,
0.0409979373216629,
0.004832376725971699,
0.0050955056212842464,
0.10043992847204208,
0.025210222229361534,
0.01617196574807167,
-0.019546693190932274,
-0.01779250241816044,
0.0039594583213329315,
0.023522857576608658,
0.04133206605911255,
-0.004207968711853027,
0.09128472954034805,
0.05349445343017578,
0.042802244424819946,
-0.033129140734672546,
0.03025560826063156,
-0.03835829719901085,
0.01422564871609211,
-0.05857325345277786,
0.024993035942316055,
0.009497688151896,
-0.02911956049501896,
-0.0017855152254924178,
-0.03327949717640877,
-0.01779250241816044,
0.011828254908323288,
-0.04998607188463211,
-0.01705741323530674,
-0.0365205742418766,
0.02228657156229019,
0.01296430267393589,
0.0031136879697442055,
0.03585230931639671,
-0.028334351256489754,
0.016222083941102028,
-0.009806759655475616,
0.06274989992380142,
0.01645597629249096,
-0.05827253311872482,
0.01802639476954937,
-0.01630561798810959,
0.00501197250559926,
-0.015177924185991287,
-0.021250763908028603,
-0.04196691885590553,
-0.011753075756132603,
-0.01907890848815441,
0.009906998835504055,
0.05579996109008789,
0.030790219083428383,
-0.005112212151288986,
-0.023740043863654137,
-0.012429691851139069,
-0.0036837998777627945,
-0.01166118960827589,
0.0197304654866457,
0.03785710036754608,
0.05018655210733414,
-0.03685470670461655,
0.020766273140907288,
0.004794787149876356,
-0.018611125648021698,
-0.00823216512799263,
-0.008938018232584,
-0.0027440551202744246,
-0.06535612046718597,
-0.01794286258518696,
-0.06542295217514038,
0.04684523865580559,
0.018377233296632767,
-0.026095671579241753,
0.04737984761595726,
-0.041766438633203506,
-0.00756390206515789,
-0.018494179472327232,
-0.004999442491680384,
-0.029303332790732384,
0.03561841696500778,
-0.045842841267585754,
-0.023339085280895233,
-0.0074636624194681644,
0.04039650037884712,
-0.013799631036818027,
0.028785429894924164,
-0.008069275878369808,
0.014785319566726685,
-0.006340145133435726,
0.04824858903884888,
-0.04534164443612099,
-0.012722057290375233,
0.003084451425820589,
0.01779250241816044,
-0.012128973379731178,
0.020666033029556274,
-0.027014533057808876,
0.036320094019174576,
-0.004590131808072329,
-0.021584894508123398,
-0.016706574708223343,
0.016932114958763123,
0.00015910401998553425,
0.08573814481496811,
-0.000970025546848774,
-0.0767165943980217,
0.07350893318653107,
0.00724647706374526,
-0.07925599068403244,
-0.05616750568151474,
0.012012028135359287,
-0.009113436564803123,
0.0372556634247303,
0.05412930250167847,
-0.019479867070913315,
-0.07043492048978806,
0.05379517376422882,
-0.012488164938986301,
0.015695827081799507,
-0.01765885017812252,
-0.026847466826438904,
0.027899980545043945,
-0.03545135259628296,
-0.03598596155643463,
0.00038555642822757363,
0.024257946759462357,
0.06214845925569534,
-0.050854817032814026,
-0.026646988466382027,
-0.05750403180718422,
-0.0010890598641708493,
-0.06809600442647934,
0.05924151465296745,
-0.0051999217830598354,
0.051289185881614685,
-0.04306955263018608,
-0.0011548419715836644,
-0.02360639162361622,
0.06789552420377731,
0.025310462340712547,
-0.013699391856789589,
-0.04223422333598137,
0.06990031152963638,
0.024191120639443398,
-0.010224424302577972,
0.025160102173686028,
-0.03359692171216011,
0.0313081219792366,
0.037422727793455124,
-0.05192403495311737,
0.005496463272720575,
0.02063262090086937,
0.04611014947295189,
0.01083421427756548,
0.009881939738988876,
0.06084534898400307,
0.016180317848920822,
0.011636129580438137,
0.016038311645388603,
-0.03145848214626312,
-0.07411036640405655,
-0.03160884231328964,
0.020732859149575233,
-0.00942250806838274,
0.014200588688254356,
-0.06208163499832153,
0.026947706937789917,
0.007559725549072027,
-0.020298488438129425,
0.019346214830875397,
0.06415324658155441,
-0.022771062329411507,
0.02629614993929863,
0.014768612571060658,
-0.020883219316601753,
-0.029086148366332054,
-0.025678006932139397,
-0.049718767404556274,
-0.022587290033698082,
-0.0827309638261795,
0.032293811440467834,
-0.024274654686450958,
0.037222251296043396,
0.03342985734343529,
-0.03792392462491989,
-0.03966141119599342,
-0.03324608504772186,
0.05349445343017578,
0.02703123912215233,
0.04343709722161293,
0.06669265031814575,
-0.032895248383283615,
-0.01824358105659485,
-0.013799631036818027,
-0.028701895847916603,
-0.0026396389584988356,
-0.009673107415437698,
0.04737984761595726,
0.007605668623000383,
-0.06538953632116318,
-0.09589574486017227,
-0.0365205742418766,
-0.025160102173686028,
-0.011176698841154575,
-0.05723672732710838,
-0.040864285081624985,
0.0011256055440753698,
0.030205488204956055,
-0.009572867304086685,
0.019864117726683617,
-0.002537311054766178,
-0.03558500483632088,
-0.012037087231874466,
-0.008996490389108658,
0.09516065567731857,
-0.051222361624240875,
-0.02138441614806652,
-0.041766438633203506,
-0.0342484787106514,
-0.05543241649866104,
-0.026780640706419945,
0.0409645214676857,
-0.02957063913345337,
0.036453746259212494,
0.03665422648191452,
0.06746114790439606,
0.036086201667785645,
0.03545135259628296,
0.0067870463244616985,
-0.03538452833890915,
0.01789274252951145,
-0.00541710713878274,
-0.0476805679500103,
0.04106476157903671,
-0.0357854850590229,
0.013574092648923397,
0.011677896603941917,
0.03167566657066345,
-0.015520408749580383,
0.01426741573959589,
-0.00845770351588726,
-0.027766328305006027,
-0.008503646589815617,
-0.07651611417531967,
0.03642033413052559,
0.021117111667990685,
-0.02115052379667759,
-0.07718437910079956,
0.01076738815754652,
-0.018577711656689644,
0.007183827459812164,
-0.015570527873933315,
0.029336746782064438,
0.03835829719901085,
0.01922926865518093,
-0.0029925652779638767,
-0.004042991437017918,
0.03068997897207737,
0.023222139105200768,
-0.03775686025619507,
-0.02472573146224022,
-0.010934453457593918,
-0.004740490578114986,
0.0017479254165664315,
-0.03471626341342926,
-0.007146237418055534,
-0.03748955577611923,
-0.006097900215536356,
0.023740043863654137,
-0.0320599190890789,
0.006670100148767233,
0.0016194937052205205,
-0.02569471299648285,
-0.008077628910541534,
0.0070585282519459724,
0.0027899981942027807,
-0.01856100559234619,
0.03879266977310181,
0.009497688151896,
-0.0059600709937512875,
-0.05376175791025162,
-0.08654005825519562,
0.07330845296382904,
0.025661299005150795,
0.00252269278280437,
0.0049910894595086575,
0.024090882390737534,
-0.05980953946709633,
0.009572867304086685,
-0.07090270519256592,
0.007868796586990356,
0.021484656259417534,
0.0320432111620903,
0.030405966565012932,
-0.006883108988404274,
0.04784763231873512,
-0.04687865078449249,
-0.0014252796536311507,
0.03090716525912285,
-0.02592860534787178,
0.027599262073636055,
-0.03956117108464241,
-0.05980953946709633,
0.02726513147354126,
-0.022086093202233315,
0.017374837771058083,
0.03434871882200241,
-0.012204153463244438,
0.025360580533742905,
-0.01914573460817337,
0.005408753640949726,
0.0596090592443943,
-0.004013754893094301,
0.009414155036211014,
0.020315196365118027,
0.0484490692615509,
-0.03538452833890915,
-0.034749675542116165,
0.07250653952360153,
0.008365817368030548,
-0.0035877369809895754,
0.10819178074598312,
-0.022754356265068054,
0.07170461863279343,
-0.03551818057894707,
0.014183882623910904,
0.010082418099045753,
0.012638524174690247,
0.051055293530225754,
-0.002303419169038534,
-0.0260622575879097,
0.01989753171801567,
0.0057512386702001095,
0.03478309139609337,
-0.010909393429756165,
0.008804365061223507,
0.034749675542116165,
-0.04497409984469414,
-0.008687418885529041,
0.028250819072127342,
0.029320038855075836,
0.011310351081192493,
0.09709861874580383,
0.007484545931220055,
-0.03812440484762192,
0.03195967897772789,
-0.002735701622441411,
-0.042200811207294464,
0.015879599377512932,
0.014200588688254356,
0.004281059838831425,
0.0834660530090332,
-0.04253493994474411,
0.024942917749285698,
0.01922926865518093,
-0.026947706937789917,
0.006603274028748274,
0.00029628066113218665,
-0.0074386028572916985,
0.0011840785155072808,
0.028484711423516273,
0.004074316006153822,
-0.0008034818456508219,
0.009648047387599945,
0.02226986549794674,
0.004076404497027397,
-0.020916631445288658,
0.01572088710963726,
-0.04848248139023781,
-0.02748231589794159,
0.037890512496232986,
0.011360471136868,
0.005312690977007151,
-0.017374837771058083,
-0.04687865078449249,
0.03346326947212219,
0.014509661123156548,
-0.04179985076189041,
-0.011335411109030247,
-0.05422954261302948,
0.020766273140907288,
-0.0841343104839325,
0.004761374089866877,
0.05409589037299156,
-0.05693601071834564,
0.06418666243553162,
0.023790163919329643,
0.05610068142414093,
-0.008424290455877781,
-0.04550871253013611,
0.002320125699043274,
0.018611125648021698,
0.05078798905014992,
-0.035651832818984985,
0.021935733035206795,
0.03142507001757622,
-0.0015537114813923836,
0.010508435778319836,
-0.017475077882409096,
-0.009322268888354301,
0.06492175161838531,
-0.04149913415312767,
0.009965471923351288,
0.010926100425422192,
0.07497911155223846,
-0.004159937147051096,
-0.007513782475143671,
0.013849751092493534,
0.005304337479174137,
0.1109984889626503,
-0.009213676676154137,
-0.05489780753850937,
0.05199086293578148,
0.0409645214676857,
-0.0007617154042236507,
0.026279443874955177,
0.0663251057267189,
-0.005822241306304932,
0.06358522921800613,
-0.017341425642371178,
-0.015136157162487507,
0.012371218763291836,
-0.03241075575351715,
0.03359692171216011,
0.009180263616144657,
0.057704512029886246,
-0.08186221867799759,
0.028417885303497314,
-0.010299603454768658,
-0.04029626026749611,
0.035284288227558136,
0.0057136486284434795,
0.0424346998333931,
0.007288243621587753,
-0.05569972097873688,
-0.03398117423057556,
0.02636297605931759,
-0.005341927520930767,
-0.05810546875,
-0.07096952944993973,
-0.02235339768230915,
0.001257169758901,
-0.03142507001757622,
-0.010842567309737206,
0.017625436186790466,
-0.07731802761554718,
-0.010617028921842575,
-0.06241576373577118,
-0.048014696687459946,
0.010182657279074192,
0.029453692957758904,
-0.02293812856078148,
0.08988137543201447,
-0.01983070559799671,
-0.017408251762390137,
0.07250653952360153,
-0.0005377429188229144,
0.016489390283823013,
-0.011853314936161041,
-0.07858773320913315,
-0.009823466651141644,
-0.020131424069404602,
0.019479867070913315,
-0.00789803359657526,
-0.012162386439740658,
0.024859383702278137,
0.02317202091217041,
-0.005529876332730055,
-0.031391654163599014,
-0.0004897114704363048,
-0.05633457377552986,
0.006582390516996384,
0.03708859905600548,
-0.01549534872174263,
0.053461041301488876,
0.09115107357501984,
0.002265829360112548,
-0.036620814353227615,
-0.026847466826438904,
-0.022888008505105972,
-0.008679065853357315,
-0.015244750306010246,
0.06161385029554367,
-0.031475186347961426,
-0.01802639476954937,
-0.04604332149028778,
-0.04798128455877304,
-0.01847747154533863,
0.016121845692396164,
0.02422453463077545,
-0.017074119299650192,
0.012788883410394192,
0.019312800839543343,
0.016731634736061096,
0.0003563199134077877,
0.009338975884020329,
-0.009739933535456657,
-0.04196691885590553,
0.03008854202926159,
0.0024725731927901506,
0.0026396389584988356,
0.0071671209298074245,
-0.011268584989011288,
0.014008463360369205,
-0.01076738815754652,
0.05566630885004997,
-0.04410535842180252,
-0.02913626655936241,
0.033697161823511124,
-0.03404800221323967,
0.038324885070323944,
-0.03242746368050575,
0.020448848605155945,
0.008048392832279205,
-0.04046332463622093,
0.029988301917910576,
-0.004260176792740822,
-0.04925098270177841,
-0.015562174841761589,
-0.056200917810201645,
-0.01772567629814148,
-0.015136157162487507,
0.009472628124058247,
0.013281727209687233,
-0.0439717061817646,
0.01166118960827589,
0.046377453953027725,
0.02145124226808548,
0.0007888636318966746,
0.005851477850228548,
-0.049718767404556274,
0.028417885303497314,
0.0640530064702034,
-0.02830093912780285,
-0.026713814586400986,
-0.03284512832760811,
0.025210222229361534,
0.0055424063466489315,
-0.035752072930336,
0.005124742165207863,
-0.010291250422596931,
-0.04684523865580559,
-0.011619423516094685,
-0.018594417721033096,
0.0045734248124063015,
-0.00823634210973978,
-0.025310462340712547,
-0.036921530961990356,
0.006423678249120712,
0.020231662318110466,
-0.036320094019174576,
-0.03234393149614334,
-0.060444388538599014,
0.06358522921800613,
0.00205699703656137,
-0.0041307006031274796,
-0.06712701916694641,
-0.031241295859217644,
-0.07905551791191101,
-0.050086311995983124,
-0.030706685036420822,
0.029904769733548164,
-0.010399843566119671,
-0.015603940933942795,
-0.07457815110683441,
-0.00629837904125452,
0.05369493365287781,
0.04427242651581764,
0.023890402168035507,
-0.06772845983505249,
-0.03682129085063934,
0.007292420137673616,
-0.024709025397896767,
0.018460765480995178,
-0.008407584391534328,
0.004552541766315699,
0.0775185078382492,
-0.01951327919960022,
0.03779027238488197,
0.0037380962166935205,
-0.008136101998388767,
0.0054129306226968765,
-0.0271983053535223,
-0.062582828104496,
0.07337527722120285,
-0.012663584202528,
0.02547752670943737,
-0.014117056503891945,
0.060444388538599014,
-0.012471458874642849,
0.06572366505861282,
-0.012454751878976822,
0.010525142773985863,
-0.007129530888050795,
0.020983459427952766,
-0.09001503139734268,
-0.020298488438129425,
0.050921641290187836,
0.03209333121776581,
0.018160047009587288,
-0.027382077649235725,
-0.011903434991836548,
-0.011118225753307343,
-0.044205598533153534,
-0.0005727222887799144,
0.008662359789013863,
0.029637465253472328,
-0.012571698054671288,
-0.04818176478147507,
0.024324772879481316,
-0.09201981872320175,
0.008407584391534328,
0.05559948459267616,
-0.0027064653113484383,
0.033346325159072876,
-0.0010467714164406061,
0.01981399767100811,
0.1132037565112114,
-0.05593361333012581,
0.004203792195767164,
-0.024157708510756493,
0.012137327343225479,
0.06395277380943298,
-0.041833262890577316,
0.004656957928091288,
0.060444388538599014,
0.011210111901164055,
0.025343874469399452,
0.03902655839920044,
0.009355681948363781,
-0.024024056270718575,
-0.020582500845193863,
-0.037355903536081314,
0.05727013945579529,
-0.03642033413052559,
-0.059776127338409424,
0.03157542645931244,
0.046210385859012604,
-0.03212674334645271
] |
8,976 | sentencepiece | SampleEncodeAsImmutableProto | null | def SampleEncodeAsImmutableProto(self, input, nbest_size=None, alpha=None, **kwargs):
return self.Encode(input=input, nbest_size=nbest_size, alpha=alpha,
out_type='immutable_proto', enable_sampling=True, **kwargs)
| (self, input, nbest_size=None, alpha=None, **kwargs) | [
-0.013172821141779423,
-0.062271516770124435,
-0.025630449876189232,
-0.028408052399754524,
0.008083322085440159,
-0.031218919903039932,
-0.05738160386681557,
-0.011900446377694607,
0.031052596867084503,
-0.040217019617557526,
0.007883734069764614,
0.03765564039349556,
-0.03898622840642929,
0.058878518640995026,
-0.0026715712156146765,
0.022087760269641876,
0.035559963434934616,
-0.006977270822972059,
0.007854627445340157,
0.037056874483823776,
0.0002314235462108627,
0.024632509797811508,
-0.008781880140304565,
0.06479963660240173,
0.004507366567850113,
0.05465390160679817,
-0.0007474162266589701,
-0.014303820207715034,
-0.04686995968222618,
-0.009106211364269257,
0.029755273833870888,
-0.06443372368812561,
0.02118961326777935,
0.043543491512537,
0.0020728064700961113,
-0.04118169844150543,
-0.030370669439435005,
0.05631713569164276,
-0.08702044934034348,
-0.046836696565151215,
0.02112308330833912,
-0.05166007578372955,
-0.019476480782032013,
-0.021738480776548386,
0.03012118488550186,
0.004711112938821316,
0.031584832817316055,
0.15315067768096924,
0.009455490857362747,
-0.028474582359194756,
0.009455490857362747,
-0.00427451403811574,
-0.0040998742915689945,
0.04590528458356857,
-0.07524474710226059,
0.010603122413158417,
0.04078252241015434,
0.014952481724321842,
0.07677492499351501,
0.04726913571357727,
-0.008045898750424385,
0.004553105682134628,
0.04899889975786209,
-0.0849580392241478,
-0.0038691002409905195,
-0.014752893708646297,
-0.07032157480716705,
-0.01482773944735527,
-0.02579677477478981,
0.005609259940683842,
0.030354037880897522,
-0.005971013568341732,
0.02827499434351921,
0.040217019617557526,
-0.058013636618852615,
0.04054966941475868,
0.0362585224211216,
-0.009962777607142925,
-0.028657538816332817,
-0.0337803028523922,
0.02434976026415825,
-0.02142246626317501,
-0.02544749528169632,
-0.05245843157172203,
-0.05192619562149048,
-0.04277840256690979,
0.04823381453752518,
-0.00976318959146738,
0.00723922997713089,
-0.033081743866205215,
0.02118961326777935,
0.06436719000339508,
0.014611518941819668,
0.019493114203214645,
-0.002162205521017313,
-0.030769847333431244,
-0.00002446124744892586,
-0.028424685820937157,
0.026861244812607765,
0.02383415587246418,
-0.06523207575082779,
0.018628232181072235,
-0.0597766637802124,
0.019260261207818985,
-0.027027567848563194,
0.04726913571357727,
0.043610021471977234,
-0.0033139956649392843,
-0.06380169093608856,
-0.0022744738962501287,
-0.00016931211575865746,
0.05784730985760689,
-0.009047998115420341,
-0.014287187717854977,
0.07151909917593002,
0.054088398814201355,
0.016108430922031403,
0.008274593390524387,
0.008499130606651306,
0.034063052386045456,
-0.01321440190076828,
0.0710533931851387,
-0.043210845440626144,
0.0075136637315154076,
-0.035659756511449814,
0.05152701959013939,
0.06024236977100372,
-0.03546017035841942,
-0.01600031927227974,
-0.015368291176855564,
-0.014586570672690868,
0.01007088739424944,
-0.007143593858927488,
0.1353873312473297,
0.04204658046364784,
0.04440837353467941,
0.022320613265037537,
-0.04893237352371216,
-0.022121025249361992,
0.02261999435722828,
0.020540950819849968,
0.004694480448961258,
0.1132330372929573,
0.039817843586206436,
0.07198480516672134,
-0.047435462474823,
0.007305759470909834,
-0.03208380192518234,
-0.008307858370244503,
-0.021505627781152725,
0.03679075837135315,
-0.0038316776044666767,
-0.05704895779490471,
0.008054215461015701,
-0.012307938188314438,
0.02701093629002571,
0.0004488135455176234,
-0.06273721903562546,
0.017430702224373817,
-0.039518460631370544,
-0.038886431604623795,
0.028058772906661034,
0.0298883318901062,
0.030836375430226326,
-0.0008835935732349753,
0.004919017199426889,
0.04168066754937172,
-0.008748616091907024,
-0.029555685818195343,
-0.007151910103857517,
0.0016642744885757565,
-0.020540950819849968,
0.0045364731922745705,
0.0003477200516499579,
0.029439259320497513,
-0.006794314831495285,
-0.022653259336948395,
-0.017031526193022728,
0.0072600203566253185,
-0.026561861857771873,
-0.01053659338504076,
0.0000782240167609416,
-0.0411151684820652,
-0.016524238511919975,
-0.011767387390136719,
0.014054335653781891,
-0.025863302871584892,
0.06509901583194733,
0.020540950819849968,
-0.01957627572119236,
0.024798832833766937,
0.045738961547613144,
0.022187553346157074,
-0.011334946379065514,
-0.015285128727555275,
-0.029223037883639336,
-0.07657533884048462,
0.005264138802886009,
-0.03225012496113777,
0.0624045766890049,
-0.012923335656523705,
-0.030254242941737175,
0.026378905400633812,
-0.03148503601551056,
-0.04261207953095436,
-0.023933950811624527,
-0.015185334719717503,
-0.032616037875413895,
0.03150166943669319,
-0.038952961564064026,
-0.043377168476581573,
0.0031850950326770544,
0.021805010735988617,
-0.07131951302289963,
0.0011403554817661643,
-0.0748455747961998,
0.02004198171198368,
0.007218439597636461,
0.021389201283454895,
-0.01784651167690754,
0.033314596861600876,
-0.01940995268523693,
0.00008576054824516177,
0.01681530475616455,
0.027393478900194168,
0.023019172251224518,
0.027094097808003426,
-0.006927373353391886,
-0.05741487070918083,
-0.052757810801267624,
0.005696579813957214,
0.012557423673570156,
0.04803422465920448,
-0.053855545818805695,
-0.03374703601002693,
0.08668780326843262,
0.001370089827105403,
-0.05182640254497528,
-0.04291146248579025,
0.04387613758444786,
-0.026445435360074043,
0.02079043723642826,
0.04307778552174568,
0.008590608835220337,
-0.03536037355661392,
0.02062411420047283,
0.02474893629550934,
-0.0047901165671646595,
-0.0020748856477439404,
0.020640745759010315,
-0.004561421927064657,
-0.0242998618632555,
-0.09174404293298721,
0.025181377306580544,
0.04843340069055557,
0.06120704486966133,
-0.0039647361263632774,
-0.04653731361031532,
-0.009255902841687202,
-0.007763149216771126,
-0.026844611391425133,
-0.000027563572075450793,
0.03599240258336067,
0.031052596867084503,
-0.012307938188314438,
-0.01664898172020912,
-0.025696979835629463,
0.0437430776655674,
0.06732775270938873,
0.019942186772823334,
-0.01695667952299118,
0.057947106659412384,
0.04916522651910782,
-0.008291225880384445,
0.039185814559459686,
-0.0761096328496933,
0.0075885094702243805,
0.050529077649116516,
0.05877872183918953,
-0.015892209485173225,
0.009114527143537998,
0.007197649218142033,
0.028108671307563782,
0.006790156476199627,
0.039984166622161865,
0.016765408217906952,
-0.005592627450823784,
0.004054135177284479,
0.002086320426315069,
-0.07185175269842148,
0.0012318333610892296,
-0.0033139956649392843,
0.010777762159705162,
-0.02205449528992176,
-0.024798832833766937,
0.005929432809352875,
0.021954700350761414,
0.031934112310409546,
0.03264930099248886,
0.060774605721235275,
-0.0103037403896451,
-0.006935689598321915,
0.007189332973212004,
0.015842312946915627,
0.0337803028523922,
-0.033530816435813904,
-0.06762713193893433,
-0.01335577666759491,
-0.06223824992775917,
0.043210845440626144,
0.01952637918293476,
0.03712340444326401,
0.013655158691108227,
-0.0059876455925405025,
0.005954381078481674,
-0.03298195078969002,
0.05701569467782974,
0.013921276666224003,
0.05728181079030037,
0.029572317376732826,
-0.04973072558641434,
-0.02596309781074524,
-0.0633692517876625,
-0.026412170380353928,
-0.09314115345478058,
-0.07111992686986923,
0.07451292872428894,
-0.011334946379065514,
-0.03436243534088135,
-0.10611438751220703,
-0.03168462589383125,
-0.037688903510570526,
0.013896328397095203,
-0.002284869085997343,
-0.06280375272035599,
0.024732302874326706,
-0.004122743848711252,
-0.037456050515174866,
0.04025028645992279,
-0.030703317373991013,
0.004478259943425655,
0.005738160572946072,
-0.005459568928927183,
0.030553625896573067,
-0.03948519751429558,
-0.02752653881907463,
-0.025879936292767525,
-0.02067401073873043,
-0.04001743346452713,
-0.03898622840642929,
0.014262239448726177,
-0.015351658686995506,
0.006253763567656279,
0.043443698436021805,
0.03908602148294449,
0.029289567843079567,
0.023518141359090805,
-0.025114847347140312,
-0.00892325583845377,
-0.001523938961327076,
0.0047235870733857155,
-0.05728181079030037,
0.02850784733891487,
-0.05714875087141991,
0.004440837074071169,
-0.012050136923789978,
0.01819579117000103,
-0.030270876362919807,
0.012806909158825874,
-0.01203350443392992,
-0.007921156473457813,
-0.049996841698884964,
-0.06782671809196472,
0.023867420852184296,
0.0071477522142231464,
0.00711032934486866,
-0.11270079761743546,
0.016565820202231407,
-0.02014177478849888,
-0.02285284735262394,
0.02970537543296814,
0.015501349233090878,
0.009189372882246971,
0.017480598762631416,
0.02336845174431801,
0.035094257444143295,
0.07451292872428894,
0.03702361136674881,
0.0024823781568557024,
-0.021805010735988617,
-0.0006429442437365651,
-0.00845339149236679,
0.004682006314396858,
-0.016432762145996094,
-0.03845399245619774,
0.008831777609884739,
-0.020308097824454308,
0.03028750792145729,
-0.04114843159914017,
-0.01211666688323021,
0.04906542971730232,
-0.015734203159809113,
-0.016565820202231407,
-0.017996201291680336,
-0.017896408215165138,
0.010129100643098354,
0.04324410855770111,
0.04101537540555,
-0.017231114208698273,
0.0186614952981472,
-0.02895691990852356,
0.06090766191482544,
-0.018678128719329834,
-0.012881754897534847,
0.042811665683984756,
0.0049107009544968605,
0.018728025257587433,
-0.0737811028957367,
-0.04909869655966759,
0.01223309338092804,
0.044242050498723984,
0.009422225877642632,
0.03965152055025101,
0.0149441659450531,
0.07191827893257141,
-0.048333607614040375,
-0.019276892766356468,
0.01349715143442154,
0.013397357426583767,
0.04813401773571968,
0.011966975405812263,
-0.04820054769515991,
0.01163432840257883,
0.007276652846485376,
0.03476161137223244,
-0.022819584235548973,
0.011601063422858715,
-0.016765408217906952,
-0.025297803804278374,
0.04231269657611847,
0.0660969540476799,
-0.007293285336345434,
0.05059560760855675,
0.01600031927227974,
0.012166563421487808,
0.023035803809762,
-0.03921908140182495,
0.05831301584839821,
0.020407892763614655,
0.010835975408554077,
0.11283385753631592,
-0.00758435158059001,
0.06316966563463211,
-0.02820846438407898,
-0.017364172264933586,
-0.021089818328619003,
-0.0044824182987213135,
-0.006790156476199627,
-0.003417947795242071,
-0.03456202149391174,
0.010195630602538586,
-0.01847854070365429,
0.04394266754388809,
-0.0001626851735636592,
0.009896247647702694,
0.003000060096383095,
0.013064710423350334,
-0.027509905397892,
0.005018811672925949,
0.0249318927526474,
0.06912404298782349,
0.02453271485865116,
0.02935609593987465,
-0.06400127708911896,
0.03344765305519104,
-0.030886273831129074,
-0.02947252243757248,
0.017996201291680336,
-0.007480399217456579,
-0.020923495292663574,
0.035327110439538956,
0.016016952693462372,
0.013688423670828342,
0.06300333887338638,
-0.01681530475616455,
0.005197609309107065,
-0.03145177289843559,
0.033414389938116074,
0.07271663099527359,
0.04497387260198593,
-0.08462539315223694,
0.0387866385281086,
0.017763348296284676,
0.007696619722992182,
-0.026511965319514275,
0.002862843219190836,
0.03815460950136185,
-0.015967056155204773,
0.02509821578860283,
-0.021322671324014664,
-0.020058613270521164,
0.023069068789482117,
-0.04400919750332832,
-0.036191992461681366,
0.004257881548255682,
-0.016507606953382492,
-0.041314754635095596,
-0.03466181457042694,
-0.00736813060939312,
0.022753054276108742,
-0.06626328080892563,
0.024100273847579956,
0.0312521830201149,
-0.03409631550312042,
0.06217172369360924,
0.00018152649863623083,
0.0375225804746151,
0.0027360215317457914,
-0.03264930099248886,
-0.06939016282558441,
0.018611598759889603,
0.028990184888243675,
-0.003353497479110956,
-0.005496991332620382,
0.029672112315893173,
-0.04198005050420761,
0.03012118488550186,
-0.036923814564943314,
-0.004798432812094688,
0.025430861860513687,
0.009946145117282867,
-0.016923416405916214,
0.059111371636390686,
0.061007458716630936,
0.0080916378647089,
-0.03662443533539772,
0.05601775273680687,
0.011966975405812263,
0.022237451747059822,
-0.029322832822799683,
-0.02930619940161705,
0.0040312656201422215,
0.030087919905781746,
-0.037555843591690063,
-0.020125143229961395,
0.06024236977100372,
0.02217092178761959,
0.04417552053928375,
-0.02712736278772354,
-0.02315223030745983,
-0.02130603976547718,
-0.026229215785861015,
0.017597025260329247,
0.016657298430800438,
0.01335577666759491,
-0.08050057291984558,
0.02002534829080105,
-0.004919017199426889,
0.01831221766769886,
0.028191832825541496,
-0.013181136921048164,
0.048599723726511,
0.0373229905962944,
-0.04341043159365654,
-0.007451292593032122,
0.059676870703697205,
-0.03655790537595749,
0.016058532521128654,
-0.037788696587085724,
0.0041643246077001095,
0.05511960759758949,
0.025979729369282722,
0.0674608126282692,
0.026229215785861015,
-0.01252415869385004,
-0.0007307838532142341,
-0.04064946249127388,
0.017863143235445023,
-0.0016029427060857415,
0.05009663477540016,
-0.04726913571357727,
0.0559844896197319,
0.0004350398958195001,
-0.03211706504225731,
0.05066213756799698,
-0.0019096016185358167,
-0.007322391960769892,
-0.008008476346731186,
-0.06905751675367355,
0.016399497166275978,
-0.018960878252983093,
0.03639158234000206,
0.011018931865692139,
-0.004623793065547943,
0.015675989910960197,
-0.005946064833551645,
-0.01698162965476513,
-0.02072390727698803,
0.02360130473971367,
-0.010212262161076069,
-0.01609179750084877,
0.044242050498723984,
-0.03190084546804428,
0.03788849338889122,
0.0572485476732254,
-0.01349715143442154,
-0.00800015963613987,
-0.012989864684641361,
0.05289087072014809,
0.026295743882656097,
-0.0032682567834854126,
0.06879139691591263,
-0.07690798491239548,
-0.05551878362894058,
-0.018461907282471657,
-0.10105815529823303,
-0.05654998868703842,
0.023401714861392975,
0.014786158688366413,
-0.050229694694280624,
-0.0005977250402793288,
0.044242050498723984,
-0.025996362790465355,
0.00430362019687891,
-0.045106932520866394,
-0.06832569092512131,
-0.05738160386681557,
-0.022387143224477768,
-0.008353597484529018,
-0.027909083291888237,
0.02785918489098549,
0.0034366592299193144,
-0.04577222466468811,
-0.013888011686503887,
0.044308580458164215,
-0.044707756489515305,
-0.015285128727555275,
0.025863302871584892,
-0.0360589325428009,
0.06303660571575165,
-0.04530651867389679,
-0.03921908140182495,
0.04577222466468811,
-0.016765408217906952,
-0.005081182811409235,
0.017247745767235756,
-0.02170521579682827,
-0.009754872880876064,
-0.05844607576727867,
-0.0336306095123291,
-0.0168901514261961,
0.0045364731922745705,
0.016565820202231407,
-0.009738240391016006,
0.032732464373111725,
0.038886431604623795,
0.037921756505966187,
0.01185886561870575,
0.029206406325101852,
-0.028075406327843666,
0.019875656813383102,
0.0017463966505602002,
-0.022237451747059822,
-0.0046695321798324585,
0.020507687702775,
0.0274101123213768,
-0.0038711794186383486,
-0.0003451212542131543,
0.006964796222746372,
-0.013663475401699543,
-0.05418819561600685,
0.010328688658773899,
-0.014278871938586235,
-0.013621894642710686,
0.030952801927924156,
-0.02654523029923439,
-0.029272934421896935,
0.0536559596657753,
-0.026345642283558846,
-0.06297007203102112,
0.049763988703489304,
0.0012578214518725872,
-0.006104072090238333,
-0.011035563424229622,
0.0025821721646934748,
-0.03862031549215317,
-0.010985666885972023,
-0.03476161137223244,
-0.032050538808107376,
-0.06107398867607117,
0.04198005050420761,
0.009962777607142925,
-0.017513863742351532,
-0.04414225369691849,
0.0287240669131279,
0.03230002149939537,
-0.012241409160196781,
-0.0137300044298172,
-0.04497387260198593,
-0.04560590162873268,
0.010054254904389381,
0.011359894648194313,
-0.01634959876537323,
0.005563520826399326,
0.035726286470890045,
0.08668780326843262,
-0.03788849338889122,
0.03529384732246399,
-0.030736582353711128,
-0.03562649339437485,
0.02025820128619671,
0.03835419937968254,
-0.06300333887338638,
0.029040081426501274,
-0.021671950817108154,
0.003286967985332012,
0.008170641958713531,
0.02263662777841091,
-0.03905275836586952,
0.05072866752743721,
-0.052757810801267624,
0.006773524452000856,
0.004081162624061108,
-0.02837478742003441,
-0.07391416281461716,
-0.008673770353198051,
-0.03559322655200958,
-0.005031285807490349,
-0.02584667131304741,
-0.034462228417396545,
0.01992555521428585,
0.010295424610376358,
-0.015709254890680313,
-0.0001864642254076898,
0.028890391811728477,
0.002781760413199663,
-0.050628870725631714,
-0.0071394359692931175,
0.023518141359090805,
-0.04091557860374451,
-0.0009766307193785906,
0.05425472557544708,
0.016657298430800438,
0.013347460888326168,
-0.02095676027238369,
0.01081934291869402,
0.03915255144238472,
-0.04590528458356857,
0.020540950819849968,
-0.00784631073474884,
0.019659437239170074,
0.018328849226236343,
-0.02809203788638115,
0.015875577926635742,
0.09872962534427643,
-0.03178441897034645,
0.004370149690657854,
0.045506108552217484,
-0.02568034827709198,
-0.04031681641936302,
-0.02331855334341526,
-0.03085300885140896,
0.09886268526315689,
-0.020125143229961395,
-0.07371456921100616,
0.009072946384549141,
-0.0070271678268909454,
-0.02544749528169632
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.