diff --git a/commands.json b/commands.json new file mode 100644 index 0000000..e738984 --- /dev/null +++ b/commands.json @@ -0,0 +1,43 @@ +[ + { + "name": "restart", + "threshold": 0.5, + "phrases": [ + { + "content": "Start over", + "embedding": [], + "similarity": 0 + }, + { + "content": "Restart the conversation", + "embedding": [], + "similarity": 0 + }, + { + "content": "From the top", + "embedding": [], + "similarity": 0 + }, + { + "content": "Wait, stop, go back", + "embedding": [], + "similarity": 0 + }, + { + "content": "No no no", + "embedding": [], + "similarity": 0 + }, + { + "content": "From the beginning", + "embedding": [], + "similarity": 0 + }, + { + "content": "Take it from the top", + "embedding": [], + "similarity": 0 + } + ] + } +] diff --git a/embed.ts b/embed.ts new file mode 100644 index 0000000..4c97ea2 --- /dev/null +++ b/embed.ts @@ -0,0 +1,31 @@ +import fs from 'fs'; +import util from 'util'; +import { CommandEmbedding } from './src/talk'; +import { llamaEmbed } from './src/depedenciesLibrary/llm'; + +const readFileAsync = util.promisify(fs.readFile); +const writeFileAsync = util.promisify(fs.writeFile); + +const COMMAND_DEF_PATH = 'commands.json'; +const EMBEDDINGS_PATH = 'embeddings.json'; +const llamaServerUrl = 'http://127.0.0.1:8080'; + +const embedCommands = async (): Promise => { + const commandData = await readFileAsync(COMMAND_DEF_PATH, 'utf8'); + const commands: CommandEmbedding[] = JSON.parse(commandData); + for (const command of commands) { + for (const phrase of command.phrases) { + phrase.embedding = await llamaEmbed(llamaServerUrl, phrase.content); + } + } + const jsonStr = JSON.stringify(commands); + + try { + await writeFileAsync(EMBEDDINGS_PATH, jsonStr, 'utf8'); + } catch (err) { + console.error('Error writing JSON to file:', err); + } + console.log(`Embedding data written to ${EMBEDDINGS_PATH} successfully.`); +} + +embedCommands(); diff --git a/embeddings.json b/embeddings.json new file mode 100644 index 0000000..425589f --- /dev/null +++ b/embeddings.json @@ -0,0 +1 @@ +[{"name":"restart","threshold":0.5,"phrases":[{"content":"Start over","embedding":[0.7221048474311829,0.7560484409332275,-1.1942988634109497,-0.9837049841880798,-0.33888036012649536,-2.1973114013671875,-2.3495755195617676,-1.536615252494812,1.9618580341339111,0.4805477559566498,0.31065818667411804,1.6975024938583374,1.1224206686019897,0.13940474390983582,0.05993247404694557,-0.972384512424469,-0.01173394825309515,-1.2110555171966553,1.1352192163467407,0.7892991304397583,-0.7242143154144287,-0.7344323992729187,-0.7668188214302063,-1.2314624786376953,0.745198667049408,0.16600081324577332,-0.25059348344802856,1.0582510232925415,-0.42282459139823914,0.29780313372612,-0.2577933967113495,0.14765959978103638,0.682415783405304,2.656738758087158,2.6143672466278076,1.047965407371521,0.9068819284439087,-3.0979275703430176,1.5557528734207153,-2.2382724285125732,-0.006434279959648848,-1.1163864135742188,0.5541888475418091,-0.26731717586517334,-1.8083837032318115,-0.005753519479185343,1.077671766281128,0.7392906546592712,-0.1440117508172989,0.18701979517936707,1.3482273817062378,-0.5422906279563904,-0.2941187024116516,-0.6834868788719177,0.4499328136444092,-0.6904253959655762,-1.9605742692947388,0.20398004353046417,-0.6287539005279541,-1.9610114097595215,-1.9279175996780396,-0.12404733896255493,-1.891771674156189,-0.44238707423210144,-1.0196272134780884,-0.5657339692115784,-1.3126049041748047,-0.4701649844646454,1.9283502101898193,1.0153398513793945,-0.5926753878593445,2.0782501697540283,-1.0671870708465576,1.2808914184570312,0.6965809464454651,0.4141381084918976,-0.14276452362537384,-0.6952558159828186,0.6747170686721802,-0.42896416783332825,-0.4358614683151245,1.6681716442108154,-0.19041097164154053,-1.5860437154769897,-1.840222954750061,-0.32574236392974854,0.18505051732063293,2.6884429454803467,0.0761212557554245,2.3662149906158447,-0.742376983165741,-0.11110475659370422,-0.6221494674682617,0.45701834559440613,-2.2633471488952637,0.838047981262207,0.2031461000442505,-2.028129816055298,-0.8805301785469055,-1.8605455160140991,0.1830471158027649,-0.8639821410179138,-1.8804662227630615,0.6425174474716187,0.2498793751001358,-0.037420887500047684,0.9630023837089539,3.128915548324585,0.15295740962028503,-0.09144048392772675,1.0842496156692505,-1.0972306728363037,1.9772261381149292,1.727847695350647,-0.31705570220947266,-1.202034831047058,0.10608626902103424,-1.0744012594223022,-0.5799741148948669,-0.663111686706543,0.5883301496505737,-0.22770728170871735,-0.6508106589317322,1.3971306085586548,1.0509909391403198,-1.1420063972473145,-1.9244940280914307,0.47840213775634766,2.050112009048462,0.07438003271818161,-2.1528186798095703,0.10041477531194687,-0.07162848114967346,0.46097132563591003,1.3012516498565674,1.076509952545166,0.7143332362174988,2.0348894596099854,-1.2089428901672363,-1.3763251304626465,-1.444422960281372,1.4980804920196533,0.6336959600448608,-2.1746959686279297,0.3646700978279114,0.841728687286377,0.8246651887893677,0.6155713796615601,0.3077082931995392,-1.8007067441940308,0.9293768405914307,1.5832167863845825,0.30990204215049744,-1.3833725452423096,0.07649574428796768,0.11603836715221405,-0.21607273817062378,0.932817816734314,-0.3975454568862915,-1.2831543684005737,1.2376171350479126,-0.06699579209089279,-0.8995232582092285,0.2985663414001465,-0.9114075303077698,0.8992209434509277,2.152463674545288,1.3991434574127197,-2.2260727882385254,-1.2518717050552368,-0.5252617001533508,3.4617481231689453,-0.009018764831125736,0.79799485206604,0.0649334192276001,1.581887125968933,-0.5407496094703674,-1.5591942071914673,-2.057405710220337,-0.09324748069047928,-1.9214454889297485,-0.1492023915052414,1.8526548147201538,-2.4852216243743896,1.554795265197754,3.3228352069854736,0.973624050617218,0.4732776880264282,-0.8682560920715332,-2.132197618484497,1.7354356050491333,-0.9989655017852783,0.2973937392234802,-1.0350391864776611,-2.0843725204467773,0.1302669197320938,0.09962565451860428,-1.0216476917266846,-0.5172579288482666,1.3087188005447388,0.8079482316970825,0.48850011825561523,-0.7674110531806946,-0.9581229090690613,1.6822731494903564,-0.6675442457199097,-1.2307780981063843,0.015616437420248985,2.6515610218048096,-0.33005762100219727,0.8416972756385803,0.9903431534767151,0.14728373289108276,-0.11904489994049072,1.1497087478637695,3.3620731830596924,0.1324085295200348,2.0320017337799072,-2.011935234069824,-0.5536192655563354,0.180707648396492,0.32611724734306335,0.2542290985584259,1.794646143913269,-0.5457342863082886,0.23250748217105865,-0.4106181263923645,-1.5967124700546265,-0.7554875612258911,0.8117439150810242,0.02782122977077961,-0.1910371333360672,-0.3255326747894287,0.1452706903219223,1.1469613313674927,-0.3916366696357727,-0.015893641859292984,3.037390947341919,0.5312623381614685,0.11133365333080292,0.7674628496170044,-1.728551983833313,-0.06330129504203796,-2.6527955532073975,1.4242796897888184,-1.99140202999115,-1.0447834730148315,0.694402277469635,-0.6014394164085388,-0.5917800664901733,-2.479313611984253,-0.42272675037384033,0.42591220140457153,-0.06047641113400459,-1.912269115447998,-1.6878917217254639,1.1749298572540283,-1.8009612560272217,-0.25447604060173035,0.5942323207855225,0.4836953580379486,-0.8906459808349609,-2.804448127746582,0.5364296436309814,1.1297236680984497,0.1451817899942398,-0.4485783576965332,-1.00198233127594,-0.43048331141471863,1.9206666946411133,-2.632066249847412,1.6209259033203125,2.806710720062256,1.349285364151001,0.6226751208305359,0.21467983722686768,0.2636130452156067,-2.3146512508392334,-0.45159396529197693,-0.5654252767562866,0.22147014737129211,0.8124187588691711,-0.899300217628479,4.969808101654053,-1.4869413375854492,1.2885416746139526,-0.50225430727005,0.5678564310073853,-1.5167235136032104,-0.9557890892028809,-0.4278313219547272,1.6680805683135986,-2.9815173149108887,2.599431037902832,0.29214227199554443,1.3240567445755005,-1.4747507572174072,-1.112072229385376,1.1627434492111206,-0.6412062048912048,0.5513777136802673,-0.7168542742729187,0.6442340612411499,-0.26219749450683594,-0.0035290957894176245,-1.583625316619873,0.0076405927538871765,0.15257711708545685,-1.0851256847381592,0.40370625257492065,-1.2740896940231323,1.6017340421676636,1.4889366626739502,1.9869197607040405,0.4273182153701782,-1.285319209098816,0.6912936568260193,-0.32846757769584656,-0.2109152376651764,-1.3441801071166992,-2.8709287643432617,-1.2355836629867554,0.7903792262077332,0.2190689891576767,0.05152594670653343,-0.43684688210487366,-1.541530966758728,0.12104374915361404,2.30513596534729,-0.1711188554763794,1.9993442296981812,1.6252739429473877,1.4853652715682983,0.9758532643318176,1.2055968046188354,-0.36303403973579407,0.5698352456092834,1.160013198852539,-1.6549514532089233,-0.25153037905693054,-0.4994660019874573,-0.558675229549408,0.023539695888757706,0.0015935359988361597,-1.449524998664856,-1.4125571250915527,-0.7179075479507446,0.27462416887283325,0.96258544921875,1.0572454929351807,1.481525182723999,-0.07920300215482712,2.827094793319702,0.9276700615882874,-0.7372239232063293,1.634805679321289,-0.7598118782043457,1.2051982879638672,1.0411728620529175,0.776840329170227,-0.776085376739502,0.5216360688209534,-0.49505841732025146,1.5334036350250244,0.4549001455307007,-0.4067322611808777,-1.8770310878753662,-0.18486537039279938,1.2484368085861206,0.788707971572876,1.5482978820800781,0.7529042363166809,2.35630464553833,-0.5781052112579346,0.0892411544919014,1.505900263786316,0.3685530126094818,-0.5302148461341858,0.9793487191200256,-1.0148500204086304,-0.193406879901886,-0.044048309326171875,0.5717417001724243,0.9700993895530701,0.8821861743927002,1.3860948085784912,-0.5512703657150269,0.5302302837371826,-0.8180505037307739,1.5087862014770508,0.7529886364936829,0.7526681423187256,-0.7954914569854736,-1.2060866355895996,2.429044008255005,-0.6031318306922913,-1.531199336051941,0.9864346385002136,0.14435264468193054,-0.2851697504520416,-0.411872923374176,0.8628287315368652,0.11797219514846802,-0.9657115936279297,1.457283616065979,-0.5916685461997986,-1.208681344985962,0.620769739151001,-0.9029720425605774,-1.2527345418930054,-2.250397205352783,-2.13116717338562,0.31418368220329285,0.5870036482810974,1.6069551706314087,-2.0015738010406494,1.7916395664215088,0.3712879419326782,0.41085198521614075,1.743031620979309,2.0080840587615967,-1.81376051902771,1.9092046022415161,-2.5492444038391113,-0.5326443910598755,0.11087198555469513,0.9737024307250977,0.2363109141588211,-0.5894441604614258,1.292709469795227,0.8732361197471619,-0.7285838723182678,-1.1082253456115723,1.0140248537063599,-0.07018721848726273,-0.39174649119377136,-0.30189839005470276,1.4882622957229614,0.8283573985099792,-0.20942510664463043,-0.5753586292266846,-1.120958924293518,3.4131622314453125,-0.2209538221359253,0.8639690279960632,0.0644581988453865,0.5462533235549927,1.2588673830032349,-0.03158840164542198,-0.7376223802566528,-3.336543083190918,0.6310842633247375,1.2754573822021484,-2.5100314617156982,0.5357565879821777,-0.4800075590610504,-0.6342452764511108,0.3281020522117615,0.2298397272825241,-2.2109856605529785,0.213095024228096,1.2275348901748657,-1.3591222763061523,-3.031290292739868,1.444662094116211,-0.7555444836616516,0.6768208742141724,1.1264095306396484,-0.4150087237358093,-1.8865870237350464,0.5399891138076782,-0.7118579745292664,-0.8105506896972656,-1.9219229221343994,0.2685195803642273,0.33077096939086914,1.249859094619751,-0.1663680225610733,-1.734163761138916,-1.8562874794006348,-1.7443995475769043,-0.31427183747291565,0.7399870753288269,1.483214020729065,0.4708556830883026,-2.1620144844055176,-0.5628886818885803,-1.3557926416397095,-0.5804800391197205,-1.6028671264648438,1.2180298566818237,1.6151447296142578,0.11688254773616791,-0.4229336977005005,1.5573288202285767,-1.8288090229034424,-0.9484783411026001,1.6936216354370117,0.6112966537475586,0.1316886991262436,1.2996327877044678,1.1560896635055542,1.371843695640564,-0.39680418372154236,-1.490122675895691,-0.2628878355026245,0.056302640587091446,-0.29875606298446655,-0.7574474215507507,2.5165319442749023,-0.7668139338493347,-0.02795674465596676,0.5756557583808899,0.19979508221149445,-1.4518040418624878,1.402705430984497,1.1318843364715576,-1.2924275398254395,-1.3993688821792603,-0.48035478591918945,-0.6447717547416687,0.414961040019989,-0.13515880703926086,-0.4884721040725708,-0.1118786558508873,-0.8495064377784729,-1.4850921630859375,0.1853717714548111,-1.9178742170333862,1.4056415557861328,-0.5431476831436157,-1.0477782487869263,-1.0058854818344116,0.5226668119430542,0.47065430879592896,-0.0867086797952652,0.9625838398933411,1.1569784879684448,-0.12261587381362915,0.23802578449249268,1.1717002391815186,0.741368293762207,0.000693144160322845,2.5645265579223633,-1.467348575592041,1.3147886991500854,-0.7281811237335205,0.7454855442047119,-0.7739303708076477,0.5428334474563599,-0.2890594005584717,-0.8862960934638977,-0.9477942585945129,0.020063864067196846,-1.729088306427002,-1.0346108675003052,0.4604168236255646,0.006193201057612896,1.4051424264907837,1.5843894481658936,0.09342878311872482,0.8351866602897644,-0.5338748693466187,-0.8447962403297424,-0.4882200360298157,-0.08828863501548767,0.3883846402168274,-1.4243664741516113,0.10869425535202026,2.4262468814849854,1.0969713926315308,-0.06643569469451904,0.2689206004142761,-1.5423015356063843,-1.272816777229309,-0.01411450281739235,0.3993982672691345,0.1671382486820221,0.8767574429512024,0.1625847965478897,0.41319137811660767,0.28184038400650024,-1.5427231788635254,-1.7737600803375244,-0.2865685522556305,-0.8527683615684509,-1.0522756576538086,-0.40061312913894653,-0.6378312706947327,0.8044808506965637,-0.4655446410179138,1.1892836093902588,1.2046089172363281,-0.7481023669242859,-2.4550836086273193,-0.6089339256286621,-0.24814271926879883,0.6400035619735718,-0.033596862107515335,2.662951946258545,-3.183866024017334,0.816962480545044,-0.39422911405563354,0.683520495891571,-0.9528958201408386,-0.0638827383518219,-1.3408520221710205,-1.1969642639160156,-0.32397204637527466,-0.3117262125015259,-1.2091704607009888,2.6723716259002686,1.7471699714660645,-1.8119851350784302,0.06153599172830582,-0.36431384086608887,-1.894374966621399,1.0803821086883545,0.0472874753177166,1.3087812662124634,1.7213151454925537,1.1534115076065063,-1.1780248880386353,-1.2982912063598633,-0.4064006805419922,-0.28952687978744507,1.4083776473999023,-1.0710890293121338,0.1068999394774437,-1.1268459558486938,-0.5017210245132446,0.34184688329696655,0.4025112986564636,0.24364294111728668,0.6231175661087036,-0.23234744369983673,0.29259181022644043,-1.6892656087875366,-0.23673206567764282,-0.1567278355360031,0.7343450784683228,-0.843553364276886,0.3840175271034241,0.241905078291893,-2.6291277408599854,-0.9972825646400452,-1.6137934923171997,0.9484928250312805,-0.9058266878128052,-0.2857741713523865,0.9056898355484009,0.5207297801971436,-3.4078218936920166,0.7578866481781006,0.06992516666650772,1.0725958347320557,1.0314865112304688,-0.4059464931488037,0.3327144980430603,-0.6915383338928223,0.6609307527542114,-1.9167035818099976,-0.7111066579818726,0.22806981205940247,0.29897090792655945,-0.1391233205795288,0.5131509900093079,-0.823456346988678,0.383217453956604,0.15269187092781067,-1.0227842330932617,-0.354559063911438,-0.4313795864582062,-0.5295681953430176,-0.07677857577800751,0.8142479658126831,-1.0465714931488037,1.5243381261825562,-2.870558500289917,0.9313418865203857,0.7657578587532043,0.7296470403671265,-1.0771063566207886,-1.3818992376327515,-0.0019706033635884523,-1.8567781448364258,0.12098794430494308,-1.0154651403427124,1.38875150680542,0.7248095870018005,-0.8250845074653625,-0.6603778600692749,0.15642757713794708,-1.6907014846801758,-1.9627982378005981,0.7538227438926697,1.7835606336593628,-0.4461731016635895,0.016250578686594963,0.0075629642233252525,-0.05228555575013161,-1.81950843334198,1.9655165672302246,-1.4992127418518066,1.9962689876556396,-0.05971100181341171,-2.9350392818450928,2.0950229167938232,-0.2555887699127197,1.3619377613067627,-1.4943585395812988,1.6205483675003052,-0.9515222311019897,-1.1772494316101074,-2.6822633743286133,0.52528315782547,0.836369514465332,0.24680449068546295,-1.6838802099227905,0.04060739278793335,-0.23337164521217346,-0.33617979288101196,0.16081087291240692,0.24379323422908783,0.28810933232307434,-0.25278085470199585,0.43328726291656494,-1.4046002626419067,-1.8942997455596924,0.03275155648589134,0.46710553765296936,-0.460801362991333,0.2129107415676117,-0.20485584437847137,2.4146194458007812,0.3638426661491394,0.2924950420856476,1.4069608449935913,0.15118174254894257,-0.8972806334495544,0.903672456741333,-1.7304872274398804,1.121074914932251,-2.103935718536377,0.06782281398773193,-1.0324492454528809,-1.3054841756820679,0.6833875775337219,1.4268440008163452,-0.2780720293521881,3.589500665664673,1.0996533632278442,-2.417031764984131,0.8881182074546814,2.3053629398345947,0.6176256537437439,-0.7959661483764648,-0.15145598351955414,-0.2779187858104706,-0.6899518370628357,-1.2312989234924316,2.642503023147583,2.007650375366211,-0.14673961699008942,1.9166826009750366,0.94455885887146,-1.525917649269104,1.8641083240509033,2.2591865062713623,-1.6605002880096436,0.48701366782188416,-2.1448023319244385,1.953731894493103,0.3345358967781067,0.9323982000350952,2.610701322555542,1.2394287586212158,0.08513759821653366,-2.5633509159088135,0.6892640590667725,0.2545108199119568,2.65081787109375,-2.202502965927124,0.2913665771484375,-0.34665846824645996,0.1084662675857544,1.9454792737960815,-2.5925791263580322,-0.40968942642211914,1.6015783548355103,0.7029188275337219,0.91541588306427,0.11395280808210373,-2.1098406314849854,-1.7681061029434204,-0.6679080724716187,0.00584028335288167,-0.6368815898895264,-1.4168611764907837,0.2979452311992645,-1.2566131353378296,-0.0522567480802536,1.2719197273254395,-0.917711079120636,0.30843791365623474,-0.8703469038009644,0.9327585697174072,-1.0071207284927368,1.146893858909607,1.2316925525665283,2.0556983947753906,2.471952199935913,0.4196493625640869,3.266385793685913,-0.20486460626125336,-0.9217321872711182,-0.3198939263820648,-0.7603544592857361,1.844103455543518,0.7845780849456787,2.078054189682007,1.1274558305740356,0.2784668505191803,-1.2234855890274048,1.1830604076385498,-0.5991983413696289,0.4668033719062805,0.7086448669433594,-0.17520475387573242,0.4749022424221039,-0.8579068779945374,-1.951053500175476,1.8715176582336426,-2.2312090396881104,0.020505495369434357,0.3004928529262543,-1.681787133216858,1.3095858097076416,0.6254911422729492,0.7061347961425781,-0.7260227799415588,0.4034936726093292,-0.054697372019290924,-0.5514180660247803,-0.6382045745849609,-0.02310485951602459,-0.5402146577835083,-0.5324152112007141,3.360405683517456,2.1055614948272705,0.057541850954294205,-1.0024389028549194,-0.6418051719665527,-0.17878827452659607,-2.5110015869140625,1.2411457300186157,2.483781337738037,-1.311247706413269,-0.22857467830181122,0.6917662024497986,-0.31241610646247864,0.38679155707359314,1.6148908138275146,-1.2965130805969238,-0.7135148048400879,1.0586878061294556,-0.09000566601753235,-1.88114333152771,0.19089139997959137,4.472357749938965,0.06364577263593674,-0.3170911371707916,-0.1207795962691307,0.10083252191543579,1.021549940109253,-0.40701761841773987,1.5727101564407349,0.49306175112724304,2.327660083770752,-0.8651793003082275,0.7624166011810303,-0.33020827174186707,-1.8174134492874146,2.3153140544891357,0.7951154708862305,1.0743197202682495,1.2472444772720337,-0.1066274642944336,0.4413496255874634,-0.26196032762527466,1.6439437866210938,-0.04893885925412178,0.6809501051902771,-0.4810877740383148,-0.37916022539138794,-0.002249363111332059,0.8189524412155151,0.1747567504644394,-0.4302217960357666,2.338736057281494,-0.3823385238647461,-0.3484633266925812,-1.1671425104141235,0.38879409432411194,-1.4354839324951172,3.094191789627075,1.1993398666381836,-1.48665452003479,-0.8101263642311096,-0.4990801215171814,-0.7657380700111389,1.95016348361969,-1.3260773420333862,0.5885026454925537,0.08087434619665146,0.901555061340332,-0.10769951343536377,0.27117037773132324,0.5326012969017029,0.4214377701282501,-0.17491480708122253,0.8014357686042786,-1.2518881559371948,-1.553813099861145,0.052123937755823135,-1.7511144876480103,-0.7802733778953552,0.4228289723396301,0.40891289710998535,-0.8758493661880493,0.7909498810768127,-0.20998021960258484,0.6364811658859253,0.4066162407398224,-0.5363008379936218,0.20586618781089783,-0.7825444936752319,-1.1050471067428589,0.015536792576313019,-0.4127403497695923,1.9525502920150757,-0.10640831291675568,-0.5007595419883728,0.11667432636022568,-0.43802401423454285,-2.344639301300049,-1.6889071464538574,0.036432571709156036,2.595266103744507,-0.029408102855086327,0.17322000861167908,-0.9029489159584045,-0.028017496690154076,-1.33638334274292,0.31425848603248596,0.09687380492687225,1.6482429504394531,-1.7903718948364258,-0.32819658517837524,-0.9373972415924072,-0.24737273156642914,-2.6165454387664795,0.7890719771385193,-0.8349469900131226,-1.9439679384231567,1.504369854927063,1.0701795816421509,-0.15491165220737457,-0.07117801904678345,0.08923561871051788,0.5574920177459717,0.44767653942108154,-0.3465200960636139,-0.5447606444358826,-2.1765851974487305,-0.6100476980209351,-0.07191134989261627,0.8144646883010864,1.5401283502578735,-1.5766706466674805,0.749923050403595,-0.9877336621284485,0.26000991463661194,-0.3392050862312317,-0.4648227095603943,-0.2942728102207184,-0.24033315479755402,-1.4209814071655273,1.1157143115997314,1.4345226287841797,-0.9853543043136597,-1.7214521169662476,1.941413164138794,-0.7262107133865356,2.049680233001709,1.9094070196151733,0.21494987607002258,-0.4409588575363159,0.467490017414093,-1.0602582693099976,0.8964126706123352,-0.6487604975700378,0.6870814561843872,-0.8032961487770081,1.2368826866149902,3.093261241912842,2.285444736480713,-0.21843679249286652,-0.12359821051359177,0.8174223899841309,-3.0844295024871826,3.15104079246521,-0.07808142155408859,1.673565149307251,0.982707679271698,-1.4856642484664917,-0.5801451206207275,-1.7513525485992432,-1.882188081741333,0.5847664475440979,1.865820288658142,-1.153306245803833,-1.9915392398834229,-0.5162553191184998,-0.40542855858802795,-1.0393197536468506,-1.5734004974365234,0.8158361315727234,0.028011374175548553,-0.25321710109710693,1.0591530799865723,0.18881769478321075,-0.9563847184181213,2.344470500946045,-0.5036229491233826,1.347395896911621,0.1031050905585289,1.7740201950073242,0.8603523969650269,0.5774983763694763,1.4658164978027344,0.24974271655082703,-0.43436911702156067,1.4878841638565063,-0.6684244275093079,1.2067511081695557,-1.372087001800537,-1.5356359481811523,-0.8280659317970276,-0.2267567366361618,-0.7494504451751709,0.5435413718223572,-0.6310982704162598,0.5052820444107056,-1.346974492073059,-0.4342198371887207,0.6164346933364868,-0.29160261154174805,-2.3851821422576904,0.3043479025363922,-0.10691225528717041,0.06538287550210953,0.7572852969169617,1.4733325242996216,-0.6538665294647217,-0.2543294131755829,2.7040834426879883,0.18437233567237854,-0.7710165977478027,0.6730740666389465,2.6164534091949463,-0.0545145645737648,-1.1180061101913452,-2.1799843311309814,0.1793149709701538,-2.7980828285217285,0.14836564660072327,0.3075895607471466,-0.01909882389008999,2.11309814453125,-1.2081819772720337,-0.6838122606277466,-2.6385486125946045,1.6077821254730225,-1.208866834640503,2.5750863552093506,0.9094802141189575,-0.7726534008979797,-0.8212000131607056,0.07809151709079742,1.0321134328842163,1.188901662826538,1.4727044105529785,0.6491326689720154,-1.7741422653198242,1.5444954633712769,-1.243967056274414,0.12091083824634552,1.6199424266815186,-1.6229811906814575,0.4252348244190216,1.2040854692459106,-0.6630715727806091,-1.4326398372650146,1.4884922504425049,-0.19932180643081665,1.1318910121917725,0.9177253842353821,-0.2756885588169098,-1.449134111404419,0.3220355808734894,0.9675931930541992,-0.6732896566390991,-2.1227335929870605,-0.9464618563652039,-1.3747870922088623,1.139833688735962,-0.2487555742263794,1.3197016716003418,-0.24492500722408295,-0.9477166533470154,0.621676504611969,1.5976407527923584,-1.5943070650100708,0.21958227455615997,0.63351970911026,-0.5525754690170288,-0.6303663849830627,-0.8758804202079773,1.3183348178863525,-1.174074649810791,-1.1698436737060547,-1.8117821216583252,-2.523338794708252,0.5654739141464233,2.4542741775512695,-0.3319348096847534,0.9640937447547913,2.1448750495910645,-0.44099730253219604,1.2735687494277954,-1.2965381145477295,-1.6027175188064575,-0.8691466450691223,-1.67168390750885,0.2070298045873642,0.27122101187705994,-1.3607090711593628,-1.4119658470153809,-1.9857206344604492,0.26628682017326355,1.139862060546875,1.4017634391784668,1.5971025228500366,2.240797281265259,-0.07791554927825928,2.2155253887176514,0.48138877749443054,-0.24870142340660095,-0.5013653635978699,0.3854809105396271,2.4826197624206543,-0.3783998191356659,-2.3968045711517334,1.3746557235717773,-0.23015007376670837,1.4211097955703735,1.4640408754348755,0.5355820655822754,1.99015474319458,-0.40367305278778076,-0.3375909924507141,-0.09438585489988327,0.33503901958465576,-0.3448253273963928,0.05398484319448471,0.25648224353790283,0.4547306001186371,0.24098381400108337,1.0274131298065186,0.06342026591300964,0.43059298396110535,-0.7697375416755676,1.5425918102264404,-0.21746276319026947,-0.028821613639593124,-1.2673720121383667,-0.6059190034866333,0.2479504495859146,0.4064669609069824,1.0034458637237549,1.6028492450714111,-0.4333368241786957,0.1870630532503128,-0.0033458955585956573,-1.297188401222229,-1.1847927570343018,-2.051901340484619,-1.548184871673584,-0.8442867398262024,0.5744116902351379,-1.4474214315414429,0.9909505248069763,-0.9162814617156982,-0.6734223961830139,2.025956630706787,0.5985610485076904,0.38262850046157837,-0.2433823049068451,1.3860225677490234,1.4534010887145996,1.7856287956237793,2.3829121589660645,-0.34732910990715027,1.3744901418685913,1.8486453294754028,-0.8688052296638489,-3.982494592666626,-0.28882452845573425,0.3432156443595886,0.5723539590835571,3.4499759674072266,0.5321943163871765,1.3577888011932373,0.2699347138404846,0.2903478741645813,-2.0048046112060547,-0.175641730427742,0.24508245289325714,1.8167349100112915,-0.5658385753631592,-0.4524382948875427,-0.9815981388092041,-1.9932581186294556,-0.09521271288394928,-0.5681923031806946,-0.030876222997903824,-0.6306690573692322,-0.14165250957012177,-0.19281718134880066,-0.8460100889205933,-0.09510210901498795,1.3441213369369507,1.3722625970840454,0.024793002754449844,-2.080221652984619,0.9997674226760864,-2.977862596511841,0.8013163208961487,0.4792543053627014,-2.636411428451538,1.7187303304672241,1.368931531906128,-0.7229543328285217,-0.8022482395172119,0.46636277437210083,-0.9289528131484985,1.5056238174438477,0.15873152017593384,-2.9680917263031006,0.25431814789772034,-1.3916369676589966,-0.2435818761587143,-1.9698156118392944,-0.3857986330986023,-0.7316281199455261,0.5950456857681274,-1.3856614828109741,-0.8564822673797607,-1.6980947256088257,2.40692138671875,1.49751615524292,-0.7819890975952148,-0.37512537837028503,-2.772948980331421,1.8419734239578247,-2.234863519668579,-0.07647248357534409,1.4379595518112183,-1.2523516416549683,0.2082943171262741,0.25850704312324524,-0.3426375985145569,1.4110342264175415,0.45031341910362244,-1.1117520332336426,2.0291597843170166,4.183582305908203,-0.3987063467502594,-0.6476994156837463,-0.33123743534088135,1.1744767427444458,2.202462911605835,1.40397047996521,-1.274464726448059,0.7277154326438904,-0.10018133372068405,1.7814767360687256,1.3840566873550415,0.5308718681335449,1.382412075996399,0.280963659286499,0.12456803023815155,1.6228538751602173,-0.9938188791275024,-0.5717278718948364,-0.7983928918838501,1.2513084411621094,0.386324405670166,-0.5754849910736084,-1.6344125270843506,-0.352786123752594,0.08700352907180786,-1.4910669326782227,1.5068182945251465,-0.5073907971382141,-0.9359626770019531,-0.9442854523658752,0.6478144526481628,1.5734487771987915,-1.8715040683746338,0.9073160290718079,-1.40325927734375,1.9833160638809204,-0.3037530183792114,-1.974091649055481,1.3591880798339844,0.36141228675842285,-1.2969639301300049,0.06321169435977936,-2.356306791305542,1.3659764528274536,-0.15549029409885406,0.4992629587650299,-0.22463048994541168,1.0206079483032227,0.20587694644927979,-1.311358094215393,-1.2982028722763062,-0.3366154432296753,0.3252928853034973,-1.7028943300247192,-2.7111802101135254,0.9162265062332153,-1.6161978244781494,-1.6031757593154907,2.330308675765991,-2.4385409355163574,-0.42477673292160034,0.0938381627202034,-1.430172085762024,0.7611109018325806,-1.3701674938201904,0.6182233095169067,-0.48782068490982056,-0.2614072263240814,-2.6708271503448486,0.042366888374090195,-1.0360018014907837,1.8594635725021362,0.7287424206733704,-0.3558635115623474,-3.1371676921844482,0.3170379400253296,2.3616445064544678,1.8334903717041016,-0.922569990158081,2.9406626224517822,0.6188438534736633,1.4651488065719604,-0.14037327468395233,-2.345217704772949,-1.539872407913208,-1.6112529039382935,2.1557765007019043,-1.878922700881958,0.5004363656044006,1.5770779848098755,-0.7731882333755493,-0.1658344715833664,0.2392338663339615,-1.4234246015548706,0.20845617353916168,-0.44869059324264526,0.4625929892063141,1.4800851345062256,0.0026042810641229153,-0.7990232110023499,-1.33889901638031,-0.8880175948143005,-0.18710267543792725,0.3985130190849304,-2.085466146469116,-1.443305253982544,-2.534259080886841,1.0433508157730103,-0.25362831354141235,-0.9844924211502075,-1.7447370290756226,1.8218897581100464,0.002106703585013747,0.009246911853551865,-0.5613347887992859,0.9948284029960632,-0.18249638378620148,-1.1147162914276123,-0.9827196002006531,0.9813919067382812,-0.20017065107822418,0.4489029049873352,0.31004995107650757,-0.48990684747695923,3.0245535373687744,-0.5996826887130737,0.5858738422393799,-1.721609115600586,-0.34545162320137024,-0.45997193455696106,0.5316352248191833,-1.0647094249725342,-0.16913512349128723,-0.05001996457576752,0.42039307951927185,-2.237579107284546,-0.07118211686611176,-0.25033193826675415,-1.7549140453338623,-0.7707783579826355,0.343252569437027,1.0790172815322876,-1.6089521646499634,0.562259316444397,-0.6525354385375977,-0.08726761490106583,0.3590832054615021,0.2838574945926666,-1.567020297050476,-1.9826703071594238,1.5552141666412354,1.9391603469848633,-1.023209810256958,-0.7265872359275818,1.6526169776916504,1.8091362714767456,0.014205058105289936,-2.006664514541626,0.3483397662639618,-0.32861050963401794,1.4673243761062622,-0.49946239590644836,-0.1456862837076187,-0.28770285844802856,1.1580315828323364,0.1505819708108902,-1.2712534666061401,-0.38679543137550354,1.1501303911209106,3.1494805812835693,0.6734645962715149,-0.40490418672561646,-2.675294876098633,0.43529853224754333,-1.7526878118515015,-1.0683516263961792,-3.2631912231445312,2.16461443901062,0.8184935450553894,0.4522784352302551,-0.036298204213380814,0.11640305817127228,-1.1605836153030396,0.8757219910621643,0.43781778216362,0.8411130905151367,1.148565411567688,-1.9522781372070312,-0.41831550002098083,-1.8894014358520508,-0.9690845608711243,1.8161507844924927,0.3545682430267334,-0.31828758120536804,0.4727169871330261,-0.4212733507156372,1.2070130109786987,-1.4338300228118896,0.49282824993133545,-0.22865694761276245,0.13946424424648285,1.1637576818466187,0.9795304536819458,0.6266900300979614,1.6039351224899292,1.272045612335205,-1.2258721590042114,-0.5947463512420654,2.241448402404785,-3.553374767303467,0.5546225309371948,0.8438615202903748,0.6350525617599487,0.21915963292121887,-1.3419700860977173,0.1311432421207428,3.2751002311706543,-1.730830192565918,0.07868693768978119,-1.4877138137817383,-0.7222430109977722,-0.6072292923927307,-0.6536797285079956,-1.9764213562011719,1.0909385681152344,1.0529234409332275,-0.9938451647758484,-0.8024577498435974,-1.3456549644470215,-0.342950701713562,-0.969530463218689,-0.42747029662132263,0.6924030780792236,0.6383489966392517,1.3408139944076538,1.5810080766677856,0.0634927824139595,-1.0713434219360352,-1.7160612344741821,1.2075352668762207,2.4269824028015137,1.4465510845184326,1.471692442893982,-1.6475419998168945,0.8076648116111755,-0.6579064130783081,0.43005800247192383,1.2516133785247803,-0.13803353905677795,-0.3492904305458069,0.04815414920449257,0.8762547969818115,2.5115535259246826,0.6284883618354797,1.0355533361434937,-1.3283840417861938,-1.1374547481536865,-0.9392029047012329,-1.2948834896087646,0.6288676261901855,-0.9691881537437439,1.1290407180786133,-0.6411260962486267,-0.5360811948776245,-0.34399300813674927,-0.03901929408311844,0.769711971282959,0.9847680926322937,-1.2001229524612427,0.5988063812255859,-0.608903169631958,0.35405096411705017,0.7621045112609863,1.0242056846618652,-0.3567938208580017,-0.8465700745582581,-1.5839321613311768,0.5848082900047302,-0.4417029321193695,0.5570098161697388,-1.052839756011963,-0.5222315192222595,0.9597716331481934,2.8442721366882324,0.3246675729751587,0.3226719796657562,0.5234856009483337,0.3402790427207947,-1.573224663734436,-0.37030860781669617,-1.7549468278884888,2.5941781997680664,-0.5396356582641602,-0.14327409863471985,1.3919477462768555,2.7563400268554688,-3.124995708465576,-0.7443687915802002,0.896917998790741,1.879500389099121,0.4779425263404846,-0.35672464966773987,0.35262730717658997,-1.659721851348877,-1.8728779554367065,-0.5743700861930847,-0.6349688768386841,-0.3265855610370636,-1.1948347091674805,0.19810287654399872,1.6875988245010376,-1.0479434728622437,-1.0901881456375122,-0.6121147274971008,-0.8634007573127747,-1.5120446681976318,1.259409785270691,-1.2433644533157349,0.2446514219045639,-0.27115732431411743,-0.3451206088066101,2.43635892868042,-2.421861171722412,-0.8779089450836182,-0.25241056084632874,-1.1681851148605347,-0.2351851463317871,-0.7118979692459106,-0.7907741665840149,2.6168298721313477,-3.8781142234802246,-0.7572904825210571,1.8641825914382935,2.26717472076416,-1.2109453678131104,-0.6440726518630981,1.0340631008148193,0.10532055050134659,-1.8673001527786255,2.0307271480560303,0.6487787365913391,0.6706985831260681,-0.44979047775268555,1.624665379524231,0.6365293860435486,2.0374691486358643,-0.42403706908226013,0.2730509638786316,1.026473045349121,0.2874348759651184,1.9624123573303223,-1.6800825595855713,-1.8337994813919067,0.043463777750730515,1.1676689386367798,2.197157621383667,0.43911945819854736,1.3436901569366455,-0.3263418674468994,-1.7410422563552856,-0.3190796971321106,0.40726637840270996,1.1172925233840942,-1.3844488859176636,-0.3255143463611603,0.7363144755363464,-0.3363872766494751,0.29516661167144775,0.5830179452896118,-0.11482811719179153,0.17809171974658966,0.35852545499801636,-0.6911988258361816,1.2381963729858398,1.5927574634552002,-0.2114967554807663,1.048156499862671,-0.47438719868659973,1.2528204917907715,-0.2885589301586151,-1.1742825508117676,-0.3316892683506012,1.3412466049194336,-0.8157786130905151,-0.4705626964569092,0.4650830328464508,-0.31263887882232666,1.480168342590332,-0.1880016028881073,-2.364424467086792,0.1975128948688507,2.7130353450775146,0.5120062828063965,-1.2853481769561768,-0.19102197885513306,-0.20980221033096313,0.7938902378082275,-1.081470251083374,1.9037405252456665,1.5440024137496948,-0.3251990079879761,-0.5546507835388184,0.5532099604606628,-0.8228886723518372,-0.3864520788192749,0.3561142683029175,0.1635342687368393,-0.04069523513317108,0.4760074019432068,-0.25058645009994507,0.8204463720321655,-0.7110044360160828,-0.6881555318832397,-0.6109665632247925,-1.521079659461975,2.0266685485839844,0.7198798656463623,-0.21451866626739502,1.570874571800232,-0.7948160767555237,0.5005158185958862,0.819697380065918,-1.7232695817947388,-0.235881507396698,0.4363371729850769,0.9927924871444702,-0.5445312261581421,-0.048893269151449203,-2.548549175262451,0.10246755927801132,-1.1419199705123901,-0.3159705698490143,-2.2310001850128174,-1.6418180465698242,-0.06161172688007355,-1.0591084957122803,1.3431559801101685,-0.6058573126792908,-0.8808251619338989,1.0171153545379639,-1.5950695276260376,1.024040699005127,1.794734001159668,0.3907821476459503,1.60819673538208,-1.3053719997406006,1.741106629371643,-1.8514539003372192,0.6581717133522034,-1.1250945329666138,0.3891097605228424,-0.861696183681488,-0.83336341381073,-1.1062952280044556,0.8300435543060303,-1.806884765625,-0.37664732336997986,1.657064437866211,1.1765750646591187,0.45676833391189575,-1.7722911834716797,1.3841434717178345,0.6130165457725525,-1.8363604545593262,0.6976964473724365,0.5931283831596375,-1.020505666732788,1.7145429849624634,1.4567769765853882,-1.2000362873077393,-0.14646366238594055,2.150892972946167,2.921320676803589,-1.0524961948394775,1.4558802843093872,-1.1758568286895752,-1.1934092044830322,-1.4676038026809692,0.8687050938606262,-0.7133117318153381,-0.6522321105003357,1.8251221179962158,-0.02747116982936859,-0.6108748912811279,-0.733117401599884,-2.2137537002563477,1.5623784065246582,0.44560399651527405,1.76116144657135,-0.5269374847412109,0.5854039192199707,0.03696327656507492,1.2564746141433716,-1.0224502086639404,-1.044523000717163,2.1894803047180176,2.7010350227355957,-0.01919771544635296,1.4099665880203247,0.45940664410591125,-4.600830078125,-2.456207752227783,-0.49159038066864014,0.8742775917053223,-1.786426305770874,0.8340326547622681,0.8847699165344238,0.06850233674049377,-1.6897215843200684,-0.23545923829078674,-0.9924992322921753,-1.0498802661895752,0.1997917890548706,0.9003664255142212,2.1049153804779053,-0.8387879133224487,-0.11432897299528122,0.3773299753665924,1.3565165996551514,2.8087871074676514,-3.692316770553589,3.235640525817871,-0.7773637771606445,-0.30506548285484314,0.8569096922874451,0.09931053221225739,0.8063936829566956,-2.7963390350341797,-0.6203781366348267,0.9783519506454468,1.2626605033874512,0.5339582562446594,-0.5055622458457947,0.22632960975170135,0.9502559900283813,-0.018544748425483704,-0.4887387454509735,-0.997477114200592,0.03402473032474518,-0.5851775407791138,1.523590326309204,0.054195184260606766,1.3619940280914307,0.2302553653717041,0.6941869258880615,1.3634308576583862,-0.3801822364330292,-0.4234553277492523,1.7122915983200073,-0.3759271502494812,1.774593710899353,-0.06019563972949982,-0.8793886303901672,-2.4290578365325928,-0.24920383095741272,1.455016016960144,0.9403727650642395,-2.5119097232818604,-0.2297024428844452,-0.16420423984527588,1.307826280593872,-1.7097954750061035,-0.04818471148610115,-0.34377557039260864,0.9170272946357727,-0.16740216314792633,-1.400351643562317,0.7474291920661926,-0.4657355546951294,1.6306804418563843,-1.7746137380599976,-0.7754504680633545,1.714232087135315,-1.0352338552474976,1.3283073902130127,1.8988677263259888,-0.7565662860870361,-0.7178896069526672,-0.43290889263153076,0.04567994177341461,1.5540229082107544,0.93143230676651,0.27617529034614563,0.6881927847862244,0.2747911810874939,0.9469825625419617,-0.6414473652839661,-0.4753018021583557,-2.537863254547119,0.21653254330158234,-2.0031981468200684,0.06734850257635117,1.7535042762756348,0.14185066521167755,-1.4313549995422363,-0.9256545305252075,-0.4191761314868927,-3.214754581451416,-2.0883893966674805,0.6527662873268127,2.7500152587890625,-0.4594631493091583,0.39120593667030334,0.3304794728755951,-1.6033544540405273,-1.4964975118637085,-0.4029407799243927,-2.9645891189575195,0.6276003122329712,-0.59681236743927,5.058496952056885,-0.34454137086868286,-0.164344921708107,-0.22159451246261597,-1.0961408615112305,0.7124049663543701,0.4357772469520569,-0.033900994807481766,-0.2340240776538849,1.4756664037704468,0.19968409836292267,1.487943172454834,0.45243966579437256,-0.7410895228385925,-2.060967445373535,-0.7053112983703613,-0.7478396892547607,-1.197853446006775,-1.1879521608352661,0.6665616631507874,-0.7677316069602966,-1.6676093339920044,-0.12676307559013367,-1.7142441272735596,0.5417073369026184,0.7910865545272827,1.443597435951233,2.141319751739502,1.8061187267303467,0.744962215423584,-0.8632344007492065,0.4891904890537262,0.9321869611740112,0.9833436608314514,0.7293131351470947,-0.03521745651960373,0.5774368047714233,-0.3410184979438782,1.5972471237182617,-0.7949030995368958,0.34525924921035767,-1.2705634832382202,1.1530017852783203,1.2942150831222534,-0.5652016997337341,-0.9489151239395142,2.2988619804382324,-0.14891701936721802,1.4704140424728394,0.1972128003835678,1.1582934856414795,-2.5504040718078613,-0.6003445386886597,-0.2894591987133026,1.5547308921813965,2.563971757888794,-0.16216103732585907,-1.191943645477295,-0.6135647296905518,1.4922276735305786,2.4850246906280518,-1.4016444683074951,2.080639600753784,-0.14249646663665771,-1.2340525388717651,-0.7742468118667603,0.7933730483055115,-0.19920504093170166,0.07426767796278,0.8235918879508972,1.3885852098464966,0.28544488549232483,1.357210636138916,-0.22209857404232025,-0.80428546667099,-0.5309469699859619,2.5580081939697266,-1.6373302936553955,-2.1709492206573486,-0.27340179681777954,-0.013579150661826134,-2.3533859252929688,2.1244094371795654,-0.8971326351165771,-2.8648006916046143,-0.1249612420797348,-0.16770988702774048,0.028218507766723633,1.0112109184265137,-1.7959896326065063,-0.9019911885261536,0.372164249420166,0.944225549697876,-0.8647531867027283,1.7263983488082886,0.12107760459184647,-0.6759219169616699,1.70015549659729,-2.110175848007202,0.17222344875335693,0.002361960941925645,0.5228266716003418,-0.7719575762748718,0.9775928258895874,0.05945143848657608,0.11380042880773544,3.5626344680786133,-3.251183271408081,-0.7280856370925903,-0.1539354920387268,1.5569078922271729,1.2585580348968506,1.5276459455490112,-1.251711368560791,-1.8068499565124512,-0.24825651943683624,-2.7335939407348633,1.4631277322769165,0.7867319583892822,-0.02533102221786976,0.8295023441314697,-0.945426344871521,1.727488398551941,0.7110406756401062,0.7861884832382202,1.2729153633117676,1.2365328073501587,0.6059967279434204,0.3437769114971161,0.925998330116272,0.6040292382240295,0.06332211941480637,0.29361727833747864,-0.6806021332740784,-0.7676305174827576,0.6727666258811951,0.08869082480669022,0.2697860300540924,-0.7078649997711182,0.6587541103363037,-1.9069899320602417,-1.1779828071594238,0.6456072330474854,0.3526051342487335,-1.2211461067199707,-1.5653396844863892,1.1698977947235107,-1.3583766222000122,0.3586600422859192,0.2815946042537689,0.6408165097236633,2.0441792011260986,-1.820077896118164,0.02829117141664028,-0.1996886134147644,-1.3946665525436401,-3.074849843978882,-0.5045661926269531,1.861720323562622,1.9058687686920166,-0.26365864276885986,3.353391170501709,0.09856795519590378,0.7317580580711365,1.3503079414367676,-2.264690399169922,0.9051068425178528,-0.9882646203041077,-0.04506871476769447,-0.02542387694120407,-0.2523852586746216,-2.402777910232544,1.2377822399139404,0.4240970313549042,0.5080388784408569,0.5732730031013489,0.8078320026397705,-1.9306408166885376,-3.283928871154785,-1.603193998336792,-0.03455762937664986,0.37314316630363464,-0.9388101100921631,1.0543423891067505,1.048577070236206,-1.3156869411468506,1.0025382041931152,2.8471908569335938,-0.1081528291106224,-0.041134316474199295,1.182112693786621,-0.4496929943561554,1.1971447467803955,0.5054704546928406,0.19595862925052643,0.5808954238891602,-0.35389846563339233,1.988257884979248,-0.7351713180541992,1.4072502851486206,1.9604672193527222,-0.9010023474693298,2.2490394115448,-2.9612317085266113,-0.26256200671195984,0.7338680028915405,-2.3089139461517334,1.1438475847244263,0.14829577505588531,1.9559403657913208,-0.7084568738937378,-0.7590287923812866,-1.3643194437026978,-2.737816333770752,-0.43985891342163086,-0.22515031695365906,-0.33974489569664,1.2092186212539673,-1.387087345123291,0.02743351273238659,0.3638308048248291,0.5100347399711609,1.7837955951690674,0.7522405385971069,-0.6357941627502441,-0.776918888092041,-0.04263484477996826,-3.4510226249694824,1.209706425666809,0.002276869025081396,0.5457677245140076,0.07612515985965729,1.5768828392028809,0.7941592335700989,-1.128640055656433,-0.8303815722465515,-0.29217153787612915,0.9468624591827393,0.24633602797985077,0.6466870903968811,1.3697307109832764,1.3571654558181763,0.18984569609165192,-0.016972338780760765,-1.0414366722106934,0.668541669845581,-1.9728271961212158,-0.34224802255630493,-1.09108567237854,0.3001452088356018,-1.827813982963562,-0.4813724458217621,2.192492961883545,1.0810612440109253,0.8273373246192932,-1.2100962400436401,1.9015864133834839,1.1640349626541138,1.8060435056686401,3.1929073333740234,2.5497066974639893,0.019429584965109825,-0.12141041457653046,0.3384290635585785,0.7394999861717224,3.277355670928955,-0.03397354483604431,2.0921294689178467,-1.4434864521026611,0.16583037376403809,-0.2566300332546234,-0.2852104604244232,-1.1658638715744019,-1.335593342781067,0.3426392078399658,-2.0692217350006104,-1.6089481115341187,0.4861304759979248,0.6270491480827332,-0.08041314035654068,-0.03734210506081581,-0.6477609872817993,0.24631619453430176,0.7305222749710083,0.9494783282279968,-1.4488201141357422,2.470538854598999,-2.2479636669158936,0.6803940534591675,-1.954288363456726,1.9440573453903198,0.9952484369277954,1.649311900138855,-0.05403595045208931,1.4203425645828247,1.9108316898345947,0.11933135986328125,1.0963369607925415,-0.448958158493042,1.5172511339187622,-0.21055355668067932,2.5501773357391357,2.1998772621154785,1.074471116065979,0.004494480323046446,-0.4649386405944824,1.4206382036209106,0.9010676145553589,-1.74783194065094,1.0116685628890991,0.305618554353714,0.5264354944229126,1.7586171627044678,-1.1171427965164185,0.4220482409000397,-0.8805312514305115,0.45062747597694397,-1.4899183511734009,-0.448325514793396,-0.7676478624343872,1.0999622344970703,0.9198102951049805,-1.5070929527282715,-1.852787733078003,0.7457064986228943,-0.10996876657009125,1.2285786867141724,1.8620355129241943,0.2157474309206009,1.0015276670455933,0.25107160210609436,0.23969297111034393,-1.3383119106292725,-4.615345478057861,0.09285087883472443,-0.3134055733680725,-2.3098373413085938,0.7783435583114624,-0.41842466592788696,1.69231379032135,0.9491113424301147,1.3530492782592773,-1.34620201587677,-0.7498877048492432,0.541094958782196,-1.2572710514068604,0.045425716787576675,0.6295914649963379,0.13071133196353912,-0.7432640194892883,-1.6732192039489746,-0.953483521938324,3.131105661392212,0.6940896511077881,-0.5805672407150269,1.1710463762283325,0.5188130140304565,4.672442436218262,-1.2391128540039062,-1.116428017616272,-2.6044156551361084,-2.056997537612915,1.1043052673339844,1.2662957906723022,-0.3280159533023834,0.6414897441864014,0.839026153087616,-0.6866772174835205,-0.31356966495513916,0.5116399526596069,0.07827527076005936,0.4223438799381256,-1.8020647764205933,-1.9374148845672607,0.5586431622505188,-0.34209588170051575,1.3010227680206299,-1.4987115859985352,-0.37051063776016235,-0.07296519726514816,-0.3009380102157593,0.7361559867858887,0.953569769859314,-0.25321441888809204,-1.5080230236053467,1.608419418334961,-0.07646393775939941,-0.6257814168930054,-1.1629244089126587,-0.3330727815628052,-0.04762287437915802,-0.3727782964706421,0.3935835063457489,-0.1234784796833992,-0.2717520296573639,0.05576501414179802,1.2461626529693604,0.5805740356445312,3.233772039413452,2.0097761154174805,-2.731823205947876,-1.3255871534347534,1.504086971282959,0.9382534027099609,-1.7541239261627197,0.36727845668792725,0.4057947099208832,-0.972603976726532,-0.5203895568847656,0.941754162311554,0.03406854346394539,0.8559668660163879,0.42359238862991333,0.4883352220058441,-0.7606562972068787,-0.031690243631601334,-0.7477849721908569,-0.9012205004692078,1.3238368034362793,-4.069866180419922,-1.26906418800354,1.5356799364089966,2.308137893676758,-0.8967112898826599,-1.2770510911941528,-0.7625442743301392,-0.014119591563940048,1.8765538930892944,2.348750114440918,-1.414267897605896,1.126072645187378,-0.4177160859107971,-0.024841872975230217,1.1029902696609497,-1.365354299545288,0.09468530118465424,-0.719870924949646,1.0620242357254028,-1.1690465211868286,-0.6487677693367004,0.20907777547836304,-1.030205488204956,1.6343365907669067,0.06423066556453705,1.2941986322402954,1.8059519529342651,1.0155748128890991,-1.2126165628433228,-0.7526906132698059,0.3642139434814453,0.4478091895580292,-1.9957144260406494,-0.40335309505462646,-0.27376189827919006,-0.7349446415901184,1.5015602111816406,0.38227733969688416,2.359013319015503,-1.3089935779571533,1.7574621438980103,-1.1907341480255127,0.6595984101295471,1.994970679283142,0.6517761945724487,-0.8857235908508301,-0.3283403813838959,0.8909129500389099,1.6581730842590332,0.07788160443305969,-1.2837449312210083,0.5399080514907837,1.7924995422363281,-0.03973193094134331,-0.46119430661201477,0.7537568807601929,1.21400785446167,-2.1611053943634033,-0.5812963247299194,1.2926390171051025,0.12672679126262665,-1.2886897325515747,0.4530973732471466,0.5946029424667358,-0.4579576849937439,-1.1543238162994385,-0.2581944465637207,1.15975022315979,1.5845654010772705,-0.6172583699226379,-1.4017356634140015,-0.7982125282287598,1.8621739149093628,0.7303652763366699,0.07466722279787064,-0.22404803335666656,-0.036803580820560455,-0.7117629051208496,0.42112287878990173,-1.495658278465271,-0.4706248641014099,0.08027007430791855,-0.04421183094382286,2.6642160415649414,1.4691758155822754,-0.1686757206916809,1.1580671072006226,-0.42354893684387207,1.0327504873275757,2.239480972290039,0.6074715256690979,-1.6109554767608643,0.2624923884868622,-0.5282307267189026,0.5413884520530701,-2.4711484909057617,0.14838014543056488,0.08271993696689606,-0.3730163276195526,1.7522084712982178,-0.7793100476264954,-0.8752631545066833,-0.5327414274215698,0.38339290022850037,1.737892746925354,-1.3024744987487793,0.31914985179901123,1.507873773574829,1.104398488998413,0.2564709484577179,0.6662366986274719,0.4383745491504669,-0.8719683885574341,1.0576618909835815,-1.9232795238494873,0.004053572658449411,-1.2931140661239624,0.18608464300632477,0.04568959400057793,-1.7713325023651123,1.4004441499710083,0.4533013701438904,-0.990056574344635,-2.2468535900115967,0.4544661045074463,1.752291202545166,-1.4196683168411255,-1.8204573392868042,0.4716111421585083,-0.12066231667995453,0.00810640025883913,0.32760170102119446,0.14916543662548065,0.4830094575881958,0.32895076274871826,-2.3543057441711426,-1.084359049797058,-2.6123735904693604,-1.0212938785552979,0.08927477896213531,-0.8888604640960693,-1.0908432006835938,-1.0238533020019531,1.7649379968643188,0.9294735193252563,0.7333732843399048,0.9240191578865051,-0.6941043138504028,0.8567679524421692,-1.1830679178237915,-0.6550400853157043,1.7055848836898804,-1.0029889345169067,-0.5957341194152832,-0.6905863285064697,-2.6036124229431152,1.9291259050369263,-0.3616219758987427,-1.318668246269226,0.9217566847801208,0.8732042908668518,0.20487827062606812,0.6358835697174072,0.18136249482631683,2.7409868240356445,0.8654933571815491,-0.5478469133377075,-0.5302816033363342,-0.03344850242137909,-0.005000915378332138,-1.7539469003677368,0.5686731338500977,-0.8075500130653381,1.327858567237854,-1.3311182260513306,-0.520435631275177,1.3339205980300903,0.0646962895989418,0.9634958505630493,-0.7638735175132751,0.5968399047851562,3.0796375274658203,0.49441051483154297,2.304011821746826,0.7047915458679199,0.950677216053009,-1.364393711090088,-0.2724958062171936,-1.6499309539794922,0.852794885635376,0.8436999320983887,-1.0382764339447021,0.7232118248939514,1.0983693599700928,0.4175793528556824,0.47549203038215637,-1.2004499435424805,1.3434436321258545,1.4588593244552612,0.4305878281593323,-1.749198317527771,1.6928473711013794,2.5079314708709717,0.37315991520881653,-3.328012466430664,0.7070615887641907,-0.6188790202140808,1.220522165298462,-0.323982834815979,0.5958035588264465,-2.348848819732666,0.8521795272827148,0.13646863400936127,-0.8528397083282471,0.22060345113277435,-1.4265207052230835,0.31801414489746094,-0.33512386679649353,-2.3077964782714844,1.8202049732208252,-0.7239344120025635,1.1859816312789917,-0.0073877922259271145,0.5254565477371216,-0.3080421984195709,0.03653326258063316,0.6177941560745239,0.7251112461090088,0.6208698153495789,-0.8531810641288757,-0.7583712339401245,-0.7882305383682251,-1.7076581716537476,-0.5444329380989075,0.47246068716049194,1.5401122570037842,0.46165546774864197,0.051541607826948166,1.1028560400009155,-1.2554281949996948,5.802345275878906,1.9479963779449463,0.2878599464893341,0.15598367154598236,1.5390393733978271,1.1900506019592285,-1.1404879093170166,-2.226762056350708,1.4330908060073853,-0.7109435796737671,-0.2960515320301056,0.08219001442193985,-1.2946724891662598,0.2231481820344925,-0.5823965072631836,-1.270127534866333,1.1860133409500122,1.6124292612075806,1.8072642087936401,0.7893548011779785,0.9862596988677979,-1.6428941488265991,0.14387093484401703,-0.4679909944534302,0.6666327118873596,0.7868573665618896,-2.2483551502227783,-0.6287921667098999,-1.215585470199585,-0.03613579645752907,1.405500054359436,1.171355128288269,0.019622009247541428,2.0293242931365967,0.5602596998214722,1.349072813987732,-0.6445654630661011,1.7150590419769287,0.31296899914741516,2.5584793090820312,0.674072265625,1.1163209676742554,-0.37771281599998474,0.3707140386104584,1.1034802198410034,0.16739040613174438,-1.3235660791397095,-0.7166060209274292,0.18068687617778778,1.2391993999481201,1.070361852645874,-0.6558484435081482,0.6712608933448792,1.2418179512023926,-0.2786763906478882,-2.32112455368042,-0.8419080972671509,-2.2049014568328857,-1.568649411201477,-2.531290054321289,0.9345359206199646,-0.7992513179779053,0.9656474590301514,-2.8937528133392334,-0.5773162841796875,1.8430676460266113,-0.6932584643363953,0.8871440291404724,1.1088203191757202,1.5326297283172607,-0.4949794411659241,-0.9731273055076599,0.01463072095066309,-0.33531391620635986,-1.3412549495697021,0.5558025240898132,-0.4896215498447418,-0.5245378613471985,-0.26961299777030945,-0.8134949803352356,-0.39618733525276184,-1.6029552221298218,1.0899966955184937,0.1889701932668686,-0.7911556363105774,-0.8591156005859375,1.5123686790466309,1.505561113357544,0.9890047311782837,0.07090561836957932,-0.7662633061408997,-0.7606056928634644,-0.6502443552017212,0.41839197278022766,-2.706949234008789,0.36879763007164,0.12279929965734482,0.4912862777709961,2.2336366176605225,-1.893237590789795,0.5003262758255005,-1.0428698062896729,-1.956244707107544,-2.3655200004577637,0.0368354395031929,0.12063763290643692,-0.07061008363962173,1.294198751449585,-2.0521769523620605,2.265780210494995,-0.2629183530807495,-1.3573805093765259,-0.12909692525863647,0.01573037914931774,-2.775620460510254,-2.217899799346924,-0.6473435759544373,-0.3250349760055542,-1.631518006324768,-0.6848527193069458,-1.8333933353424072,-0.9772595763206482,-1.3697270154953003,-1.399865746498108,-0.7097859978675842,-1.0374928712844849,0.8267348408699036,-0.4050779938697815,0.5094251036643982,-0.7856947183609009,2.832918882369995,-0.899630606174469,0.18885061144828796,1.5059031248092651,0.8085840344429016,-1.1155171394348145,-0.6323732137680054,-0.7387885451316833,2.049999237060547,-0.30595508217811584,0.24246174097061157,-1.4106504917144775,0.805116593837738,1.7701444625854492,-0.5218045115470886,1.6174300909042358,-1.251678705215454,-0.24935583770275116,0.2619383633136749,-0.06366381049156189,0.8746380805969238,0.2166861891746521,-0.34364795684814453,-1.3890836238861084,0.09042567759752274,0.7918620705604553,-1.696277379989624,0.39682722091674805,0.17816242575645447,1.7791963815689087,-0.5775943994522095,-1.2250884771347046,-1.3987728357315063,-0.601815938949585,-2.086737632751465,-0.8513460159301758,1.3789094686508179,-2.235464334487915,-0.3798302710056305,-0.4466640055179596,1.1253076791763306,0.2873748540878296,-0.45875537395477295,-0.3695836663246155,-1.5918062925338745,0.3016890287399292,-1.045647382736206,-1.0088016986846924,-1.931623935699463,0.22689858078956604,-0.9864175319671631,-0.3438698947429657,-1.7767715454101562,1.1118136644363403,0.18906670808792114,1.142205834388733,0.2884380519390106,-0.8933700919151306,1.417813777923584,0.16642515361309052,0.047721706330776215,0.49705392122268677,-0.3363893926143646,0.3810453414916992,-0.8299626111984253,0.6562517881393433,-0.04990321025252342,0.48683056235313416,-1.5306508541107178,-0.6889671087265015,-0.16516238451004028,1.4766614437103271,-1.4717363119125366,-0.40281131863594055,-0.4698767066001892,0.6764951944351196,-0.24728530645370483,-0.1626572459936142,2.33225417137146,1.6500245332717896,0.6763319969177246,-0.7570123076438904,0.0673995092511177,-1.1184625625610352,0.8867300152778625,-0.33818304538726807,-1.0117876529693604,-0.23191197216510773,-1.6095154285430908,0.5709803700447083,0.8555943965911865,-0.636756181716919,0.5539810657501221,1.176336646080017,-0.7900308966636658,-0.1439785361289978,1.325324296951294,0.3476460874080658,1.3635748624801636,-0.23421306908130646,-0.10585580766201019,-0.4292196035385132,1.0870401859283447,0.07635889202356339,0.9009096622467041,-0.9064861536026001,0.3891027569770813,-0.2139073610305786,2.628527879714966,1.4454542398452759,-1.0927149057388306,-0.7080724239349365,0.2010459452867508,0.9869737029075623,0.8685504794120789,2.1699910163879395,-0.31614550948143005,0.13927488029003143,1.5903980731964111,-0.06100064143538475,-1.3632175922393799,-0.9381674528121948,0.7540023922920227,-2.0813663005828857,0.17900320887565613,-1.5591932535171509,-1.12253737449646,2.567270040512085,-1.5869288444519043,-2.2069380283355713,1.7888022661209106,-1.241896629333496,-0.7192250490188599,-0.6559885144233704,0.08884090930223465,0.6229972839355469,-1.0970402956008911,-0.39955925941467285,-1.515258550643921,0.8501096367835999,1.1293659210205078,-0.37293094396591187,-3.452789783477783,-0.6377049684524536,0.20400699973106384,-1.2884405851364136,0.3691362142562866,1.9323385953903198,0.06660821288824081,-0.2587117850780487,1.1773114204406738,1.8246649503707886,-0.28415581583976746,-0.4863665699958801,-1.0572776794433594,-0.13080477714538574,-0.3077988922595978,-0.14499062299728394,-0.9358108639717102,-1.7727198600769043,-0.013324660249054432,2.403719663619995,1.0258080959320068,-0.23428218066692352,-1.7569304704666138,-0.943552553653717,2.0755372047424316,0.42164307832717896,1.5555272102355957,-0.640332043170929,3.6742594242095947,0.7897616624832153,0.2832261323928833,-0.06871452927589417,0.11549240350723267,0.41427284479141235,-1.136602759361267,0.8446253538131714,0.8742403388023376,-0.2509888708591461,0.4402351677417755,0.06875579059123993,0.6209573149681091,0.02664787508547306,0.24470432102680206,0.08858586847782135,1.1675251722335815,0.5389949083328247,-0.308366984128952,1.3930516242980957,2.3337743282318115,0.5752565264701843,-1.869486927986145,0.6294894814491272,0.36357665061950684,1.011552333831787,0.8181419372558594,-0.9337063431739807,0.6880965828895569,-1.0387241840362549,0.2548963129520416,1.1285921335220337,-0.15363676846027374,-0.1436481475830078,0.13143083453178406,0.6989798545837402,-0.9937203526496887,0.5943488478660583,0.9296475648880005,0.2908754050731659,-0.0024953079409897327,-0.5369203090667725,-0.4539891183376312,-1.2236194610595703,-1.402316927909851,0.7114312648773193,-0.13846801221370697,-0.2543424963951111,-0.13716964423656464,1.2601007223129272,0.3607037365436554,0.27520206570625305,0.5791401863098145,2.1725893020629883,0.7292147278785706,-1.4523131847381592,0.13140566647052765,-0.2891397178173065,0.6285461187362671,-1.1443934440612793,-0.7799335718154907,-2.1981873512268066,-0.2879398763179779,-0.6303544640541077,-1.369966745376587,-0.018654996529221535,-1.00735342502594,0.42551466822624207,0.07969006896018982,-0.18758641183376312,1.6744667291641235,1.1609808206558228,0.35374167561531067,1.035574197769165,-1.8598543405532837,-1.7752068042755127,0.1609400510787964,0.8787565231323242,0.7848029136657715,-1.4480777978897095,-1.3282175064086914,-1.8012356758117676,-0.11930795758962631,0.6361657381057739,-1.7234469652175903,-0.058759815990924835,-1.6377809047698975,2.62365984916687,-1.5638784170150757,0.13737694919109344,-2.5110561847686768,0.3897206485271454,1.7718514204025269,0.7746673226356506,-1.109897494316101,0.06142232567071915,1.3035820722579956,-1.666077733039856,-0.77862149477005,1.6165571212768555,0.3096108138561249,-2.7444937229156494,0.3419273793697357,0.6205587387084961,0.15083011984825134,1.0571321249008179,0.3510991036891937,-1.0404778718948364,-0.8356925249099731,-0.26633521914482117,0.1935974359512329,-1.1768888235092163,0.49150383472442627,0.8603390455245972,0.5938740372657776,-0.1649456024169922,1.3444998264312744,-1.4966570138931274,0.6174822449684143,-0.6730495095252991,0.37607136368751526,0.6458197832107544,0.5473988056182861,-0.5770403742790222,-2.327133893966675,2.1285390853881836,-1.3012821674346924,-1.4907896518707275,0.45052728056907654,-0.7187812924385071,0.7651063203811646,-1.5739071369171143,0.585646390914917,1.242529034614563,1.3881442546844482,-1.7367886304855347,-0.8386562466621399,0.036541957408189774,1.947740077972412,-0.5964722633361816,2.912200927734375,0.03480404615402222,0.8057229518890381,-0.15994857251644135,-0.42125120759010315,0.3868388831615448,0.281301349401474,-1.2713229656219482,0.5124342441558838,-0.7713237404823303,0.11028984189033508,-0.44991979002952576,-2.2062013149261475,-1.7444928884506226,-0.3221501410007477,-0.4375436305999756,-1.139666199684143,-0.6992393732070923,0.6422396898269653,-0.6670458316802979,0.4751152992248535,-0.4926179051399231,1.5100620985031128,0.24400965869426727,-0.1481018364429474,1.2675845623016357,0.8561665415763855,-0.5768290162086487,-0.7138612866401672,-0.011758462525904179,-0.5538789629936218,-0.2822021543979645,-0.3136034607887268,0.807558000087738,-0.23221179842948914,-0.23667965829372406,-0.2712957262992859,-0.6957952380180359,0.6388050317764282,1.0649845600128174,1.923181176185608,0.02249719575047493,1.9836363792419434,-1.3841181993484497,0.6284080743789673,-0.972241222858429,1.8278433084487915,1.0122441053390503,1.2204737663269043,-0.8906078338623047,-0.488155722618103,-0.36629146337509155,-1.1769602298736572,-0.4020918011665344,0.8812590837478638,0.659721851348877,0.9399306178092957,0.909604012966156,0.40091922879219055,0.6637145280838013,-0.8342621922492981,-0.20709626376628876,0.4065124988555908,0.370053768157959,0.7519392967224121,-1.301566481590271,-0.002416081726551056,-0.7958219647407532,0.03990216180682182,-0.10132817924022675,0.30523693561553955,0.501939594745636,-0.30241459608078003,-0.20316581428050995,0.15116333961486816,0.2571164071559906,0.5818756818771362,0.2020411491394043,-0.2858894467353821,-0.2567351460456848,1.8397272825241089,1.0086954832077026,2.7277843952178955,2.0168378353118896,0.6632861495018005,0.6927712559700012,1.0247044563293457,-1.02790105342865,1.2189648151397705,-0.1847061961889267,0.08633149415254593,-0.33732980489730835,0.5461032390594482,-0.9046957492828369,-0.5522528886795044,-0.026835991069674492,-1.454366683959961,0.2167658656835556,0.04340701550245285,1.0873879194259644,1.1418821811676025,1.537266492843628,0.9503625631332397,0.3578784167766571,-0.34880802035331726,0.7207157015800476,0.5804870128631592,-0.6719819903373718,0.10176271945238113,-0.30437958240509033,-1.816491723060608,-1.041703701019287,-0.16334038972854614,1.3244414329528809,0.15038582682609558,2.5726547241210938,2.394564151763916,-0.37165188789367676,0.970493495464325,0.3747209906578064,-1.3317902088165283,1.6394987106323242,-1.242600917816162,1.3498059511184692,0.27018627524375916,-0.2891893684864044,-0.37814393639564514,-2.0639634132385254,-0.5663585662841797,-1.1843035221099854,1.6464691162109375,1.84782874584198,-1.1730724573135376,2.1632883548736572,0.09911327064037323,0.5557703375816345,-1.0249391794204712,0.42773598432540894,1.6242296695709229,0.4795909523963928,-0.7888063192367554,-0.45895713567733765,-0.1228410080075264,-1.7572603225708008,0.538914680480957,1.4578644037246704,-0.6556310653686523,-0.18192343413829803,1.111155390739441,-0.8788123726844788,1.390871524810791,-1.085064172744751,-0.8758437037467957,3.322390556335449,0.3082296848297119,-1.138360619544983,-1.4135695695877075,-1.1747751235961914,1.8571587800979614,-0.22818997502326965,0.023573635146021843,-1.5651497840881348,-0.025248048827052116,0.2688497304916382,1.1655412912368774,0.7718120813369751,1.9709471464157104,-0.44512391090393066,0.039675164967775345,0.0073571219108998775,-0.45126742124557495,-0.05140465870499611,0.7445805072784424,0.4422101080417633,1.3384524583816528,0.14802280068397522,-0.28565844893455505,2.1072044372558594,-0.9672795534133911,-0.676902174949646,1.4572651386260986,1.2154823541641235,0.26523205637931824,0.8543814420700073,1.227066159248352,-0.8700742125511169,-0.19181683659553528,0.46134069561958313,-0.12232460081577301,-0.6037865281105042,0.29248255491256714,1.2635694742202759,0.36807170510292053,1.5736439228057861,0.6351613402366638,0.924406886100769,-2.5560972690582275,1.052194595336914,1.491914987564087,0.7567955851554871,-0.6388802528381348,0.8626867532730103,0.17668405175209045,0.5812783241271973,1.1434677839279175,-0.35294708609580994,-1.5062726736068726,1.4843957424163818,0.1345992535352707,0.7684441804885864,1.1905723810195923,1.467873454093933,-0.008059509098529816,-0.3707689642906189,-1.5176655054092407,0.2880348861217499,-0.7329533100128174,1.8104764223098755,-1.1277492046356201,-0.7615727782249451,0.1509629786014557,0.5606404542922974,-0.31444650888442993,0.8928507566452026,-1.5723427534103394,-2.7411723136901855,-0.19895537197589874,1.8213272094726562,-0.8328462839126587,-1.0091363191604614,-0.7722435593605042,-0.45984596014022827,-0.06212221086025238,0.3460369110107422,-0.31819087266921997,-0.3760211169719696,2.5907363891601562,1.4733917713165283,3.568722724914551,-0.32816609740257263,-0.475915789604187,1.5983686447143555,-0.9174422025680542,0.5570014715194702,0.6699277758598328,0.6946961283683777,0.032832469791173935,-1.0987285375595093,-0.6021262407302856,-0.4986283481121063,-1.2367093563079834,2.1996233463287354,-0.6888502240180969,-1.2839125394821167,0.20981402695178986,-1.1737477779388428,1.6089820861816406,-0.16630399227142334,1.4370739459991455,-0.49786099791526794,-0.7764974236488342,-1.3036472797393799,1.0618287324905396,-0.9957635998725891,0.7219313383102417,0.11654947698116302,-0.5244835615158081,-0.2789689004421234,0.390840083360672,0.013380041345953941,-0.7708154320716858,2.1195383071899414,-0.9567595720291138,-2.962482452392578,-1.475141167640686,0.972091794013977,-1.187366247177124,1.1420005559921265,4.170389175415039,-1.224251627922058,-0.24664360284805298,2.499155044555664,0.16503942012786865,-0.7256021499633789,-0.9113773703575134,-0.5554432272911072,0.2364572435617447,-0.6367413401603699,1.624132513999939,0.8805277347564697,1.1581724882125854,-1.1301437616348267,-0.00446497555822134,-1.4065097570419312,-0.7387280464172363,1.2307978868484497,-1.2168700695037842,0.590840220451355,-0.40650683641433716,0.472879558801651,-0.9887399673461914,-0.46740660071372986,-1.6759699583053589,-0.6676379442214966,-0.24171946942806244,0.6712801456451416,0.3313852548599243,0.9458082318305969,-0.5114005208015442,0.8154669404029846,0.5720384120941162,-0.7265208959579468,-1.5236809253692627,1.1795750856399536,-0.975513219833374,0.013307047076523304,-0.567786693572998,-0.2814735472202301,0.42860010266304016,1.4060425758361816,-1.341371774673462,-1.8352028131484985,1.3700520992279053,-1.5145189762115479,-0.3393184542655945,0.22427833080291748,-0.4868212938308716,-0.2883192002773285,-0.07202935218811035,-2.6117653846740723,0.29059505462646484,2.109459161758423,-1.7825508117675781,1.9080365896224976,-1.595883846282959,-2.7566916942596436,2.252067804336548,-0.7680369019508362,0.899311900138855,0.5470922589302063,-0.9100436568260193,-1.1202772855758667,-1.0335100889205933,-0.9671926498413086,-0.3018546998500824,-0.11092700064182281,1.7401487827301025,1.2499167919158936,-0.17666667699813843,-0.4245562255382538,0.628613293170929,0.5915836095809937,0.39737266302108765,0.029215393587946892,-1.9877873659133911,1.2834712266921997,-0.984638512134552,1.1015136241912842,-1.5918179750442505,-2.7268857955932617,-0.16044658422470093,0.41601184010505676,0.1627683788537979,0.18378464877605438,0.635395884513855,0.40586069226264954,-0.738979160785675,2.3815948963165283,-0.040429528802633286,2.2106902599334717,-0.14881621301174164,1.0473524332046509,-0.2652897536754608,-1.7108160257339478,1.8303896188735962,-0.35448727011680603,-0.7618981003761292,-0.7381688952445984,-2.016568183898926,-0.27376219630241394,0.39254504442214966,0.19119927287101746,1.2970163822174072,-0.7266852855682373,-0.8034494519233704,0.7782413959503174,-2.271649122238159,-1.0683727264404297,1.3544528484344482,0.8761776089668274,-1.5743019580841064,0.8359975218772888,-0.06173409894108772,-0.979495644569397,-0.33363184332847595,0.7398096919059753,-1.069306492805481,0.23663458228111267,2.2069108486175537,-0.19352294504642487,0.13436035811901093,-1.2785704135894775,0.19596849381923676,-0.3307899236679077,0.6018964052200317,-0.06778987497091293,-0.2697719633579254,0.48875725269317627,0.6019109487533569,-0.5153125524520874,1.7084753513336182,1.1692001819610596,-1.0461112260818481,-1.0785863399505615,-0.1830383539199829,0.5534181594848633,1.5865265130996704,1.9293341636657715,-1.2086989879608154,1.1897021532058716,-0.12108057737350464,-0.5671782493591309,-1.3068844079971313,-0.47972843050956726,1.6688146591186523,-2.491964817047119,0.8331611752510071,-1.0618937015533447,-0.2154514640569687,0.39472466707229614,-0.838431715965271,1.4956820011138916,-1.0288736820220947,0.7694585919380188,-1.146728754043579,-0.38130754232406616,1.8195923566818237,-0.7479187250137329,2.0156702995300293,-1.4660091400146484,-1.256136417388916,4.365811347961426,-0.27306991815567017,-0.3349720239639282,-0.407111793756485,-0.6802889108657837,-2.2665886878967285,0.7870273590087891,1.4928637742996216,-0.056727033108472824,1.975382924079895,-0.46368733048439026,0.22612307965755463,0.6927679777145386,1.1651604175567627,0.49588721990585327,-0.38744378089904785,1.4083282947540283,0.0423559695482254,1.0591833591461182,-2.4010605812072754,1.1201013326644897,-0.3250291347503662,0.06900934875011444,-1.104203224182129,2.5315163135528564,1.3193814754486084,-1.6162800788879395,-0.7882176637649536,0.9788667559623718,-1.0002360343933105,-1.0647521018981934,-0.35518714785575867,2.699888229370117,0.13605165481567383,0.3982844054698944,1.8302067518234253,1.953013300895691,1.4405473470687866,-0.8246142864227295,0.3771646022796631,0.725459098815918,-0.3383684754371643,0.20041432976722717,0.6883310079574585,-0.9247873425483704,1.1294957399368286,-0.2411685287952423,-1.2917577028274536,-3.137662172317505,-0.8616997003555298,-1.6743451356887817,-2.248868227005005,0.07224886119365692,-0.7000524997711182,1.9683609008789062,0.33588045835494995,-1.3531945943832397,2.289773464202881,2.61124324798584,-1.3589799404144287,0.6688071489334106,-1.8527520895004272,-0.016651205718517303,-1.4913045167922974,-1.509480357170105,-1.533831000328064,-0.5416327714920044,2.077904462814331,-0.4570671319961548,0.14758488535881042,-1.2321906089782715,0.24745629727840424,1.1994819641113281,-0.8365602493286133,-0.6793222427368164,-1.1574746370315552,2.11588978767395,0.139726459980011,-1.8317553997039795,0.8702228665351868,0.7404792904853821,-0.1813131719827652,0.39951589703559875,-0.5324091911315918,-1.663137674331665,1.1913200616836548,2.96372389793396,1.847676157951355,-0.7805092930793762,0.7405127882957458,0.3180256187915802,1.7622005939483643,-0.7231221795082092,-0.9178459644317627,2.0554189682006836,-1.0133025646209717,0.6232558488845825,0.5836982727050781,-0.4440899193286896,0.26252809166908264,-1.2343565225601196,0.23827311396598816,-0.7999561429023743,-0.520006000995636,0.3210655450820923,-0.15139973163604736,-1.2415891885757446,-0.23474246263504028,-0.7221667766571045,0.7409924268722534,0.6193770170211792,0.9524445533752441,0.9587759375572205,-0.7530443072319031,-0.7213889360427856,-2.247443914413452,0.9773454666137695,0.4246717393398285,0.35419484972953796,1.7641924619674683,0.3059585690498352,-1.7893141508102417,-0.5342614650726318,-1.4243682622909546,1.243551254272461,0.8604163527488708,-0.07160264253616333,-0.0492875762283802,-0.05720636993646622,1.5234663486480713,1.8248953819274902,-1.5930767059326172,0.19055144488811493,2.5951032638549805,-0.4255460202693939,0.27143535017967224,-1.2430484294891357,0.4537048935890198,-0.3719601035118103,-0.57387775182724,0.22926047444343567,0.5689424872398376,-0.5852802991867065,-1.954014539718628,1.518101453781128,0.650320827960968,1.7592031955718994,-0.49227267503738403,-0.9100100994110107,0.5854405760765076,0.917626678943634,-0.3081601858139038,-1.6670703887939453,1.5384849309921265,-0.4035467505455017,0.8656356334686279,1.1330760717391968,0.527367115020752,0.6023248434066772,-1.489068865776062,1.274121642112732,0.32567325234413147,-1.1332038640975952,-0.04132216051220894,0.5405063629150391,0.5902109146118164,-1.5229073762893677,-0.12228060513734818,-2.046886920928955,-1.5348550081253052,0.4131461977958679,0.2838682532310486,0.8447372913360596,1.2627111673355103,0.3038490414619446,-2.183514356613159,-0.7004923224449158,0.4599735140800476,0.814813494682312,0.3216761350631714,1.4911266565322876,0.4952027499675751,0.7966758012771606,-0.618876576423645,0.34232136607170105,0.3738722503185272,-0.33171433210372925,0.10958003997802734,0.029898520559072495,-0.5180633068084717,1.4862416982650757,-1.5272475481033325,0.528346061706543,-0.30009570717811584,-0.12959684431552887,1.0177867412567139,1.2377551794052124,-0.6975181698799133,-1.2879565954208374,-1.0178091526031494,-1.7032955884933472,-0.09134205430746078,1.1133910417556763,0.21350005269050598,0.49974772334098816,-0.28386789560317993,-0.5936553478240967,-0.017070095986127853,0.5202957987785339,0.7248571515083313,0.4316086769104004,-0.5966559648513794,3.3662028312683105,0.45115235447883606,-1.1213676929473877,1.2253214120864868,1.1909834146499634,1.05656898021698,0.6214237213134766,1.7315338850021362,0.04147239029407501,-1.6834098100662231,-0.8779827952384949,1.2258687019348145,2.4539272785186768,0.03008202090859413,0.33558371663093567,-1.2479726076126099,1.4399982690811157,-1.5837539434432983,-1.0721931457519531,-0.5849533677101135,1.5096112489700317,0.8122117519378662,1.764182448387146,-0.9472995400428772,-2.0518178939819336,0.11288681626319885,0.4683872163295746,1.3572273254394531,-0.20366989076137543,2.003422975540161,0.26883506774902344,-1.2955130338668823,0.21815554797649384,-3.2396106719970703,0.13832709193229675,-0.7408417463302612,-0.34412068128585815,-1.032366394996643,-2.072627067565918,-1.2963324785232544,0.2829939126968384,1.189450740814209,0.6426725387573242,-0.8367176651954651,0.3612726926803589,1.3746191263198853,-0.35090771317481995,1.066401481628418,0.9409236311912537,-0.49809902906417847,-0.5425516963005066,-1.1407010555267334,0.3175845742225647,0.24923411011695862,1.9186147451400757,-1.1257636547088623,-0.07949977368116379,1.5262659788131714,1.4021580219268799,0.052741192281246185,-1.3796324729919434,0.49193325638771057,1.1242185831069946,0.03538674861192703,-0.9563421010971069,-3.5449349880218506,0.4382905662059784,0.816676676273346,-2.35009765625,-0.497797429561615,-0.6235139966011047,0.026882288977503777,0.13026924431324005,1.3369086980819702,0.3553931415081024,0.7281268835067749,-0.9977458119392395,0.8214921355247498,-0.8940654397010803,-0.2713419198989868,2.8717973232269287,1.2063692808151245,-1.0122910737991333,-1.3398427963256836,-0.46644046902656555,-0.2677419185638428,-0.15472745895385742,-1.644799828529358,-1.4089443683624268,0.33846771717071533,0.8039765954017639,1.069942593574524,-0.21788392961025238,-1.3235474824905396,-0.48224860429763794,1.0032261610031128,-0.6023420095443726,-2.0710625648498535,2.1632208824157715,-0.8404301404953003,0.2539891004562378,-1.259101152420044,-0.5255638360977173,0.1432129293680191,0.5517464280128479,0.14396466314792633,-0.9872145056724548,2.322269916534424,-0.8435320258140564,-2.2577314376831055,0.989788293838501,-0.9135019183158875,0.7800612449645996,-2.296110153198242,1.0078402757644653,-0.14481449127197266,-0.275284081697464,-1.0864591598510742,0.7244670391082764,-0.5193440318107605,-0.9786986708641052,1.1829255819320679,-0.37345215678215027,1.1685409545898438,-1.172644019126892,-0.741418719291687,-1.547744631767273,0.08037028461694717,-1.665935754776001,0.6810381412506104,2.5978097915649414,-2.037829875946045,0.32658708095550537,1.4302057027816772,1.5481986999511719,1.2201063632965088,0.4383080303668976,-0.64471036195755,1.4103368520736694,-0.2651149332523346,-0.591094970703125,-0.939549446105957,-2.22180438041687,0.00820725318044424,-1.2910829782485962,-0.2838125228881836,1.0059337615966797,1.8740023374557495,-0.16369891166687012,-0.08989936113357544,-0.19468185305595398,0.14340898394584656,1.0286041498184204,0.5089352130889893,0.23889559507369995,0.38316431641578674,1.391982913017273,-1.2138606309890747,-0.4771140217781067,0.7318077087402344,-0.518764853477478,2.1500349044799805,-1.402512788772583,0.12207873910665512,0.8813419938087463,0.8966412544250488,-0.741865336894989,1.335349202156067,0.9529910683631897,0.5363358855247498,1.8775248527526855,0.9320068359375,-4.135897636413574,0.4509642422199249,3.3274803161621094,2.414151191711426,0.2376464456319809,-0.9296886324882507,1.4697802066802979,-1.6841797828674316,2.3783135414123535,0.3238896131515503,0.6151067614555359,1.042543888092041,-0.36450815200805664,-0.07163099944591522,-0.23109138011932373,-1.9839247465133667,-0.8541396856307983,1.3313158750534058,-1.6337127685546875,0.4326469898223877,0.37876442074775696,0.544753909111023,-0.9974365234375,1.4029546976089478,-0.0015306946588680148,0.16062040627002716,-2.2938873767852783,-1.1237107515335083,0.8541829586029053,0.1504019796848297,-1.6978623867034912,1.9069021940231323,-0.3362387418746948,-0.2407834678888321,-1.0623716115951538,-0.472467303276062,-1.36845064163208,0.8838242292404175,0.11416442692279816,-1.8467305898666382,0.5159177780151367,-1.920845627784729,-0.16115567088127136,-0.5215715169906616,0.49175897240638733,2.649665355682373,-0.7253891229629517,1.1687321662902832,-1.3421645164489746,-1.0206879377365112,2.094411611557007,2.8285062313079834,-2.2809667587280273,-0.9878384470939636,-0.2193516194820404,0.13972169160842896,-0.7456750273704529,0.78046053647995,-0.22271549701690674,-1.620295524597168,0.291387677192688,0.8601738810539246,0.45329734683036804,-0.22491301596164703,1.2856780290603638,1.2977455854415894,-0.6041836738586426,0.019726336002349854,-1.2456321716308594,0.6562691330909729,-0.6946439146995544,3.2229466438293457,0.46475106477737427,0.3113550841808319,-0.30545786023139954,-0.09309128671884537,0.8299458622932434,0.09092237055301666,1.0273793935775757,0.3582700192928314,-0.049668144434690475,-0.11572027951478958,0.11669754981994629,0.3444520831108093,-1.212504267692566,-1.462622880935669,0.38354066014289856,-0.24982072412967682,-0.8751929998397827,-0.3397599458694458,-0.43028783798217773,-0.010779288597404957,1.221914291381836,1.6619704961776733,-0.3703520596027374,-0.5588594079017639,-0.14867399632930756,-0.18778535723686218,-0.8147405385971069,-0.5142924189567566,0.48523882031440735,1.8849966526031494,1.4604871273040771,0.8401902914047241,1.4004158973693848,-0.2782892882823944,-1.7685072422027588,-0.4035673439502716,-0.5085813403129578,-0.7768324613571167,2.413665294647217,1.610131025314331,-2.443138837814331,2.2424442768096924,0.44390106201171875,-1.8516370058059692,-0.2479599267244339,-1.1776407957077026,-0.031707920134067535,0.20159608125686646,2.156162977218628,0.1438295543193817,-1.3826749324798584,-0.45225754380226135,-0.7958341240882874,1.6966108083724976,2.1252059936523438,-0.633700430393219,0.5040450096130371,1.704016089439392,-0.14127573370933533,1.0801005363464355,-2.256385564804077,-0.5053039193153381,0.551628053188324,1.8961540460586548,-1.5161757469177246,0.282713383436203,0.037693362683057785,0.1819438636302948,-1.5087203979492188,-1.1964695453643799,1.7186405658721924,1.3456164598464966,-0.8002600073814392,-2.2491233348846436,1.5641330480575562,-1.6812515258789062,0.25053665041923523,0.03799916058778763,-0.12110313028097153,-1.8073335886001587,1.6302393674850464,0.847151517868042,1.9698084592819214,0.8350093364715576,-0.16034530103206635,-1.7294176816940308,-1.6796975135803223,0.04503682628273964,-0.6265326142311096,-1.7388616800308228,2.9946584701538086,0.30619776248931885,-0.046335235238075256,1.2199008464813232,-0.3597732186317444,-0.33236026763916016,-0.4717583954334259,-4.194920539855957,-0.7804700136184692,-0.3848525583744049,0.24510012567043304,-1.0513964891433716,-0.5693430304527283,1.1701860427856445,1.0904463529586792,1.0102440118789673,1.3328083753585815,0.9785363078117371,0.8676598072052002,0.7478903532028198,0.5328253507614136,2.0600008964538574,-0.5227672457695007,1.713978886604309,-1.6705565452575684,-0.6850529313087463,-1.697538137435913,1.269597053527832,1.9480167627334595,-1.1175976991653442,1.2599607706069946,-1.0315121412277222,-0.5220382213592529,-0.684192955493927,0.015937691554427147,1.6043585538864136,0.05796053633093834,-0.46554964780807495,-1.5656826496124268,-0.00321641331538558,-0.5117828249931335,0.9812071323394775,1.5963852405548096,-0.904803454875946,1.6829180717468262,-0.39335426688194275,1.269710898399353,1.3868868350982666,-0.22467873990535736,1.2757781744003296,-1.5595483779907227,-1.2084205150604248,-0.763249397277832,0.15109151601791382,0.019999632611870766,-1.7247064113616943,0.8728945851325989,0.8871086835861206,-0.5281649231910706,-0.2937615215778351,-0.73170006275177,-3.361302137374878,1.118028998374939,0.5904989242553711,1.5900392532348633,-0.20020274817943573,0.22072240710258484,0.1311997026205063,-0.8463101983070374,0.9195379018783569,-2.967461109161377,-0.33237820863723755,-2.0878655910491943,1.9288543462753296,2.229193925857544,-1.4789862632751465,-0.6142845153808594,1.5021464824676514,0.33872365951538086,0.8434461355209351,0.8255640268325806,0.8448376655578613,-0.8556330800056458,2.9604556560516357,0.7511400580406189,-0.6523357629776001,-1.7342643737792969,0.42014187574386597,-1.4444928169250488,0.9493386149406433,-1.7191873788833618,-1.0441266298294067,2.664541721343994,-0.12312634289264679,-1.3577042818069458,0.40451645851135254,1.0836873054504395,-0.03327251598238945,-1.6252461671829224,-0.6680991053581238,-1.6370986700057983,2.3581862449645996,-0.930696964263916,1.038811445236206,0.4888768792152405,0.2999797761440277,-0.5224143862724304,0.023465078324079514,-1.2742385864257812,-1.315250277519226,-0.01437267754226923,-1.528436541557312,-0.09188176691532135,0.22647204995155334,-0.6777952313423157,1.5683153867721558,-1.1519474983215332,-1.7070794105529785,-0.2673603594303131,0.4602818191051483,-1.3026611804962158,1.4444408416748047,-1.6098443269729614,1.917131781578064,1.0069706439971924,-0.1877019852399826,-0.5167365074157715,-1.107154369354248,-0.07824176549911499,0.743078351020813,1.7521109580993652,0.675777792930603,-1.380026936531067,-0.11544063687324524,-0.8458266258239746,0.5062481164932251,0.0892573744058609,-1.2343789339065552,1.1306818723678589,-1.771867036819458,0.3854316174983978,1.1445775032043457,3.0174479484558105,-1.6563148498535156,-1.0476219654083252,-0.20990173518657684,0.13536083698272705,-1.9879028797149658,-0.9934284090995789,0.48779672384262085,0.8753947615623474,-0.12253011763095856,0.3198999762535095,0.5387431383132935,0.8750642538070679,1.0825610160827637,-3.459554433822632,-3.076772689819336,2.345923900604248,0.3924734592437744,-0.702224612236023,0.3376205861568451,0.8465294241905212,0.7654668688774109,1.330989122390747,-0.05649198591709137,2.653536558151245,1.1996707916259766,-1.0599818229675293,0.8118987083435059,1.830049991607666,0.5109531283378601,-0.06837830692529678,-1.561767578125,0.09996604919433594,-0.9590014815330505,0.8814345598220825,-1.6534391641616821,-0.34669801592826843,-1.2000162601470947,-0.5689878463745117,1.843963384628296,-1.1748530864715576,-1.843483328819275,1.7339674234390259,1.2026290893554688,-0.8126667141914368,-0.18329055607318878,-0.18097706139087677,-2.921262741088867,0.893413245677948,-0.20536981523036957,2.2868170738220215,1.313079833984375,1.0385191440582275,-0.7963125109672546,-1.45871901512146,0.021167347207665443,0.8159098029136658,1.4936498403549194,-0.3300437033176422,-0.9806573390960693,0.5926145911216736,-0.45313647389411926,-2.0912485122680664,1.848655343055725,-0.3676321506500244,0.9965308904647827,-0.5066403746604919,0.11107850074768066,-0.04976211488246918,-1.103188157081604,1.4631125926971436,-1.1603232622146606,-1.0200990438461304,-0.3468095660209656,-0.5738191604614258,-1.6216340065002441,0.34798598289489746,0.3435307443141937,2.2075977325439453,1.1136661767959595,2.019235610961914,-0.050775036215782166,-1.52896249294281,-0.6297622919082642,0.7550527453422546,1.1191655397415161,1.8420078754425049,-0.6019209623336792,-1.4753069877624512,0.9655869007110596,0.2546312212944031,-1.6450356245040894,-0.1334042251110077,-0.5625578165054321,-0.004958040080964565,-0.01737266592681408,-0.3219863176345825,-1.0969821214675903,-0.45811548829078674,-0.021223196759819984,-0.5985735058784485,0.15815742313861847,0.9102306365966797,-0.2421010434627533,-0.6359326839447021,2.5519306659698486,-0.19354844093322754,2.547132730484009,-0.40464290976524353,1.6266299486160278,-0.34400299191474915,1.3944246768951416,0.7165689468383789,1.5792633295059204,-0.7115746736526489,0.36415770649909973,-0.4764755070209503,1.3591558933258057,-0.2224762737751007,-1.5794038772583008,1.5345990657806396,0.7116454839706421,0.23553676903247833,0.2946476936340332,-1.4486219882965088,0.660634458065033,-1.5184452533721924,1.3084087371826172,2.6393654346466064,0.13969539105892181,-1.1334073543548584,2.215070962905884,2.0922701358795166,-0.8874749541282654,-0.9311927556991577,-0.15012581646442413,0.8752846121788025,0.27510151267051697,-0.2205449491739273,-0.8649823069572449,-2.6036810874938965,-0.3932439088821411,-0.6534229516983032,-0.8525476455688477,0.7519394755363464,0.4492718577384949,-0.9240168929100037,-0.6513687372207642,-0.7196424007415771,0.4652596414089203,0.7657604217529297,0.2078874707221985,0.2502020597457886,-0.6350198984146118,1.8428679704666138,1.927574634552002,-0.2727872133255005,0.2047995626926422,2.346923828125,1.767384648323059,2.0455703735351562,0.37436094880104065,0.7219061255455017,-0.7977515459060669,-2.2796218395233154,-1.5528090000152588,1.3148759603500366,2.6163978576660156,-0.18229925632476807,0.9561790823936462,1.2369307279586792,-0.3701346516609192,-0.7286837697029114,-1.5995030403137207,0.3161695897579193,0.747343122959137,0.06446099281311035,0.2777523994445801,-0.521310031414032,-1.8861196041107178,2.6255290508270264,-0.45110467076301575,-0.9630115032196045,3.14840030670166,-1.2868291139602661,0.9487228393554688,-1.097233533859253,-1.0346893072128296,0.37429293990135193,-0.7744099497795105,-1.2094451189041138,0.02911357767879963,-1.3404042720794678,1.7235873937606812,0.2433808296918869,0.4059120714664459,1.5230273008346558,0.4141419529914856,1.485032320022583,0.8727373480796814,2.6050868034362793,-0.9506987929344177,0.7276512384414673,-0.07843580842018127,-1.2244352102279663,0.8615492582321167,2.095689058303833,-0.8779997825622559,-0.6547167301177979,-0.618108868598938,1.2770553827285767,0.182355135679245,1.090475082397461,1.3884681463241577,0.5751833915710449,-0.295413076877594,-1.2589341402053833,0.7695299983024597,-1.9921648502349854,-1.225679636001587,1.7661244869232178,0.8094609379768372,-2.871168375015259,-0.03005281835794449,1.4905977249145508,-0.5401092171669006,0.9763194918632507,1.964424967765808,0.9022873044013977,0.6241560578346252,2.142913818359375,1.1026890277862549,0.010895607993006706,-0.554066002368927,-0.10152784734964371,1.0770492553710938,-0.7065690755844116,0.04859447851777077,0.42167168855667114,-0.24338896572589874,1.0970865488052368,-1.2322098016738892,-1.0796678066253662,-0.004305379930883646,0.5368996262550354,-0.6144614815711975,-1.2190865278244019,1.332224726676941,2.019768476486206,1.4609506130218506,-0.5049208998680115,-0.1811891347169876,-2.264591932296753,1.4233421087265015,0.04573337361216545,-0.03720710426568985,-1.4816362857818604,-0.685031533241272,-0.7962914109230042,1.321249008178711,2.970719337463379,-0.7304059267044067,0.4905094802379608,1.0274863243103027,0.16520243883132935,0.4327012300491333,-0.6128091216087341,-0.6015557050704956,-0.3674241304397583,-1.3575836420059204,0.537381112575531,1.433877944946289,1.585872769355774,2.1817424297332764,0.08468352258205414,0.2582331597805023,0.26351407170295715,1.5781848430633545,0.22289180755615234,-0.2740687131881714,0.8566159605979919,-1.0529874563217163,0.5478325486183167,2.467567205429077,-0.9908069968223572,-0.45538753271102905,-1.8901612758636475,0.5029234290122986,-0.49972671270370483,0.050542306154966354,0.02713903971016407,0.6027982831001282,0.7044973373413086,-0.14316269755363464,1.2378560304641724,1.091732382774353,-0.483419805765152,0.3993004858493805,-0.28405481576919556,1.83966863155365,-0.6286448836326599,1.2504419088363647,-0.5594619512557983,-0.4978492856025696,-1.0763126611709595,-0.33337852358818054,-1.2639832496643066,-1.0992350578308105,0.8928730487823486,1.4677642583847046,0.1067989394068718,-1.3928582668304443,-0.7219387292861938,0.13056440651416779,-0.6753438115119934,-2.80517840385437,-0.41893357038497925,-0.5343207120895386,0.2563648819923401,0.5006986260414124,1.635521650314331,-0.3515315651893616,0.058241572231054306,-1.2295572757720947,1.9628708362579346,-6.130155086517334,0.0870489701628685,0.8299221396446228,-1.9436380863189697,0.8233316540718079,-0.6447494626045227,-1.1497583389282227,-0.5207031965255737,-0.06947769224643707,0.27921047806739807,0.6966952085494995,0.527582049369812,-0.2668052315711975,-0.4477645456790924,0.3360811769962311,0.2496151179075241,0.8256744146347046,-0.6481099724769592,0.7499456405639648,-0.34255075454711914,-1.0260015726089478,0.28945547342300415,-0.4002325236797333,-1.4958693981170654,1.285068154335022,-0.42601752281188965,-0.030552955344319344,-3.132786273956299,-1.407741904258728,-0.7962859272956848,0.10962001234292984,-0.9358655214309692,-1.8979917764663696,0.6349454522132874,-0.03731311112642288,1.15809166431427,-0.8783187866210938,0.35597679018974304,-1.704333782196045,2.193974494934082,0.06176265329122543,-2.55433988571167,-0.5617419481277466,1.1058672666549683,-0.6123039126396179,0.3916418254375458,-1.075423002243042,0.10648033022880554,3.9902870655059814,-0.5402725338935852,0.26166853308677673,-1.8987812995910645,0.8916113376617432,0.0351780541241169,0.33658337593078613,-1.0468989610671997,0.8092186450958252,3.6764516830444336,-1.883805513381958,0.699257493019104,-0.4011094868183136,1.2896721363067627,-0.8814443349838257,1.8438043594360352,-0.5634931325912476,0.8356487154960632,0.24583974480628967,-0.05991601198911667,0.38999277353286743,-2.290560483932495,-0.9082581400871277,0.33001601696014404,0.011421051807701588,0.029073774814605713,0.5702527761459351,-0.20229829847812653,0.34044480323791504,-2.4524495601654053,0.13351060450077057,0.914048433303833,0.5213109254837036,1.2483665943145752,0.89268559217453,-0.7400165796279907,1.6794555187225342,-0.07793448865413666,0.19749261438846588,-0.7972092032432556,1.3823659420013428,-0.11170070618391037,0.055387258529663086,-1.4241734743118286,-1.9083634614944458,-1.044753074645996,1.3700262308120728,-0.5491870045661926,0.35804635286331177,-0.9706414341926575,-0.45932331681251526,-2.0651743412017822,0.8154847621917725,-0.3353877365589142,1.7603620290756226,0.40530815720558167,1.1180795431137085,-0.709632158279419,0.031229570508003235,0.33168357610702515,1.011793851852417,-0.33040058612823486,0.4379051923751831,0.249846950173378,-0.06039588898420334,1.3194589614868164,0.42662015557289124,-2.1987569332122803,-0.8294867873191833,0.5909019112586975,0.18715862929821014,-0.02288678102195263,0.050159893929958344,0.8480247259140015,1.587239384651184,-1.5265487432479858,0.918777585029602,1.6129835844039917,0.5416314005851746,1.2981674671173096,-0.4827542304992676,-0.9258249402046204,-0.5816221833229065,-0.1661546379327774,2.1601920127868652,0.8942036032676697,-1.6667776107788086,-0.019887594506144524,1.0558398962020874,1.6458691358566284,1.546136498451233,-2.3710711002349854,-1.255002737045288,-1.5904638767242432,0.2431626319885254,0.6186406016349792,-0.9504684805870056,2.5437142848968506,-2.0210554599761963,-0.3639035224914551,0.2650235891342163,-0.043189555406570435,-1.0624921321868896,-0.5596805214881897,4.287250995635986,-0.332947313785553,0.3404436409473419,-1.660654067993164,0.9973555207252502,-1.704459309577942,0.3503601849079132,-0.1485583633184433,-1.4621264934539795,1.531419277191162,-0.3852443993091583,-0.851548969745636,-0.6090587973594666,1.460771083831787,-1.6969112157821655,0.25228026509284973,-1.8685444593429565,-0.12131251394748688,-0.8029813170433044,-0.6428194046020508,-2.5305604934692383,-1.2703359127044678,1.1530346870422363,-0.597029447555542,-1.2762689590454102,0.45282432436943054,-0.45605361461639404,0.8070238828659058,0.8672215938568115,-0.2611534595489502,0.5931730270385742,-0.8364230990409851,-1.1040509939193726,1.2581837177276611,0.2598325312137604,0.8532300591468811,0.9991737604141235,-1.2080143690109253,1.922698736190796,1.0701396465301514,1.0525521039962769,-0.4150438606739044,0.003332987427711487,-0.01493212953209877,-0.2314344048500061,0.4116007685661316,-1.0661591291427612,0.42513027787208557,1.5437616109848022,0.7766011357307434,0.5906792283058167,0.7445988059043884,-0.4736497402191162,-0.688977062702179,-0.17341242730617523,-0.6705253720283508,0.20911718904972076,-0.09139419347047806,-1.148553729057312,-1.3156850337982178,0.27662158012390137,0.3625929057598114,0.8263955116271973,-0.48321297764778137,1.161265254020691,-0.1339177042245865,-2.222125291824341,2.5203707218170166,-1.463465929031372,-0.7602556347846985,-0.7356920838356018,0.5841070413589478,0.5819008350372314,0.5075698494911194,0.7261906862258911,0.2953377366065979,-0.5785000324249268,1.436266541481018,0.16071537137031555,-0.0927390605211258,1.6418012380599976,-1.0251084566116333,0.17059341073036194,-1.275530457496643,1.3831539154052734,2.116600513458252,0.9163388609886169,-1.6191596984863281,1.9946321249008179,-1.9260832071304321,-0.12221222370862961,2.513570785522461,-3.6261932849884033,1.3113505840301514,0.24986064434051514,-0.1153014600276947,-0.3991893231868744,-0.3965785801410675,0.14062528312206268,2.4350199699401855,0.06864924728870392,-0.681204617023468,0.2523149251937866,0.30773022770881653,2.693911552429199,0.9493014216423035,-1.632524013519287,2.1331419944763184,-2.5691914558410645,-0.6496440768241882,1.8651151657104492,0.44214218854904175,0.25433534383773804,-1.3989425897598267,-0.7135300636291504,-0.6877731680870056,0.9547824859619141,-1.8225083351135254,0.07229822874069214,0.010557297617197037,0.572310745716095,0.5232478976249695,-0.4570976495742798,-1.4962636232376099,1.1876170635223389,-0.29222843050956726,0.7160614728927612,1.6469169855117798,-0.5137036442756653,1.3288166522979736,-2.0572509765625,-0.3543189465999603,-1.6180987358093262,-0.9920889139175415,1.1730098724365234,-1.1451952457427979,1.538053274154663,-0.07819348573684692,-0.666326642036438,0.9588528871536255,1.6906070709228516,-0.8453524708747864,2.79429030418396,-0.767210066318512,2.183755397796631,0.2333219051361084,0.38116025924682617,-1.5250855684280396,-0.5041455626487732,0.36406195163726807,2.348198175430298,-0.6404773592948914,-2.022742509841919,0.18741148710250854,2.557732582092285,0.03495828062295914,-1.2635908126831055,1.3615360260009766,-1.8776744604110718,0.3018459975719452,-0.9889720678329468,0.705752968788147,-0.7525248527526855,-0.03383449837565422,3.034679412841797,-1.1018613576889038,-0.15575839579105377,-0.7776563167572021,-1.441030740737915,0.2759093940258026,0.10266206413507462,-0.717556893825531,0.15325650572776794,-0.3146505653858185,0.7107900977134705,-1.060817837715149,-1.6790646314620972,1.4555342197418213,-1.868571162223816,-2.9715561866760254,0.26087644696235657,0.3919365108013153,-0.021436013281345367,0.14021602272987366,-0.5978633761405945,-1.009400725364685,0.38427215814590454,-0.24450333416461945,-1.1414744853973389,-1.8882331848144531,-1.2184510231018066,0.4206434488296509,-1.8218753337860107,1.8218848705291748,-0.03364367038011551,0.6255332827568054,2.6643385887145996,1.4291367530822754,0.8024692535400391,0.19796982407569885,1.0486550331115723,1.421625018119812,-0.750386118888855,-0.9604917168617249,-0.9321691393852234,0.40219926834106445,0.4294303357601166,1.422850489616394,1.10685133934021,0.49021318554878235,0.660836935043335,-2.108943462371826,2.2184081077575684,-0.3835843503475189,0.7600650191307068,-1.1035250425338745,2.1599740982055664,-0.5555190443992615,-1.313315987586975,2.140695333480835,-0.05981049686670303,-1.32832670211792,0.02578306570649147,1.862221360206604,-0.575502872467041,0.09008922427892685,0.8276915550231934,0.4456616938114166,0.027137750759720802,-0.8736868500709534,0.07607786357402802,0.5447956323623657,0.34005433320999146,0.4105876684188843,-0.10499509423971176,1.1636528968811035,2.2264130115509033,-0.6115439534187317,-0.2467605620622635,0.7278815507888794,-0.6753573417663574,0.4723155200481415,0.9749882221221924,0.5444909334182739,1.919481635093689,0.3064865469932556,-0.2181040197610855,1.4252547025680542,0.3551478683948517,-2.910428285598755,1.0045362710952759,1.309528112411499,-0.22444547712802887,-0.18389403820037842,0.3000181317329407,-1.1103475093841553,0.5565804839134216,0.5580324530601501,0.6460657119750977,-3.295283794403076,-0.019686397165060043,-0.16464346647262573,-0.4980032444000244,0.7953270673751831,-0.30370181798934937,0.8177736401557922,-0.9993703365325928,1.6196435689926147,0.4741742014884949,0.6231811046600342,0.783577024936676,-0.913624107837677,0.710574746131897,0.6268649101257324,1.9677647352218628,0.21560010313987732,-0.48791366815567017,2.5198957920074463,0.5015895366668701,-1.934759259223938,0.405561238527298,1.2725868225097656,1.8143497705459595,-0.484821617603302,1.4480743408203125,1.114795207977295,-1.2558170557022095,0.3701017200946808,0.5387811660766602,0.3491763174533844,0.7647254467010498,-0.8777582049369812,0.3752952516078949,0.645723819732666,-1.024086356163025,-0.9128978848457336,1.227721095085144,-0.8378308415412903,-0.3683791756629944,-0.40886199474334717,-2.079497814178467,0.6873677968978882,-2.371654987335205,0.12662595510482788,-0.5198056101799011,0.45033136010169983,-0.037460099905729294,0.16713503003120422,2.277552843093872,-0.5363576412200928,0.42055708169937134,-0.6383659839630127,1.9474576711654663,-1.6537904739379883,0.4222877323627472,-0.8450408577919006,2.4262428283691406,-1.3349802494049072,-1.2877228260040283,-2.4072208404541016,-0.12501932680606842,-0.8811253309249878,-1.0302475690841675,-0.4579297602176666,0.8573018908500671,0.6902492642402649,-1.1693086624145508,-0.4067181944847107,1.207972526550293,-0.6598115563392639,0.49669378995895386,0.8900322914123535,-2.299088954925537,0.2652141749858856,-0.4650258421897888,2.553741455078125,-0.1570180058479309,0.2339424043893814,0.04813152924180031,-0.8782227039337158,-0.06092779338359833,1.9004878997802734,2.258610486984253,-2.9424049854278564,-0.15770019590854645,-0.6708695888519287,-1.3154106140136719,0.5976107716560364,0.9996696710586548,-0.3513091206550598,-1.1733711957931519,-2.271998167037964,0.8053551316261292,1.690803050994873,-2.548121452331543,-1.0927602052688599,0.9194439053535461,1.400503396987915,0.47376835346221924,0.7505417466163635,-2.1811561584472656,-0.5093936920166016,0.37323692440986633,-0.4849058985710144,-0.1582644134759903,2.477484703063965,-1.2729477882385254,-0.8997395038604736,-1.594538688659668,-0.7817501425743103,-2.303112745285034,0.3622264862060547,-1.3324832916259766,0.1951608806848526,1.9152822494506836,-0.23199611902236938,0.20697957277297974,-2.116835594177246,0.3038029074668884,0.21035638451576233,-0.5908550024032593,-1.577603816986084,-0.3980376124382019,-1.4905569553375244,0.9845477938652039,1.4471333026885986,3.132585287094116,1.9840803146362305,0.5780136585235596,0.583457887172699,-0.32161247730255127,0.5143656134605408,0.19554324448108673,2.2283849716186523,1.6185921430587769,0.3997451961040497,1.195654273033142,1.4799697399139404,-0.15904273092746735,0.8163230419158936,-1.54305100440979,-0.06826779246330261,1.0939218997955322,-0.8414366245269775,1.0596388578414917,0.7693552374839783,0.9517717361450195,-1.533920407295227,-0.5562160611152649,-0.8407265543937683,-0.3208068013191223,-2.743349552154541,-1.042483925819397,-0.012327376753091812,0.21698641777038574,-1.7122279405593872,0.3826896548271179,0.35218942165374756,0.201755091547966,0.8336784243583679,0.8521183729171753,-0.7682579159736633,1.5457361936569214,1.4309003353118896,-0.059977248311042786,2.1084277629852295,-0.335403710603714,0.47563043236732483,-0.4976232945919037,-0.5539090633392334,0.21223929524421692,-0.7240866422653198,-0.16498032212257385,-1.4695452451705933,-2.585075616836548,-0.5537505149841309,-0.031100858002901077,1.2487435340881348,0.28386038541793823,1.800033688545227,-1.8961864709854126,-1.731040596961975,1.858678936958313,3.3392372131347656,-1.8804585933685303,-1.3799197673797607,-1.8622044324874878,1.53322172164917,-0.24997574090957642,1.229832410812378,1.198237419128418,0.40094077587127686,-0.5960329174995422,-1.1764588356018066,-0.042504169046878815,-1.0577583312988281,-1.3785929679870605,-1.3953757286071777,-0.4359295666217804,-0.7904103398323059,2.262266159057617,0.5895286202430725,-0.43666744232177734,0.3864038288593292,1.4460240602493286,0.2817809581756592,0.6436980962753296,0.6118403077125549,-1.4185675382614136,-0.3043944239616394,0.7366058230400085,0.24422091245651245,0.5419127345085144,1.2667498588562012,-1.1975444555282593,-0.3064490556716919,0.12921808660030365,0.675602912902832,1.6511560678482056,1.3944789171218872,0.37966176867485046,1.5271587371826172,-1.8251112699508667,-0.3643636107444763,0.5910154581069946,-1.2123218774795532,0.17497630417346954,0.8315460681915283,2.629047155380249,1.4736425876617432,0.5505954623222351,0.7386575937271118,0.21820755302906036,-0.39403629302978516,-2.560255765914917,0.029924174770712852,-1.850931167602539,-0.6871856451034546,-1.3772104978561401,0.5394876599311829,-0.3757297396659851,1.7268489599227905,-1.5956631898880005,-1.6751595735549927,-2.9426636695861816,-0.09111540764570236,-0.5524691343307495,-0.12465856969356537,0.7025530338287354,2.952436923980713,0.9047760367393494,1.1061842441558838,0.5570343136787415,0.7759422659873962,-0.9457880854606628,1.384153962135315,-1.4914079904556274],"similarity":0},{"content":"Restart the conversation","embedding":[0.9547874927520752,0.419539213180542,-0.04481103643774986,-2.2682816982269287,0.22529353201389313,0.5731558203697205,-2.2137935161590576,2.052536725997925,2.5370612144470215,-1.8127394914627075,-1.0024574995040894,1.5310769081115723,1.1083358526229858,-0.41315004229545593,0.4718471169471741,-0.6603683829307556,1.9811240434646606,0.8984786868095398,0.3764171600341797,0.0619366355240345,0.6209935545921326,1.094147801399231,-0.5842002630233765,-1.2452369928359985,2.666212320327759,-0.49357250332832336,0.795003354549408,2.9578864574432373,-1.1988343000411987,0.7278320789337158,0.3101716935634613,-2.7622575759887695,-0.9450889229774475,1.4359569549560547,1.3981256484985352,1.4260334968566895,0.22507189214229584,0.6336281895637512,-0.26079052686691284,0.1607668101787567,-0.22658249735832214,0.4280952215194702,0.9593667984008789,-1.006664752960205,1.0851526260375977,2.360055685043335,-0.6268916130065918,-0.4435439705848694,1.6653733253479004,0.24552828073501587,1.5127133131027222,0.2673415243625641,0.4725039601325989,-0.9795867204666138,0.05058926343917847,-0.7242085933685303,-0.03480079025030136,-0.20923899114131927,-0.7188358306884766,-0.40788307785987854,-1.6842206716537476,0.12286170572042465,-1.804740309715271,0.18065819144248962,-3.7075440883636475,-0.7696059346199036,-0.8603428602218628,-0.5488312244415283,0.21600662171840668,1.2218337059020996,-1.2501158714294434,1.1092815399169922,0.2303617000579834,1.2704811096191406,0.05042365938425064,1.4077435731887817,1.793262243270874,-1.0299311876296997,0.779824435710907,2.053565740585327,0.630619466304779,-1.6085587739944458,0.1858183890581131,-0.8410269618034363,-0.7192168235778809,0.44402360916137695,-0.2457793951034546,-0.5600712895393372,-1.5280630588531494,0.5927209854125977,-2.42258882522583,0.7353795766830444,0.3061537444591522,0.3251650631427765,1.1564843654632568,0.2423301637172699,-0.7757835388183594,-0.357230544090271,0.49463462829589844,0.6138173341751099,-0.19814418256282806,0.5162493586540222,-1.8773972988128662,1.0475040674209595,-0.8062787055969238,-1.4176990985870361,-0.3572811484336853,-0.7157012820243835,-0.1415594518184662,0.8581422567367554,-1.1741307973861694,-0.012350233271718025,-1.664762258529663,-0.1614292711019516,-0.7159384489059448,0.28831708431243896,-0.060121096670627594,-1.1847693920135498,-0.7855783700942993,1.329013705253601,0.1845722496509552,-0.5784514546394348,-0.788666307926178,1.3044785261154175,2.191246509552002,0.2834230661392212,-0.5164259672164917,2.1028425693511963,0.6184556484222412,0.8084113597869873,-1.0544310808181763,2.8494365215301514,1.1699138879776,-0.6095698475837708,0.13055618107318878,-0.688521683216095,-0.6138346791267395,1.663145899772644,-1.0170931816101074,-2.143815517425537,-0.9937430620193481,0.7546061873435974,-1.7171709537506104,-1.354941964149475,-0.0010103911627084017,1.157675862312317,0.9175982475280762,-0.47506800293922424,-1.606476902961731,1.7762216329574585,-0.7587212920188904,-0.7881484031677246,-0.22937946021556854,0.6527096033096313,0.26019465923309326,-2.288060426712036,-1.0577667951583862,1.0443353652954102,0.20295612514019012,-1.5444021224975586,0.781993567943573,0.48376819491386414,-1.3144031763076782,0.0862414538860321,-0.7460476160049438,2.678434371948242,1.825729250907898,-1.9988304376602173,-0.7612023949623108,0.7369341850280762,2.879148244857788,-1.5974516868591309,1.5114926099777222,-0.8782768249511719,2.6968014240264893,-0.8550258874893188,-0.22051352262496948,-0.46973079442977905,-0.8590195775032043,-0.9618417024612427,0.42819952964782715,-0.9402081370353699,-0.41315943002700806,0.04814500734210014,-0.5997521281242371,-1.2337255477905273,0.9878963828086853,0.5406298637390137,-1.914931297302246,-1.7015759944915771,-0.9268139004707336,-0.48660391569137573,0.030093079432845116,0.5747486352920532,0.06075604259967804,0.32000038027763367,0.9327701330184937,-0.18414156138896942,0.45676589012145996,-0.42377573251724243,-1.3386316299438477,-0.09532986581325531,-2.1607391834259033,1.473503589630127,-0.184807687997818,-1.2191362380981445,1.1208975315093994,0.13927015662193298,-0.322189062833786,0.8636125326156616,-0.785271942615509,-0.8099915981292725,0.39452245831489563,0.166436567902565,-1.1512283086776733,0.2714853286743164,0.20116980373859406,-0.05145604535937309,5.66426420211792,1.097427487373352,0.14004676043987274,0.21695101261138916,-1.1320210695266724,0.8696891069412231,-0.831571102142334,1.1579898595809937,1.0950918197631836,-1.5354377031326294,-1.1841195821762085,-0.011517450213432312,0.42719268798828125,-0.20625102519989014,-0.3342721462249756,0.9881590604782104,-1.07688570022583,0.6417943239212036,0.5116106271743774,1.4727177619934082,1.8967102766036987,-1.4796605110168457,-1.3638886213302612,-0.039534930139780045,0.2611857056617737,0.5979570150375366,-1.0901273488998413,2.0407865047454834,1.8306279182434082,-0.09460637718439102,-1.4319199323654175,0.37761175632476807,-2.07658052444458,-0.4296112358570099,-1.4865213632583618,-0.8497330546379089,-1.1152572631835938,-1.1419570446014404,1.053559422492981,-0.8086404204368591,-1.7248709201812744,-1.6498684883117676,-0.5575063824653625,-0.9432189464569092,0.2795872092247009,0.03465409576892853,-0.6772893071174622,0.9231560230255127,0.4035613238811493,-0.7781960964202881,-0.06760846823453903,0.670213520526886,1.3299925327301025,-0.28455933928489685,0.46908360719680786,0.6529405117034912,1.098535180091858,0.24757428467273712,-0.2667768895626068,0.7113465666770935,-0.3914555609226227,-1.5356391668319702,1.020779013633728,-0.7695231437683105,0.1396065503358841,6.79754114151001,-1.5812302827835083,-0.1297932118177414,-0.3292592763900757,1.3293049335479736,0.7193935513496399,-0.2858751118183136,-0.13727261126041412,-1.1030398607254028,-0.8686137795448303,1.4827815294265747,0.2742365002632141,2.657982349395752,1.074473261833191,-1.1442033052444458,0.06442993879318237,-0.6158369183540344,-0.07690829038619995,-0.9061563611030579,0.12103521078824997,-0.785802960395813,-0.8866694569587708,-1.9681780338287354,-1.0895166397094727,0.046855926513671875,0.5926256775856018,1.7207459211349487,-0.27206674218177795,-0.4418565332889557,1.747440218925476,-0.06597007066011429,0.5581014156341553,0.27641040086746216,-0.1046551987528801,-1.006499171257019,1.704248309135437,0.19802705943584442,-0.5591098666191101,-0.8584210276603699,1.5956920385360718,1.1170450448989868,-1.298911213874817,0.4226761758327484,-1.204413652420044,0.7049091458320618,2.5593979358673096,0.39697152376174927,-0.10309295356273651,-2.288701295852661,-1.552672028541565,-0.025959283113479614,1.8790788650512695,-0.387967973947525,-0.13906796276569366,-0.1795714795589447,-1.4632123708724976,0.40601009130477905,-0.3240569233894348,-0.5319255590438843,0.9095109105110168,0.5145871639251709,1.217026948928833,-0.45268502831459045,-0.8930569291114807,-1.138045072555542,-0.6583350300788879,0.19212321937084198,0.17592711746692657,0.4781598746776581,1.0420236587524414,1.1959202289581299,-2.287585973739624,1.2642982006072998,-1.0208529233932495,-0.496494859457016,-1.0899077653884888,1.5554672479629517,0.8206450939178467,-0.705669105052948,-1.3762366771697998,-0.12730713188648224,-1.6248103380203247,2.207226276397705,-1.0174622535705566,-1.7468464374542236,-0.2113930583000183,-1.7098140716552734,-0.49826139211654663,1.6259554624557495,-0.501392126083374,0.4544544219970703,-0.7209809422492981,-3.3077847957611084,-1.0758343935012817,-1.3636363744735718,0.22169475257396698,-0.8094797134399414,-0.9218986630439758,-0.34122776985168457,-0.9236230850219727,-0.18690674006938934,0.21672384440898895,-4.056252479553223,-1.7506811618804932,0.41503387689590454,-0.7635230422019958,-1.5174514055252075,-0.35288700461387634,-0.9866754412651062,0.8720585703849792,0.6143077611923218,0.29127785563468933,-0.5963358283042908,-1.2007725238800049,2.1731913089752197,-2.000972270965576,0.5278886556625366,-1.7563457489013672,0.019825072959065437,-0.8620619773864746,-0.5422687530517578,-1.2109086513519287,-2.387993097305298,-0.38833001255989075,-0.5080125331878662,0.020638447254896164,1.032760739326477,-1.0505229234695435,-2.0177011489868164,-1.222874641418457,1.1157268285751343,0.23611551523208618,-2.4177722930908203,1.1396431922912598,-0.6447688341140747,-2.2573986053466797,0.9552391171455383,-0.15836791694164276,0.46849310398101807,1.389953374862671,-0.47983333468437195,-0.08967050909996033,-1.9449846744537354,-0.7449482679367065,0.8294838666915894,-0.29260075092315674,2.4243969917297363,-0.08442585915327072,0.8767839074134827,-0.020109446719288826,-2.0108070373535156,1.3803411722183228,-2.5290589332580566,0.3347713351249695,2.6554245948791504,-0.8260967135429382,-0.373552143573761,-0.8836881518363953,0.07466572523117065,-0.3972916603088379,-1.0024503469467163,-0.04740174114704132,-0.8545703887939453,-1.0607801675796509,-1.0644835233688354,-1.5791528224945068,0.7394108176231384,0.2815502882003784,-1.9774359464645386,0.4656677544116974,-0.8843030333518982,-0.31260165572166443,0.288129985332489,1.5375299453735352,2.9480249881744385,-0.19493046402931213,-1.5217689275741577,0.6420743465423584,-1.1642522811889648,0.07898494601249695,-0.22972646355628967,0.23024798929691315,0.3104720413684845,-0.9537764191627502,-0.7472115755081177,-0.8273539543151855,1.245648980140686,-1.1725653409957886,-1.0216628313064575,-1.2960917949676514,-0.8971693515777588,1.3958492279052734,2.103874444961548,-1.2912741899490356,0.12021945416927338,0.8955695629119873,-0.7922691702842712,-0.994258463382721,-2.5037927627563477,1.3070465326309204,0.0048519643023610115,-1.0863664150238037,1.239774227142334,-2.0377838611602783,-1.718251347541809,-1.2763530015945435,1.4721471071243286,0.1599990725517273,0.28012555837631226,-0.6267728805541992,-1.190156102180481,1.2352855205535889,-0.8180170059204102,0.4967973530292511,0.6463375687599182,-0.981178879737854,-0.5278953313827515,1.125361442565918,-0.49664396047592163,0.4897516369819641,0.6252371668815613,-0.35670849680900574,0.0856761708855629,1.2720601558685303,1.5778236389160156,2.229806423187256,0.5850395560264587,-0.18475723266601562,-0.7679830193519592,-2.425689935684204,-0.18734332919120789,1.7324308156967163,1.2749862670898438,-0.13255363702774048,1.6569167375564575,0.2850415110588074,-1.109976887702942,-0.6161494255065918,0.5022971034049988,-1.5785133838653564,-0.11914651840925217,2.9214062690734863,0.2387498915195465,0.21611644327640533,-1.2867969274520874,0.8888611793518066,0.026302682235836983,2.395097255706787,-0.8480491638183594,-0.06147740036249161,-1.7498759031295776,4.541104316711426,1.714246153831482,0.5947496294975281,-0.319541335105896,0.6727051734924316,-0.5033780336380005,-1.2237184047698975,-1.2260322570800781,0.3469903767108917,0.7537958025932312,-0.8556931614875793,-0.8286170959472656,1.106377363204956,-0.6069510579109192,-0.8125007152557373,-0.16898773610591888,1.5065412521362305,1.148188829421997,-0.3037039339542389,-0.5293210744857788,2.340728759765625,0.09908678382635117,0.018070822581648827,-1.6059424877166748,2.657723903656006,-1.2564681768417358,2.5057215690612793,0.14266234636306763,-1.6094341278076172,-1.7490744590759277,-0.025877395644783974,0.7059369683265686,0.6268085241317749,0.7646113634109497,-0.0968814268708229,1.3460794687271118,-1.3812134265899658,-1.3918380737304688,-0.9305093288421631,-0.7338827848434448,0.20875166356563568,-0.15798711776733398,0.9804540872573853,-0.4198327362537384,0.8283949494361877,-1.934256672859192,-0.07756823301315308,0.6984988451004028,-1.1688823699951172,-0.37708112597465515,2.1419012546539307,0.3411879539489746,0.7380028367042542,-2.204501152038574,-0.4128631353378296,-0.004225711803883314,0.9201829433441162,0.3810189962387085,0.8765286207199097,-0.7754281759262085,-3.4247024059295654,1.1692765951156616,1.7448292970657349,-0.02074461616575718,0.5556817054748535,0.17393970489501953,-1.7243282794952393,-0.10616108030080795,-0.8042129278182983,-0.6880542039871216,0.2174646258354187,0.5076862573623657,0.29118695855140686,-0.948334276676178,-1.12344491481781,1.3382678031921387,-0.793026328086853,2.5404582023620605,3.055446147918701,1.2707303762435913,-0.14330613613128662,-0.1955183893442154,-1.9285025596618652,1.854613184928894,0.942400336265564,0.15301159024238586,-0.6421576142311096,1.4971439838409424,0.28930020332336426,1.440039873123169,0.14213557541370392,0.354912668466568,-0.4044029116630554,0.7800031304359436,0.7079252600669861,-0.5003489255905151,-2.427715539932251,0.11476302891969681,-1.0863256454467773,0.2672286033630371,-0.6519535183906555,0.07535991072654724,-0.40754106640815735,-0.5711873769760132,0.790698230266571,0.3303832411766052,1.5020487308502197,-0.0982002317905426,0.9135328531265259,-0.1233651414513588,-0.8300774097442627,-0.8047162890434265,-2.140367031097412,-1.517604947090149,-2.3690261840820312,0.7768514752388,-2.283536434173584,0.329012393951416,-0.3905882239341736,-0.1763516366481781,2.558616876602173,1.3453401327133179,0.024144910275936127,-1.3355847597122192,-0.7637276649475098,0.32352355122566223,-0.5222676396369934,-0.40375080704689026,-1.8345403671264648,-0.4666920006275177,0.72508704662323,0.20869918167591095,0.2870810925960541,-1.22774076461792,0.37373417615890503,0.4831600487232208,2.952268123626709,0.14433836936950684,-0.6383273601531982,1.8319236040115356,0.2572154700756073,0.8859937191009521,-0.08415498584508896,-1.4247546195983887,-1.9122296571731567,0.38366246223449707,1.3490761518478394,-1.0644983053207397,-1.6234726905822754,0.030739501118659973,0.07548101246356964,0.38575324416160583,-0.2132728099822998,-0.12597276270389557,-0.1408001035451889,-0.5352890491485596,-1.5616567134857178,-1.1559057235717773,-0.04514289274811745,-0.2788381576538086,-0.9422845244407654,2.0748839378356934,0.43534502387046814,0.5313926935195923,-0.012279799208045006,-0.8160921931266785,-0.9835687875747681,-3.3908541202545166,-0.516401469707489,-1.1771297454833984,0.8015051484107971,-0.06224800646305084,-1.1006715297698975,-1.3704919815063477,0.6897441148757935,-0.8151679635047913,-1.138189435005188,1.3792964220046997,0.6040729284286499,-0.8863695859909058,0.7738937139511108,-1.6690514087677002,-1.1880468130111694,0.05276922509074211,-1.7812676429748535,1.2278025150299072,0.27203068137168884,-1.1550596952438354,1.1095757484436035,-0.3771952688694,0.4435843825340271,0.0473957359790802,-0.0728314146399498,1.1463383436203003,-1.0642926692962646,0.6536110043525696,-0.25933170318603516,-1.3389478921890259,0.17433466017246246,-0.1107325330376625,0.44476690888404846,1.1486234664916992,-1.48955500125885,0.6551828980445862,-0.4876236915588379,0.03087393008172512,-2.648665428161621,-0.44169777631759644,1.0284943580627441,-0.8659756779670715,0.05814075097441673,1.5954375267028809,-2.0100319385528564,-0.18496569991111755,-0.6168889403343201,-1.235156774520874,1.9846220016479492,-0.21028433740139008,0.821713924407959,0.029212405905127525,0.9036338329315186,0.49043500423431396,-0.4097564220428467,-0.9273378252983093,-2.788353443145752,1.6446906328201294,0.3472546339035034,-1.80070960521698,0.8982222676277161,-1.6168545484542847,-0.7770529985427856,-0.18757478892803192,-0.789853572845459,-0.1958063542842865,-0.036922700703144073,-0.4132107198238373,1.1887927055358887,0.6947370171546936,0.5135484933853149,1.2911632061004639,0.7282658219337463,0.3876745104789734,0.2475583702325821,-0.9609072804450989,-1.472697377204895,0.5815063714981079,-0.5429555177688599,0.09941020607948303,-2.1375184059143066,-0.5444700717926025,1.1339524984359741,2.069096565246582,0.8212023377418518,2.5974538326263428,-1.792161226272583,-2.307511329650879,-0.8502002954483032,0.6403377056121826,1.081119179725647,0.20022501051425934,-0.4233717620372772,1.9652398824691772,-0.34243083000183105,1.5074739456176758,-0.06793268024921417,0.4578385055065155,-0.7323690056800842,0.34893304109573364,0.41691985726356506,1.2387665510177612,0.4798198640346527,2.0576279163360596,0.0037101050838828087,-1.3072543144226074,2.2883880138397217,-1.4299830198287964,-1.1420031785964966,-0.5015369057655334,-0.9238621592521667,0.13043053448200226,-0.48942673206329346,1.8402200937271118,0.28216394782066345,-0.8134139776229858,-0.022467533126473427,0.4248565435409546,0.8438410758972168,0.40272873640060425,0.13394783437252045,1.0673277378082275,0.013909775763750076,2.3664865493774414,-0.6051684021949768,-1.9077304601669312,2.734426259994507,-0.037006597965955734,-1.1194969415664673,-0.28088653087615967,-0.0035579530522227287,-0.14555014669895172,-1.2132757902145386,1.1484813690185547,2.9926211833953857,1.3856518268585205,-0.6630842089653015,-0.328276664018631,0.7498999238014221,0.04599692299962044,0.004379136022180319,-0.928072452545166,-0.7355116605758667,-0.4130173921585083,-0.608315646648407,-1.676801085472107,1.2756177186965942,-0.8810012340545654,1.8226141929626465,-0.3094501793384552,-0.9325070381164551,-0.47192248702049255,-0.9776456952095032,0.11495935916900635,0.91790372133255,-1.5829715728759766,-1.2900382280349731,-1.0210163593292236,-0.20722471177577972,1.1486893892288208,0.5962252020835876,-1.2491412162780762,0.4336644411087036,0.40177032351493835,0.9849342107772827,-21.976146697998047,0.964602530002594,7.6638593673706055,0.3263493776321411,-0.05187494680285454,1.0155550241470337,-1.0521965026855469,0.9053295254707336,-0.5317397117614746,-2.4692368507385254,-0.9017257690429688,-0.7181480526924133,-0.49169087409973145,0.6191953420639038,-0.19013427197933197,-1.551229476928711,0.6361794471740723,-0.9522062540054321,-1.4277517795562744,0.14159753918647766,0.5819975137710571,0.5960716009140015,0.5399582386016846,1.2475759983062744,-0.4210403561592102,-0.353889137506485,-0.21631872653961182,1.4445370435714722,-2.6030189990997314,0.7097070217132568,-0.5676066279411316,-1.5519298315048218,1.7904258966445923,-0.980250358581543,0.6538882851600647,0.3412410318851471,0.7903054356575012,0.21403077244758606,-0.17974916100502014,0.2470155954360962,-0.5494159460067749,1.8850444555282593,1.2845208644866943,-0.81009840965271,-2.2716400623321533,-0.6433641314506531,1.1677908897399902,0.9522489309310913,0.3548673689365387,2.322160243988037,-0.8024790287017822,-0.7082028388977051,-1.147530198097229,-1.792257308959961,0.32098767161369324,-1.2928649187088013,0.5264706611633301,0.4562731087207794,-1.4095662832260132,-0.12755092978477478,0.8363791704177856,0.06841716170310974,-0.7037672400474548,-0.1394052952528,-0.5864361524581909,0.5554996728897095,-0.06206825003027916,-0.7828843593597412,0.8402232527732849,0.24695412814617157,0.29019781947135925,0.4881115257740021,-0.6106547713279724,1.0060005187988281,1.7711668014526367,0.21434639394283295,1.3406533002853394,0.5352353453636169,0.7665835618972778,-0.15227822959423065,1.5372427701950073,1.4738438129425049,0.5208004117012024,0.5493279099464417,-0.2126745730638504,1.5274542570114136,1.365237832069397,0.5347830057144165,3.0246694087982178,-1.3997466564178467,0.5742632746696472,0.7387094497680664,-0.5334895253181458,-0.11187083274126053,-0.5428865551948547,0.7286595702171326,0.02586214989423752,-1.2494395971298218,1.16523015499115,0.073918417096138,-0.8160939812660217,1.2544116973876953,-2.324643611907959,-0.2657465934753418,0.17205160856246948,0.6957210302352905,0.5307803750038147,-0.30159687995910645,-0.001973390346392989,-1.1923105716705322,-0.10854553431272507,0.2701573073863983,-0.039540845900774,-0.14155955612659454,-0.9964413046836853,0.3007313907146454,-0.9319647550582886,0.7962673902511597,-0.7697796821594238,0.23074643313884735,-0.07350952178239822,1.4033310413360596,2.1619529724121094,-1.3239383697509766,0.46726006269454956,-0.8968557119369507,-1.6218780279159546,1.2219306230545044,1.690176010131836,-0.06720485538244247,-0.20440548658370972,1.6223853826522827,-0.5754839777946472,0.43739965558052063,0.042827047407627106,-0.16024069488048553,0.9762567281723022,-0.3560640513896942,1.1402391195297241,1.888323187828064,-0.17080271244049072,-1.450533151626587,-1.4138308763504028,-0.19913160800933838,1.9634349346160889,0.5363336205482483,-0.541127622127533,0.03389957919716835,-0.36564570665359497,-1.8285166025161743,0.04813171923160553,-0.49379175901412964,-0.5307901501655579,-1.212691307067871,1.0751596689224243,-1.6457700729370117,-0.6220272183418274,-0.32805559039115906,-0.3909527063369751,1.4481730461120605,1.6263558864593506,0.19867640733718872,0.6150453686714172,0.247766375541687,0.2631528675556183,0.5603196024894714,2.0648865699768066,-1.6618666648864746,-0.42646631598472595,0.2090490311384201,-0.07345157116651535,2.7598140239715576,-0.5368910431861877,1.012985348701477,-0.8225488662719727,-0.8029109239578247,3.563052177429199,0.19970189034938812,-1.6996418237686157,-0.8197026252746582,1.2453035116195679,-1.1399646997451782,-0.7804252505302429,0.19340237975120544,1.0437113046646118,0.4315362274646759,0.042121656239032745,-0.9188510179519653,-0.09203333407640457,-1.9796124696731567,-1.3353577852249146,-0.39923444390296936,0.7162163853645325,-1.3757879734039307,0.2754867970943451,4.630547523498535,-0.20919471979141235,-0.9948409795761108,1.7083178758621216,2.1470088958740234,1.1728407144546509,0.36472779512405396,-1.8027182817459106,-0.015050467103719711,-1.558833360671997,-2.11504864692688,-0.5297955870628357,1.2771493196487427,-1.4595327377319336,1.394634485244751,2.49096417427063,-1.4461658000946045,-0.5451297163963318,-1.054447054862976,0.7066881656646729,-0.1541760116815567,0.18411383032798767,0.45406773686408997,-0.5859155654907227,-0.3065528869628906,-0.8728148937225342,0.6123719215393066,-0.5510888695716858,-1.5288009643554688,-0.06483948975801468,-0.3901450037956238,-0.12938250601291656,-0.5485722422599792,0.3882713317871094,0.18674728274345398,0.5451239943504333,0.6881873607635498,-2.196037769317627,0.6724913120269775,0.06934385746717453,1.2423633337020874,1.1128517389297485,0.9907915592193604,0.4346362352371216,0.514978289604187,-0.41314658522605896,-0.020259644836187363,1.3241255283355713,-0.052050601691007614,0.6910594701766968,-1.3932418823242188,-2.2877373695373535,1.2551445960998535,-0.523043692111969,-0.3973024785518646,-0.6528789401054382,0.9981908798217773,1.7356775999069214,0.5724796056747437,-1.2038779258728027,0.12663055956363678,-0.18794557452201843,1.649086594581604,1.0315189361572266,2.324000597000122,0.07943236082792282,-0.8562303781509399,-0.4528103470802307,-1.0591198205947876,2.162020206451416,0.7007347345352173,-2.0910964012145996,-0.000566054368391633,1.691840410232544,-1.1838014125823975,-0.8152325749397278,0.4355478584766388,-1.2919045686721802,3.118666172027588,-0.9280491471290588,-2.8102471828460693,0.8499173521995544,1.3843953609466553,-0.961329460144043,-0.94160395860672,1.4648215770721436,-0.23785847425460815,1.8221355676651,1.8924332857131958,0.4744430482387543,-1.84811532497406,1.0754430294036865,0.5462969541549683,-0.5776495337486267,0.8191282749176025,1.7997819185256958,0.6279394030570984,0.37482142448425293,-0.9340788125991821,0.20996038615703583,0.19807498157024384,-1.1201120615005493,-0.09198812395334244,0.9904468059539795,-0.7864915728569031,-0.7355220317840576,-0.12529054284095764,-0.5106870532035828,-0.3277999460697174,-0.1842355579137802,-0.31339704990386963,2.1669416427612305,-0.0044738114811480045,0.8607473969459534,-0.791198194026947,-0.3564174771308899,-0.4005241096019745,2.140338659286499,-1.3696584701538086,1.1307698488235474,-0.6013598442077637,-0.9842631220817566,-0.1492253541946411,0.9076701402664185,-0.49033284187316895,0.131575345993042,-0.43393924832344055,1.8993130922317505,-1.480660080909729,-0.21278850734233856,0.21057423949241638,-1.4292372465133667,-0.7215187549591064,1.8319053649902344,-0.24141913652420044,-0.45936304330825806,-1.4125174283981323,-0.9345222115516663,-1.1367391347885132,-0.8829931616783142,-0.5498128533363342,0.4401085376739502,-0.18586120009422302,2.861372470855713,1.7885726690292358,0.13758085668087006,-0.7318275570869446,-1.1192291975021362,1.4867643117904663,-0.1964786797761917,0.47041648626327515,-2.474297285079956,1.6775974035263062,-0.3808974027633667,2.2083754539489746,-1.0086878538131714,-0.8053252696990967,1.1174670457839966,2.25639271736145,0.5439913868904114,0.3060605227947235,0.027133071795105934,-0.7729484438896179,-0.639316976070404,-0.36157602071762085,-0.6753551959991455,0.7285268306732178,1.2633099555969238,-0.41735464334487915,1.8486340045928955,-0.6832132935523987,0.8240365386009216,0.21307002007961273,-0.9909029603004456,-1.6954680681228638,-0.40363988280296326,-0.5642958879470825,-0.3210768401622772,-0.18300119042396545,0.5597606301307678,1.491517424583435,1.565772294998169,0.14703989028930664,-0.8150100708007812,0.9729442596435547,-1.8385612964630127,2.136204957962036,0.23990431427955627,-1.4891273975372314,1.8494256734848022,1.1463384628295898,0.6644511818885803,1.113458514213562,1.5845558643341064,4.080529689788818,-1.1266041994094849,0.9822167158126831,-1.8580327033996582,0.2719830274581909,-0.8689635992050171,0.617318868637085,0.3503020405769348,0.05795230343937874,-0.05351734906435013,0.7723914384841919,-0.9119172096252441,1.1442899703979492,1.246596336364746,0.13730335235595703,1.3458346128463745,0.5595743060112,-0.5263738036155701,-0.7834932804107666,-1.2922711372375488,1.7687021493911743,-0.9124405384063721,0.02095785178244114,-0.44216424226760864,0.5195587277412415,-1.8091968297958374,-2.803903102874756,-0.3218908905982971,-1.1075242757797241,-0.16590610146522522,0.7406511902809143,-0.4513123035430908,3.0438568592071533,1.5693806409835815,0.3401556611061096,0.23421688377857208,0.4992731213569641,1.0745539665222168,-1.2815970182418823,-0.0302902664989233,-0.3180440366268158,0.10704454034566879,1.308861255645752,0.06727596372365952,1.1922856569290161,0.7039946913719177,-1.7612172365188599,0.24440798163414001,0.7394670844078064,0.15568658709526062,0.16236737370491028,-0.06427662819623947,0.0639764741063118,0.858069896697998,-1.3989837169647217,1.9234049320220947,-0.9583885669708252,0.7668312191963196,-0.4484121799468994,-1.2379666566848755,1.0120186805725098,0.02710340917110443,-1.3793892860412598,0.2969629168510437,-0.5631041526794434,1.3682363033294678,-1.2950263023376465,-0.35656237602233887,-0.13983416557312012,0.35109743475914,1.0580317974090576,0.0456022284924984,-0.5334453582763672,-0.9710644483566284,-0.9753581285476685,1.0212644338607788,0.7621639966964722,-0.688134491443634,0.3599622845649719,-0.8056598901748657,0.8121065497398376,-0.16533392667770386,0.9134043455123901,-0.48714497685432434,-0.6575964689254761,-0.41805413365364075,0.5561926960945129,-2.6305713653564453,0.41795045137405396,-0.678531289100647,1.0608081817626953,0.6905959844589233,-0.3371719717979431,-0.5709940195083618,-1.7486321926116943,0.7093244791030884,2.364323616027832,-0.050669219344854355,0.5590140223503113,-0.06751066446304321,-0.2932831645011902,0.523987352848053,1.244124412536621,0.394664466381073,0.5055103898048401,1.3952070474624634,-2.0156469345092773,-2.0766849517822266,0.7921218276023865,2.4698331356048584,2.578561544418335,1.5923691987991333,1.2338603734970093,-1.9501653909683228,-0.6293981671333313,-0.5225813984870911,1.5140811204910278,0.6125633716583252,-1.2357720136642456,0.0006931578391231596,-1.0173946619033813,-1.041749119758606,1.396101951599121,-0.8123515248298645,-0.6274849772453308,-1.3755117654800415,0.34197571873664856,-0.8615133762359619,-0.1006607860326767,1.4480386972427368,-0.7486982941627502,-1.9012945890426636,-0.6167237758636475,-0.3911330997943878,-6.499722003936768,1.5383614301681519,-0.2248164415359497,2.2505717277526855,-1.400132179260254,0.555755615234375,1.034170389175415,-0.3133062720298767,-0.6923872828483582,1.2335574626922607,1.4872795343399048,2.112957000732422,0.20405814051628113,0.2515438199043274,-0.1857391595840454,0.37279170751571655,-0.08891328424215317,0.5442329049110413,-0.9835266470909119,0.33689528703689575,-0.5585364699363708,-1.7117751836776733,0.2857552468776703,-0.9395908713340759,-1.5692468881607056,-0.5914872884750366,0.9983967542648315,-0.2409907579421997,0.6188514828681946,-0.41743236780166626,-1.1271418333053589,0.04969608038663864,-0.563651442527771,-0.5297638773918152,0.3988404870033264,0.7898451685905457,0.48022934794425964,0.4484609365463257,-0.4435242712497711,0.09072957932949066,-0.7878249287605286,-0.9703433513641357,1.2231974601745605,0.8595415353775024,0.17055872082710266,-2.000816583633423,1.7403477430343628,-0.2517687678337097,1.0174369812011719,-1.1059962511062622,1.5918676853179932,2.057535171508789,0.6715068817138672,3.4854648113250732,-1.290003776550293,-0.00008947878814069554,0.38967084884643555,0.04540758207440376,1.108544945716858,0.08379945904016495,0.572940468788147,-1.1842246055603027,2.3672308921813965,-0.1528371125459671,2.087512731552124,-0.927029550075531,-0.8424152135848999,2.0939056873321533,-0.05879630148410797,-2.4299771785736084,-1.3011888265609741,0.5972288846969604,1.0757869482040405,-0.9570890665054321,0.9144856929779053,-4.386898517608643,0.3584589660167694,0.33950504660606384,-1.1973686218261719,-1.4545172452926636,-0.7315061688423157,-1.042641043663025,0.005586389452219009,-0.028761226683855057,0.8683250546455383,-0.7974570989608765,0.5430384874343872,0.5531522631645203,-2.114743232727051,-0.047233644872903824,0.423069566488266,-1.0317364931106567,0.36282071471214294,0.7812721729278564,0.7713505029678345,0.9379544854164124,1.590871810913086,0.06405279785394669,2.5502848625183105,0.4292304515838623,2.4445507526397705,-0.12764564156532288,-0.21703100204467773,0.694314181804657,0.02583806961774826,-0.4598273038864136,0.9092341661453247,-2.7326879501342773,-0.09863664209842682,0.8402188420295715,0.8174644112586975,-0.9221230745315552,-0.4143197536468506,-1.9073398113250732,-0.46694645285606384,0.7330462336540222,0.7184557914733887,-0.16754639148712158,-0.9970435500144958,0.5428860187530518,1.0657950639724731,1.2447186708450317,0.042124178260564804,0.6745178699493408,-0.9555544257164001,1.0706372261047363,-0.6285243034362793,-1.2731159925460815,-0.6804819703102112,-1.7131683826446533,1.0295817852020264,0.21297496557235718,1.056257963180542,0.014800325967371464,-0.5316562652587891,-0.29417043924331665,-0.09533809870481491,2.2098779678344727,-1.3571252822875977,-0.9275356531143188,-0.3690061569213867,-1.3616021871566772,-0.13883064687252045,-0.7350670695304871,0.3196553885936737,0.11107899248600006,-0.18302522599697113,-0.9465586543083191,-0.9336889982223511,-1.4651174545288086,-2.1984329223632812,-0.9890806078910828,0.1534808725118637,-0.8674110770225525,-1.228581190109253,0.5686469078063965,0.17958982288837433,0.27443307638168335,-0.49039044976234436,-1.5707076787948608,2.675236225128174,-0.026699954643845558,0.7290816307067871,1.0290204286575317,-1.330335259437561,-2.111055850982666,0.10997143387794495,1.0647341012954712,-1.4093565940856934,0.5573121905326843,-0.003688719356432557,1.9920754432678223,-1.7306571006774902,-1.484451174736023,-0.30876657366752625,-0.35577476024627686,-1.3154160976409912,-0.29606086015701294,0.11178762465715408,0.2522253394126892,-3.074817180633545,0.9936317205429077,1.1972581148147583,-2.2772648334503174,0.6709829568862915,1.6215944290161133,-2.969667434692383,1.0543102025985718,-0.3901376724243164,1.1839394569396973,1.0964720249176025,-0.706311821937561,0.9748906493186951,0.015137801878154278,-0.929374635219574,0.2778017520904541,-0.40932968258857727,1.4038360118865967,-0.2064857929944992,-1.8025901317596436,1.9248093366622925,-2.334562301635742,-0.693710446357727,-0.7525516748428345,0.07526780664920807,0.11485084146261215,0.6858697533607483,-0.7503336071968079,0.12397750467061996,0.19741854071617126,0.53134685754776,0.6860414743423462,-1.379807949066162,2.865084171295166,-0.29507267475128174,-2.89844012260437,-1.0516409873962402,0.18491633236408234,0.7659348845481873,-0.42060935497283936,-0.6865007877349854,0.19566580653190613,1.5657658576965332,0.3359069526195526,0.7537475228309631,-0.5512020587921143,-0.24662618339061737,2.9536445140838623,-1.7445496320724487,1.0201737880706787,-0.3861214816570282,1.615399956703186,1.3752737045288086,0.46490949392318726,1.5300012826919556,0.09082967042922974,-1.495006799697876,1.9729492664337158,-1.6429460048675537,0.7529411315917969,-0.8566092252731323,-0.05434439331293106,0.7177432179450989,0.5878521800041199,1.0371063947677612,0.053894463926553726,1.0155948400497437,-0.407375693321228,-0.30523157119750977,-1.33329176902771,0.2488315999507904,0.3823815584182739,0.06550052762031555,0.27440619468688965,0.757448136806488,-1.1174813508987427,0.24329473078250885,-0.707683265209198,1.1543214321136475,-1.1377642154693604,0.15533889830112457,-0.6536685228347778,0.03135491535067558,1.7543525695800781,-2.153806209564209,0.6366045475006104,-1.702979326248169,-3.5254883766174316,-1.1856526136398315,-0.565303385257721,3.433476209640503,-0.2316635102033615,-2.384787082672119,2.1000263690948486,0.12468314170837402,-0.8965150713920593,1.2112172842025757,-0.1704857051372528,0.081130251288414,-0.2763429284095764,2.2695322036743164,-0.1742798388004303,0.22558020055294037,-1.4402961730957031,-1.3770086765289307,0.48080676794052124,-1.7455495595932007,-0.8148818016052246,0.6081342697143555,0.20870564877986908,-0.38607269525527954,-0.29930734634399414,-0.7345280051231384,-0.8164658546447754,1.829766035079956,-2.053051710128784,1.4669914245605469,1.3740886449813843,-0.34876734018325806,0.699134349822998,-0.27029576897621155,1.6611146926879883,0.8223099708557129,1.5159980058670044,0.3331782817840576,1.3877646923065186,0.8418623208999634,-1.4139806032180786,1.7995736598968506,-0.32414510846138,-0.05928554758429527,-0.4901076853275299,0.23068659007549286,0.4041428864002228,0.06635945290327072,0.7922228574752808,0.5492985844612122,-0.9546352624893188,-0.09908872842788696,0.1337810605764389,-1.4835271835327148,-1.0904635190963745,1.2084044218063354,1.5529942512512207,0.1403043121099472,1.0882600545883179,0.9015153646469116,1.3684089183807373,-0.6309243440628052,1.2949479818344116,-0.06700928509235382,1.3243277072906494,0.5423241257667542,-0.5914387702941895,0.2872009873390198,-0.6234683394432068,-0.42480558156967163,-0.4999942183494568,-3.1293249130249023,0.1305111050605774,0.00402894988656044,-0.5455909371376038,0.8442575931549072,-2.573728561401367,0.03133633732795715,-1.0063376426696777,-1.1022307872772217,-0.046551331877708435,-0.9002407193183899,-1.3883399963378906,-0.9305590987205505,-1.4430794715881348,-0.24084210395812988,-0.45702317357063293,0.05089936777949333,1.282427191734314,-0.47510281205177307,-1.8194994926452637,0.7989940643310547,-0.2616969645023346,0.7226063013076782,-2.182135820388794,-0.07063266634941101,2.3088436126708984,-2.938222885131836,1.0069055557250977,-0.33259275555610657,-1.2961839437484741,0.7234922051429749,1.58650541305542,1.133174180984497,-1.625718116760254,-1.3394402265548706,-0.16067571938037872,0.5840798020362854,0.4819318950176239,0.19973154366016388,-0.8332332372665405,-1.2206939458847046,-0.9828778505325317,-0.29645225405693054,2.6086950302124023,-0.48710235953330994,-1.1440929174423218,0.18799366056919098,0.594702959060669,2.9105143547058105,1.7813352346420288,0.855108380317688,-0.36531201004981995,-0.9505378603935242,-1.8078011274337769,0.9452164173126221,0.06803407520055771,0.6158512234687805,-1.787683367729187,-1.6232795715332031,-1.120210886001587,0.13916869461536407,-1.4729294776916504,-1.0263116359710693,0.8311787247657776,0.9604564905166626,-1.2373778820037842,0.06075141578912735,-1.653826355934143,-0.8456425070762634,0.5574123859405518,-0.2615002989768982,-0.2731485068798065,-0.31552988290786743,-1.3517842292785645,-0.21405579149723053,0.24819600582122803,0.5792639255523682,0.41890305280685425,-0.12126640975475311,0.6120427250862122,-1.06087327003479,-3.9092774391174316,0.6428620219230652,-0.5224835872650146,1.4157791137695312,0.21439576148986816,0.8208984136581421,-1.207748532295227,-0.1221880316734314,-0.9139701128005981,-1.2722200155258179,-0.2351521998643875,0.5930916666984558,0.5165790319442749,-1.2040866613388062,0.2121671885251999,-0.5679568648338318,2.024163007736206,-4.287288665771484,1.8160877227783203,-0.22414886951446533,0.20301996171474457,0.5584497451782227,0.11930885165929794,1.1075208187103271,0.9153016209602356,-0.5054577589035034,-1.0028965473175049,0.6221134066581726,-0.16634096205234528,0.9427440762519836,-0.8567653894424438,-1.0849618911743164,-1.0533359050750732,0.27875563502311707,1.675235629081726,-0.5387001037597656,1.3094031810760498,0.4640020728111267,0.3083929717540741,0.7769021987915039,-0.0046327910386025906,-1.811950445175171,-0.6573024988174438,-1.2758815288543701,1.3495235443115234,-1.8070423603057861,1.574432134628296,-0.5667510032653809,-0.23692794144153595,0.48847511410713196,-0.6461227536201477,0.8349314332008362,-2.0576364994049072,0.5538659691810608,0.19066399335861206,-0.3800182044506073,-0.4216693341732025,1.3362162113189697,0.8364551663398743,-0.13727235794067383,0.3330548107624054,0.20960824191570282,-1.081295371055603,-1.260238528251648,0.8962124586105347,0.6345675587654114,-2.0784716606140137,0.6067774295806885,1.662418246269226,-2.3196651935577393,0.6683366894721985,-1.185319185256958,0.503046452999115,0.38581082224845886,1.0044808387756348,-0.17641319334506989,-0.9262735247612,-1.486246109008789,-1.4822171926498413,6.799105167388916,0.5021014213562012,1.2569705247879028,-1.841657042503357,-0.28281596302986145,1.5494126081466675,1.4374052286148071,1.408434510231018,0.9078494310379028,1.3368077278137207,-1.5179919004440308,-0.1955803781747818,-0.6779866218566895,0.2017260640859604,-0.13817980885505676,-0.06611057370901108,1.1923348903656006,-0.9221250414848328,0.4417937695980072,0.10859803855419159,-1.5483238697052002,0.11817986518144608,-0.20467321574687958,0.9324639439582825,1.027126669883728,2.877877950668335,0.007679508998990059,0.23078300058841705,-0.13941746950149536,1.3583729267120361,-0.17659224569797516,-0.3243227005004883,0.9905406832695007,0.12664367258548737,-0.20538493990898132,0.9420926570892334,-2.343073844909668,1.415733814239502,0.32143115997314453,-1.8172754049301147,-0.1474664956331253,0.7197853326797485,-1.3229973316192627,0.09026315063238144,2.378737211227417,-0.8666089773178101,-0.42810913920402527,-0.35362711548805237,-0.5380292534828186,2.1564812660217285,1.1362584829330444,1.2656562328338623,-0.10489235073328018,0.8974586129188538,0.8352897763252258,-0.9253159165382385,-0.9540669918060303,0.004574015736579895,0.8941407203674316,-0.36746060848236084,0.9367078542709351,-1.655432939529419,-1.413729190826416,1.1119699478149414,-0.5280299186706543,1.355285882949829,1.0800713300704956,-0.46821120381355286,-0.9191442131996155,-0.6660792827606201,3.1025021076202393,0.6207082867622375,-2.0749351978302,1.415018916130066,-0.18242815136909485,-0.14709506928920746,0.605575680732727,0.6948212385177612,-0.6483238935470581,2.2828640937805176,0.5959052443504333,0.014559365808963776,-2.5854578018188477,0.310943603515625,0.23064664006233215,0.46269410848617554,-1.3874123096466064,-1.1517325639724731,1.9430643320083618,1.007393479347229,-1.5008021593093872,0.13798829913139343,-0.18995417654514313,0.8311594128608704,-1.4099032878875732,0.7022952437400818,0.4870041608810425,-0.30689987540245056,-0.026802314445376396,0.8835642337799072,0.38983771204948425,-0.24221859872341156,0.23942935466766357,-1.4781187772750854,-0.04925936833024025,-0.9893816709518433,0.3680787682533264,-0.2883991301059723,-2.544851064682007,0.19893226027488708,-0.9391134977340698,-0.8955187797546387,0.3943485617637634,0.98152095079422,-0.09590040892362595,1.1123491525650024,1.8995707035064697,-4.567311763763428,1.1265511512756348,2.9330849647521973,-0.18682169914245605,0.8117483854293823,0.39731764793395996,-0.27804726362228394,-1.8430966138839722,1.178566336631775,0.09736523032188416,1.2316927909851074,-1.2622380256652832,-1.0636088848114014,-0.4411277174949646,0.6420744061470032,2.2252418994903564,0.38066962361335754,-0.35013070702552795,1.144917607307434,0.5373266339302063,-0.03293539583683014,1.1233079433441162,0.29117774963378906,-0.17411869764328003,2.010289192199707,1.1310818195343018,0.07708393037319183,-0.2985096871852875,-1.6634083986282349,-0.5367692112922668,0.9822858572006226,-0.5148447751998901,-0.26277828216552734,-0.9801111221313477,0.5527198910713196,-0.11365270614624023,-0.8857002854347229,0.32064563035964966,-0.3821012079715729,1.947094202041626,0.20623494684696198,0.8814645409584045,1.9927151203155518,-2.216153383255005,1.9846938848495483,0.15194369852542877,0.8840498924255371,-0.8430390954017639,-1.1142220497131348,-2.4724059104919434,-0.03295285999774933,0.381452351808548,1.0739701986312866,-1.7617707252502441,1.2214152812957764,1.296287178993225,0.9597902894020081,-0.42665696144104004,-1.0610148906707764,1.18222975730896,-0.6936588883399963,0.7954437136650085,-0.3774678111076355,-1.4898682832717896,-0.8993967175483704,-0.7372757196426392,0.2840946316719055,-0.6770675778388977,-0.3546185791492462,0.552603006362915,0.39659902453422546,-1.7627991437911987,-1.4892020225524902,-0.7973949909210205,0.9700124263763428,0.013285841792821884,0.9309505224227905,2.2889528274536133,-0.6894439458847046,-1.0296622514724731,0.041128598153591156,-0.5157620310783386,0.4669221043586731,0.07663103938102722,-0.9848906993865967,0.37819474935531616,0.19637569785118103,-0.036092501133680344,1.5964473485946655,-0.823311448097229,0.41170066595077515,0.35411855578422546,0.39082270860671997,1.5328195095062256,-1.125224232673645,0.8625232577323914,-0.16375894844532013,0.49712321162223816,0.6839101314544678,-2.632697343826294,0.3086162209510803,-0.8365329504013062,1.8300397396087646,-0.3448336720466614,-0.6639426350593567,-2.1905064582824707,-1.052894115447998,-1.7906701564788818,1.0188753604888916,0.9458310008049011,0.26122748851776123,-0.06396108120679855,2.1157705783843994,0.2850402891635895,0.3343663513660431,2.8310623168945312,0.8544521331787109,0.9546928405761719,1.0400221347808838,1.0194834470748901,-0.815091609954834,-0.4761486351490021,0.9214211702346802,-1.54949951171875,-0.4178226888179779,-1.2531946897506714,-0.9531036615371704,-0.36865779757499695,-0.47325438261032104,-0.5788566470146179,-1.0571593046188354,0.4508894085884094,1.8338357210159302,1.0648998022079468,-0.1042325496673584,0.15668492019176483,-1.080435872077942,0.4371671974658966,0.2326354682445526,0.4652615189552307,-0.4632694125175476,0.7419697642326355,-0.36078131198883057,1.314408540725708,-1.4461590051651,1.67149817943573,0.00004933914897264913,-0.08714039623737335,0.9031068086624146,-0.26298511028289795,-1.2489635944366455,2.393178939819336,-0.3752266764640808,1.0111266374588013,-0.12921281158924103,2.0128848552703857,-0.25646814703941345,-0.8638789653778076,1.546362280845642,-0.6461987495422363,0.1845320463180542,-1.1811617612838745,-2.171372890472412,0.5707646012306213,-0.4010632336139679,-2.317293405532837,-1.166877269744873,1.801461100578308,1.5696226358413696,-0.0870387852191925,-0.8464212417602539,0.4623745381832123,-0.9720089435577393,-0.18490755558013916,2.2711095809936523,0.5688883066177368,-1.968048095703125,-0.78639155626297,0.5486850142478943,0.49045318365097046,-1.7341898679733276,-0.3583192825317383,-0.19824464619159698,1.2847492694854736,0.47212472558021545,-0.40400031208992004,0.5858686566352844,1.4071056842803955,0.35757696628570557,0.023964960128068924,-0.05037911608815193,-1.5139212608337402,-0.372938334941864,0.287502259016037,0.16205286979675293,-0.8861110210418701,-1.493942379951477,0.07384584844112396,0.15153910219669342,-0.8093543648719788,0.4224136769771576,-1.4324668645858765,-0.4167327582836151,0.19415868818759918,-0.4903911054134369,0.6155012249946594,-1.7515376806259155,0.6140459775924683,1.001541256904602,-0.7743726372718811,-2.3040130138397217,0.2900622487068176,0.045494444668293,-1.6539055109024048,0.40223628282546997,1.1561564207077026,0.03422684967517853,-0.4609795808792114,2.3984830379486084,0.10574520379304886,-0.7650825381278992,-0.4620918929576874,-0.029369397088885307,0.35593047738075256,0.9705801606178284,-2.8832788467407227,-6.477456092834473,-1.3313270807266235,1.167487621307373,-1.5789536237716675,-0.9010991454124451,0.37048736214637756,1.3541301488876343,-0.7704439759254456,-0.8197471499443054,-2.0120434761047363,-0.35607677698135376,-0.6311879754066467,-1.6645102500915527,1.4352538585662842,1.1662603616714478,0.7749667167663574,1.1527174711227417,-2.2664144039154053,0.028784621506929398,0.4100079834461212,-0.14138565957546234,-0.028997816145420074,-0.5276679396629333,-0.2679554224014282,6.7013959884643555,-1.7131521701812744,-2.534911632537842,-2.2608463764190674,-1.5590345859527588,-0.9914411306381226,-1.3127233982086182,-1.0232348442077637,-0.9458276629447937,0.4168739914894104,-0.2827923893928528,-0.6763662695884705,1.2374627590179443,1.512730360031128,-0.4551635682582855,-0.2962174415588379,-0.6056244969367981,-0.656873881816864,0.5348933339118958,0.7310981750488281,-0.11261361092329025,-1.7579823732376099,2.3283438682556152,1.0133484601974487,-2.981391191482544,-0.040550582110881805,-1.5172152519226074,2.172044515609741,1.6582893133163452,-0.924058198928833,-0.8877683877944946,-0.5710155367851257,-1.6555095911026,-0.7500702738761902,-3.372833251953125,-0.1672368198633194,-1.164011001586914,-0.518277645111084,0.7526845932006836,0.3234814703464508,0.4938182830810547,-0.05541840195655823,-1.5603264570236206,-1.998673915863037,0.7775377035140991,-1.2727046012878418,-0.15384824573993683,0.19867174327373505,0.3137476146221161,1.694353699684143,0.27159830927848816,0.03387749567627907,0.12164860218763351,-0.22896558046340942,1.1031346321105957,-1.2457870244979858,-0.5048827528953552,-1.3425209522247314,0.23284177482128143,1.0020264387130737,-0.9487016201019287,-0.7713900804519653,-0.2295171320438385,-1.2500367164611816,2.1394755840301514,0.037288110703229904,0.041169919073581696,-1.8893762826919556,0.10901685059070587,-0.13432517647743225,1.7661933898925781,-0.7027506232261658,0.4673725366592407,0.2697239816188812,-0.5929563641548157,0.07071712613105774,1.234789252281189,-1.1799261569976807,1.280907392501831,-0.3807089924812317,-0.039256688207387924,0.5658918023109436,-0.7223406434059143,-3.071713924407959,-1.7392387390136719,0.08995351195335388,-0.4962906241416931,0.42896756529808044,0.0648639127612114,-0.8741244673728943,-0.8072037100791931,0.7395720481872559,-0.9551411271095276,-1.143355131149292,-1.037786841392517,-0.43800976872444153,-0.16245363652706146,-1.308298110961914,-1.3929228782653809,-0.10008424520492554,-1.2162222862243652,-1.4162133932113647,1.5790096521377563,-0.04255345091223717,0.7237541675567627,-0.9217045307159424,-0.16937866806983948,0.2369297444820404,-0.8734995722770691,0.19947309792041779,1.4652903079986572,-0.16404329240322113,1.8843988180160522,0.9925479888916016,-0.557873547077179,-0.01557878963649273,0.2596110999584198,0.05515946447849274,-0.15203922986984253,-0.5641813278198242,0.0019786939956247807,2.102984666824341,0.7444875240325928,-0.8943706154823303,1.0276148319244385,-1.7656564712524414,0.7110552191734314,-3.0978751182556152,-1.265107274055481,-0.7351735234260559,-1.1782677173614502,0.8933956623077393,-1.3815429210662842,0.9894116520881653,-1.899971604347229,1.4234182834625244,0.8439701199531555,0.12632787227630615,0.520405113697052,-2.739274024963379,0.2371458113193512,-1.6998697519302368,0.6414004564285278,1.5285652875900269,1.7807765007019043,-0.2667817175388336,0.3465013802051544,-0.5258838534355164,-3.017455816268921,0.32120051980018616,1.9969754219055176,-0.8961408138275146,-2.1515259742736816,-0.6334772706031799,0.20604442059993744,-1.3015244007110596,0.6276230812072754,-1.1559946537017822,0.2643169164657593,-1.7086371183395386,1.0439791679382324,0.8193531632423401,0.019612165167927742,1.5162087678909302,0.35196104645729065,-0.8015903234481812,1.154431939125061,-0.43147483468055725,-2.4112279415130615,-2.9113094806671143,0.28143054246902466,0.2175828516483307,0.8219895362854004,0.012884174473583698,-1.1562086343765259,0.19163502752780914,-1.5571517944335938,1.4689923524856567,0.7827024459838867,3.157501220703125,-0.898296058177948,-0.785182535648346,0.46140924096107483,-0.6400707960128784,0.8414918184280396,0.10700161755084991,0.32423895597457886,-0.008752078749239445,0.4830673038959503,-1.4084421396255493,-1.3367787599563599,1.140362024307251,-0.3380768597126007,-0.18092091381549835,-0.24906213581562042,1.7756370306015015,0.3108493387699127,0.0446794368326664,-2.4118611812591553,-0.8670895099639893,-1.1501214504241943,-0.17560842633247375,-1.4912625551223755,1.3281959295272827,-1.3068205118179321,0.5869279503822327,0.9778044819831848,-0.9124054312705994,-0.14310714602470398,-0.4706239104270935,1.281234622001648,-0.029650023207068443,-0.39957696199417114,0.6695783138275146,-1.9668490886688232,-0.6717588901519775,0.09499874711036682,-1.6606589555740356,-1.5202254056930542,-0.7152976989746094,0.10106020420789719,0.3486841022968292,-1.0378119945526123,-0.27763116359710693,-0.867717981338501,0.9543904662132263,-0.07126911729574203,0.7716947197914124,-0.7290215492248535,-0.29495593905448914,-0.6962781548500061,-0.03916759416460991,-1.268845558166504,-1.3092681169509888,0.7121096849441528,-0.5041684508323669,0.5711899995803833,0.11177904158830643,-0.3323856294155121,0.6418964862823486,0.05848269537091255,-3.498406410217285,1.3771368265151978,0.6522376537322998,0.4018118977546692,0.5928560495376587,-0.06539058685302734,0.8386561274528503,-1.4183636903762817,-0.43215063214302063,1.4367541074752808,1.0273323059082031,-1.3751091957092285,0.957470178604126,1.7053537368774414,-0.8442757725715637,-2.1132307052612305,0.08267771452665329,-0.9472106099128723,0.6758162379264832,0.49369022250175476,-0.5480151772499084,-0.07721603661775589,-0.11119615286588669,-0.2653491795063019,1.6111619472503662,-2.0117225646972656,0.9285767674446106,-2.2162747383117676,0.5065552592277527,1.6115996837615967,-0.427691251039505,-0.33462029695510864,1.4879651069641113,-0.4685472846031189,1.0342334508895874,-1.5992398262023926,1.383520245552063,-0.06984041631221771,0.24491147696971893,-1.2924962043762207,0.7322747707366943,-0.8637343049049377,2.706908941268921,-2.217949390411377,0.6395304799079895,0.1901472955942154,-1.610306978225708,-0.8328875303268433,0.8673988580703735,0.4016856551170349,1.4663759469985962,0.048931319266557693,-0.2223663181066513,1.9783672094345093,0.787790834903717,0.45078104734420776,1.3938990831375122,0.8645080327987671,-0.25687968730926514,0.6824011206626892,-1.082578182220459,7.9285736083984375,1.4313205480575562,-0.22380879521369934,0.6255950927734375,1.3760144710540771,0.7762570381164551,-0.11816579848527908,0.6332390308380127,-1.266581416130066,-1.1952648162841797,-0.27658578753471375,0.6173526048660278,-0.17990383505821228,1.4287546873092651,0.16606348752975464,-0.3046058416366577,-0.9196498990058899,-0.2949025332927704,1.2595490217208862,-0.6461031436920166,0.12143434584140778,0.3480375111103058,0.33678656816482544,0.25753551721572876,-1.7354816198349,1.0764764547348022,-0.44785991311073303,-0.9420018196105957,0.43777093291282654,0.025326691567897797,-1.0051326751708984,0.243880957365036,2.108187675476074,0.40416958928108215,-0.07337546348571777,0.7163307070732117,0.011184684932231903,1.5740280151367188,0.4766920804977417,1.0367342233657837,-1.2724359035491943,-1.4208567142486572,-1.3797783851623535,-1.1397093534469604,-1.7132586240768433,0.7361761927604675,0.35118183493614197,0.054025884717702866,0.8048913478851318,0.16062182188034058,0.45196089148521423,-1.834190011024475,2.5664799213409424,1.7066330909729004,-0.17037338018417358,0.26909175515174866,0.47335198521614075,-0.3067317008972168,-1.1061389446258545,0.23260575532913208,-0.5923402905464172,0.19714419543743134,-0.06872282922267914,-2.094041585922241,0.3008619248867035,-0.7624322175979614,0.10336107760667801,0.30956366658210754,1.8737980127334595,0.9264787435531616,-0.7433618903160095,0.047783903777599335,-1.6508216857910156,-0.03421805799007416,-0.17697273194789886,0.40503570437431335,-0.9696545600891113,1.9440456628799438,-1.3834643363952637,0.8063740730285645,-1.2942694425582886,2.074906587600708,0.6310411691665649,-0.1011287271976471,-1.33332359790802,1.2292375564575195,-0.8785155415534973,1.7775477170944214,-2.0234642028808594,0.9348645806312561,-2.7419586181640625,-0.6727200746536255,-1.2114458084106445,-1.432968020439148,-0.5933411717414856,1.5708805322647095,0.8327362537384033,-0.4534870684146881,0.35630297660827637,0.18019554018974304,-0.6859512329101562,0.7178970575332642,-0.050298675894737244,0.9276071786880493,2.6332767009735107,0.6649578809738159,-1.5652133226394653,0.761590838432312,-0.21392060816287994,1.708795428276062,-0.6467735767364502,-0.6278985738754272,0.4054497480392456,0.30601921677589417,0.8904617428779602,-2.1871986389160156,-0.08817002922296524,1.4401967525482178,-0.4736425578594208,-1.8591439723968506,-0.1328560709953308,0.8880527019500732,0.1437562257051468,-1.4755074977874756,0.44363510608673096,1.7402429580688477,-0.1139959916472435,0.21543747186660767,-1.999279499053955,-1.1403729915618896,1.8467679023742676,-0.4136364161968231,-1.4450873136520386,0.618096649646759,-0.0586579404771328,-1.2267930507659912,-1.6122169494628906,-1.4035964012145996,1.0180379152297974,-0.2904806137084961,2.222705364227295,-0.27837085723876953,0.7521588802337646,0.6064942479133606,0.2965933680534363,-0.9909570217132568,1.5897581577301025,-0.48364293575286865,1.321648120880127,0.5228971838951111,-1.4590489864349365,0.5895090699195862,1.7661494016647339,0.12909358739852905,-1.3321630954742432,-0.7708254456520081,-1.7834105491638184,0.5819204449653625,-0.12299979478120804,-0.2644357979297638,-0.9756069183349609,-1.5186980962753296,-1.414505124092102,2.57330322265625,-1.5736366510391235,-0.2120220959186554,-0.33253324031829834,-0.14615409076213837,0.4752972722053528,-0.45778772234916687,1.5455862283706665,-0.8316176533699036,0.035851188004016876,0.2742629945278168,0.14637184143066406,1.2803891897201538,-0.530015766620636,-0.5134366154670715,0.1395324021577835,-0.476866215467453,1.260860562324524,0.5552023649215698,-0.5680438876152039,-0.24012215435504913,-0.4175286889076233,-1.1237425804138184,-0.31570133566856384,-0.11824234575033188,1.5756834745407104,2.611502170562744,0.6853169202804565,1.507212519645691,-0.7404389381408691,0.6363705992698669,-1.1425575017929077,-0.8721095323562622,2.5085885524749756,0.3490358293056488,-0.38552841544151306,-0.09568598121404648,-0.37378349900245667,1.2291405200958252,-2.158531427383423,-0.9458316564559937,1.1154940128326416,2.450237274169922,-0.1623554676771164,1.0158028602600098,0.5697715282440186,-0.6312520503997803,0.24754677712917328,-0.943074107170105,-0.23227062821388245,-0.43857765197753906,-0.9963011741638184,1.3608916997909546,0.01697992905974388,-0.9639319777488708,0.36613795161247253,1.165930986404419,0.9046221375465393,0.6556558012962341,0.809055745601654,-0.9495755434036255,1.1384400129318237,-0.01760232076048851,-0.9469329714775085,1.3418381214141846,1.3304482698440552,-0.4751375913619995,1.9787585735321045,-0.6877456903457642,3.2759792804718018,1.4837608337402344,0.4963265061378479,-2.119837999343872,0.5813866853713989,-1.0753618478775024,-0.09346317499876022,2.407280445098877,0.9088646173477173,-0.4263557195663452,1.0585187673568726,-1.4729546308517456,-0.2873324453830719,-0.9074340462684631,1.2528800964355469,-0.3578631579875946,-0.24116159975528717,1.8190237283706665,-0.06626201421022415,-1.0157432556152344,0.1725195050239563,1.0979671478271484,-0.14875821769237518,-1.7463798522949219,0.9868002533912659,-1.5000343322753906,0.14501169323921204,-2.294971227645874,-1.7451751232147217,-2.216322898864746,-0.7592301964759827,-0.8681002855300903,-1.1232492923736572,-0.059549618512392044,-0.11220469325780869,-0.5731444358825684,-0.4240996241569519,1.4149993658065796,0.37434571981430054,1.6176866292953491,-0.9510449171066284,-0.019259126856923103,1.3443349599838257,-1.3557603359222412,1.2100911140441895,1.5402181148529053,-1.0496755838394165,1.3808765411376953,0.5386137366294861,-0.42488807439804077,-0.8240859508514404,-0.5607917904853821,1.803382396697998,1.100836157798767,0.7622036337852478,1.3163882493972778,-0.03692184388637543,-0.14349210262298584,1.895041823387146,2.1262898445129395,1.0458530187606812,0.9330427050590515,0.7238625288009644,1.6049082279205322,-1.6354390382766724,-0.15556080639362335,0.40870779752731323,0.057994578033685684,-0.3111061453819275,-0.8925710916519165,0.805233895778656,0.7332736849784851,-0.7775993943214417,1.5744445323944092,-0.009632504545152187,0.6283658742904663,-1.0424879789352417,-0.11341433972120285,0.04305648431181908,1.1178219318389893,2.064631462097168,1.370046615600586,-0.9280883073806763,-0.053069647401571274,-0.713012158870697,1.3654837608337402,-0.1524922400712967,-0.028395460918545723,-1.2455772161483765,0.42036759853363037,-1.5341060161590576,5.267462730407715,0.5650989413261414,-0.7763862013816833,0.29383084177970886,0.31256088614463806,3.3542091846466064,0.043569549918174744,1.7341010570526123,0.03693387657403946,1.3803287744522095,-0.3404983878135681,0.5765131711959839,-0.03296045586466789,0.43186062574386597,-0.13626645505428314,-0.6221866607666016,-1.2193201780319214,-1.4282656908035278,0.27334141731262207,-1.7730116844177246,0.16398000717163086,-0.89980548620224,0.3105257451534271,-0.4844917356967926,0.6749951839447021,-0.9099653959274292,0.950690507888794,0.600396990776062,0.44942590594291687,-0.24555253982543945,-1.516483187675476,2.108309745788574,0.23102280497550964,-0.3350982367992401,-0.2762179374694824,1.3906660079956055,-1.1222833395004272,0.03700018674135208,-0.8948842287063599,2.909533739089966,-0.4082730710506439,-0.8071646094322205,0.20387354493141174,0.9720889329910278,0.13919313251972198,2.01179575920105,-0.5928634405136108,-0.41188058257102966,1.382425308227539,-0.448988139629364,-1.5027351379394531,0.28073546290397644,-0.6221315264701843,-0.618349015712738,-1.2931240797042847,2.064727544784546,1.2082855701446533,-1.54072904586792,0.5977833867073059,0.05149460583925247,0.7750527858734131,-1.703503131866455,0.8069061040878296,-0.918067991733551,-0.16326437890529633,-0.5396060943603516,1.6745105981826782,0.6439536213874817,1.3741672039031982,0.844116747379303,-0.7290029525756836,-0.48108434677124023,0.19614554941654205,-0.3468376100063324,0.5602085590362549,1.4089055061340332,-1.3648183345794678,1.741345763206482,-1.284735083580017,1.415043592453003,1.1293355226516724,-0.7710652351379395,1.2768598794937134,-0.40207573771476746,-1.2346622943878174,0.662803053855896,-0.8721593618392944,-0.5074038505554199,-0.46278926730155945,-0.4958150088787079,0.540736198425293,-0.21391664445400238,0.6240582466125488,1.9901790618896484,1.7892844676971436,-2.0927436351776123,0.47711750864982605,-0.34164395928382874,-2.031670331954956,-0.16749604046344757,0.7317708134651184,-1.1105031967163086,1.2790504693984985,-0.5231249928474426,-1.6807997226715088,1.4057607650756836,-0.8639645576477051,0.5757810473442078,-0.7194674611091614,-1.1136395931243896,0.3828408122062683,0.9844335913658142,-0.3800307512283325,-0.5454503893852234,0.3873526453971863,1.4570587873458862,-0.6729090809822083,1.2774088382720947,-1.9658596515655518,1.3518413305282593,-1.8401930332183838,1.3107775449752808,0.8718659281730652,-1.1598763465881348,-0.9262637495994568,-1.0090640783309937,0.14850465953350067,-0.2995363175868988,-1.638649821281433,-1.8458728790283203,0.05893669277429581,-0.12288737297058105,0.10611939430236816,-0.4998684525489807,0.751232922077179,1.7620004415512085,-1.7238494157791138,-0.651537299156189,0.2001143991947174,0.0834105908870697,1.4439377784729004,0.4754367470741272,1.1202336549758911,0.2925657629966736,1.400925636291504,-1.0528311729431152,-0.30577799677848816,0.10366806387901306,0.32920724153518677,-0.4753611385822296,0.3707837164402008,-1.6229758262634277,1.962586522102356,-1.3214832544326782,-0.6733790040016174,0.13879135251045227,0.20898719131946564,0.3085009753704071,-0.824209988117218,-0.08024727553129196,1.005716323852539,0.012189799919724464,-0.47229865193367004,0.3456434905529022,1.5619254112243652,1.9606209993362427,1.4195374250411987,-1.1422704458236694,2.2401041984558105,-0.8035992383956909,-1.9810909032821655,1.1629217863082886,-0.8107010722160339,0.9124361276626587,-1.0244226455688477,-0.8674430847167969,-0.7073298096656799,-0.6299014091491699,-1.2587096691131592,-2.090792655944824,1.0482470989227295,1.0129491090774536,-1.1025470495224,0.5784189701080322,0.03324250131845474,-0.5336785316467285,-2.0155208110809326,1.6232802867889404,-0.8382097482681274,1.2103261947631836,0.2793341279029846,1.918734073638916,-0.19694125652313232,1.1966767311096191,0.7503675222396851,-0.49326926469802856,-0.33919116854667664,-1.0574302673339844,-0.3655964732170105,1.917004108428955,0.27078232169151306,0.02593470923602581,-0.60221928358078,1.3397622108459473,-1.7209408283233643,0.8297451138496399,0.7298877835273743,1.0951460599899292,2.2192163467407227,0.04019922763109207,-1.2569875717163086,0.6252372860908508,-0.6594665050506592,-1.8203051090240479,1.6774510145187378,-0.008965232409536839,-1.2028545141220093,0.2719920575618744,3.0513195991516113,-1.507932424545288,1.0395934581756592,1.1145795583724976,0.5823416709899902,2.3242998123168945,0.2675166428089142,-0.3107197880744934,1.4696323871612549,-1.3518184423446655,0.64302659034729,1.4759198427200317,-2.739626169204712,0.33177709579467773,-0.00620946753770113,-0.14916619658470154,-1.844534993171692,0.9417980313301086,0.7311749458312988,-1.113525390625,-0.16728605329990387,-1.2264082431793213,0.5879984498023987,-0.1366550326347351,1.54787015914917,-1.222010612487793,-0.9520035982131958,-0.058773353695869446,-0.641624927520752,-0.4078384339809418,1.5519860982894897,-1.3217068910598755,-0.09463949501514435,-0.29954099655151367,-0.4822627007961273,-0.1044660285115242,0.12961408495903015,-0.46807774901390076,0.874221920967102,-1.4484115839004517,-0.6106885671615601,-0.7029982805252075,-0.7412660121917725,-1.310130000114441,-0.5559321641921997,-1.4208489656448364,-0.02790033258497715,0.28771525621414185,-1.374284029006958,0.14534246921539307,-0.5482917428016663,1.2909499406814575,0.3589751124382019,2.247190237045288,0.6362344026565552,-0.2372422069311142,-0.7822473645210266,-0.3377096652984619,0.4172993302345276,-1.3067742586135864,-0.7508811950683594,-1.160666823387146,-0.9052168130874634,1.8694907426834106,-1.7483216524124146,1.443434715270996,1.4342854022979736,-0.5221673250198364,0.4255247414112091,-1.9451755285263062,-1.3323488235473633,2.201763868331909,0.35254552960395813,-0.02207012102007866,-0.666367769241333,-2.734299421310425,-0.4535483121871948,0.05898747965693474,-1.0576297044754028,-1.951369285583496,0.7586849331855774,0.3079262673854828,-0.39051496982574463,-0.13482652604579926,-1.4935367107391357,0.319204717874527,-1.2869634628295898,-0.3052113652229309,0.6666465997695923,0.7930049300193787,-1.0138550996780396,-0.09529752284288406,3.0990827083587646,-0.8453218936920166,-0.16543804109096527,7.436336517333984,-1.5977023839950562,-0.5917021036148071,-0.9113090634346008,0.7168853282928467,-0.8502938151359558,-0.6610430479049683,1.7612965106964111,-0.7869770526885986,0.010369114577770233,-0.5266972184181213,2.344351291656494,0.10885602980852127,0.3088075518608093,1.5999408960342407,-0.4850512444972992,-0.12166393548250198,0.4156573712825775,-0.5646393299102783,0.7942119836807251,-1.1555142402648926,0.4458599388599396,-0.12351355701684952,-1.438650369644165,-0.32537642121315,1.4644865989685059,1.3534380197525024,-2.422600269317627,-0.06661562621593475,-0.6780691742897034,0.03635828569531441,0.8468523025512695,0.42543357610702515,0.9189286231994629,-1.2391005754470825,0.4607725441455841,-2.744072914123535,-3.4962809085845947,0.272616446018219,-0.061621930450201035,1.8854550123214722,1.8957109451293945,-0.28683820366859436,-0.7982302904129028,-0.19197440147399902,2.4006781578063965,-5.135640621185303,-1.1368920803070068,-0.04400364309549332,-1.018623948097229,-1.5462162494659424,-1.0526914596557617,1.4611951112747192,-1.505132794380188,1.3317917585372925,1.5160584449768066,-1.7847095727920532,0.3897605836391449,0.5851282477378845,1.307104229927063,0.927373468875885,0.956594705581665,0.9947580099105835,0.1619734913110733,-0.8563399314880371,-0.7861030101776123,-0.6394740343093872,-1.5255799293518066,0.08189613372087479,-0.1331482082605362,0.352773517370224,0.41083449125289917,0.5254573822021484,-0.3112611770629883,-0.31421953439712524,-1.005283236503601,0.3679337203502655,-0.5899204611778259,0.7974864840507507,-1.7310549020767212,-1.014857292175293,0.6747062802314758,2.8075497150421143,-0.9657832384109497,-0.5484949946403503,-0.6261080503463745,-0.2705017924308777,-0.31211766600608826,-0.4992837905883789,0.03164586052298546,-0.06403911113739014,-1.6802202463150024,1.059281826019287,-1.4949986934661865,1.7525585889816284,-1.8697936534881592,1.5912001132965088,-1.5944476127624512,0.3154294192790985,0.29632288217544556,-1.9214385747909546,0.03640073537826538,0.41732877492904663,-0.2466895878314972,-0.12968631088733673,-0.37420937418937683,1.2309119701385498,-0.121473528444767,-0.5943587422370911,-0.4283143877983093,1.4046275615692139,0.7009860873222351,-0.9513753652572632,0.9903692603111267,-0.6642584204673767,0.8136181235313416,-0.26012691855430603,0.7039942741394043,-0.7137322425842285,3.4632678031921387,1.7841771841049194,-0.1101975366473198,-0.4570115804672241,-0.5417476892471313,-1.934888482093811,-1.0395748615264893,1.425634503364563,-0.49822521209716797,1.392806887626648,0.769511342048645,1.2648578882217407,0.910311222076416,1.3854247331619263,-0.163064643740654,-1.4137072563171387,-0.18708212673664093,-0.6602898836135864,-0.09151066839694977,0.4489905834197998,0.2455618679523468,0.2652628421783447,-0.505165159702301,0.36540278792381287,1.1765600442886353,0.1805780678987503,0.5406928658485413,0.5501109957695007,-1.1984671354293823,-0.499622642993927,-0.019980767741799355,-0.10232309997081757,-0.39222273230552673,-0.3608672618865967,0.8950809240341187,1.7818063497543335,-0.9381378889083862,-0.9968170523643494,0.7010068893432617,3.933894395828247,0.8533492684364319,-0.6421641707420349,2.302738904953003,-0.15650969743728638,0.42565232515335083,2.328125,2.432481050491333,0.8353676795959473,1.1130807399749756,-0.3573940098285675,-0.8087552785873413,0.12977808713912964,0.336313396692276,-0.611750066280365,0.39975613355636597,1.9338747262954712,2.625706672668457,-1.3900952339172363,1.2138476371765137,1.0843781232833862,-1.856144905090332,0.6208136081695557,-0.5189517140388489,0.2766634225845337,-1.7452560663223267,-1.3708139657974243,-2.3785502910614014,-1.8209545612335205,-0.9751120209693909,0.21906211972236633,-0.6198002696037292,-4.0132927894592285,-0.240667462348938,-0.5770372152328491,0.31774142384529114,-0.1415877640247345,1.7882863283157349,4.105839729309082,1.6534509658813477,-0.35799744725227356,2.8181357383728027,0.9124025106430054,0.8387340903282166,-0.5234214067459106,0.8032612800598145,-0.3584272861480713,-0.7985003590583801,1.9211407899856567,-0.569284975528717,-2.891333818435669,-0.05808493122458458,0.6815687417984009,-1.1523677110671997,1.20254385471344,1.0883498191833496,-0.7228272557258606,0.07492922246456146,1.3081282377243042,-2.0786843299865723,-0.20856820046901703,-0.19130687415599823,-0.22668294608592987,0.10716090351343155,-1.855699062347412,-1.3769519329071045,0.840135931968689,-0.05981317162513733,0.8421972990036011,2.4437780380249023,-0.6514960527420044,0.9309443235397339,-0.5229005217552185,-2.6943137645721436,-1.445295810699463,-0.4783226549625397,-0.37782159447669983,2.713118076324463,0.8559656739234924,-1.0089384317398071,-1.1665124893188477,0.7236191034317017,2.4962310791015625,0.20984886586666107,1.3209137916564941,-1.4931761026382446,-1.9454407691955566,3.8997819423675537,1.4864060878753662,-0.500277042388916,0.2560616731643677,-0.14458051323890686,-0.18737180531024933,-2.5456838607788086,1.6250971555709839,-1.2642372846603394,1.4768913984298706,-0.2501598000526428,0.5860291719436646,0.23351195454597473,-0.07049845904111862,2.6876296997070312,-1.3944710493087769,-0.033801041543483734,-1.0873461961746216,-0.18216732144355774,-1.376383900642395,0.5147911310195923,-1.9385398626327515,-0.9276079535484314,-2.5830013751983643,-1.087445616722107,0.24923713505268097,-0.4478873312473297,-0.4463536739349365,0.8919541835784912,0.8080587387084961,-0.7407889366149902,0.39507514238357544,0.10862044245004654,-0.17162983119487762,-0.7879273295402527,0.8300489783287048,1.2630960941314697,1.2995457649230957,1.7564314603805542,-0.8515623807907104,0.9176627993583679,-0.10424383729696274,-0.45199501514434814,-1.1901907920837402,1.0241813659667969,-0.26853564381599426,-0.025657210499048233,-1.5167371034622192,-0.6593482494354248,2.0786967277526855,0.857537567615509,-0.5019665956497192,-0.21434460580348969,1.0965584516525269,0.5264080762863159,1.7693959474563599,-0.737805187702179,1.2664862871170044,-0.641937255859375,0.5366569757461548,0.4474020004272461,-4.2233195304870605,0.9884859323501587,0.39843398332595825,-0.0995672196149826,-0.3074568510055542,-1.2772712707519531,-1.0462175607681274,0.10288290679454803,-1.1801378726959229,0.6921833157539368,0.48429936170578003,1.1869361400604248,-1.4512474536895752,-0.43885937333106995,-1.7435293197631836,-1.7444226741790771,-0.35018306970596313,-1.3544117212295532,0.957078754901886,-0.589335560798645,-0.42431119084358215,-0.5295299291610718,-1.0207278728485107,0.18685035407543182,1.3721429109573364,-0.18804728984832764,1.3952654600143433,1.3952281475067139,-1.2345894575119019,-0.8790785074234009,0.38440829515457153,0.3538479208946228,-1.0212407112121582,-0.645226001739502,-0.17416499555110931,0.3584485352039337,1.143142819404602,0.9121101498603821,1.6082682609558105,0.009180464781820774,-0.904041588306427,0.40854185819625854,-1.0348001718521118,-1.2161296606063843,-1.5191388130187988,0.5979796051979065,-0.9297158122062683,-1.0180847644805908,-0.44279247522354126,0.2484692633152008,1.9722213745117188,-0.05418390780687332,-0.30481716990470886,1.4478508234024048,3.014287233352661,-0.1626667082309723,-1.3074851036071777,-2.9264471530914307,0.4986186921596527,1.2478150129318237,0.021612558513879776,-2.1475751399993896,1.4327348470687866,0.8170483112335205,1.1672756671905518,-2.85599946975708,2.0480432510375977,-0.2157115936279297,-0.5829349160194397,1.2304869890213013,1.148552656173706,0.16158358752727509,1.1009529829025269,-1.1516691446304321,-1.4902044534683228,0.17284215986728668,1.4056247472763062,-0.4658891558647156,-0.1877928376197815,1.1136538982391357,-1.929983377456665,-1.7437442541122437,-1.863243818283081,-1.5491838455200195,-1.2870877981185913,0.15077325701713562,1.7533085346221924,0.2701537013053894,-0.2245977818965912,0.3449586033821106,1.7868350744247437,-0.9365376234054565,-0.11058808863162994,-2.438835859298706,0.5880745649337769,1.1212726831436157,0.5351434350013733,0.15991416573524475,-1.2239969968795776,-0.0995929017663002,0.44196560978889465,-0.2620401382446289,0.2288409173488617,2.332341432571411,1.0504783391952515,0.2862638533115387,-1.0544689893722534,-2.2843971252441406,1.2315442562103271,0.292056143283844,1.5042370557785034,0.41969412565231323,-0.15967875719070435,1.1708241701126099,-0.5748992562294006,0.33567380905151367,0.5646304488182068,-0.6628308296203613,0.5682699680328369,0.953223466873169,-1.0174554586410522,2.529937505722046,-0.7619121670722961,-0.8894044756889343,0.6797438859939575,0.9602407217025757,0.02298169955611229,-0.15516428649425507,-0.9609899520874023,0.17569130659103394,-1.753473162651062,0.6367267370223999,-0.8336126804351807,-0.24080784618854523,0.7098474502563477,0.08709859102964401,0.9562064409255981,-2.754054069519043,2.27844500541687,0.7442099452018738,1.7314380407333374,0.8782207369804382,-2.9833438396453857,-0.3437258005142212,-0.8095072507858276,-0.08812951296567917,-0.6328642964363098,0.2832033634185791,0.09750000387430191,-0.8764886856079102,-0.08124230802059174,0.8057403564453125,-1.7840813398361206,-1.419611930847168,0.6818815469741821,1.288886547088623,-0.6663770079612732,-0.4390665590763092,0.48165443539619446,-0.3118991553783417,0.3906707763671875,-0.1544884443283081,-0.026665912941098213,2.3472466468811035,1.0782239437103271,0.6619827151298523,0.19772659242153168,-0.2344304621219635,0.9945566654205322,1.110918641090393,-0.4014860987663269,-0.5364062786102295,1.039988398551941,0.085231713950634,2.1259982585906982,-0.5317491292953491,0.7107635140419006,-1.0093677043914795,1.1300301551818848,0.24914824962615967,0.13967032730579376,0.07258777320384979,-2.4218077659606934,-0.3696732521057129,-1.6418168544769287,-0.4336163401603699,-1.8438060283660889,-0.507474958896637,0.5858252644538879,0.21209561824798584,1.0749881267547607,-0.383977472782135,0.6915306448936462,-0.04187386855483055,-0.5427607893943787,-1.1190892457962036,0.7211269736289978,-0.3315886855125427,-1.0992439985275269,1.0046712160110474,0.034848492592573166,2.1040282249450684,-0.8628560304641724,0.5251031517982483,1.30045485496521,0.3236874043941498,0.47719478607177734,-0.31639590859413147,0.6486838459968567,0.697119951248169,-1.4310411214828491,-2.211071014404297,-0.553915798664093,-1.3306121826171875,0.25917235016822815,-0.9975629448890686,-1.3570713996887207,0.9747193455696106,-0.6786805987358093,0.9206835031509399,0.7626654505729675,0.05411747470498085,0.2372276782989502,0.36492234468460083,1.8269342184066772,-1.2554532289505005,0.6099600195884705,1.042759656906128,1.4395984411239624,-0.3388386070728302,0.18770891427993774,0.5412789583206177,-0.6378666162490845,-0.06074631214141846,-0.21173937618732452,-1.177068829536438,-1.0080918073654175,0.394089937210083,-0.09538903087377548,0.29789525270462036,-0.5160843729972839,-0.7297097444534302,0.18589483201503754,-0.960883378982544,0.17976680397987366,-0.6183454394340515,-0.27803725004196167,0.3455454707145691,0.20786099135875702,0.9390326142311096,0.186025008559227,0.008516795933246613,0.8735578656196594,-2.7432923316955566,-2.2556772232055664,-0.21547187864780426,-0.023663928732275963,-1.583556056022644,1.528389811515808,0.392106294631958,-0.38382574915885925,2.9022557735443115,-0.4319181740283966,0.7073226571083069,-2.74328351020813,0.666420578956604,-5.2652435302734375,-0.7370319962501526,-1.5674282312393188,-0.29463663697242737,-0.7831215262413025,-0.256639301776886,1.4600478410720825,-2.1514623165130615,-0.6101369857788086,0.2978862524032593,0.045144081115722656,0.18304993212223053,-0.1415393054485321,-1.1350114345550537,-1.2731106281280518,1.5626627206802368,0.306219220161438,0.5844232439994812,-0.08434499055147171,0.27334627509117126,-1.1524741649627686,0.3995653986930847,0.5516616702079773,1.1599936485290527,0.06936082988977432,0.11971579492092133,-1.0538042783737183,0.8739135265350342,0.47412076592445374,-1.4292852878570557,0.36363485455513,-0.24015158414840698,0.5644854307174683,1.2466648817062378,0.3876534402370453,-0.02846883423626423,-0.3915075957775116,0.45467135310173035,0.538045346736908,0.47698548436164856,1.229004144668579,-0.8582839369773865,-0.5818658471107483,-1.2722795009613037,-1.2333836555480957,0.2309371381998062,0.561896800994873,-0.2322492003440857,-1.1534286737442017,-1.092542052268982,0.08543705195188522,0.9077743887901306,1.0885586738586426,-0.3271297216415405,0.8308281898498535,1.2466368675231934,-2.2107455730438232,-3.592472553253174,0.21498282253742218,-0.38555365800857544,-1.560507893562317,4.995307445526123,-0.8925737738609314,1.535464882850647,1.3571661710739136,1.3836209774017334,-1.313531517982483,-0.9521300196647644,0.049215883016586304,-0.3573235273361206,-1.2797455787658691,-0.49256959557533264,-0.5210657119750977,-0.8423418402671814,-0.7297707796096802,-1.892978310585022,-1.5327844619750977,-0.6823977828025818,0.3163774907588959,-7.154969692230225,-1.1976276636123657,0.9919037222862244,-0.6397410035133362,-2.1125597953796387,-1.547516942024231,0.6369991898536682,0.23590044677257538,-1.087618112564087,0.7712724208831787,-0.02858431451022625,0.85849928855896,0.27996715903282166,0.07266707718372345,0.7538760304450989,-1.1687772274017334,0.5468577146530151,-1.6909921169281006,0.06583071500062943,0.6141571998596191,0.10076601803302765,2.585543632507324,-0.7027311325073242,0.7557790875434875,0.2535180449485779,-0.2673697769641876,-1.0906033515930176,4.80178689956665,0.5521599054336548,0.41468021273612976,-0.09587099403142929,-0.5444526076316833,0.6446467638015747,-0.12005063891410828,0.39969193935394287,2.0271623134613037,1.742493987083435,-2.5413904190063477,0.9950562119483948,0.07171528786420822,-1.6272845268249512,-2.1596148014068604,1.7824738025665283,0.5245909094810486,-0.33684757351875305,1.7077255249023438,2.1965065002441406,0.5224908590316772,-0.5866853594779968,-3.8162434101104736,0.30713799595832825,0.5822576284408569,-0.5899866223335266,-0.3778681755065918,0.2920185327529907,-1.1083123683929443,0.49843698740005493,0.22750087082386017,-1.4908877611160278,-2.057541847229004,-0.6202645897865295,0.24528859555721283,-0.517950177192688,-1.2536227703094482,0.019575752317905426,1.0443369150161743,-0.8794968724250793,-1.538977861404419,1.689318060874939,-0.38342738151550293,0.09653453528881073,1.2774107456207275,-0.4318878948688507,2.019576072692871,-3.7372546195983887,1.7135931253433228,-0.14805768430233002,0.23431870341300964,0.01617373526096344,0.7651145458221436,1.249796986579895,-0.46126627922058105,-0.03462931141257286,1.6412166357040405,-0.4046227037906647,1.3989759683609009,-3.513404130935669,-0.27736014127731323,0.0986783504486084,1.399806261062622,-1.036862850189209,0.911900520324707,0.22710676491260529,0.5504766702651978,1.410496711730957,-0.7964792847633362,-0.16536660492420197,0.9821701049804688,19.56915855407715,1.1282286643981934,1.3327231407165527,-0.016471892595291138,-1.544696569442749,-0.17054224014282227,-0.14441347122192383,0.4139837622642517,0.17856062948703766,1.14833664894104,-1.5364576578140259,1.828540325164795,-1.8551298379898071,0.16027723252773285,-0.6341784000396729,0.21284088492393494,0.5907046794891357,-1.7057595252990723,-2.9241578578948975,1.5364408493041992,-0.5220396518707275,0.37030452489852905,-0.5941870212554932,1.0619221925735474,1.2723623514175415,0.9936900734901428,-2.2703003883361816,-0.594508171081543,-3.7007477283477783,-1.1483956575393677,1.0788317918777466,0.8918694257736206,0.9882141947746277,-0.3948616087436676,0.09873909503221512,-1.4883432388305664,-2.6368203163146973,-1.2728450298309326,-0.0019372139358893037,2.061427593231201,0.5212752223014832,-1.0478148460388184,-1.4896665811538696,-0.8651164770126343,0.5454966425895691,-1.340909481048584,-0.9241296052932739,-0.1391768753528595,-2.5455193519592285,-8.865639686584473,0.2656688988208771,-0.1581784337759018,-0.5777982473373413,-0.37827736139297485,2.3538877964019775,0.3856414556503296,0.46312016248703003,-1.627267837524414,-0.08513271063566208,-0.05482758581638336,-0.7617462277412415,0.1581917107105255,0.13225114345550537,-0.6181604862213135,-0.2317645400762558,4.312644958496094,-0.275644987821579,0.9803615212440491,0.5644547343254089,-4.743982315063477,0.17880657315254211,-0.19636692106723785,0.5041296482086182,1.1100667715072632,-0.16503196954727173,-2.505014657974243,0.5933833718299866,-2.356412887573242,-2.3159008026123047,-0.8129419088363647,0.8745068311691284,-0.9515308141708374,-0.6081574559211731,0.6013302206993103,-1.458676815032959,-0.33581215143203735,0.292301207780838,-0.10142386704683304,-1.7221674919128418,0.18699494004249573,0.779952347278595,-1.3643759489059448,-0.4400583803653717,-0.7940984964370728,0.7779702544212341,-2.4223811626434326,-1.713622808456421,0.4674525260925293,1.5239477157592773,2.3016138076782227,-2.5846424102783203,-0.7699548602104187,-0.3747710883617401,-0.24804261326789856,0.8712537884712219,-0.2928597629070282,-0.08469333499670029,0.045807596296072006,1.0807945728302002,-1.3244749307632446,-0.4155055582523346,2.4251904487609863,-0.6120656132698059,-0.43360498547554016,0.6164185404777527,0.492303729057312,-1.367314338684082,-0.753333330154419,0.7158020734786987,0.0774250477552414,0.542435884475708,-1.0435514450073242,0.36717674136161804,-1.0155696868896484,1.3982746601104736,-1.2972849607467651,0.7513020634651184,0.6444156765937805,-0.8282516598701477,1.9733195304870605,-1.3967010974884033,0.21687963604927063,-0.3973929286003113,-1.538846731185913,-0.5793656706809998,-1.7455354928970337,2.48537540435791,0.3280426263809204,-0.4577825665473938,-0.9693587422370911,-2.2782697677612305,0.042803455144166946,-0.4405650794506073,0.4885057806968689,-1.0045628547668457,2.5951712131500244,-1.880505084991455,0.20786359906196594,-0.7458438873291016,-1.576489806175232,0.13858647644519806,2.1792588233947754,-0.19015294313430786,-0.6060066223144531,0.46969670057296753,0.5026630759239197,0.08019661158323288,-0.5497758388519287,-0.8693463802337646,0.06192111596465111,-1.216413140296936,-0.41563481092453003,0.8546085357666016,-3.827211380004883,0.8481338024139404,0.6516993641853333,2.2067644596099854,-0.36351290345191956,1.2454596757888794,-1.422780990600586,-0.8364667892456055,-0.10500536859035492,-0.5111874938011169,-0.31231972575187683,-0.4859901964664459,0.9243443608283997,-1.4728734493255615,1.3514071702957153,-1.4270685911178589,-0.8248867988586426,2.4640989303588867,-0.538546085357666,-0.19677376747131348,0.37924906611442566,-0.0016938807675614953,2.526703357696533,-0.13431648910045624,0.9686377048492432,0.395611971616745,0.7139328718185425,-1.0370731353759766,2.9163930416107178,-0.9011727571487427,0.9799895882606506,0.1985863596200943,-0.08451800793409348,1.194514513015747,-0.3428407907485962,2.0419881343841553,0.20256946980953217,-0.027819307520985603,-1.1083929538726807,0.8055746555328369,0.6982049942016602,0.8002082705497742,-0.8379361033439636,-0.03913385421037674,-0.746734619140625,1.3466705083847046,0.10187485069036484,2.1413543224334717,1.0951402187347412,1.4979400634765625,0.7893882393836975,-0.08328960090875626,1.4720892906188965,-0.15023955702781677,0.12861531972885132,2.093839406967163,-1.1041767597198486,1.2983630895614624,-0.34884321689605713,-1.4676659107208252,0.8634167313575745,-0.7875489592552185,-2.0775880813598633,0.109086774289608,-0.25569847226142883,0.588068425655365,1.8066719770431519,-3.07163143157959,-2.180931568145752,-0.6483598947525024,-0.8599830865859985,0.7320858240127563,0.692523717880249,0.4440653622150421,0.18512395024299622,-0.29984569549560547,-0.8206625580787659,-1.0249711275100708,0.4554778039455414,-0.36893606185913086,-2.3802077770233154,0.17179302871227264,0.7673866152763367,-0.7206553220748901,0.18499629199504852,-0.18313369154930115,1.6661361455917358,0.7179194092750549,1.0321338176727295,0.2536599934101105,0.7663177251815796,0.8056562542915344,-1.4626884460449219,-1.026734709739685,-0.265516996383667,-0.5728604793548584,1.088333249092102,0.5681606531143188,1.2979456186294556,-0.18515203893184662,0.9201081991195679,-0.4281863868236542,0.8464577198028564,-1.7230876684188843,0.8524002432823181,1.0729801654815674,0.5139325857162476,-1.3304194211959839,0.6282811164855957,0.4014441668987274,-0.08234664052724838,-1.349515676498413,-1.1148713827133179,0.5169659852981567,-1.666326642036438,-0.6896751523017883,-0.6767792701721191,-1.9160888195037842,-1.3883616924285889,-0.4437495172023773,0.3728862702846527,-1.8933250904083252,0.23679253458976746,-0.6348891854286194,1.4914991855621338,-0.47560468316078186,-0.08463259786367416,0.24548587203025818,-0.8495842218399048,-0.1281171441078186,2.0515849590301514,1.1936622858047485,0.15940897166728973,-0.0777086541056633,-0.9361675977706909,1.0315368175506592,-1.6555665731430054,0.0427340604364872,-0.017996931448578835,0.4961768090724945,1.5701113939285278,-0.31823065876960754,0.8427703380584717,-1.9196147918701172,0.5333129167556763,0.7110586166381836,0.9390321373939514,-0.34966862201690674,0.48526543378829956,1.7198766469955444,0.8068126440048218,0.3640979826450348,1.552439570426941,0.19986048340797424,-0.8091217875480652,-0.899064302444458,-0.8021705746650696,-0.9523230195045471,-1.205845832824707,-0.04941888898611069,2.25833797454834,-0.8464932441711426,-0.28342026472091675,0.2566274404525757,-1.9246306419372559,-0.5027720332145691,-0.11400777101516724,-0.5619604587554932,0.46349650621414185,-0.8142990469932556,-0.37505796551704407,1.3976550102233887,0.4132320284843445,1.7656387090682983,0.26240938901901245,-0.7764202356338501,-2.087930202484131,-0.1341913789510727,2.1968281269073486,0.06269077956676483,2.775315523147583,1.5332727432250977,0.3002450466156006,0.25432488322257996,-1.223340630531311,0.5654484629631042,-2.403625726699829,1.1045558452606201,-0.9118216633796692,1.294783592224121,0.29124337434768677,-2.33254337310791,-2.6907901763916016,-1.2306056022644043,0.6187231540679932,0.7847636342048645,0.547467052936554,-1.7039703130722046,0.5591703653335571,0.9690508842468262,-0.0897136777639389,0.47562649846076965,0.3171200752258301,-0.009696143679320812,0.7571246027946472,0.19304640591144562,1.8580665588378906,1.611254334449768,-0.33037328720092773,0.006599124055355787,0.8086175918579102,-0.8690956234931946,0.7872804403305054,0.8319812417030334,0.07612168043851852,0.9160619378089905,-7.596278190612793,-0.18594840168952942,0.18504208326339722,-0.795020341873169,-0.3605198562145233,-0.15118613839149475,-2.280564308166504,-0.2811414301395416,-0.09543680399656296,-0.5280069708824158,-0.6130658984184265,2.9992518424987793,0.5606319308280945,-1.8423224687576294,-0.11194933950901031,0.09327732026576996,-0.720475971698761,0.6510436534881592,1.3392932415008545,0.6813194751739502,-0.34130197763442993,1.5848323106765747,0.464184433221817,0.23146188259124756,1.828913927078247,-1.3886059522628784,2.046199083328247,-0.14573949575424194,-0.010957298800349236,0.9922998547554016,1.3361490964889526,0.4518333971500397,0.973228931427002,-2.06710147857666,1.3223921060562134,0.5679301619529724,-0.11262910813093185,1.6248979568481445,-0.2707502245903015,1.3008784055709839,0.3220304548740387,0.53703773021698,-1.6816728115081787,1.2844065427780151,1.015331745147705,-1.4485554695129395,-1.534765362739563,-0.2949281334877014,1.1398934125900269,-1.023869514465332,2.3457770347595215,-2.2698028087615967,1.5780549049377441,0.7463452219963074,-0.8718117475509644,1.6537140607833862,1.3989921808242798,1.9892756938934326,0.6422696113586426,-1.5264008045196533,-2.3963170051574707,-0.014158593490719795,0.4408360719680786,1.553015947341919,0.3271750211715698,-0.35107722878456116,-1.143585443496704,0.43441665172576904,-0.27865979075431824,0.9796555638313293,-0.5343115925788879,0.0270089004188776,-0.5076239705085754,-0.788845419883728,-0.8656982183456421,-0.9468955397605896,0.9146038889884949,0.07033909112215042,0.8628959059715271,-0.8925809264183044,-0.790998101234436,0.5651353001594543,-0.13016356527805328,1.4849013090133667,-0.7548923492431641,1.2969603538513184,-0.6457225680351257,0.5832753777503967,0.2171456515789032,-0.10470438748598099,0.2465074509382248,1.35506272315979,0.22044502198696136,2.128453016281128,1.2376559972763062,2.1366658210754395,0.9374235272407532,1.3341376781463623,-0.599239706993103,0.3684081435203552,1.048152208328247,0.6142153143882751,1.3862526416778564,0.980907678604126,1.7972129583358765,-0.9881278872489929,0.3090129792690277,-1.3993735313415527,0.9003303050994873,-1.0067781209945679,-2.6687304973602295,1.4349915981292725,2.3119492530822754,-0.6329247355461121,0.6580139398574829,0.15525345504283905,2.100409746170044,1.7613842487335205,-1.6807752847671509,-1.439476728439331,-0.7916148900985718,0.07540647685527802,0.6350974440574646,0.6961540579795837,-0.15492919087409973,0.36785733699798584,0.6114959120750427,-1.4502902030944824,-0.5617092251777649,0.69095778465271,1.1301403045654297,1.2543343305587769,1.2999123334884644,-0.8811888694763184,1.8661534786224365,-0.2962523400783539,2.7735393047332764,-0.38425078988075256,0.8431126475334167,0.9672585725784302,-2.7882401943206787,-0.370066374540329,-0.3467384874820709,-1.0008819103240967,-0.8845405578613281,-1.1099777221679688,-0.7283728718757629,0.17736893892288208,-0.38125813007354736,-0.05817741900682449,0.12550434470176697,0.5790372490882874,-1.4331555366516113,-0.7264457941055298,0.06801651418209076,2.4980013370513916,0.18578746914863586,-1.3063689470291138,0.21611328423023224,0.3473990559577942,0.9428634643554688,2.0841686725616455,-0.28599146008491516,1.3645681142807007,1.1147812604904175,1.1692020893096924,0.46819138526916504,1.107447624206543,-1.339642882347107,-1.2248681783676147,-0.03325476497411728,-1.3134799003601074,0.4544481635093689,0.7176435589790344,-2.186260223388672,-0.9582276940345764,-0.11947043240070343,0.8097332715988159,1.068002462387085,-0.6416716575622559,-0.04862106591463089,-1.2529405355453491,1.1520707607269287,1.7827208042144775,-0.584154486656189,-0.5890119075775146,-0.660029947757721,-1.0719207525253296,-1.0041170120239258,0.9697979092597961,1.5805106163024902,0.44415661692619324,-0.7143250107765198,0.3346433639526367,-0.1818530559539795,0.9370617270469666,1.9728394746780396,0.6736753582954407,-0.1166645884513855,-0.08595311641693115,-1.7245216369628906,-0.7666823267936707,0.8742555975914001,0.9113428592681885,1.9913829565048218,1.5427534580230713,1.3543728590011597,-0.03568752855062485,-0.9532479643821716,-0.02698231115937233,0.39828237891197205,0.4631101191043854,-0.5523734092712402,0.5623981356620789,-1.4075113534927368,0.1782243549823761,1.620287537574768,-1.3243203163146973,0.4864543378353119,-1.4595935344696045,-1.2770346403121948,-0.134278804063797,0.26746419072151184,1.2132558822631836,0.08198387175798416,2.4216835498809814,-0.6628146171569824,0.16972936689853668,-0.2474304586648941,1.0266392230987549,0.4526668190956116,-1.4015858173370361,-2.298759698867798,-0.46278443932533264,-1.0256954431533813,-0.4855768084526062,1.0587477684020996,-0.5263963341712952,1.061312198638916,1.0373756885528564,1.297222375869751,-1.5157628059387207,-0.3399919867515564,0.6437742114067078,-0.4884595274925232,1.5870918035507202,-0.9925810098648071,-1.0615737438201904,-0.23813509941101074,1.7763680219650269,-0.9674466848373413,2.02885365486145,-0.13476254045963287,-1.221266508102417,-3.76487135887146,0.5692480206489563,-1.0319591760635376,0.8581833839416504,0.3245314657688141,-1.3246406316757202,-1.2208797931671143,-0.11704547703266144,-0.31596049666404724,-0.6135157346725464,0.32629233598709106,-0.1157417818903923,-0.5414395928382874,0.8730307221412659,-0.24704748392105103,-0.789238691329956,2.1469061374664307,-0.44363585114479065,0.2718393802642822,-1.0661355257034302,-1.0727180242538452,1.5166407823562622,-1.444975733757019,-0.9914007186889648,1.528097152709961,-0.8407976031303406,-0.5966047048568726,-0.5965850949287415,1.6995632648468018,-1.0877043008804321,-1.021238088607788,0.8110756278038025,-4.956666469573975,1.002795696258545,-0.1512128710746765,0.7186297178268433,-0.8765770792961121,0.49039426445961,0.239712655544281,0.2363748401403427,1.8206816911697388,0.5877121090888977,-0.6075544357299805,-0.4301152229309082,0.5859472751617432,-0.7445412278175354,2.29610538482666,-2.3532166481018066,1.4900437593460083,3.2984650135040283,-1.3379250764846802,0.5632918477058411,0.24288219213485718,-1.4606832265853882,-0.18403629958629608,1.7250232696533203,-0.9243166446685791,1.7823272943496704,-0.3452640473842621,1.2201027870178223,0.5894284844398499,-0.19163455069065094,-2.517896890640259,0.08008451014757156,0.09295155853033066,-0.07895653694868088,0.36286330223083496,-0.9565788507461548,1.6296541690826416,0.7475858330726624,1.1873703002929688,1.0606324672698975,-0.44266417622566223,-1.6272881031036377,-1.2598010301589966,0.8465705513954163,2.3394575119018555,-1.1333417892456055,0.4524814486503601,-0.16485974192619324,0.9939730167388916,-0.3130638897418976,0.9349238872528076,-0.3356114327907562,1.5025399923324585,-1.5927150249481201,-0.3980982303619385,0.09569979459047318,-0.593729555606842,-0.41247525811195374,1.0127530097961426,-0.2063339799642563,1.3563722372055054,0.3779701590538025,-0.0909578800201416,0.17291530966758728,-0.7589421272277832,0.47611191868782043,0.14589360356330872,-0.834779679775238,0.753315269947052,-0.05551673099398613,1.9407718181610107,0.23932725191116333,4.166570663452148,0.2940449118614197,-2.1145246028900146,1.1363197565078735,1.4446748495101929,1.0004278421401978,-0.2721981704235077,0.008233729749917984,0.6180429458618164,1.5650993585586548,-0.6290345191955566,-0.10338116437196732,1.4448026418685913,-0.372477263212204,-0.6440240740776062,0.6260156035423279,-0.07955840229988098,2.8635427951812744,-0.22576969861984253,-0.3481457829475403,-1.1808397769927979,0.2636176347732544,-1.098545789718628,1.990973711013794,-0.23105089366436005,-1.2028388977050781,0.4822610020637512,0.588474452495575,0.058997973799705505,1.0390418767929077,-0.138733372092247,-0.7527879476547241,-0.6378235816955566,-0.18185554444789886,0.9708057045936584,0.907617449760437,-1.2021880149841309,2.830904006958008,-0.336831659078598,-0.8828378319740295,1.2361524105072021,-0.7287331819534302,0.33127421140670776,-0.5844661593437195,-1.5614854097366333,0.09247879683971405,-0.24301715195178986,-1.534067988395691,1.131781816482544,-1.1131012439727783,-0.16463907063007355,0.3855583369731903,-1.092641830444336,1.6356616020202637,0.471299946308136,1.7657257318496704,0.6920262575149536,-0.3889235854148865,2.024369478225708,0.8995751142501831,-0.17546823620796204,-0.30134886503219604,-0.006679046433418989,0.42286771535873413,-0.7155822515487671,0.08866448700428009,1.2750442028045654,2.002483367919922,0.32335779070854187,0.3990485966205597,0.8175624012947083,-0.8450411558151245,0.3295670747756958,-0.34265586733818054,-1.7491768598556519,1.8279335498809814,0.3163001537322998,0.6560561060905457,0.4029082953929901,-0.24571387469768524,-0.7641948461532593,0.03313341364264488,2.0948028564453125,-1.1929067373275757,0.4193533957004547,0.1645331084728241,0.6485384106636047,1.4863064289093018,1.6912258863449097,-0.3714875876903534,0.46481555700302124,-2.646991729736328,-1.0500847101211548,0.43433475494384766,-0.6253055930137634,0.547782838344574,-0.8666053414344788,-0.22516180574893951,-1.5523574352264404,0.8869276642799377,-0.17540226876735687,1.0811983346939087,0.3196117579936981,0.5664095878601074,-1.1160833835601807,-1.1322910785675049,0.8593840003013611,-0.8170786499977112,-0.5818896293640137,-0.9341120719909668,-0.4525826871395111,0.006032000295817852,-1.0810320377349854,-1.423154354095459,-0.480849027633667,-0.003752537304535508,0.6190729141235352,2.5843169689178467,-0.22665660083293915,0.3616454303264618,0.13049159944057465,1.4000471830368042,-0.3025924265384674,-1.3997161388397217,1.6964774131774902,0.49661189317703247,-0.13870029151439667,-0.0923970639705658,0.7410491108894348,1.6775349378585815,0.41447171568870544,0.8041762709617615,-0.06737206131219864,-0.21115729212760925,-2.0231893062591553,0.031960632652044296,-0.10409592092037201,0.07132351398468018,0.6813145875930786,1.4752541780471802,-1.0841702222824097,0.8477786183357239,-1.0321552753448486,0.8745723366737366,1.1582307815551758,-1.3758430480957031,1.2565205097198486,2.272706985473633,-2.712186574935913,-0.9532899856567383,-0.37859636545181274,-0.25000789761543274,1.402538776397705,1.1453803777694702,-0.5213853716850281,0.9553586840629578,-0.6914365887641907,2.578831195831299,-0.7417101263999939,-0.5843920707702637,0.8104262948036194,-0.14920249581336975,0.8325978517532349,0.6808886528015137,0.6067323684692383,-1.046741247177124,0.9513640403747559,0.660454511642456,0.20106369256973267,-1.1267858743667603,-0.6997115015983582,0.309883177280426,0.8593907356262207,-0.696617603302002,1.5054513216018677,0.5749720335006714,1.458775281906128,0.3858731985092163,0.5411142706871033,1.4663060903549194,-2.5286805629730225,1.2529288530349731,-1.9401061534881592,-0.04227341338992119,1.1365898847579956,-1.1600126028060913,-0.6806209683418274,-0.9792568683624268,-0.4242570102214813,0.013474585488438606,-0.2893037796020508,2.392885684967041,-1.0682274103164673,-0.40534988045692444,-1.586607813835144,-0.12259410321712494,0.2009657770395279,-2.2048802375793457,0.6205337047576904,0.5788495540618896,1.1589505672454834,-0.6181398034095764,-0.8330722451210022,-0.4323030114173889,-0.7415626645088196,-0.02407219633460045,0.5584188103675842,0.17029401659965515,-0.6279506087303162,-1.3352222442626953,-0.3849025070667267,0.14409855008125305,0.34494492411613464,-0.36062127351760864,0.16766048967838287,1.4786615371704102,2.087317943572998,1.736977458000183,0.11118506640195847,-0.4269736111164093,0.032255664467811584,-0.9734762907028198,-1.905947208404541,0.9722551107406616,1.1845066547393799,1.9759365320205688,0.14608509838581085,1.8002599477767944,0.7347506880760193,1.7248865365982056,-1.0280424356460571,1.4286730289459229,0.8974906802177429,1.5629249811172485,-0.04683932662010193,2.773721218109131,2.1280667781829834,-1.5443624258041382,0.28713661432266235,0.910537600517273,0.7777296900749207,-0.74904465675354,-1.173033356666565,1.2833601236343384,-0.5439178943634033,-1.4171509742736816,-1.0384089946746826,-0.9965810775756836,-0.45662081241607666,-1.5058857202529907,-0.04649367555975914,0.12213879823684692,-0.9661779999732971,-1.3947242498397827,0.7043455243110657,1.630455732345581,0.1095423474907875,0.6028005480766296,-0.094498410820961,1.6943498849868774,0.4893190860748291,-0.5695509910583496,0.49765315651893616,0.3305411636829376,-1.473264217376709,1.2036635875701904,1.0516409873962402,-0.45366668701171875,-1.0711586475372314,-0.5911077260971069,-1.198762059211731,0.20797821879386902,-0.2152283638715744,0.566680908203125,-0.30902788043022156,0.1030043363571167,-0.4131101071834564,1.172734260559082,-1.6999852657318115,-2.96711802482605,-0.45310738682746887,0.7442339658737183,0.4942006468772888,0.08299301564693451,-0.9803539514541626,-0.6998338103294373,0.9170698523521423,0.34372803568840027,-0.2383071631193161,-0.2841457426548004,0.332034707069397,-0.48650655150413513,0.09997537732124329,-0.07188799977302551,-0.022874638438224792,-0.5608592629432678,2.756359100341797,-0.3309921622276306,-0.21921885013580322,-1.5564953088760376,-1.787032961845398,-0.3669825792312622,-2.375169038772583,-0.5870222449302673,-0.34029513597488403,-1.0736207962036133,0.382355272769928,-0.1125207468867302,0.3432386517524719,-0.9096829295158386,0.25968557596206665,0.9418847560882568,-1.5330305099487305,-0.6642740368843079,0.5126839876174927,0.8524015545845032,0.49985936284065247,-0.20820140838623047,-1.7941718101501465,-1.1141834259033203,-1.52179753780365,1.5614365339279175,0.1307511329650879,-0.3181634545326233,2.489689826965332,0.32499459385871887,1.1944301128387451,-0.9272348284721375,-0.8198882341384888,0.14213864505290985,0.06063629686832428,-1.0441573858261108,1.2952501773834229,-0.13591603934764862,0.9819135069847107,-0.28289705514907837,-0.4591054320335388,0.7814821004867554,0.5744909644126892,-4.198740482330322,-1.0716291666030884,-4.100008487701416,1.6903139352798462,-0.6142039895057678,3.543715000152588,-0.1436433047056198,2.2295849323272705,-0.05409235879778862,-0.6486176252365112,0.13948509097099304,-0.8047201633453369,-0.534624457359314,-0.5877984166145325,-0.36486172676086426,0.023998072370886803,0.3019198775291443,0.8976150751113892,1.3265594244003296,-1.480426549911499,-0.7869967818260193,0.2889038324356079,-0.7152049541473389,-1.4782888889312744,0.23356634378433228,-4.972758769989014,0.5810293555259705,-0.6614546775817871,0.7185690402984619,-0.289870947599411,1.4864238500595093,-1.5863486528396606,-0.4588496685028076,-0.7552655935287476,-0.529954731464386,0.27219313383102417,0.9126816391944885,-1.5063884258270264,-0.029827233403921127,0.2845350205898285,0.04514370486140251,-2.260910987854004,0.673619270324707,0.5032517910003662,1.562151312828064,-0.0021525269839912653,-0.3119022846221924,-0.4722372889518738,-0.04712724685668945,0.26214686036109924,0.5773701071739197,1.378249168395996,0.11011262983083725,0.17041683197021484,-0.8445757031440735,-0.58189857006073,1.1935656070709229,1.5482327938079834,0.5750871896743774,0.218936026096344,-0.4383595287799835,-0.3746040463447571,1.2999603748321533,2.4898836612701416,-1.4389584064483643,2.645364284515381,-0.5204523205757141,1.4203373193740845,1.0444090366363525,-0.02938108704984188,0.19257856905460358,-0.6123707294464111,-1.0460453033447266,2.6625914573669434,1.380208969116211,-0.5762264132499695,0.632197380065918,0.4289575517177582,-2.019287109375,-0.840903103351593,-2.140855073928833,-0.8724774718284607,-0.13287851214408875,-1.4434410333633423,1.2484041452407837,-1.3604185581207275,-0.6950693726539612,2.442864418029785,-0.10072964429855347,1.3405190706253052,-0.15252648293972015,0.04930054023861885,0.6837366223335266,2.1977362632751465,0.676612138748169,1.3132797479629517,0.737346887588501,0.6184009313583374,-0.4219663441181183,-0.8390603065490723,-0.0559411346912384,1.1621930599212646],"similarity":0},{"content":"From the top","embedding":[0.1708645075559616,-0.7660965323448181,0.7926176190376282,-1.7241536378860474,-0.5158700346946716,-1.1632603406906128,1.6322864294052124,0.20440849661827087,-0.37361785769462585,-1.7833242416381836,-0.7753480076789856,-0.026069024577736855,0.262438029050827,0.11122401803731918,-0.7710082530975342,-0.13817347586154938,0.31481605768203735,-0.8266929388046265,-0.08293747156858444,-0.8404282927513123,0.8841811418533325,-1.6184080839157104,0.404474139213562,-0.9643481969833374,1.3075718879699707,-2.833975076675415,-0.17934450507164001,-1.5646564960479736,0.9411392211914062,-0.590893566608429,0.19983574748039246,-1.9227170944213867,-0.6977793574333191,0.7397162914276123,1.1890379190444946,-0.9872695207595825,0.5547413229942322,-0.5793421268463135,-0.6180756092071533,1.032094955444336,-0.6103761196136475,-0.18452765047550201,0.4645031988620758,-1.8570680618286133,-0.15721239149570465,-0.13181690871715546,-2.3028039932250977,0.5697081685066223,1.349125623703003,-0.5719443559646606,1.7422759532928467,-0.5163185596466064,2.5666439533233643,-1.2169251441955566,-0.8019561171531677,-0.46310853958129883,0.49977943301200867,0.7045335173606873,-0.28081923723220825,0.19969961047172546,-0.17642901837825775,0.05136105418205261,0.851900577545166,-0.10243216156959534,0.5791911482810974,-1.0612578392028809,0.09969399124383926,-1.709344744682312,0.9123203158378601,2.2660186290740967,0.4202409088611603,-0.028163596987724304,0.55801922082901,0.780737042427063,0.5383794903755188,0.2840051054954529,-1.2581812143325806,-0.6262628436088562,-0.36292070150375366,-0.35944443941116333,0.9830328226089478,-2.638890504837036,0.12496679276227951,-0.28408902883529663,0.5272306203842163,-2.663651466369629,1.0632644891738892,1.5509816408157349,-1.0476740598678589,0.7472622990608215,-1.3357430696487427,1.217388391494751,-0.8140743374824524,-0.5913947224617004,-0.6253117918968201,-0.8106362819671631,-0.408157080411911,0.11510129272937775,-1.5929038524627686,-0.07088087499141693,1.0540344715118408,-1.1412428617477417,-0.14690425992012024,-0.8426824808120728,2.8922200202941895,-1.2421010732650757,-1.74295973777771,2.1366634368896484,0.046943407505750656,1.4239397048950195,-0.8535338640213013,0.2318931519985199,-1.3202110528945923,0.7660526633262634,-1.3867497444152832,-0.0054594045504927635,0.014108631759881973,0.20260968804359436,-0.7879366874694824,-1.7421890497207642,-0.794288694858551,-1.08500337600708,0.43631216883659363,0.149564728140831,1.3657288551330566,-0.9230711460113525,-0.7705636620521545,2.5642738342285156,0.006546358112245798,2.0398879051208496,-0.220304474234581,0.08487837016582489,1.0781705379486084,0.05836186558008194,2.114943742752075,-0.20729699730873108,0.4208261966705322,-0.43200722336769104,0.19445951282978058,-0.4745388627052307,1.344865322113037,-0.4350511133670807,-1.6693960428237915,-1.1949083805084229,2.3412625789642334,0.1212817057967186,1.2651095390319824,1.5765597820281982,-2.39329195022583,0.8460496068000793,0.6439615488052368,0.5517486929893494,0.8293314576148987,3.9577693939208984,1.497308611869812,0.004680335056036711,-0.8602380752563477,0.3722432553768158,-0.6192529201507568,0.950347900390625,1.8826639652252197,-1.2669529914855957,-0.4269116222858429,-0.8598110675811768,0.754033625125885,0.6831772327423096,1.3645851612091064,-1.611415982246399,-1.021385669708252,1.4520028829574585,-1.160718321800232,3.0161094665527344,1.7001985311508179,-0.6554373502731323,1.122881293296814,-1.434520959854126,0.35108834505081177,-1.6218749284744263,0.7236239314079285,0.2533435821533203,-0.13583825528621674,-0.575908899307251,-0.046363525092601776,-0.041571278125047684,1.3809901475906372,0.7741007804870605,-0.4039238691329956,0.813871443271637,-0.9228803515434265,-0.7698847055435181,0.523746132850647,-0.349424809217453,1.5605065822601318,0.1421104073524475,-1.0127862691879272,0.7688257694244385,0.6080683469772339,-0.23271609842777252,0.1641446352005005,2.670579671859741,-1.9742968082427979,-1.1979033946990967,0.7051268219947815,2.840101957321167,-0.009901335462927818,0.05009056627750397,0.7119616866111755,0.44878682494163513,-0.6632360816001892,0.7136116623878479,-2.264979124069214,-2.1731069087982178,0.45123735070228577,1.9535362720489502,-0.5936833620071411,-2.8363144397735596,1.523653507232666,-0.9271630644798279,2.9422874450683594,-0.2498699128627777,-0.09632746130228043,-0.9645983576774597,-1.8071925640106201,-0.19482271373271942,0.48360928893089294,0.2793027460575104,-0.43346694111824036,0.1173473596572876,1.0827093124389648,-0.9421279430389404,1.3294181823730469,2.46657395362854,1.1374567747116089,1.6265215873718262,0.4799736738204956,-1.6043360233306885,0.17274023592472076,0.7639198303222656,-0.3588172495365143,-1.5051616430282593,1.3700391054153442,-0.06389342993497849,0.29500335454940796,-1.5070455074310303,0.8744020462036133,-1.2519216537475586,0.49066442251205444,0.1261870115995407,0.8924063444137573,0.17732501029968262,-1.3273512125015259,-0.7329279780387878,1.710517168045044,-0.6324508190155029,-0.06560850143432617,1.1872279644012451,1.0553263425827026,-1.6247953176498413,-0.9316312074661255,-1.5722956657409668,-0.11405930668115616,-1.378912091255188,0.4539234936237335,-0.5816117525100708,-0.8737013339996338,1.1115692853927612,-0.5159314274787903,-1.783847689628601,-0.6587526798248291,-0.5742284059524536,0.5203565955162048,0.5188456177711487,0.5699147582054138,0.30571192502975464,1.5008518695831299,0.7553829550743103,-0.6167411208152771,1.4236440658569336,-1.7026883363723755,-0.38176655769348145,-0.3551882207393646,0.7637177109718323,0.8010578155517578,3.502533435821533,0.6527761220932007,-0.5556709170341492,-0.07176706194877625,0.4275551736354828,0.34395837783813477,0.03113218955695629,0.7340661883354187,-0.5203005075454712,0.2719779908657074,-1.5562609434127808,1.509149193763733,0.1705445796251297,-0.6348240375518799,-0.9695991277694702,1.6047437191009521,0.69749516248703,-1.2113301753997803,-1.631637692451477,0.28291696310043335,2.5453107357025146,0.6660332679748535,-1.9984452724456787,-0.620009183883667,0.9890602231025696,-0.8472356200218201,-0.1260288804769516,1.50757896900177,-1.6407808065414429,2.402984380722046,-1.0312740802764893,2.177886486053467,1.1328057050704956,-0.578575074672699,1.5941805839538574,-1.3352054357528687,2.214444398880005,-1.0964092016220093,-0.028905708342790604,0.027561455965042114,-0.7954658269882202,0.08708614110946655,-0.38438937067985535,2.110097646713257,0.6069824695587158,-0.9717602133750916,-0.14782705903053284,-0.060875147581100464,-0.5245583057403564,0.6232190728187561,1.025474190711975,0.6136876940727234,-1.504752516746521,0.8077042698860168,1.7964540719985962,-0.30788829922676086,1.3223047256469727,-0.4931531846523285,-0.9137874841690063,0.2608518600463867,1.8396743535995483,1.3685929775238037,-0.6480584144592285,1.3217188119888306,0.16174545884132385,-1.7146570682525635,0.7646096348762512,-0.8675643801689148,-0.6118960380554199,-0.6381805539131165,1.2451242208480835,-0.3227500915527344,2.133906841278076,-1.28317129611969,-0.9724448323249817,-0.032884854823350906,0.3809725344181061,0.501511812210083,0.1445855051279068,-0.7546977400779724,-2.2468416690826416,-1.311004638671875,-0.35321730375289917,0.8049393892288208,-0.21490968763828278,1.0024304389953613,0.175230011343956,0.9252609014511108,2.2590625286102295,0.7323930263519287,1.5601606369018555,1.3884992599487305,-1.5053505897521973,-1.4618313312530518,-1.6823022365570068,1.0493249893188477,-1.198732614517212,-0.7980660200119019,0.8304551243782043,-1.3998167514801025,-1.5256695747375488,-1.2096480131149292,-3.945289373397827,-0.23324087262153625,-0.25314268469810486,-1.054832935333252,-0.3354911208152771,-2.0532219409942627,-0.4423143267631531,-0.263915479183197,-0.44589129090309143,1.1428714990615845,-1.7452491521835327,-0.21712753176689148,0.7095648646354675,-1.0453847646713257,-0.967691957950592,-0.11987309157848358,-3.5860745906829834,-1.3626315593719482,-1.1764817237854004,-0.41610509157180786,-1.8254495859146118,-2.907294750213623,0.9312699437141418,0.4543052613735199,0.5654265284538269,-1.3296927213668823,-2.7959017753601074,0.05365448072552681,0.7445694804191589,-1.2218523025512695,0.6348612904548645,-2.1164324283599854,0.784049928188324,-1.7212014198303223,0.14974208176136017,1.0307129621505737,-0.5471869111061096,1.0575931072235107,0.23115821182727814,1.4383984804153442,-1.6363284587860107,1.6740261316299438,-1.9096688032150269,-0.8692796230316162,-0.38948196172714233,0.16730062663555145,1.6984151601791382,0.312021404504776,-2.3494455814361572,0.9109305143356323,-2.3756487369537354,0.3149585425853729,0.2920379340648651,-0.012505114078521729,1.688820242881775,0.7038151025772095,-1.703453540802002,0.5890655517578125,-0.7971700429916382,-1.7437849044799805,-1.3532401323318481,0.1904577612876892,0.6054384112358093,-1.988794207572937,0.4466373026371002,1.2603334188461304,1.776986002922058,0.8719554543495178,-1.3540513515472412,1.339847207069397,0.5181615352630615,2.0663187503814697,2.017003059387207,-2.505777597427368,1.118346929550171,0.8442661762237549,0.6684964895248413,1.3515236377716064,-1.9357541799545288,1.1653698682785034,-0.2786661982536316,-1.0455377101898193,-0.622835636138916,0.7504927515983582,-0.8841522932052612,-1.4966368675231934,-0.5958456993103027,-0.12771569192409515,2.18023419380188,-0.34259968996047974,-0.8883422613143921,-0.967499852180481,-1.0846279859542847,1.1332916021347046,-1.0734935998916626,2.163435220718384,0.8500822186470032,-0.05554431676864624,1.429561734199524,1.8227472305297852,-1.221808671951294,0.2038842737674713,0.7172624468803406,-1.3121380805969238,1.848466157913208,0.0043329475447535515,-0.48795047402381897,0.279942125082016,-1.3460415601730347,0.6781105995178223,-2.2317934036254883,0.38521909713745117,-1.1105332374572754,0.5256186127662659,-0.06401253491640091,1.449449896812439,0.21261344850063324,-0.9349945187568665,-1.6421780586242676,2.4139225482940674,-0.4220617413520813,0.6142085790634155,-0.17917542159557343,1.3236708641052246,0.9218553900718689,-0.2559800446033478,0.7475775480270386,-0.05650069937109947,1.559139609336853,0.861007571220398,0.2981061041355133,0.48414719104766846,1.8214293718338013,0.2664811909198761,1.0564618110656738,1.3840364217758179,-0.7483205199241638,-0.516780436038971,-0.22406822443008423,0.8023812174797058,0.8924015760421753,0.4158254861831665,1.2444595098495483,-0.004931069910526276,1.3594425916671753,-1.4621598720550537,-0.13371524214744568,-0.6920828819274902,0.6871030330657959,0.37213873863220215,-0.6961899995803833,1.7282036542892456,-0.5862295031547546,1.2502912282943726,-0.30289965867996216,-1.6065963506698608,0.6402608156204224,-0.7407209277153015,0.6969226002693176,0.03449420630931854,-0.15583324432373047,1.0566903352737427,-2.0836944580078125,0.9580746293067932,-1.655530333518982,-0.46370288729667664,2.14127516746521,-1.275202751159668,-0.27656757831573486,-0.028929241001605988,-0.9573271870613098,-0.3156900107860565,0.1704706996679306,0.25818485021591187,0.7587583065032959,1.4120491743087769,-0.8753318786621094,1.2599987983703613,-1.6751267910003662,1.8365271091461182,0.18983633816242218,-0.011739487759768963,-0.8792814016342163,-0.5543030500411987,1.9501590728759766,0.4053521454334259,-0.0353458970785141,1.2340487241744995,-0.16173230111598969,-2.156092643737793,2.167971611022949,-0.2669230103492737,0.25571608543395996,-0.26644423604011536,0.11314119398593903,-0.32114675641059875,0.013372925110161304,-3.112177610397339,-1.3617193698883057,3.494197368621826,-0.7749200463294983,0.9744498133659363,-0.8513134717941284,-0.5324103236198425,-0.4963923692703247,0.3742583096027374,-0.0016121282242238522,1.9558110237121582,-0.2977715730667114,-0.9061064720153809,0.8894636631011963,0.9760159254074097,-1.1757856607437134,-1.6216682195663452,-1.4305007457733154,-3.0484700202941895,-2.5940160751342773,0.48623165488243103,-0.6567893624305725,-0.9418449997901917,1.4788875579833984,0.7312197685241699,1.173770785331726,-0.3492920398712158,0.8122694492340088,-0.7285771369934082,-0.10728668421506882,3.620636463165283,-1.4411293268203735,-0.7780106067657471,-3.473726987838745,-2.3812811374664307,0.905876636505127,1.1079673767089844,0.505678117275238,-0.10430845618247986,-0.524606466293335,1.0103068351745605,-0.25573450326919556,0.20338290929794312,1.587222933769226,-2.018216848373413,1.1024316549301147,0.43695634603500366,0.10293237864971161,-1.1336268186569214,-0.03539713844656944,1.2542110681533813,-1.4738974571228027,0.6717908978462219,1.882092833518982,-1.2251569032669067,-0.586477518081665,-0.8607184290885925,-0.0012643297668546438,1.2969781160354614,0.20136083662509918,0.31881949305534363,1.410754680633545,-1.3928229808807373,-0.7903345227241516,-0.12273818254470825,0.8191814422607422,-1.6108243465423584,-0.8962796330451965,-0.8145097494125366,0.6648791432380676,0.28046491742134094,-0.45228463411331177,3.10966157913208,0.14257760345935822,-0.903689444065094,0.03748170658946037,-0.6214617490768433,0.7007364630699158,-1.638346552848816,0.13158297538757324,-0.5632444024085999,-0.6536962985992432,0.13353046774864197,-0.07118168473243713,1.1032516956329346,-0.46973589062690735,1.7385470867156982,-2.329294204711914,-0.2388327419757843,1.02593994140625,-1.030373454093933,2.2906980514526367,0.9923710823059082,-0.048821140080690384,-0.1939115673303604,0.6161829829216003,0.6608161330223083,-0.5688374042510986,1.165245771408081,0.450427770614624,-1.224434733390808,-0.5358237624168396,0.37322404980659485,-0.21948756277561188,-1.5863065719604492,-0.17673084139823914,-0.16244827210903168,-0.9326032996177673,1.182840347290039,-1.9411154985427856,1.8793163299560547,0.14392152428627014,-1.1669671535491943,-0.5099548101425171,0.14045381546020508,0.2030373215675354,-0.4298451542854309,-2.59256911277771,-1.891085147857666,-1.4601322412490845,-1.0113160610198975,-0.2088899165391922,1.2404271364212036,1.986045479774475,-0.2149854451417923,0.6527482867240906,2.4836056232452393,-1.5233173370361328,0.2942209243774414,2.3296353816986084,-0.31804609298706055,0.0979233980178833,-0.747928261756897,1.2218701839447021,-1.5314650535583496,-2.189357042312622,-0.8666597604751587,0.3885272741317749,0.5952175855636597,-3.978630542755127,0.9024840593338013,0.02439934015274048,0.029427893459796906,0.7425202131271362,0.7946573495864868,0.2491639405488968,-0.6147713661193848,-0.6046923995018005,-0.013381728902459145,0.3125981092453003,-0.8281505107879639,-0.9857820272445679,1.672512173652649,1.9464658498764038,0.7260105609893799,0.6525523662567139,-0.5188616514205933,0.7989593744277954,-1.1803261041641235,-0.7114149332046509,0.7696727514266968,-0.9380685091018677,-2.8532395362854004,1.7185378074645996,-1.2507233619689941,-1.4308881759643555,-1.2194740772247314,-1.0038933753967285,2.471510410308838,-1.6009433269500732,1.4839861392974854,-1.245428442955017,-0.26784512400627136,-1.8734650611877441,2.267839193344116,-0.7297634482383728,0.7061163187026978,-0.8226844668388367,2.700747489929199,-1.1781423091888428,1.3998146057128906,-0.3081427216529846,1.434083104133606,-0.9149159789085388,-0.41129031777381897,1.1381230354309082,-0.7163514494895935,1.7751526832580566,1.1238902807235718,-0.5569979548454285,1.3476557731628418,-2.0911080837249756,1.263634443283081,2.0869076251983643,-0.14238512516021729,0.38230592012405396,-1.7791372537612915,1.2446343898773193,1.2957112789154053,1.3845218420028687,-3.5847833156585693,0.1731870025396347,1.235640048980713,-0.6138779520988464,0.15791188180446625,0.43968644738197327,-0.9398324489593506,1.0864243507385254,0.4581729769706726,0.052905384451150894,-0.03818701580166817,-0.6498018503189087,-0.15870822966098785,1.6511896848678589,-0.2956595718860626,0.999515175819397,-0.7028776407241821,0.2516898512840271,0.11374574899673462,0.22893333435058594,-3.175759792327881,2.2857115268707275,-1.7814069986343384,-0.8119720220565796,-0.43533819913864136,-1.0253814458847046,1.3248249292373657,0.7005286812782288,1.0225517749786377,-0.26340752840042114,-2.257866621017456,1.6004739999771118,-1.4707863330841064,0.3763394057750702,-0.5939273238182068,-0.6408157348632812,0.6384546160697937,0.016749754548072815,-0.6327331066131592,0.8795517683029175,0.41370725631713867,0.8975806832313538,0.21508315205574036,0.2794429063796997,-0.9169170260429382,0.09078942984342575,0.5649120807647705,-0.3649161458015442,-1.880802035331726,-0.5512983202934265,0.06965842843055725,-0.6187112927436829,-2.4675514698028564,-2.3639087677001953,-0.45823222398757935,0.5120360255241394,-1.2925539016723633,2.1301815509796143,-0.31047502160072327,0.9413194060325623,0.9054333567619324,-1.5958317518234253,-2.645981550216675,-0.5551660656929016,-0.5052950978279114,0.6113033890724182,0.5121915340423584,-0.7813639640808105,1.8897387981414795,0.2999591827392578,-2.920259714126587,-1.903019666671753,-0.09563810378313065,-0.7766830325126648,0.031440895050764084,0.17255952954292297,0.12367913872003555,0.44388192892074585,1.8608109951019287,3.129188060760498,-0.7052908539772034,0.9805593490600586,-1.9849789142608643,-0.3773875832557678,1.7653522491455078,-3.197864294052124,0.27093440294265747,6.1207451820373535,-0.8120861053466797,-1.12017023563385,0.42810752987861633,-0.9826202988624573,-0.15659461915493011,-0.23993322253227234,-1.6461334228515625,0.12505342066287994,-1.0989766120910645,-1.249149203300476,0.08207601308822632,1.6325745582580566,-0.46434828639030457,1.8413530588150024,0.7987094521522522,1.785688042640686,0.5367215275764465,1.980307698249817,-0.22338956594467163,-2.617070198059082,0.775516152381897,-0.9488077759742737,-0.12338081747293472,-0.440155029296875,1.338659405708313,-1.4816982746124268,0.16720910370349884,-2.0409598350524902,-2.0109827518463135,-1.2423226833343506,0.7200591564178467,-0.20654909312725067,1.2797600030899048,-1.0621742010116577,0.2976614236831665,2.530606746673584,0.9604803919792175,-0.9531114101409912,-0.3875963091850281,0.8118108510971069,-2.5378193855285645,-1.826623797416687,-1.5780774354934692,-0.22624404728412628,1.403427004814148,-1.6270169019699097,0.8201199769973755,-1.4991453886032104,-1.5771701335906982,-0.23173698782920837,-2.54886794090271,0.5343968272209167,0.8184924721717834,1.919582486152649,-1.184063196182251,0.22001658380031586,0.17950542271137238,-0.8977592587471008,0.7707104086875916,0.7886481285095215,-1.664594292640686,-2.7094223499298096,1.1609970331192017,0.9919270277023315,-2.0082895755767822,0.17860130965709686,-1.6032196283340454,1.872275948524475,-2.8885498046875,-0.8265044093132019,-0.6041268110275269,-0.7571868896484375,1.107467770576477,1.9627779722213745,-0.5223326086997986,1.0804882049560547,1.6383857727050781,0.16128498315811157,-0.027618352323770523,0.33128654956817627,0.03275424242019653,-1.0238856077194214,0.04850563034415245,0.7631075382232666,-0.17319048941135406,1.238229513168335,-1.320296049118042,-0.6349289417266846,1.7159383296966553,-0.1445273458957672,0.7964394092559814,1.13394033908844,0.05221853032708168,0.6624715328216553,0.39346393942832947,0.7893848419189453,-0.3440547585487366,0.0907377079129219,1.104286789894104,-1.9262819290161133,0.29616984724998474,0.8488463759422302,-0.11765829473733902,0.41436609625816345,-1.5698368549346924,-0.47450605034828186,0.473265141248703,-0.4548446536064148,-0.7716617584228516,1.5135791301727295,0.14530512690544128,-0.8435141444206238,-0.28923070430755615,-0.21268786489963531,-0.5353550910949707,-1.450207233428955,0.23530587553977966,-1.0133802890777588,0.49181079864501953,2.9561688899993896,-0.5431678891181946,-0.057009994983673096,0.36394646763801575,-0.08812229335308075,-1.2095391750335693,3.1344120502471924,-0.03069581836462021,-0.2353677749633789,-1.2995494604110718,-2.002063512802124,0.6617998480796814,0.1586424708366394,1.4486225843429565,0.35395702719688416,-0.15501929819583893,-0.5645017027854919,0.396049439907074,-1.8892124891281128,-0.9631983041763306,0.6802846193313599,0.4932532012462616,1.0422979593276978,-0.0651417225599289,0.414048433303833,-1.1717736721038818,0.1038670614361763,-2.3225021362304688,-1.3821848630905151,-1.50393807888031,1.4394240379333496,1.3251159191131592,0.054752450436353683,-1.6261441707611084,-0.13686753809452057,-0.8676739931106567,1.1468654870986938,-0.13835053145885468,0.2535296082496643,3.426215171813965,1.6290531158447266,-0.030795853585004807,2.094132661819458,-1.6002581119537354,1.8489301204681396,-0.6730910539627075,0.4038870334625244,-0.014965914189815521,3.1058125495910645,1.1995943784713745,-0.1283784806728363,0.024074794724583626,2.0466365814208984,-0.7315685749053955,1.695181965827942,-0.8468631505966187,-3.293764114379883,0.038941580802202225,-0.14840377867221832,-2.44504714012146,0.9133018255233765,-2.0025625228881836,0.3199957311153412,1.8198374509811401,0.6488606929779053,-0.16126404702663422,0.5665611028671265,-1.4846266508102417,0.026935679838061333,1.798564076423645,-0.37711301445961,-1.682533860206604,-2.8651747703552246,1.7939965724945068,1.0318642854690552,0.16664381325244904,0.4753979444503784,-0.7612312436103821,2.1757102012634277,-0.12704600393772125,-1.3155205249786377,0.08182720839977264,1.6056289672851562,-0.05219237878918648,-0.31585514545440674,-0.05913752689957619,0.4696618318557739,-1.8602513074874878,1.3976610898971558,0.03512691706418991,0.42964619398117065,-1.9847161769866943,2.516296625137329,-0.3942706882953644,1.8925882577896118,-1.137201189994812,1.3992342948913574,1.8215492963790894,0.41221073269844055,1.6465890407562256,-0.5119534134864807,0.987799882888794,0.9805572032928467,1.0100018978118896,-0.03140779957175255,-0.611096203327179,-0.33692681789398193,-0.9552068710327148,-1.6918624639511108,1.0105875730514526,-0.36272132396698,1.0874688625335693,0.6585510969161987,0.6408315300941467,-1.1226685047149658,1.5219552516937256,-0.041408784687519073,-0.1634519398212433,0.11653014272451401,-0.7106255888938904,3.1079888343811035,0.41323474049568176,1.612576961517334,-0.22876125574111938,0.04770663380622864,1.7277559041976929,0.05611288920044899,-0.36062026023864746,-1.447998046875,-0.038073714822530746,0.6111943125724792,0.4142167568206787,0.9545072913169861,0.996667742729187,-1.2072712182998657,2.85555362701416,0.5332309603691101,-1.0803563594818115,-0.5719473361968994,1.7571163177490234,-0.3485732078552246,0.2547706365585327,0.9169163107872009,-1.9088996648788452,-1.558374285697937,2.0767695903778076,0.7768622636795044,-0.8592405915260315,-1.0278681516647339,-0.16728661954402924,-0.6181128621101379,-0.30180832743644714,-0.9446386694908142,-0.8611979484558105,-0.8915027379989624,-0.5874250531196594,-1.5626331567764282,1.1555140018463135,1.290785312652588,-0.7091715931892395,-0.311257004737854,-0.6778032183647156,-1.2513518333435059,0.025850288569927216,2.0545787811279297,0.21838445961475372,-0.7061799168586731,0.42222943902015686,-0.40487438440322876,0.7899078130722046,-0.6531919836997986,-0.27926719188690186,1.4779982566833496,-0.5154469013214111,-1.5797154903411865,-1.7104802131652832,0.41963353753089905,-0.7560739517211914,2.4548230171203613,0.8189820647239685,0.3840443789958954,1.3616994619369507,1.3282201290130615,-2.0869476795196533,0.18844203650951385,-0.18717940151691437,-0.35271674394607544,0.6908495426177979,0.4573233127593994,0.24559567868709564,2.421967029571533,-0.2679232060909271,-0.0006968817324377596,-2.178767681121826,0.17140284180641174,-1.750556230545044,-0.10620397329330444,1.2585891485214233,-0.8200916647911072,-0.9625616073608398,-0.19598981738090515,0.5345686078071594,-1.6360758543014526,-1.0346623659133911,-0.9047334790229797,1.5168352127075195,0.6258119940757751,-0.22675226628780365,-0.008561868220567703,0.2659999430179596,1.2623751163482666,1.432030439376831,1.4962339401245117,0.3003399074077606,1.1424100399017334,0.3793991208076477,-0.36443766951560974,-0.5967759490013123,-0.16837851703166962,-0.8117051720619202,-1.098090410232544,-0.005154486745595932,2.1430485248565674,2.399179697036743,-2.745387315750122,-0.07458643615245819,0.7171310186386108,1.18146550655365,0.11110136657953262,-0.5834496021270752,-2.0366275310516357,2.1309707164764404,-1.1724544763565063,1.446250319480896,0.26921945810317993,-1.4989850521087646,0.8504778146743774,1.6184192895889282,-1.3921672105789185,-1.213118076324463,-0.9851722717285156,0.27098652720451355,-0.37789997458457947,-1.4185974597930908,1.9743849039077759,-2.324366807937622,0.13640664517879486,-0.05148518458008766,-0.5994440317153931,-1.6395434141159058,1.5013580322265625,0.13473398983478546,0.818953275680542,-0.394612580537796,2.298860549926758,1.6350919008255005,1.4658772945404053,0.7274299263954163,0.7556828856468201,0.8508856892585754,0.2703612446784973,-0.5102232694625854,0.06372286379337311,3.604191303253174,1.9501115083694458,-0.5030518174171448,0.4085119068622589,4.0473737716674805,0.1072978526353836,0.3036735951900482,-0.7859063148498535,0.013856276869773865,-0.3805270791053772,0.15582275390625,1.4277892112731934,0.3979455828666687,-0.6997473239898682,0.6080320477485657,-1.2027291059494019,0.26944229006767273,2.2836790084838867,-0.09694018214941025,1.0775835514068604,-0.009754667058587074,-0.24340125918388367,-1.5118969678878784,-0.35489505529403687,0.573413074016571,2.2918810844421387,0.504315197467804,1.0563981533050537,0.19335001707077026,0.8050405979156494,0.4848203957080841,2.7983782291412354,1.9621518850326538,0.5648488998413086,-0.2286064177751541,2.3460748195648193,-0.46838340163230896,-0.567772388458252,-0.775976300239563,0.9257243871688843,0.36848998069763184,0.6744436621665955,-1.4325848817825317,1.6949925422668457,-0.8775635361671448,-0.679390549659729,0.010760732926428318,-0.4225890338420868,1.4962064027786255,0.7337199449539185,-2.4961321353912354,-2.6305861473083496,-0.6729756593704224,0.09055045992136002,-0.4329001009464264,0.05342841148376465,-0.5381101965904236,-1.5495342016220093,-0.17759360373020172,0.6270802021026611,-1.2974755764007568,0.5974177122116089,0.6338764429092407,-1.3682198524475098,0.6017739176750183,-1.3373509645462036,0.5945563316345215,1.123790979385376,-0.9012590646743774,-1.0713825225830078,0.4720318913459778,0.26003727316856384,0.28991371393203735,0.6078296899795532,0.8508315086364746,0.8654946088790894,-0.496151328086853,0.5737463235855103,1.1356600522994995,-0.676742672920227,1.3467237949371338,0.20250765979290009,-0.9939305782318115,0.21277473866939545,-0.9251929521560669,-1.0391396284103394,-0.1931823492050171,-0.9593190550804138,0.7873514890670776,0.10249392688274384,-1.518386960029602,-1.1831653118133545,1.5017764568328857,2.101456642150879,0.7862759828567505,-0.23993229866027832,-0.09856539964675903,-0.32132962346076965,-0.26119667291641235,1.023827075958252,3.333756446838379,-1.370392084121704,0.36361539363861084,-0.716692328453064,-0.32899829745292664,-0.5280779004096985,0.7072820663452148,0.27956897020339966,0.04959733411669731,1.0332636833190918,-2.2393887042999268,0.03752938657999039,0.2671581506729126,-0.2217000424861908,0.0028762193396687508,-0.4467455744743347,-2.2436363697052,-1.4073690176010132,-1.2714147567749023,-1.9634836912155151,-1.4157240390777588,0.5848268866539001,1.2272331714630127,-1.4198955297470093,-0.13800010085105896,-0.21159401535987854,0.6584010720252991,-1.2451995611190796,-1.2934128046035767,-2.069725751876831,-2.3401737213134766,0.8106549978256226,1.3450448513031006,-0.2974031865596771,1.7107139825820923,-0.6143167614936829,-0.12061329185962677,-0.26115289330482483,-3.1978507041931152,1.2019680738449097,0.5081523060798645,0.22987593710422516,0.0016460975166410208,0.08146931231021881,-0.4242798089981079,-0.4435243606567383,0.8499629497528076,0.13092583417892456,0.8875712752342224,1.93175208568573,1.1525627374649048,1.70059072971344,-0.133149653673172,-0.3699718415737152,-1.1851822137832642,0.8216699361801147,0.3864929676055908,1.2922775745391846,-0.06532981991767883,-0.6584869623184204,0.169001504778862,-0.7070671916007996,0.1123439371585846,-0.059882696717977524,0.6943780779838562,-0.01846674457192421,2.0414514541625977,0.9225538969039917,-1.0587486028671265,-0.5030708909034729,0.7427611947059631,-0.4918082654476166,2.8446664810180664,-0.8923356533050537,-0.36717963218688965,0.7188975214958191,1.653627634048462,0.8897398114204407,0.08751831948757172,-0.5335150361061096,2.0553884506225586,-0.8748840689659119,2.029486656188965,-1.9501080513000488,-1.370792031288147,0.9867784976959229,2.6311230659484863,2.5836148262023926,1.7546992301940918,1.6369208097457886,-0.2683155834674835,1.6193618774414062,0.9386183023452759,-0.2247857302427292,1.3138935565948486,-0.8000340461730957,0.6418848037719727,1.742875337600708,0.7738558650016785,0.12511210143566132,-0.3684006631374359,1.0039207935333252,0.6643917560577393,0.5270863175392151,0.6781289577484131,-0.8014612197875977,0.4072999358177185,0.4194813370704651,0.2536618113517761,-0.18145771324634552,0.14887000620365143,0.1562579721212387,0.6964042782783508,-0.9265978336334229,0.8746376037597656,0.2110796421766281,2.274510145187378,-1.869467854499817,0.587031900882721,-1.9543895721435547,-0.49091002345085144,-0.7013312578201294,0.3091675043106079,-1.0355055332183838,0.6341135501861572,-1.334459900856018,-0.020088916644454002,-0.800873339176178,0.45182156562805176,0.15161429345607758,-1.2337753772735596,-0.33039572834968567,1.262300968170166,1.0710889101028442,1.1781141757965088,1.2480090856552124,0.2282782644033432,0.5752927660942078,-0.5632423162460327,-1.3968249559402466,0.10384545475244522,0.7969886660575867,0.8729446530342102,-0.38232719898223877,0.42324578762054443,-1.8329479694366455,1.0868127346038818,1.2675995826721191,2.281935453414917,0.8765016794204712,0.6044062376022339,-1.4848260879516602,1.0833618640899658,0.7226223945617676,-1.4001116752624512,-0.19587936997413635,-0.8159493207931519,-0.09438717365264893,1.2325974702835083,0.034407127648591995,-0.9947842955589294,-1.6042016744613647,-0.3991791903972626,-0.7948248386383057,0.5499345660209656,-0.31523996591567993,0.8099416494369507,0.17402152717113495,-0.5517659187316895,0.43922239542007446,-0.25642886757850647,0.05441097915172577,0.08246548473834991,-1.117977499961853,1.613911509513855,1.3576923608779907,0.6741857528686523,-0.7044719457626343,1.2756564617156982,-0.9373657703399658,1.3238909244537354,-2.7193448543548584,1.6491225957870483,-0.7184200882911682,0.15487542748451233,0.5820815563201904,-0.7032466530799866,0.6482846736907959,-3.3770360946655273,-1.007179856300354,1.0001616477966309,0.29996538162231445,-0.28710827231407166,0.5292536020278931,-1.8603851795196533,-0.6437157988548279,-0.18902043998241425,-0.597156822681427,0.7204670906066895,0.37630629539489746,-1.8726255893707275,-0.29656660556793213,-0.45174798369407654,-0.24250055849552155,0.9719328284263611,1.0790939331054688,-1.6768895387649536,-0.936876654624939,1.1064772605895996,-0.5478212833404541,4.2599029541015625,1.2483547925949097,0.5462188124656677,0.36347442865371704,-1.288411021232605,1.7194770574569702,0.26722511649131775,-0.9133300185203552,1.020972490310669,0.09253661334514618,1.488526463508606,-0.8451971411705017,-0.34585630893707275,0.05315333977341652,-3.173647880554199,2.2491164207458496,-0.21625365316867828,0.4834689795970917,-0.857011616230011,-2.1280722618103027,1.7578456401824951,-1.5246309041976929,-0.9547670483589172,-0.43477123975753784,1.1715772151947021,0.4964265823364258,0.9278825521469116,-0.3482760488986969,1.8673374652862549,-1.8719558715820312,0.07439067959785461,0.9043466448783875,-0.8117748498916626,-1.1012791395187378,0.6846895813941956,-1.0793176889419556,1.0559526681900024,0.1947699785232544,-0.464798241853714,0.45188891887664795,0.008564245887100697,0.4615728557109833,0.9757977724075317,-0.633709728717804,-1.4973746538162231,-0.23407229781150818,-0.5344406962394714,-0.171157568693161,-1.2103811502456665,0.6326319575309753,-0.4850071966648102,-1.0352904796600342,-0.9753718972206116,1.5442308187484741,-0.6613655090332031,0.8734152913093567,-2.039184808731079,0.7562603950500488,-0.0032350500114262104,0.8504742980003357,1.09342622756958,1.4499942064285278,0.7335864901542664,0.12010425329208374,-0.7204948663711548,0.9331039190292358,0.43008971214294434,1.5480425357818604,-0.3796450197696686,1.4568451642990112,-0.8031777143478394,-0.09741679579019547,1.089694857597351,0.4748973548412323,-0.5352816581726074,-0.8955860733985901,0.6383329033851624,0.6289583444595337,0.20364437997341156,-1.5693614482879639,-0.6751025319099426,-1.0666468143463135,1.6811696290969849,-0.06942589581012726,-1.247720718383789,-0.8008220195770264,1.8718714714050293,-0.7942615747451782,0.8194264769554138,-1.1438143253326416,-0.06938815861940384,2.402742862701416,-0.07213330268859863,-2.561044454574585,-1.2095321416854858,-1.4718989133834839,-1.493041753768921,0.6918424963951111,-0.5419056415557861,1.76458740234375,-0.5520568490028381,-0.9645205736160278,2.2404587268829346,-0.33318063616752625,-0.8355706334114075,-0.3067373037338257,-0.5431817770004272,-1.6287027597427368,-0.045756883919239044,-2.501474380493164,-0.871617317199707,-1.5178422927856445,-1.178084135055542,0.4186131954193115,-0.07017473131418228,0.8105341792106628,-0.34202736616134644,-0.5965090990066528,1.3881721496582031,-0.8070839047431946,-0.09030166268348694,0.09533217549324036,-0.12064395844936371,-0.8192511200904846,-0.5983805060386658,-0.08895853906869888,-1.152991771697998,0.2072674036026001,-0.46140730381011963,-0.08363039046525955,0.20785631239414215,-0.7651112079620361,-2.0704259872436523,2.133300542831421,0.15091249346733093,-1.818796992301941,-1.0157506465911865,-0.14467740058898926,-1.081954002380371,-0.709241509437561,0.8687188625335693,-0.4196762144565582,1.0668282508850098,0.8753015995025635,1.1151645183563232,-0.05833541974425316,-0.5061796307563782,0.4450112283229828,-1.6892809867858887,-0.13777464628219604,0.11109928041696548,0.06580187380313873,0.19185230135917664,1.0676532983779907,-0.8546615839004517,0.34834837913513184,-0.018975380808115005,-0.023997118696570396,0.6916918754577637,-0.0755455493927002,-1.1839202642440796,-2.3488588333129883,1.1247354745864868,3.2498762607574463,0.5470738410949707,0.502557635307312,-0.1485598385334015,-0.6945892572402954,-0.8828858733177185,-1.0074846744537354,-1.1190747022628784,0.8165638446807861,-1.577229619026184,-0.013973158784210682,0.6062134504318237,0.6827424168586731,-0.5778715014457703,0.79770427942276,0.4269803762435913,-2.8291382789611816,1.2008111476898193,0.7178358435630798,0.9536444544792175,2.5701653957366943,0.3250984847545624,2.1786038875579834,-0.19579577445983887,-0.9612548351287842,1.9176994562149048,-0.8171600699424744,-0.9205837845802307,0.7072295546531677,-3.70988392829895,1.004764199256897,-0.9940857291221619,-1.8012224435806274,0.5982959866523743,0.30283015966415405,0.9410793781280518,-0.7856259346008301,0.3069186806678772,0.7754881381988525,-0.2676661014556885,-1.3397810459136963,0.40606507658958435,-1.2537513971328735,-1.3232877254486084,-0.1084730476140976,-1.3087290525436401,2.600576877593994,0.6429432034492493,-0.46353423595428467,1.0013582706451416,-2.6301090717315674,0.32647237181663513,1.152241826057434,-0.10773221403360367,-0.8545363545417786,-1.1801365613937378,-1.1513158082962036,-0.4706170856952667,-0.6495981812477112,-1.619868278503418,-0.05273067578673363,0.21091096103191376,0.5324071645736694,2.216454029083252,-0.20175738632678986,-1.856613278388977,-0.15278360247612,-0.5863955020904541,0.8768888711929321,0.07456553727388382,1.1861233711242676,0.24400217831134796,-0.5168431401252747,0.015513650141656399,-1.5642359256744385,-1.2149425745010376,-1.0422829389572144,-0.7285649180412292,-1.6084110736846924,1.2133592367172241,-0.8795668482780457,-1.93124520778656,-1.136195182800293,-0.08999444544315338,2.619114875793457,-0.3870697617530823,1.0430208444595337,0.29146918654441833,-0.1008652076125145,-0.7385456562042236,-0.16338570415973663,1.761328935623169,-1.9138340950012207,-1.1573268175125122,-1.1120554208755493,-1.4711949825286865,-0.17941471934318542,1.1134644746780396,0.6674854755401611,0.20869360864162445,1.042689323425293,-3.3152265548706055,-0.4963347315788269,0.6554592251777649,0.5230764150619507,0.6658543944358826,-0.40751200914382935,1.3325982093811035,0.097630575299263,0.009899298660457134,1.7849724292755127,-1.1941875219345093,1.5888713598251343,0.2129957675933838,-1.70341157913208,-1.517877221107483,0.18800604343414307,0.8792845606803894,1.8639295101165771,1.1477253437042236,-1.4052176475524902,0.21541011333465576,-1.233391284942627,-1.5220246315002441,1.455600619316101,1.7922600507736206,0.0717208981513977,1.0511386394500732,0.5424927473068237,-0.4909413456916809,1.4292371273040771,-1.378169298171997,-0.6650711297988892,0.28308504819869995,1.0490708351135254,-1.3481826782226562,-0.8473186492919922,0.7146545648574829,0.37416020035743713,-1.48940110206604,0.13272260129451752,-0.34562066197395325,-1.030137062072754,1.5580272674560547,-0.06527680158615112,0.8520922064781189,-0.7667192816734314,2.0492701530456543,-0.6404821872711182,-0.8874579668045044,-2.1230032444000244,0.71342933177948,1.3372422456741333,-2.1815359592437744,0.06784329563379288,-2.7513649463653564,1.029485821723938,0.7147389054298401,0.2964850962162018,-0.7594950795173645,-0.6252667307853699,1.194502830505371,0.9949747323989868,-0.810344934463501,3.2591238021850586,-2.3367111682891846,-1.949349045753479,1.791847586631775,0.1536903828382492,-0.6430507898330688,-1.9543613195419312,0.29474708437919617,3.221390724182129,1.057294249534607,-0.2935822606086731,-0.8660764098167419,1.0295900106430054,0.2622566819190979,1.3263763189315796,0.09741506725549698,0.2604454457759857,1.1229894161224365,-0.9331425428390503,-0.09296774119138718,0.893764853477478,-0.3412792384624481,0.9928604960441589,-0.7658204436302185,1.0658910274505615,-0.517694354057312,0.6833457946777344,-0.17797327041625977,-0.6277461051940918,1.8146106004714966,0.8904955983161926,-1.9075158834457397,0.744330883026123,1.7953342199325562,1.328997254371643,-2.437628746032715,1.2043471336364746,1.290061354637146,-0.704963743686676,0.4632844030857086,0.07847227901220322,0.1715465784072876,0.9651468992233276,-1.2123289108276367,-1.555495023727417,-1.521174669265747,-0.33443430066108704,-0.6942642331123352,2.297278642654419,-0.28016000986099243,-0.030557598918676376,0.24263152480125427,-1.460431456565857,1.077736496925354,0.5493029356002808,0.194841206073761,-0.6422322392463684,1.1356403827667236,-0.9378206133842468,0.9605814218521118,-2.7083380222320557,-1.21864914894104,0.32302969694137573,-0.19873638451099396,0.1556120663881302,0.28898337483406067,0.7337780594825745,-0.5953372716903687,-0.8714339733123779,1.9520769119262695,-0.06831834465265274,0.5147339105606079,2.111809015274048,0.583379864692688,-0.5714632272720337,1.2527931928634644,-0.12149509787559509,-1.3400806188583374,1.4828174114227295,-1.5395005941390991,-0.3639208972454071,0.9894936084747314,2.1317756175994873,0.8444765210151672,0.5045579671859741,-1.0352082252502441,-1.4736655950546265,0.06060641258955002,1.1961106061935425,-0.25451838970184326,1.1313366889953613,1.0201019048690796,-0.9232419729232788,-0.78919917345047,0.7794085144996643,0.9258858561515808,0.6851112246513367,0.6503610610961914,0.649264931678772,-0.36691319942474365,0.23362648487091064,-0.3831080198287964,-3.0197980403900146,-0.09614177793264389,1.248552918434143,0.1495528519153595,0.8986700177192688,-0.2198253720998764,-0.1840096116065979,1.4676507711410522,0.749461829662323,-0.38852810859680176,1.1878455877304077,-0.8842787742614746,0.12708207964897156,1.8562963008880615,-1.8266010284423828,0.4065035283565521,5.357138156890869,0.7901877760887146,0.0026114112697541714,3.104031562805176,0.3954452574253082,0.5140197277069092,-0.5427881479263306,-0.5910625457763672,0.5556296706199646,-1.2419694662094116,-2.2939577102661133,-0.4084911048412323,1.6011162996292114,-0.2932574152946472,0.3025714159011841,0.5573979020118713,1.1098018884658813,-0.9476272463798523,-0.5002135038375854,1.008893609046936,2.65466046333313,2.6498591899871826,0.019494419917464256,1.480140209197998,0.2528870105743408,-0.3293258547782898,0.3120480179786682,0.057457681745290756,-0.6090801358222961,1.0037345886230469,1.806374192237854,-2.6174511909484863,-1.1502772569656372,-0.6293410062789917,0.15597498416900635,-0.31253984570503235,0.17352008819580078,3.1892220973968506,-0.6809780597686768,-0.24791710078716278,0.4339124262332916,1.0993547439575195,-0.30246198177337646,-1.2479499578475952,1.479660153388977,0.8009013533592224,0.8218649625778198,-1.4192218780517578,1.7165517807006836,1.8503915071487427,-0.7477579712867737,-0.8621090054512024,0.053025588393211365,0.7366054654121399,1.249789834022522,0.13014735281467438,-0.15318667888641357,0.9916263818740845,-0.051586367189884186,0.277213990688324,-0.7274265289306641,-1.372064471244812,1.1254444122314453,-0.4877716600894928,0.20620091259479523,-0.49359190464019775,-0.7398595213890076,1.6974022388458252,-1.3343772888183594,-1.2909038066864014,-1.5666751861572266,-1.4256738424301147,-0.7346991300582886,-0.5154764652252197,1.2033662796020508,-0.7957301139831543,-2.6349339485168457,1.4526784420013428,1.287241816520691,-0.4822377860546112,-0.3711392879486084,-0.27217090129852295,0.37849435210227966,0.9349440336227417,2.0687360763549805,-2.8919248580932617,0.3880666196346283,0.1267448365688324,-0.36445918679237366,0.49693819880485535,-0.8511089086532593,1.5154669284820557,-1.4839909076690674,1.7482249736785889,1.1429623365402222,1.4040430784225464,0.8919653296470642,-1.935184121131897,0.5424849390983582,-1.0871732234954834,-0.09156382828950882,1.4257214069366455,-0.5433001518249512,1.0975823402404785,1.2348477840423584,-1.4879885911941528,-0.7068020105361938,0.4382379353046417,2.613673210144043,1.0170482397079468,1.2135065793991089,-0.6859795451164246,0.8526150584220886,2.9152166843414307,-0.8616868853569031,0.3562086224555969,0.8099612593650818,0.656295895576477,0.34040069580078125,0.25053292512893677,0.7665733098983765,-1.623178243637085,1.8481868505477905,-2.085439682006836,-0.43142804503440857,0.06313955038785934,-0.16007369756698608,0.11043047159910202,-2.070631742477417,0.060870591551065445,1.9740822315216064,-0.36234357953071594,0.5238415598869324,1.938934087753296,1.6327003240585327,-0.09208030253648758,-0.3673497140407562,0.33596330881118774,1.4655910730361938,0.5799013376235962,1.817289113998413,0.4772718548774719,-1.9827923774719238,0.548464834690094,0.32156798243522644,-2.2159976959228516,-0.03366836905479431,3.16217303276062,-0.30763742327690125,2.009629011154175,0.6890602111816406,1.0762749910354614,-1.1433905363082886,1.209544062614441,0.7187209129333496,0.18578004837036133,0.022289283573627472,-0.36157190799713135,-0.9794314503669739,0.31999340653419495,-0.49452662467956543,2.848867654800415,-1.3888369798660278,1.313841700553894,0.8677013516426086,1.414305567741394,1.3904815912246704,-0.18804682791233063,1.6356369256973267,1.3345130681991577,0.10970596224069595,0.42990559339523315,1.0448246002197266,1.4010508060455322,-0.22902408242225647,0.6973402500152588,-0.31610995531082153,-1.103043794631958,-1.1288068294525146,-0.5352404117584229,0.31454917788505554,0.13670586049556732,-0.09382323175668716,1.3409324884414673,-0.5961127281188965,1.9773682355880737,-2.7307450771331787,-0.011917023919522762,0.6877495646476746,-2.081132411956787,1.2662084102630615,-1.129745364189148,-0.7330633401870728,-0.423804372549057,-0.4758949875831604,0.041619911789894104,-0.3891753852367401,-0.6634945273399353,-0.23433247208595276,-0.36077171564102173,1.0422945022583008,-0.06644804775714874,-1.83961820602417,-0.6536633968353271,-2.2557880878448486,-0.15845781564712524,0.06678298115730286,0.7324463129043579,-2.1602935791015625,-1.4278666973114014,0.6846763491630554,0.27117979526519775,0.42971915006637573,-0.4745670557022095,-1.2189232110977173,2.5771563053131104,-0.347523957490921,0.20826715230941772,-0.21479375660419464,3.3887922763824463,0.7317655682563782,-0.0245591439306736,0.5411642789840698,-1.8330029249191284,0.8663113117218018,-0.0996648296713829,-0.057164717465639114,-0.3201747238636017,-0.6071019768714905,-0.7004505395889282,2.148804187774658,1.5939055681228638,0.9153364300727844,-0.08199940621852875,0.03194970637559891,0.36131978034973145,-1.1235300302505493,0.11125484108924866,0.6541333794593811,-1.9846628904342651,-1.0104947090148926,0.23119120299816132,-0.44915062189102173,0.9241073131561279,0.9191646575927734,3.3106019496917725,-0.1807633489370346,0.8021115064620972,3.8955838680267334,-0.7977162599563599,0.5362253189086914,-2.112870693206787,-1.8961445093154907,-0.8565123677253723,0.37408432364463806,0.15840420126914978,-1.1009210348129272,1.54654061794281,-0.5078113675117493,0.9615496397018433,1.0819578170776367,0.13817395269870758,-0.902965784072876,-0.0072443196550011635,0.032308775931596756,0.03855825215578079,-0.42316335439682007,0.06865455210208893,-0.1627376228570938,-0.29243573546409607,0.6418830156326294,-1.1512137651443481,-1.2760428190231323,0.5249237418174744,-1.0482385158538818,2.138723850250244,-0.4157188832759857,0.5682468414306641,-1.9824979305267334,0.5411819219589233,-0.4310532212257385,-1.0928573608398438,-1.5286321640014648,0.5278967022895813,0.18448524177074432,-1.654997706413269,0.335855633020401,-0.6850805282592773,1.1902767419815063,2.091836452484131,-0.05661064758896828,-1.3317580223083496,1.4910751581192017,-1.3145246505737305,-1.1697998046875,-2.247957468032837,1.0524426698684692,0.0889798253774643,-2.2458934783935547,0.5660132169723511,-0.6990691423416138,-0.2921586334705353,2.0235657691955566,0.13642023503780365,1.0129426717758179,0.5138477683067322,1.4795849323272705,0.11708154529333115,-1.7511221170425415,-1.7639151811599731,-4.262539386749268,-0.24179904162883759,1.1842608451843262,-0.02331385761499405,-1.9674975872039795,-2.409881114959717,0.6225089430809021,0.12898874282836914,1.3984198570251465,0.9048272967338562,-1.1045660972595215,-0.045487768948078156,1.9298774003982544,0.10608630627393723,0.03540875390172005,-0.2914089858531952,-1.1964912414550781,1.9097583293914795,2.222715377807617,0.1551893800497055,-0.3576333820819855,-1.0491424798965454,3.474156141281128,-0.49641498923301697,-1.9827141761779785,1.7157998085021973,-1.0049853324890137,1.2284150123596191,0.1479257494211197,-1.940291166305542,-1.823325753211975,1.0809615850448608,0.6672833561897278,-0.4417373836040497,1.781288743019104,2.6637094020843506,-1.8475099802017212,0.15540865063667297,-0.8215201497077942,-1.1463866233825684,0.517725944519043,0.24347831308841705,1.8662861585617065,0.42885640263557434,1.1245965957641602,1.0380715131759644,-1.5968434810638428,0.18567407131195068,-1.1926628351211548,0.18920524418354034,-0.5279354453086853,1.2316091060638428,-0.7498201727867126,-0.439670205116272,-0.47226178646087646,0.7360868453979492,-0.13031284511089325,-0.7885206937789917,-0.6899011135101318,-0.09021076560020447,-1.2484567165374756,0.03543777018785477,-1.111130952835083,0.6062718629837036,1.658666968345642,-2.992799758911133,-0.6149588823318481,1.48004949092865,1.6867889165878296,0.13636405766010284,-1.672229528427124,0.5196859836578369,-0.37528809905052185,1.8291409015655518,-0.06369554251432419,-1.4742733240127563,0.5531363487243652,-1.4051311016082764,-0.8516681790351868,-0.8570269346237183,-1.4771608114242554,0.2200346738100052,1.6828850507736206,-0.8220462203025818,0.39522773027420044,1.2113373279571533,1.1080926656723022,0.42387354373931885,0.5143394470214844,-0.589756965637207,-2.157972574234009,2.611900806427002,-1.5440938472747803,-0.8337299823760986,0.44726985692977905,0.4661801755428314,0.37615880370140076,0.0121525963768363,0.06719674915075302,1.3873722553253174,-0.774105429649353,-0.8000807762145996,-2.2798280715942383,-1.8898937702178955,0.8011077642440796,-1.665323257446289,-1.9760202169418335,-3.050713539123535,0.7046966552734375,-0.8181342482566833,0.11076740175485611,1.7164242267608643,-1.775323748588562,-0.4713514447212219,0.17631401121616364,1.214163899421692,-2.0553314685821533,1.0351115465164185,-0.008563057519495487,-2.4073643684387207,2.1390843391418457,1.4171717166900635,1.7141461372375488,-1.0712215900421143,-1.0130512714385986,1.2942792177200317,0.530604898929596,-1.153159260749817,1.2819443941116333,0.25853103399276733,0.9150639772415161,-1.3696739673614502,-1.277669906616211,-0.0818578228354454,-0.6014562845230103,-0.06261596083641052,-2.592860221862793,1.6809146404266357,0.483690470457077,-3.1983726024627686,-0.9359555244445801,0.6669426560401917,-1.5003204345703125,0.3702905774116516,1.82804274559021,-0.7821409106254578,1.1990259885787964,-0.8957035541534424,0.5487581491470337,-0.18028172850608826,-0.826948344707489,-0.2768406569957733,1.1949923038482666,0.4882446527481079,2.0638396739959717,1.1624201536178589,1.548994541168213,1.7722175121307373,-1.0790553092956543,1.489013671875,-0.11674319207668304,2.742175340652466,0.11405325680971146,-1.1935946941375732,-1.9956073760986328,-0.03194544464349747,0.09539096057415009,-0.44842177629470825,-0.5673038363456726,1.5500348806381226,-0.06348827481269836,-0.28690922260284424,-1.6818562746047974,1.114717721939087,1.1865358352661133,-0.2588355243206024,0.11639482527971268,0.5767210721969604,0.8568829298019409,-0.8657064437866211,-0.6804341077804565,1.514418601989746,1.3794291019439697,0.5530868768692017,1.8239095211029053,0.30431482195854187,-1.6693291664123535,1.8831896781921387,1.3819717168807983,1.696367621421814,-2.264248847961426,0.0658956989645958,-0.7172188758850098,0.28492438793182373,-0.7356485724449158,0.0709683820605278,-0.2558264136314392,-0.11025737226009369,0.6251741647720337,-0.05185438320040703,0.056895434856414795,-0.12768512964248657,0.7757475972175598,1.4352518320083618,-0.5923888683319092,1.8276782035827637,0.4669351577758789,-0.5795122385025024,-1.0299502611160278,0.9854080677032471,0.7250210046768188,-0.3747420907020569,3.1431515216827393,-1.367993950843811,2.4317712783813477,2.2602174282073975,-2.4179461002349854,1.6571894884109497,-1.1991127729415894,-2.282975912094116,-2.1623876094818115,0.46837949752807617,-0.5061570405960083,0.276650607585907,0.8747133612632751,-2.50765061378479,-1.7814096212387085,0.07089447230100632,-0.1206790879368782,0.4878578782081604,0.19362013041973114,-1.4467579126358032,-0.5611698031425476,-0.684926450252533,2.0217602252960205,0.7337952256202698,-0.9556211829185486,-0.2269422858953476,0.7136866450309753,0.46638086438179016,7.743027687072754,-1.3073545694351196,-0.1047012135386467,1.0912435054779053,0.002148267813026905,0.4663110375404358,0.34670889377593994,-0.02980801835656166,-0.8045912384986877,-0.8644086718559265,0.5326018333435059,-1.0721807479858398,-1.264710545539856,0.39789581298828125,-0.2958933711051941,0.3445734977722168,-3.4508490562438965,-2.0107953548431396,0.43573763966560364,1.0082587003707886,1.0538370609283447,-0.5191494226455688,-0.549288272857666,1.3799636363983154,-2.120868682861328,0.1926957666873932,1.0315722227096558,0.5095802545547485,-0.6144973039627075,-0.9506842494010925,0.8680806756019592,-1.0088822841644287,1.0694684982299805,0.7813591361045837,0.5343115925788879,2.2272040843963623,-0.06606796383857727,0.09566733986139297,1.033930778503418,0.9546211957931519,-0.8004854321479797,1.299209713935852,0.5707257986068726,0.3660871088504791,-1.4913835525512695,1.0134429931640625,-1.0867631435394287,0.1464238464832306,-1.0894495248794556,0.457280695438385,-0.5786365270614624,-1.7690088748931885,0.49972230195999146,-1.5432395935058594,1.123734474182129,0.0514429435133934,-0.6115871667861938,-0.4085729718208313,-0.6785476803779602,-1.3595463037490845,0.02916310541331768,-2.7655601501464844,-0.8734185695648193,-1.039030909538269,0.0020254573319107294,-0.17843739688396454,0.24659337103366852,-0.16408269107341766,-1.9010344743728638,0.9839503765106201,-1.4255799055099487,-1.2557849884033203,-1.5556769371032715,1.6153873205184937,-0.5922865271568298,-0.13122491538524628,1.6999653577804565,-1.5812450647354126,1.228762149810791,-0.36689454317092896,1.5297887325286865,1.1760368347167969,-0.0473073348402977,1.6278964281082153,1.1527167558670044,1.937072992324829,-0.3329315185546875,1.529126763343811,-0.6374682784080505,-0.2547537386417389,0.1925823837518692,-0.560413658618927,-0.48682451248168945,0.45430082082748413,0.8554598093032837,1.2136733531951904,0.24639065563678741,-0.5137737989425659,0.38843685388565063,-1.7164571285247803,-0.9507972002029419,-1.20596444606781,-0.06258311122655869,-0.09058845043182373,1.0808407068252563,0.8135049343109131,0.5254585146903992,0.1294669359922409,-1.2212696075439453,1.3886926174163818,-0.9961267113685608,0.4917481243610382,0.5082514882087708,0.9635427594184875,-0.9345348477363586,-0.9624282121658325,-0.03728822246193886,0.4468354284763336,2.169102430343628,-0.09893718361854553,-0.2745579481124878,1.4548851251602173,-0.6833903789520264,-0.8331477642059326,-0.5605407953262329,-0.21012358367443085,0.18023185431957245,-0.9824916124343872,-2.45009183883667,0.17144007980823517,1.8649803400039673,-0.7068963646888733,0.8225715756416321,0.28725945949554443,-0.9260982275009155,-0.5218731164932251,-0.39764609932899475,0.5860528945922852,0.45094728469848633,-1.090712547302246,1.630834698677063,0.37357500195503235,1.0613901615142822,1.352798581123352,0.17425993084907532,0.6046753525733948,0.48792198300361633,-1.6448941230773926,0.3104897439479828,2.304466485977173,-0.5563121438026428,1.5610179901123047,-0.09350921213626862,-0.5046678781509399,-0.05748302489519119,2.0142662525177,-1.2938379049301147,-1.7589932680130005,0.5871103405952454,0.7492590546607971,-0.27364078164100647,-0.7234522104263306,-0.5910061001777649,0.18152232468128204,0.10727538913488388,0.4964786469936371,-0.5039122104644775,1.4255388975143433,-1.1193320751190186,-0.34070879220962524,-2.139647960662842,0.06489294767379761,2.539437770843506,-0.8581346273422241,0.7184011340141296,0.7758722305297852,1.401045560836792,-1.0241405963897705,0.6308470368385315,0.9260907173156738,-0.30818578600883484,-1.3761436939239502,-1.187954306602478,-0.5561835169792175,-0.9731717705726624,-0.6851179003715515,1.008931040763855,1.3294886350631714,0.9649393558502197,-0.04569432511925697,0.9789512157440186,0.9793360233306885,-0.1694909632205963,-0.5942294001579285,-0.7701423168182373,0.381584107875824,-1.1351977586746216,3.2073183059692383,0.3980129361152649,-1.8372434377670288,2.2043297290802,0.8904163241386414,-0.102974534034729,1.0378690958023071,1.0919893980026245,0.5566732883453369,-1.3720406293869019,1.1147254705429077,0.4582395553588867,-0.49466603994369507,1.0746667385101318,-0.8676443696022034,-0.20458421111106873,-3.4082820415496826,-0.04972853139042854,0.4332370460033417,-0.9878175258636475,-0.9612075090408325,-1.204560399055481,1.3662936687469482,0.11293778568506241,0.33648067712783813,1.146533727645874,1.2976717948913574,0.47308894991874695,-1.0195043087005615,0.07513409107923508,1.7046631574630737,-0.5946011543273926,-1.9868658781051636,-2.290322780609131,0.36134472489356995,1.5245072841644287,0.6485999822616577,1.1893430948257446,-0.5592302083969116,-1.3403223752975464,0.47710663080215454,0.18823587894439697,1.16370689868927,1.1771316528320312,-0.02982339635491371,0.7398921847343445,-0.1763867735862732,-0.4610021710395813,-2.2649741172790527,1.0047651529312134,0.15257300436496735,-0.3892655670642853,1.2710671424865723,2.508113384246826,-0.7912418842315674,0.7202851176261902,1.6007474660873413,0.825365424156189,-1.8285974264144897,0.83714359998703,0.5470097661018372,-1.0889312028884888,0.18321305513381958,-0.5449725985527039,-0.40241286158561707,-0.10557486861944199,-0.9818540811538696,-0.6658918261528015,-0.6168004274368286,-0.21816019713878632,-1.8656895160675049,0.08566772937774658,2.939021348953247,0.22784504294395447,2.1413373947143555,0.3906271159648895,-0.8250837326049805,2.45914363861084,-0.7482324838638306,1.3670755624771118,0.5304563641548157,0.2468373030424118,0.5711925625801086,-1.0316685438156128,0.7813124060630798,-0.00077003613114357,-0.0763353556394577,0.9794981479644775,-0.5050998330116272,-0.7768417000770569,-0.856076180934906,-1.7062205076217651,1.912735939025879,-0.5073069930076599,-0.6582286357879639,0.5725832581520081,0.4876719117164612,1.3386132717132568,1.5814546346664429,-1.125300645828247,-1.3644670248031616,0.8940856456756592,2.0484137535095215,-0.026013674214482307,0.30840471386909485,-0.9245156049728394,-0.2905424237251282,-0.041177861392498016,0.8698635101318359,0.3741292357444763,0.9036734104156494,0.30996108055114746,-0.27718961238861084,2.1830811500549316,-1.476846694946289,1.069711685180664,-1.6122485399246216,0.1960301399230957,2.0005602836608887,0.03415503725409508,-1.0144333839416504,-0.9006398916244507,0.37009376287460327,-0.4040791988372803,-1.3050336837768555,0.3995547890663147,2.7683494091033936,-0.8968266844749451,-0.8301319479942322,0.769077479839325,1.135401725769043,1.0239406824111938,-0.09776841849088669,-1.0710481405258179,-0.503928542137146,-0.9831138253211975,1.4257926940917969,-0.04555508494377136,-0.47844624519348145,-0.5137100219726562,-0.8533580303192139,2.4093470573425293,0.008394415490329266,-0.35202011466026306,-3.4367940425872803,0.44550350308418274,2.061884641647339,-0.6214927434921265,1.9083166122436523,-1.0976003408432007,0.6037683486938477,-0.6002644300460815,1.0459119081497192,1.6199452877044678,-0.018572475761175156,-0.9206598997116089,1.9840999841690063,0.591853678226471,0.1588524580001831,0.3006841242313385,-0.12520192563533783,-0.4814175069332123,-0.41613662242889404,-1.7474955320358276,1.4545084238052368,-1.0575194358825684,-0.14671754837036133,-0.01329964678734541,0.19627684354782104,1.601624608039856,-1.4864581823349,1.7330695390701294,0.8941736817359924,-0.35301488637924194,0.5508094429969788,-1.297317624092102,-0.37422922253608704,1.6038377285003662,1.343429446220398,-1.3592720031738281,-1.22527277469635,3.0111136436462402,0.2370314747095108,0.3473580479621887,1.2246527671813965,1.2894102334976196,0.7389589548110962,1.2675223350524902,1.882246971130371,-0.30371004343032837,0.12033545225858688,1.6445561647415161,-1.627103567123413,0.4407695233821869,0.6676558256149292,1.3110064268112183,0.9245682954788208,0.2067835032939911,-0.584549605846405,0.933162271976471,-0.3840823173522949,2.3408637046813965,-1.658960223197937,1.0888421535491943,-2.3761157989501953,0.45203864574432373,1.6182379722595215,1.7200396060943604,1.0899982452392578,-0.017325257882475853,0.4959186315536499,1.1372227668762207,0.6027871966362,-1.1679304838180542,1.6949734687805176,0.6989496350288391,-1.1123814582824707,-0.4793802797794342,1.2275577783584595,-0.03057766892015934,0.4723835587501526,-0.3720601499080658,-1.2452677488327026,-0.40154901146888733,-0.05201661214232445,-0.34965890645980835,-1.731207251548767,-0.7724555730819702,0.8234707713127136,0.1429709792137146,-2.0623767375946045,1.1544424295425415,0.5545475482940674,1.0453170537948608,-0.2481062114238739,-0.32154184579849243,0.8092871904373169,-0.6385238170623779,-1.0163981914520264,0.27542877197265625,0.49278977513313293,1.104987382888794,-0.19605617225170135,-0.5480512380599976,1.2209638357162476,0.6140737533569336,-1.7205767631530762,-1.1335397958755493,1.9772002696990967,-0.5155710577964783,0.8374149203300476,-1.4326854944229126,0.07529852539300919,0.02400418370962143,0.6832413077354431,-1.3837467432022095,0.40717607736587524,0.28642573952674866,-0.5545515418052673,1.095192313194275,-0.7812877893447876,-0.23219384253025055,-1.5833481550216675,0.33970877528190613,0.07365444302558899,-0.8627640604972839,0.5594840049743652,-0.21702751517295837,1.2293310165405273,-1.184112310409546,-1.9129966497421265,2.433455467224121,-2.0346155166625977,1.5195516347885132,-1.0063196420669556,0.511699914932251,-1.293092131614685,-3.3583531379699707,-0.5184859037399292,-1.1052252054214478,-0.32966986298561096,-0.8595103621482849,1.3825039863586426,2.341339588165283,-0.4921792447566986,-0.07067202031612396,-0.8506616950035095,0.6050934195518494,-1.684428334236145,1.6724717617034912,-3.0899558067321777,0.48957720398902893,-0.1460154950618744,-0.5711034536361694,0.46109750866889954,0.9437592029571533,-0.9597780108451843,-0.6860249042510986,-0.5601575970649719,-0.40870562195777893,-0.4676494896411896,1.953131914138794,-1.6142677068710327,0.011556815356016159,-1.5202769041061401,-1.4796262979507446,0.3651192784309387,-1.3433281183242798,1.7696877717971802,-0.08904629200696945,-1.2805298566818237,0.11332830786705017,1.0133888721466064,0.0051755416207015514,0.5100232362747192,1.7590527534484863,-0.7528348565101624,-0.1743871122598648,1.4025274515151978,2.890817880630493,0.10869388282299042,1.3321962356567383,1.2745736837387085,-1.5580356121063232,2.4133176803588867,-1.861185908317566,1.206860065460205,-1.5824589729309082,-0.30777060985565186,-0.46891456842422485,0.050191182643175125,-0.6306769847869873,-1.2774436473846436,-1.0397502183914185,-0.17834174633026123,-1.402983546257019,-0.0670030415058136,-0.6489166021347046,-2.173388957977295,-0.1978851705789566,0.22682328522205353,-0.7047693729400635,0.6742865443229675,-0.7432438731193542,0.3853771388530731,-2.1869723796844482,-1.0625126361846924,1.0316435098648071,-2.2028732299804688,2.2076144218444824,-0.6283727288246155,-1.9493446350097656,0.9889323711395264,-0.6438727974891663,0.7741146683692932,-0.1881636083126068,-1.647414207458496,0.7525752782821655,1.5458052158355713,1.3490687608718872,-0.6758623123168945,-1.6842840909957886,0.07220768928527832,-3.0256028175354004,0.6910355687141418,-1.9902876615524292,-0.02588580921292305,0.2980515956878662,1.8251454830169678,-0.0737316757440567,-1.2106125354766846,0.32198911905288696,-1.3483524322509766,0.027712726965546608,-0.11427030712366104,1.218891978263855,-1.1499208211898804,-2.3988699913024902,-1.184423565864563,0.17365391552448273,1.4961942434310913,0.8271663188934326,1.135208010673523,-0.5038999319076538,1.0155125856399536,2.1504602432250977,2.1188292503356934,-0.32543522119522095,1.6430597305297852,-0.49927282333374023,0.786383330821991,-0.18781638145446777,0.3809196352958679,0.6139476895332336,0.6405037641525269,1.132797122001648,-0.37905630469322205,0.7281328439712524,0.7779695987701416,-2.7109713554382324,1.0424236059188843,0.2762503921985626,0.4948468804359436,-1.1517928838729858,-0.35462480783462524,-0.5969045758247375,-0.5035169124603271,1.3074698448181152,0.32669520378112793,-0.5606628656387329,1.7417186498641968,-0.15437926352024078,0.06350994855165482,0.7288236618041992,-1.3058668375015259,1.197168231010437,1.2247179746627808,1.7471797466278076,-1.399251103401184,-1.0087770223617554,-1.7553434371948242,-0.7198109030723572,1.0439271926879883,-2.331880569458008,0.09662996232509613,0.4210265874862671,-0.908761203289032,0.09965146332979202,-0.9750112891197205,0.07756451517343521,-1.6241986751556396,0.30183663964271545,-0.1834874004125595,-1.5956569910049438,-1.184720516204834,-1.6589964628219604,-0.3490668535232544,-0.6800824999809265,0.15912064909934998,2.931546688079834,-1.3912242650985718,-0.12283477932214737,-2.176348924636841,-0.6684427261352539,0.9629647135734558,-0.9749186038970947,1.5417511463165283,1.0717980861663818,0.30819034576416016,-1.4114375114440918,0.2951827943325043,2.252107620239258,-0.3793517053127289,-0.6626366972923279,-1.3952577114105225,0.6891568303108215,0.05069391801953316,-1.0074859857559204,-2.2836554050445557,-0.160986989736557,0.003703321097418666,-1.1421120166778564,-0.48143553733825684,2.0775203704833984,-1.0024292469024658,-0.08957169204950333,-3.061107873916626,-1.769928216934204,0.8151820302009583,3.4788830280303955,-0.4723542630672455,-0.8579342365264893,0.3642547130584717,-1.5015114545822144,1.624584436416626,-1.8290194272994995,-0.5323074460029602,-0.6723910570144653,0.8673033714294434,0.9887940883636475,-2.7415332794189453,0.1664913445711136,-1.4420192241668701,-0.2690933346748352,2.554313898086548,-4.188605785369873,0.15989667177200317,-1.7477304935455322,0.9784114360809326,-0.3372410535812378,0.6861962080001831,1.095016360282898,-1.360909104347229,-0.4843461811542511,1.968290090560913,-1.7591356039047241,-1.0334049463272095,1.1366548538208008,1.1779793500900269,2.427410364151001,0.09236885607242584,0.18104806542396545,-1.0725370645523071,-2.4233148097991943,-0.4732956290245056,1.2543561458587646,0.5639355182647705,0.6923165321350098,0.7719956040382385,-1.4089385271072388,-0.7138496041297913,0.46913719177246094,0.5514622926712036,-2.143540859222412,0.07748488336801529,2.1605348587036133,1.1643699407577515,1.5339924097061157,0.1503160148859024,-2.357286214828491,0.6548957228660583,4.525022029876709,0.6004543304443359,2.5909457206726074,-1.1733925342559814,-1.6307098865509033,-0.7196754217147827,1.239121675491333,-0.31168144941329956,-0.23816563189029694,-0.7964591383934021,1.1465754508972168,2.8027875423431396,2.3447299003601074,0.2649310529232025,0.9774932265281677,1.3091825246810913,1.0382314920425415,0.8216462135314941,0.24360664188861847,1.9665309190750122,-0.4097157418727875,0.3849548101425171,0.0397331640124321,-0.4209519028663635,1.0512521266937256,-0.919676661491394,-0.3937665522098541,-0.40461334586143494,-0.26693159341812134,0.9187085628509521,-0.8143296241760254,-0.568625271320343,-1.311569333076477,-1.0298354625701904,-0.5531778931617737,-1.4901971817016602,-0.8177126049995422,4.098907947540283,-1.0674028396606445,0.03235096484422684,0.6680699586868286,0.26438283920288086,1.5375391244888306,-0.04529397189617157,2.7716448307037354,-0.6388843059539795,0.7883353233337402,-0.15488725900650024,-0.5232531428337097,0.588832676410675,0.15922190248966217,-0.26546144485473633,-1.358073115348816,-1.1381239891052246,1.2600748538970947,-0.810564398765564,-0.35573965311050415,-0.5538361668586731,0.6815450191497803,-1.2337265014648438,-1.2513500452041626,0.09344887733459473,-1.5148465633392334,0.14388041198253632,-1.5155025720596313,-1.2001526355743408,0.06383004039525986,-0.8218957781791687,0.1780800074338913,0.15193642675876617,-0.5759218335151672,0.6201415657997131,0.9136367440223694,0.45881468057632446,-0.6290022134780884,-0.3316717743873596,0.9907580614089966,-0.6018328666687012,0.24420416355133057,1.5860309600830078,0.28829750418663025,-1.4914333820343018,1.8176259994506836,-0.01277611032128334,1.8336598873138428,1.1419010162353516,-1.6057226657867432,0.28005319833755493,-0.6674293279647827,0.7846498489379883,-0.4278213381767273,-2.050102710723877,0.038405466824769974,1.1324037313461304,-0.5392490029335022,-0.5463614463806152,-1.403205156326294,-1.00592041015625,0.5038430094718933,-1.3851975202560425,1.0351848602294922,0.8596169352531433,-0.06242784857749939,-0.007468460593372583,1.420364260673523,0.6706615686416626,0.994441568851471,-1.544592261314392,-2.6195569038391113,-2.399034023284912,0.9842965006828308,-1.5385416746139526,-0.5923975706100464,0.7297665476799011,1.3565936088562012,1.2720409631729126,0.42827513813972473,1.5488090515136719,0.05550972372293472,1.0344069004058838,-0.6780338287353516,-0.7862569689750671,-0.7718002200126648,-0.30985748767852783,0.6905063390731812,-0.3239326477050781,0.35671377182006836,-0.2556471824645996,-0.2789524793624878,0.2275676727294922,1.4664734601974487,1.9243910312652588,-0.9064740538597107,1.233303189277649,-0.22192198038101196,-0.7287130355834961,-3.005990982055664,-1.5195740461349487,0.2519824206829071,1.1361485719680786,-2.3485498428344727,-1.1264382600784302,-1.1539082527160645,-0.5402821898460388,-0.08481808006763458,-1.5127696990966797,0.9347396492958069,-0.0847596600651741,-1.053301215171814,-0.6674244999885559,-2.2961666584014893,1.8193196058273315,-0.3756980299949646,2.0872719287872314,1.5591126680374146,-0.15076252818107605,-0.4938009977340698,-0.8686110377311707,0.678872287273407,0.29149410128593445,-0.4131923317909241,0.43467363715171814,0.43388909101486206,0.3776503801345825,-0.2048632949590683,-2.6832456588745117,-2.739271879196167,-0.8021154403686523,-2.242535352706909,-1.5870107412338257,-0.21278968453407288,-1.136445164680481,-0.5365004539489746,-1.1288535594940186,1.0409259796142578,0.4831865727901459,-1.748218059539795,-0.6848782896995544,-1.106121301651001,-1.2576996088027954,-0.5152087807655334,0.5902121663093567,0.024945134297013283,-1.5082720518112183,-0.6155269145965576,-0.5380141735076904,1.1416282653808594,1.401849627494812,-1.1176472902297974,-0.712466299533844,0.21543502807617188,-1.3310878276824951,0.9390501976013184,-0.5905805230140686,-0.769663393497467,2.0704853534698486,0.9045569896697998,0.023571282625198364,-0.20451156795024872,0.33443135023117065,-1.8850475549697876,-0.762981116771698,-1.2108584642410278,0.6206046342849731,-1.102086067199707,-0.6430099606513977,1.1404849290847778,0.2191821187734604,-1.0946451425552368,-1.357161045074463,-0.8206421732902527,-0.4152204394340515,-1.0679911375045776,2.1206278800964355,1.2699763774871826,0.8427742719650269,1.9848167896270752,-0.48237890005111694,1.3324602842330933,-0.04467451199889183,-0.02654646709561348,1.143245816230774,-0.6911489963531494,0.6393129229545593,-2.505974531173706,0.25823625922203064,0.697253406047821,2.6938796043395996,-0.6222801804542542,0.174817755818367,0.8700143098831177,0.17774827778339386,-1.4607112407684326,0.767944872379303,0.17052574455738068,-0.5101805925369263,-0.39625418186187744,-2.2749695777893066,-1.1840895414352417,0.7738358974456787,1.727768063545227,-0.9636398553848267,-0.3891628086566925,-0.08955547213554382,-0.12316857278347015,1.5619498491287231,-1.2253564596176147,-1.4504809379577637,1.6381056308746338,-1.9081425666809082,-0.8354429006576538,1.4073047637939453,-2.3106000423431396,-0.1351248025894165,-1.3825757503509521,-0.43871957063674927,-2.0720393657684326,-0.100284643471241,1.8999779224395752,0.7763204574584961,0.109100840985775,0.004571875557303429,-1.4246330261230469,0.8480053544044495,0.17559315264225006,0.34538623690605164,-1.851864218711853,-1.149377703666687,0.1158430278301239,-0.9503296613693237,0.511399507522583,0.862129807472229,-2.0068612098693848,-2.0588369369506836,0.6227982640266418,-2.9675540924072266,-1.8256007432937622,0.4807088077068329,0.4956265389919281,-1.4745817184448242,-1.2904387712478638,0.18536557257175446,-1.604874849319458,-0.31684058904647827,0.26388102769851685,-1.8180516958236694,0.33408594131469727,-0.5646934509277344,-0.681387186050415,-1.0507360696792603,1.2409238815307617,0.2622067630290985,0.6606811285018921,-0.44116780161857605,-2.33091139793396,0.18059636652469635,1.5004419088363647,-0.4133634567260742,-0.8537589311599731,2.5211613178253174,0.369244247674942,-1.3072106838226318,-0.665703296661377,0.6558094024658203,-0.19719386100769043,0.1239437535405159,-1.5754743814468384,-0.9322691559791565,-0.5106358528137207,0.08297960460186005,-1.2525923252105713,0.2906762361526489,0.36027881503105164,0.1507868617773056,-1.911200761795044,-1.0595511198043823,0.43237608671188354,-0.8510788083076477,-0.8934517502784729,0.5411784648895264,-0.37672677636146545,1.2710058689117432,0.7003912925720215,0.8510062098503113,-0.8841631412506104,-2.6492464542388916,-0.2041129171848297,1.7450443506240845,1.0314384698867798,0.17833691835403442,-1.3860279321670532,1.6253126859664917,0.04826011508703232,-1.4940850734710693,2.6061227321624756,2.1361637115478516,-0.3865629732608795,-0.0452301949262619,-1.2736778259277344,1.5879064798355103,1.5794391632080078,-0.44501644372940063,0.10781438648700714,2.0270919799804688,0.22303515672683716,0.37504640221595764,-0.36523497104644775,1.106223464012146,-1.1197482347488403,-0.26861584186553955,-0.22609658539295197,0.18208204209804535,-0.8755824565887451,-0.5390836596488953,-1.4847058057785034,1.146371841430664,-1.1704572439193726,1.5689095258712769,-0.18080346286296844,0.18378862738609314,0.5432333946228027,-0.3143106997013092,0.6728297472000122,-0.09552928805351257,0.13474702835083008,0.631763219833374,-2.0813755989074707,0.3210630416870117,-3.2958176136016846,-1.1339575052261353,-0.514154851436615,0.7875531911849976,1.0198132991790771,1.1552544832229614,-1.5730081796646118,-0.09578972309827805,-2.531580924987793,0.2608734667301178,-0.30141711235046387,-1.1404314041137695,-1.86983323097229,-0.861422061920166,-0.03214352950453758,-0.2676035463809967,1.4643064737319946,0.7913500070571899,-1.0862908363342285,-0.7495883107185364,-0.2934296727180481,-0.8035539984703064,-0.3147055208683014,-1.3586585521697998,-2.5849452018737793,-1.0848032236099243,-0.024069100618362427,-1.174174427986145,1.8425735235214233,0.2142685353755951,0.10289045423269272,-0.658014714717865,0.9356086850166321,-0.7088212370872498,2.389559268951416,-0.5727579593658447,-0.7566900253295898,-0.9523624777793884,-0.5830468535423279,0.684593915939331,-0.9987086653709412,-0.5268411040306091,-0.10193972289562225,-1.923545479774475,-1.7624703645706177,-1.4408096075057983,0.5569972991943359,0.43391284346580505,1.3099353313446045,0.8872413039207458,1.2146626710891724,1.2830097675323486,0.5724916458129883,0.011427903547883034,0.3695026934146881,0.694100558757782,-0.6730861663818359,2.334331512451172,0.611021101474762,0.9585164785385132,0.8235467076301575,1.8164292573928833,0.29297059774398804,-0.7140566110610962,1.5199885368347168,1.5581769943237305,-1.1867984533309937,0.2439349740743637,2.0272884368896484,-0.030209682881832123,0.5120537281036377,-1.3657610416412354,-0.0890517383813858,-0.24298925697803497,-1.3056243658065796,-0.43959683179855347,1.3154771327972412,1.019180178642273,2.18509840965271,1.4258469343185425,0.7180128693580627,-1.4885855913162231,-2.2417492866516113,1.5431638956069946,0.9250178337097168,0.1874113529920578,1.098818063735962,0.7809314131736755,-0.5088205337524414,2.233224391937256,1.2405650615692139,1.059038519859314,1.7478513717651367,-0.22761964797973633,2.1151413917541504,0.4233994483947754,-0.4425588548183441,0.0768594816327095,0.6346396803855896,-2.248121738433838,-0.2536228597164154,-0.44148343801498413,-0.9434778690338135,-1.282915711402893,1.8425805568695068,1.3630914688110352,-0.8156977891921997,-0.8155900835990906,0.645714282989502,-2.1323587894439697,0.08283475786447525,-1.120834231376648,1.6652265787124634,-1.1986256837844849,-0.4955507516860962,0.8686947226524353,-0.8948570489883423,-0.15374498069286346,-0.547237753868103,2.224787950515747,-0.4962881803512573,-0.5982953906059265,0.475885272026062,2.0938775539398193,-0.7493231892585754,0.6576929092407227,0.124115951359272,-0.24859172105789185,-2.0985755920410156,0.8587923645973206,1.1250394582748413,-0.2213388979434967,0.8904098272323608,-0.8544400930404663,1.2201111316680908,-0.2162732034921646,0.05788637325167656,0.40881121158599854,0.8591864109039307,-1.34979248046875,2.5044209957122803,2.4106528759002686,-2.154198169708252,0.14686693251132965,1.535654067993164,-0.222136989235878,-1.0205146074295044,0.5261942744255066,-0.08305314928293228,0.15902738273143768,-0.014118509367108345,-0.3119557201862335,-0.9560524821281433,1.232394814491272,-0.49346184730529785,2.208918809890747,0.4304821789264679,0.23124152421951294,2.018230676651001,0.7686415314674377,-1.8851566314697266,-1.472517728805542,-1.0142742395401,-0.4922069311141968,0.26437216997146606,-0.8710941672325134,-0.011506706476211548,0.7465630173683167,-0.2505243122577667,0.8560144901275635,0.10763436555862427,0.27724942564964294,-0.2862042486667633,0.19442757964134216,1.426180124282837,-0.963320791721344,0.1808481514453888,2.0279834270477295,-1.0750263929367065,-1.3441871404647827,-1.0605571269989014,1.2131192684173584,-0.8297794461250305,1.8509258031845093,1.5709508657455444,1.3746165037155151,-0.02338346838951111,1.4239124059677124,-1.3500460386276245,-0.46346044540405273,-0.8117719888687134,1.1108266115188599,1.1085633039474487,-0.34342822432518005,0.17043139040470123,0.012232007458806038,2.7605018615722656,0.6888670921325684,-1.29621160030365,-2.225001573562622,-0.13145123422145844,3.5087857246398926,-1.1683727502822876,-0.2749914824962616,-1.3189648389816284,1.2931581735610962,-0.4458535313606262,0.7069724202156067,1.4709666967391968,-1.0526065826416016,-0.45845118165016174,-0.324027955532074,2.165395736694336,-0.22799350321292877,-0.2827524244785309,-0.047101642936468124,-0.6014958024024963,-0.14764291048049927,-0.4349265694618225,1.2323771715164185,0.8321855068206787,-0.2837447226047516,2.3200271129608154,-0.35338038206100464,0.52729731798172,0.5945379137992859,-0.39998385310173035,-0.3385293483734131,3.190408945083618,-2.7867870330810547,0.46419236063957214,2.2488911151885986,1.1997357606887817,0.42923182249069214,-2.1762566566467285,-1.3781334161758423,2.369232177734375,-1.7272025346755981,-2.3299930095672607,-1.688172459602356,0.10588045418262482,-1.4409292936325073,-0.01801149919629097,0.21244432032108307,1.0627402067184448,0.10318087786436081,0.2025904804468155,-0.31426602602005005,0.611852765083313,-0.4694485366344452,-3.994572639465332,0.5328242182731628,-0.9097871780395508,1.310617446899414,-0.5297116041183472,1.7251884937286377,0.3508181869983673,0.7853410840034485,-0.2002425491809845,-0.5684860944747925,-1.7599985599517822,0.07722488790750504,2.0746335983276367,1.35330069065094,-2.0214383602142334,2.3338146209716797,-0.1415034979581833,-0.9780697226524353,0.6066297292709351,-0.9420126080513,0.1315075159072876,1.446300745010376,-0.018580030649900436,0.42161208391189575,0.4361267685890198,-1.0366935729980469,0.7848327159881592,-0.8489230871200562,-0.8802258372306824,2.7303712368011475,0.15327872335910797,0.7685762643814087,0.8402289748191833,-0.07119789719581604,0.8261585831642151,-0.7558607459068298,-0.28882724046707153,-2.547778844833374,-0.08586688339710236,0.923816978931427,2.2846155166625977,0.384448766708374,2.3737399578094482,1.3704990148544312,-0.15314097702503204,0.8933154940605164,0.679116427898407,-0.34467244148254395,1.0582653284072876,6.074257850646973,2.445405960083008,-1.6845251321792603,0.24060465395450592,-0.031935229897499084,-0.4689785838127136,-0.6464725732803345,-0.1674026995897293,0.560512363910675,-0.6692306399345398,-1.2416025400161743,-0.5114037990570068,-1.8194208145141602,-2.4335384368896484,-0.4528551995754242,-1.1621263027191162,0.0806390568614006,-0.11577577888965607,-0.578776478767395,-1.6475975513458252,-1.130551815032959,0.017872264608740807,1.3181060552597046,-1.775292158126831,0.8693285584449768,-0.4002845883369446,-1.6021291017532349,-1.6691086292266846,1.1464978456497192,1.4693655967712402,0.7796595096588135,1.6240602731704712,-1.098082184791565,-0.3879329264163971,-0.9426164627075195,-0.6183029413223267,-0.010231180116534233,0.6039637923240662,0.8217480182647705,3.266061782836914,-0.5210181474685669,-0.9291443228721619,0.9164363145828247,-1.8599735498428345,-2.0416908264160156,-0.4077537953853607,1.2351038455963135,-1.0675899982452393,1.053725242614746,-3.154475212097168,0.3769669234752655,0.4359963536262512,0.532227635383606,-0.4108045697212219,-0.5591503977775574,0.058750491589307785,0.3555753529071808,0.4764971435070038,-0.4956129193305969,-0.033355481922626495,-0.06345760077238083,-0.4239574670791626,0.6280028820037842,-1.8259234428405762,1.3109923601150513,3.954310178756714,0.436262309551239,0.01744290255010128,-2.3525502681732178,2.9893922805786133,1.6903460025787354,-0.7277559041976929,-1.084787130355835,-0.28528207540512085,1.900584101676941,-2.84725022315979,-0.6294519901275635,0.2534089982509613,-1.1170094013214111,-0.20297175645828247,-1.37725830078125,2.4202053546905518,-0.2170105278491974,1.0565390586853027,0.9397495985031128,0.20590829849243164,2.578233480453491,1.1792218685150146,1.536231279373169,-1.3195617198944092,-0.5321955680847168,-0.657801628112793,-0.8039571046829224,-0.21333734691143036,0.018491383641958237,-0.5522047877311707,1.6120654344558716,-2.070084810256958,-0.6466301679611206,0.2435067892074585,-0.16901487112045288,1.0348707437515259,1.373516321182251,-3.9647724628448486,0.01797320879995823,0.11976734548807144,0.23110970854759216,0.4717444181442261,-0.38997796177864075,-1.7307806015014648,-0.3140925168991089,0.7949341535568237,-0.334725022315979,-3.27665114402771,-0.172464519739151,2.140562057495117,-0.4276077449321747,-0.5485250949859619,-2.0539755821228027,0.019277701154351234,-0.7467522621154785,-0.6872469782829285,-0.0814903974533081,0.31766852736473083,-0.45703303813934326,0.8028848171234131,1.3576411008834839,1.049880862236023,-0.8212317824363708,-0.29842036962509155,0.08619165420532227,-0.020130960270762444,-1.36385977268219,0.45580294728279114,1.0522873401641846,-0.4253389835357666,0.7287795543670654,-0.3614736497402191,-1.388344407081604,-0.29749566316604614,-0.5910362601280212,1.111298680305481,0.7643741369247437,1.5876851081848145,-0.24137011170387268,0.8801571130752563,-0.7087565660476685,-0.7856218814849854,-1.6566187143325806,-1.32444429397583,0.2978648841381073,1.5739834308624268,1.3331360816955566,-0.20895391702651978,1.3192509412765503,-0.5213298797607422,-0.19080965220928192,1.940322756767273,-0.1491895467042923,-2.762463331222534,-1.3760567903518677,-2.0591506958007812,-0.20922228693962097,1.5775874853134155,0.7989641427993774,-2.3106179237365723,0.8620725870132446,-0.20078587532043457,-0.11906223744153976,-1.1854664087295532,2.1126701831817627,-0.2069457471370697,0.06946582347154617,0.0442340262234211,-1.6382331848144531,-1.169107437133789,1.012032389640808,2.380282163619995,-1.7854746580123901,-0.36702004075050354,3.0068161487579346,-1.663918137550354,-1.0294817686080933,0.5915231108665466,1.7954734563827515,-0.5345250368118286,0.4039464592933655,-0.6995460987091064,-1.6588722467422485,-0.16800636053085327,0.15127119421958923,2.2178990840911865,-0.42593657970428467,0.3897721767425537,-1.6226754188537598,-1.3795661926269531,1.654787302017212,0.9904196858406067,2.5167407989501953,2.928861618041992,-0.4870537519454956,-0.29781556129455566,0.6022275686264038,-0.6024383902549744,-1.676565170288086,0.09605870395898819,-0.8260776996612549,0.79936683177948,0.5532398223876953,2.205828905105591,-0.8667491674423218,0.6071741580963135,-0.18473340570926666,0.5150811672210693,1.0790767669677734,0.4830537438392639,0.741823136806488,-0.08664795011281967,1.4343606233596802,-2.414104700088501,0.658453643321991,-0.4970777928829193,0.8402876853942871,-0.20209930837154388,1.3249764442443848,-2.4329311847686768,0.1066785678267479,1.564195156097412,0.6925426125526428,0.9340816736221313,-1.8687952756881714,-0.2627517282962799,0.1410495936870575,0.6860466599464417,1.009482741355896,0.9133433699607849,0.497982382774353,-1.2124608755111694,1.5255916118621826,0.032296862453222275,0.33385056257247925,1.984041690826416,-0.99664306640625,-2.2415666580200195,-1.9430558681488037,1.1711283922195435,-1.2885335683822632,1.0803722143173218,0.215435191988945,-1.8870824575424194,0.10090101510286331,0.8881211280822754,-1.0962008237838745,-0.5650525689125061,1.8575007915496826,-2.7628846168518066,-0.29657143354415894,-1.847530722618103,-1.1228532791137695,0.7310830354690552,-0.7646822333335876,0.503760039806366,-0.24257291853427887,0.8096244931221008,-1.743155598640442,1.6038154363632202,-1.5024522542953491,-2.3943915367126465,0.44782760739326477,-0.057162314653396606,-0.7911390066146851,-0.27340084314346313,0.3528898060321808,-0.6386809945106506,-1.8903599977493286,1.7371946573257446,-0.7403156161308289,-0.2728642523288727,-0.26483243703842163,0.25800463557243347,-0.5188174843788147,-1.5978597402572632,-1.0752441883087158,-0.218693807721138,-1.9282294511795044,2.021876811981201,0.3692430853843689,2.8705618381500244,1.1591078042984009,-2.4379987716674805,-0.33552831411361694,0.4329076111316681,1.1850790977478027,-1.0750141143798828,1.7571395635604858,0.8902495503425598,0.20319867134094238,0.01645095832645893,0.06918179988861084,-3.00998592376709,-0.9293760657310486,1.6217021942138672,0.6035643219947815,0.3926214277744293,0.7665725350379944,-1.6323668956756592,-1.5033106803894043,-1.333832025527954,-1.2309695482254028,1.9929031133651733,1.5358728170394897,3.354086399078369,1.3809998035430908,-0.7357260584831238,-0.5636134147644043,0.39226052165031433,0.15290357172489166,-0.8023228645324707,1.6746022701263428,0.7353501319885254,-0.3190537989139557,1.6049926280975342,-1.1321475505828857,1.8846772909164429,-0.42782050371170044,1.1592990159988403,2.661651372909546,-1.1049699783325195,-0.11904874444007874,0.22208747267723083,0.7470458149909973,0.29795151948928833,0.549568235874176,0.6542084217071533,-0.3048512041568756,-0.562450647354126,0.319977730512619,-0.8707759976387024,0.025740837678313255,-0.6530948281288147,0.46629148721694946,-1.6315324306488037,1.9244132041931152,1.6235848665237427,-0.4504789412021637,0.3601154386997223,-1.609932541847229,1.2419943809509277,-0.8832840919494629,0.9610881805419922,1.6790190935134888,-0.5421208739280701,-0.5786847472190857,1.4809523820877075,-1.4235094785690308,-0.840105414390564,-2.7574965953826904,1.7717567682266235,0.0013721680734306574,-1.005306601524353,-0.2110554426908493,0.6230859756469727,-0.7209738492965698,0.06768352538347244,2.0163326263427734,-0.3969491124153137,-0.8073298335075378,2.680974245071411,1.1867753267288208,1.9890416860580444,0.9834292531013489,-0.0868905782699585,0.597110390663147,2.0376720428466797,-1.9479649066925049,-0.2617172300815582,0.8746490478515625,-1.9295823574066162,-2.010699510574341,9.204252243041992,-0.328957736492157,0.9152272343635559,-1.32403564453125,0.11561302840709686,1.60775625705719,-3.248124837875366,-1.2933968305587769,-0.12999418377876282,0.9258938431739807,0.0860748291015625,0.8031270503997803,1.4867786169052124,-1.0117288827896118,-0.7954229712486267,0.5159248113632202,0.26218536496162415,1.4224220514297485,1.0262541770935059,3.4081101417541504,-0.6426436305046082,-0.4158889353275299,-1.369178056716919,1.455545425415039,2.544193744659424,-0.8142044544219971,3.2979323863983154,-2.507178544998169,2.1485650539398193,-0.3999314308166504,2.0051140785217285,0.3148372173309326,-0.024151381105184555,0.6323630809783936,1.6220403909683228,-1.5955253839492798,2.3056094646453857,-0.3621516525745392,1.1676784753799438,0.7526818513870239,-1.1849058866500854,1.1970603466033936,0.3230437934398651,0.4661676287651062,-0.1720017045736313,-1.6022849082946777,-0.2778837978839874,-0.8668443560600281,-2.593308210372925,-0.9378734230995178,-1.0576330423355103,-2.4894344806671143,1.1977499723434448,0.6736463308334351,0.28806939721107483,0.367559015750885,-2.7414796352386475,0.3765915334224701,-0.11916861683130264,-2.4052140712738037,-2.777944803237915,0.07702568173408508,0.7459801435470581,-1.1255595684051514,1.454218864440918,-0.04028959572315216,-1.2022473812103271,0.47741085290908813,-0.16867001354694366,-0.389574259519577,2.231071949005127,-1.1796765327453613,-0.7234789133071899,0.057906605303287506,-1.0103306770324707,-0.7270448803901672,-2.148775339126587,0.8509589433670044,-1.4636367559432983,-1.6028848886489868,1.1912745237350464,0.5399661064147949,-0.16218280792236328,1.6846938133239746,0.772741973400116,-0.8367486000061035,1.7155331373214722,0.9953758120536804,-0.010284577496349812,-1.0851396322250366,-1.1752820014953613,-1.9926141500473022,-0.7884764671325684,1.24199640750885,-1.8094192743301392,2.770050048828125,0.27676185965538025,-0.9141104817390442,1.3526334762573242,-1.0468204021453857,-1.6662287712097168,-0.4067011773586273,1.0600780248641968,-0.585794985294342,-0.6538297533988953,-0.47374826669692993,-1.4480613470077515,-0.4554814100265503,-0.7869380712509155,-1.539044976234436,-1.7443687915802002,0.21898820996284485,0.9596863389015198,0.02910240739583969,1.1340302228927612,1.5391815900802612,0.2582665681838989,-0.17468230426311493,0.8290860652923584,-1.5363373756408691,0.7681044340133667,1.4195797443389893,-2.5260634422302246,0.8548880219459534,1.189745545387268,1.6135377883911133,2.7285845279693604,-2.2395637035369873,2.1821680068969727,-1.1669788360595703,3.5626440048217773,-1.0751256942749023,-0.9619351625442505,-0.3341071605682373,-0.5797431468963623,-0.21839918196201324,4.839371681213379,-0.42157456278800964,0.29913967847824097,1.675197958946228,0.3242455720901489,-0.8536961674690247,-2.866182804107666,-0.4236479103565216,0.09471128135919571,-0.3300059139728546,-1.148425817489624,-0.549465000629425,1.1396502256393433,1.4276385307312012,-0.27911561727523804,1.2660362720489502,1.1285136938095093,-1.735001564025879,1.7883442640304565,-0.9657463431358337,-2.683762788772583,-1.2507150173187256,-0.8269149661064148,0.3078458905220032,1.3929387331008911,1.7035903930664062,-1.3488481044769287,-0.9322066903114319,1.610370397567749,0.9624058604240417,1.0497206449508667,-0.6603591442108154,1.383905053138733,0.8210867047309875,0.33364954590797424,0.36457252502441406,0.15038777887821198,-0.550036609172821,-1.1229655742645264,-0.9795876145362854,0.19170236587524414,1.4784228801727295,1.7835168838500977,-2.6517324447631836,0.3238207697868347,0.2932288646697998,-0.07882179319858551,1.3287920951843262,0.08969853818416595,-1.5374531745910645,-1.1080296039581299,2.3447351455688477,-1.0633654594421387,-0.8189144134521484,2.2891907691955566,1.0663504600524902,-1.7770806550979614,0.7686500549316406,-0.46021538972854614,-0.09203039109706879,0.7316744327545166,1.854912281036377,-0.5609261393547058,0.12524276971817017,-1.2063636779785156,0.19109666347503662,1.164975881576538,-0.26390746235847473,-1.043771505355835,1.9547529220581055,0.5940551161766052,-1.1686577796936035,-1.6058471202850342,1.577348232269287,0.7441989183425903,1.1997411251068115,1.9273712635040283,0.5703616738319397,1.0630844831466675,-0.2920612096786499,0.6483078598976135,-0.4953603446483612,-0.7620765566825867,-0.5765354633331299,1.636620044708252,-0.24891559779644012,-0.7173475623130798,0.1592678725719452,0.6205779910087585,1.3313729763031006,0.5576187968254089,1.0357789993286133,3.554823398590088,0.6574708819389343,-0.19984234869480133,0.8492762446403503,-1.5482943058013916,1.1201789379119873,0.08820396661758423,-0.8987399339675903,-0.7899242639541626,0.46752455830574036,2.6068274974823,-1.0617403984069824,2.9621682167053223,0.7824428081512451,-1.7826343774795532,1.1281155347824097,0.788885772228241,1.3154999017715454,-1.948797345161438,-0.03124448098242283,-1.4514180421829224,-0.10327934473752975,-0.3086807131767273,2.2678275108337402,1.1541588306427002,1.1614396572113037,-3.70318603515625,0.1638922542333603,0.4623459279537201,1.0327134132385254,-1.439171552658081,-0.9922818541526794,-1.0929460525512695,0.8507718443870544,2.111921548843384,1.3587822914123535,1.9281187057495117,0.16980880498886108,0.5629837512969971,-0.42609691619873047,1.6651575565338135,1.8322341442108154,0.8132942318916321,-2.2126948833465576,-0.2392280250787735,0.7392396330833435,0.6137802004814148,1.0179712772369385,0.06233774870634079,-0.5321087837219238,0.39835765957832336,-1.471767783164978,-1.126390814781189,-3.814452648162842,-0.28716573119163513,0.6859652996063232,0.901201605796814,-0.7500448822975159,-3.7881970405578613,1.4140774011611938,1.034389615058899,0.9730755090713501,-0.14077316224575043,1.3927615880966187,1.8485276699066162,0.40847674012184143,0.46293169260025024,0.25750842690467834,-0.1763898879289627,-1.3155720233917236,0.5933772921562195,0.31824353337287903,-2.605639696121216,0.11844970285892487,2.388446092605591,4.30786657333374,-2.692547559738159,-1.4357308149337769,2.385594129562378,0.09709452092647552,0.1365305334329605,1.9805810451507568,-0.3671208620071411,-0.8258294463157654,-0.5947976112365723,-0.1719237118959427,0.961811900138855,1.486090898513794,-0.8343685865402222,-1.2345340251922607,-0.2951342761516571,1.223246455192566,-1.9305500984191895,-1.1041918992996216,1.3758472204208374,-1.4825868606567383,3.376699447631836,0.6510906219482422,-0.7881038188934326,-0.49694129824638367,-0.5094679594039917,-0.4457229971885681,0.1248292550444603,-1.07289719581604,-0.01622217893600464,-0.09853006154298782,0.18036022782325745,0.5334559082984924,1.0235273838043213,-0.5508622527122498,1.4511152505874634,0.3273535370826721,-0.6421682834625244,1.9112876653671265,-0.9184098839759827,0.7971335053443909,0.5463985204696655,2.455376148223877,-0.6914985775947571,0.00646173907443881,-0.3724532723426819,-0.20985610783100128,1.3697324991226196,0.2972080409526825,2.092773675918579,-0.9422946572303772,0.6129948496818542,0.8129088878631592,1.1283551454544067,1.4877887964248657,0.5656570792198181,3.07043719291687,-1.8747918605804443,2.0455689430236816,1.9577490091323853,-1.5556598901748657,0.39002513885498047,-2.696000099182129,0.42453280091285706,-1.8749358654022217,-0.2705346941947937,-1.335656762123108,1.5478780269622803,0.6889532804489136,1.8052310943603516,-0.7031872868537903,2.142697811126709,-0.9154378771781921,-1.703598976135254,-0.20438198745250702,-0.31034111976623535,-1.159227967262268,-0.730057954788208,-1.258185625076294,-0.8998391628265381,-0.4430566430091858,-0.7168722748756409,-0.4216972589492798,0.8185681104660034,0.5645280480384827,0.1926720291376114,-0.5823549032211304,-1.0065150260925293,1.1834408044815063,0.7375842928886414,0.9137164950370789,-0.2867138087749481,2.6042044162750244,0.05025697126984596,-0.07635904103517532,-1.9200241565704346,0.7847187519073486,1.21551513671875,0.16750086843967438,1.089015007019043,1.6795307397842407,-2.032078981399536,-2.64481258392334,-0.9465951919555664,-0.8907924890518188,-1.8736424446105957,2.3418047428131104,0.5749874114990234,2.3053059577941895,-0.2661339044570923,-0.0676410123705864,0.5480859279632568,0.4245930314064026,-0.23663479089736938,0.8069632649421692,-1.3838962316513062,0.17334561049938202,0.513920247554779,1.6146701574325562,1.6459941864013672,-1.4632623195648193,0.17375321686267853,0.8816941976547241,0.8299068212509155,1.3701872825622559,1.084007978439331,1.9264644384384155,0.8253298997879028,1.5161975622177124,-0.8630064129829407,1.60478675365448,0.3661132752895355,-0.6261368989944458,0.07529865950345993,-0.5420526266098022,0.33544543385505676,0.5645079612731934,0.5128402709960938,0.18307088315486908,-1.7370957136154175,-0.7226275205612183,-2.6610844135284424,0.5661733746528625,1.789421796798706,0.7051774263381958,0.55799800157547,-1.1170523166656494,-0.66374272108078,0.21554069221019745,-0.10227327793836594,1.21012282371521,0.14560796320438385,-0.2508901059627533,1.1163017749786377,1.7088122367858887,-0.3662148714065552,-1.162928819656372,0.12458548694849014,0.9497379660606384,-0.146982342004776,0.1177169680595398,0.4696853756904602,0.7021719217300415,1.045492172241211,-0.9461804628372192,1.2214851379394531,-0.4820704460144043,-1.2778558731079102,-2.0399749279022217,1.4323891401290894,0.8703354597091675,-2.373318672180176,-0.8112884163856506,0.4538085162639618,-0.5931193232536316,-0.4257398545742035,0.016542691737413406,-1.1011629104614258,-1.767513632774353,-0.2409711331129074,-1.0078272819519043,-0.05499602481722832,0.8170728087425232,1.3563151359558105,1.5146418809890747,-2.2640979290008545,2.215841293334961,-1.26211416721344,0.6021813750267029,0.3302566707134247,1.2994952201843262,0.25210878252983093,1.490558385848999,1.4569710493087769,1.4237651824951172,-1.354351282119751,-1.7584444284439087,0.6228160858154297,-2.53493595123291,0.16147533059120178,-0.47909462451934814,1.4706398248672485,-0.8191246390342712,0.16214366257190704,1.9834535121917725,-0.4288513660430908,0.005985904484987259,-0.09989532083272934,-0.9202076196670532,-0.23248055577278137,-1.8331764936447144,-0.7063190340995789,1.8639854192733765,-0.5186275243759155,-0.5003358721733093,-1.23871910572052,0.9943318963050842,0.43251529335975647,1.1471365690231323,1.6336596012115479,1.7755497694015503,0.09700459241867065,0.3717568814754486,0.07831807434558868,0.5186014771461487,0.8168946504592896,0.3358495235443115,-0.33253851532936096,-1.112310528755188,0.667945384979248,0.1374405026435852,-1.2378530502319336,1.1321167945861816,-0.019260182976722717,-1.1954213380813599,0.7125765681266785,1.0381150245666504,0.6328239440917969,0.4149456024169922,0.11064612865447998,-1.2310131788253784,0.41191384196281433,1.301740050315857,-0.05358801409602165,1.455084204673767,0.8558306694030762,2.11002254486084,-0.7899897694587708,-1.3270114660263062,-0.01579134538769722,0.9083643555641174,0.05904459208250046,0.6857756972312927,0.8674535751342773,-1.7072455883026123,0.4695111811161041,-0.4660297930240631,0.25619152188301086,-0.3983277380466461,1.2275654077529907,0.5246678590774536,-0.9813838005065918,-1.0874532461166382,-0.26681628823280334,-2.1000521183013916,-1.1006067991256714,-0.0610097236931324,-0.5915587544441223,0.5838428735733032,-2.0826683044433594,0.7084288597106934,0.302663654088974,1.1149557828903198,3.870060682296753,0.5445442199707031,-2.531559467315674,0.8427329659461975,0.628994882106781,-0.2633148729801178,2.947892665863037,0.5048285722732544,-1.5969414710998535,-0.5351529121398926,-0.22639022767543793,0.3536067306995392,0.4977237284183502,0.3167625963687897,1.1399531364440918,1.239431619644165,0.08251424878835678,-0.6324764490127563,-0.4706462621688843,-1.3779284954071045,-0.18371476233005524,-0.4925895929336548,-0.6527611613273621,-0.588829517364502,1.1605288982391357,1.5685611963272095,-0.8378669619560242,-1.8548084497451782,-1.102185845375061,0.23871013522148132,0.3741009831428528,-0.65723717212677,0.826927900314331,0.45936575531959534,-0.769862711429596,-0.24646151065826416,-0.004046945367008448,-0.6754424571990967,-0.39605748653411865,-0.655532956123352,-1.9183940887451172,-0.8186281323432922,-0.9218212962150574,-0.22884701192378998,1.0464389324188232,0.4598293900489807,0.09581192582845688,-0.32302430272102356,-0.823099672794342,-0.1262010782957077,0.09570980817079544,0.7152419686317444,0.4414444863796234,-1.327975869178772,1.347005009651184,-0.4691854417324066,0.9477648735046387,-1.2891634702682495,0.35915303230285645,0.7790720462799072,0.5966684222221375,-0.033565182238817215,-0.74361652135849,1.7278913259506226,-0.9513887166976929,-3.275493621826172,-1.0180178880691528,-3.215770721435547,0.49983271956443787,0.5526210069656372,1.1034923791885376,0.09850140661001205,0.5233970284461975,1.6070704460144043,-1.4570752382278442,0.22236669063568115,2.2636008262634277,0.0434117391705513,2.745713233947754,0.37247416377067566,-0.3199436664581299,0.21027591824531555,-0.002383433049544692,0.11204767972230911,-0.6709074974060059,-0.09992258995771408,1.39011812210083,-0.9407531023025513,-0.6981571912765503,-0.998130202293396,-0.7739248871803284,-0.289835125207901,-0.14714902639389038,1.7546378374099731,-1.0403350591659546,-0.3881107568740845,0.7518941760063171,0.49234604835510254,0.5696763396263123,-0.8227295875549316,-2.012084484100342,-0.5996471643447876,-1.9855375289916992,-2.4426941871643066,0.6740031242370605,0.5375188589096069,0.8707212805747986,-1.4507112503051758,0.8204637765884399,-2.3547849655151367,0.126708522439003,-0.584564208984375,1.0175340175628662,-0.692594587802887,1.031189203262329,-0.4555571675300598,-0.6515686511993408,-0.07358546555042267,0.9365231394767761,-1.091069221496582,1.0776015520095825,-2.757477283477783,1.2244795560836792,-0.9146739840507507,0.3955877423286438,0.9301446676254272,0.8719524145126343,0.6966798305511475,2.157487154006958,-1.0100892782211304,-0.8984683156013489,0.7298597097396851,-0.6587175130844116,-1.201614499092102,-0.4422987401485443,1.4234323501586914,1.255947470664978,-0.9851712584495544,-2.068701982498169,1.2861883640289307,-0.945842981338501,-0.009050698950886726,0.817155659198761,-1.484626293182373,-1.1630339622497559,2.1168997287750244,-2.4574477672576904,-1.1286081075668335,0.1041848212480545,1.0081088542938232,-0.44384682178497314,2.7719621658325195,-0.37652671337127686,0.8622350692749023,1.3059806823730469,1.3701348304748535,0.7398160696029663,1.0929628610610962,-0.8263335227966309,-0.06936784833669662,0.6100342869758606,1.938660740852356,0.25019460916519165,-0.8685532212257385,0.8385788202285767,1.1514414548873901,1.127801537513733,0.3720145523548126,1.5798418521881104,1.1387128829956055,-0.2109667956829071,-2.5625197887420654,0.3545643985271454,-2.0632076263427734,0.935376763343811,-1.9911375045776367,0.18202915787696838,-2.4548768997192383,-0.37466999888420105,-1.3865803480148315,1.3657091856002808,-0.4134361445903778,-0.05643673986196518,-0.13760830461978912,1.8224514722824097,-0.07567699253559113,2.0769052505493164,-0.1103435605764389,-1.316988229751587,1.432653784751892,0.6936044096946716,-0.608214259147644,-1.8529309034347534,1.7500337362289429,2.267564296722412,0.39370545744895935,-0.005764010827988386,-0.3181556165218353,-0.524838924407959,-1.9781396389007568,0.1114579513669014,0.3487398326396942,-0.27038049697875977,1.1621023416519165,-1.399251103401184,-0.7367137670516968,-1.7716224193572998,2.458472967147827,-0.6408951878547668,0.5229951739311218,3.1156165599823,0.661422848701477,0.053980324417352676,-0.7650739550590515,0.8515952229499817,-2.0324807167053223,0.5192199945449829,0.3550950884819031,-1.011167049407959,0.2360033392906189,0.32336437702178955,1.5849982500076294,-0.1725381761789322],"similarity":0},{"content":"Wait, stop, go back","embedding":[1.0284459590911865,-0.010332196019589901,-1.5751879215240479,-1.643096685409546,-0.655461311340332,1.4563499689102173,-0.16819529235363007,0.5520196557044983,3.862062454223633,0.38234663009643555,-0.22513911128044128,0.04417789727449417,1.0551609992980957,-1.593306303024292,-0.7995363473892212,-1.4968141317367554,2.0216639041900635,-1.4719916582107544,0.1638478934764862,1.5644794702529907,0.8367999196052551,-2.0534956455230713,1.5878314971923828,0.48836755752563477,0.4405224919319153,-1.81093168258667,0.1367630809545517,3.1233062744140625,-0.7739649415016174,-1.3983523845672607,-1.8094698190689087,-1.2257208824157715,-1.1237736940383911,1.8657722473144531,2.4785780906677246,-1.2566105127334595,0.06937999278306961,1.1359227895736694,0.1431095004081726,0.6975727677345276,-0.834179699420929,-0.7223575115203857,-0.514243483543396,-1.2456562519073486,0.6122005581855774,-0.3401539623737335,0.655562162399292,-0.4791584312915802,1.5600427389144897,1.3733737468719482,1.1263514757156372,-0.7552806735038757,-0.7960966229438782,-1.5127116441726685,-2.1481056213378906,0.3414703905582428,0.04110129550099373,-0.916719913482666,0.18964123725891113,0.3902527391910553,0.3182753324508667,-1.1074880361557007,-1.0611521005630493,-0.5490384101867676,-1.2076674699783325,1.5565332174301147,-2.6419482231140137,0.22596696019172668,-0.961977481842041,0.5393314361572266,-1.1571788787841797,0.16219303011894226,0.7229365706443787,-0.7196291089057922,0.9833453297615051,1.4027328491210938,0.5386667847633362,0.37582892179489136,-0.23881471157073975,3.6485893726348877,0.22117659449577332,0.19815461337566376,-0.29317131638526917,0.25371822714805603,0.20379947125911713,-0.5208756923675537,-1.1546156406402588,-0.7815199494361877,-1.1426161527633667,-0.804490327835083,-1.7426416873931885,-0.47225525975227356,-0.7641775608062744,0.1262577772140503,0.89043790102005,0.05033845826983452,1.390918493270874,0.3035116195678711,-0.701026201248169,-0.39388126134872437,0.1556227058172226,0.16439415514469147,-1.4818171262741089,-0.15458807349205017,-0.685116708278656,1.4401805400848389,-0.9361581802368164,1.9902069568634033,-1.6992660760879517,0.8120208978652954,0.6155338287353516,-0.5045850276947021,-1.1884883642196655,-0.4583740234375,0.010507388971745968,1.6773757934570312,0.43524059653282166,-1.3542218208312988,-1.123980164527893,-0.7576523423194885,0.38289764523506165,-0.9452311992645264,-0.8121468424797058,-0.4235681891441345,-0.8822988271713257,1.0509716272354126,-2.0102391242980957,-0.8485060334205627,0.7604494690895081,-0.4284438490867615,0.2698764503002167,2.658506155014038,0.8112157583236694,-0.6456093192100525,0.6743745803833008,-0.39419952034950256,0.5066249370574951,0.9168731570243835,0.3587726652622223,0.775417149066925,-1.5558494329452515,0.9931417107582092,-0.1710623800754547,-0.7561764717102051,1.1178812980651855,0.6798376441001892,-0.5360198020935059,-0.013725538738071918,1.5033460855484009,-1.0488539934158325,1.7655779123306274,-0.4678882360458374,1.5201239585876465,0.10288351029157639,0.025170588865876198,-0.5724038481712341,-2.4405388832092285,0.1861228048801422,-0.024545835331082344,0.3706214725971222,1.2417269945144653,1.64955472946167,-2.0887434482574463,0.25312623381614685,0.07052212208509445,0.5194631218910217,-0.37792590260505676,-0.14616155624389648,0.22874657809734344,-0.15211869776248932,1.9513174295425415,0.841285765171051,-0.08969410508871078,-0.8670086860656738,1.3850364685058594,-1.2804615497589111,-0.29390737414360046,0.1101962998509407,0.3833926022052765,0.3833599388599396,0.6174686551094055,-1.5098930597305298,0.8176677823066711,0.7010214328765869,-0.7035402059555054,-0.27938151359558105,-1.364501714706421,0.5866144895553589,-2.4852030277252197,0.7175270318984985,-0.1862761378288269,-0.21817219257354736,-0.10064028203487396,-0.0011494426289573312,-0.4139959216117859,-1.2345348596572876,0.8036683797836304,-0.10927732288837433,-0.3746568560600281,1.1012132167816162,0.3718785345554352,0.663877546787262,-0.005844808649271727,0.002476092893630266,0.13861963152885437,1.210645079612732,-0.298897922039032,-0.8200899362564087,-0.43657416105270386,-0.7027028203010559,-2.219940662384033,-1.039463996887207,-1.2995659112930298,-0.21606846153736115,-0.2558259963989258,1.5113030672073364,1.2334333658218384,0.8418648838996887,-7.870144367218018,-0.8873839378356934,0.9969096183776855,0.32153695821762085,1.0732297897338867,-0.37251192331314087,1.3173363208770752,-0.3502533435821533,0.1407914012670517,-0.42248132824897766,-0.5115374326705933,-1.0053290128707886,0.45604944229125977,1.2202656269073486,1.1236330270767212,0.26750531792640686,0.5340102314949036,-1.3478840589523315,1.2563650608062744,1.472367763519287,-0.8348027467727661,-1.2912890911102295,-0.7604352235794067,1.1922310590744019,-0.23891767859458923,0.40038618445396423,0.1953374296426773,-0.7766582369804382,-0.48120439052581787,-1.4431647062301636,0.8275181651115417,-0.9759947061538696,-1.294323205947876,-0.6066128611564636,0.060545481741428375,-1.2405176162719727,0.8714315891265869,0.21180562674999237,1.3534473180770874,-1.4155066013336182,0.895734429359436,0.8524214029312134,-0.24211835861206055,0.03605001047253609,-0.28632402420043945,-0.8028894066810608,0.6376810073852539,1.1274996995925903,-1.0587701797485352,-0.8018134832382202,-0.5540065169334412,-0.3119327425956726,2.4657669067382812,0.6520984768867493,1.674377202987671,0.011600405909121037,0.16179199516773224,0.7580997943878174,0.3703596889972687,0.5979273319244385,-1.4699345827102661,2.3377957344055176,-0.20677655935287476,1.259880781173706,-1.7614939212799072,-6.5781097412109375,0.22396568953990936,-0.08605609834194183,-0.3635721206665039,2.0734338760375977,-1.55012047290802,0.6809448599815369,-2.1506431102752686,0.34427937865257263,1.1321768760681152,-0.37949782609939575,-0.8465292453765869,0.5291892886161804,0.4396536350250244,-0.6381480693817139,1.3916015625,1.9404951333999634,-0.5176507830619812,14.573183059692383,1.2398091554641724,-0.4074063301086426,0.16383221745491028,0.24216648936271667,-1.4880861043930054,-2.8275556564331055,-0.7363018989562988,0.6581344604492188,-0.4719371795654297,-1.2352157831192017,-0.8330301642417908,-0.8208556771278381,-0.7650344371795654,-1.084006667137146,-2.151721715927124,-0.34032174944877625,1.534271240234375,1.3342787027359009,-0.2980497479438782,-1.355505108833313,0.4110545814037323,-1.4354639053344727,-0.6379346251487732,-0.7602256536483765,-1.5946698188781738,-0.36607253551483154,-0.6855225563049316,-1.972180962562561,-0.3133397698402405,-1.1275396347045898,-1.5695656538009644,-1.0899780988693237,2.473165988922119,0.30332323908805847,-0.4085026979446411,0.16393902897834778,0.5336287617683411,0.14536169171333313,-0.3964870274066925,1.1967434883117676,1.3213218450546265,1.2311077117919922,-0.4195009469985962,-0.6608899235725403,-0.8321347236633301,-0.20268917083740234,-0.6898751258850098,-0.4085284471511841,0.9795199036598206,1.392105221748352,-1.8057363033294678,-0.4169239103794098,-2.792295217514038,0.5181337594985962,-0.7670336961746216,-1.4232590198516846,-0.11393905431032181,-0.3964361846446991,0.4502987265586853,0.01998787559568882,0.5412453413009644,0.1701267659664154,-0.3847808539867401,1.092462420463562,0.943390429019928,-2.3537967205047607,-0.510315477848053,0.4876828193664551,-0.04388286545872688,1.9887787103652954,-0.11077873408794403,0.3834459185600281,-0.8715383410453796,-0.36605527997016907,0.3635879456996918,-0.6936841011047363,1.717175006866455,-1.708893060684204,-1.1405527591705322,1.1742149591445923,0.4271654486656189,0.36196547746658325,1.1556861400604248,-3.3002891540527344,-1.1978483200073242,-2.3676764965057373,0.49369877576828003,1.5184736251831055,0.5296530723571777,-1.5412640571594238,-0.8601357936859131,-0.19165925681591034,1.2574344873428345,0.4877609610557556,-1.0665979385375977,-1.5182600021362305,-1.278550624847412,-0.3255000710487366,-1.3409364223480225,0.3070846498012543,-1.8342255353927612,-0.897118330001831,0.3506421148777008,-0.21068406105041504,-0.13532954454421997,-0.380401611328125,-0.5249016880989075,0.5833768248558044,-0.5733457207679749,-0.16316701471805573,0.5218530893325806,1.2718966007232666,1.2129220962524414,-1.1978764533996582,0.17875763773918152,-0.5155074000358582,-2.7788944244384766,2.3683714866638184,0.9927476644515991,0.6015188097953796,-0.12753920257091522,1.7968590259552002,-0.5796446204185486,-0.7631574869155884,1.4854564666748047,0.11358529329299927,-0.2860140800476074,0.820374071598053,0.23062826693058014,-1.8729535341262817,0.8088791370391846,-0.5490720272064209,1.3382493257522583,-0.29303526878356934,0.6987475752830505,0.8752599954605103,-1.1915324926376343,0.2518811821937561,-2.28450870513916,-0.08150991052389145,0.12535203993320465,0.4013511836528778,0.6700685024261475,0.024583525955677032,-0.5799276232719421,-1.6489157676696777,-0.21683906018733978,-0.6276678442955017,0.8751583099365234,-0.34463825821876526,-0.09050489962100983,-0.1386815905570984,0.42630577087402344,-0.3156929910182953,0.5968315601348877,-0.3167326748371124,-0.537109911441803,-1.5609664916992188,-0.15860800445079803,0.09517999738454819,0.6596920490264893,0.6447767019271851,0.47906315326690674,-0.38834190368652344,-0.8265543580055237,-0.8632169961929321,0.148131862282753,0.5241488218307495,0.460065633058548,-1.4636904001235962,-1.7406690120697021,0.2176961749792099,0.1771051585674286,1.8634867668151855,-0.6021232604980469,0.8311522603034973,0.962790846824646,0.155343696475029,2.3439481258392334,-0.9423819184303284,0.19040293991565704,1.5973401069641113,-0.5821854472160339,-0.7252665758132935,-0.3490029573440552,0.285828173160553,-0.5534135103225708,-1.4676669836044312,0.1301923245191574,-1.0152676105499268,-1.482177495956421,-1.1623984575271606,1.1869035959243774,-0.8111019730567932,-2.2274203300476074,0.5624569058418274,-0.43308091163635254,2.4730355739593506,-0.4322492778301239,-0.11447013914585114,0.7971654534339905,-0.9595428109169006,-0.40902554988861084,1.786731481552124,1.3628698587417603,0.5231344699859619,0.05433331057429314,0.06660675257444382,-0.6142869591712952,0.495614618062973,-0.21429365873336792,-0.6406898498535156,-2.5176656246185303,0.52229905128479,0.18915671110153198,2.4469587802886963,0.6596804857254028,-0.6461289525032043,1.0916520357131958,-0.4261847734451294,-0.47362154722213745,-0.04897276312112808,1.7303205728530884,1.3238770961761475,1.1386219263076782,0.24744924902915955,-1.2853362560272217,-0.8291279077529907,1.8570640087127686,-0.48842325806617737,1.0267516374588013,1.2052804231643677,1.7767926454544067,0.3434932231903076,0.528664767742157,-0.1865394562482834,1.4746942520141602,-0.6075897812843323,-1.0928528308868408,-1.4662729501724243,1.6204705238342285,0.6900299787521362,-1.244154930114746,-0.707504153251648,-0.38963407278060913,0.16474133729934692,0.1923101395368576,0.4073794484138489,-0.742935061454773,0.4831969439983368,-0.6166691780090332,-1.537266492843628,2.411367416381836,-0.1541314423084259,1.5516202449798584,-1.2106354236602783,0.34471264481544495,-0.09743335843086243,-0.1985391229391098,-1.947688341140747,-0.362659215927124,1.700514554977417,2.435107707977295,0.10491520911455154,-0.3719450533390045,0.3012131154537201,0.10494385659694672,7.521694183349609,-2.4420583248138428,-1.20637845993042,-0.685519814491272,-0.25011304020881653,-0.2728966772556305,0.18810245394706726,-0.010669361799955368,-0.4683482348918915,1.6057337522506714,-0.23719364404678345,0.033711303025484085,0.6608846783638,3.578683614730835,0.2931709885597229,-0.44944682717323303,-0.9177536368370056,1.5107216835021973,-0.9944609999656677,-1.8022027015686035,0.015391084365546703,0.03662920743227005,0.2925539016723633,-0.4958340525627136,-0.9196467399597168,-0.5661269426345825,-0.27685853838920593,2.3158366680145264,0.13919392228126526,-0.7379461526870728,1.498196005821228,-0.4571622312068939,-0.45575231313705444,-0.8189961314201355,0.002966697560623288,0.0255096647888422,1.5093621015548706,-0.5602650046348572,-1.4089082479476929,-0.9052025675773621,-0.10933929681777954,1.671363115310669,1.4709997177124023,1.1143388748168945,1.3106377124786377,0.9924413561820984,-0.860201895236969,-1.5445882081985474,-0.46614110469818115,-0.18694214522838593,0.11527830362319946,-0.047333378344774246,1.3611785173416138,-0.9284034967422485,0.12043213844299316,-0.5345376133918762,0.5799926519393921,-0.31506744027137756,0.06331639736890793,1.5905689001083374,0.40313810110092163,-1.7350724935531616,1.0190048217773438,-1.7073935270309448,1.3302972316741943,0.07753243297338486,-0.4034648835659027,-1.7033069133758545,-0.11911866813898087,0.22496244311332703,-0.7075707912445068,-0.12544207274913788,0.7791474461555481,-1.0680203437805176,-0.9769343137741089,-1.10054349899292,1.0991770029067993,-0.4178783893585205,1.2440857887268066,-0.805989682674408,1.6846030950546265,2.275475025177002,0.17979086935520172,-1.878090739250183,0.7287232875823975,1.5293577909469604,0.9710959196090698,-0.2628227472305298,-0.5138241052627563,-0.43369626998901367,-0.5687241554260254,0.5517044067382812,-0.9828059077262878,-0.7693464756011963,-0.19556942582130432,-0.6499260067939758,1.835148572921753,-0.5205926299095154,0.9497107863426208,-0.8757900595664978,-1.5417869091033936,-0.43467018008232117,-1.2107534408569336,-0.5107289552688599,2.971378803253174,-0.1857263147830963,0.01030886173248291,0.6057004332542419,-1.1760966777801514,-0.5960618257522583,-0.06988957524299622,1.5997928380966187,1.706999659538269,0.37679949402809143,-0.448620080947876,0.2503960430622101,0.6528680920600891,1.568955421447754,0.1682741940021515,0.7928714752197266,-0.1189495250582695,-1.5835124254226685,-0.42141687870025635,-1.105324625968933,-0.5644109845161438,-1.171892523765564,0.2811278998851776,0.8265846967697144,-0.15269628167152405,0.47941702604293823,0.4067430794239044,-0.4814591705799103,-1.4075849056243896,1.4915788173675537,-0.8272397518157959,-0.09369928389787674,1.2605884075164795,-0.5117987990379333,-2.0445706844329834,0.7056755423545837,1.1715011596679688,0.8345058560371399,0.11576756089925766,-2.2023961544036865,-0.05751331150531769,-0.8805033564567566,-2.2378666400909424,0.5282158255577087,-0.510741651058197,1.4337410926818848,-0.021153926849365234,0.044183652848005295,-2.053115129470825,0.8719224333763123,0.11840543895959854,0.8195322155952454,-0.7035039663314819,1.140579104423523,-0.29000309109687805,-1.1105870008468628,1.1715971231460571,-0.21611475944519043,-0.6143559217453003,-0.43264907598495483,-3.133962392807007,-1.1085875034332275,2.208667039871216,-1.4357484579086304,0.20268473029136658,-0.18797153234481812,1.3152875900268555,-0.016420846804976463,0.8706382513046265,-1.6597106456756592,-1.7714906930923462,-1.0998591184616089,0.5548006296157837,-2.172860860824585,1.7057512998580933,0.6018693447113037,1.2676805257797241,0.6302245259284973,-0.600917637348175,-1.121817708015442,0.8405284881591797,0.34050050377845764,1.548304557800293,-0.9053424596786499,-0.4192372262477875,-1.6819815635681152,1.006809115409851,0.08492213487625122,0.8214704990386963,1.7240025997161865,0.7832178473472595,-0.2469312995672226,-1.521365761756897,0.6740943789482117,-0.5809733271598816,1.4232335090637207,-0.3228549361228943,1.4549518823623657,0.09816155582666397,-0.5201510787010193,0.20614756643772125,2.058228015899658,-0.15372885763645172,0.5345913171768188,-0.5292975902557373,-1.5407798290252686,-0.6081812381744385,-0.1930234432220459,0.7222594618797302,0.07600565254688263,0.2161392718553543,1.619726538658142,-0.6560363173484802,0.26501739025115967,0.5410369038581848,-1.7642581462860107,-0.8248521089553833,-0.04362888261675835,-1.5818995237350464,0.5885995626449585,0.48068201541900635,0.4436006247997284,-0.7747750878334045,1.364932656288147,1.2382487058639526,1.8266706466674805,-0.32110679149627686,0.10137994587421417,0.9279656410217285,1.80854332447052,0.4747397005558014,-0.3680309057235718,0.4587607979774475,-0.32338908314704895,-0.6694409251213074,0.8575847744941711,-1.2696616649627686,-0.5513903498649597,-0.29865729808807373,-0.06509507447481155,0.04263845086097717,-1.0822466611862183,1.3421211242675781,0.23148466646671295,0.05682506784796715,-1.0532631874084473,-0.5867722630500793,-0.5436576008796692,1.3137905597686768,1.0608065128326416,1.6962379217147827,1.5932273864746094,1.7154395580291748,-0.23466752469539642,0.8226363062858582,-0.06815556436777115,0.48145920038223267,-1.399474859237671,-1.415390968322754,0.9514291286468506,0.9096874594688416,0.6645677089691162,-0.0040863389149308205,-0.15586519241333008,-0.7333165407180786,-0.7248032093048096,0.6248424649238586,1.719512939453125,-0.22986836731433868,-1.6534361839294434,-0.7988710999488831,-1.8471006155014038,0.48948797583580017,-0.3892342448234558,-2.73451566696167,1.0358785390853882,-0.018760262057185173,0.2368360161781311,0.16551117599010468,-0.11533214151859283,-0.27289026975631714,-1.797715663909912,-0.521754264831543,0.15990525484085083,-0.8697030544281006,-0.517879068851471,-1.3086029291152954,-0.2133055329322815,0.19719566404819489,1.1721937656402588,-1.369380235671997,-0.4367627501487732,-1.327243447303772,2.0519497394561768,34.56535720825195,0.07807210087776184,-6.458425045013428,0.8747850656509399,-0.19603468477725983,0.022673621773719788,0.8220661282539368,-0.49931100010871887,1.3222397565841675,-3.4495489597320557,-1.3530092239379883,1.4971585273742676,0.13516885042190552,1.055869698524475,-0.4298413097858429,-1.9452695846557617,-0.15991799533367157,-0.17812390625476837,-0.3003283739089966,2.1211392879486084,0.21724948287010193,0.37885281443595886,-0.6569734811782837,2.7474234104156494,-0.8301154375076294,-1.4355113506317139,0.31150633096694946,0.15527448058128357,0.32601648569107056,0.08175225555896759,-1.6035126447677612,0.1823883205652237,-0.38099396228790283,-0.5580581426620483,-0.9516293406486511,-0.020655974745750427,0.21830175817012787,1.1673157215118408,0.9801462888717651,0.16792148351669312,-1.3272684812545776,0.017465615645051003,0.901974081993103,0.29726746678352356,-1.2032870054244995,0.6091074347496033,0.7302494049072266,0.331193745136261,0.26002225279808044,1.7174698114395142,0.17551584541797638,-1.5870416164398193,-0.45318543910980225,0.1720122992992401,1.0300259590148926,0.999707818031311,0.7272912859916687,0.8887898325920105,-1.1963388919830322,-0.6364041566848755,-0.28305479884147644,-0.081766776740551,-0.8327528834342957,0.17643646895885468,-1.3535035848617554,-0.7923628091812134,0.5006100535392761,0.7101840972900391,-1.6890004873275757,0.1975511908531189,-1.4532334804534912,0.4765392541885376,-0.2859340310096741,0.07746369391679764,-1.267497181892395,-1.0288845300674438,0.5007031559944153,-1.2453322410583496,1.5425947904586792,-1.762461543083191,0.6927111148834229,0.1160336583852768,0.40317222476005554,-0.35082197189331055,-1.284178614616394,0.10688674449920654,1.4295566082000732,-0.5447584390640259,1.495040774345398,-0.6251162886619568,-0.9805604815483093,0.046593669801950455,-1.9954149723052979,0.2491670697927475,0.48328208923339844,-0.4507598280906677,-2.0320217609405518,0.278360515832901,0.0243529099971056,-0.12274487316608429,0.8539502620697021,-1.1584081649780273,-1.2279393672943115,1.8389170169830322,-0.174930602312088,0.4404739737510681,1.471437931060791,0.22585409879684448,0.18232378363609314,-0.667558491230011,-0.6054946780204773,0.1949460655450821,-0.18515178561210632,1.0844025611877441,-1.1349152326583862,0.1523769050836563,-0.6886205673217773,-0.32934606075286865,0.43381527066230774,-0.012800702825188637,-1.15297269821167,1.922453761100769,0.6466261148452759,-1.6609108448028564,0.8625280857086182,-0.4187850058078766,-1.2545177936553955,0.834074854850769,1.635083794593811,0.8230870962142944,-1.7599544525146484,0.6127015352249146,-0.6308245658874512,-0.7635029554367065,-0.6727244853973389,0.08479386568069458,0.4107078015804291,-0.9196259379386902,1.2316735982894897,-0.0335034541785717,-1.3834019899368286,-0.10444152355194092,0.2527059316635132,-1.1455113887786865,1.873331904411316,0.6717476844787598,-0.10579364746809006,-0.105654276907444,0.01605025678873062,-1.0428203344345093,-1.4416613578796387,-1.3373366594314575,0.4647808074951172,1.6595423221588135,-1.2219687700271606,0.41675955057144165,-0.34387412667274475,-1.3399848937988281,-0.8655983805656433,-0.0779058113694191,0.2656134366989136,-0.5194550156593323,2.1128830909729004,-0.029720578342676163,1.0391744375228882,-1.9774606227874756,0.42269498109817505,-0.4235643148422241,0.6855355501174927,-0.8696318864822388,-0.4510034918785095,0.29377681016921997,1.263823390007019,0.3586985766887665,-0.00827697105705738,-1.5691566467285156,1.9160048961639404,-0.05994575098156929,-0.36556270718574524,-0.09530975669622421,-1.1817944049835205,0.4595629572868347,-0.9068078398704529,-0.4337230622768402,1.2667357921600342,2.198603391647339,-0.4145576059818268,-0.08472728729248047,0.8524447679519653,-0.7900916337966919,-1.797238826751709,-1.5450929403305054,1.605707049369812,-0.8313735127449036,-0.051708534359931946,2.9450886249542236,-0.5901169180870056,0.8607462644577026,0.5045887231826782,0.7475333213806152,0.12705008685588837,0.7579498887062073,0.8460672497749329,-0.594093918800354,-0.6731175184249878,1.1600619554519653,0.4657409191131592,0.4996046721935272,-1.097103476524353,-0.7494354844093323,0.22596260905265808,-0.687833845615387,-2.498105049133301,0.777679443359375,0.5717929005622864,-1.4795771837234497,-0.5441836714744568,0.1697096824645996,-1.0014119148254395,-0.19473695755004883,0.5104327201843262,-0.6103028655052185,-0.48485037684440613,-0.5266622304916382,0.993196427822113,-0.19604037702083588,0.6692182421684265,0.3002353310585022,-0.8845129013061523,-0.6256647706031799,0.7594810128211975,1.223366618156433,-1.989694595336914,-0.2500656843185425,0.1501692533493042,0.2590098977088928,0.5264055132865906,2.0726122856140137,-0.3598518371582031,1.6689268350601196,0.06370892375707626,-0.49973371624946594,0.2528403103351593,-0.12882989645004272,1.2551753520965576,-1.5648120641708374,-5.0169243812561035,0.42549562454223633,-1.7712583541870117,1.5919547080993652,-0.7998830080032349,-0.7056658267974854,2.273538827896118,0.26909202337265015,-0.7265641093254089,0.985431432723999,0.8036109805107117,-0.11274935305118561,0.38679856061935425,-0.118388831615448,0.2998148500919342,0.2607457637786865,-1.4110183715820312,-0.8073123693466187,0.3656823933124542,-0.08378177136182785,-0.9753953218460083,0.9102767109870911,-1.7514728307724,-0.29920926690101624,-0.3662199378013611,1.0987657308578491,-0.8991411924362183,3.864806890487671,1.587346076965332,-1.8850878477096558,1.8412864208221436,-1.805106282234192,-0.5214816927909851,0.294990599155426,0.44113191962242126,0.8811637163162231,-0.8019355535507202,0.7197462916374207,-0.6678673624992371,-0.587764322757721,0.11125827580690384,-0.1091490089893341,1.4364581108093262,1.2753043174743652,-0.10305681079626083,-0.24000664055347443,-0.4888206124305725,-2.5943126678466797,0.6228457093238831,-0.29879075288772583,0.6610353589057922,0.8387269973754883,-0.25944197177886963,0.42820030450820923,1.0285133123397827,-1.3651602268218994,-2.365715265274048,1.3676021099090576,2.5317962169647217,-1.2506059408187866,-1.599039912223816,1.1175100803375244,-0.08245290070772171,0.50922030210495,0.3277982175350189,-0.2171647995710373,2.496854782104492,0.0004614563367795199,1.1050388813018799,0.5329992771148682,0.19364458322525024,1.782546043395996,0.07998894900083542,-1.2158961296081543,1.0686777830123901,-1.3576078414916992,0.6059803366661072,0.6311669945716858,-0.34578511118888855,-0.8831129670143127,0.34904745221138,-0.423296719789505,1.2794491052627563,-2.423201322555542,-1.0225778818130493,0.4054025113582611,1.0281901359558105,-2.00085186958313,0.4344225525856018,-0.5972535610198975,2.4268851280212402,-0.18064476549625397,1.5345467329025269,1.4870750904083252,-0.4549005627632141,0.7326628565788269,-1.9734779596328735,-0.5813624262809753,-0.3068936765193939,-1.4217538833618164,-0.26145297288894653,0.7581470012664795,2.2266852855682373,-0.3218833804130554,-3.2627015113830566,-0.8213103413581848,-0.5564099550247192,1.4511263370513916,-0.9584774971008301,1.1617419719696045,-0.2024104744195938,1.4380437135696411,-0.4993743896484375,-1.871628999710083,0.7131556868553162,0.18140697479248047,1.0202983617782593,-1.2510837316513062,0.8743239045143127,-1.139335036277771,0.09989476203918457,-1.2670310735702515,-2.3488810062408447,-0.06451960653066635,-0.4840453565120697,-0.08024448156356812,-0.43083062767982483,0.05566277727484703,0.6976736783981323,0.5199548602104187,1.950447678565979,0.6230681538581848,0.08900231868028641,2.3868510723114014,-0.34105560183525085,0.7982107400894165,0.22485411167144775,1.912654161453247,1.5225529670715332,-0.46335935592651367,0.8646279573440552,-0.5497670769691467,-0.09926435351371765,1.0466006994247437,0.32452887296676636,1.7793716192245483,-0.2868550419807434,-0.8447284698486328,-1.0395973920822144,0.27918559312820435,1.2004284858703613,0.26166433095932007,-0.41960811614990234,0.8475247621536255,0.03383685648441315,-0.3037105202674866,1.0510629415512085,-0.48984000086784363,1.7607741355895996,-0.2894853353500366,-0.34119993448257446,-0.22523565590381622,0.13522769510746002,0.39848071336746216,-1.1711961030960083,-1.4285531044006348,0.4808325469493866,-1.1559104919433594,-0.05459176003932953,0.7843592166900635,0.4192066192626953,-0.22649802267551422,0.36426541209220886,0.7819037437438965,3.4133129119873047,2.6980772018432617,-0.8722362518310547,-0.14096249639987946,-0.9841189980506897,0.7261220216751099,0.8998025059700012,-1.0828161239624023,0.1758856475353241,-0.498393177986145,-0.30016636848449707,-0.9633705019950867,0.2881208062171936,1.1776773929595947,1.9439020156860352,-0.07049475610256195,-1.5096145868301392,-0.9716020822525024,-0.6363431215286255,2.2939651012420654,0.7165853381156921,-1.4228248596191406,-1.605302333831787,0.8814939856529236,-1.0077955722808838,-0.6881527900695801,-1.8923579454421997,-0.5687436461448669,0.7383926510810852,-0.1338406205177307,0.886964738368988,-2.499889373779297,1.46829092502594,1.591853380203247,-0.7124438881874084,-0.1166556105017662,3.1608614921569824,-1.0330249071121216,0.1516697108745575,0.024650616571307182,0.8241669535636902,0.5357862114906311,1.2059508562088013,1.6551333665847778,0.07601702213287354,0.12791478633880615,-0.7096821069717407,1.0393540859222412,0.002907705260440707,-0.21107354760169983,1.5235285758972168,-0.5801364183425903,-1.8987849950790405,0.1151251271367073,-0.569145143032074,0.13386067748069763,2.6200969219207764,2.3892295360565186,0.29099851846694946,0.07224182039499283,0.5874907374382019,-0.5299705862998962,-0.40222805738449097,-0.7524572610855103,-0.3443576693534851,0.5674031376838684,-1.1867363452911377,2.43190598487854,-0.5660918354988098,0.5882658958435059,-1.2666808366775513,2.1058995723724365,0.3931126892566681,0.908789336681366,0.690627932548523,0.031482819467782974,-0.3009922206401825,1.4550650119781494,0.2530067265033722,-0.3386332392692566,0.42818689346313477,-1.1488773822784424,-1.1976120471954346,0.2169046700000763,-3.5905940532684326,-0.9531207084655762,0.4813307225704193,-0.1793123185634613,-1.0126334428787231,-0.5024642944335938,-0.5335983037948608,-0.4355478882789612,-1.6605461835861206,1.4663481712341309,-1.3612996339797974,0.4682558476924896,1.2649680376052856,1.3549939393997192,-0.31273403763771057,0.5500025153160095,0.6113259196281433,1.0153931379318237,-0.4435732364654541,14.916465759277344,-1.4365334510803223,-0.023851659148931503,-0.12705157697200775,0.07009357213973999,-0.04643964767456055,0.9898899793624878,-3.5270354747772217,-0.414291650056839,0.9592815637588501,1.2413145303726196,-0.5036355257034302,0.4734480381011963,-0.2852906882762909,-0.1210230365395546,0.016313133761286736,-0.09433982521295547,0.36804983019828796,-1.1439605951309204,-0.4375265836715698,-0.1293809562921524,-1.1193727254867554,0.2201768457889557,1.1710400581359863,0.009052848443388939,0.7298631072044373,0.3729463815689087,1.4342858791351318,-0.1115071028470993,-0.8880652189254761,-1.4431086778640747,2.891995429992676,-0.055753979831933975,-0.42686331272125244,-0.5365750789642334,1.1960610151290894,0.3517951965332031,-0.6799440383911133,0.7331447601318359,-0.2948702871799469,-1.5895614624023438,0.24879604578018188,2.7858495712280273,-0.893505871295929,0.266521692276001,-0.7819992303848267,0.26844924688339233,0.6335309147834778,1.471326470375061,0.9818162322044373,-0.20212088525295258,1.0007758140563965,0.8644199371337891,0.056679315865039825,2.151784896850586,1.1013689041137695,-0.6076319813728333,-0.4035555422306061,0.17857679724693298,0.7340734601020813,-1.3823972940444946,-2.1061220169067383,1.5010329484939575,0.626216471195221,-1.629006028175354,0.2468111515045166,0.20242509245872498,1.569998025894165,0.7668306827545166,0.9939745664596558,-1.1176337003707886,-1.59920334815979,-1.1625292301177979,0.07011815160512924,-0.18995308876037598,2.057206869125366,0.5162897109985352,0.617368221282959,-0.27935677766799927,-0.5502727031707764,-1.295569896697998,0.4249124228954315,-1.3374699354171753,-0.769426167011261,1.0439759492874146,1.0137112140655518,-0.6360850930213928,-0.08535753935575485,-1.9131464958190918,1.265343189239502,0.5842078328132629,-1.2987834215164185,0.012413970194756985,-0.27442818880081177,0.6036021709442139,1.2788137197494507,0.7789651155471802,0.410377562046051,0.869784951210022,0.7682552933692932,0.4008792042732239,-2.936851978302002,0.13476406037807465,1.8931024074554443,-0.5187857151031494,-2.416234254837036,0.3191523849964142,-1.399383544921875,0.03269757702946663,-0.966785192489624,0.5930885672569275,-0.666853129863739,-0.635475754737854,-1.5575612783432007,-0.4337259829044342,0.05866765230894089,-1.2404485940933228,0.2640897333621979,0.021744467318058014,-0.7454191446304321,1.4332178831100464,-0.41412314772605896,-0.5970568060874939,-0.12352479994297028,-0.7577498555183411,-1.8351596593856812,-0.9371811151504517,-2.08677077293396,0.43268609046936035,-1.6134182214736938,1.913771152496338,-1.3463767766952515,0.9058093428611755,0.9060712456703186,-1.090846061706543,-0.8707202076911926,0.522771954536438,-0.08582694828510284,1.5627193450927734,-2.236414909362793,1.6247804164886475,-1.7452362775802612,-0.924649715423584,-2.928931951522827,-1.8791301250457764,-0.43528324365615845,0.5630629062652588,-0.5081349611282349,0.3357465863227844,0.7698477506637573,-2.329395055770874,-0.6192525625228882,-0.2990436851978302,-0.8574947118759155,0.2906835377216339,-0.4550877511501312,-1.466802716255188,-0.14943258464336395,-0.30690428614616394,-1.0471149682998657,2.6023364067077637,1.7075576782226562,1.1735683679580688,-0.29916536808013916,-0.10455803573131561,0.017198968678712845,-0.4660300612449646,0.07963352650403976,-1.9934608936309814,-1.3508186340332031,0.5001479387283325,1.23905611038208,-0.7641317248344421,-0.0890984982252121,-0.5902031660079956,-1.0011779069900513,-1.0601097345352173,-0.06668432801961899,-1.3913506269454956,-1.0112046003341675,-1.0026605129241943,-0.01206558384001255,1.6205052137374878,-0.12934385240077972,-0.03924248367547989,0.31676504015922546,-2.4930315017700195,1.4473185539245605,1.2360776662826538,0.8652808666229248,-0.24201282858848572,-1.190575361251831,0.2969585657119751,-0.6168869733810425,-1.4203006029129028,0.4784512221813202,0.8853022456169128,1.0130510330200195,0.7581921815872192,0.17701421678066254,1.9858726263046265,-0.37672412395477295,0.035446349531412125,-0.27267077565193176,0.44221124053001404,0.8770307898521423,1.394056797027588,-0.7666923403739929,0.31491053104400635,0.7976303100585938,1.049233078956604,2.9780800342559814,-1.676263689994812,0.21512170135974884,0.01456423569470644,-0.1510019153356552,0.2475442737340927,-1.4329538345336914,-1.0060147047042847,1.22603178024292,-0.1600116640329361,-0.8788129687309265,1.5996061563491821,0.2596976161003113,0.7254122495651245,1.3100963830947876,0.07718728482723236,1.6520369052886963,-0.2550440728664398,0.6519100666046143,-0.5967852473258972,-0.9553205966949463,0.16332104802131653,-1.196299433708191,-0.8698450326919556,-0.626444399356842,1.512402057647705,1.3427056074142456,-0.8357031345367432,0.44096675515174866,0.44334688782691956,0.7779029607772827,-1.5835716724395752,0.05851690471172333,0.905387282371521,-0.4929729104042053,-0.542199969291687,1.1137421131134033,0.3443191945552826,0.7606496214866638,0.0021361839026212692,-0.022861845791339874,-1.3565000295639038,0.01627301424741745,1.0384770631790161,0.49333861470222473,-0.5182076096534729,-0.5601411461830139,0.5271416902542114,2.1943705081939697,0.3038519322872162,-0.8268605470657349,-1.7706117630004883,0.8899554014205933,0.061694204807281494,1.159297227859497,-0.3179655373096466,-2.931764602661133,-2.0884923934936523,-1.2246882915496826,0.15196684002876282,-0.2777594029903412,-2.0136361122131348,1.430213212966919,1.3274202346801758,-0.3870323896408081,1.3286181688308716,-1.4529905319213867,0.7623766660690308,-1.1309845447540283,1.7188611030578613,-1.4324809312820435,-1.5650835037231445,-0.8962842226028442,-1.1405760049819946,-1.2671635150909424,-0.15048278868198395,0.09608855843544006,-0.720055341720581,0.8686108589172363,-0.4649864137172699,1.5897984504699707,0.35553258657455444,1.0681627988815308,-0.0935763418674469,-1.5960896015167236,1.0041502714157104,1.6560245752334595,0.394083708524704,-0.5423186421394348,2.5839285850524902,1.2983602285385132,0.1274012178182602,-1.1873712539672852,0.2706606984138489,-1.3091099262237549,-0.9454313516616821,0.19643335044384003,-0.8672297596931458,0.6581215262413025,-1.5951334238052368,-0.45327311754226685,1.1966572999954224,-0.13061562180519104,0.5659214854240417,0.9773280024528503,2.1940133571624756,-0.6251736283302307,0.16245867311954498,1.7797751426696777,-1.1614173650741577,0.9296340346336365,1.6312867403030396,0.43632423877716064,-0.7365458011627197,1.899184226989746,-0.9040169715881348,0.056062962859869,2.6518008708953857,0.15582582354545593,-1.618641972541809,0.43790486454963684,0.7363060712814331,-0.35900163650512695,-0.23315201699733734,-0.1470581293106079,-0.20914976298809052,0.9644963145256042,0.6233634352684021,1.4950988292694092,-1.1822412014007568,-1.4771504402160645,1.3612805604934692,0.08998377621173859,-2.420168161392212,0.7593775987625122,1.2225501537322998,-0.5585595965385437,-0.23631471395492554,-0.04702332615852356,0.33503302931785583,-0.11846211552619934,2.212721347808838,-0.16270239651203156,-0.26433709263801575,1.2163876295089722,-1.116061806678772,-1.7050981521606445,0.808356761932373,-1.6416895389556885,-0.4108641445636749,-2.1736762523651123,3.2562384605407715,0.5616505742073059,-1.1316312551498413,0.2274537831544876,-0.12314082682132721,0.6501961350440979,1.1809077262878418,1.2106643915176392,-0.37993451952934265,-1.84617018699646,0.7320562601089478,1.488861083984375,-0.47561731934547424,-0.5249457359313965,-0.02385753020644188,2.034447431564331,-1.4027457237243652,0.03321445733308792,-0.8096060156822205,-0.6817957758903503,1.2883046865463257,1.2049790620803833,-0.3020527958869934,0.5282654762268066,0.6007578372955322,-1.3792576789855957,1.1660878658294678,-0.12341390550136566,-0.5808114409446716,-0.2602754235267639,0.3071744740009308,-0.021326065063476562,0.17125825583934784,-0.16485486924648285,0.2244292050600052,-0.9950711727142334,11.212064743041992,-0.6434484124183655,-1.280195713043213,-0.49348920583724976,-1.3194729089736938,-0.0917009487748146,-0.41957947611808777,-0.6726301908493042,0.5960946679115295,0.6639216542243958,1.669520616531372,2.087594747543335,-0.4539050757884979,-0.9686210751533508,1.0367201566696167,0.2457151710987091,0.448003351688385,-0.10659933090209961,-0.6216094493865967,-0.6901954412460327,-2.126363754272461,-8.049590110778809,1.3499314785003662,-0.8775743246078491,0.5098063349723816,-0.6855933666229248,-0.8428167700767517,-2.567702531814575,-1.663475751876831,-1.6146790981292725,-0.5064197182655334,-0.3709928095340729,-0.9843438267707825,-0.9839844107627869,-0.7751147747039795,-0.25428494811058044,-1.020269751548767,1.3082034587860107,-4.0855393409729,2.4321303367614746,-0.2864443361759186,-0.42237040400505066,0.522247314453125,-0.7163416743278503,1.6516422033309937,2.0549230575561523,-0.008055904880166054,-0.6949455142021179,-0.28957802057266235,-1.577760934829712,-0.12308292835950851,-1.4477076530456543,-1.5198917388916016,-2.101450204849243,1.9655351638793945,0.8925606608390808,-0.9819169640541077,0.6411986947059631,-0.023833010345697403,-1.2274631261825562,0.37948155403137207,1.2624647617340088,-1.2056512832641602,0.9397795796394348,-0.4156520962715149,-0.5551478862762451,0.8599633574485779,0.5767545700073242,-0.6533910632133484,0.5386909246444702,0.22629119455814362,1.301426887512207,-0.13025540113449097,-0.8578218221664429,0.3605523407459259,-0.9094756245613098,-0.7398529052734375,0.23858211934566498,0.9212297797203064,1.0816011428833008,0.0019007192458957434,-0.6447737812995911,-0.0463581345975399,-0.17039994895458221,0.5205898284912109,-1.1201162338256836,1.8410253524780273,-1.9808694124221802,-1.6018974781036377,1.4149377346038818,-1.477524995803833,1.8250465393066406,-0.15823286771774292,0.9397395849227905,0.3702675402164459,0.6736419200897217,1.0382442474365234,-0.9327178001403809,-0.8476270437240601,0.5187310576438904,5.492685317993164,2.26829195022583,1.3050223588943481,-1.6220911741256714,-1.1423379182815552,-0.141922727227211,1.1072663068771362,-0.20237404108047485,-1.2846999168395996,-0.4668053984642029,0.17392277717590332,-1.55415940284729,0.36654412746429443,-0.18940292298793793,0.040024954825639725,1.5415713787078857,0.5650992393493652,-1.5756354331970215,0.46557122468948364,0.9456313252449036,0.0710882842540741,-0.4494333863258362,-1.9320991039276123,-0.8160016536712646,0.9909654855728149,-0.21301890909671783,0.8396027684211731,1.0341445207595825,0.22382062673568726,0.7332005500793457,-0.5313588380813599,0.2585497200489044,0.8271129131317139,1.0024962425231934,-0.07001195102930069,-0.1651422530412674,0.5031878352165222,-0.9329836368560791,-0.30840447545051575,1.221719741821289,1.6103163957595825,1.5566256046295166,-0.23167850077152252,-0.5743415355682373,0.39127978682518005,-0.44621407985687256,0.8834391832351685,1.5634766817092896,0.8020389080047607,0.29371196031570435,1.5220750570297241,-0.4575537443161011,0.1062438115477562,-1.3779547214508057,-0.5181760191917419,-0.5698378682136536,0.22235287725925446,-0.9044928550720215,2.2811543941497803,-2.06522274017334,1.2026008367538452,-0.6122184991836548,-0.23491549491882324,-0.07348164916038513,2.0800979137420654,1.5436395406723022,-0.3227716386318207,-1.0104364156723022,2.909006357192993,1.4329791069030762,0.991457998752594,-0.14063213765621185,0.35007837414741516,0.5210875272750854,-0.20818544924259186,2.370306968688965,1.9231609106063843,-0.6658052206039429,-0.21197080612182617,-0.8123652935028076,0.7508742213249207,0.6156842112541199,-0.7323518395423889,-1.0947285890579224,-0.03956637904047966,-1.6473315954208374,-0.2526184916496277,-2.4172699451446533,1.9087756872177124,1.1291978359222412,-0.9327278733253479,0.9918394088745117,-0.71840500831604,0.1339392215013504,-1.9322025775909424,-0.6789975762367249,-0.8698621988296509,-0.719546914100647,0.22812126576900482,-1.2270712852478027,0.7840834856033325,0.8166278004646301,-0.3508997857570648,-1.6236501932144165,-2.2257301807403564,-0.04548072814941406,-0.7502174973487854,-0.9264755845069885,-0.7518212795257568,-1.432227373123169,-0.4796086251735687,0.2322273999452591,-0.2702188789844513,-1.076093077659607,-0.6740898489952087,-0.06349075585603714,3.150010585784912,-1.1877930164337158,0.929554283618927,3.153522253036499,-1.086750864982605,1.2596420049667358,1.5783177614212036,-0.05895734578371048,-0.7136958241462708,0.5435464978218079,-1.1616770029067993,1.0428197383880615,-4.071125507354736,-0.7686101198196411,2.1148602962493896,-0.19117002189159393,-0.026715228334069252,0.38223785161972046,0.36801183223724365,1.8396613597869873,0.2972205579280853,-0.6452724933624268,-0.3901638984680176,2.2040162086486816,-0.617428719997406,-0.1751711219549179,2.1526243686676025,-1.3577543497085571,-0.27375680208206177,-1.0364880561828613,0.5878928899765015,0.005669306498020887,-1.0774867534637451,1.9354556798934937,0.2455689013004303,-0.3468085825443268,-0.7759577035903931,-0.978717029094696,0.10099291056394577,-0.5096046924591064,-0.9825824499130249,-0.18915294110774994,0.3524501919746399,1.5867481231689453,-1.5145174264907837,1.5714695453643799,-1.4264789819717407,-0.21145616471767426,-1.55587899684906,-0.1925065815448761,-1.017759084701538,0.1508685201406479,0.811338484287262,1.706421136856079,-0.7955561876296997,1.8392201662063599,1.385968804359436,0.9530938267707825,-0.052602194249629974,-2.5532121658325195,1.2877204418182373,-1.2965766191482544,0.41476258635520935,1.361007809638977,-0.7433835864067078,-1.826722502708435,0.3298789858818054,-1.6343374252319336,1.6392666101455688,0.16923971474170685,1.5703022480010986,-0.8680093884468079,1.0660009384155273,1.7638676166534424,0.48604485392570496,0.8931935429573059,-0.5582345724105835,1.1133556365966797,-0.4598873555660248,-0.037881623953580856,-0.33220842480659485,-1.0532649755477905,-0.04767801612615585,0.22456564009189606,0.21655695140361786,-1.3396084308624268,0.5412062406539917,1.8051570653915405,0.11903675645589828,0.2811318039894104,-1.6785351037979126,-0.088602215051651,1.26827871799469,1.0868725776672363,2.6310057640075684,-0.9713101983070374,0.8707895874977112,-0.4327828288078308,-0.5711168646812439,0.2224743515253067,-2.8644020557403564,0.3555908799171448,-0.13692496716976166,0.8911001086235046,0.13882653415203094,0.7004162073135376,-1.4136717319488525,-1.6807801723480225,0.42769646644592285,0.7163235545158386,1.1483745574951172,1.9507728815078735,-0.9314199090003967,0.6537166237831116,-0.27469712495803833,1.0166579484939575,0.318107008934021,-0.13294744491577148,0.49391576647758484,-0.10422847419977188,2.2515954971313477,0.7042002081871033,1.1491143703460693,0.7649081349372864,1.4841078519821167,-0.4920108914375305,-1.2406309843063354,-2.1661195755004883,-1.2929341793060303,0.9499430656433105,-0.08203855156898499,1.3678821325302124,0.1226329505443573,0.6087946891784668,-0.9127978682518005,0.6728406548500061,1.9522147178649902,-0.17710821330547333,0.1296568512916565,1.0452877283096313,-1.6708738803863525,0.30333614349365234,-0.08516258746385574,0.0029453791212290525,0.2145587056875229,-0.9843397736549377,-0.1105634793639183,0.1836080253124237,-1.9169485569000244,-1.0413503646850586,2.069291830062866,-0.3162555396556854,1.7152433395385742,1.609142541885376,1.1087809801101685,0.21233142912387848,-0.17565026879310608,1.0183837413787842,0.08469169586896896,0.628241240978241,-0.10756830126047134,1.2118515968322754,1.0125923156738281,0.7049900889396667,0.08839140087366104,-0.5531299710273743,0.11690571159124374,-0.8740457892417908,1.261013150215149,1.8114731311798096,-0.3837099075317383,1.136088490486145,0.5215054154396057,0.03649742156267166,-1.2207911014556885,-0.5571520924568176,-1.3445404767990112,-0.7567776441574097,-0.07716753333806992,-0.7781424522399902,0.8086310625076294,-1.658413052558899,-0.5539557933807373,0.5175259709358215,0.7029955983161926,0.5904788374900818,-0.7886106967926025,0.7620636224746704,1.5397793054580688,-1.113848328590393,-0.7934155464172363,1.7899260520935059,0.266775906085968,0.44523707032203674,0.9963529109954834,0.025715421885252,1.1420377492904663,-0.5941897034645081,0.0252670980989933,0.030243011191487312,-0.32959866523742676,0.1958414763212204,-0.10657896846532822,2.093416929244995,0.36816883087158203,-1.7901227474212646,-1.4417097568511963,0.30364957451820374,-1.032732605934143,0.43238067626953125,1.2584762573242188,-1.1538323163986206,-0.8346752524375916,-0.01584996096789837,-0.6575336456298828,1.1730166673660278,0.22593942284584045,-1.4125206470489502,-1.3171803951263428,1.1724846363067627,-0.8095775842666626,-1.707704782485962,-0.7917302846908569,-0.8005663156509399,0.6620569825172424,-0.7914161682128906,-0.9192206263542175,-6.264179706573486,-0.03723197057843208,0.4812152683734894,-2.062556743621826,-0.823141872882843,-0.6425306797027588,1.517082691192627,0.7308405637741089,-2.4891443252563477,-3.285630226135254,-0.03947414457798004,-0.5569038391113281,-1.982503890991211,-0.512157678604126,0.937524676322937,-1.1548957824707031,1.0070371627807617,-0.7084733247756958,0.10322172939777374,0.5623212456703186,0.0005955825326964259,-0.17349237203598022,-1.2575280666351318,-0.42051535844802856,4.0387187004089355,-0.8176708817481995,-0.5131590962409973,-2.5915207862854004,-0.9582765698432922,-0.7903522849082947,1.52094566822052,-0.7169076800346375,0.01038012932986021,1.9134324789047241,-0.6080492734909058,2.144110679626465,1.4420862197875977,1.2335554361343384,0.5239963531494141,-0.15537235140800476,-1.0397998094558716,0.969277560710907,-1.3257081508636475,-0.1780470609664917,-0.8716318011283875,1.5879555940628052,1.0316836833953857,0.2814697027206421,-0.17330794036388397,2.360006332397461,0.5931901335716248,1.6958779096603394,-0.005611947737634182,-0.029085446149110794,-1.1097854375839233,-0.7100865244865417,-1.123131275177002,-0.3498018682003021,-0.23193925619125366,-0.08362200856208801,-0.08282289654016495,-0.44514399766921997,0.13498148322105408,0.4563911259174347,0.5443060994148254,1.4073597192764282,-1.5493102073669434,-0.06245961785316467,-1.2735875844955444,-0.5840938091278076,-0.7423809170722961,0.5936665534973145,-0.8691369891166687,0.5222282409667969,-0.6763418316841125,-1.155383586883545,0.28739675879478455,0.42466089129447937,1.7502745389938354,-0.7623803615570068,-0.6053345203399658,-1.847755789756775,-0.3857138156890869,-0.9490745663642883,-0.756277322769165,-0.44300177693367004,0.16294191777706146,0.8919979333877563,-1.1325417757034302,-0.5362383723258972,1.4837671518325806,0.1303432583808899,0.4691634774208069,-0.11107286065816879,0.20694014430046082,0.25939542055130005,-0.13187818229198456,0.8861289024353027,-0.5817692279815674,-0.5833916664123535,1.7351083755493164,-1.48279869556427,-0.0830812007188797,0.39838626980781555,0.7431034445762634,-1.1563836336135864,-0.48522862792015076,-1.2774434089660645,-1.3648693561553955,-0.9011592268943787,0.4370010793209076,2.107189655303955,0.07565335184335709,1.3005521297454834,-1.9708983898162842,0.2546766996383667,0.6455243229866028,2.42842173576355,-0.5278324484825134,0.7627802491188049,0.36666709184646606,-0.000406757986638695,0.19839897751808167,-0.6974669694900513,-1.7260537147521973,-0.3210706412792206,1.5124471187591553,0.8001779913902283,2.4265384674072266,0.9047570824623108,0.40673333406448364,1.0789834260940552,-0.947158694267273,1.0957101583480835,-1.1625494956970215,0.7596489787101746,-1.3538429737091064,1.1296782493591309,0.03885214030742645,0.507927656173706,0.7679020762443542,1.2989180088043213,0.33867278695106506,-1.6764278411865234,-2.067039728164673,0.9231574535369873,0.4610888659954071,-0.679714560508728,0.35735875368118286,1.9407836198806763,1.0693413019180298,-1.2598392963409424,-0.6841992139816284,0.22275635600090027,1.8796108961105347,-0.7846368551254272,-0.5437638163566589,-0.9317476749420166,0.31867286562919617,-0.11909373849630356,1.1350082159042358,-1.2722375392913818,0.8893553614616394,-0.8058188557624817,1.955775499343872,0.5692362189292908,-0.5679382085800171,-1.4949297904968262,-0.3587791919708252,-0.05148852989077568,2.1761372089385986,1.1653900146484375,-0.1278427094221115,0.6604822278022766,1.115181565284729,-0.00484625855460763,-1.4425978660583496,-0.7074010372161865,-0.479246586561203,-0.2195572704076767,-0.41176918148994446,-0.6717507243156433,0.3774539828300476,-0.26614025235176086,-1.4429621696472168,-0.046892210841178894,0.5375263690948486,-0.7974794507026672,1.0876091718673706,1.6522634029388428,0.8902801275253296,1.599863886833191,-0.6689414978027344,-1.483501672744751,0.7217075824737549,1.0586949586868286,-0.18809930980205536,-0.12550637125968933,-2.3787078857421875,0.5493901371955872,-1.3060290813446045,0.5061127543449402,1.3095064163208008,0.6323097944259644,-1.952787160873413,-0.7277590036392212,1.1924514770507812,-0.7354366779327393,0.24635633826255798,-0.93393874168396,1.135538935661316,0.1119730994105339,0.2986271381378174,-1.3220072984695435,-1.1493271589279175,1.102921962738037,1.6716768741607666,0.252917617559433,-0.634690523147583,0.9517080783843994,-0.27447375655174255,-0.3503798246383667,-0.9430036544799805,0.2214440554380417,-0.609956681728363,-1.3531297445297241,-0.6622146964073181,-0.679081916809082,0.3912353515625,-0.31247034668922424,-2.176917552947998,-1.3153331279754639,1.4691520929336548,-0.07058118283748627,2.1313741207122803,2.5848939418792725,0.4181797504425049,-1.1475611925125122,-0.6294370293617249,0.7232940793037415,0.5148773789405823,-1.0361320972442627,-0.3966541588306427,-0.44785934686660767,1.5506460666656494,-1.5630617141723633,-0.5511800646781921,0.45687440037727356,0.046457596123218536,-2.68750262260437,1.2965489625930786,0.6484107375144958,0.39391854405403137,0.2377505749464035,-0.09630860388278961,-1.0668658018112183,-0.13288778066635132,-1.5722084045410156,-1.2779918909072876,-2.0626564025878906,-0.055294789373874664,-0.6663568615913391,-1.5036109685897827,-1.0059795379638672,0.9915467500686646,-1.8364217281341553,-0.4315182566642761,0.8203674554824829,0.008716171607375145,0.12628407776355743,-0.35349538922309875,1.614076852798462,0.4632655084133148,-0.7179712653160095,0.8037306070327759,0.5278285145759583,-1.9262316226959229,0.937578558921814,0.9112605452537537,0.27610671520233154,0.4667775630950928,0.9315648674964905,-1.6248676776885986,-1.3389508724212646,1.9471535682678223,-1.086374044418335,-0.28320077061653137,0.35383880138397217,1.0996984243392944,1.2831071615219116,0.7695291042327881,1.4578393697738647,-2.2145965099334717,-0.8660438060760498,1.7457497119903564,0.27955105900764465,-2.0553665161132812,0.3167818784713745,-1.3386346101760864,0.8764114379882812,0.08870996534824371,0.4989265501499176,-0.42487162351608276,1.5231270790100098,0.12974520027637482,-0.0899098813533783,-1.2642720937728882,1.1294748783111572,-0.29697003960609436,1.1807026863098145,1.0544790029525757,-0.8506092429161072,-1.2206060886383057,1.2496589422225952,0.5072489380836487,1.1024848222732544,0.48531395196914673,-0.4115225672721863,-0.3988261818885803,-0.11810648441314697,0.8429067134857178,0.24035526812076569,1.4380372762680054,-1.7081557512283325,1.3819860219955444,1.1984549760818481,4.4359235763549805,-1.176650881767273,0.831457257270813,0.9348644018173218,2.57143497467041,0.6227981448173523,-1.7460192441940308,0.26831087470054626,-0.5017817616462708,-2.9668054580688477,1.7456951141357422,-0.17607909440994263,-1.9498518705368042,-0.541155993938446,-0.5188162326812744,-0.9528775215148926,1.670945405960083,-0.017691921442747116,-0.5624610781669617,-1.1110680103302002,0.9745455980300903,-0.1407364457845688,-0.9715110063552856,-0.3037753403186798,-2.092545747756958,1.915762186050415,-0.6996179819107056,-0.5347310900688171,0.7044080495834351,-0.14332139492034912,0.2427915334701538,-0.7469547390937805,-0.39527428150177,0.08323825895786285,-0.9439610242843628,1.230153203010559,-0.8917171955108643,1.4188778400421143,0.6586408019065857,1.0472397804260254,-1.2218809127807617,0.9503579139709473,-0.05582761391997337,-1.1146737337112427,-1.4831490516662598,2.261359214782715,-1.062514305114746,-0.031656939536333084,0.6614933013916016,1.3150689601898193,-0.6551357507705688,-0.18549887835979462,2.382620334625244,-0.5546755790710449,-1.1526823043823242,0.47503960132598877,-1.4937193393707275,2.400315761566162,-0.3282957971096039,-0.01876346580684185,0.03846289962530136,-0.03741638734936714,0.3912098705768585,-1.9276401996612549,-0.10494919121265411,0.0773242935538292,-1.2874820232391357,-1.38361656665802,2.766782283782959,0.7426983714103699,-0.01579577662050724,-0.5817299485206604,-0.8508459329605103,-1.2944344282150269,-2.7053563594818115,-0.15469209849834442,-1.6162396669387817,0.08989448100328445,1.3619543313980103,-1.7879948616027832,-0.2899080216884613,0.007924805395305157,-0.10885658860206604,-0.1936253011226654,-0.4442143142223358,-0.36593273282051086,-1.3522120714187622,-0.7526140809059143,-0.09249364584684372,-1.9718033075332642,-0.5643505454063416,-1.8954473733901978,0.8834278583526611,-1.4578347206115723,0.859566330909729,0.5299943089485168,-1.2158982753753662,0.24087901413440704,0.8329493403434753,-0.6503214836120605,-0.3786153495311737,-0.30641162395477295,1.0997114181518555,-0.9134860038757324,2.071370840072632,-0.055315569043159485,-0.3876233398914337,-0.5366358757019043,-0.15209317207336426,0.6633398532867432,-0.11346662044525146,0.9342550039291382,1.8121037483215332,-2.1930160522460938,-0.7121230959892273,1.2053180932998657,0.09916887432336807,0.8156255483627319,-1.1011723279953003,-0.8750983476638794,0.5175538063049316,1.1204924583435059,-0.1425315886735916,-1.6634008884429932,-2.000211477279663,-0.5262184143066406,-0.4528357684612274,0.7766211032867432,0.5665714144706726,-1.8961148262023926,1.5436939001083374,-0.5921371579170227,-0.170594722032547,0.2989218831062317,-0.4639336168766022,0.35176271200180054,-1.094307780265808,-0.8708710670471191,-3.1391379833221436,-0.5711662769317627,-0.27265140414237976,-0.967717707157135,0.6551871299743652,1.3476524353027344,0.5286923050880432,-0.5718063116073608,0.6124812960624695,-1.1473809480667114,0.31106889247894287,-1.5118249654769897,-0.37441787123680115,-0.015549829229712486,-0.20105552673339844,-0.027780631557106972,-2.083355665206909,-0.1078033372759819,-0.41124051809310913,-1.1589184999465942,-1.5849943161010742,-0.3503202199935913,-0.19754844903945923,-0.37444522976875305,-0.2563847303390503,0.34100204706192017,-0.33001092076301575,0.14178356528282166,0.579023540019989,0.14594632387161255,-0.1839928776025772,-1.6514923572540283,-0.9666631817817688,-1.2300273180007935,0.784757137298584,-1.7871028184890747,-0.03716253861784935,0.2371595799922943,0.3708015978336334,-0.5640517473220825,1.1399710178375244,-0.8089790940284729,1.1195241212844849,-0.5746701955795288,-0.26570403575897217,1.19092857837677,0.9627568125724792,0.2791057825088501,0.23646646738052368,-0.28904590010643005,-0.18699334561824799,0.236451655626297,0.11532262712717056,-1.0884259939193726,-0.6259828805923462,1.6566187143325806,-2.1534664630889893,0.2230619490146637,-0.5295853614807129,0.670275092124939,1.992197871208191,1.123358130455017,1.827911615371704,0.04749957099556923,0.04816067963838577,0.4309740960597992,0.40866777300834656,-0.033805251121520996,-0.9229422211647034,-0.7795101404190063,1.1422741413116455,0.049288369715213776,2.3141422271728516,-0.7837170362472534,1.9223554134368896,-0.07123883068561554,4.555469512939453,1.0383437871932983,-0.6631657481193542,2.477424383163452,0.12166889756917953,-0.39581069350242615,2.1549293994903564,0.2849808633327484,0.3820206820964813,-0.14697876572608948,1.6749752759933472,-0.29296910762786865,-0.1285119205713272,0.8685759902000427,-2.383587598800659,1.0372413396835327,1.7243781089782715,0.8842756152153015,0.9115558862686157,0.9688510894775391,0.40119698643684387,-1.817442774772644,-1.0832618474960327,-1.69000244140625,0.22133807837963104,0.012111668474972248,0.22946016490459442,-0.31174415349960327,-0.9413948655128479,-1.0034704208374023,-0.831273078918457,0.03088131546974182,0.9597493410110474,-0.7236538529396057,0.8020460605621338,-0.7138873338699341,-1.366952657699585,-0.5432583689689636,-0.07508905977010727,-0.3080962896347046,1.2402377128601074,0.1513582319021225,-0.6803447008132935,-0.07024739682674408,-0.7202173471450806,-0.7110710740089417,-1.0512745380401611,-0.06911665201187134,-0.469567209482193,-0.5983788967132568,0.17963756620883942,-0.290103018283844,1.5480839014053345,-0.49124273657798767,-1.2350800037384033,0.5610361695289612,0.49250710010528564,0.42351868748664856,-2.3733363151550293,0.31236493587493896,0.2506757080554962,-3.2711968421936035,0.9058590531349182,-0.050075508654117584,-0.5646856427192688,0.5226879715919495,2.216492176055908,-0.5484068393707275,-0.043809909373521805,0.36967915296554565,-0.4807600975036621,-0.8808519840240479,-0.09509347379207611,-0.8865604400634766,-0.19968847930431366,0.9310542345046997,1.2952715158462524,0.868870198726654,1.067069172859192,1.6039996147155762,0.6258417367935181,0.0795413926243782,-3.14587140083313,-0.030651355162262917,-0.9208194613456726,-0.2708061933517456,-0.6147590279579163,0.019973482936620712,-0.6832008957862854,1.6188656091690063,0.5080653429031372,1.0137832164764404,0.3064277172088623,-0.5514779686927795,-1.345829963684082,-1.4857947826385498,0.7023316025733948,-1.7697316408157349,2.9252538681030273,-0.8367131352424622,-0.7902140617370605,-0.08581255376338959,-1.4045523405075073,1.4052892923355103,-1.5531058311462402,-2.1710572242736816,0.36848610639572144,-0.18819305300712585,-0.142748162150383,-0.8988866806030273,-1.3265546560287476,-2.2474896907806396,-1.5628604888916016,0.234995037317276,1.0335242748260498,1.5697215795516968,0.5640584826469421,1.1633484363555908,-1.6850662231445312,-0.14847910404205322,0.12987260520458221,-1.0974125862121582,-0.0566636361181736,-0.3763524889945984,-0.6333478093147278,-1.4169564247131348,0.045820195227861404,-1.1491451263427734,-1.713019609451294,-0.9488212466239929,-1.1019750833511353,-1.2151358127593994,0.4937095642089844,1.227748990058899,0.7760884761810303,0.42414796352386475,0.7317910194396973,0.9151793122291565,-1.129225492477417,-0.548687756061554,0.5239185094833374,0.9083646535873413,0.3468286395072937,-1.1012805700302124,1.6348137855529785,-0.6601094603538513,0.6575301289558411,-1.648066520690918,1.2885476350784302,0.11152959614992142,-0.21388551592826843,0.37556201219558716,-0.5923385620117188,0.35964831709861755,-0.25380685925483704,-0.9142274856567383,-0.36603257060050964,3.270888090133667,0.575349748134613,0.8230227828025818,0.8221091628074646,-0.7934674620628357,0.44396543502807617,-0.14373266696929932,1.4959897994995117,0.16589638590812683,2.436126232147217,0.21853028237819672,-0.888105034828186,0.8836981058120728,-0.49274417757987976,0.5687875151634216,-0.9903843998908997,-0.6163081526756287,0.1898781955242157,-0.4356417953968048,1.0823408365249634,0.42888274788856506,0.8800620436668396,-0.12208639085292816,0.11054601520299911,0.20298482477664948,3.161280393600464,1.0717836618423462,0.052784305065870285,-0.22814665734767914,0.37473854422569275,-0.13020329177379608,0.9760258793830872,0.9661164283752441,0.4932648837566376,0.4612101912498474,-0.6511684656143188,-1.1860499382019043,0.9473114013671875,-0.34777703881263733,0.2998126447200775,0.03654269129037857,-0.6872694492340088,0.19900374114513397,-0.10176253318786621,-1.3952034711837769,-0.7386318445205688,-0.2567530572414398,-0.8749740123748779,-0.4253177344799042,-0.2165328860282898,2.7455084323883057,-0.4863828718662262,0.5908800363540649,0.6316284537315369,1.362228274345398,-0.4042152166366577,0.6137556433677673,0.19948914647102356,-2.088059663772583,1.0341070890426636,-2.8442463874816895,-0.8287039399147034,-0.6310728788375854,-1.297092080116272,-0.6579276323318481,-1.4495528936386108,-2.021796703338623,1.0617326498031616,-1.935638666152954,-0.31241098046302795,-1.073217749595642,0.00761255482211709,-1.6619205474853516,0.18198725581169128,-0.5693742036819458,-0.16425098478794098,0.6953414082527161,-1.257144570350647,-1.8432713747024536,0.21841314435005188,-0.4588834345340729,-1.3185173273086548,0.24482430517673492,0.0631309226155281,-0.9237746596336365,-2.110834836959839,0.13551902770996094,0.7116379141807556,-0.835094690322876,-0.0220635998994112,0.5907720327377319,-1.193414568901062,1.5930628776550293,1.6227731704711914,0.07536442577838898,-1.402476191520691,0.18293334543704987,0.3572097420692444,-1.5033286809921265,0.38264191150665283,-0.6045233607292175,-0.8663219809532166,-0.5168523788452148,-1.4733210802078247,-0.9893497824668884,0.31829938292503357,-2.848457098007202,0.15485183894634247,-0.6541430950164795,1.042796015739441,-2.4013895988464355,0.4096774458885193,0.1942814439535141,0.8473535776138306,0.9533774256706238,0.13168533146381378,0.4254847466945648,-1.1188491582870483,-0.3664378523826599,-0.5584697723388672,1.6310478448867798,-0.3312271237373352,0.6676264405250549,2.2800486087799072,-0.11024532467126846,-1.282806634902954,1.6242092847824097,1.5854969024658203,0.6115431785583496,1.9805411100387573,-1.5453641414642334,1.474003553390503,0.279499351978302,1.0880498886108398,0.42156943678855896,1.8112390041351318,-1.6822017431259155,0.47287309169769287,-0.518838107585907,-0.35098353028297424,1.8216289281845093,0.4387589991092682,-0.629420280456543,-0.25964128971099854,1.0301029682159424,-1.0288441181182861,-0.5445534586906433,-0.018036507070064545,-1.2586992979049683,-0.7289562821388245,0.09401042014360428,1.0508805513381958,1.200021505355835,1.2880159616470337,-0.4310379922389984,2.031170129776001,-1.4415199756622314,-1.0645960569381714,-1.3390792608261108,1.937105417251587,-0.2404583990573883,0.23203811049461365,0.04774516075849533,-0.7097914218902588,0.8582776188850403,-0.7360440492630005,1.6561648845672607,-0.6969409584999084,-0.4770611822605133,0.08805938810110092,0.21914702653884888,-1.5616554021835327,-0.8116962909698486,0.663217306137085,-0.512834906578064,2.350334405899048,-0.5145880579948425,-0.39744260907173157,1.512097954750061,-0.8360158801078796,-0.8928301334381104,-1.0139336585998535,-1.2511043548583984,-1.3788951635360718,-1.064074158668518,1.027693510055542,1.002152442932129,2.5209102630615234,0.10893967747688293,-0.6549667716026306,1.286422848701477,-0.830109715461731,-0.5523788332939148,-0.8644347190856934,1.6364741325378418,0.26737478375434875,-1.5515168905258179,1.1468925476074219,-1.6190602779388428,1.2422815561294556,2.409266710281372,0.47831225395202637,0.04949008673429489,-2.499918222427368,-1.5792852640151978,-1.4122148752212524,-0.6031827926635742,-0.6522930860519409,-0.9915993213653564,-0.3676462471485138,-0.16854017972946167,-0.40663307905197144,-0.1818326860666275,0.9865912199020386,0.7826762199401855,-1.4291014671325684,-0.09903660416603088,-0.5091267824172974,0.22668994963169098,-0.14627832174301147,0.04690200462937355,-1.1839196681976318,0.7248754501342773,1.3125641345977783,-0.016931282356381416,-1.2182509899139404,-0.1481727510690689,0.5482208728790283,-0.5785518288612366,-0.3794119954109192,0.04770015925168991,-0.018403807654976845,-0.06267563998699188,-0.659429132938385,-0.9634363055229187,1.03317129611969,0.0730893611907959,-1.5259841680526733,0.17503157258033752,-0.30489441752433777,0.620935320854187,-1.4137746095657349,-1.6373728513717651,-0.013603061437606812,-1.4267152547836304,-0.8364474773406982,-0.41126105189323425,0.5104812383651733,-1.0538820028305054,-2.000807285308838,0.7282724380493164,-1.9162636995315552,-0.45955413579940796,1.2520196437835693,-1.407668948173523,-1.145315170288086,-2.130704641342163,0.9528921246528625,-1.0664905309677124,0.9285714030265808,1.6487351655960083,-2.141489267349243,2.3841538429260254,-0.005091868806630373,0.8686936497688293,3.3314261436462402,-0.805433452129364,-1.139147400856018,-2.37211012840271,1.40250563621521,-1.1829700469970703,-1.3832485675811768,-1.2327420711517334,-0.5016378164291382,-1.0609065294265747,0.1125408411026001,1.623943567276001,0.6725190877914429,-0.5354479551315308,0.6629239916801453,1.7372746467590332,-0.059120241552591324,-0.42094600200653076,0.639742374420166,-0.7679421305656433,0.20297859609127045,1.228089690208435,-0.10738270729780197,-0.8452143669128418,-2.473487615585327,-0.624992311000824,-0.5038231015205383,-1.3196476697921753,-1.5838580131530762,0.18702861666679382,-0.5929270386695862,2.185819625854492,0.5596997737884521,-0.9158201813697815,-0.4390767514705658,-1.276286244392395,-0.5186624526977539,-2.4075818061828613,-0.6436824202537537,0.6042980551719666,2.2999188899993896,0.5140987634658813,0.23238152265548706,0.16568611562252045,-3.0035500526428223,-0.27365225553512573,3.105299949645996,-0.31659722328186035,0.3330540955066681,-1.5261403322219849,-0.14270779490470886,-0.5071233510971069,1.2147822380065918,0.6429908275604248,-0.45178449153900146,-0.21147742867469788,1.350643515586853,-1.1981325149536133,-1.5241929292678833,0.13109369575977325,1.640153408050537,-0.5601668357849121,0.3833616077899933,0.981756329536438,-0.3142773509025574,-0.7005678415298462,-0.0921793133020401,-0.25205379724502563,-0.13708356022834778,1.1855252981185913,1.015906810760498,-2.1331543922424316,-0.03888553008437157,-1.2470645904541016,-0.08963780105113983,2.851774215698242,-0.5596035718917847,0.9450539946556091,0.5950624942779541,-0.46008720993995667,-1.644022822380066,1.8342748880386353,0.5672619342803955,-0.04614262655377388,-2.2985575199127197,0.47648128867149353,-1.1333303451538086,0.2859390079975128,-0.32440170645713806,-0.1844475269317627,0.750523567199707,-1.6670548915863037,0.6073837280273438,-0.27347302436828613,-1.085951328277588,-0.714319109916687,2.130228281021118,-0.5367961525917053,-0.4521491229534149,-1.463951826095581,0.09209893643856049,0.9960483312606812,0.7265434265136719,2.583709955215454,-1.139695405960083,0.8879658579826355,1.9434319734573364,0.6047964692115784,0.3275362551212311,-0.3465954661369324,1.6445610523223877,0.93181973695755,-1.232029676437378,0.48093050718307495,-0.6503220200538635,-0.4378868043422699,0.03855447471141815,0.006805942859500647,-2.357757806777954,0.5403951406478882,1.3247332572937012,0.9645054936408997,0.5922460556030273,-0.8533279299736023,-1.9551767110824585,-1.793057918548584,0.666780948638916,-1.2549896240234375,0.5608806610107422,-0.0049743689596652985,1.1352018117904663,0.3415450155735016,-0.3477592468261719,0.2769254446029663,0.890838623046875,0.2747334837913513,0.048384636640548706,-2.85250186920166,2.773918867111206,-1.231187105178833,0.7287493348121643,-0.35466164350509644,-1.0409170389175415,1.3585129976272583,-2.3235738277435303,-1.1085963249206543,-0.5910835862159729,-2.2140462398529053,-1.556797742843628,0.8534926176071167,-0.07792302221059799,0.8101221919059753,-0.9412059187889099,-1.9497591257095337,0.23060792684555054,-0.18967653810977936,0.795613706111908,-0.4441414773464203,0.6274900436401367,0.9379534721374512,-1.226645588874817,-1.3640048503875732,0.6875624060630798,1.2695597410202026,1.6641526222229004,0.7893157005310059,0.8366348743438721,0.5573855638504028,0.6194183230400085,-0.5838263034820557,-0.27048078179359436,-0.2724252939224243,-0.7761563658714294,0.007356284651905298,1.748365879058838,-0.5311806797981262,-2.9783477783203125,0.1680721789598465,-0.697562038898468,0.07133061438798904,-0.06586587429046631,-0.9768086671829224,1.57501220703125,-1.9747546911239624,0.20942090451717377,-1.1514239311218262,-0.998907744884491,-0.7064175009727478,-0.5102550387382507,-0.5856291651725769,6.414989471435547,-0.4124821424484253,-0.9131605625152588,-0.2203790694475174,-0.0823175311088562,-0.540234386920929,5.857649326324463,-0.8012712001800537,-1.30561363697052,0.7707547545433044,0.2805744707584381,-1.420469045639038,0.8286038041114807,0.7147727012634277,-1.3919764757156372,-2.6185169219970703,-1.0856928825378418,-2.4890832901000977,-0.07550094276666641,-1.1407136917114258,1.6106418371200562,-0.26596835255622864,0.7115518450737,0.9525958299636841,2.3974196910858154,1.0844475030899048,0.46478796005249023,-1.7714744806289673,-0.36520639061927795,-1.014061689376831,0.7528355717658997,-1.312108039855957,-1.5222764015197754,-0.2874530851840973,1.800583004951477,0.7534937262535095,1.7450841665267944,0.5423391461372375,0.3478591740131378,1.0627707242965698,0.4654468595981598,-0.6128785014152527,-0.9724600315093994,0.401062548160553,-0.9275155067443848,0.9191213250160217,-0.9604229927062988,-1.124731421470642,0.14437299966812134,-1.3922560214996338,-0.339735746383667,0.49787408113479614,2.487689733505249,0.11655011773109436,-0.5357117056846619,1.2860511541366577,0.5607632398605347,-0.9159748554229736,-0.24886062741279602,-1.445125699043274,-0.5091803669929504,-1.2200307846069336,-0.4072553217411041,-2.6464297771453857,0.249164879322052,-2.167663812637329,0.4168916940689087,0.7571503520011902,0.3778870105743408,0.3840580880641937,1.1911680698394775,1.2421663999557495,0.2010762244462967,1.4964770078659058,0.39618006348609924,0.48839548230171204,-1.891226887702942,-1.7390971183776855,-0.540939211845398,0.1360216736793518,1.7135893106460571,-0.18283909559249878,-1.141731858253479,0.06694106757640839,1.4480259418487549,1.4994285106658936,1.0260753631591797,1.5004143714904785,0.12933242321014404,0.04129280522465706,-0.4731130301952362,-0.025914359837770462,-0.5772196054458618,-1.5719712972640991,-0.7927883863449097,-0.47294941544532776,1.056554913520813,0.7407422661781311,-1.074951171875,-3.5452113151550293,-0.7939123511314392,-0.3425673544406891,-1.5047435760498047,-0.6841719746589661,0.13088460266590118,0.18523050844669342,-1.7232691049575806,1.3593708276748657,0.2678087055683136,0.6387909054756165,0.2838518023490906,-0.22793863713741302,-0.0675722137093544,-0.3511832654476166,-2.8470635414123535,0.14163166284561157,-3.412804126739502,-1.1166119575500488,0.9585749506950378,-0.7193866968154907,-1.3146164417266846,-0.4438813030719757,-0.0033631683327257633,0.37488189339637756,0.7278317809104919,0.5739445686340332,-0.7735887765884399,0.6609827876091003,-1.3551244735717773,-0.09192870557308197,-0.613625168800354,-0.2293594628572464,0.07593643665313721,0.33687758445739746,1.9763137102127075,-0.48181235790252686,0.12026126682758331,0.405914843082428,-1.804165005683899,-1.1497994661331177,0.3408535122871399,0.5086531043052673,1.3482630252838135,0.4155232012271881,-1.6756765842437744,1.1176457405090332,1.710382342338562,-0.7457130551338196,0.012681928463280201,-1.2421382665634155,1.286171317100525,0.8906859755516052,0.9304222464561462,-1.0158611536026,0.4365996718406677,1.2308205366134644,-0.5227271914482117,0.5553576946258545,0.6860412359237671,-2.2260913848876953,0.2964154779911041,-0.2906033992767334,-1.6570148468017578,-1.6767877340316772,-1.1314172744750977,1.5108892917633057,1.9023598432540894,-0.45596787333488464,-0.4605935215950012,0.8235625624656677,1.0183852910995483,1.1668636798858643,-0.5036044716835022,0.5285546779632568,-1.209252953529358,-0.8083950877189636,-0.8386816382408142,-0.49033573269844055,-1.0191115140914917,2.075488328933716,-1.025298833847046,-0.6664370894432068,1.0623987913131714,0.7754642963409424,-0.20616251230239868,1.1370856761932373,-0.7048628926277161,0.5302092432975769,2.0915937423706055,-0.956301212310791,-0.20227105915546417,-0.5582904815673828,-0.48850253224372864,-0.634443998336792,-1.1551371812820435,-0.07189471274614334,-0.7215139865875244,-2.3127613067626953,-0.00119372783228755,0.26765838265419006,-0.8613234162330627,1.5420647859573364,1.178177833557129,-0.2252613753080368,0.044150613248348236,0.29929521679878235,0.7675123810768127,-1.8103652000427246,1.1876007318496704,0.08872975409030914,1.5152668952941895,0.8906958699226379,-0.1141510084271431,2.140511989593506,-1.2225985527038574,0.24374574422836304,0.15031421184539795,-1.8076887130737305,-0.6895089745521545,1.5261704921722412,1.6875718832015991,2.571866750717163,-0.2341337352991104,0.8283728361129761,-0.746881365776062,-0.8281817436218262,2.092738151550293,-2.11348295211792,0.5399947762489319,0.03298385441303253,-0.5524736046791077,1.4984829425811768,-0.07812373340129852,-1.57941472530365,-0.21710211038589478,0.3067929744720459,-0.869347095489502,0.5924818515777588,1.1570223569869995,0.04522429406642914,0.5628786087036133,0.48437896370887756,0.46404433250427246,0.8258470892906189,1.1839474439620972,-0.014383869245648384,-1.056467056274414,-0.39126625657081604,-0.8108867406845093,0.7818092703819275,0.2904100716114044,-0.9371392726898193,0.7918726801872253,-1.005338191986084,1.6534062623977661,-1.1858646869659424,0.4305656850337982,1.9893995523452759,-1.0552011728286743,-0.002466426696628332,-0.13945205509662628,0.15894292294979095,-0.74244624376297,0.6236684322357178,-1.5209330320358276,-0.7920307517051697,-2.4559640884399414,-3.3742337226867676,-1.179072618484497,-1.2670108079910278,-0.38830801844596863,0.30492401123046875,0.36076804995536804,-0.14793908596038818,-1.9492664337158203,-1.8763275146484375,0.7113586068153381,-0.5246131420135498,0.1584734320640564,1.0203851461410522,-0.4741629660129547,0.9756306409835815,1.2739348411560059,-0.10973845422267914,-3.895387649536133,-1.1631585359573364,0.27903369069099426,-0.19694866240024567,0.612421989440918,1.2003960609436035,-2.0529632568359375,-0.217962384223938,0.9115272164344788,-2.2263071537017822,1.3836199045181274,1.275841236114502,1.2779282331466675,-0.4119928777217865,0.08134731650352478,-0.6882270574569702,-0.0002531391801312566,-0.6670417785644531,-2.3981990814208984,-0.5909783244132996,-0.7271476984024048,-1.6276001930236816,-0.5199674367904663,-0.9369404911994934,0.4875212013721466,-2.846505641937256,-0.697170078754425,0.5161964297294617,1.150393009185791,-1.206344485282898,0.22658082842826843,0.7111254334449768,1.4747427701950073,1.2404695749282837,0.155999094247818,-0.8202064633369446,-0.5035880208015442,-0.41086623072624207,-0.3734242618083954,-1.6119611263275146,0.2910661995410919,0.9378271102905273,-1.0390502214431763,-1.5777798891067505,-0.3414207994937897,0.46500521898269653,-1.3034745454788208,-1.5305219888687134,-0.8610358834266663,1.4955525398254395,0.49206459522247314,0.7659693360328674,0.14888028800487518,1.100764274597168,0.24179783463478088,0.3738577961921692,0.2991967797279358,1.3400063514709473,0.7099005579948425,1.1139637231826782,1.196823239326477,1.197718620300293,-0.11892040818929672,0.5108602046966553,0.4518328011035919,-0.4217803180217743,0.39421677589416504,-0.1541391909122467,1.4822463989257812,-1.1169493198394775,-1.3847275972366333,0.06981781870126724,-0.4566062092781067,0.9341117143630981,-0.5691463351249695,-0.735234797000885,-0.6426201462745667,-0.6662622094154358,0.7875047922134399,-1.207520842552185,-0.510855495929718,0.34749120473861694,0.7139711380004883,0.5773218274116516,0.620949923992157,-1.5477018356323242,-1.6366873979568481,-0.8135693073272705,-1.131013035774231,-2.840273380279541,0.9847588539123535,0.3822381794452667,1.6938592195510864,0.11560290306806564,0.9933812022209167,-0.8531791567802429,-2.2769935131073,0.2617965638637543,-5.675182342529297,0.5738251805305481,-1.2207144498825073,0.9257435202598572,-1.5906224250793457,0.24899427592754364,1.0198876857757568,-0.7721179723739624,-0.4485182762145996,-0.4158509075641632,-0.2704765498638153,-0.362883061170578,-0.2166793793439865,0.19142647087574005,0.8843079805374146,-0.7903978228569031,-2.231271505355835,-0.9882299304008484,0.60040682554245,-0.9847396016120911,0.6771292090415955,2.252906084060669,-0.560626208782196,2.1091012954711914,0.4977748394012451,1.0456148386001587,0.25674334168434143,-1.3272448778152466,-0.0890960842370987,-2.119180917739868,-0.4514461159706116,0.10933168977499008,1.9005099534988403,1.4019057750701904,0.4109556972980499,0.7521129250526428,-1.8856358528137207,0.4341554343700409,0.5673545598983765,1.36761474609375,0.905520498752594,-1.750533938407898,0.704674243927002,-1.4777460098266602,-1.9544343948364258,-0.590816855430603,0.4597700238227844,0.2238759547472,-0.18589745461940765,-1.661604642868042,0.3096145689487457,0.3726178705692291,-0.31819862127304077,0.8616287708282471,2.3767783641815186,0.5163493156433105,-0.7760300636291504,-2.072688341140747,0.07641495019197464,0.44429996609687805,-0.7506139278411865,0.32480841875076294,0.08858603239059448,0.8496305346488953,0.47206127643585205,1.656211495399475,0.9153924584388733,0.5913903117179871,-0.48485296964645386,-1.2102336883544922,-0.9581241607666016,0.4222971200942993,-1.699379563331604,0.40288934111595154,0.37920770049095154,-1.6638026237487793,-1.0221766233444214,-0.19069792330265045,-0.3105071783065796,-5.196595668792725,-2.3081743717193604,0.16532966494560242,0.2984607219696045,-1.2585409879684448,-0.18773764371871948,-0.49957308173179626,0.5983703136444092,-1.4352773427963257,0.7571333050727844,0.1728450357913971,1.1259393692016602,1.869105339050293,-0.3255962133407593,1.4386286735534668,-0.04555119201540947,-0.7629061341285706,-2.1002132892608643,0.32141947746276855,-0.6259663701057434,0.16277991235256195,1.409525752067566,0.3294173777103424,-0.5221386551856995,-0.357547402381897,-0.406488835811615,-0.2013389766216278,-10.381118774414062,-1.646114706993103,-0.4150925874710083,0.713178277015686,1.3212380409240723,-0.9924306869506836,-3.0345613956451416,0.44466152787208557,-0.7510769367218018,1.7362595796585083,-3.359636068344116,0.08217006921768188,-0.8133828043937683,-1.2620444297790527,-2.1654608249664307,-1.6788207292556763,0.039105627685785294,-0.8769795894622803,-1.0209333896636963,0.6066428422927856,-1.61250638961792,-0.13142339885234833,-2.249641180038452,0.08671299368143082,-1.4018983840942383,-0.307969331741333,-0.26556822657585144,0.47519364953041077,-0.5353813171386719,1.700240135192871,0.8684806823730469,-1.427251935005188,-1.3864504098892212,-1.030504822731018,-0.9258504509925842,0.47625720500946045,-2.6653125286102295,-1.0062156915664673,0.48672980070114136,1.3205980062484741,-0.6749551892280579,0.8787317872047424,1.309562087059021,1.5215771198272705,-0.2817949056625366,-0.9582196474075317,1.0626376867294312,-0.1670151948928833,-0.4194214642047882,0.5405189990997314,-0.6570994257926941,-0.6296247243881226,-2.1228814125061035,-0.10266587138175964,1.4844911098480225,-0.19858191907405853,0.07774041593074799,-1.0688891410827637,-0.14621321856975555,-0.8700900077819824,-3.0836050510406494,0.6263953447341919,-0.6242714524269104,0.5806454420089722,1.2109588384628296,-0.7493399977684021,0.22971372306346893,1.225088119506836,-0.7843307852745056,0.43885964155197144,-1.6954256296157837,5.675406455993652,-2.259176254272461,0.09717167168855667,1.324870228767395,-1.466776728630066,1.9751652479171753,0.17651784420013428,0.194553405046463,-1.4485219717025757,-0.9445245862007141,-1.5100131034851074,-1.3898814916610718,-0.5111523866653442,0.5487621426582336,0.169246107339859,-1.1490986347198486,-0.37109047174453735,1.2917357683181763,-1.9817421436309814,1.5135016441345215,-0.03009880520403385,0.8029074668884277,0.4782674014568329,0.5618934631347656,1.9197958707809448,0.24492527544498444,0.18095839023590088,1.015894889831543,-1.2725228071212769,1.1873401403427124,1.2208911180496216,1.198545217514038,-0.9246073365211487,-0.3170345723628998,0.8067009449005127,-1.3338145017623901,-0.9735419154167175,-1.5591801404953003,-0.5998528003692627,0.649741530418396,0.39720308780670166,0.3138510286808014,0.5806801319122314,-1.5760563611984253,0.13427887856960297,-1.8093351125717163,-0.7421919107437134,-1.496726155281067,-0.4058230519294739,-7.972640037536621,0.37159836292266846,0.4790540635585785,-0.1305633932352066,0.13397035002708435,1.1006903648376465,1.2796874046325684,0.2869113087654114,0.4484372138977051,-0.48065662384033203,-1.430445671081543,1.315530776977539,1.7508841753005981,1.5701984167099,-0.40502026677131653,0.20680558681488037,-5.77700138092041,0.503074049949646,0.47422361373901367,1.6198312044143677,9.1646146774292,-0.43592849373817444,0.13908268511295319,-1.6780943870544434,-0.07259312272071838,-1.6751019954681396,-1.775043249130249,0.3756811022758484,-2.3547024726867676,-0.6446831822395325,-0.656821608543396,-0.14088661968708038,-2.6021523475646973,0.14485017955303192,1.7401556968688965,0.19583138823509216,0.9000344276428223,1.239406704902649,-0.42037490010261536,-1.1257140636444092,1.2370915412902832,-0.643493115901947,-0.4309362471103668,-0.11987724155187607,1.1869317293167114,1.0031731128692627,-0.5931374430656433,0.26006048917770386,0.7307142615318298,1.7259891033172607,-0.173219233751297,-1.1133867502212524,-0.03154633566737175,0.5954321026802063,0.30483782291412354,-1.0367090702056885,1.5429015159606934,-0.0768938884139061,-1.5179818868637085,0.7384417653083801,-0.33624425530433655,-0.9597815871238708,2.5081892013549805,-1.2726647853851318,-0.8381072282791138,0.37618565559387207,1.8213871717453003,0.047125235199928284,0.022741278633475304,1.071507215499878,-0.34893202781677246,1.0091572999954224,0.613037109375,0.8483406901359558,-2.733428716659546,-0.7430483102798462,-0.21516749262809753,-0.8405207991600037,0.8514919281005859,-3.3713889122009277,-0.21271497011184692,-1.4155824184417725,1.1096749305725098,0.23156683146953583,-0.361524373292923,0.8126662373542786,-1.0271055698394775,1.8432514667510986,0.31213411688804626,-0.2018323540687561,0.6668915748596191,0.5271345973014832,0.10255887359380722,1.3935357332229614,1.6124145984649658,0.7008454203605652,1.7334576845169067,-0.2791968286037445,-0.6138331294059753,-0.8378452658653259,-0.5599056482315063,-1.0169140100479126,0.6296851634979248,0.8062560558319092,0.07428383827209473,2.6844255924224854,0.788025438785553,-1.1301066875457764,0.153163343667984,0.8963205814361572,0.1276540756225586,-0.6537733674049377,0.3144681453704834,3.366042375564575,-1.486362338066101,-1.0647187232971191,0.2634207308292389,-0.02176351100206375,0.4411662220954895,-0.3249424397945404,1.845566749572754,0.7892278432846069,-0.8375766277313232,-0.5175487399101257,0.7205237150192261,-1.2989768981933594,0.5299199819564819,-0.9658603072166443,-0.394788920879364,-1.0192734003067017,0.06063653528690338,0.9746310114860535,0.34185081720352173,-0.023987827822566032,1.9424971342086792,0.696003258228302,-1.4751756191253662,1.3799604177474976,1.5340429544448853,-1.4624308347702026,-0.21565353870391846,-1.7188323736190796,1.6998122930526733,0.33285272121429443,1.0485336780548096,-1.4661178588867188,0.30776065587997437,0.803584635257721,-0.2389826625585556,-0.5248103737831116,0.6151455044746399,-0.04803724214434624,-1.0001887083053589,-0.7509130835533142,-0.0625956580042839,-0.33904018998146057,-1.559547781944275,1.9658358097076416,-0.6408312916755676,0.07788436859846115,0.5002514719963074,-0.9406085014343262,1.482024908065796,-0.0271524116396904,-0.44419607520103455,1.2761836051940918,-1.513971209526062,1.15842604637146,-0.24661687016487122,-1.0684791803359985,-0.32080385088920593,0.5733619928359985,-0.6316399574279785,1.4386705160140991,0.018282705917954445,0.25709569454193115,-0.6157001256942749,1.234627366065979,0.2640548348426819,0.5936363935470581,-0.5164436101913452,-0.24117793142795563,-1.4857856035232544,-2.026991128921509,-0.44082051515579224,0.8893949389457703,-1.5778228044509888,1.5551221370697021,-1.937669038772583,0.1184462234377861,0.44019877910614014,-0.3206444978713989,2.700039863586426,-0.9492977857589722,-1.1857764720916748,-0.07243876904249191,-1.0553523302078247,-2.7511966228485107,1.192710280418396,1.2068815231323242,1.5375137329101562,-0.33628565073013306,0.42829927802085876,0.2662704885005951,-0.35416078567504883,2.5433189868927,-0.8897585868835449,-1.390055537223816,0.42617088556289673,-0.21527917683124542,0.12088742852210999,-3.141944408416748,-0.5668560862541199,-1.0273785591125488,0.48324981331825256,-0.10256592184305191,0.6138344407081604,-1.501495361328125,-1.8405120372772217,1.0256471633911133,-0.8484777212142944,0.9700417518615723,1.4848215579986572,-0.525233805179596,1.8711596727371216,-0.5086256861686707,-0.0748145654797554,0.010193985886871815,-2.72845721244812,0.5830578207969666,-0.4165174961090088,0.3168126940727234,-0.869155764579773,-0.43730416893959045,0.45176488161087036,-0.32804346084594727,1.0917023420333862,0.4874246418476105,2.00054669380188,0.41603174805641174,0.5785624384880066,0.8446630835533142,0.9834725260734558,-1.5334848165512085,-0.38893797993659973,-1.3203028440475464,1.5110669136047363,-0.7939354777336121,1.8010891675949097,-0.7858099937438965,0.8862462043762207,-0.34106579422950745,1.8167940378189087,2.173285722732544,-0.2618616819381714,2.675126791000366,0.0759439542889595,-1.6675771474838257,1.6145155429840088,-0.43812546133995056,-0.15522544085979462,-1.226240873336792,1.7148401737213135,0.37666186690330505,-0.0780862420797348,0.5529904365539551,0.15531843900680542,-0.9173413515090942,0.12685345113277435,0.028669584542512894,-0.8941822052001953,-1.424294114112854,-0.8987104296684265,0.3185041844844818,1.1264971494674683,-0.41881856322288513,-0.05594656988978386,1.8731060028076172,-1.3725144863128662,-0.24646300077438354,0.09692712873220444,-0.44809964299201965,-1.718967318534851,-1.5651062726974487,-0.4075649082660675,-0.19778193533420563,0.6250534057617188,0.09875959157943726,-0.2809005677700043,-0.2098848521709442,3.1973328590393066,1.7726647853851318,1.4265905618667603,0.11274848878383636,0.9363260865211487,-0.15655949711799622,2.454639196395874,-0.3349861204624176,-0.7380262613296509,-1.733441948890686,-0.21874374151229858,-0.5709621906280518,-0.06381241977214813,-1.0242209434509277,-0.4565852880477905,1.1168408393859863,-1.526759386062622,-1.192058801651001,0.4368201792240143,-0.059259042143821716,-0.7619730830192566,-1.8031949996948242,-0.9477323889732361,1.1686276197433472,-1.3512895107269287,0.41076377034187317,0.4982653558254242,0.0816243588924408,1.4813494682312012,3.2997896671295166,1.3399771451950073,-0.6576868891716003,-0.6306027770042419,-1.2792179584503174,-6.143467426300049,-0.514698326587677,1.2513282299041748,0.5661659240722656,0.4591238498687744,-0.5320151448249817,-2.045071840286255,2.055391311645508,0.3663997948169708,0.48566561937332153,0.32563459873199463,1.658854603767395,0.03291226550936699,1.452507495880127,-1.6646125316619873,1.5525233745574951,0.6574785709381104,3.2554972171783447,-0.015781888738274574,-1.2481833696365356,-1.2345154285430908,1.7608236074447632,1.95320463180542,-0.4949932098388672,2.4757635593414307,0.3703109920024872,-0.9004473090171814,-0.20051850378513336,0.762935996055603,-0.1186823770403862,1.0755839347839355,-2.2765872478485107,0.4799256920814514,-1.34898042678833,1.1410945653915405,0.2863428294658661,1.5337668657302856,-0.4302802085876465,0.28375276923179626,-1.8815654516220093,-0.6237283945083618,-0.17921411991119385,0.4977954626083374,0.3193984627723694,-1.0203335285186768,0.4663223624229431,0.3361118733882904,0.7824810743331909,0.19969922304153442,-0.402267724275589,3.7479424476623535,-2.1361305713653564,-0.7426888942718506,-1.4674865007400513,-0.7805559039115906,-0.6726832389831543,1.6955746412277222,-2.330188751220703,-1.9964842796325684,-0.20349489152431488,0.43320971727371216,-0.6910653710365295,-0.7347386479377747,0.21920545399188995,-0.7562721371650696,0.02872473932802677,-0.07548048347234726,1.6789458990097046,-1.9193240404129028,0.6896647810935974,0.5743475556373596,1.783713459968567,-0.2839883267879486,-0.579844057559967,-1.1078065633773804,-0.9689074158668518,0.2423359751701355,-0.09995975345373154,-0.40789300203323364,-0.21738560497760773,-0.7746464610099792,-0.5563452243804932,-1.3089368343353271,0.8846276998519897,-0.971790611743927,-1.091221570968628,-1.2180428504943848,-0.6614260673522949,1.1908447742462158,1.006469964981079,1.2818517684936523,1.2476476430892944,0.21186871826648712,1.169995665550232,2.558990716934204,0.5811982154846191,-0.16690154373645782,-0.9650238752365112,0.5625885128974915,0.052216123789548874,0.1262306272983551,1.9935060739517212,1.574425458908081,-0.057995475828647614,-0.2698918282985687,-1.006938099861145,-0.24870701134204865,-0.6433990597724915,0.530280351638794,-0.5594314932823181,1.1695003509521484,0.5587136149406433,0.78691565990448,-0.5989968180656433,2.229816436767578,0.8080751895904541,-1.2938997745513916,-0.3913623094558716,-0.5957979559898376,-0.784510612487793,-0.02769361436367035,0.33025628328323364,0.24036264419555664,0.7239158153533936,-0.08657698333263397,-0.5810820460319519,-0.05545732378959656,0.9863576889038086,-2.135974407196045,-1.1795529127120972,2.2598929405212402,-0.752927303314209,0.651498019695282,-1.1192806959152222,0.5086344480514526,-1.1478021144866943,1.0044026374816895,1.8082798719406128,0.9924489855766296,-0.5566883087158203,-0.6261810660362244,0.19007396697998047,2.2391140460968018,0.11232021450996399,0.09455610811710358,0.09844750910997391,-0.7042971253395081,-3.5465991497039795,-1.363276720046997,0.06081843003630638,1.1432477235794067,-1.6372822523117065,0.2979574203491211,-1.0262912511825562,0.6943613290786743,-0.045500632375478745,-0.830967903137207,0.21665836870670319,1.416553020477295,-0.7897146940231323,0.08687938749790192,1.0833946466445923,-0.24208606779575348,-2.498114585876465,0.8956202864646912,0.08312040567398071,0.04231591522693634,0.7333741784095764,-1.735605001449585,1.294263243675232,2.031689167022705,0.8819836974143982,0.3567626476287842,2.0436301231384277,-0.6444713473320007,0.23783601820468903,-0.49230819940567017,-1.5803933143615723,1.0805680751800537,0.18466950953006744,0.9795290231704712,-0.7129217982292175,-1.0695551633834839,1.259503960609436,1.3628432750701904,-0.9631379246711731,-0.9407474994659424,0.26367074251174927,1.2630435228347778,0.8568557500839233,0.37049707770347595,-0.03566794842481613,1.077292799949646,-1.108764886856079,-0.3498196601867676,-2.01006817817688,0.00357964844442904,-0.4305725395679474,-1.2372972965240479,1.0157335996627808,-1.9749445915222168,0.6408202648162842,1.0819834470748901,-0.8172203302383423,0.06996165961027145,-1.3350856304168701,-1.0358946323394775,0.36076727509498596,0.03429924696683884,1.4180083274841309,0.2403012067079544,-1.1247327327728271,1.414887547492981,-0.8817175030708313,0.6197192072868347,0.3530065417289734,1.050059199333191,-0.1527627855539322,2.1386332511901855,0.6187283396720886,0.06108845770359039,-1.1029109954833984,1.3524407148361206,0.07975821942090988,0.32836663722991943,-0.10766839236021042,0.5537477731704712,-2.120328664779663,2.2992398738861084,1.0552486181259155,-0.5996118783950806,0.1906505972146988,-0.3200412392616272,1.4633291959762573,-2.3662164211273193,-1.7081319093704224,1.796497106552124,-1.261968970298767,-0.7725701332092285,-0.14350584149360657,0.2730453610420227,0.5223812460899353,-0.23554633557796478,0.07726816087961197,-0.9162650108337402,-0.03153626248240471,0.3765501379966736,-0.9069581031799316,0.15325355529785156,1.1635130643844604,-1.3815999031066895,1.8367687463760376,0.17444930970668793,0.41220930218696594,0.07073993980884552,-0.5905069708824158,-1.8342217206954956,2.675158977508545,1.1286852359771729,-0.3989144265651703,12.583501815795898,-1.8472721576690674,0.47312620282173157,-0.5363106727600098,-0.3686556816101074,0.5662546157836914,-1.2143019437789917,-1.4972422122955322,0.8227883577346802,-1.2967278957366943,-0.3971821367740631,1.5484588146209717,0.6969911456108093,0.4014551341533661,0.4877907931804657,-0.3433322310447693,-0.31675782799720764,0.2332613468170166,1.5739905834197998,3.4055838584899902,0.5838175415992737,-0.46187150478363037,-0.22708235681056976,-0.6065986156463623,0.06957775354385376,-0.5469688773155212,0.36500656604766846,-0.2956233322620392,0.3474000096321106,-0.4841706454753876,0.5740261673927307,0.017065156251192093,-1.5580215454101562,0.21171021461486816,-0.4092700183391571,-1.0082600116729736,-0.621147632598877,-0.8964539170265198,-0.5940489768981934,0.9329404234886169,2.326798915863037,0.054590240120887756,-1.3535715341567993,0.25406962633132935,-0.00432395376265049,-1.1015493869781494,1.7706280946731567,0.6576223373413086,1.8114362955093384,2.0802478790283203,-2.1913771629333496,-0.35476118326187134,0.20351968705654144,-0.3391973674297333,-0.5147377848625183,-0.4706869125366211,-0.48505115509033203,0.05484585836529732,-0.5750788450241089,-1.3994085788726807,-0.9683300852775574,-0.5692020654678345,-0.4762517511844635,-0.33407676219940186,0.6788986921310425,0.8980899453163147,-0.8368995785713196,1.159096598625183,0.103323794901371,-3.003448247909546,0.9287009239196777,1.1293128728866577,0.05799863487482071,-0.1011418029665947,-0.6424604654312134,0.9216583371162415,0.7480850219726562,1.4831444025039673,1.9988635778427124,0.9475247859954834,0.6904265880584717,0.37587279081344604,-0.5519714951515198,-1.030678629875183,0.1538543850183487,-0.6129641532897949,-2.0323002338409424,0.41157135367393494,1.3142507076263428,-0.3858298063278198,-1.3011391162872314,-0.13325944542884827,1.1893322467803955,0.7778943777084351,0.5557665824890137,0.005805285181850195,0.2667548656463623,-0.1400243192911148,-1.2590659856796265,-1.4562212228775024,-0.49785783886909485,0.69489586353302,1.1578196287155151,-1.4811087846755981,0.7058491110801697,0.9010518193244934,-0.5468984842300415,-0.07741881161928177,0.24295209348201752,-1.0104905366897583,1.0581125020980835,0.2700248658657074,0.23762083053588867,-2.2715811729431152,-0.3686409890651703,1.274580478668213,-1.2016886472702026,-1.4786781072616577,0.34289103746414185,0.5057289600372314,-0.13505896925926208,1.1411343812942505,-0.2497093826532364,1.6517077684402466,-0.42839375138282776,-2.151883363723755,-0.5379290580749512,2.167926073074341,0.669556200504303,-0.7407066226005554,0.47888922691345215,2.3410284519195557,-0.2779463827610016,1.383110761642456,-0.5384510159492493,-0.37954992055892944,-0.12208634614944458,-0.23488038778305054,2.1898598670959473,-0.6678197979927063,0.6698796153068542,-0.38350698351860046,-0.6334078311920166,0.16633687913417816,-0.7465574145317078,-1.3373018503189087,-0.10303988307714462,-0.07316216826438904,0.31587955355644226,-0.8555659055709839,-0.8722752332687378,-1.1799166202545166,-0.26258158683776855,0.981753408908844,-1.2701516151428223,1.0170094966888428,-0.045569244772195816,-0.27896738052368164,0.5898424386978149,0.07140431553125381,0.2867439091205597,-0.5312505960464478,1.2442885637283325,1.1582014560699463,-0.5767716765403748,1.6939162015914917,-0.07359757274389267,0.6164073348045349,2.152883291244507,1.307631015777588,-1.0615670680999756,0.03996305540204048,1.1348990201950073,0.6318398714065552,-0.2982480823993683,-2.1081461906433105,0.9561874866485596,-0.3131369352340698,0.8078529238700867,-1.5628550052642822,-0.27330949902534485,-0.11432181298732758,1.2215896844863892,-1.3627218008041382,-0.34837451577186584,0.3609839081764221,1.7822420597076416,0.3932369649410248,-0.02441064640879631,0.4738220274448395,0.4074215888977051,1.3639718294143677,0.5531381368637085,0.774940550327301,-0.1635594367980957,-0.6244800090789795,-0.4731202721595764,-0.1236073300242424,0.7137967348098755,-0.2916989028453827,-0.6759052276611328,-0.601762056350708,-0.8628067970275879,1.3647840023040771,-2.588216543197632,-0.6006466746330261,-0.7022140622138977,0.9559777975082397,-1.4902701377868652,0.6854079365730286,0.691232442855835,-0.4559897184371948,0.6679590344429016,-1.2645485401153564,0.46831220388412476,0.374927818775177,0.33006301522254944,-0.7359423637390137,0.029351919889450073,0.995514988899231,0.43811288475990295,0.5875548124313354,0.10540623217821121,-0.9301095008850098,0.2195742130279541,0.32259365916252136,-1.7534353733062744,0.38871240615844727,-0.053769540041685104,0.12346553057432175,0.24190975725650787,0.5335081219673157,1.1150707006454468,0.07296072691679001,0.8290770053863525,3.4839441776275635,-0.4844142198562622,-0.8158488869667053,-1.8167554140090942,2.0628371238708496,-1.7647196054458618,-0.00004659775731852278,1.0805355310440063,0.25773921608924866,0.11546014249324799,0.7465006113052368,-1.7268861532211304,0.6411338448524475,0.9323080778121948,0.4922213554382324,1.2118085622787476,-0.7635347843170166,-0.7146440744400024,-2.7424654960632324,-0.5221831798553467,-0.9677238464355469,0.522520124912262,-0.030423937365412712,2.4491801261901855,2.5956687927246094,0.5962666869163513,2.7661497592926025,-0.37202346324920654,-1.1533502340316772,-0.3509083390235901,0.3019334673881531,-0.808512270450592,0.2846464216709137,1.0572919845581055,-1.558811902999878,1.0260567665100098,1.176867961883545,-0.8207139372825623,-1.590423822402954,0.21105551719665527,1.8687212467193604,-0.9852350950241089,-0.89722740650177,0.9588765501976013,-0.3445749878883362,-0.0643988847732544,1.5437586307525635,-0.3784034848213196,1.8837677240371704,-1.0094881057739258,-0.6970751285552979,0.9000251293182373,-1.1011594533920288,-0.7148445248603821,-1.1036372184753418,2.0412588119506836,0.2812899649143219,0.7369409203529358,1.7448066473007202,0.2431011199951172,1.2364568710327148,0.3580619990825653,-1.4770475625991821,0.026804212480783463,-0.15039974451065063,2.2385993003845215,0.07357390969991684,0.23703806102275848,0.22078222036361694,1.0380436182022095,1.4433616399765015,0.8739013671875,-1.7963871955871582,-1.2739880084991455,0.21915793418884277,0.2042277455329895,-1.3579933643341064,1.2764042615890503,-0.9506452679634094,0.4804648458957672,0.19826926290988922,0.7946560382843018,1.295767903327942,0.8116012215614319,0.14938658475875854,2.340392589569092,-1.176997423171997,1.0940937995910645,0.3172673285007477,-0.204692542552948,-0.6671522259712219,-0.018548080697655678,-0.5764843821525574,-0.7024349570274353,-0.21803289651870728,0.21671612560749054,1.0359525680541992,-0.5277294516563416,0.24501116573810577,0.33271175622940063,-1.1817833185195923,0.9710269570350647,0.3905010223388672,0.6557115316390991,0.9198959469795227,1.6986159086227417,-0.804965615272522,-1.3502180576324463,1.3068829774856567,-0.8735775947570801,-1.6821411848068237,0.037405889481306076,0.2272147834300995,0.8490738272666931,0.1489318460226059,-0.7649744749069214,0.1950630247592926,-0.7218198776245117,-0.9496780633926392,1.9373342990875244,-0.15906460583209991,0.6999165415763855,-0.056988947093486786,-0.6452656388282776,-1.0932730436325073,-0.8485719561576843,-1.6543071269989014,-0.3371316194534302,-1.347744345664978,0.47792869806289673,-0.46682655811309814,-0.470054566860199,-1.7958276271820068,1.2011522054672241,0.23447966575622559,1.7665941715240479,0.2536831796169281,0.5293534398078918,-0.4088655114173889,-0.24567097425460815,0.5823320150375366,-0.6240462064743042,2.919053554534912,0.02063836343586445,-1.0359883308410645,1.4243812561035156,0.5884709358215332,-0.3525141775608063,-0.6271126866340637,1.5652618408203125,0.29683607816696167,1.4928956031799316,1.23587965965271,-0.8979752659797668,1.2934390306472778,-0.22954653203487396,1.244184970855713,-0.7154157757759094,-0.9419534206390381,-0.6452099084854126,0.8311799764633179,-0.8689698576927185,0.8402925729751587,2.7193174362182617,0.4346197843551636,0.2406998723745346,1.4434999227523804,-0.3078727126121521,1.1067160367965698,-1.6156610250473022,1.0651640892028809,-0.651473879814148,0.33931252360343933,1.3669414520263672,-1.0505309104919434,0.04756200313568115,-0.6689710021018982,1.1644784212112427,1.3076337575912476,-1.9022191762924194,-1.010235071182251,0.26001107692718506,-0.2119484394788742,0.050259776413440704,-0.10075751692056656,-0.4216970205307007,-0.2201661616563797,0.08426406234502792,0.4666435420513153,-0.808185338973999,1.7051916122436523,-1.263411521911621,-0.33391767740249634,-0.15190459787845612,0.8270983695983887,-1.3041043281555176,-1.5928456783294678,1.494869589805603,-1.4993486404418945,1.338538408279419,-0.750898540019989,1.007926344871521,-0.7784678936004639,-0.33811986446380615,0.9683821797370911,1.5167886018753052,0.7559560537338257,1.913030982017517,-1.3602999448776245,0.16299647092819214,-1.873468279838562,1.9626721143722534,0.018846780061721802,1.809127688407898,-0.01527507696300745,1.1284997463226318,0.020406555384397507,0.24403144419193268,0.23702466487884521,0.33058518171310425,-0.6445960998535156,-0.51063472032547,-1.1949318647384644,0.7895117998123169,-1.3719663619995117,1.2403779029846191,0.3683071732521057,-1.4895883798599243,1.1470842361450195,-0.5402876734733582,-0.1324024200439453,-1.4589452743530273,1.6034711599349976,0.27175405621528625,-0.2337779849767685,0.46996212005615234,3.39078950881958,-0.9996206760406494,0.4119360148906708,-1.369746446609497,-0.6410892009735107,-1.0056157112121582,0.9561498165130615,0.3041459023952484,-0.7409511208534241,-0.22508081793785095,1.2910630702972412,-0.19907303154468536,1.3589872121810913,0.8958737850189209,0.41853904724121094,1.3646419048309326,0.8032757639884949,0.9096290469169617,0.2123287171125412,1.1526293754577637,0.6804032921791077,-0.05712153762578964,1.1886934041976929,1.7873417139053345,-0.5956373810768127,0.1734711229801178,-0.7287551164627075,1.0440292358398438,0.4963059425354004,-0.9293943047523499,0.7860638499259949,0.23614394664764404,-0.9385614991188049,1.691009283065796,1.4353874921798706,1.185558795928955,-0.8063293695449829,2.5046141147613525,-0.397871196269989,1.6036545038223267,2.011471748352051,-1.7378878593444824,-1.1540262699127197,0.6838619709014893,-0.24527163803577423,0.32785454392433167,2.0314395427703857,1.6193702220916748,0.41558653116226196,-0.32739633321762085,-0.08911638706922531,-1.3716366291046143,-1.0561827421188354,-1.421692967414856,-0.5425069332122803,0.6501437425613403,-0.6886213421821594,-0.5122548341751099,1.954911231994629,0.5280150771141052,-1.3383811712265015,-0.11444222927093506,-0.8078797459602356,0.017773594707250595,-0.8399738669395447,0.4407058656215668,1.3617172241210938,1.0944024324417114,-0.8074229955673218,-0.0778660774230957,0.23740532994270325,0.2355370819568634,1.5413609743118286,1.037550449371338],"similarity":0},{"content":"No no no, start over","embedding":[2.684933662414551,0.259380042552948,-2.664642333984375,-2.8400192260742188,-0.5406557321548462,-0.865393340587616,-2.2066478729248047,-1.4280993938446045,3.8568572998046875,-0.41346612572669983,-0.3122076690196991,-0.06292605400085449,0.9505517482757568,0.7216113209724426,-2.160921573638916,-0.5953500270843506,1.1025784015655518,-0.5923655033111572,0.302909255027771,1.3727039098739624,0.8306582570075989,-2.394674777984619,0.44063252210617065,0.4458004832267761,-0.2994438707828522,-1.6769778728485107,0.8602300882339478,3.5718741416931152,-0.07994333654642105,-2.354120969772339,-0.5601674914360046,-1.0104105472564697,-1.5244076251983643,0.6368343830108643,0.9992864727973938,1.2077993154525757,-0.19610604643821716,-1.0418165922164917,-0.34228023886680603,-0.38463133573532104,-0.48859140276908875,-0.7332248687744141,0.4088361859321594,-0.4051450490951538,-1.7199771404266357,-1.2471950054168701,-0.8916246294975281,-0.3072291314601898,0.2305210381746292,0.7339568138122559,0.7341718077659607,0.24146346747875214,-0.9048659801483154,-0.15222477912902832,-0.372356116771698,0.1638684868812561,-0.9755826592445374,-0.93694007396698,-1.907060980796814,1.2750738859176636,-0.2719111144542694,-0.8010292649269104,-2.1099774837493896,-0.39225447177886963,-0.13653700053691864,0.6012635231018066,-0.9325962662696838,0.8737930655479431,-0.03795637562870979,0.7601207494735718,-1.7151753902435303,1.8528109788894653,0.4701012670993805,-0.2625093460083008,0.8848428130149841,1.9109911918640137,1.031116008758545,0.1420878916978836,-0.5119985938072205,1.3781949281692505,0.970933198928833,-0.2754286229610443,-1.3136498928070068,-0.3137340843677521,0.04509026184678078,-0.3342585265636444,-0.7571754455566406,1.5390043258666992,-0.37262535095214844,1.088409662246704,-1.3124637603759766,-1.8517721891403198,0.040814127773046494,-0.9735924601554871,-0.9216676950454712,1.2173961400985718,-0.3191550672054291,0.14534403383731842,-0.16621516644954681,-0.16589953005313873,-0.5986224412918091,0.7682954668998718,-0.07858666032552719,-1.112799882888794,0.8421690464019775,0.11371133476495743,-0.016746720299124718,1.8405934572219849,-2.202718496322632,0.38605421781539917,-0.6045770645141602,0.020933911204338074,-0.4482535421848297,-1.2442176342010498,1.950577735900879,1.3185678720474243,1.7009278535842896,-1.7488441467285156,-0.4481827914714813,-0.29167553782463074,2.060065746307373,0.14650672674179077,-1.4107962846755981,0.6118329763412476,-1.0893419981002808,0.5073866844177246,-1.8022464513778687,-0.7163087129592896,-0.10357294231653214,0.4306744635105133,0.5126832723617554,1.753808617591858,0.20412670075893402,-0.3210081458091736,1.5029418468475342,0.5066531896591187,0.2355857938528061,1.633868932723999,0.9042946696281433,1.334541916847229,-2.5144295692443848,0.749131441116333,-0.31656137108802795,-1.6767579317092896,-0.21906597912311554,0.9876189827919006,-0.6319666504859924,-0.35074272751808167,0.8544614911079407,0.040623776614665985,2.167450189590454,0.2161886990070343,0.8311334252357483,0.9182243943214417,2.0573277473449707,-1.118059515953064,-1.3898835182189941,-0.4330151379108429,-0.2300037443637848,-0.8685501217842102,2.399247646331787,2.257701873779297,-0.6630293726921082,-0.7235005497932434,-0.442097932100296,1.8767844438552856,1.0651671886444092,-0.32830360531806946,-0.918776273727417,0.5667068958282471,1.4460619688034058,1.5944511890411377,-1.6102042198181152,-2.52366042137146,2.0026369094848633,-1.2859808206558228,-1.245400071144104,0.13482451438903809,-0.7106960415840149,-0.30931252241134644,0.06625770032405853,-1.3055797815322876,-4.959254264831543,-2.170013904571533,0.42336708307266235,-0.674882709980011,1.1649434566497803,0.44889599084854126,-2.5236103534698486,0.7462252378463745,0.10029169172048569,-0.39919859170913696,0.9440872073173523,-1.1714063882827759,-0.3278324007987976,0.1935247927904129,-1.295891284942627,-1.6712650060653687,-0.34514176845550537,1.9445842504501343,1.1677882671356201,0.718241810798645,0.2386622130870819,0.5522987246513367,0.1556645929813385,1.9842193126678467,1.1587891578674316,-1.6207844018936157,0.03954877704381943,0.27156224846839905,0.019266989082098007,-0.6395384669303894,-2.2558627128601074,-0.36029666662216187,0.30552780628204346,1.2624386548995972,0.5946423411369324,1.7003759145736694,-7.3980393409729,0.2982189953327179,1.8215020895004272,-0.7821968793869019,0.6618444919586182,-0.35193583369255066,0.5996991991996765,1.182181715965271,-0.7744555473327637,-0.4387068450450897,-0.23376865684986115,0.054115280508995056,-0.10819054394960403,0.7169503569602966,-0.09243819117546082,1.1109250783920288,-0.11569962650537491,-0.4679338335990906,-1.3494919538497925,2.220187187194824,0.19705720245838165,-1.024410605430603,0.6981824040412903,-0.17291975021362305,0.5354623198509216,0.7033628821372986,-0.23040591180324554,0.2673443853855133,-1.0333518981933594,-0.20758843421936035,0.5277376770973206,-0.49620339274406433,-2.1605775356292725,-1.1410090923309326,0.641908586025238,-1.3442379236221313,-0.30908235907554626,0.14496180415153503,1.2022185325622559,-1.5697121620178223,0.43912273645401,0.8892179131507874,-0.9632109999656677,-1.8324406147003174,-0.06174757704138756,-0.6110932230949402,0.7326452732086182,0.8319005370140076,-1.3539923429489136,0.5188575387001038,0.3248971104621887,0.008557968772947788,-0.1434251219034195,0.003083815798163414,1.345032811164856,0.7890120148658752,-0.07164713740348816,1.2693054676055908,0.596075177192688,-0.09320863336324692,-0.7692788243293762,0.8457695245742798,-0.10650918632745743,-0.09799131006002426,-1.4065181016921997,-3.386129379272461,-0.9295561909675598,0.3779246211051941,-0.23932935297489166,0.7324450612068176,-1.1009694337844849,0.32744506001472473,-2.1998257637023926,-0.527461588382721,-0.39124682545661926,0.24340733885765076,-0.17053043842315674,1.0688961744308472,0.11519229412078857,-1.3422480821609497,1.0474574565887451,0.13651548326015472,0.33456018567085266,9.41580867767334,2.4277052879333496,-0.24703362584114075,0.1334986835718155,-0.8743335604667664,1.505876064300537,-1.4274388551712036,1.5333666801452637,1.6512593030929565,0.7077620029449463,-0.8693236708641052,1.1225357055664062,-0.49517977237701416,-0.20953427255153656,-1.5257103443145752,-2.682983875274658,0.13609299063682556,0.3510664105415344,0.5446301102638245,-0.9063066840171814,0.2267332673072815,2.5705087184906006,1.5482341051101685,-0.7771466970443726,-0.21643362939357758,-0.9788637161254883,-0.27528494596481323,-0.09882565587759018,-0.04373026639223099,0.7279478907585144,-0.5611807107925415,-1.0678550004959106,-0.8518478274345398,3.4581873416900635,0.09112773835659027,0.5916192531585693,-0.5816365480422974,1.5691980123519897,0.15093612670898438,-1.473091959953308,-0.4034278392791748,-0.6782586574554443,-0.3786107003688812,-1.5238596200942993,-0.2249571532011032,-0.7518993020057678,0.32501083612442017,-0.5022635459899902,-0.15517155826091766,0.7287825345993042,1.061234951019287,-1.7985061407089233,0.4562094509601593,-1.1568377017974854,1.9679408073425293,-0.6308600902557373,-1.8712973594665527,-0.342966228723526,0.9966450929641724,1.4510612487792969,0.6509252786636353,0.5466400384902954,0.572350025177002,0.8641259074211121,0.21407707035541534,-0.3094574809074402,-0.8653760552406311,-1.4028595685958862,-0.567510724067688,0.7127066850662231,3.1176958084106445,-0.5105884075164795,1.0483529567718506,-0.378778874874115,-0.08991050720214844,-1.01837158203125,-0.7810322046279907,2.5050086975097656,-1.3789401054382324,-2.10455322265625,1.0082730054855347,-0.21832840144634247,1.0752004384994507,1.8479877710342407,-3.8224620819091797,-0.8683754801750183,-1.289222240447998,0.5087856650352478,1.4374544620513916,2.099670648574829,-0.1862068474292755,0.3926986753940582,0.04289384186267853,0.9847842454910278,0.9350904822349548,-0.8057950735092163,0.055315401405096054,-1.7980667352676392,-0.5990627408027649,-0.4496305584907532,-1.5076899528503418,-1.0048283338546753,-1.1329307556152344,0.041024211794137955,-0.4347071051597595,-1.2304811477661133,-0.05042422190308571,-1.1722859144210815,-0.5489137172698975,-0.198444202542305,-1.8723294734954834,0.36880582571029663,1.8404732942581177,1.5487127304077148,-1.8920707702636719,1.0179917812347412,0.19960953295230865,-0.30462074279785156,1.4208065271377563,0.6387051343917847,2.1360228061676025,-0.12365451455116272,1.8703466653823853,-1.3273463249206543,0.40617865324020386,0.9339392781257629,-0.44273093342781067,-0.02276170812547207,1.6898024082183838,-1.031122088432312,-0.6051515936851501,-0.1380755454301834,-1.2054085731506348,0.227266326546669,-1.0238093137741089,1.0845143795013428,1.2716691493988037,-0.26029759645462036,-1.4951889514923096,0.050174567848443985,0.4110020697116852,0.7932272553443909,0.480794221162796,-0.7070181369781494,0.31817737221717834,-1.2428871393203735,-1.6952635049819946,-0.41915199160575867,-1.7750780582427979,-0.2040468156337738,0.5453967452049255,1.2972718477249146,0.1759375035762787,-0.689738929271698,-0.35014668107032776,0.30780094861984253,-0.08783853054046631,-1.2147127389907837,-0.8556563854217529,-0.3521573543548584,-0.1881878823041916,1.0307894945144653,-1.121603012084961,0.6432929039001465,-0.6539134979248047,-0.16759663820266724,0.47611287236213684,-0.21165643632411957,0.14730283617973328,0.12069937586784363,-1.5022237300872803,-2.341545343399048,1.0613564252853394,-0.046730972826480865,1.534193754196167,0.5321992635726929,0.8827289342880249,-0.19638562202453613,-0.19394241273403168,1.8843344449996948,0.27957552671432495,-0.1403336077928543,1.0357025861740112,0.20856164395809174,-1.032047152519226,-0.16306227445602417,-0.6834434270858765,-0.6800544857978821,1.6887832880020142,1.6958808898925781,-0.5137270092964172,-1.0042634010314941,-1.0751267671585083,1.63206148147583,-0.34099081158638,-1.5509421825408936,1.7129029035568237,0.12263491004705429,0.6263706684112549,-0.5091148614883423,-1.0131096839904785,1.5759400129318237,0.009962508454918861,-0.08327854424715042,1.985835313796997,0.24731147289276123,0.7006164789199829,1.8834148645401,-0.5934649705886841,0.05935997888445854,2.11153507232666,0.030435949563980103,-0.19061480462551117,-2.1050517559051514,-0.5040708184242249,0.8773025274276733,2.5651650428771973,1.2870733737945557,-0.6483606696128845,0.634922444820404,0.10956718772649765,0.02914615161716938,-0.5851852893829346,-0.19409297406673431,0.7536035776138306,0.49617311358451843,0.19372645020484924,-0.5483919382095337,-0.4799205958843231,2.1900994777679443,-0.9104365706443787,-2.1121959686279297,-0.6721806526184082,2.069059133529663,0.2085915505886078,1.6666642427444458,-0.24487116932868958,1.6033391952514648,-0.2161983996629715,0.0697060227394104,0.08382564038038254,-0.17814800143241882,-0.7343143224716187,-0.7257016897201538,0.44902533292770386,-0.34466344118118286,-0.7895767688751221,0.43989086151123047,0.28024864196777344,-0.7612486481666565,0.4591085612773895,-2.0668115615844727,-0.6396068334579468,1.9986366033554077,-0.24568022787570953,1.9754670858383179,-0.4455656111240387,0.07942532002925873,0.15859366953372955,1.5066745281219482,-0.8250100612640381,-0.30275171995162964,1.1481066942214966,2.1510093212127686,-0.9059485197067261,0.013325420208275318,-1.375514268875122,0.12028856575489044,5.718780517578125,-0.02046051248908043,-2.1510181427001953,0.0015406672609969974,-0.6289886832237244,-1.5152448415756226,0.19148410856723785,0.7098270654678345,-0.8867717385292053,2.2989330291748047,-2.7887141704559326,-0.3387557864189148,0.5941789150238037,2.2647337913513184,-0.22732599079608917,-0.01651247777044773,0.10420164465904236,-0.23806029558181763,0.31135937571525574,-2.057706594467163,0.6505770683288574,-0.9746978878974915,1.2655465602874756,-0.2847425043582916,-0.057314567267894745,-2.7256100177764893,-1.5411914587020874,0.7322384119033813,-0.8761327266693115,-0.2678271234035492,1.4036566019058228,-0.7452886700630188,-0.6799675822257996,-2.3443689346313477,0.2812245786190033,0.18239805102348328,2.029280662536621,-0.8399081230163574,-2.1481692790985107,-2.5945634841918945,0.6617088913917542,0.1155509278178215,2.0014917850494385,2.525956869125366,0.13256120681762695,1.379442811012268,-1.5906203985214233,-3.0528647899627686,1.6761069297790527,0.7428081035614014,-0.5600090622901917,0.05718359723687172,1.9656763076782227,-1.5589746236801147,-0.15316997468471527,-0.3471754193305969,0.6478620767593384,1.7446129322052002,-0.026848748326301575,0.8853873610496521,-0.9564332962036133,0.10557840019464493,1.7160303592681885,-2.1562705039978027,2.2548093795776367,-0.7334237098693848,-0.13336074352264404,-1.275007724761963,-0.3479127287864685,0.35275495052337646,-0.88161700963974,1.532731056213379,-0.1363540142774582,0.07440917938947678,-1.4154601097106934,-1.1729295253753662,-0.7406895160675049,-0.8170375227928162,0.6344883441925049,-0.8970886468887329,0.869644045829773,1.0803755521774292,1.5840809345245361,-0.29066717624664307,1.1849573850631714,2.0432815551757812,-0.24642841517925262,-0.4542691111564636,-0.598574697971344,0.24791571497917175,-0.5311964154243469,1.1744956970214844,-0.6517825126647949,-1.4142812490463257,-0.010363289155066013,0.11480806767940521,-0.10097149759531021,-0.8662062883377075,0.3733247220516205,-0.9139836430549622,-2.5433592796325684,-1.159846305847168,-0.8273163437843323,0.28947949409484863,1.4049302339553833,0.061939384788274765,0.7297188639640808,-1.1711344718933105,0.553956151008606,-1.7996716499328613,0.6172752976417542,1.5230484008789062,2.3030128479003906,-1.071608066558838,-0.7794908881187439,-1.5008779764175415,0.042266618460416794,-0.7736128568649292,-0.09593288600444794,1.5498871803283691,-1.6578346490859985,-0.7633419036865234,0.5521938800811768,-0.19677232205867767,0.29957929253578186,0.446317583322525,-0.3017086088657379,1.667249321937561,-0.6647539138793945,0.20409804582595825,0.19728867709636688,0.21645185351371765,-1.5116517543792725,1.5509252548217773,-1.1278449296951294,0.2695319950580597,1.0758086442947388,-2.5518879890441895,0.6462127566337585,-0.6696909666061401,0.44697993993759155,-0.21708987653255463,0.4345909357070923,-3.1629772186279297,-0.19443640112876892,-0.8649393320083618,-2.806227922439575,0.6446009874343872,-0.3102816343307495,1.265898585319519,0.12033268064260483,1.1396574974060059,-1.1670536994934082,0.11283461004495621,0.46091634035110474,0.1917438507080078,-0.6293036937713623,0.5493833422660828,-0.07723960280418396,0.3912149965763092,0.6469131112098694,0.3063637614250183,-0.3183392882347107,1.1069973707199097,-2.844388723373413,0.7075051665306091,2.301284074783325,-0.6316778659820557,0.5631558299064636,0.5102934241294861,0.3923015892505646,-0.8219972848892212,-0.7751598954200745,-3.09555721282959,-1.472939133644104,1.0657294988632202,0.5730164647102356,-2.7068207263946533,1.8790897130966187,-0.3462443947792053,0.7770071029663086,3.067669153213501,0.028417399153113365,-1.2659320831298828,0.9736273884773254,1.8712968826293945,0.8226405382156372,-1.1507163047790527,-0.19831793010234833,-1.0868022441864014,1.465113639831543,-0.5196176171302795,1.1339799165725708,0.9800453186035156,0.8882885575294495,-0.24552318453788757,-0.983460545539856,-0.3330068588256836,-0.11165152490139008,0.6349850296974182,-1.6027884483337402,1.1979626417160034,0.331800639629364,0.7060180902481079,-0.028394760563969612,1.5005900859832764,0.3303563594818115,1.7113769054412842,-0.36147040128707886,-0.8411328196525574,-0.15959542989730835,-1.3039782047271729,0.6963208913803101,-0.2647579610347748,0.07210280746221542,2.5870513916015625,0.8969888091087341,0.4216043949127197,-0.17441657185554504,0.38201266527175903,1.0214380025863647,1.306010127067566,-0.6776270270347595,-0.09201012551784515,0.7848259806632996,-1.7110893726348877,0.5097644329071045,1.5266543626785278,1.162374496459961,0.4206213355064392,0.06422942131757736,0.06152252480387688,0.806715190410614,1.7717636823654175,0.26761382818222046,-0.2632334232330322,-1.8405359983444214,0.10576246678829193,-1.0220388174057007,0.035879217088222504,-0.13533727824687958,0.645334780216217,-0.44983333349227905,-0.19011980295181274,1.6960865259170532,0.20685507357120514,1.1047711372375488,-0.7447900772094727,-1.105619192123413,0.771844744682312,0.8109867572784424,-0.15628333389759064,0.6055094599723816,-0.2894296646118164,2.229881525039673,1.500568151473999,1.0083922147750854,-0.5842061638832092,0.3748503029346466,-0.8153154253959656,0.5519826412200928,-1.7225443124771118,-0.5199143290519714,1.651214599609375,0.960450291633606,0.1938566267490387,1.436177134513855,2.6536049842834473,-1.020971655845642,-0.8427262306213379,1.0827034711837769,0.782196581363678,-0.1213463544845581,-0.7396095991134644,-0.9050977826118469,-3.108893871307373,0.84881991147995,-0.9062446355819702,-1.361365556716919,2.167273759841919,1.0520799160003662,0.1095714122056961,1.369056224822998,-1.1250704526901245,-0.5266720056533813,-1.5929534435272217,-0.37636682391166687,1.3163676261901855,-0.7224708199501038,-0.2953508794307709,-0.8640866279602051,-0.05445257946848869,-0.09397688508033752,3.6601979732513428,-0.26031380891799927,-0.640296995639801,0.792441189289093,3.2037737369537354,7.785212516784668,0.33254051208496094,-1.4057353734970093,1.7465213537216187,-0.774712085723877,0.08739087730646133,0.024752801284193993,0.988939106464386,1.4432337284088135,-3.3548836708068848,-0.9634031653404236,2.222919464111328,0.8159368634223938,1.54019296169281,-0.06739858537912369,-2.722071409225464,1.2565093040466309,-0.727400004863739,-0.03835483640432358,0.9554507732391357,-0.1099705770611763,1.4512885808944702,0.03177289292216301,2.9877188205718994,-1.805724859237671,-0.5259867310523987,-0.13053570687770844,-0.5532848834991455,0.8452192544937134,0.35451847314834595,-1.1651116609573364,-0.5933196544647217,0.3354504108428955,-1.2522797584533691,-1.4520106315612793,-1.0310914516448975,-1.1862235069274902,-0.35781219601631165,0.7675739526748657,-0.027783600613474846,-1.4487528800964355,0.47320932149887085,1.679449439048767,-1.3090308904647827,-0.03390639275312424,-1.01117742061615,1.0112316608428955,1.3323431015014648,-0.28541985154151917,2.198591947555542,-0.06166304647922516,-0.8758952021598816,-1.3709927797317505,0.4246012270450592,0.24921801686286926,1.5371429920196533,-0.0021975096315145493,0.538612961769104,-1.6911509037017822,-1.9860376119613647,1.85841965675354,0.09256451576948166,-0.8246483206748962,-1.5656399726867676,-1.1803573369979858,0.7591813206672668,0.7870789170265198,0.15043841302394867,-1.2251592874526978,-0.612686276435852,0.10150736570358276,-0.5232836008071899,-1.948472023010254,1.2893849611282349,-1.3437837362289429,-1.3779207468032837,0.9372001886367798,-1.4829570055007935,0.7197368144989014,-0.15394049882888794,1.4228148460388184,0.01331782341003418,0.6450635194778442,-0.4966886043548584,-2.36872935295105,0.06923273950815201,0.12787578999996185,-0.012337920255959034,2.884976387023926,-1.158803105354309,-1.7513501644134521,0.429463267326355,-3.601318836212158,-0.10108422487974167,1.2002040147781372,1.6527880430221558,-2.2924811840057373,0.3779989182949066,-0.26950961351394653,0.8494035601615906,0.5423260927200317,-0.149048313498497,-0.7949849367141724,1.1183271408081055,0.31951865553855896,0.9545344114303589,1.0170420408248901,-0.5918205380439758,-0.11673719435930252,0.2805584669113159,-0.0509270615875721,0.15607160329818726,-0.09239281713962555,0.5085046291351318,-0.9280458688735962,0.5893990993499756,0.6908362507820129,-0.14774200320243835,0.33571821451187134,-1.7615461349487305,-1.249438762664795,2.011028289794922,3.257248640060425,-0.24854256212711334,-0.4967760443687439,0.1523817777633667,-1.1898757219314575,0.7100269198417664,0.6939337253570557,0.4149370789527893,-0.957912802696228,0.1594868302345276,-0.8249713182449341,-0.6820798516273499,-1.8905677795410156,0.33220505714416504,0.6019823551177979,-0.7346859574317932,-0.7536908984184265,1.1093686819076538,-0.48733389377593994,-0.9842070937156677,1.7259559631347656,-1.0177597999572754,2.464369773864746,0.8397389650344849,0.09957657009363174,-1.1683807373046875,-1.1114120483398438,-0.8429046273231506,-1.5686702728271484,-0.6261659860610962,0.5027945041656494,-0.2717967629432678,-0.7236462831497192,-0.11050562560558319,2.6856253147125244,-0.19787321984767914,-0.16557519137859344,-1.8504106998443604,0.05577820912003517,-0.012902220711112022,1.6120405197143555,0.49595892429351807,0.46650025248527527,-1.3918585777282715,1.4275033473968506,-0.7873265743255615,1.3780688047409058,-0.5479713082313538,1.0865116119384766,-1.1726086139678955,0.5714635848999023,0.9388566613197327,-1.6147724390029907,0.2736573815345764,-2.2545735836029053,0.605677604675293,-0.6636148691177368,0.5827324986457825,-0.9425831437110901,-0.8804041743278503,-2.982419013977051,-0.5628513097763062,1.970499038696289,0.5211700201034546,-0.012978342361748219,-0.42178672552108765,0.9275524616241455,-1.3021245002746582,-2.1111655235290527,-2.1623010635375977,0.02191094122827053,-0.2010810673236847,-0.7546722292900085,2.766056776046753,0.4650641679763794,-0.7941194176673889,0.7343089580535889,1.6382158994674683,-0.04681514948606491,-0.07811401039361954,-1.0673935413360596,-0.5240845084190369,-0.9313991665840149,-1.2088141441345215,0.3127060830593109,-0.06651534885168076,-2.2681734561920166,-1.1190577745437622,1.2719106674194336,-0.35768136382102966,-1.283573031425476,-1.3084378242492676,-0.6698749661445618,-2.511566400527954,0.4723259508609772,0.8604922294616699,-0.03382081538438797,0.04812166839838028,0.2608422040939331,-0.27091899514198303,-0.3882172107696533,0.38409680128097534,0.5186221599578857,0.6411846876144409,1.3741910457611084,1.2802878618240356,0.00027297079213894904,-0.9836576581001282,1.4624953269958496,0.48478689789772034,-1.4734220504760742,1.3107736110687256,0.24713778495788574,0.6873806118965149,0.04700760170817375,2.105921506881714,0.0041303555481135845,1.2954292297363281,0.2109174281358719,-0.376692533493042,1.5053586959838867,0.544995903968811,1.5712289810180664,-2.0023720264434814,-3.666443109512329,-0.22176595032215118,-0.7808387875556946,1.7217618227005005,0.24140582978725433,0.34211090207099915,2.0039896965026855,-1.5208089351654053,-1.0309475660324097,1.191792607307434,-1.8405758142471313,1.2860583066940308,-0.37606874108314514,1.2663413286209106,-0.012305643409490585,-0.03766172006726265,-0.08102098107337952,-0.745708167552948,1.8249849081039429,-0.21718305349349976,-2.4638328552246094,0.07859490811824799,-0.4712088704109192,-1.5017486810684204,0.750615119934082,3.247126817703247,-0.8720856308937073,4.704064846038818,1.2289777994155884,-0.5135467052459717,2.6660473346710205,-1.2686553001403809,-1.577613353729248,0.9351695775985718,-0.46281957626342773,-0.39115628600120544,0.04294891282916069,1.0565105676651,-0.7128576040267944,-1.5922391414642334,-0.7879988551139832,0.845167875289917,1.1944268941879272,0.8072797060012817,0.6343210339546204,-1.369195580482483,0.42617326974868774,-2.2363922595977783,-0.8717806339263916,-0.5455514192581177,-1.674241542816162,2.158092737197876,0.3827657699584961,0.81546550989151,-0.4648120105266571,-2.1553804874420166,-0.6364372372627258,-0.6782044768333435,1.2533596754074097,-1.5798721313476562,-0.4000956118106842,1.2579926252365112,0.8461237549781799,-0.5759415626525879,-0.16725224256515503,0.08110597729682922,3.1595025062561035,-0.6371331810951233,1.2437769174575806,-0.7632068395614624,-0.09537117183208466,0.7645813226699829,0.16054116189479828,-1.535532832145691,-0.34579959511756897,0.18358197808265686,-0.1346042901277542,0.651989758014679,1.062326431274414,-0.8245967626571655,0.7781124711036682,-1.6166558265686035,0.6237592101097107,-1.7919398546218872,-1.7458127737045288,-0.8608826994895935,0.22291506826877594,-0.8252018690109253,-0.3150814473628998,-0.8940960168838501,0.7257344126701355,1.2335560321807861,1.4067325592041016,1.5464394092559814,0.8569903373718262,0.3515815734863281,1.521261215209961,-0.044818226248025894,-0.4624333381652832,-0.33998143672943115,-1.896505355834961,1.276650309562683,-0.12006889283657074,-0.27005186676979065,-2.959869146347046,-1.392649531364441,0.417775422334671,2.3653929233551025,0.023991700261831284,0.6755290627479553,1.085847020149231,0.6110765337944031,-1.8566290140151978,-3.609828472137451,-0.07745607197284698,-0.5555157661437988,1.9568551778793335,0.8585160374641418,-0.18065442144870758,-0.42126840353012085,0.47460994124412537,-0.49540555477142334,-1.3640578985214233,1.0907219648361206,-0.22249586880207062,-0.09065387398004532,-0.6355343461036682,0.19755317270755768,1.327762484550476,0.6197940707206726,1.430289626121521,0.2154720425605774,-2.4285168647766113,-0.2143152803182602,-0.5256736874580383,1.9279626607894897,-1.6675584316253662,0.6482082605361938,2.0795438289642334,-0.18864713609218597,3.281675338745117,0.5197392702102661,-0.6484376788139343,0.4957370162010193,1.3738118410110474,1.3398675918579102,-0.9808752536773682,-0.9593555331230164,-1.4244165420532227,1.8537018299102783,0.8767811059951782,-1.6528719663619995,-0.6330041885375977,-0.1684592366218567,-0.48012256622314453,0.42840832471847534,0.8970156311988831,1.6944961547851562,1.564529538154602,-1.8345742225646973,-0.525895893573761,-1.0733673572540283,0.04198800027370453,0.6139501929283142,-0.7931222319602966,-0.13883736729621887,0.3325918912887573,-1.059765338897705,-0.9483156800270081,0.4287092387676239,2.4481899738311768,-1.1019234657287598,-0.09261158853769302,0.7829294800758362,2.348975419998169,3.6097593307495117,0.686056911945343,0.4217449724674225,-0.5797410607337952,0.33543989062309265,1.0614851713180542,-1.487713098526001,0.6587866544723511,-1.236825942993164,0.7055518627166748,-0.2909170687198639,0.562884509563446,0.7894744873046875,2.012144088745117,1.1534245014190674,-0.7482913732528687,-1.5745346546173096,0.1923891007900238,0.9348137974739075,1.9500116109848022,-0.8318183422088623,-1.3437237739562988,0.7824119329452515,0.36414381861686707,-1.5970319509506226,-0.32040321826934814,-0.8992424011230469,-0.14538146555423737,-0.10895427316427231,-0.22270043194293976,-1.7820719480514526,-0.8788782358169556,0.6827718615531921,-0.4126860499382019,-0.44801613688468933,1.9300618171691895,-0.5627464652061462,0.6445451974868774,0.27880439162254333,1.492275595664978,0.054009463638067245,1.8853026628494263,1.3811359405517578,1.1835293769836426,0.7276322245597839,-0.12617804110050201,-0.19745568931102753,-0.7119229435920715,0.286405473947525,0.8152692317962646,0.21810485422611237,-1.5690265893936157,0.20823152363300323,0.08049709349870682,0.353573739528656,1.3355317115783691,1.8411070108413696,0.4565988779067993,1.3070622682571411,0.31881365180015564,-0.22963696718215942,-0.8471963405609131,-1.1448593139648438,0.2212461531162262,0.8951479196548462,-1.7781128883361816,2.277327299118042,-1.3703452348709106,-1.2741767168045044,-0.2760170102119446,-0.02458953857421875,0.85468989610672,0.4393400251865387,0.844545841217041,0.4205890893936157,1.6822062730789185,1.6388442516326904,0.8945102691650391,-0.31972599029541016,1.4474296569824219,-1.2591724395751953,0.393137663602829,-0.02525290846824646,-2.5774424076080322,0.42205753922462463,-0.5886986255645752,0.13164350390434265,-0.5484299063682556,0.23221036791801453,-1.0667623281478882,-0.684840202331543,-1.2632606029510498,0.527245283126831,-1.018706202507019,0.4243089258670807,0.16399893164634705,2.3796234130859375,-0.6618680953979492,0.006988256238400936,1.1671768426895142,-0.7772679328918457,-1.1316452026367188,10.234705924987793,0.3796326220035553,1.0062675476074219,0.9620896577835083,1.2995235919952393,0.10398454964160919,1.9461290836334229,-2.717576026916504,-0.7787157297134399,1.8263752460479736,0.2721955478191376,-0.4307784140110016,-0.30566295981407166,-0.045540113002061844,-0.029514718800783157,-0.2853545844554901,-1.289434552192688,0.34088292717933655,0.6316982507705688,0.9053229689598083,0.319979190826416,-1.5771424770355225,1.341318964958191,0.8162918090820312,-1.1590558290481567,1.3539241552352905,-0.7015944123268127,0.7636325359344482,0.7580846548080444,-1.5097676515579224,-1.855634093284607,1.4813040494918823,-0.06572729349136353,-1.6879732608795166,0.4966011643409729,-0.13496033847332,0.17518547177314758,0.45055389404296875,-0.7687205076217651,0.08289977163076401,-1.4232064485549927,-0.1083168089389801,3.2823100090026855,1.0159558057785034,0.9764474630355835,-2.804891586303711,0.03658697009086609,-1.7184317111968994,0.6731913089752197,1.7965573072433472,0.5348899960517883,0.9776955246925354,1.7630070447921753,-0.017238395288586617,0.8893585205078125,-0.4444824755191803,-0.19556459784507751,-0.0017841602675616741,-0.02344416081905365,-0.7930575013160706,-0.01456477027386427,-1.9827299118041992,2.2325055599212646,-0.44509008526802063,-1.3996531963348389,-0.4299069046974182,0.023092592135071754,2.5474705696105957,-1.1481283903121948,0.6365259289741516,-1.6884052753448486,-0.42304784059524536,-0.8168209791183472,-1.01816725730896,0.6926748156547546,1.0043487548828125,0.4021572172641754,0.11777099221944809,-0.37608399987220764,-0.6535215377807617,-0.7497217655181885,-1.753512978553772,-0.2357948124408722,-0.021817561239004135,1.2719507217407227,-0.13212621212005615,0.39838707447052,0.11723650246858597,-1.818045973777771,2.266505002975464,0.9391710758209229,-1.2228741645812988,0.7777059674263,-1.2591943740844727,1.5934678316116333,0.42224931716918945,1.782446265220642,2.9128997325897217,-0.558830738067627,0.3883787989616394,1.063327670097351,-1.6464191675186157,1.2581387758255005,0.9755722880363464,0.8462900519371033,-1.547055721282959,1.4316977262496948,-2.8552186489105225,0.3869960904121399,0.8046169281005859,-0.3765057325363159,0.09822636097669601,-0.4239753186702728,-0.9497307538986206,0.1914794147014618,0.6126446723937988,-1.2646218538284302,0.5250951647758484,-0.4795116186141968,-0.8020626902580261,-0.4612196087837219,-0.025567490607500076,-0.7758785486221313,0.07001481205224991,-0.9765791296958923,-2.274697780609131,-1.5263227224349976,-1.8005001544952393,0.6647767424583435,-1.2828083038330078,1.2486376762390137,-0.6968759298324585,3.5619547367095947,0.056780554354190826,-0.8845110535621643,-0.510454535484314,0.022757772356271744,0.6568459868431091,1.6924412250518799,-1.952996015548706,1.3345317840576172,-0.564268946647644,-1.2047796249389648,-2.207498550415039,-0.15553556382656097,0.26960286498069763,1.0672894716262817,-0.827480137348175,0.12815050780773163,-0.262508749961853,-3.1626369953155518,-0.023563329130411148,-1.1204415559768677,-0.3955078721046448,-0.854159414768219,-0.5510759353637695,-0.7333024144172668,-0.8425078392028809,-0.04062140733003616,-0.87427818775177,2.168200969696045,2.4252610206604004,1.9743666648864746,0.33242353796958923,-1.3321046829223633,1.369714379310608,-0.5226283669471741,0.9039415121078491,-1.1290563344955444,-1.9606739282608032,-0.5450609922409058,1.2762207984924316,-0.46850112080574036,-0.6226198673248291,0.5342434048652649,-1.255000352859497,0.5210264921188354,-1.9268672466278076,-1.4231860637664795,-0.9451672434806824,0.6016513109207153,0.0958573967218399,0.6767716407775879,-1.9377336502075195,0.6806778907775879,1.3507193326950073,-3.1390862464904785,0.8104566931724548,-0.3023379445075989,1.0630736351013184,0.7726476788520813,-1.403128743171692,1.4977487325668335,0.5605852007865906,-0.32956960797309875,0.13775978982448578,1.1526219844818115,1.0565048456192017,1.1382243633270264,0.21130523085594177,1.3639748096466064,-0.643263578414917,0.28649213910102844,-0.1767655462026596,0.420190691947937,0.6318644285202026,-0.7439139485359192,-1.2861733436584473,0.8801384568214417,1.4802197217941284,0.950713038444519,2.455596685409546,0.6081609129905701,-0.1844426691532135,0.23615144193172455,-1.8241722583770752,0.2916814386844635,-2.2777633666992188,0.8649338483810425,1.20184326171875,-1.3513009548187256,-0.3327629268169403,1.7374533414840698,-1.7416211366653442,1.9360864162445068,1.1592274904251099,-0.8623824715614319,2.73358416557312,-2.5232839584350586,0.9466394782066345,0.22226621210575104,-0.2494754046201706,0.5894065499305725,-0.4332643449306488,-0.42309901118278503,0.4610994756221771,2.668497323989868,1.824244499206543,0.2505970001220703,0.1487330198287964,-0.6189057230949402,0.9155846834182739,-1.7018272876739502,0.2907693386077881,2.3443470001220703,0.1944606453180313,0.25329697132110596,0.28937119245529175,0.6596165299415588,-0.5679701566696167,-1.1146140098571777,-0.21421070396900177,-0.282988965511322,1.2623159885406494,0.7424994707107544,1.0041611194610596,-1.0376768112182617,-1.7870848178863525,1.594947099685669,1.2530465126037598,1.3942795991897583,-1.5922987461090088,-1.0256892442703247,0.7506850957870483,-0.21179410815238953,2.1440913677215576,-0.8282143473625183,-2.2244725227355957,-2.123429536819458,-1.6457899808883667,0.9549360275268555,1.0194268226623535,-1.9642044305801392,1.1997573375701904,1.2538537979125977,-1.7888308763504028,0.35617920756340027,-1.7633908987045288,0.5866653919219971,-1.4403390884399414,1.6563279628753662,-0.9625098705291748,-0.1059490442276001,1.3861076831817627,-2.5122623443603516,-1.0369606018066406,-0.2662334442138672,-0.8172476887702942,-1.2546679973602295,0.2191246896982193,0.5829373598098755,-1.1806048154830933,0.4090784192085266,0.5746356248855591,1.520557165145874,-2.386824369430542,2.2263121604919434,1.4146180152893066,-0.005053938366472721,-0.43724068999290466,0.6883575320243835,0.2343888133764267,0.23097746074199677,0.30487218499183655,-0.09281299263238907,-1.406301498413086,-1.355760097503662,-0.4370630979537964,1.6583653688430786,0.13618914783000946,-1.3916213512420654,-0.7379290461540222,-0.6556124091148376,0.4344315826892853,0.18507659435272217,-0.07610943913459778,3.663814067840576,-0.1462235450744629,-0.12040451914072037,1.18442702293396,-1.0936925411224365,1.4298062324523926,2.409834146499634,3.0828981399536133,-0.022490816190838814,0.25721216201782227,-0.8322722315788269,1.4801996946334839,0.32612982392311096,-0.21032744646072388,-0.06097934767603874,-0.2514006495475769,1.2239018678665161,-0.23692664504051208,0.6536523699760437,-1.4310044050216675,-0.482792466878891,3.001641273498535,-0.29722875356674194,0.6370204091072083,0.7977388501167297,-1.0108489990234375,2.319658041000366,-0.8852449059486389,-1.3159701824188232,-0.07509343326091766,1.5418369770050049,-0.3746066391468048,0.1321004033088684,-0.09813473373651505,0.18791960179805756,-0.6681075692176819,0.7924531698226929,-1.6266956329345703,-0.28056105971336365,-0.0026464706752449274,0.05467679351568222,-0.22680845856666565,1.0934584140777588,-0.24799282848834991,0.9727162718772888,-3.016613483428955,1.3021756410598755,-1.7187163829803467,-1.1489838361740112,0.38235655426979065,0.10756225138902664,-0.4238660931587219,1.5325394868850708,1.3863210678100586,-0.42780426144599915,-0.6515224575996399,1.8137125968933105,1.5678523778915405,0.40097326040267944,0.7676903009414673,-0.3999519944190979,-0.6881303191184998,-0.5553610920906067,-0.1400430053472519,-1.3242590427398682,-0.888534426689148,0.5492739081382751,0.8072960376739502,2.3528618812561035,-1.50390625,1.0569413900375366,-1.520198106765747,-1.64143705368042,0.13172796368598938,-0.023646734654903412,-0.5174742341041565,-1.0078365802764893,0.3920082449913025,1.7985998392105103,-3.4977970123291016,0.12220124900341034,-2.9372918605804443,11.357121467590332,-1.289533019065857,-1.8638412952423096,-0.23320414125919342,-1.4080939292907715,-0.10477840900421143,0.3024508059024811,-0.7826817631721497,0.06454316526651382,0.9905245900154114,1.0682399272918701,-0.1843939572572708,-0.6414501667022705,-1.353061318397522,2.218212127685547,0.054533910006284714,-0.07301401346921921,1.2194639444351196,1.182453989982605,1.2541698217391968,-2.3945584297180176,-5.842875003814697,1.9013999700546265,-0.6383922100067139,-0.9649304747581482,0.6413887143135071,-0.5197664499282837,-2.8019371032714844,-1.9262728691101074,0.75874924659729,0.09102272242307663,-0.4879293441772461,-1.504356026649475,-0.24054570496082306,0.3067387640476227,0.422057569026947,2.382718563079834,1.6890895366668701,-2.025897979736328,0.4996591806411743,0.18557679653167725,-0.6056182384490967,1.5811389684677124,-1.4302059412002563,2.420403242111206,1.5784825086593628,-0.4714222550392151,-0.2005874365568161,0.3835703730583191,-0.5775070786476135,1.4580227136611938,-2.0625321865081787,-2.514537811279297,-1.1757991313934326,2.2547504901885986,1.8267176151275635,-0.14290845394134521,1.9998925924301147,-1.1223232746124268,-1.337152123451233,0.7174410223960876,0.5300995111465454,-0.5220986604690552,1.3221392631530762,-1.8802052736282349,-0.1810702681541443,0.4486057162284851,-0.32505908608436584,-0.5501136779785156,1.338184118270874,0.3552004098892212,-0.7574575543403625,-0.7956719994544983,-0.3445720672607422,-0.07095351815223694,2.2096052169799805,0.16717647016048431,0.4089905619621277,2.686591148376465,-0.19801734387874603,0.1211441159248352,0.501843273639679,0.10872089862823486,-0.7425578832626343,1.1066584587097168,-0.44563794136047363,0.3629269003868103,-0.997468113899231,0.05327561870217323,1.9170624017715454,-0.902202308177948,1.1896865367889404,0.08758586645126343,1.1270614862442017,-0.0025431481190025806,0.8999709486961365,-0.5363143086433411,-1.70758855342865,-2.706939697265625,0.9715867042541504,5.3570661544799805,2.1053051948547363,2.629986047744751,-0.6264746785163879,0.475511759519577,1.6655138731002808,-0.5195550918579102,-0.9590377807617188,-0.3517179489135742,0.3584497272968292,1.775371789932251,0.7528331279754639,1.2218657732009888,1.218281865119934,-1.0462604761123657,1.9579484462738037,-0.4251347482204437,-1.2246712446212769,1.6226897239685059,0.6378574967384338,0.9173945784568787,0.6859003305435181,-1.0548510551452637,-0.8454602956771851,0.17408296465873718,-0.6168825626373291,0.8353378176689148,0.7344305515289307,-1.0285234451293945,0.3350898027420044,-0.6656790375709534,-1.0176023244857788,-0.8398200869560242,-0.7088892459869385,1.1308175325393677,1.6360313892364502,0.7320489287376404,0.6438546180725098,0.9951472878456116,0.7634558081626892,1.5889389514923096,2.5494353771209717,-0.8971537947654724,0.03941887989640236,0.7885253429412842,-0.1054525300860405,2.016340494155884,0.12593506276607513,0.9303791522979736,1.318948745727539,0.6745668053627014,-0.13189823925495148,-0.5421941876411438,1.8295955657958984,-0.533315896987915,-1.150050163269043,0.7188884615898132,0.014019169844686985,2.1074490547180176,-0.118747778236866,1.4522337913513184,-1.6891685724258423,0.21964356303215027,-1.328874945640564,-0.30222371220588684,1.279065728187561,-1.0404565334320068,-1.0287874937057495,-0.08620715141296387,2.4453446865081787,2.6116511821746826,0.34252095222473145,0.3071889281272888,-0.36293312907218933,-0.0036968595813959837,2.376739740371704,0.7209867238998413,1.025679111480713,1.2690180540084839,-1.2836641073226929,1.7550084590911865,-0.45660293102264404,-0.16700711846351624,-1.8426002264022827,-0.0856035128235817,-0.24936294555664062,-0.8839893341064453,-2.2920188903808594,-0.4877150058746338,0.04291423782706261,-0.5103623270988464,-0.024061888456344604,0.40504443645477295,-0.6947197318077087,0.9989230036735535,0.39133116602897644,-0.43116456270217896,-1.1714731454849243,0.35277774930000305,-0.4132879078388214,1.8093018531799316,0.5933215618133545,0.40653708577156067,-2.7587153911590576,-0.7509304881095886,1.3936102390289307,-0.9868879914283752,-0.7255651354789734,-1.8163732290267944,-0.2025596797466278,0.28630614280700684,0.5006498098373413,0.5456443428993225,-0.023771053180098534,-0.050568588078022,-1.0708954334259033,3.086930990219116,0.9498257637023926,-0.023035308346152306,3.27278733253479,0.41477978229522705,1.5893597602844238,0.3225689232349396,-0.26158809661865234,-2.3788557052612305,0.3056855797767639,0.21730485558509827,0.6499403119087219,-1.0101155042648315,-0.5823221206665039,1.0025672912597656,-0.13278120756149292,2.588408946990967,-1.331845760345459,1.4003366231918335,1.5112159252166748,0.22417742013931274,-1.117413878440857,2.107815980911255,2.1670444011688232,-1.2725847959518433,-1.3303229808807373,0.34418991208076477,-0.19589930772781372,0.034843917936086655,-0.0389997661113739,0.45455342531204224,0.6884132027626038,-1.1942732334136963,0.22398272156715393,1.0349571704864502,-0.2962781488895416,0.2162143886089325,-0.686928391456604,-0.6398622989654541,-1.4817044734954834,-1.0191147327423096,-1.1752034425735474,-0.012530564330518246,2.0970654487609863,0.29199841618537903,2.205692768096924,-1.112479329109192,0.7685924172401428,0.05111967399716377,-0.4670299291610718,-1.0834643840789795,0.5227444171905518,1.618381142616272,2.1313414573669434,-1.4613440036773682,1.1533002853393555,1.7209075689315796,0.7221170663833618,0.037917282432317734,-2.439883232116699,0.8867517709732056,-1.6542836427688599,1.7490321397781372,0.894692063331604,-1.148692011833191,-1.696960687637329,0.7318210005760193,0.3499689996242523,0.12029778957366943,0.9416915774345398,0.20445895195007324,-0.13649843633174896,-0.4650508463382721,-0.11602561920881271,-0.09188807755708694,1.611445426940918,-0.5638850331306458,1.1653201580047607,0.390072226524353,-1.2534408569335938,0.7064197659492493,-0.2765166163444519,0.355175256729126,0.2841435372829437,0.7514567375183105,-0.4424550235271454,0.9273131489753723,1.3646185398101807,0.47125014662742615,1.3939602375030518,-0.7397356033325195,0.028312528505921364,0.23698264360427856,0.8696174621582031,3.885897636413574,-0.1995329111814499,0.05617278441786766,-0.3752313256263733,0.43296724557876587,-0.3017919063568115,-2.3157384395599365,-0.6014469265937805,-0.9284921288490295,1.7179001569747925,-0.041682250797748566,0.2032018005847931,-2.4549825191497803,-2.8515753746032715,1.6175180673599243,-0.03525616228580475,0.7373384833335876,2.969208002090454,0.012890313751995564,0.832693338394165,-1.5938650369644165,0.4978612959384918,1.695175290107727,0.22457243502140045,-1.1725842952728271,-0.8483877182006836,1.5111905336380005,-0.24210520088672638,1.4785767793655396,-0.2523384690284729,-1.1829273700714111,-1.3124135732650757,0.5382551550865173,-1.4131916761398315,-0.8945837616920471,-0.32542455196380615,-0.32893839478492737,0.21851685643196106,-1.7577425241470337,0.5718488693237305,0.11054552346467972,0.499776154756546,1.0185880661010742,-1.1952648162841797,1.2970083951950073,1.5165352821350098,-1.4360686540603638,-0.0019324127351865172,0.8989890217781067,-0.07854144275188446,0.05902445316314697,-0.5315022468566895,0.653789758682251,1.2635366916656494,-0.7220051884651184,-0.33353492617607117,0.3286275565624237,0.41414645314216614,2.7204325199127197,0.998992383480072,2.0612740516662598,-0.21659591794013977,0.4212586581707001,0.5453072786331177,-1.4373482465744019,1.2534147500991821,0.30567193031311035,0.1387750655412674,-0.9512377977371216,-1.0276601314544678,0.5503860712051392,0.824990451335907,-1.3721505403518677,-0.7825266122817993,1.2738984823226929,2.087777614593506,-0.8596870303153992,1.2664148807525635,-0.16987578570842743,1.0432871580123901,-1.8067224025726318,0.36841946840286255,-0.3343777358531952,-1.4559144973754883,0.6750102043151855,-0.7226564288139343,-0.1972838193178177,-1.0434658527374268,-0.299773246049881,-1.4948444366455078,1.980508804321289,0.6199869513511658,1.0509791374206543,0.35726818442344666,1.7028682231903076,-1.0548245906829834,-0.08422014862298965,2.468101978302002,1.1874017715454102,0.8379397392272949,1.5692391395568848,0.4814460873603821,1.205948829650879,-0.3072255849838257,0.032317668199539185,0.12641030550003052,0.01854219287633896,-0.07728134095668793,0.2032908797264099,0.6871154308319092,0.67155921459198,-2.936767578125,-0.7170165181159973,0.5889536142349243,-1.0904240608215332,-0.5621532201766968,-0.49696072936058044,-0.7800682187080383,-0.47947219014167786,-0.4162043035030365,0.06444403529167175,-0.1539425104856491,-0.12903252243995667,0.30188727378845215,0.38410666584968567,1.2944880723953247,-1.6955609321594238,-1.0837881565093994,-1.0270954370498657,-0.2426624596118927,0.1652425229549408,1.0059406757354736,-1.1785831451416016,-3.9099979400634766,-0.32804420590400696,0.7539260387420654,-1.691111445426941,0.9762697815895081,0.6881171464920044,1.561825156211853,1.4161314964294434,-2.109757423400879,-3.424668312072754,0.5744865536689758,-0.6312698125839233,0.010550347156822681,-1.0313889980316162,1.2729368209838867,-1.4090349674224854,2.7122604846954346,0.9336708784103394,0.8231360912322998,0.835424542427063,0.4044707119464874,0.037576425820589066,-0.6546856164932251,0.14582861959934235,3.0249321460723877,-1.2823702096939087,-0.004836040548980236,-2.812049627304077,-1.085822343826294,-0.8343730568885803,0.1737036108970642,-1.6259005069732666,-0.7202624082565308,1.9306650161743164,-0.786479651927948,0.3609817326068878,0.7044882774353027,0.9732207655906677,0.4520518183708191,-1.6334706544876099,-2.396233320236206,-0.19938582181930542,-0.2813919484615326,-0.12543636560440063,0.6334531307220459,-0.6601638197898865,-1.5436004400253296,0.5167365074157715,-1.1020485162734985,1.2919915914535522,-0.9377250671386719,3.260317802429199,1.8409603834152222,-0.7562373876571655,1.697723388671875,-0.8049764633178711,-0.11651966720819473,-1.5029582977294922,-1.7207720279693604,1.2411749362945557,0.04025087133049965,-1.5428355932235718,0.23597587645053864,-0.5123758316040039,1.4517661333084106,2.093458890914917,-1.021228313446045,-1.1238720417022705,0.15213021636009216,1.0098921060562134,-0.6578621864318848,-0.04449725151062012,-0.3717816174030304,0.017000246793031693,0.9314919710159302,-1.0612818002700806,0.5847735404968262,1.4655979871749878,1.8328168392181396,-0.719941258430481,-1.1856966018676758,-1.681812047958374,-0.4564798176288605,-1.3475828170776367,0.2244674563407898,0.803624153137207,2.089439868927002,1.5263875722885132,-0.46886327862739563,0.27229392528533936,-0.9778928756713867,-0.6468637585639954,-0.5109094381332397,-0.6589323282241821,0.5640963315963745,1.4816590547561646,-1.1540038585662842,0.7975618839263916,0.2627880573272705,0.4309573173522949,1.689063549041748,-1.098987102508545,-0.27032196521759033,0.39388298988342285,1.178046703338623,-0.659881055355072,-0.21133480966091156,-1.5815833806991577,-1.7913086414337158,-0.27063506841659546,0.5385672450065613,0.6498022675514221,-1.6205135583877563,1.5172761678695679,-1.103643536567688,0.3258155584335327,0.894734263420105,0.2926879823207855,-0.3831857442855835,0.1445082426071167,-0.5003018379211426,0.21654990315437317,-0.0036552574019879103,-0.49095678329467773,-1.1623194217681885,0.5116557478904724,2.680811882019043,0.18354816734790802,1.4602185487747192,0.5701184272766113,0.483475923538208,-0.4424104690551758,-1.460810899734497,1.2371041774749756,-0.5882923007011414,-0.6868579983711243,-1.1277930736541748,1.245985746383667,0.5620108246803284,-1.1494169235229492,0.13263088464736938,-0.5274235606193542,-1.5295817852020264,-2.1024997234344482,0.4299633800983429,-1.0837234258651733,0.7148544788360596,-0.9261071681976318,-0.9075484275817871,0.26338210701942444,1.0904741287231445,-2.5185694694519043,-2.4000766277313232,0.4989617168903351,1.371436357498169,-1.2768058776855469,-0.15182554721832275,-1.1356971263885498,0.38698530197143555,0.8971583247184753,0.09750469774007797,-2.5915799140930176,-0.736035943031311,-0.6592135429382324,1.952019453048706,-0.22096437215805054,0.7347915172576904,-0.6222739815711975,1.2857662439346313,-0.18136835098266602,0.46434104442596436,0.6266716122627258,-0.5702043771743774,-0.3013317883014679,-0.2638791799545288,1.9353595972061157,-0.6091169118881226,-0.5057493448257446,-0.8843033313751221,-0.5917107462882996,0.5271990299224854,-1.3069746494293213,0.6389674544334412,-0.22887122631072998,-0.8903324604034424,1.3759664297103882,0.8131754398345947,0.3354187309741974,2.2493114471435547,1.0833007097244263,0.5088841319084167,-0.6707120537757874,-0.2899194061756134,-2.2742812633514404,2.738610029220581,1.6935762166976929,-0.6883320808410645,-0.03393912687897682,-2.080676555633545,1.1982141733169556,-2.579594373703003,-0.3992810547351837,0.47358936071395874,1.239200472831726,-1.2219370603561401,-1.7981505393981934,0.28740254044532776,-0.40648195147514343,0.021786870434880257,0.969081461429596,1.9433177709579468,1.7358685731887817,-0.18804548680782318,-1.0360114574432373,-1.4462664127349854,2.8545708656311035,0.6518317461013794,-1.0294920206069946,-1.2016900777816772,0.07179994881153107,0.25441938638687134,0.019769810140132904,-2.6225244998931885,-1.058922529220581,-1.36992609500885,0.3907454013824463,-1.8241262435913086,-1.3033188581466675,-0.7364102602005005,0.2457917034626007,-1.1802055835723877,-1.2164971828460693,-1.1128134727478027,2.072119951248169,1.9468897581100464,0.8675464391708374,1.0014005899429321,0.22056254744529724,-0.004791995044797659,0.24155156314373016,-0.6878694295883179,-1.255509614944458,-0.9337984919548035,-1.8282926082611084,1.1501213312149048,-0.7485896348953247,0.029711583629250526,1.1501365900039673,1.4270155429840088,-3.830796241760254,1.929291844367981,-0.7993958592414856,0.3625609278678894,-0.8020038604736328,0.706710696220398,0.08590592443943024,-0.7413285970687866,-2.230149269104004,-1.0558465719223022,-1.1837881803512573,-1.4788682460784912,-0.4597502052783966,-0.6048961877822876,-0.11846661567687988,1.072383999824524,-2.8306386470794678,-0.07229624688625336,1.7561144828796387,0.6509657502174377,0.9935363531112671,0.9110373854637146,1.859093189239502,0.015295285731554031,-1.5522241592407227,0.6100329756736755,0.5662313103675842,-1.5595510005950928,-0.07923371344804764,-0.6009964942932129,0.02572561986744404,0.3282187581062317,-0.45034223794937134,0.6760193705558777,-0.6133260726928711,2.4795219898223877,-1.2763248682022095,-0.9762491583824158,0.8141472935676575,1.4468401670455933,2.630143165588379,1.1131691932678223,1.5934383869171143,-2.2372331619262695,-1.2606993913650513,1.20596444606781,0.5608171224594116,-1.1929315328598022,0.44114950299263,0.09088955819606781,-0.9439319372177124,-0.011876331642270088,-0.5650964379310608,-2.8934762477874756,0.566083550453186,1.2679611444473267,-0.9442393183708191,-1.9370007514953613,0.4916796088218689,-0.10288608074188232,2.0204966068267822,-0.04673927277326584,-1.5557843446731567,-1.723748803138733,1.1815992593765259,0.42312541604042053,0.36620432138442993,0.11086264997720718,-1.2484354972839355,-0.535245418548584,2.38909912109375,1.9352059364318848,0.2096262276172638,0.723068356513977,-2.278777837753296,0.6225790977478027,-0.34016647934913635,7.6461381912231445,-0.7013751864433289,0.4761527180671692,-0.054872065782547,0.9011172652244568,1.5671050548553467,-1.7030683755874634,-1.056074857711792,0.058824848383665085,-3.833815097808838,0.613072395324707,0.04973281919956207,-2.029574394226074,-0.5690922141075134,0.2873857617378235,-0.04609828069806099,-0.331973135471344,1.2839698791503906,-0.678215503692627,-1.832638144493103,0.812347412109375,-0.8255633115768433,-0.4392775595188141,0.03656644746661186,-2.4411981105804443,1.483420491218567,-0.7145004272460938,0.46527308225631714,0.3937736451625824,0.1576361209154129,0.6949300765991211,-2.2009036540985107,1.7677792310714722,0.7932890057563782,0.2907074987888336,-0.7687280774116516,-1.0394611358642578,1.5909535884857178,-0.08616048097610474,-0.12486843019723892,-1.9356493949890137,0.5847557783126831,-0.003297744784504175,-1.509292721748352,0.03432489559054375,2.555391788482666,-0.23557883501052856,-0.10957996547222137,0.47626474499702454,1.0200457572937012,0.673706591129303,-0.9347008466720581,-0.03196367248892784,0.1870415061712265,-1.0787094831466675,-1.5450084209442139,-0.8248772025108337,1.122876763343811,0.22316111624240875,-0.8440466523170471,0.25106844305992126,-1.065706491470337,0.06530499458312988,-3.376530885696411,-0.5589475631713867,0.9821548461914062,0.003501177066937089,-0.6260737180709839,3.042689561843872,0.3814436197280884,0.15550993382930756,-0.9839486479759216,-0.37783944606781006,-0.40190961956977844,-1.3820682764053345,0.0029278683941811323,-1.5921646356582642,0.3714830279350281,-1.4704930782318115,-0.8264781832695007,0.4919743835926056,-0.6601960062980652,-0.5933663845062256,-0.39695093035697937,-0.46423035860061646,0.03220505267381668,-0.6935381889343262,-0.11728407442569733,-0.5245112180709839,-1.485933780670166,-1.1837958097457886,-2.5021140575408936,0.47159844636917114,-0.8606948852539062,-0.24306431412696838,-0.3207123279571533,-0.6181302070617676,-0.7804457545280457,0.48912060260772705,-0.890296459197998,0.4294576942920685,-0.4904996454715729,0.780308723449707,-0.3722507953643799,2.1423146724700928,0.15333856642246246,-0.9748098850250244,0.608022153377533,0.7824899554252625,0.7290563583374023,-0.29109665751457214,1.4235531091690063,0.6458999514579773,-1.1272399425506592,-2.117875099182129,-0.7673673629760742,0.28061556816101074,0.9336525201797485,-0.8408650159835815,-1.189664363861084,-0.5494071245193481,1.6002706289291382,0.218806192278862,-0.9901914000511169,-2.481586456298828,0.35818082094192505,-0.3093827962875366,-0.3462350368499756,0.010357242077589035,-2.3087120056152344,3.155904531478882,-0.5763686895370483,-0.27851396799087524,1.5394766330718994,1.013961672782898,-1.7856744527816772,1.2906450033187866,0.2830682396888733,-0.49227070808410645,-2.3314566612243652,-0.5980925559997559,-1.0861356258392334,1.6615842580795288,0.8800597190856934,2.259633779525757,-0.44390687346458435,-0.4195651412010193,0.27994200587272644,0.7515326738357544,-1.3852185010910034,-0.0038625234737992287,-1.0476751327514648,-0.44035986065864563,0.48994889855384827,-0.6891063451766968,-0.035803504288196564,-0.09001988917589188,-0.3712005913257599,-0.07599622756242752,0.6100848913192749,0.09294010698795319,0.061916086822748184,-0.11155132949352264,0.9971498250961304,0.001024683122523129,-0.03611289709806442,1.8974363803863525,0.4305039644241333,-0.8800469040870667,-2.5376665592193604,-0.0056188288144767284,-0.6087912321090698,0.2658703327178955,-1.0053062438964844,-1.3696849346160889,-0.1254083812236786,-0.2687171995639801,-0.05331895872950554,-0.5925849080085754,-0.29472294449806213,0.6800392866134644,-0.6874227523803711,-0.36006733775138855,-0.05710270255804062,0.45211827754974365,-0.11812073737382889,0.31752368807792664,-1.0953035354614258,1.809571623802185,1.2760090827941895,0.24676711857318878,0.4299620985984802,0.47555965185165405,0.23535266518592834,-1.6154168844223022,-0.2788105607032776,2.1640098094940186,0.013336464762687683,-0.14842137694358826,0.8803215622901917,1.010872483253479,0.7685161828994751,-1.4999102354049683,-0.33636289834976196,-0.25886863470077515,2.800987482070923,-2.394181489944458,-0.8574036359786987,-0.0681733787059784,-0.615159809589386,1.8186657428741455,1.2180380821228027,2.9417810440063477,-1.1844922304153442,1.734841227531433,0.00655188737437129,-0.9748526811599731,1.0449289083480835,-1.5567010641098022,0.7229822874069214,2.4238362312316895,0.5078654885292053,0.018991656601428986,0.60024493932724,1.5099725723266602,-0.5744763016700745,0.08345597237348557,1.023837924003601,-0.2049282193183899,-0.36802658438682556,1.327260971069336,0.7098214626312256,-0.6433970928192139,-0.2680816352367401,0.14740322530269623,-0.9266620874404907,-0.40874233841896057,-2.211261034011841,1.3540247678756714,0.41606593132019043,-0.718924343585968,-0.6818475723266602,0.28220003843307495,-1.8700568675994873,0.0850752741098404,0.7628860473632812,0.6944933533668518,-0.8334978222846985,0.3068278133869171,-0.9696527123451233,0.5221258997917175,-1.4114419221878052,-1.033448576927185,-1.5900274515151978,2.1601128578186035,-0.5755966305732727,-0.7543700337409973,1.4821815490722656,-0.15054632723331451,-1.3533408641815186,-0.9664790630340576,-0.9277536869049072,0.2578933537006378,-1.1112792491912842,-1.5011847019195557,-0.24319162964820862,0.011807252652943134,-0.7195205092430115,-1.6190881729125977,0.9828612208366394,2.238805055618286,1.2108498811721802,-2.9881584644317627,-1.1683779954910278,2.0320308208465576,-1.1942886114120483,1.5352416038513184,0.2254580706357956,-1.1677234172821045,0.09289867430925369,1.21430504322052,-0.5908862948417664,-2.4514577388763428,-1.704973578453064,1.3438175916671753,0.17478668689727783,0.057759735733270645,-0.7883400917053223,-0.18927858769893646,0.6994593143463135,-0.5536157488822937,2.1058812141418457,2.0685999393463135,0.6211199164390564,1.0810192823410034,1.1459107398986816,-1.4107463359832764,-1.2608040571212769,-0.08085663616657257,-0.47845005989074707,-1.4249483346939087,0.6570664644241333,-1.0072613954544067,0.8065477013587952,0.893439769744873,-1.047076940536499,0.8515846729278564,-0.09677128493785858,-1.5939052104949951,-1.4295154809951782,0.5861890316009521,0.22931307554244995,3.178191900253296,-0.20998862385749817,0.1691085249185562,0.6023891568183899,0.02143121138215065,0.24444670975208282,-1.1636862754821777,-0.8449260592460632,1.168920636177063,0.1493745893239975,-0.04158470407128334,1.8630030155181885,-0.11407305300235748,-1.1103435754776,-1.422479510307312,1.1677203178405762,0.9302810430526733,-0.5149329304695129,1.2573976516723633,-0.05052324756979942,0.47138816118240356,-1.0327136516571045,-0.7616584897041321,1.5616765022277832,-1.043915033340454,-0.14570288360118866,0.004175672307610512,-0.013973581604659557,-1.491235613822937,-1.1342225074768066,-1.2818937301635742,0.352688729763031,-0.7034397721290588,0.4516535699367523,-0.8921241164207458,0.3454936444759369,-0.6104124784469604,2.9846386909484863,-0.23357374966144562,-1.214656114578247,-1.2865149974822998,-0.38581958413124084,1.859277606010437,0.30976083874702454,0.8945332169532776,0.16572833061218262,0.6246224045753479,-0.4911428391933441,-0.10280849039554596,-2.814539909362793,2.2669260501861572,0.571306586265564,-0.4998015761375427,1.3229752779006958,0.3146169185638428,-0.26689404249191284,-1.1502320766448975,-0.8373700380325317,0.08650415390729904,1.8311055898666382,1.4003400802612305,0.07306268811225891,1.820929765701294,-0.8923113942146301,0.7001222372055054,-0.6954914927482605,1.3092634677886963,-0.628109335899353,1.2985844612121582,-0.2798072099685669,-1.0946769714355469,-0.06230763718485832,-2.2948484420776367,0.35867929458618164,-0.26739004254341125,0.8009816408157349,-0.865073025226593,-0.5101119875907898,2.2620768547058105,1.5379434823989868,1.3382549285888672,-0.19094936549663544,0.6742247343063354,-0.9944804906845093,3.581892728805542,-1.1204919815063477,-0.4871184825897217,0.9402818083763123,-0.34335678815841675,-0.6751594543457031,0.5582008957862854,0.05839189141988754,-0.10362710803747177,0.4623216390609741,-0.3161804676055908,0.43501824140548706,1.5807163715362549,-0.7499231100082397,-1.0219517946243286,-0.2167954444885254,0.6524565815925598,0.4298480451107025,-1.0519015789031982,0.3356495201587677,1.3425729274749756,-0.117058165371418,0.3379805386066437,-0.35574591159820557,0.8028205037117004,1.648181676864624,1.00054132938385,0.8986702561378479,0.060305964201688766,-0.13529342412948608,-0.4652288556098938,0.9865481853485107,0.9013321399688721,-1.7683799266815186,-0.06526785343885422,-0.19139932096004486,-1.7714236974716187,-0.4179810881614685,-0.23967869579792023,0.30504631996154785,0.03402070701122284,-1.9478261470794678,1.8626197576522827,-1.4187275171279907,0.012464350089430809,0.29589417576789856,-0.7654212117195129,0.8318977952003479,-1.5140836238861084,0.7198933362960815,-0.9162675738334656,0.1012696772813797,-0.997392475605011,-0.0370088554918766,0.7949730157852173,-0.4958139657974243,-1.870028018951416,-0.17133910953998566,1.2478476762771606,-0.7186223864555359,-2.334520101547241,-0.048839021474123,-0.8025241494178772,-1.7315394878387451,0.3942020833492279,0.7071654796600342,0.6008024215698242,0.16577747464179993,1.5750842094421387,0.970221996307373,-1.8757847547531128,0.2924978733062744,0.9853203892707825,0.09900513291358948,-0.2769147753715515,0.9553230404853821,1.2608193159103394,0.7138887643814087,0.031747885048389435,-0.7137236595153809,0.008934653364121914,-1.631733775138855,0.6231869459152222,-0.954107403755188,2.2427690029144287,-1.8540751934051514,-0.14006400108337402,-0.21757124364376068,1.9175127744674683,-0.4752289652824402,0.5905437469482422,0.6144587993621826,-0.3173062801361084,0.628610372543335,1.325149416923523,1.615242838859558,-1.257562279701233,-0.9129799604415894,2.420680046081543,-0.8158167004585266,0.025867028161883354,1.8859338760375977,-0.587482213973999,0.5752442479133606,2.420461893081665,-1.265514850616455,0.42961791157722473,1.5343824625015259,0.42349380254745483,0.6349869966506958,0.6471202969551086,-1.432533860206604,0.7281588912010193,0.23258724808692932,0.7273250222206116,0.8458437323570251,1.4761359691619873,0.006902538239955902,0.7440010905265808,0.37395578622817993,-1.192599892616272,-1.685410499572754,-0.6344032287597656,-1.8512239456176758,1.0611698627471924,-0.37187835574150085,2.4669694900512695,1.5538662672042847,0.922171950340271,-1.0578813552856445,3.4782001972198486,-2.6279988288879395,-1.001097559928894,1.409319519996643,1.75529944896698,-0.3061240613460541,0.6014002561569214,-0.22973299026489258,-0.2272578477859497,0.5234113931655884,-1.0516862869262695,0.8949393033981323,0.37692204117774963,0.04735209420323372,0.5842267274856567,1.3857845067977905,1.1273902654647827,0.029273970052599907,0.8617111444473267,0.22155886888504028,0.9269198179244995,-0.1769600808620453,-1.4661391973495483,0.6603536605834961,-0.9821472764015198,-2.138659715652466,-1.479669213294983,0.4851055443286896,-1.206730604171753,-0.6181032657623291,0.8353654742240906,0.6774607300758362,2.0584285259246826,0.03469694033265114,-0.33179962635040283,0.7248165607452393,-0.5915042161941528,-0.3173481225967407,0.7580459117889404,-0.022441189736127853,-0.22660139203071594,-1.6015996932983398,0.11883074045181274,-0.3040130138397217,2.0083396434783936,1.6587601900100708,0.37177231907844543,-0.015437527559697628,-2.755105495452881,-0.7300355434417725,-2.485244035720825,-0.5603212118148804,0.3608464300632477,-0.659187912940979,0.10987552255392075,0.36024749279022217,0.1384238302707672,-0.11933431029319763,1.0702778100967407,1.2912615537643433,-0.9515190720558167,0.4205935001373291,-1.200036883354187,-1.2575634717941284,0.21139657497406006,-1.3898879289627075,-0.4333413541316986,0.257899671792984,0.1897677779197693,-0.6014660000801086,-1.5001733303070068,0.7471014261245728,-0.36234408617019653,-0.4289143681526184,1.5473589897155762,-1.1371128559112549,1.2111879587173462,0.7747038006782532,-0.32475537061691284,-2.0717554092407227,2.4473204612731934,-0.3224545419216156,-1.7124699354171753,-0.913728654384613,-1.082255482673645,0.8921154737472534,-0.4299938380718231,0.22929909825325012,0.07038605213165283,-0.10605047643184662,-0.7550704479217529,-1.1773829460144043,-0.47409501671791077,-1.1831738948822021,-0.6520143151283264,1.3848836421966553,-0.5425832867622375,-0.2518792748451233,1.1997703313827515,-1.7224726676940918,-0.08633264899253845,-3.2462961673736572,-0.10352187603712082,-0.6727762222290039,-0.30451279878616333,1.7289599180221558,-2.8569061756134033,2.057997703552246,1.6330411434173584,0.6263601183891296,3.0973167419433594,0.19040623307228088,-0.3080921173095703,-0.9936861991882324,0.9148372411727905,1.6582634449005127,-1.9848474264144897,-1.001190423965454,0.6936306357383728,-0.013493860140442848,-0.868682324886322,2.4539079666137695,0.09375864267349243,-0.1265907883644104,1.6626641750335693,1.4304406642913818,-0.9173166751861572,0.3305109143257141,-1.0019444227218628,-1.177278757095337,-0.7479138970375061,1.7389545440673828,1.547587275505066,-1.30303156375885,-1.2302063703536987,-0.7989160418510437,0.038407161831855774,-2.576946496963501,0.08664348721504211,-0.3260047435760498,-0.6730890870094299,2.887702465057373,-0.5806121826171875,-1.411642074584961,-1.3349058628082275,-1.0521581172943115,-1.0885694026947021,-1.7604074478149414,0.04617052152752876,-0.030507242307066917,1.9741278886795044,1.7979278564453125,1.235925555229187,-1.3445852994918823,-1.776357889175415,2.056948661804199,0.19608145952224731,1.1198092699050903,-0.3156176209449768,-0.8965415954589844,-0.9679654836654663,-1.9129747152328491,-0.4197688400745392,0.2808437943458557,0.6784218549728394,1.6948952674865723,0.3899178206920624,-2.0703258514404297,-0.3736642301082611,-0.38486677408218384,-0.29875633120536804,-0.22308431565761566,2.077578067779541,-1.8844002485275269,-0.17215894162654877,-0.8872933387756348,0.7470830082893372,-0.31101784110069275,-0.8485046029090881,2.1041760444641113,1.4969879388809204,-1.2732579708099365,-0.1760261356830597,-0.7264573574066162,-0.1701502650976181,2.5611307621002197,-2.3996212482452393,0.818124532699585,-0.8150404095649719,0.2509709596633911,-0.9103851914405823,1.5630295276641846,2.028836727142334,-0.110698401927948,-2.1553537845611572,0.9157859086990356,-1.8393439054489136,0.8671903014183044,-0.5483227968215942,-0.8195774555206299,0.1911238431930542,-1.3739694356918335,-0.4502132534980774,-0.29034188389778137,0.3487277030944824,-0.24164657294750214,2.676799774169922,-0.3861220180988312,-0.6272951364517212,0.6899488568305969,-0.4940933585166931,2.3919479846954346,0.5679810643196106,2.808980703353882,-0.5600073933601379,0.3219955861568451,3.3622488975524902,0.03090331144630909,-0.3754120171070099,0.367715984582901,0.9065375328063965,0.0038608803879469633,-0.13918215036392212,0.6843726634979248,-0.46475815773010254,-0.6092207431793213,0.42618757486343384,0.13180024921894073,-2.1101322174072266,0.2733064889907837,2.1653966903686523,0.42638644576072693,-0.10186402499675751,-0.32725515961647034,-2.1533515453338623,-2.7853851318359375,0.6810547709465027,-1.37993323802948,0.5115185379981995,0.3591364324092865,-0.1420348882675171,0.6841678023338318,-0.8485326766967773,0.04021964594721794,0.46190595626831055,0.1510934978723526,-0.590052604675293,-0.25156283378601074,-1.1598448753356934,-1.0400978326797485,0.17143945395946503,-1.2874486446380615,-0.4718092381954193,0.5522621870040894,-1.6939818859100342,-0.4280339479446411,-0.6990097761154175,-2.2422068119049072,-0.09341801702976227,0.427726149559021,0.11299395561218262,0.15260843932628632,-1.0215145349502563,-0.8286145329475403,0.25482994318008423,-0.5580936074256897,-1.0591728687286377,-0.23930016160011292,0.5797698497772217,1.6033416986465454,-1.0740277767181396,0.13129602372646332,-0.38506200909614563,-0.2928183972835541,0.9855475425720215,3.34591007232666,-0.9004557728767395,0.8055566549301147,0.657122015953064,0.4920949637889862,-0.6816299557685852,0.14944329857826233,-0.9846208095550537,0.6326522827148438,0.3080209493637085,0.4836323857307434,-1.5911855697631836,-0.8922389149665833,-0.6208097338676453,-2.3266773223876953,-0.14477470517158508,-1.2443825006484985,0.8954962491989136,-1.1868492364883423,-2.0235202312469482,-1.6655572652816772,-0.5100118517875671,0.8904555439949036,-1.191887617111206,0.21467112004756927,5.624046325683594,-0.7033874988555908,0.09215488284826279,0.16712947189807892,-0.1795613020658493,2.0165443420410156,-1.4242414236068726,-1.0884052515029907,-0.6490142941474915,2.099459648132324,-0.23551271855831146,1.489012598991394,0.9357380867004395,0.8303073048591614,-0.5908083319664001,-0.5037062168121338,-0.11817651242017746,-2.725719690322876,-0.19888682663440704,-1.415952444076538,2.2909233570098877,-0.029481802135705948,1.1622954607009888,-0.25009652972221375,0.7995632290840149,0.8614746332168579,0.38562557101249695,-1.7544338703155518,-0.7471269965171814,-0.31710344552993774,-0.30022406578063965,0.5094151496887207,-1.5024726390838623,0.80687016248703,0.9592027068138123,0.3172292709350586,0.2232140600681305,-0.30205172300338745,0.41267120838165283,0.6983907222747803,0.4869934618473053,-0.8070603609085083,-0.4716145992279053,0.5027573108673096,-1.0964088439941406,1.65786874294281,-1.085990071296692,-1.2994147539138794,-0.05277974531054497,0.6936586499214172,1.122950553894043,0.840215265750885,1.1185901165008545,-0.2183871567249298,-1.2360962629318237,1.2723139524459839,0.3680519461631775,-0.5007369518280029,-0.6751363277435303,-0.44657763838768005,0.028270065784454346,-1.2949737310409546,2.030449867248535,-2.705240249633789,0.9874375462532043,-1.0553611516952515,0.5620548725128174,1.7318146228790283,0.13303297758102417,-0.5919950604438782,2.551419496536255,1.1206339597702026,-0.41107437014579773,0.3756174147129059,0.3290519416332245,1.7987415790557861,-1.4812300205230713,-1.552316665649414,-0.796624481678009,-0.36991581320762634,0.06785672158002853,-0.10236059874296188,-1.4301270246505737,1.229708194732666,0.579070508480072,0.35996800661087036,-0.1334267258644104,1.9952764511108398,0.20487329363822937,0.11393813043832779,0.7043828368186951,-0.2592054009437561,-0.10913637280464172,0.13995294272899628,-0.4922851622104645,0.3790784776210785,0.5341959595680237,1.7407444715499878,-1.1498894691467285,-3.5045089721679688,-0.09490808099508286,0.8112407326698303,-1.0407739877700806,-1.9851888418197632,-0.4082890748977661,-0.08644655346870422,-1.9788187742233276,-0.2828541100025177,-0.3636898100376129,0.34795546531677246,-0.16253162920475006,-0.16803483664989471,1.4736287593841553,2.42777943611145,-0.813532292842865,1.2308064699172974,-1.2672232389450073,-1.0781269073486328,-0.8543624877929688,0.23227229714393616,-1.947816252708435,-0.6493365168571472,-2.450489044189453,-0.6534863710403442,0.44327443838119507,0.00912205409258604,-2.4352169036865234,-0.626620352268219,-1.1108471155166626,0.18839308619499207,-1.569079041481018,-1.6267083883285522,-1.0634682178497314,-0.13912157714366913,1.7939294576644897,-0.062220700085163116,0.1588020622730255,0.7586039304733276,-2.933018445968628,0.49278849363327026,-0.09738503396511078,0.33655470609664917,1.3019740581512451,1.1953086853027344,-2.3262970447540283,1.2893351316452026,0.9422487616539001,-0.2305520623922348,-1.255194902420044,-1.6423126459121704,0.979251503944397,0.6075975894927979,-0.10286823660135269,-3.1081125736236572,-0.5106704235076904,-0.14370489120483398,-1.2971242666244507,0.27268195152282715,-0.20482884347438812,-0.6885751485824585,0.28861498832702637,-1.5833899974822998,-0.49143463373184204,-1.2187268733978271,-0.8051275014877319,1.8117692470550537,2.5144944190979004,-1.1342092752456665,0.18619206547737122,-0.1440705955028534,-0.14955386519432068,-1.5490212440490723,-0.7509576082229614,1.2489479780197144,-0.0030709845013916492,-1.0137138366699219,-0.5786082744598389,-0.5556348562240601,-1.812452793121338,2.017230749130249,0.6139096617698669,-0.8160082697868347,2.253915786743164,1.7809945344924927,0.28242531418800354,0.07942516356706619,-1.4230306148529053,0.6965306997299194,1.458919644355774,-0.7507760524749756,-0.06035376340150833,0.5892054438591003,0.789016842842102,-0.9047299027442932,-1.44248366355896,0.21272438764572144,-0.9081501364707947,-2.548142671585083,-1.0994044542312622,-0.3081904649734497,0.3272814452648163,0.3130439519882202,0.6699609160423279,-0.11212031543254852,0.3563147187232971,1.0921798944473267,1.4908523559570312,-0.5158424973487854,1.5721697807312012,-0.22113792598247528,0.8587020635604858,1.3708161115646362,2.0495505332946777,3.9257264137268066,-0.5893604755401611,0.9951931238174438,0.13357815146446228,-0.29491597414016724,-0.28822818398475647,1.9500186443328857,2.7308733463287354,0.6906957030296326,-1.550642490386963,-0.5539355278015137,0.9126369953155518,-0.7774496078491211,1.0083949565887451,-0.5749284029006958,0.12442897260189056,-0.9864091277122498,-0.7029540538787842,1.2259488105773926,0.12915927171707153,-1.4660983085632324,1.8160886764526367,1.820259690284729,-0.5267263054847717,2.332754611968994,-0.22857975959777832,-0.23649288713932037,0.49548229575157166,1.7141907215118408,0.9458956718444824,0.41971355676651,1.506126880645752,1.4286736249923706,-0.5802951455116272,0.00626423629000783,-1.9149463176727295,-0.40229612588882446,-0.14114272594451904,-0.5293781757354736,0.07225613296031952,-1.3785403966903687,0.7360333800315857,0.16600832343101501,-1.314716100692749,2.6130502223968506,-0.48961231112480164,-0.5477298498153687,0.1923982799053192,0.0001340048183919862,-0.9976733326911926,1.9188857078552246,-0.1286572962999344,-1.8345975875854492,-1.8557262420654297,-3.92587947845459,-0.22507309913635254,-2.578137159347534,-0.33218395709991455,-0.2607954144477844,0.9527106285095215,-0.9237962365150452,0.8544360399246216,-0.8320703506469727,1.1409969329833984,-1.2873594760894775,-0.6580867171287537,3.521082639694214,-0.5225701928138733,1.2317482233047485,1.3210359811782837,0.7989206314086914,-5.151480674743652,-0.9857116937637329,-0.9189527034759521,-0.37566325068473816,-0.2337731122970581,0.704331636428833,-1.3085122108459473,-0.6716634035110474,0.4421095848083496,-1.407475471496582,-0.23648978769779205,-1.1585302352905273,2.2675013542175293,0.10318611562252045,-0.7473589181900024,1.7967369556427002,1.2396029233932495,-1.0261034965515137,-1.1994115114212036,-0.5896973609924316,-0.44403141736984253,-0.6539022922515869,-0.1041504517197609,-0.18290141224861145,1.839544653892517,-1.5579859018325806,-1.8811092376708984,-1.052324891090393,0.8356515169143677,-0.009837595745921135,-0.826909065246582,1.2463566064834595,0.5113896131515503,-0.1324528604745865,0.36597177386283875,-0.4609237015247345,-0.35801956057548523,0.4237438142299652,0.18317627906799316,-0.5025898814201355,0.2348904013633728,0.6632376909255981,-2.2494165897369385,-1.5184820890426636,0.7383478879928589,0.7298734188079834,-1.66208016872406,0.7509946823120117,-1.6772899627685547,1.3504995107650757,1.335543155670166,-0.20737826824188232,0.2902381718158722,0.21913518011569977,0.5372291207313538,-0.3092345893383026,-0.668538510799408,1.8005609512329102,0.8917619585990906,0.30691689252853394,0.23960065841674805,0.08824741840362549,0.7830749750137329,-0.22063612937927246,-0.9565026164054871,-0.7848866581916809,0.27519914507865906,-0.8795982599258423,0.8952904939651489,-0.5231529474258423,-0.5122362375259399,0.761081874370575,0.7740320563316345,-0.10564076900482178,0.8727013468742371,-1.8946607112884521,0.34898266196250916,-0.6310349106788635,0.6601369976997375,0.6058586835861206,-1.0904145240783691,0.5521323680877686,0.891517698764801,0.21243098378181458,-0.1671852022409439,-1.3245452642440796,-0.9269945025444031,0.944426953792572,-0.6385175585746765,-3.1277732849121094,1.1118495464324951,-0.04504233971238136,0.3380226790904999,0.8891222476959229,0.28151777386665344,1.4269752502441406,0.43820828199386597,0.2088993489742279,-3.2676608562469482,-0.9750692844390869,-2.225750207901001,1.0856597423553467,-3.193620443344116,-1.1477712392807007,-0.05420645698904991,-0.5961735844612122,0.5502032041549683,-1.8427214622497559,0.6010441780090332,-0.24338595569133759,-0.21533742547035217,0.5643746852874756,0.25000330805778503,1.059828758239746,-2.3860602378845215,1.0747641324996948,0.02113928459584713,-0.6219877600669861,1.198254942893982,2.1026551723480225,-1.6713929176330566,1.4301353693008423,1.5831862688064575,0.6231001615524292,0.2307937741279602,-0.4866870939731598,-0.2526196837425232,-1.6328978538513184,-0.1557597815990448,-0.2019551545381546,1.445958137512207,0.27321234345436096,0.28087320923805237,-0.15937452018260956,-1.9092320203781128,-0.6372119784355164,0.3455958068370819,0.6042855978012085,-0.34075871109962463,-0.6877139210700989,-0.36024391651153564,-1.0736750364303589,-0.682313859462738,-1.120114803314209,0.9549909234046936,-1.1526967287063599,-0.5702662467956543,0.2204514592885971,-0.041475001722574234,1.6226927042007446,0.4857836961746216,0.9840178489685059,2.1291310787200928,0.10019377619028091,-0.2978871166706085,-2.1559693813323975,-0.5466855764389038,-0.0004830115067306906,-0.9396602511405945,0.8139793276786804,-0.3554163873195648,1.7565760612487793,-0.6919280886650085,1.2283859252929688,1.0257378816604614,-0.16172903776168823,0.6638445258140564,-0.22579804062843323,-1.5810906887054443,-0.7155534029006958,-2.0642924308776855,-0.47330138087272644,-1.102548360824585,-1.5421226024627686,0.4124716520309448,0.8996906876564026,0.6659674048423767,-6.773662567138672,-0.30893760919570923,-0.09369752556085587,0.38181328773498535,-1.1091290712356567,-1.1499435901641846,1.9420511722564697,0.2597862780094147,-1.5486397743225098,1.736584186553955,-0.40027475357055664,0.7631815671920776,1.5653315782546997,1.7765225172042847,0.16878819465637207,-0.715238094329834,0.8176723718643188,-1.1326007843017578,-0.20569682121276855,-2.0241620540618896,-0.5314223170280457,2.303368091583252,0.33874332904815674,-0.4453554153442383,0.6579431891441345,1.5538153648376465,-0.9985496997833252,-9.761162757873535,-1.2243863344192505,-2.5177717208862305,2.05049467086792,-0.9210345149040222,-0.9052550792694092,-1.4027963876724243,1.2013177871704102,-1.179814100265503,1.4468131065368652,-2.7838854789733887,0.3756602704524994,-0.19478458166122437,-0.15161779522895813,-0.7251014709472656,0.1785770058631897,-0.9883221983909607,-0.5328559279441833,-0.22167979180812836,1.4172768592834473,-0.6494355797767639,0.8617246747016907,-3.23704195022583,-1.0140072107315063,0.3794260323047638,0.061464354395866394,0.4233291447162628,0.7802363038063049,-1.987022876739502,1.1235448122024536,0.35670745372772217,-1.233027458190918,-2.8382413387298584,-0.873188316822052,-2.9095983505249023,-0.1917894035577774,-2.3889963626861572,-0.29909104108810425,2.3260109424591064,0.12475644797086716,-1.118237853050232,-0.5759692192077637,1.4771689176559448,1.8853988647460938,1.1500643491744995,0.20786947011947632,0.6544551849365234,-0.00554596446454525,1.1025018692016602,-0.25278887152671814,-0.9173418879508972,0.5428720712661743,0.2629273235797882,-0.46614858508110046,0.29771390557289124,0.852584958076477,0.07925714552402496,-0.8451114296913147,0.9796081185340881,-2.495483875274658,-0.4655231535434723,0.019565466791391373,1.146068811416626,-0.953467071056366,2.0227255821228027,-0.14062657952308655,-0.4329301714897156,1.0514510869979858,-1.1692343950271606,-0.2053859978914261,-1.0725895166397095,4.4142279624938965,0.6089275479316711,-0.08601099252700806,0.06029849871993065,-1.922528862953186,0.19401097297668457,0.12023815512657166,-0.2623591125011444,-1.37511146068573,1.3749282360076904,-1.2593766450881958,-0.447785347700119,-1.4377970695495605,0.2680751085281372,0.914758026599884,-0.5902870297431946,-0.5712000131607056,-0.08227511495351791,-2.6824584007263184,-0.23844270408153534,-0.1434994339942932,0.7942757606506348,0.990469217300415,0.1356368064880371,1.0520628690719604,-1.5743749141693115,1.2884395122528076,-0.6734598875045776,-0.34104591608047485,-0.07365961372852325,1.9482271671295166,1.4320944547653198,1.0221201181411743,0.41346490383148193,1.910743236541748,-2.3874804973602295,-1.9650983810424805,-2.304016590118408,-0.36492496728897095,0.5100112557411194,-0.6730728149414062,-1.1961009502410889,0.01030352059751749,0.12579704821109772,0.14001606404781342,-1.1678192615509033,-0.5754305720329285,0.16391019523143768,-0.10785515606403351,-8.500250816345215,0.3510279059410095,0.33603039383888245,0.39721453189849854,-1.2058990001678467,-0.43002980947494507,-0.20791716873645782,0.36209505796432495,1.0805580615997314,0.5617344975471497,0.5183906555175781,0.15455162525177002,0.942496120929718,2.1251163482666016,-0.045566290616989136,0.12467065453529358,-1.5872414112091064,0.10897444933652878,0.424720823764801,-0.5932801365852356,7.340027809143066,2.0266530513763428,0.4482400715351105,-0.6560627222061157,0.02458185888826847,-1.4114103317260742,-1.1151639223098755,0.9976709485054016,-0.4211901128292084,-0.48315703868865967,-0.32344600558280945,-0.12116546928882599,-1.7504757642745972,-0.4055898189544678,3.1744284629821777,-1.5949451923370361,1.80618417263031,1.0013854503631592,0.2575826048851013,-0.756100594997406,0.8544968962669373,-0.28685203194618225,-0.7865585684776306,-0.2798394560813904,-0.5311586856842041,0.12476515769958496,-1.8684048652648926,-0.89503413438797,0.16091999411582947,1.6416550874710083,-0.1452142298221588,-1.4999721050262451,-0.03163325414061546,-0.04710332676768303,-1.1798007488250732,-0.4906032383441925,0.12196919322013855,0.6526110768318176,-0.043790046125650406,0.5129656791687012,-1.1698644161224365,-0.5314608812332153,0.6921941041946411,0.012192758731544018,-0.7691615223884583,-0.6589598655700684,-0.018466439098119736,0.13641978800296783,-1.2800809144973755,-0.2675184905529022,0.48921969532966614,-0.12838207185268402,0.05299656465649605,-1.1195632219314575,-1.4776006937026978,-0.3265119791030884,1.1346545219421387,-0.1446477621793747,2.5723841190338135,-2.595144033432007,-0.19568830728530884,-0.2380780577659607,1.4657554626464844,-0.8146966099739075,-0.5124951004981995,1.152627944946289,-0.8528516888618469,0.182028129696846,1.275390625,0.12015383690595627,-0.5653840899467468,-1.8188104629516602,1.0176446437835693,-0.4172114133834839,0.6886513233184814,-0.9856717586517334,1.9764970541000366,-0.1780950129032135,0.386562705039978,-1.230814814567566,0.24578723311424255,-1.9907644987106323,1.7404996156692505,-0.7713816165924072,0.4294719696044922,-0.2964119017124176,0.29261690378189087,-0.8363714218139648,0.7076470255851746,-0.05264390632510185,-1.1956688165664673,-2.5742154121398926,1.4262079000473022,2.0727438926696777,-1.833686351776123,1.0182464122772217,1.524514079093933,-0.3000105619430542,0.9856918454170227,-1.832818627357483,0.608475387096405,0.06263521313667297,-0.5846474766731262,-1.6542613506317139,1.5947145223617554,-0.40428322553634644,-0.9969923496246338,-1.3383004665374756,1.1631115674972534,-1.0380758047103882,0.8173994421958923,0.9451638460159302,-0.2432747781276703,1.3096818923950195,1.5759928226470947,0.8358853459358215,0.30175116658210754,-0.23968681693077087,0.8053766489028931,0.07378513365983963,-0.22977888584136963,-0.20880815386772156,2.5674750804901123,0.7832255363464355,0.6233528852462769,-0.8056182861328125,-0.10186882317066193,1.5773506164550781,0.5882943868637085,-2.833082914352417,1.0131921768188477,0.9211465716362,-0.23356443643569946,-0.7316992282867432,0.2752562463283539,0.544002890586853,-1.1054859161376953,0.4930184781551361,-0.5616042017936707,1.1953678131103516,1.0607343912124634,1.1150116920471191,0.8455129265785217,0.7955762147903442,-0.03599192947149277,-0.5823190808296204,0.12673208117485046,0.9428890943527222,-0.3586641252040863,-1.5707273483276367,-0.5392979383468628,0.4918670356273651,-0.647894561290741,0.9985927939414978,2.223038911819458,-0.9309130311012268,0.4768867790699005,1.040744423866272,0.759788990020752,-0.5473403930664062,-0.8905605673789978,0.08721306174993515,-2.11501145362854,-2.726071834564209,-0.6652346253395081,2.1465353965759277,-0.6845560669898987,2.117927312850952,0.6110079884529114,0.45976731181144714,0.39878493547439575,0.17734883725643158,2.964874744415283,-1.127534031867981,-1.2320507764816284,1.2777796983718872,0.25524264574050903,-1.9719867706298828,2.2357304096221924,1.032435417175293,1.3065611124038696,0.012897511944174767,0.6912364959716797,1.1227078437805176,-0.9060848355293274,1.4307206869125366,0.10420092940330505,-2.330615520477295,-1.2183111906051636,0.3821466565132141,-0.4979802966117859,-2.2702832221984863,0.727634847164154,0.7251483798027039,-0.30547675490379333,-0.3757748603820801,0.25701186060905457,-3.068859815597534,0.007605416234582663,0.13373759388923645,-0.38252806663513184,0.7098895311355591,0.32150793075561523,-0.5956631898880005,1.471295714378357,-0.20019838213920593,-1.248551845550537,0.16887353360652924,-1.9852039813995361,-0.2148674726486206,-1.0540375709533691,-0.35601332783699036,-1.1285059452056885,-0.3582414984703064,0.7070652842521667,-0.17008082568645477,0.5230592489242554,0.13752876222133636,2.1611545085906982,-0.6614215970039368,-1.001393437385559,0.2208223044872284,1.0645016431808472,-0.9032098650932312,-0.6128646731376648,-0.3912729024887085,1.9573811292648315,-0.5066853165626526,0.9144912958145142,-0.012706832960247993,-0.6618409752845764,-0.507891058921814,0.9195836782455444,1.4755027294158936,0.41367754340171814,1.2676544189453125,1.999043345451355,-2.444786548614502,-0.13738875091075897,-1.2855284214019775,-1.1816909313201904,-0.2930053472518921,0.11930254846811295,1.59683358669281,0.5072793364524841,0.5746011137962341,0.024704115465283394,0.4967002868652344,-0.39808976650238037,0.6151366233825684,-1.3114148378372192,-1.805946946144104,-0.6229794025421143,-1.067742943763733,-0.13343574106693268,-0.7078696489334106,-0.21277348697185516,0.06609339267015457,-0.29690590500831604,1.843712329864502,0.9746442437171936,0.49697136878967285,-1.7428427934646606,-0.8394365310668945,-0.4159052073955536,-0.2159925103187561,-0.0014727705856785178,1.5529836416244507,-1.6348689794540405,0.7121652960777283,-0.39612969756126404,1.7952516078948975,2.256801128387451,1.1629841327667236,1.4902689456939697,-0.5408993363380432,0.7035468816757202,0.09016666561365128,-1.3705424070358276,-0.7762062549591064,-0.7926439642906189,-0.4007711410522461,1.3801281452178955,-0.5220052599906921,-0.029168685898184776,0.1357491910457611,-1.70901358127594,-1.441483736038208,-0.46043452620506287,0.13531054556369781,-0.884854257106781,-1.52983820438385,-1.5065114498138428,0.4774952232837677,-0.5805988311767578,-0.7586691975593567,-0.6886423826217651,0.005187320988625288,2.3879222869873047,2.335353374481201,1.0469996929168701,0.48275047540664673,-1.5238994359970093,-1.4331451654434204,-5.410088062286377,-0.7531339526176453,0.5911346673965454,-1.0622614622116089,0.5292978882789612,0.33199265599250793,0.6504172682762146,1.9250547885894775,0.30612215399742126,0.8738957643508911,0.14442476630210876,1.325835943222046,-0.20564550161361694,1.5999047756195068,-2.303438186645508,-0.10183396935462952,0.8734085559844971,2.200286626815796,-0.7185876369476318,-1.0693035125732422,-0.7235923409461975,1.679970622062683,1.4105960130691528,0.47861289978027344,2.566714286804199,-0.06125302240252495,1.3125286102294922,0.2427988350391388,0.22919070720672607,1.1739906072616577,0.5693539977073669,-5.2776384353637695,1.731895089149475,0.18614830076694489,0.16851763427257538,-0.20018969476222992,0.6230770349502563,1.6718474626541138,0.21324704587459564,-1.0565552711486816,-0.18922238051891327,-0.057989973574876785,-0.7518508434295654,0.7032217383384705,-1.2530336380004883,0.11724571883678436,-0.3329271078109741,0.4754701554775238,0.3054381012916565,-0.7849838137626648,2.3372535705566406,-0.5558062195777893,0.0034101156052201986,-0.8516952991485596,-1.0707237720489502,-0.6731406450271606,2.242206573486328,-1.254294514656067,0.07518067210912704,0.7257813811302185,-0.34315362572669983,0.22015663981437683,0.27756741642951965,-0.8593451976776123,-1.3033891916275024,-0.08205437660217285,-0.6069020628929138,-0.5166785717010498,-1.3533976078033447,-0.03639305382966995,0.6536602973937988,2.520275115966797,0.17895206809043884,-0.10580941289663315,0.46947795152664185,1.0281521081924438,1.3667305707931519,-1.498186469078064,-0.4481753706932068,-0.24687343835830688,-0.4849606156349182,-0.1390707641839981,-2.332422971725464,-0.06743589788675308,-0.008774206042289734,-0.9030328392982483,0.7396114468574524,0.1466422975063324,0.5851187109947205,0.4951075315475464,1.0427991151809692,2.0640108585357666,-0.2166067361831665,0.6717950701713562,2.3548800945281982,-1.1329985857009888,-0.4445572793483734,-1.4240444898605347,-1.4626749753952026,2.4830057621002197,-0.4946286678314209,0.4112929403781891,1.9240269660949707,0.2560788094997406,-0.14062710106372833,0.10788235813379288,1.5123389959335327,-0.15702946484088898,-0.37153947353363037,0.2782059609889984,0.7742428183555603,-0.27908506989479065,0.7138357758522034,-0.7528218030929565,-0.9069219827651978,0.2595551908016205,1.199014663696289,-0.21263544261455536,-0.6488975882530212,0.40383511781692505,0.21122798323631287,0.17222049832344055,-2.1861953735351562,2.3256759643554688,0.6179676651954651,0.012370513752102852,0.573858380317688,0.31292036175727844,-0.9451751112937927,-1.1120997667312622,0.22757631540298462,0.10488946735858917,0.26693299412727356,-1.520959734916687,0.2270580679178238,-0.4709068238735199,-3.6993181705474854,-0.21727140247821808,1.2997198104858398,-1.4917213916778564,0.36599889397621155,0.9534896612167358,5.172848224639893,0.8335481882095337,0.22138231992721558,0.8928136229515076,0.5036901831626892,-1.6881650686264038,-1.2771036624908447,0.4998125731945038,0.3342677056789398,-1.3318524360656738,-0.6123666167259216,-1.5486303567886353,0.40736091136932373,-0.519294023513794,-0.7911198139190674,1.481308102607727,0.5150979161262512,-1.7962697744369507,-0.4303395450115204,1.7899237871170044,0.1337689906358719,-3.020230770111084,-1.338550090789795,-1.4698615074157715,0.924452543258667,1.028669834136963,0.09116609394550323,0.36498498916625977,0.9705818891525269,0.7774620056152344,-0.20259800553321838,1.6140388250350952,-1.7654567956924438,1.0103517770767212,-0.7126900553703308,-1.300959587097168,-1.3611429929733276,0.6793003082275391,-0.4983005225658417,-2.1486268043518066,-1.132455825805664,2.2372326850891113,3.166642904281616,0.3180203437805176,1.219893217086792,-0.152927428483963,1.0936979055404663,1.2259835004806519,-0.10838118940591812,-0.15356093645095825,-0.3300890028476715,-1.8407760858535767,0.6655194163322449,-0.28721052408218384,2.1696035861968994,0.603335976600647,-0.6421086192131042,1.0065492391586304,-1.8415430784225464,-0.08299127221107483,0.4901479184627533,-0.22809158265590668,-0.05728887394070625,0.28975623846054077,-0.4625372588634491,-0.8230807781219482,-0.5966861248016357,0.028226086869835854,-0.20979197323322296,-0.9954315423965454,2.5933947563171387,0.01091389637440443,0.7600494027137756,0.2200881689786911,1.6017649173736572,-0.9096481204032898,1.842740535736084,-0.29946455359458923,-0.2983185946941376,0.21206870675086975,0.27376431226730347,-1.1923513412475586,-0.28689488768577576,-0.48480114340782166,0.48527541756629944,-0.26139307022094727,1.922940731048584,0.20950603485107422,0.6424968838691711,-1.8760911226272583,-0.4124614894390106,-1.8522591590881348,-0.7219982743263245,-1.8648773431777954,1.2825586795806885,-0.4287979304790497,-1.7443413734436035,0.659527599811554,1.5525909662246704,0.7740502953529358,0.1659354567527771,0.04762721061706543,0.3579710125923157,0.6986420154571533,1.747084379196167,0.905221700668335,0.2648506462574005,0.9827075600624084,-0.7370638847351074,1.3179538249969482,-0.13882164657115936,1.753767490386963,0.6858338713645935,-0.8006448149681091,-0.5189792513847351,1.7157405614852905,0.8223727941513062,-1.960844874382019,11.370615005493164,-0.07550320029258728,0.3984571099281311,-1.4625869989395142,-1.7332000732421875,-1.2442255020141602,-1.0434718132019043,-1.9804151058197021,2.3708646297454834,-1.152335524559021,-0.09255823493003845,0.8510712385177612,0.5449422001838684,-0.8012139797210693,1.4802846908569336,-1.398289680480957,1.8187774419784546,0.0482759065926075,0.966237485408783,-2.8050503730773926,0.12890440225601196,0.29080575704574585,0.41924214363098145,1.092898964881897,-0.3645085096359253,0.4357621669769287,0.8762991428375244,-0.9293228983879089,2.150845766067505,-1.9191288948059082,0.9523465037345886,-0.7217143774032593,-0.8388223052024841,0.10560586303472519,-0.414448618888855,-0.5489691495895386,-0.5085271000862122,-0.5424400568008423,-0.887897253036499,-1.3838458061218262,2.7006378173828125,1.5746103525161743,-1.3486577272415161,-0.1514337807893753,0.6186190247535706,-1.492773413658142,1.2413791418075562,-0.06421822309494019,1.4483321905136108,0.6015490293502808,-1.6506749391555786,1.3493150472640991,0.06404238194227219,0.09610693156719208,-0.9451113343238831,-1.5335205793380737,-0.09155764430761337,0.06535104662179947,-0.24204540252685547,-0.12345689535140991,-1.349912166595459,-0.09817562997341156,-0.24442122876644135,1.05262291431427,0.9050832390785217,0.05134321749210358,1.0140691995620728,1.6047213077545166,-0.4835238456726074,-1.2468860149383545,1.8867064714431763,-1.2530549764633179,-0.48387065529823303,-0.3079196810722351,-1.5188214778900146,1.007509469985962,1.4294323921203613,1.8491040468215942,1.4055806398391724,0.8039714097976685,1.21053946018219,0.6811498403549194,0.35489127039909363,-2.4628305435180664,0.7769033312797546,-0.6037233471870422,-1.326511025428772,-1.6522233486175537,0.965278148651123,-1.062109351158142,-0.5665594935417175,0.5925882458686829,1.067971110343933,1.1029863357543945,0.3800674378871918,1.121389389038086,0.6976666450500488,-1.3194222450256348,-0.8774896264076233,0.0674269050359726,-0.15610875189304352,-0.13062071800231934,2.3297007083892822,-0.462822824716568,1.2131823301315308,1.334337830543518,-0.5552942752838135,2.200683832168579,0.9050201177597046,-0.4608282148838043,0.5990737676620483,0.6467605829238892,0.8354942202568054,1.8908350467681885,0.04107005521655083,0.34604310989379883,0.6089054346084595,-1.3529109954833984,1.8699016571044922,1.3888052701950073,0.9131147861480713,2.595822334289551,0.2521314322948456,0.8295456171035767,-0.6366698741912842,-1.5147814750671387,-1.0045266151428223,1.6310157775878906,-1.201934576034546,-2.4332191944122314,0.7106269598007202,1.5284314155578613,-0.26669299602508545,0.3060779273509979,-0.7806699275970459,0.7101209759712219,0.5747883319854736,0.8598489761352539,0.07988221198320389,-0.40532514452934265,-0.04422157257795334,1.3341622352600098,-0.9832230806350708,0.8210064172744751,-0.18888171017169952,-1.4412740468978882,0.035679422318935394,0.6903385519981384,-0.9731201529502869,0.11795906722545624,0.5388668775558472,-1.2256219387054443,1.343621850013733,0.3214513957500458,0.1947898268699646,0.2660233974456787,0.13867266476154327,1.571408748626709,0.1370188146829605,2.1701574325561523,0.08845367282629013,0.2761915326118469,0.7051694393157959,0.5342122316360474,-0.3307563066482544,2.334033727645874,-0.39346081018447876,0.3561612665653229,0.8452733755111694,0.6449639797210693,-1.0020302534103394,0.13554362952709198,1.582698106765747,-0.14066432416439056,0.8934138417243958,-2.2744340896606445,0.22149446606636047,0.5242705345153809,1.3104387521743774,-0.9635499715805054,-0.9151979684829712,0.7281981706619263,-0.011413085274398327,0.5727677941322327,-1.0499012470245361,-0.040711287409067154,0.6354536414146423,0.7242752909660339,-0.9642412662506104,0.3284647464752197,0.8238921761512756,1.368937373161316,0.9819710850715637,-0.05747424438595772,-0.5027309060096741,-2.749500274658203,-1.0629690885543823,0.2602997124195099,0.6783581376075745,1.024768590927124,0.6043521761894226,-0.08116175979375839,-1.153212308883667,0.652690589427948,-0.16752220690250397,-0.8138166069984436,-0.9148226380348206,-0.06469828635454178,0.7677063941955566,0.5440593361854553,1.3213223218917847,0.08544223755598068,0.06942978501319885,-0.7927391529083252,-0.22281019389629364,-0.4666770100593567,0.13630110025405884,-1.2739237546920776,0.3987312614917755,1.004678726196289,-1.5251998901367188,1.7940292358398438,2.1812407970428467,-1.3909183740615845,-0.40757182240486145,2.0184285640716553,-2.7769341468811035,0.35989561676979065,1.0210201740264893,0.8655903935432434,-1.0567859411239624,0.35453012585639954,1.2196786403656006,-0.9622144103050232,1.7830063104629517,1.8094338178634644,-0.07491860538721085,0.4714023470878601,-0.10572583228349686,-0.6751079559326172,-0.09535276889801025,0.2560098171234131,1.5100513696670532,0.67613685131073,2.3944406509399414,2.659024477005005,-1.361253023147583,1.496683955192566,0.3949146568775177,0.3296997845172882,0.5091556906700134,-0.7248969674110413,-0.8822535276412964,-1.92367684841156,-1.084977149963379,-0.31080442667007446,0.6645720601081848,0.9158399701118469,2.3921074867248535,2.217409372329712,0.6576513051986694,2.0302534103393555,-2.0155866146087646,0.8004395961761475,0.29859602451324463,0.24189156293869019,-1.1305667161941528,1.5202316045761108,0.44635048508644104,-1.3497625589370728,0.7437247633934021,0.8916811943054199,0.9401378631591797,-0.7477647066116333,-0.7329240441322327,0.45507365465164185,-1.2028464078903198,-0.8286334872245789,1.0012218952178955,-0.126998171210289,-0.6402385830879211,0.4479687511920929,1.2118170261383057,0.24970866739749908,-0.9071340560913086,0.12680411338806152,-0.23988524079322815,-2.659217596054077,-2.1783204078674316,-0.935362696647644,0.8214635848999023,0.11112320423126221,-1.0357447862625122,0.09074065089225769,0.7140443325042725,2.9229211807250977,-0.68011474609375,0.22793391346931458,1.2645817995071411,1.3545275926589966,0.09213367104530334,-0.12155650556087494,-0.26465338468551636,0.4834096431732178,0.06728757917881012,0.44183897972106934,0.15866096317768097,-2.413172721862793,0.11095509678125381,0.7285930514335632,-0.8354508876800537,-1.942155361175537,1.0919257402420044,-2.142052173614502,-0.7511885166168213,0.21787439286708832,0.3244612216949463,1.3259203433990479,1.501090407371521,-0.13519030809402466,1.908807635307312,-0.6400060653686523,0.3570595979690552,-1.308917760848999,0.46984660625457764,-0.6237457990646362,0.15408208966255188,-1.6657921075820923,-0.37713128328323364,0.8497794270515442,-0.3713551461696625,0.1793965846300125,-0.07062151283025742,1.0006500482559204,0.9732463359832764,0.16306400299072266,1.7821868658065796,-1.5037797689437866,-0.6091756224632263,0.2854962944984436,3.15960431098938,-0.7873432636260986,-0.3560851514339447,0.14602191746234894,0.6153874397277832,-1.4081814289093018,-0.15843158960342407,-1.4520645141601562,-0.8088778257369995,-0.8655333518981934,-0.3061797022819519,0.6564618349075317,0.5552370548248291,-1.1876935958862305,-0.2722124755382538,0.16920505464076996,0.8411670327186584,0.7081473469734192,-0.778124988079071,0.5346558690071106,-0.8134060502052307,-2.0336875915527344,0.7551893591880798,0.8958686590194702,0.44801217317581177,-0.6078987121582031,1.037461519241333,-1.5963964462280273,-0.01665399596095085,0.9008815884590149,0.682919979095459,-1.7181369066238403,0.4830499291419983,0.7551497220993042,0.6791462898254395,0.598992645740509,0.13806186616420746,0.9023595452308655,-0.931709349155426,-1.7279713153839111,0.07290733605623245,2.206580877304077,-1.9410382509231567,0.14993388950824738,1.1102416515350342,-0.6752002239227295,0.34031280875205994,0.013561859726905823,-0.8187721371650696,1.1830666065216064,0.19466529786586761,0.03212302178144455,-0.17650610208511353,0.13647350668907166,-0.6338991522789001,0.39949703216552734,2.0098495483398438,0.4141136109828949,2.0607805252075195,0.7121008038520813,1.2830955982208252,-0.3547987639904022,2.1465654373168945,1.2465088367462158,-1.20999014377594,0.16820557415485382,-1.1329044103622437,0.2677761912345886,1.2015725374221802,-0.7207562327384949,-1.1267424821853638,-2.513683795928955,1.0242904424667358,0.11730850487947464,-0.451153427362442,-0.23535625636577606,-0.6330066323280334,-1.5609360933303833,-1.1630996465682983,-0.3497885763645172,-0.24697290360927582,-1.0164110660552979,0.3702319264411926,-0.17428627610206604,0.3898892104625702,1.2377303838729858,0.18205544352531433,0.09952904284000397,-0.20631983876228333,-0.40359583497047424,-0.7892536520957947,-0.5819262266159058,1.5166717767715454,-0.8313055634498596,-1.1894316673278809,-1.1120285987854004,1.9685888290405273,0.3757096827030182,-1.1168267726898193,-0.45614537596702576,0.45683690905570984,0.8934275507926941,0.9876497983932495,-2.283240795135498,0.5812851190567017,-1.0895380973815918,1.5110843181610107,-0.15934626758098602,2.5060482025146484,-0.3757231533527374,0.12360098212957382,0.6195060014724731,-0.1322028785943985,1.561210036277771,0.8191432356834412,1.2917206287384033,1.0579646825790405,0.12420915812253952,0.5242215991020203,-2.1943798065185547,0.8727240562438965,1.0742411613464355,-1.1362853050231934,0.7704322338104248,1.1061886548995972,1.0930616855621338,-1.2043200731277466,2.2693376541137695,-1.6309242248535156,0.4813004732131958,1.4827102422714233,3.8774611949920654,-0.473065584897995,-0.2769049108028412,-1.97887122631073,-0.33715251088142395,-0.48831799626350403,-0.15893450379371643,1.2774262428283691,-2.9069905281066895,-0.8049163222312927,0.3867473602294922,-1.0741041898727417,1.004734754562378,0.4171295166015625,0.5968254208564758,1.483075737953186,3.612025022506714,0.35480770468711853,0.3009207248687744,0.4252163767814636,0.6219733953475952,0.6655305027961731,1.1587494611740112,1.7042908668518066,-0.23974429070949554,-1.756282925605774,-1.2515267133712769,-0.7230255007743835,0.6062979698181152,-0.7678861618041992,0.953364908695221,1.2429649829864502,-1.4563230276107788,0.9615627527236938,1.4874107837677002,0.9708623290061951,-0.6186667084693909,4.594482421875,-0.26509371399879456,1.4326460361480713,0.866899311542511,-1.3343278169631958,-0.8993139266967773,1.1213293075561523,-0.23046796023845673,1.2727370262145996,2.2721056938171387,0.6525291204452515,1.627569556236267,-0.9110257625579834,-0.5148641467094421,-1.2557563781738281,-0.6676902770996094,-0.39371296763420105,0.957457959651947,-0.6683303713798523,-0.2369588017463684,0.5578901767730713,0.49661415815353394,0.48932984471321106,-0.540097713470459,-0.7160135507583618,-1.146116852760315,-1.7570860385894775,-1.17775559425354,0.5737674832344055,2.294168472290039,-0.27660900354385376,0.19146610796451569,1.5758801698684692,0.9574639201164246,-0.33795011043548584,0.23962445557117462,0.42787161469459534],"similarity":0},{"content":"From the beginning","embedding":[0.2860549986362457,0.8060431480407715,-1.8379606008529663,-3.6301205158233643,1.831871509552002,-0.689917266368866,-1.3031644821166992,0.18482092022895813,1.6404224634170532,-0.5641410946846008,-2.5098516941070557,1.7824552059173584,2.6744022369384766,1.3856745958328247,-0.8826571702957153,-0.5373138189315796,1.4157017469406128,0.33812224864959717,1.7932724952697754,0.5761440396308899,0.4383184313774109,0.8618912696838379,-0.5050055384635925,-0.8081818222999573,0.331379771232605,-1.3791956901550293,-1.7370327711105347,0.4470462203025818,-0.2457129955291748,0.26953861117362976,-0.895013153553009,-1.8224213123321533,-1.4077949523925781,0.45967355370521545,1.2090760469436646,-0.5614047050476074,-1.1596068143844604,-0.7561383843421936,0.941297173500061,-0.35150015354156494,-0.3835938572883606,1.6123294830322266,-1.017596960067749,-2.2502667903900146,-0.10377907752990723,-1.3188543319702148,-1.7701668739318848,-0.15479892492294312,0.957258403301239,-0.1835808902978897,1.924364447593689,0.9948429465293884,-0.10972478240728378,-0.378842294216156,0.6189000606536865,-0.03985654562711716,0.11642665416002274,-0.6057623028755188,-0.9264238476753235,2.2025668621063232,0.3037366569042206,-0.02016359753906727,0.015689993277192116,-0.7914904356002808,-1.8168845176696777,-0.2226966917514801,1.1926393508911133,-0.1521233469247818,-1.5763448476791382,0.5116966962814331,-0.5769532322883606,-0.8084267377853394,-0.9044364094734192,-0.8303205370903015,0.6240289807319641,2.232764482498169,-0.8233783841133118,-1.1150482892990112,0.7148372530937195,1.2510484457015991,1.5162516832351685,-0.3621137738227844,0.1280851513147354,1.3174161911010742,0.30945029854774475,0.06745846569538116,-0.714389443397522,2.2377171516418457,-0.9064483046531677,-0.5532613396644592,-0.5460913181304932,0.13502639532089233,-0.7675829529762268,-1.2542976140975952,-0.9024559855461121,-0.6216962933540344,-1.689462423324585,-0.877378523349762,0.2084895372390747,-0.38090750575065613,0.62021803855896,-0.9576216340065002,1.6514074802398682,-0.6122015118598938,1.4395413398742676,-0.3429674804210663,-0.6325095295906067,1.171795129776001,-0.21962374448776245,1.9171693325042725,0.15768736600875854,-1.6867846250534058,-1.8212858438491821,0.5908604860305786,0.6079515814781189,0.7240854501724243,1.504936695098877,-1.1038010120391846,-1.3671162128448486,-0.9876735806465149,0.9736502766609192,0.33587968349456787,-0.7734863758087158,-0.2058965563774109,0.31016770005226135,-0.29676690697669983,0.6659865975379944,0.7431100606918335,-1.3876855373382568,-0.6367032527923584,0.5906244516372681,2.3683669567108154,0.07295625656843185,1.341016411781311,-0.6620995998382568,-0.8578492403030396,0.8864477872848511,-0.37542110681533813,-0.09546007215976715,-1.0589141845703125,-0.32996758818626404,0.15440157055854797,0.07561260461807251,-1.1008509397506714,-0.1256544291973114,0.5404216647148132,-0.5721508860588074,-0.2699901759624481,-7.44975471496582,0.5824995636940002,0.1301393359899521,-0.20301851630210876,-0.5166058540344238,0.8739007115364075,0.7280639410018921,-0.31258612871170044,-1.9349772930145264,1.2389214038848877,-0.6542140245437622,4.446145534515381,2.072908639907837,-0.23264364898204803,-1.6884303092956543,-0.7969174981117249,0.027328137308359146,0.07374255359172821,0.16452379524707794,-1.0721856355667114,0.49056369066238403,0.02566353790462017,1.0791149139404297,2.269585371017456,0.06770267337560654,-1.9369360208511353,0.8578517436981201,-1.862466812133789,-1.0841565132141113,0.33078357577323914,0.2472837120294571,-1.1470314264297485,-0.23645713925361633,-0.5123156905174255,-3.8657071590423584,-0.6401849389076233,0.7143695950508118,3.8673880100250244,0.6294155716896057,-0.09271476417779922,-0.9741140007972717,-1.2857613563537598,-0.40827998518943787,-1.3959181308746338,-0.12356995046138763,-0.31961870193481445,-1.89737868309021,1.0108929872512817,-0.24518480896949768,-0.23022964596748352,-1.3190580606460571,1.4033154249191284,0.3035564124584198,-0.46440380811691284,1.0405645370483398,-0.3144298791885376,-1.4981272220611572,1.2925933599472046,0.07506156712770462,1.0906343460083008,0.5884941816329956,-1.7291526794433594,-2.288778305053711,-1.1333880424499512,-1.368582844734192,-1.164799690246582,0.33033818006515503,-1.27774977684021,0.37740465998649597,0.5145091414451599,-1.713783860206604,1.5683174133300781,1.797784447669983,-1.3248423337936401,0.29998689889907837,-0.4423060715198517,1.0854270458221436,0.5887268781661987,0.49291932582855225,2.092230796813965,1.1808240413665771,-1.0675221681594849,0.4815102219581604,1.69461190700531,1.0078564882278442,0.35138073563575745,0.603358268737793,-0.7562113404273987,-1.1465145349502563,2.240565061569214,1.7354521751403809,-1.0890653133392334,0.08774740248918533,-0.5244701504707336,-1.738765001296997,-1.598745584487915,-1.4457749128341675,-0.44611063599586487,-1.2490788698196411,-0.6137932538986206,0.900692343711853,-0.6307420134544373,-0.9734565615653992,-1.4079780578613281,1.140368103981018,-0.5996881127357483,-0.12886202335357666,-0.503265917301178,0.6375732421875,-1.2267612218856812,-0.01783652789890766,0.21930423378944397,-0.37441393733024597,0.6661160588264465,-0.5888399481773376,0.39391466975212097,-0.7923237085342407,0.8872405290603638,0.07372801005840302,-0.7439982295036316,0.6826967000961304,-1.7833865880966187,0.3293464183807373,-1.2259548902511597,1.6991262435913086,0.3726605176925659,-0.29658985137939453,1.6790082454681396,-0.45325374603271484,0.3802671432495117,0.1909492313861847,0.9740130305290222,0.309761106967926,-0.29719796776771545,-0.08239850401878357,-7.761407852172852,-0.6378467679023743,-0.5277698636054993,-0.06361222267150879,-1.1675583124160767,-0.1322605460882187,0.5066660642623901,-0.7417811751365662,-0.48156675696372986,0.9627676010131836,0.633678138256073,2.13494873046875,-0.20370140671730042,1.0638984441757202,-1.7005971670150757,0.04573027789592743,-0.48368847370147705,-1.500121831893921,10.133689880371094,1.325575590133667,1.8209741115570068,0.08867772668600082,-0.5098119974136353,2.4297914505004883,-0.3564543128013611,0.12165073305368423,-0.25019070506095886,-0.4269867241382599,-0.9469097852706909,0.7983111143112183,-0.06474103033542633,-0.6375976204872131,-0.5433093309402466,-0.26577290892601013,1.6114647388458252,0.2272515594959259,1.781141996383667,-0.8891040682792664,0.10298837721347809,3.175100088119507,2.1251072883605957,0.15150900185108185,-0.02577577345073223,0.11035925149917603,1.2804380655288696,0.36586859822273254,-0.312010794878006,-1.1521384716033936,-0.4995284080505371,-0.692136287689209,-0.8531884551048279,2.081855297088623,-0.23777447640895844,2.3054239749908447,0.701263964176178,0.15550489723682404,0.9357050061225891,-0.22805477678775787,-0.6571671962738037,0.09700383991003036,0.8815625905990601,0.6693795323371887,-0.013671445660293102,0.19640780985355377,-1.776526689529419,-1.6718130111694336,-0.08914908766746521,0.8725180625915527,-0.5209686756134033,0.04563232138752937,0.7459267377853394,-0.24238787591457367,0.9360134601593018,0.13115385174751282,-0.700798749923706,0.634646475315094,0.14238403737545013,1.8767409324645996,0.1265508383512497,0.7344105243682861,-0.12361779063940048,-0.3594571053981781,-0.4063394069671631,-0.38763296604156494,-0.955396831035614,-0.377359539270401,-0.10997508466243744,0.10400041937828064,1.3035374879837036,1.5126088857650757,0.6284821629524231,-1.1280533075332642,-2.15297269821167,-2.1226603984832764,-0.0096701355651021,0.22013181447982788,-1.645348310470581,0.3500247895717621,0.366715669631958,-0.9988763332366943,-0.6002607941627502,-0.7686476707458496,-4.713047981262207,-0.9097883105278015,-1.7008110284805298,-0.3994247317314148,-0.7576019167900085,-0.6307969689369202,0.18660807609558105,0.07600779831409454,0.662463366985321,0.0451958104968071,-0.5255609750747681,0.01429434958845377,1.8252366781234741,-0.45139241218566895,0.4989096224308014,1.2737499475479126,-0.546134352684021,-1.0014762878417969,0.06646942347288132,-1.296042561531067,-2.0660760402679443,-1.5590178966522217,1.0575742721557617,-0.5514510869979858,0.7115328311920166,-0.9485103487968445,-1.8752624988555908,-0.1827944815158844,1.4052475690841675,-0.18612611293792725,-0.8994150757789612,-1.1102795600891113,1.2499173879623413,-0.7455251216888428,0.4899551570415497,0.24261397123336792,0.8343396782875061,-0.5670716166496277,0.6763975620269775,-0.6406669616699219,0.7814205288887024,1.6091340780258179,0.1571848839521408,-0.277360737323761,-0.25495561957359314,0.21112295985221863,0.03893321007490158,-0.8250170946121216,-1.631616473197937,-0.15946418046951294,0.16675296425819397,-0.09633028507232666,-0.17748968303203583,0.4655200242996216,-0.48302972316741943,-0.6416987776756287,0.15660613775253296,1.769420862197876,0.9484023451805115,1.2235547304153442,-1.7328264713287354,0.5917196273803711,0.2843138873577118,0.44348859786987305,0.1317109763622284,3.9571778774261475,1.0605876445770264,1.4044036865234375,-0.7649358510971069,0.30839163064956665,-1.4878312349319458,1.1252068281173706,1.310647964477539,0.19586601853370667,-0.17781734466552734,-0.33226028084754944,-0.1824338585138321,1.2907493114471436,-1.209757685661316,0.07419431209564209,-0.4410337209701538,-0.859865665435791,-0.3915182650089264,-0.9789817333221436,-0.881257951259613,-0.36839303374290466,-1.287697672843933,-0.6185668110847473,0.8017637133598328,1.8027130365371704,0.41791003942489624,-0.15811097621917725,-0.27183666825294495,1.2613794803619385,0.7807657122612,2.1361007690429688,1.2068389654159546,-0.6739246249198914,-0.44841405749320984,-3.0020945072174072,-0.43700194358825684,-0.7074068188667297,-1.478541374206543,-1.1800708770751953,1.1766223907470703,0.22491395473480225,-0.5172777771949768,0.6820029616355896,0.03651667758822441,0.5925233364105225,0.08457379788160324,0.0986672043800354,0.37300583720207214,-0.3941185176372528,-0.05445296689867973,1.5840575695037842,-0.8877930045127869,-0.6082152724266052,-0.30387282371520996,0.19751474261283875,1.1714084148406982,-0.35404449701309204,0.9562191367149353,1.471757411956787,-0.14686936140060425,-0.5899308919906616,0.5539497137069702,-2.98793363571167,-0.4727242588996887,-1.1419727802276611,-0.8002457618713379,1.1708998680114746,0.26465073227882385,-0.7213432192802429,-0.38630715012550354,-0.559938371181488,-0.47158992290496826,1.6107306480407715,-0.057220906019210815,0.8872899413108826,0.5472313761711121,-0.8992922306060791,0.3065449893474579,-0.3778938055038452,1.4533979892730713,0.6357577443122864,-0.3530783951282501,-0.8375995755195618,0.9930717945098877,1.0334911346435547,-0.1710818111896515,0.5263057351112366,0.8798587322235107,0.8044191002845764,0.734315037727356,0.15340495109558105,1.1113793849945068,0.2766031324863434,0.36058518290519714,-0.18156374990940094,0.48001372814178467,-1.0745071172714233,-1.2337539196014404,1.911423683166504,0.5868724584579468,0.5087988972663879,1.6744029521942139,-1.4727115631103516,-2.2453882694244385,0.10911475867033005,-1.1335703134536743,1.8784464597702026,0.27881699800491333,0.09745847433805466,1.1313505172729492,-0.433533638715744,-0.7242046594619751,0.37665265798568726,-1.119741678237915,0.44346514344215393,-2.534386157989502,0.47359031438827515,-0.8363880515098572,-1.410865306854248,4.662991523742676,0.43333348631858826,-1.3747507333755493,0.26017433404922485,0.6157714128494263,-1.2963287830352783,1.4249321222305298,1.1804406642913818,-0.3428609371185303,1.3551892042160034,-0.23315614461898804,0.7234541177749634,0.24632401764392853,1.0295847654342651,0.10570982098579407,1.5142484903335571,-1.0022916793823242,2.0473666191101074,0.6030874848365784,0.20591962337493896,-1.8703136444091797,-2.0334837436676025,0.11873283982276917,1.3969026803970337,-1.8531875610351562,-1.9407644271850586,0.5860036015510559,1.7120919227600098,-0.9498452544212341,0.43475720286369324,1.5372735261917114,-1.87299644947052,-2.221714496612549,-0.6002411842346191,-0.31611549854278564,-1.8921500444412231,1.4826903343200684,0.6886072158813477,-0.34029731154441833,-0.8213136196136475,1.5944719314575195,1.3851168155670166,0.035416752099990845,1.7900409698486328,0.5681576132774353,-0.437578409910202,-3.1195645332336426,-1.6712294816970825,0.6959051489830017,1.0525641441345215,-0.12359566986560822,0.20519927144050598,1.7040622234344482,0.7086925506591797,-0.30563369393348694,0.13890163600444794,0.6448505520820618,-0.7743304967880249,2.015498638153076,0.65313720703125,0.32703641057014465,-0.5917903780937195,0.15295040607452393,-0.04162352904677391,-0.024777451530098915,-0.023170294240117073,0.35606759786605835,0.34907469153404236,-2.603816270828247,-2.7252023220062256,-1.2716460227966309,-0.9832229614257812,-1.8503423929214478,-0.5229736566543579,1.2004162073135376,-1.2582145929336548,-0.8645626306533813,-0.9970957636833191,-1.92779541015625,0.47556525468826294,1.4572027921676636,-0.47955307364463806,2.3980019092559814,-0.3010407090187073,0.3664344847202301,0.47084254026412964,1.3324732780456543,-0.8617277145385742,-0.929365873336792,-0.4375416338443756,0.7357797026634216,-0.36726614832878113,-1.2291713953018188,0.19757187366485596,0.47812986373901367,0.7882252931594849,0.09781359136104584,-0.6089828014373779,0.6934442520141602,-0.650556206703186,-2.0308704376220703,0.4200472831726074,-0.048978276550769806,1.4197193384170532,0.025466131046414375,0.29877904057502747,-1.3423740863800049,1.0080970525741577,2.799363374710083,-1.3204847574234009,-0.16821491718292236,1.9237457513809204,-1.0904667377471924,-0.7740471363067627,1.0707740783691406,1.9438841342926025,-0.19883503019809723,1.3640997409820557,-0.6584764719009399,1.0955513715744019,-1.0213963985443115,-1.1755377054214478,0.526879072189331,1.31351637840271,-0.8664937615394592,-0.5250570774078369,0.45554831624031067,0.4083256721496582,-1.4085619449615479,0.0007607819279655814,-0.9087522029876709,0.14366774260997772,-0.8630631566047668,1.1899425983428955,-0.8265296220779419,-0.03593255206942558,-0.6203804612159729,0.21344149112701416,-2.214216947555542,-0.33779096603393555,-0.6737720966339111,0.5153818726539612,-0.05263615399599075,-1.4524695873260498,-0.3493883013725281,0.5122796297073364,-0.14971351623535156,-0.9636717438697815,0.21950747072696686,0.2555028200149536,1.0532751083374023,0.8713663816452026,-1.8240559101104736,0.8577471971511841,-0.18969495594501495,-0.27461788058280945,0.32628825306892395,0.5638455152511597,0.6386625170707703,-0.48252248764038086,0.8416293859481812,-0.07999996095895767,1.1781854629516602,0.5086462497711182,-1.1477582454681396,1.6190366744995117,1.5354684591293335,0.2107340395450592,-0.9064629077911377,0.5263644456863403,0.7613754868507385,-1.2154045104980469,0.1600072830915451,1.128296136856079,0.02696545422077179,-1.0101113319396973,0.754470944404602,-1.1669846773147583,-0.03216543421149254,-2.376065969467163,-1.3121697902679443,2.76395583152771,-0.8084329962730408,-1.0001335144042969,0.7212706208229065,1.3463460206985474,-1.9121211767196655,1.3636647462844849,0.5994201898574829,-1.0647081136703491,-1.419641375541687,0.6791936755180359,-1.2517081499099731,1.1379715204238892,-0.8437560796737671,0.17793762683868408,0.5734026432037354,-0.0993756651878357,0.40937134623527527,-0.6821103692054749,-0.45120570063591003,1.524980068206787,0.8482627868652344,0.06104689836502075,2.6587445735931396,0.389376699924469,0.8157758116722107,1.5282270908355713,1.237223505973816,-1.2414469718933105,0.07039384543895721,-0.22461378574371338,0.42897266149520874,-3.1502912044525146,0.00012747682922054082,0.5008020401000977,0.6805492043495178,-0.5510035753250122,0.2928798794746399,-2.7670600414276123,0.4977031350135803,0.2116197645664215,-0.4442228078842163,-1.1617711782455444,1.2188611030578613,0.5993834733963013,0.844554603099823,1.8441914319992065,0.7254852652549744,-0.9615951776504517,-0.24651001393795013,-0.7668708562850952,1.751333475112915,-1.2771649360656738,1.5245816707611084,-0.6087639927864075,-0.6336352825164795,0.1572791188955307,0.3561173975467682,1.1194082498550415,0.6396472454071045,-0.5551589727401733,-0.8734017014503479,-2.038609504699707,-0.9354604482650757,0.8445461988449097,-0.3272944390773773,-0.39356347918510437,1.0982844829559326,-0.0956597626209259,-0.7455978989601135,-1.4871503114700317,-0.6667798161506653,0.10348403453826904,0.4347211718559265,1.196252465248108,0.3879260718822479,-1.0577930212020874,2.142937421798706,0.15701335668563843,2.057023763656616,0.19116581976413727,-0.1764010488986969,0.04185621812939644,0.48443320393562317,1.0027070045471191,0.8815689086914062,4.038303375244141,-0.10455699265003204,-0.14915452897548676,0.7847511172294617,0.8122931718826294,-1.004613995552063,0.14684751629829407,-0.6071143746376038,-2.3237972259521484,-0.9706425666809082,-0.864587128162384,0.11733285337686539,-0.15097877383232117,-1.544539213180542,2.1276769638061523,-1.0889040231704712,0.056982871145009995,1.1020002365112305,-0.9130762219429016,-0.3287258446216583,1.1711899042129517,0.9463297724723816,0.3138483762741089,-0.5150169730186462,1.5840933322906494,0.564246416091919,-0.9139420986175537,-0.9746400117874146,-1.9915987253189087,0.3943023681640625,4.291243553161621,12.082164764404297,0.9201931953430176,-5.357131481170654,0.4201357960700989,-0.7665854096412659,0.5737488865852356,0.8214514851570129,0.8265613317489624,0.3174847364425659,-2.3129773139953613,-0.37492483854293823,1.2674378156661987,-0.7571884989738464,0.5473870635032654,0.3760339319705963,-4.6458845138549805,-0.2389291673898697,-1.0024564266204834,0.7213127017021179,0.4664264917373657,0.6950450539588928,0.5043300986289978,-1.6167289018630981,2.524489402770996,-0.332750529050827,0.24358032643795013,0.8650074601173401,0.06434284895658493,-0.20827339589595795,-0.24345509707927704,-2.117957830429077,-0.5608044266700745,-0.9157842397689819,0.39665132761001587,-0.17904092371463776,-0.1020612046122551,-2.409198522567749,1.5049810409545898,1.6278144121170044,-0.2929665446281433,-1.2497128248214722,-1.4241071939468384,1.7184497117996216,-1.1822422742843628,-1.8134151697158813,0.6038333773612976,1.8451404571533203,-0.36994630098342896,0.9182100296020508,-0.2791515290737152,-2.1369247436523438,-0.49706724286079407,-0.5525946617126465,-2.4032604694366455,1.9659863710403442,0.6827988028526306,1.328208327293396,0.06774257868528366,-2.16157865524292,0.1335270255804062,-0.6235730648040771,1.4824286699295044,-1.3512150049209595,-1.2381596565246582,-0.4325208067893982,2.0429699420928955,-0.3693746328353882,-1.65561842918396,-0.3963944911956787,-0.40842539072036743,0.9241566061973572,-1.5767379999160767,1.7869125604629517,-1.0851116180419922,0.4284803867340088,0.16605569422245026,2.1764519214630127,-0.21433702111244202,1.9601800441741943,0.8685777187347412,0.5503213405609131,-1.5711311101913452,0.3093971610069275,-0.060722716152668,-0.6411182880401611,-0.9399951100349426,0.04806359112262726,0.14350086450576782,2.2967965602874756,-1.4027973413467407,-0.5296040177345276,-0.6234076619148254,-0.6745763421058655,0.8347610831260681,1.4732788801193237,-1.0777651071548462,-2.075725555419922,0.8496076464653015,0.7674287557601929,1.6098697185516357,-0.13379479944705963,-2.5595874786376953,-0.8686546683311462,0.010800698772072792,1.2755537033081055,-2.126725196838379,0.7947659492492676,-2.292656898498535,0.8319193720817566,1.4758073091506958,-2.608985424041748,1.3048763275146484,0.9275838136672974,-1.2565028667449951,-0.7115030288696289,-0.7089003920555115,0.5761534571647644,0.8110353946685791,-0.3569430708885193,1.4462586641311646,-0.6921009421348572,0.6832730174064636,1.6921967267990112,0.007100632879883051,-0.8155577182769775,0.09634353965520859,-2.482517719268799,2.0142807960510254,0.5675967335700989,-0.029130734503269196,-0.7176454067230225,0.1832665055990219,-0.9168934226036072,-0.5106480121612549,0.9254393577575684,1.341081142425537,-0.5476784706115723,-0.12005896121263504,-1.0217914581298828,-0.6941894292831421,-0.310930997133255,-1.4523097276687622,0.24733220040798187,-0.3173300325870514,1.0756680965423584,0.51828932762146,-0.04452915117144585,0.508253812789917,-0.25706005096435547,-1.3539155721664429,-1.8908674716949463,0.13114015758037567,0.22552670538425446,-0.1452217996120453,-0.15388353168964386,-0.4714120328426361,-0.10667770355939865,-1.916200876235962,-0.05058818310499191,-0.6008065938949585,2.0541257858276367,1.6287102699279785,2.08134388923645,0.41827648878097534,-0.32253846526145935,-1.476902723312378,2.3465099334716797,-0.7487841844558716,0.6266484260559082,0.5755946636199951,0.9424315094947815,-0.044714391231536865,-0.056062571704387665,0.2705564796924591,-1.8569135665893555,-1.1764062643051147,-11.20711612701416,0.08787868171930313,-0.13704505562782288,0.5969807505607605,-0.20681490004062653,-0.36589860916137695,-0.12693199515342712,-1.0512549877166748,0.551565945148468,0.7104359269142151,0.08373026549816132,0.10518167167901993,1.2176971435546875,0.09471596032381058,-0.9230109453201294,-0.9933793544769287,-1.1885929107666016,-0.9181903004646301,-0.08887723833322525,2.014857292175293,0.038130130618810654,1.6706701517105103,0.8114483952522278,1.2578744888305664,0.2927282750606537,-0.9558749794960022,0.2915607690811157,0.7312439680099487,-0.599737823009491,-2.329007625579834,0.33469703793525696,-0.5067265629768372,-0.1003190129995346,-0.1681358516216278,0.9625118374824524,1.3078938722610474,-0.5010034441947937,-0.6691206693649292,0.35838213562965393,-0.6384970545768738,1.205378532409668,-1.5489128828048706,0.34621164202690125,-0.29052963852882385,-0.6904839873313904,0.6298186182975769,-0.2314813882112503,-0.3168482780456543,0.6748189926147461,0.8955487012863159,0.39413100481033325,0.30260080099105835,0.6647672057151794,-1.7111618518829346,1.5771629810333252,1.041263222694397,-0.6278594732284546,0.567698061466217,-0.17568272352218628,-0.37785449624061584,-0.6943219304084778,0.7998125553131104,-0.3836432099342346,2.1473355293273926,-1.0026057958602905,-0.6726472973823547,0.049000367522239685,-0.34082722663879395,0.12671731412410736,0.7577935457229614,-1.5222539901733398,0.13690096139907837,0.9065922498703003,0.35118627548217773,-1.3797850608825684,0.39660513401031494,1.0967639684677124,-1.3009697198867798,0.4477825164794922,0.6779271364212036,0.4207092821598053,1.2399687767028809,0.2353343516588211,0.21095047891139984,-1.0584367513656616,1.0305631160736084,0.5492457747459412,-0.02654930017888546,1.0988309383392334,-1.1474268436431885,-1.3397574424743652,1.536470651626587,-1.0882740020751953,-1.7319204807281494,-2.3197410106658936,-0.8490824699401855,-0.47115015983581543,1.9944555759429932,0.01957487128674984,0.5834177136421204,-0.021441299468278885,-0.5570793151855469,-1.8003871440887451,-0.626772403717041,-0.5682888031005859,-1.1817080974578857,-0.03249796852469444,-0.017970144748687744,-0.3795735836029053,-1.5666733980178833,0.055936671793460846,1.4388864040374756,0.9550323486328125,0.7125455141067505,0.7167065143585205,1.3925741910934448,-2.1961474418640137,-2.7598519325256348,-0.09866055101156235,0.8047197461128235,-1.4882664680480957,-1.63923180103302,0.25158166885375977,0.7422709465026855,1.4217911958694458,-0.02798541821539402,-0.1246182844042778,-0.6850852966308594,0.6535534262657166,-1.1835318803787231,-0.6671847701072693,0.7962260842323303,0.9500656723976135,-0.3976399004459381,0.3858998715877533,-1.4890644550323486,-0.06340675801038742,-0.10128923505544662,0.5317148566246033,-0.25661882758140564,-0.7705627083778381,0.5667484402656555,-0.05522150173783302,0.2026946097612381,-1.8898577690124512,-0.5508704781532288,0.00095184805104509,-1.0352188348770142,-0.6690130233764648,-0.6635920405387878,-1.456918478012085,-0.581946849822998,1.3147320747375488,-1.8081218004226685,-1.3256703615188599,1.6166951656341553,-0.41521453857421875,0.911851167678833,-0.7714320421218872,-0.9085540175437927,-2.0253472328186035,-0.09170167148113251,-1.062220811843872,0.919583797454834,0.30488115549087524,-0.030208177864551544,-2.996230363845825,2.4867091178894043,-0.6050707697868347,0.7392093539237976,-1.8750492334365845,0.6311601996421814,-0.45158761739730835,1.7430495023727417,0.30589473247528076,-0.38046810030937195,0.4671052098274231,-1.2173279523849487,-0.2213824838399887,-0.37335190176963806,-0.36153191328048706,-0.6312718987464905,1.9237205982208252,1.470695972442627,1.184906005859375,0.31750890612602234,-0.004610718693584204,0.13888093829154968,0.6702762842178345,-1.673671007156372,1.2957504987716675,-1.6738218069076538,-2.3276572227478027,0.26630899310112,0.27328288555145264,-0.23565472662448883,-0.5373011231422424,1.910779595375061,-1.8834573030471802,0.10482917726039886,2.1065526008605957,1.3492889404296875,0.3471415936946869,0.2748613655567169,-0.09915518760681152,0.3020821213722229,-0.2650480568408966,1.1214113235473633,1.981075644493103,2.8973617553710938,3.2179040908813477,-0.3533359467983246,-0.9270356297492981,2.112311601638794,0.23361729085445404,1.550812005996704,-1.3980224132537842,-0.8375162482261658,-1.0668470859527588,0.5117103457450867,0.016532622277736664,-0.10323123633861542,-1.5888195037841797,0.5466951727867126,-1.717820167541504,0.02546342834830284,-0.07655569911003113,0.634033739566803,1.2943260669708252,-1.7518550157546997,-0.5619632601737976,-0.9975783228874207,1.2567639350891113,0.08218257874250412,-0.9559682607650757,-0.9504357576370239,0.24437057971954346,-0.7698034644126892,0.07867565006017685,-2.4770374298095703,1.7299357652664185,-1.514011025428772,0.004290098790079355,0.7218247056007385,-1.9786548614501953,1.13937246799469,-0.9688836932182312,1.4964991807937622,-1.2437344789505005,0.5895635485649109,0.6054454445838928,-0.17556382715702057,0.3429178297519684,0.5037870407104492,1.0638936758041382,0.6102496981620789,-0.8313772678375244,1.6340252161026,1.827345848083496,-0.7528529167175293,-0.965499997138977,0.7298554182052612,-0.815778911113739,1.265270709991455,-0.43090319633483887,-1.3372013568878174,0.5819770097732544,-0.6621813774108887,1.6646013259887695,-1.618848443031311,-0.47499144077301025,1.4701894521713257,-2.053927183151245,1.0558077096939087,0.38598528504371643,-2.1431150436401367,0.08529165387153625,-0.21930523216724396,0.14231809973716736,-0.2924949526786804,1.225685715675354,-1.499027132987976,-0.483650267124176,0.0019385854247957468,-0.3292962312698364,-1.5698901414871216,1.0875564813613892,1.4650235176086426,1.4428139925003052,0.6669207215309143,-1.4212541580200195,0.30630430579185486,-0.37676113843917847,-0.9805071353912354,0.1388600766658783,-0.7587985992431641,-0.5970519781112671,0.9728806018829346,-1.434631586074829,-2.1535696983337402,0.1528361439704895,0.6679176092147827,-0.009472989477217197,1.3215010166168213,1.9103976488113403,-0.7034717202186584,-1.0180962085723877,-0.1794758290052414,-1.2402828931808472,2.1211631298065186,0.2766217291355133,0.4903011620044708,-0.2462657243013382,-1.713029146194458,-0.1480230838060379,1.8814247846603394,1.7843754291534424,-0.9819842576980591,0.5412353277206421,-0.9726881384849548,0.34487831592559814,0.127059668302536,-0.44570010900497437,0.6905564665794373,1.0026071071624756,0.21841827034950256,-0.21730418503284454,0.7136809229850769,-1.0439447164535522,-1.425832748413086,0.7046636343002319,-1.3695091009140015,-0.21729746460914612,-1.4836251735687256,-1.866973638534546,0.2230166643857956,-1.3594647645950317,1.161322832107544,-1.6904866695404053,-0.13395749032497406,0.2660703659057617,1.7142812013626099,-1.552329182624817,2.947307586669922,-0.21311841905117035,0.4318956136703491,0.9837884306907654,3.919933795928955,0.5687301754951477,-0.3896906077861786,-0.024361824616789818,-1.3246420621871948,1.1089248657226562,1.08155357837677,-0.18257495760917664,0.5386967658996582,-0.6180815696716309,-0.040500059723854065,1.8335195779800415,2.013598680496216,1.1135386228561401,-0.18753056228160858,1.1894444227218628,-1.5722838640213013,-0.9404309391975403,-1.4553875923156738,0.7942923903465271,-1.2972875833511353,-0.3506326675415039,-0.7584266066551208,-0.5573506951332092,-1.5303571224212646,0.17030689120292664,-0.5752548575401306,-0.4477812647819519,0.510217547416687,0.08415225893259048,-1.0749377012252808,-0.9919413328170776,-0.1924702227115631,0.006588722113519907,1.7134530544281006,-0.7009426951408386,0.6616321802139282,-0.20105785131454468,0.8721321225166321,-0.2769280970096588,-0.2712603211402893,0.30739787220954895,0.9360049962997437,-1.5638371706008911,1.526438593864441,-1.4211217164993286,-1.1029056310653687,-0.7456249594688416,0.7145346403121948,0.917111337184906,-0.2501545250415802,2.4176106452941895,-0.08716347068548203,0.3753127157688141,0.11207038909196854,1.827887773513794,0.05038302391767502,-0.46079155802726746,-0.1309439092874527,-0.043378546833992004,-1.0753412246704102,-0.9977939128875732,0.9891533255577087,-0.839512288570404,0.1493118405342102,-0.5905710458755493,1.6328821182250977,1.516695261001587,0.8218728303909302,-0.26297876238822937,-0.22934047877788544,-0.2570726275444031,-1.0339741706848145,0.7280259132385254,-0.7022701501846313,0.37466326355934143,0.9081236124038696,-0.5434024333953857,-0.7328974604606628,-0.5589432716369629,-0.7803849577903748,-1.1259117126464844,1.5267056226730347,-0.09822268038988113,-0.021037757396697998,-1.308752417564392,-0.8441294431686401,-0.7479937672615051,-0.3889671862125397,-0.24519523978233337,-0.231029212474823,-0.5970171093940735,-1.1895207166671753,-0.11219858378171921,-1.030017614364624,2.4499776363372803,1.832533836364746,0.8398604989051819,1.1088098287582397,1.1864088773727417,0.29275092482566833,0.7331187725067139,-0.16789327561855316,0.9901501536369324,1.2419707775115967,-1.458021640777588,0.3756401538848877,-0.36324676871299744,-0.9133668541908264,0.32129085063934326,1.5387930870056152,0.38764965534210205,0.9307131171226501,-1.0010493993759155,-1.072223424911499,1.0949639081954956,-0.8756260275840759,1.2297383546829224,-2.199069023132324,0.11615227162837982,-0.555080771446228,1.7592073678970337,1.383512258529663,0.06293118000030518,-0.9923112392425537,-1.2687129974365234,0.17907951772212982,-1.2975492477416992,2.2572548389434814,-0.3372814655303955,0.9250435829162598,1.4741157293319702,0.10165394842624664,0.6014547348022461,-1.911948800086975,-1.4656072854995728,0.037903085350990295,-0.14536774158477783,1.42648446559906,-0.19138768315315247,-0.6920298337936401,0.04618062824010849,-0.8937183618545532,-0.5657643675804138,-0.32970723509788513,0.7751520276069641,0.10510709136724472,-0.3858630061149597,0.9514553546905518,0.2689043879508972,10.269556045532227,0.17885538935661316,0.49162212014198303,-0.9215013980865479,0.8960343599319458,0.22882875800132751,-1.1984565258026123,0.5889705419540405,-1.893876314163208,0.004760609939694405,-1.3942207098007202,0.6311914324760437,1.6474465131759644,-1.4949089288711548,-0.4169595539569855,-0.251851886510849,-0.8906204104423523,1.8897013664245605,-2.3071305751800537,-0.3618910610675812,0.16772319376468658,0.5305232405662537,0.19209857285022736,0.4035220742225647,1.452470064163208,-0.7694416642189026,-0.6895719766616821,0.4746043086051941,0.9114042520523071,-2.075035810470581,0.47962072491645813,2.16888165473938,1.3144084215164185,-2.0047452449798584,1.013649582862854,-1.2298074960708618,-3.1674628257751465,1.3957903385162354,2.1440954208374023,0.9939491152763367,0.3013059198856354,-1.8129589557647705,1.018566370010376,1.4627549648284912,-0.09753671288490295,-1.418645977973938,-0.07397343963384628,-0.9019256830215454,0.1044374331831932,0.9167442917823792,2.3120810985565186,-0.6273183226585388,1.041496992111206,-0.7819709181785583,0.16194136440753937,0.6409618258476257,-0.8946088552474976,-0.968070924282074,-0.04010619595646858,-0.5956335663795471,0.6416162252426147,0.9611243009567261,-1.3370709419250488,-0.18961851298809052,-0.35533711314201355,-2.164869785308838,-1.5636487007141113,-2.0479698181152344,-2.130734920501709,1.9645187854766846,-0.14475227892398834,-2.141434907913208,0.13859616219997406,-1.2927778959274292,0.8072937726974487,-0.280970960855484,0.33136385679244995,0.7567523121833801,-0.7647473812103271,1.8383649587631226,-0.9369474053382874,0.6238267421722412,0.4642586410045624,-1.2876722812652588,1.7405654191970825,0.7760705947875977,0.4017137289047241,1.356931447982788,0.061798278242349625,0.039929963648319244,-0.3311725854873657,-0.3462992310523987,0.38793647289276123,1.1922885179519653,0.6783469915390015,-1.768555998802185,-0.1927986592054367,-0.7756085991859436,0.04518572613596916,1.7450426816940308,0.804964542388916,-1.8642313480377197,-0.4058600664138794,0.38060814142227173,0.5917099118232727,-1.199112057685852,-1.419646143913269,-1.4985747337341309,0.39926236867904663,1.7802892923355103,0.08783460408449173,-1.7591358423233032,-0.14742454886436462,1.3255947828292847,-1.8655165433883667,-0.15428344905376434,-0.32930946350097656,-1.4017421007156372,-2.6011154651641846,1.0112504959106445,0.6213154196739197,2.481522798538208,-1.4521645307540894,1.8911939859390259,2.5484683513641357,-0.7686435580253601,-0.20071256160736084,-0.37225741147994995,-0.5620623826980591,-0.6549526453018188,1.2279170751571655,-0.32568326592445374,0.554658055305481,1.3782260417938232,-1.1258289813995361,-0.1851479560136795,-1.3348170518875122,-0.305148720741272,0.35604003071784973,-1.9410151243209839,1.8556487560272217,0.6989465951919556,1.0602478981018066,-0.43177756667137146,1.5081329345703125,-2.614398241043091,0.28678810596466064,2.1201508045196533,0.3765925467014313,0.1671943962574005,-0.7587641477584839,-0.021433640271425247,-0.7588282227516174,1.1986873149871826,-0.3127079904079437,-0.5039834380149841,0.18344543874263763,0.5085556507110596,-0.12754905223846436,-0.1735057681798935,1.3605157136917114,0.03349017724394798,-0.9085807204246521,0.9038201570510864,-0.7802379727363586,0.060442980378866196,3.1339528560638428,-0.26629599928855896,-0.85164475440979,0.42156192660331726,-1.6024829149246216,1.3692724704742432,1.6011382341384888,0.4666634500026703,0.4252510666847229,-0.16112610697746277,-0.6286536455154419,1.0049092769622803,-0.8896957039833069,-0.8765618205070496,0.8081079721450806,1.3781800270080566,-0.16459763050079346,0.6601473093032837,0.45028844475746155,0.6482681632041931,-0.45025962591171265,2.659606695175171,-0.8613704442977905,0.8033248782157898,-1.6707600355148315,0.4672817885875702,-0.38644933700561523,1.221777319908142,-1.898406982421875,0.7522770762443542,0.17706505954265594,0.616102933883667,-0.36327096819877625,-1.0873394012451172,0.5980960130691528,-1.6653649806976318,0.8895225524902344,-0.2642316222190857,0.4697631299495697,1.1527496576309204,0.1263262927532196,0.7212173342704773,0.43182554841041565,0.10354014486074448,0.9460077881813049,-3.0478622913360596,-0.04663347080349922,1.0569534301757812,-2.3069398403167725,-0.8267370462417603,-0.21992556750774384,-1.4786381721496582,1.1053340435028076,2.2483479976654053,-0.5742930769920349,-2.2692222595214844,-0.5623026490211487,1.8635895252227783,0.44954177737236023,-0.3825658857822418,0.2051791250705719,-1.6125609874725342,-0.11266908049583435,-0.8244304060935974,-1.3423206806182861,1.8124513626098633,1.3027477264404297,0.6532608866691589,0.6017550230026245,-1.329735279083252,0.07530558854341507,-0.36383622884750366,0.6924775242805481,0.27290236949920654,-0.5192376971244812,-1.7228946685791016,0.9622108340263367,-0.07920224964618683,1.9861584901809692,0.036367736756801605,0.6195315718650818,-0.8676371574401855,14.876651763916016,0.34979522228240967,-1.347558617591858,-0.12303192168474197,-4.093040943145752,-0.7769619822502136,0.1897495836019516,-1.1634405851364136,0.7037243843078613,1.307848334312439,-1.0335865020751953,-0.8273502588272095,1.0819923877716064,-0.2802034616470337,-0.5930209159851074,0.7574445009231567,0.5850796103477478,1.2543156147003174,0.05883675068616867,-1.3494175672531128,-1.0978020429611206,-8.940893173217773,-1.7346765995025635,-0.41061875224113464,-1.0096791982650757,-0.24642221629619598,-1.7513009309768677,1.246826410293579,0.1292237490415573,-0.7395690083503723,-0.23676112294197083,-0.035755451768636703,-2.186933755874634,-0.1329328715801239,-1.21089506149292,1.5927902460098267,1.2422854900360107,-0.45550960302352905,-1.8613015413284302,-0.11012809723615646,-1.6569198369979858,-0.03431006893515587,2.853986978530884,-2.588881731033325,1.3812716007232666,-0.7942835092544556,0.2265569269657135,0.6409165859222412,-0.9211910367012024,0.9963489770889282,-0.074790358543396,0.5607770085334778,-1.9028594493865967,-0.4506225883960724,0.3907460868358612,-1.2987616062164307,1.062160849571228,2.8669631481170654,-0.33340832591056824,0.8223917484283447,-2.2629599571228027,-1.0380449295043945,-0.6547278761863708,0.5996522903442383,0.7990497350692749,0.2225813865661621,1.0045604705810547,0.6572728157043457,0.0030621166806668043,-0.883681058883667,-0.5268366932868958,0.8368433117866516,-0.12575513124465942,-0.6310124397277832,0.6554887294769287,-1.3980401754379272,0.30714309215545654,0.8257216215133667,0.751876950263977,0.46454331278800964,-0.8080172538757324,-1.0894619226455688,0.5675487518310547,0.49702364206314087,1.3676799535751343,-0.09789199382066727,-0.6453831195831299,-2.6440274715423584,1.0891492366790771,0.8209718465805054,-1.0623708963394165,0.9606614708900452,-0.7846961617469788,1.746522068977356,1.1413713693618774,-0.3802545666694641,-0.5851215720176697,-1.487720251083374,-1.409792184829712,-0.02681957557797432,9.766170501708984,0.5624926090240479,-0.19917571544647217,-0.7452628016471863,0.23847654461860657,0.2925094664096832,-1.8105460405349731,-0.034862834960222244,-0.06628061085939407,2.7970385551452637,0.7036011815071106,-1.5160112380981445,0.024356679990887642,3.15849232673645,-0.4754662811756134,0.7316428422927856,-0.017734792083501816,-1.7399793863296509,1.3063699007034302,-0.6030035018920898,0.8163403272628784,-0.057940222322940826,-0.11007420718669891,-1.7602746486663818,-0.3945786952972412,0.48117050528526306,-0.20378756523132324,1.4726371765136719,0.686994731426239,1.1233623027801514,0.5053970813751221,0.7064605951309204,-1.301012635231018,1.1155457496643066,0.8653799891471863,3.079874038696289,-2.070688009262085,0.9957375526428223,-0.4457237124443054,0.6073135137557983,1.5217080116271973,1.7258682250976562,-1.2446345090866089,1.1817736625671387,0.739210844039917,-1.2638741731643677,0.06236204877495766,-1.0460519790649414,1.2858021259307861,0.5651108622550964,1.1891156435012817,0.32971087098121643,0.46726930141448975,-1.084397315979004,-0.06028607860207558,-0.6214144825935364,-0.1785827875137329,0.12528416514396667,1.8481647968292236,0.1098082959651947,1.7774066925048828,-2.1016955375671387,-1.0895417928695679,0.9665024280548096,-0.9544270634651184,0.16221068799495697,0.37539300322532654,1.743790864944458,-3.7057182788848877,0.9049819707870483,3.2648613452911377,0.2214326411485672,-0.2648867070674896,0.6987738013267517,-1.2076992988586426,0.23857976496219635,0.9563842415809631,-0.6898598074913025,-0.92376309633255,-0.8918498754501343,0.6066807508468628,0.617111325263977,-0.9091590642929077,-0.3446486294269562,-0.7481809854507446,-0.4611618220806122,-0.8607059717178345,-0.8971916437149048,0.5265050530433655,0.10557689517736435,0.44584494829177856,-0.042141254991292953,1.1973282098770142,-0.12354522198438644,0.4800701141357422,1.8245081901550293,0.07303622364997864,-1.4596173763275146,0.3247213661670685,0.9310324788093567,1.584867000579834,0.6145000457763672,0.07011286914348602,-2.4655299186706543,0.5964483618736267,-0.2698999345302582,-0.6462352275848389,-0.42764654755592346,-1.8627954721450806,-1.5253684520721436,0.4646689295768738,0.9270829558372498,-0.09275712072849274,1.428458571434021,0.08068319410085678,2.185333251953125,1.5135736465454102,1.5903645753860474,-0.87205570936203,3.7039196491241455,-1.6759343147277832,1.2466793060302734,1.0165624618530273,0.6649073958396912,-1.1897200345993042,0.7759771943092346,-0.04462748393416405,-1.8432062864303589,-1.135414958000183,-0.3984965682029724,0.140222430229187,-0.41847774386405945,1.9270340204238892,-0.3172838091850281,1.7902350425720215,1.2748992443084717,0.6472144722938538,-2.432798147201538,0.8368319869041443,0.6969704627990723,-0.8480501174926758,1.4460010528564453,1.4685709476470947,-1.1471186876296997,0.5341788530349731,-0.6968948245048523,-0.14736519753932953,0.4547267258167267,-0.31563130021095276,1.8645528554916382,0.4394802749156952,-0.665161669254303,-0.7879506349563599,-0.9918605089187622,0.3141910433769226,-2.7285780906677246,0.8558409214019775,0.24818074703216553,0.7525250911712646,1.9392307996749878,-0.6939833760261536,1.6930736303329468,-0.7751737833023071,2.4168860912323,-1.1861975193023682,-0.8941072821617126,-0.44196316599845886,0.2559179365634918,1.4978610277175903,0.22870378196239471,-2.260748863220215,0.7892588376998901,-0.14477458596229553,1.5572822093963623,-0.013304636813700199,-1.4562727212905884,0.1346340775489807,-1.405600905418396,-1.6646742820739746,-0.3339412212371826,-1.9355473518371582,-0.7576236128807068,-1.4626575708389282,1.2650363445281982,0.05286718159914017,-0.49978533387184143,0.8117446899414062,-0.6640373468399048,-2.057727813720703,0.6787612438201904,-0.5942635536193848,-0.5322741270065308,-0.17404219508171082,-0.4031832814216614,-0.5546161532402039,-0.04088922217488289,0.23403312265872955,-1.0924094915390015,0.9231424927711487,2.9447507858276367,0.3313516080379486,1.216938853263855,-0.05653904750943184,2.008514165878296,1.1886523962020874,-0.5036884546279907,-0.46019598841667175,-0.41388800740242004,2.0398342609405518,-0.1865917295217514,1.0863182544708252,-1.213658332824707,-0.04783397912979126,0.376838356256485,1.3743798732757568,0.8178770542144775,-0.4279194176197052,-0.7450655698776245,-1.463566780090332,0.12182334810495377,-0.6748502254486084,1.0464955568313599,-0.09061647206544876,-0.49023929238319397,0.25395792722702026,0.9269222617149353,2.141550064086914,3.5513241291046143,-0.5914925336837769,1.5686086416244507,-0.34392186999320984,1.9721115827560425,2.916771411895752,-0.7205855250358582,-0.046144627034664154,-2.7418484687805176,-0.2386624664068222,0.46413490176200867,0.9262049794197083,0.04119107499718666,-0.4685995578765869,0.5537936687469482,-0.27307337522506714,0.6728811860084534,0.2057279795408249,-0.051388420164585114,-2.158473491668701,-1.840511441230774,-0.926292896270752,1.6160047054290771,-0.6633697152137756,0.340622216463089,0.6072141528129578,0.8818358778953552,-1.899405598640442,-0.4122726023197174,0.07625731825828552,0.7415035963058472,1.132233738899231,1.5790934562683105,0.09716540575027466,-0.7590252161026001,-0.596349835395813,0.31627368927001953,-1.3987834453582764,-0.9609388113021851,1.2860642671585083,0.2995246350765228,2.7862086296081543,0.0947602167725563,0.3707966208457947,-0.14257533848285675,-0.11152428388595581,0.7547509074211121,-0.36089256405830383,-0.3283589482307434,-1.1848151683807373,-0.09403996914625168,0.19665805995464325,-1.368335247039795,1.309860348701477,-1.3867324590682983,0.5493689775466919,-0.6822096109390259,1.9568078517913818,0.7694104909896851,-0.43855616450309753,2.0495970249176025,0.965380847454071,0.21363364160060883,-1.473090410232544,-0.047682322561740875,0.7522538900375366,-2.3278751373291016,0.8436481356620789,-0.06544304639101028,-1.7173198461532593,-0.2996833026409149,-0.27279505133628845,-0.0038149976171553135,2.1388192176818848,0.9838505983352661,1.6160591840744019,0.2706928253173828,2.6061995029449463,-2.9643068313598633,0.14193283021450043,-0.1326405555009842,-0.25806939601898193,0.584464967250824,-0.2260454148054123,-2.0133135318756104,0.47513633966445923,-1.1297025680541992,0.07241859287023544,0.377502977848053,-0.6416472792625427,1.9533361196517944,0.5780782699584961,2.499694585800171,-0.4149915874004364,-1.0032122135162354,-0.2680651843547821,0.38251230120658875,0.24138325452804565,0.6123985648155212,0.9837959408760071,-2.0237038135528564,1.8173972368240356,0.956967830657959,0.39877134561538696,0.19137512147426605,0.04098709300160408,-0.2672078609466553,-0.14394687116146088,0.9603770971298218,-0.29082775115966797,-1.0465749502182007,-0.025635244324803352,-0.5494579076766968,1.18167245388031,-0.8928844928741455,0.36612528562545776,2.2818684577941895,0.3370254933834076,-0.7679927349090576,-0.847430944442749,0.21814937889575958,1.7204762697219849,0.6479144096374512,0.34845882654190063,0.6232441067695618,-0.5251622796058655,1.6169966459274292,-0.6488732099533081,-0.21088425815105438,0.6305298805236816,0.621565580368042,0.2535546123981476,0.5034514665603638,-2.178684949874878,-2.3362038135528564,-0.8858241438865662,0.08458094298839569,1.8369041681289673,0.08192808926105499,-0.2097092866897583,-1.8941528797149658,-0.7880241870880127,0.20554769039154053,-1.1774473190307617,0.5949004292488098,-2.989882469177246,0.6049706935882568,-0.5107718706130981,0.022937852889299393,2.973950147628784,-1.8625966310501099,0.9270103573799133,-0.20716580748558044,-0.4761655628681183,0.43365713953971863,1.5280498266220093,-0.7663894295692444,-1.7082769870758057,0.1483851671218872,-0.31423988938331604,1.417227029800415,-0.24345903098583221,2.108649492263794,-1.0557284355163574,0.7874508500099182,-0.07792050391435623,-0.9742023944854736,2.759819984436035,0.5486314296722412,1.294447422027588,0.11642871797084808,1.117255687713623,-1.0598061084747314,-2.6998775005340576,-2.1376726627349854,0.9852189421653748,0.2793934941291809,-0.2655591666698456,0.26989999413490295,-0.3096778094768524,1.387114405632019,1.746324896812439,-0.12338412553071976,-2.0402467250823975,0.8230910301208496,-1.7309002876281738,0.07309921085834503,0.2904546558856964,0.0067804595455527306,1.2533656358718872,-1.0202959775924683,-0.5338935256004333,0.44069087505340576,0.9020255208015442,1.7469482421875,-0.13714931905269623,-0.929607629776001,0.08381935954093933,0.3997582793235779,-1.1240313053131104,-0.9026604294776917,-0.36883533000946045,1.7069652080535889,-0.4089359641075134,0.9737604856491089,-1.10276460647583,-1.8324675559997559,-0.12943145632743835,-0.7062383890151978,-0.7691025733947754,0.566380500793457,0.8365519642829895,-0.24452880024909973,-0.8497912287712097,0.08650358766317368,-0.6114929914474487,1.5117039680480957,-0.5794757604598999,-1.5893954038619995,-0.48101598024368286,-0.07250747084617615,0.4285142421722412,-1.7692644596099854,-1.211296558380127,-0.5489619374275208,-0.10281912237405777,0.8988404273986816,-0.8153881430625916,1.0322269201278687,-0.23544269800186157,0.29716700315475464,-0.439628928899765,-0.894095242023468,2.0094313621520996,0.009204885922372341,0.13723142445087433,1.632755160331726,-0.5782288312911987,-0.8092637062072754,0.2954427897930145,1.110997200012207,0.6292999386787415,0.459231972694397,-0.3795340657234192,1.873397707939148,-1.1176902055740356,-0.08131629973649979,1.1591198444366455,0.6012404561042786,1.9287166595458984,-0.3403068780899048,-0.5400829315185547,0.4782607853412628,1.1675077676773071,0.036196738481521606,-0.5350703597068787,-0.24708102643489838,0.270038366317749,-1.0360885858535767,-0.8139322400093079,0.10859329998493195,1.2730382680892944,-0.3541037142276764,-0.4324484169483185,-0.22732281684875488,0.885956346988678,0.22602079808712006,0.48434558510780334,-1.338472843170166,1.2708951234817505,-1.0669173002243042,0.38304072618484497,1.0036468505859375,0.8975911736488342,1.4036331176757812,-0.0892387181520462,-0.8382878303527832,-1.283555030822754,-1.046883225440979,-1.2289388179779053,0.15525563061237335,0.5047085881233215,0.1526966392993927,0.7952811121940613,0.9920393824577332,0.18913890421390533,0.9502172470092773,0.24325190484523773,-1.742501974105835,1.4963306188583374,2.433781385421753,-0.5758959054946899,-1.0851776599884033,0.42302191257476807,0.3197532594203949,-1.0408285856246948,1.786717414855957,-2.5190277099609375,0.6669570803642273,0.8108876943588257,-0.04753090813755989,0.05264905095100403,-0.21282359957695007,-0.5452024936676025,0.19802343845367432,0.32938700914382935,1.1165310144424438,1.2611099481582642,-0.06804545223712921,-2.644814968109131,1.1412816047668457,2.06524920463562,0.42305830121040344,0.38757210969924927,-1.404856562614441,-0.6307664513587952,-1.465415596961975,0.15924037992954254,1.5017924308776855,-0.13196144998073578,-1.5807021856307983,-0.2556968629360199,0.4586147367954254,-0.23278646171092987,0.1311703622341156,0.5201113820075989,-0.38472437858581543,-0.12795789539813995,0.2978185713291168,0.7797396779060364,1.2534840106964111,0.11497355252504349,0.18714585900306702,-1.7999155521392822,-2.0152337551116943,0.39446568489074707,1.5065690279006958,1.196623682975769,-0.5259454846382141,0.39429575204849243,-0.9675604701042175,-0.8661407828330994,-0.5195698738098145,-0.5139829516410828,-1.8219798803329468,1.6743959188461304,0.5683780908584595,-0.4700075387954712,1.2927943468093872,0.06632266938686371,2.028585195541382,-0.7400045394897461,-0.23949311673641205,0.3164985477924347,0.27165886759757996,0.9814404249191284,1.849287509918213,-0.4227535128593445,1.2468632459640503,-0.30206531286239624,-0.50129634141922,0.3489363491535187,-0.12443666160106659,0.7025022506713867,-0.3024546205997467,-0.7495373487472534,-0.385089635848999,-1.3687385320663452,-0.3695846498012543,-0.2568732798099518,-0.4720827043056488,0.07161682844161987,-0.7933464050292969,1.8593647480010986,-2.082353115081787,0.31501010060310364,0.9869102835655212,-0.6477181315422058,-0.307872474193573,0.2197725623846054,-1.7361953258514404,-1.7342249155044556,-0.13889054954051971,1.929764747619629,-0.22376903891563416,1.368065595626831,2.110265016555786,1.457182765007019,0.32115206122398376,-0.3492177426815033,0.5196820497512817,2.7097928524017334,-0.345015287399292,0.6386431455612183,0.886732816696167,1.2634824514389038,-0.46400389075279236,-0.2920505702495575,2.029947280883789,0.44775286316871643,2.5759148597717285,-0.8334857821464539,-0.3376653492450714,-0.5258345603942871,2.7405636310577393,-0.3695797622203827,-1.9594297409057617,0.8535906672477722,-1.6473430395126343,-0.2999396324157715,0.8155746459960938,1.3125070333480835,1.6315062046051025,0.9547363519668579,0.9834169745445251,-1.0805652141571045,1.5637887716293335,0.10314822942018509,-0.8243676424026489,0.8194494843482971,1.566454291343689,-2.3640925884246826,-1.902092695236206,0.4562632143497467,1.2263792753219604,1.5274807214736938,0.7815110087394714,-1.649699091911316,-0.8862344622612,0.445873498916626,-0.9707152843475342,-0.42190033197402954,1.0646610260009766,-1.135342001914978,-1.308761715888977,0.9038656949996948,2.0635554790496826,0.5449971556663513,0.023516789078712463,1.1196593046188354,0.5526480078697205,1.097940444946289,5.189231872558594,-0.4931802451610565,0.8352606892585754,0.5824231505393982,2.0639960765838623,0.33400753140449524,-0.1990744173526764,-0.03635566309094429,-1.3110414743423462,0.945621907711029,0.9256964325904846,-0.11458749324083328,-0.6183772087097168,0.3894455134868622,-0.1329248547554016,-0.16602586209774017,-0.7083882689476013,-1.3069885969161987,-0.22135351598262787,-1.1214812994003296,0.6677691340446472,-0.16531355679035187,-1.0806819200515747,1.255801796913147,-0.5796835422515869,1.5323188304901123,1.6748040914535522,-1.085862398147583,1.1511873006820679,-0.6585518717765808,0.1688658893108368,-2.4665277004241943,1.294969916343689,0.7741724848747253,-0.1716061234474182,0.1390806883573532,-2.030289888381958,0.7756673097610474,-0.3604308068752289,0.6999213695526123,-1.288396954536438,1.2067148685455322,0.7897360920906067,0.22485414147377014,-0.374673455953598,-0.16780316829681396,-0.9047505259513855,1.6194113492965698,0.06082902103662491,1.0242494344711304,0.43274763226509094,-0.6003162860870361,0.9079023003578186,-0.8507913947105408,-1.7075653076171875,1.3062266111373901,0.5134026408195496,-0.40180763602256775,-0.7318195104598999,-0.4525749683380127,-0.7351576685905457,-2.287242889404297,-1.2312718629837036,-0.9888036847114563,-0.44248613715171814,0.9401950836181641,-0.14245527982711792,-0.9235715866088867,0.7807471752166748,1.1042028665542603,-1.0562043190002441,-0.6053985953330994,-0.4725888967514038,0.6252187490463257,0.06059325486421585,2.415339946746826,-0.37046685814857483,0.0024357447400689125,0.31486305594444275,1.8291023969650269,1.8441195487976074,2.882753610610962,-1.868652582168579,-0.04085207358002663,-1.57447350025177,-0.6777127981185913,-0.2616117596626282,0.2801550626754761,-0.32589226961135864,-0.829846978187561,-1.7903163433074951,0.8004536628723145,0.2479274421930313,-0.887887716293335,0.4572402834892273,0.4968583881855011,1.3448916673660278,-0.13183416426181793,-0.7426316142082214,-0.7937469482421875,-0.5431257486343384,-1.2874915599822998,-0.5311083793640137,-0.1962876319885254,0.03615743666887283,0.9513306021690369,0.06985142081975937,0.2778673768043518,-0.028804803267121315,0.13124720752239227,0.25412407517433167,1.0688167810440063,1.5416723489761353,0.5459421277046204,-1.026834487915039,0.5777549743652344,-1.562061071395874,-0.7715727686882019,1.8536638021469116,-2.5922698974609375,0.5905666947364807,2.3311095237731934,-1.6262717247009277,-0.8032233715057373,-1.530976414680481,0.3247445821762085,-0.21791502833366394,0.6089580059051514,-0.5881106853485107,-0.08073977380990982,1.0011438131332397,-0.908897876739502,1.2351666688919067,1.432248592376709,0.5825024247169495,-0.8134433627128601,0.18324047327041626,0.3676367700099945,-1.2883737087249756,-2.664886951446533,-0.17330536246299744,0.08153028786182404,1.4540133476257324,0.41228926181793213,-1.6663823127746582,-0.2359505444765091,0.368196040391922,-1.793537974357605,1.5606755018234253,1.4224882125854492,1.3032363653182983,-0.2741397023200989,0.18004314601421356,0.5966306328773499,-1.1074541807174683,0.7253713011741638,-1.620409607887268,-1.38407301902771,0.04119202494621277,1.1800639629364014,0.19734227657318115,-0.2751148045063019,0.27010664343833923,2.3187105655670166,-0.20989355444908142,0.06371556222438812,0.34579890966415405,0.7767519950866699,-0.3829277753829956,0.034944966435432434,-1.881912350654602,-0.423869788646698,1.2377358675003052,-1.0521938800811768,0.8542896509170532,0.49060359597206116,0.24838902056217194,-2.486379623413086,0.7942588329315186,-0.6054768562316895,-0.7731396555900574,0.40389564633369446,0.1759893298149109,0.9349166750907898,0.28503915667533875,-0.6846392154693604,-1.2891697883605957,-0.07795573770999908,1.372542381286621,1.0421568155288696,-0.05474691838026047,0.23130138218402863,0.969221293926239,-0.15502990782260895,-0.7310048937797546,-0.07500423491001129,-0.5506784915924072,0.9076809287071228,-0.7088260054588318,-0.5644004940986633,1.3044195175170898,-0.5785391330718994,-0.8407034277915955,-0.10925742983818054,-0.09055118262767792,1.1923120021820068,-0.5099815726280212,0.9418058395385742,-0.7513312101364136,0.7638777494430542,2.1304514408111572,0.30169451236724854,-0.28030428290367126,-0.08712825179100037,0.5812603831291199,0.9520280957221985,-1.095910906791687,0.41732484102249146,-0.36320361495018005,0.0786861851811409,1.6164524555206299,0.03803214803338051,-0.5487913489341736,1.0431019067764282,-0.09979632496833801,1.4256550073623657,1.7173124551773071,2.1051647663116455,-0.7322143912315369,-0.9585339426994324,-0.6837297081947327,0.253384530544281,2.930811882019043,0.09778857231140137,0.5400584936141968,-1.0553419589996338,-0.13629654049873352,0.032597512006759644,1.1431249380111694,0.7928035855293274,1.581122636795044,-0.2055928260087967,0.18433961272239685,-0.5812592506408691,0.06381059437990189,-1.0983219146728516,0.5402917861938477,-0.32999205589294434,0.7033864855766296,0.19767935574054718,0.6070270538330078,-0.559096097946167,0.10301376134157181,-0.12602081894874573,0.7465590238571167,-0.5595952272415161,0.8102928996086121,2.618521213531494,-0.3758954107761383,-0.47854846715927124,-1.1235945224761963,-0.7432647347450256,-1.476387619972229,-2.1310875415802,0.5341684222221375,0.8658613562583923,-0.5975748300552368,-0.3872205913066864,-0.7545151710510254,3.731969118118286,1.1484428644180298,0.6225184798240662,-1.4351599216461182,-0.13406844437122345,2.1635806560516357,-0.9697484374046326,0.9719495177268982,-0.6597347259521484,-1.9147018194198608,0.7172846794128418,0.3554239273071289,-0.07390876114368439,-0.2768629491329193,-1.168283224105835,-0.8951294422149658,0.7651435732841492,0.1997043490409851,0.4714107811450958,-0.9875367283821106,1.5842317342758179,0.1377863883972168,0.4612348675727844,0.6104940176010132,-1.8472325801849365,0.8299214839935303,0.6212508678436279,-1.5624537467956543,-0.6216816902160645,0.8822944760322571,0.38115614652633667,0.6152359247207642,0.9890058636665344,0.6577227711677551,-0.6651527285575867,0.0922679677605629,0.40104934573173523,-0.06272316724061966,0.9305611252784729,-2.863351583480835,-0.07517138123512268,2.439373731613159,-0.005405955482274294,0.16870424151420593,-0.7236193418502808,-0.5107393860816956,0.2501239478588104,1.3256956338882446,-0.35127681493759155,-0.8723976612091064,1.0632703304290771,0.6288497447967529,-0.35531333088874817,-0.12251123040914536,6.3169403076171875,1.1110578775405884,-0.6609652638435364,-0.763148307800293,0.8805423378944397,-0.3222222924232483,1.0206472873687744,-0.3727162182331085,1.7821569442749023,-0.7032860517501831,1.635230302810669,-0.8439649939537048,0.6837260723114014,-0.633311927318573,-1.7514933347702026,-0.7354122400283813,0.05359373614192009,1.3467289209365845,-2.3741209506988525,0.23119573295116425,0.9029584527015686,-0.5563720464706421,2.493227243423462,-0.4013519287109375,1.0184133052825928,-0.2661841809749603,2.1730990409851074,-0.6856611371040344,0.4704185426235199,-1.8224488496780396,-0.1614084392786026,1.139382243156433,1.185402750968933,-0.8129922747612,-0.34851786494255066,1.0224789381027222,-0.040273793041706085,0.14427964389324188,0.2469683289527893,1.0804612636566162,0.33721721172332764,1.1107627153396606,-0.8461846113204956,0.34165650606155396,0.02429448813199997,-0.445352703332901,1.1556416749954224,-1.18873131275177,-0.34737804532051086,0.10757409781217575,1.2243916988372803,2.5734848976135254,-0.7524508237838745,0.4571148753166199,-0.45723798871040344,2.213383913040161,0.048929572105407715,-0.04167595133185387,0.16485029458999634,1.342095136642456,0.6626093983650208,0.5430107116699219,1.4127627611160278,0.9435004591941833,-1.0428354740142822,-0.7319645285606384,-0.12190285325050354,-0.18678978085517883,1.3835033178329468,-1.2804384231567383,0.045163143426179886,-0.9651311635971069,-1.349144458770752,0.48211148381233215,-0.30922356247901917,0.24214138090610504,0.14975528419017792,-1.0782889127731323,-1.005391240119934,1.6736094951629639,1.4672249555587769,0.7140153646469116,0.9759454727172852,-0.3415471017360687,0.9409176111221313,0.5366701483726501,0.07425648719072342,0.676596462726593,0.7643142938613892,-0.33697593212127686,1.5643579959869385,-1.0069234371185303,-0.504159688949585,2.8088464736938477,0.7915804386138916,-1.2013510465621948,0.12050538510084152,1.2251455783843994,2.8017172813415527,0.8815348148345947,-0.3219563961029053,-0.664738118648529,2.571274757385254,0.3919680714607239,-2.4626424312591553,-0.7917794585227966,-0.3685498833656311,-0.25787559151649475,-1.2402095794677734,-1.013462781906128,-1.464246153831482,-0.24619318544864655,0.1393347978591919,-0.5969722270965576,0.7538223266601562,1.2361228466033936,-0.5364629030227661,-1.189293384552002,0.12025486677885056,-1.242663860321045,-0.7343360781669617,-1.0413196086883545,-0.5839096903800964,-1.9705431461334229,0.8341537117958069,-1.7770841121673584,-0.8450914621353149,0.14562901854515076,-1.6739455461502075,0.002755997469648719,-0.11349507421255112,0.5433316230773926,-1.3294256925582886,-0.6590278148651123,0.8655062913894653,-0.7669090628623962,-0.4658847153186798,-2.0044338703155518,0.08235692977905273,1.2531273365020752,1.754849910736084,2.341515064239502,3.486401081085205,0.686050295829773,-1.1740636825561523,1.565370798110962,-1.3348283767700195,1.626029133796692,0.4198291301727295,0.2758125960826874,-0.869713306427002,-1.496428370475769,-0.6192184686660767,-1.3454569578170776,-0.9150446653366089,-1.50295889377594,-0.4885514974594116,0.08788979053497314,-1.8734676837921143,-1.7641148567199707,-0.9619957804679871,0.7604708671569824,-0.247336283326149,0.4771351218223572,0.11509563773870468,1.3854784965515137,0.34893497824668884,0.060710109770298004,2.3943986892700195,-0.48962822556495667,-1.7707083225250244,0.10237889736890793,-0.680251955986023,0.3070068359375,-0.13272824883460999,1.687207579612732,-0.6146823763847351,1.4074268341064453,-0.1133027970790863,-1.0413703918457031,-0.14748114347457886,-0.7473887801170349,0.6200320720672607,-0.794120728969574,-1.721435785293579,-0.786302924156189,-0.24597777426242828,1.1467199325561523,-0.3382606506347656,1.2660568952560425,-1.2389081716537476,-2.123365879058838,1.764756202697754,1.8707598447799683,-0.5898801684379578,-1.0630109310150146,0.37342777848243713,1.2450857162475586,-0.8343738913536072,0.5454551577568054,0.009666269645094872,-1.0553085803985596,-1.1183830499649048,0.3016287386417389,-0.9799110889434814,-0.3564682900905609,0.39454206824302673,0.9892414808273315,1.0224909782409668,1.433293104171753,0.019208893179893494,0.5372813940048218,-0.6789963841438293,-1.361800193786621,0.5033397078514099,-0.18130353093147278,-1.3793365955352783,-0.7335913777351379,0.3017755150794983,-1.1793469190597534,-0.7483885884284973,0.10924100130796432,0.33430081605911255,1.2404701709747314,0.5533528923988342,-1.7293447256088257,-0.6511735320091248,0.3319147825241089,0.17634883522987366,-2.4817097187042236,1.0082627534866333,-0.3030116856098175,-0.4570566415786743,-1.7391626834869385,-0.7039793133735657,0.9266178607940674,0.5630213618278503,-0.9830183386802673,-0.09503913670778275,-1.846557855606079,-0.5336136221885681,-0.2745811343193054,0.3147485554218292,-0.46574416756629944,-2.399526357650757,0.33042189478874207,0.6807467341423035,0.5818513035774231,2.14005970954895,-0.10214760154485703,-1.109610676765442,-1.834846019744873,-0.037204332649707794,-2.059419870376587,0.9517682194709778,-0.9359406232833862,2.199472665786743,-1.5923314094543457,-0.2395789921283722,2.0842721462249756,0.049097880721092224,0.29387417435646057,0.26180219650268555,-0.18667972087860107,0.3723965287208557,0.09232327342033386,-0.2021169811487198,0.04676475375890732,-2.310472249984741,-0.7988592386245728,-1.6582008600234985,2.540463924407959,0.7694830298423767,-0.8306356072425842,0.5763126611709595,-0.013692044652998447,1.437935709953308,-1.212313175201416,-0.9976094365119934,-0.0546175055205822,0.9841044545173645,1.3758976459503174,0.5643210411071777,0.10695013403892517,0.9250432848930359,-0.06748346984386444,-1.0329763889312744,-0.7714500427246094,-0.8214568495750427,2.2014238834381104,0.24043622612953186,1.0539674758911133,0.22168786823749542,0.508394718170166,-1.420393466949463,0.9047687649726868,-0.2728513181209564,-2.1287333965301514,0.8545858263969421,-0.6550933718681335,-0.9810562133789062,0.3470176160335541,-0.3832533061504364,-0.8798592686653137,-1.432836890220642,-0.4640140235424042,-0.6131551861763,-0.22902828454971313,-0.2569129168987274,-3.128253698348999,1.4291647672653198,1.5528674125671387,0.5225119590759277,3.3778786659240723,-1.2934412956237793,-1.4404840469360352,-0.6082597374916077,0.383457213640213,2.274827480316162,0.1585942804813385,0.20255626738071442,-0.15973681211471558,-0.8580488562583923,-0.26269546151161194,-1.226399540901184,0.9410659670829773,0.3448435664176941,0.08672324568033218,-1.6374143362045288,-1.445666790008545,1.5383278131484985,-1.4467384815216064,-2.0578272342681885,0.4619584083557129,0.10091646760702133,-0.8997433185577393,-0.6169643998146057,0.12126854807138443,0.39621683955192566,-0.9163644313812256,-1.9159355163574219,-1.2123656272888184,0.4351482391357422,0.6937962770462036,1.1726804971694946,-2.2075958251953125,0.011099008843302727,-1.7352174520492554,-0.07989785820245743,-1.178693413734436,-0.0666755810379982,-0.4325939416885376,0.5923299193382263,0.6482325196266174,-0.8794479966163635,0.5004711747169495,-3.171212673187256,-0.8439358472824097,-0.09063372761011124,1.783474087715149,-0.827059268951416,0.9194597601890564,-0.40336403250694275,-2.095280408859253,-0.6640112996101379,-0.6814171671867371,-0.6732831001281738,0.34357398748397827,3.018754720687866,-2.283607244491577,-2.7396695613861084,-0.15708673000335693,1.423066258430481,0.8916782140731812,0.1834304928779602,0.20035414397716522,1.0028414726257324,1.264506459236145,0.09461105614900589,-1.7705031633377075,-0.5965194702148438,-0.922447144985199,1.4030070304870605,-0.6480280160903931,-0.5754603147506714,-1.2801202535629272,-2.029917001724243,-0.6289539337158203,2.3964617252349854,0.028852079063653946,0.4318685829639435,0.6025373339653015,-0.6818925142288208,-0.17833955585956573,1.6493152379989624,6.035792827606201,-0.137925386428833,-0.4607577621936798,2.114882707595825,-0.8980079293251038,0.21720930933952332,1.2594456672668457,-1.2143325805664062,-0.8389381170272827,-1.6294673681259155,1.3297677040100098,-1.1574528217315674,1.1824134588241577,-0.7809377908706665,2.118931770324707,0.04490179568529129,0.3042612075805664,-0.9793940782546997,1.3910530805587769,1.4787731170654297,0.7923225164413452,-0.646553099155426,-0.7126307487487793,0.7778429388999939,1.576102375984192,-2.1004316806793213,1.7248284816741943,1.0515973567962646,0.07245983183383942,0.2685142159461975,0.5010584592819214,-0.19130606949329376,1.63567054271698,-2.112032413482666,-0.38890376687049866,-2.5277185440063477,-1.2616740465164185,2.533283233642578,1.4366291761398315,0.7391669750213623,1.4002381563186646,0.8983279466629028,-0.13384957611560822,-0.10346117615699768,1.1061283349990845,-2.8434038162231445,0.6014424562454224,1.0174909830093384,0.9440200924873352,0.19056817889213562,2.04116153717041,0.28920993208885193,-0.05022483691573143,-2.5103044509887695,1.217474102973938,1.56697416305542,1.5008190870285034,-0.43130597472190857,-1.184963345527649,-1.4585095643997192,-1.7165112495422363,-0.16183505952358246,-1.8788197040557861,-0.8699747323989868,-0.5978449583053589,-1.9046270847320557,0.837551474571228,-1.0252485275268555,0.5696625113487244,0.6239008903503418,-0.03251168131828308,-0.3053155839443207,2.0029802322387695,0.37375110387802124,0.5718965530395508,-0.5940068364143372,3.5585827827453613,1.6982083320617676,-0.6873213052749634,2.6465072631835938,2.1079981327056885,0.03820498287677765,1.182794451713562,1.666794776916504,2.084773302078247,0.9804704785346985,-2.695422410964966,1.0794435739517212,-1.082202672958374,1.9426524639129639,-1.0610637664794922,-0.5056647062301636,-0.39120030403137207,3.045987129211426,-0.7949585914611816,-0.4994218647480011,-0.25125789642333984,-0.5407684445381165,0.10673300176858902,-1.1357917785644531,1.325088620185852,0.5657088160514832,0.784917950630188,-0.550850510597229,0.37400805950164795,0.6953833103179932,0.3884061872959137,0.06466179341077805,1.563921332359314,0.2452293187379837,0.992696225643158,-1.44526207447052,-0.2994271516799927,-0.20601597428321838,-10.570672988891602,0.9347087740898132,0.7880409359931946,2.92683744430542,1.3938237428665161,-0.2916510999202728,-0.1693153828382492,-0.04718371108174324,0.7419213652610779,0.35427671670913696,-0.04526687040925026,-1.5347307920455933,0.21960723400115967,0.6619693040847778,0.557010293006897,-1.3689464330673218,-0.06328466534614563,1.5520042181015015,0.19159868359565735,1.3551641702651978,-0.06953752785921097,-1.360683560371399,-2.3609983921051025,0.8160995841026306,0.7070568203926086,-0.46598803997039795,-2.165475606918335,-1.2348921298980713,0.22974877059459686,-1.110479474067688,0.583875834941864,-2.214061737060547,0.613560676574707,-0.04268556088209152,0.4829288721084595,-2.092832326889038,-0.31137120723724365,2.1315414905548096,-0.3241886496543884,2.341435670852661,-0.2099897265434265,-0.9017950892448425,1.8147770166397095,0.5478534698486328,1.1465489864349365,0.7340325713157654,-2.0078532695770264,-1.4699276685714722,-1.355739712715149,2.028900384902954,-1.0895788669586182,-2.3075921535491943,-0.3457866311073303,-1.2278133630752563,-0.10799587517976761,-0.6693047881126404,0.5119518041610718,-1.4257702827453613,-0.1950364112854004,0.830662190914154,0.3078825771808624,-1.5414339303970337,-1.490517497062683,-0.08401615917682648,-1.1287975311279297,1.3586338758468628,-0.7573782801628113,0.8315114378929138,1.3114697933197021,0.1778583824634552,-0.8505241274833679,-2.483452320098877,-1.9648704528808594,-0.7243304252624512,-0.45873039960861206,-1.0736725330352783,-0.7222580909729004,-0.8171595931053162,1.0669456720352173,0.4273710548877716,-0.09482607245445251,0.32312139868736267,0.7186408638954163,-0.8959732055664062,-0.03225349262356758,1.0361592769622803,-1.630994439125061,-1.2500840425491333,0.8480807542800903,1.8697274923324585,-0.5359395742416382,-0.3736143112182617,-0.7050449848175049,-2.2765913009643555,-1.10223388671875,0.6671629548072815,-1.2447128295898438,-0.9859858155250549,-0.7472354173660278,1.6357862949371338,-0.1945490837097168,-0.19748929142951965,1.4963161945343018,-0.33053070306777954,1.7963281869888306,0.9918372631072998,1.0488111972808838,-0.9578258991241455,0.4577178955078125,-0.9344857335090637,-4.947636604309082,-0.816203773021698,1.9363898038864136,1.2678980827331543,0.10164478421211243,-0.6009077429771423,-1.4626520872116089,-0.3832640051841736,-1.083017349243164,0.5767014622688293,0.15598082542419434,-0.2620849311351776,-1.0365840196609497,1.3201704025268555,-1.4061050415039062,2.235459327697754,1.378707766532898,-0.27994614839553833,1.4206831455230713,-0.5973897576332092,2.1626291275024414,2.287245750427246,-0.7805505394935608,-1.757590889930725,0.13139474391937256,0.10822976380586624,-0.812465488910675,-1.1731164455413818,-1.3693982362747192,-0.1411481648683548,0.14586742222309113,-0.9053990840911865,-0.7988058924674988,-0.012069417163729668,-0.1309935748577118,-1.0829309225082397,0.49675238132476807,-0.07069920003414154,-0.6559489369392395,-0.3612871468067169,0.2636681795120239,-1.071516752243042,-0.7085341811180115,-2.268587112426758,-0.15488874912261963,-0.6799439191818237,-0.9294489026069641,-0.626793622970581,-2.0541648864746094,1.3375213146209717,0.40730297565460205,-2.342158317565918,0.18430380523204803,0.09900294244289398,1.8469326496124268,0.1362401843070984,0.1539466232061386,0.04218298941850662,-1.421344518661499,1.0648579597473145,0.64546138048172,-1.8715965747833252,-0.6518687605857849,-0.26504188776016235,-0.21265603601932526,0.2483026683330536,1.7251458168029785,-1.3559554815292358,1.2592839002609253,-0.04652158170938492,-1.5005840063095093,1.4166933298110962,1.2856454849243164,-0.4114084839820862,-1.5992940664291382,-0.052263740450143814,1.7599104642868042,-0.06892728805541992,-0.7182223200798035,0.11233941465616226,1.8117740154266357,-0.20332010090351105,-0.28219372034072876,0.314276784658432,0.1463557928800583,0.14914226531982422,0.7126360535621643,1.1396607160568237,-2.4330568313598633,0.20465713739395142,0.5190991163253784,-0.8339735269546509,0.9294636249542236,-1.4395288228988647,-1.0134482383728027,-0.14772504568099976,-1.3504565954208374,2.2199108600616455,-0.9939049482345581,0.18274462223052979,-0.4778132438659668,-0.6620255708694458,-1.1219993829727173,2.894979953765869,1.6807390451431274,0.22201532125473022,-0.9891139268875122,1.4509695768356323,0.429801881313324,-1.0061291456222534,-0.40537989139556885,0.06205567717552185,0.0966663584113121,1.5082687139511108,-0.48843416571617126,1.420002818107605,0.7815485000610352,-0.025340531021356583,-0.2791728973388672,0.4169338047504425,-1.3016343116760254,1.7081775665283203,0.331830233335495,0.03890196233987808,0.003394046099856496,-0.3027664124965668,-1.2539558410644531,0.7910670638084412,-0.5046144127845764,0.8854132890701294,0.7257624864578247,0.05074452608823776,-0.7241441011428833,0.4632672965526581,0.20789854228496552,1.4903779029846191,1.3499832153320312,-1.4488605260849,2.992203950881958,1.1724846363067627,1.069380283355713,3.123432159423828,-1.4464305639266968,1.507202386856079,-0.4833410680294037,-0.46980929374694824,-0.6744118332862854,0.5974067449569702,-0.9380925297737122,0.6404032111167908,-0.9457534551620483,-5.419428825378418,-2.810148239135742,-0.35381385684013367,-0.5908530354499817,0.14088967442512512,-0.15235823392868042,-1.4170773029327393,1.5638012886047363,0.8202509880065918,1.2451026439666748,0.37563684582710266,-1.9025264978408813,-0.5730386972427368,-0.7376221418380737,-0.9097048044204712,2.0286171436309814,0.7218855619430542,-6.029888153076172,-0.6360336542129517,0.28835853934288025,-1.5831100940704346,-0.6022577881813049,0.5941332578659058,0.3832724690437317,-1.8985333442687988,0.08256559073925018,-0.7892646193504333,1.2792868614196777,0.42714837193489075,1.0882539749145508,0.3726326525211334,0.4328972101211548,-1.5366528034210205,-0.24713817238807678,-0.3801625669002533,-0.6845902800559998,-0.3484928607940674,-0.6674188375473022,1.3747090101242065,0.8895403146743774,-0.06775236129760742,0.4895019233226776,-1.7784785032272339,0.4752770960330963,-0.12028153985738754,0.936752200126648,0.13499978184700012,-0.1669810265302658,0.34849581122398376,1.6983850002288818,0.0075707281939685345,0.3541932702064514,-0.1594148874282837,-0.28213128447532654,1.5693035125732422,-1.1235100030899048,-0.5788381099700928,2.768278121948242,0.5112624764442444,-0.7303303480148315,-0.811839759349823,0.5600518584251404,0.1135130450129509,0.7574906945228577,-0.8213132619857788,7.217674255371094,-0.041577719151973724,-1.567649006843567,-0.2684055268764496,2.5024819374084473,0.5746297240257263,0.6607121229171753,0.6575489044189453,-0.05442255362868309,1.0374644994735718,0.020628580823540688,1.1248418092727661,0.13175615668296814,0.36199644207954407,-0.3436262011528015,-0.040207140147686005,0.8439520001411438,-1.2999552488327026,0.9795222282409668,-0.1879468709230423,0.7186769843101501,1.6560648679733276,-0.6779886484146118,-0.39427435398101807,0.5775784850120544,0.5595894455909729,0.902894139289856,-0.8677926659584045,-1.6960320472717285,-0.25594562292099,0.2894493639469147,0.8371958136558533,-0.6009184122085571,0.6621484160423279,-0.3323602080345154,0.9130463600158691,1.2929184436798096,0.8950395584106445,-1.703237533569336,0.8838033676147461,0.5694355368614197,-0.7999086380004883,-0.29058918356895447,1.1165707111358643,-1.0689259767532349,1.8443268537521362,0.13222983479499817,0.20932967960834503,-0.8553016185760498,-0.7351037263870239,-0.04193509742617607,0.5268534421920776,-0.26405057311058044,0.21648351848125458,-0.26043978333473206,-0.19727657735347748,-0.02550382912158966,-0.3348909914493561,0.8132059574127197,-0.31196096539497375,-0.5066086053848267,-1.4853825569152832,0.2303481101989746,-0.4603820741176605,0.14729665219783783,-0.4167770743370056,-0.43728959560394287,-1.6758685111999512,1.6307175159454346,1.8369399309158325,-0.35485291481018066,0.21342548727989197,-0.15370714664459229,0.6058135032653809,-0.9335651397705078,0.08120107650756836,-1.2800215482711792,-0.33367469906806946,1.409757375717163,-0.8848357200622559,-1.0096826553344727,-0.5394070148468018,-0.3391209840774536,2.662980794906616,1.3699445724487305,-0.04954786226153374,0.732684850692749,-0.07857149094343185,-1.2052180767059326,-1.1130229234695435,-1.2948248386383057,0.6019733548164368,0.09301506727933884,2.3581526279449463,-1.454696774482727,-0.9892658591270447,0.5265641212463379,-0.42965224385261536,-0.9537917375564575,-2.3253133296966553,0.14048491418361664,0.4661014974117279,0.6495619416236877,-0.5509228706359863,0.64283686876297,-0.6758490800857544,1.052253007888794,-0.3077262043952942,0.6018105149269104,-0.8523264527320862,-0.5304186344146729,2.7972397804260254,0.8192707896232605,1.6043591499328613,0.3357011079788208,-0.4465979337692261,-0.10235941410064697,0.8697918653488159,-0.9158567786216736,-1.414454460144043,-0.2239367961883545,1.817570686340332,1.3095178604125977,0.1823141872882843,0.35121968388557434,-1.2255913019180298,-1.129255771636963,-0.7883737683296204,-0.16826070845127106,-7.351518630981445,0.20926418900489807,0.21005789935588837,0.25334158539772034,0.06635262817144394,0.06931140273809433,0.9717843532562256,-0.9623040556907654,-0.39562171697616577,0.36669227480888367,-0.35523730516433716,1.1086472272872925,0.6623018980026245,-0.6904298663139343,0.2578667104244232,-1.130111575126648,-1.2397329807281494,-0.6781372427940369,-0.17431378364562988,-1.5268889665603638,-1.3043230772018433,0.2439207285642624,-1.1656824350357056,1.1972382068634033,0.7757459878921509,0.8801475763320923,-0.7479726076126099,-8.267047882080078,-0.8394818902015686,-1.1748220920562744,0.8275263905525208,-1.3488215208053589,0.0037791337817907333,-0.04153500869870186,-0.3369029760360718,0.6005129218101501,-0.05982323735952377,-2.36820387840271,0.04669686406850815,0.39181724190711975,-1.9518972635269165,0.3182550370693207,0.011799247935414314,0.5547101497650146,-2.662463665008545,1.983758807182312,0.8536022901535034,-0.9682872295379639,1.1987165212631226,5.624769687652588,0.47573891282081604,1.3195031881332397,-0.16255038976669312,-0.8149949312210083,0.6659848093986511,1.6187195777893066,0.26676201820373535,0.414093554019928,-0.3789874315261841,-2.1466376781463623,-1.3446593284606934,-1.3313206434249878,0.6798940896987915,-2.141268491744995,1.7293155193328857,1.0579222440719604,-1.1872440576553345,1.0146580934524536,0.6687493920326233,2.0248496532440186,1.8613293170928955,1.1265376806259155,0.3772728145122528,1.5675863027572632,2.0200376510620117,0.8940106630325317,0.11271648108959198,-1.3506108522415161,1.063461422920227,-0.09085886925458908,-2.177638053894043,1.4044491052627563,-0.13615654408931732,0.9818800687789917,-0.25156259536743164,-1.705639123916626,-1.8799619674682617,0.05889054387807846,1.1540377140045166,1.7127580642700195,-0.1053093746304512,1.320986270904541,-0.11692098528146744,-0.39524295926094055,-0.17181850969791412,0.47123298048973083,-0.8021308183670044,-0.32518836855888367,9.046850204467773,0.5672089457511902,0.35030555725097656,1.305976390838623,-1.5989065170288086,-0.22561921179294586,-0.747530460357666,0.21611550450325012,-0.8740454912185669,0.6324796676635742,-1.6917146444320679,-0.43095090985298157,0.16548189520835876,0.20964813232421875,-0.7273325324058533,0.9649316668510437,-1.1918909549713135,-0.09718021005392075,-1.3764325380325317,1.1086549758911133,-0.8085174560546875,-0.10075592249631882,0.011871644295752048,0.2568017542362213,-6.9844841957092285,0.4217052459716797,-0.12075983732938766,0.004151972942054272,0.4274055063724518,2.086317777633667,1.5441954135894775,1.1029319763183594,-0.13577768206596375,0.31649908423423767,1.5116842985153198,-1.7593109607696533,-0.750967264175415,2.122220754623413,0.04273964837193489,-0.49320968985557556,0.5232183337211609,0.04590611532330513,0.6840108633041382,-0.649463415145874,0.45334315299987793,-0.6249825954437256,-0.23005899786949158,-0.9512218832969666,0.14295317232608795,-7.724545478820801,0.3495105504989624,0.5225442051887512,-0.934721052646637,-0.11063117533922195,1.5286617279052734,-0.44458869099617004,1.574880599975586,-0.46965786814689636,0.03930894285440445,-2.34694766998291,0.8768481612205505,1.8430218696594238,0.8336465358734131,-0.3915344476699829,0.42987751960754395,-0.7259573936462402,0.7578740119934082,0.3567502796649933,-0.63306725025177,7.502804279327393,0.8608123064041138,0.7507026791572571,-1.3069915771484375,0.38545748591423035,-1.080930233001709,-1.2023195028305054,1.0449192523956299,-0.06809263676404953,-0.5655727982521057,-0.28264710307121277,-2.1604201793670654,-0.8114593029022217,-0.4768742620944977,1.7979305982589722,-0.48200753331184387,0.7404261231422424,1.838526725769043,2.005344867706299,-0.45250996947288513,1.1507055759429932,0.8385722637176514,-1.4864174127578735,2.493889808654785,-0.23850111663341522,-0.8620479702949524,-2.238934278488159,0.9901100993156433,-2.2735347747802734,-0.1457280069589615,0.3718661963939667,-0.9800729751586914,0.17684417963027954,-0.1665850579738617,-0.6812494397163391,-1.6071640253067017,0.9452932476997375,0.8927696943283081,0.6809355616569519,-0.6407877206802368,0.5318920612335205,0.21773551404476166,1.153892993927002,0.11558856070041656,0.6477598547935486,-0.1759873926639557,0.6587459444999695,-0.28644654154777527,-2.1442716121673584,0.47886091470718384,1.642428994178772,0.8238723278045654,-0.5233530402183533,-1.6168272495269775,-0.575520396232605,0.6317610144615173,-1.216511607170105,-0.48256808519363403,1.342785120010376,-1.046401858329773,0.42933279275894165,-0.7500005960464478,0.2532902657985687,0.8564761877059937,1.8019973039627075,1.436761736869812,-0.6734280586242676,1.283919095993042,-1.3954572677612305,-0.3707866668701172,-0.28499773144721985,-0.14724849164485931,0.45232245326042175,0.18921327590942383,0.5627785325050354,0.42817556858062744,1.6431719064712524,0.3638533055782318,-0.3947618901729584,-2.5566349029541016,-2.3361847400665283,-0.6089813113212585,2.5621891021728516,-0.0851447582244873,-0.10693683475255966,0.44020986557006836,0.28221553564071655,-0.5600079298019409,-2.43401837348938,-0.8969364166259766,-0.8667634725570679,-1.2994588613510132,0.20405299961566925,-0.2267134189605713,0.7797400951385498,-0.1854061782360077,-0.41412967443466187,-0.4541051983833313,1.2914936542510986,-0.618987500667572,-0.6093523502349854,1.0761843919754028,1.0052214860916138,-1.2624237537384033,-0.35838860273361206,-0.5746959447860718,0.47460293769836426,-1.1939467191696167,2.1146395206451416,-2.501859664916992,-0.15304483473300934,0.09704557061195374,-1.0377898216247559,0.260870099067688,0.053536221385002136,1.2101691961288452,0.5811769962310791,0.03137010335922241,0.1468634456396103,-1.3923916816711426,0.36881160736083984,-0.8597899675369263,1.3832863569259644,-0.29157504439353943,0.5444151163101196,-1.8153672218322754,-0.26900821924209595,0.39951086044311523,-1.4974873065948486,0.7779921889305115,0.6201121807098389,0.4305132031440735,-0.20840252935886383,-1.4683679342269897,2.001070022583008,-1.6178593635559082,-1.878029227256775,-0.6659568548202515,0.6801546216011047,-1.4137192964553833,1.149450659751892,0.9917528033256531,1.3267284631729126,1.1682496070861816,-0.5555593967437744,1.5066519975662231,-0.4679674506187439,-0.16736283898353577,0.04997784644365311,1.6219099760055542,0.252034991979599,1.198676347732544,1.613892674446106,-0.7161551713943481,-0.4180021584033966,1.2491116523742676,-0.1691351979970932,0.4701080620288849,1.4085028171539307,1.9742482900619507,0.6225959658622742,-1.1714296340942383,-0.706665575504303,-1.7306668758392334,-0.31723499298095703,0.8817211985588074,0.2253008782863617,-0.49231237173080444,0.6708641052246094,1.3439222574234009,1.2448434829711914,0.34556055068969727,-1.0830662250518799,-0.7270044684410095,-0.6699114441871643,-1.4698899984359741,-0.25938543677330017,0.384341835975647,1.8278943300247192,0.6603115200996399,0.37743785977363586,-0.1956661194562912,0.4087839126586914,0.2500878572463989,-0.7450251579284668,2.0386993885040283,-3.742377281188965,0.05956045910716057,-1.1304750442504883,-1.5054314136505127,2.3131790161132812,0.8821083307266235,-1.3085482120513916,0.3634304404258728,0.2911633551120758,-1.5121431350708008,1.7412079572677612,-2.7274069786071777,0.47405171394348145,-0.7202868461608887,0.17964498698711395,-0.5811865925788879,1.2583296298980713,-1.095796823501587,0.7474205493927002,-1.0141772031784058,1.4109259843826294,0.2872544527053833,-0.501559317111969,-1.0848610401153564,-1.2915990352630615,0.41365668177604675,-0.24424265325069427,-0.10526559501886368,0.2758026123046875,0.027170779183506966,-1.0460114479064941,0.9700007438659668,0.11608019471168518,-0.32697537541389465,-0.7427279949188232,1.583972454071045,2.5314395427703857,0.7162821888923645,0.7581358551979065,-0.7182297706604004,1.3096448183059692,-0.4534684419631958,0.12432864308357239,0.316346138715744,-2.122756242752075,-0.573986291885376,1.2994328737258911,1.6912086009979248,-0.20565907657146454,0.24638250470161438,0.33450236916542053,-1.6093872785568237,-0.9393956065177917,-0.43198949098587036,-0.6257842779159546,0.039271511137485504,2.4452974796295166,-1.1254019737243652,-1.2300162315368652,-0.41783657670021057,-0.5405676960945129,0.40151047706604004,-0.3575610816478729,1.0966477394104004,-0.7863606810569763,0.8294032216072083,0.3243940472602844,-0.0006398156401701272,2.3199706077575684,-1.3781533241271973,-0.4209515154361725,1.31505286693573,-0.97261643409729,0.8986769914627075,2.495206594467163,1.8330286741256714,1.1075365543365479,-1.6394553184509277,1.255980134010315,-1.185365915298462,-0.055772021412849426,0.9144728183746338,-0.39481067657470703,1.3413344621658325,-4.998836994171143,0.07587394118309021,-0.2970096468925476,2.30273175239563,1.5461839437484741,0.30654674768447876,-0.0047150664031505585,-0.4278121292591095,1.2359950542449951,-1.6489219665527344,0.6769250631332397,0.769149899482727,0.16142161190509796,-1.293811321258545,2.446897506713867,0.5614145994186401,-1.170602798461914,-2.279709577560425,1.3116058111190796,0.3847726285457611,0.1520926058292389,0.38512536883354187,-0.6542491316795349,-1.3019181489944458,0.5544441938400269,1.0079905986785889,-0.4920167624950409,0.5078207850456238,2.097775936126709,2.897423505783081,1.8954393863677979,-0.21564587950706482,-0.7163211107254028,-0.9135841727256775,-3.5268919467926025,0.2934894561767578,-0.596013069152832,-0.42924895882606506,0.6501219272613525,-1.0716462135314941,16.134532928466797,-0.11949842423200607,-1.4325894117355347,-0.053896430879831314,0.14240168035030365,-0.8117995262145996,-1.6643928289413452,0.6642298102378845,-0.23976926505565643,1.6555026769638062,1.3449381589889526,1.956825613975525,0.1103510782122612,-0.1348685324192047,0.1973058134317398,0.48736390471458435,-2.256652593612671,1.3818432092666626,1.3487200736999512,1.0262155532836914,0.2015567123889923,-1.1612887382507324,-0.1335686892271042,0.47537869215011597,-0.16114437580108643,-3.4574060440063477,2.4753241539001465,0.28659096360206604,1.5642033815383911,-0.9767242670059204,-0.15225918591022491,0.8507219552993774,-0.7641051411628723,-1.844510555267334,0.860149621963501,-0.05765451118350029,1.7048009634017944,0.5428579449653625,-0.7627977728843689,1.3282012939453125,0.44590216875076294,0.13096344470977783,-1.0799057483673096,0.038439132273197174,-1.1800347566604614,-1.119779109954834,-0.5788940191268921,0.5897533297538757,-0.6679006218910217,-1.171797275543213,1.401568055152893,-1.0892016887664795,-0.7790618538856506,0.18038523197174072,0.42352813482284546,0.25059211254119873,0.21726436913013458,-0.9163450598716736,0.3732203245162964,-0.6971621513366699,-0.6794233322143555,2.64137864112854,-0.31484565138816833,0.5730893015861511,0.5370932221412659,0.8463767170906067,0.18202075362205505,0.2749706208705902,-0.43775057792663574,0.11271960288286209,1.8955435752868652,-0.6896510720252991,-0.43148788809776306,-1.2651472091674805,0.023844435811042786,-0.8547677993774414,-0.3256613314151764,-0.5683091282844543,-1.2306442260742188,-0.5074717402458191,-1.5902241468429565,-0.43337947130203247,0.8830689787864685,1.0566375255584717,0.35572507977485657,-0.2918829321861267,0.4472291171550751,0.5634682178497314,0.25329819321632385,0.2949858009815216,1.126403570175171,-0.1453036665916443,-0.1547756791114807,3.358109951019287,-0.02398207224905491,0.22265151143074036,1.4710944890975952,0.8889042735099792,2.680187702178955,0.3519664704799652,0.08384981006383896,-0.5811493992805481,0.6694337129592896,-0.3251488208770752,0.35154905915260315,-0.49498116970062256,0.7149654030799866,2.2230210304260254,0.7234871983528137,-2.3534295558929443,-0.38232702016830444,0.88704913854599,1.2616244554519653,0.2732159197330475,0.5867844820022583,-0.2774261236190796,-0.024543361738324165,-1.9250662326812744,-2.294551134109497,-1.3646860122680664,-1.0494921207427979,-0.6124897003173828,-1.388333797454834,0.8695522546768188,1.1142802238464355,0.8579479455947876,1.7293919324874878,-0.8354223370552063,2.5372588634490967,-0.24441856145858765,-13.462739944458008,-0.4540553092956543,0.13974595069885254,-0.013571610674262047,-1.3146570920944214,0.1468433141708374,2.447720766067505,-1.1515262126922607,-0.3376381993293762,1.5549626350402832,-1.4394115209579468,0.5370380878448486,-1.3914999961853027,-0.6087542772293091,1.1940994262695312,-0.09861085563898087,-0.9935140013694763,0.2918740510940552,1.5220890045166016,1.601117730140686,1.832045555114746,0.11831431090831757,1.3574306964874268,-0.1524658054113388,1.6286441087722778,0.9424635171890259,-2.10896897315979,-1.8232908248901367,0.24139608442783356,0.559617817401886,0.09686505794525146,1.6412239074707031,-0.6504824757575989,-0.6218644976615906,0.5080342888832092,0.6251662373542786,0.6174485087394714,0.6599873304367065,0.28895413875579834,-0.4578104317188263,1.3348338603973389,-0.8234876990318298,-1.073129415512085,-0.731286346912384,0.4214843809604645,-0.5738093256950378,-1.0738173723220825,2.1163439750671387,-0.22696955502033234,0.31666144728660583,-0.6410208940505981,-0.7108162641525269,1.1718344688415527,1.3377313613891602,0.2960028648376465,0.30209481716156006,0.7187680602073669,1.2613441944122314,0.027194013819098473,-0.47185975313186646,0.6234108805656433,2.5062448978424072,-1.2202582359313965,1.4382401704788208,-0.06303808838129044,0.6028849482536316,-0.6697676181793213,-0.515544056892395,0.39013853669166565,0.6076399683952332,-2.008711576461792,1.4489142894744873,0.2705836892127991,0.7406965494155884,1.866251826286316,-0.18819701671600342,0.14310836791992188,-0.3617057502269745,0.079814612865448,1.140185832977295,-1.8478845357894897,-0.7942361235618591,-0.014760109595954418,1.436563491821289,0.7321659922599792,-0.9570397734642029,-0.6487475037574768,-1.4458816051483154,-2.398393392562866,-1.398306131362915,0.7079294919967651,-1.5238770246505737,0.2083977311849594,-0.3799310326576233,0.22573913633823395,0.07879449427127838,0.5623290538787842,0.8121950030326843,0.08287214487791061,0.48950594663619995,0.3400075137615204,-0.31511011719703674,-1.189435601234436,1.0997716188430786,-0.9554092288017273,-0.7094096541404724,-0.19426403939723969,0.7864263653755188,1.0817021131515503,0.27250027656555176,1.7584537267684937,-0.34814736247062683,-0.05043394863605499,0.6762788891792297,-0.13598643243312836,2.8827497959136963,0.08153329789638519,-1.8722991943359375,0.8507675528526306,0.04172166436910629,-1.035445213317871,0.7674955725669861,-0.7520505785942078,0.5248782634735107,5.96713399887085,-0.7292926907539368,1.2031000852584839,0.5418666005134583,-1.0001972913742065,-1.2755579948425293,0.10264992713928223,1.1747691631317139,0.94709312915802,0.13644972443580627,0.7726560831069946,0.2161603569984436,-1.8018437623977661,-0.4945365786552429,1.0046113729476929,0.5074414610862732,0.6847140789031982,-1.5588067770004272,-0.49149900674819946,-8.668148040771484,0.14004555344581604,1.0697669982910156,0.14042048156261444,-0.31934306025505066,0.23639218509197235,-0.75843346118927,-0.8681066632270813,-1.8642522096633911,0.4855283498764038,-0.9222189784049988,0.0458509735763073,0.6695799827575684,0.16101528704166412,1.3320006132125854,-0.10131648182868958,-1.102254867553711,-1.1817148923873901,-0.010774968191981316,-0.6629824638366699,0.4070773422718048,0.8325526118278503,0.9391897320747375,-0.8800697922706604,-0.5244343280792236,1.6684461832046509,-0.26721617579460144,-0.48767974972724915,-0.02398056350648403,1.8050639629364014,3.9197752475738525,0.5236003994941711,0.18745483458042145,0.3186612129211426,-0.4250977635383606,-1.3280415534973145,-0.3716539144515991,-0.5047343969345093,0.6508422493934631,-0.5074735879898071,0.30073294043540955,-0.43484336137771606,0.5797527432441711,-0.13173238933086395,-2.0939884185791016,0.17452529072761536,0.26656344532966614,0.11700254678726196,0.29823189973831177,-0.5581977963447571,-2.3604440689086914,1.7877798080444336,0.5770080089569092,-0.6999651193618774,-0.6807183623313904,0.06689336895942688,0.1091025322675705,0.06799780577421188,0.41937294602394104,-0.16368825733661652,-0.06794070452451706,-0.355781227350235,-1.0046757459640503,0.04224107414484024,-0.6410806775093079,-0.5459979176521301,-0.01515389233827591,0.20599882304668427,0.11911308020353317,-0.029990674927830696,0.15667520463466644,1.1837332248687744,-0.5028171539306641,0.9642597436904907,0.7627077698707581,-1.5839183330535889,-1.4600887298583984,-0.3184705376625061,1.3631255626678467,0.8744508624076843,-2.003838539123535,1.328755497932434,0.4215570092201233,-0.21850761771202087,-0.9226714968681335,1.687431812286377,0.933640718460083,-1.6541780233383179,-1.2873432636260986,0.3568296730518341,-1.0905935764312744,0.2137073576450348,0.29309436678886414,-0.551878035068512,0.9995177388191223,0.06299354881048203,0.13586631417274475,0.8753719329833984,-0.6542202234268188,1.4326375722885132,-1.213174819946289,0.9060932993888855,1.1855316162109375,-0.27355894446372986,0.22931191325187683,-1.4852946996688843,-0.5432244539260864,-0.6305426359176636,0.9197490215301514,-0.9719743728637695,-0.8862929344177246,-0.6413190364837646,1.670358657836914,-0.7652764320373535,0.9994198083877563,-1.0345158576965332,1.832140564918518,-0.9969930052757263,0.18598762154579163,0.7594360113143921,-0.47691649198532104,0.78008633852005,2.825289011001587,-0.8214452862739563,1.0990115404129028,0.8043355345726013,0.2781250774860382,0.6542162299156189,-0.4831615090370178,0.3391976058483124,2.4884064197540283,0.10466492921113968,-1.1203629970550537,-1.3928648233413696,-1.7779940366744995,-2.1564390659332275,-0.12821531295776367,2.6348047256469727,1.1936732530593872,1.028479814529419,1.8970506191253662,-1.461366057395935,-0.6000694632530212,0.7565164566040039,1.1333595514297485,-0.8301876783370972,1.3761707544326782,-0.1781739741563797,1.4654916524887085,-0.214093878865242,-1.4062402248382568,1.4989171028137207,0.4526500105857849,0.937903106212616,1.7121871709823608,0.33976203203201294,-1.1686508655548096,2.012018918991089,0.5576590299606323,0.2507593035697937,0.9823106527328491,0.9333882331848145,-1.35464608669281,0.45002537965774536,-0.12612248957157135,-0.9164794683456421,0.5233612060546875,-0.7626455426216125,1.511979103088379,-0.9240293502807617,-0.6067034006118774,-0.9121320247650146,1.7839972972869873,-0.0012527813669294119,0.621846079826355,0.7263630628585815,-1.6413155794143677,-1.3209635019302368,-0.7419506907463074,-0.12110450863838196,-1.1245086193084717,0.08724566549062729,-0.03971584141254425,0.8114526867866516,0.4576188325881958,0.19726933538913727,-1.3456976413726807,-0.016924720257520676,1.5101135969161987,0.4713391065597534,-1.1821130514144897,-0.21735799312591553,0.3011542558670044,3.8106942176818848,-0.8215387463569641,0.4702349901199341,0.004535998683422804,-2.614962577819824,-0.21697348356246948,-0.2349192351102829,0.4125288128852844,-1.645335078239441,1.8121236562728882,0.9650598764419556,-0.6635026931762695,-0.5445587635040283,0.5992478132247925,-1.5780233144760132,0.34285807609558105,1.129716157913208,-1.0971263647079468,-0.7536267042160034,0.5414611101150513,1.8308749198913574,-0.366233229637146,0.9457550048828125,2.229090452194214,-0.5010229349136353,-0.6032451391220093,0.24152681231498718,-0.482636958360672,-0.7026936411857605,2.0159716606140137,0.4533804655075073,1.341090202331543,-2.214669942855835,0.8128219246864319,0.8522118926048279,0.9067661166191101,1.8556060791015625,-0.07528605312108994,-0.1486572027206421,-0.26684680581092834,0.8239120244979858,0.7527634501457214,-0.011633134447038174,-1.6309093236923218,0.17236392199993134,0.7136960625648499,-0.020221540704369545,-0.9014254212379456,-0.23221632838249207,0.9999343156814575,1.3496214151382446,-2.444906234741211,-0.7852771878242493,-0.7722170352935791,1.1184639930725098,1.249744176864624,0.10278801620006561,0.35470035672187805,-0.2167052924633026,0.1415577232837677,1.0229572057724,0.44528865814208984,0.6273486018180847,1.4310226440429688,-1.6709868907928467,1.3844541311264038,-0.7350934743881226,-0.14980624616146088,0.20482808351516724,2.7128212451934814,0.10824083536863327,-0.7881554961204529,0.683033287525177,1.7305893898010254,-0.8003138899803162,-0.4696645140647888,0.7100281715393066,-1.6295605897903442,0.633109450340271,1.74481999874115,-0.9605261087417603,0.5414590239524841,0.1594763845205307,0.5776233673095703,0.8059206008911133,-0.5579168200492859,-0.07053352147340775,1.0186516046524048,0.7198801636695862,1.6570899486541748,-1.8277571201324463,0.40530115365982056,1.5677616596221924,-0.6157320141792297,0.409648597240448,-2.381634473800659,0.28852254152297974,0.16794398427009583,-0.8143938183784485,-0.12015501409769058,-0.6683558225631714,-1.1309581995010376,-0.6598570346832275,1.2936614751815796,-1.7194221019744873,0.42961427569389343,-1.7281585931777954,0.5572769045829773,-0.0015086060157045722,-0.5241077542304993,0.46117404103279114,-0.5086098909378052,-0.7253347635269165,0.4056997299194336,-0.20142029225826263,-1.2699729204177856,1.8422613143920898,0.0211960319429636,-0.802390992641449,1.020050287246704,-0.9781739711761475,1.9930816888809204,-0.8913862705230713,0.02027265541255474,0.8613319993019104,1.2296762466430664,-0.5101435780525208,0.020646123215556145,0.5135006308555603,-1.1966909170150757,0.06315360963344574,-1.1308140754699707,-0.468900203704834,-1.2579035758972168,-0.42849501967430115,0.05264298990368843,-0.03609123453497887,-0.07206819951534271,-1.0254931449890137,1.058859944343567,0.7750921249389648,0.7209984064102173,-0.15183836221694946,-0.7559047341346741,-0.9049301743507385,0.20264625549316406,0.5865122079849243,-0.3317846357822418,-1.5959422588348389,-1.3200936317443848,-0.8750243186950684,0.4922525882720947,-0.01808926649391651,-2.4353182315826416,0.43814027309417725,-1.169080138206482,-2.5760490894317627,-0.12023980170488358,-0.2374860942363739,-0.5848973989486694,-1.150820016860962,0.4258802831172943,-0.2595539689064026,-1.1708457469940186,-0.7631749510765076,0.9001522660255432,-1.7080233097076416,-0.9358684420585632,1.9396787881851196,1.413167953491211,0.17973977327346802,-0.36360833048820496,-1.154589056968689,1.8147467374801636,-0.08259288221597672,-2.034783124923706,-0.5303636789321899,-1.1014728546142578,2.1394474506378174,0.1690904051065445,0.6532923579216003,-0.14665067195892334,-0.05713973566889763,0.41670307517051697,-1.4401854276657104,-0.6235694289207458,1.8035080432891846,-0.22287797927856445,-0.6908003687858582,-0.23085719347000122,-0.8547177314758301,1.0360853672027588,-0.6903151273727417,1.217436671257019,-1.368308663368225,-0.9395468831062317,0.28905266523361206,-1.2048476934432983,0.011563236825168133,-1.6169347763061523,0.47082918882369995,0.04611501842737198,-1.7113068103790283,-1.0798344612121582,0.5718218088150024,-0.20254641771316528,0.36934801936149597,1.5838499069213867,-0.07162818312644958,0.7651394605636597,-2.431994676589966,0.2799926698207855,-3.001598596572876,0.3567258417606354,0.7662858963012695,-0.2443712055683136,1.6708152294158936,0.9653125405311584,0.27495357394218445,-0.637458324432373,0.4184087812900543,-1.5358717441558838,0.5337257981300354,-1.074156641960144,-0.7620435953140259,0.3076876699924469,0.5429250001907349,0.6743522882461548,0.9445241689682007,0.41488879919052124,2.9295718669891357,-2.4491634368896484,-0.755267322063446,-1.435447335243225,0.860849916934967,0.46499529480934143,1.0190212726593018,1.0993669033050537,2.5545904636383057,-1.8145333528518677,-0.3411565124988556,0.29089850187301636,0.6956414580345154,0.15303422510623932,-0.7051966190338135,0.23316055536270142,1.4763123989105225,-1.9607166051864624,-0.2962592542171478,-0.3160521388053894,-1.461497187614441,1.9041656255722046,0.7297508716583252,1.180025577545166,-0.9647131562232971,1.3978477716445923,-1.040255069732666,0.48588117957115173,1.1848210096359253,3.128603935241699,0.7224254608154297,1.4074870347976685,1.109607219696045,-0.7438850402832031,0.0036160596646368504,0.12913118302822113,0.8392012119293213,3.013827085494995,-1.1980171203613281,0.822087824344635,-1.332507610321045,0.4165894687175751,0.07131946831941605,-1.1826817989349365,1.1619114875793457,1.4354124069213867,0.31350964307785034,-0.21592655777931213,0.8510223031044006,0.8014103174209595,-0.06201630085706711,-1.1668221950531006,1.2345318794250488,-0.9358998537063599,-0.09146121144294739,-0.6707874536514282,-0.8032083511352539,-0.596035361289978,0.28155088424682617,0.5627320408821106,-0.3175218403339386,-0.7323633432388306,-0.07957912236452103,2.1452767848968506,2.0482535362243652,-0.3887878358364105,3.5048134326934814,-0.6067981123924255,0.4910915791988373,1.9955419301986694,1.4243191480636597,-0.25440388917922974,-0.6986470818519592,-0.08054733276367188,2.3759427070617676,0.42316102981567383,1.215529441833496,-0.9993690848350525,-0.029284149408340454,-0.48520368337631226,0.024746229872107506,0.00047173452912829816,-1.392892837524414,0.5200566649436951,-1.9862072467803955,-0.1813746988773346,-1.0833760499954224,-1.7341532707214355,0.9750449657440186,1.5063148736953735,-1.1050901412963867,0.17101077735424042,1.8636752367019653,-0.5279988050460815,1.410750150680542,0.04118487611413002,1.8412342071533203,-0.4632841944694519,0.626012921333313,-1.6682485342025757,-0.36164116859436035,0.8803704977035522,0.13625559210777283],"similarity":0},{"content":"Take it from the top","embedding":[1.7686574459075928,0.13161270320415497,-1.610874891281128,-1.106865644454956,-0.10342685878276825,-1.119856595993042,-1.408379316329956,0.6877962946891785,2.521221399307251,-1.5729522705078125,-1.8963226079940796,1.1360167264938354,2.965808629989624,-0.5810649991035461,-1.0109001398086548,-1.340264081954956,2.6672117710113525,-1.6627637147903442,0.28345632553100586,1.1516499519348145,-0.44193556904792786,-2.1734530925750732,0.9650892615318298,1.1163554191589355,2.3789565563201904,-2.3870277404785156,-0.15987396240234375,1.5906966924667358,1.264150619506836,-0.7297307848930359,-0.974303126335144,-1.4750354290008545,-1.5384798049926758,0.3933637738227844,1.2609601020812988,-0.10687567293643951,0.15183398127555847,-0.1948041319847107,-0.2955765724182129,2.8318912982940674,-2.579195976257324,0.30548879504203796,-0.7098968029022217,-1.3675086498260498,-0.7643831372261047,0.46453869342803955,-1.3036725521087646,-0.6670143008232117,0.6410993337631226,0.4060664176940918,0.9899738430976868,-0.6662870049476624,-0.282027006149292,-0.6152911186218262,0.2153860181570053,-1.054085373878479,-0.039461877197027206,0.8346889615058899,-0.06956388801336288,0.8004254102706909,0.022599922493100166,-1.332613468170166,-2.444599151611328,0.11216101795434952,-2.3021225929260254,0.33874696493148804,-0.7896554470062256,0.9686037302017212,0.04113374650478363,-0.4792439341545105,-1.8983014822006226,-0.0304267518222332,0.16286630928516388,0.8828081488609314,0.832996666431427,3.93100643157959,1.2173757553100586,0.7387853860855103,-0.23720914125442505,2.7271952629089355,0.5678683519363403,-0.40438809990882874,-1.5539090633392334,0.3507250249385834,0.4561753571033478,-1.4914960861206055,-1.08592689037323,1.351264238357544,-0.7335435748100281,-1.251436471939087,-1.3786077499389648,0.6707590818405151,0.7136591076850891,-0.5451077818870544,-0.17026284337043762,-0.5730392336845398,0.38380664587020874,-0.3775358498096466,-0.8161334991455078,-0.3265581727027893,1.49267578125,-1.3739603757858276,-0.30259063839912415,-1.0238195657730103,0.24811924993991852,-0.17421817779541016,0.3142690658569336,0.7338075637817383,-0.5096688866615295,0.8841733336448669,0.4740370213985443,-1.2365460395812988,-0.6773344278335571,-0.4004722833633423,-0.021124349907040596,1.2680308818817139,-0.147795632481575,-3.062898635864258,-2.582916736602783,-1.2605535984039307,-0.9857661128044128,0.1889420598745346,-1.6112964153289795,0.33977898955345154,0.4519968330860138,-1.3464614152908325,0.28289714455604553,1.0276433229446411,1.035465121269226,2.1120705604553223,0.12837523221969604,0.8689970374107361,0.7904089093208313,0.441826730966568,0.15318721532821655,1.032988429069519,0.9492850303649902,-0.027558496221899986,-0.95130455493927,0.009649092331528664,0.07199666649103165,0.3420363962650299,-0.5529810190200806,-1.8222862482070923,1.6917287111282349,2.2559053897857666,-1.0305571556091309,-1.751698613166809,0.5189304947853088,-0.16635733842849731,-0.4279167652130127,-0.4307311177253723,1.6090210676193237,2.0582003593444824,1.8023591041564941,-1.340269684791565,-2.407761812210083,0.7092539072036743,-0.42849576473236084,1.3374634981155396,0.5335260629653931,1.0379356145858765,-2.0223090648651123,-0.1943567395210266,0.10395640134811401,1.3109419345855713,0.41535279154777527,-0.2737428545951843,-0.04228853061795235,0.31763601303100586,1.4066356420516968,1.6769884824752808,-0.02950681746006012,-0.20644450187683105,1.2395445108413696,-1.3248509168624878,-1.4950743913650513,-1.4185655117034912,-0.9143474102020264,-0.06263095140457153,-0.9898761510848999,-1.030646800994873,-4.133674621582031,0.48968419432640076,0.5430470108985901,-0.854261040687561,-0.9896096587181091,-0.7047785520553589,-1.7055273056030273,-0.3911256492137909,-0.8291671872138977,-0.7747003436088562,1.1197502613067627,1.205422282218933,-1.5033683776855469,0.28788915276527405,-0.1736348420381546,-0.32582178711891174,-0.4071776568889618,0.003789719194173813,-0.9229474663734436,-0.20310348272323608,-1.3875645399093628,-0.09050926566123962,-0.9330843687057495,-0.5965290069580078,0.5313268899917603,-0.7515863180160522,0.2719697058200836,-0.4250706732273102,-2.8543362617492676,-1.6834746599197388,-1.4845104217529297,-0.5156073570251465,-0.12383653968572617,1.9767886400222778,0.8851820230484009,0.47255760431289673,-6.736033916473389,0.9509118795394897,0.5159448385238647,0.07205208390951157,1.4866201877593994,-0.37892472743988037,-0.8370227217674255,-0.9212875962257385,0.5513089895248413,-2.0535082817077637,0.4022241532802582,-1.4326980113983154,0.4507370591163635,1.591553807258606,1.1491936445236206,1.9806265830993652,0.8577369451522827,-1.5656325817108154,0.9380089044570923,2.111727237701416,1.0975143909454346,0.41696929931640625,-0.001532798632979393,-1.1866544485092163,-1.1502711772918701,-0.07750438153743744,-0.14271661639213562,0.7014776468276978,0.48258310556411743,0.40853530168533325,2.7604682445526123,-1.1078864336013794,-0.9686568379402161,-1.9914852380752563,1.7188979387283325,-0.662085771560669,0.4847199022769928,0.32308730483055115,0.2167348563671112,-0.14444181323051453,-0.8711432218551636,-1.3399121761322021,-0.2363336980342865,-1.361926555633545,-0.37573593854904175,2.973726272583008,0.889140784740448,0.21708479523658752,-0.823174774646759,0.09491641819477081,0.9600648283958435,-0.37468665838241577,1.0151567459106445,-0.8501482605934143,1.25316321849823,-0.2536538541316986,0.36905258893966675,0.3552014231681824,0.8870401382446289,0.35531601309776306,-0.6913110613822937,0.5809825658798218,-0.35173118114471436,-0.44058674573898315,0.14763115346431732,-3.490518569946289,-0.9120283126831055,-0.5554977655410767,-0.2551841735839844,0.36320000886917114,-0.4408785402774811,1.3136053085327148,-0.23519043624401093,-0.42285746335983276,0.3084404170513153,-1.4376614093780518,-0.281205415725708,1.0994617938995361,1.5433576107025146,-0.7780928611755371,-0.8308224678039551,0.3582514226436615,-0.9979108572006226,9.843871116638184,1.890466332435608,0.7424589991569519,1.2921843528747559,-0.7636222839355469,2.7325549125671387,-1.0628165006637573,-0.27721327543258667,-0.2619730830192566,0.526146650314331,0.29716575145721436,1.4728447198867798,-1.0587701797485352,-0.42288416624069214,-0.4385206401348114,-2.170081615447998,-0.999662458896637,-0.5761234760284424,1.8728684186935425,-3.0972518920898438,0.3434874415397644,0.8495044112205505,-0.5487453937530518,-2.9178884029388428,-0.10357767343521118,0.20483505725860596,0.8380910158157349,0.6551423072814941,-0.21360738575458527,0.7202072739601135,-0.9739536643028259,-0.643589437007904,-0.7959002256393433,3.2851922512054443,-0.8263565897941589,0.8402808904647827,-1.6585330963134766,-0.5111204981803894,1.2668657302856445,-1.5020654201507568,-0.1785508692264557,0.25534260272979736,2.544032573699951,1.8976598978042603,0.5502175688743591,-1.4915122985839844,-0.9460245370864868,-0.2336689978837967,0.476793110370636,0.09301422536373138,-1.067168951034546,-0.16111049056053162,1.1823831796646118,-1.4150310754776,2.7498159408569336,0.38311171531677246,-0.7105157971382141,0.03131809085607529,-0.10570418834686279,0.6770114302635193,1.3186506032943726,-0.03035568632185459,-1.5930112600326538,0.6802135109901428,0.9990078806877136,1.078712821006775,-1.3613498210906982,-0.5164571404457092,0.1408100724220276,-0.2738746702671051,1.908132553100586,0.0001806061336537823,0.9246866106987,-1.4226335287094116,-0.643722414970398,-0.11585282534360886,-1.6960065364837646,0.8975454568862915,-0.8247607350349426,-0.7873227596282959,2.0827748775482178,-0.8128137588500977,-0.6396962404251099,0.4332042336463928,-4.325605869293213,-1.5506104230880737,0.06762562692165375,-0.490317165851593,-0.41068577766418457,-0.04428144171833992,-2.5239450931549072,0.9633274674415588,0.7615727186203003,1.5203453302383423,0.7836019396781921,-0.6941640377044678,0.5833156108856201,-0.6572855114936829,-0.5240616798400879,-0.6046499013900757,-2.68408465385437,-2.611527681350708,-1.040772795677185,0.08262968808412552,-1.1495766639709473,-1.389466643333435,0.9155102968215942,-1.52859365940094,-0.44933030009269714,-1.1118745803833008,-1.5813218355178833,0.5079473257064819,0.544293999671936,-1.0327038764953613,-2.7332026958465576,-0.7336877584457397,0.021866489201784134,-0.6851124167442322,0.7333264946937561,-0.6627315282821655,1.3340688943862915,1.870241403579712,1.6288758516311646,1.0894337892532349,-1.1283512115478516,2.1384050846099854,-1.728263020515442,-1.0778616666793823,1.6429743766784668,-0.5170406699180603,-0.18656736612319946,0.7144647240638733,-0.4551069140434265,0.8574032783508301,-1.009519100189209,0.18657535314559937,0.120065838098526,-0.8439382314682007,-0.9469394683837891,-0.8171256184577942,-0.8703573942184448,1.259028673171997,-0.12860426306724548,-0.16850198805332184,-1.852303147315979,-0.6470361948013306,-0.246164008975029,0.38187146186828613,-1.0579043626785278,1.2221641540527344,-0.42342567443847656,1.1624699831008911,-0.6021120548248291,-0.5998259782791138,-0.03376205638051033,0.24706704914569855,1.4703314304351807,-0.46941518783569336,0.17966708540916443,-0.47581061720848083,-0.6929092407226562,1.1475300788879395,-0.7105330228805542,0.35766857862472534,1.5642114877700806,1.120742678642273,-0.658284604549408,1.9304178953170776,0.21636807918548584,0.2283368855714798,0.07374144345521927,-1.1778093576431274,1.0370230674743652,1.0883290767669678,1.8907748460769653,-0.15949174761772156,-1.002301812171936,2.264430046081543,-0.9972037672996521,1.4423242807388306,0.12122765928506851,-0.329922616481781,1.3289521932601929,0.13611017167568207,-1.0040361881256104,-0.3152514696121216,-0.0006534801796078682,-0.06793942302465439,0.3988114297389984,0.280992716550827,0.5260979533195496,-0.17133395373821259,-0.4373612403869629,1.5553969144821167,-0.5539185404777527,0.11098712682723999,0.8815402388572693,0.18179433047771454,0.3620075583457947,0.4380779564380646,-0.8507711291313171,0.9582769274711609,-0.3829655647277832,1.0661438703536987,1.398554801940918,2.1699132919311523,0.033641062676906586,0.8058798313140869,0.47316238284111023,-0.8101203441619873,1.3831498622894287,-0.4283914566040039,1.0896828174591064,-0.9225493669509888,1.139220118522644,-0.5122136473655701,0.9957769513130188,0.4784117639064789,-0.8624520897865295,0.9158374667167664,-0.30218270421028137,0.26130059361457825,0.8222947120666504,1.6421449184417725,1.8126025199890137,0.570737898349762,-0.8876705169677734,0.7157241106033325,0.9061585664749146,1.4542702436447144,-0.7823943495750427,-0.7989616990089417,0.9334434270858765,1.4667959213256836,-0.5017320513725281,0.8338689804077148,1.1469464302062988,2.930522918701172,0.5267117619514465,-0.2858245074748993,1.052337408065796,0.19035683572292328,-0.2033747136592865,-1.3280436992645264,-0.17866511642932892,0.5431879758834839,-0.5414546728134155,1.434334635734558,-0.9178459048271179,-0.7367607355117798,1.5546562671661377,-1.008289098739624,-1.7294949293136597,3.0739400386810303,-0.552838146686554,1.2993278503417969,-1.0091004371643066,-1.009381651878357,0.4946831464767456,1.9584258794784546,-1.0252596139907837,-0.43910518288612366,-1.3272392749786377,1.4456136226654053,-0.7900271415710449,0.037504978477954865,-0.6956393122673035,-0.22089743614196777,7.2369384765625,-1.7041471004486084,-1.3593734502792358,-0.6327781677246094,0.27817681431770325,-2.2485899925231934,1.0072112083435059,-0.37287434935569763,0.8671213984489441,0.7640243172645569,-1.0334426164627075,-0.32573315501213074,-0.07233347743749619,1.7943382263183594,-0.1545657217502594,0.7733659744262695,1.3676763772964478,-0.3161309063434601,-0.18897312879562378,-1.7716619968414307,-0.9810822010040283,-0.6996009349822998,0.2221434861421585,1.2352932691574097,-2.7465660572052,-2.215402126312256,1.0292749404907227,-0.1765744984149933,-0.0591437853872776,-0.5523087382316589,1.4618946313858032,-1.9633537530899048,-1.8404968976974487,-0.34571120142936707,0.8321792483329773,-0.4098261296749115,0.9812108874320984,-0.5166301131248474,-0.23883174359798431,-1.399300217628479,0.44449949264526367,0.028692085295915604,0.9105519652366638,3.766348123550415,-0.6012046337127686,0.007821492850780487,-2.724484920501709,-1.885609745979309,1.6375473737716675,2.707468271255493,-0.8355779051780701,0.10598047077655792,0.8457510471343994,-0.8291453719139099,0.25185418128967285,-0.3829367458820343,1.068677306175232,-0.17160172760486603,0.5333194136619568,-0.9844545125961304,0.1577412188053131,-0.29360726475715637,0.5963271260261536,-1.801055669784546,1.4495460987091064,-0.35411810874938965,0.3639800250530243,-1.8995622396469116,0.6190021634101868,-0.09155423939228058,-0.7762683629989624,2.415057420730591,0.24534891545772552,0.02702152356505394,-0.9824920892715454,-0.8842461705207825,-0.7117725610733032,-1.1607495546340942,-0.1523054987192154,-1.5763490200042725,0.6374755501747131,2.826007843017578,0.5898836851119995,0.25869905948638916,0.8008967041969299,2.1874661445617676,0.4142851233482361,-1.1918039321899414,-0.9697132110595703,-0.46067407727241516,-1.0107117891311646,-0.26625296473503113,-0.10479052364826202,-1.9084869623184204,0.2528262436389923,0.5422574281692505,1.1611815690994263,-0.6899304389953613,0.6170164942741394,0.35152631998062134,-1.8625544309616089,0.7346938252449036,-0.9692813158035278,0.8179134130477905,2.8411636352539062,-0.7022343873977661,0.5210530161857605,-1.0871566534042358,-1.6550713777542114,-0.48805761337280273,0.4499188959598541,1.2509599924087524,-0.6287000179290771,0.5589092373847961,1.2206791639328003,-0.2809930443763733,0.9930530786514282,-0.38254696130752563,1.3416242599487305,0.5252009034156799,-1.270388126373291,0.2500268518924713,0.8668598532676697,0.12027901411056519,0.36950674653053284,-0.453748881816864,-0.15345439314842224,0.03829814866185188,-1.0949370861053467,-1.9571919441223145,-2.202536106109619,-1.0535998344421387,-0.9676675200462341,2.0544939041137695,-0.24165382981300354,1.2569632530212402,1.1548597812652588,-1.3775511980056763,0.21345601975917816,0.5075752139091492,-0.43674808740615845,0.0965268611907959,1.6091604232788086,-1.6271096467971802,-0.7914333343505859,-0.6857317090034485,-0.8730149269104004,-0.1865393966436386,-0.7496407628059387,0.9917373061180115,0.33337339758872986,1.4722286462783813,-1.7488212585449219,0.6227054595947266,0.7964285612106323,0.43072509765625,-0.541564404964447,0.16299019753932953,0.19847314059734344,-0.5591287016868591,0.5606160759925842,-0.5417418479919434,-0.40469083189964294,-0.35373154282569885,-1.3819787502288818,1.4880073070526123,2.638432502746582,-0.8772464990615845,-0.1002282053232193,-0.1548154652118683,1.0262038707733154,-1.728534460067749,-0.3005627393722534,-1.0744056701660156,-2.283770799636841,-2.3363544940948486,0.25154179334640503,-0.8028208017349243,0.14664216339588165,0.0606965608894825,0.3642694652080536,2.739434003829956,-0.37603628635406494,-0.12390781193971634,-0.44165894389152527,1.4134626388549805,-0.18222588300704956,-0.33098942041397095,-1.2788047790527344,-1.7964656352996826,0.3164162337779999,0.6876072883605957,-0.759934663772583,2.2746927738189697,0.4452586770057678,1.318076252937317,-1.1566672325134277,1.1220723390579224,0.04046468809247017,-1.6348474025726318,-1.4768469333648682,0.8746573328971863,-0.3267628848552704,1.4915096759796143,0.6256189942359924,1.4553402662277222,1.434709906578064,1.0849093198776245,0.7849133610725403,-3.1403720378875732,-0.6471916437149048,0.8012981414794922,0.5093973875045776,-1.5797816514968872,-1.2994661331176758,1.5674232244491577,1.1720397472381592,0.606518566608429,0.043569158762693405,-2.931016683578491,-0.276144802570343,-0.373781681060791,-0.8689068555831909,1.4998291730880737,0.8793033361434937,0.06879491358995438,0.6616473197937012,0.2036362886428833,0.07426445931196213,-0.610575795173645,-0.7913658618927002,-0.4214816987514496,1.251577615737915,0.871424674987793,0.15047390758991241,-1.3965587615966797,0.801948070526123,-0.20730799436569214,-1.4647808074951172,0.8414854407310486,0.23617060482501984,1.7505210638046265,0.30587437748908997,-2.186691999435425,0.6405328512191772,-2.155346393585205,1.6963564157485962,0.243881493806839,0.2287713587284088,0.6561451554298401,-1.4179867506027222,-0.9999995231628418,1.3526489734649658,-0.8146176934242249,2.413254976272583,0.9561808109283447,1.62687349319458,1.0950970649719238,-0.9213730096817017,0.21600571274757385,0.4634682834148407,-0.7395153045654297,0.20716936886310577,-0.4154551327228546,0.3759150803089142,0.1515786051750183,-0.30557969212532043,2.7355854511260986,0.12247438728809357,-1.7951385974884033,0.48513731360435486,1.4650582075119019,0.1550028771162033,-0.5245876312255859,-1.2921178340911865,-1.0230258703231812,-0.06625063717365265,-1.528137445449829,0.24848081171512604,0.4528765380382538,0.13601525127887726,1.4347102642059326,0.16627459228038788,-0.6243399977684021,-1.6422646045684814,-0.42018818855285645,-0.02337775006890297,1.3729444742202759,-0.6667366027832031,0.11765967309474945,-2.0489680767059326,0.6965973377227783,1.7595757246017456,1.0182442665100098,-1.6801064014434814,-2.105445623397827,-0.10161492973566055,3.5063328742980957,2.061701536178589,1.2304319143295288,-2.6548285484313965,-0.05933617427945137,-1.6993480920791626,-0.4019119441509247,-0.05463602766394615,-0.8453683257102966,0.9217997789382935,-2.4796319007873535,0.07595747709274292,0.6149057149887085,-0.5954201221466064,-0.2902849316596985,0.637654185295105,-1.9633049964904785,-0.05861608311533928,0.6141586899757385,0.6070981621742249,0.5676648616790771,1.6274596452713013,1.2484468221664429,-0.9093503355979919,2.5882396697998047,-0.6402145624160767,-1.3377782106399536,0.6864280700683594,0.3514194190502167,-0.1513213962316513,1.2045027017593384,-1.082207441329956,-1.574283242225647,-0.8297743201255798,-0.67148357629776,0.5423371195793152,-0.3466954827308655,0.3313487470149994,0.26927000284194946,0.573668897151947,0.27734363079071045,-2.1340954303741455,-0.898597002029419,-0.19693341851234436,-0.0697956457734108,-1.2713197469711304,0.8370382189750671,-0.6399746537208557,-0.367853581905365,-1.113395094871521,1.564988136291504,0.06112781912088394,-3.1222612857818604,-0.11005716770887375,-0.752774178981781,0.8615458607673645,1.542867660522461,0.8347617983818054,0.3348555564880371,-2.0168778896331787,-0.6876424551010132,0.30981457233428955,0.5023077130317688,-0.6831735968589783,-0.7521693706512451,-2.9951817989349365,-0.04932449758052826,0.29021430015563965,-0.7825556397438049,-0.5558691620826721,-0.6244085431098938,1.1560715436935425,-1.40091872215271,-2.9135258197784424,-0.5475195646286011,0.7207192778587341,-1.7805922031402588,1.122096061706543,-0.32214221358299255,0.8494832515716553,0.4343782067298889,1.5461997985839844,1.130313754081726,1.157061219215393,0.18444541096687317,-0.6068766713142395,-0.4788491129875183,1.6494694948196411,-0.5509846806526184,0.6978585720062256,-1.5588011741638184,-0.2696666717529297,-0.36088427901268005,-2.373758316040039,1.499728798866272,-0.3608255982398987,-0.27378854155540466,-1.7235974073410034,-1.0482878684997559,1.0557721853256226,0.9192071557044983,0.2519000768661499,-0.08914544433355331,-2.746429920196533,2.1055500507354736,1.0649970769882202,-0.010833295993506908,2.620157480239868,-0.9235178828239441,-0.22595655918121338,0.7353079915046692,-1.4644966125488281,0.5719272494316101,0.19339844584465027,-0.09595587104558945,-0.7740166187286377,-0.03600672259926796,-0.28962787985801697,-1.0950630903244019,0.886938214302063,0.3524276614189148,-1.3980128765106201,1.1983451843261719,3.248732805252075,-0.761398434638977,0.3865318298339844,-0.1599397212266922,-1.4257184267044067,0.5362444519996643,2.531520366668701,2.3649911880493164,-1.686414122581482,-0.5186449885368347,-0.6839705109596252,0.1507190465927124,0.43760019540786743,0.16260169446468353,0.23338568210601807,-1.4096338748931885,-2.3621902465820312,0.168409064412117,-0.6474905610084534,-2.0734753608703613,-1.0790014266967773,-1.0110645294189453,2.5045557022094727,-0.3786029517650604,-0.05399250239133835,-2.1113290786743164,-0.14890117943286896,-1.5892218351364136,-2.501181125640869,-0.9702094197273254,0.02955660969018936,0.33165398240089417,-2.488933563232422,0.016633326187729836,1.3119781017303467,0.008977239020168781,-1.5361210107803345,-0.9822651743888855,-0.17056596279144287,0.27598750591278076,0.7875446677207947,-0.720194935798645,1.5662509202957153,-2.270566701889038,0.663016140460968,-0.8096043467521667,0.5884230732917786,-0.06880515813827515,0.3226180672645569,-0.7935704588890076,1.0667704343795776,0.5003851056098938,0.8921951651573181,-0.6434995532035828,0.18776240944862366,1.8624480962753296,0.14681024849414825,0.1256672590970993,-0.5991211533546448,-0.1839386224746704,-1.8784356117248535,-2.24246883392334,1.2741916179656982,2.2285659313201904,1.1928714513778687,0.3191634714603424,-0.5360267162322998,0.09002120047807693,-1.4651786088943481,-1.1305392980575562,-0.3335599899291992,-1.6632007360458374,0.08058018237352371,2.7121529579162598,-1.2845790386199951,0.9695504307746887,0.8612219095230103,0.3637653887271881,0.4507782757282257,0.13688048720359802,-0.3600226044654846,0.5837251543998718,2.083570957183838,-0.47095754742622375,-1.373634934425354,-0.03714308515191078,-2.8074331283569336,-0.7551752924919128,1.615224838256836,-0.88603675365448,-1.5490742921829224,-1.5468847751617432,-0.009650642052292824,-1.1888898611068726,0.8156883120536804,-0.21255621314048767,-0.42375996708869934,0.6360544562339783,0.06619494408369064,1.0809000730514526,-1.0300557613372803,-0.12262144684791565,-0.7669970989227295,0.4418914318084717,1.1068623065948486,0.9657148122787476,-0.6239149570465088,-0.2177867293357849,0.8359695672988892,1.3792442083358765,-0.7231485843658447,-0.06865150481462479,-0.48586010932922363,-0.6257978081703186,1.1578991413116455,1.5696754455566406,-0.14676359295845032,1.0711640119552612,-0.49005362391471863,-0.8852450847625732,3.192347764968872,0.5089647769927979,3.6333274841308594,-1.0864691734313965,-3.0183589458465576,0.41105034947395325,-0.5813416242599487,1.543727159500122,-0.5811799168586731,0.5331275463104248,1.987392783164978,-1.8425713777542114,0.9851874113082886,0.42366838455200195,-1.7429850101470947,0.15997104346752167,0.007813140749931335,0.3357656002044678,0.10082527250051498,0.5900745987892151,0.7120144963264465,-0.7410845160484314,0.5355024933815002,-2.04449200630188,-2.5086922645568848,2.1748573780059814,0.18186338245868683,-0.5473852157592773,-2.201974868774414,0.8908318281173706,-0.30571019649505615,2.794647455215454,0.6542143225669861,-1.5323684215545654,1.2566795349121094,-1.7034655809402466,-1.0549132823944092,0.35093945264816284,-0.33414560556411743,-1.4692755937576294,0.09861336648464203,0.34051811695098877,-0.7978633642196655,-1.323005199432373,0.8818711638450623,-0.8465166091918945,-0.43362534046173096,0.11090344190597534,1.1011347770690918,-0.42611458897590637,-0.6979275941848755,-2.043081045150757,-0.4361625611782074,-0.7935730218887329,-1.182519555091858,0.3521248698234558,0.2632328271865845,0.36617809534072876,1.153524398803711,-0.3045378625392914,-0.08238983899354935,0.5587481260299683,0.1408858299255371,-1.4697761535644531,0.7216957211494446,0.4643723666667938,0.4343104064464569,-0.6158980131149292,-0.2214515060186386,1.3286864757537842,1.0977859497070312,-0.4202934503555298,0.7470501065254211,-0.5519152283668518,1.4685839414596558,0.03915422037243843,-0.203587144613266,1.0367053747177124,-0.26331186294555664,-0.9986611008644104,-0.18398550152778625,-0.7891210317611694,0.9883854389190674,-1.39180588722229,-0.9336568713188171,-0.5696346759796143,0.6720786094665527,-2.6487205028533936,-1.2852908372879028,1.0975500345230103,2.219165802001953,-0.538493812084198,0.9959928393363953,-0.5533289313316345,2.0181429386138916,-0.7542211413383484,2.0783584117889404,0.2677866220474243,0.2313718944787979,-0.42764851450920105,-0.38864561915397644,-0.33369016647338867,1.262502670288086,-0.9326828718185425,-2.7493269443511963,1.243425726890564,-0.6414376497268677,0.8936740159988403,-1.0527414083480835,-0.7363965511322021,-0.30458927154541016,1.5608357191085815,-1.2733880281448364,-0.4342334270477295,1.8162153959274292,-0.12621626257896423,0.7185760140419006,-0.4633224606513977,-1.3031632900238037,0.35281845927238464,0.1267416775226593,0.4637846350669861,0.6200275421142578,-0.6833552122116089,0.8378663659095764,-1.9724388122558594,-1.7286934852600098,0.8025251626968384,-0.38266322016716003,-1.2318824529647827,0.6661402583122253,1.3068656921386719,-0.19558732211589813,0.7691282033920288,1.2267072200775146,1.2869551181793213,-0.5320587158203125,0.7440181970596313,-2.9079158306121826,3.0391361713409424,0.6040334701538086,-0.4715644121170044,1.5054824352264404,2.1375865936279297,2.28060245513916,0.10000067949295044,2.192854404449463,2.0844128131866455,0.030812298879027367,1.008651614189148,0.7175253033638,-1.2502622604370117,-1.2442225217819214,0.6543015241622925,0.18277719616889954,-0.7785590887069702,-1.589587926864624,0.13680222630500793,-0.0659298226237297,-0.28564998507499695,0.39603155851364136,0.3533356487751007,1.1474109888076782,-0.8817000389099121,-0.4058779180049896,-0.37740758061408997,0.06173422560095787,0.15586373209953308,0.4436244070529938,-0.3318553566932678,0.15310657024383545,-0.9868753552436829,-1.814490795135498,-0.22047996520996094,2.5109457969665527,-1.6196284294128418,1.4153916835784912,1.1079986095428467,3.2942960262298584,1.9152201414108276,0.559691309928894,-1.1388152837753296,-0.5164452791213989,1.1424139738082886,1.076011061668396,-1.18192458152771,0.5702956318855286,-1.903265357017517,-0.8096789121627808,0.7461022734642029,1.2081242799758911,1.4717227220535278,1.327322244644165,-0.19248180091381073,-1.804686188697815,-0.8121013641357422,0.018947485834360123,0.5602083206176758,-0.6181797385215759,0.052782390266656876,-0.7160674333572388,0.7364556193351746,0.7997453808784485,-0.2639971673488617,-0.2992699146270752,1.3474562168121338,-0.3406311869621277,0.2604345679283142,-0.44277629256248474,-2.0377197265625,0.3551807105541229,1.0745471715927124,-1.5209054946899414,-1.584215760231018,1.5920125246047974,-2.38909912109375,0.02425956167280674,0.9690105319023132,-0.17999200522899628,-0.9606008529663086,0.06681093573570251,0.052680421620607376,-0.4398568868637085,1.1608058214187622,0.004106149077415466,-1.893934726715088,-1.050950527191162,-0.8492758274078369,-0.9947198629379272,0.6060101389884949,-2.510451316833496,-0.9013341069221497,0.05812788009643555,0.988282322883606,0.8073099255561829,0.6075962781906128,-0.5057921409606934,-0.13317570090293884,-0.6219296455383301,0.5928947329521179,0.22978343069553375,0.3595116138458252,0.15691164135932922,3.321082830429077,0.1624768227338791,2.2530758380889893,-0.6277758479118347,0.4865228533744812,-0.5979622006416321,-0.5886024832725525,0.6945985555648804,0.013037092052400112,0.569409966468811,-0.9768590927124023,-0.493069589138031,1.064028024673462,0.7411085367202759,1.0674488544464111,0.006021395791321993,-1.4520776271820068,-0.3236944079399109,-0.28569814562797546,-1.9957252740859985,-0.9836165904998779,-0.26084861159324646,0.2578417658805847,-1.878682255744934,0.7070826292037964,0.27479323744773865,0.8170994520187378,-1.982092022895813,0.24420833587646484,-1.0367227792739868,0.4010232985019684,1.6502217054367065,2.0328285694122314,-0.7877438068389893,2.159144639968872,1.5576882362365723,0.699359655380249,-1.2414063215255737,5.231578826904297,0.0030418899841606617,-0.21261624991893768,0.9477362632751465,0.9031542539596558,0.3623920977115631,1.4141876697540283,-2.564049243927002,0.2654414176940918,1.7702536582946777,0.30825144052505493,2.6944427490234375,0.5668286085128784,-1.0672539472579956,0.07262919098138809,-0.0020457985810935497,-0.20845690369606018,0.9514564871788025,-1.3528683185577393,0.7668842673301697,-0.5534834861755371,-0.08014296740293503,1.8963720798492432,0.15229485929012299,-1.0964573621749878,0.4897959530353546,-0.7416300773620605,0.38697800040245056,1.076891541481018,-0.5249702334403992,-2.7853500843048096,-1.2059612274169922,0.04035743325948715,-0.834002673625946,1.9890550374984741,0.10068430006504059,0.11113251000642776,0.817377507686615,0.08557838946580887,0.7006858587265015,1.0030567646026611,0.8784788846969604,3.2690389156341553,-0.4564186930656433,0.2701200544834137,-0.9257045984268188,0.525249183177948,0.3945780396461487,1.6971571445465088,1.5856776237487793,1.3791583776474,3.3225276470184326,0.9253715872764587,1.1754684448242188,1.0612221956253052,-1.856453776359558,0.6118240356445312,-0.575232207775116,1.0778236389160156,-0.28896039724349976,1.213944911956787,-0.8111123442649841,0.4014984965324402,-0.7657897472381592,-0.31848955154418945,0.7891578078269958,1.3415117263793945,2.5351221561431885,0.25092729926109314,0.5694655776023865,-0.13254471123218536,-1.4997931718826294,-1.03829026222229,1.496862769126892,-0.00003758932507480495,-1.3711235523223877,-0.9214589595794678,-0.5667818188667297,-1.3604055643081665,-0.24371327459812164,-0.7995945811271667,-2.0038607120513916,0.0003382463182788342,-0.08279044926166534,0.81357741355896,0.3669655919075012,-0.8739010095596313,-0.08138704299926758,-2.6499452590942383,0.5192323923110962,0.7976200580596924,-1.6748223304748535,-2.0243475437164307,1.5252608060836792,0.8056173920631409,0.2783186137676239,2.852168083190918,0.4136606752872467,-0.15818104147911072,-0.5142907500267029,2.0356078147888184,-0.5481389164924622,0.7563790082931519,2.099064588546753,0.09203974157571793,-1.86300528049469,-1.2670555114746094,-2.7424123287200928,0.40233057737350464,-0.20866665244102478,1.831655502319336,1.13871431350708,0.4197492301464081,-1.0310814380645752,0.8144528269767761,0.8695952296257019,-0.4239993095397949,-0.4833563268184662,-0.6224880218505859,0.14267992973327637,-1.1049984693527222,1.0152671337127686,-0.05757070705294609,0.21916112303733826,-0.3863392472267151,-0.2246566116809845,0.23788459599018097,-1.147220253944397,0.7435060739517212,-0.2971215546131134,1.0167959928512573,0.05176525563001633,0.5825400352478027,-0.1598925143480301,-0.9028100967407227,-1.3021275997161865,0.001424154732376337,0.5961900949478149,0.641508162021637,-2.478638172149658,0.8264341950416565,-0.6478351354598999,1.5042916536331177,-2.0141401290893555,-0.5001197457313538,-0.044174134731292725,0.565044105052948,0.2478894740343094,0.09637801349163055,-1.4995454549789429,-2.056523561477661,-0.404885858297348,1.7925547361373901,-0.005243758205324411,0.2826240658760071,-0.665197491645813,-0.34187448024749756,0.6942569613456726,0.9138869047164917,-0.599556565284729,2.9192516803741455,2.067286252975464,-0.19925758242607117,-0.3057841956615448,-0.3658900260925293,-0.2428629994392395,0.5553339719772339,1.298896312713623,-2.2815558910369873,-0.42549535632133484,0.7412852644920349,0.871154248714447,0.3733368217945099,1.4623911380767822,-0.10491400957107544,-0.8079322576522827,-0.5057997107505798,-0.12245898693799973,-1.5138448476791382,-0.9720608592033386,-0.3497653305530548,-0.1634957492351532,2.5506978034973145,-1.289047360420227,1.279497742652893,0.78013676404953,-3.0714144706726074,2.410459280014038,1.1417407989501953,0.7574451565742493,0.9613446593284607,-3.0061535835266113,0.9076633453369141,-0.19491320848464966,-1.0645827054977417,1.3439879417419434,0.04192684590816498,0.19460834562778473,3.171308994293213,0.9177296757698059,3.2213194370269775,-1.7853999137878418,-0.23488831520080566,-1.062839388847351,1.1885247230529785,0.797184944152832,1.7681357860565186,-1.2362192869186401,-0.5096324682235718,0.9373010993003845,0.17021837830543518,0.009709472768008709,-0.45628583431243896,0.5470478534698486,-0.2482123225927353,-1.7354811429977417,-0.812178373336792,-0.9263701438903809,-0.15715301036834717,0.7080832719802856,0.31657642126083374,0.023949556052684784,1.2935312986373901,-1.614781141281128,0.4733600616455078,0.8304519653320312,-0.04776165634393692,2.2646920680999756,-1.9704643487930298,0.3361791670322418,-0.44649505615234375,-1.8497583866119385,0.09615159034729004,-0.4466520845890045,1.120977520942688,0.47273558378219604,1.755544900894165,1.1625038385391235,-0.498582124710083,1.0090097188949585,0.4677736461162567,0.9256964921951294,-1.5529329776763916,-0.2280576527118683,2.2561116218566895,-0.5474513173103333,-0.5791522264480591,0.021668722853064537,0.7788039445877075,-0.41273415088653564,-1.64827299118042,-2.300666570663452,-1.0347150564193726,0.3854060769081116,0.6325806975364685,-0.18873120844364166,-0.7883471846580505,-1.9770008325576782,0.8101353645324707,0.05428750067949295,0.5348185300827026,0.012344235554337502,-1.275892972946167,1.778139591217041,-0.9982231855392456,-0.29280322790145874,-0.10361210256814957,-2.9243698120117188,-0.9716337323188782,0.009988038800656796,0.8902261853218079,1.1392629146575928,-0.483370840549469,1.9177154302597046,0.31826385855674744,-1.1205025911331177,1.212722659111023,-0.09270954132080078,0.23170499503612518,-2.098085880279541,1.2558159828186035,-1.1908305883407593,-0.24038515985012054,-0.42681244015693665,-1.04930579662323,-0.1224701926112175,0.21919788420200348,-1.071068286895752,-0.99764084815979,-1.0117008686065674,2.662379264831543,-1.207900047302246,0.6117187738418579,0.7019306421279907,-0.059140436351299286,-1.9129631519317627,1.8242409229278564,0.7213811278343201,-0.3160232901573181,-0.04177248105406761,1.5910096168518066,2.005086898803711,0.5659872889518738,0.9900012612342834,-0.8278486132621765,-0.12912751734256744,-1.1263370513916016,-0.18279245495796204,1.2250267267227173,-0.7534616589546204,-2.0199155807495117,-0.4470728039741516,0.9072316288948059,-0.02329591102898121,0.13017775118350983,0.8554390072822571,1.5629441738128662,-0.16442611813545227,-1.0041087865829468,-0.6845847368240356,-0.8140192031860352,0.8516631722450256,1.7825897932052612,0.1338847428560257,-0.5388932228088379,0.7623059749603271,-0.8965705037117004,0.5824889540672302,0.2330956608057022,-1.343508243560791,0.752105176448822,-0.5549898147583008,-0.5248597860336304,-0.27229297161102295,0.32426339387893677,-0.4494936168193817,-0.42999032139778137,1.766420602798462,-0.7921340465545654,0.5631268620491028,1.0996973514556885,-0.7026908993721008,0.6433820724487305,0.10741300880908966,-1.2412158250808716,-0.6995788812637329,1.2625962495803833,0.0004004031070508063,-0.9617969989776611,-0.2677863836288452,1.2872982025146484,-0.8493732810020447,0.29663601517677307,0.325224369764328,0.214133620262146,0.22806020081043243,-0.221261128783226,-0.14035561680793762,2.0047593116760254,-1.0685542821884155,-0.08144751191139221,-1.4750146865844727,1.086699366569519,0.19710785150527954,-2.9955923557281494,0.017932485789060593,-1.0009583234786987,-0.3564228415489197,0.9088400602340698,0.6521877646446228,-0.7663000822067261,-0.8581169843673706,0.39945194125175476,-0.49741610884666443,-2.20021653175354,-0.42367392778396606,-0.5311776399612427,0.47237563133239746,-0.7731451392173767,-0.48878559470176697,-0.7668295502662659,0.18157660961151123,1.280131220817566,0.6176971197128296,0.7344354391098022,-0.894338846206665,-0.39691418409347534,1.4932868480682373,2.8362128734588623,0.10684490203857422,0.5847023129463196,-0.5021377205848694,-0.9265410900115967,0.6798893213272095,-0.6108373403549194,-1.8173589706420898,0.4556291699409485,-1.0535768270492554,6.077151775360107,-0.03751536086201668,-3.3581793308258057,0.3255581855773926,-2.93626070022583,1.3686314821243286,0.6544060707092285,-1.681458830833435,2.0724151134490967,1.883177399635315,1.5634877681732178,-0.29902827739715576,-0.9625979661941528,-1.2237727642059326,1.5916749238967896,-0.5046572685241699,0.3974322974681854,-1.0272232294082642,-1.1440707445144653,1.6264731884002686,-0.4523072838783264,-6.160107612609863,0.5019779801368713,-0.11822724342346191,1.123976230621338,0.2656489312648773,-0.8295299410820007,-2.0375490188598633,0.16479091346263885,-0.14685803651809692,-1.0431571006774902,0.0967726856470108,-1.2602850198745728,-0.8993973135948181,-0.47547611594200134,0.577843427658081,0.5908892154693604,0.9743866324424744,-4.69395112991333,0.527938961982727,0.483823299407959,-0.30873334407806396,0.43810421228408813,-0.24834418296813965,1.5088557004928589,0.6948120594024658,0.6538363695144653,0.628939688205719,-0.038606371730566025,1.0335419178009033,0.5358936786651611,-1.5727171897888184,-1.4004395008087158,-1.2387624979019165,1.353726863861084,0.5285866260528564,-1.0190355777740479,2.2399139404296875,0.9885658621788025,-1.9016119241714478,-0.30695202946662903,0.39969897270202637,-0.648338258266449,0.33984529972076416,-1.1874711513519287,2.2588212490081787,-0.41941386461257935,1.0631309747695923,0.20102334022521973,-1.1085339784622192,1.1105612516403198,-0.7788994908332825,-1.495592474937439,-0.24957430362701416,0.7148278951644897,-1.6117570400238037,-1.9643107652664185,0.6946479678153992,1.0492258071899414,0.2119605392217636,0.4227750897407532,0.13896368443965912,0.897179126739502,-0.6641362905502319,0.3717144727706909,-0.9976474046707153,-0.3759528696537018,-1.2267093658447266,0.06738877296447754,1.0835778713226318,-0.2941233217716217,-0.35854625701904297,-1.4058061838150024,1.60277259349823,2.540799617767334,0.40827786922454834,-0.11793048679828644,-1.6580796241760254,-2.255974531173706,0.798926591873169,3.5056769847869873,1.1886296272277832,-1.4418628215789795,-2.242626905441284,0.9453885555267334,0.9166052937507629,-1.0731059312820435,-0.6040586233139038,0.7486702799797058,3.759611129760742,2.9547226428985596,-1.0937126874923706,0.3926081359386444,1.6894227266311646,0.3249036371707916,1.0601991415023804,0.09217020869255066,-0.24670016765594482,1.3663806915283203,0.4781953990459442,1.0960829257965088,1.0310457944869995,-2.4419796466827393,0.5463332533836365,0.23018218576908112,0.9362146854400635,0.4223858118057251,1.1001908779144287,2.048971652984619,-0.4430176317691803,0.4530427157878876,-0.9562808275222778,0.2823900580406189,1.9665266275405884,-0.19154731929302216,-0.46307572722435,-1.194892406463623,0.5347763299942017,2.3344593048095703,-0.495408296585083,1.6987414360046387,1.2613446712493896,0.29309943318367004,2.216202735900879,-0.7122011780738831,-1.208553433418274,-0.8919408321380615,0.6309341192245483,1.879799246788025,1.8922027349472046,0.731815755367279,-0.319429874420166,0.11742638051509857,-1.684733271598816,0.17751522362232208,-0.030090266838669777,-0.4625617563724518,0.23721753060817719,3.7428665161132812,-0.4338974356651306,1.3589195013046265,-3.143310070037842,-1.8525947332382202,-0.3099096715450287,-0.9477024674415588,1.481453537940979,0.7812011241912842,0.2733238637447357,-0.7227597832679749,0.47718191146850586,1.053842544555664,-0.4037136435508728,0.2924690246582031,1.0199471712112427,-0.6375240683555603,2.27488112449646,1.44503653049469,-0.7783932685852051,0.43094131350517273,-0.24316245317459106,-0.4145446717739105,0.3917941153049469,-1.1762369871139526,-0.37290602922439575,-0.5340784192085266,-0.9386780858039856,0.43124479055404663,-2.204859733581543,0.5552078485488892,0.5144457817077637,-0.3515113294124603,0.4378010928630829,0.392846018075943,-0.24115115404129028,-0.5116244554519653,-1.80368173122406,1.005751609802246,-1.5776585340499878,-0.14622513949871063,-0.4464438557624817,1.7279564142227173,-0.6349279880523682,1.0000338554382324,-1.7106904983520508,-1.2689365148544312,0.636274516582489,-0.9470276832580566,-1.5046360492706299,-2.9614779949188232,0.4929901957511902,1.4552180767059326,0.6710741519927979,1.4092596769332886,0.3659708797931671,-0.7018535733222961,-0.8611257672309875,3.538264274597168,0.08173087239265442,-0.6030166745185852,4.233282089233398,-1.8212584257125854,0.4098722040653229,2.1850297451019287,-0.9119229912757874,-1.2105261087417603,-0.9624384045600891,-1.2826727628707886,1.2539833784103394,-1.4138779640197754,-2.162555694580078,0.9932281970977783,-0.09566172957420349,0.3911791145801544,0.3437249958515167,0.32820573449134827,1.7944504022598267,0.9875991940498352,-1.0968517065048218,0.9840635061264038,2.7217307090759277,-1.1636238098144531,-0.8612563014030457,0.2665865421295166,-0.8034305572509766,0.06572505086660385,-1.4839080572128296,-1.5157113075256348,1.089495301246643,-1.4779865741729736,0.8087260723114014,0.7536419630050659,-1.690163493156433,-0.2482985556125641,-0.7330535054206848,-0.054712165147066116,-0.8051055073738098,0.6259286403656006,0.04565594717860222,-0.04363217204809189,0.5079824328422546,1.1698269844055176,2.077500820159912,-1.822889804840088,1.1739027500152588,0.9418705701828003,0.1630374640226364,-2.026219129562378,1.0967159271240234,2.119981527328491,-0.15719950199127197,-1.8582277297973633,1.9998178482055664,0.24341526627540588,2.53053879737854,1.2780598402023315,-0.9737882614135742,1.6210145950317383,-2.050675392150879,1.2357970476150513,1.9689860343933105,-0.9176910519599915,-0.11045960336923599,0.4506249725818634,-0.2384193390607834,0.9689487218856812,-0.38204556703567505,1.7631040811538696,-0.2461227923631668,-1.2777748107910156,-0.1535947471857071,-0.6952769756317139,0.2510356903076172,-0.7855091094970703,1.1145731210708618,-0.3416871726512909,-0.6990584135055542,1.8537049293518066,0.5132583975791931,1.1979737281799316,0.2621345818042755,-1.263893485069275,0.15675874054431915,0.028013557195663452,1.4585716724395752,-2.252072334289551,0.8585313558578491,-1.5707252025604248,1.4048817157745361,2.64046311378479,0.1766776144504547,2.019059419631958,-2.6687824726104736,0.23883236944675446,-0.49582457542419434,1.0380343198776245,0.41294065117836,-1.6748278141021729,-1.2518051862716675,-0.6277071237564087,0.634340763092041,1.5771127939224243,0.32830312848091125,-0.8300606608390808,-2.103924512863159,0.01171383447945118,0.7797019481658936,2.1525421142578125,2.2634761333465576,0.5718381404876709,1.4334558248519897,-1.3669464588165283,0.8471519351005554,2.475227117538452,-0.23310531675815582,0.41620486974716187,-1.527940034866333,2.076235771179199,-0.22805963456630707,1.4326235055923462,1.013688564300537,-0.8168013691902161,0.9588912725448608,1.01069176197052,-0.40730270743370056,0.06216778978705406,-1.1251978874206543,-1.2782915830612183,-0.9535154104232788,-0.16130109131336212,1.0093512535095215,0.6116592288017273,-0.6481320858001709,0.7046677470207214,0.827199399471283,-1.2857965230941772,0.28654125332832336,0.03777763620018959,0.1820235699415207,1.1115458011627197,0.061384670436382294,1.894800066947937,-0.5382375717163086,-1.025587558746338,-0.4216526448726654,-1.0423736572265625,-0.6170462369918823,-1.2803603410720825,-1.3485809564590454,1.7673453092575073,0.6454077363014221,0.499982088804245,-1.561409592628479,2.012148857116699,-0.24192245304584503,-1.0006358623504639,0.3068319857120514,0.40729600191116333,-0.5154345631599426,0.724367082118988,-0.6330189108848572,1.4414253234863281,-1.0457438230514526,0.8020429015159607,0.24410811066627502,3.398937702178955,1.1551965475082397,-1.3135297298431396,1.6623215675354004,0.4578457474708557,0.9690624475479126,0.2788386940956116,0.4774837791919708,-0.8205041885375977,-0.00642061373218894,-0.7830417156219482,-1.4715287685394287,0.5682145357131958,-1.9614601135253906,-2.083601236343384,-0.23731328547000885,0.24723730981349945,0.23182065784931183,1.0711042881011963,0.22638846933841705,1.7642478942871094,-2.107481002807617,0.20282234251499176,1.2590981721878052,-2.1016685962677,0.8266037106513977,0.418865829706192,-2.3320508003234863,-1.562925100326538,0.33211949467658997,0.08807344734668732,-0.3984445333480835,-1.6550824642181396,1.344590187072754,-2.023655414581299,0.5638023614883423,0.03439881280064583,-3.508089065551758,-0.07703288644552231,-0.31343314051628113,-0.5288670063018799,-0.5418859720230103,0.19838525354862213,-3.7468278408050537,-0.3723240792751312,1.4646986722946167,0.5806369185447693,0.7864726185798645,0.2690039575099945,-1.0040448904037476,-0.4823276996612549,2.016401529312134,-0.4455983340740204,-0.06316231936216354,0.27402594685554504,-1.6924346685409546,1.1462715864181519,-0.5675041079521179,-1.9265296459197998,-3.9879119396209717,-1.1997199058532715,0.02440674416720867,-1.1625244617462158,-0.6209549903869629,-1.128003478050232,1.5103178024291992,0.9853960275650024,-1.2716203927993774,-3.335949420928955,-1.5761078596115112,-0.8901119828224182,-0.40912380814552307,-1.0105149745941162,0.8322909474372864,-2.1623458862304688,1.4679455757141113,-0.6042881011962891,-1.2074648141860962,0.6808720231056213,0.9013299345970154,-0.0010904869996011257,-0.7017813920974731,0.44450637698173523,3.650264263153076,-1.0973010063171387,0.2604353129863739,-1.2629115581512451,-0.9518661499023438,-1.6577831506729126,-0.5163748860359192,0.279747873544693,-1.3669886589050293,1.9211688041687012,-1.6565462350845337,0.6978487372398376,0.3870241343975067,1.8054578304290771,1.3336713314056396,-1.8496381044387817,0.14294560253620148,-0.022359075024724007,-0.19284415245056152,-1.0510315895080566,-0.3789677023887634,-0.019123932346701622,-0.05994810536503792,-0.575309693813324,-1.328672170639038,0.11422554403543472,0.46773603558540344,2.9808237552642822,1.5596247911453247,-0.506625771522522,-1.0136719942092896,-0.007831149734556675,-0.3745279610157013,-1.420442819595337,-2.0287766456604004,-0.37548062205314636,0.5785492062568665,0.07186082005500793,0.777143120765686,-0.10440649092197418,1.8987749814987183,1.9281097650527954,-0.8008612394332886,-0.8131267428398132,-0.5303890705108643,0.0943477675318718,-0.17738446593284607,0.041678983718156815,0.20872589945793152,1.0318974256515503,-1.5397123098373413,0.3264298737049103,1.351508617401123,0.614270031452179,1.1413731575012207,-2.480475902557373,-0.2370770275592804,-0.5840505957603455,-0.38237687945365906,-1.0398774147033691,0.36818602681159973,-0.589795708656311,0.9482281804084778,1.170414924621582,0.04657015576958656,-0.18962039053440094,0.14972534775733948,-0.6533271670341492,-0.43204981088638306,-0.9174747467041016,0.5153260231018066,1.0398447513580322,-1.4419536590576172,1.2698389291763306,0.9033570289611816,-1.267572283744812,1.095116138458252,-1.0862154960632324,-0.3337879776954651,0.07699595391750336,0.8293555378913879,0.4980645775794983,0.09215274453163147,0.6867563724517822,0.4656803607940674,-0.9515685439109802,-0.043891582638025284,2.315760374069214,-0.9164974689483643,2.299787759780884,-0.04832610860466957,-0.6387664675712585,-0.8764939904212952,0.011610894463956356,0.49656835198402405,0.1467682272195816,-0.5090843439102173,0.31174203753471375,0.47214868664741516,0.40667590498924255,-0.7807448506355286,0.8269355297088623,1.4766948223114014,0.441281259059906,2.6008036136627197,1.0507638454437256,1.0182945728302002,1.208004355430603,-0.8278430700302124,1.6410927772521973,0.4072555899620056,-0.4730057120323181,0.860453724861145,0.9976146817207336,-0.903564453125,-1.206079363822937,1.2867023944854736,1.367139220237732,-0.8635812401771545,-2.5536646842956543,-1.0744796991348267,1.050700306892395,-0.2805451452732086,0.2771385908126831,-0.1856229603290558,0.9274614453315735,0.9720948338508606,-1.5343194007873535,-2.6115949153900146,-0.18795575201511383,0.6267077326774597,0.7843465209007263,-1.0916333198547363,0.8166112899780273,-0.930381715297699,1.7246681451797485,0.7727833390235901,-1.0642361640930176,0.5489927530288696,-1.9706485271453857,-0.2337469458580017,-0.3788905441761017,0.0986860990524292,-0.4302246570587158,0.5525493025779724,-0.478583961725235,1.3889979124069214,0.302319198846817,-1.5829449892044067,1.5880038738250732,2.195065498352051,-0.3308151066303253,-3.1857755184173584,0.27245429158210754,1.0382461547851562,-0.049643222242593765,1.4702565670013428,-1.275032639503479,0.4079253077507019,-0.04797206073999405,-0.47998934984207153,0.6091858148574829,0.2351105511188507,0.9504343271255493,0.4649599492549896,1.239365577697754,1.7473009824752808,0.8751943111419678,-1.0772494077682495,-2.6441383361816406,0.8802695274353027,0.6844765543937683,0.15552717447280884,-0.6920021176338196,-0.41675645112991333,-0.6181239485740662,-1.0479527711868286,0.6170907020568848,0.6677677631378174,0.9322447180747986,-3.9976625442504883,-1.6178725957870483,0.12809742987155914,0.7173670530319214,2.0817861557006836,-0.06487230956554413,0.7653343677520752,2.078737735748291,0.3021918535232544,-0.2995840609073639,-0.19331182539463043,0.8477951288223267,0.29472509026527405,-0.3340769112110138,0.31500735878944397,1.9330952167510986,0.3165449798107147,-0.6593481302261353,-1.2905093431472778,0.7829521894454956,-0.6525661945343018,-1.5568538904190063,-0.5511350631713867,0.9261828660964966,0.6293824911117554,-0.049122218042612076,0.21827811002731323,-2.0411903858184814,0.5836837291717529,0.8454847931861877,0.5972681045532227,0.7668726444244385,0.07821431756019592,-0.05545464903116226,-0.7549451589584351,1.629176139831543,0.8481307625770569,-1.6021313667297363,-0.07660237699747086,0.35544249415397644,1.829721450805664,0.18444152176380157,1.14409339427948,1.7558127641677856,-0.4153377115726471,-1.1359795331954956,0.6437890529632568,0.7676770687103271,-0.8870961666107178,-0.8049145340919495,0.5052517056465149,-0.9506614804267883,-0.19890402257442474,0.40514400601387024,-0.3598898947238922,0.22357609868049622,0.6780222654342651,-0.4900394082069397,0.09491577744483948,-0.03386808559298515,0.7197138071060181,-1.6502923965454102,-1.2152549028396606,1.3291151523590088,0.14956162869930267,1.1590964794158936,2.5461888313293457,0.7713297009468079,-1.1039049625396729,-0.20287474989891052,0.3982689380645752,0.775394856929779,-1.709190011024475,0.38369977474212646,-0.2796759307384491,-0.34012362360954285,-0.8861923813819885,0.39514827728271484,0.4578595757484436,-0.18561898171901703,2.317899703979492,-0.1183871254324913,-1.2003870010375977,0.6076467633247375,2.24025559425354,1.1067007780075073,-1.3265331983566284,2.182699203491211,-1.4901999235153198,-0.39629894495010376,1.0005128383636475,0.775645911693573,-0.99513840675354,0.18587957322597504,1.108346939086914,-0.7623437643051147,1.3822040557861328,1.1022230386734009,-1.336745262145996,0.45814213156700134,-0.9611689448356628,-0.7990449666976929,-0.1485651135444641,0.7116355895996094,-1.8012439012527466,0.7687329053878784,-0.09605834633111954,-1.3394973278045654,-1.4151804447174072,1.2636417150497437,0.2580941319465637,-0.5829005241394043,-0.838939368724823,-1.0798358917236328,-1.0354176759719849,1.7252401113510132,1.907427430152893,0.31945091485977173,-0.1733892261981964,-1.0053766965866089,-0.36878257989883423,0.5950607061386108,10.931787490844727,-1.1060534715652466,-0.2568228840827942,1.2428007125854492,1.7415692806243896,0.8993240594863892,0.2557944357395172,0.2640588581562042,-1.384892463684082,-1.3563556671142578,0.9752323627471924,-0.5170069932937622,-1.7392423152923584,-0.47242090106010437,-0.5124473571777344,-0.5811870098114014,-0.8851823210716248,-1.0453441143035889,-0.32844603061676025,-0.05314793437719345,0.6837354898452759,-1.0882320404052734,-1.077209234237671,-0.8384698629379272,-1.9166842699050903,1.6177260875701904,0.941150963306427,0.1399627923965454,1.4565311670303345,-0.4125286042690277,0.7649810910224915,-0.45293205976486206,1.7840044498443604,-0.24910646677017212,0.04916711151599884,1.1569044589996338,0.5570042133331299,1.3358579874038696,0.8465498685836792,1.0414477586746216,-1.8221787214279175,0.39679932594299316,0.5013982057571411,0.0170088279992342,-1.3328056335449219,-0.379771888256073,-1.9598588943481445,-0.8409430980682373,-0.33479928970336914,0.03976471722126007,0.3432324528694153,-2.1837596893310547,0.9666937589645386,-2.028249740600586,1.8487571477890015,0.9633613228797913,0.2588648796081543,3.2285594940185547,-2.0129692554473877,-1.8295743465423584,-0.5979245901107788,0.36210793256759644,-1.5651254653930664,-2.5689003467559814,0.037101030349731445,-0.36585062742233276,-0.037131864577531815,0.15989795327186584,2.431718111038208,1.3493916988372803,-1.92872953414917,0.15006829798221588,-1.3891289234161377,0.05557344853878021,-0.7110944986343384,2.0443968772888184,-0.42312610149383545,1.2337636947631836,-0.8877285718917847,0.5720250010490417,-0.13721998035907745,1.4595437049865723,0.8003371953964233,-0.09252660721540451,1.6600090265274048,1.7008388042449951,-0.7370489239692688,0.2220243513584137,0.2144569605588913,-1.807712435722351,-0.5165688395500183,-0.9478625059127808,0.5371490120887756,-0.09739283472299576,1.2273133993148804,0.05286068469285965,-0.6567075848579407,0.9377347826957703,0.40792933106422424,-1.3329921960830688,0.13733287155628204,-1.9542653560638428,-0.3589785397052765,-0.5608065128326416,3.1288487911224365,-0.7433944940567017,-0.14454206824302673,-0.16867388784885406,0.10673080384731293,2.0179808139801025,0.5400811433792114,1.0122246742248535,0.8172191381454468,0.842833399772644,-1.1777374744415283,-0.7078064680099487,-0.3792579472064972,-1.2273467779159546,2.151029109954834,-1.1673082113265991,1.1885446310043335,1.5946818590164185,-0.639919102191925,-0.9175960421562195,-0.6789379715919495,-0.09888914227485657,-0.40329593420028687,0.049564942717552185,0.16528739035129547,0.3153051435947418,2.9529502391815186,-0.7122699618339539,-0.5173097848892212,1.5458730459213257,0.41283929347991943,-0.5764837265014648,-0.4617970585823059,0.3752208352088928,-0.34013885259628296,-0.12543833255767822,2.3908822536468506,-0.10786549001932144,1.0333232879638672,1.5018396377563477,0.6564657092094421,0.22453248500823975,1.531889796257019,-1.452246069908142,1.2275537252426147,0.5242236256599426,0.23446010053157806,0.5544057488441467,-0.7414376735687256,0.49499616026878357,0.35689860582351685,0.038915954530239105,0.6400253772735596,-2.2637746334075928,-0.06192696839570999,0.4250769019126892,0.7274518609046936,-0.733410120010376,-0.9140621423721313,0.8322425484657288,0.9148736596107483,1.2466208934783936,-1.398935317993164,0.1641659140586853,-0.3645624816417694,-1.0050275325775146,-1.843254804611206,-0.5666239857673645,1.5664401054382324,-0.8502551913261414,-0.023616546764969826,0.30193406343460083,1.3195263147354126,-0.5906732678413391,-0.2651768922805786,-0.25051993131637573,0.4526985287666321,-1.0595881938934326,0.4181622266769409,-0.41078948974609375,0.34283238649368286,0.6429495811462402,1.121467113494873,-0.7371237277984619,1.5986135005950928,0.5313315987586975,1.0057992935180664,-0.2906605899333954,-0.6228941082954407,1.6124457120895386,-0.32493630051612854,-0.4032438397407532,-0.32383209466934204,1.5121315717697144,1.1208703517913818,1.7660300731658936,1.2826493978500366,0.7146680355072021,-0.3329084515571594,0.6768935322761536,-0.34331968426704407,1.3076950311660767,-0.5348435044288635,0.3322811722755432,-0.9751209020614624,0.48106685280799866,2.2846810817718506,-1.002755880355835,1.1710965633392334,-1.7200373411178589,2.1438779830932617,1.0561727285385132,-1.4205149412155151,-0.3432253897190094,-1.5322699546813965,-0.6330994367599487,0.09365767240524292,1.073380947113037,0.8961771130561829,2.258396863937378,1.2879159450531006,-0.25294333696365356,1.1141732931137085,0.4538494646549225,0.22557789087295532,-0.5006253123283386,-0.2025395929813385,-0.09947274625301361,1.6971787214279175,-0.07805708795785904,1.9757099151611328,-0.44798654317855835,-2.2420244216918945,-1.7371151447296143,-0.7396950125694275,1.3260711431503296,0.39033880829811096,0.2552646994590759,1.2417166233062744,-0.039817363023757935,-0.007703107316046953,-0.07036977261304855,2.026082754135132,0.1921578198671341,-1.5751234292984009,-0.5596035122871399,0.5804126262664795,-2.3216140270233154,0.9058177471160889,-0.32228341698646545,1.410438060760498,-0.24722425639629364,-0.6841617822647095,1.2364368438720703,-1.3834903240203857,0.8598414659500122,-1.3799422979354858,-0.9475332498550415,-0.8995184302330017,0.22138582170009613,-0.9013655185699463,-0.4981936514377594,0.2930910587310791,-1.3947454690933228,-1.1850653886795044,-0.1701313853263855,-0.5707184672355652,1.3758195638656616,-0.5575954914093018,-0.08139406889677048,1.6618015766143799,-1.3040173053741455,1.7157505750656128,0.33581018447875977,0.2244003266096115,0.4055788218975067,1.1466474533081055,0.13012506067752838,-0.5496333837509155,0.8387836813926697,1.5127174854278564,-0.25470682978630066,-0.6944957971572876,0.044984057545661926,-1.1606942415237427,0.7341668009757996,-0.2612699866294861,1.5697016716003418,2.577371597290039,-1.1927273273468018,2.681447744369507,0.44910380244255066,-1.5095702409744263,-1.529415249824524,1.0821053981781006,1.2099288702011108,-0.8805243968963623,-1.1420549154281616,-1.6562118530273438,0.6777369379997253,-0.6314102411270142,0.31391820311546326,0.9509899020195007,0.28012436628341675,-1.866321086883545,-0.1412024199962616,1.1086032390594482,0.6538092494010925,1.6649057865142822,0.20254188776016235,0.06211971491575241,-0.2915296256542206,-0.5027638673782349,-0.20391355454921722,-1.3987070322036743,-0.00754109863191843,0.4474206566810608,-1.4934571981430054,-0.781760036945343,2.3052804470062256,-0.19613656401634216,-1.6337825059890747,0.0019002045737579465,0.7553538680076599,0.8222553133964539,0.3412646949291229,1.2388933897018433,0.5804840326309204,-0.2578038275241852,-0.5675939321517944,-0.9877203106880188,1.0606762170791626,-0.2932488024234772,-0.6483557820320129,-0.08574815839529037,-0.9516390562057495,-1.7766931056976318,-0.35504090785980225,-0.6658635139465332,0.4594336152076721,0.751514196395874,-1.2735953330993652,0.564529538154602,1.3804402351379395,0.24796375632286072,1.2796682119369507,0.8511493802070618,0.34488973021507263,0.4792136251926422,-1.5048422813415527,0.4484468400478363,0.6298090815544128,-1.5503710508346558,-0.2456887811422348,1.3862940073013306,-1.2518715858459473,-0.6410446763038635,-0.6523340344429016,2.2803988456726074,-0.9324454665184021,0.23306670784950256,0.036980804055929184,-0.5430195331573486,0.22997544705867767,1.0174213647842407,0.5172655582427979,-0.7782827615737915,3.2829999923706055,-0.02426799200475216,0.08388262987136841,1.73848295211792,-1.1055914163589478,-0.6657814979553223,-0.7601797580718994,0.9178820252418518,1.4596303701400757,0.2177794724702835,0.13544711470603943,-0.07730212807655334,1.3813189268112183,-1.5580825805664062,-0.20395298302173615,2.1409759521484375,-0.427215576171875,-0.3142683804035187,-0.5596862435340881,1.550079345703125,0.893632173538208,1.7040469646453857,0.5893628597259521,-0.22098952531814575,-1.5845677852630615,1.6901695728302002,-0.9970029592514038,-1.0792850255966187,-0.1656370460987091,-0.3127649128437042,-1.797715425491333,-0.07108043134212494,1.8269563913345337,-0.5830457806587219,0.3063432574272156,-1.4645280838012695,0.2645125687122345,0.8230878114700317,0.6424792408943176,-1.5310605764389038,0.4667150676250458,0.9758515357971191,-0.05439825356006622,0.7221603989601135,0.31289801001548767,1.032772421836853,-0.21543799340724945,-0.41147100925445557,-0.23321357369422913,-0.3372875452041626,1.3350859880447388,0.16199862957000732,0.284109890460968,-1.0115940570831299,0.24824561178684235,-1.0412805080413818,-0.5804983377456665,0.33678317070007324,-0.49483126401901245,0.3528463840484619,0.015104789286851883,-1.941630244255066,-0.5538919568061829,-2.196268320083618,0.4586692452430725,-0.6812297105789185,0.5142875909805298,1.6156715154647827,-0.09321960806846619,0.7772674560546875,0.6881810426712036,-0.5682441592216492,-1.5921367406845093,-0.25641393661499023,1.0353423357009888,-2.4080092906951904,0.844281017780304,-0.0590643584728241,-1.777187705039978,0.13476650416851044,-0.3790036737918854,-0.35623547434806824,0.2608867585659027,1.3178027868270874,-1.640720248222351,-0.674392580986023,0.8165708780288696,0.46782198548316956,-1.9200284481048584,0.6286308765411377,0.3020622432231903,-1.1968281269073486,-1.1655795574188232,0.11105438321828842,0.6250263452529907,-0.0999879315495491,-0.8380817174911499,1.6028820276260376,-0.8871875405311584,0.25149574875831604,-1.5984488725662231,0.3992711901664734,-0.1458209753036499,0.693096399307251,-0.05543554201722145,-0.3695817291736603,-0.7852463722229004,0.9457170367240906,-0.15312542021274567,1.3627630472183228,-1.056352138519287,-0.9571696519851685,1.8700004816055298,0.9670602679252625,-2.5833377838134766,2.1733286380767822,-0.8489869236946106,-0.9105722904205322,-0.6767266988754272,0.3692981004714966,2.892058849334717,-1.3413723707199097,-0.8864330053329468,1.1405646800994873,-1.0579066276550293,-0.16200365126132965,0.33582913875579834,1.1540342569351196,-0.6356931924819946,0.8082166910171509,-0.7590007781982422,-1.1654866933822632,0.8011393547058105,-0.6029055714607239,0.4484861493110657,0.14109887182712555,-1.3127464056015015,0.15217408537864685,-2.310067653656006,0.44551020860671997,0.698949933052063,0.9884425401687622,-1.244996190071106,-0.34919941425323486,1.1188652515411377,0.5850256085395813,-0.6305510997772217,-1.0125635862350464,-0.665020227432251,-1.4230563640594482,0.3952873945236206,0.44134521484375,1.1067006587982178,-0.5464082956314087,-0.534604012966156,1.7407073974609375,-0.7896016240119934,-0.07553175091743469,-0.5918000340461731,1.3514962196350098,-0.9987897276878357,0.49960505962371826,0.3131251633167267,-0.6583871245384216,-0.2771275043487549,0.20511674880981445,1.1567829847335815,-2.093590497970581,0.2991589307785034,-1.5868444442749023,0.08838417381048203,-1.1615779399871826,-0.5742677450180054,-0.33565810322761536,-1.7539570331573486,0.8514110445976257,-0.9652838706970215,-2.251549005508423,1.9134832620620728,-0.7388293147087097,-1.1383222341537476,-2.004075288772583,-1.215640902519226,-1.5541541576385498,-1.0308260917663574,-1.1670345067977905,0.6102713346481323,1.8041082620620728,-0.590816080570221,-1.3403809070587158,-0.038518764078617096,-0.4916567802429199,0.3850466012954712,0.06927495449781418,-0.20742066204547882,1.410923719406128,-1.1617276668548584,1.8415169715881348,-0.7961500883102417,2.0625576972961426,1.4603818655014038,-1.0296553373336792,0.4608839154243469,-1.9718209505081177,-0.919903576374054,-0.977069616317749,-0.3853878974914551,-0.04430632293224335,0.6315447092056274,-0.9679579734802246,-0.3666197657585144,2.0381388664245605,1.4181268215179443,-1.5463120937347412,1.4110039472579956,-1.5819998979568481,0.5848148465156555,-0.4162178635597229,-0.3260118067264557,-0.7185584306716919,0.49557480216026306,0.798559844493866,-1.3038257360458374,3.2512688636779785,1.2118576765060425,-3.600677251815796,-0.13315781950950623,0.26086851954460144,0.2658231258392334,0.6885209083557129,-2.444061756134033,0.7797945141792297,-0.5714821219444275,2.1141927242279053,-0.5313896536827087,1.5229154825210571,0.609632670879364,-2.2823102474212646,0.676067054271698,-1.045167326927185,0.565642237663269,1.8817665576934814,-1.4399101734161377,0.5899776816368103,-2.196122169494629,-2.237363576889038,-1.1455988883972168,0.2141694575548172,0.4556743800640106,-0.6847639083862305,0.22526343166828156,-0.7393745183944702,-0.27939295768737793,1.0710170269012451,-2.1605288982391357,-0.6060128211975098,-2.695228099822998,-1.0473589897155762,-0.9382889866828918,-0.798804759979248,0.5650197267532349,-1.1092476844787598,1.6069036722183228,-0.9493503570556641,0.9200041890144348,3.9824352264404297,-0.07637812197208405,-0.32522615790367126,-4.175917625427246,0.8645892143249512,1.2715708017349243,0.18017829954624176,-0.17265883088111877,-0.08395812660455704,-0.07318772375583649,-0.8571933507919312,2.460540533065796,1.3630317449569702,-0.23927254974842072,0.7265384197235107,-0.10528241097927094,-1.3167223930358887,0.5955911874771118,-1.447606086730957,-1.3499176502227783,0.17750214040279388,-0.6788815259933472,0.08505791425704956,-1.4050647020339966,-1.3039908409118652,-2.002924680709839,-0.9492778182029724,-1.7210277318954468,-1.377529263496399,1.7697542905807495,1.3112715482711792,2.76200008392334,-0.9823393225669861,-0.2913288474082947,-2.038332462310791,-0.9409803152084351,-0.8361913561820984,-2.2549588680267334,0.28974422812461853,0.7789704203605652,1.1367696523666382,-0.6057150959968567,-1.4856425523757935,-1.5189857482910156,-0.8865107893943787,0.7414811849594116,-2.1246132850646973,0.544626772403717,0.027672069147229195,-0.5045794248580933,-0.6385496854782104,-2.3257968425750732,-0.7860404849052429,-0.5097192525863647,0.6045443415641785,2.776002883911133,-0.7600277662277222,-0.9550918340682983,-0.6507986783981323,0.9838259816169739,2.3041439056396484,1.0207746028900146,0.31813424825668335,-1.2372980117797852,0.5233575105667114,0.11103522032499313,0.5589085221290588,-0.9050489664077759,-0.27543261647224426,2.582202434539795,-0.8568446040153503,-1.701849341392517,-0.48347049951553345,-0.32785919308662415,-0.6118262410163879,1.9120500087738037,-1.076942801475525,0.6136304140090942,0.6071754097938538,-0.9816001653671265,-1.2595877647399902,0.6711965799331665,2.9524853229522705,0.14678604900836945,-1.1784859895706177,0.0005106397438794374,-0.8684341311454773,1.0328187942504883,1.1474717855453491,0.49296408891677856,-1.350799560546875,-1.4575765132904053,0.4558192491531372,-0.5068269371986389,0.8753048777580261,-0.37109091877937317,1.2340009212493896,0.11028937250375748,-0.5064238905906677,0.8600792288780212,2.6549971103668213,0.8900753855705261,-0.1450715959072113,1.6890443563461304,-0.18201130628585815,0.7415568828582764,2.6410014629364014,1.3914711475372314,-0.4717203974723816,0.2707587480545044,1.2942689657211304,-0.6060376763343811,0.052791912108659744,0.9810493588447571,-2.216705083847046,-0.046326495707035065,-0.3843396306037903,0.15420018136501312,-1.3126436471939087,0.03270997479557991,1.3041560649871826,1.05803382396698,-0.029805399477481842,-0.4854103922843933,-0.6452882885932922,-0.752566933631897,0.0060003940016031265,-1.4792795181274414,-0.5275691747665405,1.0028096437454224,0.10945228487253189,1.2450878620147705,0.26063624024391174,-0.5279400944709778,-0.19529365003108978,-0.20249155163764954,-0.12816016376018524,-1.436077356338501,-0.9043241739273071,-0.32328465580940247,0.18295112252235413,-1.7124991416931152,-1.0658888816833496,-0.42002129554748535,-1.3076590299606323,0.7395234704017639,-1.4291408061981201,-2.7539889812469482,1.063523530960083,-0.8765953183174133,1.0194121599197388,-0.2098722606897354,-0.9014115929603577,-0.9274542927742004,0.06785307824611664,1.4575695991516113,-0.35595861077308655,-1.0698518753051758,1.9397187232971191,1.5548818111419678,-1.9894860982894897,1.9234678745269775,2.078383207321167,0.24286918342113495,1.9488799571990967,0.9533076882362366,2.0851964950561523,0.22202198207378387,-0.9179709553718567,-0.5049153566360474,-0.3194562792778015,1.3789300918579102,1.1948530673980713,0.1352350115776062,1.399491548538208,0.6366156935691833,-3.0041348934173584,-1.1806557178497314,-1.0872584581375122,-1.9942357540130615,-2.3651957511901855,0.46842527389526367,0.6739962697029114,0.14260636270046234,0.2831656038761139,-1.037837266921997,-0.8923754692077637,0.6504969000816345,-0.0908794030547142,-0.815820038318634,5.575133800506592,-1.8370301723480225,-0.9050933122634888,1.105602502822876,-0.19875317811965942,0.8282825946807861,-1.381874918937683,-0.9215987324714661,-1.402848720550537,1.2454562187194824,1.3977097272872925,0.039772070944309235,0.3796365261077881,-0.28571683168411255,-1.4887492656707764,-1.637682318687439,0.6731441617012024,-0.48822638392448425,-0.6150985360145569,1.3425343036651611,0.13453170657157898,-1.823927879333496,0.4882239103317261,0.3638392388820648,-0.06607340276241302,0.7243666052818298,0.1694614142179489,-1.0019469261169434,-1.5570181608200073,0.18130776286125183,0.21466633677482605,-0.44890427589416504,-1.2474517822265625,-0.3218836486339569,1.9006379842758179,-0.3450356423854828,1.0122703313827515,-0.5159136652946472,0.44701945781707764,-0.014405383728444576,-0.16573673486709595,-0.6508987545967102,-1.4905147552490234,0.8606199622154236,-0.547032356262207,3.3370323181152344,0.14877000451087952,-2.6200785636901855,-0.09839233011007309,-1.2368870973587036,-0.5211488008499146,-0.252879798412323,2.1380198001861572,-1.7710880041122437,-0.24685870110988617,1.7190065383911133,-0.2744785249233246,-2.0254526138305664,-1.779447317123413,0.040485821664333344,-1.0915565490722656,-2.088298797607422,0.4568966329097748,-1.7782031297683716,0.3964681923389435,0.010675028897821903,1.3630247116088867,-0.09739701449871063,0.39056098461151123,-1.4105850458145142,0.5872784852981567,2.674424409866333,-0.08568120002746582,0.4363096058368683,-0.9989435076713562,1.325882077217102,-1.397911548614502,-0.06455671787261963,-0.808090329170227,0.437538206577301,-0.5170587301254272,-0.3535325527191162,-0.8313819766044617,-0.9370139837265015,2.9282164573669434,1.602508783340454,-0.5699397921562195,0.923559844493866,-0.3269709050655365,0.7229312062263489,0.1876525729894638,0.2002069056034088,-0.26963961124420166,-0.043317731469869614,-1.1627273559570312,-0.11305971443653107,1.478135108947754,0.38311269879341125,-0.876171886920929,-4.681260585784912,-1.4812132120132446,0.9384994506835938,-1.5191693305969238,-1.1342307329177856,-1.3724989891052246,2.3504374027252197,-1.2381269931793213,-0.2775467336177826,0.7242034077644348,0.26215651631355286,0.3355374336242676,0.7626612186431885,0.24903039634227753,0.4615999162197113,-2.2889533042907715,0.434920996427536,-0.7662515640258789,-0.6259720921516418,0.03818923234939575,1.2586445808410645,-0.20711395144462585,-0.322610467672348,-1.6143295764923096,-1.940466284751892,-0.32753291726112366,-0.6837526559829712,-0.1155465841293335,0.3720991611480713,-0.2607705593109131,-0.7439537644386292,-1.6853764057159424,0.24785391986370087,1.3759328126907349,-0.8892569541931152,0.10451104491949081,-1.3664602041244507,-0.679254949092865,0.7002905607223511,-1.939070701599121,-0.07415595650672913,1.6205543279647827,-1.1565943956375122,-0.9703186750411987,0.8813825249671936,-1.3503859043121338,0.8424233198165894,0.1066405177116394,-1.7950708866119385,-1.0387465953826904,-0.838688313961029,3.3811721801757812,-0.006246015429496765,0.1734139770269394,-0.5954915285110474,-1.7142642736434937,1.381827712059021,-0.09488646686077118,-0.006387929432094097,-2.068488597869873,-1.7913193702697754,-0.4744206368923187,-0.9897729158401489,-1.7352980375289917,0.12156394869089127,-0.5973346829414368,2.009129524230957,1.7257758378982544,-1.4933462142944336,-0.4480205774307251,-0.5848236680030823,0.829053521156311,-1.8315306901931763,-0.06997593492269516,0.49379536509513855,0.8309208750724792,-0.9679000377655029,-1.9820961952209473,-1.3443456888198853,-0.1702418476343155,1.4596079587936401,-1.450692892074585,-0.6543293595314026,1.5402907133102417,1.713990330696106,1.7559705972671509,1.2351716756820679,0.025328107178211212,0.13827306032180786,2.9141504764556885,-0.8194981217384338,0.07378491759300232,0.9417451024055481,-0.5138664245605469,-0.5008238554000854,0.04047499597072601,0.3141302168369293,0.6785368919372559,-1.8080804347991943,-0.6466136574745178,0.1828175038099289,-1.085170865058899,-0.48258453607559204,0.9348434209823608,0.9682881832122803,-0.7043182253837585,-0.12478800117969513,0.9472846388816833,-1.2200497388839722,0.42861297726631165,-1.4795790910720825,-1.8445038795471191,1.1560970544815063,0.524229109287262,2.7910897731781006,-0.8010664582252502,0.9218316674232483,0.45984622836112976,-1.3592455387115479,0.06380616873502731,2.857240915298462,1.1576703786849976,1.4781510829925537,-1.2692017555236816,0.40594688057899475,0.8750714063644409,-2.546278238296509,0.5436810255050659,-1.2817785739898682,-0.4278661608695984,0.3753992021083832,-1.7166309356689453,1.4761590957641602,0.4536042809486389,0.21549060940742493,-1.1752947568893433,1.152340292930603,-0.5981860160827637,0.17052964866161346,-0.7077438235282898,0.43200773000717163,0.6154509782791138,0.9268844127655029,-1.4613537788391113,-0.7865582704544067,0.051489222794771194,1.194399356842041,-0.435173362493515,1.3463066816329956,-1.1153275966644287,-0.2433212548494339,1.4881932735443115,0.9710853695869446,0.9915199875831604,-1.642823576927185,1.936422348022461,1.1944612264633179,-0.7542463541030884,2.6348164081573486,-0.2954074740409851,-1.4758104085922241,-1.8308525085449219,0.8609402775764465,-0.7585262060165405,0.35155993700027466,-0.885384202003479,-0.8913549780845642,-2.827965021133423,-4.0591721534729,-1.1168992519378662,-0.4910849332809448,-0.21408089995384216,-0.18204745650291443,-2.501338243484497,-1.5531553030014038,-0.25752466917037964,-1.752294659614563,1.2615559101104736,1.3529292345046997,-1.5376368761062622,3.266514301300049,0.6243178248405457,0.7812088131904602,0.913788914680481,1.4139665365219116,-7.283945083618164,-0.3955119550228119,-0.655669093132019,-0.8208646774291992,0.8119802474975586,-0.5936259627342224,0.9970947504043579,-0.38612785935401917,0.9078495502471924,-3.410287857055664,2.3669357299804688,-0.29611608386039734,1.8809276819229126,-0.7164475917816162,-0.2897636890411377,0.6811214089393616,0.7521544098854065,0.04563525691628456,-1.6502712965011597,-0.14806988835334778,-0.9070160984992981,-0.15841136872768402,1.2402228116989136,-0.011883510276675224,0.5439066290855408,0.4464911222457886,-1.5804144144058228,0.7570300698280334,-0.01671288162469864,-0.6257149577140808,0.8431528210639954,0.8483002781867981,-0.5737001299858093,0.5718832612037659,-0.6981880068778992,0.5766013264656067,0.12316597998142242,0.8724791407585144,1.0279159545898438,-0.8306505084037781,1.8948220014572144,0.6431086659431458,-0.9671872854232788,-1.1778972148895264,0.6109656691551208,1.115836262702942,-1.9908767938613892,-2.3294644355773926,0.8969237804412842,1.6113438606262207,0.7263028621673584,0.7421517968177795,0.3679496645927429,1.3456758260726929,2.239511251449585,-0.7064514756202698,-0.02161206491291523,-0.3388180136680603,0.6693714261054993,-0.5688741207122803,1.5955339670181274,-0.5101993083953857,-0.13037364184856415,0.09414965659379959,-0.0437161847949028,-0.15172183513641357,1.4447264671325684,-0.5086426138877869,0.9007206559181213,-0.6611818671226501,0.28322693705558777,-0.14503061771392822,1.043150544166565,-0.23606380820274353,0.2606951594352722,-1.7800040245056152,-0.26611730456352234,-0.28391388058662415,-0.9605908989906311,-0.35775938630104065,-0.5799537301063538,0.44939613342285156,-0.07503526657819748,-1.4738006591796875,1.0411100387573242,-1.4393864870071411,-1.0070863962173462,0.7038500308990479,-0.24287714064121246,-1.7888610363006592,0.1772351861000061,0.9627935290336609,1.6853368282318115,-0.3355187773704529,0.9111489653587341,1.2921702861785889,1.4392786026000977,-0.28104570508003235,-1.9774776697158813,0.5408555865287781,-1.9546082019805908,1.1085911989212036,-1.4694010019302368,-0.955103874206543,0.4430828392505646,-0.6758459806442261,0.6301711201667786,1.2158548831939697,0.33649611473083496,-1.1923946142196655,0.13820132613182068,1.1020705699920654,-0.2136327028274536,-0.9797254204750061,0.4184393584728241,-1.145387887954712,1.0625051259994507,2.3146870136260986,-0.9823557138442993,1.7704789638519287,0.08286549896001816,2.744626045227051,-2.340503454208374,0.07970740646123886,-0.3796696364879608,-0.5563349723815918,1.2837212085723877,-0.4386502802371979,-2.3242576122283936,-0.016960259526968002,1.1840375661849976,2.8552184104919434,1.2344939708709717,0.737550675868988,0.00684362044557929,-0.9625729918479919,-0.02438928186893463,-0.1812184900045395,-1.2915304899215698,-1.4980372190475464,0.16167056560516357,0.17340123653411865,0.4137568175792694,-1.2838557958602905,0.6215394139289856,0.5578089952468872,-1.255997657775879,-1.1092838048934937,-0.210672065615654,1.7470310926437378,-0.033542733639478683,0.227254718542099,1.1213513612747192,1.5915443897247314,-0.3118124306201935,-1.6579210758209229,0.7955362200737,0.8837721943855286,-1.690883755683899,2.232952356338501,-0.646821916103363,2.3624303340911865,-0.11626410484313965,-0.26991042494773865,0.30538493394851685,0.07085835933685303,-1.7444223165512085,0.35896027088165283,-0.7655084729194641,1.7374262809753418,-1.0518832206726074,0.11357355862855911,2.2282769680023193,-1.2034952640533447,-1.6898412704467773,-0.8278331756591797,-0.11274459213018417,-6.053231239318848,0.49452146887779236,-0.6917292475700378,0.2976211905479431,-0.6973755955696106,-0.9667093753814697,1.9179812669754028,1.5015507936477661,-0.5641133785247803,0.7491813898086548,-1.583204746246338,1.0694929361343384,1.0888551473617554,0.40347224473953247,0.14200323820114136,-0.2135831117630005,-0.41275250911712646,-2.2319438457489014,-0.03619096800684929,-0.7464001178741455,-0.1588449478149414,1.1841650009155273,-1.6410613059997559,0.5947152972221375,-0.20741789042949677,0.7935687303543091,-0.6356126070022583,-6.808393478393555,-1.2338184118270874,-0.3904019296169281,0.31830477714538574,0.34179043769836426,-0.6056233048439026,-1.855934739112854,0.7487915754318237,-1.0405434370040894,0.12400580942630768,-3.706472635269165,-0.05573776736855507,-0.2307610660791397,-1.4554016590118408,-0.6119731068611145,-0.9872203469276428,0.29780423641204834,-0.9744485020637512,1.173629641532898,1.4657223224639893,-0.27472952008247375,-0.952479898929596,-3.9337406158447266,-0.9687516689300537,-0.9530083537101746,-0.24438773095607758,-0.26315435767173767,0.677903413772583,-1.1933420896530151,2.198232889175415,0.8269844651222229,-1.4001436233520508,-1.4412628412246704,-0.4325384199619293,-0.09145180135965347,0.11995804309844971,-2.710961103439331,0.6791859269142151,-0.18769408762454987,-0.6779199242591858,-0.14614687860012054,0.4114743769168854,1.8643395900726318,1.2997208833694458,1.2546093463897705,-0.16272440552711487,0.8623573780059814,-1.1225465536117554,-0.3532123267650604,-0.6186625957489014,-0.007566941902041435,0.8527565002441406,1.2875746488571167,-0.7770797610282898,1.4166080951690674,-0.35174819827079773,0.704795777797699,-1.8761422634124756,-0.7747942805290222,-2.121654510498047,-0.04819155111908913,0.7166298031806946,0.5435751080513,-0.002584530273452401,2.1380083560943604,-0.7677655816078186,0.6165756583213806,1.1190065145492554,-1.072008728981018,-0.20691263675689697,-0.7335069179534912,4.870258331298828,1.0449436902999878,-0.6747841835021973,2.4513113498687744,-1.910014033317566,-0.9131955504417419,0.20284415781497955,0.5582661032676697,-0.01651758700609207,-0.177561417222023,-2.1350646018981934,0.15473493933677673,-0.4018169045448303,-0.7167061567306519,-1.3946996927261353,-1.8170876502990723,-1.1720259189605713,0.2060948610305786,-2.234036922454834,1.786928415298462,-0.5559809803962708,0.9321767091751099,-0.27425435185432434,1.0310238599777222,0.26801586151123047,-0.5501709580421448,0.43499600887298584,0.025746023282408714,-0.19245348870754242,0.3205917477607727,2.1951751708984375,2.6367554664611816,-0.3514147996902466,-0.014159616082906723,0.6701099872589111,-1.5773811340332031,-1.009840726852417,-1.0111463069915771,1.5463440418243408,1.0675952434539795,0.444259375333786,-0.9187379479408264,0.3253892660140991,-2.6567189693450928,-0.5193607807159424,-1.1896641254425049,-0.6643539667129517,-0.18291690945625305,-0.7701098918914795,-7.212788105010986,0.9441308975219727,0.29013755917549133,-0.10883665084838867,0.41971907019615173,0.2729354202747345,0.7861068844795227,-0.006647187750786543,0.8526603579521179,0.2861282229423523,-0.09233451634645462,0.06344463676214218,0.3839350938796997,0.447757363319397,-0.5445688962936401,-0.04314611479640007,-3.230283260345459,1.6809296607971191,0.9367238283157349,-0.4595943093299866,7.668456554412842,1.1118087768554688,-0.6710110306739807,-0.05168444290757179,-0.2471863180398941,1.0100079774856567,-1.3693515062332153,-0.193917378783226,0.5090888738632202,-0.4785008728504181,-0.6613027453422546,-0.512980043888092,-0.7507115006446838,0.15224429965019226,0.7257675528526306,-0.026801330968737602,0.21229062974452972,1.6145743131637573,0.3242867588996887,-1.2835251092910767,1.7496196031570435,0.055868253111839294,-1.441065788269043,-0.28343838453292847,-1.5429987907409668,0.2782401740550995,-0.9947143197059631,-0.6912825107574463,-2.7627196311950684,0.5941680073738098,1.3898049592971802,-1.7525595426559448,0.10962291061878204,-0.48691874742507935,-2.027261972427368,-0.8223112225532532,0.6664674282073975,0.3916989862918854,0.09780533611774445,0.5932877063751221,-1.1176457405090332,-0.48785731196403503,0.6779123544692993,-0.4466885030269623,-1.9933120012283325,0.10010075569152832,1.1857805252075195,0.12601570785045624,-1.514164686203003,0.2503528594970703,-1.15199875831604,-0.7023230791091919,-0.06080862879753113,0.11848490685224533,-0.9844752550125122,0.09043823927640915,-0.57771897315979,-1.0013422966003418,0.6728333234786987,-1.6414391994476318,0.4272040128707886,-0.17365328967571259,2.2532694339752197,-0.13868440687656403,-2.027618408203125,-0.19643624126911163,-1.7009772062301636,0.14684103429317474,0.7189270853996277,-0.5076106190681458,-0.9043101668357849,0.01820570044219494,1.3250212669372559,0.5591953992843628,0.9480119347572327,1.2551288604736328,3.2433533668518066,-0.20110109448432922,0.7577987909317017,-1.6898889541625977,-0.7307121157646179,-1.2771275043487549,0.9093154072761536,-0.4835100769996643,1.0566658973693848,1.393967628479004,0.7592313885688782,-0.9794222712516785,0.274418443441391,-0.4016162157058716,-0.732467770576477,-2.6925151348114014,-1.4636229276657104,-0.18771418929100037,-1.6945058107376099,0.4289523661136627,1.0885709524154663,0.6030479073524475,-0.06650292873382568,-1.122420072555542,0.1549225002527237,2.0530028343200684,-1.2017930746078491,-1.2088801860809326,1.192618727684021,-1.269759178161621,-0.1345745474100113,1.0776546001434326,-0.11418658494949341,-2.836703062057495,-0.13044093549251556,2.2133853435516357,-1.1688674688339233,-0.07484625279903412,1.0982046127319336,-0.27804312109947205,-0.40846025943756104,-0.5124852657318115,0.036788396537303925,0.2933269739151001,0.892339825630188,-0.4408465027809143,1.1426821947097778,-0.08134383708238602,1.5318107604980469,-2.1710519790649414,1.0938717126846313,1.283262014389038,-1.0112311840057373,0.7555781602859497,0.24078339338302612,0.5847499370574951,-0.37513938546180725,-1.0762025117874146,-0.1025860607624054,0.32868000864982605,-0.6657260060310364,0.10487332195043564,-0.33802878856658936,0.5565122365951538,1.9946902990341187,0.6912360191345215,1.5197606086730957,-0.26702946424484253,-0.42804452776908875,-0.1106669008731842,-0.24354973435401917,-0.11011612415313721,-0.898942768573761,1.0551162958145142,-0.6545249223709106,0.4062166213989258,0.05985468998551369,0.5333497524261475,-0.428311824798584,0.6898843050003052,-0.5345997214317322,0.7853074073791504,0.7135441899299622,-0.610643208026886,0.9891784191131592,-1.5357389450073242,-2.8155415058135986,-3.0586419105529785,-1.3328099250793457,1.5671138763427734,-0.9368122816085815,1.8539330959320068,-0.6850385069847107,1.7033116817474365,-0.005238248500972986,0.921628475189209,2.3216986656188965,-1.1831196546554565,-2.7725532054901123,0.4039542078971863,-0.22462019324302673,-3.478482246398926,0.7382582426071167,0.5956716537475586,1.3587578535079956,0.17126500606536865,0.3661442697048187,-0.054475825279951096,0.86057049036026,2.360717535018921,-2.712850332260132,-0.8474192023277283,-0.5746773481369019,-1.7921080589294434,-0.7693009376525879,-0.91852867603302,1.552747130393982,0.16061584651470184,2.076416254043579,-0.45574522018432617,1.0393425226211548,-2.52370548248291,-0.7579003572463989,0.08542686700820923,-0.081666000187397,-0.3750034272670746,1.4308263063430786,-2.269286632537842,0.4962516129016876,-0.17527377605438232,-0.04291149228811264,0.7560418248176575,-1.9787040948867798,-0.10407815873622894,-0.4643235206604004,-0.6613579988479614,-1.6676722764968872,-0.9607166051864624,-0.15881329774856567,-0.22074414789676666,0.5190508961677551,-0.09496777504682541,3.4572129249572754,0.5874285697937012,0.24047304689884186,-0.06060101464390755,1.5302246809005737,0.1042659655213356,0.03774145990610123,0.2905278205871582,-0.7350353002548218,-1.232191562652588,-0.048543136566877365,-0.11283387243747711,-2.1789798736572266,-0.20762960612773895,-0.36269065737724304,1.482372522354126,-0.20645618438720703,-0.05044269561767578,0.9848300814628601,-0.7361184358596802,-0.2728596031665802,-0.34784185886383057,-0.13477416336536407,-1.6383777856826782,2.0140812397003174,1.077878475189209,0.35620346665382385,0.013250104151666164,-1.180528163909912,1.9688771963119507,-0.5321356058120728,1.055023193359375,-0.38308194279670715,-1.6869980096817017,-0.2407805472612381,-0.702695369720459,0.7671158313751221,-1.3928961753845215,0.5826067328453064,1.2514582872390747,-0.706318736076355,0.4934094250202179,0.8715755939483643,-0.018612591549754143,0.7380003333091736,-1.382354497909546,-0.390451580286026,0.21925018727779388,-0.4361196458339691,0.4484807252883911,0.5315071940422058,-0.4710838198661804,-1.9664685726165771,1.4620901346206665,1.6722142696380615,1.2059446573257446,0.7335806488990784,-0.2133377641439438,0.3897626996040344,0.34407445788383484,-1.0615527629852295,-1.6040105819702148,-0.315914124250412,1.7101168632507324,-0.13540083169937134,-0.8041350245475769,0.7026286125183105,-0.343415230512619,-2.13265061378479,-1.9665944576263428,2.3844246864318848,1.8094491958618164,-0.25073984265327454,-2.0097837448120117,1.0308293104171753,-0.31458738446235657,-0.6966267824172974,0.247000053524971,-0.6041979193687439,-0.6940346360206604,2.759410858154297,4.962289333343506,1.997846007347107,0.32941439747810364,-0.27454593777656555,-1.0591320991516113,-6.157202243804932,-0.048951905220746994,-0.4800677001476288,0.5443453788757324,-0.28767332434654236,-0.36658740043640137,7.007102012634277,1.0497515201568604,2.010715961456299,-0.022869959473609924,-1.3729764223098755,1.908614993095398,-0.893750011920929,-0.6973055005073547,-2.022671937942505,-1.0047111511230469,0.7675788998603821,1.2016141414642334,-1.484058141708374,-1.202682614326477,-1.6568585634231567,2.1884946823120117,1.4893971681594849,1.616821050643921,1.7606265544891357,0.8096663355827332,0.25482869148254395,-0.00738894660025835,-0.4042319357395172,2.098393201828003,1.6879093647003174,-3.2293148040771484,1.626708745956421,-1.367945909500122,0.8012281656265259,-0.378197580575943,0.10231459140777588,2.0452075004577637,0.12090521305799484,-1.7354848384857178,1.5363942384719849,-2.5757830142974854,-0.40601828694343567,0.24420972168445587,-1.643872618675232,2.913123369216919,-1.8337066173553467,-0.1097923144698143,0.5173951387405396,0.1912570595741272,2.972140073776245,0.011298496276140213,-1.3623237609863281,-0.2972257435321808,-2.4073235988616943,-1.4059466123580933,0.7740730047225952,-1.674439787864685,-0.16080041229724884,0.03310438618063927,-0.6897731423377991,-0.6179115176200867,-0.417831152677536,0.9720207452774048,-0.6884948015213013,-1.4350169897079468,-1.3088037967681885,0.610088050365448,0.4006781578063965,-0.4373812973499298,0.8058595657348633,1.2015409469604492,0.29067984223365784,0.6379249095916748,-0.19614046812057495,0.29874539375305176,1.6689656972885132,-0.2872390151023865,-1.3776843547821045,-0.5947543382644653,-0.7155301570892334,-0.9327073097229004,0.5324873328208923,1.3124072551727295,-0.7529226541519165,-1.625754952430725,0.08272454142570496,1.0785422325134277,2.0421178340911865,0.5406770706176758,0.8086700439453125,-0.29781147837638855,1.038764238357544,1.2022483348846436,-0.028025183826684952,0.5197188258171082,-0.6561751961708069,-2.135582685470581,-1.372615098953247,3.5118966102600098,0.8989771604537964,0.983022928237915,-0.25496867299079895,-0.15403775870800018,0.639857828617096,-0.6687643527984619,-0.33763450384140015,-0.5412160754203796,1.2128373384475708,-1.2451074123382568,0.5878109931945801,0.5295116901397705,-0.4288606345653534,0.1158280074596405,0.5071884989738464,-1.0889852046966553,0.10657474398612976,-0.7607083320617676,1.1193729639053345,-1.764119267463684,0.8121825456619263,-0.15760371088981628,-0.7878627777099609,0.2741066515445709,0.3445947766304016,-1.4987120628356934,-0.7927981019020081,1.2540366649627686,-1.8447362184524536,-0.12550635635852814,2.649372100830078,0.9710580110549927,1.9150429964065552,-1.431907296180725,0.6956044435501099,-0.4504586160182953,-0.8614303469657898,0.9068715572357178,0.9032694101333618,-0.9257732033729553,-0.05437073856592178,-1.2576749324798584,7.230806350708008,-1.9214000701904297,-0.18170936405658722,1.8952630758285522,0.27789971232414246,-0.9428399801254272,-1.789413332939148,0.12597724795341492,0.2898097336292267,0.017686044797301292,-0.7101798057556152,-1.4229555130004883,1.305161476135254,2.73898983001709,1.3975318670272827,1.1311997175216675,1.8930778503417969,-2.0260307788848877,0.6910097002983093,1.3843247890472412,-0.06533277034759521,-2.061472177505493,-0.8560883402824402,0.16332046687602997,0.802381157875061,1.0391621589660645,-1.4392577409744263,0.098623126745224,0.8713698387145996,3.4533908367156982,-0.47756704688072205,0.4473516047000885,0.6078378558158875,-0.8897301554679871,-1.9742374420166016,-1.044891119003296,-1.6396764516830444,-0.37728458642959595,0.18763594329357147,-1.0375120639801025,-0.3748631775379181,1.7391570806503296,2.3741674423217773,0.008026196621358395,0.4816950559616089,-1.097072720527649,0.9737679362297058,2.171009063720703,-1.1230082511901855,-1.9610193967819214,-0.22706051170825958,0.32249024510383606,-1.629857063293457,-0.22778229415416718,1.4142193794250488,-0.033055905252695084,-0.9566245675086975,0.5641381144523621,-1.4054433107376099,-0.31322169303894043,0.8249723315238953,0.128779336810112,0.6614867448806763,-2.245378255844116,-1.3233596086502075,0.2899598777294159,-0.3888450562953949,2.357154607772827,-0.3521951735019684,-1.221598505973816,1.5717709064483643,-0.6099950671195984,0.08249703794717789,-0.18040604889392853,0.8611118197441101,-0.1224595308303833,1.9464545249938965,1.3774479627609253,0.16936250030994415,0.24950763583183289,0.8048872947692871,0.03386074677109718,1.0082180500030518,0.08651314675807953,1.3437081575393677,-0.23558008670806885,1.2803691625595093,0.4932716190814972,0.5636908411979675,-0.02970374934375286,-1.2581517696380615,0.39481985569000244,0.3342691659927368,2.6105878353118896,-1.0851962566375732,0.2646503448486328,-1.8643078804016113,0.767731785774231,-0.42702993750572205,0.2165415734052658,-0.5571375489234924,0.6681647896766663,0.8526400923728943,1.1833428144454956,-1.1581484079360962,1.5285377502441406,-0.8286504149436951,0.7446666359901428,-1.4639341831207275,1.2453182935714722,-0.5281893610954285,-0.8138812780380249,0.7160186171531677,0.40526264905929565,-1.0357258319854736,2.392111301422119,-0.028219807893037796,0.0027268247213214636,9.206032752990723,1.2849164009094238,0.10246822237968445,-0.08451233059167862,-0.24006760120391846,-2.597728729248047,-0.9710996747016907,-0.5407992601394653,0.30902236700057983,-0.16897058486938477,-0.38636717200279236,-0.6051805019378662,-1.3275468349456787,-0.14400038123130798,1.1835750341415405,1.1597987413406372,2.494943380355835,-1.1646713018417358,1.1749235391616821,0.29613834619522095,-0.15664148330688477,2.4258835315704346,0.3324023187160492,-1.1681878566741943,0.7853963971138,0.19876068830490112,-0.10030020028352737,-1.735002040863037,1.0465391874313354,0.11399884521961212,0.9589304327964783,-2.4684879779815674,-0.0191606804728508,1.9319928884506226,0.3450886011123657,-1.5826576948165894,0.0384945385158062,0.05211656168103218,0.8930781483650208,-0.7744913101196289,1.755960464477539,2.180387020111084,0.04004631191492081,-1.0024851560592651,1.762102484703064,-0.3335564136505127,-0.21251948177814484,-0.9758101105690002,2.390458822250366,4.430750370025635,-0.7787362337112427,0.3274272680282593,0.9700207710266113,-0.1250474452972412,-0.23495270311832428,0.17152376472949982,-0.44746458530426025,0.3855503797531128,-0.5192499160766602,-0.16673748195171356,-2.9741737842559814,0.7903739213943481,-0.1457100212574005,-0.010167189873754978,0.4481133222579956,1.8806208372116089,-1.2236565351486206,0.17360644042491913,0.3404165208339691,-0.9400106072425842,1.6486139297485352,-0.3198297321796417,-1.6732213497161865,-0.2565387189388275,-1.2591221332550049,1.4799929857254028,1.1556835174560547,-1.1339974403381348,1.5087156295776367,1.9893531799316406,0.41826802492141724,-0.8313450217247009,1.2601709365844727,-1.1438802480697632,0.268162339925766,-0.09980089217424393,-1.5994908809661865,0.6419506072998047,-0.532647967338562,-0.3995233178138733,1.5544120073318481,1.8351463079452515,1.0650352239608765,-0.2206311672925949,-1.9411567449569702,-1.1410572528839111,2.1561214923858643,-1.1770336627960205,1.5740020275115967,1.0954395532608032,1.0356333255767822,1.1273558139801025,0.7950933575630188,-1.89924156665802,1.7177239656448364,0.8141224384307861,-1.0095547437667847,1.6536228656768799,2.0791893005371094,-1.1317315101623535,0.7965001463890076,0.4808066487312317,1.16483736038208,0.1953706294298172,-0.2246863692998886,0.030706869438290596,0.6404632329940796,-0.4757867455482483,1.06416654586792,0.6485351324081421,-0.36248868703842163,1.9280320405960083,0.31429561972618103,1.0051881074905396,-1.5801399946212769,-1.8096716403961182,-0.5663305521011353,0.7940836548805237,-0.3390176296234131,-1.0667872428894043,0.5285218954086304,2.8439674377441406,0.20916640758514404,-0.08330754935741425,-0.20043626427650452,-0.5880845189094543,-1.267604112625122,-0.4842115640640259,1.0477012395858765,0.1805046647787094,1.5544930696487427,1.4168376922607422,-0.907543957233429,0.16202566027641296,-0.7447505593299866,-0.3108055591583252,1.2136322259902954,0.6975155472755432,-2.0649070739746094,2.0879549980163574,-0.47718748450279236,-1.2588825225830078,0.34005221724510193,0.8171926736831665,-0.48616623878479004,-0.3742099404335022,0.7439371943473816,0.8416672945022583,-0.13612283766269684,1.5005016326904297,0.7131024599075317,-0.21899880468845367,0.17071093618869781,1.0718791484832764,-1.0812922716140747,-0.7788439393043518,-0.5372883081436157,0.28770264983177185,1.8631744384765625,-0.3132284879684448,-0.5552378296852112,0.4439898431301117,0.7950916290283203,0.2343054711818695,-0.1146557554602623,-0.9723367691040039,0.5873460173606873,0.49107834696769714,-0.4589531123638153,0.01733059622347355,-0.8455584049224854,1.2737048864364624,1.8323988914489746,-1.5697364807128906,-0.23485663533210754,-1.199815034866333,1.6117902994155884,0.6809478402137756,-1.2309331893920898,-1.186213493347168,-0.3516983389854431,0.7976167798042297,0.15535365045070648,0.8226814270019531,1.1003165245056152,-1.1239019632339478,0.5860630869865417,0.782798171043396,0.6232213973999023,-0.3816709816455841,0.7106807827949524,-0.268271803855896,-0.4865209758281708,0.771797239780426,-0.9435397386550903,-1.5998005867004395,0.4902319610118866,0.8406732082366943,-0.04933026060461998,0.7886026501655579,0.19002178311347961,-0.6122941970825195,1.139183521270752,-1.3980644941329956,2.7958641052246094,-0.8368955850601196,0.6676115989685059,-1.0773506164550781,-0.4538143575191498,0.8763620257377625,-1.1602729558944702,-0.4096300005912781,0.4917871952056885,-0.78061443567276,-0.5864918828010559,1.2534860372543335,-1.5663292407989502,-0.390514612197876,-0.4743822515010834,0.17586620151996613,-1.7519927024841309,-0.3488312363624573,1.503074288368225,-0.3881622552871704,-0.9017627835273743,2.7485246658325195,-1.1815783977508545,0.938118040561676,0.3382120132446289,-0.25703829526901245,-0.9155417084693909,1.214931845664978,-0.6080613136291504,1.2504271268844604,1.0693862438201904,-1.5396627187728882,0.17792373895645142,-0.04761846363544464,-0.12322411686182022,-0.15756942331790924,1.3908717632293701,-0.9386363625526428,-0.6783846616744995,-1.772352695465088,-0.9028711915016174,-1.0585377216339111,1.4618111848831177,0.9001046419143677,3.4018287658691406,-0.1806877702474594,-0.45566925406455994,2.7099061012268066,-0.4272414743900299,0.3616384267807007,-1.0520305633544922,-0.3386445641517639,-1.1722503900527954,0.925644040107727,2.464900493621826,-1.3386045694351196,1.0371450185775757,0.8141463994979858,0.11292324960231781,-1.5358842611312866,0.6096381545066833,0.7103158235549927,-0.7218647003173828,0.3116615116596222,2.0408031940460205,0.7052911520004272,0.23282475769519806,1.3006259202957153,-0.4082634449005127,-1.034321665763855,-0.9177001118659973,0.21192599833011627,-0.7237327694892883,-0.8879712224006653,1.0529875755310059,-1.1711196899414062,-1.0176005363464355,0.17036841809749603,-0.7686139941215515,0.06168222799897194,0.7568919658660889,1.840193271636963,-0.7722510695457458,-0.913343071937561,0.1466912031173706,0.3798856735229492,-0.47342783212661743,0.7242614030838013,1.097327709197998,-0.4741175174713135,1.213083028793335,0.8086689710617065,-0.5382645726203918,-1.9195820093154907,-0.9386126399040222,-0.19831107556819916,-1.874693751335144,0.043313611298799515,1.3599083423614502,-1.7563234567642212,-0.660464346408844,-0.5305116176605225,-0.5553958415985107,0.10554991662502289,-0.44737207889556885,-0.1349761188030243,0.7483742833137512,-0.9918383955955505,2.380981922149658,0.5844170451164246,-0.8935421109199524,-0.5602648854255676,0.554337203502655,-0.9820145964622498,0.6660070419311523,0.8370500802993774,-1.1393274068832397,1.0086655616760254,-0.3991050720214844,0.31438779830932617,-0.9214719533920288,-1.2465800046920776,0.439085453748703,0.3538864850997925,-0.641150176525116,1.3098820447921753,1.988442063331604,-0.5058293342590332,0.39811766147613525,1.3933515548706055,-0.28937676548957825,-1.3899898529052734,-1.0069981813430786,0.35732415318489075,0.11858687549829483,-0.5183778405189514,-1.040313482284546,0.7617214918136597,-0.837910532951355,-0.19714222848415375,0.8300867080688477,-1.276574969291687,-1.131649136543274,-0.3286363184452057,0.45232123136520386,-0.4051794111728668,-0.4329764246940613,-0.8474725484848022,1.0196478366851807,-1.3023535013198853,-0.5749032497406006,-1.8410742282867432,1.6514768600463867,-2.127387523651123,-1.0547305345535278,-0.6277304291725159,1.0894933938980103,-0.6672827005386353,0.7527281045913696,0.7213466167449951,0.7806472182273865,0.4183369278907776,0.8121384382247925,1.9165650606155396,0.9094343781471252,-1.820772409439087,0.7981390953063965,1.8680449724197388,-1.4018940925598145,0.7372191548347473,0.44529590010643005,1.932477593421936,-0.5497456789016724,-2.0474750995635986,-1.087989091873169,-0.38051241636276245,1.4670239686965942,-0.05517975986003876,0.19385255873203278,-0.7582104802131653,0.7124239802360535,0.9607580900192261,1.2767564058303833,1.2499990463256836,3.1219732761383057,-0.0011429288424551487,2.2043042182922363,1.3021283149719238,0.08949172496795654,0.5822778940200806,-1.0634318590164185,0.7441774010658264,-0.6322145462036133,-0.5353469848632812,0.746120035648346,-0.6765345335006714,-0.5032076835632324,-2.704211950302124,0.2303258180618286,-0.6370617151260376,-1.787392020225525,0.3463021218776703,-1.07782781124115,0.01176229864358902,-1.035531759262085,0.6934296488761902,0.3400869071483612,-1.275987982749939,-2.5167715549468994,-0.322868674993515,-1.9904108047485352,-0.45375701785087585,-1.3730913400650024,-0.45437997579574585,-0.06738917529582977,2.0789947509765625,-0.5571779012680054,-2.4824960231781006,0.06773679703474045,-0.032156892120838165,-0.12074750661849976,-0.9999299645423889,1.1235629320144653,1.4434289932250977,-1.0087562799453735,1.5918198823928833,0.12565529346466064,0.049694959074258804,2.2736809253692627,-2.5352087020874023,0.07425432652235031,-1.8930608034133911,0.7929141521453857,0.8032942414283752,-0.6437450051307678,0.5487329363822937,2.174123764038086,-0.7870950102806091,-0.6778886914253235,1.1313320398330688,-0.8663073778152466,-0.9291250109672546,-0.16178277134895325,-0.517609179019928,0.4552873969078064,-1.5798039436340332,-0.17380677163600922,0.8270216584205627,-0.8602902293205261,-0.3315030634403229,-1.2392559051513672,0.5282179713249207,-0.7707439661026001,3.076998472213745,-1.0402635335922241,0.7786973714828491,-0.2604410946369171,2.7546310424804688,-0.24721677601337433,-0.7096760869026184,-1.470079779624939,-0.41620251536369324,0.09067048877477646,-0.30285710096359253,0.3235234320163727,-0.44647639989852905,-0.9533730745315552,0.3082437217235565,0.49088552594184875,1.8534448146820068,-0.36120331287384033,-0.7359989881515503,1.3009735345840454,2.963371753692627,2.6462903022766113,1.1937791109085083,1.3224807977676392,0.5588164329528809,-1.6869618892669678,0.2661665678024292,0.422470360994339,-0.8499917984008789,-0.6968472599983215,-1.6493021249771118,-0.17435362935066223,-0.6405648589134216,-0.8851885795593262,-0.10280822962522507,1.06766939163208,0.2876601219177246,2.0929434299468994,1.7404258251190186,1.30393385887146,-0.3068681061267853,1.9261808395385742,0.7998939156532288,-0.43596234917640686,0.31018397212028503,-0.45670992136001587,0.7819440960884094,-0.7659255266189575,-0.5934563875198364,1.9300899505615234,2.0025992393493652,1.1771461963653564,0.6986988186836243,0.9072722792625427,-0.4681331515312195,-0.2769862711429596,-0.06668947637081146,-0.33679330348968506,0.4944795072078705,-0.885638952255249,0.4255673587322235,0.09864570200443268,1.5205656290054321,0.9791637063026428,0.14746151864528656,0.7106825709342957,-1.2542457580566406,0.44669973850250244,-0.7828236222267151,0.2674914598464966,-0.34053799510002136,-0.8234608173370361,0.1239306777715683,1.768027901649475,0.4902333617210388,0.24162675440311432,1.4154595136642456,-0.6629310846328735],"similarity":0}]}] \ No newline at end of file diff --git a/index.ts b/index.ts index f1d016d..1bddad4 100644 --- a/index.ts +++ b/index.ts @@ -2,7 +2,8 @@ import { spawn } from 'child_process'; import readline from 'readline'; import config from './config.json'; const { whisperModelPath, audioListenerScript } = config; -import { talk } from './src/talk'; +import embeddings from './embeddings.json'; +import { talk, checkTranscriptionForCommand, CommandType, CommandEmbedding } from './src/talk'; const fs = require('fs'); const path = require('path'); @@ -189,12 +190,15 @@ const transcriptionEventHandler = async (event: AudioBytesEvent) => { // TODO: Wait for 1s, because whisper bindings currently throw out if not enough audio passed in // Therefore fix whisper + let transcription = ''; if (!transcriptionMutex && joinedBuffer.length > ONE_SECOND) { transcriptionMutex = true; globalWhisperPromise = whisper.whisperInferenceOnBytes(joinedBuffer); const rawTranscription = await globalWhisperPromise; // Remove transcription artifacts like (wind howling) - const transcription = rawTranscription.replace(/\s*\[[^\]]*\]\s*|\s*\([^)]*\)\s*/g, ''); + transcription = rawTranscription.replace(/\s*\[[^\]]*\]\s*|\s*\([^)]*\)\s*/g, ''); + // Trim starting whitespace + transcription = transcription.trimStart(); const transcriptionEvent: TranscriptionEvent = { timestamp: Number(Date.now()), eventType: 'transcription', @@ -207,6 +211,11 @@ const transcriptionEventHandler = async (event: AudioBytesEvent) => { newEventHandler(transcriptionEvent); transcriptionMutex = false; } + const command: CommandType = await checkTranscriptionForCommand(llamaServerUrl, embeddings as CommandEmbedding[], transcription); + if (command === 'restart') { + console.log('===== RESTART ====='); + // TODO restart the conversation + } } const cutTranscriptionEventHandler = async (event: TranscriptionEvent) => { diff --git a/package.json b/package.json index 25c9792..c0436ac 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,7 @@ "license": "MIT", "scripts": { "start": "npx ts-node ./index.ts", + "embed": "npx ts-node ./embed.ts", "test-voice": "npx ts-node ./tests/voice.test.ts" }, "dependencies": { diff --git a/src/depedenciesLibrary/llm.ts b/src/depedenciesLibrary/llm.ts index 33f8168..39ef9d7 100644 --- a/src/depedenciesLibrary/llm.ts +++ b/src/depedenciesLibrary/llm.ts @@ -77,3 +77,14 @@ export const llamaInvoke = (prompt: string, input: string, llamaServerUrl: strin }); }); } + +export const llamaEmbed = async (llamaServerUrl: string, content: string): Promise => { + const response = await axios({ + method: 'post', + url: `${llamaServerUrl}/embedding`, + data: { + content + } + }); + return response.data.embedding; +} diff --git a/src/talk.ts b/src/talk.ts index b9be29e..3610034 100644 --- a/src/talk.ts +++ b/src/talk.ts @@ -1,5 +1,19 @@ import { playAudioFile, generateAudio } from './depedenciesLibrary/voice' -import { llamaInvoke } from './depedenciesLibrary/llm'; +import { llamaInvoke, llamaEmbed } from './depedenciesLibrary/llm'; + +export type CommandType = 'continue' | 'restart'; + +interface Phrase { + content: string; + embedding: number[]; + similarity: number; +} + +export interface CommandEmbedding { + name: CommandType; + threshold: number; + phrases: Phrase[]; +} // Talk: Greedily generate audio while completing an LLM inference export const talk = async (prompt: string, input: string, llamaServerUrl: string, personaConfig:string, sentenceCallback: (sentence: string) => void): Promise => { @@ -28,4 +42,48 @@ export const talk = async (prompt: string, input: string, llamaServerUrl: string await promisesChain; return response; -} \ No newline at end of file +} + +const cosineSimilarity = (A: number[], B: number[]): number => { + if ((!A.length) || (!B.length) || (A.length !== B.length)) { + throw new Error('Invalid vectors'); + } + let dotProduct = 0; + let magA = 0; + let magB = 0; + + for (let i=0; i => { + if (transcription.length) { + // Remove punctuation from the end + transcription = transcription.replace(/[^\w\s]*$/, ""); + console.log(transcription); + const transcriptionEmbedding = await llamaEmbed(llamaServerUrl, transcription); + for (const command of commandEmbeddings) { + command.phrases.map((phrase: Phrase) => { + phrase.similarity = cosineSimilarity(phrase.embedding, transcriptionEmbedding) + }); + command.phrases.sort((a, b) => b.similarity - a.similarity); + const phrase = command.phrases[0]; + if (phrase.similarity > command.threshold) { + //console.log(`transcription: "${transcription}" PASSED`); + //console.log(`phrase: "${phrase.content}" ${phrase.similarity}`); + //console.log(`greater than threshold ${command.threshold}`); + return command.name; + } + //console.log(`${command.name}: ${phrase.similarity}`); + } + } + return 'continue'; +}