datasetId
stringlengths
2
117
author
stringlengths
2
42
last_modified
timestamp[us, tz=UTC]
downloads
int64
0
9.36M
likes
int64
0
3.89k
tags
list
task_categories
list
createdAt
timestamp[us, tz=UTC]
card
stringlengths
19
1.01M
embedding
list
EduardoPacheco/FoodSeg103
EduardoPacheco
2023-07-24T00:01:28Z
527
2
[ "task_categories:image-segmentation", "task_ids:semantic-segmentation", "size_categories:n<1K", "license:apache-2.0", "arxiv:2105.05409", "region:us" ]
[ "image-segmentation" ]
2023-07-22T03:59:39Z
--- license: apache-2.0 task_categories: - image-segmentation task_ids: - semantic-segmentation size_categories: - n<1K dataset_info: features: - name: image dtype: image - name: label dtype: image splits: - name: train num_bytes: 1125278411.056 num_examples: 4983 - name: validation num_bytes: 114576466.17 num_examples: 2135 download_size: 1259085777 dataset_size: 1239854877.226 --- # Dataset Card for FoodSeg103 ## Table of Contents - [Dataset Card for FoodSeg103](#dataset-card-for-foodseg103) - [Table of Contents](#table-of-contents) - [Dataset Description](#dataset-description) - [Dataset Summary](#dataset-summary) - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards) - [Dataset Structure](#dataset-structure) - [Data categories](#data-categories) - [Data Splits](#data-splits) - [Dataset Creation](#dataset-creation) - [Curation Rationale](#curation-rationale) - [Source Data](#source-data) - [Initial Data Collection and Normalization](#initial-data-collection-and-normalization) - [Annotations](#annotations) - [Annotation process](#annotation-process) - [Refinement process](#refinement-process) - [Who are the annotators?](#who-are-the-annotators) - [Additional Information](#additional-information) - [Dataset Curators](#dataset-curators) - [Licensing Information](#licensing-information) - [Citation Information](#citation-information) ## Dataset Description - **Homepage:** [Dataset homepage](https://xiongweiwu.github.io/foodseg103.html) - **Repository:** [FoodSeg103-Benchmark-v1](https://github.com/LARC-CMU-SMU/FoodSeg103-Benchmark-v1) - **Paper:** [A Large-Scale Benchmark for Food Image Segmentation](https://arxiv.org/pdf/2105.05409.pdf) - **Point of Contact:** [Not Defined] ### Dataset Summary FoodSeg103 is a large-scale benchmark for food image segmentation. It contains 103 food categories and 7118 images with ingredient level pixel-wise annotations. The dataset is a curated sample from [Recipe1M](https://github.com/facebookresearch/inversecooking) and annotated and refined by human annotators. The dataset is split into 2 subsets: training set, validation set. The training set contains 4983 images and the validation set contains 2135 images. ### Supported Tasks and Leaderboards No leaderboard is available for this dataset at the moment. ## Dataset Structure ### Data categories | id | ingridient | | --- | ---- | | 0 | background | | 1 | candy | | 2 | egg tart | | 3 | french fries | | 4 | chocolate | | 5 | biscuit | | 6 | popcorn | | 7 | pudding | | 8 | ice cream | | 9 | cheese butter | | 10 | cake | | 11 | wine | | 12 | milkshake | | 13 | coffee | | 14 | juice | | 15 | milk | | 16 | tea | | 17 | almond | | 18 | red beans | | 19 | cashew | | 20 | dried cranberries | | 21 | soy | | 22 | walnut | | 23 | peanut | | 24 | egg | | 25 | apple | | 26 | date | | 27 | apricot | | 28 | avocado | | 29 | banana | | 30 | strawberry | | 31 | cherry | | 32 | blueberry | | 33 | raspberry | | 34 | mango | | 35 | olives | | 36 | peach | | 37 | lemon | | 38 | pear | | 39 | fig | | 40 | pineapple | | 41 | grape | | 42 | kiwi | | 43 | melon | | 44 | orange | | 45 | watermelon | | 46 | steak | | 47 | pork | | 48 | chicken duck | | 49 | sausage | | 50 | fried meat | | 51 | lamb | | 52 | sauce | | 53 | crab | | 54 | fish | | 55 | shellfish | | 56 | shrimp | | 57 | soup | | 58 | bread | | 59 | corn | | 60 | hamburg | | 61 | pizza | | 62 | hanamaki baozi | | 63 | wonton dumplings | | 64 | pasta | | 65 | noodles | | 66 | rice | | 67 | pie | | 68 | tofu | | 69 | eggplant | | 70 | potato | | 71 | garlic | | 72 | cauliflower | | 73 | tomato | | 74 | kelp | | 75 | seaweed | | 76 | spring onion | | 77 | rape | | 78 | ginger | | 79 | okra | | 80 | lettuce | | 81 | pumpkin | | 82 | cucumber | | 83 | white radish | | 84 | carrot | | 85 | asparagus | | 86 | bamboo shoots | | 87 | broccoli | | 88 | celery stick | | 89 | cilantro mint | | 90 | snow peas | | 91 | cabbage | | 92 | bean sprouts | | 93 | onion | | 94 | pepper | | 95 | green beans | | 96 | French beans | | 97 | king oyster mushroom | | 98 | shiitake | | 99 | enoki mushroom | | 100 | oyster mushroom | | 101 | white button mushroom | | 102 | salad | | 103 | other ingredients | ### Data Splits This dataset only contains two splits. A training split and a validation split with 4983 and 2135 images respectively. ## Dataset Creation ### Curation Rationale Select images from a large-scale recipe dataset and annotate them with pixel-wise segmentation masks. ### Source Data The dataset is a curated sample from [Recipe1M](https://github.com/facebookresearch/inversecooking). #### Initial Data Collection and Normalization After selecting the source of the data two more steps were added before image selection. 1. Recipe1M contains 1.5k ingredient categoris, but only the top 124 categories were selected + a 'other' category (further became 103). 2. Images should contain between 2 and 16 ingredients. 3. Ingredients should be visible and easy to annotate. Which then resulted in 7118 images. ### Annotations #### Annotation process Third party annotators were hired to annotate the images respecting the following guidelines: 1. Tag ingredients with appropriate categories. 2. Draw pixel-wise masks for each ingredient. 3. Ignore tiny regions (even if contains ingredients) with area covering less than 5% of the image. #### Refinement process The refinement process implemented the following steps: 1. Correct mislabelled ingredients. 2. Deleting unpopular categories that are assigned to less than 5 images (resulting in 103 categories in the final dataset). 3. Merging visually similar ingredient categories (e.g. orange and citrus) #### Who are the annotators? A third party company that was not mentioned in the paper. ## Additional Information ### Dataset Curators Authors of the paper [A Large-Scale Benchmark for Food Image Segmentation](https://arxiv.org/pdf/2105.05409.pdf). ### Licensing Information [Apache 2.0 license.](https://github.com/LARC-CMU-SMU/FoodSeg103-Benchmark-v1/blob/main/LICENSE) ### Citation Information ```bibtex @inproceedings{wu2021foodseg, title={A Large-Scale Benchmark for Food Image Segmentation}, author={Wu, Xiongwei and Fu, Xin and Liu, Ying and Lim, Ee-Peng and Hoi, Steven CH and Sun, Qianru}, booktitle={Proceedings of ACM international conference on Multimedia}, year={2021} } ```
[ -0.6920629739761353, -0.710146427154541, -0.03331083431839943, -0.09249702841043472, 0.006390513852238655, 0.003379181958734989, -0.048262741416692734, -0.4753257632255554, 0.50413978099823, 0.6571370959281921, -0.7382651567459106, -0.8088515400886536, -0.7489158511161804, 0.3676084578037262, -0.09749172627925873, 0.7630900144577026, -0.2990777790546417, 0.09183874726295471, -0.16441616415977478, -0.4029844403266907, -0.45271241664886475, -0.22476020455360413, -0.5921006798744202, -0.22046887874603271, 0.3735867142677307, 0.7288094758987427, 0.7450708150863647, 0.9253081679344177, 0.5520827174186707, 0.26860469579696655, -0.19551709294319153, 0.25292110443115234, -0.2861972451210022, 0.005265953950583935, -0.06619677692651749, -0.23005858063697815, -0.14979183673858643, 0.18915149569511414, 0.19892308115959167, 0.6253346800804138, 0.13113252818584442, 0.5523768663406372, -0.0035072423052042723, 1.082679271697998, -0.5533415079116821, 0.33649739623069763, -0.3102179765701294, 0.12812423706054688, 0.0508732944726944, 0.21639543771743774, 0.0535442978143692, -0.49719637632369995, -0.10639052093029022, -0.9706823825836182, 0.08397780358791351, 0.013954799622297287, 1.3123407363891602, 0.17505168914794922, -0.16360880434513092, -0.38153260946273804, -0.3498217463493347, 0.6519757509231567, -0.6191854476928711, 0.29058995842933655, 0.709965705871582, 0.19066518545150757, -0.2023215889930725, -0.9919747114181519, -0.7377557754516602, 0.2307024896144867, -0.2047865241765976, 0.30914750695228577, -0.25816190242767334, -0.5706756711006165, 0.4843480587005615, 0.5865907073020935, -0.4480229616165161, 0.06684144586324692, -0.46850308775901794, 0.16022315621376038, 0.6126466989517212, 0.08688127249479294, 0.36314907670021057, -0.2784886360168457, -0.5526406168937683, -0.38395968079566956, -0.14863145351409912, 0.6195488572120667, 0.11079338192939758, 0.16514793038368225, -0.0784173309803009, 0.7357544898986816, -0.5350520014762878, 0.48228541016578674, 0.24646443128585815, -0.4827624559402466, 0.830512523651123, -0.5051209330558777, -0.3612762987613678, 0.12556502223014832, 0.7580215334892273, 0.8445023894309998, 0.012545444071292877, 0.46730077266693115, -0.17385368049144745, 0.00791512243449688, -0.008623435162007809, -0.8583328127861023, -0.48178765177726746, 0.37682995200157166, -0.5854103565216064, -0.27089229226112366, 0.39484021067619324, -0.7566108703613281, -0.37188124656677246, -0.22252057492733002, 0.34968963265419006, -0.35420575737953186, 0.04207948222756386, 0.006593681871891022, -0.5958912372589111, 0.6658433675765991, 0.28279992938041687, -0.8111968636512756, 0.27743807435035706, 0.45462968945503235, 0.6610437035560608, 0.13966317474842072, -0.11759106814861298, -0.32153019309043884, 0.3585698902606964, -0.4102438688278198, 0.9453227519989014, -0.5861958265304565, -0.23650263249874115, -0.28475019335746765, 0.8838287591934204, -0.06205729767680168, -0.7546138763427734, 0.8010960221290588, -0.18590879440307617, 0.0024881730787456036, -1.039746642112732, -0.6141893267631531, -0.34785857796669006, 0.6391378045082092, -0.8841534852981567, 1.3061145544052124, 0.12284305691719055, -0.7708372473716736, 0.7348667979240417, -0.5155264139175415, -0.4868624806404114, 0.16005027294158936, -0.2647917866706848, -0.5212398171424866, -0.2558698356151581, 0.7564491033554077, 0.48218950629234314, -0.6430186629295349, 0.16497363150119781, -0.22796493768692017, -0.17709708213806152, 0.007429781369864941, -0.05857408791780472, 0.7172701954841614, 0.27171096205711365, -0.3091718256473541, 0.19834832847118378, -0.7623047828674316, 0.03775585815310478, 0.701992928981781, -0.275636225938797, -0.24943111836910248, -0.09168164432048798, -0.0280031468719244, 0.007939636707305908, 0.08964628726243973, -0.29725104570388794, 0.21548332273960114, -0.11507466435432434, 0.3931201994419098, 0.7223011255264282, 0.30269742012023926, 0.2700843811035156, -0.5685719847679138, 0.16510780155658722, 0.41813504695892334, 0.3624365031719208, -0.4485650956630707, -0.7068591713905334, -0.7164106965065002, -0.33528628945350647, 0.43953078985214233, 0.5897194147109985, -0.4799952805042267, 1.0159131288528442, -0.2142755538225174, -0.5973044037818909, -0.4312090277671814, 0.019521472975611687, 0.17910757660865784, 0.8396115899085999, 0.4841671884059906, -0.44386783242225647, -0.5410605669021606, -1.1447365283966064, 0.09628331661224365, 0.1250794678926468, 0.037824295461177826, 0.2607341408729553, 0.783271074295044, -0.24361176788806915, 0.8777025938034058, -0.9668112397193909, -0.3349299728870392, -0.5073145627975464, -0.3641056716442108, 0.326635479927063, 0.7863487005233765, 0.6650909185409546, -0.9017593264579773, -0.7597678303718567, 0.13064955174922943, -0.5275397300720215, 0.3297715187072754, 0.08989229798316956, -0.18121489882469177, -0.09523677080869675, 0.3015313148498535, -0.26451948285102844, 0.9363407492637634, 0.3149937093257904, -0.40058600902557373, 0.4457610845565796, 0.12650983035564423, 0.6202046275138855, -1.325704574584961, 0.09872554242610931, 0.3418566882610321, 0.26196131110191345, -0.33603182435035706, -0.3602333068847656, 0.13510636985301971, -0.052385639399290085, -0.49017930030822754, 0.6017032265663147, -0.4255877137184143, 0.048633553087711334, 0.28279590606689453, -0.45271503925323486, 0.3601933717727661, 0.6991997361183167, 0.027032777667045593, 0.6815799474716187, 0.5986804962158203, -0.4977399408817291, 0.32852938771247864, 0.40319228172302246, -0.8595795035362244, 0.6853795051574707, -0.564272940158844, -0.3779909610748291, -0.19120138883590698, 0.43708524107933044, -1.33968985080719, -0.6546536684036255, 0.7908614873886108, -0.31870412826538086, 0.14978906512260437, -0.08869083225727081, -0.7687591314315796, -0.8261045217514038, -0.5024015307426453, 0.21879664063453674, 0.44998595118522644, -0.574175238609314, 0.43803438544273376, 0.4851767122745514, 0.3336506485939026, -0.2853192389011383, -0.9784688353538513, -0.1394171416759491, -0.1403651386499405, -0.4924159646034241, 0.3073199689388275, -0.07638786733150482, -0.029626701027154922, 0.27011510729789734, -0.2266647219657898, 0.013810563832521439, -0.10799062997102737, 0.38595739006996155, 0.14009784162044525, -0.19749687612056732, -0.16469131410121918, 0.08859602361917496, 0.061759259551763535, -0.15225538611412048, -0.10439292341470718, 0.567544162273407, -0.015886923298239708, -0.09259602427482605, -0.7103221416473389, 0.25029003620147705, 0.35462686419487, -0.39542055130004883, 0.7549233436584473, 1.0109838247299194, -0.5233566761016846, 0.2949214577674866, -0.6386803388595581, -0.2012043297290802, -0.43005481362342834, 0.26682016253471375, -0.4263855218887329, -0.5322428345680237, 0.80183345079422, -0.06376103311777115, 0.17535367608070374, 0.8270664811134338, 0.2236342579126358, -0.14771026372909546, 0.7333493232727051, -0.03817099705338478, -0.07549441605806351, 0.3848486840724945, -0.6364579796791077, -0.20616358518600464, -0.8488067388534546, -0.8922263979911804, -0.7720274925231934, -0.6223125457763672, -0.47199323773384094, -0.6322133541107178, 0.22472259402275085, 0.040784355252981186, -0.4115779399871826, 0.5020412802696228, -0.9121430516242981, 0.9777658581733704, 0.7083651423454285, 0.5501710772514343, -0.07794775068759918, 0.3378928005695343, -0.5126149654388428, -0.10046137869358063, -0.6368556618690491, -0.3740430176258087, 0.7038936614990234, 0.4276467561721802, 0.590250551700592, -0.23160982131958008, 0.6115396618843079, 0.07852619886398315, 0.21135027706623077, -0.6729699969291687, 0.4546087980270386, -0.33743712306022644, -0.8447952270507812, -0.1634267419576645, -0.41687485575675964, -0.9362035989761353, 0.14437000453472137, -0.15490283071994781, -0.9075619578361511, 0.4095487594604492, -0.049420058727264404, -0.3805767595767975, 0.6616307497024536, -1.2714085578918457, 1.2840880155563354, -0.5359893441200256, -0.45717746019363403, 0.6579219102859497, -0.8936244249343872, 0.06546054035425186, 0.24761180579662323, 0.3757593035697937, -0.4581226110458374, -0.01758488453924656, 1.2072713375091553, -0.4944905936717987, 0.8611529469490051, -0.2554098963737488, 0.10497533529996872, 0.31062617897987366, -0.12039556354284286, 0.5449205636978149, 0.0024684499949216843, 0.11025558412075043, -0.04467864707112312, 0.09291423112154007, -0.300948828458786, -0.5209934115409851, 0.8964762091636658, -0.7065256237983704, -0.47775283455848694, -0.4751456081867218, -0.10127098113298416, 0.01894724927842617, 0.5737622976303101, 0.3081219792366028, -0.11386703699827194, 0.06851191073656082, 0.3557078540325165, 0.6664642095565796, -0.27187445759773254, 0.2926761209964752, -0.009656475856900215, -0.0845969021320343, -0.9499891996383667, 0.8975622653961182, 0.3160577714443207, -0.06432942301034927, 0.3034493327140808, 0.37771421670913696, -0.26962941884994507, -0.015336544252932072, -0.2765291631221771, -0.0536385141313076, -0.7462759017944336, -0.4360593557357788, -0.6685397028923035, -0.10668542981147766, -0.6043747663497925, -0.4743459224700928, -0.42178866267204285, -0.19300414621829987, -0.5879255533218384, -0.0995175689458847, 0.23760367929935455, 0.5724291801452637, 0.08888851851224899, 0.18342085182666779, -0.4959118664264679, 0.38446706533432007, 0.2342728078365326, 0.21525223553180695, 0.1550549417734146, -0.4217098653316498, -0.2077435702085495, -0.03246748819947243, -0.5049394369125366, -0.7807102799415588, 0.564602255821228, -0.04084360972046852, 0.6128360629081726, 0.49755528569221497, -0.14636370539665222, 0.9594848155975342, 0.07387405633926392, 1.0363284349441528, 0.676164984703064, -0.5583010911941528, 0.7631312012672424, 0.08642254024744034, 0.6674278974533081, 0.9488388299942017, 0.8854111433029175, -0.6154806017875671, 0.0880783200263977, -0.6032066941261292, -1.2151825428009033, 0.6638426184654236, 0.0413954071700573, -0.3576972484588623, -0.05356420576572418, 0.22731387615203857, 0.27726706862449646, 0.18428444862365723, -0.9111788868904114, -0.687933087348938, -0.2692900002002716, -0.14440423250198364, 0.18501338362693787, -0.26263856887817383, -0.25900572538375854, -0.9991847276687622, 0.6966831088066101, 0.20654477179050446, -0.01992323435842991, 0.3300241529941559, 0.3339230716228485, -0.19876781105995178, 0.009157068096101284, 0.48485472798347473, 0.4662705957889557, -0.4174514710903168, 0.12636137008666992, 0.11341749131679535, -0.6173661947250366, 0.10458605736494064, 0.024447431787848473, -0.15547534823417664, -0.2950514853000641, 0.3983345329761505, 0.705502986907959, 0.17157408595085144, -0.32149767875671387, 0.4079379737377167, -0.2567530870437622, -0.6944877505302429, -0.3205541968345642, -0.03936479613184929, -0.14719831943511963, 0.34052979946136475, 0.6704776883125305, 0.15855444967746735, 0.06381402909755707, -0.5078866481781006, 0.2985875904560089, 0.14266283810138702, -0.31608399748802185, -0.07073169201612473, 0.48456358909606934, 0.17627936601638794, 0.1806623935699463, 0.6953010559082031, -0.17054243385791779, -0.5304327011108398, 0.9550010561943054, 0.5166472792625427, 0.7357933521270752, -0.07417051494121552, 0.20677489042282104, 0.9963880777359009, 0.43891915678977966, -0.23280377686023712, 0.22892916202545166, -0.03392622992396355, -0.5976548790931702, 0.002236556028947234, -0.6711031794548035, 0.004479866474866867, 0.4514847695827484, -0.661354124546051, 0.2943134903907776, -0.5159445405006409, -0.3197227120399475, 0.3566040098667145, 0.15602904558181763, -0.9140926599502563, 0.5080075263977051, 0.012023898772895336, 1.018172025680542, -1.0071852207183838, 0.41895437240600586, 0.9926473498344421, -0.5924175977706909, -1.0252320766448975, 0.038961391896009445, -0.020989028736948967, -0.9150446653366089, 0.5076102018356323, 0.48437342047691345, 0.6884476542472839, -0.4304594099521637, -0.8624414801597595, -0.9486740231513977, 1.241103172302246, -0.06790854036808014, -0.42662227153778076, -0.046165432780981064, 0.20922476053237915, 0.23337136209011078, -0.43242019414901733, 0.17841903865337372, 0.44783321022987366, 0.8528356552124023, 0.7952613234519958, -0.4214489161968231, 0.13120615482330322, -0.2177397608757019, 0.022802529856562614, 0.03967541828751564, -0.8300814628601074, 0.7315703630447388, -0.18996289372444153, -0.38268640637397766, -0.14933012425899506, 0.5919400453567505, 0.12312585115432739, 0.5066962838172913, 0.49631646275520325, 0.9754378199577332, 0.6098676919937134, -0.2640157639980316, 1.0356982946395874, -0.11078562587499619, 0.39178282022476196, 1.1911962032318115, -0.14786431193351746, 0.41417184472084045, 0.5847746133804321, -0.32930687069892883, 0.18139758706092834, 1.2988554239273071, -0.4872155487537384, 0.8223831653594971, 0.011015447787940502, 0.24055802822113037, -0.0567631758749485, -0.29137852787971497, -0.6866647601127625, 0.3606320321559906, 0.23930174112319946, -0.9324356913566589, -0.3483314514160156, -0.13019417226314545, 0.23298731446266174, -0.289706289768219, -0.27274197340011597, 0.7884634733200073, -0.3212710916996002, -0.3260728120803833, 0.6421250104904175, -0.021215487271547318, 0.28283581137657166, -0.43172702193260193, -0.0643344447016716, -0.3648483157157898, -0.0157818291336298, -0.5969288945198059, -1.2502689361572266, 0.10580091178417206, -0.38173413276672363, -0.20495732128620148, 0.07150757312774658, 0.24610625207424164, -0.206411212682724, -0.9541347026824951, -0.06846354901790619, 0.17723368108272552, 0.008919266052544117, 0.18639686703681946, -1.1995207071304321, 0.7722550630569458, 0.3100764751434326, -0.4880995750427246, -0.06536635011434555, 0.5362151265144348, 0.12798984348773956, 0.14594124257564545, 0.6120202541351318, -0.301095575094223, -0.11034556478261948, -0.24315707385540009, 1.4478720426559448, -0.7543505430221558, -0.5491130948066711, -0.7909654378890991, 0.5525948405265808, -0.27053993940353394, -0.3508436977863312, 0.8174546957015991, 1.0582314729690552, 1.303533911705017, -0.2914741635322571, 0.5605596303939819, -0.5242751240730286, 0.30156946182250977, -0.5405973196029663, 0.3735612630844116, -0.9011005163192749, 0.20795266330242157, -0.43069958686828613, -0.8779741525650024, -0.4566378891468048, 0.7703167200088501, -0.5600892305374146, 0.16778993606567383, 0.5595996975898743, 0.8584834933280945, -0.2510671019554138, 0.05208320915699005, 0.22200912237167358, 0.13330420851707458, 0.18446652591228485, 0.2477014660835266, 0.6376774311065674, -0.6975245475769043, 0.1983703076839447, -0.7291095852851868, -0.11281131207942963, -0.17661221325397491, -0.5097393989562988, -0.6279491186141968, -0.811521589756012, -0.5408114194869995, -0.1257920265197754, 0.0048200516030192375, 0.9795997142791748, 0.9641811847686768, -0.9052336812019348, -0.2067660093307495, 0.176497682929039, 0.0989311933517456, -0.4088868498802185, -0.22790881991386414, 0.4751627743244171, 0.02054755575954914, -0.4510529637336731, 0.027392877265810966, 0.15599119663238525, 0.21050609648227692, 0.31921353936195374, -0.0062697213143110275, -0.49106478691101074, -0.03510526940226555, 0.5221497416496277, 0.33619916439056396, -0.6428476572036743, -0.0048617166467010975, -0.28700369596481323, 0.09851332008838654, 0.5447207689285278, 0.4503971338272095, -0.34990742802619934, 0.5913447141647339, 0.02878262847661972, 0.5023197531700134, 0.6206712126731873, 0.2865722179412842, -0.31997931003570557, -0.8128993511199951, 0.11304467171430588, -0.09437061846256256, 0.3128071427345276, 0.31831449270248413, -0.4053032398223877, 0.7243676781654358, 0.3319336175918579, -0.4406912326812744, -0.8081136345863342, -0.3099571168422699, -1.1940292119979858, -0.424084335565567, 1.174511194229126, 0.00812276266515255, -0.9691327214241028, 0.35433337092399597, -0.11449995636940002, 0.180114284157753, -0.606926679611206, 0.3455404043197632, 0.5040445327758789, -0.03358566015958786, -0.15728691220283508, -0.4003349840641022, 0.5135488510131836, -0.10381664335727692, -0.9849070906639099, -0.17025825381278992, 0.5884951949119568, 0.44818490743637085, 0.29751652479171753, 0.3558911681175232, -0.17820356786251068, -0.004848930053412914, 0.17584750056266785, 0.2673182785511017, -0.07600688934326172, -0.2820342779159546, 0.3344787061214447, 0.32722869515419006, -0.16179159283638, -0.6387749314308167 ]
result-kand2-sdxl-wuerst-karlo/46328984
result-kand2-sdxl-wuerst-karlo
2023-09-14T18:58:10Z
527
0
[ "region:us" ]
null
2023-09-14T18:58:09Z
--- dataset_info: features: - name: result dtype: string - name: id dtype: int64 splits: - name: train num_bytes: 209 num_examples: 10 download_size: 1390 dataset_size: 209 configs: - config_name: default data_files: - split: train path: data/train-* --- # Dataset Card for "46328984" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
[ -0.7419412136077881, 0.08734625577926636, 0.31747952103614807, 0.4080493152141571, -0.353245347738266, -0.23032879829406738, 0.2950294315814972, -0.28439730405807495, 0.7758011817932129, 0.5096144676208496, -0.8696845769882202, -0.7050573229789734, -0.5482496619224548, 0.11396217346191406, -0.09404726326465607, 1.251618504524231, 0.24368347227573395, 0.011255983263254166, -0.33186790347099304, -0.044116947799921036, -0.4466404318809509, -0.6217930912971497, -0.5309389233589172, -0.3209000825881958, 1.0575908422470093, 0.8023748397827148, 0.3903120160102844, 0.6070680618286133, 0.8403592705726624, 0.2819346487522125, 0.1355000138282776, -0.2340654581785202, -0.5445716977119446, -0.20868408679962158, -0.1472562849521637, -0.6333937644958496, -1.0917892456054688, 0.04684086889028549, 0.622363269329071, 0.6832135319709778, -0.10467865318059921, 0.9133954644203186, -0.2663978636264801, 0.9564003944396973, -0.39984312653541565, 0.65691739320755, -0.18540586531162262, -0.07091142982244492, -0.9418026804924011, -0.17685438692569733, 0.07203657180070877, -0.5332344174385071, -0.2246227264404297, -1.1045246124267578, 0.2636009156703949, 0.08937890082597733, 0.5403581857681274, 0.35178157687187195, 0.12088431417942047, -0.07636398077011108, -0.26979899406433105, 0.143528014421463, -0.3309286832809448, 0.08764418959617615, 0.9953712821006775, 0.3586947023868561, -0.0687209740281105, -0.5272059440612793, -0.2545430064201355, 0.32731953263282776, 0.1729000359773636, 0.14413078129291534, 0.09373746067285538, -0.13106973469257355, 0.5852295160293579, 0.714451014995575, -0.5444257259368896, -0.21202482283115387, -0.9299867153167725, -0.3770395815372467, 1.0221387147903442, 0.2802574634552002, 0.07021955400705338, -0.2717163562774658, -0.20179015398025513, -0.1971864104270935, -0.3034418523311615, -0.19359071552753448, 0.5783332586288452, 0.39593252539634705, -1.0885590314865112, 0.5711575150489807, -0.1347939819097519, 0.45579031109809875, 0.2754451632499695, 0.6990965604782104, 0.8140005469322205, -0.24339911341667175, -0.36937516927719116, 0.16108158230781555, 0.3858746886253357, 0.5651142597198486, 0.18788349628448486, 0.05412553623318672, 0.18921105563640594, -0.046435266733169556, 0.10869992524385452, -1.0808976888656616, -0.6472105979919434, 0.3957987427711487, -0.7702181339263916, -0.40452930331230164, 0.6498966813087463, -1.120603084564209, -0.6788686513900757, -0.22600597143173218, -0.16181015968322754, 0.1390499621629715, -0.7848223447799683, 0.030491508543491364, -0.6352812051773071, 0.2970085144042969, 0.2537700831890106, -0.8461525440216064, 0.2511809468269348, 0.9097375869750977, 0.44539377093315125, 0.19250667095184326, -0.15397650003433228, -0.5221675634384155, 0.04554223269224167, -0.2802284061908722, 0.6697294116020203, -0.7162461280822754, -0.41621750593185425, -0.11614549905061722, 0.5156926512718201, 0.03377692028880119, -0.5208849310874939, 0.8987669944763184, -0.5871362090110779, -0.1840686798095703, -0.6705096960067749, -0.5911803245544434, -0.1499895602464676, 0.31542930006980896, -1.3902384042739868, 1.1641098260879517, 0.2792343199253082, -0.806104838848114, 0.14427684247493744, -1.3347004652023315, 0.01522543840110302, 0.9258725643157959, 0.040523916482925415, -0.31893983483314514, 0.3655789792537689, -0.3747253119945526, 0.521969199180603, -0.10203700512647629, 0.4570816159248352, -0.6896499395370483, -0.3137316405773163, -0.04280353710055351, -0.057748183608055115, 0.9373599886894226, 0.3519487679004669, 0.4309946596622467, -0.00014259701129049063, -1.1303445100784302, 0.036037277430295944, 0.3439323306083679, -0.3211158812046051, -0.38715508580207825, -0.7690163254737854, 0.3415462076663971, -0.15353530645370483, 0.5479959845542908, -0.5424597263336182, 0.26342806220054626, -0.0006746299914084375, -0.1924964338541031, 0.6248908638954163, 0.17551107704639435, 0.3172060549259186, -0.45460695028305054, 0.7511986494064331, -0.06673485040664673, 0.2566239833831787, 0.0829356461763382, -0.7106543183326721, -0.5409982204437256, 0.19516395032405853, 0.70393967628479, 0.5843816995620728, -0.5136193633079529, 0.6757550239562988, 0.15629515051841736, -0.7934727072715759, -0.21296539902687073, -0.11380524933338165, 0.1386229544878006, 0.1865091174840927, 0.3814462423324585, -0.7022659182548523, -1.097373604774475, -0.5716694593429565, 0.2631901204586029, 0.09057756513357162, 0.10696164518594742, 0.2697046995162964, 0.7343133091926575, -0.49848076701164246, 0.39842689037323, -0.7163903117179871, -0.015976691618561745, 0.2711511552333832, -0.24831102788448334, 0.35468700528144836, 0.7955211400985718, 1.0345696210861206, -0.7405805587768555, -0.36265692114830017, -0.6139359474182129, -0.485087513923645, 0.09699663519859314, 0.2687132954597473, -0.8016769289970398, -0.12178225815296173, 0.1604497879743576, -0.40184321999549866, 0.8904576897621155, 0.9397803544998169, -0.7177290916442871, 0.23450227081775665, -0.024122439324855804, 0.1733383685350418, -1.390807867050171, 0.41398152709007263, 0.03313164412975311, -0.14421312510967255, -0.3628780245780945, -0.07307276874780655, 0.07286068052053452, -0.1617075800895691, 0.0016019899630919099, 0.369749516248703, -0.45721152424812317, 0.048060137778520584, 0.016135748475790024, -0.2299320101737976, -0.19406718015670776, 0.27136674523353577, 0.015088132582604885, 0.3096904456615448, 0.9100193977355957, -0.2459600418806076, 1.0834791660308838, 0.62966388463974, 0.04786473885178566, 0.9210285544395447, -0.4592353403568268, 0.18411648273468018, -0.10872005671262741, 0.45635169744491577, -0.7758692502975464, -0.7837494611740112, 0.5450251698493958, -0.33431312441825867, 0.2291468381881714, -0.6604130864143372, -0.32316967844963074, -0.7740789651870728, -0.4327135384082794, 0.9750410914421082, 0.2726602852344513, -0.7057968378067017, 0.22186821699142456, 0.5522315502166748, -0.1869637370109558, -0.1110638678073883, -0.9836637377738953, 0.20442184805870056, -0.38434383273124695, -0.23320822417736053, 0.4637436270713806, -0.6367622017860413, 0.057931527495384216, -0.21487553417682648, 0.3037447929382324, -0.10575100779533386, -0.3438006341457367, 0.6440339684486389, 0.36199086904525757, -0.18768052756786346, 0.2105768322944641, -0.3993614912033081, -0.8753654956817627, 0.34153708815574646, -0.008236750960350037, 0.4090947210788727, -0.11986298114061356, 0.06498385965824127, -0.48144403100013733, 0.6180828809738159, 0.5014781355857849, -0.2574840188026428, 0.4534909129142761, 0.7939006090164185, -0.8429632186889648, -0.03694947436451912, -0.32401904463768005, 0.05077977478504181, -0.4903010129928589, 0.16439925134181976, -0.36730116605758667, -0.5055265426635742, 0.7602925300598145, -0.02624913677573204, -0.21989089250564575, 0.9028685688972473, 0.800269603729248, 0.23741108179092407, 0.4024936258792877, 0.544104278087616, -0.2544119656085968, 0.4781711995601654, -0.25552454590797424, -0.38507869839668274, -0.7508456707000732, -0.5247859358787537, -0.49156710505485535, -0.35732603073120117, -0.8817519545555115, -0.5739062428474426, -0.26866668462753296, -0.23318441212177277, -0.32532796263694763, 0.6111341118812561, -0.7899841070175171, 0.48647481203079224, 0.7653453946113586, 0.2960580587387085, -0.10528499633073807, -0.2315445840358734, 0.3213728070259094, 0.26133665442466736, -0.5785948634147644, -0.17994479835033417, 1.2874468564987183, 0.39265376329421997, 0.8496592044830322, 0.33923792839050293, 1.0694677829742432, 0.4631686806678772, 0.241399884223938, -0.2999391257762909, 0.41992270946502686, 0.08532258123159409, -0.8152754306793213, -0.07819122821092606, -0.20836597681045532, -0.9324356317520142, -0.6273704171180725, -0.23227143287658691, -0.27611321210861206, 0.6118229627609253, 0.43331673741340637, -0.2510443925857544, 0.16946159303188324, -0.8970685005187988, 1.0466943979263306, -0.05883190408349037, -0.061197955161333084, -0.12442664057016373, -0.8240402340888977, 0.19529081881046295, 0.13556569814682007, 0.0998397246003151, -0.3297824561595917, 0.05442359670996666, 1.1175792217254639, -0.6754190921783447, 1.1630054712295532, -0.810145914554596, -0.08402133733034134, 0.13121168315410614, -0.3973667025566101, 0.3002680838108063, 0.44833409786224365, -0.32548221945762634, 0.03636070713400841, 0.29405272006988525, -0.5629500150680542, -0.2076072096824646, 0.8574458956718445, -0.5768656730651855, 0.27711573243141174, -0.47971615195274353, -0.5593657493591309, -0.03279716148972511, 0.24797222018241882, 0.27788591384887695, 0.871178150177002, -0.20182208716869354, 0.04394637048244476, 0.6478608250617981, 0.3357483446598053, 0.5730936527252197, 0.1711416244506836, -0.06072310730814934, -0.5490400195121765, 1.0638327598571777, 0.17470434308052063, -0.42133796215057373, 0.17431823909282684, 0.2501285672187805, -0.23353859782218933, -0.3676064610481262, -0.5767301321029663, 0.2314605414867401, -0.4722125828266144, -0.7171522974967957, 0.0025175679475069046, -0.1995687186717987, -0.26114001870155334, -0.1406741738319397, -0.40872663259506226, -0.7091559171676636, -0.6982173323631287, -0.6622400283813477, 1.236519694328308, 0.8168582320213318, -0.7790771722793579, 0.12169811874628067, -0.7973114848136902, 0.44395920634269714, -0.024212434887886047, 1.3105111122131348, -0.09732654690742493, -0.4191606342792511, -0.3848993182182312, -0.17721959948539734, 0.20720644295215607, -0.7871644496917725, -0.19260013103485107, 0.15411755442619324, 0.6369484066963196, 0.2989239990711212, 0.31644561886787415, 0.7258244156837463, -0.2944069802761078, 0.5000255703926086, 0.15288612246513367, -0.5622887015342712, 0.5117071866989136, -0.26961493492126465, 0.44257208704948425, 0.9467589259147644, 0.6286673545837402, -0.34029072523117065, 0.21270479261875153, -1.221917748451233, -0.5900517106056213, 0.5299813151359558, -0.10898330062627792, 0.18835066258907318, 0.26889947056770325, 0.5722330808639526, 0.12533621490001678, 0.15159639716148376, -0.4579477608203888, -0.9538658857345581, -0.2667422890663147, -0.6927500367164612, 0.1860036551952362, -0.5390722155570984, -0.3704555332660675, -0.6008251309394836, 0.6293807625770569, -0.022606555372476578, 0.5440959334373474, -0.15439021587371826, 0.4734441339969635, -0.1839110106229782, -0.05913166329264641, 0.6102050542831421, 0.4212021231651306, -0.6055728793144226, -0.01721455529332161, -0.236764058470726, -0.7901190519332886, -0.5208113193511963, 0.9818724989891052, 0.1604103147983551, -0.36427944898605347, 0.439983606338501, 0.6145975589752197, -0.22615189850330353, -0.12520980834960938, 0.2305395007133484, -0.12289159744977951, -0.3680896461009979, -0.44447189569473267, 0.16373249888420105, 0.24811311066150665, 0.3106137812137604, 0.1871238350868225, 0.1411042958498001, 0.30778101086616516, -0.31240180134773254, 0.5169044733047485, -0.045018356293439865, -0.6842659711837769, -0.6478847861289978, 0.4350384771823883, 0.6795849800109863, -0.48770871758461, 0.6917981505393982, -0.14760693907737732, -0.42952755093574524, 0.8386232852935791, 0.3675101697444916, 0.6087520718574524, -0.4178440272808075, 0.2476390153169632, 0.6521682739257812, 0.02195357158780098, 0.3160630464553833, 0.8536583781242371, -0.33813393115997314, -0.6748017072677612, 0.032498519867658615, -0.2469375878572464, -0.4139348864555359, -0.17118047177791595, -1.3707795143127441, 0.01580536551773548, -0.6157312393188477, -0.3120129108428955, 0.29706963896751404, 0.4021511673927307, -0.94084233045578, 0.3762969970703125, 0.5373757481575012, 1.5358631610870361, -0.7445423007011414, 0.691164493560791, 0.8201989531517029, -0.3484634757041931, -0.6926312446594238, -0.4476349353790283, 0.12080773711204529, -0.924696683883667, -0.2732689678668976, 0.17510788142681122, 0.3738272488117218, -0.10123883187770844, -1.0512001514434814, -0.8023443222045898, 1.0695860385894775, 0.20450426638126373, -0.7776398658752441, 0.48118332028388977, -0.04821834713220596, 0.25918006896972656, -0.34166836738586426, 0.11103887110948563, 0.6614844799041748, 0.9758316278457642, 0.3444303572177887, -0.7541221976280212, 0.20347216725349426, -0.8162516355514526, -0.3648373484611511, 0.2676682770252228, -0.7867147326469421, -0.01825782097876072, -0.26519879698753357, 0.2502793073654175, 0.24495573341846466, 0.49095988273620605, 0.27606892585754395, 0.4113117754459381, 0.28543800115585327, 0.6953769326210022, 1.2390787601470947, -0.34643033146858215, 0.8886789679527283, 0.02563798613846302, 0.5929388403892517, 1.1703417301177979, -0.08219930529594421, 0.36664217710494995, 0.4858226180076599, -0.13491995632648468, 0.44379937648773193, 0.8659144043922424, -0.5886339545249939, 0.5577634572982788, 0.3143646717071533, -0.15200790762901306, -0.24422524869441986, 0.01631307229399681, -0.8984269499778748, 0.1384231150150299, 0.4232679307460785, -0.41537603735923767, -0.06570518016815186, -0.056522268801927567, 0.30194026231765747, -0.2610444724559784, -0.6280580163002014, 0.7022820711135864, -0.14240169525146484, -0.22386415302753448, -0.039050839841365814, -0.03187885135412216, 0.22230447828769684, -0.6299814581871033, -0.3621140122413635, -0.08870033919811249, 0.2563062310218811, -0.645375669002533, -1.1187527179718018, 0.7263064980506897, -0.12501747906208038, -0.5807791948318481, -0.023394782096147537, 0.5052313208580017, -0.4629799723625183, -1.0102113485336304, 0.20075350999832153, -0.09064781665802002, 0.24326609075069427, 0.0787976086139679, -1.3335466384887695, 0.5382146239280701, -0.04226920008659363, -0.16341763734817505, 0.07722602784633636, 0.3426724970340729, 0.042991701513528824, 0.3313729465007782, 0.4862652122974396, -0.21853435039520264, -0.21772155165672302, 0.23397548496723175, 0.9310129880905151, -0.8556727766990662, -0.5086739659309387, -0.5780454277992249, 0.8416492342948914, -0.3530538082122803, -0.744652271270752, 0.6235500574111938, 1.1815173625946045, 0.8449447751045227, -0.15888389945030212, 0.8671082258224487, -0.5113072991371155, 0.7273899912834167, -0.13416644930839539, 0.5063506960868835, -0.14051640033721924, -0.28088754415512085, -0.23877914249897003, -0.5249315500259399, -0.8433986902236938, 0.6422559022903442, 0.04403792321681976, 0.17630597949028015, 0.2918027341365814, 0.8854730725288391, -0.06570519506931305, 0.468729704618454, 0.04859480634331703, 0.14836536347866058, 0.09584726393222809, 0.5007982850074768, 0.432076096534729, -0.6671313047409058, 0.04570577293634415, -0.20590521395206451, -0.6228023767471313, -0.05196123570203781, -1.1882174015045166, -0.8402637839317322, -0.6270540356636047, -0.52629554271698, -0.5179269313812256, -0.18265491724014282, 0.9332801103591919, 1.2264854907989502, -1.113602876663208, -0.12526781857013702, 0.0746905580163002, 0.21824264526367188, 0.10587318241596222, -0.12267671525478363, 0.7265068292617798, 0.541541337966919, -0.6339194774627686, -0.012776706367731094, -0.11291857808828354, 0.19176392257213593, -0.09008501470088959, -0.1440133899450302, -0.03205319866538048, -0.0066305105574429035, 0.16944988071918488, 0.652201771736145, -0.0340476855635643, -0.186600461602211, -0.6470761895179749, 0.1109767034649849, 0.17881648242473602, 0.9182073473930359, -0.37058916687965393, 0.2616092562675476, 0.5066450834274292, 0.3965509533882141, 0.8052695393562317, 0.5043531656265259, 0.6138271689414978, -0.7040971517562866, 0.2783220708370209, -0.11063101887702942, 0.35256049036979675, 0.2315007895231247, -0.5928562879562378, 0.8852059841156006, 0.4237896502017975, -0.5499066710472107, -0.48358896374702454, -0.10393449664115906, -1.5261077880859375, 0.5268605351448059, 0.6945505142211914, 0.1286012828350067, -0.30915695428848267, -0.19763362407684326, -0.4227215349674225, -0.025509115308523178, -0.8448365330696106, 0.09487571567296982, 0.46198517084121704, -0.04242723807692528, -0.20811109244823456, -0.23456799983978271, 0.739859938621521, -0.451437383890152, -1.1902185678482056, 0.2281392514705658, 0.39627352356910706, 0.1669156849384308, 0.18344539403915405, 0.6652812361717224, -0.15931329131126404, 0.30547860264778137, 0.21833044290542603, 0.3444482982158661, -0.3215843737125397, -0.5054047703742981, -0.23158365488052368, 0.020928075537085533, -0.3068981170654297, -0.6657231450080872 ]
result-kand2-sdxl-wuerst-karlo/d6e12779
result-kand2-sdxl-wuerst-karlo
2023-09-15T09:41:14Z
527
0
[ "region:us" ]
null
2023-09-15T09:41:13Z
--- dataset_info: features: - name: result dtype: string - name: id dtype: int64 splits: - name: train num_bytes: 208 num_examples: 10 download_size: 1403 dataset_size: 208 configs: - config_name: default data_files: - split: train path: data/train-* --- # Dataset Card for "d6e12779" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
[ -0.5744446516036987, -0.0649264007806778, 0.330840140581131, 0.1732458472251892, -0.19805772602558136, -0.10164564102888107, 0.5068091154098511, -0.19956156611442566, 0.9159526824951172, 0.476917564868927, -0.8967678546905518, -0.6540161371231079, -0.5627614259719849, -0.06453204900026321, -0.1847616732120514, 1.0261921882629395, 0.28405556082725525, 0.05602860078215599, -0.39465248584747314, -0.043879877775907516, -0.4562676250934601, -0.5237141847610474, -0.4809585511684418, -0.6347647905349731, 1.1508805751800537, 0.6726382374763489, 0.46589383482933044, 0.6050217151641846, 0.9518961906433105, 0.24289536476135254, -0.015467150136828423, -0.4139912724494934, -0.5315497517585754, -0.2080886960029602, -0.25633102655410767, -0.44780486822128296, -1.2216870784759521, -0.02726251259446144, 0.6156015396118164, 0.7436314225196838, -0.09159884601831436, 0.7643320560455322, -0.26751038432121277, 0.993511438369751, -0.290420800447464, 0.6667681932449341, -0.24956485629081726, -0.2589731216430664, -0.6482508778572083, 0.10329247266054153, 0.12023799121379852, -0.48236051201820374, -0.13454675674438477, -0.9834944009780884, 0.17880992591381073, -0.03391583263874054, 0.5466790199279785, 0.3680086135864258, 0.10186869651079178, -0.10450997948646545, -0.2948143482208252, 0.10602022707462311, -0.16241569817066193, 0.16850310564041138, 0.8093050718307495, 0.4335075914859772, -0.17471718788146973, -0.614619255065918, -0.4301900267601013, 0.2884248197078705, 0.009350169450044632, 0.25403809547424316, 0.22952543199062347, 0.0892542377114296, 0.7483983039855957, 0.8380060195922852, -0.45953822135925293, -0.15667878091335297, -0.8445778489112854, -0.3048725128173828, 0.9724494218826294, 0.061721593141555786, 0.253402978181839, -0.2893974781036377, -0.17827528715133667, -0.30575767159461975, -0.4268537759780884, -0.2548884153366089, 0.6236279010772705, 0.22889116406440735, -1.0670350790023804, 0.43733641505241394, 0.04527151584625244, 0.3844131827354431, 0.20337533950805664, 0.547479510307312, 0.7106298804283142, -0.01051180437207222, -0.2254224568605423, 0.2568138837814331, 0.0778127983212471, 0.5508441925048828, 0.09731315076351166, 0.16466006636619568, -0.12040203809738159, 0.2099769413471222, 0.06731987744569778, -1.044877529144287, -0.8990345001220703, 0.4283110201358795, -0.78886878490448, -0.2508634924888611, 0.43853360414505005, -1.1283096075057983, -0.7166845798492432, -0.4431876540184021, 0.13787543773651123, 0.14586809277534485, -0.8965655565261841, -0.06706663221120834, -0.7585757970809937, 0.3637484908103943, 0.28547370433807373, -0.8181007504463196, 0.21452683210372925, 0.7567378878593445, 0.35973185300827026, 0.09495653212070465, -0.13353940844535828, -0.600956380367279, 0.2226576805114746, -0.04189719259738922, 0.7653275728225708, -0.7525356411933899, -0.43816566467285156, 0.12548163533210754, 0.4148991107940674, -0.0829085186123848, -0.40099573135375977, 0.8543585538864136, -0.47574368119239807, -0.19661882519721985, -0.7561383843421936, -0.7036986351013184, -0.2359708845615387, 0.28981420397758484, -1.3925769329071045, 1.0985562801361084, 0.22104017436504364, -0.8002181053161621, 0.28937554359436035, -1.2539598941802979, -0.0700695589184761, 0.8477206230163574, -0.23744873702526093, -0.2589453458786011, 0.4088193476200104, -0.2042154222726822, 0.5201544165611267, -0.11357483267784119, 0.46593984961509705, -0.8180922865867615, -0.30798622965812683, -0.10893816500902176, 0.05063941329717636, 0.8572467565536499, 0.20600034296512604, 0.3817620277404785, -0.08331381529569626, -1.1252126693725586, -0.16989581286907196, 0.3352280259132385, -0.021081505343317986, -0.4035850167274475, -0.5491687655448914, 0.3438691794872284, -0.22924646735191345, 0.39556583762168884, -0.516161322593689, 0.4399612247943878, 0.03016331046819687, -0.15654003620147705, 0.8190906047821045, 0.13803894817829132, 0.2679755985736847, -0.6307047605514526, 0.5118064284324646, 0.09188205003738403, 0.3327632248401642, -0.11553548276424408, -0.5593743324279785, -0.5721461176872253, -0.0028823241591453552, 0.7709546685218811, 0.5866796970367432, -0.76761794090271, 0.8200017213821411, -0.056360602378845215, -0.7223214507102966, -0.25464725494384766, -0.26140666007995605, 0.078077033162117, 0.20459559559822083, 0.37078577280044556, -0.5079425573348999, -0.7561487555503845, -0.8163377046585083, 0.33389294147491455, -0.045409128069877625, 0.2249433994293213, 0.18778446316719055, 0.9958173036575317, -0.5077580213546753, 0.4600728154182434, -0.8153965473175049, -0.1414128690958023, -0.09838400781154633, -0.4072033762931824, 0.3477686047554016, 0.7546275854110718, 1.139676570892334, -0.7527804970741272, -0.19930091500282288, -0.6000080704689026, -0.5243337154388428, -0.03229190409183502, 0.29855120182037354, -0.5622459650039673, -0.18806588649749756, -0.01690351963043213, -0.18255974352359772, 0.9400893449783325, 0.9652148485183716, -0.5552029013633728, -0.1656574159860611, -0.05424332618713379, 0.32401242852211, -1.416345477104187, 0.37415242195129395, 0.0527372881770134, -0.09931452572345734, -0.4304671883583069, -0.2119556963443756, 0.16714975237846375, -0.18849098682403564, 0.024039192125201225, 0.4907393455505371, -0.45974570512771606, -0.020734235644340515, -0.03203701227903366, -0.029436808079481125, -0.15320879220962524, 0.19110572338104248, 0.04589705169200897, 0.36813971400260925, 1.0307910442352295, -0.3931425213813782, 1.0072455406188965, 0.6387311220169067, 0.023758653551340103, 0.9049242734909058, -0.6617729663848877, 0.19175881147384644, -0.3339894115924835, 0.37519773840904236, -0.8007166385650635, -0.8176376819610596, 0.45938730239868164, -0.28265899419784546, 0.38447654247283936, -0.7189197540283203, -0.4880026578903198, -0.7298797369003296, -0.33629095554351807, 0.793735682964325, 0.6483700275421143, -0.9133885502815247, 0.34751278162002563, 0.8026036024093628, -0.0016545169055461884, 0.059704333543777466, -0.83704674243927, -0.02040759101510048, -0.4157869219779968, -0.3757058382034302, 0.5998194217681885, -0.5691711902618408, -0.046432655304670334, -0.35854730010032654, 0.26668545603752136, -0.28485769033432007, -0.3182559609413147, 0.5866007804870605, 0.3441154360771179, 0.009460099041461945, 0.37416377663612366, -0.13752557337284088, -0.7898561954498291, 0.3108123540878296, 0.05537974089384079, 0.20585158467292786, 0.19141416251659393, -0.20300954580307007, -0.5015009641647339, 0.5465124249458313, 0.42097651958465576, 0.031491924077272415, 0.303973913192749, 0.6885255575180054, -0.9561529755592346, -0.09118180721998215, -0.6066153645515442, -0.3054782748222351, -0.48626938462257385, 0.0004950836300849915, -0.417230486869812, -0.3693564832210541, 0.7521870732307434, -0.10064151883125305, -0.0920134037733078, 0.9320013523101807, 0.5945483446121216, 0.28135454654693604, 0.4498763382434845, 0.5994800329208374, -0.32282060384750366, 0.4374091625213623, -0.2520904839038849, -0.3721710443496704, -0.5903036594390869, -0.42254412174224854, -0.5141862630844116, -0.6074421405792236, -0.6471454501152039, -0.38595783710479736, -0.12143659591674805, -0.23725226521492004, -0.07754429429769516, 0.5372324585914612, -0.8195675611495972, 0.5567162036895752, 0.5620645880699158, 0.3200768530368805, -0.011774739250540733, -0.021497059613466263, 0.31473255157470703, 0.09493449330329895, -0.736801266670227, -0.11044038832187653, 1.0471348762512207, 0.5459277629852295, 1.0900139808654785, 0.27115342020988464, 1.0553016662597656, 0.5057168006896973, 0.11118804663419724, -0.24905258417129517, 0.43562212586402893, -0.023623090237379074, -0.665885329246521, 0.12675291299819946, -0.17696912586688995, -0.8650386333465576, -0.5869937539100647, -0.14328259229660034, -0.23608753085136414, 0.5212666392326355, 0.5186234712600708, -0.059123869985342026, 0.17654994130134583, -0.950360894203186, 1.0204861164093018, -0.05470726639032364, -0.12603138387203217, -0.2445821762084961, -0.5637729167938232, 0.029771286994218826, 0.2977602779865265, 0.11519426852464676, -0.40361034870147705, 0.1018444150686264, 1.0641000270843506, -0.3156992197036743, 1.2082430124282837, -0.8643432259559631, -0.12472441792488098, 0.15605759620666504, -0.40352749824523926, 0.23611508309841156, 0.5970451235771179, -0.16960717737674713, 0.05469962954521179, 0.2610783576965332, -0.5361945629119873, -0.22777533531188965, 1.0388891696929932, -0.6327437162399292, 0.01829487644135952, -0.6397721767425537, -0.45976710319519043, 0.10695774853229523, 0.1579052060842514, 0.11012183874845505, 0.9422121047973633, -0.20173093676567078, 0.05808791145682335, 0.9001014828681946, 0.321332186460495, 0.5660667419433594, 0.02443014271557331, -0.22571143507957458, -0.5593993067741394, 0.9328362941741943, 0.28410470485687256, -0.35092616081237793, 0.25966429710388184, 0.3616916537284851, -0.4340079426765442, -0.3970559239387512, -0.7072694301605225, 0.29382145404815674, -0.5912309885025024, -0.5623165965080261, -0.10790389776229858, -0.28854072093963623, -0.5039364099502563, -0.13554053008556366, -0.3317797780036926, -0.7026486992835999, -0.5745294690132141, -0.5532544851303101, 1.3962700366973877, 0.9116901159286499, -0.5234585404396057, 0.18311169743537903, -0.9772155284881592, 0.5172853469848633, -0.08839556574821472, 1.1456031799316406, -0.3143179416656494, -0.5911649465560913, -0.19812838733196259, -0.04269173741340637, 0.11959638446569443, -0.7516603469848633, -0.3030624985694885, 0.17511235177516937, 0.8622390627861023, -0.060616202652454376, 0.24708282947540283, 0.71529620885849, -0.0647386908531189, 0.6261230707168579, 0.16710591316223145, -0.574123740196228, 0.8383684158325195, -0.4262046813964844, 0.41790807247161865, 0.8205689787864685, 0.565754771232605, -0.19347882270812988, 0.48853808641433716, -1.1973893642425537, -0.5027428865432739, 0.46253541111946106, 0.048518866300582886, 0.1589791178703308, 0.20565924048423767, 0.7311277389526367, 0.11793053150177002, 0.18581104278564453, -0.6479763388633728, -0.8941218852996826, -0.1366184949874878, -0.5472855567932129, 0.315558522939682, -0.5537142157554626, -0.35901114344596863, -0.6132038831710815, 0.6539521217346191, -0.07032176107168198, 0.35724076628685, 0.12640449404716492, 0.2435832917690277, -0.03002304583787918, -0.20711761713027954, 0.4370677173137665, 0.615127682685852, -0.30318334698677063, -0.12624691426753998, -0.14995357394218445, -0.6842302083969116, -0.41723841428756714, 0.8284892439842224, 0.04231156036257744, -0.26156550645828247, 0.4111306667327881, 0.603601336479187, -0.2864607870578766, -0.054776549339294434, 0.36863040924072266, -0.1450480967760086, -0.5362985134124756, -0.5746374130249023, 0.2407376915216446, 0.008649889379739761, 0.2022470384836197, -0.008963476866483688, -0.21518680453300476, 0.3273777961730957, -0.30428749322891235, 0.5037170052528381, -0.20269310474395752, -0.7324374318122864, -0.6970430612564087, 0.44472017884254456, 0.9090024828910828, -0.321809858083725, 0.7811864614486694, -0.11108046770095825, -0.38172584772109985, 0.7331330180168152, 0.2901846170425415, 0.7824963331222534, -0.422082781791687, 0.21804888546466827, 0.7152451276779175, 0.008554807864129543, 0.14440545439720154, 0.938376784324646, -0.13829298317432404, -0.5157264471054077, 0.004816126078367233, -0.27856168150901794, -0.30743277072906494, -0.12151636928319931, -1.1138197183609009, 0.26139843463897705, -0.551738977432251, -0.16486135125160217, 0.07638488709926605, 0.181432843208313, -0.8387173414230347, 0.3306522071361542, 0.2881636619567871, 1.357533574104309, -0.8559892177581787, 0.8032517433166504, 1.016796350479126, -0.4109686613082886, -0.5504158139228821, -0.2894411087036133, 0.08853544294834137, -0.8965543508529663, -0.12055877596139908, 0.2453588992357254, 0.45387566089630127, 0.00043606385588645935, -0.6861000657081604, -0.6453115940093994, 1.258885383605957, 0.1598379909992218, -0.8836686015129089, 0.47675156593322754, -0.13122200965881348, 0.1662241518497467, -0.32542020082473755, 0.14356237649917603, 0.7062340378761292, 0.9406880140304565, 0.5281931161880493, -0.6543808579444885, 0.03594732657074928, -0.6340893507003784, -0.2233806997537613, 0.38685333728790283, -0.6835190057754517, 0.008347279392182827, -0.06794247776269913, 0.2045295536518097, -0.015286543406546116, 0.5686348676681519, 0.012731635011732578, 0.3387850821018219, 0.5092254877090454, 0.7540856003761292, 1.033095121383667, -0.45746737718582153, 0.8426342606544495, -0.10571402311325073, 0.45492762327194214, 1.0090537071228027, -0.3009510636329651, 0.2568090558052063, 0.488048791885376, -0.022990748286247253, 0.22154667973518372, 0.7500128746032715, -0.529339075088501, 0.40342971682548523, 0.3954683244228363, -0.2675718367099762, -0.27938950061798096, -0.06485684216022491, -0.9758428931236267, 0.05771682411432266, 0.5080947875976562, -0.4404985010623932, 0.004145219922065735, -0.13100755214691162, 0.06427805125713348, 0.018325326964259148, -0.5838866829872131, 0.9082462787628174, -0.11489026248455048, -0.3248366117477417, -0.06264972686767578, -0.37333112955093384, 0.14696481823921204, -0.5977887511253357, -0.5514038801193237, -0.11382079124450684, 0.42472517490386963, -0.5859097838401794, -1.1865010261535645, 0.7950581908226013, -0.28753089904785156, -0.5990864038467407, -0.1867579221725464, 0.7928347587585449, -0.39358216524124146, -0.9525049924850464, 0.38872694969177246, 0.06544095277786255, 0.10401149094104767, 0.11500737071037292, -1.2806098461151123, 0.6866990327835083, 0.003455587662756443, -0.032461341470479965, 0.19413705170154572, 0.22888679802417755, 0.20727403461933136, 0.3948908746242523, 0.34528928995132446, -0.21387234330177307, -0.38297003507614136, 0.4477134048938751, 1.0456571578979492, -0.7828852534294128, -0.44388139247894287, -0.5625799298286438, 0.8762973546981812, -0.49180448055267334, -0.5911961793899536, 0.5187384486198425, 1.0413792133331299, 0.7850514650344849, -0.2597719430923462, 0.8637527823448181, -0.528420090675354, 0.7458864450454712, -0.3792702257633209, 0.5356799364089966, -0.21546700596809387, -0.1707635223865509, -0.17028725147247314, -0.7492510676383972, -0.7231094241142273, 0.7657732963562012, 0.20031285285949707, 0.18961575627326965, 0.46167075634002686, 0.9345929622650146, -0.16819533705711365, 0.4111559987068176, 0.20901279151439667, 0.0915232002735138, 0.2950711250305176, 0.29950040578842163, 0.4329066276550293, -0.7205301523208618, 0.05900213122367859, -0.3065011501312256, -0.7310084104537964, 0.14235728979110718, -1.1943730115890503, -1.1472058296203613, -0.7218518257141113, -0.7913452386856079, -0.4474835991859436, -0.004708599299192429, 0.9826195240020752, 0.9100275039672852, -0.8126440644264221, -0.14846038818359375, 0.0790259838104248, 0.3303793668746948, 0.19423338770866394, -0.072665274143219, 0.5604569911956787, 0.41349107027053833, -0.7692357897758484, -0.16436344385147095, 0.0032284315675497055, 0.357820987701416, -0.1254280060529709, 0.11126760393381119, 0.01584467664361, -0.2313239723443985, 0.27397456765174866, 0.30182918906211853, -0.145399272441864, -0.4681953191757202, -0.58011794090271, 0.24499283730983734, 0.1107541099190712, 0.9501495361328125, -0.4299296736717224, 0.141779363155365, 0.6858834028244019, 0.5287151336669922, 0.48396456241607666, 0.15885475277900696, 0.6227073073387146, -0.560162365436554, 0.23231539130210876, -0.11216399073600769, 0.4580618739128113, 0.14622603356838226, -0.4392780065536499, 0.8852612972259521, 0.5490304231643677, -0.6694539189338684, -0.3767470419406891, 0.1236371248960495, -1.4980738162994385, 0.5501421093940735, 0.893242597579956, 0.13728223741054535, -0.3941483199596405, -0.1705474704504013, -0.5347177982330322, -0.1469847559928894, -0.8837911486625671, 0.29553940892219543, 0.44874441623687744, 0.15298455953598022, -0.17754942178726196, -0.23471519351005554, 0.6709869503974915, -0.5020583868026733, -1.1982629299163818, 0.298209547996521, 0.5937246084213257, -0.005222957581281662, 0.033298056572675705, 0.6652650833129883, -0.13854071497917175, 0.22628343105316162, 0.2780265808105469, 0.2163315713405609, -0.10935922712087631, -0.6014800071716309, -0.23753544688224792, -0.10804470628499985, -0.18096923828125, -0.5570952892303467 ]
result-kand2-sdxl-wuerst-karlo/e06f76e8
result-kand2-sdxl-wuerst-karlo
2023-09-15T18:17:10Z
527
0
[ "region:us" ]
null
2023-09-15T18:17:09Z
--- dataset_info: features: - name: result dtype: string - name: id dtype: int64 splits: - name: train num_bytes: 169 num_examples: 10 download_size: 1323 dataset_size: 169 configs: - config_name: default data_files: - split: train path: data/train-* --- # Dataset Card for "e06f76e8" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
[ -0.6501263976097107, -0.07187344133853912, 0.1828332394361496, 0.14692582190036774, -0.2419777810573578, -0.2506921589374542, 0.4856754541397095, -0.33429497480392456, 0.9663117527961731, 0.4582323431968689, -0.7759599089622498, -0.5778114795684814, -0.5856927037239075, 0.07615446299314499, -0.25375282764434814, 1.1307299137115479, 0.2797686755657196, 0.019477400928735733, -0.3184298574924469, -0.12662778794765472, -0.24144338071346283, -0.5969426035881042, -0.5019360780715942, -0.5360544323921204, 1.0770410299301147, 0.7994433045387268, 0.41389259696006775, 0.5146929025650024, 0.8268288373947144, 0.23473164439201355, 0.11367761343717575, -0.401624858379364, -0.6085392236709595, -0.23354990780353546, -0.07092870026826859, -0.4787311553955078, -1.145442247390747, -0.21822096407413483, 0.5827652812004089, 0.6235132813453674, -0.18966515362262726, 0.8295716643333435, -0.32943233847618103, 0.893910825252533, -0.3477766811847687, 0.5827999114990234, -0.20085012912750244, -0.1029963418841362, -0.5951390266418457, 0.09265003353357315, 0.07682175189256668, -0.3307001292705536, -0.19913534820079803, -1.1012324094772339, 0.22582459449768066, 0.2289009988307953, 0.8702735304832458, 0.2159283310174942, 0.11892135441303253, -0.03839920461177826, -0.2402459979057312, 0.045210983604192734, -0.21162927150726318, 0.28772252798080444, 0.7915622591972351, 0.381317138671875, -0.10423018783330917, -0.5909112691879272, -0.3891390860080719, 0.2999911308288574, 0.0477619431912899, 0.08155231177806854, 0.3397383391857147, 0.12207996845245361, 0.7446959018707275, 0.5964493155479431, -0.4875280559062958, -0.24542194604873657, -0.852404773235321, -0.432739794254303, 0.8234236240386963, -0.043449997901916504, 0.3735194802284241, -0.22372744977474213, -0.12439002841711044, -0.22545036673545837, -0.5020942687988281, -0.22445914149284363, 0.5588270425796509, 0.196512833237648, -1.0639054775238037, 0.5017153024673462, -0.023280559107661247, 0.437778502702713, 0.19667558372020721, 0.6035347580909729, 0.8437914252281189, -0.017427019774913788, -0.22993133962154388, 0.23323337733745575, 0.14756596088409424, 0.5370165109634399, 0.206534743309021, 0.17474350333213806, -0.12421265989542007, 0.000020254576156730764, 0.0069036465138196945, -1.1556987762451172, -0.7512083649635315, 0.4348236620426178, -0.7680345773696899, -0.2153935432434082, 0.579060971736908, -1.0825202465057373, -0.452800989151001, -0.2811318039894104, 0.13056707382202148, 0.21719840168952942, -0.8833707571029663, -0.12251520901918411, -0.7531915307044983, 0.498757004737854, 0.28656768798828125, -0.8572629690170288, 0.2059694081544876, 0.7618780136108398, 0.3191375136375427, 0.34780460596084595, -0.1446031630039215, -0.6561731100082397, 0.3153756558895111, -0.026239478960633278, 0.8527483344078064, -0.7318592667579651, -0.44412001967430115, 0.09514077752828598, 0.4704001843929291, -0.007648053579032421, -0.40233200788497925, 0.9246208667755127, -0.4108552932739258, -0.18225792050361633, -0.7730533480644226, -0.6282190084457397, -0.22676905989646912, 0.2667182981967926, -1.4458229541778564, 1.1518622636795044, 0.31418848037719727, -0.682776927947998, 0.31990739703178406, -1.3304448127746582, -0.17182613909244537, 0.7333362102508545, -0.21701176464557648, -0.42160269618034363, 0.35175785422325134, -0.16017813980579376, 0.5432056188583374, -0.12300413101911545, 0.288063645362854, -0.9461254477500916, -0.26299378275871277, -0.09713024646043777, 0.19154539704322815, 0.7252510786056519, 0.2803904712200165, 0.3212977647781372, -0.09124673902988434, -1.063735008239746, -0.10821137577295303, 0.31617817282676697, -0.019119100645184517, -0.3033124804496765, -0.5902966260910034, 0.6121312379837036, -0.07583151757717133, 0.3227439224720001, -0.4814687967300415, 0.15825338661670685, -0.025751858949661255, -0.11689174175262451, 0.8000096082687378, 0.026086382567882538, 0.26961031556129456, -0.6404527425765991, 0.5378576517105103, 0.14701004326343536, 0.28573450446128845, -0.08669120073318481, -0.6421641111373901, -0.6640996932983398, 0.04912560060620308, 0.6856135129928589, 0.5611162781715393, -0.7039657831192017, 0.6875900030136108, 0.031516075134277344, -0.5532084703445435, -0.2864331901073456, -0.109626904129982, 0.2029583603143692, 0.17326094210147858, 0.32548224925994873, -0.4809211790561676, -0.7267447113990784, -0.8013389110565186, 0.1651339828968048, 0.032751504331827164, 0.0450979620218277, 0.2950302064418793, 1.0085492134094238, -0.368385374546051, 0.2940785884857178, -0.6822264194488525, -0.11109140515327454, -0.015290163457393646, -0.405680388212204, 0.3398672044277191, 0.8013948202133179, 1.1323370933532715, -0.934381902217865, -0.29327186942100525, -0.5434538722038269, -0.4940212070941925, -0.1012539342045784, 0.3082689642906189, -0.6215802431106567, -0.09725379943847656, -0.021704696118831635, -0.2794153094291687, 0.7658266425132751, 0.864190936088562, -0.797783374786377, -0.13268902897834778, 0.051936075091362, 0.3795040249824524, -1.4482765197753906, 0.3767567276954651, 0.09607776999473572, -0.24666084349155426, -0.5061895251274109, -0.0005997795378789306, 0.02865736000239849, -0.1860562115907669, -0.20536577701568604, 0.511661946773529, -0.6458125114440918, -0.1699928641319275, 0.12836918234825134, -0.1547277867794037, -0.11357353627681732, 0.24289155006408691, -0.048525311052799225, 0.2467757910490036, 0.8537022471427917, -0.3131667673587799, 0.8378412127494812, 0.5173739790916443, 0.13064904510974884, 0.9095158576965332, -0.6779592633247375, 0.3167352080345154, -0.3189046382904053, 0.3136993944644928, -0.6987307071685791, -0.8523677587509155, 0.4946810305118561, -0.36471322178840637, 0.47950616478919983, -0.5907579064369202, -0.4093038737773895, -0.5938906669616699, -0.34146201610565186, 0.8525242805480957, 0.4930475652217865, -0.7375187873840332, 0.5715939998626709, 0.7853185534477234, -0.026709841564297676, -0.016909658908843994, -0.8529205322265625, -0.1341685950756073, -0.3284933269023895, -0.411334753036499, 0.5697072148323059, -0.4993268549442291, 0.0570870004594326, -0.2132672220468521, 0.3447630703449249, -0.2823921740055084, -0.28981420397758484, 0.5316600799560547, 0.28118038177490234, -0.09314646571874619, 0.2612707316875458, -0.10765615850687027, -0.6851387619972229, 0.2548408508300781, 0.07814476639032364, 0.2521505355834961, 0.043961647897958755, -0.18794584274291992, -0.30034515261650085, 0.719456136226654, 0.38449811935424805, -0.007408273871988058, 0.44283172488212585, 0.8647014498710632, -1.131515383720398, -0.1888531744480133, -0.49455884099006653, -0.22248776257038116, -0.4816560745239258, 0.1607024371623993, -0.5163015127182007, -0.5915788412094116, 0.8205232620239258, -0.0010545927798375487, -0.07037054747343063, 0.8686131238937378, 0.6748532652854919, 0.25711339712142944, 0.5202913880348206, 0.6252627372741699, -0.1805449277162552, 0.46444225311279297, -0.21334539353847504, -0.31146955490112305, -0.6165028810501099, -0.44824865460395813, -0.5757409930229187, -0.5132672190666199, -0.6797330379486084, -0.34853672981262207, -0.0905105471611023, -0.1902761608362198, -0.17009173333644867, 0.5010907053947449, -0.7710588574409485, 0.5463387966156006, 0.5099603533744812, 0.3613779842853546, -0.20360039174556732, -0.027000488713383675, 0.269420325756073, 0.27430272102355957, -0.7168885469436646, -0.061708275228738785, 1.213913917541504, 0.5353481769561768, 0.8651400208473206, 0.37662458419799805, 1.0701429843902588, 0.41696566343307495, 0.3485789895057678, -0.2848873436450958, 0.3594738245010376, 0.01634308695793152, -0.7764874696731567, -0.09208288788795471, -0.15927818417549133, -0.6636639833450317, -0.46256449818611145, -0.24724702537059784, -0.28134292364120483, 0.46025168895721436, 0.5006438493728638, -0.07509944587945938, 0.07647331058979034, -0.9581446647644043, 1.103494644165039, -0.03856773301959038, -0.10679196566343307, -0.17659102380275726, -0.5999959707260132, 0.049571406096220016, 0.2757718563079834, 0.21329031884670258, -0.3375875651836395, 0.05373762175440788, 1.169047474861145, -0.4403805732727051, 1.025431752204895, -0.8016976714134216, 0.09653650969266891, 0.19016897678375244, -0.5141391754150391, 0.334166556596756, 0.4484715461730957, -0.17438191175460815, 0.007417492568492889, 0.35169434547424316, -0.684398353099823, -0.230825275182724, 0.866635799407959, -0.7099186182022095, 0.1669413298368454, -0.5070744156837463, -0.3120686709880829, 0.0569625161588192, 0.2263951301574707, 0.22491681575775146, 0.8653592467308044, -0.3052366077899933, 0.06026139110326767, 0.8445479273796082, 0.3256298005580902, 0.5390889048576355, 0.029889175668358803, -0.29475900530815125, -0.5298652052879333, 1.0307435989379883, 0.3639370799064636, -0.3029954731464386, 0.3392700254917145, 0.27931448817253113, -0.39507967233657837, -0.3073692321777344, -0.7020840048789978, 0.2287682145833969, -0.595326840877533, -0.507397472858429, -0.1351781040430069, -0.17037880420684814, -0.4613396227359772, -0.18560892343521118, -0.24768847227096558, -0.6457429528236389, -0.6814673542976379, -0.6918318867683411, 1.2451859712600708, 0.8160474300384521, -0.5260933637619019, 0.18620628118515015, -1.0241005420684814, 0.581253170967102, -0.12255600839853287, 1.0761185884475708, -0.2942304015159607, -0.5436651110649109, -0.3052463233470917, -0.11249565333127975, 0.1565505862236023, -0.8812803030014038, -0.1768345832824707, 0.4072180986404419, 0.8169061541557312, 0.13571995496749878, 0.12324265390634537, 0.5485366582870483, -0.1526605784893036, 0.5246887803077698, 0.21285784244537354, -0.6471869945526123, 0.5366064310073853, -0.4022082984447479, 0.39858585596084595, 0.8086692690849304, 0.5263997316360474, -0.2087356597185135, 0.4041528105735779, -1.187261939048767, -0.6647500991821289, 0.37256473302841187, -0.04606568068265915, 0.08486081659793854, 0.28292202949523926, 0.633402407169342, -0.04389826953411102, 0.2923031151294708, -0.6772965788841248, -0.86549973487854, -0.22193428874015808, -0.6514767408370972, 0.2809043228626251, -0.5180408358573914, -0.32859519124031067, -0.6222553253173828, 0.6699178814888, -0.13658978044986725, 0.6158942580223083, 0.13281011581420898, 0.16520866751670837, -0.19660359621047974, -0.11753559857606888, 0.5306064486503601, 0.45154058933258057, -0.2798309922218323, -0.21607516705989838, -0.11859648674726486, -0.6094148755073547, -0.40315428376197815, 0.8319206833839417, -0.021969476714730263, -0.25235724449157715, 0.3979119062423706, 0.6283336877822876, -0.12350550293922424, -0.02410159632563591, 0.350870817899704, -0.0654328390955925, -0.49802514910697937, -0.6146147847175598, 0.08432579040527344, 0.1390237957239151, 0.07352958619594574, 0.04987992346286774, -0.21606577932834625, 0.43112069368362427, -0.31465959548950195, 0.6266206502914429, -0.15454867482185364, -0.6360810399055481, -0.6668171882629395, 0.4204254150390625, 0.8724600076675415, -0.4579448401927948, 0.7644444704055786, -0.16373951733112335, -0.5450993180274963, 0.9329830408096313, 0.38261878490448, 0.8435124754905701, -0.4030708968639374, 0.26785531640052795, 0.5868753790855408, 0.16971953213214874, 0.18835237622261047, 1.085093379020691, -0.08081714808940887, -0.6855366826057434, 0.03966899216175079, -0.3960464894771576, -0.27134600281715393, -0.24375322461128235, -1.0828003883361816, 0.2715379595756531, -0.676412045955658, -0.17954544723033905, 0.049184564501047134, 0.07201991230249405, -0.9931174516677856, 0.3456282317638397, 0.3529632091522217, 1.3023146390914917, -0.9284676313400269, 0.7177934050559998, 0.9930927157402039, -0.40644901990890503, -0.8153629899024963, -0.3972102701663971, 0.1508759707212448, -0.835124671459198, -0.2052927166223526, 0.4236350357532501, 0.46654796600341797, -0.07836123555898666, -0.8201580047607422, -0.716394305229187, 1.1728684902191162, 0.15800410509109497, -0.9436699748039246, 0.4016464948654175, -0.09980317950248718, 0.1955558806657791, -0.44260546565055847, 0.38487502932548523, 0.5260989665985107, 0.9723188281059265, 0.38635313510894775, -0.704306960105896, 0.12925146520137787, -0.7277808785438538, -0.2537064850330353, 0.4747198522090912, -0.8182545900344849, -0.0018674167804419994, -0.1817355453968048, 0.200771301984787, -0.13946759700775146, 0.711797297000885, -0.0017078344244509935, 0.3847096562385559, 0.4959475100040436, 0.7786712646484375, 1.0011403560638428, -0.38923174142837524, 0.7675939798355103, -0.1942371129989624, 0.5430354475975037, 0.9515601396560669, -0.2856326103210449, 0.43936046957969666, 0.5964596271514893, -0.006858347449451685, 0.2480495721101761, 0.7790756225585938, -0.467692494392395, 0.343937486410141, 0.3541035056114197, -0.17332319915294647, -0.3251745402812958, -0.1203753873705864, -0.9064995646476746, -0.007979118265211582, 0.6057575941085815, -0.5476492643356323, 0.10240087658166885, -0.14499349892139435, 0.1476421058177948, -0.1815985143184662, -0.6027036309242249, 0.7322519421577454, 0.03521861881017685, -0.23528988659381866, -0.09966078400611877, -0.2133687138557434, 0.1936616450548172, -0.5442979335784912, -0.5966938734054565, 0.09380471706390381, 0.27705734968185425, -0.6584553718566895, -0.9993518590927124, 0.7454298138618469, -0.4026373624801636, -0.5234854817390442, -0.11487087607383728, 0.7572425007820129, -0.4605703353881836, -1.0527783632278442, 0.3899120092391968, 0.026355724781751633, 0.13193002343177795, 0.1973666101694107, -1.3474345207214355, 0.5733014941215515, -0.045586246997117996, -0.27393606305122375, 0.27626439929008484, 0.12499067187309265, 0.24862289428710938, 0.35381174087524414, 0.43480178713798523, -0.2121886909008026, -0.3068317174911499, 0.41486844420433044, 0.9377179741859436, -0.7246702909469604, -0.598992109298706, -0.465701162815094, 0.8359315991401672, -0.4383307695388794, -0.6969613432884216, 0.3650764226913452, 0.9742458462715149, 0.9297998547554016, -0.2037350982427597, 0.859299898147583, -0.58201664686203, 0.7176051735877991, -0.4035731852054596, 0.6102113127708435, -0.2285775989294052, -0.19651220738887787, -0.19367481768131256, -0.7037606239318848, -0.7062651515007019, 0.7863450050354004, 0.27490484714508057, 0.3256680965423584, 0.43645569682121277, 1.0793354511260986, -0.12061415612697601, 0.4008215665817261, 0.23721639811992645, 0.15893076360225677, 0.2552946209907532, 0.4985797703266144, 0.26936063170433044, -0.7337458729743958, -0.05901790037751198, -0.1996341347694397, -0.6412016749382019, 0.06402029097080231, -1.1907395124435425, -0.9990714192390442, -0.6582334041595459, -0.5619372129440308, -0.5618780255317688, 0.035674724727869034, 1.15208899974823, 0.9212179780006409, -0.9894636869430542, -0.17268432676792145, 0.11781352013349533, 0.33902665972709656, 0.17647476494312286, -0.1286403089761734, 0.4877081513404846, 0.5739156603813171, -0.6000055074691772, -0.3384352922439575, -0.03752423822879791, 0.23867416381835938, -0.13174183666706085, -0.018913203850388527, -0.03420060873031616, -0.15391911566257477, 0.2671305537223816, 0.508237361907959, -0.14671848714351654, -0.49009963870048523, -0.5884249210357666, 0.28061166405677795, 0.11926579475402832, 0.9020019769668579, -0.24010328948497772, 0.11214712262153625, 0.7591122984886169, 0.5118933916091919, 0.5352527499198914, 0.11821606755256653, 0.7046056985855103, -0.4331522583961487, 0.17155925929546356, -0.1226557269692421, 0.5407217144966125, 0.20694613456726074, -0.5064839124679565, 0.7209811210632324, 0.5312671661376953, -0.6193767786026001, -0.44157674908638, 0.055469173938035965, -1.3420454263687134, 0.5761368870735168, 0.977790117263794, 0.05195994675159454, -0.5660204887390137, -0.17013779282569885, -0.3683871626853943, -0.06390393525362015, -0.960649311542511, 0.1238020807504654, 0.5626767873764038, 0.07714618742465973, -0.31621086597442627, -0.26254138350486755, 0.6972026228904724, -0.3441857695579529, -1.2352004051208496, 0.03355591371655464, 0.5358871221542358, 0.1301385909318924, 0.015822406858205795, 0.7808817028999329, -0.10365694016218185, 0.323166161775589, 0.2759101390838623, 0.2212626039981842, -0.18253986537456512, -0.6710118055343628, -0.26890066266059875, 0.08524598181247711, -0.1297694891691208, -0.3999335765838623 ]
result-kand2-sdxl-wuerst-karlo/bbe01f48
result-kand2-sdxl-wuerst-karlo
2023-09-15T18:27:46Z
527
0
[ "region:us" ]
null
2023-09-15T18:27:45Z
--- dataset_info: features: - name: result dtype: string - name: id dtype: int64 splits: - name: train num_bytes: 217 num_examples: 10 download_size: 1377 dataset_size: 217 configs: - config_name: default data_files: - split: train path: data/train-* --- # Dataset Card for "bbe01f48" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
[ -0.884597897529602, -0.14150114357471466, 0.0636671930551529, 0.4937542974948883, -0.22989356517791748, -0.10578007251024246, 0.45085474848747253, -0.29156580567359924, 0.7946915030479431, 0.5539355278015137, -0.9887752532958984, -0.886284589767456, -0.5013144016265869, -0.06765641272068024, -0.23077397048473358, 1.2958561182022095, 0.2236669361591339, 0.23932097852230072, -0.3791394531726837, -0.020813487470149994, -0.691182017326355, -0.3179048001766205, -0.6147454977035522, -0.5530990958213806, 0.8667469620704651, 0.8199267387390137, 0.47321340441703796, 0.4273070991039276, 0.7826696634292603, 0.16365809738636017, 0.19560444355010986, -0.47990551590919495, -0.5513812303543091, -0.19595879316329956, -0.34197407960891724, -0.5019059181213379, -1.0719250440597534, -0.11470724642276764, 0.684374213218689, 0.650459349155426, -0.17670086026191711, 0.7713872790336609, -0.34071460366249084, 0.9360163807868958, -0.31574034690856934, 0.6424115300178528, -0.11578588932752609, 0.01577281393110752, -0.6755868196487427, 0.16790442168712616, 0.07730868458747864, -0.5151522755622864, -0.11639644205570221, -0.9751976728439331, 0.21840068697929382, 0.2185882031917572, 0.925927460193634, 0.09085039794445038, 0.05611360818147659, -0.1003648191690445, -0.35741570591926575, 0.032485246658325195, -0.33741796016693115, 0.3454248011112213, 0.6700116395950317, 0.33375635743141174, -0.1148170679807663, -0.6012355089187622, -0.38496774435043335, 0.27096208930015564, -0.030126012861728668, 0.17102289199829102, 0.08398085087537766, 0.07141181081533432, 0.6540942788124084, 0.7741498351097107, -0.5782420039176941, -0.24606436491012573, -0.7829459309577942, -0.5020635724067688, 0.7341034412384033, 0.18244601786136627, 0.22005504369735718, -0.36266759037971497, -0.1419731080532074, -0.08125166594982147, -0.5709836483001709, -0.008790707215666771, 0.3934527337551117, 0.2354838252067566, -0.9209348559379578, 0.7077901363372803, -0.06163841858506203, 0.4598151743412018, 0.2512468695640564, 0.6501421928405762, 0.6129787564277649, -0.32469189167022705, -0.3181520402431488, 0.09905768930912018, 0.38992175459861755, 0.390328973531723, 0.2285858541727066, 0.010742316022515297, 0.08497296273708344, -0.00624468270689249, 0.10518906265497208, -1.472589135169983, -0.9729160070419312, 0.41652926802635193, -0.6081873774528503, -0.24691440165042877, 0.558780312538147, -1.1368898153305054, -0.47181904315948486, -0.2019832730293274, 0.28688162565231323, -0.05061190202832222, -0.7062161564826965, -0.12711510062217712, -0.6295325756072998, 0.492757111787796, 0.04361533373594284, -0.9146848320960999, 0.4562000334262848, 0.8176733255386353, 0.3502073287963867, 0.4190421402454376, -0.07184136658906937, -0.6167566776275635, 0.11926989257335663, -0.3211047351360321, 0.8651921153068542, -0.7354354858398438, -0.6468700170516968, -0.0786200612783432, 0.5179483890533447, 0.21818172931671143, -0.4678676426410675, 0.8218722939491272, -0.4640269875526428, -0.014517775736749172, -0.9743521809577942, -0.7446798086166382, -0.10588826984167099, 0.09245410561561584, -1.1196290254592896, 1.1228212118148804, 0.3808097839355469, -0.7859354615211487, 0.514753520488739, -1.2761329412460327, -0.20337681472301483, 0.7205427885055542, -0.1528906524181366, -0.5190719962120056, 0.1342185139656067, -0.18326124548912048, 0.6483412981033325, 0.010997462086379528, 0.274566650390625, -0.8828614950180054, -0.44748565554618835, -0.045072317123413086, 0.24160288274288177, 0.907708466053009, 0.1484263390302658, 0.3585665225982666, -0.12608768045902252, -0.9270197749137878, -0.1844368278980255, 0.3483055830001831, -0.12850074470043182, -0.2034083604812622, -0.6480033993721008, 0.2768503427505493, -0.19458569586277008, 0.4286998510360718, -0.567573070526123, 0.3971691429615021, -0.07765042036771774, -0.38421884179115295, 0.6741620898246765, 0.30620333552360535, 0.4025864899158478, -0.5087950825691223, 0.6466678380966187, 0.05396507680416107, 0.232299342751503, -0.1606910079717636, -0.623960018157959, -0.4715490937232971, -0.12815110385417938, 0.8442633748054504, 0.8035339117050171, -0.4595063626766205, 0.6845883131027222, 0.16514015197753906, -0.7291420698165894, -0.2999262511730194, 0.002802471863105893, 0.2698577642440796, 0.2650575637817383, 0.3373080790042877, -0.7547912001609802, -0.6856115460395813, -0.7151074409484863, 0.44949784874916077, -0.08834676444530487, 0.03527909144759178, 0.5013739466667175, 0.7821695804595947, -0.40658581256866455, 0.6321749687194824, -0.811212420463562, -0.09955894201993942, 0.22974087297916412, -0.21743138134479523, 0.32671886682510376, 0.8753944039344788, 1.193246603012085, -0.7702576518058777, -0.3158567249774933, -0.5356461405754089, -0.5021691918373108, -0.2155408412218094, 0.27529627084732056, -0.8393170833587646, -0.1398613601922989, 0.04091540351510048, -0.46086210012435913, 0.7419329285621643, 0.8333813548088074, -0.877402126789093, 0.2560369670391083, 0.30718231201171875, 0.3702358603477478, -1.4156962633132935, 0.4396876394748688, 0.031939201056957245, -0.24541690945625305, -0.40084394812583923, -0.10955333709716797, 0.04020258039236069, -0.27779632806777954, 0.09861639142036438, 0.5268681645393372, -0.4352421164512634, -0.2028561681509018, -0.09691284596920013, -0.04840407148003578, 0.03348401188850403, 0.24008461833000183, 0.021252021193504333, 0.35923460125923157, 1.1211256980895996, -0.304313063621521, 1.0105135440826416, 0.8324284553527832, 0.05680635944008827, 0.9816350340843201, -0.596729040145874, 0.05673588067293167, -0.3898981809616089, 0.2938571870326996, -0.8632515668869019, -0.7572998404502869, 0.803585410118103, -0.5326152443885803, 0.7711609601974487, -0.664481520652771, -0.3441017270088196, -0.7689074873924255, -0.30377888679504395, 0.5626903176307678, 0.4316866993904114, -0.5794990658760071, 0.4438842535018921, 0.6336826086044312, -0.2706928849220276, -0.3888036012649536, -0.948076069355011, -0.10800615698099136, -0.22711679339408875, -0.263134628534317, 0.5572714805603027, -0.5444403886795044, 0.1521279662847519, 0.08153058588504791, 0.03169556334614754, -0.24452024698257446, -0.2738227844238281, 0.6761847138404846, 0.4668976068496704, -0.34485259652137756, 0.2732263505458832, 0.061583686619997025, -0.6003946661949158, 0.36175736784935, 0.0034896316938102245, 0.2561742663383484, -0.02328742854297161, -0.08079127222299576, -0.2756684124469757, 0.5727421045303345, 0.054462846368551254, -0.16615015268325806, 0.6144777536392212, 1.050816297531128, -1.0540008544921875, -0.0935058742761612, -0.44121021032333374, -0.2542255222797394, -0.4937310516834259, 0.16238096356391907, -0.4284541606903076, -0.6250661611557007, 0.7098919153213501, -0.02673490159213543, 0.0058533549308776855, 0.6750544905662537, 0.6799339056015015, 0.10788335651159286, 0.1570645123720169, 0.7357036471366882, -0.3342759311199188, 0.4807713031768799, -0.1743369698524475, -0.297472208738327, -0.6114919185638428, -0.5859971642494202, -0.5516852736473083, -0.29603174328804016, -0.8135530948638916, -0.41567984223365784, -0.2221776247024536, 0.18901053071022034, -0.29072099924087524, 0.814034640789032, -0.6147380471229553, 0.5873926281929016, 0.5118243098258972, 0.3398456573486328, -0.18234829604625702, -0.281523734331131, 0.297092467546463, 0.24282890558242798, -0.6523948311805725, -0.16635678708553314, 1.228356122970581, 0.4853503704071045, 0.7469021677970886, 0.28880763053894043, 0.9821996092796326, 0.39487776160240173, 0.5716270804405212, -0.3774626851081848, 0.45567992329597473, -0.006304246839135885, -1.119303822517395, -0.2335558980703354, -0.2768667936325073, -0.729854941368103, -0.48525387048721313, -0.611270010471344, -0.37621188163757324, 0.47451767325401306, 0.5451138019561768, -0.13299256563186646, 0.023667819797992706, -0.7658054232597351, 1.3200219869613647, 0.20576141774654388, -0.1416114866733551, -0.20537596940994263, -0.6851829886436462, 0.32917162775993347, 0.005308124236762524, 0.04405002295970917, -0.43738606572151184, 0.10325414687395096, 0.955427885055542, -0.3783571720123291, 0.8964129090309143, -0.8809841871261597, 0.031314313411712646, 0.23968344926834106, -0.2059045135974884, 0.30444082617759705, 0.7276330590248108, -0.15018810331821442, 0.07025923579931259, 0.2770179510116577, -0.7951601147651672, -0.20254701375961304, 0.7662039399147034, -0.5100394487380981, 0.1656612902879715, -0.32363083958625793, -0.18220187723636627, -0.14404071867465973, 0.3007371723651886, 0.2839270532131195, 0.8157501220703125, -0.5990757346153259, -0.014199241064488888, 0.9612378478050232, 0.19038915634155273, 0.35771796107292175, 0.22408850491046906, -0.546773374080658, -0.40720251202583313, 0.9387387633323669, 0.1284857988357544, -0.4644777476787567, 0.5207072496414185, 0.18190297484397888, -0.28824806213378906, -0.41851311922073364, -0.7420160174369812, 0.313231498003006, -0.618309736251831, -0.6599346995353699, -0.2616868317127228, -0.15576541423797607, -0.39290788769721985, -0.18817882239818573, -0.3468719720840454, -0.5586310029029846, -0.7124022841453552, -0.6462251543998718, 1.1269587278366089, 0.7176348567008972, -0.722917377948761, 0.3363167643547058, -0.9254011511802673, 0.596781313419342, 0.04020188748836517, 1.083799958229065, -0.3633502721786499, -0.526487410068512, -0.4136943817138672, -0.24318218231201172, 0.009149126708507538, -0.9457383155822754, -0.31395357847213745, 0.14537599682807922, 0.6690592765808105, 0.24002696573734283, -0.05773448571562767, 0.562951385974884, -0.22966164350509644, 0.49313703179359436, 0.2145998328924179, -0.8271157145500183, 0.44742777943611145, -0.39136627316474915, 0.3053104877471924, 0.8633738160133362, 0.8085371851921082, -0.3311101794242859, 0.2774970233440399, -0.885395348072052, -0.6388780474662781, 0.4184299111366272, -0.02737531252205372, 0.19752751290798187, 0.25401386618614197, 0.7228987812995911, 0.16350023448467255, 0.3314395844936371, -0.7840097546577454, -0.9288674592971802, -0.3261445462703705, -0.4790666401386261, 0.49713262915611267, -0.4477400481700897, -0.11185576766729355, -0.4525614380836487, 0.8744226694107056, 0.0051254210993647575, 0.6625218391418457, -0.094451904296875, 0.5118339657783508, -0.23975683748722076, -0.17498083412647247, 0.17946217954158783, 0.45858708024024963, -0.5336223244667053, -0.45656439661979675, -0.003534257411956787, -0.5532697439193726, -0.4757748246192932, 0.9233049750328064, 0.11427818983793259, -0.23275049030780792, 0.4052756130695343, 0.7107243537902832, -0.13679096102714539, -0.054889120161533356, 0.5016959309577942, -0.02907205931842327, -0.39613077044487, -0.5512636303901672, 0.20622797310352325, 0.3469221293926239, 0.27913355827331543, -0.007082026917487383, -0.03563174977898598, 0.4636865556240082, -0.4542738199234009, 0.7791582345962524, 0.12496637552976608, -0.5698619484901428, -0.49561721086502075, 0.4587254822254181, 0.6464685797691345, -0.2922661006450653, 0.7442888021469116, -0.28607407212257385, -0.2293933928012848, 0.7058729529380798, 0.3345395624637604, 0.5598596930503845, -0.5289931893348694, 0.4072713851928711, 0.7044351696968079, 0.13974730670452118, 0.31705060601234436, 0.8941255211830139, -0.2830747067928314, -0.7567086815834045, -0.26369285583496094, -0.4629502594470978, -0.5487800240516663, -0.22940225899219513, -1.1730324029922485, 0.3978271782398224, -0.7068800330162048, -0.2618632912635803, 0.23422154784202576, 0.24070614576339722, -0.9802383780479431, 0.46958059072494507, 0.4546979069709778, 1.5097346305847168, -0.8858528733253479, 0.6968101859092712, 0.7795233726501465, -0.3205341696739197, -0.7093579769134521, -0.23879022896289825, -0.01997481845319271, -0.8201431035995483, -0.2956037223339081, 0.24714218080043793, 0.40906426310539246, -0.12482816725969315, -0.817891001701355, -0.6870476603507996, 1.2231277227401733, 0.10381100326776505, -0.9187613129615784, 0.3753119707107544, -0.18278509378433228, 0.17512306571006775, -0.29966574907302856, 0.19004768133163452, 0.5527423024177551, 0.956398069858551, 0.28642722964286804, -0.6047326326370239, 0.1641128659248352, -0.48830026388168335, -0.3531995713710785, 0.5514519810676575, -0.8335862755775452, -0.18279138207435608, -0.2255915105342865, 0.07602080702781677, 0.09475540369749069, 0.8415917754173279, 0.20276445150375366, 0.4987680912017822, 0.2224917858839035, 0.6095365285873413, 1.0710368156433105, -0.4028344452381134, 0.6340200901031494, -0.015534934587776661, 0.5299599766731262, 0.9947071671485901, -0.22961996495723724, 0.33579522371292114, 0.23543933033943176, -0.14276690781116486, 0.4161517024040222, 0.7780792713165283, -0.7220891118049622, 0.46385103464126587, 0.45031189918518066, -0.2760879099369049, -0.2085619568824768, 0.04957747086882591, -0.7469809651374817, 0.10329163819551468, 0.5237029790878296, -0.3403509855270386, 0.14826498925685883, -0.07963071018457413, 0.2891574501991272, -0.18813733756542206, -0.6264635324478149, 0.7383782863616943, 0.08151211589574814, -0.15592293441295624, -0.23328043520450592, -0.01818300224840641, 0.228176087141037, -0.7391487956047058, -0.40121716260910034, -0.07675113528966904, 0.0061601861380040646, -0.6279866695404053, -1.195624828338623, 0.9144485592842102, -0.22763369977474213, -0.528128445148468, 0.16848890483379364, 0.7666037082672119, -0.46791717410087585, -0.912838876247406, 0.2880703806877136, 0.11266053467988968, 0.23997949063777924, 0.14532707631587982, -1.2669000625610352, 0.3872371315956116, -0.04101686179637909, -0.366992324590683, 0.08767574280500412, 0.3766455352306366, 0.32813963294029236, 0.46164339780807495, 0.3905807435512543, -0.17858350276947021, -0.34920668601989746, 0.09975813329219818, 0.9741796851158142, -0.9206748604774475, -0.28830307722091675, -0.5603293180465698, 0.783093273639679, -0.2800331115722656, -0.5489540696144104, 0.4552111029624939, 1.053401231765747, 0.997128963470459, -0.23418909311294556, 0.8277025818824768, -0.5624584555625916, 0.6630204916000366, -0.3985447585582733, 0.5358315706253052, -0.17479853332042694, -0.28821122646331787, -0.3472669720649719, -0.76227205991745, -0.6372562050819397, 0.7329959273338318, 0.31680911779403687, 0.2221263200044632, 0.4233734905719757, 1.043657660484314, -0.12670163810253143, 0.42744699120521545, 0.08919971436262131, 0.13282930850982666, 0.021207310259342194, 0.46306413412094116, 0.12216118723154068, -0.6235955953598022, 0.145708367228508, -0.24617768824100494, -0.6570666432380676, 0.09046223759651184, -1.2259827852249146, -1.0645183324813843, -0.5496466755867004, -0.7227450013160706, -0.5884861946105957, -0.08961153030395508, 1.0386755466461182, 1.1105132102966309, -1.1471680402755737, -0.0347818098962307, 0.04791438952088356, 0.1178475022315979, 0.2024264633655548, -0.16574880480766296, 0.48023876547813416, 0.6239420175552368, -0.5954474210739136, -0.09158741682767868, -0.015740692615509033, 0.36209771037101746, -0.13158881664276123, 0.03266391158103943, 0.2304372638463974, 0.16726131737232208, 0.24863988161087036, 0.5697501301765442, 0.02850436605513096, -0.2267593890428543, -0.482488214969635, 0.19425389170646667, 0.11346320062875748, 0.8469662666320801, -0.3847385048866272, 0.03171822056174278, 0.5461785793304443, 0.4407831132411957, 0.8122547268867493, 0.2803616225719452, 0.5302501916885376, -0.6226770877838135, 0.02383648417890072, -0.1194390133023262, 0.5233961343765259, 0.254495233297348, -0.577126681804657, 0.7626581788063049, 0.4986612796783447, -0.6907245516777039, -0.4034486711025238, 0.20622001588344574, -1.5249615907669067, 0.2542511820793152, 0.7678581476211548, -0.060038354247808456, -0.3228724002838135, -0.06520424783229828, -0.4743451774120331, 0.085690438747406, -0.9257805347442627, 0.2342151552438736, 0.7887414693832397, 0.08065157383680344, -0.3235808312892914, -0.26780927181243896, 0.6448038816452026, -0.3481593430042267, -1.2095595598220825, 0.1223367229104042, 0.6545990705490112, 0.3081052005290985, 0.013684562407433987, 0.8846482038497925, -0.2669526934623718, 0.3281804323196411, 0.3443216383457184, 0.38286951184272766, -0.2106328308582306, -0.5940210223197937, -0.18236270546913147, 0.0292446818202734, -0.19425280392169952, -0.4566492736339569 ]
result-kand2-sdxl-wuerst-karlo/a48196ad
result-kand2-sdxl-wuerst-karlo
2023-09-16T10:13:26Z
527
0
[ "region:us" ]
null
2023-09-16T10:13:25Z
--- dataset_info: features: - name: result dtype: string - name: id dtype: int64 splits: - name: train num_bytes: 155 num_examples: 10 download_size: 1306 dataset_size: 155 configs: - config_name: default data_files: - split: train path: data/train-* --- # Dataset Card for "a48196ad" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
[ -0.7178595066070557, -0.04247990623116493, 0.15416286885738373, 0.30959948897361755, -0.2365640550851822, -0.09266254305839539, 0.4909325838088989, -0.15886364877223969, 0.9943130612373352, 0.3263312578201294, -0.9181283116340637, -0.6314007043838501, -0.5714541673660278, -0.15651801228523254, -0.18126407265663147, 1.009110689163208, 0.1725279986858368, 0.07600833475589752, -0.4207111597061157, -0.05551866814494133, -0.32258740067481995, -0.5517591834068298, -0.5528920888900757, -0.3647591173648834, 0.8243182897567749, 0.8374086022377014, 0.7069303393363953, 0.8241572380065918, 0.8754727244377136, 0.21855489909648895, 0.13735799491405487, -0.33087679743766785, -0.3681260347366333, -0.11917111277580261, 0.0329250805079937, -0.4042072296142578, -1.1868559122085571, -0.05353197455406189, 0.766465961933136, 0.6380640864372253, -0.13047246634960175, 0.7022359371185303, -0.4144950807094574, 0.851667046546936, -0.43834346532821655, 0.5039240121841431, 0.012697589583694935, -0.023108143359422684, -0.7528202533721924, 0.0365576297044754, 0.1403435617685318, -0.5404115319252014, -0.12524831295013428, -1.2303866147994995, 0.1597844511270523, 0.19901686906814575, 0.8542274236679077, 0.24171854555606842, 0.00897471234202385, -0.2690258324146271, -0.22321325540542603, 0.24833346903324127, -0.28261813521385193, 0.2240673452615738, 0.8789888620376587, 0.3834296762943268, 0.051566705107688904, -0.5061896443367004, -0.3576640486717224, 0.3321911692619324, -0.10229067504405975, -0.02680198661983013, -0.008293917402625084, 0.03176013380289078, 0.6806102991104126, 0.8510209918022156, -0.6330726146697998, -0.203260138630867, -0.7986563444137573, -0.4637703597545624, 1.0028276443481445, 0.28213411569595337, 0.278577595949173, -0.38659781217575073, -0.21718071401119232, -0.2273397594690323, -0.4033438265323639, -0.22827798128128052, 0.5454572439193726, 0.06716401129961014, -1.2399064302444458, 0.5821856260299683, -0.11290930211544037, 0.39278149604797363, 0.14698070287704468, 0.7194291353225708, 0.8264282941818237, -0.18115676939487457, -0.16397199034690857, -0.05529846251010895, 0.47452205419540405, 0.46093642711639404, 0.1842014342546463, 0.017800021916627884, -0.07850594073534012, 0.10218951106071472, 0.16266758739948273, -1.1924309730529785, -0.992760419845581, 0.28073254227638245, -0.8925818204879761, -0.14752772450447083, 0.41731157898902893, -1.2273519039154053, -0.6434717774391174, -0.31809017062187195, 0.22892118990421295, 0.16852575540542603, -0.6312516331672668, -0.12174206972122192, -0.6436617970466614, 0.41214296221733093, 0.23618251085281372, -0.8994184732437134, 0.26508280634880066, 0.7329959869384766, 0.5022054314613342, 0.15824976563453674, -0.09452342987060547, -0.5237039923667908, 0.05681406334042549, -0.2103525549173355, 0.7769362926483154, -0.7240862250328064, -0.6108384728431702, 0.055404454469680786, 0.3987104892730713, 0.06765560805797577, -0.4198095202445984, 0.7549853324890137, -0.5823162198066711, -0.11127624660730362, -0.6959253549575806, -0.5538889765739441, -0.14966285228729248, 0.2769216299057007, -1.2177081108093262, 0.9715290069580078, 0.15564915537834167, -0.8591131567955017, 0.13621295988559723, -1.2679731845855713, -0.15441623330116272, 0.8398232460021973, -0.18858613073825836, -0.4979209303855896, 0.17268705368041992, -0.14673969149589539, 0.35607245564460754, -0.060042619705200195, 0.27289414405822754, -0.6965038776397705, -0.23745590448379517, -0.044165197759866714, 0.014177463948726654, 0.910266101360321, 0.275505930185318, 0.5894962549209595, 0.02985917218029499, -0.9952925443649292, -0.23068539798259735, 0.27692893147468567, -0.13051055371761322, -0.2824164927005768, -0.7083572745323181, 0.33936765789985657, -0.12366275489330292, 0.6197453141212463, -0.5950748324394226, 0.4086853861808777, 0.1629117876291275, -0.23876966536045074, 0.6950670480728149, 0.3277280032634735, 0.4876309931278229, -0.75982666015625, 0.915761411190033, -0.1332116425037384, 0.3164198100566864, -0.2435491979122162, -0.6948355436325073, -0.7149375677108765, -0.036645881831645966, 0.7918563485145569, 0.7483623623847961, -0.6452303528785706, 0.7395836710929871, 0.15411195158958435, -0.7212586998939514, -0.45095720887184143, -0.0966736301779747, 0.26801446080207825, 0.2303302139043808, 0.40317708253860474, -1.0111727714538574, -0.9824041724205017, -0.6664268970489502, 0.4101749658584595, -0.09955396503210068, 0.06461130082607269, 0.34937354922294617, 0.750935971736908, -0.5348091125488281, 0.431222528219223, -0.9281463027000427, -0.19774097204208374, 0.37234923243522644, -0.18543007969856262, 0.1649245023727417, 0.9065373539924622, 1.0047849416732788, -0.7595611214637756, -0.22507043182849884, -0.7905643582344055, -0.6437029838562012, -0.014569408260285854, 0.3191291391849518, -0.8804436922073364, -0.20827287435531616, 0.17612752318382263, -0.5667873024940491, 0.8513489961624146, 0.9406804442405701, -0.8090288639068604, 0.13742655515670776, -0.013811673037707806, 0.22289986908435822, -1.341041088104248, 0.4586856961250305, 0.06398212164640427, -0.02903830260038376, -0.4550071954727173, -0.03331608325242996, 0.1845434606075287, -0.19567635655403137, 0.03704509139060974, 0.5124685168266296, -0.36314159631729126, -0.0845930352807045, -0.017991892993450165, -0.25377729535102844, -0.08531372249126434, 0.12849564850330353, -0.01969805546104908, 0.4536307156085968, 1.0305224657058716, -0.3398989140987396, 1.0625622272491455, 0.9422330260276794, -0.016225269064307213, 0.7776157259941101, -0.5857740044593811, 0.08428511768579483, -0.41846945881843567, 0.41840627789497375, -0.9675059914588928, -0.7100951075553894, 0.5526894330978394, -0.48073428869247437, 0.37554219365119934, -0.520936131477356, -0.4126568138599396, -0.5919620394706726, -0.3127521872520447, 1.0312461853027344, 0.4625398516654968, -0.717149019241333, 0.47247314453125, 0.7438321709632874, -0.23050081729888916, 0.01794617809355259, -0.9296490550041199, 0.09781131148338318, -0.36729535460472107, -0.2420491874217987, 0.5052714943885803, -0.6650956869125366, -0.0025766855105757713, -0.08891042321920395, 0.3654342293739319, -0.1156701147556305, -0.2668558359146118, 0.6466835737228394, 0.38344714045524597, -0.21662792563438416, 0.4549763798713684, -0.23409707844257355, -0.7546771764755249, 0.33762022852897644, 0.3112024664878845, 0.42558929324150085, 0.16862213611602783, 0.10970263183116913, -0.6603926420211792, 0.591668426990509, 0.43335026502609253, -0.38581883907318115, 0.45901408791542053, 0.6692301630973816, -0.9448695182800293, -0.01618928276002407, -0.36432263255119324, -0.13497386872768402, -0.4787638783454895, 0.049197372049093246, -0.31604281067848206, -0.318074494600296, 0.7833682894706726, 0.0647377297282219, -0.09560436010360718, 0.9997274875640869, 0.6608589887619019, 0.31136226654052734, 0.525847852230072, 0.5814729928970337, -0.41434094309806824, 0.5462127327919006, -0.3415672183036804, -0.4534415304660797, -0.6915316581726074, -0.6064371466636658, -0.5696046352386475, -0.4259505569934845, -0.7674081921577454, -0.5138908624649048, -0.17800551652908325, -0.2972007393836975, -0.39689791202545166, 0.48605644702911377, -0.5552366971969604, 0.3586033582687378, 0.6098706722259521, 0.203732430934906, -0.046657003462314606, -0.3265363276004791, 0.45913365483283997, 0.22135122120380402, -0.6351574063301086, -0.09337527304887772, 1.358185887336731, 0.541610598564148, 1.0213757753372192, 0.3669317364692688, 1.0371137857437134, 0.5278530120849609, 0.3437930941581726, -0.5351280570030212, 0.3627251088619232, -0.14121337234973907, -0.7678523063659668, 0.011960065923631191, -0.24576003849506378, -0.8179664015769958, -0.4772861897945404, -0.48296529054641724, -0.14294582605361938, 0.5705908536911011, 0.5168632864952087, -0.26136213541030884, 0.008874748833477497, -0.8672575354576111, 1.1486881971359253, -0.024103010073304176, 0.07765857875347137, -0.17243461310863495, -0.7067081332206726, 0.1895119547843933, 0.169200137257576, 0.2774168848991394, -0.42625126242637634, -0.061412833631038666, 1.14737868309021, -0.3872368037700653, 0.9527707099914551, -0.7768688201904297, -0.11768040806055069, 0.004005248658359051, -0.2245926409959793, 0.19275665283203125, 0.582527220249176, -0.27784913778305054, -0.09491702169179916, 0.09439264982938766, -0.6778931021690369, -0.12367726862430573, 0.9100439548492432, -0.7066370248794556, 0.19126075506210327, -0.5034773349761963, -0.6841915249824524, -0.02233499102294445, 0.1586541384458542, 0.2642080783843994, 0.9941808581352234, -0.2741292417049408, 0.034497059881687164, 0.8435614705085754, 0.284528523683548, 0.5230773687362671, 0.14733803272247314, -0.27673283219337463, -0.47849538922309875, 0.9937545657157898, 0.15809188783168793, -0.4251817464828491, 0.2896207273006439, 0.2057609111070633, -0.29636746644973755, -0.2247065305709839, -0.8395510315895081, 0.2779465913772583, -0.509056568145752, -0.6411361694335938, -0.09933271259069443, -0.2693790793418884, -0.37460944056510925, -0.17419904470443726, -0.31987297534942627, -0.8623588681221008, -0.7715327739715576, -0.43618524074554443, 1.1168392896652222, 0.815622091293335, -0.5776425004005432, 0.25057971477508545, -0.8564066886901855, 0.8319306969642639, 0.14138950407505035, 1.0223599672317505, -0.1327412873506546, -0.6524527668952942, -0.21165211498737335, -0.14961709082126617, -0.060053471475839615, -0.78974848985672, -0.17013272643089294, 0.37866997718811035, 0.7094481587409973, 0.3277161717414856, 0.18663224577903748, 0.5498266816139221, -0.22812262177467346, 0.5591955780982971, 0.06485577672719955, -0.6709682941436768, 0.6108208894729614, -0.23403622210025787, 0.7016856074333191, 0.7578223347663879, 0.8251102566719055, -0.32614603638648987, 0.22235986590385437, -1.0833810567855835, -0.6035475730895996, 0.3803512156009674, -0.22282016277313232, 0.28725361824035645, 0.3368399441242218, 0.5479264855384827, 0.04888030141592026, 0.15839609503746033, -0.4186299741268158, -1.019974708557129, -0.14514420926570892, -0.5874980688095093, 0.08266735821962357, -0.45014655590057373, -0.35947728157043457, -0.5233393907546997, 0.6845506429672241, 0.0693950355052948, 0.4646177589893341, -0.14997513592243195, 0.3670250475406647, -0.30474570393562317, -0.23897188901901245, 0.36974138021469116, 0.6170799136161804, -0.43650755286216736, -0.05735267326235771, -0.26702988147735596, -0.6403188109397888, -0.44250187277793884, 1.0347174406051636, -0.025408729910850525, -0.2573564648628235, 0.41305816173553467, 0.6758904457092285, -0.2652994394302368, -0.2173704206943512, 0.4055273234844208, -0.22392183542251587, -0.3613167405128479, -0.34265559911727905, 0.06876125931739807, -0.0421614795923233, 0.23341403901576996, 0.3175915479660034, -0.13432577252388, 0.44868215918540955, -0.4237280786037445, 0.6823724508285522, 0.10748490691184998, -0.6177707314491272, -0.5823252201080322, 0.5431936383247375, 0.6163864731788635, -0.4836618900299072, 0.7617486715316772, -0.339356392621994, -0.4342205226421356, 0.7523512244224548, 0.2338455617427826, 0.6441060900688171, -0.708085834980011, 0.29456254839897156, 0.6150324940681458, 0.04430704936385155, 0.30313172936439514, 0.8706625699996948, -0.24138931930065155, -0.6140779256820679, 0.041482195258140564, -0.4200021028518677, -0.56745845079422, -0.267155259847641, -1.2487772703170776, 0.13367895781993866, -0.6689243912696838, -0.18479757010936737, 0.24376855790615082, 0.3011534810066223, -0.7997034788131714, 0.5695542693138123, 0.3381631076335907, 1.4310452938079834, -1.0088921785354614, 0.6667207479476929, 0.9659931063652039, -0.21195724606513977, -0.3602730333805084, -0.14697498083114624, 0.15927505493164062, -0.9571603536605835, -0.4572896659374237, 0.15051066875457764, 0.5779374241828918, -0.1298121213912964, -0.7458701133728027, -0.7597653865814209, 1.0573686361312866, 0.15343229472637177, -0.7215865254402161, 0.2498941719532013, -0.3394234776496887, 0.2576369643211365, -0.39187145233154297, -0.04578240215778351, 0.5780307650566101, 0.6836612820625305, 0.4599391520023346, -0.7674981355667114, 0.21223483979701996, -0.7241290211677551, -0.30921173095703125, 0.5394644737243652, -0.8112362623214722, 0.11111076176166534, -0.22103402018547058, 0.1554921716451645, 0.3636186122894287, 0.6651191115379333, 0.23582983016967773, 0.4349556565284729, 0.32144907116889954, 0.8271422982215881, 0.9560587406158447, -0.24675387144088745, 0.7912074327468872, -0.08736073225736618, 0.4729258716106415, 0.9544707536697388, 0.12321403622627258, 0.5239039063453674, 0.44342371821403503, 0.008173148147761822, 0.3728082776069641, 0.6946161985397339, -0.5791149139404297, 0.6071008443832397, 0.32883620262145996, -0.29000264406204224, -0.32415568828582764, -0.13269561529159546, -0.9855790734291077, 0.2177668660879135, 0.5804049372673035, -0.40608978271484375, 0.0027270778082311153, -0.03508012741804123, 0.1739770919084549, -0.07423204183578491, -0.689738929271698, 0.7580459117889404, -0.02272767946124077, -0.20427066087722778, -0.10136263817548752, 0.040994513779878616, 0.259709894657135, -0.582615077495575, -0.3543843626976013, -0.08468732982873917, 0.16322138905525208, -0.5816392302513123, -1.074954628944397, 0.6983568072319031, -0.28922948241233826, -0.41356220841407776, -0.07015218585729599, 0.5905420184135437, -0.609084963798523, -0.8834235668182373, 0.09673110395669937, -0.057126399129629135, 0.029915666207671165, 0.33079245686531067, -1.2103172540664673, 0.592932403087616, -0.21121127903461456, -0.11411423981189728, 0.19338862597942352, 0.16026857495307922, 0.24539032578468323, 0.3988797068595886, 0.29925477504730225, -0.19989022612571716, -0.2462640255689621, 0.01583690382540226, 1.0752285718917847, -0.7200732231140137, -0.5598938465118408, -0.38533127307891846, 0.7072418928146362, -0.1898951679468155, -0.7524072527885437, 0.6658343076705933, 1.253305196762085, 0.7888228297233582, -0.1314217895269394, 0.8275715112686157, -0.4195316731929779, 0.7213924527168274, -0.30182814598083496, 0.64336097240448, -0.20408286154270172, -0.28104037046432495, -0.06240140646696091, -0.655411958694458, -0.8560820817947388, 0.8100286722183228, 0.19760307669639587, 0.16949425637722015, 0.21598806977272034, 0.9500795006752014, -0.10210984200239182, 0.4551170766353607, -0.03240209445357323, 0.11398621648550034, 0.1394815444946289, 0.49413397908210754, 0.35311415791511536, -0.8441460728645325, -0.017334746196866035, -0.2820400297641754, -0.6959533095359802, 0.017132429406046867, -1.0803385972976685, -0.791703999042511, -0.6259976625442505, -0.696521520614624, -0.5413272976875305, -0.026531225070357323, 0.8728076219558716, 1.0142767429351807, -1.030408263206482, -0.30820783972740173, 0.22327762842178345, 0.1704530268907547, 0.3618314266204834, -0.09782048314809799, 0.7071759104728699, 0.40786564350128174, -0.5828333497047424, -0.06594189256429672, -0.1720116287469864, 0.39462167024612427, -0.08454187214374542, -0.16820669174194336, -0.050647228956222534, 0.023647669702768326, 0.1180214136838913, 0.683139443397522, 0.0575561597943306, -0.29946696758270264, -0.689516007900238, 0.17990121245384216, 0.1338537037372589, 0.8524425029754639, -0.4287184774875641, 0.38967233896255493, 0.6677183508872986, 0.4406486749649048, 0.6701806783676147, 0.45575642585754395, 0.634410560131073, -0.651809811592102, 0.21230268478393555, -0.10511564463376999, 0.31014081835746765, 0.24503839015960693, -0.32874661684036255, 0.5510877966880798, 0.3762824535369873, -0.6628836393356323, -0.49266040325164795, 0.09521375596523285, -1.3450018167495728, 0.565479040145874, 0.912377655506134, 0.04060183838009834, -0.16499660909175873, -0.1021202951669693, -0.4739743173122406, 0.04084490239620209, -0.8888860940933228, 0.4311405420303345, 0.5020557641983032, 0.04088430106639862, -0.26846981048583984, -0.2024850845336914, 0.8255276679992676, -0.2932901978492737, -1.2975127696990967, 0.17556501924991608, 0.5140290856361389, -0.12500327825546265, 0.10135924071073532, 0.6974426507949829, -0.17433302104473114, 0.5526067018508911, 0.1493271291255951, 0.2366880476474762, -0.06349969655275345, -0.6744400858879089, -0.5529820919036865, 0.06498952209949493, -0.03646853193640709, -0.7584002017974854 ]
result-kand2-sdxl-wuerst-karlo/606de66e
result-kand2-sdxl-wuerst-karlo
2023-10-22T07:58:38Z
527
0
[ "region:us" ]
null
2023-10-22T07:58:37Z
--- dataset_info: features: - name: result dtype: string - name: id dtype: int64 splits: - name: train num_bytes: 186 num_examples: 10 download_size: 1369 dataset_size: 186 configs: - config_name: default data_files: - split: train path: data/train-* --- # Dataset Card for "606de66e" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
[ -0.754432201385498, -0.11189654469490051, 0.14987392723560333, 0.154107466340065, -0.24975700676441193, -0.23670685291290283, 0.5017786622047424, -0.31269964575767517, 1.0101858377456665, 0.4086005985736847, -0.9467748999595642, -0.8504063487052917, -0.5129798054695129, -0.30403822660446167, -0.2810802459716797, 1.1732271909713745, 0.048037201166152954, -0.17198717594146729, -0.40120381116867065, 0.012479512952268124, -0.2891972064971924, -0.4309234321117401, -0.31491637229919434, -0.5271488428115845, 0.9773151874542236, 0.8377457857131958, 0.6285005211830139, 0.6018792390823364, 0.9399885535240173, 0.16881410777568817, 0.009541362524032593, -0.44635289907455444, -0.34541288018226624, -0.21329385042190552, -0.04040165990591049, -0.3855211138725281, -1.2285605669021606, -0.14904752373695374, 0.6830477714538574, 0.5602798461914062, -0.03912495821714401, 0.7843239307403564, -0.3276417851448059, 1.146986961364746, -0.5335726737976074, 0.4956855773925781, -0.08671864122152328, 0.06293044239282608, -0.7250797748565674, 0.32369059324264526, 0.19567592442035675, -0.660556435585022, -0.02260592207312584, -0.8473659157752991, 0.2785363793373108, -0.17006634175777435, 0.7682692408561707, 0.18874385952949524, 0.21474240720272064, 0.2027950882911682, -0.23243945837020874, 0.012099800631403923, -0.34097903966903687, 0.21169210970401764, 0.6121355891227722, 0.39582279324531555, 0.18729721009731293, -0.48760777711868286, -0.23489786684513092, 0.2682754099369049, 0.062219686806201935, 0.2010582983493805, 0.13724422454833984, -0.024772245436906815, 0.8438804745674133, 0.6572791337966919, -0.6312583684921265, -0.14481189846992493, -0.6717362999916077, -0.2601054906845093, 0.9408237934112549, 0.11361082643270493, 0.39941948652267456, -0.36091533303260803, -0.1923212856054306, -0.3298753499984741, -0.32347816228866577, -0.1503637135028839, 0.4226289689540863, 0.04884887486696243, -1.2099412679672241, 0.7696657776832581, -0.06741854548454285, 0.45872750878334045, 0.0580575168132782, 0.7381054162979126, 0.7287198305130005, -0.07821681350469589, -0.24920007586479187, 0.09419552236795425, 0.17833146452903748, 0.6673466563224792, 0.22763974964618683, 0.2191978394985199, -0.17191101610660553, 0.22720572352409363, 0.03045768290758133, -0.9031129479408264, -0.7796840667724609, 0.23758859932422638, -0.7248309850692749, 0.0969589576125145, 0.47697022557258606, -1.2371153831481934, -0.42557767033576965, -0.4086036682128906, 0.09496448934078217, -0.035277362912893295, -0.8712179660797119, 0.001356361317448318, -0.9127543568611145, 0.3765256702899933, 0.10733210295438766, -0.747698962688446, 0.17347490787506104, 0.6341173648834229, 0.5655222535133362, 0.1232052594423294, -0.04579063504934311, -0.34590771794319153, 0.18466030061244965, -0.09139718860387802, 0.828265905380249, -0.5927668809890747, -0.5058029890060425, 0.07772061973810196, 0.2690311670303345, -0.06648098677396774, -0.22306427359580994, 0.7015609741210938, -0.3102419078350067, -0.09863061457872391, -0.4742429256439209, -0.4626241624355316, -0.1475585252046585, 0.2933131456375122, -1.259198784828186, 1.2178012132644653, 0.3108689486980438, -0.9107683897018433, 0.23452764749526978, -1.4219626188278198, -0.2891601324081421, 0.6884640455245972, 0.03798379376530647, -0.5494513511657715, 0.4765632152557373, -0.05300971120595932, 0.544533908367157, 0.09418132901191711, 0.14581134915351868, -0.7463555335998535, -0.1942121386528015, -0.05916956812143326, -0.024112403392791748, 0.6759671568870544, 0.2119562178850174, 0.07581963390111923, -0.12395123392343521, -0.9182527661323547, 0.08778804540634155, 0.1474134624004364, 0.07178737223148346, -0.37074437737464905, -0.4241359531879425, 0.4687192440032959, -0.2002239227294922, 0.6062048673629761, -0.5177929401397705, 0.16084879636764526, -0.08085285127162933, -0.26342228055000305, 0.6824027299880981, -0.013889054767787457, 0.14881113171577454, -0.5727720856666565, 0.5724722146987915, -0.040851883590221405, 0.560787558555603, 0.012071515433490276, -0.4946299195289612, -0.724582314491272, 0.1100941151380539, 0.6360262036323547, 0.6079353094100952, -0.6887488961219788, 0.7709430456161499, -0.0889241024851799, -0.7169946432113647, -0.16664829850196838, -0.15214553475379944, 0.29258280992507935, -0.12092266976833344, 0.3654274344444275, -0.852164089679718, -0.7562049627304077, -0.9248663187026978, 0.3921928405761719, -0.025455230847001076, 0.1280711442232132, 0.2955498993396759, 0.9269761443138123, -0.4507156014442444, 0.6931812167167664, -0.8345722556114197, -0.13223367929458618, 0.029062174260616302, -0.30139490962028503, 0.40682774782180786, 0.7292096614837646, 1.0669187307357788, -0.8399604558944702, -0.47373491525650024, -0.46338027715682983, -0.6500128507614136, -0.07757844030857086, 0.45119214057922363, -0.5294634699821472, -0.03057030588388443, 0.0326688289642334, -0.26772263646125793, 0.9538311958312988, 1.1037793159484863, -0.7730763554573059, 0.2771579921245575, -0.09190322458744049, 0.24946154654026031, -1.5142292976379395, 0.3528408110141754, 0.44313496351242065, -0.16052189469337463, -0.36736226081848145, -0.12598326802253723, 0.1676654815673828, -0.35508692264556885, -0.1095227599143982, 0.346446692943573, -0.6729423403739929, -0.20087288320064545, 0.043049026280641556, 0.014688597060739994, -0.16129937767982483, 0.11529957503080368, 0.13626733422279358, 0.37987858057022095, 0.9278019070625305, -0.3629955053329468, 0.8946642875671387, 0.4811106026172638, -0.2407740354537964, 1.117804765701294, -0.7461689114570618, 0.16242119669914246, -0.3257773518562317, 0.2646099328994751, -0.6420586109161377, -0.7394187450408936, 0.31287166476249695, -0.2800230085849762, 0.2928772270679474, -0.5737167596817017, -0.4651867151260376, -0.8003943562507629, -0.4063435196876526, 0.7826770544052124, 0.5701324939727783, -0.6481707096099854, 0.37433937191963196, 0.9409711956977844, -0.007457916624844074, -0.04381634294986725, -0.7606600522994995, 0.13644050061702728, -0.41512593626976013, -0.5104840397834778, 0.5792337656021118, -0.5809919238090515, -0.16961029171943665, -0.20591911673545837, 0.32226964831352234, -0.14223887026309967, -0.3668687641620636, 0.6365363001823425, 0.42317095398902893, -0.23565448820590973, 0.3370741009712219, -0.07522612065076828, -0.7159013152122498, 0.2614419758319855, 0.05701828747987747, 0.31039702892303467, -0.03198239207267761, -0.24770782887935638, -0.7258243560791016, 0.6386717557907104, 0.5749109387397766, -0.09401406347751617, 0.363464891910553, 0.7440212368965149, -0.8872510194778442, -0.060274388641119, -0.6981796026229858, -0.1478772908449173, -0.4422197639942169, 0.2058013528585434, -0.4651332497596741, -0.4032846987247467, 0.6017903089523315, 0.02164687216281891, 0.06850440800189972, 0.9873872399330139, 0.5319316387176514, 0.15221217274665833, 0.7688592672348022, 0.7935702800750732, -0.36747288703918457, 0.6126145124435425, -0.31291624903678894, -0.4959526062011719, -0.6681762337684631, -0.5526604056358337, -0.5888478755950928, -0.6899816393852234, -0.4972388744354248, -0.595028281211853, 0.141605943441391, -0.37040022015571594, -0.2350725680589676, 0.5651598572731018, -0.8289297819137573, 0.6389676928520203, 0.450325071811676, 0.406900554895401, -0.1955939084291458, 0.008246809244155884, 0.30751508474349976, 0.01529547106474638, -0.7895668148994446, -0.11624983698129654, 0.8952656388282776, 0.5871089100837708, 1.1496862173080444, 0.2158128321170807, 0.7995771765708923, 0.49265992641448975, 0.1108882799744606, -0.3365628719329834, 0.48043084144592285, -0.36208003759384155, -0.774671733379364, 0.054790303111076355, -0.15426839888095856, -0.5620103478431702, -0.5513609647750854, -0.31119996309280396, -0.2970642149448395, 0.42715293169021606, 0.42344969511032104, -0.1256697028875351, 0.43224236369132996, -1.0272436141967773, 0.9440221190452576, -0.19663961231708527, 0.05677840858697891, -0.2620695233345032, -0.7069260478019714, -0.07712177187204361, 0.41423359513282776, 0.06326030194759369, -0.5999782681465149, 0.22527261078357697, 1.174187421798706, -0.2336847186088562, 1.4724770784378052, -0.7641987800598145, 0.023398330435156822, 0.07964532822370529, -0.32512232661247253, 0.2047719955444336, 0.5011168718338013, -0.1891234964132309, 0.12114300578832626, 0.19214864075183868, -0.5452476739883423, -0.11548883467912674, 0.8748331665992737, -0.8038358092308044, 0.08741972595453262, -0.5546330809593201, -0.7262262105941772, 0.030298570170998573, 0.13513430953025818, 0.1980850100517273, 0.868742048740387, -0.5179535150527954, 0.11206554621458054, 0.9780533313751221, 0.39366963505744934, 0.541671633720398, 0.03505409508943558, -0.06603256613016129, -0.3866475820541382, 0.8127750158309937, 0.2284054011106491, -0.22014397382736206, 0.3611992299556732, 0.23704011738300323, -0.40467044711112976, -0.16331897675991058, -0.5676907300949097, 0.4195123016834259, -0.4644603133201599, -0.4132862985134125, -0.020060693845152855, -0.4999103248119354, -0.4395168721675873, -0.3002648949623108, -0.3710995614528656, -0.6976832747459412, -0.7167307734489441, -0.4628639817237854, 1.2695815563201904, 0.7263641953468323, -0.6138114333152771, 0.24778984487056732, -0.8691993355751038, 0.5496571063995361, 0.03719088062644005, 1.0748668909072876, -0.49086102843284607, -0.5371350049972534, -0.31934866309165955, 0.11182506382465363, 0.2441600114107132, -0.5402947664260864, -0.19172926247119904, 0.23975315690040588, 0.7411797046661377, 0.17444543540477753, 0.16317370533943176, 0.6810769438743591, -0.15941837430000305, 0.6754716038703918, 0.511957585811615, -0.7826383709907532, 0.8491259813308716, -0.2102690488100052, 0.7025995850563049, 0.716627299785614, 0.5083181262016296, -0.5307208895683289, 0.29288095235824585, -1.0886131525039673, -0.6509155631065369, 0.3337121903896332, -0.14059899747371674, 0.3160998821258545, 0.3454565703868866, 0.7686129212379456, 0.11801137030124664, -0.014321040362119675, -0.7159335017204285, -0.7674549221992493, -0.23971854150295258, -0.47708672285079956, 0.13572925329208374, -0.5952714681625366, -0.39351800084114075, -0.5521637797355652, 0.7493888735771179, -0.21957232058048248, 0.41847676038742065, 0.06839205324649811, 0.23382985591888428, -0.07313222438097, -0.06676128506660461, 0.36408233642578125, 0.7255151867866516, -0.3286122977733612, -0.0211404487490654, -0.02532690390944481, -0.48179492354393005, -0.5721940398216248, 0.634289026260376, -0.02190278470516205, 0.008874000050127506, 0.25950947403907776, 0.8639343976974487, -0.31273576617240906, -0.0006316251237876713, 0.3007379174232483, -0.09273341298103333, -0.48236969113349915, -0.6385536789894104, 0.26323190331459045, -0.05029093474149704, 0.25858399271965027, -0.03327757492661476, -0.1014973521232605, 0.08068030327558517, -0.22082741558551788, 0.6106390953063965, 0.05890001356601715, -1.1216723918914795, -0.6557149291038513, 0.5768675208091736, 0.7063745856285095, -0.4619530737400055, 0.927000880241394, 0.2123204469680786, -0.311491996049881, 0.8300843834877014, 0.32501065731048584, 0.7793719172477722, -0.4308532178401947, 0.6667137742042542, 0.6292510032653809, 0.16030004620552063, 0.039961330592632294, 0.7969951033592224, -0.08556593954563141, -0.580997109413147, -0.028977805748581886, -0.3219740688800812, -0.3221946954727173, -0.38045597076416016, -1.203702688217163, 0.25324925780296326, -0.5510389804840088, -0.42536067962646484, 0.0011687634978443384, 0.023270627483725548, -0.7423117756843567, 0.41577771306037903, 0.296387642621994, 1.5604274272918701, -0.9431949853897095, 0.7345494627952576, 0.8388024568557739, -0.1958862990140915, -0.5610033273696899, -0.23616871237754822, 0.23059499263763428, -0.9034205079078674, -0.23924148082733154, 0.2655479311943054, 0.17821581661701202, -0.15817749500274658, -0.7884753346443176, -0.595166027545929, 1.15462064743042, 0.11181072890758514, -0.8904434442520142, 0.2740207314491272, -0.15845927596092224, 0.37136310338974, -0.36890116333961487, 0.1289052814245224, 0.6362807750701904, 0.8586264252662659, 0.29364871978759766, -0.6756755709648132, -0.10904429107904434, -0.7782706618309021, 0.0752367228269577, 0.5288426876068115, -0.6926563382148743, 0.021112345159053802, -0.2245756983757019, 0.18125344812870026, 0.08366117626428604, 0.692102313041687, -0.051440224051475525, 0.2862726151943207, 0.6272860765457153, 0.8342130184173584, 0.749329149723053, -0.507201075553894, 0.9498016834259033, 0.016320109367370605, 0.4993867576122284, 0.7992701530456543, -0.14120198786258698, 0.46344318985939026, 0.5112054347991943, 0.06242693215608597, 0.4941045343875885, 0.7590351700782776, -0.5426954030990601, 0.3115008473396301, 0.16771595180034637, -0.2590855658054352, -0.3499785363674164, -0.10280977934598923, -0.9885338544845581, 0.0636780709028244, 0.5880162715911865, -0.4084556996822357, -0.037005264312028885, -0.08299233764410019, 0.12523172795772552, -0.06176166236400604, -0.592059850692749, 0.7100393772125244, 0.008311429060995579, -0.2798038721084595, -0.061882831156253815, -0.20603309571743011, 0.34250205755233765, -0.8751768469810486, -0.25400444865226746, -0.16531670093536377, 0.34532737731933594, -0.6139821410179138, -1.344468355178833, 0.7799763679504395, -0.17939116060733795, -0.5819405317306519, -0.15012316405773163, 0.5285899043083191, -0.2926376760005951, -1.1226762533187866, 0.33122318983078003, 0.07404018193483353, 0.06931496411561966, 0.2426808625459671, -1.360823392868042, 0.29359519481658936, 0.014095235615968704, -0.1095249280333519, 0.18136464059352875, 0.19321739673614502, 0.1330377161502838, 0.408049076795578, 0.36058518290519714, -0.09161902964115143, -0.3312798738479614, 0.40018677711486816, 0.923057496547699, -0.7781545519828796, -0.5816464424133301, -0.5380116701126099, 0.9748883247375488, -0.5277960896492004, -0.5702207088470459, 0.6014927625656128, 1.0856482982635498, 0.7002183198928833, -0.29178839921951294, 0.8788466453552246, -0.668397843837738, 0.6227279305458069, -0.46588611602783203, 0.5874441862106323, -0.4204828441143036, -0.20878227055072784, -0.23986634612083435, -0.858457624912262, -0.8627675175666809, 0.7533465027809143, 0.15108564496040344, 0.06265728920698166, 0.5060536861419678, 1.0300134420394897, -0.19808585941791534, 0.26229262351989746, 0.08308123052120209, -0.022816186770796776, 0.18671360611915588, 0.587849497795105, 0.32988300919532776, -0.5798828601837158, 0.07746008783578873, -0.2146381437778473, -0.8025534749031067, 0.15525615215301514, -1.0159295797348022, -1.0234594345092773, -0.7247891426086426, -0.8670845031738281, -0.4863753020763397, 0.13778816163539886, 0.7453705072402954, 1.0465459823608398, -0.811083972454071, -0.4224518835544586, 0.3402499556541443, 0.31271877884864807, -0.09197492152452469, -0.11229914426803589, 0.7269518971443176, 0.5924396514892578, -0.8095418810844421, -0.2645632028579712, 0.09414102137088776, 0.3626595437526703, -0.16129691898822784, 0.18655149638652802, -0.045999959111213684, -0.25076162815093994, 0.2905104160308838, 0.5239135026931763, -0.02278181165456772, -0.5387722253799438, -0.5398010015487671, 0.14249534904956818, 0.23765355348587036, 0.9478850960731506, -0.323620468378067, 0.18441453576087952, 0.7766105532646179, 0.23528292775154114, 0.7736992835998535, 0.10236856341362, 0.6589764952659607, -0.7422951459884644, 0.13228240609169006, -0.13335111737251282, 0.4033123552799225, 0.09916844218969345, -0.36562514305114746, 0.7891730070114136, 0.4952847361564636, -0.44284969568252563, -0.2785538136959076, 0.2551434636116028, -1.3915396928787231, 0.3611432909965515, 0.9226084351539612, 0.11728208512067795, -0.47405070066452026, -0.2298920601606369, -0.3868096172809601, -0.1480236053466797, -0.7137340307235718, 0.5400105118751526, 0.39321377873420715, 0.11891688406467438, -0.263977974653244, -0.20355434715747833, 0.43647846579551697, -0.29487869143486023, -1.3119897842407227, 0.12072872370481491, 0.6939605474472046, 0.12547871470451355, 0.19302594661712646, 0.586503803730011, -0.34360677003860474, 0.43772947788238525, 0.16074788570404053, 0.44061973690986633, -0.04359728470444679, -0.6632735729217529, -0.08477769792079926, 0.1678304672241211, -0.21664239466190338, -0.496058851480484 ]
BeIR/beir
BeIR
2022-10-21T15:30:43Z
526
4
[ "task_categories:text-retrieval", "task_ids:entity-linking-retrieval", "task_ids:fact-checking-retrieval", "multilinguality:monolingual", "language:en", "license:cc-by-sa-4.0", "region:us" ]
[ "text-retrieval", "zero-shot-retrieval", "information-retrieval", "zero-shot-information-retrieval" ]
2022-03-02T23:29:22Z
--- annotations_creators: [] language_creators: [] language: - en license: - cc-by-sa-4.0 multilinguality: - monolingual paperswithcode_id: beir pretty_name: BEIR Benchmark size_categories: msmarco: - 1M<n<10M trec-covid: - 100k<n<1M nfcorpus: - 1K<n<10K nq: - 1M<n<10M hotpotqa: - 1M<n<10M fiqa: - 10K<n<100K arguana: - 1K<n<10K touche-2020: - 100K<n<1M cqadupstack: - 100K<n<1M quora: - 100K<n<1M dbpedia: - 1M<n<10M scidocs: - 10K<n<100K fever: - 1M<n<10M climate-fever: - 1M<n<10M scifact: - 1K<n<10K source_datasets: [] task_categories: - text-retrieval - zero-shot-retrieval - information-retrieval - zero-shot-information-retrieval task_ids: - passage-retrieval - entity-linking-retrieval - fact-checking-retrieval - tweet-retrieval - citation-prediction-retrieval - duplication-question-retrieval - argument-retrieval - news-retrieval - biomedical-information-retrieval - question-answering-retrieval --- # Dataset Card for BEIR Benchmark ## Table of Contents - [Dataset Description](#dataset-description) - [Dataset Summary](#dataset-summary) - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards) - [Languages](#languages) - [Dataset Structure](#dataset-structure) - [Data Instances](#data-instances) - [Data Fields](#data-fields) - [Data Splits](#data-splits) - [Dataset Creation](#dataset-creation) - [Curation Rationale](#curation-rationale) - [Source Data](#source-data) - [Annotations](#annotations) - [Personal and Sensitive Information](#personal-and-sensitive-information) - [Considerations for Using the Data](#considerations-for-using-the-data) - [Social Impact of Dataset](#social-impact-of-dataset) - [Discussion of Biases](#discussion-of-biases) - [Other Known Limitations](#other-known-limitations) - [Additional Information](#additional-information) - [Dataset Curators](#dataset-curators) - [Licensing Information](#licensing-information) - [Citation Information](#citation-information) - [Contributions](#contributions) ## Dataset Description - **Homepage:** https://github.com/UKPLab/beir - **Repository:** https://github.com/UKPLab/beir - **Paper:** https://openreview.net/forum?id=wCu6T5xFjeJ - **Leaderboard:** https://docs.google.com/spreadsheets/d/1L8aACyPaXrL8iEelJLGqlMqXKPX2oSP_R10pZoy77Ns - **Point of Contact:** [email protected] ### Dataset Summary BEIR is a heterogeneous benchmark that has been built from 18 diverse datasets representing 9 information retrieval tasks: - Fact-checking: [FEVER](http://fever.ai), [Climate-FEVER](http://climatefever.ai), [SciFact](https://github.com/allenai/scifact) - Question-Answering: [NQ](https://ai.google.com/research/NaturalQuestions), [HotpotQA](https://hotpotqa.github.io), [FiQA-2018](https://sites.google.com/view/fiqa/) - Bio-Medical IR: [TREC-COVID](https://ir.nist.gov/covidSubmit/index.html), [BioASQ](http://bioasq.org), [NFCorpus](https://www.cl.uni-heidelberg.de/statnlpgroup/nfcorpus/) - News Retrieval: [TREC-NEWS](https://trec.nist.gov/data/news2019.html), [Robust04](https://trec.nist.gov/data/robust/04.guidelines.html) - Argument Retrieval: [Touche-2020](https://webis.de/events/touche-20/shared-task-1.html), [ArguAna](tp://argumentation.bplaced.net/arguana/data) - Duplicate Question Retrieval: [Quora](https://www.quora.com/q/quoradata/First-Quora-Dataset-Release-Question-Pairs), [CqaDupstack](http://nlp.cis.unimelb.edu.au/resources/cqadupstack/) - Citation-Prediction: [SCIDOCS](https://allenai.org/data/scidocs) - Tweet Retrieval: [Signal-1M](https://research.signal-ai.com/datasets/signal1m-tweetir.html) - Entity Retrieval: [DBPedia](https://github.com/iai-group/DBpedia-Entity/) All these datasets have been preprocessed and can be used for your experiments. ```python ``` ### Supported Tasks and Leaderboards The dataset supports a leaderboard that evaluates models against task-specific metrics such as F1 or EM, as well as their ability to retrieve supporting information from Wikipedia. The current best performing models can be found [here](https://eval.ai/web/challenges/challenge-page/689/leaderboard/). ### Languages All tasks are in English (`en`). ## Dataset Structure All BEIR datasets must contain a corpus, queries and qrels (relevance judgments file). They must be in the following format: - `corpus` file: a `.jsonl` file (jsonlines) that contains a list of dictionaries, each with three fields `_id` with unique document identifier, `title` with document title (optional) and `text` with document paragraph or passage. For example: `{"_id": "doc1", "title": "Albert Einstein", "text": "Albert Einstein was a German-born...."}` - `queries` file: a `.jsonl` file (jsonlines) that contains a list of dictionaries, each with two fields `_id` with unique query identifier and `text` with query text. For example: `{"_id": "q1", "text": "Who developed the mass-energy equivalence formula?"}` - `qrels` file: a `.tsv` file (tab-seperated) that contains three columns, i.e. the `query-id`, `corpus-id` and `score` in this order. Keep 1st row as header. For example: `q1 doc1 1` ### Data Instances A high level example of any beir dataset: ```python corpus = { "doc1" : { "title": "Albert Einstein", "text": "Albert Einstein was a German-born theoretical physicist. who developed the theory of relativity, \ one of the two pillars of modern physics (alongside quantum mechanics). His work is also known for \ its influence on the philosophy of science. He is best known to the general public for his mass–energy \ equivalence formula E = mc2, which has been dubbed 'the world's most famous equation'. He received the 1921 \ Nobel Prize in Physics 'for his services to theoretical physics, and especially for his discovery of the law \ of the photoelectric effect', a pivotal step in the development of quantum theory." }, "doc2" : { "title": "", # Keep title an empty string if not present "text": "Wheat beer is a top-fermented beer which is brewed with a large proportion of wheat relative to the amount of \ malted barley. The two main varieties are German Weißbier and Belgian witbier; other types include Lambic (made\ with wild yeast), Berliner Weisse (a cloudy, sour beer), and Gose (a sour, salty beer)." }, } queries = { "q1" : "Who developed the mass-energy equivalence formula?", "q2" : "Which beer is brewed with a large proportion of wheat?" } qrels = { "q1" : {"doc1": 1}, "q2" : {"doc2": 1}, } ``` ### Data Fields Examples from all configurations have the following features: ### Corpus - `corpus`: a `dict` feature representing the document title and passage text, made up of: - `_id`: a `string` feature representing the unique document id - `title`: a `string` feature, denoting the title of the document. - `text`: a `string` feature, denoting the text of the document. ### Queries - `queries`: a `dict` feature representing the query, made up of: - `_id`: a `string` feature representing the unique query id - `text`: a `string` feature, denoting the text of the query. ### Qrels - `qrels`: a `dict` feature representing the query document relevance judgements, made up of: - `_id`: a `string` feature representing the query id - `_id`: a `string` feature, denoting the document id. - `score`: a `int32` feature, denoting the relevance judgement between query and document. ### Data Splits | Dataset | Website| BEIR-Name | Type | Queries | Corpus | Rel D/Q | Down-load | md5 | | -------- | -----| ---------| --------- | ----------- | ---------| ---------| :----------: | :------:| | MSMARCO | [Homepage](https://microsoft.github.io/msmarco/)| ``msmarco`` | ``train``<br>``dev``<br>``test``| 6,980 | 8.84M | 1.1 | [Link](https://public.ukp.informatik.tu-darmstadt.de/thakur/BEIR/datasets/msmarco.zip) | ``444067daf65d982533ea17ebd59501e4`` | | TREC-COVID | [Homepage](https://ir.nist.gov/covidSubmit/index.html)| ``trec-covid``| ``test``| 50| 171K| 493.5 | [Link](https://public.ukp.informatik.tu-darmstadt.de/thakur/BEIR/datasets/trec-covid.zip) | ``ce62140cb23feb9becf6270d0d1fe6d1`` | | NFCorpus | [Homepage](https://www.cl.uni-heidelberg.de/statnlpgroup/nfcorpus/) | ``nfcorpus`` | ``train``<br>``dev``<br>``test``| 323 | 3.6K | 38.2 | [Link](https://public.ukp.informatik.tu-darmstadt.de/thakur/BEIR/datasets/nfcorpus.zip) | ``a89dba18a62ef92f7d323ec890a0d38d`` | | BioASQ | [Homepage](http://bioasq.org) | ``bioasq``| ``train``<br>``test`` | 500 | 14.91M | 8.05 | No | [How to Reproduce?](https://github.com/UKPLab/beir/blob/main/examples/dataset#2-bioasq) | | NQ | [Homepage](https://ai.google.com/research/NaturalQuestions) | ``nq``| ``train``<br>``test``| 3,452 | 2.68M | 1.2 | [Link](https://public.ukp.informatik.tu-darmstadt.de/thakur/BEIR/datasets/nq.zip) | ``d4d3d2e48787a744b6f6e691ff534307`` | | HotpotQA | [Homepage](https://hotpotqa.github.io) | ``hotpotqa``| ``train``<br>``dev``<br>``test``| 7,405 | 5.23M | 2.0 | [Link](https://public.ukp.informatik.tu-darmstadt.de/thakur/BEIR/datasets/hotpotqa.zip) | ``f412724f78b0d91183a0e86805e16114`` | | FiQA-2018 | [Homepage](https://sites.google.com/view/fiqa/) | ``fiqa`` | ``train``<br>``dev``<br>``test``| 648 | 57K | 2.6 | [Link](https://public.ukp.informatik.tu-darmstadt.de/thakur/BEIR/datasets/fiqa.zip) | ``17918ed23cd04fb15047f73e6c3bd9d9`` | | Signal-1M(RT) | [Homepage](https://research.signal-ai.com/datasets/signal1m-tweetir.html)| ``signal1m`` | ``test``| 97 | 2.86M | 19.6 | No | [How to Reproduce?](https://github.com/UKPLab/beir/blob/main/examples/dataset#4-signal-1m) | | TREC-NEWS | [Homepage](https://trec.nist.gov/data/news2019.html) | ``trec-news`` | ``test``| 57 | 595K | 19.6 | No | [How to Reproduce?](https://github.com/UKPLab/beir/blob/main/examples/dataset#1-trec-news) | | ArguAna | [Homepage](http://argumentation.bplaced.net/arguana/data) | ``arguana``| ``test`` | 1,406 | 8.67K | 1.0 | [Link](https://public.ukp.informatik.tu-darmstadt.de/thakur/BEIR/datasets/arguana.zip) | ``8ad3e3c2a5867cdced806d6503f29b99`` | | Touche-2020| [Homepage](https://webis.de/events/touche-20/shared-task-1.html) | ``webis-touche2020``| ``test``| 49 | 382K | 19.0 | [Link](https://public.ukp.informatik.tu-darmstadt.de/thakur/BEIR/datasets/webis-touche2020.zip) | ``46f650ba5a527fc69e0a6521c5a23563`` | | CQADupstack| [Homepage](http://nlp.cis.unimelb.edu.au/resources/cqadupstack/) | ``cqadupstack``| ``test``| 13,145 | 457K | 1.4 | [Link](https://public.ukp.informatik.tu-darmstadt.de/thakur/BEIR/datasets/cqadupstack.zip) | ``4e41456d7df8ee7760a7f866133bda78`` | | Quora| [Homepage](https://www.quora.com/q/quoradata/First-Quora-Dataset-Release-Question-Pairs) | ``quora``| ``dev``<br>``test``| 10,000 | 523K | 1.6 | [Link](https://public.ukp.informatik.tu-darmstadt.de/thakur/BEIR/datasets/quora.zip) | ``18fb154900ba42a600f84b839c173167`` | | DBPedia | [Homepage](https://github.com/iai-group/DBpedia-Entity/) | ``dbpedia-entity``| ``dev``<br>``test``| 400 | 4.63M | 38.2 | [Link](https://public.ukp.informatik.tu-darmstadt.de/thakur/BEIR/datasets/dbpedia-entity.zip) | ``c2a39eb420a3164af735795df012ac2c`` | | SCIDOCS| [Homepage](https://allenai.org/data/scidocs) | ``scidocs``| ``test``| 1,000 | 25K | 4.9 | [Link](https://public.ukp.informatik.tu-darmstadt.de/thakur/BEIR/datasets/scidocs.zip) | ``38121350fc3a4d2f48850f6aff52e4a9`` | | FEVER | [Homepage](http://fever.ai) | ``fever``| ``train``<br>``dev``<br>``test``| 6,666 | 5.42M | 1.2| [Link](https://public.ukp.informatik.tu-darmstadt.de/thakur/BEIR/datasets/fever.zip) | ``5a818580227bfb4b35bb6fa46d9b6c03`` | | Climate-FEVER| [Homepage](http://climatefever.ai) | ``climate-fever``|``test``| 1,535 | 5.42M | 3.0 | [Link](https://public.ukp.informatik.tu-darmstadt.de/thakur/BEIR/datasets/climate-fever.zip) | ``8b66f0a9126c521bae2bde127b4dc99d`` | | SciFact| [Homepage](https://github.com/allenai/scifact) | ``scifact``| ``train``<br>``test``| 300 | 5K | 1.1 | [Link](https://public.ukp.informatik.tu-darmstadt.de/thakur/BEIR/datasets/scifact.zip) | ``5f7d1de60b170fc8027bb7898e2efca1`` | | Robust04 | [Homepage](https://trec.nist.gov/data/robust/04.guidelines.html) | ``robust04``| ``test``| 249 | 528K | 69.9 | No | [How to Reproduce?](https://github.com/UKPLab/beir/blob/main/examples/dataset#3-robust04) | ## Dataset Creation ### Curation Rationale [Needs More Information] ### Source Data #### Initial Data Collection and Normalization [Needs More Information] #### Who are the source language producers? [Needs More Information] ### Annotations #### Annotation process [Needs More Information] #### Who are the annotators? [Needs More Information] ### Personal and Sensitive Information [Needs More Information] ## Considerations for Using the Data ### Social Impact of Dataset [Needs More Information] ### Discussion of Biases [Needs More Information] ### Other Known Limitations [Needs More Information] ## Additional Information ### Dataset Curators [Needs More Information] ### Licensing Information [Needs More Information] ### Citation Information Cite as: ``` @inproceedings{ thakur2021beir, title={{BEIR}: A Heterogeneous Benchmark for Zero-shot Evaluation of Information Retrieval Models}, author={Nandan Thakur and Nils Reimers and Andreas R{\"u}ckl{\'e} and Abhishek Srivastava and Iryna Gurevych}, booktitle={Thirty-fifth Conference on Neural Information Processing Systems Datasets and Benchmarks Track (Round 2)}, year={2021}, url={https://openreview.net/forum?id=wCu6T5xFjeJ} } ``` ### Contributions Thanks to [@Nthakur20](https://github.com/Nthakur20) for adding this dataset.
[ -0.5227217078208923, -0.524921715259552, 0.1443566083908081, 0.0482042171061039, 0.05591640621423721, 0.0011021897662431002, -0.1081073209643364, -0.24874736368656158, 0.2859799861907959, 0.07840196043252945, -0.45233607292175293, -0.718643844127655, -0.3476785123348236, 0.20300306379795074, -0.3006983697414398, 0.9758248329162598, 0.014304868876934052, 0.05862174183130264, -0.24382349848747253, -0.3660180866718292, -0.0800890177488327, -0.44799676537513733, -0.5050892233848572, -0.29078325629234314, 0.45557668805122375, 0.3966675400733948, 0.42369452118873596, 0.4875715374946594, 0.8579591512680054, 0.2586616575717926, -0.16969306766986847, 0.1930815726518631, -0.4225333631038666, -0.11489194631576538, -0.2503225803375244, -0.335529625415802, -0.33755600452423096, -0.04232587665319443, 0.7035834193229675, 0.4853654205799103, -0.049162473529577255, 0.3794892430305481, 0.07841871678829193, 0.765011727809906, -0.44466742873191833, 0.11583423614501953, -0.5364285111427307, -0.10423622280359268, -0.36419743299484253, -0.12030422687530518, -0.0828331783413887, -0.18875333666801453, -0.03336697071790695, -0.6531511545181274, 0.4404774308204651, 0.2437000870704651, 1.1908572912216187, 0.14985831081867218, -0.34062427282333374, -0.1912848949432373, -0.4288319945335388, 0.849455714225769, -0.6557069420814514, 0.48241883516311646, 0.510321855545044, 0.2511930465698242, -0.14111410081386566, -0.8213436007499695, -0.5588588118553162, -0.0940408930182457, -0.3644540309906006, 0.4597921073436737, -0.1582505851984024, -0.3475358188152313, 0.3551878035068512, 0.4168749749660492, -0.8644464612007141, -0.15786612033843994, -0.48051854968070984, -0.19953501224517822, 0.7702014446258545, 0.3000722825527191, 0.03221055492758751, -0.40380698442459106, -0.31506624817848206, -0.4340742528438568, -0.4111456871032715, 0.26974162459373474, 0.20566552877426147, 0.28749880194664, -0.33128729462623596, 0.4009324908256531, -0.4526557922363281, 0.4963477551937103, 0.08605740964412689, -0.10301660746335983, 0.6464637517929077, -0.8154475688934326, -0.050131749361753464, -0.11603903025388718, 1.0153037309646606, 0.4080135226249695, -0.3996187746524811, -0.05662984773516655, -0.05704786255955696, -0.26836705207824707, 0.006109009496867657, -0.8532924652099609, -0.15294648706912994, 0.5906291007995605, -0.4448436498641968, -0.02011754922568798, 0.3080931305885315, -0.9765841364860535, -0.07225915789604187, 0.008933236822485924, 0.39580121636390686, -0.5227492451667786, -0.1592460423707962, 0.02438974380493164, -0.5729582905769348, 0.34502294659614563, -0.007968197576701641, -0.6247299313545227, 0.31577974557876587, 0.4476814866065979, 0.8043897151947021, -0.0413394458591938, -0.262685626745224, -0.3334985077381134, 0.14483234286308289, -0.1436363011598587, 0.6570227146148682, -0.31904900074005127, -0.4056231677532196, -0.14171522855758667, 0.1515653133392334, -0.033760443329811096, -0.3373081386089325, 0.9281319379806519, -0.38974428176879883, 0.4497005045413971, -0.789262592792511, -0.4123408794403076, -0.10816950350999832, 0.34154245257377625, -0.6949538588523865, 1.2723004817962646, 0.2654019594192505, -1.0983339548110962, 0.29102322459220886, -0.9081701636314392, -0.43150925636291504, 0.010008120909333229, -0.11309291422367096, -0.4561653733253479, -0.3546355664730072, 0.22835005819797516, 0.4240790605545044, -0.6230208873748779, 0.1282138079404831, -0.15992017090320587, -0.21683475375175476, 0.18159756064414978, 0.03311746194958687, 0.9898687601089478, 0.38809603452682495, -0.34643831849098206, -0.16247636079788208, -0.8672438263893127, 0.01853337325155735, 0.3141739070415497, -0.3905884325504303, -0.16952145099639893, -0.043394241482019424, 0.18873590230941772, 0.11720553785562515, 0.29342299699783325, -0.518876850605011, 0.00428939051926136, -0.3037089705467224, 0.49819982051849365, 0.26692235469818115, 0.1441812664270401, 0.23623566329479218, -0.7030054926872253, 0.26472774147987366, 0.1344703733921051, 0.3429495096206665, 0.06866168975830078, -0.4416660666465759, -0.5032191276550293, -0.29005786776542664, 0.3508564829826355, 0.6390373110771179, -0.5436720252037048, 0.6129993200302124, -0.5137907862663269, -0.9260472655296326, -0.568566083908081, 0.0725855603814125, 0.4460696876049042, 0.7589064240455627, 0.6119208931922913, -0.0856228843331337, -0.5191218852996826, -0.9151642322540283, -0.18152637779712677, -0.21497605741024017, 0.11294940859079361, 0.47694945335388184, 0.8783652186393738, -0.1171310693025589, 0.730685830116272, -0.5896273851394653, -0.28786933422088623, -0.10756359249353409, 0.04847357049584389, 0.5012655258178711, 0.6242994666099548, 0.6509275436401367, -1.1332578659057617, -0.4692966639995575, -0.03424961119890213, -0.7756687998771667, 0.007347164675593376, 0.06606738269329071, -0.1926552951335907, 0.18924114108085632, 0.4407399892807007, -0.5868716239929199, 0.325876384973526, 0.12932345271110535, -0.2634833753108978, 0.38037389516830444, -0.13376344740390778, 0.5435057878494263, -1.2299647331237793, 0.5876783132553101, 0.1440286934375763, 0.145150825381279, -0.536821722984314, 0.07189196348190308, 0.12289442867040634, 0.20369717478752136, -0.43375974893569946, 0.6834646463394165, -0.4253863990306854, 0.07648877054452896, 0.31734123826026917, 0.03608263283967972, 0.22006796300411224, 0.32576093077659607, -0.19689494371414185, 0.7702532410621643, 0.4857253134250641, -0.6473970413208008, 0.32111963629722595, 0.42674198746681213, -0.31646645069122314, 0.3661987781524658, -0.6867545247077942, -0.11134669929742813, -0.09564758837223053, 0.2514492869377136, -0.9540053009986877, -0.2779845893383026, 0.23283258080482483, -0.6482974290847778, 0.2233169823884964, -0.13765253126621246, -0.733639121055603, -0.6213063597679138, -0.5351695418357849, 0.19965392351150513, 0.4910360276699066, -0.34770187735557556, 0.48537546396255493, 0.34533801674842834, 0.12280678004026413, -0.7810847759246826, -0.7217481732368469, -0.18428127467632294, -0.2600249946117401, -0.701014518737793, 0.6668908596038818, -0.2980799376964569, -0.2731253504753113, 0.18068252503871918, -0.06669992953538895, -0.060806114226579666, 0.07587099820375443, 0.24245859682559967, 0.28636297583580017, -0.10165620595216751, 0.08623004704713821, -0.146161749958992, 0.17754119634628296, -0.11863517761230469, 0.06921262294054031, 0.5707697868347168, -0.3651145398616791, -0.12873750925064087, -0.3558932840824127, 0.3036206364631653, 0.5532575249671936, -0.3361230790615082, 0.7029944658279419, 0.8384348750114441, -0.35183414816856384, 0.18457047641277313, -0.5408933162689209, -0.14517246186733246, -0.4438873827457428, 0.23844307661056519, -0.3901402950286865, -0.6042903661727905, 0.7369183301925659, 0.1451556533575058, 0.15882299840450287, 0.9487073421478271, 0.45983898639678955, -0.19083157181739807, 0.7373172640800476, 0.1922333836555481, -0.06952667236328125, 0.4588097035884857, -0.6723854541778564, -0.04927133768796921, -0.8247594237327576, -0.5017088651657104, -0.9064511656761169, -0.20134973526000977, -0.6871841549873352, -0.38292738795280457, 0.4637678265571594, 0.1621747463941574, -0.45018136501312256, 0.3816755712032318, -0.6827451586723328, 0.15178996324539185, 0.7303305268287659, 0.09732037037611008, -0.027230864390730858, 0.0032560916151851416, -0.26394662261009216, 0.1677560955286026, -0.8007973432540894, -0.27440911531448364, 1.2077577114105225, 0.06440912932157516, 0.4974672198295593, 0.1674533188343048, 0.7925137281417847, 0.2893362045288086, 0.010262982919812202, -0.32847511768341064, 0.5532695651054382, -0.16180922091007233, -0.9978004097938538, -0.23678193986415863, -0.5406773686408997, -1.143257737159729, 0.11852289736270905, -0.41335922479629517, -0.6940298676490784, 0.32972681522369385, 0.03940829634666443, -0.2820037007331848, 0.243456169962883, -0.7577075362205505, 0.7882257699966431, -0.3343525528907776, -0.7129023671150208, -0.06590420007705688, -0.8397119641304016, 0.18345221877098083, 0.0259685255587101, 0.34203365445137024, -0.02951388992369175, -0.06083191931247711, 1.0457231998443604, -0.42357468605041504, 0.4085453748703003, -0.1622205376625061, 0.4509933590888977, 0.40070047974586487, -0.3484468162059784, 0.5088777542114258, 0.101845882833004, -0.4899716079235077, 0.3532162308692932, 0.43989086151123047, -0.5868133306503296, -0.31996867060661316, 0.7136315107345581, -0.7672044634819031, -0.4391530752182007, -0.6827966570854187, -0.4707583785057068, -0.036164022982120514, 0.33885860443115234, 0.49788355827331543, 0.4388762414455414, -0.27875855565071106, 0.3746342658996582, 0.5581211447715759, -0.33217906951904297, 0.3614546060562134, 0.5505909323692322, -0.03781474754214287, -0.6029789447784424, 0.7666609883308411, 0.28435730934143066, -0.14044170081615448, 0.6768701672554016, 0.261913001537323, -0.4521943926811218, -0.5892600417137146, -0.2872501611709595, 0.2641803026199341, -0.5510323643684387, -0.43871766328811646, -0.7410841584205627, -0.269601434469223, -0.7302902936935425, 0.00813302118331194, -0.14744099974632263, -0.25338634848594666, -0.3679097294807434, -0.08472281694412231, 0.6108407974243164, 0.3310728669166565, -0.3980178236961365, 0.12903361022472382, -0.8084248900413513, 0.37695005536079407, -0.07256147265434265, 0.20511439442634583, -0.20770558714866638, -0.4489026367664337, -0.38343414664268494, 0.13894453644752502, -0.3316951096057892, -0.6284312009811401, 0.3870479166507721, 0.1941404938697815, 0.7763866782188416, 0.22910970449447632, 0.20391415059566498, 0.6677156090736389, -0.13822747766971588, 1.038447618484497, 0.19119760394096375, -0.5566862225532532, 0.6095727682113647, -0.38380882143974304, 0.23869994282722473, 0.8347856998443604, 0.673763632774353, -0.39368492364883423, -0.14554063975811005, -0.7624742984771729, -1.008556604385376, 0.6575312614440918, 0.3572964370250702, -0.22490420937538147, -0.05220721662044525, 0.25805094838142395, 0.056860607117414474, 0.10584886372089386, -0.38623860478401184, -0.6761350631713867, -0.3462361991405487, -0.2649778723716736, -0.07755972445011139, 0.02470068261027336, -0.3715803921222687, -0.5578471422195435, 0.9182614088058472, 0.11025705188512802, 0.42064473032951355, 0.6139548420906067, -0.023037957027554512, 0.046387929469347, 0.2890836000442505, 0.406742662191391, 0.6271104216575623, -0.6424468159675598, -0.016054000705480576, 0.15277189016342163, -0.5641590356826782, -0.1970934420824051, 0.4989091455936432, -0.19396986067295074, 0.04551650583744049, 0.3243940472602844, 0.46488791704177856, -0.052180901169776917, -0.6622622609138489, 0.39698466658592224, -0.14259971678256989, -0.4801919460296631, -0.3162430226802826, 0.13369788229465485, 0.15760917961597443, 0.26696693897247314, 0.5954002737998962, -0.09037154167890549, 0.2369173765182495, -0.6064164638519287, 0.27989694476127625, 0.4179205298423767, -0.09587956964969635, -0.2301209717988968, 0.7112040519714355, -0.01558880414813757, -0.11130909621715546, 0.47176599502563477, -0.38631656765937805, -0.46611088514328003, 0.7329344153404236, 0.25636714696884155, 0.48308122158050537, 0.030457878485322, 0.16128917038440704, 0.7753417491912842, 0.3005322515964508, -0.15198339521884918, 0.5730528235435486, 0.08705766499042511, -0.5767919421195984, 0.11108257621526718, -0.6073798537254333, -0.27898815274238586, 0.25226449966430664, -0.712697446346283, 0.22284866869449615, -0.3579021692276001, -0.3645648956298828, 0.35118356347084045, 0.5384417176246643, -1.0563395023345947, 0.2353089600801468, -0.18022948503494263, 1.0554289817810059, -0.6681550741195679, 0.6536474823951721, 0.8174325227737427, -0.7093751430511475, -0.7513836622238159, -0.16072334349155426, -0.05520493537187576, -0.5689172744750977, 0.5363547801971436, -0.061943866312503815, 0.217926487326622, -0.08665011823177338, -0.5968674421310425, -1.0075269937515259, 1.4483823776245117, 0.08734329789876938, -0.5021199584007263, 0.2125956118106842, 0.10299873352050781, 0.6323391199111938, -0.14106521010398865, 0.4387620985507965, 0.4751681983470917, 0.6784945726394653, 0.10042539238929749, -0.7522968649864197, 0.1534472405910492, -0.5432536602020264, -0.3661552369594574, 0.1924789547920227, -1.0822093486785889, 0.7986628413200378, 0.015610981732606888, -0.14944370090961456, -0.10988737642765045, 0.5578749179840088, 0.2084978073835373, 0.7504047751426697, 0.22602464258670807, 0.8674941062927246, 0.9227821826934814, -0.19200488924980164, 1.0957965850830078, -0.4562143385410309, 0.47420334815979004, 0.8832056522369385, -0.23672808706760406, 0.801794171333313, 0.35327863693237305, -0.411401629447937, 0.3991416394710541, 0.6982765197753906, -0.3714934289455414, 0.6256641149520874, 0.07299809902906418, 0.01719473861157894, 0.01660773530602455, -0.14063677191734314, -0.6803910732269287, 0.3814948797225952, 0.36045268177986145, -0.2123282551765442, -0.10150842368602753, -0.23723143339157104, 0.06332527101039886, -0.1230124905705452, -0.2250559777021408, 0.6219527721405029, -0.16431701183319092, -0.5538750886917114, 0.7714536190032959, -0.021274883300065994, 0.6670664548873901, -0.7181216478347778, 0.18741574883460999, -0.3996350169181824, -0.019248150289058685, -0.40541401505470276, -0.8242425322532654, 0.2685948610305786, 0.030398162081837654, -0.38682642579078674, 0.017181506380438805, 0.602202832698822, -0.13654670119285583, -0.5647874474525452, 0.2185610830783844, 0.5983715057373047, 0.36048367619514465, 0.15855170786380768, -0.9626026153564453, 0.028092486783862114, -0.017583873122930527, -0.3460892140865326, 0.3427201509475708, 0.37189456820487976, 0.09688832610845566, 0.5688055753707886, 0.7697613835334778, -0.015111535787582397, 0.03516056388616562, -0.1795368194580078, 0.8903850317001343, -0.9178929328918457, -0.28728410601615906, -0.5681386590003967, 0.4133822023868561, -0.35016241669654846, -0.44289836287498474, 0.8157083988189697, 1.1168880462646484, 0.9054763913154602, 0.13462646305561066, 0.8683093190193176, -0.49445676803588867, 0.6177834868431091, -0.31359320878982544, 0.8344413638114929, -0.9195955991744995, 0.07570073753595352, -0.12227116525173187, -0.5044547319412231, -0.16591136157512665, 0.3059803545475006, -0.2751634120941162, 0.06196274235844612, 0.7181149125099182, 1.0131845474243164, 0.03085947409272194, -0.14317356050014496, 0.05677293241024017, 0.2706994414329529, 0.25484660267829895, 0.4058397710323334, 0.4663054645061493, -0.8039866089820862, 0.6584639549255371, -0.4354148805141449, 0.0001806421932997182, -0.38848236203193665, -0.6527536511421204, -0.7195435762405396, -0.9608307480812073, -0.4046653211116791, -0.5628897547721863, 0.13066457211971283, 0.9864917397499084, 0.6848527193069458, -0.9067460298538208, -0.09813147783279419, 0.09773356467485428, 0.17721202969551086, -0.37032628059387207, -0.27005472779273987, 0.7314716577529907, -0.03700445219874382, -0.593326985836029, 0.14914581179618835, -0.009927885606884956, -0.03667248785495758, 0.23631109297275543, -0.10812152177095413, -0.5580703616142273, 0.0395965613424778, 0.4758349061012268, 0.4636237919330597, -0.4926638901233673, -0.061199769377708435, 0.06398715078830719, -0.2564278542995453, 0.28605708479881287, 0.2366420179605484, -0.6200831532478333, 0.13237692415714264, 0.7606697678565979, 0.4882214367389679, 0.6680101156234741, 0.07911422848701477, -0.06350021809339523, -0.481732577085495, -0.07016392052173615, 0.23463930189609528, 0.3850671648979187, 0.38560399413108826, -0.387778103351593, 0.7718562483787537, 0.3417726457118988, -0.5387513041496277, -0.8650884628295898, -0.3296423554420471, -1.4995007514953613, -0.234633669257164, 1.2105008363723755, 0.002419309224933386, -0.3439946472644806, -0.03395331650972366, -0.05279671773314476, 0.407512366771698, -0.7033708095550537, 0.6042742729187012, 0.5890660881996155, -0.16955047845840454, 0.158222496509552, -0.599166214466095, 0.4387570023536682, 0.24796763062477112, -0.8721137642860413, -0.21066886186599731, 0.2731543481349945, 0.4455954432487488, 0.2970244884490967, 0.5533444881439209, -0.20567309856414795, 0.05621545761823654, 0.1345270425081253, 0.08711712062358856, -0.15052402019500732, 0.04776071757078171, -0.07232242822647095, 0.2246197909116745, -0.22824934124946594, -0.22329865396022797 ]
lucadiliello/newsqa
lucadiliello
2023-06-06T08:36:25Z
526
3
[ "region:us" ]
null
2023-02-25T18:03:41Z
--- dataset_info: features: - name: context dtype: string - name: question dtype: string - name: answers sequence: string - name: key dtype: string - name: labels list: - name: end sequence: int64 - name: start sequence: int64 splits: - name: train num_bytes: 234711053 num_examples: 74160 - name: validation num_bytes: 13234782 num_examples: 4212 download_size: 31328809 dataset_size: 247945835 --- # Dataset Card for "newsqa" Split taken from the MRQA 2019 Shared Task, formatted and filtered for Question Answering. For the original dataset, have a look [here](https://huggingface.co/datasets/mrqa).
[ -0.6576038002967834, -0.7583817839622498, 0.29416266083717346, -0.10910641402006149, -0.4406518340110779, 0.19577287137508392, 0.3705216646194458, -0.19408299028873444, 0.9112006425857544, 0.8875046968460083, -1.2298247814178467, -0.3188304901123047, -0.37330976128578186, -0.007903208956122398, -0.09188172966241837, 1.2997945547103882, 0.028497831895947456, 0.15479202568531036, -0.7673762440681458, -0.4702323079109192, -0.27623599767684937, -0.4107189178466797, -0.8261995911598206, -0.5554639101028442, 0.9439566135406494, 0.8298959136009216, 0.7946543097496033, 0.2979237735271454, 0.43196603655815125, 0.15611545741558075, -0.09123070538043976, 0.1184283122420311, -0.11450882256031036, -0.13867226243019104, -0.12906476855278015, -0.45859766006469727, -0.5502051711082458, 0.7076040506362915, 0.5123833417892456, 0.3111319839954376, -0.4715784788131714, 0.8488374948501587, -0.31541985273361206, 0.5171934962272644, -0.25889885425567627, 0.022635865956544876, -0.3232768476009369, 0.07269133627414703, -0.20615889132022858, -0.05747116357088089, 0.16019600629806519, -0.4752643406391144, -0.36458820104599, -0.869234561920166, 0.2565690279006958, -0.04360577091574669, 0.9457908868789673, 0.5696771144866943, -0.7274202108383179, -0.24599598348140717, -0.2106359750032425, 0.7010658383369446, -0.30387580394744873, 0.3341090679168701, 0.6074917316436768, 0.7436050176620483, 0.05395481362938881, -0.9368009567260742, -0.7503694891929626, 0.46498844027519226, 0.0007439619512297213, 0.37983447313308716, -0.018758459016680717, -0.3437649607658386, 0.2839433252811432, 0.6485209465026855, -0.735480010509491, -0.6909464597702026, -0.9141913056373596, -0.1995973140001297, 0.8891934156417847, 0.22463253140449524, 0.39869609475135803, -0.6584681272506714, -0.27576249837875366, -0.14285464584827423, -0.16934989392757416, 0.14373935759067535, 0.34344416856765747, 0.19123879075050354, -0.22894196212291718, 0.6540323495864868, -0.4046269357204437, 0.610668957233429, -0.21481133997440338, -0.08605629205703735, 0.5696855187416077, -0.536688506603241, -0.3950274884700775, -0.17576298117637634, 0.4548640549182892, 0.4282948672771454, 0.10575427114963531, 0.023889116942882538, 0.08704106509685516, -0.16952216625213623, 0.34189024567604065, -0.570723831653595, -0.5043412446975708, 0.4662126898765564, -0.5892698764801025, -0.32712438702583313, 0.09004867076873779, -0.8599013090133667, -0.47610414028167725, -0.27344053983688354, 0.16144008934497833, 0.21892300248146057, -0.48163676261901855, 0.28290408849716187, -0.4297488033771515, 0.4765869081020355, 0.2714429497718811, -0.31123071908950806, 0.2261965274810791, 0.6450315713882446, 0.5280938744544983, 0.092076875269413, 0.17141400277614594, -0.7568342685699463, -0.4563957154750824, -0.09872667491436005, 0.9413846731185913, -0.3440755009651184, -0.044654447585344315, -0.19258607923984528, 0.21683712303638458, -0.30792564153671265, -0.7206405997276306, 1.1000964641571045, -0.8917736411094666, 0.7807334065437317, -0.6346195936203003, -0.2742733955383301, -0.22240427136421204, 0.4470939636230469, -1.2232190370559692, 1.3854228258132935, 0.13777177035808563, -0.9851776361465454, 0.5793356895446777, -0.8723682761192322, -0.35004183650016785, 0.12734761834144592, -0.047008853405714035, -0.5494140982627869, -0.15076643228530884, 0.45233801007270813, 0.09085501730442047, -0.10025894641876221, 0.2672164738178253, -0.3300282061100006, 0.1177544891834259, 0.05424138158559799, -0.2585330009460449, 1.1138489246368408, 0.41425153613090515, 0.3609302341938019, 0.26094183325767517, -1.0170261859893799, 0.24421869218349457, 0.2228170782327652, -0.50943523645401, -0.06725088506937027, -0.12143944948911667, 0.31297624111175537, 0.5881683826446533, 0.18849530816078186, -0.9532638788223267, 0.3554413616657257, 0.16046230494976044, 0.24922367930412292, 0.3587670624256134, 0.5334029793739319, 0.15903066098690033, -0.664193868637085, 1.002030372619629, 0.04511275514960289, 0.5121851563453674, 0.2878195345401764, -0.8684185743331909, -0.442857027053833, -0.26984262466430664, 0.4238376319408417, 0.6878714561462402, -0.8383767008781433, 0.13761554658412933, 0.09341295063495636, -0.5184366703033447, -0.9331280589103699, 0.07798903435468674, -0.09915143251419067, 0.33803460001945496, 0.5737230181694031, -0.328856885433197, -0.3610420227050781, -0.9762433171272278, -0.090242400765419, 0.04011184722185135, 0.0018996308790519834, 0.4710770845413208, 0.5809134840965271, 0.1011657565832138, 0.8452452421188354, -0.8719832897186279, -0.0027575124986469746, -0.2318660467863083, 0.05282650887966156, 0.5033727288246155, 0.3495037257671356, 0.2622873783111572, -1.3106119632720947, -0.09697330743074417, -0.68647700548172, -0.487716406583786, -0.13140138983726501, -0.17709201574325562, -0.653844952583313, -0.20614702999591827, 0.35248130559921265, -0.5915669202804565, 0.7748517394065857, 0.48695114254951477, -0.7735079526901245, 0.44947218894958496, 0.3148196041584015, 0.3157690465450287, -1.6042927503585815, 0.02694142609834671, -0.016197772696614265, -0.4847443103790283, -0.4611484408378601, 0.24589216709136963, 0.08480904251337051, 0.08018578588962555, -0.5184598565101624, 0.6345841288566589, -0.4138724207878113, -0.01004797127097845, -0.16315001249313354, -0.052545201033353806, 0.2752282917499542, 0.43008533120155334, -0.02808731235563755, 0.7078086137771606, 0.38831794261932373, -0.017418434843420982, 0.7080211043357849, 0.9005544781684875, -0.4328661561012268, 0.5823458433151245, -0.7591491937637329, 0.39101746678352356, -0.44169363379478455, 0.3129470646381378, -1.1126737594604492, -0.4909655749797821, 0.5835676789283752, -0.41269344091415405, 0.014592540450394154, -0.13530667126178741, -0.6755865812301636, -0.44126179814338684, -0.18691878020763397, 0.6498607993125916, 0.3175446391105652, -0.604101300239563, 0.4974953532218933, 0.439909428358078, -0.21102580428123474, -0.6729722023010254, -0.7986320853233337, 0.04767239838838577, -0.24076713621616364, -0.4343791902065277, -0.026645541191101074, -0.4636458158493042, -0.14880967140197754, -0.0354013592004776, -0.23116326332092285, -0.42782503366470337, -0.16860635578632355, 0.49360841512680054, 0.28805744647979736, -0.17747604846954346, 0.0844201147556305, 0.24631257355213165, 0.26967430114746094, 0.1123785749077797, 0.259340763092041, 0.42553141713142395, 0.41375401616096497, -0.06487306207418442, -0.38159552216529846, 0.6887643337249756, 0.3671746551990509, -0.5369008183479309, 0.9858720302581787, 0.6241351366043091, -0.5371392369270325, -0.057236287742853165, -0.4333862066268921, -0.14299875497817993, -0.4460306465625763, -0.07810941338539124, -0.4228852391242981, -0.9613249897956848, 0.5662795305252075, 0.5269580483436584, 0.2689182758331299, 0.5131810903549194, 0.43622925877571106, -0.044807419180870056, 0.5849905610084534, 0.12619546055793762, -0.04915386810898781, 0.16051004827022552, -0.14034248888492584, -0.39025619626045227, -0.6645094156265259, -0.6226578950881958, -0.23166297376155853, -0.46175628900527954, -0.21339260041713715, -0.6844236850738525, -0.033547863364219666, 0.11681690067052841, -0.08365463465452194, 0.10088978707790375, -0.591903030872345, 0.5409530997276306, 0.9710016846656799, 0.41055330634117126, 0.3705357611179352, -0.014591848477721214, 0.12634842097759247, 0.20315776765346527, -0.583688497543335, -0.2481628954410553, 1.071625828742981, 0.36984333395957947, 0.6225804686546326, -0.07845323532819748, 0.7962208390235901, 0.3282325267791748, 0.22977736592292786, -0.4279307425022125, 0.6939511299133301, 0.06673437356948853, -1.217490792274475, -0.33475789427757263, -0.456557035446167, -0.824334442615509, -0.03309904783964157, -0.21025320887565613, -0.2851296067237854, 0.06973069161176682, -0.36194565892219543, -0.23149821162223816, 0.2266160547733307, -0.3900798559188843, 1.0715645551681519, 0.3502475321292877, 0.17029817402362823, -0.02869870886206627, -0.6465590000152588, 0.4212425947189331, -0.05530489981174469, 0.059084173291921616, -0.42571648955345154, 0.04063749685883522, 1.2955995798110962, -0.3931431472301483, 0.6657953858375549, -0.34936290979385376, -0.043578844517469406, 0.5203607082366943, -0.6483926177024841, -0.16651788353919983, 0.5276744365692139, -0.10111188143491745, -0.12251635640859604, 0.3531365394592285, -0.7810649275779724, -0.2837469279766083, 0.4599108099937439, -0.7063285112380981, -0.33711960911750793, -0.5452728867530823, -0.8638505935668945, -0.14774759113788605, 0.13563400506973267, 0.15107613801956177, 0.8531591296195984, -0.2615663707256317, -0.0483478419482708, 0.3879897892475128, -0.2170216292142868, 0.10494745522737503, 0.2465224713087082, -0.3801642060279846, -0.5908761024475098, 0.3301537334918976, 0.11365553736686707, -0.07452604919672012, 0.2848607301712036, 0.08661943674087524, -0.6774664521217346, -0.3586467206478119, -0.5125331282615662, 0.37824973464012146, -0.46274906396865845, -0.2845340669155121, -0.4059750735759735, -0.3441643714904785, -0.5216564536094666, 0.37850990891456604, -0.0967399924993515, -0.9965932965278625, -0.47731801867485046, -0.4325142502784729, 0.6401984691619873, 0.9201410412788391, -0.2660643458366394, 0.24039384722709656, -0.8021426796913147, 0.813679039478302, 0.6139383316040039, 0.47855907678604126, -0.6251161098480225, -0.5014302134513855, -0.2411106824874878, 0.03831631690263748, -0.3349921703338623, -0.8548415303230286, -0.031049011275172234, 0.2617315948009491, 0.6302444338798523, -0.13791583478450775, 0.2919731140136719, 0.40868985652923584, -0.30362555384635925, 0.935247004032135, 0.0023848949931561947, -0.41475915908813477, 0.49642565846443176, -0.35311615467071533, 0.6337968707084656, 0.8397700786590576, 0.6500990390777588, -0.6015964150428772, -0.16999661922454834, -0.7503172755241394, -0.4904058873653412, 0.6347061395645142, 0.05940520390868187, -0.09652373939752579, 0.17628704011440277, 0.6585566401481628, 0.08279699087142944, 0.29804280400276184, -0.543060302734375, -0.7414656281471252, -0.18606537580490112, -0.3183024823665619, 0.008909465745091438, -0.3864911198616028, -0.4383549690246582, -0.4090196192264557, 0.4011169672012329, 0.024951310828328133, 0.3116500675678253, 0.16128771007061005, 0.3003007471561432, -0.31030046939849854, 0.1787882298231125, 0.34842848777770996, 0.6691740155220032, -0.23733103275299072, -0.2722477316856384, -0.18386873602867126, -0.6912796497344971, -0.11311456561088562, 0.4551438093185425, -0.1601555496454239, -0.06692622601985931, 0.3776940405368805, 0.6312139630317688, -0.2611300051212311, -0.5750304460525513, 0.43798568844795227, -0.36745667457580566, -0.720005214214325, -0.4856269359588623, 0.1434943974018097, 0.400396466255188, 0.5805709958076477, 0.3663257360458374, 0.01454832311719656, 0.4122319519519806, -0.40081214904785156, 0.8798738121986389, 0.3759108781814575, -0.43031468987464905, -0.19356769323349, 0.8292670845985413, -0.12766458094120026, -0.39589306712150574, 0.7465579509735107, -0.1697557270526886, -0.5457491278648376, 0.4966820776462555, 0.016270074993371964, 0.48243436217308044, -0.28149092197418213, 0.8338033556938171, 0.5441752672195435, 0.2821802496910095, 0.17823289334774017, 1.21290922164917, -0.23746627569198608, -0.6324297189712524, -0.5012915730476379, -0.6086736917495728, -0.5428041219711304, 0.20183129608631134, -1.3032147884368896, -0.009015732444822788, -0.4626826345920563, -0.09305574744939804, -0.01441171858459711, 0.48188433051109314, -0.744891881942749, 0.9116007685661316, 0.38942912220954895, 1.6281101703643799, -0.7655643820762634, 0.9145426750183105, 1.000902771949768, -0.346731573343277, -0.9461303353309631, -0.07863172888755798, 0.007539078127592802, -0.8807092905044556, 0.2126639485359192, 0.11741691827774048, 0.4048508405685425, -0.31446999311447144, -0.8869031667709351, -0.6715113520622253, 1.1399704217910767, -0.09834699332714081, 0.00915247667580843, -0.06078328192234039, 0.3546160161495209, 0.25150683522224426, -0.07021359354257584, 0.2264235019683838, 0.7487733364105225, 0.5325253009796143, 0.5263669490814209, -0.8651275038719177, -0.04078728333115578, -0.7618205547332764, -0.8886385560035706, 0.4193780720233917, -0.8213486671447754, 0.7021251320838928, -0.000136242073494941, -0.1990029662847519, 0.07229556888341904, 0.7916740775108337, 0.4630104601383209, 0.7905778884887695, 0.6832963228225708, 0.8809195756912231, 0.9642236828804016, -0.20714148879051208, 0.724568247795105, 0.4256274700164795, 0.2454168051481247, 1.4035941362380981, 0.001171313808299601, 0.8941878080368042, 0.4445441961288452, -0.16591385006904602, 0.6282691359519958, 0.7170867919921875, -0.047733452171087265, 0.5500243902206421, 0.3310532867908478, -0.17775858938694, -0.3076077699661255, -0.28075218200683594, -0.23798048496246338, 0.45951128005981445, 0.03888193517923355, -0.15170741081237793, -0.31403830647468567, 0.038108520209789276, -0.08065275102853775, -0.06215643882751465, -0.3300737738609314, 0.7419599294662476, -0.04366031661629677, -0.630233883857727, 0.13911011815071106, -0.2546481192111969, 0.48894432187080383, -0.3512706458568573, -0.09607896953821182, -0.3508656919002533, -0.3087303936481476, -0.27491191029548645, -1.4121652841567993, 0.5746668577194214, -0.26060187816619873, -0.3190646171569824, -0.27740776538848877, 0.7819665670394897, -0.8346611261367798, -0.720221221446991, -0.12100811302661896, 0.7389228940010071, 0.23234955966472626, -0.22350499033927917, -1.302450180053711, 0.0020090246107429266, 0.31119826436042786, -0.5906897187232971, 0.20443439483642578, 0.1914188414812088, 0.3257763385772705, 0.5863590836524963, 0.4069371223449707, -0.05537984147667885, 0.3017366826534271, 0.040029678493738174, 0.9802389144897461, -0.7293339371681213, -0.6634796857833862, -0.08526384830474854, 0.6804669499397278, -0.42932191491127014, -0.6254414916038513, 0.6998376250267029, 1.0223804712295532, 0.49120697379112244, -0.07256780564785004, 0.589988648891449, -0.00003351094346726313, 0.9810712337493896, -0.36493515968322754, 0.941394031047821, -1.155855655670166, -0.42611610889434814, 0.10229278355836868, -0.5290908813476562, -0.26180121302604675, 0.19800569117069244, -0.02805805206298828, -0.21570555865764618, 0.3806588053703308, 0.8252850770950317, -0.24140241742134094, 0.5219208598136902, 0.1298617273569107, -0.25606435537338257, 0.05300810560584068, 0.5180376172065735, 0.7556728720664978, -0.6274411082267761, 0.5717125535011292, -0.34423208236694336, -0.1866157501935959, 0.3308064043521881, -0.7555416822433472, -1.154154896736145, -0.8957743048667908, -0.7611915469169617, -0.3771200478076935, -0.11557243019342422, 0.8673741817474365, 0.9542184472084045, -0.9528984427452087, 0.23304203152656555, 0.41451495885849, 0.1580367386341095, 0.13809382915496826, -0.25914105772972107, 0.5386794209480286, 0.44312891364097595, -0.5265948176383972, 0.2028026431798935, -0.27352026104927063, -0.11518529802560806, 0.08471820503473282, 0.16079166531562805, -0.5198992490768433, 0.3194517493247986, 0.19968517124652863, 0.39436236023902893, -0.17882999777793884, -0.2228766232728958, -0.07015588879585266, 0.05127348005771637, 0.26280856132507324, 0.7668511271476746, -0.6707658767700195, 0.027455100789666176, 0.574288010597229, 0.6717483997344971, 0.45190751552581787, 0.45973458886146545, 0.20162734389305115, -0.8549842834472656, -0.11423875391483307, 0.1416008174419403, 0.22618821263313293, 0.3371337056159973, -0.419994592666626, 0.6784833073616028, 0.3253759741783142, -0.7319968342781067, -0.5684707164764404, 0.10175585001707077, -1.5593316555023193, -0.08657119423151016, 1.0180426836013794, 0.23026229441165924, -0.38300156593322754, -0.3467140793800354, -0.33879250288009644, 0.408044695854187, -0.6342393755912781, 0.12892712652683258, 0.7310605049133301, -0.07307861000299454, -0.6577578783035278, -0.7483617067337036, 0.6297239661216736, 0.11191421747207642, -1.10727059841156, -0.21640846133232117, 0.5061323642730713, 0.33108678460121155, 0.011197252199053764, 0.7145504951477051, -0.15566925704479218, 0.3087105453014374, 0.007662272080779076, 0.1867285966873169, -0.15648333728313446, -0.42109403014183044, -0.19386838376522064, 0.2551984488964081, -0.33567002415657043, -0.6326856017112732 ]
indonlp/nusatranslation_emot
indonlp
2023-09-07T12:53:11Z
526
0
[ "license:apache-2.0", "region:us" ]
null
2023-09-07T12:52:03Z
--- license: apache-2.0 ---
[ -0.1285339891910553, -0.186167910695076, 0.6529129147529602, 0.4943627417087555, -0.19319313764572144, 0.23607458174228668, 0.3607197701931, 0.05056354030966759, 0.5793653726577759, 0.740013599395752, -0.6508103609085083, -0.2378397285938263, -0.7102249264717102, -0.047825902700424194, -0.3894753158092499, 0.8470762372016907, -0.09598255157470703, 0.024004921317100525, 0.047120124101638794, -0.14317825436592102, -0.612104058265686, -0.04771730303764343, -1.052453875541687, -0.06787486374378204, 0.3002282381057739, 0.5120974779129028, 0.8275899291038513, 0.3960294723510742, 0.503056526184082, 1.7515552043914795, -0.08836923539638519, -0.22754432260990143, -0.458920419216156, 0.4223068356513977, -0.3327738642692566, -0.4213368892669678, -0.26241645216941833, -0.0744934156537056, 0.32380396127700806, 0.7903715372085571, -0.3810413181781769, 0.19328097999095917, -0.22438472509384155, 1.0082244873046875, -0.8202076554298401, 0.22630855441093445, -0.16698351502418518, 0.14053210616111755, 0.04230847209692001, -0.1459193229675293, -0.1326322704553604, -0.6440033912658691, 0.06469465792179108, -0.899596095085144, 0.10274963080883026, -0.044611215591430664, 0.8789561986923218, 0.219090536236763, -0.5102371573448181, -0.04597741365432739, -0.6883596777915955, 1.0972506999969482, -0.17556023597717285, 0.7615713477134705, 0.4507812261581421, 0.4528856873512268, -0.5849330425262451, -1.1782182455062866, -0.4441865384578705, -0.1357896625995636, 0.14722830057144165, 0.3055610954761505, -0.3453030586242676, -0.02234397828578949, 0.10801112651824951, 0.5610314607620239, -0.5003758668899536, -0.3119594156742096, -0.95799320936203, -0.18164938688278198, 0.6820486783981323, 0.319308340549469, 0.8340444564819336, 0.18731510639190674, -0.7347197532653809, 0.12866313755512238, -1.323970079421997, 0.07650740444660187, 0.6465024948120117, 0.23946750164031982, -0.554598867893219, 0.8594783544540405, -0.285879909992218, 0.6262494325637817, 0.2728464603424072, -0.11645249277353287, 0.27842527627944946, -0.23030756413936615, -0.2735063135623932, 0.03308776021003723, 0.34597325325012207, 0.82044917345047, 0.16248628497123718, -0.019985012710094452, -0.22123977541923523, 0.002071663737297058, 0.2684451937675476, -0.7935094833374023, -0.47126704454421997, 0.19266964495182037, -0.5589528679847717, -0.09108471870422363, 0.4327021837234497, -1.0976827144622803, -0.4812982976436615, -0.18798476457595825, 0.054681576788425446, -0.5451692342758179, -0.3697947859764099, 0.07273247092962265, -0.7925416231155396, -0.12434181571006775, 0.5709511041641235, -0.6230254173278809, 0.4397459924221039, 0.5336258411407471, 0.7861635684967041, 0.2330390214920044, -0.23613624274730682, -0.6695020198822021, 0.48848259449005127, -0.8661868572235107, 0.3686073422431946, -0.30737799406051636, -0.8298640847206116, -0.09631044417619705, 0.5393159985542297, 0.20664851367473602, -0.6653255820274353, 0.7074048519134521, -0.5496984720230103, -0.0780654326081276, -0.43082866072654724, -0.24322015047073364, 0.17460428178310394, 0.11115417629480362, -0.623891294002533, 0.9402235746383667, 0.55511075258255, -0.5841100215911865, 0.3170125484466553, -0.4869506359100342, -0.6865583062171936, 0.2674812078475952, -0.00875093787908554, -0.04715244472026825, 0.32795292139053345, -0.15983980894088745, -0.0020510032773017883, 0.10505759716033936, 0.00829986110329628, -0.21891704201698303, -0.47863033413887024, 0.06349943578243256, 0.15165026485919952, 1.2536835670471191, 0.40836215019226074, -0.3771880567073822, -0.13140130043029785, -1.0526149272918701, 0.025432676076889038, 0.050501368939876556, -0.42306777834892273, -0.25045639276504517, -0.14882196485996246, -0.2038157433271408, 0.43072637915611267, 0.21184735000133514, -0.8131152391433716, 0.22643619775772095, -0.20640221238136292, 0.36449670791625977, 0.8222092390060425, 0.27031028270721436, 0.3976057171821594, -0.6625286340713501, 0.656313955783844, 0.20761863887310028, 0.495901882648468, 0.3540419936180115, -0.3845823407173157, -0.9641584157943726, -0.4421616196632385, -0.10117404907941818, 0.2975531220436096, -0.7744958400726318, 0.5847322344779968, 0.01297944039106369, -0.5836708545684814, -0.4465281367301941, -0.15488097071647644, 0.27553316950798035, -0.06606579571962357, 0.03334915637969971, -0.4049780070781708, -0.7394421100616455, -1.0127900838851929, -0.13788148760795593, -0.5021389722824097, -0.21892818808555603, 0.31605854630470276, 0.2617737948894501, -0.3429003953933716, 0.7610747814178467, -0.6059278249740601, -0.7040642499923706, -0.13973554968833923, -0.0995984673500061, 0.618772029876709, 0.9297671318054199, 0.749138355255127, -0.7224892377853394, -0.8973817825317383, -0.05623054504394531, -0.5420041084289551, -0.02004440873861313, 0.038149815052747726, -0.18260686099529266, -0.10514988005161285, 0.2235254943370819, -0.6100801825523376, 0.8851075172424316, 0.43224990367889404, -0.681546688079834, 0.5210591554641724, -0.44444143772125244, 0.6073803901672363, -0.8642841577529907, -0.2911491394042969, -0.1682359129190445, -0.1976119428873062, -0.709015965461731, 0.1941153109073639, -0.30022358894348145, -0.3302987813949585, -0.7474033832550049, 0.5274897813796997, -0.9497013092041016, -0.1878153383731842, -0.3367277681827545, -0.03423108905553818, 0.2580781877040863, 0.1949051171541214, -0.23560261726379395, 0.8900532126426697, 0.916048526763916, -0.7121306657791138, 0.5487277507781982, 0.3930909037590027, -0.19200101494789124, 0.7131239771842957, -0.3887738585472107, 0.05162004381418228, -0.12344934046268463, 0.14374598860740662, -1.126388669013977, -0.5611584782600403, 0.13677376508712769, -0.7127034664154053, 0.17686940729618073, -0.1655687689781189, -0.09428541362285614, -0.6608467102050781, -0.3380640149116516, 0.2591009736061096, 0.48612308502197266, -0.4796995520591736, 0.6188148260116577, 0.5728047490119934, 0.026518866419792175, -0.5307408571243286, -0.72068190574646, 0.20418129861354828, 0.03964671120047569, -0.5569697618484497, 0.30116912722587585, 0.006543654948472977, -0.6622446179389954, -0.371124804019928, -0.2635419964790344, -0.6043858528137207, -0.22679764032363892, 0.7826985120773315, 0.11994237452745438, -0.09012271463871002, -0.20310260355472565, -0.31995370984077454, -0.061675313860177994, 0.30487409234046936, -0.07575300335884094, 0.7232835292816162, -0.33623751997947693, -0.1785007119178772, -0.8877344131469727, 0.652754545211792, 0.9970464110374451, 0.09446706622838974, 0.806644082069397, 0.4632423520088196, -0.3564748167991638, -0.1304660141468048, -0.3535459339618683, -0.15120600163936615, -0.685774564743042, -0.18067969381809235, -0.5322477221488953, -0.5411434769630432, 0.4053066372871399, 0.1010146290063858, -0.002104133367538452, 0.5167046785354614, 0.2533606290817261, -0.2880688011646271, 0.7550326585769653, 1.0343406200408936, 0.13917960226535797, 0.36029160022735596, -0.28547123074531555, 0.6341595649719238, -0.8329950571060181, -0.34052175283432007, -0.45480719208717346, -0.2563585638999939, -0.3121439814567566, -0.10750865936279297, 0.5791023969650269, 0.28182169795036316, -0.4463467001914978, 0.1250680685043335, -0.5994209051132202, 0.6587363481521606, 0.627398669719696, 0.5719727277755737, 0.19973035156726837, -0.46199482679367065, 0.1998298317193985, 0.0481669157743454, -0.457456111907959, -0.4009109139442444, 0.7711144089698792, 0.23996251821517944, 0.8364025354385376, 0.20927031338214874, 0.49577751755714417, 0.3337545096874237, 0.25280582904815674, -0.6318976879119873, 0.200980082154274, -0.22282817959785461, -1.245961308479309, -0.206426739692688, -0.1655132919549942, -1.0080584287643433, -0.11792079359292984, -0.1828901469707489, -0.8406621217727661, 0.2665729522705078, -0.1922563910484314, -0.6640644669532776, 0.5206149816513062, -0.5103875398635864, 0.69347083568573, -0.23555895686149597, -0.2817089557647705, 0.11930064857006073, -0.6889920234680176, 0.5254613757133484, 0.3667147159576416, 0.29168421030044556, -0.37968987226486206, -0.31928732991218567, 0.5068994164466858, -0.881224513053894, 0.4408112168312073, -0.10564983636140823, 0.1942814588546753, 0.5358877778053284, 0.41535913944244385, 0.38239699602127075, 0.2869904041290283, -0.24593788385391235, -0.23415416479110718, 0.22503408789634705, -0.7581344842910767, -0.2775459885597229, 0.9095461368560791, -0.7519428730010986, -0.8586915731430054, -0.6954255104064941, -0.30644944310188293, 0.28865307569503784, 0.027814723551273346, 0.7154772281646729, 0.645688533782959, -0.18821071088314056, 0.23776985704898834, 0.7208225727081299, -0.01469430886209011, 0.7235565185546875, 0.29411181807518005, -0.4056648015975952, -0.6169788837432861, 0.7182322144508362, 0.2627045810222626, 0.05162655934691429, 0.02832791954278946, 0.3058735728263855, -0.17546726763248444, -0.15078593790531158, -0.6318325400352478, -0.06395332515239716, -0.7465731501579285, -0.09279504418373108, -0.75413978099823, -0.25077420473098755, -0.7114589810371399, -0.8068138360977173, -0.7080163359642029, -0.45604419708251953, -0.4301195442676544, -0.23352214694023132, 0.5163110494613647, 1.1627085208892822, -0.2613157033920288, 0.801105260848999, -0.8900957107543945, 0.41936343908309937, 0.496954083442688, 0.751973032951355, -0.11061017960309982, -0.6746935248374939, -0.07836262881755829, -0.533875584602356, -0.2948506474494934, -1.0156973600387573, 0.3177463710308075, -0.036885589361190796, 0.40537145733833313, 0.4293889105319977, 0.2519025504589081, 0.4939277172088623, -0.3007313013076782, 1.1130688190460205, 0.7274301648139954, -0.8033811450004578, 0.5195276141166687, -0.7635001540184021, 0.16122353076934814, 0.9363658428192139, 0.5447747707366943, -0.4417077600955963, -0.15113937854766846, -1.0259766578674316, -0.8431374430656433, 0.5963036417961121, 0.1543993502855301, 0.01684405654668808, 0.01821412891149521, 0.03168249875307083, 0.2946639060974121, 0.3591301441192627, -0.7847291231155396, -0.8240221738815308, -0.13851109147071838, 0.2580329477787018, 0.3145606815814972, -0.16485406458377838, -0.30038708448410034, -0.6116158962249756, 0.8711392879486084, 0.1828649491071701, 0.3546232283115387, 0.12073366343975067, 0.0436934158205986, -0.35506924986839294, 0.14787036180496216, 0.5522999167442322, 1.2529062032699585, -0.4098331928253174, 0.36739131808280945, 0.1751261055469513, -0.654007077217102, 0.6494998931884766, -0.3036348819732666, -0.021784590557217598, 0.6203134655952454, 0.17760887742042542, 0.2852838933467865, 0.3155994713306427, -0.3621426820755005, 0.604780375957489, -0.02942200005054474, -0.17758500576019287, -0.700569748878479, 0.1586698293685913, 0.029350772500038147, 0.2750795781612396, 0.43920236825942993, 0.24443334341049194, 0.0824676901102066, -1.0602877140045166, 0.5711056590080261, 0.24493908882141113, -0.8676618337631226, -0.3011006712913513, 0.7047958970069885, 0.40753892064094543, -0.4759959578514099, 0.38749051094055176, 0.012702330946922302, -0.6710242033004761, 0.5987740159034729, 0.5510412454605103, 0.7569674253463745, -0.47024279832839966, 0.30880194902420044, 0.624560534954071, 0.06711319088935852, 0.20550523698329926, 0.6923202276229858, 0.03149378299713135, -0.4473864436149597, 0.2302244007587433, -0.5986731052398682, -0.14689886569976807, 0.13735318183898926, -0.8047429323196411, 0.3515334725379944, -0.9312616586685181, -0.24089954793453217, 0.08751603215932846, 0.11761090904474258, -0.6130944490432739, 0.6674697399139404, -0.008524730801582336, 0.9280493855476379, -0.8549085855484009, 0.9626274108886719, 0.8559583425521851, -0.31830811500549316, -0.7709448337554932, -0.3355674743652344, 0.020139474421739578, -0.6660526990890503, 0.7108277678489685, -0.18973013758659363, -0.4120742082595825, -0.09323939681053162, -0.6229829788208008, -1.0003728866577148, 0.030618250370025635, 0.01741563156247139, -0.46250343322753906, 0.4454798102378845, -0.5157257914543152, 0.3289684057235718, -0.19169729948043823, 0.30509501695632935, 0.7719471454620361, 0.7958452701568604, 0.22960799932479858, -0.6354783773422241, -0.4466685950756073, -0.010276205837726593, -0.16682815551757812, 0.4545808434486389, -1.0710971355438232, 0.9677367210388184, -0.4652576148509979, -0.3473321795463562, 0.2706643342971802, 0.7977622747421265, 0.25384998321533203, 0.3524128198623657, 0.6219537258148193, 0.9016808271408081, 0.36450135707855225, -0.3117833435535431, 0.7276747822761536, 0.24263408780097961, 0.4152538478374481, 0.7364204525947571, -0.22712206840515137, 0.5403846502304077, 0.8906412124633789, -0.7861621975898743, 0.5381765961647034, 0.7879034280776978, 0.16047371923923492, 0.7758155465126038, 0.594414472579956, -0.6119526624679565, -0.11859433352947235, -0.14641420543193817, -0.6171561479568481, 0.19797512888908386, 0.0529261976480484, -0.11974731832742691, -0.284601092338562, -0.13567377626895905, 0.12295070290565491, 0.28364571928977966, -0.5959329605102539, 0.6068668365478516, 0.3434157371520996, -0.6328280568122864, 0.21025115251541138, -0.2577957212924957, 0.6709500551223755, -0.5978156328201294, 0.02733646333217621, -0.2269933968782425, 0.41810402274131775, -0.4618743062019348, -1.0075827836990356, 0.4713839888572693, -0.2920244634151459, -0.4055132567882538, -0.2694244086742401, 0.8072363138198853, -0.22133922576904297, -0.5572863221168518, 0.37486040592193604, 0.1346661001443863, 0.41473662853240967, 0.40145963430404663, -0.548729419708252, 0.047790080308914185, 0.1376015841960907, -0.2006179243326187, 0.3601188659667969, 0.297372967004776, 0.2548876404762268, 0.7100127935409546, 0.5052477121353149, 0.22198711335659027, 0.25694382190704346, -0.18668611347675323, 0.8387458324432373, -0.9102797508239746, -0.8167636394500732, -0.949733555316925, 0.38498955965042114, 0.025727588683366776, -0.8801447153091431, 0.7920308113098145, 0.7652609348297119, 0.5113962292671204, -0.4877891540527344, 0.475528359413147, -0.3264794647693634, 0.5047137141227722, -0.13870961964130402, 1.0010892152786255, -0.7607628703117371, -0.29587265849113464, -0.03055388480424881, -0.9216440320014954, -0.25337523221969604, 0.5375741720199585, 0.154083251953125, -0.14608079195022583, 0.43859076499938965, 0.44216388463974, 0.02217339724302292, 0.25223156809806824, 0.32861003279685974, 0.06042788550257683, 0.14508455991744995, 0.5510438084602356, 1.0931146144866943, -0.4339442253112793, 0.18694792687892914, -0.4923475682735443, -0.453624963760376, -0.4153490662574768, -0.9548059105873108, -0.6640313863754272, -0.4818546772003174, -0.2973935902118683, -0.5915579199790955, 0.11726449429988861, 0.9300887584686279, 0.9018141031265259, -0.6256728172302246, -0.41243651509284973, 0.2571355700492859, 0.3029341697692871, -0.22954177856445312, -0.14626789093017578, 0.2736490070819855, -0.006407397799193859, -0.7211179137229919, 0.393094539642334, 0.807976484298706, 0.38871288299560547, 0.0844399705529213, -0.0721711665391922, -0.4407081604003906, 0.02610151469707489, 0.5373558402061462, 0.5729565620422363, -0.6281182169914246, -0.40996453166007996, -0.5328316688537598, -0.2138674408197403, 0.1552945077419281, 0.48077553510665894, -0.5166379809379578, 0.3266112208366394, 0.8128960132598877, 0.1701764315366745, 0.7187886834144592, -0.002249196171760559, 0.6678644418716431, -0.8970249891281128, 0.4446259140968323, 0.39533865451812744, 0.5681871771812439, 0.08998043090105057, -0.7339166402816772, 0.982024073600769, 0.49674350023269653, -0.6334057450294495, -1.0034244060516357, 0.030799388885498047, -1.1931142807006836, -0.37881752848625183, 0.9890843629837036, -0.09595758467912674, -0.9597458243370056, -0.36448973417282104, -0.36777186393737793, 0.07989636063575745, -0.33809754252433777, 0.3549821972846985, 0.8268197774887085, -0.2538071274757385, -0.22041839361190796, -0.9505582451820374, 0.4752943813800812, 0.3102525770664215, -0.5886633992195129, -0.051143795251846313, 0.32939136028289795, 0.4523688554763794, 0.3009701073169708, 0.5239560008049011, 0.10428224503993988, 0.8970533609390259, 0.25200408697128296, 0.3049141764640808, -0.04526616632938385, -0.5900785326957703, -0.016066566109657288, 0.26214760541915894, 0.04487833380699158, -0.6869441866874695 ]
result-kand2-sdxl-wuerst-karlo/e395fcfb
result-kand2-sdxl-wuerst-karlo
2023-09-15T15:42:19Z
526
0
[ "region:us" ]
null
2023-09-15T15:42:18Z
--- dataset_info: features: - name: result dtype: string - name: id dtype: int64 splits: - name: train num_bytes: 152 num_examples: 10 download_size: 1308 dataset_size: 152 configs: - config_name: default data_files: - split: train path: data/train-* --- # Dataset Card for "e395fcfb" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
[ -0.8101549744606018, -0.12000320851802826, 0.19384539127349854, 0.2587006688117981, -0.2228119671344757, -0.10721106827259064, 0.3938028812408447, -0.26430705189704895, 0.8244516849517822, 0.3478538691997528, -0.9134708642959595, -0.6742565035820007, -0.5006855130195618, 0.03581376373767853, -0.24600033462047577, 1.1763734817504883, 0.11744944751262665, 0.005688690114766359, -0.4236946105957031, 0.05360177159309387, -0.15448130667209625, -0.6052142977714539, -0.5040441751480103, -0.48870906233787537, 1.0003341436386108, 0.8965041637420654, 0.30434757471084595, 0.47331172227859497, 0.8440724611282349, 0.1763463318347931, 0.07135485857725143, -0.26825523376464844, -0.5548304319381714, -0.23772846162319183, -0.0077409036457538605, -0.42545264959335327, -1.1945440769195557, -0.1623796671628952, 0.5086524486541748, 0.6477124691009521, -0.35589250922203064, 0.8603702187538147, -0.35655468702316284, 0.9352126717567444, -0.415313720703125, 0.6523086428642273, -0.010045028291642666, -0.0657033622264862, -0.7400251626968384, 0.016600167378783226, -0.016889898106455803, -0.327487051486969, -0.2733090817928314, -1.1282601356506348, 0.24055184423923492, 0.4390118420124054, 1.0589311122894287, 0.20365938544273376, 0.005727240815758705, -0.15172317624092102, -0.3266271948814392, -0.018659938126802444, -0.13663917779922485, 0.4097222685813904, 0.8559143543243408, 0.44782060384750366, -0.23232153058052063, -0.7470261454582214, -0.48385488986968994, 0.15060977637767792, 0.004791978746652603, 0.21438713371753693, 0.11849306523799896, 0.14022871851921082, 0.7662504315376282, 0.6903512477874756, -0.5522825121879578, -0.2970207631587982, -0.809474527835846, -0.41243797540664673, 0.7779906988143921, 0.11478818207979202, 0.16159702837467194, -0.13731242716312408, -0.2779805064201355, -0.2604873478412628, -0.6004398465156555, 0.021362820640206337, 0.6082039475440979, 0.09578686207532883, -1.0375853776931763, 0.38142865896224976, -0.3420301377773285, 0.6202345490455627, 0.25198912620544434, 0.5813287496566772, 0.7676565647125244, -0.1438974291086197, -0.3664509057998657, 0.11379071325063705, 0.15472830832004547, 0.39309161901474, 0.20898102223873138, 0.1574886441230774, 0.06814835965633392, -0.3873363733291626, 0.08167260885238647, -1.2893434762954712, -0.8989890813827515, 0.5330610871315002, -0.7028458714485168, -0.21890506148338318, 0.7125527858734131, -0.93564772605896, -0.39302679896354675, -0.24431821703910828, -0.07253517955541611, 0.17578579485416412, -0.7175650000572205, -0.2182561755180359, -0.6953638195991516, 0.5421858429908752, 0.3218422532081604, -0.9997528195381165, 0.22089530527591705, 0.8353701233863831, 0.2946259379386902, 0.4800497591495514, -0.1485680788755417, -0.5542986392974854, 0.4020512104034424, -0.06621076911687851, 0.9887888431549072, -0.7019003629684448, -0.3937244713306427, 0.014435614459216595, 0.5516591668128967, 0.21343600749969482, -0.4532642662525177, 1.041276216506958, -0.5458589196205139, -0.22581689059734344, -0.8387233018875122, -0.6051406264305115, -0.18294847011566162, 0.22296640276908875, -1.3531993627548218, 1.161757469177246, 0.36566969752311707, -0.6169103980064392, 0.5057549476623535, -1.3109461069107056, -0.21650414168834686, 0.7212958931922913, 0.03770487383008003, -0.554130494594574, 0.20047883689403534, -0.15324455499649048, 0.5570526719093323, -0.22718769311904907, 0.33599385619163513, -1.0342774391174316, -0.26645514369010925, 0.009240333922207355, 0.27322152256965637, 0.8296689391136169, 0.46835172176361084, 0.4665824770927429, -0.06890717148780823, -0.9592438340187073, -0.09932679682970047, 0.32317617535591125, -0.1048712208867073, -0.13931843638420105, -0.6742289066314697, 0.5781074166297913, -0.08672283589839935, 0.27687299251556396, -0.5492327213287354, 0.26187241077423096, 0.29863110184669495, -0.1613994538784027, 0.686072051525116, 0.035673052072525024, 0.16334328055381775, -0.6920049786567688, 0.5996459126472473, 0.07248634099960327, 0.3017479181289673, -0.2432841658592224, -0.5939759016036987, -0.7811668515205383, -0.14126423001289368, 0.7229486107826233, 0.5032443404197693, -0.4450300335884094, 0.6668272614479065, 0.13542644679546356, -0.7031176090240479, -0.23910123109817505, -0.00969926081597805, 0.12056832015514374, 0.25321078300476074, 0.3353261649608612, -0.6233698725700378, -0.7705761790275574, -0.8351821899414062, 0.25133877992630005, -0.1189814880490303, 0.06838726997375488, 0.3972362279891968, 0.8499006628990173, -0.16674472391605377, 0.46933427453041077, -0.872581422328949, -0.25948575139045715, 0.14668963849544525, -0.22573500871658325, 0.25520169734954834, 0.7638255953788757, 1.0116463899612427, -0.9190047383308411, -0.3969424366950989, -0.6570673584938049, -0.4313013255596161, -0.1892228126525879, 0.1476513296365738, -0.6025580763816833, -0.0997578427195549, 0.24218368530273438, -0.2753250002861023, 0.6918644309043884, 0.8119480013847351, -0.6643914580345154, -0.02823997288942337, 0.10751304775476456, 0.3085100054740906, -1.282292127609253, 0.527114987373352, -0.0014111245982348919, -0.32453057169914246, -0.5444630980491638, 0.025928949937224388, 0.1860337108373642, -0.07837821543216705, -0.21980486810207367, 0.3585365414619446, -0.5959596037864685, -0.05543174222111702, 0.034482430666685104, -0.26252683997154236, -0.015990950167179108, 0.32618069648742676, 0.014962981455028057, 0.2627527713775635, 0.7474638223648071, -0.28334397077560425, 0.9576226472854614, 0.5252764225006104, 0.060700755566358566, 0.9322574734687805, -0.6058303713798523, 0.306566059589386, -0.17531035840511322, 0.5298527479171753, -0.8015090227127075, -0.9398052096366882, 0.6176386475563049, -0.36164653301239014, 0.5432044863700867, -0.48115482926368713, -0.5154346227645874, -0.6985921263694763, -0.20815548300743103, 0.7190898060798645, 0.4212885797023773, -0.7480930685997009, 0.4096454381942749, 0.6839334964752197, -0.14232096076011658, 0.006739500910043716, -0.866344690322876, -0.055827103555202484, -0.3078700602054596, -0.3130965828895569, 0.600796639919281, -0.3620911240577698, 0.1940099149942398, -0.2205660492181778, 0.4767584502696991, -0.22654391825199127, -0.11891677230596542, 0.698559045791626, 0.20790980756282806, -0.02722577564418316, 0.32696279883384705, -0.10616876929998398, -0.6910379528999329, 0.16303828358650208, 0.09744124859571457, 0.36171984672546387, -0.13507111370563507, -0.23154477775096893, -0.3748452961444855, 0.6088042259216309, 0.2674773931503296, -0.15290065109729767, 0.6511420011520386, 0.9741134643554688, -0.942859411239624, -0.11406931281089783, -0.4855370819568634, -0.11832539737224579, -0.49501171708106995, 0.15446586906909943, -0.48334354162216187, -0.6764859557151794, 0.7283115386962891, -0.19658318161964417, -0.1963050216436386, 0.7691614627838135, 0.8388491272926331, 0.005649648141115904, 0.394929975271225, 0.6941205859184265, -0.07678334414958954, 0.4728774428367615, -0.03263925015926361, -0.2934156358242035, -0.7986900210380554, -0.6016313433647156, -0.5528390407562256, -0.3798573315143585, -0.6836123466491699, -0.32437989115715027, -0.13535478711128235, 0.10628718137741089, -0.37559589743614197, 0.5536075830459595, -0.5738504528999329, 0.48501482605934143, 0.6146062016487122, 0.24824383854866028, -0.07386220246553421, -0.1290866583585739, 0.31198814511299133, 0.3635872006416321, -0.7015010118484497, -0.1168622374534607, 1.3301011323928833, 0.5384806394577026, 0.7246507406234741, 0.4507010579109192, 1.1035284996032715, 0.3754226565361023, 0.6625351905822754, -0.2644648253917694, 0.23362243175506592, 0.1140272244811058, -0.9507305026054382, -0.05481494590640068, -0.08907736092805862, -0.6451759934425354, -0.5814555883407593, -0.2622864544391632, -0.23562763631343842, 0.48633480072021484, 0.5678583383560181, -0.17670492827892303, 0.06924945116043091, -0.9008466005325317, 0.9762721657752991, -0.04097283259034157, -0.22137486934661865, -0.09500040113925934, -0.5704430341720581, 0.23165136575698853, 0.08488418161869049, 0.1006535068154335, -0.3238440752029419, 0.07762838900089264, 1.0035289525985718, -0.4855378568172455, 0.878512442111969, -0.7813373804092407, 0.06174251437187195, 0.17134270071983337, -0.48705142736434937, 0.3445580303668976, 0.41061556339263916, -0.18452365696430206, 0.052228186279535294, 0.2149941474199295, -0.7133896946907043, -0.1618950068950653, 0.682627260684967, -0.5829510688781738, 0.011137140914797783, -0.5558823347091675, -0.3521229028701782, 0.013293908908963203, 0.2664543688297272, 0.09502720087766647, 0.5743732452392578, -0.5804629921913147, 0.06541457772254944, 0.5662881135940552, 0.277203768491745, 0.5479548573493958, 0.19018658995628357, -0.3298742175102234, -0.4749833941459656, 0.9965423345565796, 0.19981928169727325, -0.2675754725933075, 0.33293700218200684, 0.08650161325931549, -0.25917884707450867, -0.3466591238975525, -0.8117228746414185, 0.08563657850027084, -0.5178912281990051, -0.6065015196800232, -0.1649157851934433, 0.007937991060316563, -0.41141167283058167, -0.15729716420173645, -0.22175990045070648, -0.6316012740135193, -0.5854172110557556, -0.6878436803817749, 1.1600347757339478, 0.7594050168991089, -0.6812017560005188, 0.3477710783481598, -0.8989778757095337, 0.4554293751716614, -0.07418156415224075, 1.0423251390457153, -0.1476215422153473, -0.46409571170806885, -0.41250884532928467, -0.19204096496105194, -0.07580035924911499, -0.815217912197113, -0.11399539560079575, 0.40446358919143677, 0.7122080326080322, 0.3804141581058502, 0.19168129563331604, 0.7125715017318726, -0.11513447016477585, 0.5182143449783325, 0.19875852763652802, -0.8049485087394714, 0.34018898010253906, -0.39597123861312866, 0.34636080265045166, 0.9210101962089539, 0.6337965726852417, -0.37135130167007446, 0.3173255920410156, -1.1210836172103882, -0.6955458521842957, 0.5888344645500183, -0.009682976640760899, 0.00782743003219366, 0.3648928701877594, 0.4965868592262268, 0.010133881121873856, 0.3168117105960846, -0.5875560641288757, -0.9177840352058411, -0.2522384524345398, -0.4861512780189514, 0.36586108803749084, -0.4300372004508972, -0.42587050795555115, -0.5507120490074158, 0.662787914276123, -0.11069521307945251, 0.6747795343399048, 0.1363411694765091, 0.24666982889175415, -0.19950181245803833, -0.12293217331171036, 0.6252599358558655, 0.4504546821117401, -0.5584656000137329, -0.20971624553203583, -0.05337773635983467, -0.5716531872749329, -0.3324801027774811, 0.8570319414138794, 0.114825539290905, -0.42649635672569275, 0.4818985164165497, 0.6058856248855591, -0.3159804046154022, -0.06382328271865845, 0.2972294092178345, -0.14156676828861237, -0.40225186944007874, -0.7035333514213562, 0.12854412198066711, 0.4831433892250061, 0.12414386868476868, 0.20256860554218292, -0.25916600227355957, 0.350429892539978, -0.428620308637619, 0.7070624828338623, -0.11358170211315155, -0.6582973599433899, -0.5060619711875916, 0.42081812024116516, 0.7457433342933655, -0.45496654510498047, 0.878429114818573, -0.3712310194969177, -0.5464583039283752, 1.0433841943740845, 0.39592036604881287, 0.7872676849365234, -0.35411763191223145, 0.27777066826820374, 0.5579763650894165, 0.13706043362617493, 0.3681749105453491, 0.9054160714149475, -0.38764941692352295, -0.6216440796852112, 0.09909554570913315, -0.386114239692688, -0.5528304576873779, -0.36272820830345154, -1.2722241878509521, 0.2641735374927521, -0.7502682209014893, -0.17991971969604492, 0.13395822048187256, 0.1061214879155159, -1.0476261377334595, 0.36633217334747314, 0.5506212711334229, 1.3862371444702148, -0.8553251028060913, 0.8705402612686157, 0.814801037311554, -0.45729076862335205, -0.8671784400939941, -0.22582007944583893, 0.12365306913852692, -0.818895161151886, 0.10369754582643509, 0.31314677000045776, 0.45149123668670654, -0.08373364806175232, -0.8299228549003601, -0.7354447841644287, 1.3585261106491089, 0.19782112538814545, -0.9390345215797424, 0.5691070556640625, -0.011701513081789017, 0.28433045744895935, -0.5216407179832458, 0.5512051582336426, 0.5028114318847656, 1.0540685653686523, 0.36492082476615906, -0.7118857502937317, 0.2595112919807434, -0.646855890750885, -0.4829217493534088, 0.40060922503471375, -1.171354055404663, 0.09291689097881317, -0.27230748534202576, 0.14249104261398315, -0.04109315946698189, 0.7912656664848328, 0.09330232441425323, 0.4777320325374603, 0.35685473680496216, 0.8114627599716187, 1.1600850820541382, -0.5275270938873291, 0.8773848414421082, -0.16709432005882263, 0.6627882719039917, 1.0252714157104492, -0.33119234442710876, 0.40438953042030334, 0.600745677947998, -0.17675155401229858, 0.4136006236076355, 0.9109269380569458, -0.6646690368652344, 0.4934607744216919, 0.3926256000995636, -0.14127685129642487, -0.42084163427352905, -0.1712098866701126, -0.8799915313720703, 0.1652546525001526, 0.5037886500358582, -0.5110538601875305, 0.07613232731819153, -0.20822204649448395, 0.22731401026248932, -0.42098668217658997, -0.4475981891155243, 0.749262273311615, 0.0780026763677597, -0.289214551448822, -0.06762894243001938, 0.03944585099816322, 0.05081307142972946, -0.5281860828399658, -0.474058598279953, 0.009715311229228973, 0.18286971747875214, -0.6994632482528687, -0.9004515409469604, 0.7436006665229797, -0.3404100835323334, -0.4276767373085022, -0.11295709013938904, 0.5798394680023193, -0.44017481803894043, -0.9029949903488159, 0.29268819093704224, 0.06620793044567108, 0.14161792397499084, 0.20370478928089142, -1.2522361278533936, 0.49961555004119873, -0.001601185998879373, -0.29558712244033813, 0.22844265401363373, 0.016077686101198196, 0.23066529631614685, 0.40305161476135254, 0.7144641876220703, -0.1853809356689453, -0.43063196539878845, 0.24817004799842834, 1.0598868131637573, -0.8571254014968872, -0.5303089618682861, -0.4870792329311371, 0.759354829788208, -0.39999017119407654, -0.7587329745292664, 0.39125052094459534, 0.9608592391014099, 1.1032469272613525, -0.14886726438999176, 0.7808990478515625, -0.6129212975502014, 0.5820316076278687, -0.29750069975852966, 0.700088620185852, -0.2818349301815033, -0.2041013091802597, -0.21594008803367615, -0.6600947380065918, -0.7662220597267151, 0.6361517906188965, 0.22987009584903717, 0.23136278986930847, 0.49030762910842896, 1.085538625717163, -0.10015808790922165, 0.5320129990577698, 0.14094634354114532, 0.050601523369550705, 0.3359365165233612, 0.6245018839836121, 0.3258686065673828, -0.605204701423645, -0.02540362812578678, -0.2984756529331207, -0.649168074131012, -0.1559344381093979, -1.3010520935058594, -0.9155578017234802, -0.6528774499893188, -0.5192015767097473, -0.40843939781188965, -0.013265199959278107, 1.1071830987930298, 1.089869499206543, -1.1439156532287598, -0.15079033374786377, 0.08504404872655869, 0.2498435080051422, 0.10215152055025101, -0.12167301028966904, 0.6308947205543518, 0.5901952385902405, -0.664861798286438, -0.3571580648422241, -0.056087661534547806, 0.17815080285072327, -0.05657949298620224, -0.02194918692111969, -0.03274436295032501, -0.10763503611087799, 0.12358719110488892, 0.5822226405143738, -0.06326185166835785, -0.3646686375141144, -0.4994632601737976, 0.1870267689228058, 0.10425995290279388, 0.9384297728538513, -0.30224931240081787, 0.21157027781009674, 0.6704847812652588, 0.38598084449768066, 0.7092354893684387, 0.2968505322933197, 0.7534071207046509, -0.39540421962738037, 0.17681315541267395, -0.2363097071647644, 0.48480451107025146, 0.18090029060840607, -0.5558387637138367, 0.6919180154800415, 0.42637690901756287, -0.5835810303688049, -0.5644210577011108, 0.10895338654518127, -1.405940294265747, 0.5119457244873047, 0.8122190833091736, -0.13668128848075867, -0.4252784550189972, -0.2690131962299347, -0.2955132722854614, 0.1201297864317894, -1.0573614835739136, 0.2494528442621231, 0.8051414489746094, -0.17560037970542908, -0.34056127071380615, -0.16083897650241852, 0.7426842451095581, -0.16355057060718536, -1.3125845193862915, 0.08724100887775421, 0.4190545976161957, 0.07469674944877625, 0.06948898732662201, 0.5667248368263245, -0.11450619995594025, 0.3809705376625061, 0.2636735737323761, 0.38783398270606995, -0.6121335625648499, -0.6687813401222229, -0.30571770668029785, 0.2256123125553131, -0.10286179184913635, -0.32865414023399353 ]
result-kand2-sdxl-wuerst-karlo/b73eb60b
result-kand2-sdxl-wuerst-karlo
2023-09-17T14:04:09Z
526
0
[ "region:us" ]
null
2023-09-17T14:04:08Z
--- dataset_info: features: - name: result dtype: string - name: id dtype: int64 splits: - name: train num_bytes: 206 num_examples: 10 download_size: 1380 dataset_size: 206 configs: - config_name: default data_files: - split: train path: data/train-* --- # Dataset Card for "b73eb60b" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
[ -0.641818106174469, -0.07620682567358017, 0.21810835599899292, 0.32244443893432617, -0.2070014625787735, -0.06901537626981735, 0.40261003375053406, -0.2687615156173706, 0.775130033493042, 0.5277916789054871, -0.6648880243301392, -0.7218841314315796, -0.522315502166748, -0.19686102867126465, -0.2481977492570877, 1.0415949821472168, 0.1734311580657959, 0.10681860148906708, -0.2891698479652405, -0.06155039742588997, -0.502517580986023, -0.4522586464881897, -0.5434389114379883, -0.5802210569381714, 1.0176676511764526, 0.733826756477356, 0.5573107600212097, 0.5312188863754272, 0.8835557103157043, 0.17180931568145752, -0.11202321946620941, -0.3720302879810333, -0.44805482029914856, -0.29778459668159485, -0.21704523265361786, -0.588811457157135, -1.2222410440444946, -0.21477840840816498, 0.6590354442596436, 0.6975467205047607, -0.14521470665931702, 0.9886248111724854, -0.24477742612361908, 0.9481189250946045, -0.4145311415195465, 0.6734743714332581, -0.20944839715957642, -0.1229090616106987, -0.7372980117797852, 0.163346067070961, 0.036864712834358215, -0.5739627480506897, -0.1741345077753067, -0.7975792288780212, 0.36546990275382996, 0.2515992820262909, 0.8734393119812012, 0.044783350080251694, 0.12114109098911285, -0.06300550699234009, -0.29832595586776733, 0.07408025860786438, -0.2819589376449585, 0.26015225052833557, 0.7204781770706177, 0.42820510268211365, -0.08027801662683487, -0.4604853093624115, -0.4131087064743042, 0.18969513475894928, -0.02861493080854416, 0.25276827812194824, 0.11175169050693512, 0.10083580762147903, 0.7007735967636108, 0.7229557633399963, -0.6813225150108337, -0.30392929911613464, -1.0584876537322998, -0.43076565861701965, 0.7919191718101501, 0.037440087646245956, 0.1974475383758545, -0.3614344000816345, -0.11987397819757462, -0.1523405909538269, -0.5578826665878296, -0.1506064385175705, 0.5276721715927124, 0.3164156675338745, -1.122612476348877, 0.6328541040420532, -0.07492714375257492, 0.6057495474815369, 0.16177189350128174, 0.6771390438079834, 0.8291070461273193, 0.030613766983151436, -0.24219495058059692, 0.2799415588378906, 0.11272554844617844, 0.4801516532897949, 0.007782432716339827, 0.07113044708967209, 0.0010561230592429638, 0.12721340358257294, 0.11601871252059937, -1.0406392812728882, -0.8047032952308655, 0.4025992751121521, -0.9161298274993896, -0.00413319980725646, 0.47175833582878113, -1.0178302526474, -0.5352608561515808, -0.35646024346351624, 0.2514045238494873, 0.16107560694217682, -0.82987380027771, -0.16236402094364166, -0.828924834728241, 0.5151122808456421, 0.13390561938285828, -0.7699588537216187, 0.22031690180301666, 0.6297763586044312, 0.5253443121910095, 0.18386447429656982, -0.06087248772382736, -0.469723105430603, 0.4974976181983948, -0.163503959774971, 0.8914881944656372, -0.5908769369125366, -0.427086740732193, 0.11176349222660065, 0.429423451423645, 0.0891946330666542, -0.5170322060585022, 0.6517733335494995, -0.4238958954811096, -0.2352112978696823, -0.7290003895759583, -0.43584778904914856, -0.3962972164154053, 0.4047321677207947, -1.2729711532592773, 1.0445603132247925, 0.34653031826019287, -0.6603663563728333, 0.37731704115867615, -1.254901647567749, -0.29504165053367615, 0.8204128742218018, 0.039836335927248, -0.3704957365989685, 0.3655988872051239, -0.25104841589927673, 0.6065509915351868, -0.15658938884735107, 0.29922839999198914, -1.0274797677993774, -0.28238680958747864, -0.04504937306046486, 0.2029520869255066, 0.8178969025611877, 0.18261811137199402, 0.3794921934604645, -0.02766108140349388, -1.0157099962234497, -0.2750288248062134, 0.18604102730751038, -0.04274247959256172, -0.19049295783042908, -0.6098878383636475, 0.3041621446609497, -0.15351176261901855, 0.47425714135169983, -0.5618134140968323, 0.18284909427165985, 0.06153399497270584, -0.333359956741333, 0.7614796161651611, 0.07371725142002106, 0.1951822191476822, -0.6193078756332397, 0.5540626049041748, -0.03150128200650215, 0.4539560079574585, 0.10470548272132874, -0.528007984161377, -0.6998347640037537, 0.0025201013777405024, 0.6172062158584595, 0.7012121677398682, -0.5860205888748169, 0.616114616394043, 0.10236789286136627, -0.7977168560028076, -0.2798914313316345, 0.13131307065486908, 0.36216163635253906, 0.22028392553329468, 0.5347746014595032, -0.6127634048461914, -0.737368643283844, -0.8912537097930908, 0.336598664522171, -0.09113264828920364, 0.0803026407957077, 0.28108686208724976, 0.811448872089386, -0.3377239406108856, 0.4614676237106323, -0.8510956168174744, -0.2964504659175873, -0.3081634044647217, -0.37633344531059265, 0.4026085138320923, 0.8202551007270813, 0.9417372345924377, -0.8207452893257141, -0.22123952209949493, -0.46830013394355774, -0.5444287657737732, -0.10369952023029327, 0.4535752236843109, -0.7309533357620239, -0.014673559926450253, 0.11397522687911987, -0.31901755928993225, 0.810327410697937, 1.0090458393096924, -0.5203725695610046, -0.03390667960047722, 0.21314215660095215, 0.21071688830852509, -1.517938256263733, 0.4819583296775818, 0.04667438939213753, -0.14227977395057678, -0.3080199956893921, -0.20216481387615204, 0.15108993649482727, -0.08083920180797577, -0.23310616612434387, 0.606209397315979, -0.6153162121772766, -0.15820717811584473, -0.007905655540525913, -0.005523699801415205, -0.11639964580535889, 0.2932949662208557, 0.030626840889453888, 0.19100013375282288, 0.9835091829299927, -0.48773521184921265, 1.007461428642273, 0.7142387628555298, 0.07014606893062592, 0.9527184367179871, -0.7137969732284546, 0.0826854333281517, -0.30860310792922974, 0.3716970682144165, -0.7392293810844421, -0.8026614785194397, 0.5771850347518921, -0.45946186780929565, 0.48919081687927246, -0.8710414171218872, -0.4994020164012909, -0.7623421549797058, -0.226979598402977, 0.7202752828598022, 0.5463539361953735, -0.7463067770004272, 0.5845119953155518, 0.7991703748703003, -0.12589333951473236, 0.045763809233903885, -0.9872382879257202, -0.14057186245918274, -0.23157529532909393, -0.3102339804172516, 0.4525613486766815, -0.4158095419406891, 0.17708639800548553, -0.12092145532369614, 0.19723211228847504, -0.11332987993955612, -0.37730488181114197, 0.705710768699646, 0.4396252930164337, -0.1360025256872177, 0.27945631742477417, 0.07555145025253296, -0.640775740146637, 0.21654675900936127, 0.11645927280187607, 0.3694823682308197, 0.02412114478647709, -0.0642756000161171, -0.3433341979980469, 0.4799766540527344, 0.10847093909978867, -0.076413094997406, 0.406575083732605, 0.9027243256568909, -0.9090520143508911, -0.010972066782414913, -0.6868075728416443, -0.05382446199655533, -0.4882134795188904, 0.0666484609246254, -0.3138014078140259, -0.4940193295478821, 0.7214203476905823, -0.013530892319977283, -0.12055196613073349, 0.7966427206993103, 0.8093973398208618, 0.18324008584022522, 0.5576470494270325, 0.5575748085975647, -0.17093758285045624, 0.447981595993042, -0.3250572085380554, -0.38667213916778564, -0.858850359916687, -0.5851406455039978, -0.5605506300926208, -0.4513031542301178, -0.6696428060531616, -0.3339894711971283, -0.07725142687559128, -0.28410255908966064, -0.2165953814983368, 0.6254848837852478, -0.605795681476593, 0.47909224033355713, 0.643983006477356, 0.3985210061073303, -0.2772885859012604, -0.22185483574867249, 0.449521541595459, 0.5635453462600708, -0.7655119895935059, -0.1405942142009735, 1.171398401260376, 0.44266757369041443, 0.8703844547271729, 0.40710777044296265, 0.9336330890655518, 0.3535715639591217, 0.5153757929801941, -0.20952282845973969, 0.49761641025543213, -0.06417160481214523, -1.0641884803771973, 0.10253110527992249, -0.19667278230190277, -0.941469132900238, -0.4584597051143646, -0.34400659799575806, -0.36521270871162415, 0.3932669460773468, 0.796336829662323, -0.1145767942070961, 0.15532144904136658, -0.9841979146003723, 1.1424155235290527, 0.01692492514848709, -0.21439479291439056, -0.224651038646698, -0.7593597173690796, 0.1623678058385849, 0.3659583628177643, 0.12109015136957169, -0.3835380971431732, 0.25287142395973206, 1.0774388313293457, -0.19596850872039795, 1.0215355157852173, -0.8783300518989563, 0.20561443269252777, 0.23656302690505981, -0.23475641012191772, 0.11971012502908707, 0.5307818651199341, -0.16750773787498474, 0.12096402794122696, 0.21672461926937103, -0.8093146085739136, -0.22560188174247742, 0.7487407922744751, -0.5485687255859375, 0.10569869726896286, -0.478333443403244, -0.4911859631538391, -0.17864418029785156, 0.31105613708496094, 0.15541663765907288, 0.9115279912948608, -0.2466776967048645, 0.1320192515850067, 0.7738356590270996, 0.28525564074516296, 0.4637337923049927, 0.027401233091950417, -0.252366304397583, -0.5857919454574585, 1.0971359014511108, 0.19916126132011414, -0.25777626037597656, 0.2980235815048218, 0.27956101298332214, -0.362840473651886, -0.47569984197616577, -0.7218129634857178, 0.3585565388202667, -0.42992275953292847, -0.7009909152984619, -0.15909776091575623, -0.14678867161273956, -0.4807029068470001, -0.2859362065792084, -0.27129796147346497, -0.5053770542144775, -0.5463600754737854, -0.6256738305091858, 1.0279620885849, 0.7452771067619324, -0.6043317317962646, 0.4942210912704468, -1.0874615907669067, 0.7130550146102905, -0.07830347120761871, 1.159529685974121, -0.19331645965576172, -0.44147950410842896, -0.3952626883983612, -0.07204001396894455, -0.0019782099407166243, -0.7663407325744629, -0.2189634144306183, -0.03227868676185608, 0.7866004705429077, 0.10240249335765839, -0.059299036860466, 0.6712549328804016, 0.011904970742762089, 0.652837872505188, 0.2524143159389496, -0.796393871307373, 0.5752528309822083, -0.32836461067199707, 0.5014629364013672, 0.9068406224250793, 0.5355792045593262, -0.171127587556839, 0.234821617603302, -1.0588265657424927, -0.7076219320297241, 0.51382976770401, -0.035264234989881516, 0.18925006687641144, 0.3287836015224457, 0.5464792847633362, 0.0736878365278244, 0.43052801489830017, -0.7484997510910034, -0.6881605982780457, -0.19946853816509247, -0.563194990158081, 0.25982895493507385, -0.49095988273620605, -0.29816338419914246, -0.45580288767814636, 0.7971847653388977, -0.04932672157883644, 0.4246099293231964, 0.01636386290192604, 0.058772895485162735, -0.06236812472343445, -0.26088565587997437, 0.34678253531455994, 0.6087350845336914, -0.5366346836090088, -0.11679088324308395, -0.01941305585205555, -0.539507269859314, -0.5423797369003296, 0.8226549029350281, 0.026167862117290497, -0.3049352765083313, 0.43323618173599243, 0.7481077313423157, -0.36324959993362427, -0.0395277701318264, 0.35653647780418396, -0.00025892636040225625, -0.371432363986969, -0.4925907850265503, 0.23826850950717926, 0.0629841759800911, 0.3064241111278534, 0.0470137894153595, -0.139049232006073, 0.5223227739334106, -0.40631651878356934, 0.40443116426467896, 0.005371962673962116, -0.7628524303436279, -0.575721263885498, 0.31314390897750854, 0.7027108073234558, -0.31951451301574707, 0.6851955056190491, -0.2845602333545685, -0.4925904870033264, 0.7499101161956787, 0.4360258877277374, 0.7312970161437988, -0.35325419902801514, 0.31293559074401855, 0.5341106057167053, 0.2012156844139099, 0.10496707260608673, 0.9475001692771912, -0.21575579047203064, -0.5446246266365051, 0.030022962018847466, -0.37542060017585754, -0.5541526079177856, -0.28049275279045105, -1.209544062614441, 0.28755268454551697, -0.6275230050086975, -0.22842252254486084, 0.009338675998151302, 0.0938955619931221, -0.8602798581123352, 0.4437144100666046, 0.34661558270454407, 1.3297598361968994, -0.8973132967948914, 0.510688841342926, 0.8955066204071045, -0.379535973072052, -0.7271543741226196, -0.28886690735816956, 0.011034822091460228, -0.8010051250457764, -0.22975914180278778, 0.34601226449012756, 0.35311466455459595, -0.15546199679374695, -0.9061366319656372, -0.7475422024726868, 1.160416841506958, 0.20793837308883667, -0.6934250593185425, 0.44052934646606445, -0.30896538496017456, 0.24967019259929657, -0.17157866060733795, 0.159892737865448, 0.4749689996242523, 0.9634037613868713, 0.43551889061927795, -0.6233369708061218, 0.16431944072246552, -0.5948196053504944, -0.15916189551353455, 0.5079122185707092, -0.9654882550239563, -0.09328177571296692, -0.11056141555309296, 0.3174703121185303, -0.06983812898397446, 0.8361579179763794, 0.21592488884925842, 0.5984117984771729, 0.4297744333744049, 0.5263922810554504, 0.8525156378746033, -0.3296085000038147, 0.8480658531188965, -0.026485584676265717, 0.4309159219264984, 0.9520050883293152, -0.24820318818092346, 0.3192484676837921, 0.4123832583427429, 0.04497167840600014, 0.344169020652771, 0.6520551443099976, -0.698508083820343, 0.2411968857049942, 0.45087623596191406, -0.036356136202812195, -0.29581505060195923, -0.018125299364328384, -0.8868221640586853, 0.0718027725815773, 0.5404855012893677, -0.37068164348602295, 0.15515723824501038, -0.2048075944185257, 0.24448896944522858, -0.2835902273654938, -0.763390302658081, 0.7458323240280151, -0.044888995587825775, -0.3423211872577667, -0.1363804191350937, -0.2569940388202667, 0.12935814261436462, -0.6570490002632141, -0.4218592345714569, -0.08503758162260056, 0.2346133291721344, -0.7179394960403442, -1.129090428352356, 0.7679792046546936, -0.3626907765865326, -0.4463983178138733, 0.02226640284061432, 0.6402652263641357, -0.48226529359817505, -1.0224286317825317, 0.32671722769737244, -0.016824111342430115, 0.11962898075580597, 0.21410499513149261, -1.100205898284912, 0.5818984508514404, -0.13151796162128448, -0.10983174294233322, 0.13345171511173248, 0.029666289687156677, 0.15521621704101562, 0.44133222103118896, 0.5415258407592773, 0.041179317981004715, -0.2492365688085556, 0.25332486629486084, 0.9320427179336548, -0.8123232126235962, -0.36827903985977173, -0.4376581013202667, 0.7829844951629639, -0.48426997661590576, -0.6508649587631226, 0.47371014952659607, 1.1960030794143677, 0.9404367208480835, -0.2261309176683426, 0.8749825954437256, -0.5431535243988037, 0.7342297434806824, -0.4522620439529419, 0.4926070272922516, -0.2979643940925598, -0.3550766706466675, -0.31776657700538635, -0.7739807367324829, -0.9655832052230835, 0.6492000222206116, 0.22884324193000793, 0.18442855775356293, 0.38335472345352173, 1.115360975265503, -0.27676156163215637, 0.26103150844573975, 0.04286530613899231, 0.21764113008975983, 0.22076040506362915, 0.3332287073135376, 0.2790357172489166, -0.5126641392707825, 0.18926937878131866, -0.1748417168855667, -0.7274528741836548, -0.060905441641807556, -1.0737406015396118, -1.1087872982025146, -0.6326069831848145, -0.6075831651687622, -0.6666959524154663, 0.12712906301021576, 0.9580451846122742, 0.9775645732879639, -0.9458602666854858, -0.3682965338230133, 0.19604113698005676, 0.42814210057258606, 0.11158199608325958, -0.10795151442289352, 0.6407002210617065, 0.4839274287223816, -0.5188974142074585, -0.30891770124435425, 0.0771842822432518, 0.26617521047592163, -0.018222037702798843, 0.15972881019115448, 0.04816265404224396, -0.017949726432561874, 0.36886245012283325, 0.47257718443870544, -0.008243557065725327, -0.35526254773139954, -0.6130507588386536, 0.2580054700374603, 0.02056281454861164, 0.8756657838821411, -0.30741316080093384, 0.05395391955971718, 0.7260981798171997, 0.3270363509654999, 0.6990118026733398, 0.18806007504463196, 0.6617850065231323, -0.43795692920684814, 0.11462237685918808, -0.13832569122314453, 0.4620499014854431, 0.2297932505607605, -0.30025190114974976, 0.7511817216873169, 0.40554288029670715, -0.5367820262908936, -0.6782649159431458, 0.1138639748096466, -1.7096179723739624, 0.48989036679267883, 1.0985517501831055, 0.16783009469509125, -0.5222992300987244, -0.2052619457244873, -0.6033259630203247, 0.17231696844100952, -0.9082667827606201, 0.3123716711997986, 0.42603567242622375, 0.017281394451856613, -0.20944306254386902, -0.16488943994045258, 0.5478317141532898, -0.3895960748195648, -1.209749698638916, 0.1341433823108673, 0.5894655585289001, 0.06985212117433548, 0.07476171106100082, 0.5806388854980469, -0.22233547270298004, 0.37093251943588257, 0.10930338501930237, 0.4446898400783539, -0.2617122232913971, -0.6867272853851318, -0.12483055144548416, 0.2222266048192978, -0.15747633576393127, -0.5649144649505615 ]
result-kand2-sdxl-wuerst-karlo/00dbfb2c
result-kand2-sdxl-wuerst-karlo
2023-09-17T14:41:51Z
526
0
[ "region:us" ]
null
2023-09-17T14:41:51Z
--- dataset_info: features: - name: result dtype: string - name: id dtype: int64 splits: - name: train num_bytes: 240 num_examples: 10 download_size: 1450 dataset_size: 240 configs: - config_name: default data_files: - split: train path: data/train-* --- # Dataset Card for "00dbfb2c" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
[ -0.6955863833427429, -0.39528900384902954, 0.15918609499931335, 0.37000977993011475, -0.2125314474105835, -0.03125718608498573, 0.4585053324699402, -0.3009011745452881, 0.8310608267784119, 0.4817860722541809, -0.8837403655052185, -0.6811760663986206, -0.45160385966300964, -0.260265052318573, -0.3246304988861084, 1.2668651342391968, 0.09994231909513474, 0.18773981928825378, -0.4371711313724518, -0.10845962911844254, -0.6019607782363892, -0.5380017757415771, -0.6160473227500916, -0.629521906375885, 0.9402970671653748, 0.9071731567382812, 0.4986277222633362, 0.5057530403137207, 0.7267642617225647, 0.07357971370220184, 0.008415949530899525, -0.327166885137558, -0.6048105359077454, -0.16377219557762146, -0.26023921370506287, -0.5568131804466248, -1.1281880140304565, 0.02661951072514057, 0.4750182032585144, 0.6731962561607361, -0.29869067668914795, 0.6760967969894409, -0.36979183554649353, 0.9544114470481873, -0.25526028871536255, 0.6501427888870239, -0.10192283987998962, -0.1576794534921646, -0.5688449740409851, -0.0028518822509795427, 0.053552065044641495, -0.47769543528556824, -0.3547102212905884, -0.8958866000175476, 0.2710830569267273, 0.1692432463169098, 0.8853235840797424, 0.0003304385463707149, -0.12029794603586197, -0.19193203747272491, -0.37876972556114197, 0.008716722019016743, -0.12163130193948746, 0.29966652393341064, 0.8799137473106384, 0.4260675311088562, -0.05563867464661598, -0.586035966873169, -0.39939719438552856, 0.232918381690979, 0.0007358145085163414, 0.1719404011964798, 0.15284857153892517, -0.10495653748512268, 0.5307806134223938, 0.5671443939208984, -0.5111911296844482, -0.1360023468732834, -0.7383392453193665, -0.3773033618927002, 0.7104871273040771, 0.1623975783586502, 0.012600790709257126, -0.11958394944667816, -0.2049805074930191, -0.1972697228193283, -0.6756113171577454, 0.06555915623903275, 0.5223896503448486, 0.07063091546297073, -0.9760401248931885, 0.6464408040046692, -0.039792876690626144, 0.4605635106563568, 0.2790377140045166, 0.8842801451683044, 0.5593961477279663, -0.3614260256290436, -0.10051417350769043, 0.16928476095199585, 0.1424192488193512, 0.407757043838501, 0.20451335608959198, 0.08728313446044922, 0.0700860321521759, -0.07807657867670059, 0.19508007168769836, -1.3645339012145996, -1.065459966659546, 0.5397371053695679, -0.6522851586341858, -0.3521876931190491, 0.4963339567184448, -0.8498178124427795, -0.5423011779785156, -0.277126282453537, 0.04493900388479233, 0.10588853806257248, -0.7355577945709229, -0.36217308044433594, -0.666355311870575, 0.5508981943130493, 0.11135771125555038, -0.9720988869667053, 0.3982967138290405, 0.7368439435958862, 0.34674590826034546, 0.3725917637348175, -0.04281145706772804, -0.5847489833831787, 0.26441919803619385, -0.40573635697364807, 1.1464691162109375, -0.47162672877311707, -0.5594568848609924, -0.12168479710817337, 0.6216942667961121, 0.5163540244102478, -0.44307395815849304, 0.6578527092933655, -0.48945149779319763, -0.22960412502288818, -0.9198959469795227, -0.5131643414497375, -0.11034204065799713, 0.04631444439291954, -1.1073954105377197, 1.2159719467163086, 0.6252462267875671, -0.6757637858390808, 0.39633437991142273, -1.1491193771362305, -0.46833428740501404, 0.6633142232894897, -0.12881512939929962, -0.37954720854759216, 0.2235230803489685, -0.2874414622783661, 0.6286014318466187, -0.1732507050037384, 0.32538455724716187, -1.001388669013977, -0.3253813683986664, 0.16771896183490753, 0.38379159569740295, 1.0356085300445557, 0.3393956124782562, 0.39767566323280334, -0.061026737093925476, -0.9417827725410461, 0.0154807697981596, 0.4128860831260681, -0.058745376765728, -0.2807513177394867, -0.45452824234962463, 0.3775038421154022, -0.14839400351047516, 0.2920638918876648, -0.4094856083393097, 0.313968300819397, 0.1264016330242157, -0.15442562103271484, 0.7660544514656067, 0.17823614180088043, 0.2944049537181854, -0.32011762261390686, 0.41073861718177795, 0.04466990381479263, 0.12130860239267349, 0.016835374757647514, -0.5352485179901123, -0.5880336165428162, 0.0027462474536150694, 0.7309683561325073, 0.7675818800926208, -0.5456314086914062, 0.7027000188827515, 0.2681187093257904, -0.7264164686203003, -0.22539572417736053, 0.12860074639320374, 0.19820474088191986, 0.22998282313346863, 0.30637291073799133, -0.8427200317382812, -0.7504111528396606, -0.6578916907310486, 0.47215598821640015, -0.20149768888950348, -0.024949118494987488, 0.5676299929618835, 0.7485085129737854, -0.345426470041275, 0.7305360436439514, -0.9026452302932739, -0.286808043718338, 0.11755058914422989, -0.204762801527977, 0.3084242045879364, 0.8267611861228943, 1.0582236051559448, -0.6517176032066345, -0.3873876631259918, -0.5184339284896851, -0.5926864743232727, -0.16421645879745483, 0.21393363177776337, -0.7302984595298767, -0.03386025130748749, 0.12970568239688873, -0.30232760310173035, 0.6997236013412476, 0.8176178932189941, -0.8956882357597351, 0.16957993805408478, -0.041500523686409, 0.17531761527061462, -1.251299500465393, 0.49515798687934875, -0.13144560158252716, -0.2584069073200226, -0.5629522204399109, -0.07002939283847809, 0.22765113413333893, -0.18049444258213043, 0.0014769089175388217, 0.6460669040679932, -0.598979115486145, -0.0751413032412529, -0.03586016967892647, -0.09613622725009918, -0.1472577601671219, 0.2604723870754242, 0.24476344883441925, 0.2905305325984955, 1.0300188064575195, -0.38029173016548157, 1.0798428058624268, 0.6352554559707642, 0.06475506722927094, 1.1730457544326782, -0.7530778050422668, 0.31406551599502563, -0.2540993392467499, 0.4828963875770569, -0.8855574727058411, -0.7579264640808105, 0.5762959718704224, -0.5940877199172974, 0.7487034797668457, -0.4751006066799164, -0.5760106444358826, -0.6565763354301453, -0.3392140567302704, 0.6284467577934265, 0.49832215905189514, -0.6717398166656494, 0.19885364174842834, 0.758055567741394, -0.17513509094715118, 0.06180807948112488, -1.2172597646713257, -0.037387434393167496, 0.02926836721599102, -0.2085455358028412, 0.25694987177848816, -0.46541571617126465, 0.160470113158226, -0.08543659001588821, 0.19488218426704407, -0.25836241245269775, -0.1248786449432373, 0.7735587358474731, 0.35791778564453125, -0.17820672690868378, 0.2198178917169571, 0.1449642777442932, -0.7937394380569458, 0.21975278854370117, -0.09997337311506271, 0.3154171109199524, 0.09046830981969833, 0.0068119545467197895, -0.2242724746465683, 0.5745113492012024, -0.15094830095767975, -0.09237395226955414, 0.6780502200126648, 1.0060234069824219, -0.8404393196105957, -0.08566427230834961, -0.4860849678516388, -0.2997020184993744, -0.43698880076408386, 0.13327491283416748, -0.2755432724952698, -0.5776887536048889, 0.5705922842025757, 0.018177667632699013, -0.1793355941772461, 0.6455582976341248, 0.9015003442764282, -0.1962217390537262, 0.3110114336013794, 0.6007185578346252, -0.06296077370643616, 0.4089003801345825, -0.37286603450775146, -0.276214063167572, -0.7221916913986206, -0.6429043412208557, -0.578355610370636, -0.4052893817424774, -0.6356377601623535, -0.5436915159225464, -0.23529385030269623, 0.2829970717430115, -0.18747644126415253, 0.9329911470413208, -0.650105357170105, 0.4443114995956421, 0.5523162484169006, 0.19877877831459045, -0.2666420340538025, 0.06303903460502625, 0.26861080527305603, 0.39869293570518494, -0.5256826281547546, -0.012068499810993671, 1.3138450384140015, 0.6100383996963501, 0.8287647366523743, 0.42149418592453003, 0.8329635262489319, 0.4440198242664337, 0.4831489324569702, -0.29388752579689026, 0.3629087507724762, -0.002905242843553424, -1.2194099426269531, -0.03479556739330292, -0.2207701951265335, -0.7026395201683044, -0.6234961748123169, -0.2826090157032013, -0.3147723972797394, 0.6889824867248535, 0.4691148102283478, -0.10172920674085617, 0.010412509553134441, -0.908367395401001, 1.0278674364089966, -0.06356482207775116, -0.17635133862495422, -0.3178650438785553, -0.8237453103065491, 0.10882285982370377, 0.1054673120379448, 0.08575081825256348, -0.3008471429347992, -0.02158721722662449, 0.9666019082069397, -0.37868592143058777, 0.8416434526443481, -0.9391241669654846, -0.11306603997945786, 0.4202980399131775, -0.05630330741405487, 0.3659099042415619, 0.5843645930290222, -0.06314690411090851, 0.37389078736305237, 0.2571168541908264, -0.7844275236129761, -0.15080910921096802, 0.7732424139976501, -0.5053101181983948, 0.41596657037734985, -0.3656467795372009, -0.2921127378940582, -0.13194099068641663, 0.26919883489608765, 0.05867229402065277, 0.6801905035972595, -0.5075596570968628, 0.12467548996210098, 0.7769057750701904, 0.3521425127983093, 0.2701777219772339, 0.38306790590286255, -0.31675049662590027, -0.555625855922699, 1.0736199617385864, 0.21554403007030487, -0.28725144267082214, 0.4149817228317261, 0.0740281417965889, -0.35479027032852173, -0.38955989480018616, -0.6488232016563416, 0.32448288798332214, -0.4881548583507538, -0.6036984324455261, -0.326564222574234, -0.18504934012889862, -0.5774596333503723, -0.21010105311870575, -0.14791491627693176, -0.759416937828064, -0.7894306182861328, -0.7366793751716614, 1.056932806968689, 0.5193808674812317, -0.9250284433364868, 0.479885071516037, -0.7009525299072266, 0.7208420634269714, 0.07491835206747055, 1.1807645559310913, -0.24934208393096924, -0.4847939908504486, -0.42940396070480347, -0.09570552408695221, 0.0023606144823133945, -0.7666029334068298, -0.314473032951355, 0.11792730540037155, 0.5754793286323547, 0.3233918845653534, -0.04997776448726654, 0.5117087364196777, -0.10355057567358017, 0.567568302154541, 0.36534667015075684, -0.6000902652740479, 0.47297149896621704, -0.20309627056121826, 0.15648366510868073, 0.9029361605644226, 0.6129928231239319, -0.40991905331611633, 0.32691988348960876, -0.9019957184791565, -0.6540915369987488, 0.7428125739097595, 0.05842231959104538, 0.0715976357460022, 0.23253706097602844, 0.5788499116897583, 0.07127305865287781, 0.31610533595085144, -0.6001257300376892, -1.04230797290802, -0.3036125898361206, -0.3577081561088562, 0.20704850554466248, -0.8138774633407593, -0.29736778140068054, -0.4488067328929901, 0.835422158241272, -0.11924769729375839, 0.6731223464012146, -0.02432149089872837, 0.35223618149757385, -0.24934814870357513, -0.2702013850212097, 0.28424057364463806, 0.30019238591194153, -0.6471498608589172, -0.21520677208900452, -0.08579297363758087, -0.5217017531394958, -0.2659045457839966, 0.8092759847640991, 0.016716545447707176, -0.3817523419857025, 0.49286162853240967, 0.7356826663017273, -0.32088690996170044, -0.054218705743551254, 0.2811693549156189, -0.06100144982337952, -0.42315924167633057, -0.5361178517341614, 0.1566033661365509, 0.40791723132133484, 0.1470218151807785, 0.02431807667016983, -0.12157788127660751, 0.25747424364089966, -0.6404528617858887, 0.6025726795196533, 0.08491036295890808, -0.8197457194328308, -0.4786790609359741, 0.4612227976322174, 0.6388561129570007, -0.4300867021083832, 0.8252658843994141, -0.30798548460006714, -0.22715266048908234, 0.7934240102767944, 0.24870450794696808, 0.6849431395530701, -0.3701864182949066, 0.3946043848991394, 0.5522142648696899, 0.13999877870082855, 0.3749949038028717, 0.9195556640625, -0.5725948214530945, -0.5759993195533752, 0.18602828681468964, -0.32974329590797424, -0.2832127809524536, -0.4925062358379364, -1.0476890802383423, 0.3243548274040222, -0.77347332239151, -0.2608245015144348, 0.0801653042435646, 0.35955774784088135, -0.8799536824226379, 0.32215413451194763, 0.3903912305831909, 1.4308260679244995, -0.7475124001502991, 1.0000134706497192, 0.7792684435844421, -0.41408810019493103, -0.7746849060058594, -0.48494479060173035, 0.1672658771276474, -0.855846643447876, -0.0955856516957283, 0.1632874757051468, 0.45665740966796875, -0.1856725811958313, -0.8876670002937317, -0.5315415263175964, 1.3157949447631836, 0.036473166197538376, -0.7874440550804138, 0.3496377468109131, -0.07095038145780563, 0.44667571783065796, -0.3263113498687744, 0.4411284625530243, 0.5882298946380615, 0.9713330864906311, 0.40503913164138794, -0.4804801642894745, 0.16647130250930786, -0.4284532964229584, -0.2555760443210602, 0.35841041803359985, -0.8658212423324585, -0.021179448813199997, -0.36563900113105774, -0.034983571618795395, 0.12322379648685455, 0.7537979483604431, 0.09162340313196182, 0.5224863886833191, 0.32628652453422546, 0.5505760908126831, 0.9117990136146545, -0.4360790252685547, 0.7742018103599548, 0.02229664847254753, 0.6468445658683777, 1.190060019493103, -0.3223489820957184, 0.280237078666687, 0.4521406590938568, -0.2586042284965515, 0.4665006697177887, 0.8278982043266296, -0.7516446113586426, 0.4638177156448364, 0.4530789852142334, 0.03963880240917206, -0.1871844232082367, -0.12972305715084076, -0.7740089893341064, -0.03223485127091408, 0.4771590530872345, -0.30290019512176514, 0.14468921720981598, -0.36028745770454407, 0.17748068273067474, -0.2770718038082123, -0.41826125979423523, 0.8809630274772644, 0.11548029631376266, -0.10700437426567078, 0.061621565371751785, 0.054424136877059937, 0.1372518688440323, -0.8053387403488159, -0.4435513913631439, -0.2816500961780548, 0.18062488734722137, -0.7159567475318909, -1.3084267377853394, 0.7757192850112915, -0.2189771682024002, -0.4941766858100891, -0.020965902134776115, 0.5967282652854919, -0.4968070089817047, -0.9041080474853516, 0.4717461168766022, -0.08526284992694855, 0.3298276960849762, 0.07213718444108963, -1.110046625137329, 0.2819897532463074, -0.03860555961728096, -0.07256035506725311, 0.23964598774909973, 0.22628596425056458, 0.1439051330089569, 0.4491821229457855, 0.6384620666503906, 0.02016250230371952, -0.535353422164917, 0.14604239165782928, 0.796691358089447, -0.9129587411880493, -0.30382370948791504, -0.2926049828529358, 0.7218422889709473, -0.3301299810409546, -0.40576741099357605, 0.34544727206230164, 1.0917247533798218, 0.9269251227378845, -0.19197508692741394, 0.5736046433448792, -0.7341428995132446, 0.7732905149459839, -0.2250116467475891, 0.8346734642982483, -0.35066846013069153, -0.27231231331825256, -0.16242529451847076, -0.7479186654090881, -0.5876730680465698, 0.5563931465148926, 0.5529747605323792, 0.11380955576896667, 0.5949254035949707, 1.1676585674285889, -0.05827297270298004, 0.2217104583978653, 0.0010106207337230444, 0.2682948708534241, 0.24985776841640472, 0.4418317675590515, 0.08351434022188187, -0.5577306151390076, 0.16183574497699738, -0.39728084206581116, -0.7255324721336365, -0.0632687658071518, -1.1453065872192383, -0.9700182676315308, -0.6852070689201355, -0.5673654675483704, -0.741433322429657, -0.09879890829324722, 0.8563479781150818, 1.1366212368011475, -1.3009812831878662, -0.3046724498271942, 0.10828416049480438, 0.27067098021507263, -0.030721696093678474, -0.15177859365940094, 0.597987711429596, 0.7111637592315674, -0.345266193151474, -0.20102880895137787, -0.07111341506242752, 0.23164069652557373, -0.20281530916690826, -0.08453795313835144, 0.0018330207094550133, 0.07428712397813797, 0.2570723593235016, 0.5100678205490112, -0.05251843109726906, -0.21152111887931824, -0.5338146686553955, 0.07646342366933823, -0.004589253105223179, 1.0171526670455933, -0.4698850214481354, 0.13778012990951538, 0.6314883232116699, 0.2806735634803772, 0.6977023482322693, 0.2675354778766632, 0.365077942609787, -0.5774549841880798, 0.11759772151708603, -0.2619146704673767, 0.287469744682312, 0.164160817861557, -0.5191332697868347, 0.9412364363670349, 0.5710208415985107, -0.46621471643447876, -0.5648367404937744, 0.057233426719903946, -1.640213966369629, 0.22286821901798248, 0.9299231171607971, 0.0652032271027565, -0.3275183439254761, -0.0815202072262764, -0.5399553179740906, 0.10235714167356491, -1.0038113594055176, 0.12565143406391144, 0.6616327166557312, 0.11233539879322052, -0.17975255846977234, -0.12462720274925232, 0.45946434140205383, -0.37559768557548523, -1.1760281324386597, 0.33544212579727173, 0.5986515283584595, 0.30470478534698486, -0.025053106248378754, 0.7630506753921509, -0.2960556447505951, 0.27399787306785583, 0.39686319231987, 0.44341567158699036, -0.44110623002052307, -0.66021329164505, -0.3424864113330841, -0.009747203439474106, -0.19269831478595734, -0.27463415265083313 ]
result-kand2-sdxl-wuerst-karlo/9e7f6f37
result-kand2-sdxl-wuerst-karlo
2023-09-19T00:24:03Z
526
0
[ "region:us" ]
null
2023-09-19T00:24:02Z
--- dataset_info: features: - name: result dtype: string - name: id dtype: int64 splits: - name: train num_bytes: 152 num_examples: 10 download_size: 1303 dataset_size: 152 configs: - config_name: default data_files: - split: train path: data/train-* --- # Dataset Card for "9e7f6f37" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
[ -0.6889486312866211, -0.12486442923545837, 0.21597795188426971, 0.31067609786987305, -0.23524773120880127, -0.06651509553194046, 0.27817386388778687, -0.2951931953430176, 0.8245512843132019, 0.586915910243988, -0.7381004095077515, -0.6586230993270874, -0.6440625786781311, 0.024479612708091736, -0.2644866704940796, 1.0083012580871582, 0.22302183508872986, 0.07670557498931885, -0.2229102998971939, -0.1553192138671875, -0.3601742386817932, -0.5745609998703003, -0.5425999164581299, -0.5477738976478577, 0.9848114252090454, 0.8857622146606445, 0.5394207835197449, 0.606159508228302, 0.9728690981864929, 0.23382368683815002, 0.01526576280593872, -0.43514955043792725, -0.5331333875656128, -0.2746400535106659, -0.1229809820652008, -0.45154863595962524, -0.9945622086524963, -0.11726965010166168, 0.7494866847991943, 0.6964345574378967, -0.16488239169120789, 0.7226976156234741, -0.2921106815338135, 1.012387752532959, -0.2606162428855896, 0.5502504110336304, -0.15462544560432434, -0.07852397859096527, -0.6316474080085754, 0.18486334383487701, 0.13411885499954224, -0.4247652292251587, -0.26118797063827515, -1.1281743049621582, 0.2935974895954132, 0.20347651839256287, 0.7427145838737488, 0.18539929389953613, 0.09078865498304367, -0.02676207385957241, -0.29854053258895874, 0.04281971976161003, -0.2617952227592468, 0.4056057035923004, 0.8241842985153198, 0.4450042247772217, -0.1877124309539795, -0.4866381287574768, -0.3616688847541809, 0.14492645859718323, -0.026959188282489777, 0.05343930795788765, 0.31301814317703247, 0.01800982654094696, 0.7612733840942383, 0.8468258380889893, -0.5554371476173401, -0.262569785118103, -0.9265402555465698, -0.49422934651374817, 0.880699634552002, -0.06006528437137604, 0.3410828709602356, -0.19394385814666748, -0.08040180057287216, -0.35343360900878906, -0.5262929797172546, -0.15495498478412628, 0.6216961145401001, 0.3273017406463623, -1.1740729808807373, 0.49404507875442505, -0.06846466660499573, 0.28820037841796875, 0.31297850608825684, 0.5368235111236572, 0.8362830281257629, 0.0033384449779987335, -0.2420928180217743, 0.25731927156448364, 0.3198988437652588, 0.4535026550292969, 0.23243239521980286, 0.15371213853359222, -0.07421645522117615, -0.004855481907725334, 0.055979173630476, -1.0963211059570312, -0.7909736633300781, 0.32506048679351807, -0.7903426885604858, -0.32283180952072144, 0.552176296710968, -0.982187032699585, -0.6222816705703735, -0.2325286567211151, 0.06358176469802856, 0.06308040767908096, -0.9157059192657471, -0.06341700255870819, -0.6990921497344971, 0.36923980712890625, 0.2434001863002777, -0.6893185377120972, 0.2201359122991562, 0.6843557357788086, 0.3078541159629822, 0.30121636390686035, -0.15427061915397644, -0.6680895090103149, 0.17359790205955505, -0.20529073476791382, 0.83188396692276, -0.7719600200653076, -0.5025365352630615, 0.08228789269924164, 0.540196418762207, 0.03592304512858391, -0.4412307143211365, 0.9551376700401306, -0.3220798373222351, -0.049641743302345276, -0.8315466642379761, -0.5917177200317383, -0.28095611929893494, 0.2728250026702881, -1.448584794998169, 1.2143712043762207, 0.36490723490715027, -0.6248143911361694, 0.26719510555267334, -1.282512903213501, -0.26355642080307007, 0.7496650218963623, -0.19965702295303345, -0.4185096025466919, 0.36868569254875183, -0.14189483225345612, 0.5641255974769592, -0.19268743693828583, 0.369314968585968, -0.9380159974098206, -0.2566133141517639, -0.08816308528184891, 0.1969287097454071, 0.7130261659622192, 0.26395493745803833, 0.3126569986343384, -0.018894243985414505, -1.0537214279174805, -0.2968730032444, 0.3946474492549896, -0.1100757047533989, -0.215393528342247, -0.5724111795425415, 0.586108922958374, -0.09948332607746124, 0.246379554271698, -0.5032712817192078, 0.2204362452030182, -0.055795565247535706, -0.23090040683746338, 0.6900535821914673, 0.10150080919265747, 0.4171421229839325, -0.5731351375579834, 0.6264824867248535, 0.09629876911640167, 0.3080003559589386, 0.020504841580986977, -0.5245543122291565, -0.517728328704834, 0.14064030349254608, 0.6437931060791016, 0.5330634117126465, -0.7029809951782227, 0.7041839361190796, 0.10665526986122131, -0.6970392465591431, -0.10505197197198868, 0.011813541874289513, 0.17900711297988892, 0.2790115177631378, 0.29096055030822754, -0.5392404794692993, -0.6436259746551514, -0.8222997188568115, 0.29711419343948364, -0.01202116347849369, 0.11757645010948181, 0.3323022723197937, 0.8261010050773621, -0.20862732827663422, 0.13404451310634613, -0.6948644518852234, -0.2904978394508362, -0.0651325210928917, -0.4814791977405548, 0.3569624423980713, 0.9005990624427795, 1.1972033977508545, -0.8306441307067871, -0.24027495086193085, -0.4975895881652832, -0.525053083896637, -0.01939704455435276, 0.18977302312850952, -0.7051113247871399, -0.22063226997852325, 0.12165430188179016, -0.22954122722148895, 0.693755567073822, 0.8087489604949951, -0.804679274559021, -0.11863668262958527, 0.14358243346214294, 0.3639833331108093, -1.3926209211349487, 0.4029809832572937, 0.06915590912103653, -0.16564810276031494, -0.44398850202560425, 0.06912336498498917, 0.15082690119743347, -0.1885654479265213, -0.20598985254764557, 0.5879119634628296, -0.6471633315086365, 0.04053697735071182, 0.04032055661082268, -0.19878408312797546, -0.12278595566749573, 0.3010352849960327, 0.021405106410384178, 0.2630223035812378, 0.9199644327163696, -0.24351690709590912, 0.7858221530914307, 0.5819373726844788, 0.0648362934589386, 0.887667179107666, -0.5519390106201172, 0.1997152715921402, -0.21645750105381012, 0.3556433320045471, -0.6099135875701904, -0.8859617710113525, 0.5897241830825806, -0.38675034046173096, 0.4803091585636139, -0.5783007740974426, -0.3666815161705017, -0.7329883575439453, -0.4323417544364929, 0.8290400505065918, 0.4537152051925659, -0.7078213095664978, 0.5652405619621277, 0.7824008464813232, 0.09097738564014435, -0.0826449766755104, -0.8385908007621765, -0.1651696264743805, -0.39165833592414856, -0.3446959853172302, 0.44199204444885254, -0.5211310386657715, 0.16715556383132935, -0.2831389904022217, 0.19606496393680573, -0.18625730276107788, -0.21372254192829132, 0.6679480075836182, 0.2514016330242157, -0.25773680210113525, 0.24775204062461853, -0.0518655888736248, -0.5625562071800232, 0.3100949823856354, 0.08214734494686127, 0.2626594305038452, 0.01344769075512886, -0.14844465255737305, -0.24768079817295074, 0.6942719221115112, 0.33399760723114014, -0.05091935396194458, 0.41236597299575806, 0.974539041519165, -1.1507447957992554, -0.12939542531967163, -0.6141300201416016, -0.19138887524604797, -0.48280566930770874, 0.05873947590589523, -0.45584845542907715, -0.7427995204925537, 0.8978379964828491, 0.03892684727907181, -0.1616199016571045, 0.9338270425796509, 0.7167255282402039, 0.28483033180236816, 0.4514414966106415, 0.7040492296218872, -0.16629642248153687, 0.5234228372573853, -0.22889690101146698, -0.31649401783943176, -0.5941822528839111, -0.4842384457588196, -0.5514136552810669, -0.5003155469894409, -0.6409950852394104, -0.3511310815811157, -0.17338041961193085, 0.06965923309326172, -0.256344199180603, 0.5916531085968018, -0.8380790948867798, 0.6338740587234497, 0.5756969451904297, 0.36464670300483704, -0.19251444935798645, -0.014503262005746365, 0.17892825603485107, 0.3466079831123352, -0.6747653484344482, -0.03125687688589096, 1.1854808330535889, 0.5584810972213745, 0.8715721964836121, 0.3689071834087372, 0.926816463470459, 0.4601919949054718, 0.4377104640007019, -0.3030437231063843, 0.30689555406570435, -0.027936847880482674, -0.8441190719604492, -0.10708678513765335, -0.15640053153038025, -0.6884787082672119, -0.5734418630599976, -0.3342032730579376, -0.3393489718437195, 0.520911455154419, 0.5644036531448364, -0.06718400120735168, 0.1428755223751068, -0.9277200698852539, 1.1512813568115234, 0.046524226665496826, -0.008091725409030914, -0.1547366976737976, -0.6221662759780884, 0.18809302151203156, 0.18593072891235352, 0.17471067607402802, -0.5053756237030029, 0.20164430141448975, 1.2247169017791748, -0.4132518768310547, 0.97942054271698, -0.769837498664856, -0.001165059395134449, 0.22406865656375885, -0.34158042073249817, 0.2250787615776062, 0.5247995853424072, -0.1524716317653656, 0.06992104649543762, 0.3132484555244446, -0.6254859566688538, -0.22210538387298584, 0.9408390522003174, -0.6428062915802002, 0.07597852498292923, -0.4943820834159851, -0.3278777003288269, -0.04087737947702408, 0.31707215309143066, 0.2393883317708969, 0.8069934844970703, -0.3590613007545471, 0.19663932919502258, 0.7079381346702576, 0.3291540741920471, 0.519314706325531, 0.05478593334555626, -0.3475150465965271, -0.5674363970756531, 0.9863653182983398, 0.24472108483314514, -0.44262009859085083, 0.4020107388496399, 0.4074639081954956, -0.4303795099258423, -0.34273236989974976, -0.6705203056335449, 0.3041705787181854, -0.5938336849212646, -0.690128743648529, -0.1180058941245079, -0.21456767618656158, -0.45868173241615295, -0.23812103271484375, -0.2810956835746765, -0.697306752204895, -0.6242491006851196, -0.6889585256576538, 1.2519738674163818, 0.7880661487579346, -0.6374402642250061, 0.34617024660110474, -0.9914122819900513, 0.5465390682220459, -0.23225250840187073, 1.1184947490692139, -0.22751837968826294, -0.5535523891448975, -0.2797096371650696, -0.23239819705486298, 0.10267458856105804, -0.8764526844024658, -0.2537086606025696, 0.2755433917045593, 0.7998942732810974, 0.1429479569196701, 0.15031997859477997, 0.40389227867126465, -0.10864876210689545, 0.5454319715499878, 0.3167150020599365, -0.6529251337051392, 0.5432378649711609, -0.4212528467178345, 0.462257981300354, 0.8226937651634216, 0.5093192458152771, -0.35045647621154785, 0.2507326006889343, -1.1485092639923096, -0.550202488899231, 0.5399694442749023, 0.040642254054546356, 0.1352776288986206, 0.2876279056072235, 0.5784009695053101, 0.02130960300564766, 0.20293936133384705, -0.5599418878555298, -0.8183911442756653, -0.22447258234024048, -0.6667933464050293, 0.3054477870464325, -0.4610093832015991, -0.3067138195037842, -0.5417867302894592, 0.7389836311340332, -0.18294502794742584, 0.4650208652019501, 0.06841637194156647, 0.1727798581123352, -0.2475881278514862, -0.19654835760593414, 0.48523426055908203, 0.4351477026939392, -0.3275967836380005, -0.21214225888252258, -0.13673335313796997, -0.6926555633544922, -0.36689889430999756, 0.8903848528862, 0.08910845220088959, -0.34556469321250916, 0.48782068490982056, 0.6555396318435669, -0.23298682272434235, -0.055714234709739685, 0.36436277627944946, -0.12054537236690521, -0.5213055610656738, -0.509023904800415, 0.21514026820659637, 0.1937800496816635, 0.14330023527145386, 0.08731193840503693, -0.1897103488445282, 0.3821658790111542, -0.2230709195137024, 0.5989390015602112, -0.12556397914886475, -0.7541512846946716, -0.5660080909729004, 0.49236828088760376, 0.7520577311515808, -0.4709739089012146, 0.688248872756958, -0.0971817746758461, -0.44985106587409973, 0.8656079769134521, 0.2758915424346924, 0.7772654294967651, -0.4891468286514282, 0.35303977131843567, 0.6422491073608398, 0.19787722826004028, 0.13341833651065826, 0.9733432531356812, -0.16079850494861603, -0.6992920637130737, -0.03189453110098839, -0.43152230978012085, -0.25886791944503784, -0.034837521612644196, -1.069751262664795, 0.2069133222103119, -0.7808166742324829, -0.1817726194858551, 0.15894955396652222, 0.105696901679039, -0.9880359768867493, 0.3692471981048584, 0.36499691009521484, 1.3903493881225586, -0.9064382314682007, 0.6774158477783203, 0.9863713383674622, -0.4088048040866852, -0.9604858160018921, -0.4461921453475952, 0.1618349552154541, -0.892607569694519, -0.3795877695083618, 0.3084407150745392, 0.5275233387947083, -0.2509768605232239, -0.7969987392425537, -0.7534480094909668, 1.0235660076141357, 0.2689123749732971, -0.9116620421409607, 0.4051438570022583, -0.08322080969810486, 0.20107848942279816, -0.3753877878189087, 0.20280621945858002, 0.5343765020370483, 0.9357972145080566, 0.3104385733604431, -0.644371509552002, 0.2599658668041229, -0.7282574772834778, -0.2582401931285858, 0.48818960785865784, -0.8106818199157715, -0.16975894570350647, -0.051547903567552567, 0.2512446641921997, -0.12502700090408325, 0.7550348043441772, 0.03755420818924904, 0.26127132773399353, 0.4926067590713501, 0.5409249663352966, 0.9210613965988159, -0.4146440625190735, 0.799221396446228, -0.21189314126968384, 0.58481764793396, 1.0190218687057495, -0.16592785716056824, 0.3016713261604309, 0.5265053510665894, 0.06583679467439651, 0.1252317875623703, 0.7761133909225464, -0.5462266206741333, 0.2798269987106323, 0.35204702615737915, -0.04138322174549103, -0.39298534393310547, -0.13013231754302979, -0.9227409362792969, 0.00813152827322483, 0.5442754030227661, -0.564193069934845, 0.010517657734453678, -0.038920409977436066, 0.16813844442367554, -0.014492623507976532, -0.5493512153625488, 0.6616193056106567, 0.07386262714862823, -0.19451847672462463, -0.10066668689250946, -0.17618444561958313, 0.11231163144111633, -0.4761158227920532, -0.4981999695301056, -0.09862776100635529, 0.2717624008655548, -0.5770235657691956, -1.1668648719787598, 0.7807063460350037, -0.38758736848831177, -0.5041266083717346, -0.10647526383399963, 0.748204231262207, -0.43264830112457275, -1.2040855884552002, 0.3751102685928345, 0.12334901839494705, 0.054656967520713806, -0.020834146067500114, -1.3723810911178589, 0.6240276098251343, 0.022990401834249496, -0.2877829074859619, 0.1635955274105072, 0.13110843300819397, 0.0343552827835083, 0.3495643138885498, 0.5095688104629517, -0.2621789574623108, -0.3930037021636963, 0.464249849319458, 0.8941699266433716, -0.7920281887054443, -0.5623593330383301, -0.4230499267578125, 0.7470753192901611, -0.3859485983848572, -0.7105812430381775, 0.3027366101741791, 1.0547244548797607, 0.9411600232124329, -0.24353162944316864, 0.6938369870185852, -0.49846819043159485, 0.732142448425293, -0.40929532051086426, 0.707210898399353, -0.29447370767593384, -0.22054247558116913, -0.22777381539344788, -0.7707127928733826, -0.7967039942741394, 0.7588173151016235, 0.25039029121398926, 0.19013658165931702, 0.5118067264556885, 1.0806293487548828, -0.22249960899353027, 0.3889664113521576, 0.21744544804096222, 0.10960116237401962, 0.2597276568412781, 0.4410015344619751, 0.32311728596687317, -0.6844440698623657, 0.07444626092910767, -0.3817081153392792, -0.5134423971176147, 0.11390604823827744, -1.1554211378097534, -1.0566664934158325, -0.7151269316673279, -0.646915078163147, -0.6015709042549133, -0.05883926898241043, 1.0839905738830566, 0.9216898679733276, -1.0509052276611328, -0.17571350932121277, 0.14713206887245178, 0.3526507616043091, 0.1539771854877472, -0.13775530457496643, 0.6018394231796265, 0.6722016334533691, -0.4817603528499603, -0.21406322717666626, -0.002035195007920265, 0.28072869777679443, -0.06465255469083786, -0.00083894282579422, 0.022527601569890976, -0.14487767219543457, 0.18457239866256714, 0.5184186697006226, -0.1888948678970337, -0.5031341910362244, -0.48971420526504517, 0.22512944042682648, 0.23456232249736786, 0.9257616996765137, -0.27450934052467346, -0.06365034729242325, 0.6840782165527344, 0.5130172371864319, 0.591863751411438, 0.10413888096809387, 0.6498534679412842, -0.47165149450302124, 0.19351929426193237, -0.10707448422908783, 0.5296762585639954, 0.3494420647621155, -0.5996009707450867, 0.8452533483505249, 0.4820350706577301, -0.44618046283721924, -0.49703726172447205, -0.03531569242477417, -1.476806640625, 0.5223510265350342, 0.8977449536323547, 0.1840774267911911, -0.5167474150657654, -0.03964903578162193, -0.4742794632911682, -0.03620840981602669, -1.0443358421325684, 0.13551375269889832, 0.595589816570282, 0.1429431140422821, -0.31673264503479004, -0.07315322756767273, 0.7125160098075867, -0.3156050145626068, -1.1551992893218994, 0.08377110958099365, 0.516450047492981, 0.13771489262580872, 0.11182501912117004, 0.7738721370697021, -0.15140418708324432, 0.34708794951438904, 0.2362186312675476, 0.17138901352882385, -0.21697506308555603, -0.5961832404136658, -0.23327112197875977, 0.1239747479557991, -0.15784312784671783, -0.3793477714061737 ]
result-kand2-sdxl-wuerst-karlo/4b9958b5
result-kand2-sdxl-wuerst-karlo
2023-09-19T02:29:31Z
526
0
[ "region:us" ]
null
2023-09-19T02:29:31Z
--- dataset_info: features: - name: result dtype: string - name: id dtype: int64 splits: - name: train num_bytes: 167 num_examples: 10 download_size: 1331 dataset_size: 167 configs: - config_name: default data_files: - split: train path: data/train-* --- # Dataset Card for "4b9958b5" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
[ -0.5632985234260559, -0.07813867926597595, 0.2721269726753235, 0.48483729362487793, -0.22425991296768188, 0.0043165720999240875, 0.4328766465187073, -0.25317054986953735, 0.813431978225708, 0.485437273979187, -0.8025937080383301, -0.6561557650566101, -0.45686954259872437, 0.04418852925300598, -0.12967918813228607, 1.2404811382293701, 0.19675564765930176, 0.09995508193969727, -0.3205687701702118, -0.08421345800161362, -0.6032110452651978, -0.6963452100753784, -0.4744933247566223, -0.4710642099380493, 0.9869526028633118, 0.7761530876159668, 0.5212751626968384, 0.5059638023376465, 0.9858839511871338, 0.23146192729473114, 0.0021789297461509705, -0.3294880986213684, -0.561223030090332, -0.16834494471549988, -0.15542080998420715, -0.5103111267089844, -1.2457194328308105, 0.13620847463607788, 0.6994354724884033, 0.708263099193573, -0.24951814115047455, 0.868127703666687, -0.39027711749076843, 0.8684896230697632, -0.2964996099472046, 0.6054644584655762, -0.12190702557563782, -0.11416766792535782, -0.8245147466659546, -0.08867545425891876, 0.12083964049816132, -0.6791321039199829, -0.3627440333366394, -0.9339050650596619, 0.2576233744621277, 0.23784276843070984, 0.8963844776153564, 0.177982896566391, 0.09744520485401154, -0.07174500077962875, -0.3085867166519165, 0.06902589648962021, -0.3389776647090912, 0.37140321731567383, 0.8844524621963501, 0.3434666097164154, -0.053272686898708344, -0.7631584405899048, -0.42713573575019836, 0.26692819595336914, 0.08242295682430267, 0.21417182683944702, 0.02881031110882759, -0.03051586262881756, 0.8008278012275696, 0.7546128034591675, -0.5169031620025635, -0.2685263752937317, -0.9372029304504395, -0.5949416160583496, 0.768937349319458, 0.17581534385681152, 0.05148060619831085, -0.2808278501033783, -0.1648164987564087, -0.1572866290807724, -0.6394088268280029, 0.015170948579907417, 0.691251814365387, 0.11925053596496582, -1.0986053943634033, 0.33029770851135254, -0.11469153314828873, 0.4458093047142029, 0.3553968667984009, 0.5989111065864563, 0.9298620820045471, -0.36416032910346985, -0.2279367446899414, 0.12071117013692856, 0.21305173635482788, 0.46886712312698364, -0.030120741575956345, 0.09885957837104797, 0.06573066860437393, -0.08878836035728455, 0.14542372524738312, -1.3332960605621338, -0.9972363710403442, 0.39576131105422974, -0.8543044924736023, -0.3607926666736603, 0.34983354806900024, -0.8574823141098022, -0.5260583162307739, -0.2029086798429489, 0.13168583810329437, 0.11869525164365768, -0.7063822746276855, -0.20341703295707703, -0.7145035862922668, 0.41600626707077026, 0.20428109169006348, -0.8454121351242065, 0.16630010306835175, 0.7013534307479858, 0.4198867380619049, 0.37858903408050537, -0.10374939441680908, -0.6190180778503418, 0.3032057285308838, -0.30710533261299133, 0.8049073219299316, -0.6508566737174988, -0.3145773410797119, -0.22089938819408417, 0.4738714098930359, 0.346790075302124, -0.3897019028663635, 0.8906762003898621, -0.4580763280391693, -0.10090664774179459, -0.8398148417472839, -0.4944750666618347, -0.35116255283355713, 0.35671183466911316, -1.3051753044128418, 1.106471061706543, 0.3656920790672302, -0.6785895824432373, 0.2850109040737152, -1.1613099575042725, -0.11425164341926575, 0.9040569067001343, -0.08341886848211288, -0.44799262285232544, 0.3046460449695587, -0.26032793521881104, 0.6312779784202576, -0.11677677184343338, 0.30149543285369873, -0.9212759733200073, -0.26399993896484375, 0.04561285302042961, 0.13069912791252136, 0.942961573600769, 0.2634742259979248, 0.4592916667461395, 0.08690258115530014, -0.9193147420883179, -0.027711940929293633, 0.24953347444534302, -0.14048448204994202, -0.1860266625881195, -0.7414394617080688, 0.2528640329837799, -0.0811246931552887, 0.5883982181549072, -0.552056074142456, 0.2900727093219757, 0.018802421167492867, -0.14524662494659424, 0.7543177008628845, 0.11104927957057953, 0.33614876866340637, -0.43138960003852844, 0.7647059559822083, 0.03770332410931587, 0.3729088306427002, -0.0818234384059906, -0.6242621541023254, -0.45727136731147766, 0.04957987368106842, 0.8260920643806458, 0.48280924558639526, -0.5726267099380493, 0.5997812151908875, 0.1566033959388733, -0.7433351278305054, -0.2762765884399414, 0.026188213378190994, 0.16825923323631287, 0.2715832591056824, 0.3538849651813507, -0.7203210592269897, -0.8764168620109558, -0.7278954982757568, 0.533958911895752, 0.03749219328165054, 0.11846238374710083, 0.28210344910621643, 0.7131693363189697, -0.34760481119155884, 0.3509454131126404, -0.7899279594421387, -0.1917390525341034, -0.03235809504985809, -0.3665560483932495, 0.4474608898162842, 0.6830347776412964, 1.0809975862503052, -0.680065393447876, -0.19299152493476868, -0.5682461261749268, -0.560631275177002, -0.1164921224117279, 0.31170007586479187, -0.7773585319519043, -0.09432126581668854, 0.14746034145355225, -0.3242054581642151, 0.781409502029419, 1.104341745376587, -0.6570286750793457, 0.03324383124709129, -0.01679927483201027, 0.12971189618110657, -1.4421353340148926, 0.49426689743995667, -0.19590777158737183, -0.19356119632720947, -0.4447034001350403, 0.01668807864189148, 0.35996437072753906, -0.13105455040931702, 0.06164274364709854, 0.47982901334762573, -0.612812876701355, -0.06690540909767151, -0.01680893264710903, -0.17190620303153992, -0.05689561367034912, 0.285459041595459, -0.05493675172328949, 0.1234220415353775, 0.8813326954841614, -0.22332778573036194, 1.0883647203445435, 0.7346197366714478, 0.17825061082839966, 0.903937578201294, -0.5855010747909546, 0.23714226484298706, -0.12534572184085846, 0.6493091583251953, -0.7781569361686707, -0.7656692862510681, 0.5987520217895508, -0.4322795867919922, 0.4622220993041992, -0.5734212398529053, -0.35711193084716797, -0.8417329788208008, -0.4449094533920288, 0.8845794200897217, 0.4127427339553833, -0.665825605392456, 0.40413498878479004, 0.7120646238327026, -0.1885831356048584, -0.10722300410270691, -0.8712260723114014, 0.09910457581281662, -0.29407185316085815, -0.2764783501625061, 0.5202151536941528, -0.5989589691162109, 0.2815261781215668, -0.22666773200035095, 0.2373443990945816, -0.1446159929037094, -0.20385277271270752, 0.8071531057357788, 0.32703787088394165, -0.12558645009994507, 0.13615548610687256, -0.14192083477973938, -0.6970791220664978, 0.31863880157470703, 0.18686127662658691, 0.38153570890426636, 0.049431875348091125, 0.08640116453170776, -0.4152848720550537, 0.462399959564209, 0.08106040209531784, -0.2372456043958664, 0.3017759621143341, 0.9048725366592407, -0.8318808078765869, -0.13607263565063477, -0.4949612319469452, -0.19902454316616058, -0.5108935832977295, 0.03825496882200241, -0.400942325592041, -0.5567068457603455, 0.7175052165985107, -0.06641131639480591, -0.22692149877548218, 0.6419593095779419, 0.8891792297363281, 0.041375547647476196, 0.3855615556240082, 0.6382424831390381, -0.20013529062271118, 0.3296605348587036, -0.3307788372039795, -0.14896996319293976, -0.7491891384124756, -0.586249589920044, -0.4729214608669281, -0.5985751152038574, -0.7652441263198853, -0.4490567445755005, -0.16165129840373993, -0.04937063902616501, -0.2375238835811615, 0.5594865083694458, -0.6173087954521179, 0.4713381826877594, 0.6567571759223938, 0.27718472480773926, -0.2012048065662384, -0.21474535763263702, 0.3433327078819275, 0.3159668445587158, -0.5830467939376831, 0.014863798394799232, 1.270724892616272, 0.5833725929260254, 0.8790647983551025, 0.4955430328845978, 0.9251264333724976, 0.34529179334640503, 0.38374409079551697, -0.2640647292137146, 0.33586180210113525, 0.1271001696586609, -0.9630451202392578, -0.020464610308408737, -0.2735154628753662, -0.9328739643096924, -0.5605199337005615, -0.2553638815879822, -0.08838461339473724, 0.4468328058719635, 0.6049707531929016, -0.20350828766822815, 0.04088838770985603, -0.848159909248352, 1.1239737272262573, -0.05730036646127701, -0.0236370749771595, -0.22278159856796265, -0.7975660562515259, 0.22041478753089905, 0.048203859478235245, 0.09282936155796051, -0.3440394401550293, 0.10346364229917526, 1.0010141134262085, -0.41515475511550903, 0.9786866903305054, -0.8294097781181335, 0.03332671895623207, -0.007227730937302113, -0.23115421831607819, 0.1659516543149948, 0.38019028306007385, -0.1806703805923462, 0.3457028269767761, 0.2184326946735382, -0.6597694158554077, -0.19065651297569275, 0.7660453915596008, -0.5267984867095947, 0.19320374727249146, -0.5236502885818481, -0.5319315791130066, -0.05337107181549072, 0.2595598101615906, 0.12182586640119553, 0.871903657913208, -0.17608243227005005, 0.19027450680732727, 0.4711342751979828, 0.2993707060813904, 0.5808025002479553, 0.18879729509353638, -0.2591734230518341, -0.5725289583206177, 1.008948564529419, 0.21541883051395416, -0.4164673686027527, 0.15483850240707397, 0.3293364942073822, -0.40213388204574585, -0.5161519646644592, -0.6988876461982727, 0.3482598066329956, -0.4153115749359131, -0.8931663036346436, -0.10424934327602386, -0.26583126187324524, -0.39161840081214905, -0.17440757155418396, -0.11154773086309433, -0.7386459708213806, -0.5094354152679443, -0.7395929098129272, 1.2014554738998413, 0.8105753064155579, -0.7548518776893616, 0.33353930711746216, -0.89650958776474, 0.5067424774169922, -0.15631045401096344, 1.1180816888809204, -0.12965930998325348, -0.630496621131897, -0.44172006845474243, -0.1858045756816864, -0.21645188331604004, -0.8254948854446411, -0.14502370357513428, 0.15041586756706238, 0.7251155376434326, 0.23526766896247864, 0.058010123670101166, 0.6779220104217529, -0.2487611472606659, 0.5648549199104309, 0.24791209399700165, -0.7250543236732483, 0.505260705947876, -0.32872170209884644, 0.36054134368896484, 0.7566250562667847, 0.7609328031539917, -0.291443794965744, 0.22351789474487305, -1.1787519454956055, -0.5807086229324341, 0.6561467051506042, 0.03971494361758232, 0.2356855571269989, 0.3882456421852112, 0.6078689098358154, -0.00016565341502428055, 0.3181028664112091, -0.7202325463294983, -0.8263965845108032, -0.3107972741127014, -0.5412623286247253, 0.2981315553188324, -0.5632013082504272, -0.23497998714447021, -0.5162880420684814, 0.6345919370651245, -0.048404939472675323, 0.44178587198257446, -0.25125473737716675, 0.3697023391723633, -0.18601036071777344, -0.33694761991500854, 0.4070993661880493, 0.5068866610527039, -0.5934942960739136, -0.1376621127128601, -0.13595975935459137, -0.6825931072235107, -0.4342275857925415, 0.8746205568313599, 0.07137951254844666, -0.433755099773407, 0.4919840097427368, 0.6883823275566101, -0.20292362570762634, 0.127093106508255, 0.4504970908164978, -0.07460284233093262, -0.41626444458961487, -0.49457719922065735, 0.05811076983809471, 0.288932204246521, 0.22427824139595032, 0.034322045743465424, -0.12926578521728516, 0.40217748284339905, -0.431322306394577, 0.5223871469497681, 0.010739970952272415, -0.5176675915718079, -0.7547710537910461, 0.4683186113834381, 0.8064559698104858, -0.37734490633010864, 0.7288472652435303, -0.22495365142822266, -0.5101851224899292, 0.6607319116592407, 0.38984987139701843, 0.5682956576347351, -0.5824060440063477, 0.2946721017360687, 0.6410354971885681, 0.0558413602411747, 0.3268401622772217, 0.9949978590011597, -0.3221629858016968, -0.6631419658660889, -0.06787111610174179, -0.3765278458595276, -0.48115602135658264, -0.18243664503097534, -1.0405726432800293, 0.224389910697937, -0.8061022758483887, -0.240693598985672, 0.25690957903862, 0.29507362842559814, -0.8650651574134827, 0.31782054901123047, 0.46715545654296875, 1.2158167362213135, -0.7982972860336304, 0.7848047018051147, 0.8089807033538818, -0.562738835811615, -0.9547972083091736, -0.3461689352989197, 0.04721197485923767, -0.9319448471069336, 0.05712762847542763, 0.27290573716163635, 0.4886886477470398, -0.1134086474776268, -0.8851754665374756, -0.8374273777008057, 1.1571191549301147, 0.1935252845287323, -0.6301064491271973, 0.33087193965911865, -0.2459259033203125, 0.2826767563819885, -0.1831594854593277, 0.32436513900756836, 0.4716799855232239, 0.9363400936126709, 0.32971447706222534, -0.7079025506973267, 0.2795657813549042, -0.5502008199691772, -0.36498749256134033, 0.48498526215553284, -0.8950485587120056, 0.07389283180236816, -0.10627704113721848, 0.3108026385307312, 0.010305945761501789, 0.6586610078811646, 0.18931502103805542, 0.47763824462890625, 0.27852654457092285, 0.6984803080558777, 1.0947458744049072, -0.3625657558441162, 0.8840452432632446, -0.036958612501621246, 0.4698622524738312, 1.0406436920166016, -0.31262314319610596, 0.3518507778644562, 0.329174280166626, -0.07894806563854218, 0.4982573986053467, 0.7456450462341309, -0.6534698009490967, 0.3727250099182129, 0.3603805899620056, 0.0011461321264505386, -0.2382606863975525, 0.026736069470643997, -0.8474008440971375, 0.2488478273153305, 0.49076956510543823, -0.3741251826286316, 0.017676401883363724, -0.2522429823875427, 0.24529704451560974, -0.26551949977874756, -0.576501727104187, 0.6675558090209961, -0.017013896256685257, -0.10149446129798889, -0.03445690497756004, -0.07687628269195557, 0.1307441145181656, -0.6472731828689575, -0.48855239152908325, -0.29657870531082153, 0.23735588788986206, -0.728787899017334, -1.1484375, 0.6567351222038269, -0.29017436504364014, -0.49404746294021606, -0.22234907746315002, 0.48757702112197876, -0.3844420313835144, -1.006354808807373, 0.237095907330513, -0.04455588757991791, 0.2987232208251953, 0.14779046177864075, -1.269378662109375, 0.5526204705238342, 0.06449864059686661, -0.06829191744327545, 0.13173037767410278, 0.31667354702949524, -0.08358213305473328, 0.4550744295120239, 0.6968998908996582, 0.002018280327320099, -0.33157891035079956, 0.2669975161552429, 0.8839967250823975, -0.9738506078720093, -0.5082921981811523, -0.4946977496147156, 0.6683183908462524, -0.41520529985427856, -0.6286307573318481, 0.6266875267028809, 1.1053204536437988, 0.8623700141906738, -0.06355760991573334, 0.5877472162246704, -0.4737226366996765, 0.8112026453018188, -0.2892080843448639, 0.6192874908447266, -0.23318472504615784, -0.24786290526390076, -0.24266013503074646, -0.6968221664428711, -0.7823243737220764, 0.6763795614242554, 0.28725308179855347, 0.2244473695755005, 0.5101556777954102, 1.0602786540985107, -0.1874958872795105, 0.34537988901138306, 0.17665453255176544, 0.2899080812931061, 0.27337074279785156, 0.35991019010543823, 0.377324640750885, -0.5301730036735535, 0.1299123764038086, -0.3304704427719116, -0.6311076879501343, 0.02091706357896328, -1.232630968093872, -0.9074863195419312, -0.6451535224914551, -0.5055315494537354, -0.5369458198547363, -0.16962531208992004, 0.8516792058944702, 1.0966246128082275, -0.984397828578949, -0.1938582956790924, 0.32735294103622437, 0.21952639520168304, 0.24413147568702698, -0.09137412905693054, 0.6479224562644958, 0.5878960490226746, -0.45151597261428833, -0.18365803360939026, 0.027510885149240494, 0.09874170273542404, -0.10895437002182007, 0.0006471499800682068, 0.08845870196819305, -0.07851900160312653, 0.28472501039505005, 0.4052296280860901, -0.14507026970386505, -0.2948106527328491, -0.6031856536865234, 0.24088674783706665, 0.0638665109872818, 0.8417433500289917, -0.4502681493759155, 0.06374646723270416, 0.6089464426040649, 0.44378459453582764, 0.7126983404159546, 0.37148821353912354, 0.6305899620056152, -0.6440577507019043, 0.2232213318347931, -0.1209573745727539, 0.4012511968612671, 0.32954949140548706, -0.4624274969100952, 0.9065766334533691, 0.4347756505012512, -0.6669785976409912, -0.5658868551254272, 0.026251615956425667, -1.6025164127349854, 0.488991916179657, 0.8369934558868408, 0.07662764191627502, -0.3216634690761566, -0.14034757018089294, -0.5011918544769287, -0.0822121724486351, -0.9293083548545837, 0.13842938840389252, 0.4970226287841797, -0.08209892362356186, -0.23917360603809357, -0.15213826298713684, 0.6792982816696167, -0.3470417261123657, -1.1540950536727905, 0.1369365006685257, 0.6862414479255676, 0.20443207025527954, 0.05487217754125595, 0.720245361328125, -0.13256588578224182, 0.35259437561035156, 0.09232838451862335, 0.4918808937072754, -0.31822311878204346, -0.5128728151321411, -0.3310171365737915, 0.048240140080451965, -0.20219653844833374, -0.4784325659275055 ]
result-kand2-sdxl-wuerst-karlo/df2d5286
result-kand2-sdxl-wuerst-karlo
2023-09-20T21:15:39Z
526
0
[ "region:us" ]
null
2023-09-20T21:15:37Z
--- dataset_info: features: - name: result dtype: string - name: id dtype: int64 splits: - name: train num_bytes: 215 num_examples: 10 download_size: 1374 dataset_size: 215 configs: - config_name: default data_files: - split: train path: data/train-* --- # Dataset Card for "df2d5286" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
[ -0.5034963488578796, -0.1067727655172348, 0.21894416213035583, 0.4390770196914673, -0.2559916079044342, 0.021043501794338226, 0.5572601556777954, -0.22255921363830566, 0.6656070947647095, 0.5384820103645325, -0.822396993637085, -0.6005275845527649, -0.6740998029708862, -0.13194891810417175, -0.2148476094007492, 1.1672227382659912, 0.0022567010018974543, 0.05615847185254097, -0.593153715133667, -0.05248072370886803, -0.42136454582214355, -0.26721206307411194, -0.4929109811782837, -0.7109537720680237, 0.7921327948570251, 0.7613323330879211, 0.5668356418609619, 0.6553217768669128, 0.8961924910545349, 0.16260851919651031, -0.047633036971092224, -0.20149758458137512, -0.5153523683547974, -0.14722539484500885, -0.18208403885364532, -0.6221808791160583, -1.061081051826477, -0.060256656259298325, 0.6136580109596252, 0.6151086091995239, -0.20158764719963074, 0.7505330443382263, -0.25291699171066284, 1.0733411312103271, -0.28880774974823, 0.6739996075630188, -0.00562495831400156, 0.14784909784793854, -0.6406391263008118, 0.0211744736880064, 0.19562627375125885, -0.47963738441467285, -0.2565513253211975, -1.0752671957015991, 0.12142805010080338, 0.0029740447644144297, 0.5998705625534058, 0.5883826613426208, -0.0960308089852333, -0.16024471819400787, -0.4449295401573181, 0.04720079153776169, -0.03050766885280609, 0.11370447278022766, 0.961174726486206, 0.3981875479221344, -0.13376909494400024, -0.5781315565109253, -0.45836690068244934, 0.3143708407878876, 0.021300051361322403, 0.14006420969963074, 0.05184295400977135, -0.043060220777988434, 0.6352092623710632, 0.674032986164093, -0.5681060552597046, -0.010076598264276981, -0.6994830965995789, -0.33239951729774475, 0.8325379490852356, 0.22424015402793884, 0.05011073499917984, -0.20369093120098114, -0.33849582076072693, -0.3640255331993103, -0.552111804485321, -0.14539127051830292, 0.6137996912002563, -0.09689388424158096, -1.0451807975769043, 0.6819882988929749, -0.01080793235450983, 0.36584678292274475, 0.2959353029727936, 0.5161818265914917, 0.6799110770225525, -0.24917250871658325, -0.16528461873531342, 0.11217710375785828, 0.266879677772522, 0.5732362270355225, 0.05303525552153587, 0.1990320384502411, -0.016371477395296097, -0.04647586867213249, -0.12267378717660904, -1.379814624786377, -1.0254286527633667, 0.5407541394233704, -0.7802542448043823, -0.39977017045021057, 0.402117520570755, -1.1613740921020508, -0.688664972782135, -0.23224316537380219, -0.07911667972803116, 0.10377506166696548, -0.9819863438606262, -0.2768515348434448, -0.8037394881248474, 0.3219678997993469, 0.10249854624271393, -0.9395917654037476, 0.3161318302154541, 0.92254239320755, 0.4974673092365265, 0.2350011020898819, -0.11869344115257263, -0.6080328226089478, 0.27579265832901, -0.3473043143749237, 0.9128843545913696, -0.6929585933685303, -0.5586255788803101, -0.04801659286022186, 0.321725994348526, 0.23788821697235107, -0.5604291558265686, 0.7703275084495544, -0.47182512283325195, -0.15760920941829681, -0.8711436986923218, -0.626290500164032, -0.1713123321533203, 0.06761911511421204, -1.2567694187164307, 1.3356291055679321, 0.49242472648620605, -0.7965773344039917, 0.4333546459674835, -1.1534608602523804, -0.27351751923561096, 0.6770579218864441, -0.18517252802848816, -0.4564830958843231, 0.22187723219394684, -0.25549864768981934, 0.5905120968818665, -0.2139606773853302, 0.38593488931655884, -0.8647003769874573, -0.3801901638507843, 0.07193658500909805, 0.09441493451595306, 0.9653998613357544, 0.3257812559604645, 0.3342588245868683, -0.2109302580356598, -0.9736120104789734, -0.19072186946868896, 0.3449835777282715, -0.1664499193429947, -0.33073100447654724, -0.5088955760002136, 0.3690835237503052, -0.22125525772571564, 0.33977770805358887, -0.4357963502407074, 0.2688091993331909, 0.07508803904056549, -0.05942283943295479, 0.6489542126655579, 0.06632921099662781, 0.30751854181289673, -0.42252880334854126, 0.5536845326423645, 0.14893238246440887, 0.10672067850828171, -0.011146318167448044, -0.5441447496414185, -0.4166204631328583, -0.20689131319522858, 0.6371719837188721, 0.6825006604194641, -0.6448331475257874, 0.723509669303894, 0.16415828466415405, -0.576612651348114, -0.21429380774497986, 0.05602606013417244, 0.2433720827102661, 0.13981452584266663, 0.2254648655653, -0.5389484167098999, -0.7519354820251465, -0.5359796285629272, 0.5919113159179688, -0.22699007391929626, 0.05960289016366005, 0.4264571964740753, 0.9283837676048279, -0.49471014738082886, 0.6404370069503784, -0.9758142232894897, -0.26899898052215576, 0.2714869976043701, -0.22683368623256683, 0.16539013385772705, 0.7128419280052185, 1.1378333568572998, -0.8180189728736877, -0.2768860161304474, -0.5489599704742432, -0.591625988483429, 0.036178093403577805, 0.4409617483615875, -0.47206175327301025, -0.02511598728597164, 0.11815616488456726, -0.6066327691078186, 0.604301929473877, 0.8519298434257507, -0.6375003457069397, 0.10367701947689056, -0.08257284015417099, 0.20889893174171448, -1.3456878662109375, 0.4316299557685852, -0.04541389271616936, -0.049437232315540314, -0.3106916546821594, -0.20904038846492767, 0.06982580572366714, -0.26634320616722107, 0.09068036824464798, 0.5242236852645874, -0.44817280769348145, -0.2537965476512909, -0.13084609806537628, -0.2127579003572464, -0.025016754865646362, 0.12475764751434326, 0.10992232710123062, 0.4880709648132324, 1.0132853984832764, -0.2727853059768677, 1.1522762775421143, 0.7041876912117004, -0.018076350912451744, 1.0534454584121704, -0.8071271181106567, 0.28113341331481934, -0.38600969314575195, 0.6129593253135681, -1.0261619091033936, -0.9063389897346497, 0.6875894665718079, -0.25720760226249695, 0.5548792481422424, -0.636411190032959, -0.5041916966438293, -0.7358227968215942, -0.343243807554245, 0.8105409741401672, 0.4856196641921997, -0.834369957447052, 0.10298150777816772, 0.8303210735321045, -0.09041448682546616, -0.17865589261054993, -0.9780665636062622, 0.0534404031932354, -0.3242782652378082, -0.26939457654953003, 0.5768864154815674, -0.45296749472618103, -0.08952495455741882, -0.06346673518419266, 0.32726848125457764, -0.3679370880126953, -0.2953912913799286, 0.6648966073989868, 0.22832748293876648, -0.1495349258184433, 0.3842969834804535, 0.0881538987159729, -0.8104010820388794, 0.33512449264526367, 0.026400409638881683, 0.1867159903049469, 0.18833568692207336, 0.04481526091694832, -0.4393332302570343, 0.5677482485771179, 0.29362621903419495, -0.19567108154296875, 0.2889496386051178, 0.9916590452194214, -0.8661460876464844, -0.2506600022315979, -0.32503175735473633, -0.1550789773464203, -0.45988622307777405, 0.30087506771087646, -0.438311368227005, -0.514978289604187, 0.5275275111198425, -0.14575797319412231, -0.33173978328704834, 0.8219066858291626, 0.8402696847915649, 0.06063953414559364, 0.38657262921333313, 0.6414785385131836, -0.16631625592708588, 0.34639203548431396, -0.32595425844192505, -0.4944576025009155, -0.6665103435516357, -0.5541132092475891, -0.468753844499588, -0.3309626579284668, -0.7162322998046875, -0.7064880132675171, -0.21668697893619537, 0.02848578616976738, -0.110309898853302, 0.6683441400527954, -0.8125314712524414, 0.5322038531303406, 0.3256680965423584, 0.2403361052274704, -0.13959039747714996, -0.032199252396821976, 0.3903283178806305, 0.2988344728946686, -0.5703399777412415, -0.09360373765230179, 1.2011430263519287, 0.6654263138771057, 0.942543089389801, 0.2449992150068283, 0.8604379296302795, 0.49935874342918396, 0.04599211364984512, -0.2798311710357666, 0.32344678044319153, -0.1451399326324463, -0.8414312601089478, -0.05945383012294769, -0.2415715605020523, -0.6113799214363098, -0.6004869341850281, -0.11571317166090012, -0.037467487156391144, 0.6195974349975586, 0.4607551097869873, -0.16231192648410797, 0.05185231938958168, -0.7277238368988037, 1.0131611824035645, 0.028375772759318352, -0.08628494292497635, -0.42513951659202576, -0.6276846528053284, 0.2510637640953064, 0.227977454662323, -0.08258151262998581, -0.4691920280456543, -0.07144181430339813, 1.0761516094207764, -0.3587985634803772, 1.092113733291626, -0.873069703578949, -0.18035238981246948, 0.3717781901359558, -0.28310292959213257, 0.3751266598701477, 0.692050039768219, -0.23025918006896973, 0.2199385166168213, 0.39449915289878845, -0.46689170598983765, -0.20646832883358002, 0.8763390183448792, -0.712749183177948, 0.3456546366214752, -0.5316691994667053, -0.5270915031433105, 0.16627372801303864, 0.12123305350542068, 0.08816699683666229, 0.7107304334640503, -0.4951360821723938, -0.026072850450873375, 0.9460716843605042, 0.3801146149635315, 0.4310740530490875, 0.15500633418560028, -0.1707741916179657, -0.481364369392395, 1.0084482431411743, 0.16189046204090118, -0.4783081114292145, 0.513704240322113, 0.18479445576667786, -0.37108734250068665, -0.2925426959991455, -0.7770951390266418, 0.17796464264392853, -0.5722336769104004, -0.5663244128227234, -0.215126171708107, -0.12331017851829529, -0.3897182047367096, 0.11242511868476868, -0.34656375646591187, -0.8317750096321106, -0.8991444110870361, -0.5969635248184204, 1.278353214263916, 0.8028759360313416, -0.7775469422340393, 0.1017315685749054, -0.6823521256446838, 0.5152082443237305, 0.12021686881780624, 1.1267588138580322, -0.28362274169921875, -0.4221324324607849, -0.1654030829668045, -0.0687105730175972, 0.008862016722559929, -0.560502827167511, -0.3834979236125946, 0.3136708736419678, 0.5771538615226746, 0.1953740268945694, 0.09369334578514099, 0.5578911304473877, -0.17948640882968903, 0.5277778506278992, 0.2648780941963196, -0.47622257471084595, 0.4721629321575165, -0.1690540760755539, 0.10360309481620789, 0.7116368412971497, 0.6516576409339905, -0.20527760684490204, 0.5193681716918945, -0.6930398344993591, -0.3830487132072449, 0.5780371427536011, -0.12056426703929901, 0.1867378205060959, 0.25620734691619873, 0.7174246311187744, 0.20478780567646027, 0.21758784353733063, -0.38571038842201233, -0.8376561999320984, -0.37755903601646423, -0.515114426612854, 0.2614535093307495, -0.7364584803581238, -0.4720112681388855, -0.46803781390190125, 0.5276859998703003, -0.18828755617141724, 0.5477325916290283, 0.018465185537934303, 0.4123239815235138, -0.3622448146343231, -0.3863238990306854, 0.464452862739563, 0.4960063099861145, -0.44630253314971924, -0.03725995123386383, -0.18067505955696106, -0.5934510231018066, -0.2462829053401947, 0.9532954692840576, 0.09403162449598312, -0.29249995946884155, 0.3929184675216675, 0.8094639778137207, -0.3440926671028137, -0.10114357620477676, 0.3666363060474396, -0.023808393627405167, -0.4432612359523773, -0.5678403377532959, 0.2619701027870178, 0.23557771742343903, 0.3905562460422516, 0.011340098455548286, -0.00579835893586278, 0.3380986750125885, -0.3811635673046112, 0.6389236450195312, 0.009157698601484299, -0.7681617140769958, -0.5926486253738403, 0.5884653329849243, 0.7126988768577576, -0.4367603361606598, 0.7385128140449524, -0.2662074863910675, -0.2837916612625122, 0.8419765830039978, 0.2964574694633484, 0.7254289984703064, -0.3089073598384857, 0.5795989036560059, 0.5544783473014832, -0.07637684047222137, 0.1905980259180069, 0.715817391872406, -0.5303800106048584, -0.5217756628990173, -0.015146724879741669, -0.3753371238708496, -0.418443500995636, -0.43544211983680725, -1.011460542678833, 0.2128230184316635, -0.6306336522102356, -0.19608242809772491, 0.17116878926753998, 0.3134573698043823, -0.790259063243866, 0.27709266543388367, 0.35286077857017517, 1.34070885181427, -0.8062343001365662, 0.9060022234916687, 0.7977994680404663, -0.37999600172042847, -0.47116348147392273, -0.19509682059288025, 0.15252597630023956, -1.002667784690857, 0.0655759945511818, 0.18777242302894592, 0.4922172427177429, -0.18598820269107819, -0.6369435787200928, -0.7045348882675171, 1.4161205291748047, 0.21668699383735657, -0.7567248940467834, 0.40559521317481995, 0.03754092752933502, 0.3060460090637207, -0.3113477826118469, 0.31141456961631775, 0.6375635862350464, 0.8280605673789978, 0.5456588268280029, -0.5844857096672058, 0.1757434904575348, -0.5014888048171997, -0.15926100313663483, 0.3106444180011749, -0.981719970703125, 0.09008636325597763, -0.39588111639022827, 0.23735477030277252, 0.15173201262950897, 0.7360408902168274, 0.08198664337396622, 0.5047615766525269, 0.37287580966949463, 0.7355318069458008, 1.1062562465667725, -0.3677503168582916, 0.7764984965324402, 0.05427204445004463, 0.5596393942832947, 0.9518471360206604, -0.45656493306159973, 0.2784308195114136, 0.4271869957447052, -0.2595099210739136, 0.37469199299812317, 0.7825866937637329, -0.7371450662612915, 0.6550832986831665, 0.3505710959434509, -0.16378170251846313, -0.12365157157182693, -0.1122371107339859, -0.845981240272522, 0.2135661542415619, 0.3952796161174774, -0.38161876797676086, 0.09799656271934509, -0.13084512948989868, 0.1667397916316986, -0.17983949184417725, -0.3531310558319092, 0.7944716215133667, 0.06175147742033005, -0.2677403688430786, -0.05626838281750679, -0.05327491834759712, 0.07349200546741486, -0.5367230772972107, -0.5798823237419128, -0.12286648154258728, 0.40152472257614136, -0.652852475643158, -1.4185948371887207, 0.8655673861503601, -0.25825947523117065, -0.6641733646392822, -0.05950424447655678, 0.6350163221359253, -0.49747878313064575, -0.8978168368339539, 0.32754212617874146, -0.21866144239902496, 0.21906490623950958, 0.20867779850959778, -1.2594935894012451, 0.5542852878570557, -0.11468595266342163, -0.1500294953584671, 0.2436019331216812, 0.2296868860721588, 0.3157592713832855, 0.39395463466644287, 0.4173084497451782, -0.27392062544822693, -0.5945205688476562, 0.0849677324295044, 1.00449538230896, -0.553572952747345, -0.31979188323020935, -0.4278101623058319, 0.6878788471221924, -0.37303218245506287, -0.7228821516036987, 0.38390326499938965, 1.0124081373214722, 0.739957869052887, -0.08615925908088684, 0.7282151579856873, -0.5834762454032898, 0.6193275451660156, -0.3137851357460022, 0.6355963945388794, -0.2706921696662903, -0.24034711718559265, -0.08881423622369766, -0.7000712752342224, -0.5842739343643188, 0.6161874532699585, 0.37864983081817627, 0.03301113843917847, 0.3402143120765686, 1.0587354898452759, -0.07843565195798874, 0.33996039628982544, -0.07563266903162003, 0.23995332419872284, 0.24636371433734894, 0.43211042881011963, 0.24994629621505737, -0.6781918406486511, 0.23805293440818787, -0.3077124357223511, -0.8154657483100891, 0.036543089896440506, -1.1158297061920166, -1.0845553874969482, -0.6494674682617188, -0.798146665096283, -0.5076568722724915, 0.018780576065182686, 0.8065056800842285, 1.0140247344970703, -0.9347074627876282, -0.13814622163772583, 0.075482077896595, 0.3250638544559479, -0.014445136301219463, -0.1010608971118927, 0.7570155262947083, 0.6417592763900757, -0.5657162070274353, -0.12491419166326523, 0.0334511399269104, 0.24073797464370728, -0.2544560432434082, -0.17196600139141083, 0.23795315623283386, -0.16127508878707886, 0.2609255015850067, 0.4334588944911957, -0.04081707075238228, -0.2531275451183319, -0.5700474381446838, 0.11550378054380417, 0.05307270213961601, 0.7616461515426636, -0.3650629222393036, 0.1599576771259308, 0.6270000338554382, 0.34614381194114685, 0.7602488398551941, 0.10643015056848526, 0.464988112449646, -0.5852314829826355, 0.3332153558731079, -0.1640303134918213, 0.2454526275396347, 0.2490183413028717, -0.5874135494232178, 0.8088693022727966, 0.5301269292831421, -0.6442569494247437, -0.6144849061965942, 0.06186382472515106, -1.3617061376571655, 0.37144482135772705, 0.9900080561637878, 0.015648070722818375, -0.28776803612709045, 0.0037113537546247244, -0.4930500388145447, 0.032857201993465424, -0.7601525783538818, 0.2682533860206604, 0.48708951473236084, 0.1613323986530304, -0.23661167919635773, -0.13475635647773743, 0.7785230875015259, -0.4890735447406769, -1.072774052619934, 0.3330496549606323, 0.4418592154979706, 0.2490471750497818, -0.034811511635780334, 0.7210978865623474, -0.2075032889842987, 0.26112815737724304, 0.45844975113868713, 0.12110350281000137, -0.3681286871433258, -0.6464075446128845, -0.24214117228984833, -0.04553338512778282, -0.21907521784305573, -0.4638558328151703 ]
result-kand2-sdxl-wuerst-karlo/9cc99eaf
result-kand2-sdxl-wuerst-karlo
2023-09-20T21:15:42Z
526
0
[ "region:us" ]
null
2023-09-20T21:15:41Z
--- dataset_info: features: - name: result dtype: string - name: id dtype: int64 splits: - name: train num_bytes: 215 num_examples: 10 download_size: 1374 dataset_size: 215 configs: - config_name: default data_files: - split: train path: data/train-* --- # Dataset Card for "9cc99eaf" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
[ -0.4613173305988312, -0.16230560839176178, 0.3542890250682831, 0.2614409625530243, -0.28033560514450073, 0.2149803787469864, 0.1968143731355667, -0.07512686401605606, 0.9794373512268066, 0.46307817101478577, -0.8418864607810974, -0.6342242956161499, -0.6475326418876648, -0.1271439790725708, -0.2967911958694458, 0.9690297245979309, 0.3018132150173187, 0.2453950196504593, -0.2320682257413864, -0.2596983015537262, -0.4670429527759552, -0.8123659491539001, -0.5504158139228821, -0.4004169702529907, 0.9420778155326843, 0.8833615779876709, 0.593704342842102, 0.5103961825370789, 0.969316840171814, 0.14931713044643402, -0.11448346078395844, -0.29215365648269653, -0.5588186979293823, -0.17469264566898346, -0.05884666368365288, -0.5233458280563354, -1.0381741523742676, 0.059134453535079956, 0.6800417900085449, 0.8263120055198669, -0.264110267162323, 0.7314925193786621, -0.23099476099014282, 0.9256027340888977, -0.48461416363716125, 0.5695587396621704, -0.1389169991016388, -0.1398317515850067, -0.6904114484786987, 0.04539289325475693, 0.011726166121661663, -0.5148414969444275, -0.3683496415615082, -1.238821268081665, 0.12379329651594162, 0.27062302827835083, 0.6485495567321777, 0.0337427519261837, 0.05498451367020607, -0.11934416741132736, -0.38781943917274475, 0.10774175077676773, -0.3658005893230438, 0.41889336705207825, 0.8058154582977295, 0.4371204674243927, -0.16762275993824005, -0.5851274132728577, -0.44013097882270813, -0.003097319509834051, -0.07844901829957962, 0.2035091668367386, 0.2213859111070633, -0.12483356893062592, 0.7713103890419006, 0.9121747612953186, -0.5103057026863098, -0.30167433619499207, -0.9036023020744324, -0.5523692965507507, 0.7200102210044861, 0.18801863491535187, 0.3119804859161377, 0.02542516216635704, -0.014005032368004322, -0.36123162508010864, -0.6425592303276062, 0.0751223936676979, 0.6373715996742249, 0.36606281995773315, -1.29390549659729, 0.4778560996055603, -0.20566558837890625, 0.23368608951568604, 0.4351920485496521, 0.5196443796157837, 0.7533481121063232, -0.10202833265066147, -0.22022467851638794, 0.231023907661438, 0.4234025180339813, 0.33084821701049805, 0.08605262637138367, 0.011483619920909405, 0.13221533596515656, 0.1779334843158722, 0.1210772693157196, -1.1157037019729614, -0.9695461392402649, 0.2525440752506256, -0.7622770071029663, -0.5062200427055359, 0.5693142414093018, -0.803287148475647, -0.6554920673370361, -0.2548160254955292, 0.03303725644946098, 0.09708981961011887, -0.7189079523086548, -0.0645812526345253, -0.6606858968734741, 0.36343899369239807, 0.1934388428926468, -0.5419374704360962, 0.3338141441345215, 0.6523728370666504, 0.27962368726730347, 0.18136203289031982, -0.16500619053840637, -0.8036914467811584, 0.20941507816314697, -0.36424973607063293, 0.9134653806686401, -0.8359550833702087, -0.4750198423862457, -0.08817773312330246, 0.7051486372947693, 0.19065064191818237, -0.3760225474834442, 0.9393501281738281, -0.21675686538219452, -0.017972517758607864, -0.9342000484466553, -0.6142671704292297, -0.14666424691677094, 0.2867562472820282, -1.2796915769577026, 1.2620242834091187, 0.4052952229976654, -0.6756595969200134, 0.2983144521713257, -1.11050283908844, -0.16383127868175507, 0.9103650450706482, -0.10379230976104736, -0.40474215149879456, 0.34799230098724365, -0.19191496074199677, 0.46496278047561646, -0.21841488778591156, 0.39207592606544495, -1.0677435398101807, -0.24304547905921936, -0.0738968625664711, 0.2966131269931793, 0.9821995496749878, 0.23677560687065125, 0.36936843395233154, 0.1430511623620987, -0.9577191472053528, -0.17030401527881622, 0.4616081714630127, 0.047149546444416046, -0.20613761246204376, -0.5311296582221985, 0.4332647919654846, -0.177291139960289, 0.16092556715011597, -0.5731696486473083, 0.28609147667884827, 0.11357155442237854, 0.025729551911354065, 0.621044933795929, 0.1468709260225296, 0.5722697377204895, -0.42401301860809326, 0.6533731818199158, 0.0726318284869194, 0.44950923323631287, 0.10353365540504456, -0.48566073179244995, -0.6881889700889587, 0.3263660669326782, 0.6340222954750061, 0.5092369318008423, -0.633965790271759, 0.8306767344474792, 0.296356201171875, -0.9126383066177368, -0.1542661190032959, -0.05275426059961319, 0.03564530238509178, 0.3827410936355591, 0.2783829867839813, -0.7072129249572754, -0.5332507491111755, -0.7381445169448853, 0.4958968460559845, -0.1309768110513687, 0.2315012663602829, 0.341709703207016, 0.6279573440551758, -0.07105270028114319, 0.1637323498725891, -0.835193932056427, -0.30511006712913513, -0.1363985538482666, -0.5675483345985413, 0.22624535858631134, 0.8548099994659424, 1.0987755060195923, -0.6534132361412048, -0.20652222633361816, -0.6132948994636536, -0.4923095107078552, -0.06163419038057327, 0.04692951962351799, -0.8091484904289246, -0.4440174996852875, 0.17420482635498047, -0.23571431636810303, 0.8836853504180908, 0.9028814435005188, -0.7069348096847534, 0.10046407580375671, 0.03354388102889061, 0.2890699505805969, -1.2515164613723755, 0.4414672553539276, -0.08021406084299088, -0.16583816707134247, -0.5616921186447144, 0.3276500999927521, 0.40101006627082825, -0.30065444111824036, -0.315483957529068, 0.5809844136238098, -0.628253698348999, 0.17012155055999756, -0.09906750172376633, -0.18763558566570282, -0.023449966683983803, 0.37638533115386963, 0.17702363431453705, 0.4296330511569977, 1.0503771305084229, -0.36200928688049316, 0.8245367407798767, 0.5857158303260803, 0.07454773038625717, 0.8194781541824341, -0.5946402549743652, 0.2588983178138733, -0.052549444139003754, 0.5693879127502441, -0.5372592806816101, -0.716455340385437, 0.6810336709022522, -0.43899619579315186, 0.3460750877857208, -0.43150094151496887, -0.3846164345741272, -0.7801463603973389, -0.4320516288280487, 0.9098238945007324, 0.35292309522628784, -0.6768574118614197, 0.516543447971344, 0.7289485335350037, 0.18239334225654602, 0.0373215526342392, -0.7850949764251709, -0.01648741587996483, -0.3635341227054596, -0.09999001771211624, 0.30197182297706604, -0.6418830156326294, 0.2217322736978531, -0.3771379888057709, 0.22534522414207458, -0.17078067362308502, -0.030894730240106583, 0.8339715600013733, 0.34226855635643005, -0.20699726045131683, 0.10965805500745773, -0.09485318511724472, -0.5961668491363525, 0.254719614982605, 0.1434333175420761, 0.4290927052497864, 0.12936168909072876, -0.1198592558503151, -0.4305119514465332, 0.6493568420410156, 0.13640858232975006, -0.2139413207769394, 0.590072751045227, 0.8429931402206421, -0.9749377965927124, -0.18250826001167297, -0.5324621796607971, -0.2794569134712219, -0.47260162234306335, -0.13631513714790344, -0.21571598947048187, -0.7949854731559753, 0.842089831829071, 0.06582851707935333, -0.28490185737609863, 0.8752404451370239, 0.9023405313491821, 0.1537671536207199, 0.3621698319911957, 0.771333634853363, -0.33302807807922363, 0.3686896562576294, -0.331962913274765, -0.1184212937951088, -0.738843560218811, -0.571212649345398, -0.5964215993881226, -0.5327655076980591, -0.6234369874000549, -0.31480565667152405, -0.18033955991268158, 0.23428864777088165, -0.2780687212944031, 0.7945042252540588, -0.8831088542938232, 0.56405109167099, 0.701308012008667, 0.3461968004703522, -0.14467494189739227, -0.22286319732666016, 0.22384807467460632, 0.3813270032405853, -0.5699803829193115, -0.0077776433899998665, 1.139299750328064, 0.4287389814853668, 0.928142249584198, 0.31849804520606995, 0.8711955547332764, 0.40385085344314575, 0.3702949583530426, -0.4545644223690033, 0.2909022867679596, 0.002783623756840825, -0.7520902752876282, 0.03680182993412018, -0.06122036278247833, -0.6121998429298401, -0.7990179657936096, -0.45370957255363464, -0.24838127195835114, 0.6205739974975586, 0.5427958369255066, -0.15397295355796814, 0.20616070926189423, -0.8531614542007446, 0.9507356286048889, 0.044207338243722916, 0.16597656905651093, -0.17824365198612213, -0.6388681530952454, 0.1839345097541809, 0.1824241578578949, 0.01943143457174301, -0.5293480157852173, 0.1379900872707367, 1.035048007965088, -0.5090947151184082, 0.9023722410202026, -0.6566416621208191, 0.11912831664085388, 0.24946659803390503, -0.04377620294690132, 0.17221225798130035, 0.49482136964797974, -0.05775349959731102, 0.2230016589164734, 0.2056005448102951, -0.5528973340988159, -0.1571042537689209, 0.8182145357131958, -0.5924521684646606, 0.17327865958213806, -0.47028058767318726, -0.3357255160808563, -0.035456519573926926, 0.2863234579563141, 0.28269118070602417, 0.8706006407737732, -0.2194211184978485, 0.1727815568447113, 0.5049662590026855, 0.21083112061023712, 0.4270385503768921, 0.07847315818071365, -0.14539413154125214, -0.45839887857437134, 0.912584662437439, 0.09803805500268936, -0.26123884320259094, 0.3428472578525543, 0.4900439381599426, -0.30361515283584595, -0.4505659341812134, -0.6373296976089478, 0.2545866370201111, -0.4267769455909729, -0.8243820071220398, -0.23779796063899994, -0.29659974575042725, -0.5861219167709351, -0.2727466821670532, -0.1264723539352417, -0.8677372932434082, -0.6386666893959045, -0.633985161781311, 1.1721794605255127, 0.708529531955719, -0.5988864302635193, 0.6490499377250671, -0.8349189758300781, 0.52483069896698, -0.25790029764175415, 1.025048017501831, -0.06063566356897354, -0.5562262535095215, -0.33384039998054504, -0.21950548887252808, -0.13613885641098022, -0.845095157623291, -0.1937970668077469, 0.28395020961761475, 0.756828784942627, 0.12497847527265549, 0.25974470376968384, 0.6242233514785767, -0.1283317506313324, 0.6955693364143372, 0.3950800895690918, -0.6704434752464294, 0.6158374547958374, -0.32275593280792236, 0.4236229658126831, 0.9926115274429321, 0.5741484761238098, -0.5162057280540466, -0.13540831208229065, -1.1929792165756226, -0.45699337124824524, 0.595875084400177, 0.05675321817398071, 0.15097889304161072, 0.20005212724208832, 0.5661052465438843, -0.055113621056079865, 0.09496214985847473, -0.6036709547042847, -0.9931637048721313, -0.14898572862148285, -0.45780235528945923, 0.3591840863227844, -0.4308038651943207, -0.17463423311710358, -0.4779393672943115, 0.7329275012016296, -0.14378342032432556, 0.39829951524734497, -0.0231205802410841, 0.1414853036403656, -0.18895597755908966, -0.21306636929512024, 0.3973778188228607, 0.479775071144104, -0.42247337102890015, -0.25245800614356995, -0.15719151496887207, -0.7968471646308899, -0.3084108829498291, 0.6067347526550293, 0.019137252122163773, -0.5640668272972107, 0.5794968605041504, 0.5005382299423218, -0.3210643529891968, -0.03891843184828758, 0.4944141209125519, -0.27831870317459106, -0.4723842144012451, -0.5270200967788696, 0.3177483379840851, 0.3600922226905823, 0.025180621072649956, 0.10606210678815842, -0.28599363565444946, 0.41993096470832825, -0.41837233304977417, 0.5129932165145874, -0.062165845185518265, -0.8014916181564331, -0.5789650082588196, 0.5679740309715271, 0.6120726466178894, -0.5606382489204407, 0.775515615940094, -0.14199496805667877, -0.4738271236419678, 0.8358568549156189, 0.19852836430072784, 0.7485641241073608, -0.3868303596973419, 0.25315818190574646, 0.6967646479606628, 0.07852504402399063, 0.2386406511068344, 0.8577557802200317, -0.27572959661483765, -0.6896701455116272, -0.042448993772268295, -0.3330903947353363, -0.456085205078125, -0.030830008909106255, -1.2331068515777588, 0.3184621334075928, -0.9772736430168152, -0.21447427570819855, 0.322618693113327, 0.20645327866077423, -0.9038868546485901, 0.3549385070800781, 0.49463948607444763, 1.483885407447815, -0.8649498820304871, 0.8017865419387817, 0.7806052565574646, -0.39295390248298645, -1.199609398841858, -0.48254305124282837, 0.27012234926223755, -1.0203206539154053, -0.24448932707309723, 0.13502901792526245, 0.5449209809303284, -0.4159221947193146, -0.8998732566833496, -0.6527079939842224, 1.0804579257965088, 0.22210240364074707, -0.8930261135101318, 0.3636329770088196, -0.11225441843271255, 0.2849971354007721, -0.4807273745536804, 0.35824495553970337, 0.510944664478302, 0.7517436146736145, 0.2715030908584595, -0.620496392250061, 0.18293136358261108, -0.5450454950332642, -0.438603937625885, 0.49730104207992554, -0.9653369188308716, -0.13790293037891388, -0.10658582299947739, 0.14803245663642883, 0.06524515897035599, 0.7304583787918091, 0.12744809687137604, 0.2578352093696594, 0.48935577273368835, 0.6659841537475586, 0.8097363710403442, -0.37448954582214355, 0.7851498126983643, -0.19568894803524017, 0.608734130859375, 1.2254620790481567, -0.20341800153255463, 0.285786509513855, 0.29218095541000366, 0.026153776794672012, 0.20566126704216003, 0.7563765645027161, -0.5663595795631409, 0.33921298384666443, 0.28897130489349365, 0.014468643814325333, -0.49725088477134705, -0.24418000876903534, -0.8087494969367981, 0.1714857518672943, 0.3947584331035614, -0.3706207573413849, -0.04275347664952278, -0.2127227485179901, 0.09192986786365509, 0.017249131575226784, -0.5323700904846191, 0.7279790043830872, 0.1115763932466507, 0.06702320277690887, -0.2659304738044739, -0.19742842018604279, 0.19347155094146729, -0.533435583114624, -0.47367289662361145, -0.23035258054733276, 0.16078820824623108, -0.5844305753707886, -1.163568139076233, 0.7091990113258362, -0.38306179642677307, -0.46380099654197693, -0.03637130558490753, 0.631722092628479, -0.36981746554374695, -1.2859222888946533, 0.38190343976020813, 0.14192689955234528, 0.08340530842542648, 0.03946420177817345, -1.3922661542892456, 0.606662929058075, 0.039089567959308624, -0.04607456177473068, 0.20113800466060638, 0.16437102854251862, -0.04611872509121895, 0.4777032136917114, 0.662705659866333, 0.06093405559659004, -0.49560457468032837, 0.5323436856269836, 1.0003480911254883, -0.8619382381439209, -0.575697124004364, -0.38132575154304504, 0.5917104482650757, -0.3207688331604004, -0.6958289742469788, 0.39781704545021057, 1.1542935371398926, 0.9368458986282349, -0.03564511984586716, 0.43363064527511597, -0.4441656768321991, 0.876207709312439, -0.1956285834312439, 0.8065525889396667, -0.31700843572616577, -0.31452304124832153, -0.24183490872383118, -0.7974528670310974, -0.773042619228363, 0.5893796682357788, 0.4112091064453125, -0.08810997754335403, 0.6095515489578247, 1.144550085067749, -0.20423159003257751, 0.4019169211387634, 0.17390507459640503, 0.030588338151574135, 0.33013787865638733, 0.46654844284057617, 0.38453763723373413, -0.6391419172286987, -0.02696165442466736, -0.643494725227356, -0.4478744566440582, 0.27469155192375183, -1.219003677368164, -0.9103066325187683, -0.6879793405532837, -0.667247474193573, -0.5612872838973999, -0.22433477640151978, 0.9586885571479797, 1.1036360263824463, -1.258991003036499, -0.20822516083717346, 0.3133412301540375, 0.17633457481861115, 0.14239317178726196, -0.13796433806419373, 0.706571102142334, 0.6762743592262268, -0.36872410774230957, -0.145085871219635, 0.05971122160553932, 0.12757346034049988, 0.019671887159347534, 0.006118549965322018, 0.1395656317472458, -0.22188881039619446, 0.1409296840429306, 0.42140069603919983, -0.15348537266254425, -0.390490859746933, -0.3976350724697113, 0.19198624789714813, 0.2267168015241623, 1.2052137851715088, -0.48430004715919495, -0.07559658586978912, 0.5038461089134216, 0.4716933071613312, 0.48386165499687195, 0.20384247601032257, 0.44904690980911255, -0.3656117618083954, 0.2723882794380188, -0.030940717086195946, 0.49838709831237793, 0.22689777612686157, -0.7485659122467041, 0.8909552693367004, 0.45004507899284363, -0.4382503628730774, -0.5667412281036377, -0.16591931879520416, -1.8134199380874634, 0.521115779876709, 0.8090517520904541, 0.1774805784225464, -0.4511651396751404, -0.0023591252975165844, -0.3914315402507782, -0.09636818617582321, -1.1501355171203613, 0.06383059918880463, 0.5339236855506897, 0.08018232882022858, -0.31722235679626465, 0.027599995955824852, 0.5731902122497559, -0.385595440864563, -1.2178163528442383, 0.28288304805755615, 0.530637800693512, 0.1638192981481552, 0.04932928457856178, 0.7565601468086243, -0.17844676971435547, 0.3914812207221985, 0.13719671964645386, 0.17111364006996155, -0.3529454469680786, -0.5373926162719727, -0.2682230770587921, -0.04858718067407608, -0.1120130717754364, -0.26727017760276794 ]
result-kand2-sdxl-wuerst-karlo/103deca7
result-kand2-sdxl-wuerst-karlo
2023-09-22T05:57:32Z
526
0
[ "region:us" ]
null
2023-09-22T05:57:31Z
--- dataset_info: features: - name: result dtype: string - name: id dtype: int64 splits: - name: train num_bytes: 210 num_examples: 10 download_size: 1367 dataset_size: 210 configs: - config_name: default data_files: - split: train path: data/train-* --- # Dataset Card for "103deca7" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
[ -0.7271287441253662, -0.19664062559604645, 0.22173872590065002, 0.3512551188468933, -0.31759923696517944, -0.0583793967962265, 0.318101167678833, -0.18641522526741028, 0.9498740434646606, 0.3931484520435333, -0.785592257976532, -0.7905134558677673, -0.49428513646125793, 0.005499973427504301, -0.371429979801178, 1.1419259309768677, 0.044662896543741226, 0.21357381343841553, -0.3203526735305786, 0.011066329665482044, -0.625237226486206, -0.4773562550544739, -0.667836606502533, -0.3347007632255554, 1.0231603384017944, 0.8212966918945312, 0.5159776210784912, 0.4973803758621216, 0.8914386034011841, 0.23256182670593262, 0.07198336720466614, -0.2650732398033142, -0.5840684175491333, 0.0026063157711178064, -0.30279088020324707, -0.29929208755493164, -1.170048475265503, -0.08943675458431244, 0.5559216141700745, 0.7050553560256958, -0.07720145583152771, 0.6834610104560852, -0.22576434910297394, 0.7991848587989807, -0.40399277210235596, 0.5543907880783081, -0.15083575248718262, -0.29096606373786926, -0.6901886463165283, -0.1409316509962082, 0.048260707408189774, -0.5245261788368225, -0.12228457629680634, -1.1489800214767456, 0.28511810302734375, 0.13623499870300293, 0.6280148029327393, 0.25476884841918945, 0.10369465500116348, -0.18743790686130524, -0.19193847477436066, 0.06234746798872948, -0.04416860640048981, 0.08796391636133194, 0.7771848440170288, 0.33642929792404175, -0.12822473049163818, -0.763235867023468, -0.3727911412715912, 0.3054065406322479, 0.15520232915878296, 0.19550013542175293, 0.14398720860481262, 0.11212272942066193, 0.636476993560791, 0.8386290669441223, -0.5548499226570129, -0.3878377676010132, -0.815830647945404, -0.4500562846660614, 0.8416221737861633, 0.26540547609329224, 0.2835434079170227, -0.23034457862377167, -0.2361898422241211, -0.43388819694519043, -0.4030131697654724, -0.094259113073349, 0.4310522675514221, 0.19333508610725403, -1.1275050640106201, 0.4982373118400574, -0.23715662956237793, 0.3063541352748871, 0.20259888470172882, 0.522745668888092, 0.6078763008117676, -0.27646827697753906, -0.18804128468036652, 0.47359225153923035, 0.14320512115955353, 0.33490508794784546, 0.2541928291320801, 0.12867045402526855, -0.05600127950310707, 0.11221928149461746, 0.13971565663814545, -1.0824164152145386, -0.9460055232048035, 0.3533531427383423, -0.7280535101890564, -0.43573686480522156, 0.606158435344696, -0.9333919882774353, -0.6608099937438965, -0.4556971490383148, 0.20086388289928436, 0.09471621364355087, -0.6996279954910278, 0.09233542531728745, -0.7418756484985352, 0.4807356297969818, 0.3898908197879791, -0.6233512759208679, 0.2920771837234497, 0.9403163194656372, 0.6291024684906006, 0.10490269958972931, -0.1504542976617813, -0.6868745684623718, 0.22139190137386322, -0.3016996681690216, 0.852682888507843, -0.6919008493423462, -0.546579897403717, -0.09497317671775818, 0.5552703142166138, 0.22903874516487122, -0.20265784859657288, 0.7905481457710266, -0.42679914832115173, -0.14316917955875397, -1.040124773979187, -0.3298761546611786, -0.0391523540019989, 0.25901708006858826, -1.215283989906311, 1.1856279373168945, 0.22013889253139496, -1.0126070976257324, 0.2734566926956177, -1.0661544799804688, -0.13572567701339722, 0.7676331400871277, 0.016038082540035248, -0.1497810035943985, 0.45626625418663025, -0.26011231541633606, 0.3407992422580719, -0.17115026712417603, 0.5884555578231812, -0.8506453037261963, -0.3565928041934967, 0.012169096618890762, -0.06024978309869766, 1.0020331144332886, 0.31723517179489136, 0.4506663382053375, 0.07942888140678406, -0.8187474012374878, -0.2917296588420868, 0.1935284584760666, -0.29527661204338074, -0.382389634847641, -0.8253177404403687, 0.4394337832927704, -0.1191401407122612, 0.4258766174316406, -0.57050621509552, 0.5339447259902954, 0.1523667871952057, -0.41393330693244934, 0.8262442946434021, 0.21089902520179749, 0.3242356479167938, -0.633277177810669, 0.6458615660667419, -0.0555303618311882, 0.39265456795692444, 0.07697715610265732, -0.5960053205490112, -0.7410434484481812, -0.08479749411344528, 0.8006317615509033, 0.5430396199226379, -0.8139656186103821, 0.6406012773513794, -0.10643639415502548, -0.6870527863502502, -0.23386016488075256, -0.11735036224126816, 0.13662189245224, 0.3150208592414856, 0.40612179040908813, -1.001878023147583, -0.7772844433784485, -0.6300401091575623, 0.5315020084381104, -0.02523866668343544, 0.3353526294231415, 0.20800535380840302, 0.8010266423225403, -0.36415940523147583, 0.6057299375534058, -0.7929223775863647, -0.20092354714870453, -0.03370166942477226, -0.2898220717906952, 0.07379430532455444, 0.7820006608963013, 0.8977927565574646, -0.5486857295036316, -0.22809498012065887, -0.6540674567222595, -0.5270304083824158, -0.04171440377831459, 0.24345916509628296, -0.7569278478622437, -0.1241631731390953, 0.25362852215766907, -0.2881772816181183, 1.0386338233947754, 0.7760952711105347, -0.5698378682136536, -0.04366377741098404, -0.1337299942970276, 0.10602634400129318, -1.571168065071106, 0.4172160029411316, -0.09048216789960861, -0.03191430866718292, -0.4965357482433319, -0.1954176425933838, 0.22764737904071808, -0.29353922605514526, -0.06760161370038986, 0.6418690085411072, -0.4208988547325134, -0.04976942390203476, -0.10853859037160873, -0.24553842842578888, -0.024338627234101295, 0.1319061666727066, 0.25711673498153687, 0.3279269337654114, 1.205290675163269, -0.3376317024230957, 0.9656424522399902, 0.6343488693237305, 0.017309801653027534, 0.9099553823471069, -0.7092432379722595, 0.12307602912187576, -0.3694329261779785, 0.6518372297286987, -0.9430853128433228, -0.8272232413291931, 0.5104937553405762, -0.4302731454372406, 0.44392651319503784, -0.6839634776115417, -0.421027272939682, -0.6227551102638245, -0.5741775631904602, 1.0011714696884155, 0.2718792259693146, -0.7826337218284607, 0.2914888858795166, 0.6708167195320129, -0.08907896280288696, -0.17108234763145447, -0.8856615424156189, 0.1770092099905014, -0.36640992760658264, -0.3056198060512543, 0.47230908274650574, -0.4772275388240814, -0.10480356961488724, -0.3731067180633545, 0.27483057975769043, -0.10303577035665512, -0.15661439299583435, 0.7871116399765015, 0.3439827263355255, -0.09086325764656067, 0.3594585657119751, -0.11159279942512512, -0.8043909072875977, 0.28189578652381897, 0.10844484716653824, 0.6153254508972168, 0.047458112239837646, -0.07978828251361847, -0.6712529063224792, 0.3877101242542267, 0.32101643085479736, -0.19008541107177734, 0.4533170163631439, 0.7988991737365723, -0.889033854007721, -0.20393730700016022, -0.4892932176589966, -0.289092481136322, -0.4948831796646118, -0.07074374705553055, -0.3709666132926941, -0.21620060503482819, 0.7309526801109314, 0.037522878497838974, -0.253253310918808, 0.7986706495285034, 0.7454478740692139, 0.30543410778045654, 0.39507463574409485, 0.5403205156326294, -0.32310929894447327, 0.4599553048610687, -0.4992387592792511, -0.3236485421657562, -0.6542026400566101, -0.6358842849731445, -0.6149612069129944, -0.5710648894309998, -0.6749605536460876, -0.46344733238220215, -0.04329031705856323, -0.18372872471809387, -0.22049956023693085, 0.625690221786499, -0.7342261672019958, 0.3935486972332001, 0.6663002371788025, 0.20492702722549438, 0.014986534602940083, -0.06409186869859695, 0.277054101228714, 0.4484477937221527, -0.6095178127288818, -0.08776921033859253, 1.2373461723327637, 0.48709025979042053, 1.1480997800827026, 0.3423733413219452, 1.123286485671997, 0.41510963439941406, 0.3965091407299042, -0.40724268555641174, 0.348030149936676, 0.14874330163002014, -0.777391254901886, 0.018057065084576607, -0.15691401064395905, -0.8350176215171814, -0.7267469763755798, -0.15448203682899475, -0.03914094343781471, 0.7932090163230896, 0.2455231100320816, -0.1321488320827484, 0.11720120161771774, -0.7536128163337708, 0.9904052019119263, -0.10631615668535233, -0.13341021537780762, -0.21494045853614807, -0.5592474937438965, 0.22758744657039642, 0.15641756355762482, 0.024265136569738388, -0.3474610149860382, -0.03844796121120453, 1.0417643785476685, -0.5877522826194763, 1.0015815496444702, -0.7691051959991455, -0.15380923449993134, 0.16892875730991364, -0.06361192464828491, 0.14301568269729614, 0.8178373575210571, -0.12290401756763458, 0.05563471093773842, 0.3810615539550781, -0.5163430571556091, 0.04542279988527298, 1.1319482326507568, -0.6870218515396118, 0.17678798735141754, -0.7876530885696411, -0.5940908193588257, 0.08873695880174637, 0.13086265325546265, 0.1433679759502411, 1.125736117362976, -0.27625158429145813, 0.14667393267154694, 0.6702719330787659, 0.1566971242427826, 0.5809572339057922, 0.052429310977458954, -0.19282907247543335, -0.5533341765403748, 1.0413789749145508, 0.19049932062625885, -0.43187087774276733, 0.199288472533226, 0.19811417162418365, -0.2878877520561218, -0.3777381479740143, -0.5281000733375549, 0.29580533504486084, -0.6034181118011475, -0.7285304069519043, -0.28967371582984924, -0.17136250436306, -0.5111719965934753, -0.32536232471466064, -0.20717307925224304, -0.7838808298110962, -0.6990936398506165, -0.5552865862846375, 1.2951396703720093, 0.9468967914581299, -0.7749394774436951, 0.2014143019914627, -0.4907906651496887, 0.6712386608123779, 0.10291280597448349, 1.023715853691101, -0.09029146283864975, -0.6215798854827881, -0.09701971709728241, -0.12151908874511719, -0.02843366749584675, -0.6404901146888733, -0.09491501748561859, 0.10610252618789673, 0.5463647842407227, 0.28646320104599, 0.3409956693649292, 0.766991913318634, 0.18547925353050232, 0.4851727783679962, 0.06784271448850632, -0.6751665472984314, 0.6763720512390137, -0.2944706082344055, 0.34806185960769653, 1.1759108304977417, 0.6397176384925842, -0.42204830050468445, 0.33307135105133057, -1.0978626012802124, -0.5904160141944885, 0.7027508616447449, -0.1545356959104538, 0.3010188341140747, 0.0498371422290802, 0.6117686629295349, 0.01471182331442833, -0.013656657189130783, -0.5107845067977905, -0.8074448108673096, -0.29363054037094116, -0.5160753130912781, 0.3097284138202667, -0.5051699876785278, -0.2963583171367645, -0.6387853622436523, 0.6138285398483276, -0.12653326988220215, 0.21964392066001892, 0.07188446074724197, 0.2502102553844452, -0.06811358034610748, -0.377673864364624, 0.4057599604129791, 0.7073086500167847, -0.6235231757164001, 0.014042858965694904, -0.013555961661040783, -0.6939505934715271, -0.5369163155555725, 0.6474319100379944, 0.16365057229995728, -0.31120508909225464, 0.5281198024749756, 0.4149373471736908, -0.2697323262691498, -0.08236581087112427, 0.43088454008102417, -0.36312395334243774, -0.31924644112586975, -0.5014586448669434, 0.2083786129951477, 0.08233249932527542, 0.01734435372054577, 0.11123904585838318, -0.18127192556858063, 0.26526281237602234, -0.5355951189994812, 0.49339449405670166, 0.05264158174395561, -0.8919568657875061, -0.560338020324707, 0.3685878813266754, 0.581026017665863, -0.29443544149398804, 0.7706304788589478, -0.13662339746952057, -0.3005680739879608, 0.8312785029411316, 0.12978309392929077, 0.7264002561569214, -0.375747412443161, 0.39575397968292236, 0.6655951738357544, -0.03232717141509056, 0.057126909494400024, 1.0320452451705933, -0.41465991735458374, -0.4936622381210327, 0.0902930423617363, -0.3829715847969055, -0.39057785272598267, -0.29820626974105835, -1.1804429292678833, 0.42936277389526367, -0.7859556674957275, -0.17108413577079773, 0.02728472463786602, 0.35195088386535645, -0.9504626989364624, 0.23819223046302795, 0.3722296953201294, 1.6405901908874512, -0.8080019950866699, 1.003414511680603, 0.749802827835083, -0.4971535801887512, -0.6354634761810303, -0.24996085464954376, 0.16126148402690887, -0.9042431116104126, -0.08727588504552841, 0.2322680950164795, 0.41497138142585754, -0.1507309377193451, -0.8868705630302429, -0.744615375995636, 1.37263822555542, 0.1839575320482254, -0.5437312722206116, 0.3993168771266937, -0.08770736306905746, 0.3434932231903076, -0.36429646611213684, 0.19793979823589325, 0.5945495963096619, 0.8999530673027039, 0.41937950253486633, -0.7202861905097961, 0.1310352385044098, -0.5257011651992798, -0.3292120099067688, 0.1562913954257965, -0.6863523125648499, 0.12413857132196426, -0.08430825173854828, 0.08140599727630615, 0.21412162482738495, 0.4782349765300751, 0.2544848322868347, 0.4479999244213104, 0.28470373153686523, 0.8053131699562073, 1.0472187995910645, -0.503371000289917, 1.0542863607406616, -0.25578808784484863, 0.5331978797912598, 1.0050139427185059, -0.06553024053573608, 0.2062024027109146, 0.31089869141578674, 0.18356505036354065, 0.20610018074512482, 0.8374760150909424, -0.3050287067890167, 0.48776546120643616, 0.4682222902774811, -0.2501102089881897, -0.3192230463027954, -0.39193210005760193, -1.0205782651901245, 0.21683499217033386, 0.4870620667934418, -0.38766518235206604, -0.06881480664014816, -0.16246473789215088, 0.2474588006734848, -0.31930071115493774, -0.579065203666687, 0.9541816115379333, -0.044825632125139236, -0.20303362607955933, 0.01045670360326767, 0.022448863834142685, 0.2276337891817093, -0.5888224840164185, -0.32668453454971313, -0.41398921608924866, 0.20794017612934113, -0.5780927538871765, -1.126077651977539, 0.6332980394363403, -0.2740713953971863, -0.26508891582489014, -0.20219627022743225, 0.5999311208724976, -0.4083273708820343, -1.013959527015686, 0.22913751006126404, 0.1056215912103653, 0.15232950448989868, 0.06763364374637604, -1.188964605331421, 0.661340057849884, -0.1272779107093811, -0.007433922495692968, 0.11842881143093109, 0.3642122745513916, -0.0967056155204773, 0.4557429552078247, 0.6241633892059326, 0.001505568390712142, -0.43157342076301575, 0.40808823704719543, 1.1539384126663208, -0.7811342477798462, -0.3307284712791443, -0.3839629292488098, 0.6508030295372009, -0.2747640311717987, -0.7892153859138489, 0.4390161335468292, 1.1975957155227661, 0.879534125328064, -0.030205847695469856, 0.735865592956543, -0.5102788805961609, 0.3884076476097107, -0.21408559381961823, 0.5768634080886841, -0.20274342596530914, -0.17650410532951355, -0.2553163766860962, -0.8856111168861389, -0.7790824174880981, 0.6009424924850464, 0.06587610393762589, 0.024134641513228416, 0.46526598930358887, 1.2088700532913208, -0.3044601380825043, 0.30105340480804443, -0.03170524537563324, 0.010096403770148754, 0.29777607321739197, 0.40941810607910156, 0.46964114904403687, -0.5917288064956665, 0.08102815598249435, -0.47871163487434387, -0.547262966632843, 0.002600878942757845, -1.0049617290496826, -0.9711344838142395, -0.7746990919113159, -0.6005429029464722, -0.6081075072288513, -0.1148911640048027, 0.9810742139816284, 0.9849048852920532, -1.168852686882019, -0.17605839669704437, 0.15261122584342957, 0.2812584340572357, 0.39441949129104614, -0.12995579838752747, 0.8192835450172424, 0.3913738429546356, -0.572317361831665, -0.14196403324604034, 0.037574417889118195, 0.2722143232822418, -0.1940978616476059, -0.05353269353508949, 0.05016200244426727, -0.029976336285471916, 0.0983487069606781, 0.4411214292049408, -0.084347665309906, -0.3681345582008362, -0.5801255702972412, 0.09043414145708084, -0.012418191879987717, 1.025305151939392, -0.5850317478179932, 0.3339901566505432, 0.8428412079811096, 0.366504043340683, 0.5157716870307922, 0.4546760618686676, 0.5098701119422913, -0.5252003073692322, 0.20057542622089386, -0.30649110674858093, 0.554893434047699, 0.2670319974422455, -0.360558420419693, 0.8269080519676208, 0.44116079807281494, -0.3771452307701111, -0.5962700843811035, -0.11527634412050247, -1.6469496488571167, 0.44931110739707947, 0.9793943762779236, 0.36356237530708313, -0.29307785630226135, -0.3847476840019226, -0.596035897731781, 0.03552185744047165, -0.9490110874176025, 0.44800516963005066, 0.4827234745025635, 0.26095134019851685, -0.11673236638307571, -0.14497904479503632, 0.8077011704444885, -0.4502023160457611, -1.2306941747665405, 0.22138017416000366, 0.47444748878479004, 0.053716011345386505, 0.07858512550592422, 0.6096614003181458, -0.22589057683944702, 0.4294891655445099, 0.1411777287721634, 0.3534090220928192, -0.3140997588634491, -0.8619481325149536, -0.42877647280693054, 0.04187089204788208, -0.08797894418239594, -0.43790754675865173 ]
open-llm-leaderboard/details_Xwin-LM__Xwin-LM-70B-V0.1
open-llm-leaderboard
2023-10-29T16:07:06Z
526
0
[ "region:us" ]
null
2023-09-22T13:08:47Z
--- pretty_name: Evaluation run of Xwin-LM/Xwin-LM-70B-V0.1 dataset_summary: "Dataset automatically created during the evaluation run of model\ \ [Xwin-LM/Xwin-LM-70B-V0.1](https://huggingface.co/Xwin-LM/Xwin-LM-70B-V0.1) on\ \ the [Open LLM Leaderboard](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard).\n\ \nThe dataset is composed of 64 configuration, each one coresponding to one of the\ \ evaluated task.\n\nThe dataset has been created from 2 run(s). Each run can be\ \ found as a specific split in each configuration, the split being named using the\ \ timestamp of the run.The \"train\" split is always pointing to the latest results.\n\ \nAn additional configuration \"results\" store all the aggregated results of the\ \ run (and is used to compute and display the agregated metrics on the [Open LLM\ \ Leaderboard](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard)).\n\ \nTo load the details from a run, you can for instance do the following:\n```python\n\ from datasets import load_dataset\ndata = load_dataset(\"open-llm-leaderboard/details_Xwin-LM__Xwin-LM-70B-V0.1\"\ ,\n\t\"harness_winogrande_5\",\n\tsplit=\"train\")\n```\n\n## Latest results\n\n\ These are the [latest results from run 2023-10-29T16:06:53.107330](https://huggingface.co/datasets/open-llm-leaderboard/details_Xwin-LM__Xwin-LM-70B-V0.1/blob/main/results_2023-10-29T16-06-53.107330.json)(note\ \ that their might be results for other tasks in the repos if successive evals didn't\ \ cover the same tasks. You find each in the results and the \"latest\" split for\ \ each eval):\n\n```python\n{\n \"all\": {\n \"em\": 0.08504614093959731,\n\ \ \"em_stderr\": 0.0028567126231220596,\n \"f1\": 0.14911073825503293,\n\ \ \"f1_stderr\": 0.003010481134071011,\n \"acc\": 0.5504525862971696,\n\ \ \"acc_stderr\": 0.011424065665063533\n },\n \"harness|drop|3\": {\n\ \ \"em\": 0.08504614093959731,\n \"em_stderr\": 0.0028567126231220596,\n\ \ \"f1\": 0.14911073825503293,\n \"f1_stderr\": 0.003010481134071011\n\ \ },\n \"harness|gsm8k|5\": {\n \"acc\": 0.2721758908263836,\n \ \ \"acc_stderr\": 0.01225971403516454\n },\n \"harness|winogrande|5\":\ \ {\n \"acc\": 0.8287292817679558,\n \"acc_stderr\": 0.010588417294962526\n\ \ }\n}\n```" repo_url: https://huggingface.co/Xwin-LM/Xwin-LM-70B-V0.1 leaderboard_url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard point_of_contact: [email protected] configs: - config_name: harness_arc_challenge_25 data_files: - split: 2023_09_22T13_08_23.293621 path: - '**/details_harness|arc:challenge|25_2023-09-22T13-08-23.293621.parquet' - split: latest path: - '**/details_harness|arc:challenge|25_2023-09-22T13-08-23.293621.parquet' - config_name: harness_drop_3 data_files: - split: 2023_10_29T16_06_53.107330 path: - '**/details_harness|drop|3_2023-10-29T16-06-53.107330.parquet' - split: latest path: - '**/details_harness|drop|3_2023-10-29T16-06-53.107330.parquet' - config_name: harness_gsm8k_5 data_files: - split: 2023_10_29T16_06_53.107330 path: - '**/details_harness|gsm8k|5_2023-10-29T16-06-53.107330.parquet' - split: latest path: - '**/details_harness|gsm8k|5_2023-10-29T16-06-53.107330.parquet' - config_name: harness_hellaswag_10 data_files: - split: 2023_09_22T13_08_23.293621 path: - '**/details_harness|hellaswag|10_2023-09-22T13-08-23.293621.parquet' - split: latest path: - '**/details_harness|hellaswag|10_2023-09-22T13-08-23.293621.parquet' - config_name: harness_hendrycksTest_5 data_files: - split: 2023_09_22T13_08_23.293621 path: - '**/details_harness|hendrycksTest-abstract_algebra|5_2023-09-22T13-08-23.293621.parquet' - '**/details_harness|hendrycksTest-anatomy|5_2023-09-22T13-08-23.293621.parquet' - '**/details_harness|hendrycksTest-astronomy|5_2023-09-22T13-08-23.293621.parquet' - '**/details_harness|hendrycksTest-business_ethics|5_2023-09-22T13-08-23.293621.parquet' - '**/details_harness|hendrycksTest-clinical_knowledge|5_2023-09-22T13-08-23.293621.parquet' - '**/details_harness|hendrycksTest-college_biology|5_2023-09-22T13-08-23.293621.parquet' - '**/details_harness|hendrycksTest-college_chemistry|5_2023-09-22T13-08-23.293621.parquet' - '**/details_harness|hendrycksTest-college_computer_science|5_2023-09-22T13-08-23.293621.parquet' - '**/details_harness|hendrycksTest-college_mathematics|5_2023-09-22T13-08-23.293621.parquet' - '**/details_harness|hendrycksTest-college_medicine|5_2023-09-22T13-08-23.293621.parquet' - '**/details_harness|hendrycksTest-college_physics|5_2023-09-22T13-08-23.293621.parquet' - '**/details_harness|hendrycksTest-computer_security|5_2023-09-22T13-08-23.293621.parquet' - '**/details_harness|hendrycksTest-conceptual_physics|5_2023-09-22T13-08-23.293621.parquet' - '**/details_harness|hendrycksTest-econometrics|5_2023-09-22T13-08-23.293621.parquet' - '**/details_harness|hendrycksTest-electrical_engineering|5_2023-09-22T13-08-23.293621.parquet' - '**/details_harness|hendrycksTest-elementary_mathematics|5_2023-09-22T13-08-23.293621.parquet' - '**/details_harness|hendrycksTest-formal_logic|5_2023-09-22T13-08-23.293621.parquet' - '**/details_harness|hendrycksTest-global_facts|5_2023-09-22T13-08-23.293621.parquet' - '**/details_harness|hendrycksTest-high_school_biology|5_2023-09-22T13-08-23.293621.parquet' - '**/details_harness|hendrycksTest-high_school_chemistry|5_2023-09-22T13-08-23.293621.parquet' - '**/details_harness|hendrycksTest-high_school_computer_science|5_2023-09-22T13-08-23.293621.parquet' - '**/details_harness|hendrycksTest-high_school_european_history|5_2023-09-22T13-08-23.293621.parquet' - '**/details_harness|hendrycksTest-high_school_geography|5_2023-09-22T13-08-23.293621.parquet' - '**/details_harness|hendrycksTest-high_school_government_and_politics|5_2023-09-22T13-08-23.293621.parquet' - '**/details_harness|hendrycksTest-high_school_macroeconomics|5_2023-09-22T13-08-23.293621.parquet' - '**/details_harness|hendrycksTest-high_school_mathematics|5_2023-09-22T13-08-23.293621.parquet' - '**/details_harness|hendrycksTest-high_school_microeconomics|5_2023-09-22T13-08-23.293621.parquet' - '**/details_harness|hendrycksTest-high_school_physics|5_2023-09-22T13-08-23.293621.parquet' - '**/details_harness|hendrycksTest-high_school_psychology|5_2023-09-22T13-08-23.293621.parquet' - '**/details_harness|hendrycksTest-high_school_statistics|5_2023-09-22T13-08-23.293621.parquet' - '**/details_harness|hendrycksTest-high_school_us_history|5_2023-09-22T13-08-23.293621.parquet' - '**/details_harness|hendrycksTest-high_school_world_history|5_2023-09-22T13-08-23.293621.parquet' - '**/details_harness|hendrycksTest-human_aging|5_2023-09-22T13-08-23.293621.parquet' - '**/details_harness|hendrycksTest-human_sexuality|5_2023-09-22T13-08-23.293621.parquet' - '**/details_harness|hendrycksTest-international_law|5_2023-09-22T13-08-23.293621.parquet' - '**/details_harness|hendrycksTest-jurisprudence|5_2023-09-22T13-08-23.293621.parquet' - '**/details_harness|hendrycksTest-logical_fallacies|5_2023-09-22T13-08-23.293621.parquet' - '**/details_harness|hendrycksTest-machine_learning|5_2023-09-22T13-08-23.293621.parquet' - '**/details_harness|hendrycksTest-management|5_2023-09-22T13-08-23.293621.parquet' - '**/details_harness|hendrycksTest-marketing|5_2023-09-22T13-08-23.293621.parquet' - '**/details_harness|hendrycksTest-medical_genetics|5_2023-09-22T13-08-23.293621.parquet' - '**/details_harness|hendrycksTest-miscellaneous|5_2023-09-22T13-08-23.293621.parquet' - '**/details_harness|hendrycksTest-moral_disputes|5_2023-09-22T13-08-23.293621.parquet' - '**/details_harness|hendrycksTest-moral_scenarios|5_2023-09-22T13-08-23.293621.parquet' - '**/details_harness|hendrycksTest-nutrition|5_2023-09-22T13-08-23.293621.parquet' - '**/details_harness|hendrycksTest-philosophy|5_2023-09-22T13-08-23.293621.parquet' - '**/details_harness|hendrycksTest-prehistory|5_2023-09-22T13-08-23.293621.parquet' - '**/details_harness|hendrycksTest-professional_accounting|5_2023-09-22T13-08-23.293621.parquet' - '**/details_harness|hendrycksTest-professional_law|5_2023-09-22T13-08-23.293621.parquet' - '**/details_harness|hendrycksTest-professional_medicine|5_2023-09-22T13-08-23.293621.parquet' - '**/details_harness|hendrycksTest-professional_psychology|5_2023-09-22T13-08-23.293621.parquet' - '**/details_harness|hendrycksTest-public_relations|5_2023-09-22T13-08-23.293621.parquet' - '**/details_harness|hendrycksTest-security_studies|5_2023-09-22T13-08-23.293621.parquet' - '**/details_harness|hendrycksTest-sociology|5_2023-09-22T13-08-23.293621.parquet' - '**/details_harness|hendrycksTest-us_foreign_policy|5_2023-09-22T13-08-23.293621.parquet' - '**/details_harness|hendrycksTest-virology|5_2023-09-22T13-08-23.293621.parquet' - '**/details_harness|hendrycksTest-world_religions|5_2023-09-22T13-08-23.293621.parquet' - split: latest path: - '**/details_harness|hendrycksTest-abstract_algebra|5_2023-09-22T13-08-23.293621.parquet' - '**/details_harness|hendrycksTest-anatomy|5_2023-09-22T13-08-23.293621.parquet' - '**/details_harness|hendrycksTest-astronomy|5_2023-09-22T13-08-23.293621.parquet' - '**/details_harness|hendrycksTest-business_ethics|5_2023-09-22T13-08-23.293621.parquet' - '**/details_harness|hendrycksTest-clinical_knowledge|5_2023-09-22T13-08-23.293621.parquet' - '**/details_harness|hendrycksTest-college_biology|5_2023-09-22T13-08-23.293621.parquet' - '**/details_harness|hendrycksTest-college_chemistry|5_2023-09-22T13-08-23.293621.parquet' - '**/details_harness|hendrycksTest-college_computer_science|5_2023-09-22T13-08-23.293621.parquet' - '**/details_harness|hendrycksTest-college_mathematics|5_2023-09-22T13-08-23.293621.parquet' - '**/details_harness|hendrycksTest-college_medicine|5_2023-09-22T13-08-23.293621.parquet' - '**/details_harness|hendrycksTest-college_physics|5_2023-09-22T13-08-23.293621.parquet' - '**/details_harness|hendrycksTest-computer_security|5_2023-09-22T13-08-23.293621.parquet' - '**/details_harness|hendrycksTest-conceptual_physics|5_2023-09-22T13-08-23.293621.parquet' - '**/details_harness|hendrycksTest-econometrics|5_2023-09-22T13-08-23.293621.parquet' - '**/details_harness|hendrycksTest-electrical_engineering|5_2023-09-22T13-08-23.293621.parquet' - '**/details_harness|hendrycksTest-elementary_mathematics|5_2023-09-22T13-08-23.293621.parquet' - '**/details_harness|hendrycksTest-formal_logic|5_2023-09-22T13-08-23.293621.parquet' - '**/details_harness|hendrycksTest-global_facts|5_2023-09-22T13-08-23.293621.parquet' - '**/details_harness|hendrycksTest-high_school_biology|5_2023-09-22T13-08-23.293621.parquet' - '**/details_harness|hendrycksTest-high_school_chemistry|5_2023-09-22T13-08-23.293621.parquet' - '**/details_harness|hendrycksTest-high_school_computer_science|5_2023-09-22T13-08-23.293621.parquet' - '**/details_harness|hendrycksTest-high_school_european_history|5_2023-09-22T13-08-23.293621.parquet' - '**/details_harness|hendrycksTest-high_school_geography|5_2023-09-22T13-08-23.293621.parquet' - '**/details_harness|hendrycksTest-high_school_government_and_politics|5_2023-09-22T13-08-23.293621.parquet' - '**/details_harness|hendrycksTest-high_school_macroeconomics|5_2023-09-22T13-08-23.293621.parquet' - '**/details_harness|hendrycksTest-high_school_mathematics|5_2023-09-22T13-08-23.293621.parquet' - '**/details_harness|hendrycksTest-high_school_microeconomics|5_2023-09-22T13-08-23.293621.parquet' - '**/details_harness|hendrycksTest-high_school_physics|5_2023-09-22T13-08-23.293621.parquet' - '**/details_harness|hendrycksTest-high_school_psychology|5_2023-09-22T13-08-23.293621.parquet' - '**/details_harness|hendrycksTest-high_school_statistics|5_2023-09-22T13-08-23.293621.parquet' - '**/details_harness|hendrycksTest-high_school_us_history|5_2023-09-22T13-08-23.293621.parquet' - '**/details_harness|hendrycksTest-high_school_world_history|5_2023-09-22T13-08-23.293621.parquet' - '**/details_harness|hendrycksTest-human_aging|5_2023-09-22T13-08-23.293621.parquet' - '**/details_harness|hendrycksTest-human_sexuality|5_2023-09-22T13-08-23.293621.parquet' - '**/details_harness|hendrycksTest-international_law|5_2023-09-22T13-08-23.293621.parquet' - '**/details_harness|hendrycksTest-jurisprudence|5_2023-09-22T13-08-23.293621.parquet' - '**/details_harness|hendrycksTest-logical_fallacies|5_2023-09-22T13-08-23.293621.parquet' - '**/details_harness|hendrycksTest-machine_learning|5_2023-09-22T13-08-23.293621.parquet' - '**/details_harness|hendrycksTest-management|5_2023-09-22T13-08-23.293621.parquet' - '**/details_harness|hendrycksTest-marketing|5_2023-09-22T13-08-23.293621.parquet' - '**/details_harness|hendrycksTest-medical_genetics|5_2023-09-22T13-08-23.293621.parquet' - '**/details_harness|hendrycksTest-miscellaneous|5_2023-09-22T13-08-23.293621.parquet' - '**/details_harness|hendrycksTest-moral_disputes|5_2023-09-22T13-08-23.293621.parquet' - '**/details_harness|hendrycksTest-moral_scenarios|5_2023-09-22T13-08-23.293621.parquet' - '**/details_harness|hendrycksTest-nutrition|5_2023-09-22T13-08-23.293621.parquet' - '**/details_harness|hendrycksTest-philosophy|5_2023-09-22T13-08-23.293621.parquet' - '**/details_harness|hendrycksTest-prehistory|5_2023-09-22T13-08-23.293621.parquet' - '**/details_harness|hendrycksTest-professional_accounting|5_2023-09-22T13-08-23.293621.parquet' - '**/details_harness|hendrycksTest-professional_law|5_2023-09-22T13-08-23.293621.parquet' - '**/details_harness|hendrycksTest-professional_medicine|5_2023-09-22T13-08-23.293621.parquet' - '**/details_harness|hendrycksTest-professional_psychology|5_2023-09-22T13-08-23.293621.parquet' - '**/details_harness|hendrycksTest-public_relations|5_2023-09-22T13-08-23.293621.parquet' - '**/details_harness|hendrycksTest-security_studies|5_2023-09-22T13-08-23.293621.parquet' - '**/details_harness|hendrycksTest-sociology|5_2023-09-22T13-08-23.293621.parquet' - '**/details_harness|hendrycksTest-us_foreign_policy|5_2023-09-22T13-08-23.293621.parquet' - '**/details_harness|hendrycksTest-virology|5_2023-09-22T13-08-23.293621.parquet' - '**/details_harness|hendrycksTest-world_religions|5_2023-09-22T13-08-23.293621.parquet' - config_name: harness_hendrycksTest_abstract_algebra_5 data_files: - split: 2023_09_22T13_08_23.293621 path: - '**/details_harness|hendrycksTest-abstract_algebra|5_2023-09-22T13-08-23.293621.parquet' - split: latest path: - '**/details_harness|hendrycksTest-abstract_algebra|5_2023-09-22T13-08-23.293621.parquet' - config_name: harness_hendrycksTest_anatomy_5 data_files: - split: 2023_09_22T13_08_23.293621 path: - '**/details_harness|hendrycksTest-anatomy|5_2023-09-22T13-08-23.293621.parquet' - split: latest path: - '**/details_harness|hendrycksTest-anatomy|5_2023-09-22T13-08-23.293621.parquet' - config_name: harness_hendrycksTest_astronomy_5 data_files: - split: 2023_09_22T13_08_23.293621 path: - '**/details_harness|hendrycksTest-astronomy|5_2023-09-22T13-08-23.293621.parquet' - split: latest path: - '**/details_harness|hendrycksTest-astronomy|5_2023-09-22T13-08-23.293621.parquet' - config_name: harness_hendrycksTest_business_ethics_5 data_files: - split: 2023_09_22T13_08_23.293621 path: - '**/details_harness|hendrycksTest-business_ethics|5_2023-09-22T13-08-23.293621.parquet' - split: latest path: - '**/details_harness|hendrycksTest-business_ethics|5_2023-09-22T13-08-23.293621.parquet' - config_name: harness_hendrycksTest_clinical_knowledge_5 data_files: - split: 2023_09_22T13_08_23.293621 path: - '**/details_harness|hendrycksTest-clinical_knowledge|5_2023-09-22T13-08-23.293621.parquet' - split: latest path: - '**/details_harness|hendrycksTest-clinical_knowledge|5_2023-09-22T13-08-23.293621.parquet' - config_name: harness_hendrycksTest_college_biology_5 data_files: - split: 2023_09_22T13_08_23.293621 path: - '**/details_harness|hendrycksTest-college_biology|5_2023-09-22T13-08-23.293621.parquet' - split: latest path: - '**/details_harness|hendrycksTest-college_biology|5_2023-09-22T13-08-23.293621.parquet' - config_name: harness_hendrycksTest_college_chemistry_5 data_files: - split: 2023_09_22T13_08_23.293621 path: - '**/details_harness|hendrycksTest-college_chemistry|5_2023-09-22T13-08-23.293621.parquet' - split: latest path: - '**/details_harness|hendrycksTest-college_chemistry|5_2023-09-22T13-08-23.293621.parquet' - config_name: harness_hendrycksTest_college_computer_science_5 data_files: - split: 2023_09_22T13_08_23.293621 path: - '**/details_harness|hendrycksTest-college_computer_science|5_2023-09-22T13-08-23.293621.parquet' - split: latest path: - '**/details_harness|hendrycksTest-college_computer_science|5_2023-09-22T13-08-23.293621.parquet' - config_name: harness_hendrycksTest_college_mathematics_5 data_files: - split: 2023_09_22T13_08_23.293621 path: - '**/details_harness|hendrycksTest-college_mathematics|5_2023-09-22T13-08-23.293621.parquet' - split: latest path: - '**/details_harness|hendrycksTest-college_mathematics|5_2023-09-22T13-08-23.293621.parquet' - config_name: harness_hendrycksTest_college_medicine_5 data_files: - split: 2023_09_22T13_08_23.293621 path: - '**/details_harness|hendrycksTest-college_medicine|5_2023-09-22T13-08-23.293621.parquet' - split: latest path: - '**/details_harness|hendrycksTest-college_medicine|5_2023-09-22T13-08-23.293621.parquet' - config_name: harness_hendrycksTest_college_physics_5 data_files: - split: 2023_09_22T13_08_23.293621 path: - '**/details_harness|hendrycksTest-college_physics|5_2023-09-22T13-08-23.293621.parquet' - split: latest path: - '**/details_harness|hendrycksTest-college_physics|5_2023-09-22T13-08-23.293621.parquet' - config_name: harness_hendrycksTest_computer_security_5 data_files: - split: 2023_09_22T13_08_23.293621 path: - '**/details_harness|hendrycksTest-computer_security|5_2023-09-22T13-08-23.293621.parquet' - split: latest path: - '**/details_harness|hendrycksTest-computer_security|5_2023-09-22T13-08-23.293621.parquet' - config_name: harness_hendrycksTest_conceptual_physics_5 data_files: - split: 2023_09_22T13_08_23.293621 path: - '**/details_harness|hendrycksTest-conceptual_physics|5_2023-09-22T13-08-23.293621.parquet' - split: latest path: - '**/details_harness|hendrycksTest-conceptual_physics|5_2023-09-22T13-08-23.293621.parquet' - config_name: harness_hendrycksTest_econometrics_5 data_files: - split: 2023_09_22T13_08_23.293621 path: - '**/details_harness|hendrycksTest-econometrics|5_2023-09-22T13-08-23.293621.parquet' - split: latest path: - '**/details_harness|hendrycksTest-econometrics|5_2023-09-22T13-08-23.293621.parquet' - config_name: harness_hendrycksTest_electrical_engineering_5 data_files: - split: 2023_09_22T13_08_23.293621 path: - '**/details_harness|hendrycksTest-electrical_engineering|5_2023-09-22T13-08-23.293621.parquet' - split: latest path: - '**/details_harness|hendrycksTest-electrical_engineering|5_2023-09-22T13-08-23.293621.parquet' - config_name: harness_hendrycksTest_elementary_mathematics_5 data_files: - split: 2023_09_22T13_08_23.293621 path: - '**/details_harness|hendrycksTest-elementary_mathematics|5_2023-09-22T13-08-23.293621.parquet' - split: latest path: - '**/details_harness|hendrycksTest-elementary_mathematics|5_2023-09-22T13-08-23.293621.parquet' - config_name: harness_hendrycksTest_formal_logic_5 data_files: - split: 2023_09_22T13_08_23.293621 path: - '**/details_harness|hendrycksTest-formal_logic|5_2023-09-22T13-08-23.293621.parquet' - split: latest path: - '**/details_harness|hendrycksTest-formal_logic|5_2023-09-22T13-08-23.293621.parquet' - config_name: harness_hendrycksTest_global_facts_5 data_files: - split: 2023_09_22T13_08_23.293621 path: - '**/details_harness|hendrycksTest-global_facts|5_2023-09-22T13-08-23.293621.parquet' - split: latest path: - '**/details_harness|hendrycksTest-global_facts|5_2023-09-22T13-08-23.293621.parquet' - config_name: harness_hendrycksTest_high_school_biology_5 data_files: - split: 2023_09_22T13_08_23.293621 path: - '**/details_harness|hendrycksTest-high_school_biology|5_2023-09-22T13-08-23.293621.parquet' - split: latest path: - '**/details_harness|hendrycksTest-high_school_biology|5_2023-09-22T13-08-23.293621.parquet' - config_name: harness_hendrycksTest_high_school_chemistry_5 data_files: - split: 2023_09_22T13_08_23.293621 path: - '**/details_harness|hendrycksTest-high_school_chemistry|5_2023-09-22T13-08-23.293621.parquet' - split: latest path: - '**/details_harness|hendrycksTest-high_school_chemistry|5_2023-09-22T13-08-23.293621.parquet' - config_name: harness_hendrycksTest_high_school_computer_science_5 data_files: - split: 2023_09_22T13_08_23.293621 path: - '**/details_harness|hendrycksTest-high_school_computer_science|5_2023-09-22T13-08-23.293621.parquet' - split: latest path: - '**/details_harness|hendrycksTest-high_school_computer_science|5_2023-09-22T13-08-23.293621.parquet' - config_name: harness_hendrycksTest_high_school_european_history_5 data_files: - split: 2023_09_22T13_08_23.293621 path: - '**/details_harness|hendrycksTest-high_school_european_history|5_2023-09-22T13-08-23.293621.parquet' - split: latest path: - '**/details_harness|hendrycksTest-high_school_european_history|5_2023-09-22T13-08-23.293621.parquet' - config_name: harness_hendrycksTest_high_school_geography_5 data_files: - split: 2023_09_22T13_08_23.293621 path: - '**/details_harness|hendrycksTest-high_school_geography|5_2023-09-22T13-08-23.293621.parquet' - split: latest path: - '**/details_harness|hendrycksTest-high_school_geography|5_2023-09-22T13-08-23.293621.parquet' - config_name: harness_hendrycksTest_high_school_government_and_politics_5 data_files: - split: 2023_09_22T13_08_23.293621 path: - '**/details_harness|hendrycksTest-high_school_government_and_politics|5_2023-09-22T13-08-23.293621.parquet' - split: latest path: - '**/details_harness|hendrycksTest-high_school_government_and_politics|5_2023-09-22T13-08-23.293621.parquet' - config_name: harness_hendrycksTest_high_school_macroeconomics_5 data_files: - split: 2023_09_22T13_08_23.293621 path: - '**/details_harness|hendrycksTest-high_school_macroeconomics|5_2023-09-22T13-08-23.293621.parquet' - split: latest path: - '**/details_harness|hendrycksTest-high_school_macroeconomics|5_2023-09-22T13-08-23.293621.parquet' - config_name: harness_hendrycksTest_high_school_mathematics_5 data_files: - split: 2023_09_22T13_08_23.293621 path: - '**/details_harness|hendrycksTest-high_school_mathematics|5_2023-09-22T13-08-23.293621.parquet' - split: latest path: - '**/details_harness|hendrycksTest-high_school_mathematics|5_2023-09-22T13-08-23.293621.parquet' - config_name: harness_hendrycksTest_high_school_microeconomics_5 data_files: - split: 2023_09_22T13_08_23.293621 path: - '**/details_harness|hendrycksTest-high_school_microeconomics|5_2023-09-22T13-08-23.293621.parquet' - split: latest path: - '**/details_harness|hendrycksTest-high_school_microeconomics|5_2023-09-22T13-08-23.293621.parquet' - config_name: harness_hendrycksTest_high_school_physics_5 data_files: - split: 2023_09_22T13_08_23.293621 path: - '**/details_harness|hendrycksTest-high_school_physics|5_2023-09-22T13-08-23.293621.parquet' - split: latest path: - '**/details_harness|hendrycksTest-high_school_physics|5_2023-09-22T13-08-23.293621.parquet' - config_name: harness_hendrycksTest_high_school_psychology_5 data_files: - split: 2023_09_22T13_08_23.293621 path: - '**/details_harness|hendrycksTest-high_school_psychology|5_2023-09-22T13-08-23.293621.parquet' - split: latest path: - '**/details_harness|hendrycksTest-high_school_psychology|5_2023-09-22T13-08-23.293621.parquet' - config_name: harness_hendrycksTest_high_school_statistics_5 data_files: - split: 2023_09_22T13_08_23.293621 path: - '**/details_harness|hendrycksTest-high_school_statistics|5_2023-09-22T13-08-23.293621.parquet' - split: latest path: - '**/details_harness|hendrycksTest-high_school_statistics|5_2023-09-22T13-08-23.293621.parquet' - config_name: harness_hendrycksTest_high_school_us_history_5 data_files: - split: 2023_09_22T13_08_23.293621 path: - '**/details_harness|hendrycksTest-high_school_us_history|5_2023-09-22T13-08-23.293621.parquet' - split: latest path: - '**/details_harness|hendrycksTest-high_school_us_history|5_2023-09-22T13-08-23.293621.parquet' - config_name: harness_hendrycksTest_high_school_world_history_5 data_files: - split: 2023_09_22T13_08_23.293621 path: - '**/details_harness|hendrycksTest-high_school_world_history|5_2023-09-22T13-08-23.293621.parquet' - split: latest path: - '**/details_harness|hendrycksTest-high_school_world_history|5_2023-09-22T13-08-23.293621.parquet' - config_name: harness_hendrycksTest_human_aging_5 data_files: - split: 2023_09_22T13_08_23.293621 path: - '**/details_harness|hendrycksTest-human_aging|5_2023-09-22T13-08-23.293621.parquet' - split: latest path: - '**/details_harness|hendrycksTest-human_aging|5_2023-09-22T13-08-23.293621.parquet' - config_name: harness_hendrycksTest_human_sexuality_5 data_files: - split: 2023_09_22T13_08_23.293621 path: - '**/details_harness|hendrycksTest-human_sexuality|5_2023-09-22T13-08-23.293621.parquet' - split: latest path: - '**/details_harness|hendrycksTest-human_sexuality|5_2023-09-22T13-08-23.293621.parquet' - config_name: harness_hendrycksTest_international_law_5 data_files: - split: 2023_09_22T13_08_23.293621 path: - '**/details_harness|hendrycksTest-international_law|5_2023-09-22T13-08-23.293621.parquet' - split: latest path: - '**/details_harness|hendrycksTest-international_law|5_2023-09-22T13-08-23.293621.parquet' - config_name: harness_hendrycksTest_jurisprudence_5 data_files: - split: 2023_09_22T13_08_23.293621 path: - '**/details_harness|hendrycksTest-jurisprudence|5_2023-09-22T13-08-23.293621.parquet' - split: latest path: - '**/details_harness|hendrycksTest-jurisprudence|5_2023-09-22T13-08-23.293621.parquet' - config_name: harness_hendrycksTest_logical_fallacies_5 data_files: - split: 2023_09_22T13_08_23.293621 path: - '**/details_harness|hendrycksTest-logical_fallacies|5_2023-09-22T13-08-23.293621.parquet' - split: latest path: - '**/details_harness|hendrycksTest-logical_fallacies|5_2023-09-22T13-08-23.293621.parquet' - config_name: harness_hendrycksTest_machine_learning_5 data_files: - split: 2023_09_22T13_08_23.293621 path: - '**/details_harness|hendrycksTest-machine_learning|5_2023-09-22T13-08-23.293621.parquet' - split: latest path: - '**/details_harness|hendrycksTest-machine_learning|5_2023-09-22T13-08-23.293621.parquet' - config_name: harness_hendrycksTest_management_5 data_files: - split: 2023_09_22T13_08_23.293621 path: - '**/details_harness|hendrycksTest-management|5_2023-09-22T13-08-23.293621.parquet' - split: latest path: - '**/details_harness|hendrycksTest-management|5_2023-09-22T13-08-23.293621.parquet' - config_name: harness_hendrycksTest_marketing_5 data_files: - split: 2023_09_22T13_08_23.293621 path: - '**/details_harness|hendrycksTest-marketing|5_2023-09-22T13-08-23.293621.parquet' - split: latest path: - '**/details_harness|hendrycksTest-marketing|5_2023-09-22T13-08-23.293621.parquet' - config_name: harness_hendrycksTest_medical_genetics_5 data_files: - split: 2023_09_22T13_08_23.293621 path: - '**/details_harness|hendrycksTest-medical_genetics|5_2023-09-22T13-08-23.293621.parquet' - split: latest path: - '**/details_harness|hendrycksTest-medical_genetics|5_2023-09-22T13-08-23.293621.parquet' - config_name: harness_hendrycksTest_miscellaneous_5 data_files: - split: 2023_09_22T13_08_23.293621 path: - '**/details_harness|hendrycksTest-miscellaneous|5_2023-09-22T13-08-23.293621.parquet' - split: latest path: - '**/details_harness|hendrycksTest-miscellaneous|5_2023-09-22T13-08-23.293621.parquet' - config_name: harness_hendrycksTest_moral_disputes_5 data_files: - split: 2023_09_22T13_08_23.293621 path: - '**/details_harness|hendrycksTest-moral_disputes|5_2023-09-22T13-08-23.293621.parquet' - split: latest path: - '**/details_harness|hendrycksTest-moral_disputes|5_2023-09-22T13-08-23.293621.parquet' - config_name: harness_hendrycksTest_moral_scenarios_5 data_files: - split: 2023_09_22T13_08_23.293621 path: - '**/details_harness|hendrycksTest-moral_scenarios|5_2023-09-22T13-08-23.293621.parquet' - split: latest path: - '**/details_harness|hendrycksTest-moral_scenarios|5_2023-09-22T13-08-23.293621.parquet' - config_name: harness_hendrycksTest_nutrition_5 data_files: - split: 2023_09_22T13_08_23.293621 path: - '**/details_harness|hendrycksTest-nutrition|5_2023-09-22T13-08-23.293621.parquet' - split: latest path: - '**/details_harness|hendrycksTest-nutrition|5_2023-09-22T13-08-23.293621.parquet' - config_name: harness_hendrycksTest_philosophy_5 data_files: - split: 2023_09_22T13_08_23.293621 path: - '**/details_harness|hendrycksTest-philosophy|5_2023-09-22T13-08-23.293621.parquet' - split: latest path: - '**/details_harness|hendrycksTest-philosophy|5_2023-09-22T13-08-23.293621.parquet' - config_name: harness_hendrycksTest_prehistory_5 data_files: - split: 2023_09_22T13_08_23.293621 path: - '**/details_harness|hendrycksTest-prehistory|5_2023-09-22T13-08-23.293621.parquet' - split: latest path: - '**/details_harness|hendrycksTest-prehistory|5_2023-09-22T13-08-23.293621.parquet' - config_name: harness_hendrycksTest_professional_accounting_5 data_files: - split: 2023_09_22T13_08_23.293621 path: - '**/details_harness|hendrycksTest-professional_accounting|5_2023-09-22T13-08-23.293621.parquet' - split: latest path: - '**/details_harness|hendrycksTest-professional_accounting|5_2023-09-22T13-08-23.293621.parquet' - config_name: harness_hendrycksTest_professional_law_5 data_files: - split: 2023_09_22T13_08_23.293621 path: - '**/details_harness|hendrycksTest-professional_law|5_2023-09-22T13-08-23.293621.parquet' - split: latest path: - '**/details_harness|hendrycksTest-professional_law|5_2023-09-22T13-08-23.293621.parquet' - config_name: harness_hendrycksTest_professional_medicine_5 data_files: - split: 2023_09_22T13_08_23.293621 path: - '**/details_harness|hendrycksTest-professional_medicine|5_2023-09-22T13-08-23.293621.parquet' - split: latest path: - '**/details_harness|hendrycksTest-professional_medicine|5_2023-09-22T13-08-23.293621.parquet' - config_name: harness_hendrycksTest_professional_psychology_5 data_files: - split: 2023_09_22T13_08_23.293621 path: - '**/details_harness|hendrycksTest-professional_psychology|5_2023-09-22T13-08-23.293621.parquet' - split: latest path: - '**/details_harness|hendrycksTest-professional_psychology|5_2023-09-22T13-08-23.293621.parquet' - config_name: harness_hendrycksTest_public_relations_5 data_files: - split: 2023_09_22T13_08_23.293621 path: - '**/details_harness|hendrycksTest-public_relations|5_2023-09-22T13-08-23.293621.parquet' - split: latest path: - '**/details_harness|hendrycksTest-public_relations|5_2023-09-22T13-08-23.293621.parquet' - config_name: harness_hendrycksTest_security_studies_5 data_files: - split: 2023_09_22T13_08_23.293621 path: - '**/details_harness|hendrycksTest-security_studies|5_2023-09-22T13-08-23.293621.parquet' - split: latest path: - '**/details_harness|hendrycksTest-security_studies|5_2023-09-22T13-08-23.293621.parquet' - config_name: harness_hendrycksTest_sociology_5 data_files: - split: 2023_09_22T13_08_23.293621 path: - '**/details_harness|hendrycksTest-sociology|5_2023-09-22T13-08-23.293621.parquet' - split: latest path: - '**/details_harness|hendrycksTest-sociology|5_2023-09-22T13-08-23.293621.parquet' - config_name: harness_hendrycksTest_us_foreign_policy_5 data_files: - split: 2023_09_22T13_08_23.293621 path: - '**/details_harness|hendrycksTest-us_foreign_policy|5_2023-09-22T13-08-23.293621.parquet' - split: latest path: - '**/details_harness|hendrycksTest-us_foreign_policy|5_2023-09-22T13-08-23.293621.parquet' - config_name: harness_hendrycksTest_virology_5 data_files: - split: 2023_09_22T13_08_23.293621 path: - '**/details_harness|hendrycksTest-virology|5_2023-09-22T13-08-23.293621.parquet' - split: latest path: - '**/details_harness|hendrycksTest-virology|5_2023-09-22T13-08-23.293621.parquet' - config_name: harness_hendrycksTest_world_religions_5 data_files: - split: 2023_09_22T13_08_23.293621 path: - '**/details_harness|hendrycksTest-world_religions|5_2023-09-22T13-08-23.293621.parquet' - split: latest path: - '**/details_harness|hendrycksTest-world_religions|5_2023-09-22T13-08-23.293621.parquet' - config_name: harness_truthfulqa_mc_0 data_files: - split: 2023_09_22T13_08_23.293621 path: - '**/details_harness|truthfulqa:mc|0_2023-09-22T13-08-23.293621.parquet' - split: latest path: - '**/details_harness|truthfulqa:mc|0_2023-09-22T13-08-23.293621.parquet' - config_name: harness_winogrande_5 data_files: - split: 2023_10_29T16_06_53.107330 path: - '**/details_harness|winogrande|5_2023-10-29T16-06-53.107330.parquet' - split: latest path: - '**/details_harness|winogrande|5_2023-10-29T16-06-53.107330.parquet' - config_name: results data_files: - split: 2023_09_22T13_08_23.293621 path: - results_2023-09-22T13-08-23.293621.parquet - split: 2023_10_29T16_06_53.107330 path: - results_2023-10-29T16-06-53.107330.parquet - split: latest path: - results_2023-10-29T16-06-53.107330.parquet --- # Dataset Card for Evaluation run of Xwin-LM/Xwin-LM-70B-V0.1 ## Dataset Description - **Homepage:** - **Repository:** https://huggingface.co/Xwin-LM/Xwin-LM-70B-V0.1 - **Paper:** - **Leaderboard:** https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard - **Point of Contact:** [email protected] ### Dataset Summary Dataset automatically created during the evaluation run of model [Xwin-LM/Xwin-LM-70B-V0.1](https://huggingface.co/Xwin-LM/Xwin-LM-70B-V0.1) on the [Open LLM Leaderboard](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard). The dataset is composed of 64 configuration, each one coresponding to one of the evaluated task. The dataset has been created from 2 run(s). Each run can be found as a specific split in each configuration, the split being named using the timestamp of the run.The "train" split is always pointing to the latest results. An additional configuration "results" store all the aggregated results of the run (and is used to compute and display the agregated metrics on the [Open LLM Leaderboard](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard)). To load the details from a run, you can for instance do the following: ```python from datasets import load_dataset data = load_dataset("open-llm-leaderboard/details_Xwin-LM__Xwin-LM-70B-V0.1", "harness_winogrande_5", split="train") ``` ## Latest results These are the [latest results from run 2023-10-29T16:06:53.107330](https://huggingface.co/datasets/open-llm-leaderboard/details_Xwin-LM__Xwin-LM-70B-V0.1/blob/main/results_2023-10-29T16-06-53.107330.json)(note that their might be results for other tasks in the repos if successive evals didn't cover the same tasks. You find each in the results and the "latest" split for each eval): ```python { "all": { "em": 0.08504614093959731, "em_stderr": 0.0028567126231220596, "f1": 0.14911073825503293, "f1_stderr": 0.003010481134071011, "acc": 0.5504525862971696, "acc_stderr": 0.011424065665063533 }, "harness|drop|3": { "em": 0.08504614093959731, "em_stderr": 0.0028567126231220596, "f1": 0.14911073825503293, "f1_stderr": 0.003010481134071011 }, "harness|gsm8k|5": { "acc": 0.2721758908263836, "acc_stderr": 0.01225971403516454 }, "harness|winogrande|5": { "acc": 0.8287292817679558, "acc_stderr": 0.010588417294962526 } } ``` ### Supported Tasks and Leaderboards [More Information Needed] ### Languages [More Information Needed] ## Dataset Structure ### Data Instances [More Information Needed] ### Data Fields [More Information Needed] ### Data Splits [More Information Needed] ## Dataset Creation ### Curation Rationale [More Information Needed] ### Source Data #### Initial Data Collection and Normalization [More Information Needed] #### Who are the source language producers? [More Information Needed] ### Annotations #### Annotation process [More Information Needed] #### Who are the annotators? [More Information Needed] ### Personal and Sensitive Information [More Information Needed] ## Considerations for Using the Data ### Social Impact of Dataset [More Information Needed] ### Discussion of Biases [More Information Needed] ### Other Known Limitations [More Information Needed] ## Additional Information ### Dataset Curators [More Information Needed] ### Licensing Information [More Information Needed] ### Citation Information [More Information Needed] ### Contributions [More Information Needed]
[ -0.42291244864463806, -0.5687995553016663, 0.3114394545555115, 0.13727468252182007, -0.1018068790435791, 0.20579759776592255, -0.4191683232784271, -0.26943719387054443, 0.3928879201412201, 0.5427826046943665, -0.8094092607498169, -0.9894766807556152, -0.6483513712882996, 0.10930775851011276, -0.13743948936462402, 1.1721646785736084, -0.30873045325279236, -0.21937356889247894, -0.10147564113140106, -0.3105984628200531, -0.29333579540252686, -0.48434898257255554, -0.5594260096549988, -0.4469221532344818, 0.4367152452468872, 0.5130121111869812, 0.45353269577026367, 0.7838954329490662, 0.6753588914871216, 0.4159519672393799, -0.08421402424573898, 0.17353445291519165, -0.49696892499923706, -0.06380322575569153, 0.2257203459739685, -0.7165218591690063, -0.8719565868377686, 0.17798607051372528, 0.699985146522522, 0.41995301842689514, -0.06947340071201324, 0.5882136225700378, 0.1293552815914154, 0.6084321737289429, -0.4138016402721405, 0.4500505030155182, -0.3475768268108368, 0.008159502409398556, -0.4148585796356201, -0.19567126035690308, -0.025588247925043106, -0.2997247278690338, -0.23104089498519897, -0.5484601259231567, 0.24248123168945312, 0.19165730476379395, 1.0277440547943115, 0.10175551474094391, -0.0038999775424599648, -0.17159217596054077, -0.24119170010089874, 0.8359038829803467, -0.9453936219215393, -0.027610713616013527, 0.5795438289642334, 0.0965660884976387, -0.2756049335002899, -0.5959131121635437, -0.353349506855011, -0.16109874844551086, -0.2782512903213501, 0.1540226936340332, -0.11422949284315109, -0.03423599526286125, 0.447311669588089, 0.6223945021629333, -0.7224448323249817, 0.03889693692326546, -0.5241641402244568, -0.10598181188106537, 0.9764903783798218, 0.46936506032943726, 0.09687913954257965, -0.4456377327442169, -0.43656644225120544, -0.42173704504966736, -0.41371604800224304, 0.29175692796707153, 0.428388774394989, 0.5823811292648315, -0.6564815640449524, 0.72412109375, -0.4099256992340088, 0.5293501615524292, -0.09636163711547852, -0.3230096995830536, 0.9122164249420166, -0.5660716891288757, -0.21385255455970764, 0.01100094523280859, 1.0801303386688232, 0.46781742572784424, 0.018914436921477318, 0.092816062271595, -0.347110778093338, -0.028735438361763954, 0.02204481139779091, -0.7005813121795654, -0.10979581624269485, 0.46863681077957153, -0.5571215152740479, -0.44645580649375916, 0.2770276963710785, -0.7544615268707275, -0.18609458208084106, -0.2880863547325134, 0.19692066311836243, -0.1977638602256775, -0.3168012201786041, -0.11195169389247894, -0.2302844226360321, 0.21415890753269196, 0.12638655304908752, -0.5101064443588257, 0.3695935904979706, 0.7059997916221619, 0.9972166419029236, -0.2670549750328064, -0.410128653049469, -0.4077553451061249, -0.23668181896209717, -0.1647864282131195, 0.36281120777130127, -0.1640593707561493, -0.36840569972991943, -0.20515097677707672, 0.4524693489074707, -0.20552386343479156, -0.6479590535163879, 0.6073651909828186, -0.2528940439224243, 0.16984854638576508, -0.3156369924545288, -0.4826366603374481, -0.08957826346158981, 0.4505111575126648, -0.6565096378326416, 1.4300823211669922, 0.41525766253471375, -0.9024916291236877, 0.139272540807724, -0.8039278984069824, -0.1739548295736313, 0.07869420945644379, -0.09007427096366882, -0.5606066584587097, -0.08602673560380936, -0.015776177868247032, 0.5512139201164246, -0.24208562076091766, 0.07313190400600433, -0.3518729507923126, -0.3878996968269348, 0.14622896909713745, -0.13148316740989685, 1.110101580619812, 0.10733796656131744, -0.5947818756103516, 0.20272955298423767, -0.9598036408424377, 0.26365241408348083, 0.3209500014781952, -0.5055117011070251, -0.25526905059814453, -0.20802263915538788, 0.09883946180343628, 0.22235339879989624, 0.5829669237136841, -0.709132969379425, 0.3556654453277588, -0.19994650781154633, 0.2283136546611786, 0.9912337064743042, -0.17053745687007904, 0.22050787508487701, -0.5009406805038452, 0.6146897673606873, -0.021081669256091118, 0.3011593520641327, 0.16043198108673096, -0.5173776745796204, -0.7105039954185486, -0.2005947381258011, 0.05535777658224106, 0.8065539002418518, -0.5015471577644348, 0.7102357745170593, -0.41447025537490845, -0.6433234810829163, -0.6418132185935974, 0.15912558138370514, 0.5392875075340271, 0.4521944224834442, 0.34204787015914917, -0.18085741996765137, -0.7127565145492554, -0.9621584415435791, 0.10902529954910278, -0.2826845645904541, 0.03608967363834381, 0.5713136196136475, 0.9207305908203125, -0.2946268320083618, 0.7936974167823792, -0.739389181137085, -0.30084893107414246, -0.33166933059692383, -0.01651523821055889, 0.768419086933136, 0.485324501991272, 0.5115971565246582, -0.5558468699455261, -0.38921332359313965, 0.04845893383026123, -0.8821355700492859, -0.29382041096687317, -0.1428835690021515, -0.2583324909210205, 0.3519461154937744, 0.047283709049224854, -0.4853641986846924, 0.48949384689331055, 0.6005663871765137, -0.5795311331748962, 0.735131025314331, -0.08260055631399155, 0.41007083654403687, -1.122022271156311, 0.14599569141864777, 0.05106614902615547, -0.20972120761871338, -0.3406921923160553, -0.08051510155200958, 0.03494306281208992, 0.35157814621925354, -0.4089273512363434, 0.7108410596847534, -0.5110174417495728, -0.1382633000612259, -0.03355606645345688, 0.2618727385997772, -0.12164197862148285, 0.5016766786575317, -0.2855764627456665, 0.7820984721183777, 0.5004046559333801, -0.22619858384132385, 0.43719109892845154, 0.3793829381465912, -0.48079195618629456, 0.19224561750888824, -0.5300621390342712, -0.011556372046470642, 0.13163696229457855, 0.09484314918518066, -0.9214068055152893, -0.22239507734775543, 0.48629072308540344, -0.5494897961616516, 0.31616389751434326, -0.2568153142929077, -0.46485525369644165, -0.4948519766330719, -0.6190907955169678, 0.09298814833164215, 0.4973292350769043, -0.3962964713573456, 0.19660401344299316, 0.4042756259441376, -0.055940765887498856, -0.6522616147994995, -0.7013540267944336, -0.08317696303129196, -0.2830996513366699, -0.7311858534812927, 0.437142938375473, -0.23346726596355438, -0.3862622380256653, 0.0012790217297151685, -0.05210459232330322, 0.07012619078159332, 0.08804257959127426, 0.42784860730171204, 0.6147465705871582, -0.12641511857509613, -0.38564208149909973, -0.19891126453876495, -0.17691147327423096, 0.2395564317703247, 0.1838328242301941, 0.5406324863433838, -0.23599188029766083, -0.20933827757835388, -0.1126006692647934, 0.24067725241184235, 0.5134143829345703, -0.01590867154300213, 0.762151300907135, 0.6983928680419922, -0.1418377012014389, -0.09574040025472641, -0.3297628164291382, -0.010304984636604786, -0.4936782717704773, 0.41957956552505493, -0.2813226878643036, -0.8250384330749512, 0.814488410949707, 0.28284260630607605, 0.21768872439861298, 0.5934298634529114, 0.5409022569656372, -0.0018589864484965801, 0.8594425916671753, 0.3113590478897095, -0.22923843562602997, 0.5565748810768127, -0.7888417840003967, -0.1520601063966751, -1.037200927734375, -0.3231373131275177, -0.4297119975090027, -0.442842036485672, -0.8630239367485046, -0.4167517125606537, 0.2840858995914459, 0.08617181330919266, -0.3284383714199066, 0.471011221408844, -0.6196028590202332, 0.18592524528503418, 0.6820240616798401, 0.32633599638938904, 0.033360134810209274, -0.03169896453619003, -0.07891427725553513, 0.19987425208091736, -0.5252706408500671, -0.437923401594162, 1.25581693649292, 0.272924542427063, 0.7237368822097778, -0.11912482976913452, 1.0111420154571533, 0.43048083782196045, 0.2865205407142639, -0.4948819875717163, 0.6838096976280212, -0.15468740463256836, -0.5784132480621338, -0.20463354885578156, -0.6524959802627563, -0.9024300575256348, 0.11832226812839508, -0.029143130406737328, -0.989569902420044, 0.06202985718846321, 0.041210539638996124, -0.06431364268064499, 0.4691033661365509, -0.500869631767273, 0.8443247079849243, -0.35379889607429504, -0.48530614376068115, 0.09456788748502731, -0.917431116104126, 0.39593276381492615, 0.12111956626176834, 0.30887535214424133, -0.3163872957229614, -0.01715789921581745, 1.1506767272949219, -0.6308006644248962, 0.7949845790863037, -0.28660720586776733, 0.05429835617542267, 0.29702112078666687, -0.40402916073799133, 0.6944336295127869, -0.10644799470901489, -0.209481880068779, 0.4475450813770294, -0.06657876074314117, -0.27608081698417664, -0.30010366439819336, 0.8902140855789185, -0.9334113597869873, -0.4180349111557007, -0.45078665018081665, -0.7036792039871216, 0.19216373562812805, 0.17265409231185913, 0.3862983286380768, 0.34125402569770813, 0.08626741915941238, 0.20822793245315552, 0.34247174859046936, -0.17977704107761383, 0.5243040323257446, 0.3938254415988922, -0.2843850255012512, -0.6674323678016663, 0.7275607585906982, 0.3159635066986084, 0.192178875207901, 0.2061009407043457, 0.011693633161485195, -0.4314838647842407, -0.43634551763534546, -0.39434903860092163, 0.2841438353061676, -0.5951857566833496, -0.38486024737358093, -0.4252691864967346, -0.26399147510528564, -0.3172435760498047, -0.06494466215372086, -0.3930594027042389, -0.41831260919570923, -0.3980109989643097, -0.19472728669643402, 0.6633946299552917, 0.5775100588798523, -0.3855840563774109, 0.29387885332107544, -0.8118289709091187, 0.19977065920829773, -0.28082913160324097, 0.41391026973724365, -0.17404258251190186, -0.47869351506233215, -0.4607650637626648, 0.2295462191104889, -0.32612454891204834, -0.8612130880355835, 0.5500704646110535, -0.012535138055682182, 0.772957980632782, 0.1644640415906906, 0.22953428328037262, 0.6707809567451477, -0.2222973257303238, 0.977325439453125, 0.022107677534222603, -0.6924996376037598, 0.6607011556625366, -0.2468264400959015, 0.12256261706352234, 0.5129382610321045, 0.22207103669643402, -0.4504599869251251, -0.35769474506378174, -0.8270090818405151, -1.1659772396087646, 1.0638355016708374, 0.45273131132125854, -0.2858167290687561, 0.08686155080795288, 0.34141048789024353, 0.01831028051674366, 0.12730522453784943, -0.6388061046600342, -0.9297141432762146, 0.020824216306209564, -0.24475254118442535, -0.10969141125679016, -0.02871636487543583, -0.3987753987312317, -0.44589462876319885, 0.9436923265457153, -0.03657251596450806, 0.5011751651763916, 0.2033635824918747, -0.02688739262521267, -0.07454115897417068, 0.2336072027683258, 0.48589545488357544, 0.7096803784370422, -0.48099997639656067, -0.021296601742506027, 0.2956013083457947, -0.5953023433685303, 0.16076317429542542, 0.31597164273262024, -0.020793890580534935, 0.006722239311784506, 0.6138174533843994, 0.9711130261421204, 0.005503223277628422, -0.4082787036895752, 0.48718830943107605, 0.043510712683200836, -0.2982217073440552, -0.4019215404987335, 0.2248145341873169, -0.07583533227443695, 0.4532550275325775, 0.4245728850364685, -0.1282242387533188, -0.019007517024874687, -0.31353336572647095, 0.3044065237045288, 0.40513065457344055, -0.23405303061008453, -0.29898446798324585, 0.5756052732467651, -0.10323935747146606, -0.29367750883102417, 0.698889970779419, -0.18974390625953674, -0.6470720767974854, 1.0747358798980713, 0.38322365283966064, 0.9211946129798889, 0.03226131945848465, 0.15966325998306274, 0.494085431098938, 0.35868439078330994, -0.04067510366439819, 0.6738624572753906, 0.0602293536067009, -0.6039186120033264, -0.3010655641555786, -0.7149592638015747, -0.25362998247146606, 0.28374940156936646, -1.0210226774215698, 0.3478991389274597, -0.07594095170497894, -0.3875008225440979, -0.1711936891078949, 0.4554392099380493, -0.7611523866653442, 0.1697484403848648, 0.1529110223054886, 1.0753428936004639, -1.0421295166015625, 0.6724915504455566, 0.8205977082252502, -0.3780093193054199, -0.8267229795455933, -0.3654565215110779, 0.05585642531514168, -0.857642412185669, 0.4602896273136139, 0.19065582752227783, 0.31168562173843384, -0.1909441500902176, -0.70054030418396, -0.9908812046051025, 1.4829325675964355, 0.19008061289787292, -0.6941538453102112, 0.1045328825712204, 0.18385905027389526, 0.285238116979599, -0.3048596680164337, 0.495114266872406, 0.6889743208885193, 0.7715651988983154, -0.15823623538017273, -0.9096359014511108, 0.36426636576652527, -0.5407727956771851, -0.14093217253684998, 0.35785919427871704, -0.8065409064292908, 1.05540132522583, -0.24254924058914185, -0.011582151986658573, -0.0027981686871498823, 0.3763774037361145, 0.6797329783439636, 0.3832053244113922, 0.4892973303794861, 0.6532270908355713, 0.6733442544937134, -0.41327768564224243, 1.0911363363265991, -0.4009585976600647, 0.8702288866043091, 1.1433672904968262, 0.0181850828230381, 0.7103067636489868, 0.393282026052475, -0.5886378884315491, 0.5088865756988525, 0.8052442669868469, -0.31395506858825684, 0.3876746892929077, 0.2383280247449875, -0.07450718432664871, -0.08997723460197449, 0.14261145889759064, -0.5425702333450317, 0.337073415517807, 0.1259617805480957, -0.6895427703857422, -0.19682259857654572, -0.18453748524188995, 0.27188464999198914, -0.4129083752632141, -0.2769700288772583, 0.5698567032814026, -0.05827933922410011, -0.4575154483318329, 0.7320816516876221, -0.10085329413414001, 0.7981990575790405, -0.785986065864563, -0.09566207975149155, -0.2659355103969574, 0.3242416977882385, -0.5370661020278931, -1.1220057010650635, 0.19154417514801025, 0.039259470999240875, -0.4176320731639862, -0.19372773170471191, 0.6218013763427734, -0.29328230023384094, -0.6146409511566162, 0.5369366407394409, 0.43752437829971313, 0.36784765124320984, 0.041863102465867996, -0.936638593673706, 0.3210396468639374, 0.3537541329860687, -0.786113977432251, 0.4486604928970337, 0.23843906819820404, 0.00227172439917922, 0.5683063864707947, 0.6676511168479919, 0.1646662950515747, 0.1367986500263214, -0.1322070211172104, 1.1320396661758423, -0.7951059341430664, -0.31172502040863037, -0.8580099940299988, 0.8858916163444519, -0.28321173787117004, -0.5759220719337463, 0.8899089694023132, 0.9333270192146301, 0.8247002959251404, 0.12237051129341125, 0.9329321980476379, -0.5554810762405396, 0.4116286337375641, -0.3086301386356354, 0.8733784556388855, -0.7690894603729248, 0.2949071526527405, -0.21692535281181335, -0.7735220789909363, 0.00384905026294291, 0.601111114025116, -0.212687686085701, 0.045166172087192535, 0.4812471568584442, 1.0187004804611206, 0.03950795903801918, -0.030863063409924507, 0.10331965237855911, 0.4255508482456207, 0.2634375989437103, 0.5900824666023254, 0.5896748900413513, -0.6149317622184753, 0.4207489788532257, -0.6824948787689209, -0.554980456829071, -0.023899706080555916, -0.7540009021759033, -0.7315154671669006, -0.49639692902565, -0.33158576488494873, -0.5841469168663025, 0.06898648291826248, 1.0895973443984985, 0.5613783597946167, -0.8553788661956787, -0.4686718285083771, 0.07780908793210983, 0.15576528012752533, -0.23509781062602997, -0.36048418283462524, 0.5190871357917786, -0.21393737196922302, -0.7569868564605713, 0.3188311457633972, -0.09753946214914322, -0.21756862103939056, -0.150779590010643, -0.28630754351615906, -0.2917786240577698, -0.31821408867836, 0.46577781438827515, 0.12219328433275223, -0.6377155780792236, -0.29908856749534607, 0.008112119510769844, -0.08215125650167465, 0.3782811164855957, 0.3323618471622467, -0.6852817535400391, 0.06423364579677582, 0.6505216956138611, 0.11352019011974335, 0.650012195110321, -0.00386138167232275, 0.2864767909049988, -0.798605740070343, -0.1350252330303192, -0.07732416689395905, 0.5644703507423401, 0.1789586842060089, -0.4756776988506317, 0.9115222096443176, 0.32906457781791687, -0.7139831185340881, -0.9395377039909363, -0.3021964132785797, -1.2339074611663818, -0.01240500994026661, 1.3879064321517944, -0.41558945178985596, -0.3854174017906189, 0.10076828300952911, -0.2653624713420868, 0.29847651720046997, -0.6561627388000488, 0.46921634674072266, 0.6113194227218628, -0.36275455355644226, -0.05277611315250397, -0.6156758069992065, 0.3295861780643463, -0.05798093602061272, -1.0067964792251587, 0.11165356636047363, 0.2399064153432846, 0.4555045962333679, 0.26308774948120117, 0.5779478549957275, 0.0036636549048125744, -0.1656634658575058, 0.01724964752793312, 0.2831476926803589, -0.24049748480319977, -0.05541408061981201, -0.15127234160900116, 0.1467224657535553, -0.3663336932659149, -0.5472480654716492 ]
result-kand2-sdxl-wuerst-karlo/92f7fec0
result-kand2-sdxl-wuerst-karlo
2023-09-22T14:16:39Z
526
0
[ "region:us" ]
null
2023-09-22T14:16:38Z
--- dataset_info: features: - name: result dtype: string - name: id dtype: int64 splits: - name: train num_bytes: 251 num_examples: 10 download_size: 1446 dataset_size: 251 configs: - config_name: default data_files: - split: train path: data/train-* --- # Dataset Card for "92f7fec0" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
[ -0.6396712064743042, -0.10032919049263, 0.1918974667787552, 0.3637441396713257, -0.17715437710285187, -0.048012394458055496, 0.3913368880748749, -0.2143314927816391, 0.7828995585441589, 0.5214831829071045, -0.8282150030136108, -0.7321025729179382, -0.5649869441986084, 0.0007460931083187461, -0.30807459354400635, 1.1621819734573364, 0.1525431126356125, 0.21682949364185333, -0.3511821925640106, -0.12142233550548553, -0.47950148582458496, -0.6937029957771301, -0.5455315113067627, -0.6933876872062683, 0.900863766670227, 0.8161110281944275, 0.6384537816047668, 0.5615508556365967, 0.9306351542472839, 0.23272167146205902, 0.003482976695522666, -0.24749046564102173, -0.6312264800071716, -0.24110709130764008, -0.12726569175720215, -0.4273392856121063, -1.0136107206344604, -0.08021081984043121, 0.6851412057876587, 0.7921899557113647, 0.12379635870456696, 0.6829383969306946, -0.16832584142684937, 0.8797793388366699, -0.4200977087020874, 0.556900143623352, -0.17719034850597382, 0.03655967861413956, -0.539911150932312, -0.0930342748761177, 0.010775195434689522, -0.3251201808452606, -0.2699260413646698, -1.0945942401885986, 0.3145166039466858, 0.10303662717342377, 0.6612904667854309, 0.18337054550647736, -0.10249913483858109, -0.04983183741569519, -0.31619593501091003, 0.10776323080062866, -0.195649191737175, 0.3968658447265625, 0.9362304210662842, 0.1869402378797531, -0.3196798861026764, -0.5514593124389648, -0.316254198551178, 0.10721764713525772, -0.0155520960688591, -0.06907657533884048, 0.3399169445037842, 0.06297427415847778, 0.7499552369117737, 0.8066030740737915, -0.5575440526008606, -0.497568815946579, -0.8287206888198853, -0.5751697421073914, 0.944408118724823, 0.16388030350208282, 0.15296800434589386, -0.11760085076093674, -0.21396729350090027, -0.18229514360427856, -0.5013386607170105, -0.028068101033568382, 0.47447481751441956, 0.33762291073799133, -1.0664438009262085, 0.4135980010032654, -0.2828570008277893, 0.35453906655311584, 0.2789515554904938, 0.4614863097667694, 0.8913604617118835, -0.17221173644065857, -0.26641011238098145, 0.26526448130607605, 0.2952490746974945, 0.3369198739528656, 0.17367742955684662, -0.02765684947371483, -0.02270306833088398, -0.05652947723865509, 0.08899995684623718, -1.2184432744979858, -0.7932137846946716, 0.28085389733314514, -0.7401286363601685, -0.4376181364059448, 0.6024288535118103, -0.8003970384597778, -0.6526364684104919, -0.35481637716293335, 0.15740278363227844, 0.1729133576154709, -0.821416437625885, -0.09527923911809921, -0.6416364908218384, 0.3560943603515625, 0.20198318362236023, -0.7258269190788269, 0.25551459193229675, 0.7855401635169983, 0.4808308780193329, 0.0822274461388588, -0.1854788362979889, -0.6598928570747375, 0.07690541446208954, -0.2825855016708374, 0.786443829536438, -0.6928688883781433, -0.6696228384971619, 0.022927075624465942, 0.7493458390235901, 0.0625966414809227, -0.4012738764286041, 1.0914982557296753, -0.32250306010246277, -0.17851831018924713, -0.9849994778633118, -0.3055475056171417, -0.25992918014526367, 0.26557716727256775, -1.234694004058838, 1.4705134630203247, 0.3354145288467407, -0.8128186464309692, 0.22604167461395264, -1.188938021659851, -0.3008790612220764, 0.6434178352355957, -0.04702480882406235, -0.2656942903995514, 0.342441201210022, -0.26850900053977966, 0.6230576634407043, -0.1509372889995575, 0.36881694197654724, -1.0042675733566284, -0.4726555347442627, 0.12939198315143585, 0.0053244601003825665, 0.8357693552970886, 0.3937540352344513, 0.26591843366622925, -0.024769200012087822, -0.9749552011489868, -0.21504856646060944, 0.29736483097076416, -0.0954747423529625, -0.16508762538433075, -0.6899548768997192, 0.4459766745567322, -0.0160340778529644, 0.2617338299751282, -0.5271170735359192, 0.12113145738840103, 0.042792532593011856, -0.05067281052470207, 0.673049807548523, 0.0899418294429779, 0.39804428815841675, -0.5742048621177673, 0.5941566824913025, 0.04860982298851013, 0.28118404746055603, -0.009405922144651413, -0.48313289880752563, -0.7976032495498657, 0.10991685837507248, 0.6590958833694458, 0.5560767650604248, -0.6621543765068054, 0.6109522581100464, 0.20414882898330688, -0.68648362159729, -0.0870455652475357, 0.0483759343624115, 0.15866678953170776, 0.3859499990940094, 0.3022835850715637, -0.6625069379806519, -0.46597883105278015, -0.689854621887207, 0.4757511019706726, 0.018683644011616707, 0.2597145438194275, 0.22706878185272217, 0.7979695796966553, -0.20863138139247894, 0.4131472408771515, -0.7510692477226257, -0.26294761896133423, 0.09254339337348938, -0.38900813460350037, 0.22709785401821136, 0.9560497999191284, 1.1447737216949463, -0.8291434645652771, -0.1327170878648758, -0.4379357099533081, -0.5630964636802673, -0.10449022799730301, 0.31236183643341064, -0.9116643667221069, -0.17705038189888, 0.05211922153830528, -0.36955544352531433, 0.9115920662879944, 0.7871105074882507, -0.805121898651123, -0.010066474787890911, 0.1347125917673111, 0.46815332770347595, -1.410667896270752, 0.45544999837875366, 0.030831828713417053, -0.2623903453350067, -0.5531830787658691, 0.010308216325938702, 0.10338719934225082, -0.2878590524196625, -0.29968345165252686, 0.48563119769096375, -0.5205284953117371, 0.013511719182133675, -0.18550683557987213, -0.41251668334007263, 0.015638357028365135, 0.4143480658531189, 0.09722061455249786, 0.38820627331733704, 0.914788007736206, -0.2824246883392334, 0.7774107456207275, 0.5444525480270386, 0.22704198956489563, 0.8327942490577698, -0.5569265484809875, 0.22463193535804749, -0.24165327847003937, 0.49937373399734497, -0.7736722826957703, -0.7739940285682678, 0.605172336101532, -0.4212912917137146, 0.42305001616477966, -0.5073646903038025, -0.3152305781841278, -0.6798599362373352, -0.48973381519317627, 0.8653993606567383, 0.2028968185186386, -0.6974101066589355, 0.5666274428367615, 0.603130578994751, 0.014430833049118519, -0.23944756388664246, -1.009925127029419, -0.23656323552131653, -0.2920008599758148, -0.3874288499355316, 0.4491530656814575, -0.6290568709373474, 0.23490291833877563, -0.30487433075904846, 0.21484361588954926, -0.260867178440094, -0.06613361835479736, 0.9043461680412292, 0.24801771342754364, -0.2368747889995575, 0.3183881640434265, 0.04423617944121361, -0.6613229513168335, 0.3216584324836731, 0.07606545835733414, 0.3585672080516815, 0.04503633454442024, -0.11832517385482788, -0.5428605079650879, 0.6493118405342102, 0.298721581697464, -0.20995266735553741, 0.44343283772468567, 0.9126110672950745, -1.1008195877075195, -0.1959419548511505, -0.5009602904319763, -0.1981288492679596, -0.4979437291622162, 0.013864263892173767, -0.4345870912075043, -0.7475698590278625, 0.8604886531829834, -0.014655042439699173, -0.1627977043390274, 0.9037089347839355, 0.8507587909698486, 0.3405177891254425, 0.6236612200737, 0.720184326171875, -0.23776677250862122, 0.47241973876953125, -0.34977987408638, -0.298500657081604, -0.47131240367889404, -0.47157180309295654, -0.6806148290634155, -0.4393334686756134, -0.6190995573997498, -0.45525112748146057, -0.12379023432731628, -0.008816337212920189, -0.30185946822166443, 0.5419338345527649, -0.8481346964836121, 0.5472195744514465, 0.557377278804779, 0.2904982268810272, 0.02598152868449688, -0.0804327130317688, 0.18348795175552368, 0.4687747061252594, -0.5816169381141663, -0.08408322930335999, 1.1510400772094727, 0.5893542766571045, 0.8783360123634338, 0.14637520909309387, 0.938975989818573, 0.5958649516105652, 0.45820125937461853, -0.42542344331741333, 0.2575279474258423, 0.013249063864350319, -0.9348365068435669, 0.13917946815490723, -0.1742992103099823, -0.5135684013366699, -0.44013381004333496, -0.5121205449104309, -0.27382299304008484, 0.6380531191825867, 0.5977643728256226, -0.10122986882925034, 0.06791795790195465, -0.9466086626052856, 1.1966382265090942, 0.003903814824298024, -0.12044672667980194, -0.05644780024886131, -0.5423398017883301, 0.2708002030849457, 0.15416966378688812, 0.08151412755250931, -0.5448771119117737, 0.21244964003562927, 1.0533236265182495, -0.5477294325828552, 0.9382483959197998, -0.662689208984375, 0.01877986080944538, 0.3183581531047821, -0.20591217279434204, 0.18594422936439514, 0.5692542195320129, -0.32075607776641846, 0.19957344233989716, 0.5023863911628723, -0.5943272709846497, -0.06016944348812103, 1.0867221355438232, -0.6505389213562012, 0.24663898348808289, -0.6192164421081543, -0.4790506660938263, -0.09036670625209808, 0.24945972859859467, 0.22989733517169952, 0.9296684265136719, -0.32576295733451843, 0.1315610706806183, 0.6033143401145935, 0.49909132719039917, 0.5084445476531982, 0.030323414131999016, -0.1985905021429062, -0.5200231671333313, 1.1220756769180298, 0.21026144921779633, -0.4396069049835205, 0.26388517022132874, 0.2853659391403198, -0.25946614146232605, -0.4332050681114197, -0.6909199357032776, 0.2877098023891449, -0.5613906979560852, -0.7980812788009644, -0.3009023070335388, -0.21922168135643005, -0.5390897989273071, -0.30291563272476196, -0.23590058088302612, -0.7474325895309448, -0.7853505611419678, -0.653261661529541, 1.2094218730926514, 0.705615222454071, -0.5437303781509399, 0.48914703726768494, -0.8389483094215393, 0.38777074217796326, -0.23105882108211517, 0.9880116581916809, -0.14102333784103394, -0.5010805130004883, -0.31771406531333923, -0.12149642407894135, -0.20060113072395325, -0.7035927772521973, -0.23271124064922333, 0.22644515335559845, 0.6321268081665039, 0.24392130970954895, 0.2797812521457672, 0.4926983118057251, 0.030399272218346596, 0.5867213606834412, 0.26268377900123596, -0.737497866153717, 0.35193586349487305, -0.2939329743385315, 0.39854130148887634, 1.0167155265808105, 0.6600207090377808, -0.29011064767837524, 0.1827877312898636, -0.9337019920349121, -0.4119773507118225, 0.6686291098594666, -0.030278947204351425, 0.30950605869293213, 0.3648110032081604, 0.5861518383026123, 0.09434931725263596, 0.15932779014110565, -0.6185753345489502, -0.7413352727890015, -0.28639066219329834, -0.7161301970481873, 0.3483319878578186, -0.3982005715370178, -0.3163496255874634, -0.5741085410118103, 0.8268668055534363, -0.3558655381202698, 0.46127739548683167, 0.0704227015376091, 0.22384113073349, -0.2288052886724472, -0.2736150026321411, 0.49374499917030334, 0.5854287147521973, -0.38767483830451965, -0.09333503246307373, 0.002139778807759285, -0.6586756706237793, -0.44024229049682617, 0.9371610879898071, -0.0021460463758558035, -0.4089849591255188, 0.517524003982544, 0.63326495885849, -0.27871471643447876, -0.0841311365365982, 0.44789159297943115, -0.18757255375385284, -0.555355966091156, -0.5001707673072815, 0.31825000047683716, 0.2205062210559845, 0.18219773471355438, 0.16342668235301971, -0.2430834323167801, 0.45663073658943176, -0.2977198362350464, 0.5292653441429138, 0.07179617136716843, -0.9287607073783875, -0.5754345655441284, 0.49364060163497925, 0.7200025916099548, -0.4057849943637848, 0.5066160559654236, -0.156629279255867, -0.5161926746368408, 0.8065208196640015, 0.24839849770069122, 0.701783299446106, -0.37661615014076233, 0.4092322587966919, 0.532139778137207, 0.036200735718011856, 0.22149558365345, 0.9390152096748352, -0.3773941695690155, -0.653365433216095, -0.014861981384456158, -0.46785232424736023, -0.3511985242366791, -0.16781315207481384, -0.9245254397392273, 0.3662363588809967, -0.8586686849594116, -0.35537442564964294, 0.2132108509540558, 0.2527748942375183, -0.8924874067306519, 0.42800024151802063, 0.4345792829990387, 1.4436769485473633, -0.9393342137336731, 0.7694194912910461, 0.7775589227676392, -0.4374300539493561, -0.9346057176589966, -0.3803703188896179, 0.15632130205631256, -0.7936758399009705, -0.255942702293396, 0.3247794508934021, 0.3205883800983429, -0.27125048637390137, -0.8545963764190674, -0.7246828675270081, 1.1790920495986938, 0.323498398065567, -0.5113279819488525, 0.46635961532592773, 0.02559632435441017, 0.2115572690963745, -0.5440994501113892, 0.38332659006118774, 0.5697021484375, 0.7563284039497375, 0.5084167718887329, -0.6897006630897522, 0.19627180695533752, -0.625905454158783, -0.32659879326820374, 0.43663400411605835, -0.9573346376419067, -0.007611366454511881, -0.035301823168992996, 0.26778730750083923, 0.03984595462679863, 0.8134661316871643, -0.03725800663232803, 0.6010466814041138, 0.49640393257141113, 0.5614603161811829, 0.885312020778656, -0.3898770809173584, 0.684325098991394, -0.2079096883535385, 0.6448903679847717, 0.8900468349456787, -0.1670672446489334, 0.2696284353733063, 0.3374917805194855, 0.1510905921459198, 0.13778634369373322, 0.8715706467628479, -0.3841697871685028, 0.27953219413757324, 0.2476554811000824, -0.18438905477523804, -0.460417777299881, -0.3969438970088959, -0.9561545252799988, 0.19641977548599243, 0.4028906226158142, -0.6556369066238403, 0.0619058832526207, -0.15338508784770966, 0.3356921672821045, -0.22696606814861298, -0.6035236716270447, 0.6390253901481628, 0.08787942677736282, -0.17030322551727295, 0.11021729558706284, -0.01746080070734024, 0.2318718582391739, -0.6243896484375, -0.5312504172325134, -0.14194904267787933, 0.2350407838821411, -0.7730043530464172, -1.0179173946380615, 0.6784759759902954, -0.2909533381462097, -0.5725294947624207, -0.07239871472120285, 0.8450929522514343, -0.520853579044342, -1.202324628829956, 0.32595667243003845, -0.04783088341355324, 0.07546183466911316, 0.08165458589792252, -1.279601812362671, 0.7182653546333313, -0.000004393713879835559, -0.13154283165931702, 0.1972559541463852, 0.08704868704080582, -0.018246309831738472, 0.33710548281669617, 0.6509833931922913, -0.2775686979293823, -0.39843133091926575, 0.23032526671886444, 1.1226314306259155, -0.7600074410438538, -0.5123239755630493, -0.22283974289894104, 0.7590177655220032, -0.305551141500473, -0.81971275806427, 0.21945685148239136, 1.0250743627548218, 0.9753063321113586, -0.10283766686916351, 0.7046647667884827, -0.38479676842689514, 0.6538379192352295, -0.3392367660999298, 0.6582227945327759, -0.3629925847053528, -0.40316441655158997, -0.23859047889709473, -0.7580466866493225, -0.7362242341041565, 0.7131162285804749, 0.22489359974861145, 0.13024145364761353, 0.5430305004119873, 1.2856847047805786, -0.29723018407821655, 0.5810688138008118, 0.103912852704525, 0.0076325424015522, 0.22673095762729645, 0.44555115699768066, 0.3647040128707886, -0.6346747875213623, 0.07682593911886215, -0.5481070876121521, -0.6023063063621521, 0.09932228922843933, -1.2087335586547852, -1.0066211223602295, -0.6455763578414917, -0.5874451994895935, -0.6030259728431702, -0.1495126634836197, 1.1763519048690796, 1.0852363109588623, -1.1892578601837158, -0.1579056680202484, 0.3316512405872345, 0.3133257329463959, 0.18181246519088745, -0.15466922521591187, 0.6170083284378052, 0.5830890536308289, -0.5509756207466125, -0.15611578524112701, -0.12835003435611725, 0.10718484222888947, -0.18842148780822754, -0.04490082710981369, 0.04321188107132912, -0.10119551420211792, 0.2683175802230835, 0.49849840998649597, -0.03866184502840042, -0.43404632806777954, -0.5368030667304993, 0.18959130346775055, 0.14105312526226044, 1.1478891372680664, -0.32600149512290955, 0.01679527573287487, 0.8280202150344849, 0.604393482208252, 0.5229556560516357, 0.24181383848190308, 0.502934992313385, -0.41595423221588135, 0.2773470878601074, -0.18616750836372375, 0.4416780173778534, 0.29602310061454773, -0.7084690928459167, 0.8220049738883972, 0.5957551002502441, -0.5394014716148376, -0.5978168845176697, -0.1587405949831009, -1.6438502073287964, 0.5786834955215454, 0.9237782955169678, 0.15450330078601837, -0.4523202180862427, -0.06295698136091232, -0.5441314578056335, -0.03565375134348869, -1.078682780265808, -0.02315584011375904, 0.6016530990600586, -0.023910777643322945, -0.11152901500463486, -0.23977018892765045, 0.6598989963531494, -0.28923356533050537, -1.0637624263763428, 0.11926069855690002, 0.5651093125343323, 0.19778868556022644, 0.057402752339839935, 0.792644202709198, -0.1465807557106018, 0.30275750160217285, 0.05905646085739136, 0.16168607771396637, -0.386056125164032, -0.6125389933586121, -0.3029591739177704, 0.21803952753543854, -0.07583935558795929, -0.3963070213794708 ]
result-kand2-sdxl-wuerst-karlo/d50de234
result-kand2-sdxl-wuerst-karlo
2023-09-22T15:13:31Z
526
0
[ "region:us" ]
null
2023-09-22T15:13:30Z
--- dataset_info: features: - name: result dtype: string - name: id dtype: int64 splits: - name: train num_bytes: 198 num_examples: 10 download_size: 1368 dataset_size: 198 configs: - config_name: default data_files: - split: train path: data/train-* --- # Dataset Card for "d50de234" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
[ -0.8618431687355042, -0.11702829599380493, 0.4011070132255554, 0.26382800936698914, -0.1947832703590393, 0.15985411405563354, 0.5546519160270691, -0.02356681413948536, 0.877967357635498, 0.4137879014015198, -1.0494362115859985, -0.6987762451171875, -0.5504286885261536, -0.05619077757000923, -0.3341560959815979, 1.1135283708572388, -0.18753443658351898, 0.0800003632903099, -0.5274389982223511, -0.037055522203445435, -0.3865666091442108, -0.34584590792655945, -0.5756610035896301, -0.3736291825771332, 0.8870800137519836, 0.7808728814125061, 0.31972676515579224, 0.6346644163131714, 0.9611891508102417, 0.24791674315929413, 0.0576244480907917, -0.2828558683395386, -0.379326194524765, -0.13960151374340057, -0.11804690957069397, -0.4662492275238037, -1.3691771030426025, -0.04643541947007179, 0.6288141012191772, 0.6197471022605896, -0.1573631465435028, 0.7521203756332397, -0.3123781085014343, 0.9271917939186096, -0.3076953887939453, 0.41388604044914246, 0.07398206740617752, -0.05315866321325302, -0.8127769827842712, -0.09790641069412231, 0.3234550654888153, -0.5300421118736267, -0.26812779903411865, -1.144359827041626, 0.2708539366722107, -0.1720193475484848, 0.7155346870422363, 0.48473936319351196, -0.10949406772851944, -0.15411929786205292, -0.562703013420105, 0.07227773219347, -0.13444148004055023, 0.19274693727493286, 0.8084423542022705, 0.4535326659679413, 0.03907468542456627, -0.7511727213859558, -0.5201644897460938, 0.41983357071876526, 0.19005770981311798, 0.2540564239025116, 0.040552761405706406, -0.04013488441705704, 0.7441978454589844, 0.8016383647918701, -0.47645676136016846, -0.11872304230928421, -0.7084917426109314, -0.18800494074821472, 0.9853350520133972, 0.4164104461669922, 0.17857852578163147, -0.23531264066696167, -0.26606276631355286, -0.4133804738521576, -0.34861841797828674, -0.13596715033054352, 0.6101301908493042, -0.04837898910045624, -1.1540307998657227, 0.6767921447753906, -0.3070153295993805, 0.38390424847602844, 0.3209259808063507, 0.623546838760376, 0.6617144346237183, -0.4274745285511017, -0.06695689260959625, 0.007880423218011856, 0.24133291840553284, 0.6666110754013062, 0.1928686797618866, 0.25793641805648804, -0.11312761902809143, 0.05044829472899437, 0.06672710925340652, -1.157272219657898, -0.9513229727745056, 0.518785834312439, -0.5748175382614136, -0.2803933322429657, 0.38523420691490173, -1.2516893148422241, -0.6106278300285339, -0.4685463309288025, -0.036791007965803146, 0.10173118859529495, -0.8664542436599731, -0.12243808060884476, -0.8498585820198059, 0.28690436482429504, 0.22547170519828796, -0.8398855924606323, 0.4592132568359375, 0.68752521276474, 0.49510788917541504, 0.11309823393821716, -0.09701791405677795, -0.5194944739341736, 0.2660911977291107, -0.25503671169281006, 0.7591745853424072, -0.5363354682922363, -0.5054425597190857, -0.1294005960226059, 0.4359435737133026, 0.2453177571296692, -0.37381675839424133, 0.8512471914291382, -0.4107721745967865, -0.3226664066314697, -0.8388150930404663, -0.5670375823974609, -0.009188632480800152, 0.20301136374473572, -1.401482343673706, 1.1780651807785034, 0.2028810828924179, -0.9502459764480591, 0.5102521777153015, -1.1464089155197144, -0.1777264028787613, 0.8679903149604797, -0.14392273128032684, -0.4661589562892914, 0.25222140550613403, -0.04896341636776924, 0.5366668701171875, 0.05986706539988518, 0.3317182660102844, -0.8869197964668274, -0.2959851324558258, 0.03220123425126076, 0.05076542869210243, 0.8684573769569397, 0.1601778119802475, 0.3391646146774292, -0.10736744850873947, -0.9116647839546204, -0.2686612904071808, 0.37501686811447144, -0.0886344462633133, -0.43866389989852905, -0.6174355149269104, 0.22552837431430817, -0.24253059923648834, 0.4298136234283447, -0.678313136100769, 0.3801462948322296, 0.2618332803249359, -0.1260262429714203, 0.8308759927749634, 0.1842607706785202, 0.3565758168697357, -0.47820600867271423, 0.7894074320793152, 0.09960125386714935, 0.40120068192481995, 0.07953950017690659, -0.43070539832115173, -0.5997864603996277, -0.29002824425697327, 0.7085002064704895, 0.5722716450691223, -0.7482566833496094, 0.5108667016029358, -0.02190939523279667, -0.5531316995620728, -0.1994747370481491, -0.103938028216362, -0.007327099796384573, 0.08205976337194443, 0.2758941650390625, -0.5990792512893677, -0.9223973155021667, -0.6015161275863647, 0.5813565254211426, 0.06018322333693504, 0.21771050989627838, 0.42405012249946594, 0.9332423210144043, -0.5796310305595398, 0.755800724029541, -1.0209282636642456, -0.18223950266838074, 0.11783862859010696, -0.32943639159202576, 0.17631469666957855, 0.54640132188797, 1.0115091800689697, -0.7844299674034119, -0.356533944606781, -0.5999403595924377, -0.57925945520401, 0.13037867844104767, 0.4582202732563019, -0.4680224359035492, -0.09368910640478134, 0.30169209837913513, -0.5074921250343323, 0.9006155729293823, 0.9457268118858337, -0.5071299076080322, 0.1423879861831665, -0.13121506571769714, 0.23605182766914368, -1.4782530069351196, 0.4029107689857483, 0.087198905646801, -0.1967543363571167, -0.31807151436805725, -0.3114655911922455, 0.22353984415531158, -0.1952236145734787, 0.1327757090330124, 0.6111248135566711, -0.37840530276298523, -0.07399767637252808, 0.000788056175224483, 0.12295585870742798, -0.015265826135873795, 0.06339424848556519, 0.12134896963834763, 0.2918195426464081, 0.9931694269180298, -0.5138212442398071, 1.2575451135635376, 0.7181429266929626, 0.09709669649600983, 1.22990083694458, -0.7651469111442566, 0.02181355655193329, -0.4265938401222229, 0.6077389121055603, -0.9142090082168579, -0.8045911192893982, 0.5228310823440552, -0.2952542006969452, 0.42121854424476624, -0.4439149796962738, -0.3859888017177582, -0.8732490539550781, -0.37458890676498413, 0.9489032626152039, 0.3304544985294342, -0.7571011185646057, 0.18010424077510834, 0.8240876793861389, -0.1509622186422348, 0.011404837481677532, -0.8540530204772949, 0.13922379910945892, -0.46654531359672546, -0.0955638587474823, 0.5946035981178284, -0.5820966958999634, -0.17326471209526062, -0.1248924508690834, 0.2955077886581421, -0.1888069361448288, -0.28308427333831787, 0.638302206993103, 0.274783730506897, 0.056450556963682175, 0.4488004148006439, -0.07250817865133286, -0.7298254370689392, 0.2603994309902191, 0.18316930532455444, 0.3492751717567444, 0.17946547269821167, -0.030521756038069725, -0.7142843008041382, 0.4745204746723175, 0.334114134311676, -0.23967744410037994, 0.14230678975582123, 0.792694628238678, -0.8175643086433411, -0.3296526372432709, -0.2909142076969147, -0.4068780541419983, -0.4780067205429077, 0.2215796709060669, -0.6271443367004395, -0.2653332054615021, 0.5498261451721191, -0.1833302229642868, -0.2611512243747711, 0.8283621668815613, 0.6037363409996033, -0.03474915027618408, 0.5665981769561768, 0.7206559181213379, -0.09908061474561691, 0.4177909195423126, -0.40762144327163696, -0.41281741857528687, -0.7931463122367859, -0.43144023418426514, -0.4229896366596222, -0.5174317955970764, -0.7790068984031677, -0.5170209407806396, -0.2128574550151825, -0.19761541485786438, -0.19981949031352997, 0.6068677306175232, -0.7306258678436279, 0.39449450373649597, 0.49504753947257996, 0.3690786063671112, 0.06858597695827484, -0.2014210969209671, 0.3585786521434784, 0.14854997396469116, -0.6013917326927185, -0.08119939267635345, 1.3426039218902588, 0.6372660994529724, 1.0849156379699707, 0.17290887236595154, 1.1457396745681763, 0.39810776710510254, 0.08264660090208054, -0.25148308277130127, 0.44309163093566895, -0.1801239252090454, -0.8327352404594421, -0.03167169168591499, -0.2996365427970886, -0.7244935035705566, -0.8320213556289673, -0.015390776097774506, -0.02574225142598152, 0.5961610078811646, 0.24837777018547058, -0.15387213230133057, 0.1923295557498932, -0.6568742990493774, 0.9538193941116333, -0.19261637330055237, 0.06762227416038513, -0.22603395581245422, -0.40816575288772583, 0.2306504249572754, 0.03091484121978283, 0.04410700127482414, -0.4442453980445862, -0.10959037393331528, 1.0757468938827515, -0.31981417536735535, 1.1917808055877686, -0.7484942078590393, -0.21896730363368988, -0.03180735185742378, -0.2844213843345642, 0.16874292492866516, 0.7879328727722168, -0.05853985249996185, 0.08277250081300735, 0.40517374873161316, -0.5045907497406006, -0.09499991685152054, 0.975399374961853, -0.7179459929466248, 0.2362932413816452, -0.6618844866752625, -0.6500900983810425, 0.11760185658931732, 0.13210439682006836, 0.1136755496263504, 0.8578029274940491, -0.5198965668678284, -0.10732507705688477, 0.849251389503479, 0.2934283912181854, 0.6496803760528564, 0.11316721141338348, -0.21488748490810394, -0.5472826957702637, 0.9378372430801392, 0.1859508454799652, -0.2937275469303131, 0.323586642742157, 0.11979859322309494, -0.3337833285331726, -0.1859620362520218, -0.7715708017349243, 0.36116522550582886, -0.6173160672187805, -0.5100470185279846, -0.18424861133098602, -0.24572591483592987, -0.306793749332428, -0.039317939430475235, -0.38975459337234497, -0.7563208341598511, -0.7443552613258362, -0.5962652564048767, 1.3225289583206177, 0.939873993396759, -0.6238551139831543, 0.01691018044948578, -0.5668662786483765, 0.6975476741790771, 0.16672258079051971, 1.1772962808609009, -0.38600319623947144, -0.33466678857803345, -0.14381319284439087, 0.15840864181518555, -0.06069427356123924, -0.5226800441741943, -0.32755908370018005, 0.24297137558460236, 0.7256700992584229, 0.09452242404222488, 0.3570818305015564, 0.7294191122055054, -0.11210823059082031, 0.4272121787071228, 0.15644784271717072, -0.7323448657989502, 0.6357644200325012, -0.21296656131744385, 0.5241650342941284, 0.7968200445175171, 0.821980357170105, -0.28306832909584045, 0.2699861526489258, -0.9594793915748596, -0.44728320837020874, 0.5932190418243408, -0.19565777480602264, 0.24904640018939972, 0.3321398198604584, 0.7005234956741333, 0.1164642870426178, 0.12364715337753296, -0.5852445960044861, -0.7657538652420044, -0.285931795835495, -0.5600292086601257, 0.021231813356280327, -0.4013676941394806, -0.5722783207893372, -0.648678183555603, 0.4662433862686157, -0.1751222461462021, 0.3275606036186218, 0.07511437684297562, 0.44380220770835876, -0.1959112137556076, -0.4589349031448364, 0.44896382093429565, 0.6925104260444641, -0.4765971899032593, -0.04017476737499237, -0.07873738557100296, -0.6818882822990417, -0.3395967185497284, 0.8536492586135864, 0.14085708558559418, -0.15066224336624146, 0.311322957277298, 0.6678683161735535, -0.3137458562850952, -0.09027539938688278, 0.44516292214393616, -0.3711472451686859, -0.527439296245575, -0.5096348524093628, -0.003982126712799072, 0.16432611644268036, 0.3184654414653778, 0.01712883822619915, -0.19707682728767395, 0.24641604721546173, -0.31498149037361145, 0.7031058073043823, 0.07571124285459518, -0.7689127922058105, -0.5776528716087341, 0.607214093208313, 0.7542792558670044, -0.2679779529571533, 0.7728064656257629, -0.19833289086818695, -0.31758999824523926, 0.7959256172180176, 0.009095153771340847, 0.7829359173774719, -0.5141971111297607, 0.6681927442550659, 0.7053855657577515, -0.05223066732287407, 0.33011525869369507, 0.8412343263626099, -0.49692776799201965, -0.4363116919994354, -0.026484167203307152, -0.4440496563911438, -0.4126574695110321, -0.446662575006485, -1.0745056867599487, 0.4011525809764862, -0.6334744691848755, -0.3310408890247345, 0.12057916074991226, 0.34742704033851624, -0.8830237984657288, 0.41117605566978455, 0.21936433017253876, 1.376438021659851, -0.7935889959335327, 0.855085551738739, 0.7984378933906555, -0.40461909770965576, -0.4553340971469879, -0.03600563481450081, 0.036111727356910706, -0.805162250995636, 0.08276280760765076, 0.12391367554664612, 0.45423704385757446, -0.0002880798128899187, -0.5304108262062073, -0.7126837372779846, 1.4525177478790283, 0.07632765918970108, -0.9099928736686707, 0.42175331711769104, 0.0648869052529335, 0.31361252069473267, -0.2655227482318878, 0.1429123729467392, 0.5362523198127747, 0.7687462568283081, 0.5018593072891235, -0.7100027799606323, 0.2752630114555359, -0.43045875430107117, -0.24260835349559784, 0.4172248840332031, -0.7053456902503967, 0.22066393494606018, -0.2170070856809616, 0.08600957691669464, 0.15769530832767487, 0.42877620458602905, 0.09736617654561996, 0.5036949515342712, 0.4098867177963257, 0.9371142983436584, 0.9724117517471313, -0.4858962297439575, 0.9585670232772827, 0.01770983263850212, 0.4381754398345947, 0.869218111038208, -0.3258400559425354, 0.3204811215400696, 0.5111442804336548, -0.11810919642448425, 0.3667270541191101, 0.8425738215446472, -0.5287958979606628, 0.5597224235534668, 0.32197052240371704, -0.2036953568458557, -0.07829319685697556, 0.024166541174054146, -0.8192451596260071, 0.24740304052829742, 0.31586626172065735, -0.2565684914588928, 0.030583854764699936, 0.04614512622356415, 0.10904227197170258, -0.20960856974124908, -0.451495498418808, 0.9034861326217651, -0.0038272738456726074, -0.262285053730011, 0.03066277503967285, -0.13378305733203888, 0.118296779692173, -0.6126511096954346, -0.333605021238327, -0.3138941526412964, 0.5061535835266113, -0.5818403959274292, -1.329598307609558, 0.8039765357971191, -0.29515978693962097, -0.370354562997818, -0.19402767717838287, 0.34692656993865967, -0.37595686316490173, -0.9508766531944275, 0.2916821539402008, -0.08370616286993027, 0.0013849533861503005, 0.19677260518074036, -1.1637858152389526, 0.6291007399559021, -0.12458818405866623, -0.06866639852523804, 0.07136570662260056, 0.3259207606315613, 0.08187910914421082, 0.513843834400177, 0.3097999393939972, -0.11232732981443405, -0.43278631567955017, 0.1964525729417801, 1.158766269683838, -0.6722710132598877, -0.363128662109375, -0.4643499553203583, 0.9092991948127747, -0.5089405179023743, -0.7595133185386658, 0.7421804666519165, 0.9471434950828552, 0.8494408130645752, -0.06613355129957199, 0.7606767416000366, -0.529288649559021, 0.5587100982666016, -0.17924365401268005, 0.49760326743125916, -0.45956891775131226, -0.21686330437660217, -0.27874183654785156, -0.7931336164474487, -0.6429369449615479, 0.42174792289733887, 0.1698789745569229, 0.12490646541118622, 0.43127647042274475, 0.8706719875335693, -0.23187190294265747, 0.33327043056488037, -0.10027129203081131, 0.033856719732284546, 0.3168003261089325, 0.3308531641960144, 0.3645228147506714, -0.6449111700057983, 0.17144228518009186, -0.4682053327560425, -0.933547854423523, 0.04632977396249771, -1.0241668224334717, -0.9819080233573914, -0.8625824451446533, -0.877081036567688, -0.3234851360321045, -0.08599532395601273, 0.3448639214038849, 1.1013356447219849, -0.8005871772766113, -0.25466424226760864, -0.0835237205028534, 0.17839215695858002, 0.023768382146954536, -0.11543057858943939, 0.6370161771774292, 0.5931776762008667, -0.8759918212890625, -0.25522637367248535, -0.0442669503390789, 0.3303025960922241, -0.3642650246620178, -0.178092822432518, -0.0580601692199707, -0.04051574692130089, 0.05768146738409996, 0.4499565660953522, 0.04417089372873306, -0.1582058221101761, -0.4762864410877228, 0.11200740933418274, -0.057813599705696106, 0.8185026049613953, -0.43424803018569946, 0.3504638373851776, 0.6675581336021423, 0.27457061409950256, 0.9633733630180359, 0.14903761446475983, 0.6626428365707397, -0.7318239808082581, 0.1528870016336441, -0.1278204619884491, 0.26698610186576843, 0.2516143023967743, -0.35637080669403076, 0.7201297283172607, 0.4684871435165405, -0.6181113719940186, -0.6603944897651672, 0.23230791091918945, -1.3527501821517944, 0.34203287959098816, 0.8492742776870728, 0.1782127022743225, -0.2564159631729126, -0.025931760668754578, -0.4755285978317261, 0.06995546072721481, -0.6139711141586304, 0.31102389097213745, 0.5123164653778076, 0.1254340261220932, -0.42438292503356934, -0.35083943605422974, 0.7829973697662354, -0.529447615146637, -1.2878921031951904, 0.17537015676498413, 0.38876819610595703, 0.16303302347660065, 0.023264121264219284, 0.580400824546814, -0.20603114366531372, 0.2701749801635742, 0.33400431275367737, 0.32864949107170105, -0.129831001162529, -0.6209337711334229, -0.3064407706260681, -0.1967860758304596, -0.24946658313274384, -0.7112635374069214 ]
result-kand2-sdxl-wuerst-karlo/af730738
result-kand2-sdxl-wuerst-karlo
2023-09-22T15:13:33Z
526
0
[ "region:us" ]
null
2023-09-22T15:13:33Z
--- dataset_info: features: - name: result dtype: string - name: id dtype: int64 splits: - name: train num_bytes: 198 num_examples: 10 download_size: 1368 dataset_size: 198 configs: - config_name: default data_files: - split: train path: data/train-* --- # Dataset Card for "af730738" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
[ -0.7867732048034668, -0.07235947251319885, 0.15328364074230194, 0.2829282581806183, -0.25537753105163574, -0.12447230517864227, 0.4122546315193176, -0.20955431461334229, 0.8305931687355042, 0.5757448673248291, -0.7985379695892334, -0.6525865197181702, -0.6464598774909973, -0.04316379129886627, -0.3277885615825653, 1.0144447088241577, -0.030469002202153206, -0.011791210621595383, -0.34944823384284973, -0.3087286055088043, -0.3196074664592743, -0.6413714289665222, -0.6247762441635132, -0.5030530691146851, 0.802180826663971, 0.7912039160728455, 0.5406415462493896, 0.7398687601089478, 0.9381033182144165, 0.2601947486400604, 0.01612001843750477, -0.24293342232704163, -0.31210383772850037, -0.23090553283691406, -0.10138151049613953, -0.5671916007995605, -1.0830633640289307, 0.006249586585909128, 0.5962620377540588, 0.6649401187896729, -0.24333257973194122, 0.8379308581352234, -0.33550935983657837, 0.9425691366195679, -0.30624592304229736, 0.6542563438415527, -0.0907013937830925, -0.1258622109889984, -0.7464334964752197, 0.15376807749271393, 0.30297815799713135, -0.30022165179252625, -0.16815580427646637, -1.1872014999389648, 0.3956366181373596, 0.18789142370224, 0.7170074582099915, 0.2607021629810333, 0.04250594228506088, -0.19761358201503754, -0.274525910615921, 0.0013382242759689689, -0.2060118019580841, 0.32388290762901306, 0.9032439589500427, 0.5334989428520203, -0.05477042868733406, -0.5147043466567993, -0.5066657066345215, 0.1423725038766861, -0.02645261399447918, 0.08794090896844864, 0.07839757949113846, 0.1248580738902092, 0.6433703303337097, 0.8294251561164856, -0.5286858081817627, -0.4056752026081085, -0.8139637112617493, -0.41598859429359436, 0.9470950961112976, 0.058931563049554825, 0.12851853668689728, -0.1845480501651764, -0.16387568414211273, -0.3758013844490051, -0.41479793190956116, -0.14515362679958344, 0.48601213097572327, 0.3126312494277954, -1.217235803604126, 0.557776153087616, -0.23919400572776794, 0.4877902865409851, 0.13850313425064087, 0.603948175907135, 0.7548986673355103, -0.10813089460134506, -0.2465551346540451, 0.03566601127386093, 0.21368254721164703, 0.40512457489967346, 0.1624293178319931, 0.16262690722942352, -0.10636834055185318, -0.02633686177432537, 0.1052522361278534, -0.9695040583610535, -0.703368067741394, 0.3551156520843506, -0.8807920813560486, -0.25397273898124695, 0.5857864618301392, -1.063188910484314, -0.7152557373046875, -0.40668103098869324, 0.034593477845191956, 0.18082106113433838, -0.8660407662391663, -0.32360175251960754, -0.7787814140319824, 0.357749342918396, 0.2325446903705597, -0.8134232759475708, 0.1810074746608734, 0.8311920166015625, 0.5821858048439026, 0.27577319741249084, -0.18612416088581085, -0.5795779228210449, 0.2080274373292923, -0.12396502494812012, 0.8756852149963379, -0.677500307559967, -0.6039642095565796, 0.19666226208209991, 0.46498769521713257, 0.13807763159275055, -0.5102941989898682, 0.801063597202301, -0.3474196791648865, -0.37547412514686584, -0.8777620792388916, -0.46750256419181824, -0.2601604759693146, 0.3197624981403351, -1.212419033050537, 1.0315699577331543, 0.44946616888046265, -0.4767245054244995, 0.388590544462204, -1.3649756908416748, -0.2814084589481354, 0.676054060459137, -0.049971748143434525, -0.31962233781814575, 0.38146430253982544, -0.1891734004020691, 0.473476767539978, -0.14972032606601715, 0.31581589579582214, -0.9075791239738464, -0.2787414789199829, 0.011406589299440384, 0.07359052449464798, 0.6585417985916138, 0.4420619606971741, 0.4070969223976135, 0.0735866129398346, -1.0563348531723022, -0.43779847025871277, 0.35763075947761536, -0.07320436090230942, -0.24739395081996918, -0.7339147925376892, 0.37052690982818604, -0.19768349826335907, 0.31011122465133667, -0.42375120520591736, 0.4286144971847534, 0.11671485006809235, -0.23480382561683655, 0.7449002861976624, 0.10600025951862335, 0.39665549993515015, -0.5994222164154053, 0.6626428365707397, -0.04824069142341614, 0.4053347706794739, -0.07034352421760559, -0.5238021016120911, -0.871392548084259, 0.03075077384710312, 0.552063524723053, 0.5842464566230774, -0.7241535186767578, 0.5561230778694153, 0.24356874823570251, -0.808214008808136, -0.30541014671325684, 0.190293088555336, 0.2260398119688034, 0.29847535490989685, 0.3793027997016907, -0.711744487285614, -0.7774821519851685, -0.5991066694259644, 0.31182658672332764, -0.1618063598871231, 0.1400880515575409, 0.375644326210022, 0.7741181254386902, -0.45845434069633484, 0.4384572505950928, -0.8072289228439331, -0.3897762894630432, 0.08177689462900162, -0.249527245759964, 0.24451500177383423, 0.7966263890266418, 1.1047403812408447, -0.8562121391296387, -0.14167878031730652, -0.6470544338226318, -0.5434017181396484, -0.15255171060562134, 0.2921571433544159, -0.6919307112693787, -0.06288672238588333, 0.2862674295902252, -0.3839937150478363, 0.8256451487541199, 0.7597293853759766, -0.6542279720306396, -0.05880165845155716, 0.13494664430618286, 0.3008796274662018, -1.3410089015960693, 0.512743353843689, 0.040099404752254486, -0.04519740119576454, -0.448521226644516, 0.058739785104990005, -0.056695371866226196, -0.24129793047904968, -0.0332319438457489, 0.7098922729492188, -0.4030124843120575, 0.07027881592512131, -0.1573396772146225, -0.2866746187210083, -0.10053885728120804, 0.2592601478099823, 0.14529858529567719, 0.35950344800949097, 0.8574094176292419, -0.31427696347236633, 0.9142837524414062, 0.7608586549758911, 0.21360839903354645, 0.9322198629379272, -0.5770813822746277, 0.15195950865745544, -0.2890812158584595, 0.4244934618473053, -0.8457192182540894, -0.9011871814727783, 0.6592384576797485, -0.37599679827690125, 0.40775829553604126, -0.7300823330879211, -0.45142894983291626, -0.7443856596946716, -0.20881091058254242, 0.8036054968833923, 0.40297722816467285, -0.7796217799186707, 0.4950486123561859, 0.7372578978538513, -0.04520969092845917, -0.019836844876408577, -0.9018504023551941, -0.12531635165214539, -0.3338093161582947, -0.11765721440315247, 0.26596927642822266, -0.3796607553958893, 0.01594592072069645, -0.29810377955436707, 0.21558214724063873, -0.16883960366249084, -0.24149423837661743, 0.8665065169334412, 0.2788527309894562, -0.19626261293888092, 0.38306310772895813, -0.0739864781498909, -0.7595545649528503, 0.186153382062912, 0.15250170230865479, 0.4218679368495941, -0.043255340307950974, -0.19049768149852753, -0.31623461842536926, 0.6082574129104614, 0.2982389032840729, -0.24407967925071716, 0.5114283561706543, 0.9176076650619507, -0.9304595589637756, 0.009417543187737465, -0.5954245328903198, -0.09002894908189774, -0.5207152962684631, -0.04456363990902901, -0.30893006920814514, -0.5732323527336121, 0.8013163805007935, -0.08769581466913223, -0.1073981299996376, 0.9552758932113647, 0.6993454694747925, 0.25313472747802734, 0.4664142429828644, 0.6706974506378174, -0.32172203063964844, 0.5194291472434998, -0.32248756289482117, -0.48392030596733093, -0.639782190322876, -0.4965629577636719, -0.5585430860519409, -0.27714258432388306, -0.5511736869812012, -0.45151475071907043, -0.1927439272403717, 0.029926473274827003, -0.342460960149765, 0.5896669626235962, -0.8016610741615295, 0.3506554067134857, 0.708946168422699, 0.09581055492162704, -0.16707611083984375, -0.13702352344989777, 0.3178662061691284, 0.5023452043533325, -0.5691431164741516, -0.11678164452314377, 1.2023290395736694, 0.5112787485122681, 0.7777222394943237, 0.2849445939064026, 0.9878096580505371, 0.5182934403419495, 0.621656596660614, -0.22124245762825012, 0.35412922501564026, 0.02003277651965618, -0.8037528991699219, 0.10765023529529572, -0.1540667861700058, -0.7791339159011841, -0.546336829662323, -0.3724988102912903, -0.18458569049835205, 0.5925379395484924, 0.6323781609535217, -0.16836735606193542, 0.04813308268785477, -0.9418323636054993, 0.9889625906944275, -0.00514910276979208, 0.11515643447637558, -0.0846225768327713, -0.7067258358001709, 0.15380972623825073, 0.17950722575187683, 0.1421390175819397, -0.4138756990432739, 0.04596655070781708, 1.1132622957229614, -0.6175205707550049, 1.0045216083526611, -0.9297536015510559, 0.054080236703157425, 0.3007363975048065, -0.39057862758636475, 0.08362875133752823, 0.6207334995269775, -0.2788393497467041, 0.28492680191993713, 0.21268370747566223, -0.547666609287262, -0.20328789949417114, 0.7648648619651794, -0.6706907153129578, 0.08226653188467026, -0.5654232501983643, -0.46986353397369385, -0.04640226811170578, 0.3933533728122711, 0.1338193118572235, 0.7250831127166748, -0.31795987486839294, -0.1604708731174469, 0.5468757748603821, 0.3390260636806488, 0.444897323846817, 0.2455350011587143, -0.28901907801628113, -0.658673882484436, 1.0822423696517944, 0.18118217587471008, -0.41688433289527893, 0.2463921308517456, 0.20076419413089752, -0.29087144136428833, -0.36536458134651184, -0.7257985472679138, 0.28351029753685, -0.5783995985984802, -0.7853673100471497, -0.12055578082799911, -0.20970986783504486, -0.6482417583465576, -0.3392411768436432, -0.28766360878944397, -0.5805748701095581, -0.7168315649032593, -0.582291305065155, 1.3328455686569214, 0.7297766208648682, -0.7701565027236938, 0.6488291621208191, -0.9408554434776306, 0.676746666431427, -0.09449905902147293, 1.1354584693908691, -0.13188380002975464, -0.39027416706085205, -0.21603985130786896, 0.004314105492085218, 0.0332801453769207, -0.6683148145675659, -0.20152628421783447, 0.25122660398483276, 0.7704935669898987, 0.3818906843662262, 0.0814257562160492, 0.7304498553276062, 0.023518778383731842, 0.5444302558898926, 0.09546945989131927, -0.6966445446014404, 0.5656686425209045, -0.30264124274253845, 0.4174099564552307, 1.0933728218078613, 0.46759432554244995, -0.40492501854896545, 0.2404405176639557, -1.0688018798828125, -0.6194501519203186, 0.5864531993865967, -0.031003663316369057, 0.12790559232234955, 0.3244468867778778, 0.7567910552024841, 0.06713186949491501, 0.4103696942329407, -0.3855692446231842, -0.8860794305801392, -0.3113029897212982, -0.5051732659339905, 0.11544756591320038, -0.43524327874183655, -0.4239838421344757, -0.5183104872703552, 0.662267804145813, -0.08500100672245026, 0.5529010891914368, 0.10016392171382904, 0.30798056721687317, -0.2556575834751129, -0.372917115688324, 0.5252677202224731, 0.3922250270843506, -0.4541044533252716, -0.17830240726470947, -0.10272432118654251, -0.6383781433105469, -0.40683913230895996, 1.0856757164001465, 0.18584099411964417, -0.28554436564445496, 0.604448139667511, 0.7319785356521606, -0.5355247259140015, -0.13480331003665924, 0.3498072028160095, -0.14084692299365997, -0.38284578919410706, -0.5572598576545715, 0.30710455775260925, 0.07747761905193329, 0.3159191310405731, 0.22303980588912964, 0.00670692790299654, 0.3653160035610199, -0.35726872086524963, 0.5736944675445557, 0.015288490802049637, -0.761847734451294, -0.45819222927093506, 0.5417752861976624, 0.7021174430847168, -0.518663227558136, 0.767384946346283, -0.19685184955596924, -0.5324094295501709, 0.8405048251152039, 0.23092778027057648, 0.6510675549507141, -0.4805392920970917, 0.2846391797065735, 0.4879574179649353, 0.11561797559261322, 0.22686782479286194, 0.8772667646408081, -0.49552997946739197, -0.5114986300468445, 0.19935254752635956, -0.47349318861961365, -0.47028854489326477, -0.27073463797569275, -1.0908312797546387, 0.2038019597530365, -0.6915602684020996, -0.14717788994312286, 0.06107551231980324, 0.20318688452243805, -0.9216593503952026, 0.3664223551750183, 0.42276954650878906, 1.5604609251022339, -0.9531810879707336, 0.6916753649711609, 0.9044787287712097, -0.4263420104980469, -0.7346760630607605, -0.307428240776062, 0.23754507303237915, -1.051383137702942, -0.4286562502384186, 0.36114248633384705, 0.5343224406242371, -0.2926093339920044, -0.8013622760772705, -0.7349022030830383, 1.151108741760254, 0.2334800660610199, -0.6207018494606018, 0.4669526517391205, 0.14831708371639252, 0.3380278944969177, -0.32752662897109985, 0.1464674025774002, 0.5164011716842651, 0.9254370331764221, 0.4922778904438019, -0.649023175239563, 0.18977250158786774, -0.7177411913871765, -0.3440118134021759, 0.4415503144264221, -0.9772464036941528, -0.055902089923620224, -0.07815839350223541, 0.278519868850708, 0.18447791039943695, 0.7671153545379639, 0.19590264558792114, 0.6533572673797607, 0.4543376564979553, 0.6822516918182373, 0.9280097484588623, -0.41504645347595215, 0.8262730240821838, -0.004536652006208897, 0.4621656537055969, 0.9526527523994446, -0.1384640783071518, 0.22946999967098236, 0.4340130090713501, 0.03714198246598244, 0.12880665063858032, 0.7193971276283264, -0.6721993088722229, 0.3918040990829468, 0.29862281680107117, -0.12766259908676147, -0.2281198501586914, -0.17378833889961243, -0.9572264552116394, 0.22792847454547882, 0.5316706299781799, -0.4747450351715088, 0.012909280136227608, -0.0012769963359460235, 0.19574850797653198, -0.2734895646572113, -0.5674634575843811, 0.7956084609031677, 0.06682731211185455, -0.3382597267627716, -0.07748326659202576, -0.10095227509737015, 0.12421011179685593, -0.6685817241668701, -0.5433300137519836, -0.18306733667850494, 0.234819233417511, -0.5476499795913696, -0.9915591478347778, 0.8267077803611755, -0.32232242822647095, -0.3564378619194031, -0.010468619875609875, 0.6749375462532043, -0.45267006754875183, -1.0562407970428467, 0.18935982882976532, -0.0037024703342467546, 0.016459006816148758, 0.0554843507707119, -1.307051420211792, 0.5871701240539551, -0.14204291999340057, -0.10269297659397125, 0.1265716403722763, 0.03171774744987488, 0.10244463384151459, 0.4126458466053009, 0.6800974607467651, -0.19075027108192444, -0.5021075010299683, 0.1780613660812378, 0.9892799854278564, -0.6978172659873962, -0.4154115617275238, -0.4640372395515442, 0.7008044123649597, -0.39353087544441223, -0.8655297756195068, 0.48360875248908997, 1.0331060886383057, 0.8380646109580994, -0.07802479714155197, 0.7793688774108887, -0.4750959575176239, 0.6622447967529297, -0.20267686247825623, 0.7872607111930847, -0.42176854610443115, -0.3094158172607422, -0.2929416000843048, -0.648274302482605, -0.8576605916023254, 0.736609160900116, 0.3318624794483185, 0.10831376165151596, 0.10817486047744751, 1.0009480714797974, -0.1500108391046524, 0.3642306625843048, -0.12374292314052582, 0.019817762076854706, 0.31976035237312317, 0.2119661271572113, 0.276149183511734, -0.5832918286323547, 0.04167425259947777, -0.38220295310020447, -0.6829938292503357, -0.05013980343937874, -1.025564432144165, -0.9980541467666626, -0.8109868168830872, -0.5471512079238892, -0.598390519618988, -0.019379395991563797, 0.9706405997276306, 1.0495082139968872, -1.0533651113510132, -0.19694246351718903, 0.04015005752444267, 0.3068191409111023, 0.09616989642381668, -0.10498365014791489, 0.6752662658691406, 0.5940030217170715, -0.45750004053115845, -0.2184825986623764, -0.09688299149274826, 0.3584158420562744, -0.02018270455300808, 0.0036946889013051987, 0.043446801602840424, -0.010685360059142113, 0.11923743039369583, 0.6568019986152649, -0.04469732940196991, -0.3069087266921997, -0.6011204719543457, 0.284083753824234, 0.032122112810611725, 0.9597957134246826, -0.31834521889686584, 0.24982064962387085, 0.5195388197898865, 0.4136616289615631, 0.5002720355987549, 0.31310027837753296, 0.6708183884620667, -0.5883317589759827, 0.3567666709423065, -0.21884047985076904, 0.505840539932251, 0.19446136057376862, -0.45483359694480896, 0.9208884835243225, 0.47236669063568115, -0.5507271885871887, -0.655763566493988, -0.04534104838967323, -1.577376365661621, 0.5469510555267334, 0.973768949508667, 0.1322372555732727, -0.2605073153972626, -0.13667146861553192, -0.543414294719696, 0.2758273780345917, -0.99069744348526, 0.2564038634300232, 0.49445590376853943, 0.037759192287921906, -0.19578443467617035, -0.10064941644668579, 0.7758705615997314, -0.3952561616897583, -1.1652064323425293, 0.15612906217575073, 0.43456199765205383, 0.007799150422215462, 0.21146078407764435, 0.6610584855079651, -0.046462513506412506, 0.3706807792186737, 0.264363169670105, 0.26610997319221497, -0.4120561182498932, -0.4971645176410675, -0.33384716510772705, 0.03202832117676735, -0.15007880330085754, -0.5180195569992065 ]
result-kand2-sdxl-wuerst-karlo/2b270b48
result-kand2-sdxl-wuerst-karlo
2023-09-25T03:43:57Z
526
0
[ "region:us" ]
null
2023-09-25T03:43:57Z
--- dataset_info: features: - name: result dtype: string - name: id dtype: int64 splits: - name: train num_bytes: 162 num_examples: 10 download_size: 1306 dataset_size: 162 configs: - config_name: default data_files: - split: train path: data/train-* --- # Dataset Card for "2b270b48" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
[ -0.6763841509819031, -0.07881367206573486, 0.04388876631855965, 0.564862847328186, -0.2368604689836502, -0.06947661936283112, 0.4153085947036743, -0.2498610019683838, 0.7534477710723877, 0.3821120262145996, -0.8724251985549927, -0.5371526479721069, -0.5044209957122803, -0.3232775926589966, -0.08159618079662323, 1.1597381830215454, 0.05144234374165535, 0.1617162823677063, -0.3499027490615845, 0.006099018733948469, -0.6718643307685852, -0.3541961908340454, -0.49435994029045105, -0.5276333093643188, 0.8939522504806519, 0.9478597044944763, 0.5800037980079651, 0.617925226688385, 0.9436064958572388, 0.1300303339958191, -0.02237452007830143, -0.182167187333107, -0.5604392290115356, -0.09174884110689163, -0.27242642641067505, -0.5259212255477905, -1.026916265487671, 0.011855905875563622, 0.6391390562057495, 0.675451397895813, -0.2427220493555069, 0.8507300615310669, -0.1878690868616104, 1.0263937711715698, -0.282376766204834, 0.5833385586738586, -0.08946765214204788, -0.015277829021215439, -0.7876358032226562, 0.12502136826515198, 0.14980186522006989, -0.5142937302589417, -0.2872222363948822, -1.0032029151916504, 0.25744956731796265, 0.27019646763801575, 0.8634971380233765, 0.2433277666568756, 0.02064087614417076, -0.13408665359020233, -0.2603130340576172, 0.04988124966621399, -0.12623094022274017, 0.2733096182346344, 0.8831952810287476, 0.45375871658325195, -0.06536125391721725, -0.5229698419570923, -0.38262709975242615, 0.3470700681209564, -0.0016962157096713781, 0.3068092465400696, -0.038150642067193985, -0.12255042791366577, 0.624809205532074, 0.7452965378761292, -0.7180781364440918, 0.008773323148488998, -0.89239102602005, -0.452068567276001, 0.7938921451568604, 0.24295222759246826, 0.014491268433630466, -0.39432817697525024, -0.13127021491527557, -0.2328137457370758, -0.4592097997665405, -0.08757023513317108, 0.5739777088165283, 0.05055147036910057, -1.1865086555480957, 0.6990974545478821, -0.06904468685388565, 0.27541106939315796, 0.24285104870796204, 0.8871537446975708, 0.6760261058807373, -0.274555504322052, -0.172027587890625, -0.13531528413295746, 0.2816585898399353, 0.6383622288703918, 0.15674270689487457, 0.11885065585374832, 0.14305360615253448, 0.08994535356760025, 0.04971473291516304, -1.3336141109466553, -1.077591896057129, 0.4228287935256958, -0.9483320713043213, -0.1676304191350937, 0.350676566362381, -1.168075680732727, -0.6602683663368225, -0.25788864493370056, 0.00982037466019392, 0.09263121336698532, -0.8091323375701904, -0.34441953897476196, -0.7766874432563782, 0.41844913363456726, 0.14321404695510864, -0.9521569609642029, 0.3603564202785492, 0.8879061341285706, 0.5257269740104675, 0.23070698976516724, 0.010289817117154598, -0.5665952563285828, 0.13817642629146576, -0.45546582341194153, 0.8390620350837708, -0.4466915428638458, -0.4915849566459656, -0.013960100710391998, 0.36004889011383057, 0.3380131721496582, -0.521397590637207, 0.7064206600189209, -0.500209629535675, -0.15568532049655914, -0.8663609623908997, -0.5219709277153015, -0.10758718103170395, 0.15820392966270447, -1.1431831121444702, 1.1528509855270386, 0.42090389132499695, -0.6640406847000122, 0.2883586287498474, -1.1360045671463013, -0.20143693685531616, 0.8114696145057678, -0.0601273849606514, -0.4674569368362427, 0.27569058537483215, -0.34159228205680847, 0.5035269260406494, -0.15284104645252228, 0.32859721779823303, -0.8170555830001831, -0.17388176918029785, -0.023699747398495674, 0.11115935444831848, 0.9215223789215088, 0.3292829692363739, 0.5438214540481567, -0.1142219677567482, -0.9075055718421936, -0.17139962315559387, 0.3374192416667938, -0.12206684052944183, -0.1677170693874359, -0.5758940577507019, 0.46582794189453125, -0.04306703805923462, 0.5752805471420288, -0.5235028266906738, 0.3053770363330841, 0.10923448950052261, -0.2358119934797287, 0.677408754825592, 0.11310514807701111, 0.31833285093307495, -0.5100905299186707, 0.5746950507164001, -0.05465447157621384, 0.2519506812095642, 0.027743270620703697, -0.7883236408233643, -0.6030892133712769, -0.024615727365016937, 0.6409446597099304, 0.7838106751441956, -0.47431716322898865, 0.6288387775421143, 0.21599581837654114, -0.854171633720398, -0.2260286659002304, 0.12046397477388382, 0.38353949785232544, 0.27504023909568787, 0.3932664096355438, -0.7440980076789856, -0.9576115012168884, -0.7955647706985474, 0.40531811118125916, -0.22494377195835114, -0.0011872752802446485, 0.38862112164497375, 0.7087448835372925, -0.4282180964946747, 0.5138451457023621, -0.9055107831954956, -0.24533729255199432, 0.1587340235710144, -0.23532958328723907, 0.38358545303344727, 0.8687973022460938, 0.9406405091285706, -0.7075918316841125, -0.3164518177509308, -0.5970250964164734, -0.5596010088920593, -0.13367336988449097, 0.3007134199142456, -0.8472999930381775, -0.024788925424218178, 0.208759605884552, -0.4700952172279358, 0.761252760887146, 0.9893112182617188, -0.7535602450370789, 0.12200986593961716, 0.04106902331113815, -0.05330787971615791, -1.3944891691207886, 0.42578956484794617, 0.003924468997865915, -0.13011451065540314, -0.34894728660583496, -0.060352422297000885, 0.261359304189682, -0.1028570607304573, 0.1149420514702797, 0.5689588189125061, -0.4709325134754181, -0.06849320977926254, -0.09591121971607208, -0.14646384119987488, -0.01954878680408001, 0.3104979395866394, 0.010978461243212223, 0.20581115782260895, 0.9314785599708557, -0.23806270956993103, 1.0992190837860107, 0.9655007123947144, 0.04559874162077904, 1.003696322441101, -0.6595326662063599, 0.16978850960731506, -0.30625513195991516, 0.4539787173271179, -1.0677672624588013, -0.7970876693725586, 0.7011457681655884, -0.5338821411132812, 0.5958712100982666, -0.577033281326294, -0.5235024094581604, -0.8465446829795837, -0.32265859842300415, 0.7056441307067871, 0.5589333772659302, -0.67868572473526, 0.24019397795200348, 0.7355481386184692, -0.2601690888404846, 0.0816144049167633, -1.144861102104187, 0.045600954443216324, -0.14176054298877716, -0.20298749208450317, 0.5043603777885437, -0.5295616388320923, 0.05533478781580925, -0.12671099603176117, 0.24038541316986084, -0.12562844157218933, -0.2984597384929657, 0.7752876877784729, 0.45321667194366455, -0.08885769546031952, 0.2980301082134247, 0.027098065242171288, -0.7374023795127869, 0.26924455165863037, 0.06213895231485367, 0.41269272565841675, 0.14068645238876343, 0.12447421997785568, -0.5156732201576233, 0.6192271113395691, 0.06035296991467476, -0.15579544007778168, 0.466006875038147, 0.8990574479103088, -0.9389163851737976, 0.06129663065075874, -0.4773533046245575, -0.0479564294219017, -0.47771671414375305, 0.30620425939559937, -0.3695667088031769, -0.47349533438682556, 0.6809890270233154, 0.04700382053852081, -0.11645227670669556, 0.836070716381073, 0.9662642478942871, -0.05027063935995102, 0.40688881278038025, 0.5417262315750122, -0.16860541701316833, 0.4380985498428345, -0.3096800446510315, -0.386269211769104, -0.8887302875518799, -0.739704966545105, -0.46805813908576965, -0.5225461721420288, -0.9045377969741821, -0.5422050356864929, -0.21427541971206665, 0.07109241187572479, -0.3528134524822235, 0.6830770373344421, -0.6122251749038696, 0.36334463953971863, 0.7151324152946472, 0.37169894576072693, -0.3664913475513458, -0.15623293817043304, 0.4039097726345062, 0.2491227239370346, -0.5597412586212158, -0.016588198021054268, 1.2898075580596924, 0.6080980896949768, 0.7550013065338135, 0.5079095959663391, 0.7317530512809753, 0.4135371744632721, 0.38855090737342834, -0.369629442691803, 0.2570329010486603, -0.13977840542793274, -1.0247619152069092, -0.12135627120733261, -0.20131473243236542, -0.7762368321418762, -0.5086595416069031, -0.2704729437828064, -0.2855633497238159, 0.5803316235542297, 0.543779730796814, -0.1911575347185135, 0.002708385931327939, -0.8285054564476013, 1.093515157699585, 0.05433204025030136, -0.18770381808280945, -0.3812975287437439, -0.869641900062561, 0.17203524708747864, 0.11648835241794586, 0.11630701273679733, -0.37261518836021423, 0.06512124091386795, 1.1826961040496826, -0.45445311069488525, 0.9578203558921814, -0.8713045716285706, -0.008019623346626759, 0.14847145974636078, -0.09448114037513733, 0.3182741701602936, 0.6231669783592224, -0.15787306427955627, 0.23129653930664062, 0.19388820230960846, -0.7368289232254028, -0.1131645143032074, 0.6686354279518127, -0.6660765409469604, 0.2599143981933594, -0.42172038555145264, -0.5922952890396118, -0.1647942215204239, 0.16875621676445007, 0.28702855110168457, 0.7382252812385559, -0.32068341970443726, 0.05958694964647293, 0.6565799117088318, 0.3346174359321594, 0.4920654296875, 0.23928877711296082, -0.3506983816623688, -0.6105563640594482, 0.9508165717124939, 0.18790309131145477, -0.38585007190704346, 0.3676912784576416, 0.23881947994232178, -0.3320653438568115, -0.30896028876304626, -0.7123305797576904, 0.26684075593948364, -0.42610475420951843, -0.7542697191238403, -0.1649569422006607, -0.203448086977005, -0.39989137649536133, -0.08102588355541229, -0.31212830543518066, -0.7813676595687866, -0.7374056577682495, -0.6135562658309937, 1.1178927421569824, 0.6600342988967896, -0.9909979701042175, 0.46444714069366455, -0.7052311897277832, 0.8102732300758362, 0.1266750693321228, 1.1310075521469116, -0.23429036140441895, -0.6391724348068237, -0.3460884988307953, -0.09449595212936401, -0.20215530693531036, -0.7894342541694641, -0.25642818212509155, 0.15222716331481934, 0.5982813835144043, 0.330552875995636, -0.06568640470504761, 0.583724856376648, -0.2520705461502075, 0.4861694574356079, 0.299839049577713, -0.7271921634674072, 0.4575539827346802, -0.28851190209388733, 0.23887474834918976, 0.8126477599143982, 0.5786694288253784, -0.5388453006744385, 0.3744456470012665, -0.8872826099395752, -0.5661112666130066, 0.603327214717865, -0.03836946561932564, 0.2376011461019516, 0.4030250012874603, 0.5646896362304688, 0.07160144299268723, 0.22739391028881073, -0.4218733012676239, -0.9026110768318176, -0.3286740183830261, -0.4854671359062195, 0.25031620264053345, -0.7190674543380737, -0.25824469327926636, -0.4786842465400696, 0.6831983327865601, -0.008814103901386261, 0.5116475820541382, -0.21884538233280182, 0.4612426161766052, -0.3172943890094757, -0.4376787841320038, 0.2682298421859741, 0.5094874501228333, -0.5813289880752563, -0.1888703852891922, -0.19271664321422577, -0.6124902367591858, -0.5313604474067688, 0.9463740587234497, 0.11123516410589218, -0.29673048853874207, 0.40379467606544495, 0.7290765643119812, -0.40637314319610596, 0.006818672176450491, 0.39712536334991455, 0.016815172508358955, -0.34524720907211304, -0.43865302205085754, 0.01955115981400013, 0.22073188424110413, 0.3857622444629669, 0.07206076383590698, 0.02226839028298855, 0.3584151864051819, -0.4564434587955475, 0.580265462398529, 0.0955241471529007, -0.6345224380493164, -0.4702465236186981, 0.5404137372970581, 0.6136942505836487, -0.49351343512535095, 0.8956649303436279, -0.3145796060562134, -0.41528311371803284, 0.8232844471931458, 0.36241260170936584, 0.5766786932945251, -0.5007328987121582, 0.4140595495700836, 0.5847017765045166, 0.12363910675048828, 0.2777172327041626, 0.9927706122398376, -0.361440509557724, -0.6487289667129517, 0.06710731238126755, -0.3148941397666931, -0.5745510458946228, -0.3717443645000458, -1.2555197477340698, 0.2760901153087616, -0.6996096968650818, -0.0938623920083046, 0.14230786263942719, 0.293768048286438, -0.9174929857254028, 0.42368802428245544, 0.5677731037139893, 1.4858847856521606, -0.8217302560806274, 0.7171754240989685, 0.7239161729812622, -0.29598724842071533, -0.6532315015792847, -0.30521368980407715, 0.16214093565940857, -1.0353754758834839, -0.19994543492794037, 0.2509843707084656, 0.6575241088867188, -0.20088116824626923, -0.8655820488929749, -0.7696414589881897, 1.149175763130188, 0.0018199654296040535, -0.93759685754776, 0.4085462987422943, -0.14496231079101562, 0.34211471676826477, -0.09898770600557327, 0.19263210892677307, 0.510249674320221, 0.8704769015312195, 0.394064724445343, -0.6740468740463257, 0.20316623151302338, -0.6911957263946533, -0.15717418491840363, 0.3580138683319092, -1.023937463760376, 0.10736854374408722, -0.1305772066116333, 0.2687975764274597, 0.2632136940956116, 0.821734607219696, 0.3257579803466797, 0.5653696060180664, 0.18869741261005402, 0.6715030074119568, 1.0936806201934814, -0.3225017786026001, 0.7163857221603394, -0.025025974959135056, 0.5741128921508789, 1.0817794799804688, -0.23224791884422302, 0.44858795404434204, 0.43788620829582214, -0.13929376006126404, 0.4236786961555481, 0.8604344129562378, -0.7897639274597168, 0.589719831943512, 0.4798738360404968, 0.12861855328083038, -0.23472513258457184, -0.051383040845394135, -0.8532457947731018, 0.12096760421991348, 0.525758683681488, -0.2898886501789093, 0.07509370148181915, -0.16090698540210724, 0.33206111192703247, -0.1892010122537613, -0.5818204283714294, 0.692549467086792, 0.02374342642724514, -0.2770112454891205, -0.14837445318698883, 0.03270072117447853, 0.13539303839206696, -0.5654007196426392, -0.37615475058555603, -0.27917230129241943, 0.25918498635292053, -0.6147075891494751, -1.3223193883895874, 0.8299869298934937, -0.21584640443325043, -0.536194920539856, -0.09523366391658783, 0.3927364647388458, -0.3708929121494293, -1.0066486597061157, 0.27862101793289185, -0.029243970289826393, 0.24640342593193054, 0.07941364496946335, -1.0752495527267456, 0.41170641779899597, -0.16413439810276031, -0.13093815743923187, 0.07175719738006592, 0.21825309097766876, 0.10051518678665161, 0.3288363814353943, 0.5419200658798218, -0.12503284215927124, -0.3798550069332123, 0.044109903275966644, 0.9700176119804382, -0.7215794324874878, -0.44109514355659485, -0.5015390515327454, 0.7388165593147278, -0.35455521941185, -0.7793890237808228, 0.5068549513816833, 1.2584636211395264, 0.8329213261604309, -0.05653362348675728, 0.7859046459197998, -0.6055542230606079, 0.781890869140625, -0.3017682731151581, 0.6507055759429932, -0.2596432864665985, -0.2957058846950531, -0.1099741980433464, -0.6845871806144714, -0.7438567876815796, 0.5876545906066895, 0.2874465584754944, 0.012705241329967976, 0.3435693085193634, 1.080034613609314, -0.04777060076594353, 0.3494822084903717, -0.054819848388433456, 0.23382791876792908, 0.15418069064617157, 0.5093792676925659, 0.3130086660385132, -0.6469061374664307, 0.13077682256698608, -0.2274504154920578, -0.8178526759147644, -0.1185891330242157, -0.985244870185852, -0.9791820645332336, -0.6210436820983887, -0.5988574624061584, -0.6871234774589539, -0.020443815737962723, 0.8558071851730347, 1.0915720462799072, -1.1102641820907593, -0.2097012847661972, 0.057001374661922455, 0.1751297563314438, 0.1666090041399002, -0.09594708681106567, 0.730828046798706, 0.6136316061019897, -0.4755264222621918, -0.25250476598739624, -0.10455542802810669, 0.1437664031982422, -0.08352093398571014, -0.0928061231970787, 0.14513036608695984, 0.038719892501831055, 0.17800839245319366, 0.5135934948921204, 0.026513157412409782, -0.19049614667892456, -0.579788863658905, 0.09942307323217392, 0.07701431959867477, 0.7549207210540771, -0.3633252680301666, 0.1037701815366745, 0.684549868106842, 0.2783552408218384, 0.7769136428833008, 0.2478458434343338, 0.4344590902328491, -0.5488436222076416, 0.19925306737422943, -0.2317742556333542, 0.37671032547950745, 0.2505934238433838, -0.4272879362106323, 0.811234176158905, 0.47053590416908264, -0.5872606635093689, -0.5178455114364624, 0.1804955154657364, -1.5788506269454956, 0.37659353017807007, 1.0164092779159546, 0.1027514860033989, -0.1394614279270172, -0.06874007731676102, -0.5404469966888428, 0.2666071951389313, -0.7471333146095276, 0.3018662929534912, 0.49729087948799133, 0.07231301814317703, -0.21890851855278015, -0.20745335519313812, 0.5344047546386719, -0.33678391575813293, -1.1425368785858154, 0.18693284690380096, 0.4988304078578949, 0.06695485860109329, 0.06726933270692825, 0.5071582198143005, -0.1473306566476822, 0.3862111270427704, 0.2815079987049103, 0.36006829142570496, -0.28368425369262695, -0.6083884835243225, -0.25233039259910583, -0.027569584548473358, -0.2748843729496002, -0.6938143372535706 ]
result-kand2-sdxl-wuerst-karlo/52f7d589
result-kand2-sdxl-wuerst-karlo
2023-09-26T06:35:54Z
526
0
[ "region:us" ]
null
2023-09-26T06:35:53Z
--- dataset_info: features: - name: result dtype: string - name: id dtype: int64 splits: - name: train num_bytes: 167 num_examples: 10 download_size: 1327 dataset_size: 167 configs: - config_name: default data_files: - split: train path: data/train-* --- # Dataset Card for "52f7d589" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
[ -0.6669553518295288, 0.025775443762540817, 0.1187542974948883, 0.3288048207759857, -0.3394901752471924, 0.03649304434657097, 0.4698391556739807, -0.14088232815265656, 0.7658259272575378, 0.49812600016593933, -0.9056384563446045, -0.7123387455940247, -0.5846856832504272, -0.00332039687782526, -0.2931465804576874, 1.15214204788208, 0.13438941538333893, 0.08849048614501953, -0.34512439370155334, -0.048947032541036606, -0.4635772705078125, -0.48188257217407227, -0.5068376660346985, -0.5190505385398865, 0.8790748715400696, 0.8948208689689636, 0.6177034378051758, 0.5936107039451599, 1.0085618495941162, 0.2079428732395172, 0.013769078999757767, -0.23031219840049744, -0.5489879846572876, -0.2565714716911316, -0.061833471059799194, -0.4236184358596802, -1.0530532598495483, -0.03500432148575783, 0.713992178440094, 0.6337263584136963, -0.21448589861392975, 0.7617805600166321, -0.32909509539604187, 1.0716021060943604, -0.36838215589523315, 0.6279591917991638, -0.02031046897172928, 0.07381585985422134, -0.6722601652145386, 0.04032837972044945, 0.1649578958749771, -0.5324729084968567, -0.15716055035591125, -1.1467188596725464, 0.3355821371078491, 0.08647514879703522, 0.6224902868270874, 0.45317697525024414, -0.1115320697426796, -0.11044901609420776, -0.2780018150806427, -0.07131166011095047, -0.18987062573432922, 0.3076024353504181, 0.8340263366699219, 0.41289809346199036, -0.14357970654964447, -0.477535605430603, -0.47792235016822815, 0.2240609973669052, -0.028363611549139023, 0.09891613572835922, 0.21083810925483704, 0.012881672941148281, 0.6914657950401306, 0.7954559326171875, -0.6071940660476685, -0.35105085372924805, -0.8224558234214783, -0.3741057515144348, 1.005765676498413, 0.11342983692884445, 0.17195093631744385, -0.3397881090641022, -0.23767857253551483, -0.3909526765346527, -0.4704986810684204, -0.18746143579483032, 0.5176749229431152, 0.10673043876886368, -1.153367042541504, 0.6083524227142334, -0.2110406905412674, 0.3720523416996002, 0.29923683404922485, 0.5575164556503296, 0.7844261527061462, -0.1677810102701187, -0.31901028752326965, 0.1699688881635666, 0.2516654133796692, 0.45750969648361206, 0.34986138343811035, 0.207001730799675, -0.02306431345641613, -0.053828950971364975, 0.05360773205757141, -1.1444756984710693, -0.9450631737709045, 0.3677399158477783, -0.8068792819976807, -0.36166346073150635, 0.5838512778282166, -1.011264443397522, -0.6912401914596558, -0.2577444314956665, -0.032083217054605484, 0.06978140026330948, -0.9385430216789246, -0.12284256517887115, -0.7890963554382324, 0.3218183219432831, 0.23022112250328064, -0.6934720873832703, 0.15074852108955383, 0.8568844795227051, 0.4092160165309906, 0.18934230506420135, -0.11444228887557983, -0.6044814586639404, 0.17858874797821045, -0.3174547255039215, 0.7981523275375366, -0.7168908715248108, -0.672905683517456, 0.0819358304142952, 0.4333851635456085, 0.007403909228742123, -0.5569295883178711, 1.0600719451904297, -0.4996591806411743, -0.15627381205558777, -0.8486699461936951, -0.5052160620689392, -0.27844297885894775, 0.18990281224250793, -1.3913817405700684, 1.27548348903656, 0.30297282338142395, -0.8546755313873291, 0.32005009055137634, -1.2358156442642212, -0.2483477145433426, 0.7799931168556213, -0.09644890576601028, -0.4006837010383606, 0.37429937720298767, -0.25428134202957153, 0.6289966106414795, -0.1264447122812271, 0.44339773058891296, -0.8673976063728333, -0.34991201758384705, 0.14409270882606506, -0.012327867560088634, 0.8145765066146851, 0.3267020881175995, 0.42932063341140747, -0.0017858970677480102, -1.1155070066452026, -0.2331787794828415, 0.34244105219841003, -0.2138931304216385, -0.25160375237464905, -0.6364218592643738, 0.4359875023365021, -0.06928002834320068, 0.27299654483795166, -0.45671525597572327, 0.21349042654037476, 0.019883185625076294, -0.19163304567337036, 0.7079363465309143, 0.13475333154201508, 0.29471519589424133, -0.5746400356292725, 0.7593702077865601, 0.07912427932024002, 0.2445068061351776, -0.021467769518494606, -0.593238890171051, -0.5503568053245544, -0.16404224932193756, 0.677514910697937, 0.5837752223014832, -0.6905368566513062, 0.601065456867218, 0.023095062002539635, -0.6125046610832214, -0.16886499524116516, -0.12235794216394424, 0.15868134796619415, 0.2561459541320801, 0.2221270650625229, -0.71532142162323, -0.6424278020858765, -0.5329396724700928, 0.42280057072639465, 0.023413900285959244, 0.18674950301647186, 0.3433857560157776, 0.8191612958908081, -0.26306769251823425, 0.44001850485801697, -0.9917439818382263, -0.1545305997133255, 0.22379562258720398, -0.4056175947189331, 0.26450568437576294, 0.7787529230117798, 1.0862023830413818, -0.980495274066925, -0.3997161090373993, -0.5809655785560608, -0.4734359681606293, 0.07988955825567245, 0.37952157855033875, -0.6659013032913208, -0.07720182836055756, 0.08735649287700653, -0.6910797953605652, 0.8396188616752625, 0.7762021422386169, -0.7430015206336975, 0.11289024353027344, 0.05617881193757057, 0.26850801706314087, -1.3519634008407593, 0.48862242698669434, 0.006106359418481588, -0.11923237144947052, -0.42862555384635925, -0.03496580570936203, 0.11469549685716629, -0.2925747036933899, -0.05803697183728218, 0.5121340155601501, -0.4711446464061737, -0.016210369765758514, -0.01349545642733574, -0.23649552464485168, -0.15628153085708618, 0.26041948795318604, 0.02285522036254406, 0.261279433965683, 0.8870375156402588, -0.19125382602214813, 0.9963286519050598, 0.6859036684036255, 0.09911786764860153, 1.0405397415161133, -0.561444103717804, 0.17126412689685822, -0.3191850483417511, 0.6158881783485413, -1.0201058387756348, -0.9333989024162292, 0.7253759503364563, -0.36912626028060913, 0.48475220799446106, -0.5150505304336548, -0.3942281901836395, -0.8316976428031921, -0.4517382085323334, 0.9306498765945435, 0.33193549513816833, -0.74785977602005, 0.39902040362358093, 0.6630357503890991, -0.008821328170597553, -0.24255694448947906, -0.8161845803260803, -0.1057480201125145, -0.4120462238788605, -0.326590895652771, 0.49341508746147156, -0.6349533796310425, 0.15259535610675812, -0.17593403160572052, 0.183177188038826, -0.2689550817012787, -0.25421276688575745, 0.8076035976409912, 0.3045046031475067, -0.17196343839168549, 0.3448238968849182, -0.10319548100233078, -0.722413182258606, 0.35351380705833435, 0.0881655290722847, 0.28101861476898193, 0.27581217885017395, -0.040151096880435944, -0.43120089173316956, 0.6537082195281982, 0.44096702337265015, -0.31904804706573486, 0.35383644700050354, 0.882767915725708, -1.0125583410263062, -0.30193108320236206, -0.397706538438797, -0.09980427473783493, -0.4881112575531006, 0.11762411892414093, -0.5211782455444336, -0.6044728755950928, 0.6929488182067871, -0.08537803590297699, -0.3392406105995178, 0.9437225461006165, 0.7713687419891357, 0.26941347122192383, 0.48383376002311707, 0.7810019850730896, -0.21702466905117035, 0.40916675329208374, -0.2432984560728073, -0.32625481486320496, -0.49065035581588745, -0.5000800490379333, -0.504647970199585, -0.32486578822135925, -0.7800485491752625, -0.6074130535125732, -0.1854371577501297, -0.14188964664936066, -0.2808886766433716, 0.39203348755836487, -0.8421701192855835, 0.553248405456543, 0.5904492735862732, 0.2508673369884491, -0.07587819546461105, -0.15201082825660706, 0.22189007699489594, 0.39872878789901733, -0.6558963060379028, 0.026538440957665443, 1.2303558588027954, 0.5263213515281677, 0.8287599086761475, 0.2557353675365448, 0.953270673751831, 0.4924711585044861, 0.4404132068157196, -0.2813809812068939, 0.33684125542640686, -0.1656767576932907, -0.9186766743659973, -0.033489834517240524, -0.23196417093276978, -0.569923996925354, -0.5368287563323975, -0.19686226546764374, -0.02654833160340786, 0.6035382747650146, 0.4861562252044678, -0.14320413768291473, -0.04758927971124649, -0.902776837348938, 1.1432150602340698, 0.14249569177627563, 0.19234304130077362, -0.2899877727031708, -0.7407099604606628, 0.34628379344940186, 0.06019321084022522, 0.08210724592208862, -0.4687548577785492, 0.16707521677017212, 1.0674177408218384, -0.5157992243766785, 1.0967928171157837, -0.7856090068817139, -0.18623311817646027, 0.19950981438159943, -0.36986061930656433, 0.21296685934066772, 0.5328232049942017, -0.21554580330848694, 0.017764998599886894, 0.39306503534317017, -0.47230082750320435, -0.10940984636545181, 0.9071112871170044, -0.6405355334281921, 0.21790269017219543, -0.6601919531822205, -0.5304111242294312, 0.052125778049230576, 0.20086641609668732, 0.08804719150066376, 0.6809127926826477, -0.4325711131095886, -0.05885910242795944, 0.7308362126350403, 0.34203824400901794, 0.5703745484352112, 0.14964377880096436, -0.20399166643619537, -0.5858520269393921, 1.0778627395629883, 0.2704879641532898, -0.4425842761993408, 0.44585633277893066, 0.2356005162000656, -0.2934407889842987, -0.2106057107448578, -0.680080235004425, 0.3008478283882141, -0.6570919156074524, -0.7182677388191223, -0.07181604206562042, -0.24774034321308136, -0.3794354796409607, -0.044452816247940063, -0.1916845589876175, -0.7862081527709961, -0.7379878163337708, -0.6655623316764832, 1.2074544429779053, 0.8119271397590637, -0.6808709502220154, 0.27830079197883606, -0.80330491065979, 0.6359798908233643, -0.005023702513426542, 1.0837312936782837, -0.11874234676361084, -0.44623348116874695, -0.2554318308830261, -0.1444724202156067, 0.01066215243190527, -0.7820196747779846, -0.2312268167734146, 0.33946526050567627, 0.5947107076644897, 0.1914614737033844, 0.28674909472465515, 0.5038254261016846, -0.20003996789455414, 0.4473685920238495, 0.17070217430591583, -0.7278386950492859, 0.3884861171245575, -0.2838062345981598, 0.4326403737068176, 0.7099919319152832, 0.7404889464378357, -0.3268757164478302, 0.3520848751068115, -1.0147136449813843, -0.3753179907798767, 0.5861344337463379, -0.18218836188316345, 0.18414537608623505, 0.36767056584358215, 0.697276771068573, 0.045224983245134354, 0.2745845913887024, -0.4469514787197113, -0.8616206049919128, -0.3384774923324585, -0.7073234915733337, 0.16849324107170105, -0.5408006906509399, -0.43643224239349365, -0.5613061785697937, 0.5925314426422119, -0.23421238362789154, 0.3787630498409271, -0.009480128064751625, 0.41801443696022034, -0.3359261751174927, -0.3495313227176666, 0.5492515563964844, 0.5455094575881958, -0.4289943277835846, -0.11176946759223938, -0.20803342759609222, -0.7169020175933838, -0.4379175007343292, 1.088005781173706, 0.1420012265443802, -0.2874106764793396, 0.4511609375476837, 0.5878154039382935, -0.3050088584423065, -0.12549225986003876, 0.4135078489780426, -0.11736243963241577, -0.440460205078125, -0.4085880219936371, 0.21958518028259277, 0.2229774445295334, 0.3265268802642822, 0.18254442512989044, -0.05808185040950775, 0.3340408205986023, -0.23591367900371552, 0.6162488460540771, 0.055888332426548004, -0.6866509914398193, -0.5854278802871704, 0.5316925644874573, 0.6868728399276733, -0.4327367842197418, 0.6936226487159729, -0.1240583211183548, -0.5408567190170288, 0.853909432888031, 0.1611638218164444, 0.7760589718818665, -0.5521669983863831, 0.5940456986427307, 0.5334368348121643, -0.007288784720003605, 0.2460026890039444, 0.9525781273841858, -0.420550137758255, -0.5755447745323181, -0.05427004396915436, -0.38030797243118286, -0.38476327061653137, -0.3901626467704773, -0.9214760065078735, 0.18086126446723938, -0.6769944429397583, -0.1730266660451889, 0.2510834336280823, 0.3123175799846649, -0.9292216897010803, 0.5497338175773621, 0.36404821276664734, 1.4735846519470215, -0.8333037495613098, 0.840548574924469, 0.8418459892272949, -0.3665115535259247, -0.7687456607818604, -0.15417374670505524, 0.11901195347309113, -0.9847415685653687, -0.10539170354604721, 0.25013479590415955, 0.4686894714832306, -0.19957275688648224, -0.8517392873764038, -0.7676626443862915, 1.1961078643798828, 0.2716599404811859, -0.7137795090675354, 0.4401421546936035, 0.046010468155145645, 0.2705032527446747, -0.3479183316230774, 0.12427464872598648, 0.48191529512405396, 0.8600848913192749, 0.5429651141166687, -0.6935781836509705, 0.34855785965919495, -0.5896864533424377, -0.3471108078956604, 0.40036967396736145, -0.9539074301719666, 0.022207004949450493, -0.2301226556301117, 0.15597456693649292, 0.04482872039079666, 0.6521620154380798, 0.08754955977201462, 0.5058960318565369, 0.36404362320899963, 0.7087721824645996, 1.0708298683166504, -0.3173156976699829, 0.8474413752555847, -0.11850791424512863, 0.5820972919464111, 0.9266982674598694, -0.2580687999725342, 0.3516182005405426, 0.361496239900589, -0.051883891224861145, 0.15544739365577698, 0.8589373230934143, -0.5089455246925354, 0.5545341968536377, 0.44659918546676636, -0.16278237104415894, -0.24699129164218903, -0.15944914519786835, -0.9161285161972046, 0.14996418356895447, 0.3742925226688385, -0.3937515616416931, 0.11666806042194366, -0.13491901755332947, 0.19564023613929749, -0.26148849725723267, -0.37759825587272644, 0.672124981880188, 0.11619171500205994, -0.28248506784439087, 0.026578465476632118, -0.0405975840985775, 0.06733854860067368, -0.5330072641372681, -0.5176234245300293, -0.1745796501636505, 0.31878432631492615, -0.635827898979187, -1.1269242763519287, 0.7784194350242615, -0.36275985836982727, -0.5776796936988831, -0.08664127439260483, 0.6719488501548767, -0.4965335428714752, -1.071425437927246, 0.18811950087547302, -0.0011551928473636508, 0.033396463841199875, 0.027246540412306786, -1.2636289596557617, 0.6129580140113831, -0.02652057260274887, -0.09609527885913849, 0.05568883195519447, 0.352179616689682, 0.10197245329618454, 0.43550267815589905, 0.5071379542350769, -0.28101155161857605, -0.3712044358253479, 0.19081391394138336, 1.0752912759780884, -0.7542658448219299, -0.5004488825798035, -0.4214148223400116, 0.8198490738868713, -0.3204387128353119, -0.7978231906890869, 0.4468991756439209, 1.0027776956558228, 0.8779558539390564, -0.20394165813922882, 0.6720711588859558, -0.4507499039173126, 0.7101693153381348, -0.24865123629570007, 0.6676727533340454, -0.2882712781429291, -0.28008410334587097, -0.22937166690826416, -0.6866052150726318, -0.8141767382621765, 0.6254429817199707, 0.268497496843338, 0.1273246705532074, 0.4137520492076874, 0.9981148838996887, -0.18781507015228271, 0.5051316022872925, 0.010039232671260834, 0.16237831115722656, 0.240786612033844, 0.36528104543685913, 0.42200982570648193, -0.5923756957054138, 0.06952587515115738, -0.3149488866329193, -0.6539224982261658, 0.04088257998228073, -1.1172126531600952, -0.9849162101745605, -0.6999498605728149, -0.752468466758728, -0.41447603702545166, -0.01613434962928295, 0.8383287191390991, 1.0518736839294434, -0.980352520942688, -0.13807062804698944, 0.17044752836227417, 0.4596176743507385, 0.14877453446388245, -0.14074622094631195, 0.7818739414215088, 0.7261886596679688, -0.5030698776245117, -0.2504937946796417, -0.08913847804069519, 0.22633537650108337, -0.20429711043834686, -0.04331428185105324, 0.003931226674467325, -0.03103569708764553, 0.21588383615016937, 0.4618149399757385, -0.020127123221755028, -0.3430398106575012, -0.568558931350708, 0.2117592990398407, 0.16465210914611816, 0.8941085934638977, -0.34838396310806274, 0.04905384033918381, 0.7082644701004028, 0.4914461076259613, 0.66152423620224, 0.23625630140304565, 0.6105989813804626, -0.5865873098373413, 0.15503820776939392, -0.1914270669221878, 0.24321015179157257, 0.32270127534866333, -0.5502659678459167, 0.8729822039604187, 0.548096776008606, -0.5389251708984375, -0.6330761313438416, -0.05056716129183769, -1.4770346879959106, 0.4633808732032776, 0.8135083913803101, 0.09888648986816406, -0.2681024372577667, 0.05274152010679245, -0.5458248257637024, 0.06833451986312866, -0.9193386435508728, 0.20748178660869598, 0.5933412909507751, 0.13493333756923676, -0.23731231689453125, -0.18737420439720154, 0.8471251726150513, -0.3316965401172638, -1.1056009531021118, 0.15251456201076508, 0.5300173163414001, 0.13688264787197113, 0.020842691883444786, 0.7380639910697937, -0.013412252068519592, 0.31056979298591614, 0.1461867094039917, 0.07425149530172348, -0.09973609447479248, -0.6024981141090393, -0.3090991675853729, 0.19653356075286865, -0.23472782969474792, -0.5770396590232849 ]
result-kand2-sdxl-wuerst-karlo/1b874213
result-kand2-sdxl-wuerst-karlo
2023-09-26T16:50:27Z
526
0
[ "region:us" ]
null
2023-09-26T16:50:26Z
--- dataset_info: features: - name: result dtype: string - name: id dtype: int64 splits: - name: train num_bytes: 161 num_examples: 10 download_size: 1306 dataset_size: 161 configs: - config_name: default data_files: - split: train path: data/train-* --- # Dataset Card for "1b874213" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
[ -0.6293122172355652, -0.12676958739757538, 0.20205003023147583, 0.3491602838039398, -0.33511823415756226, -0.1873404085636139, 0.3627564311027527, -0.22195084393024445, 0.8531011939048767, 0.5260023474693298, -0.7711549401283264, -0.5530267953872681, -0.6427296996116638, -0.0305511262267828, -0.16835394501686096, 1.231813669204712, 0.25289198756217957, 0.07598723471164703, -0.3538719415664673, -0.12526759505271912, -0.5004174113273621, -0.560254693031311, -0.6553977131843567, -0.39750781655311584, 1.0422269105911255, 0.8135184049606323, 0.4439297914505005, 0.6029477119445801, 0.9661818742752075, 0.21868784725666046, -0.0406494066119194, -0.2246067225933075, -0.4869828522205353, -0.19507835805416107, -0.2587083876132965, -0.4957738220691681, -1.0955840349197388, 0.009945858269929886, 0.657935619354248, 0.8222039341926575, -0.17247849702835083, 1.0148251056671143, -0.20351698994636536, 0.9734123945236206, -0.303018182516098, 0.6766322255134583, -0.22966037690639496, -0.22017548978328705, -0.7649601101875305, -0.08066367357969284, 0.04906737059354782, -0.47099971771240234, -0.10847235471010208, -0.9739857316017151, 0.23384703695774078, 0.2460061013698578, 0.70060133934021, 0.1973866969347, 0.12079355865716934, -0.2283649742603302, -0.3019075095653534, 0.08081210404634476, -0.2603543996810913, 0.19312123954296112, 0.8670663237571716, 0.3653969168663025, -0.07087525725364685, -0.5241357684135437, -0.3837583661079407, 0.205968976020813, -0.10106583684682846, 0.14701248705387115, 0.09928285330533981, -0.05492065101861954, 0.6536192297935486, 0.7238237261772156, -0.6238766312599182, -0.26407572627067566, -1.0221941471099854, -0.36076468229293823, 0.8374043107032776, 0.1286695897579193, 0.004147486761212349, -0.37375882267951965, -0.17485655844211578, -0.19087974727153778, -0.3603615462779999, -0.11396690458059311, 0.4711892604827881, 0.40543800592422485, -1.1078124046325684, 0.5866071581840515, 0.021304428577423096, 0.4287112355232239, 0.2776264548301697, 0.6803442239761353, 0.7110394835472107, -0.19983221590518951, -0.3302394449710846, 0.187556192278862, 0.23195238411426544, 0.4412308633327484, 0.06609433889389038, 0.04033462330698967, 0.10842814296483994, -0.03852807730436325, 0.09623643010854721, -1.1918660402297974, -0.6676491498947144, 0.4530048072338104, -0.8613888621330261, -0.3026468753814697, 0.5736654996871948, -1.1093424558639526, -0.6694988012313843, -0.3570767641067505, 0.13315702974796295, 0.172991544008255, -0.8158209323883057, -0.14253690838813782, -0.7593510746955872, 0.39488521218299866, 0.161394864320755, -0.8332056999206543, 0.21607153117656708, 0.908607542514801, 0.5639618635177612, 0.2723439633846283, -0.06331738084554672, -0.6296688318252563, 0.19105671346187592, -0.24331168830394745, 0.7846701741218567, -0.6130122542381287, -0.4487621784210205, -0.09464428573846817, 0.505034327507019, 0.16911014914512634, -0.5432777404785156, 0.7215806245803833, -0.4588179886341095, -0.18310029804706573, -0.6810539960861206, -0.6112355589866638, -0.1297985017299652, 0.3333989977836609, -1.2411515712738037, 1.035131573677063, 0.40711191296577454, -0.6910309195518494, 0.2780504822731018, -1.3073797225952148, -0.1868843138217926, 0.8622009754180908, 0.02365853451192379, -0.37823641300201416, 0.36366888880729675, -0.3628073036670685, 0.526046097278595, -0.18359114229679108, 0.44125884771347046, -0.7707139253616333, -0.2703430950641632, -0.06455100327730179, 0.18629470467567444, 0.9992636442184448, 0.33933794498443604, 0.48697516322135925, 0.014838659204542637, -1.1035151481628418, -0.17325623333454132, 0.38475215435028076, -0.09056955575942993, -0.3658289611339569, -0.7018021941184998, 0.3238867521286011, -0.27818888425827026, 0.4458121657371521, -0.4370969235897064, 0.3426262140274048, 0.04531622678041458, -0.26398470997810364, 0.8220833539962769, 0.16338227689266205, 0.3505432903766632, -0.507445752620697, 0.6328253149986267, 0.02388470619916916, 0.2867891192436218, -0.11656080931425095, -0.6312599182128906, -0.6314913034439087, 0.040129583328962326, 0.7699800133705139, 0.6688545346260071, -0.5166747570037842, 0.8265975117683411, 0.16409681737422943, -0.8880661725997925, -0.3555464446544647, 0.012183585204184055, 0.21647880971431732, 0.37997543811798096, 0.3687346577644348, -0.7361085414886475, -0.9915258288383484, -0.6862412691116333, 0.3871223032474518, -0.08701596409082413, 0.12681344151496887, 0.30064061284065247, 0.7634413242340088, -0.4884742498397827, 0.40646058320999146, -0.7848337888717651, -0.20887528359889984, 0.011734469793736935, -0.3184499442577362, 0.4009484052658081, 0.8943971395492554, 1.018273115158081, -0.7093369960784912, -0.2511589229106903, -0.5604924559593201, -0.5033888220787048, -0.016565799713134766, 0.21542014181613922, -0.8179901242256165, -0.09553901106119156, 0.17000244557857513, -0.36997753381729126, 0.856889545917511, 0.9506744742393494, -0.7072522640228271, 0.032957300543785095, 0.07874976843595505, 0.1442592591047287, -1.4501218795776367, 0.47460228204727173, 0.00951369572430849, -0.08770764619112015, -0.44880443811416626, -0.022569891065359116, 0.04377635568380356, -0.16440419852733612, 0.07796881347894669, 0.6556779146194458, -0.38047289848327637, 0.11946344375610352, -0.046790678054094315, -0.21340058743953705, -0.10301782935857773, 0.2887957692146301, 0.07145560532808304, 0.2451518028974533, 1.0143177509307861, -0.3611052632331848, 0.9968503713607788, 0.6971116065979004, 0.01950262300670147, 0.9212402105331421, -0.6237130165100098, 0.21933571994304657, -0.2850261628627777, 0.37105002999305725, -0.8746914863586426, -0.8089948892593384, 0.6521903872489929, -0.44706660509109497, 0.4002460837364197, -0.7740164995193481, -0.49213841557502747, -0.7047159075737, -0.27169764041900635, 0.830342710018158, 0.5011196732521057, -0.7523449659347534, 0.3122979998588562, 0.6845735311508179, -0.14838291704654694, 0.05692668259143829, -0.9711520075798035, -0.02930407226085663, -0.3345778286457062, -0.18333345651626587, 0.33233773708343506, -0.5592899918556213, 0.05960296094417572, -0.20775526762008667, 0.27122434973716736, -0.12802723050117493, -0.3267676532268524, 0.7126204967498779, 0.4496154189109802, -0.17957432568073273, 0.22439873218536377, -0.20585811138153076, -0.8106998801231384, 0.2525741457939148, 0.014343464747071266, 0.33628058433532715, 0.060034822672605515, 0.04884922876954079, -0.3506534993648529, 0.5343452095985413, 0.18958839774131775, -0.13729828596115112, 0.5941221117973328, 0.8447461128234863, -0.8903691172599792, -0.030115777626633644, -0.4833773374557495, -0.09512661397457123, -0.49772709608078003, 0.02446572296321392, -0.25251275300979614, -0.556689441204071, 0.6510697603225708, -0.04256833344697952, -0.20077161490917206, 0.760630190372467, 0.7646366357803345, 0.1538626104593277, 0.33195367455482483, 0.5514633059501648, -0.23148080706596375, 0.4357551038265228, -0.32302695512771606, -0.289554625749588, -0.7417640686035156, -0.5613756775856018, -0.559054970741272, -0.3906027376651764, -0.8275266289710999, -0.5323165059089661, -0.13980183005332947, -0.1569850742816925, -0.2829137146472931, 0.7511279582977295, -0.80697101354599, 0.44281521439552307, 0.8079032301902771, 0.2627224624156952, -0.20615608990192413, -0.12871146202087402, 0.4068036377429962, 0.3179260194301605, -0.5506640076637268, -0.17236624658107758, 1.2243152856826782, 0.4353310465812683, 0.8238677978515625, 0.33648136258125305, 0.9544737935066223, 0.4732390344142914, 0.3465379774570465, -0.2740824520587921, 0.4453975260257721, 0.0864604189991951, -0.9285171627998352, -0.00784438755363226, -0.2542456388473511, -0.9481391906738281, -0.5873134136199951, -0.2578529417514801, -0.2202201634645462, 0.5124770998954773, 0.5926024913787842, -0.07884297519922256, 0.11976811289787292, -1.0404750108718872, 1.1315261125564575, -0.04400753602385521, -0.08199390769004822, -0.164656862616539, -0.7312285304069519, 0.07955833524465561, 0.1692124903202057, 0.10456656664609909, -0.3319680094718933, 0.07204588502645493, 1.0079913139343262, -0.5250067114830017, 1.0064738988876343, -0.8838778138160706, 0.06221703439950943, 0.23201961815357208, -0.24803932011127472, 0.2422359138727188, 0.5003595948219299, -0.28717729449272156, 0.19257354736328125, 0.21911132335662842, -0.7084304094314575, -0.22407947480678558, 0.7306725382804871, -0.4665726125240326, 0.18742753565311432, -0.5078184008598328, -0.37653881311416626, 0.01318077277392149, 0.29178759455680847, 0.183823361992836, 0.8751789927482605, -0.222173273563385, 0.0011727376841008663, 0.6381697654724121, 0.30488839745521545, 0.3988114595413208, 0.12665361166000366, -0.22959491610527039, -0.5618635416030884, 1.0989162921905518, 0.17494747042655945, -0.3994952440261841, 0.32253000140190125, 0.3700995147228241, -0.23006832599639893, -0.3815138041973114, -0.6248533129692078, 0.27065137028694153, -0.4106427729129791, -0.721254289150238, -0.020946219563484192, -0.24058836698532104, -0.5295697450637817, -0.2465170919895172, -0.2131257802248001, -0.6977559328079224, -0.5381134152412415, -0.67963045835495, 1.1991171836853027, 0.7848590016365051, -0.8036390542984009, 0.3406037986278534, -0.7993965148925781, 0.6326501965522766, -0.06202885881066322, 1.258718729019165, -0.11594554036855698, -0.6272120475769043, -0.4239193797111511, -0.24617788195610046, 0.1098441407084465, -0.7168043851852417, -0.21013028919696808, 0.046319346874952316, 0.6401880979537964, 0.29802361130714417, 0.036624789237976074, 0.8187699913978577, -0.23629243671894073, 0.4822228252887726, 0.14764927327632904, -0.6133905053138733, 0.6709632873535156, -0.2443798929452896, 0.40859255194664, 0.9095772504806519, 0.6372278332710266, -0.38903966546058655, 0.24499724805355072, -1.148276925086975, -0.6113527417182922, 0.6667004823684692, 0.018218979239463806, 0.19474904239177704, 0.2565585970878601, 0.6015734076499939, 0.17533648014068604, 0.29778751730918884, -0.5915892124176025, -0.9934317469596863, -0.19762009382247925, -0.5332945585250854, 0.2728527784347534, -0.5956276655197144, -0.25248172879219055, -0.6169857382774353, 0.71961510181427, 0.05791174992918968, 0.47148582339286804, -0.06797798722982407, 0.3873450458049774, -0.20300225913524628, -0.24764741957187653, 0.42417243123054504, 0.4782339036464691, -0.64622962474823, -0.16350942850112915, -0.241338849067688, -0.6430448293685913, -0.4796525239944458, 0.9702210426330566, 0.04736443608999252, -0.2758771777153015, 0.5162768363952637, 0.6861245036125183, -0.37617605924606323, -0.22615717351436615, 0.2537025809288025, -0.004225263837724924, -0.30390602350234985, -0.535223126411438, 0.1335226148366928, 0.08640360832214355, 0.28629088401794434, 0.12248119711875916, 0.010756735689938068, 0.38631680607795715, -0.4023629426956177, 0.4607659578323364, 0.019276954233646393, -0.660409152507782, -0.6139441728591919, 0.43513160943984985, 0.6526256799697876, -0.5031087398529053, 0.7091167569160461, -0.2968202531337738, -0.33397093415260315, 0.8058691620826721, 0.2780647575855255, 0.659799337387085, -0.40187951922416687, 0.1785949319601059, 0.7808742523193359, 0.17774507403373718, 0.34506145119667053, 0.7846805453300476, -0.3207572102546692, -0.5463472604751587, 0.10456482321023941, -0.2835417687892914, -0.49717584252357483, -0.1585714966058731, -1.1967264413833618, 0.2401045560836792, -0.720457911491394, -0.1998041719198227, 0.2551143169403076, 0.2043038010597229, -0.9244695901870728, 0.3200291693210602, 0.5275505185127258, 1.4519851207733154, -0.6757779717445374, 0.5975778102874756, 0.8869183659553528, -0.4119029939174652, -0.6441230177879333, -0.3863735795021057, 0.12348710000514984, -0.9772731065750122, -0.22685466706752777, 0.2887504994869232, 0.5110949277877808, -0.2503167986869812, -1.0019075870513916, -0.7188137173652649, 1.086174726486206, 0.1685130000114441, -0.6777044534683228, 0.38307103514671326, -0.011234619654715061, 0.3245406746864319, -0.25567427277565, 0.1673131138086319, 0.5667513608932495, 0.9429233074188232, 0.37770670652389526, -0.6939886808395386, 0.13105155527591705, -0.6752830147743225, -0.329958975315094, 0.3695213198661804, -0.890832245349884, -0.1846889704465866, -0.2038714736700058, 0.27853891253471375, 0.1700073927640915, 0.6262368559837341, 0.23675067722797394, 0.5520304441452026, 0.36136433482170105, 0.6582675576210022, 1.0279995203018188, -0.35903820395469666, 0.8214260339736938, 0.0641053169965744, 0.5040045976638794, 1.1428263187408447, -0.12524297833442688, 0.2489263117313385, 0.4636906087398529, -0.06782162934541702, 0.3179512917995453, 0.6902396082878113, -0.6472123265266418, 0.4579191505908966, 0.37304505705833435, -0.007415198255330324, -0.20744697749614716, -0.11041378974914551, -0.8078064918518066, 0.11988115310668945, 0.4989899694919586, -0.3760025203227997, 0.08974278718233109, -0.10982098430395126, 0.2652280032634735, -0.21316823363304138, -0.6359587907791138, 0.8058024048805237, -0.06986113637685776, -0.31655293703079224, -0.17501460015773773, -0.1661250740289688, 0.14997102320194244, -0.7063544392585754, -0.4545353949069977, -0.19648531079292297, 0.23314300179481506, -0.5460962057113647, -1.144904375076294, 0.7517681121826172, -0.16433492302894592, -0.5075095295906067, -0.10811807215213776, 0.5232461094856262, -0.48344579339027405, -1.1201975345611572, 0.28546252846717834, -0.038457732647657394, 0.16888627409934998, 0.14704325795173645, -1.2623652219772339, 0.4992067515850067, -0.07842540740966797, -0.0990932360291481, 0.08468200266361237, 0.37024959921836853, 0.18857131898403168, 0.3583649694919586, 0.510565459728241, -0.09418004751205444, -0.33833232522010803, 0.19149361550807953, 0.8624016046524048, -0.8601673245429993, -0.34471625089645386, -0.5729156732559204, 0.795783281326294, -0.3547281324863434, -0.6813082695007324, 0.49113550782203674, 1.2676283121109009, 0.9393002986907959, -0.18206393718719482, 0.7744962573051453, -0.6405673623085022, 0.9167237877845764, -0.21577106416225433, 0.522132933139801, -0.2986072599887848, -0.29608213901519775, -0.26075878739356995, -0.5818333029747009, -0.7695922255516052, 0.6354666352272034, 0.3190566599369049, 0.12708665430545807, 0.2757570147514343, 1.049017310142517, -0.1412079632282257, 0.24289649724960327, -0.005338687915354967, 0.18966291844844818, 0.19181080162525177, 0.27782687544822693, 0.2904595732688904, -0.6658181548118591, 0.154730886220932, -0.34737008810043335, -0.6263276934623718, -0.06857632845640182, -1.1560014486312866, -1.0224040746688843, -0.7920882701873779, -0.6084607839584351, -0.6785390377044678, -0.09404752403497696, 1.114367961883545, 1.158223271369934, -1.1441190242767334, -0.24989934265613556, 0.19887568056583405, 0.3140079379081726, 0.1506613790988922, -0.13296721875667572, 0.6981108784675598, 0.4782251715660095, -0.5959420204162598, -0.2159930020570755, -0.012793921865522861, 0.22337916493415833, -0.001139678293839097, -0.02435094304382801, 0.0474751815199852, 0.042068589478731155, 0.2863911986351013, 0.5338181853294373, -0.053572140634059906, -0.19810165464878082, -0.5949297547340393, 0.176239013671875, 0.09192884713411331, 0.9729285836219788, -0.37832915782928467, 0.25961196422576904, 0.5230752825737, 0.48202404379844666, 0.6351307034492493, 0.3600766360759735, 0.4403442442417145, -0.6394631862640381, 0.3710595369338989, -0.1824088841676712, 0.45141690969467163, 0.24318689107894897, -0.473003625869751, 1.0375615358352661, 0.4759891927242279, -0.5727879405021667, -0.6389990448951721, -0.08105181902647018, -1.6959686279296875, 0.5146883726119995, 0.8671409487724304, 0.28896158933639526, -0.28757309913635254, -0.0923696830868721, -0.5473658442497253, 0.025637762621045113, -0.9117597341537476, 0.27289149165153503, 0.4962839186191559, 0.07106687873601913, -0.1883781999349594, -0.10761141777038574, 0.6624096632003784, -0.41777917742729187, -1.169296145439148, 0.17281146347522736, 0.44201594591140747, -0.02114584855735302, 0.1553434580564499, 0.725263774394989, -0.08525017648935318, 0.3432579040527344, 0.18767455220222473, 0.2527613341808319, -0.23003971576690674, -0.49596256017684937, -0.19395875930786133, -0.09408353269100189, -0.20363551378250122, -0.5318261384963989 ]
result-kand2-sdxl-wuerst-karlo/16193144
result-kand2-sdxl-wuerst-karlo
2023-09-26T23:48:45Z
526
0
[ "region:us" ]
null
2023-09-26T23:48:45Z
--- dataset_info: features: - name: result dtype: string - name: id dtype: int64 splits: - name: train num_bytes: 169 num_examples: 10 download_size: 1324 dataset_size: 169 configs: - config_name: default data_files: - split: train path: data/train-* --- # Dataset Card for "16193144" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
[ -0.654010534286499, -0.07985270023345947, 0.32543012499809265, 0.3162307143211365, -0.277604877948761, -0.1666002720594406, 0.3185153603553772, -0.2269493043422699, 0.9764791131019592, 0.58893883228302, -0.808668315410614, -0.6053280234336853, -0.5581122040748596, -0.07293103635311127, -0.19062045216560364, 1.2637485265731812, 0.22669753432273865, 0.06954967975616455, -0.3205718398094177, -0.05343325063586235, -0.41539984941482544, -0.5994492769241333, -0.5482237935066223, -0.30620279908180237, 1.0810856819152832, 0.8193396329879761, 0.3353111743927002, 0.5875680446624756, 0.8518996238708496, 0.24309347569942474, 0.07438677549362183, -0.22967949509620667, -0.5866501331329346, -0.21950556337833405, -0.1122373640537262, -0.3947915732860565, -1.087457537651062, 0.03769880160689354, 0.7379287481307983, 0.7784467935562134, -0.21237649023532867, 0.9403201341629028, -0.0979597270488739, 0.8314130306243896, -0.18598806858062744, 0.5328689813613892, -0.27144408226013184, -0.2020501345396042, -0.8570455312728882, -0.022878708317875862, -0.06472419947385788, -0.5277902483940125, -0.12272967398166656, -1.1207683086395264, 0.19337554275989532, 0.04757087305188179, 0.9076197147369385, 0.12248264253139496, 0.1572347730398178, -0.011885098181664944, -0.2894822657108307, 0.2740650177001953, -0.20931485295295715, 0.2410009801387787, 1.0134596824645996, 0.29111769795417786, -0.06018809974193573, -0.6767204403877258, -0.1319473385810852, 0.24314534664154053, 0.016810251399874687, 0.1582781970500946, 0.02689657360315323, -0.13884977996349335, 0.6062774658203125, 0.663770318031311, -0.6158101558685303, -0.18431657552719116, -0.8789735436439514, -0.40665072202682495, 1.010962724685669, 0.2516547441482544, 0.053519632667303085, -0.4665696918964386, -0.22084660828113556, -0.2081553041934967, -0.2540954649448395, -0.15426133573055267, 0.5986459851264954, 0.3839799165725708, -1.0110028982162476, 0.5305064916610718, -0.09973189234733582, 0.41323500871658325, 0.13052427768707275, 0.599550724029541, 0.6921051144599915, -0.25907373428344727, -0.3213407099246979, 0.02519242838025093, 0.4436185359954834, 0.42272505164146423, 0.16551494598388672, -0.049054890871047974, 0.09924712777137756, -0.14659036695957184, 0.11645997315645218, -1.0159705877304077, -0.7705018520355225, 0.23794536292552948, -0.7730153799057007, -0.2697209417819977, 0.6749150156974792, -1.2003144025802612, -0.6467147469520569, -0.33940011262893677, 0.051733288913965225, 0.1621779203414917, -0.676105797290802, 0.0529329851269722, -0.580804169178009, 0.42294150590896606, 0.21399839222431183, -0.8687506318092346, 0.32942789793014526, 0.9538490772247314, 0.4884227514266968, 0.23965387046337128, -0.18562479317188263, -0.5879338979721069, 0.1023268923163414, -0.17558903992176056, 0.79430091381073, -0.6524046063423157, -0.4972841441631317, -0.28847700357437134, 0.542756974697113, 0.08642329275608063, -0.35561496019363403, 0.8372825384140015, -0.3951930105686188, -0.08930353820323944, -0.653836727142334, -0.5599080324172974, -0.022023385390639305, 0.2078881859779358, -1.3155909776687622, 1.2436223030090332, 0.27868524193763733, -0.6681925058364868, 0.3258667588233948, -1.228675365447998, -0.10409464687108994, 0.9974780678749084, 0.12340234965085983, -0.4742363393306732, 0.3181925117969513, -0.28530579805374146, 0.49165254831314087, -0.06319084763526917, 0.6074895858764648, -0.757181704044342, -0.23948097229003906, -0.031304553151130676, 0.045943524688482285, 1.025051236152649, 0.3337722718715668, 0.5743076205253601, -0.051183272153139114, -0.9596120119094849, -0.022509170696139336, 0.48278379440307617, -0.2378324568271637, -0.35017383098602295, -0.7161852717399597, 0.31871846318244934, -0.381247341632843, 0.5050435066223145, -0.5767038464546204, 0.4493786692619324, 0.14949320256710052, -0.15557117760181427, 0.7566338181495667, 0.20906630158424377, 0.4325479567050934, -0.5008713603019714, 0.6491098999977112, -0.2570434510707855, 0.4114014804363251, 0.0021058497950434685, -0.7606548070907593, -0.6759650707244873, 0.16314689815044403, 0.8239787220954895, 0.7049962282180786, -0.4781985580921173, 0.7436615824699402, 0.1045486256480217, -0.9446952939033508, -0.31321609020233154, -0.009621958248317242, 0.06168004497885704, 0.2934454679489136, 0.3831661343574524, -0.6462529897689819, -1.2478681802749634, -0.6496508717536926, 0.23675525188446045, -0.17268778383731842, 0.1119716688990593, 0.3689989447593689, 0.7413873076438904, -0.45238369703292847, 0.3372587561607361, -0.8023424744606018, -0.15237683057785034, 0.20625615119934082, -0.27517169713974, 0.2517157793045044, 0.8132843971252441, 0.9152737259864807, -0.6304478049278259, -0.20376648008823395, -0.6053234338760376, -0.4894893169403076, 0.009714563377201557, 0.10785148292779922, -0.8588250875473022, -0.19962568581104279, 0.23761336505413055, -0.2909751534461975, 0.8080343008041382, 0.9847055077552795, -0.7300981879234314, -0.059586018323898315, 0.07715873420238495, 0.09050776064395905, -1.4395966529846191, 0.38025397062301636, 0.02619912661612034, -0.09952640533447266, -0.3863076865673065, -0.07868160307407379, 0.04208424314856529, -0.26960137486457825, 0.0332360714673996, 0.472064733505249, -0.38559770584106445, 0.11746339499950409, 0.24136748909950256, -0.1565699726343155, -0.015686066821217537, 0.1686159372329712, 0.0831633135676384, 0.2537194490432739, 0.886012613773346, -0.1806059032678604, 0.9883216619491577, 0.5985811352729797, 0.10018975287675858, 0.836790144443512, -0.585052490234375, 0.1418827921152115, -0.14123302698135376, 0.37723177671432495, -0.8948826789855957, -0.7566978335380554, 0.45220810174942017, -0.4089680016040802, 0.20654305815696716, -0.6837287545204163, -0.3999255895614624, -0.7953359484672546, -0.33843713998794556, 0.7569154500961304, 0.5146477222442627, -0.6902698278427124, 0.31475111842155457, 0.7665664553642273, -0.12402914464473724, 0.09500066936016083, -1.096452236175537, 0.26925766468048096, -0.45248135924339294, -0.17615750432014465, 0.35726121068000793, -0.4731486141681671, 0.0663498267531395, -0.30490434169769287, 0.48543980717658997, -0.08881937712430954, -0.23997490108013153, 0.6518707275390625, 0.40751218795776367, -0.15252870321273804, 0.3401221036911011, -0.3639642298221588, -0.8960863947868347, 0.2429427206516266, -0.07015962898731232, 0.3793003559112549, -0.12759219110012054, -0.052842751145362854, -0.44415366649627686, 0.49077093601226807, 0.22849389910697937, -0.21805031597614288, 0.45137089490890503, 0.8261894583702087, -0.8706297278404236, 0.03972690552473068, -0.4787970185279846, -0.11133080720901489, -0.4606441855430603, 0.026639629155397415, -0.27607935667037964, -0.5364880561828613, 0.7166815400123596, 0.024835575371980667, -0.20757117867469788, 0.8236796855926514, 0.6248539686203003, 0.16253578662872314, 0.4275466501712799, 0.4614569842815399, -0.23340989649295807, 0.545970618724823, -0.3473327159881592, -0.34134650230407715, -0.7127252817153931, -0.6750572919845581, -0.5521837472915649, -0.46404802799224854, -0.7984522581100464, -0.44570884108543396, -0.29413461685180664, -0.15908706188201904, -0.2254461646080017, 0.7773146033287048, -0.8865585327148438, 0.5511666536331177, 0.7240898013114929, 0.32604271173477173, -0.042703453451395035, -0.1812371164560318, 0.4210052788257599, 0.026605509221553802, -0.5554050803184509, -0.22353240847587585, 1.3076575994491577, 0.50505530834198, 1.0445057153701782, 0.3889767527580261, 1.1614594459533691, 0.3726777136325836, 0.28731825947761536, -0.3557645380496979, 0.5456246733665466, 0.019846322014927864, -0.6837999820709229, -0.1212298721075058, -0.22528161108493805, -1.104678750038147, -0.690834641456604, -0.22179371118545532, -0.36478856205940247, 0.44429752230644226, 0.2888910472393036, -0.07351084798574448, 0.22994019091129303, -1.0656626224517822, 1.0815844535827637, -0.1856544464826584, -0.06851046532392502, -0.004208988044410944, -0.6666961312294006, 0.10855870693922043, 0.11160189658403397, -0.06340571492910385, -0.35028794407844543, -0.0805405005812645, 1.1743407249450684, -0.5476280450820923, 1.0733206272125244, -0.8412417769432068, -0.052056316286325455, 0.15164998173713684, -0.2992590069770813, 0.24281270802021027, 0.6800827980041504, -0.30001723766326904, 0.10951600223779678, 0.09755038470029831, -0.6526303887367249, -0.11254150420427322, 0.8749111890792847, -0.5577771663665771, 0.20425984263420105, -0.429414302110672, -0.40408578515052795, 0.058621108531951904, 0.3090134859085083, 0.2130344808101654, 0.8882935047149658, -0.24122175574302673, 0.11263547092676163, 0.7275213003158569, 0.37434056401252747, 0.5438931584358215, 0.2078467756509781, -0.32596537470817566, -0.5414397716522217, 1.1300371885299683, 0.3091629445552826, -0.4476432800292969, 0.22639568150043488, 0.3491270840167999, -0.3161773681640625, -0.38817429542541504, -0.6815466284751892, 0.2629564702510834, -0.3680654764175415, -0.7687368988990784, -0.15652766823768616, -0.21148766577243805, -0.28196054697036743, -0.21116499602794647, -0.2745683789253235, -0.6478675007820129, -0.731676459312439, -0.671515166759491, 1.332894206047058, 0.8805791139602661, -0.7309647798538208, 0.14621759951114655, -0.7610985040664673, 0.5615450143814087, 0.09648890048265457, 1.325320839881897, -0.18307384848594666, -0.6233937740325928, -0.3011186718940735, -0.18908828496932983, 0.1843194216489792, -0.7277687788009644, -0.2813083231449127, 0.20157910883426666, 0.699914276599884, 0.21059051156044006, 0.14277209341526031, 0.9425541162490845, -0.11319831013679504, 0.5295928716659546, 0.03038608841598034, -0.639633059501648, 0.7189487814903259, -0.3435274064540863, 0.4455074965953827, 1.0164827108383179, 0.585590660572052, -0.32009270787239075, 0.13517151772975922, -1.3096846342086792, -0.5392287373542786, 0.497592031955719, -0.1563088595867157, 0.28865760564804077, 0.2792695164680481, 0.4937516450881958, 0.11181668937206268, -0.04110238328576088, -0.6473600268363953, -0.7658697366714478, -0.1519661247730255, -0.4881685972213745, 0.2778192162513733, -0.4937303960323334, -0.2393040508031845, -0.7346502542495728, 0.6622183918952942, 0.02648223377764225, 0.41761842370033264, -0.10036583989858627, 0.3996928036212921, -0.1665153205394745, -0.2333211749792099, 0.4942378103733063, 0.4885459542274475, -0.46537455916404724, -0.15537549555301666, -0.015850519761443138, -0.7917367815971375, -0.48131394386291504, 1.0177888870239258, 0.0763995572924614, -0.24204331636428833, 0.5078368186950684, 0.6362282037734985, -0.22546051442623138, -0.23694345355033875, 0.25743481516838074, -0.22028285264968872, -0.4181694984436035, -0.459566593170166, -0.010490193031728268, 0.19664262235164642, 0.11153600364923477, 0.24136218428611755, -0.09000968933105469, 0.2834174335002899, -0.18950143456459045, 0.6345787644386292, 0.0506342351436615, -0.764181911945343, -0.549538791179657, 0.43319961428642273, 0.6129904389381409, -0.49246880412101746, 0.7760235071182251, -0.26129579544067383, -0.24584995210170746, 0.7396101951599121, 0.23952838778495789, 0.6645087599754333, -0.43248167634010315, 0.30677899718284607, 0.6406798362731934, 0.16309992969036102, 0.39664608240127563, 0.9043999314308167, -0.2367410510778427, -0.5110912919044495, -0.0562002956867218, -0.3224715292453766, -0.37699970602989197, -0.09535034000873566, -1.3287535905838013, 0.26969441771507263, -0.6710306406021118, -0.3400977849960327, 0.2125823050737381, 0.2761938273906708, -0.8205058574676514, 0.233642116189003, 0.5303003787994385, 1.4224605560302734, -0.819386899471283, 0.6511195302009583, 0.9014505743980408, -0.29814350605010986, -0.8280413150787354, -0.4425327181816101, 0.09035272151231766, -1.0527526140213013, -0.3225264549255371, 0.1319064050912857, 0.4560507535934448, -0.09885581582784653, -0.9591526389122009, -0.753723680973053, 1.059435248374939, 0.2922520637512207, -0.7281947135925293, 0.4742174744606018, -0.0524391271173954, 0.3255603611469269, -0.14729130268096924, 0.047598596662282944, 0.6081491708755493, 0.999757707118988, 0.24869133532047272, -0.7373813390731812, 0.055006109178066254, -0.6958910822868347, -0.3786773681640625, 0.533693790435791, -0.8100258708000183, -0.0125567726790905, -0.22062213718891144, 0.19399750232696533, 0.3022926151752472, 0.5259878039360046, 0.18148347735404968, 0.384005606174469, 0.26667800545692444, 0.8790794610977173, 1.125528335571289, -0.6062614321708679, 0.7657663226127625, 0.1690901219844818, 0.6769469380378723, 1.083669900894165, -0.05569816753268242, 0.2893170714378357, 0.5802029967308044, -0.18441139161586761, 0.4162184000015259, 0.7915191650390625, -0.7096657752990723, 0.39298829436302185, 0.31112220883369446, -0.05195442587137222, -0.25012147426605225, -0.2785022556781769, -0.821343719959259, 0.2446327656507492, 0.41088125109672546, -0.41994670033454895, -0.03455815091729164, 0.014721978455781937, 0.3906104266643524, -0.11557198315858841, -0.583782434463501, 0.9787253141403198, -0.1882021278142929, -0.2675725519657135, -0.10630100220441818, -0.19729076325893402, 0.10270164161920547, -0.7059296369552612, -0.40158137679100037, -0.0862220972776413, 0.21035709977149963, -0.6322569251060486, -1.3604612350463867, 0.6906882524490356, -0.13390102982521057, -0.35574430227279663, -0.27483999729156494, 0.6371110677719116, -0.4254830777645111, -1.0795552730560303, 0.2643977105617523, 0.06440908461809158, 0.20503634214401245, 0.2591772675514221, -1.4041820764541626, 0.5375381112098694, 0.036828700453042984, -0.16348278522491455, 0.08260245621204376, 0.3495481312274933, 0.0744873583316803, 0.368346244096756, 0.5834090709686279, -0.1902776062488556, -0.33079665899276733, 0.30352911353111267, 0.912306010723114, -0.8259323835372925, -0.42439550161361694, -0.6690215468406677, 0.8570021986961365, -0.32746273279190063, -0.8055892586708069, 0.6795046329498291, 1.264786720275879, 0.851632297039032, -0.07620546966791153, 0.7052005529403687, -0.5381167531013489, 0.758897066116333, -0.2125665545463562, 0.5181188583374023, -0.20493848621845245, -0.28388285636901855, -0.2942737638950348, -0.5914567708969116, -0.8786948919296265, 0.5988367199897766, 0.13469959795475006, 0.1568051278591156, 0.20238961279392242, 0.9173837900161743, -0.051680173724889755, 0.39895614981651306, -0.062140073627233505, -0.026814457029104233, 0.17477107048034668, 0.49663403630256653, 0.463960736989975, -0.7448867559432983, 0.21003815531730652, -0.3421097993850708, -0.4756540060043335, -0.05106200650334358, -1.2240095138549805, -0.8398004174232483, -0.7468348741531372, -0.49477487802505493, -0.6560671329498291, -0.22834716737270355, 0.7726732492446899, 1.2325712442398071, -1.0943585634231567, -0.23187105357646942, 0.13634420931339264, 0.2478788048028946, 0.2811315059661865, -0.16186277568340302, 0.623473048210144, 0.6010807156562805, -0.6048251390457153, -0.1732669472694397, -0.026485735550522804, 0.3577679991722107, -0.13103841245174408, -0.15902704000473022, -0.09647448360919952, -0.12779857218265533, 0.16642941534519196, 0.6035807132720947, -0.1034102737903595, -0.2575322687625885, -0.39665859937667847, 0.038196321576833725, 0.08940871804952621, 0.9343371987342834, -0.4897792339324951, 0.35062214732170105, 0.5788120627403259, 0.5142190456390381, 0.7210761308670044, 0.49200668931007385, 0.40392792224884033, -0.7041379809379578, 0.3271830081939697, -0.042158111929893494, 0.44980180263519287, 0.272915780544281, -0.5045545697212219, 0.9890753030776978, 0.4511723220348358, -0.6132391095161438, -0.6281805038452148, -0.04212270304560661, -1.5800740718841553, 0.6233900785446167, 0.7060432434082031, 0.2604949474334717, -0.22931699454784393, -0.19959737360477448, -0.5308472514152527, -0.08629672974348068, -0.9635184407234192, 0.0994042381644249, 0.46378856897354126, -0.05215856060385704, -0.21896734833717346, -0.1490146666765213, 0.5818936228752136, -0.28155744075775146, -1.2908066511154175, 0.17253409326076508, 0.2924444377422333, -0.11779578775167465, 0.18929648399353027, 0.5844429135322571, -0.14934781193733215, 0.304637610912323, 0.2080632448196411, 0.2511258125305176, -0.20068031549453735, -0.5025849342346191, -0.2897263765335083, -0.20815210044384003, -0.1785626858472824, -0.5268910527229309 ]
result-kand2-sdxl-wuerst-karlo/2af00e50
result-kand2-sdxl-wuerst-karlo
2023-09-27T02:03:14Z
526
0
[ "region:us" ]
null
2023-09-27T02:03:14Z
--- dataset_info: features: - name: result dtype: string - name: id dtype: int64 splits: - name: train num_bytes: 206 num_examples: 10 download_size: 1404 dataset_size: 206 configs: - config_name: default data_files: - split: train path: data/train-* --- # Dataset Card for "2af00e50" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
[ -0.7437053918838501, -0.1622360646724701, 0.11233333498239517, 0.581075131893158, -0.043524060398340225, -0.24195605516433716, 0.453993022441864, -0.36005622148513794, 0.7311586737632751, 0.43361157178878784, -0.8370352387428284, -0.5044408440589905, -0.6355244517326355, -0.12430358678102493, -0.33803945779800415, 1.091641902923584, 0.044824372977018356, 0.16525773704051971, -0.5597211718559265, -0.2308942675590515, -0.4578210115432739, -0.3475559949874878, -0.9133338928222656, -0.6442503929138184, 0.8572431802749634, 0.9499280452728271, 0.30627208948135376, 0.4264799952507019, 0.7453035116195679, 0.1633838564157486, 0.17169888317584991, -0.38970690965652466, -0.38824281096458435, -0.20270104706287384, -0.11428316682577133, -0.49382975697517395, -1.1920123100280762, 0.0015053288079798222, 0.5395042896270752, 0.5925263166427612, -0.11392174661159515, 0.9094184041023254, -0.30262431502342224, 1.0476375818252563, -0.33065083622932434, 0.49558454751968384, 0.038582202047109604, -0.01526747364550829, -0.5487254858016968, 0.1283596307039261, 0.07114490121603012, -0.3401227593421936, -0.22476530075073242, -1.1002535820007324, 0.1401725560426712, 0.16527323424816132, 0.8566505908966064, 0.18191057443618774, -0.1067558228969574, -0.1774718016386032, -0.4273054599761963, -0.05551622807979584, -0.13515014946460724, 0.28414881229400635, 0.9075151681900024, 0.4743984639644623, 0.16628111898899078, -0.8247570991516113, -0.5042877197265625, 0.4293225109577179, -0.017919953912496567, 0.05320832133293152, -0.09629093110561371, -0.12576048076152802, 0.6850393414497375, 0.5862644910812378, -0.5417693853378296, -0.18275001645088196, -0.683037519454956, -0.2771628797054291, 0.8823708891868591, 0.006093038246035576, 0.1714780032634735, -0.038859713822603226, -0.2960345447063446, -0.35921865701675415, -0.5367153286933899, -0.044346969574689865, 0.48544520139694214, -0.08665484935045242, -0.9777129888534546, 0.7315470576286316, -0.13574102520942688, 0.24945920705795288, 0.29743286967277527, 0.805266797542572, 0.6623255610466003, -0.19159141182899475, -0.15482015907764435, 0.027331553399562836, 0.282391220331192, 0.484333872795105, 0.48627451062202454, 0.11984296143054962, -0.0963778868317604, -0.19127298891544342, 0.07351186871528625, -1.4529017210006714, -0.9383507370948792, 0.5521101951599121, -0.6427633166313171, -0.22412438690662384, 0.46791574358940125, -1.0389882326126099, -0.5004908442497253, -0.24387694895267487, 0.22599248588085175, 0.12122172117233276, -0.8718003630638123, -0.3271046578884125, -0.8237887024879456, 0.39278241991996765, 0.0909092053771019, -0.8990480899810791, 0.46554866433143616, 0.70712810754776, 0.41542676091194153, 0.37056007981300354, -0.09905359894037247, -0.6226997375488281, 0.2653118073940277, -0.23427623510360718, 0.8975308537483215, -0.5072380304336548, -0.5334780812263489, -0.11734063178300858, 0.5569301247596741, 0.3488621115684509, -0.45731163024902344, 0.6115306615829468, -0.45183122158050537, -0.13903413712978363, -0.8077826499938965, -0.6316609382629395, -0.13458074629306793, 0.16451656818389893, -1.2311300039291382, 1.3247299194335938, 0.42999833822250366, -0.6929487586021423, 0.3625885844230652, -1.2660419940948486, -0.33137986063957214, 0.7389422059059143, 0.004845611285418272, -0.45728665590286255, 0.24024680256843567, -0.21876031160354614, 0.4457857608795166, -0.14107857644557953, 0.19642668962478638, -0.833482563495636, -0.27174699306488037, -0.03827868774533272, 0.20409460365772247, 0.8349936604499817, 0.34385281801223755, 0.26313313841819763, -0.1730414628982544, -0.8640227913856506, 0.019720565527677536, 0.41131824254989624, 0.07272162288427353, -0.27122962474823, -0.6454774141311646, 0.52470862865448, -0.11031506210565567, 0.4230550229549408, -0.5329155325889587, 0.23957626521587372, 0.08478067070245743, -0.2254108190536499, 0.6482599377632141, 0.23130804300308228, 0.400877982378006, -0.4503527581691742, 0.6517860889434814, -0.023099299520254135, 0.20758017897605896, -0.05333321541547775, -0.5578804016113281, -0.7006149888038635, 0.03763388842344284, 0.7304844856262207, 0.8447235226631165, -0.5664960145950317, 0.4951504170894623, 0.19585411250591278, -0.6227353811264038, -0.19416846334934235, 0.10105203092098236, 0.2728935778141022, 0.11932317912578583, 0.34290847182273865, -0.4674830138683319, -0.8702508807182312, -0.7242166996002197, 0.31339529156684875, -0.13115595281124115, -0.07935058325529099, 0.5029284358024597, 0.884238064289093, -0.3998386561870575, 0.6232105493545532, -0.8213000297546387, -0.2704562842845917, 0.2674200236797333, -0.21319973468780518, 0.1323053389787674, 0.8343979716300964, 1.048970341682434, -0.846712589263916, -0.3809659779071808, -0.5536263585090637, -0.649297297000885, -0.06461968272924423, 0.36184394359588623, -0.5338672399520874, 0.005618944298475981, 0.36507901549339294, -0.3682878613471985, 0.6638447046279907, 0.9268401861190796, -0.854179859161377, -0.059678591787815094, 0.004454372450709343, 0.0833614394068718, -1.3931370973587036, 0.592115581035614, 0.03976177051663399, -0.22029608488082886, -0.45280468463897705, -0.012470906600356102, 0.15476880967617035, -0.2761981785297394, -0.08213678747415543, 0.9463145136833191, -0.4969494640827179, -0.09373677521944046, -0.06606738269329071, -0.11068985611200333, -0.08659102022647858, 0.15161921083927155, 0.13183362782001495, 0.3373311758041382, 0.8371036052703857, -0.285682737827301, 0.9212831258773804, 0.653106689453125, 0.20809659361839294, 1.1322450637817383, -0.8977841734886169, 0.26007330417633057, -0.2665666341781616, 0.4963908791542053, -0.8859302997589111, -0.7860202193260193, 0.43934139609336853, -0.5291150212287903, 0.6061458587646484, -0.4817254841327667, -0.5215423107147217, -0.788969099521637, -0.3162422180175781, 0.8831641674041748, 0.5119253396987915, -0.673427164554596, 0.30360880494117737, 0.811488926410675, -0.20821571350097656, -0.00653451681137085, -1.0551658868789673, 0.02348330244421959, -0.2347455769777298, -0.24973434209823608, 0.3620946407318115, -0.48325619101524353, 0.022326115518808365, -0.04282849654555321, 0.26045045256614685, -0.088111013174057, -0.290303111076355, 0.8123535513877869, 0.1713414043188095, -0.08142334222793579, 0.4049026668071747, -0.08749961853027344, -0.7570472359657288, 0.2791479825973511, -0.10386094450950623, 0.3744024336338043, 0.051936183124780655, 0.027957594022154808, -0.4656464159488678, 0.622938334941864, 0.13905636966228485, -0.0913991630077362, 0.4762650728225708, 1.0615534782409668, -1.0963279008865356, -0.22070690989494324, -0.5006893277168274, -0.30593544244766235, -0.4811883866786957, 0.15860341489315033, -0.5600772500038147, -0.6103619337081909, 0.48794427514076233, -0.13532285392284393, -0.1974673718214035, 0.9089195132255554, 0.6529894471168518, -0.08217228949069977, 0.5410917401313782, 0.7641148567199707, -0.01498143095523119, 0.34768468141555786, -0.37420204281806946, -0.3847333788871765, -0.786514163017273, -0.683342456817627, -0.5326557755470276, -0.5461360812187195, -0.7569581270217896, -0.47379615902900696, -0.06984259933233261, 0.16569453477859497, -0.44452139735221863, 0.6335203051567078, -0.6231266856193542, 0.4920404851436615, 0.4945411682128906, 0.22140571475028992, -0.3044859766960144, 0.0030170937534421682, 0.429965615272522, 0.35136160254478455, -0.6083722114562988, -0.05781634896993637, 1.273067593574524, 0.7061057090759277, 0.7110227942466736, 0.2952994108200073, 0.8669345378875732, 0.45206570625305176, 0.5309568643569946, -0.3090880215167999, 0.36068195104599, -0.2683062255382538, -1.004418134689331, -0.21561981737613678, -0.18504884839057922, -0.6235255002975464, -0.7248626351356506, -0.21694470942020416, -0.24882756173610687, 0.5636938214302063, 0.44182756543159485, -0.026942946016788483, 0.06309434771537781, -0.8229666948318481, 1.1447367668151855, 0.0005676054279319942, -0.01759393699467182, -0.11778922379016876, -0.5470718145370483, 0.16254720091819763, 0.08762343227863312, 0.09814535826444626, -0.36717402935028076, -0.12104417383670807, 1.1235390901565552, -0.43923184275627136, 0.9208080172538757, -0.9655945301055908, -0.09194286167621613, 0.23721402883529663, -0.23843914270401, 0.4680781066417694, 0.705525279045105, -0.17660607397556305, 0.22112363576889038, 0.37695589661598206, -0.7989947199821472, -0.05912383273243904, 0.789057195186615, -0.6196812391281128, 0.33878254890441895, -0.4551091492176056, -0.4097646176815033, -0.16363640129566193, 0.12174436450004578, 0.3170907497406006, 0.611482560634613, -0.5048250555992126, 0.07643317431211472, 0.7798627614974976, 0.31204113364219666, 0.5535622239112854, 0.267162561416626, -0.3719780147075653, -0.553438127040863, 1.0107895135879517, 0.22144408524036407, -0.29709330201148987, 0.3133091628551483, 0.0766182690858841, -0.36243918538093567, -0.11857511848211288, -0.7918000817298889, 0.25174081325531006, -0.5143405199050903, -0.5985947251319885, -0.41856643557548523, -0.22364842891693115, -0.46174755692481995, -0.18220733106136322, -0.31243833899497986, -0.8417658805847168, -0.6354490518569946, -0.5215636491775513, 1.145538330078125, 0.6884382963180542, -0.684700608253479, 0.2914772033691406, -0.6453168392181396, 0.6566128134727478, 0.24082013964653015, 1.1004189252853394, -0.2546103596687317, -0.5730045437812805, -0.20590314269065857, -0.044451482594013214, 0.13493697345256805, -0.6431218981742859, -0.3996277153491974, 0.35880404710769653, 0.4969540238380432, 0.2453022599220276, -0.019097112119197845, 0.5105143189430237, -0.1795223504304886, 0.4891150891780853, 0.2605675160884857, -0.7070116996765137, 0.5874858498573303, -0.10791118443012238, 0.46934518218040466, 0.9263167977333069, 0.6348342895507812, -0.45487046241760254, 0.36630764603614807, -0.9846618175506592, -0.6611674427986145, 0.5793459415435791, -0.025001192465424538, 0.3051256835460663, 0.29037702083587646, 0.6983872652053833, -0.026362229138612747, 0.13326264917850494, -0.6575115919113159, -0.9601929783821106, -0.2584451138973236, -0.46047458052635193, 0.20371150970458984, -0.652428925037384, -0.43822523951530457, -0.5559649467468262, 0.8188871741294861, -0.24269703030586243, 0.5949309468269348, -0.042995404452085495, 0.4816362261772156, -0.3319613039493561, -0.3664025366306305, 0.393658846616745, 0.39972981810569763, -0.4211846590042114, -0.0802147164940834, 0.08150206506252289, -0.5852226614952087, -0.3090992271900177, 0.8831541538238525, 0.027860285714268684, -0.299258828163147, 0.5229249596595764, 0.6783657073974609, -0.32339951395988464, -0.046678852289915085, 0.4823017716407776, -0.10261663049459457, -0.5255878567695618, -0.7064908146858215, 0.08115105330944061, 0.3660873472690582, 0.2837637662887573, 0.12257833033800125, -0.1642417013645172, 0.218817338347435, -0.482408732175827, 0.7639240026473999, 0.16957002878189087, -0.7487443089485168, -0.471640408039093, 0.6683181524276733, 0.6464591026306152, -0.478877991437912, 0.8015899062156677, -0.37693700194358826, -0.20524397492408752, 0.9853055477142334, 0.33837631344795227, 0.8319401741027832, -0.46865636110305786, 0.5193291306495667, 0.8190125226974487, 0.1782337874174118, 0.1772443950176239, 0.9271684288978577, -0.35995686054229736, -0.5304889678955078, 0.14917324483394623, -0.6151744723320007, -0.28326842188835144, -0.3616245687007904, -1.033551573753357, 0.347642719745636, -0.6578567028045654, -0.17075961828231812, 0.19301773607730865, 0.23723366856575012, -0.9941074848175049, 0.5305957198143005, 0.313496470451355, 1.5968096256256104, -0.8206507563591003, 0.8779481053352356, 0.9230260252952576, -0.34004390239715576, -0.7170944213867188, -0.18491049110889435, 0.14094515144824982, -0.9893383383750916, -0.0037462192121893167, 0.2549266517162323, 0.5879192352294922, -0.05074465647339821, -0.7919925451278687, -0.6035921573638916, 1.4031982421875, 0.022808970883488655, -0.919623851776123, 0.35163816809654236, 0.02715323306620121, 0.4520786702632904, -0.44871005415916443, 0.23097622394561768, 0.4793055057525635, 1.0403211116790771, 0.4928518235683441, -0.566779375076294, 0.2574935555458069, -0.6687943339347839, -0.27905192971229553, 0.41033726930618286, -0.9061168432235718, -0.0099404351785779, -0.33747968077659607, 0.10048560053110123, 0.11867514252662659, 0.665690004825592, 0.11846081167459488, 0.6916427612304688, 0.4975716173648834, 0.7800459265708923, 0.8485797643661499, -0.4796088635921478, 0.8792031407356262, -0.08669878542423248, 0.5253689289093018, 1.1035622358322144, -0.21644896268844604, 0.45872774720191956, 0.4686070382595062, -0.19023306667804718, 0.2964858114719391, 0.6834635734558105, -0.6938228011131287, 0.2900732457637787, 0.3760087490081787, -0.14656196534633636, -0.18067041039466858, -0.05156118795275688, -0.7669942378997803, 0.19152432680130005, 0.3753393292427063, -0.3448975682258606, 0.21080301702022552, 0.01899903081357479, 0.3549969494342804, -0.3224358856678009, -0.3693877160549164, 0.9295335412025452, 0.10911396890878677, -0.2806493043899536, -0.09880273789167404, 0.025925830006599426, 0.05380813777446747, -0.6117278337478638, -0.4740382730960846, -0.28938964009284973, 0.20185326039791107, -0.5707460641860962, -1.24820077419281, 0.7477301955223083, -0.239205002784729, -0.43949612975120544, -0.11126084625720978, 0.5006315112113953, -0.5319257378578186, -1.1365962028503418, 0.29251474142074585, 0.018660010769963264, 0.15648090839385986, 0.008951584808528423, -1.112587571144104, 0.2786428928375244, -0.12699513137340546, -0.3714055120944977, 0.13854539394378662, 0.32156938314437866, 0.06336948275566101, 0.4306120276451111, 0.4374891221523285, -0.14870359003543854, -0.5838871598243713, 0.13287919759750366, 0.807500422000885, -0.7007525563240051, -0.29155024886131287, -0.3772273659706116, 0.8001306056976318, -0.39624592661857605, -0.7422048449516296, 0.42472636699676514, 1.119644045829773, 0.8676872253417969, -0.060690585523843765, 0.6130045056343079, -0.7104923129081726, 0.5082476735115051, -0.23899070918560028, 0.6663950681686401, -0.512467622756958, -0.1661304086446762, -0.02732042223215103, -0.7930227518081665, -0.622594952583313, 0.437706857919693, 0.5053777098655701, 0.2695591151714325, 0.4457646906375885, 1.0024570226669312, -0.046838779002428055, 0.2950693666934967, -0.027883164584636688, 0.13457247614860535, 0.14300550520420074, 0.42966797947883606, -0.005825510248541832, -0.8000454902648926, 0.11127471923828125, -0.3491361141204834, -0.6834995746612549, 0.07331111282110214, -1.0674259662628174, -0.904905378818512, -0.7792409658432007, -0.6597886681556702, -0.5589732527732849, -0.034943655133247375, 0.7162265777587891, 1.1876152753829956, -1.1955686807632446, -0.11707954853773117, 0.04028509184718132, 0.05041944235563278, 0.06311901658773422, -0.15061303973197937, 0.6404431462287903, 0.5721710324287415, -0.6213858723640442, -0.28405097126960754, -0.040123049169778824, 0.2539879083633423, -0.15912608802318573, -0.23399052023887634, -0.03829366713762283, 0.13633029162883759, 0.2891736924648285, 0.586372971534729, 0.009655008092522621, -0.31148409843444824, -0.4772460460662842, 0.13231714069843292, -0.18942104279994965, 0.8840372562408447, -0.4099906086921692, 0.2192038744688034, 0.5889338254928589, 0.3199630081653595, 0.9179471731185913, 0.1586785614490509, 0.3902331590652466, -0.7872017025947571, 0.15692713856697083, -0.1963089108467102, 0.28374403715133667, 0.17647811770439148, -0.46983566880226135, 1.0521092414855957, 0.5240658521652222, -0.5921167731285095, -0.5805545449256897, 0.07256175577640533, -1.3829759359359741, 0.29460135102272034, 1.0413930416107178, 0.05530443415045738, -0.11938346922397614, 0.12330121546983719, -0.4143655598163605, 0.10452296584844589, -0.668982207775116, 0.14292456209659576, 0.6692982316017151, -0.017285915091633797, -0.4194753170013428, -0.41449299454689026, 0.7013524174690247, -0.2409137636423111, -1.3168165683746338, 0.08782642334699631, 0.4159053862094879, 0.2410764843225479, -0.009417722001671791, 0.711688756942749, -0.2289387434720993, 0.3847096264362335, 0.4018266797065735, 0.43132516741752625, -0.3373061418533325, -0.5854396224021912, -0.25746697187423706, 0.19818001985549927, -0.1663920283317566, -0.4287244379520416 ]
result-kand2-sdxl-wuerst-karlo/94c40829
result-kand2-sdxl-wuerst-karlo
2023-09-27T15:58:35Z
526
0
[ "region:us" ]
null
2023-09-27T15:58:34Z
--- dataset_info: features: - name: result dtype: string - name: id dtype: int64 splits: - name: train num_bytes: 271 num_examples: 10 download_size: 1428 dataset_size: 271 configs: - config_name: default data_files: - split: train path: data/train-* --- # Dataset Card for "94c40829" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
[ -0.6080940961837769, -0.1356210559606552, 0.2835805416107178, 0.34022560715675354, -0.1714351326227188, -0.04423639178276062, 0.25297245383262634, -0.21263186633586884, 0.8592744469642639, 0.5417708158493042, -0.8903311491012573, -0.6969645619392395, -0.5437811613082886, -0.24193871021270752, -0.23055914044380188, 1.2398011684417725, 0.1457308530807495, 0.10680166631937027, -0.4253372848033905, -0.02720504067838192, -0.3362029194831848, -0.7737421989440918, -0.540776789188385, -0.5339423418045044, 1.0517606735229492, 0.7228668928146362, 0.4879368245601654, 0.5525476932525635, 0.8819175362586975, 0.20010222494602203, -0.05914454162120819, -0.27739977836608887, -0.47386837005615234, -0.19707095623016357, -0.0669199749827385, -0.465633749961853, -1.0787323713302612, -0.06365472078323364, 0.5448693633079529, 0.8047360777854919, -0.11872431635856628, 0.8476954698562622, -0.17383190989494324, 0.8396841287612915, -0.509888768196106, 0.6166903376579285, -0.18056005239486694, -0.16623537242412567, -0.7628725171089172, -0.07331545650959015, 0.04226183891296387, -0.4442536234855652, -0.37918779253959656, -0.9737151861190796, 0.23807989060878754, 0.07395492494106293, 0.7516278624534607, 0.2806312143802643, 0.07520502060651779, -0.08491183817386627, -0.3313935697078705, 0.13241498172283173, -0.3226664364337921, 0.20315074920654297, 0.9194526672363281, 0.29715898633003235, -0.06056720390915871, -0.6728823184967041, -0.23701679706573486, 0.1083923876285553, 0.08344364166259766, 0.12854012846946716, 0.03991721197962761, -0.03352190554141998, 0.7381581664085388, 0.7158298492431641, -0.4524059295654297, -0.17023597657680511, -0.848821759223938, -0.4890190362930298, 0.9043942093849182, 0.3216499984264374, 0.08853960782289505, -0.17495842278003693, -0.16807925701141357, -0.23085127770900726, -0.4086085557937622, 0.07878423482179642, 0.5503765344619751, 0.2885887920856476, -1.2260948419570923, 0.4009235203266144, -0.2164490818977356, 0.40814080834388733, 0.3890656530857086, 0.6853896975517273, 0.7282689809799194, -0.24281661212444305, -0.23653347790241241, 0.1438322365283966, 0.3563019633293152, 0.38806724548339844, 0.04453928768634796, 0.02547088824212551, 0.0969049334526062, -0.07513613253831863, 0.19075153768062592, -1.1836450099945068, -0.9031875133514404, 0.4113759994506836, -0.8215292692184448, -0.3561355471611023, 0.5970816016197205, -0.8342938423156738, -0.4890028238296509, -0.47635146975517273, -0.1044451892375946, 0.18742768466472626, -0.6712401509284973, -0.208340585231781, -0.6786103844642639, 0.39304473996162415, 0.24491764605045319, -0.8026454448699951, 0.25774675607681274, 0.8737638592720032, 0.4043985605239868, 0.13103719055652618, -0.11214148253202438, -0.5684489011764526, 0.15383778512477875, -0.2441733330488205, 0.8683238625526428, -0.6511768698692322, -0.4560633897781372, -0.12326254695653915, 0.6253225803375244, 0.1607222706079483, -0.4440259337425232, 1.069020390510559, -0.3068310022354126, -0.290021151304245, -0.8369467854499817, -0.42319798469543457, -0.1522175669670105, 0.27096229791641235, -1.141598105430603, 1.34726083278656, 0.34223514795303345, -0.8155025839805603, 0.17302215099334717, -1.126111388206482, -0.03517647832632065, 0.8900207877159119, -0.07948049157857895, -0.35763221979141235, 0.4280475378036499, -0.3177069425582886, 0.4592134952545166, -0.11243781447410583, 0.4970799386501312, -0.9009982347488403, -0.4314369261264801, -0.005600258242338896, 0.08375676721334457, 1.0123518705368042, 0.2949913740158081, 0.4084283709526062, 0.11996890604496002, -0.9044343829154968, 0.0903547927737236, 0.24195054173469543, -0.10486739128828049, -0.2717199921607971, -0.6887666583061218, 0.5192179083824158, -0.11884170770645142, 0.45633822679519653, -0.5118221640586853, 0.27418801188468933, 0.2668387293815613, -0.11610939353704453, 0.6651731729507446, 0.1554417759180069, 0.25118300318717957, -0.4371423125267029, 0.6508877873420715, -0.05901584401726723, 0.44714054465293884, 0.017702611163258553, -0.5532761812210083, -0.7024328112602234, 0.11053112894296646, 0.7000790238380432, 0.5917404890060425, -0.5626519918441772, 0.7600727081298828, 0.2154608815908432, -0.9471219182014465, -0.1316937804222107, -0.036167360842227936, 0.1672898232936859, 0.3144042193889618, 0.3296361267566681, -0.8466338515281677, -0.7115349173545837, -0.783698320388794, 0.4310384690761566, 0.019487367942929268, 0.10268133878707886, 0.4058549106121063, 0.7274454236030579, -0.4077562987804413, 0.40165257453918457, -0.9208066463470459, -0.030099984258413315, 0.2336656153202057, -0.23809929192066193, 0.27113282680511475, 0.8513142466545105, 1.1165207624435425, -0.7719890475273132, -0.19510164856910706, -0.6543883681297302, -0.5450538992881775, -0.11329401284456253, 0.25639083981513977, -0.755866527557373, -0.26007774472236633, 0.26298442482948303, -0.21265073120594025, 0.8964331746101379, 1.0233906507492065, -0.5927264094352722, 0.24798110127449036, -0.022371239960193634, 0.24246326088905334, -1.2936800718307495, 0.5211921334266663, 0.01031844038516283, -0.10663937032222748, -0.5144491791725159, 0.09308425337076187, 0.2429446578025818, -0.2895777225494385, -0.19037218391895294, 0.3800038993358612, -0.40605026483535767, 0.14166992902755737, -0.21052581071853638, -0.3318529427051544, -0.10337426513433456, 0.3947376012802124, 0.1816330850124359, 0.313100129365921, 1.0279746055603027, -0.31860044598579407, 0.9118732213973999, 0.5734115839004517, 0.1315244436264038, 0.9342635869979858, -0.6624526381492615, 0.35023775696754456, -0.2614928185939789, 0.6483404636383057, -0.6590079069137573, -0.721791684627533, 0.5926603078842163, -0.34678858518600464, 0.36859869956970215, -0.6153193712234497, -0.3153727948665619, -0.7849140167236328, -0.3988558351993561, 0.9802530407905579, 0.2376520335674286, -0.6086314916610718, 0.3514584004878998, 0.6301577091217041, -0.20168425142765045, -0.061354249715805054, -1.006435751914978, 0.19255493581295013, -0.27655789256095886, -0.13877052068710327, 0.49376145005226135, -0.664710283279419, 0.06432168930768967, -0.3205140233039856, 0.3567759692668915, -0.27548831701278687, -0.19516488909721375, 0.9666091799736023, 0.39520806074142456, -0.1485016942024231, 0.21557115018367767, -0.1384846270084381, -0.7823411226272583, 0.30150601267814636, 0.04630843177437782, 0.4494703412055969, 0.10301738232374191, -0.06295150518417358, -0.5931588411331177, 0.6495060920715332, 0.23364220559597015, -0.2281912863254547, 0.42976513504981995, 0.8688167333602905, -0.9137131571769714, -0.06377135962247849, -0.41832149028778076, -0.14238569140434265, -0.487440288066864, 0.03908373787999153, -0.3149247467517853, -0.5590783357620239, 0.7285348773002625, -0.03204480931162834, -0.2737606465816498, 0.8179673552513123, 0.9287727475166321, 0.20344291627407074, 0.37836456298828125, 0.6564475893974304, -0.3593057692050934, 0.4935897886753082, -0.3114561140537262, -0.2652844488620758, -0.7369257807731628, -0.5994296073913574, -0.784866452217102, -0.4197917580604553, -0.7994983792304993, -0.5068438053131104, -0.1718841940164566, -0.05065729469060898, -0.36113229393959045, 0.7054003477096558, -0.8131904602050781, 0.40577709674835205, 0.75715172290802, 0.42725780606269836, -0.14879120886325836, -0.2009187489748001, 0.3613785207271576, 0.22785384953022003, -0.5121362805366516, -0.10139003396034241, 1.1168644428253174, 0.47186508774757385, 0.9270901083946228, 0.1570860594511032, 0.999640703201294, 0.4939359724521637, 0.3891189992427826, -0.41281771659851074, 0.2769986391067505, -0.04807175323367119, -0.8006542325019836, 0.22595758736133575, -0.21462902426719666, -0.6548340916633606, -0.7573821544647217, -0.3129558563232422, -0.3078317940235138, 0.6711699962615967, 0.45822077989578247, -0.1045045480132103, 0.1482333242893219, -0.8162301778793335, 0.9946967363357544, -0.1738945096731186, -0.043788716197013855, -0.13521644473075867, -0.615104615688324, 0.19487832486629486, 0.08611150085926056, 0.02968541346490383, -0.38513725996017456, 0.029425285756587982, 1.0173873901367188, -0.559868335723877, 1.0665642023086548, -0.7511994242668152, -0.06323575973510742, 0.21731582283973694, -0.3022938370704651, 0.20009392499923706, 0.3907332122325897, -0.27580928802490234, 0.3519289493560791, 0.23633959889411926, -0.6496239900588989, -0.09053630381822586, 0.9311033487319946, -0.5486810803413391, 0.29948559403419495, -0.4865846633911133, -0.6026288270950317, 0.02927088551223278, 0.17387492954730988, 0.22033435106277466, 0.8781195878982544, -0.22849725186824799, 0.08122647553682327, 0.518202543258667, 0.2854878902435303, 0.534489095211029, 0.1602971851825714, -0.03520888835191727, -0.4924398362636566, 0.9787647128105164, 0.1526477038860321, -0.2983878254890442, 0.22094257175922394, 0.24713532626628876, -0.1562218964099884, -0.4904710650444031, -0.5612839460372925, 0.17906321585178375, -0.4289394021034241, -0.68417888879776, -0.22500218451023102, -0.3286634385585785, -0.3849281668663025, -0.2305629849433899, -0.21915866434574127, -0.7349278926849365, -0.6012966632843018, -0.5003097653388977, 1.1501834392547607, 0.6744548678398132, -0.671130359172821, 0.38123321533203125, -0.7886404395103455, 0.465861052274704, -0.13401345908641815, 1.0736109018325806, -0.09044651687145233, -0.5665233731269836, -0.4176236093044281, -0.059322621673345566, -0.16050636768341064, -0.6146751046180725, -0.2370634377002716, 0.1375693827867508, 0.6498201489448547, 0.23650403320789337, 0.2580702006816864, 0.7248995304107666, -0.04270635545253754, 0.6340246796607971, 0.22784146666526794, -0.6970502734184265, 0.5575134754180908, -0.3430688977241516, 0.47547316551208496, 1.0676378011703491, 0.7235089540481567, -0.3820536732673645, 0.07411719113588333, -1.1655035018920898, -0.6440315246582031, 0.623263955116272, -0.10242863744497299, 0.297485888004303, 0.3746448755264282, 0.6539623141288757, 0.032268717885017395, 0.16989855468273163, -0.5303040146827698, -0.9448243975639343, -0.167981818318367, -0.49045151472091675, 0.25844112038612366, -0.41667935252189636, -0.26121261715888977, -0.5873501896858215, 0.6691091060638428, -0.17886857688426971, 0.4487699270248413, -0.13509473204612732, 0.4617761969566345, -0.22119826078414917, -0.23307150602340698, 0.4268883764743805, 0.5300918817520142, -0.633242666721344, -0.15694479644298553, -0.1634049266576767, -0.6920452117919922, -0.5609143376350403, 0.8939468860626221, -0.09088654816150665, -0.4090416133403778, 0.49021804332733154, 0.5611832737922668, -0.20831997692584991, -0.1385861188173294, 0.301452100276947, -0.1641530841588974, -0.38025450706481934, -0.48518073558807373, 0.2470482885837555, 0.28369930386543274, 0.14875811338424683, 0.20331472158432007, -0.07301846891641617, 0.3251386880874634, -0.4585826098918915, 0.5751740336418152, 0.02729659713804722, -0.9195123314857483, -0.5327359437942505, 0.5209977030754089, 0.6205124855041504, -0.6082286238670349, 0.7659878134727478, -0.05852041020989418, -0.4856041669845581, 0.8932195901870728, 0.1802162379026413, 0.7526026368141174, -0.34427693486213684, 0.29377418756484985, 0.6996700167655945, -0.055247385054826736, 0.3604219853878021, 0.8001861572265625, -0.5202088952064514, -0.5425622463226318, -0.03860620781779289, -0.3159489035606384, -0.6196061968803406, -0.2113715559244156, -1.3224061727523804, 0.2811616361141205, -0.7635191082954407, -0.32273292541503906, 0.3146265149116516, 0.2436564713716507, -0.8216667175292969, 0.338204950094223, 0.5424840450286865, 1.5223807096481323, -0.8481041789054871, 0.8497589230537415, 0.7159028649330139, -0.4076874852180481, -0.8474245667457581, -0.23308143019676208, 0.15992605686187744, -0.898247241973877, -0.12552541494369507, 0.1491870880126953, 0.43290823698043823, -0.3001622259616852, -1.09687340259552, -0.6200963854789734, 1.1194078922271729, 0.2714064419269562, -0.7706990242004395, 0.4169849753379822, -0.10945384949445724, 0.34795376658439636, -0.3659360408782959, 0.3542834222316742, 0.5041465759277344, 0.8543063402175903, 0.34573376178741455, -0.7612099051475525, 0.14282141625881195, -0.6177278757095337, -0.4492451846599579, 0.3814477324485779, -0.9888193607330322, 0.023842908442020416, -0.10824720561504364, 0.34968921542167664, 0.21885691583156586, 0.5379073619842529, 0.16770704090595245, 0.5634299516677856, 0.3163265287876129, 0.7543023228645325, 0.9280524849891663, -0.45897841453552246, 0.8722882270812988, -0.12944068014621735, 0.6467158198356628, 1.1953492164611816, -0.056285154074430466, 0.41099193692207336, 0.37658607959747314, -0.05001543462276459, 0.4550454616546631, 0.8276484608650208, -0.6115994453430176, 0.35709938406944275, 0.36519038677215576, -0.14060185849666595, -0.3948969542980194, -0.3511738181114197, -0.8776835799217224, 0.2830423414707184, 0.3680385947227478, -0.4836057722568512, -0.0851459726691246, -0.2593800723552704, 0.30982163548469543, -0.12270701676607132, -0.6030633449554443, 0.7463405728340149, 0.014004571363329887, -0.1734185665845871, 0.0036563777830451727, -0.04366268217563629, 0.2349204123020172, -0.7744223475456238, -0.3895829916000366, -0.10224836319684982, 0.23308269679546356, -0.7079454660415649, -1.0782140493392944, 0.6904919743537903, -0.22381871938705444, -0.5512409806251526, -0.152479350566864, 0.5548576712608337, -0.42185860872268677, -1.1526199579238892, 0.3280971050262451, -0.047383397817611694, 0.17575913667678833, 0.014139777049422264, -1.407651424407959, 0.6141796708106995, -0.006149448920041323, -0.006516546942293644, 0.18302346765995026, 0.08972945064306259, -0.009448911063373089, 0.3765983581542969, 0.5981771349906921, -0.08458296954631805, -0.4893420338630676, 0.3006139099597931, 1.087558388710022, -0.8830999135971069, -0.4577288329601288, -0.34080326557159424, 0.7480660676956177, -0.32834184169769287, -0.7351712584495544, 0.49285703897476196, 1.1822855472564697, 0.7997044920921326, -0.0419493205845356, 0.6714270114898682, -0.520074725151062, 0.5987593531608582, -0.11431676894426346, 0.5687560439109802, -0.2487974911928177, -0.3955000638961792, -0.26526200771331787, -0.6849188208580017, -0.6748028993606567, 0.4217153489589691, 0.22534698247909546, 0.09458881616592407, 0.37340739369392395, 1.130753993988037, -0.1574310064315796, 0.4271528124809265, -0.047066159546375275, 0.04799212887883186, 0.22841815650463104, 0.5102521181106567, 0.315066933631897, -0.675363302230835, 0.03099384345114231, -0.48055532574653625, -0.6781103014945984, 0.12389568984508514, -1.222922444343567, -0.8061184883117676, -0.6191193461418152, -0.7127609252929688, -0.5887305736541748, -0.13649195432662964, 0.8460094332695007, 1.236742615699768, -1.192640781402588, -0.19870157539844513, 0.2952469289302826, 0.11041437834501266, 0.06991633772850037, -0.13315372169017792, 0.804131805896759, 0.5984126925468445, -0.6282498836517334, -0.1621086299419403, -0.056405819952487946, 0.1122666746377945, -0.08946849405765533, -0.04453400522470474, 0.09378658980131149, -0.10921574383974075, 0.08862219750881195, 0.6239653825759888, -0.024813760071992874, -0.26090750098228455, -0.6344078183174133, 0.1564241498708725, 0.10877684503793716, 1.173522710800171, -0.3978320062160492, 0.1589932143688202, 0.56858891248703, 0.42228466272354126, 0.7585803270339966, 0.4268715977668762, 0.4217498004436493, -0.5184478759765625, 0.41229692101478577, -0.1388833075761795, 0.3576621413230896, 0.21457964181900024, -0.5700977444648743, 0.8006571531295776, 0.41946855187416077, -0.5944982171058655, -0.5141459703445435, -0.11111022531986237, -1.7522494792938232, 0.4874134063720703, 0.7915382385253906, 0.12146102637052536, -0.33042189478874207, -0.18253101408481598, -0.46688029170036316, -0.08942793309688568, -0.97060626745224, 0.16911907494068146, 0.4417188763618469, -0.073698990046978, -0.2395094335079193, -0.14394104480743408, 0.5226446986198425, -0.4267297685146332, -1.2296258211135864, 0.2592073380947113, 0.5016964673995972, 0.07112958282232285, 0.142196923494339, 0.6183232665061951, -0.19858501851558685, 0.3513944745063782, 0.166373610496521, 0.3533859848976135, -0.3611891269683838, -0.4411028027534485, -0.297491192817688, 0.008431851863861084, -0.1728101521730423, -0.40940213203430176 ]
result-kand2-sdxl-wuerst-karlo/634fb531
result-kand2-sdxl-wuerst-karlo
2023-09-27T16:00:39Z
526
0
[ "region:us" ]
null
2023-09-27T16:00:39Z
--- dataset_info: features: - name: result dtype: string - name: id dtype: int64 splits: - name: train num_bytes: 273 num_examples: 10 download_size: 1461 dataset_size: 273 configs: - config_name: default data_files: - split: train path: data/train-* --- # Dataset Card for "634fb531" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
[ -0.6475269794464111, -0.022713860496878624, 0.1087382361292839, 0.2083377242088318, -0.27908265590667725, -0.07569859176874161, 0.4971507489681244, -0.3094612956047058, 0.8389965891838074, 0.6031948924064636, -0.9358858466148376, -0.7233965992927551, -0.5547471046447754, -0.010786510072648525, -0.2788219749927521, 1.254378080368042, 0.19509397447109222, 0.062354665249586105, -0.32755911350250244, -0.03492945805191994, -0.24070598185062408, -0.5757198929786682, -0.46886247396469116, -0.542336642742157, 0.9654579758644104, 0.8348428010940552, 0.6121305823326111, 0.3526514768600464, 0.9652998447418213, 0.22436559200286865, 0.04097209498286247, -0.4415009915828705, -0.6519822478294373, -0.28165510296821594, -0.17587211728096008, -0.5655457973480225, -1.0153191089630127, -0.19467611610889435, 0.8094362020492554, 0.6920880675315857, -0.08356139808893204, 0.7650715112686157, -0.387874960899353, 1.0296480655670166, -0.25926271080970764, 0.6489837765693665, -0.19089950621128082, 0.09125188738107681, -0.7906874418258667, 0.06386829167604446, 0.1284455507993698, -0.6567416191101074, -0.052504945546388626, -0.9613416194915771, 0.3765672445297241, 0.11481191217899323, 0.7160506844520569, 0.25461545586586, 0.05760061368346214, -0.06056280434131622, -0.12035788595676422, 0.040344707667827606, -0.42809048295021057, 0.17751173675060272, 0.8889781832695007, 0.27559801936149597, -0.29306381940841675, -0.49713507294654846, -0.3276999592781067, 0.2966139316558838, -0.01841728389263153, 0.04226672276854515, 0.10319563746452332, 0.03806314244866371, 0.6879307627677917, 0.7788575887680054, -0.6408343315124512, -0.32878029346466064, -0.909261167049408, -0.5686525106430054, 0.911413311958313, 0.04308019205927849, 0.09510461986064911, -0.356550395488739, -0.25171324610710144, -0.1665867567062378, -0.4021585285663605, -0.004100356251001358, 0.553016185760498, 0.26494327187538147, -0.9386089444160461, 0.6337948441505432, -0.19896234571933746, 0.43878594040870667, 0.24512429535388947, 0.5608680844306946, 0.9193520545959473, -0.2319137305021286, -0.2890980541706085, 0.3109894096851349, 0.39674118161201477, 0.2935512661933899, 0.2244734913110733, 0.09807487577199936, 0.0371730737388134, -0.05464412271976471, 0.03566746413707733, -1.1775221824645996, -0.8499828577041626, 0.3307649493217468, -0.7375712990760803, -0.35627099871635437, 0.5712069869041443, -0.9289576411247253, -0.568871796131134, -0.023514747619628906, 0.038511473685503006, -0.10558167845010757, -0.8702347278594971, -0.02296150103211403, -0.7545430660247803, 0.3252719044685364, 0.16488805413246155, -0.9546685814857483, 0.20749109983444214, 0.7726842164993286, 0.47932013869285583, 0.22265948355197906, 0.009489011019468307, -0.5161259770393372, 0.19883660972118378, -0.18795709311962128, 0.8350172638893127, -0.6743699908256531, -0.5673937201499939, -0.08676885813474655, 0.42596766352653503, 0.07921506464481354, -0.383924663066864, 0.8577804565429688, -0.4232429563999176, -0.12546011805534363, -0.8042961359024048, -0.5686033368110657, -0.3239773213863373, 0.233881413936615, -1.4289220571517944, 1.1886042356491089, 0.47294896841049194, -0.7729986906051636, 0.26141032576560974, -1.363993525505066, -0.2722899615764618, 0.8288208842277527, -0.040839239954948425, -0.3252975344657898, 0.3234021067619324, -0.298462450504303, 0.6335603594779968, -0.025556694716215134, 0.33239272236824036, -0.8151617646217346, -0.33467814326286316, 0.13638022541999817, 0.04879920184612274, 0.8887956738471985, 0.1945897340774536, 0.3649769425392151, -0.08267046511173248, -1.0291694402694702, -0.08369723707437515, 0.33817818760871887, -0.23718824982643127, -0.1726626306772232, -0.6588090062141418, 0.294301301240921, -0.11435198783874512, 0.42084527015686035, -0.5416480302810669, 0.24342508614063263, -0.1067526713013649, -0.24620486795902252, 0.7214102745056152, 0.17231667041778564, 0.2606967091560364, -0.6273153424263, 0.6903663873672485, 0.09353552758693695, 0.22601284086704254, -0.028815917670726776, -0.7158964276313782, -0.5465439558029175, -0.035201672464609146, 0.737128496170044, 0.5387377738952637, -0.5914741158485413, 0.7517199516296387, 0.08924325555562973, -0.7419325113296509, -0.2648460865020752, 0.06578797847032547, 0.21120323240756989, 0.2805059552192688, 0.3297223150730133, -0.937862753868103, -0.7361771464347839, -0.6801540851593018, 0.4034291207790375, -0.1554325819015503, 0.16669970750808716, 0.20343196392059326, 0.8169202208518982, -0.42107823491096497, 0.4794395864009857, -0.7491969466209412, -0.2153349220752716, 0.15451158583164215, -0.19887351989746094, 0.38078007102012634, 0.8906511068344116, 1.1301803588867188, -0.7894837260246277, -0.16321031749248505, -0.5757997035980225, -0.45059487223625183, 0.09158188849687576, 0.2895396053791046, -0.7880305647850037, 0.0067791263572871685, -0.07527748495340347, -0.47222721576690674, 0.8426686525344849, 0.8961418271064758, -0.7884358763694763, 0.13845475018024445, 0.21955372393131256, 0.30003002285957336, -1.2782580852508545, 0.4799492657184601, 0.0333489328622818, -0.23715201020240784, -0.43658894300460815, -0.17043544352054596, -0.05617252364754677, -0.10548774898052216, -0.08604852855205536, 0.30147430300712585, -0.4322238564491272, -0.1351839005947113, 0.0921744853258133, -0.2663666605949402, -0.11194558441638947, 0.43640124797821045, 0.07895797491073608, 0.1864163726568222, 0.8918302655220032, -0.18878330290317535, 0.9411475658416748, 0.7298726439476013, -0.14565643668174744, 0.7795806527137756, -0.5954418182373047, 0.0929921567440033, -0.2829428017139435, 0.5518141388893127, -0.9992212057113647, -0.848121702671051, 0.7057968974113464, -0.37120407819747925, 0.2974516749382019, -0.5991879105567932, -0.5525668859481812, -0.7069778442382812, -0.31890156865119934, 0.8291516304016113, 0.3913766145706177, -0.6387403011322021, 0.3747175633907318, 0.7036198973655701, -0.1537850946187973, -0.12083573639392853, -1.0007777214050293, -0.1840420961380005, -0.18473626673221588, -0.4142681360244751, 0.439208984375, -0.5687906742095947, 0.2468072921037674, -0.19373898208141327, 0.13218088448047638, -0.21073633432388306, -0.23137716948986053, 0.6713019609451294, 0.3694000244140625, -0.25225022435188293, 0.3609963059425354, -0.031898487359285355, -0.7286996245384216, 0.35317960381507874, 0.1077333316206932, 0.264178067445755, -0.18243743479251862, -0.12125646322965622, -0.3948138952255249, 0.5660713911056519, 0.3135780096054077, -0.18870244920253754, 0.34142905473709106, 0.863139271736145, -0.9247986078262329, -0.01390270795673132, -0.4301685392856598, -0.06707269698381424, -0.49762383103370667, 0.08873985707759857, -0.37576112151145935, -0.6651856303215027, 0.6910451054573059, -0.032320328056812286, -0.03758308291435242, 0.8543017506599426, 0.7030221819877625, 0.18190036714076996, 0.5545703172683716, 0.5486996173858643, -0.17444534599781036, 0.5279015302658081, -0.26831135153770447, -0.37240687012672424, -0.5240745544433594, -0.4943021237850189, -0.46080341935157776, -0.4754190146923065, -0.6221118569374084, -0.5618635416030884, -0.1864052414894104, -0.1488621085882187, -0.22110162675380707, 0.5805550813674927, -0.8574197888374329, 0.5259600877761841, 0.5817204117774963, 0.3177175223827362, -0.01256483793258667, -0.1241493672132492, 0.2831011116504669, 0.3300021290779114, -0.7888492345809937, -0.07731180638074875, 1.1065598726272583, 0.5383837819099426, 0.9292759895324707, 0.4637712240219116, 1.017098069190979, 0.5071834325790405, 0.352899432182312, -0.4192926287651062, 0.4877685606479645, -0.02634665183722973, -0.9819657206535339, -0.10085728019475937, -0.2679764926433563, -0.7654860019683838, -0.4332640469074249, -0.4146401286125183, -0.32490062713623047, 0.5741901397705078, 0.5573473572731018, -0.15561316907405853, 0.0611104816198349, -0.9424466490745544, 1.1770093441009521, -0.17157240211963654, 0.041475359350442886, -0.2297082096338272, -0.8391768932342529, 0.3398115634918213, 0.08829665929079056, 0.010198666714131832, -0.5345332026481628, 0.1975439488887787, 1.1277744770050049, -0.459379643201828, 1.0951467752456665, -0.7488410472869873, -0.033439360558986664, 0.16041290760040283, -0.3327934443950653, 0.22390387952327728, 0.504310131072998, -0.39591851830482483, 0.12146303057670593, 0.40725043416023254, -0.6395914554595947, -0.17003294825553894, 0.8556933403015137, -0.5702502727508545, 0.193381667137146, -0.6123961210250854, -0.4782734513282776, -0.07250313460826874, 0.38476303219795227, 0.13638396561145782, 0.8717257380485535, -0.422789603471756, 0.10184338688850403, 0.909576416015625, 0.4982694685459137, 0.47801610827445984, 0.1188502162694931, -0.3068009614944458, -0.3924553096294403, 1.0153748989105225, 0.18773771822452545, -0.31779739260673523, 0.33110180497169495, 0.263388454914093, -0.34030693769454956, -0.31235915422439575, -0.6319568753242493, 0.2574576139450073, -0.627504825592041, -0.6458650231361389, -0.12562282383441925, -0.19570180773735046, -0.4023829996585846, -0.17188020050525665, -0.29250776767730713, -0.8325570821762085, -0.7139722108840942, -0.6988927721977234, 1.240331768989563, 0.6831714510917664, -0.5937047600746155, 0.28474265336990356, -0.9654723405838013, 0.5878182053565979, -0.12237390130758286, 1.1861249208450317, -0.19023506343364716, -0.4433687925338745, -0.31721773743629456, -0.0578446090221405, 0.14637719094753265, -0.7881066799163818, -0.2978058159351349, 0.2337929755449295, 0.7591626644134521, 0.33888792991638184, 0.15832073986530304, 0.6870636940002441, -0.0922611877322197, 0.5233896374702454, 0.41327083110809326, -0.72191321849823, 0.510879635810852, -0.22759725153446198, 0.6069828271865845, 0.9674564003944397, 0.6836376786231995, -0.20049531757831573, 0.2079467922449112, -1.099731206893921, -0.5794544816017151, 0.6104882955551147, -0.02590392343699932, 0.10880900919437408, 0.2969720661640167, 0.4305122196674347, 0.2011980265378952, 0.2800152599811554, -0.6347936987876892, -0.780081033706665, -0.42845919728279114, -0.633056640625, 0.3640159070491791, -0.4087827205657959, -0.4186560809612274, -0.6096568703651428, 0.8241046667098999, -0.22460252046585083, 0.49723732471466064, 0.018122462555766106, 0.22160404920578003, -0.2649623453617096, -0.19318442046642303, 0.41287627816200256, 0.5293850898742676, -0.5134533643722534, -0.22516128420829773, -0.18626269698143005, -0.5817124247550964, -0.5420261025428772, 0.9685720801353455, 0.17461374402046204, -0.08570128679275513, 0.42097246646881104, 0.7486949563026428, 0.012065848335623741, -0.24187663197517395, 0.300397127866745, -0.13203775882720947, -0.5440419316291809, -0.5451942086219788, 0.4117003083229065, 0.22169993817806244, 0.2534535825252533, 0.18207237124443054, 0.06173397973179817, 0.3416794538497925, -0.47321245074272156, 0.5782824754714966, 0.03535223752260208, -0.820013165473938, -0.5428251028060913, 0.2848183810710907, 0.7382932305335999, -0.3872152268886566, 0.6757671236991882, -0.12314941734075546, -0.41325870156288147, 0.757949948310852, 0.3412657082080841, 0.5864683389663696, -0.36559557914733887, 0.45499417185783386, 0.5315998196601868, 0.04297555238008499, 0.23021280765533447, 0.8584800362586975, -0.3783818781375885, -0.6334797143936157, 0.07536444813013077, -0.338283896446228, -0.46376243233680725, -0.37702298164367676, -1.1434379816055298, 0.10951055586338043, -0.738962709903717, -0.36894503235816956, 0.3094276785850525, 0.23172491788864136, -0.894124448299408, 0.3792881369590759, 0.4937916696071625, 1.451365351676941, -0.6915841698646545, 0.7748696804046631, 0.8146774768829346, -0.3492443859577179, -0.6519145965576172, -0.37272846698760986, 0.1728273183107376, -0.9122254252433777, -0.2990173399448395, 0.34001031517982483, 0.2577441930770874, -0.11387934535741806, -0.9209348559379578, -0.8713431358337402, 1.2017874717712402, 0.2052011638879776, -0.7633108496665955, 0.3897683322429657, -0.10138608515262604, 0.26630356907844543, -0.3172871172428131, 0.23439010977745056, 0.6037620902061462, 0.9475283026695251, 0.5383273959159851, -0.6316322088241577, 0.2655799686908722, -0.7208672761917114, -0.3351011276245117, 0.4734470546245575, -0.843132495880127, -0.13966688513755798, -0.2865138649940491, 0.16891171038150787, 0.13776902854442596, 0.7399035096168518, 0.1922248899936676, 0.29289165139198303, 0.465634286403656, 0.5634186863899231, 1.1953095197677612, -0.40006595849990845, 0.7501452565193176, 0.034082092344760895, 0.5097074508666992, 0.9916884899139404, -0.2302454710006714, 0.3002204895019531, 0.5009592175483704, -0.01870046555995941, 0.5702658295631409, 0.7237656116485596, -0.6186203956604004, 0.5240877270698547, 0.4045184254646301, -0.15813776850700378, -0.31942859292030334, -0.09792587906122208, -0.9425346255302429, 0.12201231718063354, 0.5918519496917725, -0.47174808382987976, 0.04238888993859291, -0.2570978105068207, 0.15362463891506195, -0.3982737958431244, -0.5436716675758362, 0.7535896897315979, -0.025924202054739, -0.3300527334213257, -0.05345935374498367, -0.1590864062309265, 0.22151140868663788, -0.884040117263794, -0.4291768968105316, 0.018922999501228333, 0.2458776831626892, -0.7497714757919312, -1.2286823987960815, 0.7018330097198486, -0.29018017649650574, -0.5934336185455322, -0.05912875011563301, 0.7751195430755615, -0.5035372376441956, -1.0807204246520996, 0.2053709775209427, -0.08995240926742554, 0.17736952006816864, 0.23020097613334656, -1.4305551052093506, 0.4511044919490814, 0.04384974017739296, -0.18129673600196838, 0.150075301527977, 0.21936984360218048, 0.1716562658548355, 0.440418004989624, 0.6632754802703857, -0.34778210520744324, -0.34458616375923157, 0.24257485568523407, 0.9860121011734009, -0.8298773169517517, -0.493691086769104, -0.4043852984905243, 0.8960911631584167, -0.3943634629249573, -0.7562873363494873, 0.42292121052742004, 0.9933120608329773, 0.8517768383026123, -0.14391601085662842, 0.9176679849624634, -0.5930644869804382, 0.667975664138794, -0.2819443941116333, 0.5995726585388184, -0.21612298488616943, -0.29190659523010254, -0.262127548456192, -0.4995056688785553, -0.7648550868034363, 0.8050972819328308, 0.2692805826663971, 0.07854653149843216, 0.4167395234107971, 1.0737839937210083, -0.14494068920612335, 0.6021772027015686, -0.039005521684885025, 0.09347402304410934, 0.1338433027267456, 0.5903722047805786, 0.2850682735443115, -0.6696100831031799, 0.22325456142425537, -0.26837292313575745, -0.6335535645484924, -0.09030018746852875, -1.16599702835083, -1.0881696939468384, -0.5901390910148621, -0.613770067691803, -0.6060236096382141, -0.08819594979286194, 0.9960077404975891, 1.0421063899993896, -1.116489291191101, -0.14292536675930023, 0.2095479816198349, 0.4514077603816986, 0.07763303071260452, -0.13409407436847687, 0.5102230906486511, 0.6559033393859863, -0.4384767413139343, -0.15682895481586456, -0.0856446921825409, 0.2577708065509796, -0.16244198381900787, -0.045269496738910675, -0.16079339385032654, -0.06393218785524368, 0.21084393560886383, 0.6220681071281433, -0.07246797531843185, -0.29507049918174744, -0.5709418058395386, 0.11704707890748978, 0.2071366012096405, 0.8960707783699036, -0.41083064675331116, 0.22740459442138672, 0.7537640929222107, 0.4312475323677063, 0.7760446071624756, 0.3556848466396332, 0.7007423639297485, -0.6018230319023132, 0.13780975341796875, 0.00011289984831819311, 0.4468940496444702, 0.2580280601978302, -0.5465583801269531, 0.8628799915313721, 0.4867386221885681, -0.5200782418251038, -0.4776075482368469, 0.045714620500802994, -1.6252373456954956, 0.47835472226142883, 0.831735372543335, 0.07375819981098175, -0.3599260747432709, -0.21270954608917236, -0.421368807554245, -0.031128080561757088, -1.058400273323059, 0.18600837886333466, 0.5930618643760681, -0.030300037935376167, -0.17295731604099274, -0.07243186980485916, 0.6861377954483032, -0.22491194307804108, -1.1307255029678345, 0.033328067511320114, 0.559883177280426, 0.12657900154590607, 0.12140318751335144, 0.809512734413147, -0.18284150958061218, 0.4780801832675934, 0.11739518493413925, 0.2145898938179016, -0.18886889517307281, -0.44754254817962646, -0.19363239407539368, 0.09846605360507965, -0.311930388212204, -0.4314241111278534 ]
result-kand2-sdxl-wuerst-karlo/52b331a6
result-kand2-sdxl-wuerst-karlo
2023-09-27T18:08:07Z
526
0
[ "region:us" ]
null
2023-09-27T18:08:07Z
--- dataset_info: features: - name: result dtype: string - name: id dtype: int64 splits: - name: train num_bytes: 189 num_examples: 10 download_size: 1383 dataset_size: 189 configs: - config_name: default data_files: - split: train path: data/train-* --- # Dataset Card for "52b331a6" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
[ -0.7099966406822205, 0.05032184347510338, 0.08758261799812317, 0.4821353852748871, -0.2755236029624939, -0.07527776062488556, 0.5134225487709045, -0.2360215038061142, 0.8967078328132629, 0.4159791171550751, -1.0357046127319336, -0.634074330329895, -0.49197474122047424, -0.09352491796016693, -0.20932108163833618, 1.1621379852294922, 0.27944472432136536, 0.055447056889534, -0.31408917903900146, -0.009860839694738388, -0.6446885466575623, -0.38360854983329773, -0.5554343461990356, -0.5429818034172058, 1.0336400270462036, 0.8803277015686035, 0.539816677570343, 0.5629956722259521, 0.9274100661277771, 0.14065028727054596, 0.05692670866847038, -0.18605530261993408, -0.4872642457485199, -0.21060840785503387, -0.21689103543758392, -0.49993574619293213, -1.1351122856140137, -0.08256524801254272, 0.6003484129905701, 0.6093423366546631, -0.3196086287498474, 0.8676791787147522, -0.46032029390335083, 0.9468514323234558, -0.3939136266708374, 0.6240957975387573, -0.11817261576652527, -0.06676528602838516, -0.7825180292129517, 0.03287842869758606, -0.04866078495979309, -0.7069957852363586, -0.11386942118406296, -1.038202166557312, 0.10876426100730896, 0.20578013360500336, 0.8336976170539856, 0.4148888885974884, 0.025110211223363876, -0.2556963562965393, -0.21306781470775604, 0.052917152643203735, -0.21709609031677246, 0.14313632249832153, 0.8723890781402588, 0.41701817512512207, -0.032039131969213486, -0.5501855611801147, -0.40135979652404785, 0.38898417353630066, -0.03309255465865135, 0.25163593888282776, -0.01770673878490925, -0.0587281733751297, 0.5596594214439392, 0.6765140295028687, -0.5979830026626587, -0.12289130687713623, -0.8597593903541565, -0.34313204884529114, 0.9085574150085449, 0.16764697432518005, 0.16363774240016937, -0.329486221075058, -0.19888164103031158, -0.2332126349210739, -0.4474857747554779, -0.22048144042491913, 0.4841707646846771, 0.15738865733146667, -1.0766575336456299, 0.5527985692024231, 0.020707204937934875, 0.4202597439289093, 0.20589543879032135, 0.7083248496055603, 0.7044824361801147, -0.1343945413827896, -0.291922003030777, 0.1491851508617401, 0.23855949938297272, 0.38452020287513733, 0.32337498664855957, 0.20453403890132904, 0.19987370073795319, -0.0214505884796381, 0.11306990683078766, -1.2870675325393677, -0.9265878796577454, 0.47511187195777893, -0.799031674861908, -0.14581860601902008, 0.5142474174499512, -1.0346587896347046, -0.6415437459945679, -0.22282959520816803, -0.017159460112452507, -0.07299100607633591, -0.7712462544441223, -0.07560016214847565, -0.7279706001281738, 0.4912184476852417, 0.1915852129459381, -0.8366671204566956, 0.2222878634929657, 0.6974367499351501, 0.3428639769554138, 0.28185003995895386, -0.11938521265983582, -0.3984401524066925, 0.245822474360466, -0.264138400554657, 0.8568159937858582, -0.5491641163825989, -0.4922543168067932, -0.057397931814193726, 0.2044096738100052, 0.10842692106962204, -0.5478046536445618, 0.8312027454376221, -0.4764328896999359, -0.2114698588848114, -0.7581053972244263, -0.650461733341217, -0.24571894109249115, 0.08829356729984283, -1.2943671941757202, 1.0247167348861694, 0.1561489850282669, -0.8157492280006409, 0.31698718667030334, -1.321007490158081, -0.1783086657524109, 0.8177089095115662, 0.022952847182750702, -0.5128963589668274, 0.32436829805374146, -0.20752321183681488, 0.5406057238578796, -0.05573229864239693, 0.23852458596229553, -0.7879329323768616, -0.21776120364665985, 0.1507445126771927, 0.17077408730983734, 1.0557304620742798, 0.37576109170913696, 0.6044352054595947, -0.12200214713811874, -1.0887900590896606, -0.06196698546409607, 0.3255700469017029, -0.0900164470076561, -0.2699264585971832, -0.571036696434021, 0.3602668344974518, -0.12421281635761261, 0.4375934898853302, -0.49585893750190735, 0.3483070433139801, 0.12456341087818146, -0.35720983147621155, 0.7667430639266968, 0.2793872058391571, 0.08570446819067001, -0.6211850643157959, 0.6799027919769287, 0.012382438406348228, 0.21816161274909973, -0.23409810662269592, -0.676088273525238, -0.5999123454093933, -0.3476202189922333, 0.6524040699005127, 0.6683495044708252, -0.401909738779068, 0.7223093509674072, 0.09327193349599838, -0.7785252332687378, -0.3405236601829529, -0.13727860152721405, 0.23588839173316956, 0.05288752540946007, 0.3572460114955902, -0.7809693217277527, -0.9834650158882141, -0.6436605453491211, 0.35084104537963867, -0.0959857702255249, 0.11176057159900665, 0.3383540213108063, 0.7902184128761292, -0.41043785214424133, 0.6129074692726135, -1.0405701398849487, -0.2262803018093109, 0.18231947720050812, -0.19276085495948792, 0.3565700352191925, 0.822414219379425, 0.9908663034439087, -0.7614247798919678, -0.3677370250225067, -0.5668800473213196, -0.5164245367050171, -0.09777261316776276, 0.3391173779964447, -0.5681776404380798, -0.13262253999710083, 0.024290993809700012, -0.6343047022819519, 0.8517047762870789, 0.8345811367034912, -0.7069303393363953, 0.15232712030410767, 0.1370241492986679, -0.004123852588236332, -1.3746182918548584, 0.506355345249176, -0.042542386800050735, -0.15131308138370514, -0.42907413840293884, -0.03997369110584259, 0.0472567155957222, -0.2088111788034439, -0.004357250407338142, 0.5584397315979004, -0.5143570899963379, -0.07338336110115051, -0.0012083039619028568, -0.27180448174476624, -0.17257684469223022, 0.2531569004058838, 0.004312384407967329, 0.23399627208709717, 0.9807654023170471, -0.24183766543865204, 1.0343017578125, 0.892509937286377, 0.07973098754882812, 0.942105770111084, -0.5803631544113159, 0.21349525451660156, -0.34560295939445496, 0.5490685105323792, -0.9033623933792114, -0.824684202671051, 0.5360749363899231, -0.4944566488265991, 0.4181578755378723, -0.41351741552352905, -0.5453883409500122, -0.7666479349136353, -0.23752593994140625, 0.8582650423049927, 0.4515003561973572, -0.7194077372550964, 0.3322201073169708, 0.6575189828872681, -0.12704506516456604, -0.11406778544187546, -1.0072888135910034, -0.061835311353206635, -0.2974032759666443, -0.21188104152679443, 0.3744732439517975, -0.5853190422058105, 0.11492680013179779, -0.16743974387645721, 0.12857884168624878, -0.3104081153869629, -0.31228503584861755, 0.690742015838623, 0.31253236532211304, -0.06426796317100525, 0.32849568128585815, -0.2634502351284027, -0.6594495177268982, 0.2909344434738159, -0.018896253779530525, 0.3210502564907074, 0.17628410458564758, 0.05388729274272919, -0.49518612027168274, 0.5536788702011108, 0.2896503210067749, -0.3246067762374878, 0.46424978971481323, 0.6794999241828918, -0.9570969939231873, -0.3252542316913605, -0.3914493918418884, -0.06944712996482849, -0.49646154046058655, 0.13799437880516052, -0.4006785452365875, -0.2940644919872284, 0.7885736227035522, -0.010070203803479671, -0.26173698902130127, 0.6863172054290771, 0.8574978709220886, 0.10126136988401413, 0.2878034710884094, 0.6552180647850037, -0.2799670696258545, 0.4003082811832428, -0.2970791757106781, -0.31190261244773865, -0.4839852452278137, -0.6015190482139587, -0.5296434164047241, -0.3181993067264557, -0.8649002313613892, -0.5314682126045227, -0.23315291106700897, -0.39158788323402405, -0.29563459753990173, 0.6243195533752441, -0.6547141671180725, 0.5419849157333374, 0.6095713973045349, 0.3445252478122711, -0.1262855976819992, -0.2520102262496948, 0.3399026691913605, 0.30097657442092896, -0.682871401309967, 0.04865305870771408, 1.2577497959136963, 0.6117233037948608, 0.9428026080131531, 0.3670433461666107, 0.9270316362380981, 0.3817143440246582, 0.47029340267181396, -0.3567914664745331, 0.43545836210250854, -0.13637515902519226, -1.0630700588226318, -0.019608207046985626, -0.1990087926387787, -0.831654965877533, -0.5462743639945984, -0.18447980284690857, -0.2642917335033417, 0.6393078565597534, 0.45930173993110657, -0.02772505395114422, -0.0016430937685072422, -0.8926723003387451, 1.0443689823150635, 0.07020910829305649, 0.062018983066082, -0.3331551253795624, -0.7894384264945984, 0.21868854761123657, 0.07525922358036041, 0.053121887147426605, -0.34529751539230347, 0.13991327583789825, 0.9207416772842407, -0.44474300742149353, 1.0573681592941284, -0.7558083534240723, -0.13201388716697693, 0.1257433444261551, -0.3381888270378113, 0.19223158061504364, 0.38304832577705383, -0.23107071220874786, 0.0494517982006073, 0.0684133842587471, -0.7196877002716064, -0.12095840275287628, 0.6824206113815308, -0.6200172305107117, 0.32463815808296204, -0.622965931892395, -0.7113508582115173, -0.04593520611524582, 0.27294111251831055, 0.12683779001235962, 0.6522879004478455, -0.35220643877983093, 0.022542502731084824, 0.8131332397460938, 0.24269241094589233, 0.5006848573684692, 0.17071518301963806, -0.3055894076824188, -0.43662065267562866, 1.034803867340088, 0.26692134141921997, -0.37105292081832886, 0.4182746410369873, 0.1608000546693802, -0.2725331783294678, -0.3175692856311798, -0.4692912697792053, 0.31479793787002563, -0.548317551612854, -0.6815345287322998, 0.01937299221754074, -0.2687819302082062, -0.23198457062244415, -0.04078584536910057, -0.28909963369369507, -0.7490096092224121, -0.5787696242332458, -0.6890953183174133, 1.076939344406128, 0.7510269284248352, -0.6262847781181335, 0.3925844728946686, -0.6852348446846008, 0.6550343036651611, 0.034271106123924255, 1.1381120681762695, -0.21328821778297424, -0.3956826329231262, -0.3866921067237854, -0.20410820841789246, -0.03479057177901268, -0.8731279969215393, -0.20237880945205688, 0.2597467005252838, 0.6151052713394165, 0.3252953886985779, 0.06978883594274521, 0.6693709492683411, -0.2091752290725708, 0.33500614762306213, 0.17668193578720093, -0.7767675518989563, 0.5371110439300537, -0.37351730465888977, 0.551378071308136, 0.7228758335113525, 0.7804337739944458, -0.21517902612686157, 0.21182848513126373, -1.0041944980621338, -0.5835222601890564, 0.5232099890708923, -0.02631285786628723, 0.10761965066194534, 0.36723247170448303, 0.5470305681228638, 0.049144163727760315, 0.276479035615921, -0.6726607084274292, -1.028749942779541, -0.35012611746788025, -0.584983229637146, 0.32794395089149475, -0.3762401342391968, -0.28577712178230286, -0.4681691825389862, 0.6713762879371643, -0.08608123660087585, 0.4642781615257263, -0.11624115705490112, 0.48346608877182007, -0.18107672035694122, -0.3298896253108978, 0.31179583072662354, 0.6341644525527954, -0.6693285703659058, -0.2938351035118103, -0.1887492835521698, -0.6942974328994751, -0.4136096239089966, 1.0114978551864624, 0.0888838991522789, -0.21764110028743744, 0.4784858822822571, 0.6695671081542969, -0.3645471930503845, -0.12778565287590027, 0.20841693878173828, -0.08401928097009659, -0.3117470443248749, -0.45993608236312866, 0.1112741231918335, 0.16471758484840393, 0.16845598816871643, 0.27531081438064575, -0.06282854825258255, 0.3047812879085541, -0.4905339181423187, 0.655107855796814, 0.031770009547472, -0.4808228015899658, -0.5033194422721863, 0.41721227765083313, 0.5989834666252136, -0.3695301413536072, 0.7348390817642212, -0.18570518493652344, -0.2882052958011627, 0.8398475646972656, 0.3312187194824219, 0.7101241946220398, -0.6218018531799316, 0.34976160526275635, 0.5768143534660339, 0.13848097622394562, 0.4135423004627228, 0.8871387243270874, -0.25644180178642273, -0.623580813407898, -0.050815507769584656, -0.24363884329795837, -0.5965149998664856, -0.3311677873134613, -1.1491347551345825, 0.267407089471817, -0.7210199236869812, -0.17786827683448792, 0.37709909677505493, 0.3174436688423157, -0.8729366660118103, 0.6046947836875916, 0.43588966131210327, 1.607571005821228, -0.8024933934211731, 0.8487934470176697, 0.9015343189239502, -0.407434344291687, -0.7517915964126587, -0.07164937257766724, 0.1257757693529129, -0.9331892728805542, -0.0644703209400177, 0.2733006477355957, 0.476533979177475, -0.14657334983348846, -0.8699762225151062, -0.7609537839889526, 1.2340939044952393, 0.25299984216690063, -0.6927682757377625, 0.35578835010528564, -0.1103714182972908, 0.30932456254959106, -0.2870069742202759, 0.22611500322818756, 0.4647255539894104, 0.9738343358039856, 0.44808074831962585, -0.7092183828353882, 0.2280176877975464, -0.6086655855178833, -0.26334550976753235, 0.32808417081832886, -1.004217505455017, 0.048627860844135284, -0.21393977105617523, 0.10036566853523254, 0.16420181095600128, 0.7010791301727295, 0.22930781543254852, 0.445799320936203, 0.2350286990404129, 0.7714285254478455, 1.1585643291473389, -0.29016345739364624, 0.8793168663978577, 0.05285252630710602, 0.5563088655471802, 1.071843147277832, -0.28457126021385193, 0.3040366768836975, 0.4548114836215973, -0.07058941572904587, 0.4946689009666443, 0.7263686656951904, -0.6220616698265076, 0.5641593337059021, 0.5552135705947876, -0.040700964629650116, -0.08771107345819473, -0.10073141008615494, -0.7921741604804993, 0.2370491921901703, 0.4465385377407074, -0.20019981265068054, 0.0845179408788681, -0.24226495623588562, 0.24949577450752258, -0.22986163198947906, -0.5814804434776306, 0.7335630059242249, 0.06193597614765167, -0.3479625880718231, -0.04941408336162567, -0.10363822430372238, 0.022261494770646095, -0.7947583794593811, -0.3616006672382355, -0.21316516399383545, 0.3383684754371643, -0.6672968864440918, -1.1042296886444092, 0.8755518198013306, -0.3142237067222595, -0.5651634335517883, -0.061575863510370255, 0.5823483467102051, -0.428145170211792, -0.91068035364151, 0.3064383864402771, 0.046896494925022125, 0.1388842910528183, 0.2823505103588104, -1.1394716501235962, 0.4399917721748352, -0.14385643601417542, -0.07766538858413696, 0.007596340496093035, 0.327487051486969, 0.16145797073841095, 0.6778362989425659, 0.4616453945636749, -0.10281568765640259, -0.2717406153678894, 0.08371216058731079, 0.92877596616745, -0.7668300867080688, -0.5096575021743774, -0.4887906014919281, 0.8343099355697632, -0.3131365180015564, -0.6985299587249756, 0.6295901536941528, 1.1045950651168823, 0.8019165396690369, -0.22156526148319244, 0.7721438407897949, -0.5571584701538086, 0.6984037756919861, -0.2405998259782791, 0.6166937351226807, -0.20629186928272247, -0.1824934184551239, -0.22641883790493011, -0.5629109740257263, -0.84829181432724, 0.6712726354598999, 0.36435166001319885, 0.13421760499477386, 0.4591560661792755, 0.9604824185371399, -0.15663014352321625, 0.40512391924858093, -0.09278824180364609, 0.311733603477478, 0.14028756320476532, 0.49664506316185, 0.29436978697776794, -0.5863857865333557, 0.07612397521734238, -0.11290030926465988, -0.6291654706001282, 0.013712082989513874, -1.204296588897705, -0.9602954387664795, -0.5925003290176392, -0.6615275740623474, -0.4511434733867645, 0.07932168245315552, 0.9154216051101685, 1.2513556480407715, -1.0296759605407715, -0.3368799388408661, 0.08044658601284027, 0.39099499583244324, 0.08985558152198792, -0.11797770112752914, 0.6528388857841492, 0.6061652302742004, -0.5345479249954224, -0.23119795322418213, -0.07439286261796951, 0.16491040587425232, -0.12495166063308716, 0.003185452427715063, -0.1494383066892624, 0.23628032207489014, 0.11888990551233292, 0.5817062854766846, 0.04084916412830353, -0.18603800237178802, -0.6399138569831848, 0.20703871548175812, 0.12028316408395767, 0.7765330672264099, -0.38188695907592773, 0.10079468786716461, 0.5627129077911377, 0.48883184790611267, 0.8325403928756714, 0.2774851620197296, 0.6145620346069336, -0.8068575859069824, 0.26419898867607117, -0.15558159351348877, 0.3354475498199463, 0.22839951515197754, -0.3802051246166229, 0.874916672706604, 0.35891976952552795, -0.5865757465362549, -0.5582178235054016, 0.1534728854894638, -1.5730876922607422, 0.3505798876285553, 0.7530971169471741, -0.02512180246412754, -0.2023058384656906, -0.04693595692515373, -0.4658260643482208, 0.027938345447182655, -0.8596709370613098, 0.27737754583358765, 0.5946797132492065, 0.05445064604282379, -0.2957747280597687, -0.1193062886595726, 0.6254440546035767, -0.24491581320762634, -1.350535273551941, 0.16042625904083252, 0.5286625027656555, 0.04750150442123413, 0.12412220984697342, 0.7148298025131226, -0.07166635245084763, 0.4565076529979706, 0.14205440878868103, 0.3736644983291626, -0.1577385514974594, -0.6064741611480713, -0.2924107611179352, 0.06564056873321533, -0.20285294950008392, -0.6441637873649597 ]
result-kand2-sdxl-wuerst-karlo/196211bd
result-kand2-sdxl-wuerst-karlo
2023-09-27T20:00:16Z
526
0
[ "region:us" ]
null
2023-09-27T20:00:15Z
--- dataset_info: features: - name: result dtype: string - name: id dtype: int64 splits: - name: train num_bytes: 217 num_examples: 10 download_size: 1421 dataset_size: 217 configs: - config_name: default data_files: - split: train path: data/train-* --- # Dataset Card for "196211bd" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
[ -0.7461868524551392, -0.10561791062355042, 0.16918142139911652, 0.26419928669929504, -0.34852808713912964, -0.16966430842876434, 0.341963529586792, -0.18415959179401398, 0.9112619161605835, 0.5345468521118164, -0.6870561242103577, -0.7125979065895081, -0.5203357934951782, -0.267185777425766, -0.12016800045967102, 1.2536470890045166, 0.17261241376399994, 0.048782769590616226, -0.4382477104663849, -0.05922927334904671, -0.31175586581230164, -0.5915274620056152, -0.40109777450561523, -0.4345236122608185, 1.0053046941757202, 0.8368157744407654, 0.5099854469299316, 0.6573571562767029, 0.9381670355796814, 0.21171383559703827, -0.08913692086935043, -0.33758673071861267, -0.5007476806640625, -0.09120588004589081, -0.19936688244342804, -0.34747952222824097, -0.9936591982841492, -0.12133505195379257, 0.6987316012382507, 0.8784175515174866, -0.13798142969608307, 0.8332846760749817, -0.3316158354282379, 1.002803921699524, -0.4220108389854431, 0.6356707215309143, -0.041751254349946976, -0.2530251145362854, -0.8567500710487366, 0.23218952119350433, 0.05409045144915581, -0.6826804876327515, -0.037287041544914246, -0.794502317905426, 0.21074773371219635, -0.011266132816672325, 0.7693595886230469, 0.18092109262943268, 0.08342669159173965, -0.13476558029651642, -0.26899856328964233, -0.11244401335716248, -0.07770229130983353, 0.21491092443466187, 0.6801645159721375, 0.45610085129737854, 0.001666135503910482, -0.5010643005371094, -0.32018887996673584, 0.16113972663879395, 0.09563504159450531, 0.19913582503795624, 0.1898074448108673, 0.025916283950209618, 0.7419278621673584, 0.6946051716804504, -0.6252573132514954, -0.2948237657546997, -0.8711302876472473, -0.2941150367259979, 0.8812704086303711, 0.04686708748340607, 0.07933414727449417, -0.4707024395465851, -0.23286965489387512, -0.43527376651763916, -0.34634700417518616, -0.09772572666406631, 0.5978613495826721, 0.26793086528778076, -1.159386157989502, 0.6133156418800354, -0.08429986238479614, 0.4622954726219177, 0.2101205289363861, 0.7099509835243225, 0.6636595129966736, -0.08927056193351746, -0.35685673356056213, 0.16879774630069733, 0.1302621215581894, 0.38579127192497253, 0.2293994426727295, 0.09822476655244827, 0.09759426862001419, 0.08219259232282639, 0.12269998341798782, -0.9239183068275452, -0.9611343741416931, 0.2916209101676941, -0.9338914155960083, -0.15752990543842316, 0.6067291498184204, -1.1338708400726318, -0.6820310354232788, -0.3922177851200104, 0.10284385085105896, 0.02479357272386551, -0.7145593166351318, -0.25285714864730835, -0.8254439830780029, 0.363584041595459, 0.05963107943534851, -0.7309705018997192, 0.0992262065410614, 0.7343450784683228, 0.3990657925605774, 0.19619885087013245, -0.043193403631448746, -0.48745208978652954, 0.37384819984436035, -0.1499708741903305, 0.9269194006919861, -0.7463205456733704, -0.6170667409896851, 0.08246210217475891, 0.3682398498058319, 0.22830376029014587, -0.41280388832092285, 0.7635520696640015, -0.4470709264278412, -0.2957313656806946, -0.7992793917655945, -0.5619757175445557, -0.12115689367055893, 0.28570130467414856, -1.110077142715454, 0.9887023568153381, 0.42836830019950867, -0.7318681478500366, 0.3223907947540283, -1.1987141370773315, -0.2825849950313568, 0.8451240658760071, 0.02632928267121315, -0.4263954162597656, 0.39694395661354065, -0.3428643047809601, 0.4844217598438263, -0.06131603196263313, 0.46448901295661926, -0.9537441730499268, -0.19083541631698608, -0.06864210963249207, 0.11405687779188156, 0.9482094049453735, 0.3656735420227051, 0.5206382274627686, -0.026139630004763603, -1.1059588193893433, -0.05172974616289139, 0.17988380789756775, -0.19622142612934113, -0.338182657957077, -0.6766639947891235, 0.3787531554698944, -0.31042665243148804, 0.5333197116851807, -0.4515477120876312, 0.4883574843406677, 0.13111567497253418, -0.4301321804523468, 0.8291918635368347, 0.167349711060524, 0.2583470046520233, -0.654619574546814, 0.6757703423500061, -0.09914470463991165, 0.2959264814853668, -0.06914731860160828, -0.5399640798568726, -0.7379541993141174, 0.11108145117759705, 0.720544695854187, 0.5518187880516052, -0.7145045399665833, 0.736355721950531, 0.08403073251247406, -1.0122989416122437, -0.2365647256374359, -0.10995215177536011, 0.36968621611595154, 0.19566015899181366, 0.3679071366786957, -0.805732250213623, -0.9491063356399536, -0.806118905544281, 0.34618136286735535, -0.19885006546974182, 0.20924481749534607, 0.5792498588562012, 0.7595193386077881, -0.548334538936615, 0.3828224837779999, -0.8671507239341736, -0.20037485659122467, 0.1565375179052353, -0.19893330335617065, 0.3496805429458618, 0.814865231513977, 0.9947382807731628, -0.6399549841880798, -0.4099496603012085, -0.5049774050712585, -0.5010796189308167, -0.20140857994556427, 0.22803597152233124, -0.7134574055671692, 0.012154691852629185, 0.20036794245243073, -0.37750527262687683, 0.86066073179245, 0.8685632944107056, -0.5618693232536316, 0.1799420714378357, -0.09784618765115738, 0.1214272528886795, -1.3432364463806152, 0.5400617718696594, -0.028393549844622612, -0.03356354311108589, -0.2952623665332794, -0.045957356691360474, 0.23180298507213593, -0.2662796378135681, -0.012840904295444489, 0.38109126687049866, -0.5392851233482361, -0.16502760350704193, 0.08331146091222763, -0.17745515704154968, -0.32385358214378357, 0.11110632866621017, 0.08612293004989624, 0.2754537761211395, 1.0525952577590942, -0.3398282527923584, 1.087829351425171, 0.5959118604660034, -0.024353347718715668, 1.0465606451034546, -0.6200914978981018, 0.16417749226093292, -0.3102293312549591, 0.46587881445884705, -0.9372023344039917, -0.8728577494621277, 0.4882242679595947, -0.2777860462665558, 0.43993741273880005, -0.7450997233390808, -0.33967825770378113, -0.9062243700027466, -0.2722616493701935, 0.7608647346496582, 0.6006766557693481, -0.7966489791870117, 0.2821545898914337, 0.7867072820663452, -0.12342695891857147, 0.11918289214372635, -0.8684859871864319, 0.10877879709005356, -0.24673031270503998, -0.30160588026046753, 0.4617727994918823, -0.5732823014259338, 0.02330620214343071, -0.2636813819408417, 0.3492891788482666, -0.12119103223085403, -0.39661601185798645, 0.7136000394821167, 0.32679811120033264, -0.14541395008563995, 0.425417423248291, -0.1264781653881073, -0.7720704078674316, 0.24305477738380432, 0.016827236860990524, 0.5320215821266174, 0.039718419313430786, -0.11722254008054733, -0.5558171272277832, 0.531231164932251, 0.3904254138469696, -0.05390483886003494, 0.45153823494911194, 0.7735087871551514, -0.7039780616760254, -0.021939003840088844, -0.6171119809150696, -0.014800244010984898, -0.4788973033428192, -0.03576253727078438, -0.3463638722896576, -0.26996153593063354, 0.6287612318992615, -0.018027544021606445, -0.3662465214729309, 0.7925413250923157, 0.8089916110038757, 0.03730392083525658, 0.424947589635849, 0.48795363306999207, -0.2864540219306946, 0.5122301578521729, -0.36171919107437134, -0.5472223162651062, -0.7370998859405518, -0.6337809562683105, -0.6142064332962036, -0.5916069149971008, -0.9318822622299194, -0.43355002999305725, 0.006031236611306667, -0.21530139446258545, -0.3210533857345581, 0.5677429437637329, -0.8110525608062744, 0.5457397103309631, 0.7297213673591614, 0.3001003563404083, -0.3139193058013916, -0.17372091114521027, 0.34311166405677795, 0.28208795189857483, -0.5931328535079956, -0.10380077362060547, 1.2904058694839478, 0.31460776925086975, 1.0740467309951782, 0.46880215406417847, 1.0897774696350098, 0.4610716700553894, 0.391191691160202, -0.16610291600227356, 0.4405524432659149, -0.17008355259895325, -0.8022390007972717, 0.125308558344841, -0.10198772698640823, -0.8724845051765442, -0.6671069264411926, -0.19672119617462158, -0.23233450949192047, 0.5298826098442078, 0.5402852892875671, 0.0036802683025598526, 0.09885944426059723, -1.1301651000976562, 0.9332122802734375, -0.1370811015367508, -0.08775859326124191, -0.17033733427524567, -0.8275759220123291, 0.1861116737127304, 0.3984771966934204, -0.04570499435067177, -0.1960136890411377, 0.17028342187404633, 1.0177617073059082, -0.39877521991729736, 1.0607956647872925, -0.9416293501853943, 0.039680447429418564, 0.08865045011043549, -0.23501543700695038, 0.2744421362876892, 0.5830442309379578, -0.16480788588523865, 0.08644246309995651, 0.2786157429218292, -0.6617286801338196, -0.05256809666752815, 0.9541767835617065, -0.6794542074203491, 0.06213695928454399, -0.6660372018814087, -0.595552384853363, 0.09949887543916702, 0.23301754891872406, 0.14585459232330322, 0.8723961114883423, -0.31214433908462524, 0.24546879529953003, 0.6613041758537292, 0.2613145709037781, 0.48723897337913513, 0.1116025373339653, -0.22922362387180328, -0.48260343074798584, 1.075446605682373, 0.2556130290031433, -0.23116865754127502, 0.2725461721420288, 0.2421295940876007, -0.3901895582675934, -0.28998830914497375, -0.5877938270568848, 0.270179808139801, -0.4463900029659271, -0.5838213562965393, -0.12734271585941315, -0.26636940240859985, -0.6743720173835754, -0.2788476347923279, -0.17220580577850342, -0.6083486676216125, -0.6996209025382996, -0.41246670484542847, 1.009783148765564, 0.7368111610412598, -0.837733805179596, 0.22309017181396484, -0.7593638896942139, 0.7106219530105591, 0.08858172595500946, 1.1528983116149902, -0.2130051851272583, -0.43262818455696106, -0.1285502314567566, -0.062050607055425644, 0.015163913369178772, -0.7242818474769592, -0.22990520298480988, 0.1257329136133194, 0.6704593896865845, 0.38843217492103577, 0.22244994342327118, 0.7832999229431152, -0.04994575306773186, 0.6168930530548096, 0.16987556219100952, -0.6561468243598938, 0.735512375831604, -0.3427857458591461, 0.5246075987815857, 0.7840781807899475, 0.6178717613220215, -0.441023051738739, 0.39205417037010193, -1.2354236841201782, -0.4612046480178833, 0.521811306476593, -0.11716561019420624, 0.11001873761415482, 0.18937133252620697, 0.6892092823982239, 0.14654460549354553, 0.14816704392433167, -0.5263316631317139, -0.9437245726585388, -0.23531216382980347, -0.49008992314338684, 0.19420409202575684, -0.640773355960846, -0.2920929193496704, -0.5268687009811401, 0.7320168018341064, -0.012485240586102009, 0.49169251322746277, -0.020627301186323166, 0.29530420899391174, -0.06194335222244263, -0.24459651112556458, 0.4754171669483185, 0.5457329154014587, -0.6350982785224915, -0.06817752122879028, -0.20205819606781006, -0.549785315990448, -0.47271838784217834, 0.929640531539917, 0.03839152678847313, -0.3214063048362732, 0.46635398268699646, 0.6093475222587585, -0.3741439878940582, -0.2128434032201767, 0.22432652115821838, -0.03914298117160797, -0.2054767608642578, -0.48916780948638916, 0.35708075761795044, 0.074466772377491, 0.29046475887298584, 0.016278987750411034, -0.07998691499233246, 0.19526000320911407, -0.4508077800273895, 0.5762940049171448, 0.1636267900466919, -0.8693707585334778, -0.5521629452705383, 0.4039502441883087, 0.685473620891571, -0.6616665124893188, 0.7449355125427246, -0.2804528474807739, -0.39849284291267395, 0.8688569068908691, 0.33972156047821045, 0.654261589050293, -0.4443019926548004, 0.4649580121040344, 0.5349576473236084, 0.012578262947499752, 0.42215484380722046, 0.9460352659225464, -0.39575034379959106, -0.5329869389533997, 0.21230553090572357, -0.2991922199726105, -0.5207043290138245, -0.2546635866165161, -1.3250153064727783, 0.23346886038780212, -0.6839935779571533, -0.15059012174606323, 0.11626210808753967, 0.20086780190467834, -0.8452401161193848, 0.27071714401245117, 0.40219059586524963, 1.404619574546814, -0.6990113854408264, 0.7915421724319458, 0.9478095769882202, -0.38818833231925964, -0.5017235279083252, -0.30553963780403137, 0.12060612440109253, -0.9879713654518127, -0.10738210380077362, 0.19381435215473175, 0.5507227182388306, -0.015398205257952213, -0.947664737701416, -0.7131931781768799, 1.048282265663147, 0.2289721667766571, -0.7934333682060242, 0.5342732667922974, -0.16562744975090027, 0.39705032110214233, -0.2498949021100998, 0.21612577140331268, 0.6843447089195251, 1.0376859903335571, 0.4048648178577423, -0.6258634328842163, -0.05847334861755371, -0.6381681561470032, -0.21986041963100433, 0.4640274941921234, -0.886918842792511, 0.0653211772441864, -0.2543414235115051, 0.1666879951953888, 0.3327360451221466, 0.5618204474449158, 0.19973315298557281, 0.4429081082344055, 0.384747177362442, 0.7589544653892517, 1.055833101272583, -0.45344677567481995, 1.0454200506210327, 0.05078944191336632, 0.5516014695167542, 1.010749340057373, -0.15904389321804047, 0.2369442731142044, 0.5048362016677856, -0.12497749924659729, 0.44812873005867004, 0.7006334662437439, -0.7046871781349182, 0.4997158944606781, 0.40947577357292175, -0.071275494992733, -0.2821204960346222, -0.29132089018821716, -1.0789690017700195, 0.18913543224334717, 0.40356242656707764, -0.3697849214076996, 0.004477180540561676, -0.07130612432956696, 0.0970301628112793, -0.09777382761240005, -0.49091851711273193, 0.8316941857337952, -0.25109800696372986, -0.39236631989479065, -0.07757589221000671, -0.22900256514549255, 0.15763278305530548, -0.6256407499313354, -0.300741970539093, -0.1884608417749405, 0.3783811628818512, -0.37252819538116455, -1.2128701210021973, 0.6442865133285522, -0.28386038541793823, -0.5606017708778381, -0.16559241712093353, 0.5426843166351318, -0.551048994064331, -1.0903956890106201, 0.20572513341903687, -0.08088672161102295, 0.1841825693845749, 0.21430133283138275, -1.1725664138793945, 0.5722633600234985, 0.019009683281183243, 0.09388189762830734, 0.16803228855133057, 0.2195039987564087, 0.19333364069461823, 0.4708539545536041, 0.6395345330238342, 0.0026830611750483513, -0.4020841419696808, 0.27993083000183105, 1.004002332687378, -0.877479076385498, -0.4840588867664337, -0.38640832901000977, 0.6875242590904236, -0.45153337717056274, -0.7617743015289307, 0.4453734755516052, 1.0599783658981323, 0.8865653276443481, -0.24653181433677673, 0.7888330221176147, -0.6562101244926453, 0.7485073804855347, -0.2849968373775482, 0.6638109087944031, -0.15657055377960205, -0.2468823492527008, -0.3248278498649597, -0.8240404725074768, -0.7942632436752319, 0.6935898661613464, 0.2513047456741333, 0.15280799567699432, 0.3563867211341858, 0.9929019808769226, -0.07312408089637756, 0.3386099636554718, -0.054801370948553085, 0.33906033635139465, 0.46013274788856506, 0.448080450296402, 0.36011290550231934, -0.5878742933273315, 0.15487134456634521, -0.3544922471046448, -0.6527113914489746, -0.14401410520076752, -1.1902540922164917, -0.9769567251205444, -0.8058533072471619, -0.5828773379325867, -0.5372681021690369, 0.04195229709148407, 0.833392858505249, 1.0670136213302612, -1.0454022884368896, -0.29053857922554016, 0.19147534668445587, 0.37244081497192383, 0.16440029442310333, -0.13551084697246552, 0.8544646501541138, 0.49774831533432007, -0.6040834784507751, -0.27657952904701233, 0.060700785368680954, 0.35885196924209595, -0.12342696636915207, -0.0005496818339452147, -0.13548751175403595, -0.19797572493553162, 0.20039917528629303, 0.5376766920089722, -0.17219161987304688, -0.5372583866119385, -0.6865494251251221, 0.20618195831775665, -0.04226459190249443, 0.8885883092880249, -0.6197003126144409, 0.3827207088470459, 0.739050030708313, 0.3775390386581421, 0.7278977632522583, 0.41653501987457275, 0.46641790866851807, -0.6351203322410583, 0.29019802808761597, -0.20374058187007904, 0.31094181537628174, 0.14740531146526337, -0.3411144018173218, 0.8104117512702942, 0.5830268859863281, -0.5902597308158875, -0.624001145362854, 0.015621693804860115, -1.661478042602539, 0.4779619872570038, 0.9362000226974487, 0.2806292474269867, -0.2320733666419983, -0.2433820217847824, -0.6400082111358643, 0.027987753972411156, -0.9680295586585999, 0.5034002065658569, 0.5405262112617493, 0.051648665219545364, -0.18088947236537933, 0.1266878992319107, 0.5673919320106506, -0.40443992614746094, -1.252319097518921, 0.1982237845659256, 0.5575459003448486, -0.13103678822517395, 0.17511184513568878, 0.44005444645881653, -0.0006971926195546985, 0.4260484576225281, 0.12279090285301208, 0.31753411889076233, -0.2382248044013977, -0.6522377133369446, -0.05020447075366974, 0.12317472696304321, -0.38889220356941223, -0.5316206216812134 ]
result-kand2-sdxl-wuerst-karlo/463b7b19
result-kand2-sdxl-wuerst-karlo
2023-09-28T06:54:08Z
526
0
[ "region:us" ]
null
2023-09-28T06:54:07Z
--- dataset_info: features: - name: result dtype: string - name: id dtype: int64 splits: - name: train num_bytes: 161 num_examples: 10 download_size: 1299 dataset_size: 161 configs: - config_name: default data_files: - split: train path: data/train-* --- # Dataset Card for "463b7b19" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
[ -0.7659772634506226, -0.07972943037748337, 0.1765221506357193, 0.4913020730018616, -0.3173627555370331, -0.10872424393892288, 0.2669563293457031, -0.31741011142730713, 0.7620010375976562, 0.513767659664154, -0.931405782699585, -0.7611483931541443, -0.5003849864006042, -0.025127990171313286, -0.1152060329914093, 1.1079777479171753, 0.14110654592514038, 0.11057787388563156, -0.3125825822353363, 0.03091108426451683, -0.5913474559783936, -0.424639493227005, -0.5130983591079712, -0.5458402633666992, 0.9355489015579224, 0.8102235198020935, 0.541915774345398, 0.621505856513977, 0.9411147832870483, 0.2354612797498703, 0.07850834727287292, -0.271696537733078, -0.5021067261695862, -0.17446741461753845, -0.1815250962972641, -0.637366771697998, -1.0826281309127808, -0.00242303847335279, 0.6109683513641357, 0.6794419288635254, -0.16847293078899384, 0.8119425773620605, -0.35629889369010925, 0.982578694820404, -0.33792534470558167, 0.6283596158027649, -0.09370438754558563, -0.02529323473572731, -0.843727707862854, -0.1044120341539383, 0.0666673481464386, -0.6220616102218628, -0.26730877161026, -1.0508756637573242, 0.25813305377960205, 0.10253658890724182, 0.7275740504264832, 0.31276223063468933, 0.08654720336198807, -0.13939592242240906, -0.19333770871162415, 0.05989455059170723, -0.25679314136505127, 0.2217492014169693, 0.8708613514900208, 0.4442753791809082, -0.055833425372838974, -0.5172114372253418, -0.2838975191116333, 0.30398064851760864, -0.011022447608411312, 0.24247600138187408, 0.055651046335697174, -0.03533552587032318, 0.5452965497970581, 0.7954601049423218, -0.5834921598434448, -0.21902599930763245, -0.8470942378044128, -0.45118585228919983, 0.9211907386779785, 0.2835415303707123, 0.1745728999376297, -0.32526513934135437, -0.21518605947494507, -0.21902985870838165, -0.3951402008533478, -0.1742047816514969, 0.6015263199806213, 0.35444551706314087, -1.136950135231018, 0.6751196980476379, -0.14155088365077972, 0.4978271722793579, 0.3495420217514038, 0.7135223746299744, 0.7779364585876465, -0.2694883644580841, -0.3141539692878723, 0.09185965359210968, 0.27818989753723145, 0.5943849682807922, 0.15865276753902435, 0.08563149720430374, 0.15510526299476624, 0.06239447370171547, 0.07474032789468765, -1.150060772895813, -0.8074414730072021, 0.4139999449253082, -0.9058645963668823, -0.2574479281902313, 0.5479020476341248, -1.0725008249282837, -0.735245943069458, -0.3430306315422058, -0.09778130054473877, 0.060652341693639755, -0.7658442258834839, -0.015372597612440586, -0.7039390802383423, 0.3745913803577423, 0.1853678822517395, -0.7446877956390381, 0.2341100573539734, 0.7757466435432434, 0.4082448482513428, 0.19860731065273285, -0.09608612954616547, -0.49929243326187134, 0.17140978574752808, -0.2733054459095001, 0.7244300246238708, -0.6944229006767273, -0.43635988235473633, 0.024084385484457016, 0.44970545172691345, 0.10618754476308823, -0.47612717747688293, 0.8078790307044983, -0.5336459875106812, -0.1557331681251526, -0.7877165079116821, -0.4675862789154053, -0.2058195322751999, 0.2569889724254608, -1.2877098321914673, 1.114762783050537, 0.26383325457572937, -0.7577271461486816, 0.3292638957500458, -1.3414254188537598, -0.1993405520915985, 0.7893847823143005, 0.09856877475976944, -0.357936292886734, 0.2991030216217041, -0.27175578474998474, 0.6607705950737, -0.0587410032749176, 0.4494383633136749, -0.8225832581520081, -0.3201533257961273, -0.00023078681260813028, 0.09893854707479477, 0.9719127416610718, 0.2709779143333435, 0.44205206632614136, -0.025407806038856506, -1.137344479560852, -0.16871604323387146, 0.331540048122406, -0.3323260545730591, -0.25424784421920776, -0.7203035354614258, 0.3740500807762146, -0.08210083842277527, 0.479009211063385, -0.4852847158908844, 0.32395631074905396, 0.10765436291694641, -0.34166064858436584, 0.6139668226242065, 0.17866764962673187, 0.3443770110607147, -0.49063944816589355, 0.6998385190963745, -0.06752490252256393, 0.33080774545669556, 0.1372307389974594, -0.5822553038597107, -0.5647544264793396, -0.03634139895439148, 0.7198587656021118, 0.6007193326950073, -0.5895537734031677, 0.6760822534561157, 0.09933149069547653, -0.8521900773048401, -0.16722789406776428, -0.07737577706575394, 0.2556719481945038, 0.10465604066848755, 0.4256591796875, -0.7212342619895935, -1.0355470180511475, -0.6783177852630615, 0.29741132259368896, -0.03276388347148895, 0.12066634744405746, 0.31474727392196655, 0.7509088516235352, -0.4400826394557953, 0.36095109581947327, -0.7922149896621704, -0.19813698530197144, 0.035508010536432266, -0.26238760352134705, 0.31082841753959656, 0.7858364582061768, 0.9679578542709351, -0.7292394638061523, -0.30113598704338074, -0.5473179817199707, -0.5397760272026062, -0.14745819568634033, 0.2749013304710388, -0.8586548566818237, -0.0624985545873642, 0.24124152958393097, -0.40229713916778564, 0.7781229615211487, 0.9915843605995178, -0.729889988899231, 0.04043745622038841, 0.229176327586174, 0.12004227191209793, -1.416431188583374, 0.48917272686958313, 0.023484524339437485, -0.20283572375774384, -0.41584500670433044, -0.032948967069387436, 0.16958458721637726, -0.0407305583357811, -0.0373632051050663, 0.55796217918396, -0.5712951421737671, -0.010716141201555729, 0.01680413819849491, -0.08751170337200165, -0.1493561714887619, 0.28139960765838623, 0.027007201686501503, 0.18767161667346954, 0.9400187730789185, -0.35063880681991577, 1.0316239595413208, 0.8079545497894287, 0.10025853663682938, 1.0278217792510986, -0.4291185140609741, 0.045108456164598465, -0.16198979318141937, 0.524605393409729, -0.7534420490264893, -0.8514707088470459, 0.7227280139923096, -0.4307877719402313, 0.48169901967048645, -0.6447552442550659, -0.39473676681518555, -0.8003226518630981, -0.3225366771221161, 0.7665416598320007, 0.2864358723163605, -0.72316575050354, 0.45421290397644043, 0.6177476048469543, -0.08538883179426193, -0.15845628082752228, -1.1065860986709595, 0.0314655601978302, -0.2879394292831421, -0.22947566211223602, 0.48115456104278564, -0.5318361520767212, 0.12818053364753723, -0.09999913722276688, 0.15083155035972595, -0.08350057154893875, -0.23784507811069489, 0.7136018872261047, 0.30143019556999207, -0.16353465616703033, 0.2748924195766449, -0.2534644603729248, -0.6599434614181519, 0.3219691812992096, 0.06389951705932617, 0.4658813178539276, 0.0054313321597874165, 0.04002974182367325, -0.4369668662548065, 0.4870506823062897, 0.20617982745170593, -0.1932474821805954, 0.38635724782943726, 0.9499945044517517, -0.8284050822257996, -0.09497324377298355, -0.4746147096157074, 0.032363127917051315, -0.4960178732872009, 0.13567540049552917, -0.3162336051464081, -0.46225258708000183, 0.782734215259552, 0.02607182413339615, -0.24073494970798492, 0.8214709758758545, 0.8969470858573914, 0.2020890712738037, 0.29064851999282837, 0.5331597924232483, -0.14058423042297363, 0.5343895554542542, -0.29649418592453003, -0.44909781217575073, -0.7730843424797058, -0.6687253713607788, -0.48591697216033936, -0.45371973514556885, -0.7988179922103882, -0.49409589171409607, -0.3833283483982086, -0.21997781097888947, -0.26767319440841675, 0.6040482521057129, -0.5761144757270813, 0.5268187522888184, 0.7203022837638855, 0.36122870445251465, -0.15058128535747528, -0.2956092357635498, 0.31241706013679504, 0.46202102303504944, -0.6314088702201843, -0.10910152643918991, 1.3059675693511963, 0.4194405674934387, 0.8194950819015503, 0.40849655866622925, 1.001800298690796, 0.38647714257240295, 0.48578742146492004, -0.3330410420894623, 0.4683799147605896, 0.06418873369693756, -1.0304193496704102, -0.05889846757054329, -0.25569626688957214, -0.9366785883903503, -0.5072941184043884, -0.28726881742477417, -0.19648486375808716, 0.5877484679222107, 0.49497395753860474, -0.06677519530057907, 0.10552758723497391, -0.8629847168922424, 1.024440050125122, 0.038122620433568954, -0.11677387356758118, -0.089027039706707, -0.9102510809898376, 0.28894320130348206, 0.1908833384513855, 0.025734448805451393, -0.36641809344291687, 0.047991905361413956, 1.0023325681686401, -0.43656569719314575, 1.0892667770385742, -0.8391600251197815, -0.03454980626702309, 0.12402091175317764, -0.2219182550907135, 0.1934245526790619, 0.5152419209480286, -0.2049793303012848, 0.012962564826011658, 0.09789001941680908, -0.659891664981842, -0.15464535355567932, 0.7722902894020081, -0.5266136527061462, 0.16734182834625244, -0.4637471139431, -0.5710190534591675, -0.1588602513074875, 0.29759636521339417, 0.15601326525211334, 0.8184828162193298, -0.37605226039886475, 0.1643604338169098, 0.6193760633468628, 0.3614346385002136, 0.609187662601471, 0.10191087424755096, -0.25076696276664734, -0.5840639472007751, 0.9286668300628662, 0.12544457614421844, -0.35440632700920105, 0.33198389410972595, 0.25618976354599, -0.3566368818283081, -0.4185103178024292, -0.5121340155601501, 0.2877963185310364, -0.5657411217689514, -0.7987568974494934, -0.14428047835826874, -0.13057737052440643, -0.20724789798259735, -0.19219601154327393, -0.2952280640602112, -0.6895220875740051, -0.6818429231643677, -0.7166860699653625, 1.0846689939498901, 0.7549324631690979, -0.8424415588378906, 0.32792365550994873, -0.7790302038192749, 0.6489522457122803, -0.03064851090312004, 1.2474520206451416, -0.18778449296951294, -0.3529118597507477, -0.4133762717247009, -0.16818547248840332, 0.010510308668017387, -0.7499144077301025, -0.2372848093509674, 0.08193188160657883, 0.6798490285873413, 0.22828201949596405, 0.10223760455846786, 0.6081973314285278, -0.07770129293203354, 0.5576183795928955, 0.21557316184043884, -0.7105231881141663, 0.4358324408531189, -0.38810446858406067, 0.4637344777584076, 0.9381529688835144, 0.5780248045921326, -0.2754679322242737, 0.2588595747947693, -1.0599783658981323, -0.597586452960968, 0.6388561725616455, -0.02226131036877632, 0.13368260860443115, 0.30124327540397644, 0.4429221451282501, 0.09942514449357986, 0.2879597544670105, -0.5901263952255249, -0.9252241253852844, -0.3381216824054718, -0.6424002051353455, 0.2220868021249771, -0.4067597985267639, -0.4081270098686218, -0.4274263083934784, 0.6965202689170837, -0.04874062165617943, 0.4607894718647003, -0.1300833523273468, 0.3337651789188385, -0.1964017152786255, -0.23247185349464417, 0.4331103265285492, 0.4918849766254425, -0.6524763703346252, -0.15169601142406464, -0.22583253681659698, -0.6754283308982849, -0.47292035818099976, 0.9752398133277893, 0.1920447051525116, -0.2949271500110626, 0.425578236579895, 0.6783146858215332, -0.25261348485946655, 0.00784972868859768, 0.3353971242904663, -0.12626902759075165, -0.4551416039466858, -0.31146007776260376, 0.10081055015325546, 0.24577213823795319, 0.3768535852432251, 0.047401316463947296, 0.10249041020870209, 0.3765721023082733, -0.4179714024066925, 0.46655964851379395, -0.010952500626444817, -0.6585768461227417, -0.5211621522903442, 0.40913355350494385, 0.7134376168251038, -0.3624732792377472, 0.5604587197303772, -0.17050261795520782, -0.44721686840057373, 0.739906907081604, 0.3767651617527008, 0.6410893797874451, -0.4286583662033081, 0.4082403779029846, 0.543332040309906, 0.10830798745155334, 0.18868833780288696, 0.9606398344039917, -0.28456318378448486, -0.5890058875083923, 0.05723272264003754, -0.21488380432128906, -0.5089572668075562, -0.21599030494689941, -1.265866994857788, 0.15335071086883545, -0.6130566000938416, -0.28924864530563354, 0.06403657793998718, 0.39816004037857056, -1.0410352945327759, 0.523256242275238, 0.42868196964263916, 1.4765945672988892, -0.7906297445297241, 0.5156547427177429, 0.8083072304725647, -0.33800339698791504, -0.694693386554718, -0.23280850052833557, 0.11169106513261795, -0.9203289151191711, -0.28403735160827637, 0.19955216348171234, 0.38140758872032166, -0.18196101486682892, -0.9165865778923035, -0.7894256711006165, 1.170930027961731, 0.12092874944210052, -0.6709847450256348, 0.4478971064090729, -0.21359407901763916, 0.30889201164245605, -0.24573242664337158, 0.06120830401778221, 0.5539650321006775, 1.067975640296936, 0.3009595572948456, -0.5633611679077148, 0.31319659948349, -0.7051990032196045, -0.29530733823776245, 0.4061810374259949, -0.922105610370636, -0.0741872638463974, -0.060008104890584946, 0.1583162546157837, 0.16200202703475952, 0.6343770623207092, 0.2666495442390442, 0.4884012043476105, 0.21071110665798187, 0.5861939787864685, 1.1536849737167358, -0.42751649022102356, 0.9515032768249512, 0.07691672444343567, 0.48116400837898254, 1.1002601385116577, -0.10490580648183823, 0.29971644282341003, 0.4696754515171051, -0.0094310836866498, 0.3222709596157074, 0.816374659538269, -0.6963399052619934, 0.5061736702919006, 0.49231478571891785, 0.08890628814697266, -0.29718825221061707, -0.017564885318279266, -0.9554837346076965, 0.1751890927553177, 0.4143964350223541, -0.3853466808795929, 0.11790771782398224, -0.19498737156391144, 0.3089270293712616, -0.21965700387954712, -0.6570253372192383, 0.6909561157226562, -0.06960368901491165, -0.26567354798316956, -0.0626135915517807, -0.10643037408590317, 0.16544203460216522, -0.5704007148742676, -0.2665988504886627, -0.21113193035125732, 0.17978538572788239, -0.6537724733352661, -1.125142216682434, 0.7074614763259888, -0.2725183367729187, -0.43291202187538147, -0.02368638664484024, 0.5349460244178772, -0.450370192527771, -0.9790890216827393, 0.31324490904808044, 0.10406554490327835, 0.06890593469142914, 0.15636733174324036, -1.19585382938385, 0.536785900592804, -0.10188736021518707, -0.2170131504535675, -0.017617668956518173, 0.35626497864723206, 0.13935056328773499, 0.4193399250507355, 0.513647735118866, -0.09127744287252426, -0.1925564855337143, 0.26409944891929626, 0.978233277797699, -0.8018038272857666, -0.417886346578598, -0.5165952444076538, 0.8437034487724304, -0.3898780047893524, -0.7099345922470093, 0.5417025089263916, 1.1245498657226562, 0.9416974186897278, -0.276216059923172, 0.8807005882263184, -0.5182595252990723, 0.6079787015914917, -0.4077884554862976, 0.5243752002716064, -0.3131454288959503, -0.30414605140686035, -0.2724102735519409, -0.7115523815155029, -1.016106128692627, 0.5931521058082581, 0.17818552255630493, 0.19887790083885193, 0.4970884919166565, 0.9492949843406677, -0.1923893541097641, 0.41545823216438293, 0.03305654972791672, 0.1794593185186386, 0.08915574848651886, 0.4016335904598236, 0.49244073033332825, -0.5936238169670105, 0.18877243995666504, -0.1679983288049698, -0.5416184663772583, -0.18625089526176453, -1.192400336265564, -1.0518577098846436, -0.6186543107032776, -0.5644027590751648, -0.5452405214309692, -0.05363557115197182, 0.9223029613494873, 1.0634493827819824, -0.960556149482727, -0.18070968985557556, 0.08716810494661331, 0.26484087109565735, 0.1139015182852745, -0.1192985251545906, 0.6553820967674255, 0.5972962379455566, -0.5358544588088989, -0.12111502885818481, -0.09082162380218506, 0.25692683458328247, 0.005394142586737871, -0.024211088195443153, -0.043272342532873154, 0.09757333993911743, 0.146987646818161, 0.5169395804405212, -0.06632261723279953, -0.23622186481952667, -0.6379233598709106, 0.1334517002105713, 0.1545388102531433, 0.8810446858406067, -0.27409490942955017, 0.08470872044563293, 0.5993612408638, 0.4077252447605133, 0.7502926588058472, 0.40046820044517517, 0.6456611752510071, -0.6677066087722778, 0.08399182558059692, -0.18254171311855316, 0.45412009954452515, 0.3748082220554352, -0.44831016659736633, 0.9925038814544678, 0.3568337559700012, -0.4934573769569397, -0.5421532392501831, 0.06657930463552475, -1.6399234533309937, 0.44110196828842163, 0.9216363430023193, 0.18738025426864624, -0.2440718710422516, -0.19322828948497772, -0.5472068786621094, 0.19092366099357605, -0.8751890659332275, 0.19024400413036346, 0.5500954985618591, 0.09213327616453171, -0.17530043423175812, -0.08086144179105759, 0.658595621585846, -0.45390093326568604, -1.244403600692749, 0.24220018088817596, 0.5026460886001587, 0.038068074733018875, 0.13374844193458557, 0.5965896844863892, -0.1939917504787445, 0.34692397713661194, 0.18114474415779114, 0.3844658434391022, -0.3975635766983032, -0.6096364855766296, -0.22163031995296478, 0.12410765141248703, -0.37194058299064636, -0.599294900894165 ]
result-kand2-sdxl-wuerst-karlo/3af02cc5
result-kand2-sdxl-wuerst-karlo
2023-09-28T17:37:53Z
526
0
[ "region:us" ]
null
2023-09-28T17:37:52Z
--- dataset_info: features: - name: result dtype: string - name: id dtype: int64 splits: - name: train num_bytes: 164 num_examples: 10 download_size: 1315 dataset_size: 164 configs: - config_name: default data_files: - split: train path: data/train-* --- # Dataset Card for "3af02cc5" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
[ -0.7211206555366516, -0.10813106596469879, 0.25930729508399963, 0.42168286442756653, -0.1852874457836151, -0.030598731711506844, 0.4192426800727844, -0.4085369408130646, 0.6285881400108337, 0.3865944445133209, -0.8572550415992737, -0.7343478798866272, -0.6823968887329102, -0.06945054233074188, -0.4719288647174835, 1.1903012990951538, 0.08190648257732391, 0.18022148311138153, -0.43081095814704895, -0.13659228384494781, -0.4803370535373688, -0.5965964794158936, -0.5816963911056519, -0.6532862186431885, 1.0316574573516846, 1.0588204860687256, 0.5440076589584351, 0.5346513986587524, 0.9180888533592224, 0.13058286905288696, 0.059846024960279465, -0.2766798734664917, -0.5144687294960022, -0.35298454761505127, -0.02141447737812996, -0.48771238327026367, -0.9330218434333801, 0.09603887051343918, 0.49570056796073914, 0.6652596592903137, -0.1868647038936615, 0.7746078372001648, -0.3178141415119171, 0.8358637690544128, -0.4571731388568878, 0.6292634606361389, -0.11871635168790817, -0.06935708224773407, -0.6310194730758667, 0.07163775712251663, 0.11442312598228455, -0.4438095986843109, -0.23958157002925873, -1.0601245164871216, 0.3380863666534424, 0.15643639862537384, 0.856424868106842, 0.0711570531129837, -0.006322934292256832, -0.20076654851436615, -0.31246212124824524, -0.07931730151176453, -0.07358177751302719, 0.2313610017299652, 0.7888433337211609, 0.47718894481658936, -0.039807528257369995, -0.8274562954902649, -0.5495542883872986, 0.3423391282558441, -0.13260063529014587, 0.13841775059700012, 0.11205434799194336, -0.02097257971763611, 0.5519015789031982, 0.7567922472953796, -0.4023270308971405, -0.29232001304626465, -0.808341383934021, -0.41412287950515747, 0.8059698939323425, 0.06217389553785324, 0.26299962401390076, 0.052706725895404816, -0.2667980492115021, -0.290666401386261, -0.5116890072822571, 0.011444780975580215, 0.5760228633880615, 0.2030971497297287, -1.1822398900985718, 0.5826561450958252, -0.0470890998840332, 0.4344567358493805, 0.2684096097946167, 0.6151567101478577, 0.7107406854629517, -0.2736547291278839, -0.17548449337482452, 0.07327471673488617, 0.23841822147369385, 0.3457081615924835, 0.33143481612205505, 0.11855848133563995, 0.1011301800608635, -0.009015818126499653, 0.08010397851467133, -1.29096519947052, -1.0792410373687744, 0.4598880112171173, -0.6774075031280518, -0.44175824522972107, 0.6090686321258545, -0.8277314901351929, -0.5391780734062195, -0.19847068190574646, 0.010266835801303387, 0.09442290663719177, -0.6356762051582336, -0.26334714889526367, -0.7505202889442444, 0.5399262309074402, 0.16553136706352234, -1.0302128791809082, 0.49364617466926575, 0.6869390606880188, 0.4160429835319519, 0.08083339780569077, -0.1650887429714203, -0.681232213973999, 0.3334362208843231, -0.1414613425731659, 1.0164788961410522, -0.6752552390098572, -0.5937942862510681, -0.09125471860170364, 0.5591012239456177, 0.3138338625431061, -0.35273003578186035, 0.8066280484199524, -0.3703498840332031, -0.10634978860616684, -0.9115563035011292, -0.4427081048488617, -0.1860288679599762, 0.17862126231193542, -1.1500407457351685, 1.103608250617981, 0.4307820200920105, -0.7538856863975525, 0.45742228627204895, -1.281870722770691, -0.3218953311443329, 0.6177942156791687, -0.023287851363420486, -0.5077263116836548, 0.13794302940368652, -0.06406743824481964, 0.5723352432250977, -0.16635072231292725, 0.10695569962263107, -1.0279337167739868, -0.3673885762691498, 0.010816744528710842, 0.2570767104625702, 0.8614501953125, 0.36312955617904663, 0.5116896629333496, -0.04061479493975639, -0.9052953720092773, -0.15292058885097504, 0.35018372535705566, 0.014284620992839336, -0.01787409745156765, -0.5080075263977051, 0.5331994891166687, -0.09085576981306076, 0.32090386748313904, -0.4318797290325165, 0.4017435610294342, 0.14987000823020935, -0.15300917625427246, 0.6692392230033875, 0.24272528290748596, 0.23554708063602448, -0.49550703167915344, 0.49305060505867004, 0.2641031742095947, 0.2759324312210083, 0.10875777155160904, -0.6178797483444214, -0.6860972046852112, -0.0662166103720665, 0.6751645803451538, 0.5714507102966309, -0.5707076191902161, 0.48834332823753357, 0.2582380771636963, -0.7989953756332397, -0.1704421490430832, 0.10543135553598404, 0.18007850646972656, 0.1649264246225357, 0.4418216347694397, -0.5974774956703186, -0.6928051114082336, -0.6966569423675537, 0.35671114921569824, -0.15305642783641815, 0.11500396579504013, 0.30400949716567993, 0.8658056855201721, -0.3886776864528656, 0.4994569718837738, -0.9739521741867065, -0.41148531436920166, 0.018032057210803032, -0.22990138828754425, 0.2247377187013626, 0.8763304352760315, 1.0509817600250244, -0.777820885181427, -0.20768983662128448, -0.5964510440826416, -0.4093027710914612, -0.11917158216238022, 0.3066574037075043, -0.5179601907730103, -0.11055765300989151, 0.12425550073385239, -0.35151490569114685, 0.6302171945571899, 0.9069088697433472, -0.7761847972869873, -0.11742305755615234, 0.08202622085809708, 0.17096202075481415, -1.2941502332687378, 0.595609724521637, -0.12384267896413803, -0.17723150551319122, -0.5094558596611023, 0.03740701079368591, 0.07966358959674835, -0.15389209985733032, -0.32808718085289, 0.6593034267425537, -0.5998484492301941, -0.14834146201610565, -0.026142524555325508, -0.10600635409355164, -0.13788743317127228, 0.35362300276756287, 0.1952560395002365, 0.3810107111930847, 0.9107334017753601, -0.4008210599422455, 0.8775989413261414, 0.7105923295021057, 0.2315564900636673, 0.869960367679596, -0.6679133772850037, 0.2644752562046051, -0.1654854565858841, 0.539260983467102, -0.9025663733482361, -0.9356269240379333, 0.6219589710235596, -0.6380971074104309, 0.3850944936275482, -0.5077304244041443, -0.6324765682220459, -0.7006346583366394, -0.3260442912578583, 0.8986958265304565, 0.3876332640647888, -0.8019570708274841, 0.27166983485221863, 0.794305145740509, 0.0835302397608757, 0.07746342569589615, -1.0235247611999512, -0.13494209945201874, -0.16607540845870972, -0.22142815589904785, 0.45903757214546204, -0.46419113874435425, 0.2152317464351654, -0.342608243227005, 0.2654591500759125, -0.27353519201278687, -0.1882508546113968, 0.6485737562179565, 0.22836488485336304, 0.009208734147250652, 0.20924222469329834, -0.1531030833721161, -0.7069457173347473, 0.30396971106529236, 0.0048303501680493355, 0.29039236903190613, -0.02362227812409401, -0.08520195633172989, -0.4250195622444153, 0.4709283411502838, 0.20267722010612488, -0.10703999549150467, 0.4361428916454315, 1.187580943107605, -0.9410622715950012, 0.007574582938104868, -0.4271087944507599, -0.1689138561487198, -0.46966832876205444, -0.12286864221096039, -0.34706032276153564, -0.6659407615661621, 0.6967201828956604, 0.08377249538898468, -0.20045842230319977, 0.8439419865608215, 0.8479719758033752, 0.06244932487607002, 0.7655360698699951, 0.6609978079795837, -0.12897995114326477, 0.2798680365085602, -0.3261108100414276, -0.29748228192329407, -0.6845879554748535, -0.7066552042961121, -0.598629891872406, -0.43222397565841675, -0.8393157720565796, -0.4104323387145996, -0.08980216830968857, 0.006958779878914356, -0.21828006207942963, 0.645690381526947, -0.7388919591903687, 0.43932199478149414, 0.4795011878013611, 0.20282532274723053, -0.14369302988052368, -0.14720037579536438, 0.20471233129501343, 0.4368359446525574, -0.6433903574943542, 0.008923998102545738, 1.1234773397445679, 0.596443772315979, 0.7022508382797241, 0.4795972406864166, 0.8259748220443726, 0.41719838976860046, 0.5337508916854858, -0.36192506551742554, 0.22627480328083038, -0.046800389885902405, -0.904965341091156, 0.0657489076256752, -0.0828457921743393, -0.7027485966682434, -0.5565844774246216, -0.3638354539871216, -0.27818745374679565, 0.5209935307502747, 0.5398610234260559, -0.10577855259180069, 0.033499881625175476, -0.8960923552513123, 1.0686298608779907, 0.07496179640293121, -0.10875825583934784, -0.061027467250823975, -0.7433198094367981, 0.3664013743400574, 0.18378859758377075, 0.07079751044511795, -0.3344935476779938, -0.01488281786441803, 0.9243556261062622, -0.530781626701355, 0.893614649772644, -0.8544501662254333, -0.026324426755309105, 0.2973904609680176, -0.3387094736099243, 0.3166026771068573, 0.7022526860237122, 0.021600276231765747, 0.18594658374786377, 0.41033026576042175, -0.7779436707496643, -0.22640742361545563, 0.8220329284667969, -0.715369701385498, 0.28771400451660156, -0.6084510684013367, -0.32040008902549744, -0.19639833271503448, 0.24822591245174408, 0.17619772255420685, 0.530479371547699, -0.3823670446872711, 0.09152895957231522, 0.5906978845596313, 0.4079896807670593, 0.4919109046459198, 0.20858673751354218, -0.30139806866645813, -0.5372855067253113, 0.981909990310669, 0.06684625893831253, -0.2816706895828247, 0.2636930048465729, 0.16850735247135162, -0.3474178612232208, -0.4274446666240692, -0.5579016208648682, 0.1468760371208191, -0.5009673833847046, -0.6358481645584106, -0.340458482503891, -0.26513296365737915, -0.513298511505127, -0.2536446452140808, -0.17248772084712982, -0.6664751768112183, -0.8399890661239624, -0.5462931990623474, 1.096460223197937, 0.6284138560295105, -0.6638240218162537, 0.5378419756889343, -0.7933180332183838, 0.7201160192489624, 0.019364457577466965, 1.1542041301727295, -0.29037758708000183, -0.4093753695487976, -0.2530653476715088, -0.06554003804922104, -0.16137894988059998, -0.5846941471099854, -0.3007207214832306, 0.15512718260288239, 0.5451818704605103, 0.2653653025627136, -0.07856125384569168, 0.7094339728355408, 0.02705378085374832, 0.6956523656845093, 0.27854445576667786, -0.7395810484886169, 0.5108938813209534, -0.3144270181655884, 0.524199903011322, 1.0238063335418701, 0.4965205490589142, -0.3270138204097748, 0.1372484564781189, -1.160733699798584, -0.5715733170509338, 0.6850976943969727, 0.22310855984687805, 0.12072974443435669, 0.17804072797298431, 0.5532308220863342, -0.06415750086307526, 0.13018584251403809, -0.6759176254272461, -0.8390696048736572, -0.26104825735092163, -0.4557236135005951, 0.27090898156166077, -0.43593624234199524, -0.29275602102279663, -0.6412191390991211, 0.7297504544258118, -0.2913658916950226, 0.637712836265564, 0.02130415290594101, 0.34409022331237793, -0.13768135011196136, -0.4149714410305023, 0.5672993063926697, 0.3798772692680359, -0.44734662771224976, -0.106679268181324, 0.1231807991862297, -0.6593596339225769, -0.34310248494148254, 0.7657096982002258, 0.21753190457820892, -0.4237409830093384, 0.6125373244285583, 0.4908939599990845, -0.2986963093280792, 0.038232699036598206, 0.5290360450744629, -0.24961720407009125, -0.5066952705383301, -0.7296031713485718, 0.3746621012687683, 0.2849198877811432, 0.05448406934738159, -0.012306221760809422, -0.0025003859773278236, 0.3451661169528961, -0.5609310865402222, 0.6326546669006348, 0.021641409024596214, -0.842036783695221, -0.4584949016571045, 0.551204264163971, 0.616417646408081, -0.29305434226989746, 0.7598580718040466, -0.1231437548995018, -0.271840900182724, 0.7972292304039001, 0.31631746888160706, 0.6666054129600525, -0.26420190930366516, 0.2756887972354889, 0.5910214781761169, -0.008876139298081398, 0.21883349120616913, 0.9273788332939148, -0.45399972796440125, -0.6248258352279663, 0.28343045711517334, -0.4017913341522217, -0.3693144619464874, -0.2663504481315613, -0.9934566617012024, 0.558597981929779, -0.8172975778579712, -0.129836305975914, 0.207983136177063, 0.3821512758731842, -0.9224638938903809, 0.4920356869697571, 0.4525516629219055, 1.5256272554397583, -0.7719125151634216, 0.9120979905128479, 0.6954279541969299, -0.5133283734321594, -0.7800427675247192, -0.19289162755012512, 0.2528558671474457, -0.9516997337341309, -0.1450326293706894, 0.3010580241680145, 0.27145031094551086, -0.11737136542797089, -1.0028574466705322, -0.7357963919639587, 1.4012452363967896, 0.0678672045469284, -0.6066389083862305, 0.4017445147037506, -0.09249532967805862, 0.42166048288345337, -0.49288251996040344, 0.3674091696739197, 0.6137324571609497, 1.0488944053649902, 0.6553019881248474, -0.4013587236404419, 0.14917147159576416, -0.5871343612670898, -0.24215972423553467, 0.36502689123153687, -1.0577563047409058, -0.09248185902833939, -0.34364816546440125, 0.059118617326021194, 0.10768306255340576, 0.9005377292633057, 0.20980440080165863, 0.3328224718570709, 0.38379743695259094, 0.5019559264183044, 0.8788414001464844, -0.5172232389450073, 0.8824371695518494, -0.17192259430885315, 0.5299490094184875, 1.04108464717865, -0.249238058924675, 0.24538393318653107, 0.4609638452529907, 0.007130607031285763, 0.3516925275325775, 0.8652169108390808, -0.7749961018562317, 0.36454954743385315, 0.4391481876373291, -0.08314933627843857, -0.25198277831077576, -0.08496120572090149, -0.7397770285606384, 0.38802269101142883, 0.45056456327438354, -0.4565827548503876, 0.11611581593751907, -0.3185027539730072, 0.40996626019477844, -0.26002758741378784, -0.377876877784729, 0.8504853844642639, -0.017459029331803322, -0.35017865896224976, 0.014489351771771908, 0.07788525521755219, -0.019318420439958572, -0.593514084815979, -0.5278403759002686, -0.16769279539585114, 0.22825483977794647, -0.7040016055107117, -1.1921802759170532, 0.8554678559303284, -0.2695601284503937, -0.3986508548259735, -0.05547918379306793, 0.5199759006500244, -0.4458000957965851, -1.1277992725372314, 0.3231479227542877, -0.07829272747039795, 0.0887049213051796, 0.26549747586250305, -1.1503106355667114, 0.4611213207244873, -0.13687515258789062, -0.0508582778275013, 0.08641662448644638, 0.09279278665781021, 0.09840159118175507, 0.46890902519226074, 0.6569991111755371, -0.11044532805681229, -0.7230650782585144, 0.2973114252090454, 0.9571627378463745, -0.7467229962348938, -0.375486820936203, -0.45206353068351746, 0.770491361618042, -0.312368780374527, -0.7493680119514465, 0.2821262776851654, 1.1237536668777466, 0.9767646193504333, -0.05128844454884529, 0.7054382562637329, -0.607765793800354, 0.5773580074310303, -0.4115462303161621, 0.761997640132904, -0.32977843284606934, -0.12792854011058807, -0.24607162177562714, -0.6502817869186401, -0.9199342727661133, 0.4365386962890625, 0.4415145814418793, 0.24656258523464203, 0.573662519454956, 1.0728052854537964, -0.24825477600097656, 0.4014597237110138, -0.008741655386984348, 0.10812061280012131, 0.33487340807914734, 0.4608384370803833, 0.13531149923801422, -0.6441171765327454, 0.18258510529994965, -0.3072494864463806, -0.5090941190719604, 0.0720931887626648, -1.1205281019210815, -1.004198670387268, -0.7848039865493774, -0.5220229029655457, -0.5403631329536438, -0.03295178711414337, 0.9349266290664673, 1.082842230796814, -1.1558382511138916, -0.17780685424804688, 0.029430005699396133, 0.2699715495109558, 0.09472176432609558, -0.12408855557441711, 0.5315364003181458, 0.414298951625824, -0.4300891160964966, -0.3777315020561218, -0.11520298570394516, 0.30289942026138306, -0.15307661890983582, -0.0395844541490078, -0.14690706133842468, -0.03129618614912033, 0.27546292543411255, 0.4066006541252136, -0.12933219969272614, -0.5611301064491272, -0.6247140765190125, 0.1452275812625885, 0.10458014160394669, 0.9754584431648254, -0.44644176959991455, 0.050809044390916824, 0.6044889688491821, 0.25552019476890564, 0.7653394341468811, 0.23935578763484955, 0.5932577252388, -0.6172803044319153, 0.07760830223560333, -0.24039369821548462, 0.3352108299732208, 0.25232094526290894, -0.5467237830162048, 0.9357408881187439, 0.5810707807540894, -0.4562486708164215, -0.40962496399879456, 0.06674471497535706, -1.5114152431488037, 0.40294134616851807, 0.9917066693305969, 0.1348792463541031, -0.29665452241897583, -0.06821294873952866, -0.43046310544013977, 0.18527327477931976, -0.8224340677261353, 0.2710806727409363, 0.7369024753570557, -0.0952930599451065, -0.35918015241622925, -0.15060031414031982, 0.7966153025627136, -0.4476708173751831, -1.2590824365615845, 0.1942748725414276, 0.5039829015731812, 0.25725996494293213, -0.03936438262462616, 0.6488102674484253, -0.3320697247982025, 0.4438040852546692, 0.1544935554265976, 0.34996071457862854, -0.32376807928085327, -0.6641770601272583, -0.2350466251373291, 0.1578586846590042, -0.1339448243379593, -0.3502486050128937 ]
result-kand2-sdxl-wuerst-karlo/80bca589
result-kand2-sdxl-wuerst-karlo
2023-09-28T22:53:52Z
526
0
[ "region:us" ]
null
2023-09-28T22:53:51Z
--- dataset_info: features: - name: result dtype: string - name: id dtype: int64 splits: - name: train num_bytes: 242 num_examples: 10 download_size: 1409 dataset_size: 242 configs: - config_name: default data_files: - split: train path: data/train-* --- # Dataset Card for "80bca589" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
[ -0.5859057307243347, -0.3464176058769226, 0.16778315603733063, 0.2573186159133911, -0.25025850534439087, -0.0560634508728981, 0.4202849566936493, -0.12416137754917145, 0.8997053503990173, 0.5927214026451111, -0.7276322245597839, -0.7905877828598022, -0.5932576656341553, -0.2944066524505615, -0.3014664947986603, 1.2092549800872803, -0.005293837282806635, 0.09119997173547745, -0.3351879119873047, -0.1741047352552414, -0.38950762152671814, -0.5728709101676941, -0.6325591206550598, -0.5519944429397583, 0.9922453165054321, 0.7599016427993774, 0.6134976148605347, 0.5697290897369385, 0.7110604047775269, 0.1830824911594391, -0.10876236855983734, -0.13926725089550018, -0.44713491201400757, -0.07366950809955597, 0.012550200335681438, -0.4135999083518982, -1.307624340057373, -0.29182225465774536, 0.6317425966262817, 0.7874314188957214, -0.12172964960336685, 0.9466473460197449, -0.23040585219860077, 0.9659035801887512, -0.43974384665489197, 0.6468570232391357, -0.038907330483198166, -0.1200307086110115, -0.6164857745170593, -0.08615409582853317, 0.10739180445671082, -0.48478221893310547, -0.22139626741409302, -0.8332648873329163, 0.13737381994724274, 0.2989349961280823, 0.7988349795341492, 0.044413235038518906, -0.08796197921037674, -0.061192069202661514, -0.24843209981918335, -0.014600114896893501, -0.26575687527656555, 0.12114585191011429, 0.9159184694290161, 0.26788508892059326, -0.07950731366872787, -0.5367183089256287, -0.36477965116500854, 0.174491748213768, 0.14913921058177948, 0.0043367440812289715, -0.14386069774627686, 0.0010121493833139539, 0.5088790655136108, 0.7085039615631104, -0.5139395594596863, -0.21422038972377777, -0.8171203136444092, -0.3741477131843567, 0.7916709184646606, 0.15873734652996063, 0.15202796459197998, -0.30976733565330505, -0.04168626666069031, -0.3164788484573364, -0.6418727040290833, 0.02464175969362259, 0.6455400586128235, 0.26433736085891724, -1.0724838972091675, 0.47183850407600403, -0.12945885956287384, 0.4504193663597107, 0.3318025469779968, 0.7338414192199707, 0.714722752571106, 0.007341253105551004, -0.2622968852519989, 0.30383434891700745, 0.2836023271083832, 0.2721315920352936, -0.09740281850099564, 0.11332885921001434, 0.06911137700080872, -0.20355914533138275, 0.10914479196071625, -1.0978728532791138, -0.8516840934753418, 0.5489007234573364, -0.844916820526123, -0.3038792908191681, 0.480726420879364, -0.7608700394630432, -0.3911519944667816, -0.3910192549228668, 0.24506540596485138, 0.03879708796739578, -0.8138776421546936, -0.2837323844432831, -0.7105265259742737, 0.3906756043434143, 0.11216195672750473, -0.6863697171211243, 0.257754385471344, 0.8506110906600952, 0.531821072101593, 0.18264706432819366, -0.09200700372457504, -0.5730084776878357, 0.2819763422012329, -0.22734034061431885, 0.9739491939544678, -0.49452391266822815, -0.40313026309013367, -0.0625331774353981, 0.563263475894928, 0.3297489583492279, -0.3985685110092163, 0.8489132523536682, -0.4584254324436188, -0.33708831667900085, -0.7386895418167114, -0.3872712254524231, -0.4184386134147644, 0.20378953218460083, -1.2147573232650757, 1.1506171226501465, 0.4021384119987488, -0.5982157588005066, 0.09583056718111038, -1.1682599782943726, -0.2279917448759079, 0.8438525199890137, 0.04502873867750168, -0.47824549674987793, 0.3304098844528198, -0.26964420080184937, 0.5138405561447144, -0.1060691624879837, 0.4936654567718506, -0.824809193611145, -0.3711293041706085, -0.010090229101479053, -0.009169705212116241, 1.1758314371109009, 0.2753644287586212, 0.1736653447151184, 0.09962548315525055, -0.9343869686126709, 0.048229508101940155, 0.2615233361721039, 0.023240843787789345, -0.336738646030426, -0.7886924743652344, 0.42035678029060364, -0.32359784841537476, 0.40648895502090454, -0.4170541763305664, 0.17003066837787628, 0.3291475772857666, -0.14895661175251007, 0.8197530508041382, 0.05586427077651024, 0.12810584902763367, -0.44428449869155884, 0.7728935480117798, -0.026933761313557625, 0.2963770925998688, 0.0017094496870413423, -0.5873234868049622, -0.7030731439590454, 0.06727275252342224, 0.8474896550178528, 0.5600096583366394, -0.6139293909072876, 0.8967754244804382, 0.1979348063468933, -0.925599992275238, -0.3305089771747589, 0.0011862843530252576, 0.32499048113822937, 0.19244977831840515, 0.32833030819892883, -0.9413666725158691, -0.6454139351844788, -0.7357468605041504, 0.5527147054672241, -0.10771497339010239, 0.1370937079191208, 0.4407336413860321, 0.7572370767593384, -0.268629252910614, 0.42314696311950684, -0.9171087741851807, -0.20327436923980713, 0.0033094834070652723, -0.12143958359956741, 0.14446981251239777, 0.8256295323371887, 1.0772126913070679, -0.8455561399459839, -0.29369479417800903, -0.4925999343395233, -0.5579140782356262, -0.1342790424823761, 0.5195344686508179, -0.8403967022895813, -0.17294375598430634, 0.03354118764400482, -0.2816341519355774, 0.876179575920105, 1.1122699975967407, -0.6928825378417969, 0.15368656814098358, -0.034633342176675797, 0.34625986218452454, -1.2583262920379639, 0.5365793704986572, -0.05769580975174904, -0.20119339227676392, -0.4905973970890045, 0.07251416146755219, 0.2330331802368164, -0.28439366817474365, -0.22785918414592743, 0.398468941450119, -0.5199229121208191, 0.04562043771147728, -0.1802087128162384, -0.30047985911369324, -0.027044586837291718, 0.42366114258766174, 0.07596641033887863, 0.24961628019809723, 1.1420344114303589, -0.4261253774166107, 1.0020041465759277, 0.5699430704116821, 0.07101554423570633, 1.0479826927185059, -0.7512561082839966, 0.29647383093833923, -0.402532696723938, 0.6380332112312317, -0.7660869359970093, -0.6299934387207031, 0.5325773358345032, -0.361978679895401, 0.42538899183273315, -0.6578501462936401, -0.406707763671875, -0.5987251996994019, -0.329283744096756, 1.0093952417373657, 0.3865204453468323, -0.6832191944122314, 0.5143170952796936, 0.889802098274231, -0.23819920420646667, -0.10452479124069214, -0.9106278419494629, 0.11565305292606354, -0.3158927857875824, -0.13628989458084106, 0.4322401285171509, -0.47960177063941956, 0.05488859489560127, -0.10767336934804916, 0.3980059325695038, -0.2703418731689453, -0.24513134360313416, 0.8708882331848145, 0.3548552095890045, -0.24460835754871368, 0.1406204253435135, 0.1150483787059784, -0.5984793901443481, 0.21895356476306915, 0.002082532038912177, 0.41638103127479553, 0.023411450907588005, -0.08291716128587723, -0.5060308575630188, 0.729209840297699, 0.06925571709871292, -0.16255685687065125, 0.5173720121383667, 0.8179948925971985, -0.8268615007400513, -0.13170550763607025, -0.463862806558609, 0.0659400150179863, -0.4942552447319031, 0.13291829824447632, -0.2647639513015747, -0.5053056478500366, 0.680752694606781, 0.07317561656236649, -0.21751032769680023, 0.7986300587654114, 0.8478612303733826, 0.2653481364250183, 0.5907843708992004, 0.6594434380531311, -0.2081461399793625, 0.47170090675354004, -0.41514840722084045, -0.29830464720726013, -0.7633870244026184, -0.4772462844848633, -0.6253295540809631, -0.46079909801483154, -0.7225988507270813, -0.3730695843696594, -0.005670631304383278, -0.2956436276435852, -0.33056971430778503, 0.7729429006576538, -0.6921246647834778, 0.38336730003356934, 0.6760000586509705, 0.46331140398979187, -0.10638777166604996, -0.2149740308523178, 0.5131746530532837, 0.5295644998550415, -0.6771376729011536, -0.07947035878896713, 1.2665313482284546, 0.4892979562282562, 0.8514252305030823, 0.3870651423931122, 0.8833503723144531, 0.5099675059318542, 0.43223902583122253, -0.3330664038658142, 0.37704068422317505, -0.1312410682439804, -0.8545926213264465, 0.10907530039548874, -0.31480568647384644, -0.8718217015266418, -0.6111900806427002, -0.1838374137878418, -0.03985763341188431, 0.7005465030670166, 0.6087228059768677, -0.16567771136760712, 0.19215944409370422, -0.9218906164169312, 1.0181018114089966, -0.2153799682855606, 0.020644357427954674, -0.17641805112361908, -0.6116273999214172, 0.13059298694133759, 0.19944904744625092, 0.08553490787744522, -0.37554144859313965, 0.12820680439472198, 1.0704559087753296, -0.4434235095977783, 1.0258870124816895, -0.7331212162971497, -0.06478294730186462, 0.36320969462394714, -0.1960594356060028, 0.10565353184938431, 0.3436734676361084, -0.13628648221492767, 0.42430269718170166, 0.1934451460838318, -0.7039923071861267, -0.06091262400150299, 0.8998874425888062, -0.6408870220184326, 0.20677043497562408, -0.48692020773887634, -0.5654836297035217, 0.07666268199682236, 0.20835208892822266, 0.06918331980705261, 0.9650760293006897, -0.3185655474662781, 0.1746874749660492, 0.7328419089317322, 0.36574432253837585, 0.35600546002388, 0.13730259239673615, -0.0763489231467247, -0.4536849558353424, 1.008189082145691, 0.288155198097229, -0.2670544981956482, 0.28862491250038147, 0.1962035745382309, -0.08095119893550873, -0.48929309844970703, -0.6694375276565552, 0.10157331824302673, -0.49449101090431213, -0.7559781670570374, -0.29943010210990906, -0.20051991939544678, -0.47389838099479675, -0.10391788184642792, -0.14956456422805786, -0.8120617866516113, -0.5458024144172668, -0.6008259057998657, 1.2104460000991821, 0.6502099633216858, -0.6233834624290466, 0.48243361711502075, -0.6549415588378906, 0.5723077654838562, -0.00991236511617899, 1.0472331047058105, 0.11368414759635925, -0.6744993329048157, -0.3798729181289673, -0.08920522034168243, -0.20744754374027252, -0.6352361440658569, -0.04181991145014763, 0.20975461602210999, 0.5887272953987122, 0.23666979372501373, 0.19940246641635895, 0.8386096954345703, -0.1697242707014084, 0.6447998881340027, 0.16628609597682953, -0.799248218536377, 0.6060013175010681, -0.19561246037483215, 0.41576966643333435, 0.8997877240180969, 0.719136655330658, -0.24669161438941956, -0.02225772850215435, -1.1846072673797607, -0.8850963711738586, 0.4984678328037262, -0.037892334163188934, 0.30074837803840637, 0.33605387806892395, 0.5891727209091187, 0.25186318159103394, 0.29960936307907104, -0.6336281895637512, -1.072703242301941, -0.304062157869339, -0.5259351134300232, 0.2917328178882599, -0.44108229875564575, -0.3691663444042206, -0.518560528755188, 0.7962990999221802, -0.17328786849975586, 0.4849999248981476, -0.14634421467781067, 0.3391646444797516, -0.3781420588493347, -0.24205154180526733, 0.2659492790699005, 0.7350248694419861, -0.5828633904457092, -0.0422699972987175, -0.17713655531406403, -0.6382494568824768, -0.47789740562438965, 0.8353962898254395, -0.044630590826272964, -0.2869636118412018, 0.4756864011287689, 0.7511839270591736, -0.30147212743759155, -0.23031757771968842, 0.30827605724334717, -0.16296906769275665, -0.335991770029068, -0.550722062587738, 0.2500157058238983, 0.14451150596141815, 0.1500323861837387, 0.32672351598739624, -0.2053440511226654, 0.4057294428348541, -0.5813977122306824, 0.4678597152233124, 0.14662866294384003, -0.8014247417449951, -0.5556598901748657, 0.48627838492393494, 0.5554465055465698, -0.553294837474823, 0.5665934085845947, -0.15376383066177368, -0.4018748700618744, 0.8885558247566223, 0.27485525608062744, 0.7962839007377625, -0.35656267404556274, 0.3907693326473236, 0.49686962366104126, -0.13594451546669006, 0.2527863383293152, 0.7913313508033752, -0.4545769989490509, -0.43393173813819885, 0.05150246247649193, -0.2646642029285431, -0.6923282146453857, -0.2700289189815521, -1.275532841682434, 0.29084742069244385, -0.7109086513519287, -0.2967980206012726, 0.23286864161491394, 0.14605796337127686, -0.8443124890327454, 0.31776052713394165, 0.37616482377052307, 1.3419501781463623, -0.8881086707115173, 0.7206441164016724, 0.7956025004386902, -0.41557881236076355, -0.7658218145370483, -0.22114817798137665, 0.031361255794763565, -1.0985407829284668, -0.09445688873529434, 0.13556179404258728, 0.4331114590167999, -0.2482719123363495, -1.096104383468628, -0.6858653426170349, 1.2843581438064575, 0.27163252234458923, -0.5668961405754089, 0.43531298637390137, -0.2757871747016907, 0.3349648416042328, -0.4461239278316498, 0.3585585057735443, 0.4421756863594055, 0.7886808514595032, 0.31410595774650574, -0.767574667930603, 0.21218889951705933, -0.5335057377815247, -0.31643688678741455, 0.35234418511390686, -1.0039933919906616, 0.06565917283296585, -0.07765857875347137, 0.3797491192817688, 0.09690351784229279, 0.8018084168434143, 0.22109398245811462, 0.5290993452072144, 0.4313444197177887, 0.5788500308990479, 0.8468449711799622, -0.2521475553512573, 0.7994644045829773, -0.03500743582844734, 0.5158710479736328, 0.8945785164833069, -0.050585370510816574, 0.46335533261299133, 0.328717976808548, -0.051397379487752914, 0.5875439047813416, 0.7136127948760986, -0.4089125394821167, 0.40240025520324707, 0.22649401426315308, -0.0825197622179985, -0.24353860318660736, -0.28070351481437683, -0.8670586943626404, 0.23699061572551727, 0.3978273272514343, -0.4023319184780121, 0.10410206019878387, -0.21341806650161743, 0.3314206004142761, -0.2733616232872009, -0.7686569094657898, 0.7245152592658997, 0.11320089548826218, -0.28021466732025146, 0.057092517614364624, -0.043665096163749695, 0.26192641258239746, -0.8323577046394348, -0.4609404504299164, -0.08468737453222275, 0.13090555369853973, -0.6655632257461548, -1.2015087604522705, 0.599605917930603, -0.2387584149837494, -0.37525099515914917, -0.13853079080581665, 0.4880373477935791, -0.5459951758384705, -1.050724983215332, 0.21117369830608368, -0.023323282599449158, 0.2132386714220047, 0.1505092829465866, -1.208890438079834, 0.5015472769737244, -0.06430140137672424, -0.08299551904201508, 0.3039892017841339, 0.3110975921154022, 0.07827426493167877, 0.4394776523113251, 0.5046802163124084, 0.1308831125497818, -0.5753611922264099, 0.19289655983448029, 0.9800342321395874, -0.8425266742706299, -0.6175565123558044, -0.3286248445510864, 0.6385639309883118, -0.23024925589561462, -0.7394014000892639, 0.44876453280448914, 0.9603036046028137, 0.7073396444320679, -0.025012817233800888, 0.7138291597366333, -0.6380568146705627, 0.5770655274391174, -0.22308166325092316, 0.6741112470626831, -0.29315513372421265, -0.32286232709884644, -0.2452777475118637, -0.6833004951477051, -0.6742134094238281, 0.5078627467155457, 0.3027653098106384, 0.1081617921590805, 0.4174650311470032, 0.9836944341659546, -0.18782851099967957, 0.2801664471626282, -0.10094493627548218, 0.11739600449800491, 0.23926429450511932, 0.44763854146003723, 0.04596540331840515, -0.6855130195617676, 0.23318471014499664, -0.4073542058467865, -0.7453550696372986, 0.021232258528470993, -1.2623189687728882, -0.8204364776611328, -0.6782211661338806, -0.7325562834739685, -0.6091665625572205, 0.061747122555971146, 0.9244673252105713, 1.0783610343933105, -1.2060935497283936, -0.3331659436225891, 0.37797805666923523, 0.3272702097892761, -0.14995624125003815, -0.13865554332733154, 0.9509283304214478, 0.7653220891952515, -0.5107905864715576, -0.2994169592857361, -0.09917958825826645, 0.11193551123142242, -0.2599279582500458, 0.05449151247739792, 0.14018096029758453, -0.08147241175174713, 0.21622660756111145, 0.6114411354064941, -0.0012403142172843218, -0.3286542594432831, -0.7355985045433044, 0.30434277653694153, 0.1252700686454773, 0.9398326277732849, -0.4303068518638611, 0.042696353048086166, 0.5828468799591064, 0.3688843250274658, 0.5844403505325317, 0.37174278497695923, 0.59007728099823, -0.6063971519470215, 0.24744784832000732, -0.1352667361497879, 0.3702321946620941, 0.24567705392837524, -0.6118682026863098, 0.6403613686561584, 0.2805524170398712, -0.6462426781654358, -0.7221987843513489, -0.09000375866889954, -1.674302339553833, 0.44722574949264526, 0.9688636064529419, 0.05233638361096382, -0.5619412064552307, -0.2616558074951172, -0.48627084493637085, -0.04132501035928726, -1.0939971208572388, 0.30867791175842285, 0.4217225909233093, -0.13967052102088928, -0.21435777842998505, -0.16607779264450073, 0.43779900670051575, -0.31159141659736633, -1.0699591636657715, 0.20330022275447845, 0.48624709248542786, 0.0677652359008789, 0.1026105284690857, 0.6296452879905701, -0.1717473715543747, 0.48881295323371887, 0.10281063616275787, 0.3794497847557068, -0.41464146971702576, -0.44239598512649536, -0.31586289405822754, 0.22997897863388062, -0.11992879211902618, -0.4104200303554535 ]
result-kand2-sdxl-wuerst-karlo/dda30fff
result-kand2-sdxl-wuerst-karlo
2023-09-28T22:55:08Z
526
0
[ "region:us" ]
null
2023-09-28T22:55:07Z
--- dataset_info: features: - name: result dtype: string - name: id dtype: int64 splits: - name: train num_bytes: 164 num_examples: 10 download_size: 1316 dataset_size: 164 configs: - config_name: default data_files: - split: train path: data/train-* --- # Dataset Card for "dda30fff" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
[ -0.8906967639923096, -0.2513737082481384, 0.3420173227787018, 0.41707420349121094, -0.1360606849193573, 0.03449753299355507, 0.5585406422615051, 0.012134050950407982, 0.812346339225769, 0.4632333815097809, -0.9708196520805359, -0.6991907954216003, -0.6514216065406799, -0.13397963345050812, -0.3202773332595825, 1.0736124515533447, -0.027676044031977654, 0.15014797449111938, -0.49860191345214844, -0.1362026184797287, -0.5456706881523132, -0.36913979053497314, -0.7092453837394714, -0.6484969854354858, 0.8894391655921936, 0.7838510274887085, 0.43960118293762207, 0.6287930607795715, 0.7744402885437012, 0.1720215529203415, -0.01516604796051979, -0.370818167924881, -0.3947652280330658, -0.11839994043111801, -0.11280666291713715, -0.3760436475276947, -1.2300193309783936, -0.028189964592456818, 0.5214521884918213, 0.6560702323913574, -0.49737802147865295, 0.7770988941192627, -0.3510042726993561, 1.0555139780044556, -0.32401713728904724, 0.5761293768882751, -0.05203965678811073, -0.1619490683078766, -0.7298597693443298, 0.24988006055355072, 0.34838923811912537, -0.5447501540184021, -0.26061078906059265, -1.0446277856826782, 0.17255961894989014, 0.05457356572151184, 0.954329788684845, 0.18975771963596344, -0.12619714438915253, -0.18275707960128784, -0.4611292779445648, -0.02694569155573845, -0.13798491656780243, 0.27499982714653015, 0.915559709072113, 0.5287778377532959, -0.024725694209337234, -0.5913132429122925, -0.6578935980796814, 0.29639527201652527, 0.2365443855524063, 0.21312710642814636, -0.006415341980755329, 0.01566108502447605, 0.5571978688240051, 0.9575663208961487, -0.48010528087615967, -0.16625435650348663, -0.6554793119430542, -0.22592099010944366, 0.8146216869354248, 0.20133543014526367, 0.3429200351238251, -0.030632853507995605, -0.1320239007472992, -0.39218810200691223, -0.5922931432723999, -0.2451925426721573, 0.7220334410667419, 0.08873085677623749, -1.2960374355316162, 0.6827754378318787, -0.16759401559829712, 0.488440603017807, 0.28770723938941956, 0.6881211996078491, 0.6591588258743286, -0.13424107432365417, -0.19617308676242828, -0.0648048147559166, 0.1556999534368515, 0.4625564217567444, 0.29998257756233215, 0.16962064802646637, -0.06168831139802933, -0.11395160853862762, 0.14335155487060547, -1.2658621072769165, -1.0547211170196533, 0.4715001583099365, -0.7114604711532593, -0.23574648797512054, 0.3637998700141907, -1.1843092441558838, -0.6360618472099304, -0.3620569109916687, 0.11421055346727371, 0.0911169946193695, -0.8404771685600281, -0.2410377413034439, -0.7691808938980103, 0.40879637002944946, 0.2047225534915924, -0.9234506487846375, 0.3955584466457367, 0.593766987323761, 0.38822677731513977, 0.19663140177726746, -0.14201872050762177, -0.6211078763008118, 0.258229523897171, -0.3221687078475952, 1.0143847465515137, -0.6005864143371582, -0.5488083958625793, 0.027747292071580887, 0.29217860102653503, 0.2070368528366089, -0.5125798583030701, 0.7300436496734619, -0.6415265202522278, -0.29601383209228516, -1.0158393383026123, -0.5723769664764404, -0.13282963633537292, 0.11777443438768387, -1.2561635971069336, 1.012322187423706, 0.5268177390098572, -0.623354971408844, 0.624427855014801, -1.173173189163208, -0.2645440697669983, 0.7449817061424255, -0.033040307462215424, -0.477052241563797, 0.18209952116012573, -0.03623397275805473, 0.4896708130836487, -0.1242104098200798, 0.32141798734664917, -1.0141979455947876, -0.12797392904758453, 0.03892984241247177, 0.13004133105278015, 0.8747348189353943, 0.3475281000137329, 0.6033202409744263, -0.03216240555047989, -1.0418479442596436, -0.4025936424732208, 0.4610811173915863, -0.08374267816543579, -0.25368931889533997, -0.6774885058403015, 0.4251267910003662, -0.2610813081264496, 0.21935079991817474, -0.5537577867507935, 0.374870628118515, 0.33336523175239563, -0.20915687084197998, 0.8083046078681946, 0.2720966637134552, 0.4220762550830841, -0.668850839138031, 0.7309550642967224, -0.0442035049200058, 0.14736729860305786, -0.006506289355456829, -0.5529178380966187, -0.5213127136230469, -0.18472792208194733, 0.7115873694419861, 0.6204203367233276, -0.681557834148407, 0.5454830527305603, 0.16162694990634918, -0.6689637899398804, -0.2135777771472931, 0.12483853101730347, 0.1838548630475998, 0.3493592143058777, 0.32437363266944885, -0.4913859963417053, -0.7075850963592529, -0.6157600283622742, 0.5844147205352783, -0.19519992172718048, -0.060629863291978836, 0.5804347395896912, 0.8131968379020691, -0.4228039085865021, 0.5906478762626648, -1.08399498462677, -0.37981587648391724, 0.08120321482419968, -0.1831836998462677, 0.27845999598503113, 0.7590683102607727, 1.0442354679107666, -0.8165819644927979, -0.3066045045852661, -0.7900204658508301, -0.4355136454105377, -0.22109611332416534, 0.31154346466064453, -0.4883716106414795, -0.1176326647400856, 0.13780660927295685, -0.45255786180496216, 0.6076380014419556, 0.9190139770507812, -0.6866201162338257, 0.09312265366315842, -0.04249748960137367, 0.2537682056427002, -1.2021328210830688, 0.4059414267539978, 0.034683603793382645, 0.0014113399665802717, -0.43871593475341797, -0.04486408829689026, 0.15153378248214722, -0.20364265143871307, 0.002710175234824419, 0.719116747379303, -0.5036797523498535, 0.012957076542079449, -0.05620725825428963, -0.1382032185792923, -0.044799089431762695, 0.20881181955337524, 0.04447106271982193, 0.5974541306495667, 0.9687971472740173, -0.5401080250740051, 0.9653684496879578, 0.9041784405708313, 0.1645672768354416, 1.1788339614868164, -0.6921325325965881, 0.24214895069599152, -0.30710843205451965, 0.3544926941394806, -0.8914057016372681, -0.8732784390449524, 0.498620867729187, -0.37475916743278503, 0.6705577373504639, -0.6674520373344421, -0.4635829031467438, -0.7973191142082214, -0.21618084609508514, 0.7374255061149597, 0.49074241518974304, -0.8313546776771545, 0.2996135950088501, 0.9246957302093506, -0.17087934911251068, 0.13793647289276123, -0.965957522392273, 0.12280916422605515, -0.35347291827201843, -0.16230204701423645, 0.6083880662918091, -0.5768824219703674, -0.06393173336982727, -0.21724313497543335, 0.17897790670394897, -0.34345123171806335, -0.19852294027805328, 0.637178361415863, 0.2991271913051605, -0.06259656697511673, 0.3706265091896057, 0.025380415841937065, -0.6002289652824402, 0.15991590917110443, 0.17454321682453156, 0.4790087044239044, 0.06745168566703796, -0.06190253049135208, -0.3123157322406769, 0.5443941354751587, 0.13992011547088623, -0.12008966505527496, 0.5296390056610107, 0.9063628315925598, -0.9014420509338379, -0.17099931836128235, -0.5784382820129395, -0.1552354395389557, -0.5098697543144226, -0.06157040223479271, -0.49039626121520996, -0.4174324870109558, 0.7872845530509949, 0.06255657225847244, -0.35774651169776917, 0.8185133337974548, 0.6870937347412109, -0.012174646370112896, 0.3806714117527008, 0.7246525287628174, -0.11656169593334198, 0.3644995093345642, -0.2676229178905487, -0.5454279780387878, -0.8510378003120422, -0.5373414754867554, -0.529761791229248, -0.2904062867164612, -0.6231623291969299, -0.2536870837211609, -0.3007676303386688, 0.08968242257833481, -0.384998083114624, 0.720965564250946, -0.6133200526237488, 0.35966426134109497, 0.5257225632667542, 0.1668677031993866, -0.21525047719478607, -0.21841247379779816, 0.32963448762893677, 0.3829330801963806, -0.531573474407196, -0.08665236830711365, 1.3890912532806396, 0.5295156836509705, 0.8907939195632935, 0.32943326234817505, 0.9570348858833313, 0.37316903471946716, 0.41299012303352356, -0.24532146751880646, 0.3120102286338806, -0.11810684204101562, -0.8218978047370911, -0.09321453422307968, -0.24743981659412384, -0.796139121055603, -0.805666446685791, -0.22872969508171082, -0.16868408024311066, 0.5684012174606323, 0.3538273870944977, -0.13136155903339386, 0.18186970055103302, -0.79045569896698, 0.9528740644454956, 0.18480361998081207, 0.1340402215719223, -0.11986258625984192, -0.35013529658317566, 0.2739904522895813, 0.03169485926628113, 0.06524227559566498, -0.4832001328468323, -0.011809172108769417, 1.1177963018417358, -0.3519744277000427, 0.8369846940040588, -0.8757895231246948, -0.25891485810279846, 0.14767970144748688, -0.22144384682178497, 0.11875064671039581, 0.795665979385376, -0.09417539834976196, 0.3847436010837555, 0.25873616337776184, -0.5885935425758362, -0.05438535287976265, 0.7595944404602051, -0.5972705483436584, 0.06784062087535858, -0.46043044328689575, -0.5054498910903931, -0.11710932105779648, 0.22723136842250824, 0.12249884754419327, 0.6079644560813904, -0.5150564908981323, -0.11753616482019424, 0.8680577278137207, 0.2180989682674408, 0.5564186573028564, 0.2798132598400116, -0.31716158986091614, -0.5611515641212463, 0.9191375970840454, 0.26680895686149597, -0.4271218478679657, 0.3646395206451416, 0.17466191947460175, -0.2986290454864502, -0.5867505669593811, -0.8246706128120422, 0.15168264508247375, -0.5266324877738953, -0.6921830773353577, -0.2823827564716339, -0.28287771344184875, -0.4933112859725952, -0.07972588390111923, -0.2279052734375, -0.5909352898597717, -0.8168255686759949, -0.5782052874565125, 1.2884867191314697, 0.7014026045799255, -0.7553064227104187, 0.49872586131095886, -0.8179109692573547, 0.8806324005126953, 0.24203531444072723, 1.284724235534668, -0.23243190348148346, -0.4299547076225281, -0.028170695528388023, 0.005398069508373737, -0.024677472189068794, -0.8005496859550476, -0.18163421750068665, 0.26014959812164307, 0.8020933270454407, 0.19177743792533875, 0.1383451670408249, 0.6444313526153564, -0.1409677416086197, 0.5078202486038208, 0.13675247132778168, -0.751605749130249, 0.5538647174835205, -0.4172999858856201, 0.3653651177883148, 0.910600483417511, 0.5483920574188232, -0.35801899433135986, 0.3382621109485626, -0.8434511423110962, -0.5700200200080872, 0.523811936378479, -0.0023082031402736902, 0.3302701413631439, 0.14180082082748413, 0.6422392725944519, 0.17249727249145508, 0.18840156495571136, -0.48927581310272217, -0.9072310924530029, -0.1868191361427307, -0.3980104923248291, 0.2770684063434601, -0.5531938672065735, -0.40449652075767517, -0.43777355551719666, 0.6327163577079773, -0.09586971253156662, 0.5065754652023315, -0.047599878162145615, 0.333274781703949, -0.2477882355451584, -0.3688279688358307, 0.367390900850296, 0.6341716051101685, -0.560332179069519, -0.258766770362854, -0.01866159215569496, -0.767306923866272, -0.2571694850921631, 0.9438701272010803, -0.00008869735756888986, -0.46423155069351196, 0.3968600630760193, 0.5679032206535339, -0.5741670727729797, -0.0258371289819479, 0.41194668412208557, -0.314968079328537, -0.4226130545139313, -0.6108657121658325, 0.15998908877372742, 0.2487272322177887, 0.22468851506710052, 0.20558148622512817, -0.1155763566493988, 0.28590959310531616, -0.3064289689064026, 0.7152402400970459, 0.10609893500804901, -0.6372799873352051, -0.4499337673187256, 0.6073673367500305, 0.5783386826515198, -0.45409855246543884, 0.9015180468559265, -0.3715600073337555, -0.18012945353984833, 0.9167464971542358, 0.21628911793231964, 0.874708890914917, -0.4239276051521301, 0.5432053804397583, 0.5111832618713379, -0.02161715179681778, 0.23893645405769348, 0.9018035531044006, -0.48126503825187683, -0.688835859298706, 0.08608435094356537, -0.6290493607521057, -0.43177488446235657, -0.20734691619873047, -1.1535096168518066, 0.2949869930744171, -0.6744349598884583, -0.19789545238018036, 0.13527549803256989, 0.22732971608638763, -0.9542095065116882, 0.40892669558525085, 0.38193246722221375, 1.4662930965423584, -0.8560365438461304, 0.8811935782432556, 0.7581233382225037, -0.5614487528800964, -0.5427958965301514, -0.0331679992377758, 0.15974465012550354, -0.966090977191925, 0.0016112144803628325, 0.13671395182609558, 0.6099363565444946, -0.12678736448287964, -0.6538802981376648, -0.8778687119483948, 1.3454523086547852, 0.18373152613639832, -0.7274424433708191, 0.4559967517852783, -0.1831546574831009, 0.258511483669281, -0.30167892575263977, 0.17118485271930695, 0.5073738098144531, 0.9391595721244812, 0.5225234627723694, -0.49784359335899353, 0.2620559334754944, -0.5288079977035522, -0.12801477313041687, 0.2873005270957947, -0.7934091091156006, 0.10263973474502563, -0.19559238851070404, -0.040726762264966965, 0.16188329458236694, 0.8110414147377014, 0.2621487081050873, 0.4919261932373047, 0.3729671537876129, 0.810841977596283, 0.905278742313385, -0.42966651916503906, 0.8776757717132568, 0.03420795500278473, 0.3068127930164337, 1.0156240463256836, -0.38739684224128723, 0.2141188681125641, 0.42159584164619446, -0.23255784809589386, 0.33490824699401855, 0.8257524967193604, -0.8565486669540405, 0.5341267585754395, 0.509916365146637, -0.06744156777858734, -0.05594386160373688, 0.08762038499116898, -0.7550916075706482, 0.1512245237827301, 0.41611912846565247, -0.10143531858921051, -0.048070672899484634, 0.1245289221405983, 0.1680513471364975, -0.06561334431171417, -0.550652265548706, 0.8949137330055237, 0.04983000084757805, -0.23312219977378845, -0.06974900513887405, -0.015460033901035786, 0.19813302159309387, -0.5404968857765198, -0.5235825181007385, -0.30450353026390076, 0.19435755908489227, -0.43612122535705566, -1.2873001098632812, 1.008911371231079, -0.32357144355773926, -0.4340764284133911, -0.19044026732444763, 0.5175164937973022, -0.29407361149787903, -0.8466856479644775, 0.36547282338142395, 0.04201221466064453, -0.00648550083860755, -0.024837994948029518, -1.0986175537109375, 0.41748636960983276, -0.246773824095726, -0.19705529510974884, 0.2079373002052307, 0.08580484241247177, 0.24514250457286835, 0.6124911308288574, 0.562421441078186, 0.03443051502108574, -0.574567437171936, 0.3158537447452545, 0.9817038774490356, -0.6153517961502075, -0.27848076820373535, -0.4369830787181854, 0.6068679690361023, -0.32769572734832764, -0.807563304901123, 0.4625677168369293, 0.8877991437911987, 0.9123132824897766, -0.13796363770961761, 0.5417541861534119, -0.5369608402252197, 0.550139307975769, -0.39593836665153503, 0.9781692028045654, -0.29178521037101746, -0.042678896337747574, -0.2373523861169815, -0.8323843479156494, -0.7004340291023254, 0.39850088953971863, 0.35480523109436035, 0.2270282357931137, 0.3302595019340515, 0.9372879266738892, -0.06952612847089767, 0.30447936058044434, 0.001496373675763607, 0.09196753799915314, 0.28963541984558105, 0.256543904542923, 0.16713228821754456, -0.5415355563163757, 0.23816733062267303, -0.39781463146209717, -0.7215924859046936, 0.2154165655374527, -1.1624680757522583, -1.0055497884750366, -0.877429723739624, -0.8127843737602234, -0.48644429445266724, -0.0800950676202774, 0.5705037117004395, 1.0784162282943726, -1.1078040599822998, -0.19571182131767273, -0.1689893901348114, 0.29791849851608276, -0.031025148928165436, -0.12886202335357666, 0.6827576756477356, 0.501723051071167, -0.6141988635063171, -0.2007724940776825, -0.0525900162756443, 0.46534761786460876, -0.10537607222795486, 0.012513222172856331, -0.0407722145318985, 0.18669454753398895, 0.051952578127384186, 0.4599769413471222, 0.05145813524723053, -0.23365837335586548, -0.5260477662086487, 0.12833036482334137, 0.055209871381521225, 0.7021710872650146, -0.4273810088634491, 0.05803350731730461, 0.6322699785232544, 0.38510861992836, 0.8868057727813721, 0.07578445971012115, 0.6458026766777039, -0.5728785395622253, -0.09262415766716003, -0.18325689435005188, 0.42099958658218384, 0.2550264298915863, -0.4766350984573364, 0.7841293215751648, 0.38185742497444153, -0.5224787592887878, -0.5544293522834778, 0.12849579751491547, -1.4400672912597656, 0.24344243109226227, 0.9368749856948853, 0.024305496364831924, -0.2436821609735489, -0.10292980074882507, -0.3937232196331024, 0.16819563508033752, -0.8824191093444824, 0.5160431861877441, 0.7126120328903198, 0.1814681887626648, -0.4485839009284973, -0.17095844447612762, 0.6811469793319702, -0.512022852897644, -1.2571107149124146, 0.2526838481426239, 0.42438772320747375, 0.20188353955745697, 0.029971718788146973, 0.6757189035415649, -0.29414820671081543, 0.2572745680809021, 0.435142457485199, 0.31735748052597046, -0.46276921033859253, -0.5773716568946838, -0.5393849015235901, 0.04089735820889473, -0.29090961813926697, -0.526668906211853 ]
result-kand2-sdxl-wuerst-karlo/bfc3e463
result-kand2-sdxl-wuerst-karlo
2023-09-28T22:55:10Z
526
0
[ "region:us" ]
null
2023-09-28T22:55:09Z
--- dataset_info: features: - name: result dtype: string - name: id dtype: int64 splits: - name: train num_bytes: 164 num_examples: 10 download_size: 1316 dataset_size: 164 configs: - config_name: default data_files: - split: train path: data/train-* --- # Dataset Card for "bfc3e463" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
[ -0.9584200382232666, -0.22189392149448395, 0.41459929943084717, 0.410539835691452, -0.16241465508937836, -0.11975592374801636, 0.4654320776462555, -0.3262813985347748, 0.6010660529136658, 0.5077453255653381, -0.8892031311988831, -0.8525023460388184, -0.5497840046882629, -0.20319007337093353, -0.3706689774990082, 1.2643954753875732, -0.19305382668972015, 0.14232677221298218, -0.33313751220703125, -0.016848396509885788, -0.3472844958305359, -0.5501192212104797, -0.7067780494689941, -0.5332772135734558, 0.8676620721817017, 0.9197147488594055, 0.5598856210708618, 0.5337638258934021, 0.7971653938293457, 0.21972154080867767, 0.020029855892062187, -0.38824766874313354, -0.5250552296638489, -0.37022411823272705, -0.1628754734992981, -0.3937826454639435, -0.9777816534042358, -0.05619807541370392, 0.6252143383026123, 0.4976068437099457, -0.14609944820404053, 0.638388454914093, -0.3117942214012146, 0.8918114900588989, -0.4101375341415405, 0.6746088862419128, -0.016741273924708366, -0.12050464004278183, -0.7230207920074463, 0.17713898420333862, 0.19618454575538635, -0.465762197971344, -0.003264035563915968, -0.9655215740203857, 0.37185657024383545, 0.13253891468048096, 0.957820475101471, 0.01841413415968418, -0.02137596346437931, -0.06464465707540512, -0.3576558530330658, -0.03507550060749054, -0.24287553131580353, 0.3854330778121948, 0.7628716826438904, 0.3138991594314575, -0.0207184050232172, -0.5415892601013184, -0.35145795345306396, 0.3258025646209717, -0.010422096587717533, 0.2581920325756073, 0.06571310758590698, -0.0017624535830691457, 0.457348495721817, 0.7569906115531921, -0.4566725492477417, -0.09847689419984818, -0.75262451171875, -0.4443688988685608, 0.6913180947303772, 0.1083325669169426, 0.05354999378323555, -0.1769895702600479, -0.24747715890407562, -0.18039745092391968, -0.457177072763443, -0.10668494552373886, 0.5481303334236145, 0.1447068303823471, -1.161095142364502, 0.6275612711906433, -0.038047049194574356, 0.4655018150806427, 0.2836652100086212, 0.7549779415130615, 0.6345983743667603, -0.21664683520793915, -0.18585287034511566, 0.1188872680068016, 0.2366200089454651, 0.48902854323387146, 0.1481401026248932, 0.1515079140663147, 0.023522935807704926, -0.13403967022895813, 0.020985107868909836, -1.3959670066833496, -0.7819427251815796, 0.5035259127616882, -0.7327142357826233, -0.1751381754875183, 0.6177206039428711, -1.0152502059936523, -0.37946203351020813, -0.2024032175540924, -0.06616926938295364, -0.1105547547340393, -0.685714602470398, -0.12880820035934448, -0.725318968296051, 0.550209105014801, 0.06862124055624008, -0.9020243883132935, 0.4425908029079437, 0.8142228126525879, 0.5607574582099915, 0.07718884199857712, -0.152847021818161, -0.5788843035697937, 0.5392815470695496, -0.12487885355949402, 0.9072840213775635, -0.5280381441116333, -0.5787754654884338, 0.06896005570888519, 0.499642014503479, 0.2822648882865906, -0.38288718461990356, 0.8704487681388855, -0.5153350234031677, -0.2756587564945221, -0.7726412415504456, -0.6695519089698792, -0.17166821658611298, 0.1853863149881363, -1.32676362991333, 1.0370450019836426, 0.3550977110862732, -0.7951148152351379, 0.3698737621307373, -1.219896912574768, -0.28968000411987305, 0.7288484573364258, -0.05863353982567787, -0.4652361273765564, 0.24265128374099731, -0.020175596699118614, 0.7899840474128723, -0.11322043836116791, 0.26608818769454956, -0.9665920734405518, -0.46597224473953247, 0.005823764018714428, 0.2345053106546402, 0.8259468078613281, 0.21973571181297302, 0.2136804461479187, -0.15120361745357513, -0.8840292096138, -0.21581698954105377, 0.2748847007751465, -0.12228070944547653, -0.08502072840929031, -0.5237690806388855, 0.32528719305992126, -0.1920851320028305, 0.358042448759079, -0.5057851672172546, 0.07190259546041489, 0.07217849045991898, -0.2881409227848053, 0.8341230154037476, 0.3212568461894989, 0.2207563817501068, -0.5501959919929504, 0.37292733788490295, 0.07500939071178436, 0.33171576261520386, 0.36964932084083557, -0.5665523409843445, -0.6289032101631165, -0.25053781270980835, 0.6151348948478699, 0.6870275735855103, -0.6044885516166687, 0.613351047039032, 0.18977773189544678, -0.8760002255439758, -0.013221698813140392, 0.05058474466204643, 0.25024980306625366, 0.05412307009100914, 0.407610148191452, -0.5704421401023865, -0.744121253490448, -0.9050614833831787, 0.38902905583381653, -0.27320927381515503, 0.06080983579158783, 0.504234790802002, 0.8690682053565979, -0.5887882113456726, 0.3616655766963959, -0.8993492126464844, -0.20684830844402313, 0.1096048653125763, -0.16175477206707, 0.15350241959095, 0.9249297976493835, 1.0651979446411133, -0.784636914730072, -0.16142608225345612, -0.5431323051452637, -0.3897877633571625, -0.06452514976263046, 0.43593117594718933, -0.8284613490104675, 0.03763090446591377, 0.2822244167327881, -0.3243279457092285, 0.6888226270675659, 1.0237642526626587, -0.7450238466262817, 0.11044611781835556, 0.29441937804222107, 0.3709961771965027, -1.2329527139663696, 0.391630619764328, 0.04196145012974739, -0.22010181844234467, -0.3789787292480469, -0.07886570692062378, 0.023653622716665268, -0.17135785520076752, -0.18042148649692535, 0.5671550631523132, -0.3568416237831116, -0.12499863654375076, 0.06894941627979279, 0.02233980968594551, -0.07445438206195831, 0.35763677954673767, 0.1366714984178543, 0.29940590262413025, 0.9212125539779663, -0.4238518178462982, 0.8862529993057251, 0.7945438623428345, 0.10150475054979324, 1.038221836090088, -0.5377748012542725, 0.07746237516403198, -0.19203756749629974, 0.3913743793964386, -0.6335660219192505, -0.7686812877655029, 0.5668563842773438, -0.36009567975997925, 0.4395200312137604, -0.5497370362281799, -0.5834015607833862, -0.751219630241394, -0.1917014718055725, 0.8084652423858643, 0.22587190568447113, -0.7702338695526123, 0.4687037765979767, 0.6665089130401611, 0.014416730962693691, 0.07976780831813812, -1.0343831777572632, -0.27332836389541626, -0.11582662165164948, -0.24741290509700775, 0.6277058124542236, -0.6462041735649109, 0.07936087995767593, -0.009752025827765465, 0.11059561371803284, -0.3024693429470062, -0.20096179842948914, 0.651419460773468, 0.41719478368759155, -0.1102098822593689, 0.14527036249637604, -0.187311053276062, -0.5751426219940186, 0.38008809089660645, -0.034852053970098495, 0.20196133852005005, -0.3361193835735321, -0.09058666974306107, -0.36500027775764465, 0.6458908319473267, 0.15335345268249512, -0.04235755652189255, 0.47400084137916565, 1.0923482179641724, -0.9239875078201294, 0.0799574926495552, -0.5596925020217896, -0.028072746470570564, -0.49884772300720215, 0.01982773281633854, -0.4150373339653015, -0.7722486853599548, 0.6268725395202637, 0.03965597227215767, -0.18345171213150024, 0.80462247133255, 0.7989661693572998, 0.15325197577476501, 0.6932236552238464, 0.6682636141777039, -0.14088866114616394, 0.46422240138053894, -0.25807443261146545, -0.480774849653244, -0.6230345964431763, -0.5575724244117737, -0.5383034944534302, -0.29614320397377014, -0.803164005279541, -0.4172258675098419, -0.2726286053657532, -0.10760875791311264, -0.41963842511177063, 0.5709316730499268, -0.5577753186225891, 0.4694908857345581, 0.5777527093887329, 0.3992847204208374, -0.256430059671402, -0.25167590379714966, 0.145015150308609, 0.3898473083972931, -0.5200272798538208, -0.005320234689861536, 1.0525844097137451, 0.4133922755718231, 0.6029635667800903, 0.49969926476478577, 1.0337252616882324, 0.33113783597946167, 0.4937969446182251, -0.2977750301361084, 0.4256804883480072, -0.0300110075622797, -1.132426381111145, 0.10294383764266968, -0.26321932673454285, -0.6206643581390381, -0.696566104888916, -0.3710035979747772, -0.28317829966545105, 0.5052659511566162, 0.44782179594039917, -0.06969669461250305, 0.2212534099817276, -0.8864629864692688, 1.1519688367843628, -0.08259497582912445, -0.22489728033542633, -0.16085883975028992, -0.5973190069198608, 0.31508973240852356, 0.07490957528352737, 0.10357076674699783, -0.37155798077583313, -0.008583346381783485, 1.0438891649246216, -0.5418040156364441, 0.8291780352592468, -0.8190204501152039, -0.06296800076961517, 0.2245851457118988, -0.18460115790367126, 0.34292763471603394, 0.7631909847259521, -0.13572628796100616, 0.15855000913143158, 0.2857736349105835, -0.867865800857544, -0.222947895526886, 0.9960078001022339, -0.8164294362068176, 0.028454886749386787, -0.4882756769657135, -0.33089306950569153, -0.29129964113235474, 0.34032541513442993, 0.11235079169273376, 0.7153915166854858, -0.5841715335845947, 0.0457109659910202, 0.7184194326400757, 0.39155539870262146, 0.4676158130168915, 0.24686667323112488, -0.2967028021812439, -0.6322457790374756, 0.9366805553436279, -0.01566770300269127, -0.31655046343803406, 0.2849941551685333, 0.11016591638326645, -0.15058167278766632, -0.5095992088317871, -0.59273362159729, 0.3155152201652527, -0.5933332443237305, -0.641139030456543, -0.23558175563812256, -0.2579030692577362, -0.2739189863204956, -0.4746731221675873, -0.30394333600997925, -0.4578123688697815, -0.8033115267753601, -0.7387896776199341, 1.1744236946105957, 0.737270176410675, -0.7560147643089294, 0.5053455829620361, -0.8359452486038208, 0.6604592204093933, 0.08083010464906693, 1.3860419988632202, -0.3217339813709259, -0.28475797176361084, -0.43815284967422485, -0.16485601663589478, 0.0564984492957592, -0.7455481290817261, -0.3642733693122864, 0.04007531702518463, 0.6263105869293213, 0.21192814409732819, -0.2014882117509842, 0.7153099179267883, -0.14228148758411407, 0.6239161491394043, 0.17889828979969025, -0.9137411117553711, 0.4389702379703522, -0.3337858319282532, 0.45994022488594055, 1.0373458862304688, 0.7001712918281555, -0.07838695496320724, 0.13564620912075043, -1.1343849897384644, -0.6438356041908264, 0.5600137710571289, 0.17155350744724274, -0.08493144065141678, 0.1820942461490631, 0.615240216255188, 0.020038513466715813, 0.19124500453472137, -0.6826183795928955, -0.9057831168174744, -0.44727620482444763, -0.4801085889339447, 0.24232268333435059, -0.5065229535102844, -0.3816998302936554, -0.49232834577560425, 0.9479457139968872, -0.10771515220403671, 0.5769619345664978, 0.06442838907241821, 0.38808587193489075, -0.11935021728277206, -0.28516823053359985, 0.34249696135520935, 0.4259597957134247, -0.6955536007881165, -0.1527034342288971, -0.023659048601984978, -0.5080838799476624, -0.3712365925312042, 1.0576541423797607, 0.22271564602851868, -0.34349504113197327, 0.3170163631439209, 0.6631134748458862, -0.08054827898740768, -0.07927636057138443, 0.5425156354904175, -0.3405667245388031, -0.5411542057991028, -0.5544210076332092, 0.08498848974704742, 0.17799848318099976, 0.35947102308273315, -0.0911831259727478, -0.004986301530152559, 0.4363441467285156, -0.38629522919654846, 0.6882733702659607, 0.028838951140642166, -0.8132339715957642, -0.37602698802948, 0.4459390342235565, 0.719569742679596, -0.15867064893245697, 0.6426903009414673, -0.23429422080516815, -0.3471347689628601, 0.7089152336120605, 0.44311439990997314, 0.7208510637283325, -0.25400233268737793, 0.42822107672691345, 0.569084882736206, 0.05815110728144646, 0.24427828192710876, 0.8319202065467834, -0.2889237701892853, -0.6356903910636902, 0.011439388617873192, -0.35514217615127563, -0.47880780696868896, -0.187989741563797, -1.082200288772583, 0.39415329694747925, -0.7960494160652161, -0.1583179235458374, 0.08661992102861404, 0.30492907762527466, -1.0964604616165161, 0.39302965998649597, 0.5720707774162292, 1.5042965412139893, -0.7279049158096313, 0.602485179901123, 0.6577448844909668, -0.3395857512950897, -0.8124309778213501, -0.1584807187318802, 0.16890515387058258, -0.8424904346466064, -0.2593018710613251, 0.3442179560661316, 0.2778860032558441, -0.008042454719543457, -0.9418260455131531, -0.8520787358283997, 1.2584367990493774, 0.013556897640228271, -0.6386078000068665, 0.4492940306663513, -0.3019355535507202, 0.23381857573986053, -0.3467395603656769, 0.17607653141021729, 0.7160553932189941, 1.0523427724838257, 0.3438495397567749, -0.3392871916294098, 0.31094232201576233, -0.554082453250885, -0.24035029113292694, 0.4196597933769226, -0.9449529647827148, -0.10633211582899094, -0.05465587601065636, 0.11036157608032227, 0.14555582404136658, 0.840531051158905, 0.2833627760410309, 0.20747287571430206, 0.4639667868614197, 0.6284988522529602, 0.898417055606842, -0.5013670325279236, 0.8952752947807312, -0.015429150313138962, 0.3241753876209259, 0.9670186042785645, -0.26774129271507263, 0.2882433831691742, 0.3603328466415405, 0.1555851697921753, 0.6661767363548279, 0.8116636872291565, -0.7685777544975281, 0.4144760072231293, 0.30552053451538086, -0.15703023970127106, -0.21734671294689178, -0.05128714069724083, -0.7101923227310181, 0.19260607659816742, 0.5647355914115906, -0.2576743960380554, 0.14830726385116577, -0.2536132037639618, 0.3560013771057129, -0.2772635817527771, -0.6176711320877075, 0.8194016218185425, -0.10914798080921173, -0.3419412672519684, 0.018971605226397514, -0.012836658395826817, 0.06671749800443649, -0.708013653755188, -0.3222699761390686, -0.041186850517988205, 0.14417728781700134, -0.5704925656318665, -1.1857335567474365, 0.7214821577072144, -0.2592298090457916, -0.49222713708877563, 0.06222124770283699, 0.5061256289482117, -0.35366469621658325, -0.924800455570221, 0.47364816069602966, 0.08685685694217682, 0.07491980493068695, 0.2135954350233078, -1.2703580856323242, 0.5562856197357178, -0.1010531634092331, -0.131621852517128, -0.08502434939146042, 0.3212480843067169, 0.225876122713089, 0.33391761779785156, 0.5080761313438416, -0.07542060315608978, -0.5296964049339294, 0.24191780388355255, 1.0362725257873535, -0.8942862153053284, -0.32660433650016785, -0.5143279433250427, 0.7174333930015564, -0.4058712124824524, -0.5591511726379395, 0.4668102562427521, 1.1073107719421387, 0.9983094334602356, -0.060780227184295654, 0.8659361004829407, -0.578087568283081, 0.4852293133735657, -0.38900449872016907, 0.3598746359348297, -0.25740230083465576, -0.2950111925601959, -0.32761842012405396, -0.661321222782135, -0.7964058518409729, 0.36897680163383484, 0.32175368070602417, 0.12164280563592911, 0.6397029161453247, 0.9610520601272583, -0.21198590099811554, 0.5261806845664978, -0.11757724732160568, 0.18012793362140656, 0.29008594155311584, 0.43702027201652527, 0.21558226644992828, -0.5354316234588623, 0.38716307282447815, -0.2847249209880829, -0.6500128507614136, -0.04587794840335846, -1.1387152671813965, -1.0786991119384766, -0.6208994388580322, -0.5522854924201965, -0.6073185801506042, 0.003120784182101488, 0.7583557963371277, 1.0515942573547363, -1.1289033889770508, -0.11482812464237213, -0.05323641747236252, 0.2539510428905487, 0.017770154401659966, -0.14572900533676147, 0.5744029879570007, 0.6218492388725281, -0.5637698769569397, -0.2271697074174881, -0.1474214643239975, 0.5564736723899841, -0.11642488837242126, -0.04458893463015556, -0.18732041120529175, 0.05485260859131813, 0.186066672205925, 0.4729123115539551, -0.08333710581064224, -0.5511336922645569, -0.629570722579956, 0.1540239453315735, -0.00601387582719326, 0.9970908761024475, -0.37138184905052185, -0.02782861888408661, 0.4944000840187073, 0.4653339087963104, 0.9134333729743958, 0.1824813038110733, 0.7900993824005127, -0.7188551425933838, 0.12610766291618347, -0.2164573222398758, 0.5429071187973022, 0.3558105528354645, -0.5298120975494385, 0.8544232249259949, 0.4088456630706787, -0.7260963916778564, -0.3543919324874878, 0.21043409407138824, -1.4200713634490967, 0.2512017488479614, 1.0017569065093994, 0.14121302962303162, -0.3703755736351013, -0.1368342936038971, -0.43483617901802063, 0.1925940364599228, -0.9134690761566162, 0.09388618171215057, 0.8095263242721558, 0.04521433264017105, -0.17327530682086945, -0.2628093957901001, 0.7430249452590942, -0.3166179955005646, -1.182653546333313, 0.16863715648651123, 0.688686728477478, 0.09806693345308304, -0.029830394312739372, 0.601669430732727, -0.32878562808036804, 0.3387158215045929, 0.07338209450244904, 0.3348451554775238, -0.1553698629140854, -0.5444797277450562, -0.1400352418422699, -0.008002765476703644, -0.2142130732536316, -0.3201460540294647 ]
result-kand2-sdxl-wuerst-karlo/ec996d80
result-kand2-sdxl-wuerst-karlo
2023-09-30T13:14:29Z
526
0
[ "region:us" ]
null
2023-09-30T13:14:28Z
--- dataset_info: features: - name: result dtype: string - name: id dtype: int64 splits: - name: train num_bytes: 217 num_examples: 10 download_size: 1370 dataset_size: 217 configs: - config_name: default data_files: - split: train path: data/train-* --- # Dataset Card for "ec996d80" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
[ -0.6139594316482544, -0.08546721935272217, 0.3494113087654114, 0.04286472499370575, -0.2231336086988449, -0.01063300296664238, 0.4072842597961426, -0.1516341120004654, 0.9598793387413025, 0.4905899167060852, -0.8664221167564392, -0.557704508304596, -0.4373111426830292, -0.18062840402126312, -0.2778099477291107, 1.1228899955749512, 0.23759900033473969, 0.15235790610313416, -0.27320396900177, -0.1576234996318817, -0.20588533580303192, -0.6906835436820984, -0.5582038760185242, -0.5060545206069946, 0.9909700155258179, 0.7061588764190674, 0.41563335061073303, 0.5003345608711243, 0.8352653980255127, 0.20046797394752502, -0.07595531642436981, -0.42246389389038086, -0.4225964844226837, -0.14828287065029144, -0.11124145984649658, -0.5474094748497009, -1.3473821878433228, -0.21732522547245026, 0.4808714687824249, 0.7586255669593811, -0.16625112295150757, 0.8544668555259705, -0.1511469930410385, 1.005434513092041, -0.3726744055747986, 0.4658506512641907, -0.11510830372571945, -0.10536161065101624, -0.7040104269981384, -0.09086965769529343, 0.1279214471578598, -0.32956182956695557, -0.2537161111831665, -1.0855835676193237, 0.1538577675819397, 0.132569819688797, 0.5447925925254822, 0.2560378909111023, 0.02650020644068718, -0.07617250829935074, -0.4610995948314667, 0.107586570084095, -0.28683629631996155, 0.24974896013736725, 0.7603302001953125, 0.38234928250312805, -0.0005956788663752377, -0.5882942080497742, -0.3765030801296234, 0.33674293756484985, 0.11859887838363647, 0.23223723471164703, 0.10954532772302628, 0.07221955806016922, 0.8523937463760376, 0.6795472502708435, -0.5509651303291321, -0.16857874393463135, -0.8884153366088867, -0.42057326436042786, 0.777759850025177, 0.16488242149353027, 0.23685601353645325, -0.2690620720386505, -0.03868909180164337, -0.27147039771080017, -0.663681149482727, 0.026627257466316223, 0.7226327061653137, 0.08686662465333939, -1.1972661018371582, 0.4003807008266449, -0.27634814381599426, 0.15367378294467926, 0.33141517639160156, 0.6670250296592712, 0.702601969242096, -0.05988398939371109, -0.15555526316165924, 0.22793936729431152, 0.14970819652080536, 0.545877993106842, -0.006531268823891878, 0.14071352779865265, -0.05507715791463852, 0.11283501982688904, 0.08612141758203506, -1.1174873113632202, -0.8829973340034485, 0.5929512977600098, -0.8737939596176147, -0.3007277548313141, 0.5017985105514526, -0.9620776772499084, -0.43672215938568115, -0.33166971802711487, 0.10916546732187271, 0.24931581318378448, -0.884479820728302, -0.1453569084405899, -0.713358998298645, 0.4014604091644287, 0.2636440694332123, -0.7499728202819824, 0.16563881933689117, 0.8487052321434021, 0.34380900859832764, 0.31022801995277405, -0.05932455509901047, -0.6742656826972961, 0.29140689969062805, -0.14521031081676483, 0.9456465840339661, -0.6585139632225037, -0.3765280544757843, 0.06429982930421829, 0.6523120999336243, 0.24126920104026794, -0.34604331851005554, 1.1126190423965454, -0.3104225695133209, -0.07295116782188416, -0.7279083132743835, -0.5961050987243652, -0.25752782821655273, 0.21635207533836365, -1.2537434101104736, 1.1279796361923218, 0.17385642230510712, -0.7539092898368835, 0.19066546857357025, -1.143182396888733, -0.05810210853815079, 0.945456862449646, -0.1685389131307602, -0.34543365240097046, 0.44990140199661255, -0.22857962548732758, 0.6023093461990356, -0.03555674105882645, 0.3092268407344818, -0.8567708134651184, -0.25722286105155945, -0.13484355807304382, 0.0769672840833664, 0.8933933973312378, 0.17745517194271088, 0.2914005219936371, 0.07155073434114456, -1.0137512683868408, -0.015314249321818352, 0.22894152998924255, 0.014303335919976234, -0.38830435276031494, -0.4790263772010803, 0.4954495429992676, -0.1771567463874817, 0.2766769528388977, -0.5901389122009277, 0.21946141123771667, 0.08158573508262634, 0.0700189396739006, 0.7587850093841553, 0.03975692763924599, 0.37332281470298767, -0.5933815836906433, 0.6847561001777649, -0.02950318343937397, 0.37206101417541504, -0.19198626279830933, -0.4858839213848114, -0.7127065658569336, 0.30669453740119934, 0.7205507159233093, 0.5269559025764465, -0.7450529336929321, 0.8812971711158752, 0.027019647881388664, -0.6683188676834106, -0.2374897599220276, -0.2364858090877533, 0.09355668723583221, 0.21898534893989563, 0.2959273159503937, -0.6793190836906433, -0.6348975300788879, -0.8185543417930603, 0.5399459600448608, 0.04914765805006027, 0.032203011214733124, 0.2283172309398651, 0.8515041470527649, -0.20118173956871033, 0.2363857477903366, -0.649986207485199, -0.12155479937791824, -0.07912225276231766, -0.36631277203559875, 0.2792677581310272, 0.8107302784919739, 1.0377087593078613, -0.7356788516044617, -0.21540525555610657, -0.48353952169418335, -0.47124582529067993, -0.06332462280988693, 0.23082275688648224, -0.6424137949943542, -0.15922093391418457, 0.10294688493013382, -0.22519142925739288, 0.9292417168617249, 1.0376272201538086, -0.5857282280921936, 0.03599974513053894, -0.17485204339027405, 0.32105353474617004, -1.4334428310394287, 0.4604734182357788, 0.022446269169449806, -0.24196864664554596, -0.4589337706565857, -0.026172831654548645, 0.39677223563194275, -0.19322219491004944, -0.14580681920051575, 0.37580886483192444, -0.4951464533805847, -0.03566761687397957, -0.1653573215007782, -0.16389340162277222, -0.06698685139417648, 0.3531148433685303, 0.03357229381799698, 0.31515735387802124, 1.0083650350570679, -0.3833177983760834, 0.8974011540412903, 0.5022315382957458, -0.0023073952179402113, 1.0920302867889404, -0.8131316900253296, 0.253720760345459, -0.3053966164588928, 0.49532654881477356, -0.6870571374893188, -0.655485987663269, 0.47268253564834595, -0.2995775043964386, 0.3766971230506897, -0.6956384181976318, -0.34783947467803955, -0.6777950525283813, -0.4970152974128723, 0.8656976222991943, 0.5823674201965332, -0.7813438773155212, 0.512206494808197, 0.7668907642364502, -0.17196735739707947, 0.036287419497966766, -0.7562635540962219, 0.01425607968121767, -0.43767350912094116, -0.17795340716838837, 0.6013045310974121, -0.578999936580658, 0.06082818657159805, -0.2605346143245697, 0.36710530519485474, -0.08697859197854996, -0.12998038530349731, 0.7860458493232727, 0.29114004969596863, -0.1495487093925476, 0.1785126030445099, 0.08835587650537491, -0.889742910861969, 0.29249534010887146, 0.19573107361793518, 0.4152853488922119, 0.24515436589717865, -0.12095314264297485, -0.6985752582550049, 0.7258169054985046, 0.3379576504230499, -0.10517794638872147, 0.27973175048828125, 0.6569470167160034, -0.9546806216239929, -0.36859244108200073, -0.40289831161499023, -0.21931156516075134, -0.4798927903175354, 0.11945722997188568, -0.3643299341201782, -0.4169559180736542, 0.7796053290367126, -0.126787468791008, -0.1566818207502365, 0.8773569464683533, 0.7479897141456604, 0.038990966975688934, 0.6411937475204468, 0.7275004982948303, -0.28797319531440735, 0.4312465786933899, -0.4000798463821411, -0.2887021005153656, -0.8950281143188477, -0.3034861981868744, -0.6126115322113037, -0.6427492499351501, -0.6096221804618835, -0.2536222040653229, -0.02307681366801262, -0.0026957951486110687, -0.25024348497390747, 0.5503121018409729, -0.7793518900871277, 0.5477181077003479, 0.6090683937072754, 0.31614089012145996, -0.06927184760570526, -0.17658573389053345, 0.34258246421813965, 0.24611178040504456, -0.6209722757339478, -0.2229039967060089, 1.31393301486969, 0.4997637867927551, 0.9169532656669617, 0.2788434624671936, 0.85882967710495, 0.468576580286026, 0.2382938265800476, -0.2939506471157074, 0.29760676622390747, -0.007932090200483799, -0.5864212512969971, 0.1771422028541565, -0.11967279016971588, -0.7038599252700806, -0.6007120609283447, -0.2867548167705536, -0.1565174162387848, 0.5428484678268433, 0.4931241571903229, -0.2806137204170227, 0.27791276574134827, -0.8358182311058044, 0.9163622856140137, -0.1522955447435379, 0.028407040983438492, -0.32656964659690857, -0.45809802412986755, 0.004560387227684259, 0.23696368932724, 0.11737246066331863, -0.43456611037254333, 0.04639274626970291, 1.1017818450927734, -0.5029358267784119, 0.996587872505188, -0.686061680316925, -0.03849490359425545, -0.04397907853126526, -0.28214460611343384, 0.27140504121780396, 0.38679203391075134, -0.1613391786813736, 0.1681929975748062, 0.36380860209465027, -0.5683646202087402, -0.14086177945137024, 0.8812003135681152, -0.5628851056098938, 0.19322451949119568, -0.437448650598526, -0.34528738260269165, 0.1036621481180191, 0.13382677733898163, 0.29470720887184143, 1.1192851066589355, -0.26671817898750305, 0.1694634109735489, 0.6248853206634521, 0.22228538990020752, 0.6536360383033752, 0.07137183845043182, -0.16936460137367249, -0.49583670496940613, 0.8553325533866882, 0.2429017871618271, -0.2802930772304535, 0.24091453850269318, 0.27893495559692383, -0.2224591076374054, -0.46845027804374695, -0.8011936545372009, 0.18770048022270203, -0.3891807496547699, -0.686110258102417, -0.16219617426395416, -0.19557587802410126, -0.34853142499923706, -0.269673615694046, -0.2731400728225708, -0.8573979139328003, -0.48907095193862915, -0.5890426635742188, 1.2060655355453491, 0.8502090573310852, -0.5386701226234436, 0.305978000164032, -0.8278720378875732, 0.4628135561943054, -0.2058275192975998, 1.0022988319396973, -0.03803199529647827, -0.6199957132339478, -0.27779489755630493, -0.06089752912521362, -0.10000245273113251, -0.6583060622215271, -0.14248807728290558, 0.24107450246810913, 0.7354146838188171, 0.1808057576417923, 0.28581753373146057, 0.5943776965141296, -0.23510199785232544, 0.607712984085083, 0.20519311726093292, -0.6733022928237915, 0.7153619527816772, -0.37108147144317627, 0.36025285720825195, 0.8165517449378967, 0.6059007048606873, -0.3780548870563507, 0.15802089869976044, -1.2469689846038818, -0.6299793124198914, 0.5259523391723633, -0.11230894178152084, 0.3038190007209778, 0.465023934841156, 0.6955246925354004, 0.10583245009183884, 0.15612998604774475, -0.5894312858581543, -1.0550930500030518, -0.06169487163424492, -0.5707209706306458, 0.3389167785644531, -0.5035330653190613, -0.3158685564994812, -0.581301212310791, 0.6874188780784607, -0.11338111013174057, 0.45095986127853394, 0.03254879266023636, 0.30817002058029175, -0.33025041222572327, -0.07927021384239197, 0.4205094575881958, 0.6204771995544434, -0.4077322781085968, -0.1384134143590927, -0.29971155524253845, -0.5769086480140686, -0.48544827103614807, 0.7286712527275085, -0.12890766561031342, -0.3741379678249359, 0.44485417008399963, 0.6026231050491333, -0.22849896550178528, -0.1281122863292694, 0.4193571209907532, -0.184717059135437, -0.5036078095436096, -0.5277499556541443, 0.19833539426326752, 0.20965759456157684, 0.1891457438468933, 0.2132035344839096, -0.19169959425926208, 0.3870576024055481, -0.4352646470069885, 0.509607195854187, -0.053352829068899155, -0.661233127117157, -0.8251751661300659, 0.6076540946960449, 0.8812127113342285, -0.6033111810684204, 0.6580349206924438, -0.1782669872045517, -0.6693630814552307, 0.8902789950370789, 0.1731904000043869, 0.8074679970741272, -0.37631121277809143, 0.3012229800224304, 0.6596018075942993, 0.01316520944237709, 0.21995896100997925, 0.9733765721321106, -0.3272967040538788, -0.5943018198013306, -0.01775324158370495, -0.16598258912563324, -0.5644968748092651, -0.196877583861351, -1.2557218074798584, 0.19797354936599731, -0.7657763361930847, -0.11943233758211136, 0.15799102187156677, 0.20508292317390442, -0.8634073138237, 0.12158872187137604, 0.3957414925098419, 1.2851136922836304, -0.7597419619560242, 0.9001813530921936, 0.8179442286491394, -0.313875287771225, -0.7928463220596313, -0.32567834854125977, 0.11320589482784271, -0.865588366985321, -0.14559674263000488, 0.2752631902694702, 0.6005359292030334, -0.08439923822879791, -0.7352480292320251, -0.5414718389511108, 1.2511597871780396, 0.127168208360672, -0.9672123789787292, 0.4908472001552582, -0.20882786810398102, 0.28403711318969727, -0.4181654751300812, 0.3906296491622925, 0.42251452803611755, 0.6998438835144043, 0.13074924051761627, -0.8207282423973083, 0.06413619220256805, -0.6570013165473938, -0.4712810516357422, 0.5372892618179321, -0.7622061967849731, 0.06667417287826538, -0.07413347065448761, 0.13669618964195251, 0.08946990966796875, 0.466360479593277, -0.029503880068659782, 0.41375526785850525, 0.4456780254840851, 0.7847754955291748, 0.9730038642883301, -0.3807237446308136, 0.9130415916442871, -0.3126067519187927, 0.6207943558692932, 1.0341250896453857, -0.23461318016052246, 0.5976741313934326, 0.3667893707752228, -0.06929852813482285, 0.3143475353717804, 0.6686201691627502, -0.39093220233917236, 0.3461317718029022, 0.10093282908201218, -0.1482233852148056, -0.28092384338378906, -0.14433553814888, -0.9776151776313782, 0.024193130433559418, 0.4298469126224518, -0.45650094747543335, 0.010092728771269321, -0.12394526600837708, 0.02060791850090027, -0.12295748293399811, -0.7144180536270142, 0.7690274715423584, -0.02161005139350891, 0.0009494066471233964, -0.19907303154468536, -0.13286557793617249, 0.43660417199134827, -0.6116598844528198, -0.48976701498031616, -0.16935202479362488, 0.2526741027832031, -0.6544446349143982, -1.0475637912750244, 0.6314767003059387, -0.2881630063056946, -0.47483596205711365, -0.23276543617248535, 0.5325250625610352, -0.4170485734939575, -1.0741093158721924, 0.31659844517707825, 0.1322823166847229, 0.07415559887886047, 0.1129753366112709, -1.368169903755188, 0.5677388310432434, -0.0019057365134358406, -0.10788058489561081, 0.23310035467147827, 0.19883593916893005, 0.2192167192697525, 0.37826818227767944, 0.5423343181610107, 0.05692056193947792, -0.44161489605903625, 0.34288129210472107, 0.9162724614143372, -0.8879537582397461, -0.6149365901947021, -0.3395862281322479, 0.7966859340667725, -0.423322468996048, -0.7749080061912537, 0.4585382640361786, 1.039573311805725, 0.9297208786010742, -0.024784160777926445, 0.7277176976203918, -0.41290852427482605, 0.8678696751594543, -0.3039718568325043, 0.632927656173706, -0.2570808231830597, -0.17132523655891418, -0.13841335475444794, -0.7800662517547607, -0.5914515852928162, 0.7211902141571045, 0.28422999382019043, 0.011777984909713268, 0.4831428825855255, 1.054879069328308, -0.19604040682315826, 0.41163399815559387, 0.22747527062892914, 0.10449361056089401, 0.24779850244522095, 0.48004284501075745, 0.4150466322898865, -0.7977461814880371, -0.08271339535713196, -0.52531898021698, -0.6278960704803467, 0.20517653226852417, -1.164648175239563, -0.8272091150283813, -0.6631375551223755, -0.7553162574768066, -0.4095340371131897, -0.1698274463415146, 0.9850700497627258, 1.0474481582641602, -1.0635194778442383, -0.16253572702407837, 0.2449861615896225, 0.2145759016275406, 0.18005496263504028, -0.11331075429916382, 0.7578208446502686, 0.7176415324211121, -0.6991193890571594, -0.26232269406318665, 0.11660940945148468, 0.18133105337619781, -0.18209722638130188, 0.03996223583817482, 0.3086259067058563, -0.28664883971214294, 0.202260822057724, 0.4880593419075012, -0.13468366861343384, -0.4188651442527771, -0.7162079811096191, 0.2959304749965668, 0.15270814299583435, 1.1027950048446655, -0.4384027123451233, -0.01579532027244568, 0.6137546896934509, 0.4900571405887604, 0.3552171289920807, 0.21140269935131073, 0.6063440442085266, -0.33230331540107727, 0.29023513197898865, -0.1635982096195221, 0.5589061975479126, 0.10414480417966843, -0.5544792413711548, 0.7330390214920044, 0.37342384457588196, -0.6471224427223206, -0.562443733215332, -0.04883682355284691, -1.6335091590881348, 0.4869188070297241, 0.8014262318611145, 0.1951087862253189, -0.4051666259765625, -0.20978960394859314, -0.47984156012535095, -0.3077608346939087, -0.9624630808830261, 0.14094117283821106, 0.395187109708786, 0.023267284035682678, -0.2747132182121277, -0.3072085380554199, 0.612238347530365, -0.3458557724952698, -1.257452130317688, 0.21113146841526031, 0.5070767402648926, 0.04682896286249161, -0.03472921997308731, 0.6392930150032043, -0.07506439834833145, 0.351105272769928, 0.10211475193500519, 0.36355412006378174, -0.17498727142810822, -0.5319255590438843, -0.4451005160808563, 0.06356101483106613, -0.21791864931583405, -0.3796599209308624 ]
result-kand2-sdxl-wuerst-karlo/289673e1
result-kand2-sdxl-wuerst-karlo
2023-09-30T13:18:28Z
526
0
[ "region:us" ]
null
2023-09-30T13:18:27Z
--- dataset_info: features: - name: result dtype: string - name: id dtype: int64 splits: - name: train num_bytes: 168 num_examples: 10 download_size: 1327 dataset_size: 168 configs: - config_name: default data_files: - split: train path: data/train-* --- # Dataset Card for "289673e1" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
[ -0.6378526091575623, -0.06334839016199112, 0.32521793246269226, 0.2814251184463501, -0.3363184928894043, -0.2896055579185486, 0.33200788497924805, -0.16813108325004578, 0.8927353024482727, 0.4675886332988739, -0.9241025447845459, -0.6777429580688477, -0.5190144181251526, 0.03879081457853317, -0.18818853795528412, 1.1495883464813232, 0.24363775551319122, 0.16942621767520905, -0.36531203985214233, 0.04129191115498543, -0.32033345103263855, -0.6535977125167847, -0.6489792466163635, -0.23648110032081604, 1.113399863243103, 0.8663778305053711, 0.3777018189430237, 0.5003737807273865, 0.902145266532898, 0.2036161720752716, 0.14514902234077454, -0.354998379945755, -0.6016414165496826, -0.22746144235134125, -0.10472340881824493, -0.4492342472076416, -1.172836184501648, 0.0010446140076965094, 0.7360160946846008, 0.5749155879020691, -0.058746859431266785, 0.7673109769821167, -0.16817022860050201, 0.7920928001403809, -0.26095283031463623, 0.5732395648956299, -0.25435954332351685, -0.2932799160480499, -0.8526334762573242, 0.06749475747346878, 0.0349583737552166, -0.5014949440956116, -0.2693915069103241, -1.241982340812683, 0.32076704502105713, 0.06517854332923889, 0.7465252876281738, 0.2112591713666916, 0.12116201967000961, -0.007738573011010885, -0.1571379452943802, 0.1588183343410492, -0.29848942160606384, 0.22857283055782318, 0.9805786609649658, 0.27928224205970764, -0.04883391782641411, -0.494722455739975, -0.2971934378147125, 0.3317328989505768, -0.11608759313821793, 0.16656945645809174, 0.24944239854812622, -0.038023773580789566, 0.6473532915115356, 0.6617220640182495, -0.613991916179657, -0.21682892739772797, -0.9054094552993774, -0.359927237033844, 1.0319570302963257, 0.05618223920464516, 0.13125097751617432, -0.40788546204566956, -0.2474299520254135, -0.11830727010965347, -0.32559385895729065, -0.255604088306427, 0.5332378149032593, 0.40505412220954895, -0.9666823148727417, 0.4049610197544098, 0.015647200867533684, 0.33484920859336853, 0.1613202542066574, 0.71913743019104, 0.67547607421875, -0.23846302926540375, -0.2695963978767395, 0.10023587942123413, 0.32250577211380005, 0.3390835225582123, 0.13977602124214172, 0.08435177057981491, 0.06310465931892395, -0.09427401423454285, 0.04563964903354645, -1.0138829946517944, -0.7211061716079712, 0.48116475343704224, -0.6587628722190857, -0.22962532937526703, 0.685411810874939, -1.0931751728057861, -0.6329218745231628, -0.3099365830421448, 0.011649846099317074, -0.032749515026807785, -0.8040794730186462, -0.1155238077044487, -0.6428176164627075, 0.48243531584739685, 0.32417622208595276, -0.9617263674736023, 0.2976616621017456, 0.969833254814148, 0.4435812830924988, 0.1311325877904892, -0.1102231815457344, -0.6120201349258423, 0.12348330020904541, -0.09309699386358261, 0.83724045753479, -0.5955032110214233, -0.42391687631607056, -0.025856774300336838, 0.5008653998374939, -0.05126399174332619, -0.3385790288448334, 1.0009281635284424, -0.4775255620479584, -0.2204609364271164, -0.708283543586731, -0.6002773642539978, -0.14838430285453796, 0.2593481242656708, -1.409247636795044, 1.1377184391021729, 0.4533238112926483, -0.666595458984375, 0.3364531397819519, -1.2952218055725098, -0.1781879961490631, 0.9442753195762634, -0.022142397239804268, -0.327739417552948, 0.260437935590744, -0.2439246028661728, 0.500041127204895, -0.20047041773796082, 0.355927050113678, -0.7559148073196411, -0.20463640987873077, -0.08882223814725876, 0.13464707136154175, 0.8750249147415161, 0.2840963304042816, 0.5844815373420715, 0.012423764914274216, -0.994260847568512, -0.02206973358988762, 0.31900468468666077, -0.047099657356739044, -0.3803791403770447, -0.6298859715461731, 0.46684974431991577, -0.14002737402915955, 0.4165496528148651, -0.5777029395103455, 0.38519489765167236, 0.12006734311580658, -0.1489226520061493, 0.7745509743690491, 0.2674786448478699, 0.3356172442436218, -0.552677571773529, 0.5847020149230957, 0.03543359786272049, 0.4234335720539093, -0.019281387329101562, -0.6244440674781799, -0.5489534735679626, -0.08462073653936386, 0.7530465722084045, 0.6810139417648315, -0.5701042413711548, 0.6767517328262329, 0.1290273368358612, -0.7195282578468323, -0.2616574466228485, 0.09400708973407745, 0.04207223281264305, 0.1462501734495163, 0.3715422451496124, -0.5202696919441223, -0.9591734409332275, -0.8381521105766296, 0.22428615391254425, -0.04308157041668892, 0.029300764203071594, 0.13575217127799988, 0.7996668815612793, -0.39374491572380066, 0.34629520773887634, -0.7741765379905701, -0.22714363038539886, 0.16826491057872772, -0.30387428402900696, 0.3476889431476593, 1.0150115489959717, 0.9952959418296814, -0.8379600048065186, -0.2617831230163574, -0.6377519965171814, -0.5492231249809265, 0.10725634545087814, 0.09058539569377899, -0.8259265422821045, -0.0739411786198616, 0.1157185509800911, -0.2903682291507721, 0.7862914800643921, 0.7738537788391113, -0.6613633632659912, -0.1832246333360672, 0.14474701881408691, 0.2902335226535797, -1.3747838735580444, 0.3381957411766052, 0.1811569631099701, -0.13468900322914124, -0.5158857703208923, -0.0896284431219101, 0.13079684972763062, -0.08903152495622635, -0.11861085891723633, 0.4565539062023163, -0.3899892270565033, 0.1986904740333557, 0.26197245717048645, -0.05765526369214058, -0.15655933320522308, 0.3965582549571991, 0.03122650645673275, 0.33016443252563477, 1.0054620504379272, -0.32729005813598633, 0.8484731316566467, 0.7738226056098938, 0.09815363585948944, 0.9081533551216125, -0.5173208117485046, 0.22457914054393768, -0.13715648651123047, 0.2984289526939392, -0.8312342166900635, -0.8992412686347961, 0.4764745235443115, -0.3398173451423645, 0.38217878341674805, -0.5618847012519836, -0.5006827116012573, -0.7041729092597961, -0.4303148686885834, 0.958080530166626, 0.4742431044578552, -0.7254602313041687, 0.3033568263053894, 0.6513415575027466, -0.17732353508472443, 0.2648250460624695, -0.957955002784729, -0.03447648882865906, -0.3421035408973694, -0.3989278972148895, 0.3473431169986725, -0.5130686163902283, 0.05116073414683342, -0.37502971291542053, 0.29810768365859985, -0.22671225666999817, -0.24867835640907288, 0.5759638547897339, 0.399469256401062, -0.11272973567247391, 0.386691153049469, -0.2656424939632416, -0.7768561244010925, 0.31534555554389954, -0.04053502902388573, 0.24908347427845, -0.019447270780801773, -0.09888894855976105, -0.4291442930698395, 0.6686695218086243, 0.3004964292049408, -0.07938601076602936, 0.40420007705688477, 0.7059624791145325, -1.0450470447540283, 0.017457595095038414, -0.4189704358577728, -0.13605323433876038, -0.46984434127807617, 0.0883316770195961, -0.3297925889492035, -0.4561770558357239, 0.7719964981079102, 0.045303069055080414, -0.21329651772975922, 1.0196372270584106, 0.5383445024490356, 0.2697924077510834, 0.654451847076416, 0.4766859710216522, -0.07194942235946655, 0.5238925218582153, -0.2796376049518585, -0.36995425820350647, -0.7510737180709839, -0.5203679203987122, -0.5361965298652649, -0.29649025201797485, -0.7727562785148621, -0.4524252712726593, -0.12577494978904724, -0.13554568588733673, -0.2884168326854706, 0.6640729904174805, -0.785385012626648, 0.5241691470146179, 0.7424644827842712, 0.4358135163784027, -0.11589446663856506, -0.17245568335056305, 0.4389526844024658, 0.17656752467155457, -0.733094334602356, -0.2697415053844452, 1.1916074752807617, 0.4752471148967743, 0.9268466234207153, 0.3821961581707001, 1.099062204360962, 0.4752142131328583, 0.4822053015232086, -0.34793350100517273, 0.42189767956733704, -0.07538391649723053, -0.7792616486549377, -0.1454906165599823, -0.10197917371988297, -0.7877026796340942, -0.6830300092697144, -0.30409011244773865, -0.36509329080581665, 0.5459747314453125, 0.3673538267612457, -0.16661320626735687, 0.10181183367967606, -1.021923303604126, 1.0835797786712646, -0.14443883299827576, -0.3249427080154419, -0.06177337095141411, -0.6577848792076111, 0.23048630356788635, -0.02691974677145481, 0.10383504629135132, -0.2884250283241272, 0.11946424096822739, 1.1286672353744507, -0.5470795631408691, 0.9852569699287415, -0.7433677315711975, -0.2053082287311554, 0.16385109722614288, -0.3569944500923157, 0.289785236120224, 0.7110282182693481, -0.41699153184890747, 0.11792419105768204, 0.352754145860672, -0.795653223991394, -0.2457388937473297, 0.9851119518280029, -0.5596304535865784, 0.06699564307928085, -0.5744873285293579, -0.3530734181404114, -0.015866704285144806, 0.2780359983444214, 0.22208565473556519, 0.8947655558586121, -0.3689427673816681, -0.06671357899904251, 0.7059935331344604, 0.45051732659339905, 0.4137222170829773, 0.07875367999076843, -0.24557138979434967, -0.5620110034942627, 1.0563230514526367, 0.29322344064712524, -0.2689996361732483, 0.2502214312553406, 0.16935592889785767, -0.35142087936401367, -0.2848797142505646, -0.5135612487792969, 0.26729461550712585, -0.6081681251525879, -0.6543696522712708, 0.0048949383199214935, -0.21506254374980927, -0.44433924555778503, -0.28266504406929016, -0.15314549207687378, -0.7609173655509949, -0.6874681711196899, -0.642935574054718, 1.2272648811340332, 0.9113932847976685, -0.7258570194244385, 0.20676924288272858, -0.8743788599967957, 0.56114262342453, 0.09222984313964844, 1.315051794052124, -0.335958331823349, -0.4853246808052063, -0.30560195446014404, -0.06877142190933228, 0.16834047436714172, -0.7893185019493103, -0.30912062525749207, 0.19654682278633118, 0.7769250273704529, 0.26682546734809875, 0.1762373149394989, 0.6201600432395935, -0.06381616741418839, 0.5969381332397461, 0.11958804726600647, -0.6726562976837158, 0.6801394820213318, -0.4411637485027313, 0.4541946351528168, 1.0348858833312988, 0.5768290162086487, -0.22096453607082367, 0.19302819669246674, -1.324140191078186, -0.6162110567092896, 0.6323443651199341, 0.114715076982975, 0.09654248505830765, 0.11703428626060486, 0.5899235606193542, 0.15623979270458221, 0.07908604294061661, -0.51866614818573, -0.826911449432373, -0.2596573233604431, -0.5088949799537659, 0.1726599484682083, -0.4560747444629669, -0.39335840940475464, -0.742293119430542, 0.8701168298721313, -0.0900217667222023, 0.4781275987625122, 0.07441893219947815, 0.33208543062210083, -0.17973116040229797, -0.10955239832401276, 0.6023975014686584, 0.45738381147384644, -0.5491241216659546, -0.1298179030418396, -0.09839481115341187, -0.6851420402526855, -0.5148764848709106, 0.9845659136772156, 0.12548469007015228, -0.2935199439525604, 0.45802628993988037, 0.6193040013313293, -0.15973687171936035, -0.020777396857738495, 0.2758505940437317, -0.1823149472475052, -0.4948838949203491, -0.5312373042106628, 0.14568418264389038, -0.01384930033236742, 0.09498699009418488, 0.24522067606449127, -0.09780053049325943, 0.2925441861152649, -0.28797897696495056, 0.5528457760810852, -0.0291344802826643, -0.8225099444389343, -0.6129797697067261, 0.5184423327445984, 0.7575618028640747, -0.5300207138061523, 0.7351188659667969, -0.2288435697555542, -0.4103272557258606, 0.8780022263526917, 0.29275137186050415, 0.8828554749488831, -0.35890403389930725, 0.3295866847038269, 0.7877940535545349, 0.16061480343341827, 0.3037733733654022, 0.9627308249473572, -0.15325279533863068, -0.42527130246162415, 0.12639658153057098, -0.28389474749565125, -0.3255850672721863, -0.1899249255657196, -1.1868654489517212, 0.35808345675468445, -0.6553494930267334, -0.17764198780059814, 0.22737263143062592, 0.13585752248764038, -0.9686740636825562, 0.3098162114620209, 0.4924789369106293, 1.5038564205169678, -0.7977379560470581, 0.6554892063140869, 0.8931182622909546, -0.4928278923034668, -0.7257866859436035, -0.2852548062801361, 0.08158548921346664, -0.8170320391654968, -0.2912849485874176, 0.2228361815214157, 0.49472153186798096, 0.02956160344183445, -1.137628197669983, -0.735298752784729, 1.1596078872680664, 0.11991337686777115, -0.7946183085441589, 0.5610272288322449, -0.06747261434793472, 0.303315132856369, -0.314594030380249, 0.21715176105499268, 0.6375229954719543, 1.0915735960006714, 0.3945119082927704, -0.5906395316123962, 0.22897766530513763, -0.7435077428817749, -0.38221055269241333, 0.4703585207462311, -0.8680431842803955, 0.061553727835416794, -0.13891816139221191, 0.07165872305631638, 0.1683524250984192, 0.5496648550033569, 0.029876263812184334, 0.3581884503364563, 0.3964516222476959, 0.5346211194992065, 1.1363364458084106, -0.5452379584312439, 0.9426057934761047, -0.10343937575817108, 0.6102870106697083, 1.0350377559661865, -0.20221689343452454, 0.29507195949554443, 0.5784299969673157, -0.043839264661073685, 0.3236704170703888, 0.8687459826469421, -0.4933569133281708, 0.3801713287830353, 0.34520307183265686, -0.13958409428596497, -0.4982365667819977, -0.12041235715150833, -0.7985237836837769, 0.009661144576966763, 0.4916907548904419, -0.31298476457595825, -0.027884604409337044, -0.10214049369096756, 0.20157532393932343, -0.12224224954843521, -0.6200791597366333, 0.9335225820541382, -0.14157555997371674, -0.37927916646003723, 0.05204591527581215, -0.2673737406730652, 0.043786533176898956, -0.7763364315032959, -0.4766070246696472, -0.12382148951292038, 0.2343795895576477, -0.6694880127906799, -1.139914631843567, 0.6309413313865662, -0.32688403129577637, -0.4755321145057678, -0.10952506214380264, 0.588544487953186, -0.5149848461151123, -1.0888010263442993, 0.1875544786453247, 0.015266671776771545, 0.05336587131023407, 0.10091610997915268, -1.1979010105133057, 0.4234637916088104, -0.09673109650611877, -0.09370596706867218, 0.08980854600667953, 0.271049439907074, -0.010955413803458214, 0.25992292165756226, 0.490408331155777, -0.38029757142066956, -0.39684122800827026, 0.30384132266044617, 1.0274667739868164, -0.8080371022224426, -0.5095958113670349, -0.5304374098777771, 0.8820436000823975, -0.43245041370391846, -0.710658848285675, 0.6083135604858398, 1.1904922723770142, 0.7541964650154114, -0.16716943681240082, 0.9407427906990051, -0.5895613431930542, 0.7185413837432861, -0.33827054500579834, 0.4876377582550049, -0.23528283834457397, -0.1434597373008728, -0.28318068385124207, -0.5626757740974426, -0.8777730464935303, 0.6679292917251587, 0.12194105237722397, 0.1308393031358719, 0.539354145526886, 1.0050323009490967, -0.1614629477262497, 0.5739116072654724, -0.007896664552390575, 0.13657936453819275, 0.18317630887031555, 0.46328413486480713, 0.32002484798431396, -0.8107587099075317, -0.03826015815138817, -0.23162372410297394, -0.6336209177970886, 0.040600571781396866, -1.1401909589767456, -0.9321169257164001, -0.7978131175041199, -0.6701673865318298, -0.6665462255477905, -0.13904277980327606, 1.0743848085403442, 1.0692102909088135, -1.1652820110321045, -0.04108802601695061, 0.07033000141382217, 0.40404167771339417, 0.10916012525558472, -0.1338912844657898, 0.603082537651062, 0.45024654269218445, -0.6608239412307739, -0.21520964801311493, -0.09082043915987015, 0.24640415608882904, -0.11766663193702698, -0.14198148250579834, -0.38659220933914185, 0.03795769065618515, 0.17464415729045868, 0.5896722078323364, -0.045531682670116425, -0.366381973028183, -0.5040610432624817, 0.02977442927658558, 0.14565470814704895, 0.9829537868499756, -0.3654748499393463, 0.20577988028526306, 0.6425703763961792, 0.2940097451210022, 0.6285269856452942, 0.4345952868461609, 0.5649064183235168, -0.651967465877533, 0.20077238976955414, -0.1068718284368515, 0.3767450749874115, 0.21420687437057495, -0.6168813705444336, 0.9602177739143372, 0.4184154272079468, -0.5971247553825378, -0.44274380803108215, 0.013498378917574883, -1.5490020513534546, 0.5760411620140076, 1.011438012123108, 0.2700200378894806, -0.3865829110145569, -0.25843727588653564, -0.6089521646499634, -0.01196896843612194, -0.96990966796875, 0.10516352951526642, 0.5548308491706848, 0.04737245291471481, -0.09205450117588043, -0.19500838220119476, 0.8166939616203308, -0.30372628569602966, -1.279327392578125, 0.1659475862979889, 0.42668959498405457, -0.0771450400352478, 0.1251506209373474, 0.6595646142959595, -0.08437210321426392, 0.3592149317264557, 0.13681921362876892, 0.2151181399822235, -0.15430453419685364, -0.46413543820381165, -0.35218170285224915, -0.09465603530406952, -0.20563583076000214, -0.4354969263076782 ]
result-kand2-sdxl-wuerst-karlo/edc62945
result-kand2-sdxl-wuerst-karlo
2023-09-30T18:26:19Z
526
0
[ "region:us" ]
null
2023-09-30T18:26:18Z
--- dataset_info: features: - name: result dtype: string - name: id dtype: int64 splits: - name: train num_bytes: 209 num_examples: 10 download_size: 1399 dataset_size: 209 configs: - config_name: default data_files: - split: train path: data/train-* --- # Dataset Card for "edc62945" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
[ -0.7034916281700134, -0.16609564423561096, 0.32728323340415955, 0.12379637360572815, -0.20059460401535034, -0.0612969845533371, 0.39226076006889343, -0.1873316615819931, 1.0279265642166138, 0.48417767882347107, -0.9975684881210327, -0.8393908739089966, -0.37858736515045166, -0.1464473009109497, -0.19775088131427765, 1.1994820833206177, 0.1179192066192627, 0.05590998753905296, -0.5295785069465637, -0.05334024131298065, -0.21253548562526703, -0.5361427664756775, -0.5399266481399536, -0.4878344237804413, 1.1317100524902344, 0.6366233825683594, 0.25255268812179565, 0.6217717528343201, 0.8435736894607544, 0.16789421439170837, -0.07614929229021072, -0.1983119398355484, -0.4266921579837799, -0.22397813200950623, -0.18948127329349518, -0.44843748211860657, -1.3530769348144531, 0.01941397227346897, 0.5831987261772156, 0.7365955710411072, -0.2912501394748688, 0.7053551077842712, -0.1616479605436325, 0.8467197418212891, -0.33027568459510803, 0.5739519000053406, -0.18939021229743958, -0.11859972029924393, -0.684503972530365, -0.10755649209022522, 0.07165931165218353, -0.4729574918746948, -0.33257871866226196, -1.0319644212722778, 0.21386200189590454, -0.03952958434820175, 0.6632238030433655, 0.3077748417854309, -0.016485730186104774, -0.19756171107292175, -0.3204209506511688, 0.024235321208834648, -0.25870537757873535, 0.31539756059646606, 0.9625182747840881, 0.2800590395927429, -0.04076223075389862, -0.8003513813018799, -0.37257400155067444, 0.31960177421569824, 0.15490685403347015, 0.406009703874588, 0.3438246548175812, 0.15526720881462097, 0.7454543113708496, 0.6244602799415588, -0.4249328672885895, 0.01243516243994236, -0.8510003685951233, -0.19360385835170746, 0.9085617065429688, 0.22050808370113373, 0.10495427995920181, -0.18776872754096985, -0.23345808684825897, -0.19807949662208557, -0.5433083772659302, -0.04849187657237053, 0.7494913935661316, 0.22237667441368103, -1.0861777067184448, 0.46113163232803345, -0.06937269866466522, 0.44281789660453796, 0.1873464435338974, 0.8088090419769287, 0.6468612551689148, -0.22358590364456177, -0.14881937205791473, 0.1559726595878601, 0.19361770153045654, 0.5911577343940735, -0.006476426962763071, 0.23629310727119446, -0.08031007647514343, -0.009672213345766068, 0.03674471005797386, -1.1330370903015137, -1.0101758241653442, 0.559441328048706, -0.7139543294906616, -0.19814832508563995, 0.6086739897727966, -1.1771047115325928, -0.4703473746776581, -0.40328699350357056, -0.24081511795520782, 0.24482454359531403, -0.7693098783493042, -0.22117118537425995, -0.6570167541503906, 0.4786941111087799, 0.18002186715602875, -0.9504053592681885, 0.2042326033115387, 0.9468496441841125, 0.5034477710723877, 0.1734447479248047, -0.06237012520432472, -0.6167253255844116, 0.16826291382312775, -0.1877681016921997, 1.031044363975525, -0.7455934882164001, -0.36485525965690613, 0.1547437161207199, 0.436755508184433, -0.059577252715826035, -0.33403414487838745, 1.0636098384857178, -0.4826969802379608, -0.19977867603302002, -0.7816550731658936, -0.7065926790237427, -0.0028866329230368137, 0.25846412777900696, -1.2453842163085938, 1.1648824214935303, 0.15135705471038818, -0.8385213613510132, 0.3437475264072418, -1.3317948579788208, -0.11928907781839371, 0.8341556191444397, -0.22324402630329132, -0.2870325446128845, 0.2236129492521286, -0.14449316263198853, 0.5973760485649109, 0.038545653223991394, 0.3990984261035919, -0.8787528276443481, -0.23413558304309845, -0.027055667713284492, 0.1352764517068863, 1.0473419427871704, 0.3431816101074219, 0.5695987939834595, 0.017314178869128227, -1.0877745151519775, 0.0267887432128191, 0.276066392660141, -0.2159765064716339, -0.3850049674510956, -0.4778979420661926, 0.3555806875228882, -0.1365356743335724, 0.3355424106121063, -0.6120191812515259, 0.3664318025112152, 0.054798368364572525, -0.021373990923166275, 0.8722273707389832, 0.11599022895097733, 0.16135850548744202, -0.4472937285900116, 0.5140746235847473, -0.06203987076878548, 0.3006944954395294, -0.08995677530765533, -0.47246429324150085, -0.7127204537391663, -0.06729596853256226, 0.7553695440292358, 0.5420553088188171, -0.7758135795593262, 0.8671365976333618, 0.049932632595300674, -0.678640604019165, -0.2815265655517578, -0.23355600237846375, 0.023074038326740265, 0.12026165425777435, 0.2917616367340088, -0.6221551299095154, -0.7329822182655334, -0.769135594367981, 0.2909015417098999, -0.06288080662488937, -0.061812303960323334, 0.3526321053504944, 0.8519311547279358, -0.4926389753818512, 0.42190590500831604, -0.8489763736724854, -0.14403238892555237, 0.1084185242652893, -0.29696494340896606, 0.28648021817207336, 0.7632784843444824, 1.062246561050415, -0.7241870760917664, -0.25727379322052, -0.5694066882133484, -0.4202481508255005, -0.17305918037891388, 0.19222159683704376, -0.5550587773323059, -0.18717852234840393, 0.19908484816551208, -0.20386658608913422, 0.7615794539451599, 0.9983060956001282, -0.6748424768447876, -0.005494848359376192, -0.0724719911813736, 0.3348357677459717, -1.4160910844802856, 0.3633361756801605, -0.04024037718772888, -0.14420823752880096, -0.47237664461135864, -0.04740240052342415, 0.23106034100055695, -0.11996092647314072, -0.01018506195396185, 0.18710483610630035, -0.4335845708847046, 0.04381866753101349, 0.013182907365262508, 0.02559562399983406, -0.08159307390451431, 0.3490445911884308, 0.027004258707165718, 0.2819257378578186, 0.9473857879638672, -0.3462474048137665, 1.0982081890106201, 0.6263827681541443, 0.11026930809020996, 1.0654253959655762, -0.7815306782722473, 0.40437081456184387, -0.2308342605829239, 0.3646513521671295, -0.6781612038612366, -0.7297866344451904, 0.48576563596725464, -0.2949248254299164, 0.5084174871444702, -0.562294065952301, -0.6482022404670715, -0.7368749976158142, -0.3439604341983795, 0.6971607804298401, 0.3832683563232422, -0.9107764959335327, 0.3979226052761078, 0.6454660296440125, -0.10985761135816574, 0.12460757791996002, -0.9760758280754089, 0.015888428315520287, -0.22417359054088593, -0.2106945812702179, 0.4964781105518341, -0.7019830346107483, 0.030406123027205467, -0.3742099702358246, 0.4684244990348816, -0.27542200684547424, -0.2463444173336029, 0.6665127873420715, 0.38165757060050964, 0.014327239245176315, 0.4136069416999817, 0.01717742532491684, -0.6674149036407471, 0.3487035632133484, 0.0817207396030426, 0.2931993305683136, 0.0745365247130394, -0.3582381010055542, -0.45054689049720764, 0.6648419499397278, 0.22252704203128815, -0.22550736367702484, 0.5189805030822754, 0.6534122228622437, -0.9212795495986938, -0.2087744027376175, -0.38430729508399963, -0.2279699593782425, -0.484851598739624, 0.15513284504413605, -0.34475037455558777, -0.35452374815940857, 0.7631579041481018, -0.1288895606994629, 0.05905255302786827, 0.8748529553413391, 0.7049724459648132, 0.05896282196044922, 0.4332943558692932, 0.5945379137992859, -0.0317242294549942, 0.4647506773471832, -0.24482978880405426, -0.3338773846626282, -0.820441484451294, -0.5710708498954773, -0.5685374140739441, -0.4911726713180542, -0.7173038125038147, -0.40379247069358826, -0.2986401915550232, -0.23874086141586304, -0.10176927596330643, 0.6744838953018188, -0.8150361776351929, 0.4924775958061218, 0.5432234406471252, 0.35872605443000793, -0.014112015254795551, -0.14577887952327728, 0.19574888050556183, 0.18756739795207977, -0.740432620048523, -0.1430502086877823, 1.1996253728866577, 0.6281823515892029, 0.9542593955993652, 0.18645180761814117, 0.9813454151153564, 0.3532068133354187, 0.2312428057193756, -0.2799753248691559, 0.38176286220550537, 0.035843733698129654, -0.7328694462776184, 0.21786296367645264, -0.2211000770330429, -0.6506244540214539, -0.6447705626487732, -0.2752724587917328, -0.190286785364151, 0.6357775330543518, 0.41592055559158325, -0.18745194375514984, 0.3328837752342224, -0.781825602054596, 0.8599845767021179, -0.16737091541290283, -0.12035603821277618, -0.21364553272724152, -0.627435564994812, -0.030013319104909897, 0.17271392047405243, 0.012930667959153652, -0.2847514748573303, -0.006165444850921631, 1.1989436149597168, -0.32548922300338745, 1.0673339366912842, -0.6819437742233276, -0.1112026497721672, 0.14221131801605225, -0.4581485390663147, 0.3984322249889374, 0.4102855920791626, -0.21735753118991852, 0.20789334177970886, 0.24936015903949738, -0.5592827200889587, -0.1482163518667221, 1.029289722442627, -0.5438377857208252, 0.1944846361875534, -0.49102887511253357, -0.4723079800605774, 0.1291954666376114, 0.1493043601512909, 0.20768137276172638, 0.8709321022033691, -0.39209210872650146, 0.08618365973234177, 0.8689893484115601, 0.2988542318344116, 0.5673357844352722, 0.10494191944599152, -0.09892726689577103, -0.5169160962104797, 0.795965313911438, 0.3382571339607239, -0.2177487313747406, 0.23161324858665466, 0.07194332778453827, -0.2579500079154968, -0.500811755657196, -0.6477165222167969, 0.20468662679195404, -0.6086928248405457, -0.5526819825172424, -0.32116734981536865, -0.2312060296535492, -0.4142977297306061, -0.19790008664131165, -0.44938793778419495, -0.6728254556655884, -0.7966709733009338, -0.8091514110565186, 1.2138392925262451, 0.8042639493942261, -0.6302711963653564, 0.18766596913337708, -0.7400833964347839, 0.3519025146961212, -0.08248868584632874, 1.2506628036499023, -0.3141513466835022, -0.5328917503356934, -0.32229042053222656, 0.04900364577770233, 0.009336519986391068, -0.6725014448165894, -0.2791016697883606, 0.3076722323894501, 0.7492750287055969, 0.33836475014686584, 0.36876100301742554, 0.6656181216239929, -0.11032425612211227, 0.5847514867782593, 0.23836742341518402, -0.5258767604827881, 0.6409651637077332, -0.39334654808044434, 0.23756420612335205, 0.8305583596229553, 0.5486255288124084, -0.23988114297389984, 0.3202446401119232, -1.1606440544128418, -0.6682668924331665, 0.39952370524406433, 0.030136553570628166, 0.15894439816474915, 0.2601191997528076, 0.5675116181373596, 0.03461107239127159, 0.16839158535003662, -0.6053435802459717, -0.9218766093254089, -0.2112949788570404, -0.5459365248680115, 0.3613925576210022, -0.5769959092140198, -0.4753760099411011, -0.5649759769439697, 0.5324918627738953, -0.07999087870121002, 0.4606918394565582, 0.11978163570165634, 0.48911264538764954, -0.1679110825061798, -0.12931512296199799, 0.48583781719207764, 0.5892329216003418, -0.4422670602798462, -0.06943202018737793, -0.058503277599811554, -0.5573175549507141, -0.638149082660675, 0.9644102454185486, 0.04251931235194206, -0.3381899893283844, 0.5031659603118896, 0.6120237708091736, -0.38316941261291504, -0.18710650503635406, 0.24344982206821442, -0.17481550574302673, -0.49799951910972595, -0.6735221147537231, 0.1373434215784073, 0.2460278868675232, 0.2463470697402954, 0.05307268351316452, -0.22514672577381134, 0.3027443289756775, -0.38433322310447693, 0.6087079048156738, -0.08007913082838058, -0.8556873202323914, -0.6438480019569397, 0.5761745572090149, 0.9312727451324463, -0.46194207668304443, 0.9113224148750305, -0.14028950035572052, -0.48867350816726685, 0.928139328956604, 0.22680819034576416, 0.7826862335205078, -0.3800254762172699, 0.188287615776062, 0.6819045543670654, 0.13163265585899353, 0.41278132796287537, 0.818789005279541, -0.30472108721733093, -0.4821435213088989, 0.14558030664920807, -0.18798810243606567, -0.2815321683883667, -0.39524635672569275, -1.235910177230835, 0.30466410517692566, -0.7330034375190735, -0.17331045866012573, 0.05755099281668663, 0.12140319496393204, -0.9129586815834045, 0.12227410823106766, 0.3446543216705322, 1.4053373336791992, -0.8725935816764832, 0.7895143032073975, 0.8722275495529175, -0.35195866227149963, -0.7182884216308594, -0.3319751024246216, 0.024096999317407608, -0.765064537525177, -0.15344588458538055, 0.21085573732852936, 0.5251982808113098, -0.05979564040899277, -0.8868531584739685, -0.4257909655570984, 1.3547879457473755, 0.04165525734424591, -0.962537944316864, 0.5442314147949219, -0.18614892661571503, 0.3475078046321869, -0.44930845499038696, 0.3295542299747467, 0.6072130799293518, 0.857184886932373, 0.3888183832168579, -0.6567747592926025, 0.04280563071370125, -0.6371161937713623, -0.36596807837486267, 0.35583823919296265, -0.7970368266105652, 0.1950436532497406, -0.19587238132953644, -0.0041856467723846436, 0.012988959439098835, 0.6209947466850281, 0.0014119066763669252, 0.5473014116287231, 0.3414541184902191, 0.8301436901092529, 1.0912537574768066, -0.45373836159706116, 0.8453467488288879, -0.0005258758901618421, 0.6507100462913513, 1.1713026762008667, -0.2739182114601135, 0.38977712392807007, 0.5259135961532593, -0.10818692296743393, 0.4169003367424011, 0.9562004208564758, -0.6604227423667908, 0.46942803263664246, 0.23060639202594757, -0.18184593319892883, -0.21826116740703583, -0.2608308792114258, -0.8616894483566284, 0.038590628653764725, 0.4602266848087311, -0.5798040628433228, 0.08436647802591324, -0.18450240790843964, 0.06016954407095909, -0.040042392909526825, -0.5978338122367859, 0.93639075756073, 0.0024604625068604946, -0.17322883009910583, -0.053475987166166306, -0.21757018566131592, 0.22092992067337036, -0.6500409245491028, -0.5502936244010925, -0.06191389635205269, 0.28380876779556274, -0.733237087726593, -1.196929693222046, 0.7288080453872681, -0.24320270121097565, -0.433525949716568, -0.1463852822780609, 0.5649998188018799, -0.5441612005233765, -0.9161864519119263, 0.4059511721134186, -0.02776155062019825, 0.18722322583198547, 0.19600212574005127, -1.2324035167694092, 0.4498217701911926, 0.0634201169013977, -0.09294158965349197, 0.08752165734767914, 0.11583835631608963, 0.4012376070022583, 0.4405248761177063, 0.5560107827186584, -0.051337726414203644, -0.44185197353363037, 0.3455050587654114, 1.1451685428619385, -0.7236281633377075, -0.5593827366828918, -0.4663946330547333, 0.8004976511001587, -0.5088582634925842, -0.5750996470451355, 0.5228973031044006, 0.9985870122909546, 0.9563878774642944, -0.10953105241060257, 0.6876387596130371, -0.5430235862731934, 0.6621429324150085, -0.29265278577804565, 0.6739326119422913, -0.22709225118160248, -0.04727685824036598, -0.12519127130508423, -0.698001503944397, -0.6125580072402954, 0.6190022230148315, 0.2976330518722534, 0.16061684489250183, 0.49512407183647156, 0.97861248254776, -0.15261311829090118, 0.40602782368659973, 0.0866144523024559, 0.031867872923612595, 0.3456090986728668, 0.468842476606369, 0.32459986209869385, -0.5902506113052368, 0.0314825065433979, -0.28124186396598816, -0.7402477264404297, 0.09119948744773865, -1.1485645771026611, -1.1547993421554565, -0.6890721917152405, -0.764641284942627, -0.3888918459415436, -0.051240209490060806, 1.0650818347930908, 0.9312649369239807, -1.0368849039077759, -0.00991344079375267, 0.10794010013341904, 0.20974084734916687, 0.04869404807686806, -0.09769494086503983, 0.739496648311615, 0.7659879922866821, -0.8131726384162903, -0.23730142414569855, -0.0660608634352684, 0.2881583571434021, -0.10585261881351471, 0.010813061147928238, -0.09490847587585449, -0.11334765702486038, 0.1784130185842514, 0.44217950105667114, -0.03960280492901802, -0.3603416681289673, -0.588419497013092, 0.1587585061788559, 0.09796897321939468, 1.0228486061096191, -0.27593860030174255, 0.33349984884262085, 0.6449522376060486, 0.43651995062828064, 0.4325162172317505, 0.26240748167037964, 0.5515753030776978, -0.6081265807151794, 0.2370590716600418, -0.014555662870407104, 0.4915267825126648, 0.18504944443702698, -0.5502846837043762, 0.8148372769355774, 0.39963310956954956, -0.6675050854682922, -0.4597553610801697, 0.11731169372797012, -1.505334496498108, 0.45784008502960205, 0.8450705409049988, 0.004682427272200584, -0.26524585485458374, -0.2301626205444336, -0.34342533349990845, 0.026639046147465706, -0.9109132885932922, 0.21185705065727234, 0.4519592821598053, 0.0876859501004219, -0.3258494436740875, -0.31174227595329285, 0.51670902967453, -0.5077083706855774, -1.3130005598068237, 0.33526039123535156, 0.495839387178421, -0.0299057774245739, 0.0376250222325325, 0.4877978563308716, -0.15121600031852722, 0.12493719905614853, 0.3293195068836212, 0.38171491026878357, -0.3820820450782776, -0.5869579911231995, -0.27617374062538147, -0.1794615536928177, -0.24688833951950073, -0.605960488319397 ]
result-kand2-sdxl-wuerst-karlo/b776d96a
result-kand2-sdxl-wuerst-karlo
2023-10-01T00:53:01Z
526
0
[ "region:us" ]
null
2023-10-01T00:52:59Z
--- dataset_info: features: - name: result dtype: string - name: id dtype: int64 splits: - name: train num_bytes: 173 num_examples: 10 download_size: 1318 dataset_size: 173 configs: - config_name: default data_files: - split: train path: data/train-* --- # Dataset Card for "b776d96a" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
[ -0.5253658890724182, -0.08176394551992416, 0.273722767829895, 0.26697808504104614, -0.36067619919776917, -0.07434136420488358, 0.4879547655582428, -0.1670907586812973, 0.8823943734169006, 0.5272406935691833, -0.7507457733154297, -0.6049758195877075, -0.5528655052185059, -0.15754760801792145, -0.2413439154624939, 0.9678520560264587, 0.3542701005935669, 0.08469690382480621, -0.24136361479759216, -0.04443136230111122, -0.5188882946968079, -0.6475675106048584, -0.49912238121032715, -0.43692252039909363, 1.0157390832901, 0.717254638671875, 0.6575983166694641, 0.6730287671089172, 0.9536441564559937, 0.19861610233783722, -0.0491478331387043, -0.32363399863243103, -0.5399966835975647, -0.18726058304309845, -0.2206667959690094, -0.47511574625968933, -1.05533766746521, -0.1577255129814148, 0.6851362586021423, 0.6936659812927246, -0.035492464900016785, 0.9119989275932312, -0.3681715428829193, 0.9359024167060852, -0.3742533326148987, 0.679772138595581, -0.2319546341896057, -0.20486538112163544, -0.6934496164321899, 0.16992081701755524, 0.1265655905008316, -0.5925199389457703, -0.2215997278690338, -0.9569377899169922, 0.19092269241809845, 0.07323658466339111, 0.7181736826896667, 0.24730180203914642, 0.08515467494726181, -0.15749041736125946, -0.2583272159099579, 0.04035291448235512, -0.28125259280204773, 0.2850531339645386, 0.734365701675415, 0.3829916715621948, -0.10049057006835938, -0.4477187693119049, -0.45608222484588623, 0.2354782372713089, 0.015293153934180737, 0.14656847715377808, 0.24293938279151917, 0.039700910449028015, 0.7605019211769104, 0.6534876823425293, -0.5429617762565613, -0.25888392329216003, -1.0110827684402466, -0.44588616490364075, 0.9020038843154907, 0.03795778751373291, 0.3322628140449524, -0.3405601978302002, -0.09425187110900879, -0.3236066401004791, -0.509669303894043, -0.16215600073337555, 0.5437193512916565, 0.3184923231601715, -1.1539249420166016, 0.5792680978775024, -0.09413676708936691, 0.4300200045108795, 0.21930146217346191, 0.6024941205978394, 0.7924931645393372, -0.052505504339933395, -0.25629740953445435, 0.2805306315422058, 0.07490397989749908, 0.4907674789428711, 0.03618733584880829, 0.05789753049612045, 0.0045189401134848595, 0.27408671379089355, 0.09596622735261917, -1.0274592638015747, -0.8586194515228271, 0.3624894917011261, -0.9303315281867981, -0.13678866624832153, 0.5370956659317017, -1.0416337251663208, -0.677434504032135, -0.43434783816337585, 0.18832312524318695, 0.2893996834754944, -0.8981204628944397, -0.13878445327281952, -0.7721708416938782, 0.41046634316444397, 0.2135830521583557, -0.6540989875793457, -0.010603522881865501, 0.7610693573951721, 0.38966605067253113, 0.21753358840942383, 0.012909774668514729, -0.6525259613990784, 0.28861117362976074, -0.20354336500167847, 0.7718570232391357, -0.7692971229553223, -0.481252521276474, 0.19810564815998077, 0.40470996499061584, -0.0053998371586203575, -0.46993952989578247, 0.8231175541877747, -0.44846969842910767, -0.28019896149635315, -0.8541594743728638, -0.43093326687812805, -0.42721283435821533, 0.29726511240005493, -1.2917569875717163, 1.0031689405441284, 0.25863295793533325, -0.6470056176185608, 0.3173319101333618, -1.1761822700500488, -0.15055787563323975, 0.8441454768180847, -0.09013491123914719, -0.3179604113101959, 0.5031631588935852, -0.24612325429916382, 0.5565523505210876, -0.04255754128098488, 0.3957725465297699, -0.9769840240478516, -0.15975363552570343, 0.023584987968206406, 0.12019788473844528, 0.8026708364486694, 0.23258039355278015, 0.45260506868362427, 0.061262600123882294, -1.0985510349273682, -0.1574883908033371, 0.17572227120399475, -0.06318170577287674, -0.32778996229171753, -0.6471427083015442, 0.4109093248844147, 0.00838759820908308, 0.44978538155555725, -0.5023272633552551, 0.24664177000522614, -0.004194073379039764, -0.2938215434551239, 0.7608797550201416, 0.17324332892894745, 0.26462510228157043, -0.6515188813209534, 0.6178334355354309, 0.07405684143304825, 0.35873734951019287, -0.00042278951150365174, -0.5846080780029297, -0.6262755393981934, 0.06240430101752281, 0.6318017244338989, 0.6119267344474792, -0.7368505597114563, 0.6803845763206482, 0.005251888185739517, -0.6957098245620728, -0.3197444677352905, -0.0028312555514276028, 0.346163809299469, 0.20241385698318481, 0.3564889132976532, -0.8003047108650208, -0.723088264465332, -0.722108781337738, 0.3574971854686737, 0.03888582065701485, 0.20781677961349487, 0.22554664313793182, 0.817560076713562, -0.3778510093688965, 0.35430410504341125, -0.7917991280555725, -0.19212034344673157, -0.09116414934396744, -0.5302751064300537, 0.37518206238746643, 0.8382768630981445, 1.0061928033828735, -0.8226726651191711, -0.20491795241832733, -0.5524196624755859, -0.5739508867263794, -0.06429573893547058, 0.3395760655403137, -0.7453761100769043, -0.08807644248008728, 0.04071933776140213, -0.3890949487686157, 0.9829444289207458, 0.9209023118019104, -0.6441916227340698, -0.03937363252043724, 0.059411898255348206, 0.20661146938800812, -1.491711974143982, 0.4299422800540924, -0.004051383584737778, -0.042695023119449615, -0.4086865484714508, -0.007863587699830532, 0.15823589265346527, -0.2011512815952301, -0.11574075371026993, 0.5490862727165222, -0.5831103920936584, -0.11649437248706818, -0.05442345142364502, -0.173739492893219, -0.28410017490386963, 0.2663300633430481, -0.0028306501917541027, 0.2558572292327881, 0.9597603678703308, -0.41038966178894043, 0.9425686001777649, 0.7386023998260498, 0.11109557747840881, 0.8717750906944275, -0.5858513712882996, 0.22781190276145935, -0.29851585626602173, 0.3883489966392517, -0.8618172407150269, -0.8274229764938354, 0.5888400673866272, -0.3732552230358124, 0.3466414511203766, -0.7889890670776367, -0.4357316195964813, -0.6858386397361755, -0.26941463351249695, 0.9001187086105347, 0.5269503593444824, -0.8184113502502441, 0.4781535565853119, 0.7665034532546997, -0.07330438494682312, 0.07492706924676895, -0.7927379608154297, -0.05596236512064934, -0.28531575202941895, -0.3536520004272461, 0.3355085551738739, -0.5186536312103271, 0.06459099799394608, -0.26306527853012085, 0.23397083580493927, -0.21784842014312744, -0.31234583258628845, 0.8021259307861328, 0.2554233968257904, -0.13950952887535095, 0.3296990394592285, 0.008527603931725025, -0.7016618251800537, 0.3096695840358734, 0.15203875303268433, 0.3734133243560791, 0.337385356426239, -0.10405280441045761, -0.4944183826446533, 0.5756000280380249, 0.36124202609062195, -0.18272703886032104, 0.33537861704826355, 0.7619828581809998, -0.937911331653595, -0.14050328731536865, -0.5756586194038391, -0.14631500840187073, -0.47487425804138184, -0.01727946661412716, -0.3563578128814697, -0.39285799860954285, 0.8557208776473999, -0.020937306806445122, -0.22584812343120575, 0.8724966049194336, 0.780317485332489, 0.3864688575267792, 0.49962151050567627, 0.5487385392189026, -0.3340888023376465, 0.42539525032043457, -0.3294300138950348, -0.2531377971172333, -0.6338510513305664, -0.5286583304405212, -0.6029479503631592, -0.44149306416511536, -0.6580566763877869, -0.4060579240322113, -0.1071539968252182, -0.2937007546424866, -0.15086781978607178, 0.4196271002292633, -0.7087631225585938, 0.5062384009361267, 0.6694399118423462, 0.3259526193141937, -0.1966717392206192, -0.15439316630363464, 0.3616781234741211, 0.4626433551311493, -0.7113835215568542, -0.05923822894692421, 1.2461566925048828, 0.48864686489105225, 0.9019075632095337, 0.41292789578437805, 0.9628896713256836, 0.41212472319602966, 0.27841129899024963, -0.2670730650424957, 0.38778769969940186, -0.11001963913440704, -0.8378763198852539, 0.09824275225400925, -0.13299411535263062, -0.8689983487129211, -0.5063251852989197, -0.26796218752861023, -0.24694712460041046, 0.5088139176368713, 0.5906415581703186, -0.1344538778066635, 0.06599985063076019, -0.9843955636024475, 1.0761185884475708, 0.07905543595552444, -0.07013949751853943, -0.2537635266780853, -0.7258760929107666, 0.20376789569854736, 0.3057626187801361, 0.16200733184814453, -0.31643640995025635, 0.2510261833667755, 1.067191243171692, -0.3737229108810425, 1.0735342502593994, -0.8815399408340454, 0.004022123292088509, 0.16295351088047028, -0.29290103912353516, 0.11143141984939575, 0.536677360534668, -0.14082413911819458, -0.0279687512665987, 0.3083580732345581, -0.6613328456878662, -0.22410255670547485, 0.8975620865821838, -0.6061577796936035, 0.13950690627098083, -0.5699536800384521, -0.5337754487991333, -0.012610469944775105, 0.24707025289535522, 0.08581289649009705, 1.0495866537094116, -0.10341199487447739, 0.1337868720293045, 0.7372090220451355, 0.32779309153556824, 0.5585423111915588, -0.013674292713403702, -0.2415013313293457, -0.5359061360359192, 1.0820266008377075, 0.32916945219039917, -0.3322467505931854, 0.24308349192142487, 0.2858865559101105, -0.5125033855438232, -0.495868980884552, -0.7171676158905029, 0.330106645822525, -0.5187585949897766, -0.6378089189529419, -0.03266124054789543, -0.2573678195476532, -0.5069375038146973, -0.16668829321861267, -0.1327277570962906, -0.6271352767944336, -0.614564061164856, -0.6045882105827332, 1.117500901222229, 0.9057317972183228, -0.5275683999061584, 0.38668179512023926, -1.0425971746444702, 0.701270580291748, -0.07834717631340027, 1.0796332359313965, -0.11908682435750961, -0.5032984614372253, -0.2697461247444153, -0.009459255263209343, 0.06583715230226517, -0.7986738085746765, -0.14684204757213593, 0.1044759452342987, 0.8083169460296631, 0.09741108864545822, 0.10906661301851273, 0.6161788702011108, 0.0006533732521347702, 0.6040932536125183, 0.1319219022989273, -0.65602046251297, 0.5752728581428528, -0.4189101755619049, 0.5233978033065796, 0.8080521821975708, 0.5059213638305664, -0.18992730975151062, 0.3077894449234009, -1.1569228172302246, -0.4926733672618866, 0.4187347888946533, -0.0643765851855278, 0.252956360578537, 0.31967365741729736, 0.7186363935470581, 0.02385559491813183, 0.32640334963798523, -0.5282824039459229, -0.7697919607162476, -0.19489574432373047, -0.6209662556648254, 0.12445363402366638, -0.565456211566925, -0.30027347803115845, -0.5156344175338745, 0.6751059889793396, -0.09348610788583755, 0.34836244583129883, 0.03823000192642212, 0.09613781422376633, -0.14906562864780426, -0.2808421552181244, 0.5203072428703308, 0.6841322779655457, -0.3764098584651947, -0.1994895339012146, -0.24898532032966614, -0.6316393613815308, -0.48899903893470764, 0.808602511882782, -0.01954784244298935, -0.30892297625541687, 0.4133450388908386, 0.6381428241729736, -0.3235916197299957, -0.025400331243872643, 0.2917513847351074, -0.05246882140636444, -0.3557415306568146, -0.39912551641464233, 0.2068329155445099, 0.006754354108124971, 0.2588514983654022, 0.15555129945278168, -0.215809166431427, 0.4304373860359192, -0.4012182354927063, 0.5058997869491577, 0.009204928763210773, -0.7170659899711609, -0.6921992897987366, 0.3926200866699219, 0.7494654059410095, -0.4675063490867615, 0.6826737523078918, -0.2562578618526459, -0.589569628238678, 0.7943571209907532, 0.2632468044757843, 0.7697802186012268, -0.40092650055885315, 0.3088151216506958, 0.5450020432472229, 0.06887498497962952, 0.1797090619802475, 1.015901803970337, -0.13427670300006866, -0.543616771697998, 0.05439915880560875, -0.3531018793582916, -0.3961225748062134, -0.24960581958293915, -1.0437482595443726, 0.11590566486120224, -0.7742384672164917, -0.17003153264522552, 0.08036180585622787, 0.27141499519348145, -0.8713578581809998, 0.4847874939441681, 0.24696731567382812, 1.2642251253128052, -0.9389503002166748, 0.7006075978279114, 0.9257418513298035, -0.4817475378513336, -0.7878883481025696, -0.29369285702705383, 0.05062483623623848, -0.8532422780990601, -0.17984358966350555, 0.2854660749435425, 0.5215152502059937, -0.17776088416576385, -0.8296962976455688, -0.7693055272102356, 1.025301456451416, 0.18876084685325623, -0.6870227456092834, 0.44950202107429504, -0.1764449179172516, 0.2809230387210846, -0.27663537859916687, 0.09999577701091766, 0.466909259557724, 0.8877605199813843, 0.42196759581565857, -0.7344378232955933, 0.20191611349582672, -0.5965810418128967, -0.18708904087543488, 0.39220109581947327, -0.8790238499641418, -0.05358098819851875, -0.04839657247066498, 0.23481036722660065, 0.05647880956530571, 0.6914101243019104, 0.08578639477491379, 0.5874596238136292, 0.4023834764957428, 0.6772039532661438, 0.8875864744186401, -0.29320448637008667, 0.8352410197257996, -0.11964049935340881, 0.43117639422416687, 0.9045190215110779, -0.17037171125411987, 0.3081096112728119, 0.38935616612434387, 0.07716310769319534, 0.19533605873584747, 0.7010365724563599, -0.4951592683792114, 0.3081238865852356, 0.45559069514274597, -0.05929366499185562, -0.34472280740737915, -0.16251488029956818, -0.9947089552879333, 0.1168031170964241, 0.5072526931762695, -0.4407496452331543, 0.08800340443849564, -0.22856870293617249, 0.12794333696365356, -0.04431971162557602, -0.7164148688316345, 0.7769231796264648, -0.04001890495419502, -0.3021544814109802, -0.10670448839664459, -0.27395471930503845, 0.1272713840007782, -0.5226609706878662, -0.4738191068172455, -0.11305531859397888, 0.32452988624572754, -0.6365495324134827, -1.0141875743865967, 0.7126761674880981, -0.4412256181240082, -0.5550235509872437, -0.05185601860284805, 0.682429850101471, -0.512342631816864, -1.129712700843811, 0.28405463695526123, 0.011888884007930756, 0.07811082154512405, 0.10413937270641327, -1.197611689567566, 0.7130014300346375, -0.10069164633750916, 0.07931240648031235, 0.1926063597202301, 0.09253858774900436, 0.03404655307531357, 0.46870678663253784, 0.5908916592597961, -0.09466463327407837, -0.16122490167617798, 0.2963201105594635, 0.9668494462966919, -0.7613789439201355, -0.5420925617218018, -0.3663251996040344, 0.7342012524604797, -0.3825429081916809, -0.6992954015731812, 0.49539700150489807, 1.1855041980743408, 0.8237115740776062, -0.2831881642341614, 0.7936730980873108, -0.3724328875541687, 0.8544241189956665, -0.4553459882736206, 0.6380024552345276, -0.17680440843105316, -0.3638816177845001, -0.23632313311100006, -0.7447560429573059, -0.847464382648468, 0.7053080201148987, 0.1990155428647995, 0.1876676380634308, 0.33795666694641113, 1.1027112007141113, -0.27013224363327026, 0.2786328196525574, 0.12411092966794968, 0.20571525394916534, 0.3371546268463135, 0.34450510144233704, 0.3479294776916504, -0.6143438816070557, -0.056237898766994476, -0.2745579183101654, -0.5789079070091248, 0.007525612600147724, -1.0479882955551147, -1.0173285007476807, -0.7358916997909546, -0.6687974333763123, -0.6185653209686279, 0.08916544914245605, 0.9703404307365417, 0.9788132309913635, -0.9417079091072083, -0.2911129295825958, 0.2516590654850006, 0.5040646195411682, 0.17370644211769104, -0.10433660447597504, 0.669829249382019, 0.4788968563079834, -0.5040823221206665, -0.2427757829427719, 0.0026749519165605307, 0.2353857010602951, -0.09167572855949402, 0.1109418272972107, -0.023452172055840492, -0.08683247119188309, 0.30590197443962097, 0.47483381628990173, -0.15042825043201447, -0.4824213981628418, -0.726510763168335, 0.2904909551143646, 0.027288077399134636, 0.9144283533096313, -0.37295687198638916, 0.18041467666625977, 0.8024659156799316, 0.5734378695487976, 0.4968000650405884, 0.32471320033073425, 0.6345266699790955, -0.3800697326660156, 0.19033931195735931, -0.19512353837490082, 0.2964494526386261, 0.18840962648391724, -0.36037230491638184, 0.7138113379478455, 0.5045220851898193, -0.4778321087360382, -0.6147657036781311, 0.02876003086566925, -1.7038694620132446, 0.5859327912330627, 1.074690580368042, 0.14531174302101135, -0.4617159068584442, -0.21539154648780823, -0.6403489708900452, 0.023571351543068886, -0.9646002054214478, 0.311099112033844, 0.4218202233314514, 0.2113073468208313, -0.18391980230808258, -0.07265203446149826, 0.7380335927009583, -0.40307459235191345, -1.1402734518051147, 0.125793918967247, 0.6032236218452454, 0.028430059552192688, 0.016368025913834572, 0.6288743019104004, -0.026131972670555115, 0.37922969460487366, 0.060533344745635986, 0.1005307212471962, -0.20815925300121307, -0.6355684399604797, -0.3377457559108734, 0.2244262397289276, -0.16357141733169556, -0.6044136881828308 ]
result-kand2-sdxl-wuerst-karlo/39ceeb6b
result-kand2-sdxl-wuerst-karlo
2023-10-01T00:53:02Z
526
0
[ "region:us" ]
null
2023-10-01T00:53:02Z
--- dataset_info: features: - name: result dtype: string - name: id dtype: int64 splits: - name: train num_bytes: 173 num_examples: 10 download_size: 1318 dataset_size: 173 configs: - config_name: default data_files: - split: train path: data/train-* --- # Dataset Card for "39ceeb6b" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
[ -0.7874146699905396, 0.013495508581399918, 0.26648181676864624, 0.21901671588420868, -0.2600407302379608, -0.036964140832424164, 0.06699725985527039, -0.2619291841983795, 0.7981604933738708, 0.45730873942375183, -0.9141982197761536, -0.750098466873169, -0.48277145624160767, -0.22445712983608246, -0.17440791428089142, 1.1991640329360962, 0.24355104565620422, 0.2075609713792801, -0.4399808645248413, -0.034941840916872025, -0.4467332363128662, -0.3580418825149536, -0.6341164112091064, -0.5171002745628357, 1.0236780643463135, 0.9050588011741638, 0.3880499005317688, 0.4790542721748352, 0.9601877331733704, 0.17381229996681213, 0.029329994693398476, -0.3259170949459076, -0.4743368327617645, -0.13554586470127106, -0.40453171730041504, -0.6837843656539917, -1.0841468572616577, -0.14477117359638214, 0.6041033267974854, 0.5273778438568115, -0.14635467529296875, 0.9760018587112427, -0.4311295449733734, 0.9269329309463501, -0.41343215107917786, 0.44909098744392395, -0.17627671360969543, -0.20819392800331116, -0.9132664799690247, 0.1939619779586792, -0.09476011246442795, -0.4580327570438385, -0.2911602258682251, -0.8121849298477173, 0.21379928290843964, 0.21106132864952087, 0.8806681036949158, 0.284341424703598, -0.01255724672228098, -0.13882745802402496, -0.29638755321502686, 0.11939837038516998, -0.42905038595199585, 0.2908719778060913, 0.7478654980659485, 0.3965577185153961, 0.0751197561621666, -0.6178902387619019, -0.2710411250591278, 0.1955946683883667, 0.06285455077886581, 0.25214776396751404, 0.13995103538036346, -0.10922638326883316, 0.7590148448944092, 0.7552711367607117, -0.5428884625434875, -0.013117696158587933, -0.8982952237129211, -0.3749862313270569, 0.9159536957740784, 0.2739710509777069, 0.2742328941822052, -0.1701136976480484, -0.27590230107307434, -0.23067237436771393, -0.4857748746871948, 0.009340355172753334, 0.47915711998939514, 0.23558272421360016, -1.1713354587554932, 0.5477704405784607, -0.049740228801965714, 0.415136456489563, 0.27510660886764526, 0.8040569424629211, 0.755154013633728, -0.12887662649154663, -0.12055133283138275, -0.041021447628736496, 0.1770888715982437, 0.5128993988037109, 0.08157478272914886, 0.10850375890731812, 0.06444543600082397, 0.14002607762813568, 0.18926452100276947, -1.1649426221847534, -0.750032901763916, 0.49430519342422485, -0.8479685187339783, -0.0632682666182518, 0.5075114965438843, -0.9792523980140686, -0.6004270315170288, -0.39772912859916687, -0.14787817001342773, -0.10128685086965561, -0.6461934447288513, -0.2921404242515564, -0.8433287739753723, 0.56634521484375, 0.05438121780753136, -0.6956093907356262, 0.27912017703056335, 0.5694506764411926, 0.1771656572818756, 0.06022023409605026, -0.1578725427389145, -0.3979361057281494, 0.2425151765346527, -0.2530366778373718, 0.8953518867492676, -0.6314147710800171, -0.3599607050418854, -0.10593438148498535, 0.45683154463768005, 0.14505530893802643, -0.40388643741607666, 1.04215669631958, -0.443242609500885, -0.24719582498073578, -0.8354473114013672, -0.7685479521751404, -0.1333635449409485, 0.20624886453151703, -1.232206106185913, 1.0877227783203125, 0.22118668258190155, -0.6837717890739441, 0.25990766286849976, -1.3625643253326416, -0.21181026101112366, 0.8212509155273438, 0.09845109283924103, -0.4549315571784973, 0.4307054877281189, -0.19366443157196045, 0.4623930752277374, -0.13291743397712708, 0.3414568305015564, -0.9172661900520325, -0.20120126008987427, 0.06032446026802063, 0.20113766193389893, 0.9010088443756104, 0.37758496403694153, 0.35331854224205017, -0.062018394470214844, -0.9653456211090088, 0.0675351545214653, 0.2919394075870514, 0.00465529365465045, -0.3050943613052368, -0.547344446182251, 0.4837700128555298, -0.080400750041008, 0.531721293926239, -0.6042569279670715, 0.1708022654056549, 0.14681202173233032, -0.30994713306427, 0.6438538432121277, 0.21260696649551392, 0.26430702209472656, -0.563383162021637, 0.5694440007209778, -0.14590303599834442, 0.38832756876945496, 0.06871362030506134, -0.4513154923915863, -0.664218008518219, 0.008197791874408722, 0.6477261185646057, 0.6269565224647522, -0.49894267320632935, 0.6548815369606018, 0.223531112074852, -1.061051607131958, -0.009078222326934338, -0.16918052732944489, 0.2805498540401459, 0.07962380349636078, 0.38983431458473206, -0.6652689576148987, -0.8579424619674683, -0.8761270642280579, 0.23969011008739471, 0.11965130269527435, 0.021113364025950432, 0.44856810569763184, 0.8160971999168396, -0.4439331591129303, 0.47248250246047974, -0.8587189316749573, -0.23941996693611145, 0.08493062853813171, -0.31856879591941833, 0.36555105447769165, 0.8123718500137329, 1.0250096321105957, -0.8593672513961792, -0.37081584334373474, -0.6459384560585022, -0.5509620308876038, -0.1839558631181717, 0.2792837619781494, -0.7122519612312317, -0.23635578155517578, 0.19387374818325043, -0.28309544920921326, 0.7741790413856506, 0.9256107807159424, -0.7448543310165405, 0.19950369000434875, 0.12867942452430725, 0.21107931435108185, -1.3977923393249512, 0.4797458350658417, -0.07434885203838348, -0.1775597333908081, -0.3852905035018921, 0.0888986885547638, 0.3154779374599457, -0.2917552590370178, -0.17777390778064728, 0.5586615800857544, -0.7103046178817749, -0.0982089638710022, -0.08726426213979721, 0.021391864866018295, -0.12216072529554367, 0.29085835814476013, -0.06985718011856079, 0.31656840443611145, 0.9897087216377258, -0.3731527328491211, 0.9966903328895569, 0.7102004885673523, 0.25844064354896545, 1.1623948812484741, -0.5065378546714783, 0.1199125200510025, -0.1804661601781845, 0.4568910598754883, -0.5797444581985474, -0.7171583771705627, 0.38959410786628723, -0.5812180042266846, 0.5184095501899719, -0.3884720504283905, -0.2628606855869293, -0.958939790725708, -0.3672071695327759, 0.7133345603942871, 0.4073609411716461, -0.580603301525116, 0.5509070158004761, 0.7533798217773438, -0.13641910254955292, -0.035063035786151886, -1.056132435798645, -0.0038211331702768803, -0.2824837565422058, -0.16508057713508606, 0.5556533932685852, -0.6036185622215271, 0.09937910735607147, -0.014223475940525532, 0.24162088334560394, -0.13187389075756073, -0.24059274792671204, 0.734204113483429, 0.3901263475418091, -0.1004924401640892, 0.4599969983100891, -0.10738226771354675, -0.5531267523765564, 0.24507267773151398, -0.03009362705051899, 0.4027343988418579, -0.11225099116563797, -0.11370846629142761, -0.3924899697303772, 0.5824480652809143, 0.2633250951766968, -0.37881746888160706, 0.4832904040813446, 0.9201958775520325, -0.9847408533096313, -0.22225013375282288, -0.5077552795410156, -0.20741461217403412, -0.46802133321762085, 0.1208495944738388, -0.3878936469554901, -0.41682806611061096, 0.8914618492126465, -0.06052416190505028, -0.08793062716722488, 0.8687763810157776, 0.9900352954864502, 0.03709538280963898, 0.20144222676753998, 0.5986027121543884, -0.17218197882175446, 0.574079155921936, -0.24120281636714935, -0.36342862248420715, -0.8725991249084473, -0.48466756939888, -0.5466529726982117, -0.5625523924827576, -0.752287745475769, -0.40202823281288147, -0.22990038990974426, -0.2721797525882721, -0.31617477536201477, 0.6706337332725525, -0.580005943775177, 0.5389547944068909, 0.7152504324913025, 0.48644569516181946, -0.29370421171188354, -0.2969873249530792, 0.32235532999038696, 0.2921857237815857, -0.6616470813751221, -0.03446480259299278, 1.3612349033355713, 0.4582644999027252, 0.93345046043396, 0.3399229347705841, 1.0927879810333252, 0.5358120203018188, 0.6210899949073792, -0.3134722411632538, 0.3909541666507721, -0.2614879608154297, -1.1383000612258911, -0.11262968927621841, -0.05678633600473404, -0.7323238253593445, -0.6746827363967896, -0.3544721305370331, -0.4326440989971161, 0.5835005640983582, 0.48443228006362915, -0.042125701904296875, 0.19614773988723755, -0.9359143376350403, 1.000185489654541, -0.11991242319345474, -0.22320212423801422, -0.23416070640087128, -0.8029139041900635, 0.10951218754053116, 0.22084994614124298, 0.1575179100036621, -0.44554877281188965, 0.09355595707893372, 1.075355052947998, -0.42463770508766174, 1.0129764080047607, -0.7952312231063843, 0.09335198253393173, 0.20537517964839935, -0.4042353332042694, 0.33378884196281433, 0.36506643891334534, -0.14584054052829742, -0.03371230512857437, 0.003048077691346407, -0.7258877158164978, -0.08946914970874786, 0.7796324491500854, -0.5620419383049011, 0.2333964705467224, -0.3710020184516907, -0.6753937602043152, -0.25440001487731934, 0.36776724457740784, 0.2958298921585083, 0.832274854183197, -0.3510448634624481, 0.18300436437129974, 0.7274161577224731, 0.2857425808906555, 0.5654017925262451, 0.10578318685293198, -0.08913537859916687, -0.5351850390434265, 0.9379593133926392, 0.17831434309482574, -0.21388652920722961, 0.2984687089920044, 0.1870134025812149, -0.34900298714637756, -0.31568577885627747, -0.5841876864433289, 0.3585680425167084, -0.5285667777061462, -0.6895464062690735, 0.004954239819198847, -0.1743532419204712, -0.3387362062931061, -0.2681942582130432, -0.41404780745506287, -0.5571963787078857, -0.4981336295604706, -0.6857848763465881, 1.0259392261505127, 0.5933682918548584, -0.7085766792297363, 0.36389467120170593, -0.8894956111907959, 0.5022901892662048, -0.14466895163059235, 1.1228971481323242, -0.217356875538826, -0.3737233877182007, -0.4771338403224945, -0.10317568480968475, 0.08048976212739944, -0.9105532765388489, -0.34629538655281067, 0.19048815965652466, 0.8026303648948669, 0.25596949458122253, 0.3202745318412781, 0.3989008069038391, -0.14252841472625732, 0.5341660976409912, 0.22078771889209747, -0.8173535466194153, 0.5085040926933289, -0.4166875183582306, 0.5156083703041077, 0.9316457509994507, 0.5760059952735901, -0.3151567578315735, 0.006080969702452421, -1.17130708694458, -0.771289587020874, 0.48544421792030334, -0.03652085363864899, 0.15393587946891785, 0.458482563495636, 0.3550894260406494, -0.049862638115882874, 0.19166243076324463, -0.6621403694152832, -0.9291297793388367, -0.06591659039258957, -0.6358875632286072, 0.2838613986968994, -0.4839150905609131, -0.35091567039489746, -0.3338536322116852, 0.7936661243438721, 0.015456605702638626, 0.4644065499305725, -0.054747696965932846, 0.25662344694137573, 0.00048346264520660043, -0.05510466918349266, 0.3913804888725281, 0.5921815037727356, -0.5128231644630432, -0.1613558679819107, 0.03463037312030792, -0.5821423530578613, -0.43945440649986267, 0.9006848335266113, 0.043720073997974396, -0.30317094922065735, 0.3642117381095886, 0.6712810397148132, -0.3174140155315399, -0.18514348566532135, 0.24850982427597046, -0.06682705134153366, -0.2601959705352783, -0.5262015461921692, 0.0489470399916172, 0.346662312746048, 0.34217923879623413, 0.1252344846725464, -0.22813713550567627, 0.41529300808906555, -0.3258362114429474, 0.768130898475647, -0.08202251046895981, -0.6796134114265442, -0.2989121973514557, 0.517034113407135, 0.6907863020896912, -0.41854068636894226, 0.6694695949554443, -0.21557451784610748, -0.49043604731559753, 0.9501497745513916, 0.34194621443748474, 0.7182586789131165, -0.5148124694824219, 0.32878005504608154, 0.5738318562507629, 0.18620721995830536, 0.39390987157821655, 0.844870924949646, -0.2844462990760803, -0.6642618775367737, 0.06895189732313156, -0.23650652170181274, -0.6556674242019653, -0.4400738775730133, -1.3777409791946411, 0.3199760913848877, -0.5002718567848206, -0.42103105783462524, 0.1751849502325058, 0.1520228534936905, -0.9341093301773071, 0.5652561187744141, 0.5215578675270081, 1.4745744466781616, -0.9084578156471252, 0.6378583312034607, 0.9391654133796692, -0.35217729210853577, -0.9952605366706848, -0.2591193616390228, 0.03508169203996658, -0.731224775314331, -0.2735450863838196, 0.17105041444301605, 0.4707314670085907, -0.14781615138053894, -0.9141280055046082, -0.7973936796188354, 1.1916234493255615, 0.016452234238386154, -0.9032819271087646, 0.4374057948589325, -0.3444876968860626, 0.38881781697273254, -0.2753829061985016, 0.24612659215927124, 0.4240366518497467, 0.9181010723114014, 0.2243538796901703, -0.6312941312789917, 0.22488394379615784, -0.6483284831047058, -0.2841589152812958, 0.40816864371299744, -0.9417494535446167, 0.11758504062891006, -0.24697627127170563, 0.20072031021118164, -0.006495966110378504, 0.6547853946685791, 0.1979420930147171, 0.5688005089759827, 0.362413614988327, 0.7430030107498169, 1.0826373100280762, -0.4000571668148041, 0.8500760197639465, -0.149770125746727, 0.7046888470649719, 1.2737951278686523, -0.22223323583602905, 0.4155619740486145, 0.4636504650115967, -0.058724671602249146, 0.45052221417427063, 0.8101959228515625, -0.7822340130805969, 0.37743204832077026, 0.4550173580646515, 0.042997095733881, -0.28922024369239807, -0.07128588855266571, -0.8966922760009766, 0.1196104884147644, 0.544654369354248, -0.42549625039100647, -0.012649474665522575, 0.05722258612513542, 0.23312360048294067, -0.12828290462493896, -0.7052249312400818, 0.607227623462677, 0.03697318583726883, -0.2112102508544922, -0.10538497567176819, -0.07471636682748795, 0.20063570141792297, -0.6804302334785461, -0.1704484224319458, -0.09202001988887787, 0.2904432415962219, -0.6306970119476318, -1.0957610607147217, 0.7813419103622437, -0.26433131098747253, -0.5496278405189514, 0.03751908615231514, 0.7219799160957336, -0.4148097634315491, -0.9319091439247131, 0.3445017337799072, 0.1830785572528839, 0.16054946184158325, 0.18907378613948822, -1.1829414367675781, 0.4142931401729584, -0.04814515262842178, -0.24585440754890442, -0.04928980767726898, 0.10439323633909225, -0.005038698669523001, 0.5372616052627563, 0.5347998738288879, -0.11401086300611496, -0.31740495562553406, 0.2459966540336609, 1.0385547876358032, -0.8197634816169739, -0.5432646870613098, -0.45920291543006897, 0.8922761082649231, -0.5521026253700256, -0.6223766207695007, 0.5964434146881104, 1.1346509456634521, 0.8819972276687622, -0.26589885354042053, 0.7358998656272888, -0.7306481599807739, 0.7247435450553894, -0.20609129965305328, 0.6414589881896973, -0.33980751037597656, -0.2912738621234894, -0.17325755953788757, -0.6149895787239075, -0.6656447052955627, 0.45307472348213196, 0.10801089555025101, 0.04002837836742401, 0.6254629492759705, 0.8777309060096741, -0.019161777570843697, 0.35622429847717285, -0.004553931299597025, 0.17335999011993408, 0.09810283035039902, 0.6059513688087463, 0.25231170654296875, -0.5092198252677917, 0.025819702073931694, -0.16313165426254272, -0.72331303358078, 0.046937502920627594, -1.0217612981796265, -0.9605880379676819, -0.5669997334480286, -0.5083634257316589, -0.5300614237785339, -0.02592519111931324, 0.8649600148200989, 1.0196415185928345, -1.0551549196243286, -0.21851998567581177, 0.20815815031528473, 0.3050837814807892, 0.04421650990843773, -0.12232640385627747, 0.6702949404716492, 0.4776971936225891, -0.689709484577179, -0.28973934054374695, -0.12801773846149445, 0.07850907742977142, 0.018213467672467232, 0.13626548647880554, -0.05758959800004959, 0.05578410252928734, 0.1233363151550293, 0.517913281917572, 0.023117005825042725, -0.20433969795703888, -0.4466536045074463, 0.09271381795406342, -0.03424663469195366, 0.8663699626922607, -0.24850574135780334, 0.02164943888783455, 0.5908323526382446, 0.5023026466369629, 0.8836041688919067, 0.23962745070457458, 0.560363233089447, -0.5411849617958069, 0.12253566086292267, -0.003251664573326707, 0.4629763662815094, 0.1662617325782776, -0.4676818251609802, 0.8392976522445679, 0.3740939199924469, -0.589006781578064, -0.5873873233795166, 0.15760217607021332, -1.5241551399230957, 0.34892937541007996, 0.8636982440948486, -0.03433661162853241, -0.38866499066352844, 0.016918262466788292, -0.4555797576904297, 0.09824274480342865, -0.8897368311882019, 0.062052495777606964, 0.628625214099884, -0.055373381823301315, -0.25759357213974, -0.09255070984363556, 0.4135347604751587, -0.2710098922252655, -1.4069396257400513, 0.1610202044248581, 0.5963685512542725, 0.17510074377059937, 0.1475643664598465, 0.5968033075332642, -0.16779816150665283, 0.4174065887928009, 0.28949663043022156, 0.5614763498306274, -0.3032362163066864, -0.4978339970111847, -0.07053381949663162, 0.07872522622346878, -0.18864525854587555, -0.6067935824394226 ]
result-kand2-sdxl-wuerst-karlo/dc1d52d8
result-kand2-sdxl-wuerst-karlo
2023-10-01T15:17:52Z
526
0
[ "region:us" ]
null
2023-10-01T15:17:51Z
--- dataset_info: features: - name: result dtype: string - name: id dtype: int64 splits: - name: train num_bytes: 168 num_examples: 10 download_size: 1321 dataset_size: 168 configs: - config_name: default data_files: - split: train path: data/train-* --- # Dataset Card for "dc1d52d8" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
[ -0.6929488182067871, -0.05491868034005165, 0.20941577851772308, 0.2426387220621109, -0.23315933346748352, 0.08696416020393372, 0.5659869313240051, -0.007003516424447298, 0.847977340221405, 0.44343191385269165, -1.0297104120254517, -0.7714819312095642, -0.5526567697525024, -0.1455278992652893, -0.22601307928562164, 1.1817896366119385, -0.01786934584379196, 0.07685210555791855, -0.4810224771499634, -0.20983976125717163, -0.35548076033592224, -0.42170387506484985, -0.5559313297271729, -0.46548834443092346, 1.0554662942886353, 0.8257369995117188, 0.46295610070228577, 0.5840489864349365, 0.9434813261032104, 0.17539498209953308, -0.0001921123912325129, -0.14964792132377625, -0.5260858535766602, -0.15544314682483673, -0.196399986743927, -0.4660879671573639, -1.2315033674240112, 0.04813632741570473, 0.5850182175636292, 0.779941737651825, -0.2515976130962372, 0.7811461091041565, -0.261640340089798, 1.0357393026351929, -0.37451082468032837, 0.5242326855659485, -0.046223241835832596, 0.06256599724292755, -0.6021478772163391, -0.09632925689220428, 0.22621123492717743, -0.5793035626411438, -0.17274609208106995, -1.1747411489486694, 0.2291233092546463, -0.0038326203357428312, 0.6217858791351318, 0.49663245677948, -0.008623800240457058, -0.07421334087848663, -0.331393837928772, -0.05690832808613777, -0.21086229383945465, 0.0950695052742958, 0.7810260653495789, 0.46102994680404663, 0.07807553559541702, -0.5827250480651855, -0.5884169936180115, 0.2515973150730133, 0.06438698619604111, 0.20202338695526123, 0.18642814457416534, 0.08806866407394409, 0.6375551819801331, 0.6526393294334412, -0.5893086194992065, -0.07024280726909637, -0.6745725274085999, -0.24972186982631683, 0.7574735283851624, 0.31915587186813354, 0.21301063895225525, -0.1542697548866272, -0.21207579970359802, -0.2810426652431488, -0.5811179280281067, -0.16606304049491882, 0.6096364259719849, 0.15917275846004486, -1.324784755706787, 0.7184857726097107, -0.04807783663272858, 0.3434191048145294, 0.40129634737968445, 0.611575186252594, 0.5670408606529236, -0.40836188197135925, -0.2386981099843979, 0.12746332585811615, 0.18468201160430908, 0.5239431858062744, 0.1236753836274147, 0.1228521466255188, 0.14165088534355164, 0.1709892600774765, 0.07070048153400421, -1.2554168701171875, -1.0397837162017822, 0.4963357746601105, -0.8393097519874573, -0.3485781252384186, 0.48505857586860657, -1.073083758354187, -0.7458441257476807, -0.3991970717906952, -0.07831500470638275, 0.15278764069080353, -0.9672563672065735, -0.16091834008693695, -0.7415129542350769, 0.2825770378112793, 0.28545573353767395, -0.7855833768844604, 0.4253503084182739, 0.6424180865287781, 0.5054232478141785, -0.03092820942401886, -0.18811216950416565, -0.6173393130302429, 0.1686926782131195, -0.3072850704193115, 0.8555708527565002, -0.552172839641571, -0.45982256531715393, 0.009788228198885918, 0.36958959698677063, 0.18400529026985168, -0.5633013248443604, 0.7382370233535767, -0.4511728584766388, -0.30016496777534485, -0.9466917514801025, -0.6470982432365417, -0.001394467195495963, 0.28970280289649963, -1.361777663230896, 0.8400154709815979, 0.47322699427604675, -0.981210470199585, 0.5665128231048584, -1.1738669872283936, -0.18522299826145172, 0.7533224821090698, -0.22318732738494873, -0.4576021730899811, 0.11048857122659683, -0.17691150307655334, 0.5727762579917908, -0.05267520248889923, 0.17001868784427643, -0.8227552771568298, -0.2128460854291916, -0.017597436904907227, 0.012616856023669243, 1.0744459629058838, 0.2131628841161728, 0.42805278301239014, 0.08129113912582397, -1.127390742301941, -0.27601441740989685, 0.3278336822986603, -0.15380564332008362, -0.21910379827022552, -0.49355027079582214, 0.3661361634731293, -0.19402055442333221, 0.3161563575267792, -0.46499210596084595, 0.40628689527511597, 0.1952974647283554, -0.2256573736667633, 0.8148193955421448, 0.1825074553489685, 0.39956313371658325, -0.5280588865280151, 0.7904394865036011, 0.31867536902427673, 0.18630364537239075, -0.07865985482931137, -0.3896397054195404, -0.4787520170211792, -0.19993595778942108, 0.6079468727111816, 0.5592115521430969, -0.7337336540222168, 0.7265667915344238, 0.06712565571069717, -0.600872278213501, -0.32375475764274597, -0.16573487222194672, 0.038244809955358505, 0.17189060151576996, 0.3405575752258301, -0.7630677819252014, -0.7203280925750732, -0.47970983386039734, 0.6591303944587708, -0.0625826045870781, 0.20829465985298157, 0.4060860276222229, 0.7753535509109497, -0.460170716047287, 0.7135702967643738, -0.8834198117256165, -0.10764531791210175, 0.07848113030195236, -0.3395022451877594, 0.2381410449743271, 0.7215578556060791, 1.0046483278274536, -0.735562801361084, -0.36092206835746765, -0.41449281573295593, -0.5162650346755981, 0.07262633740901947, 0.24961666762828827, -0.32691022753715515, -0.09085913002490997, 0.059203412383794785, -0.7094611525535583, 0.9239023327827454, 0.8806270956993103, -0.6839677691459656, 0.38869234919548035, -0.08493868261575699, 0.3183772563934326, -1.321244239807129, 0.3677018880844116, 0.0401090644299984, -0.118520587682724, -0.32657694816589355, -0.15585459768772125, 0.062207166105508804, -0.21519148349761963, 0.0204020868986845, 0.5451656579971313, -0.49039360880851746, -0.047449417412281036, -0.10210020840167999, -0.010735049843788147, -0.06771136820316315, 0.1681392937898636, -0.04391556605696678, 0.43763846158981323, 1.1129168272018433, -0.5247047543525696, 1.168798565864563, 0.6632537841796875, -0.14709872007369995, 1.0089677572250366, -0.7077419757843018, 0.16418488323688507, -0.4155941903591156, 0.45884835720062256, -1.0447841882705688, -0.6685820817947388, 0.6322819590568542, -0.2688811123371124, 0.5953866839408875, -0.5745188593864441, -0.45337948203086853, -0.6861202716827393, -0.3019993007183075, 0.911591112613678, 0.27438169717788696, -0.8846616744995117, 0.033475007861852646, 0.8302227854728699, -0.07582082599401474, -0.08136060833930969, -0.7849037051200867, 0.03568822145462036, -0.32474976778030396, -0.1121591106057167, 0.5207290053367615, -0.6056387424468994, -0.11148077249526978, -0.19118672609329224, 0.14790965616703033, -0.28381234407424927, -0.24934269487857819, 0.48724016547203064, 0.34626343846321106, -0.041064247488975525, 0.20608749985694885, -0.004500312265008688, -0.7010219693183899, 0.30635491013526917, 0.11654452234506607, 0.2688821852207184, 0.4677276611328125, -0.09750992059707642, -0.5266268253326416, 0.5976728200912476, 0.41058820486068726, -0.16496622562408447, 0.4006076753139496, 0.8022072315216064, -0.8273133635520935, -0.4599151313304901, -0.2146434485912323, -0.21046166121959686, -0.4781850278377533, 0.17769528925418854, -0.5274708271026611, -0.4300059378147125, 0.6674847602844238, -0.11293710023164749, -0.38122302293777466, 0.7390353679656982, 0.7607478499412537, 0.1387092024087906, 0.4867047071456909, 0.6763578057289124, -0.3559736907482147, 0.34813302755355835, -0.4424290955066681, -0.3054999113082886, -0.6629905700683594, -0.36374831199645996, -0.4930233657360077, -0.36062949895858765, -0.8711224794387817, -0.5305229425430298, -0.17096799612045288, -0.14269903302192688, -0.26484760642051697, 0.8145579695701599, -0.9735776782035828, 0.380088210105896, 0.43983012437820435, 0.2993732690811157, -0.1264543980360031, -0.2284318208694458, 0.2788192629814148, 0.22279348969459534, -0.6850570440292358, -0.03630267083644867, 1.1804741621017456, 0.5745424628257751, 1.1546109914779663, 0.21786066889762878, 0.8350858092308044, 0.4090782701969147, 0.0912981778383255, -0.24828177690505981, 0.4123610854148865, -0.02525811828672886, -0.6918883323669434, -0.046385303139686584, -0.2626175284385681, -0.6995006799697876, -0.6642313003540039, -0.11933424323797226, -0.0439891591668129, 0.7309620976448059, 0.2887703478336334, -0.09170461446046829, 0.13689355552196503, -0.766896665096283, 1.0785136222839355, 0.15119773149490356, 0.013787477277219296, -0.39674699306488037, -0.5694853663444519, 0.09779268503189087, 0.3542952239513397, -0.08617744594812393, -0.3730335235595703, 0.041226133704185486, 0.9170992970466614, -0.4259275197982788, 1.05253005027771, -0.8043440580368042, -0.18291990458965302, 0.20501850545406342, -0.2213551253080368, 0.3450826108455658, 0.5907264351844788, -0.13388973474502563, 0.07050672918558121, 0.32464247941970825, -0.47588488459587097, -0.19737613201141357, 0.9034940004348755, -0.6722172498703003, 0.27417314052581787, -0.48739153146743774, -0.5582964420318604, 0.22775974869728088, 0.08164460211992264, 0.13914665579795837, 0.8047767281532288, -0.48439788818359375, -0.21010443568229675, 0.8457956910133362, 0.23756834864616394, 0.4428197741508484, 0.10984183102846146, -0.22681811451911926, -0.4673314094543457, 0.9806793332099915, 0.37838196754455566, -0.27492743730545044, 0.4100516140460968, 0.09295257180929184, -0.2318616658449173, -0.3987181782722473, -0.6399475336074829, 0.16418708860874176, -0.6677768230438232, -0.5377179980278015, -0.2041175216436386, -0.30335286259651184, -0.5288519859313965, -0.09765485674142838, -0.26130715012550354, -0.774437427520752, -0.9109027981758118, -0.6939612627029419, 1.1434783935546875, 0.8406230807304382, -0.6092078685760498, 0.10416829586029053, -0.5641069412231445, 0.7682772278785706, 0.1122347041964531, 1.1659618616104126, -0.2620934844017029, -0.38356101512908936, -0.3183654844760895, -0.11005810648202896, -0.08027935028076172, -0.631810188293457, -0.214727520942688, 0.058110982179641724, 0.733131468296051, 0.26036375761032104, 0.13384892046451569, 0.6614355444908142, -0.36386653780937195, 0.5636440515518188, 0.26858627796173096, -0.5818425416946411, 0.5290537476539612, -0.25606876611709595, 0.41479256749153137, 0.7836121320724487, 0.6917020082473755, -0.2565957307815552, 0.38442012667655945, -0.8931458592414856, -0.3913011848926544, 0.49667346477508545, -0.1840154379606247, 0.0960579514503479, 0.14189761877059937, 0.6612603068351746, 0.19847571849822998, 0.29616621136665344, -0.5431738495826721, -1.1883749961853027, -0.33822211623191833, -0.4328311085700989, 0.22288872301578522, -0.48403894901275635, -0.44414955377578735, -0.7150028944015503, 0.49730172753334045, -0.19635827839374542, 0.4718552231788635, 0.12058588862419128, 0.4511090815067291, -0.33397385478019714, -0.33988717198371887, 0.4499891996383667, 0.7274804711341858, -0.40459519624710083, -0.1289357990026474, -0.24744589626789093, -0.5829126238822937, -0.2870579659938812, 0.8985459804534912, 0.10630778968334198, -0.18264268338680267, 0.3539055287837982, 0.7344146966934204, -0.4578147828578949, -0.023392822593450546, 0.39576831459999084, -0.08859612047672272, -0.4119351804256439, -0.4266589879989624, 0.12170947343111038, 0.1569729447364807, 0.2424234300851822, -0.004073734860867262, 0.02232334204018116, 0.3520708382129669, -0.4549722969532013, 0.6464453935623169, 0.14541253447532654, -0.698245108127594, -0.6133792996406555, 0.6473355293273926, 0.5961430668830872, -0.4533080458641052, 0.627863347530365, -0.35630345344543457, -0.37800732254981995, 0.9160434007644653, 0.3181726038455963, 0.8265587687492371, -0.32830631732940674, 0.585848331451416, 0.7053587436676025, 0.02712157927453518, 0.36991119384765625, 0.7154729962348938, -0.474296897649765, -0.6653536558151245, -0.05161811411380768, -0.17720462381839752, -0.6170881986618042, -0.43993040919303894, -0.9924063086509705, 0.3187018036842346, -0.7148597240447998, -0.10039211064577103, 0.12138497829437256, 0.4065396189689636, -0.9436380863189697, 0.35301530361175537, 0.35566315054893494, 1.5358831882476807, -0.6304764747619629, 0.9556208252906799, 0.7555292248725891, -0.46256783604621887, -0.5382516384124756, -0.18459033966064453, 0.07263622432947159, -0.8146163821220398, -0.029639333486557007, 0.21454769372940063, 0.4698847830295563, -0.05284927412867546, -0.902578592300415, -0.6290531754493713, 1.4177817106246948, 0.16552427411079407, -0.8249735236167908, 0.4202406406402588, -0.150316059589386, 0.20368850231170654, -0.4548233151435852, 0.23703046143054962, 0.5472476482391357, 0.7869082689285278, 0.26854565739631653, -0.6162309646606445, 0.19070973992347717, -0.479829341173172, -0.3302042782306671, 0.28813308477401733, -0.7916669249534607, 0.21188050508499146, -0.3748103678226471, -0.033536527305841446, 0.09115215390920639, 0.6417211294174194, 0.15802420675754547, 0.43058401346206665, 0.36968451738357544, 0.7997555136680603, 1.0622555017471313, -0.2191440761089325, 0.941764235496521, -0.04797051474452019, 0.5838292241096497, 1.0578281879425049, -0.4681668281555176, 0.13638144731521606, 0.407783567905426, -0.2934280037879944, 0.4153764545917511, 0.717124342918396, -0.5415711402893066, 0.6860267519950867, 0.5208426713943481, -0.3128121495246887, -0.031934645026922226, -0.09295932948589325, -0.7319103479385376, -0.052790552377700806, 0.3192187249660492, -0.1907278299331665, 0.11520806699991226, -0.09088203310966492, 0.01217077299952507, -0.05001489818096161, -0.5192762613296509, 0.8344282507896423, -0.013050797395408154, -0.18219123780727386, -0.08731012046337128, -0.24112233519554138, 0.2273135781288147, -0.5993483662605286, -0.5661492943763733, -0.14330936968326569, 0.30121296644210815, -0.5970180630683899, -1.1662958860397339, 0.6837080717086792, -0.41291603446006775, -0.6168805360794067, -0.03143087401986122, 0.5442845225334167, -0.5679998993873596, -0.893700122833252, 0.3610975742340088, -0.038276005536317825, 0.06916146725416183, 0.2574618458747864, -1.214091181755066, 0.534785270690918, -0.17552678287029266, -0.08220789581537247, 0.1901262402534485, 0.31134679913520813, 0.46396565437316895, 0.5347314476966858, 0.3198837339878082, 0.06923148781061172, -0.4241946041584015, 0.32506513595581055, 1.1144797801971436, -0.6438431739807129, -0.31256940960884094, -0.4600539207458496, 0.8686880469322205, -0.39009392261505127, -0.6992888450622559, 0.566207230091095, 0.9316908121109009, 0.8510432243347168, -0.09993865340948105, 0.8648678064346313, -0.5318493247032166, 0.7890802621841431, -0.18872161209583282, 0.7628149390220642, -0.1777513027191162, -0.16691231727600098, -0.22112268209457397, -0.7252259254455566, -0.6409764289855957, 0.6145473718643188, 0.4334060549736023, 0.032185982912778854, 0.5473836064338684, 1.0185621976852417, -0.17558865249156952, 0.22133538126945496, 0.07977533340454102, 0.21469096839427948, 0.271616667509079, 0.2175360769033432, 0.16142651438713074, -0.7094128727912903, 0.017761968076229095, -0.3417689800262451, -0.6675715446472168, 0.2815476357936859, -1.0500637292861938, -1.050772786140442, -0.7568366527557373, -0.9003769159317017, -0.5560804009437561, -0.10891111195087433, 0.9038076400756836, 1.0589392185211182, -1.0293574333190918, -0.17219433188438416, -0.11848768591880798, 0.4866202175617218, -0.03860234096646309, -0.16969135403633118, 0.7505601048469543, 0.47612234950065613, -0.5913607478141785, -0.10389283299446106, 0.027081837877631187, 0.20417506992816925, -0.3248213529586792, -0.10748640447854996, -0.03572402521967888, -0.15502727031707764, 0.23851315677165985, 0.39978015422821045, 0.0300136711448431, -0.347700297832489, -0.6210454106330872, 0.11525485664606094, 0.1630619615316391, 0.9538823366165161, -0.5560071468353271, 0.21311794221401215, 0.5941087007522583, 0.4619629681110382, 0.6985697746276855, 0.1551855057477951, 0.4770003855228424, -0.6100652813911438, 0.14077147841453552, -0.1533122956752777, 0.32689207792282104, 0.22299067676067352, -0.45467254519462585, 0.7547693252563477, 0.4845898449420929, -0.7620651125907898, -0.5762113332748413, 0.08479637652635574, -1.5617743730545044, 0.35898905992507935, 0.8932660222053528, 0.0603957325220108, -0.16776137053966522, -0.15100271999835968, -0.5004735589027405, 0.10491740703582764, -0.6628689765930176, 0.2905142605304718, 0.5105559825897217, 0.3122613728046417, -0.44316166639328003, -0.141526997089386, 0.7547191977500916, -0.6077606678009033, -1.306908130645752, 0.33703142404556274, 0.4606528878211975, 0.09722031652927399, -0.011833981610834599, 0.8748420476913452, -0.08253643661737442, 0.3039388358592987, 0.4524437487125397, 0.26327261328697205, -0.08114247024059296, -0.7068241238594055, -0.3353405296802521, 0.05084038898348808, -0.24081522226333618, -0.587219774723053 ]
result-kand2-sdxl-wuerst-karlo/0eb4c62d
result-kand2-sdxl-wuerst-karlo
2023-10-01T19:54:21Z
526
0
[ "region:us" ]
null
2023-10-01T19:54:20Z
--- dataset_info: features: - name: result dtype: string - name: id dtype: int64 splits: - name: train num_bytes: 175 num_examples: 10 download_size: 1353 dataset_size: 175 configs: - config_name: default data_files: - split: train path: data/train-* --- # Dataset Card for "0eb4c62d" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
[ -0.6277416944503784, -0.06441515684127808, 0.233839213848114, 0.24915264546871185, -0.18691423535346985, -0.08868790417909622, 0.4066970944404602, -0.3557943105697632, 0.8186480402946472, 0.4102018475532532, -0.7815477252006531, -0.7787291407585144, -0.46845686435699463, -0.20694996416568756, -0.1345566362142563, 1.3014576435089111, 0.20207852125167847, 0.14052942395210266, -0.4846614897251129, -0.19299264252185822, -0.5332577228546143, -0.5996054410934448, -0.4592595100402832, -0.6222849488258362, 1.0926629304885864, 1.009608268737793, 0.5389460325241089, 0.5460492372512817, 0.8098918199539185, 0.15595471858978271, 0.0977494865655899, -0.4580637216567993, -0.5443292856216431, -0.14714553952217102, -0.2830474376678467, -0.5495893955230713, -1.0997345447540283, 0.034788016229867935, 0.38944387435913086, 0.6255748867988586, -0.06058214232325554, 0.8166947960853577, -0.38409799337387085, 0.7000240087509155, -0.3162931203842163, 0.5538606643676758, -0.23900052905082703, -0.08159475028514862, -0.6666650772094727, -0.008273457176983356, 0.09548954665660858, -0.5150096416473389, -0.27435049414634705, -0.8672471046447754, 0.28635746240615845, 0.08070164173841476, 0.817147433757782, 0.10431826114654541, -0.05276671051979065, -0.1520729959011078, -0.3129424750804901, 0.07035797089338303, -0.3208959996700287, 0.18907952308654785, 0.741024374961853, 0.23494361340999603, 0.09864106774330139, -0.6015821099281311, -0.34855911135673523, 0.43228548765182495, 0.054011374711990356, 0.24011313915252686, 0.3518539071083069, -0.018352065235376358, 0.6197015047073364, 0.6030952334403992, -0.5744723081588745, -0.08474421501159668, -0.8089187741279602, -0.4219214916229248, 0.7499158382415771, 0.06219921261072159, 0.23956279456615448, -0.19666947424411774, -0.2577965259552002, -0.09504134207963943, -0.5773124694824219, -0.09830296039581299, 0.535395622253418, 0.1752507984638214, -1.2413809299468994, 0.5826910734176636, 0.15210089087486267, 0.28493088483810425, 0.18437229096889496, 0.8128802180290222, 0.8161132335662842, -0.2659338116645813, -0.0983511358499527, 0.1924523115158081, 0.09699083864688873, 0.5579487085342407, 0.12410891801118851, 0.1068543940782547, 0.04206213727593422, 0.2941989600658417, 0.057464294135570526, -1.379927635192871, -0.9756097793579102, 0.4906526207923889, -0.7624232769012451, -0.2701088786125183, 0.26129940152168274, -0.9824519157409668, -0.43622463941574097, -0.28258562088012695, 0.02489320933818817, 0.07643242925405502, -0.7085851430892944, -0.29326218366622925, -0.8013560771942139, 0.5513694882392883, 0.09873607754707336, -0.9446170330047607, 0.3052985966205597, 0.5857599377632141, 0.37769395112991333, 0.09949250519275665, -0.04680407792329788, -0.5279684066772461, 0.31956052780151367, -0.2719355821609497, 0.9294716119766235, -0.5512294769287109, -0.38131779432296753, -0.06767579913139343, 0.3305729925632477, 0.27465879917144775, -0.3293416500091553, 0.7767558097839355, -0.44333168864250183, -0.23855796456336975, -0.7774480581283569, -0.6406011581420898, -0.08688848465681076, 0.3794844150543213, -1.2127571105957031, 1.106841802597046, 0.49138569831848145, -0.8041582107543945, 0.3187442421913147, -1.2634612321853638, -0.26152241230010986, 0.796941876411438, -0.2215292602777481, -0.386496365070343, 0.21488447487354279, -0.21072623133659363, 0.5826706886291504, -0.05597047135233879, 0.12416569888591766, -1.0225601196289062, -0.267916738986969, -0.02449490688741207, 0.14585267007350922, 0.9648458957672119, 0.25715455412864685, 0.35546204447746277, -0.03756877779960632, -1.0052570104599, 0.0900077223777771, 0.23601248860359192, 0.01614789105951786, -0.3050902485847473, -0.540740966796875, 0.4072629511356354, -0.0020743869245052338, 0.49677035212516785, -0.5239003300666809, 0.2328873574733734, -0.03532518818974495, -0.14400358498096466, 0.8122934699058533, 0.2855202257633209, 0.3309324383735657, -0.3891335129737854, 0.5030328631401062, 0.20123808085918427, 0.2199106216430664, -0.03523657098412514, -0.5815575122833252, -0.5564885139465332, 0.06757640838623047, 0.7737738490104675, 0.5755043625831604, -0.7103412747383118, 0.6571407914161682, 0.19856318831443787, -0.7432143092155457, -0.25839173793792725, 0.07464160770177841, 0.2677325904369354, 0.13446277379989624, 0.43867242336273193, -0.6180405616760254, -0.7133764028549194, -0.7192412614822388, 0.47786492109298706, 0.0012490227818489075, 0.048270341008901596, 0.33660534024238586, 0.9237210154533386, -0.531902551651001, 0.5462964773178101, -0.7662738561630249, -0.21581609547138214, -0.018571749329566956, -0.21227723360061646, 0.32641956210136414, 0.8757510781288147, 1.0427119731903076, -0.7361807227134705, -0.30052730441093445, -0.4396538734436035, -0.618041455745697, -0.09352895617485046, 0.30057305097579956, -0.639153242111206, -0.06417074799537659, 0.04077623784542084, -0.34048110246658325, 0.8602159023284912, 1.0064030885696411, -0.8259119987487793, -0.012766813859343529, -0.07782670110464096, 0.12390486896038055, -1.3000905513763428, 0.35282599925994873, -0.07990191876888275, -0.1838732212781906, -0.485979825258255, -0.03836970776319504, 0.27636730670928955, -0.16014835238456726, -0.19209161400794983, 0.6218354105949402, -0.7333555817604065, -0.27895957231521606, 0.11093014478683472, 0.0482485368847847, -0.1358828842639923, 0.4028453826904297, 0.06655186414718628, 0.2810518443584442, 0.9452513456344604, -0.41457366943359375, 0.9606669545173645, 0.7289154529571533, 0.17026612162590027, 1.0380616188049316, -0.7177526950836182, 0.20383968949317932, -0.17724595963954926, 0.3650502562522888, -0.7482967972755432, -0.7067655920982361, 0.4252487123012543, -0.5481848120689392, 0.47766512632369995, -0.48947083950042725, -0.5300715565681458, -0.6988339424133301, -0.5158461332321167, 0.9811211824417114, 0.44397079944610596, -0.7115192413330078, 0.2541002333164215, 0.7173705101013184, -0.0791335329413414, 0.21761953830718994, -0.9939343929290771, -0.0341336652636528, -0.05656588077545166, -0.32395344972610474, 0.5264096260070801, -0.7353838682174683, 0.15270407497882843, -0.17150306701660156, 0.19818884134292603, -0.18903666734695435, -0.27356579899787903, 0.5824451446533203, 0.42134159803390503, -0.1033458337187767, 0.16581961512565613, -0.04969995468854904, -0.717219352722168, 0.3015539050102234, 0.0779096856713295, 0.2595454454421997, 0.13875719904899597, -0.11580828577280045, -0.39392930269241333, 0.4784720242023468, 0.16688434779644012, -0.09000452607870102, 0.3013506829738617, 0.8933690786361694, -0.868606686592102, -0.20234236121177673, -0.37281954288482666, -0.2778000831604004, -0.4582301676273346, -0.01669280230998993, -0.3473286032676697, -0.43477410078048706, 0.7412899732589722, 0.11104840040206909, -0.09716391563415527, 0.7412021160125732, 0.8805686235427856, 0.00044128764420747757, 0.536974310874939, 0.46575868129730225, -0.09891827404499054, 0.27651554346084595, -0.36713355779647827, -0.2911413013935089, -0.7998957633972168, -0.5605415105819702, -0.550644040107727, -0.6352607011795044, -0.8732630014419556, -0.4666300415992737, -0.1290244460105896, -0.26407590508461, -0.19940564036369324, 0.6643414497375488, -0.7129510641098022, 0.4450910687446594, 0.5865867137908936, 0.2994225025177002, -0.2892604470252991, -0.18575385212898254, 0.27483075857162476, 0.2030019760131836, -0.6630862355232239, 0.03241419419646263, 1.2119816541671753, 0.560187578201294, 0.8872365951538086, 0.4077642261981964, 0.9287605285644531, 0.4723150134086609, 0.38816747069358826, -0.29005196690559387, 0.3412639796733856, 0.05840800702571869, -1.0296627283096313, -0.04150741547346115, -0.13922128081321716, -0.7650914192199707, -0.460903525352478, -0.2779576778411865, -0.22695648670196533, 0.5544023513793945, 0.4546247720718384, -0.059730540961027145, 0.10747149586677551, -0.9127284288406372, 1.106002926826477, -0.1657990664243698, -0.20345188677310944, -0.14892543852329254, -0.8304228782653809, 0.14371894299983978, 0.29537099599838257, 0.21027573943138123, -0.3486807346343994, 0.00387656781822443, 0.9727423191070557, -0.3568703532218933, 0.978693425655365, -0.844571590423584, -0.07967821508646011, 0.17826128005981445, -0.26590484380722046, 0.2584850788116455, 0.5020451545715332, -0.17711910605430603, 0.3093869686126709, 0.282399445772171, -0.7737310528755188, -0.2094590663909912, 0.9682183265686035, -0.6410906314849854, 0.42892271280288696, -0.5305047035217285, -0.4553973972797394, -0.061890773475170135, 0.23085302114486694, 0.27006494998931885, 0.8379393219947815, -0.2509622275829315, 0.18025124073028564, 0.7908025979995728, 0.3117651045322418, 0.4921831488609314, 0.07021226733922958, -0.12191259860992432, -0.5652087330818176, 0.9895198941230774, 0.261627733707428, -0.18151313066482544, 0.16458769142627716, 0.1216479018330574, -0.40470489859580994, -0.359718918800354, -0.6597734689712524, 0.26118773221969604, -0.48092901706695557, -0.6773738265037537, -0.08577124029397964, -0.33764028549194336, -0.5269103050231934, -0.2971743047237396, -0.2058037668466568, -0.6757651567459106, -0.8391501903533936, -0.7320635318756104, 0.9727084636688232, 0.6006562113761902, -0.6469205617904663, 0.21595075726509094, -0.8205634951591492, 0.7266790866851807, -0.1588292270898819, 1.2551379203796387, -0.34145087003707886, -0.4944799542427063, -0.387773334980011, -0.018465090543031693, -0.040768690407276154, -0.7108390927314758, -0.252458393573761, 0.06376849114894867, 0.6246445178985596, 0.2788195013999939, 0.17682769894599915, 0.5314623117446899, -0.21869297325611115, 0.6880114078521729, 0.36193984746932983, -0.6589659452438354, 0.5038386583328247, -0.2626263499259949, 0.4097336232662201, 0.8221763372421265, 0.5264459848403931, -0.2221662998199463, 0.18239593505859375, -1.1544904708862305, -0.7307246923446655, 0.5727178454399109, 0.1486404985189438, 0.22085103392601013, 0.16492989659309387, 0.5494003295898438, -0.02378944680094719, 0.22727379202842712, -0.7821290493011475, -0.9914036393165588, -0.2836446166038513, -0.5762836933135986, 0.2799341082572937, -0.6603096723556519, -0.2629449665546417, -0.5823432803153992, 0.7502433061599731, -0.0973481759428978, 0.561854898929596, -0.0386701263487339, 0.28880172967910767, -0.09080199897289276, -0.23642678558826447, 0.38939565420150757, 0.3926231563091278, -0.5163806676864624, -0.05554535984992981, -0.11363878846168518, -0.43061238527297974, -0.33555275201797485, 0.6282699108123779, -0.06448108702898026, -0.2658681273460388, 0.435960590839386, 0.6037864685058594, -0.02829100377857685, 0.02509835921227932, 0.4743576645851135, -0.07183544337749481, -0.5328643918037415, -0.664181113243103, 0.18829461932182312, 0.2453364133834839, 0.10849158465862274, -0.1479683518409729, -0.1210598349571228, 0.3698663115501404, -0.5050610899925232, 0.6458608508110046, 0.06698140501976013, -0.6842827796936035, -0.6444193124771118, 0.5146338939666748, 0.8309476971626282, -0.44317999482154846, 0.710720956325531, -0.2886137366294861, -0.35034018754959106, 0.8083105087280273, 0.4447314143180847, 0.598274827003479, -0.4079540967941284, 0.32333898544311523, 0.5890839695930481, 0.08230371028184891, 0.41856226325035095, 0.926162600517273, -0.3139166235923767, -0.7599788904190063, 0.16956180334091187, -0.2604559063911438, -0.3804361820220947, -0.24784892797470093, -1.1322733163833618, 0.3869929611682892, -0.75778728723526, -0.14966781437397003, 0.1818399429321289, 0.2452443391084671, -0.8777645826339722, 0.40388333797454834, 0.39015620946884155, 1.3858280181884766, -0.7197816371917725, 0.7638645172119141, 0.7075439691543579, -0.5051982402801514, -0.7098841667175293, -0.38050711154937744, 0.10960113257169724, -0.7618430852890015, -0.1332109570503235, 0.2803976535797119, 0.4511396586894989, -0.05516114830970764, -0.9724509716033936, -0.6652013063430786, 1.243725061416626, 0.03855235129594803, -0.7372344732284546, 0.35939979553222656, -0.27998554706573486, 0.3579770028591156, -0.30527976155281067, 0.4278527498245239, 0.5994096994400024, 0.9736782908439636, 0.5220175981521606, -0.3765399158000946, 0.07399655133485794, -0.6346606016159058, -0.1526256799697876, 0.3971494436264038, -0.777188777923584, 0.05918945372104645, -0.2778259515762329, 0.15568386018276215, 0.028716735541820526, 0.7603048086166382, 0.03866284713149071, 0.5454080104827881, 0.31608834862709045, 0.6254533529281616, 0.9094390869140625, -0.3293418288230896, 0.8017802238464355, -0.21838200092315674, 0.5160198211669922, 1.1691501140594482, -0.4781942069530487, 0.3608129918575287, 0.4367245137691498, 0.09002895653247833, 0.5498326420783997, 0.7793096303939819, -0.7438624501228333, 0.376504123210907, 0.4034222960472107, -0.08788113296031952, -0.11982209980487823, 0.04788060858845711, -0.7430645227432251, 0.003122356254607439, 0.5659862756729126, -0.25472062826156616, -0.02206028811633587, -0.2578884959220886, 0.15079320967197418, -0.12751340866088867, -0.6142309904098511, 0.7806429862976074, -0.07393369823694229, -0.1564052402973175, -0.04002685844898224, -0.058020491153001785, 0.2695976793766022, -0.5762850046157837, -0.5184527635574341, -0.1778486669063568, 0.23884733021259308, -0.7155041694641113, -1.209075927734375, 0.7589888572692871, -0.2503850758075714, -0.5306673645973206, -0.06842543929815292, 0.6121125817298889, -0.5604522228240967, -0.91816246509552, 0.4964759349822998, -0.12288074195384979, 0.24229471385478973, 0.3074619770050049, -1.170442819595337, 0.44038376212120056, -0.017624014988541603, -0.06504698842763901, 0.2185766100883484, 0.30023393034935, 0.12200123816728592, 0.4223078787326813, 0.5796415209770203, 0.028646601364016533, -0.4351906180381775, 0.2228071689605713, 0.8900236487388611, -0.8571528196334839, -0.4154985547065735, -0.4276948869228363, 0.8106588125228882, -0.46532851457595825, -0.5031917095184326, 0.48943984508514404, 1.1472642421722412, 0.9392520189285278, -0.10700573027133942, 0.7822170257568359, -0.5953747034072876, 0.7813258171081543, -0.2806168496608734, 0.6042511463165283, -0.21219220757484436, -0.17767664790153503, -0.14745283126831055, -0.6771133542060852, -0.7880294322967529, 0.639865517616272, 0.4295467734336853, 0.18483108282089233, 0.6309414505958557, 1.076573371887207, -0.2191484123468399, 0.23551326990127563, 0.20095515251159668, 0.32050439715385437, 0.30711767077445984, 0.33525899052619934, 0.03500460460782051, -0.629377007484436, 0.11953245103359222, -0.19354015588760376, -0.6302669048309326, 0.020007262006402016, -1.105767011642456, -1.0195283889770508, -0.5724340677261353, -0.5678125619888306, -0.6241565942764282, -0.12429241091012955, 0.9706465005874634, 1.0010569095611572, -1.0388820171356201, -0.19614428281784058, 0.17278380692005157, 0.3811010420322418, 0.23802420496940613, -0.14670684933662415, 0.5329996943473816, 0.42876482009887695, -0.5123988389968872, -0.30506810545921326, -0.008691737428307533, 0.20220956206321716, -0.13397903740406036, -0.11458047479391098, -0.05420568212866783, 0.08953914791345596, 0.35319891571998596, 0.44705259799957275, -0.05128580331802368, -0.4529600143432617, -0.6710669994354248, 0.06483045965433121, 0.11795905232429504, 0.8758313059806824, -0.3779943585395813, -0.012154417112469673, 0.5811043977737427, 0.4025188684463501, 0.7519271969795227, 0.21759185194969177, 0.42941099405288696, -0.7091803550720215, 0.10390952974557877, -0.07955416291952133, 0.32194215059280396, 0.22322750091552734, -0.47257858514785767, 0.8418539762496948, 0.5280379056930542, -0.6581243276596069, -0.41666141152381897, 0.1342909038066864, -1.50932776927948, 0.37881895899772644, 1.0526134967803955, 0.1296152025461197, -0.4157768487930298, -0.17615365982055664, -0.45544910430908203, -0.012806257233023643, -0.932576596736908, 0.1414378583431244, 0.5115463733673096, 0.04660574719309807, -0.19690969586372375, -0.194321408867836, 0.5344078540802002, -0.5004063844680786, -1.2862632274627686, 0.21162842214107513, 0.7095534801483154, 0.30113986134529114, 0.02024613320827484, 0.8139718174934387, -0.2594500184059143, 0.307819664478302, 0.22999998927116394, 0.5435033440589905, -0.13367018103599548, -0.6694527864456177, -0.22296881675720215, 0.011276014149188995, -0.2311912328004837, -0.4961707592010498 ]
result-kand2-sdxl-wuerst-karlo/5e4a199e
result-kand2-sdxl-wuerst-karlo
2023-10-01T22:19:01Z
526
0
[ "region:us" ]
null
2023-10-01T22:19:00Z
--- dataset_info: features: - name: result dtype: string - name: id dtype: int64 splits: - name: train num_bytes: 247 num_examples: 10 download_size: 1418 dataset_size: 247 configs: - config_name: default data_files: - split: train path: data/train-* --- # Dataset Card for "5e4a199e" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
[ -0.6868599653244019, -0.023687489330768585, 0.35172051191329956, 0.2308456301689148, -0.15228335559368134, -0.09360486268997192, 0.4838109016418457, -0.3758569359779358, 0.9960693717002869, 0.39275556802749634, -0.8220590353012085, -0.7596248984336853, -0.5511003732681274, 0.15428213775157928, -0.25841227173805237, 1.131870985031128, 0.1963922679424286, 0.034508414566516876, -0.3616921305656433, -0.25812792778015137, -0.5171520709991455, -0.6906894445419312, -0.5231788754463196, -0.4749974012374878, 1.0732917785644531, 0.7921409010887146, 0.3278643488883972, 0.5158926248550415, 0.8630239963531494, 0.2559668719768524, 0.08846787363290787, -0.4770549237728119, -0.5004054307937622, -0.13905972242355347, -0.10429993271827698, -0.5505691766738892, -1.2491612434387207, 0.13135607540607452, 0.5023778080940247, 0.5938621759414673, -0.22857117652893066, 0.8323841094970703, -0.4260685443878174, 0.7269495725631714, -0.4197544455528259, 0.6093723773956299, -0.09994431585073471, -0.09201977401971817, -0.6989090442657471, 0.07095983624458313, 0.0845964327454567, -0.5632946491241455, -0.20566554367542267, -1.1361126899719238, 0.18141967058181763, 0.06813910603523254, 0.9225593209266663, 0.14248783886432648, 0.05572373420000076, -0.08450684696435928, -0.35019463300704956, 0.11932092159986496, -0.30628979206085205, 0.4042581617832184, 0.7434675693511963, 0.4605307877063751, 0.13293679058551788, -0.9031132459640503, -0.43449509143829346, 0.3904656767845154, 0.11661097407341003, 0.1760474294424057, 0.16967448592185974, 0.03384410962462425, 0.728008508682251, 0.693886399269104, -0.3547655940055847, -0.29930028319358826, -0.8834328651428223, -0.549664318561554, 0.7898615002632141, -0.035064682364463806, 0.31868427991867065, 0.0115117859095335, -0.1731196790933609, -0.20449575781822205, -0.5251164436340332, -0.14493179321289062, 0.5659263134002686, 0.060276277363300323, -1.091200828552246, 0.3534882068634033, 0.03748508170247078, 0.18836140632629395, 0.3907916247844696, 0.5158014297485352, 0.8918546438217163, -0.211489737033844, -0.20323516428470612, 0.15188264846801758, 0.1242404356598854, 0.5110778212547302, 0.07260886579751968, 0.15479277074337006, -0.042121775448322296, -0.010239901021122932, 0.12550920248031616, -1.3281867504119873, -0.942785918712616, 0.42583709955215454, -0.7684451937675476, -0.1781688928604126, 0.26321184635162354, -0.8902056217193604, -0.46298813819885254, -0.23672331869602203, 0.17383277416229248, 0.07754519581794739, -0.5866971015930176, -0.2248944640159607, -0.6589381694793701, 0.4307722747325897, 0.22202366590499878, -0.95489102602005, 0.32012319564819336, 0.4938451647758484, 0.31407037377357483, 0.24823150038719177, -0.21685218811035156, -0.574962854385376, 0.2645845115184784, -0.16119059920310974, 0.8154377937316895, -0.6854536533355713, -0.2777029871940613, -0.14024078845977783, 0.48425284028053284, 0.21432554721832275, -0.305029034614563, 1.0406367778778076, -0.5575962066650391, 0.011789977550506592, -0.8229801654815674, -0.7122955918312073, -0.42051541805267334, 0.33668261766433716, -1.36045241355896, 0.9975178241729736, 0.1784990131855011, -0.6048764586448669, 0.42095738649368286, -1.257878065109253, 0.0049104150384664536, 0.7034726142883301, -0.12094344943761826, -0.5472049117088318, 0.18419815599918365, 0.006097652018070221, 0.5485637187957764, -0.06163083016872406, 0.190822035074234, -0.9052362442016602, -0.15633857250213623, -0.15053197741508484, 0.09390147030353546, 0.7680883407592773, 0.20974420011043549, 0.3862631320953369, 0.08120011538267136, -1.017129898071289, -0.0918344259262085, 0.28033602237701416, 0.004767994396388531, -0.33992817997932434, -0.6021740436553955, 0.34374162554740906, -0.09741368889808655, 0.5326014161109924, -0.5044219493865967, 0.2850758731365204, 0.010991225019097328, -0.20331265032291412, 0.774451732635498, 0.19472631812095642, 0.4068608283996582, -0.39253851771354675, 0.6721817851066589, 0.15637725591659546, 0.3747294545173645, -0.18240094184875488, -0.5400332808494568, -0.4800209403038025, 0.06776179373264313, 0.8730754256248474, 0.5205186605453491, -0.5892056822776794, 0.5747324228286743, 0.2099376618862152, -0.5520791411399841, -0.3373790383338928, -0.11791108548641205, 0.06182757392525673, 0.1526997685432434, 0.4722236394882202, -0.74460768699646, -0.7735311985015869, -0.8468735814094543, 0.4341129958629608, 0.08958369493484497, 0.11345268785953522, 0.2567179799079895, 0.8873920440673828, -0.33245402574539185, 0.3735131621360779, -0.6600582599639893, -0.17975731194019318, 0.06438691169023514, -0.40357184410095215, 0.2690258026123047, 0.6655714511871338, 1.1051502227783203, -0.6411433219909668, -0.2718929350376129, -0.6233311891555786, -0.6601263880729675, -0.22003234922885895, 0.2598375082015991, -0.5272359848022461, -0.21959206461906433, 0.08847974240779877, -0.20949897170066833, 0.6393895149230957, 1.0454988479614258, -0.7243136763572693, -0.11611996591091156, -0.006188714876770973, 0.23201623558998108, -1.4668735265731812, 0.37911927700042725, -0.04356031119823456, -0.21960394084453583, -0.5352732539176941, 0.1172090619802475, 0.2598690092563629, -0.191712886095047, -0.06928606331348419, 0.5379858016967773, -0.7551595568656921, -0.1298576146364212, 0.1236175149679184, -0.10119342803955078, -0.10155302286148071, 0.26061004400253296, -0.03110978752374649, 0.4142284691333771, 0.9916906356811523, -0.29107728600502014, 0.8702577352523804, 0.6816386580467224, 0.26905810832977295, 0.9149519205093384, -0.641647458076477, 0.3116377890110016, -0.13723362982273102, 0.4648117125034332, -0.36917227506637573, -0.7467198371887207, 0.45800918340682983, -0.37672027945518494, 0.4449409544467926, -0.4424010217189789, -0.2207055389881134, -0.633478045463562, -0.5391446352005005, 0.9145522117614746, 0.501651406288147, -0.79470294713974, 0.46588659286499023, 0.8304675221443176, -0.060920726507902145, -0.10933993011713028, -0.7087528705596924, 0.15282058715820312, -0.42078202962875366, -0.28489530086517334, 0.5123502016067505, -0.5671593546867371, 0.20533618330955505, -0.3052351176738739, 0.3098841607570648, -0.21039551496505737, -0.2220035195350647, 0.5385698080062866, 0.13246919214725494, -0.16023191809654236, 0.15437602996826172, -0.1593329906463623, -0.6873667240142822, 0.3090948462486267, 0.05396714061498642, 0.2561230957508087, 0.13531938195228577, -0.138665109872818, -0.5241847634315491, 0.5602654218673706, 0.28909361362457275, -0.1859491616487503, 0.3771354556083679, 0.9084017276763916, -0.9108200073242188, -0.20525604486465454, -0.45481565594673157, -0.38886117935180664, -0.4866032600402832, -0.02185618132352829, -0.5126050114631653, -0.4618472158908844, 0.8297333717346191, -0.08417420089244843, -0.02883043885231018, 0.7896279096603394, 0.7932651042938232, 0.1902729570865631, 0.5713382363319397, 0.7583462595939636, -0.20452898740768433, 0.31455326080322266, -0.29712122678756714, -0.19932276010513306, -0.7394858002662659, -0.5047223567962646, -0.48219066858291626, -0.6174413561820984, -0.7533130049705505, -0.38210737705230713, 0.010883929207921028, -0.04665958136320114, -0.21353210508823395, 0.4613759517669678, -0.6612923741340637, 0.5703518986701965, 0.5822360515594482, 0.10750427842140198, -0.11672855913639069, -0.14367704093456268, 0.2551562786102295, 0.199090838432312, -0.6593115329742432, -0.20565438270568848, 1.2761805057525635, 0.7267553210258484, 0.9059836268424988, 0.4087534546852112, 1.0891098976135254, 0.28923699259757996, 0.27667236328125, -0.2649102210998535, 0.3483862280845642, 0.15273970365524292, -0.7440546751022339, -0.04759259521961212, -0.06434451043605804, -0.8981423377990723, -0.5141002535820007, -0.27249306440353394, -0.17426252365112305, 0.6403104066848755, 0.49966293573379517, -0.1580641269683838, 0.09100693464279175, -0.9390251636505127, 1.0447967052459717, 0.06736241281032562, -0.04197214916348457, -0.13396237790584564, -0.6392648220062256, 0.1772732138633728, 0.14966027438640594, 0.102751225233078, -0.37405991554260254, -0.03306998685002327, 0.9897196888923645, -0.4376044273376465, 1.0695792436599731, -0.7512166500091553, -0.10644231736660004, 0.07355217635631561, -0.3925234079360962, 0.23700666427612305, 0.49316948652267456, -0.11540311574935913, 0.2579825520515442, 0.2578144669532776, -0.7089729309082031, -0.19874408841133118, 0.8477709889411926, -0.7158266305923462, 0.2093789279460907, -0.5630137324333191, -0.4341500401496887, -0.03654798865318298, 0.236837238073349, 0.14343620836734772, 0.7472038865089417, -0.2680532932281494, 0.01842254027724266, 0.6890163421630859, 0.3059766888618469, 0.5318476557731628, 0.1011778712272644, -0.26675790548324585, -0.4179765582084656, 0.9699909687042236, 0.2564103603363037, -0.3351534307003021, 0.06893064081668854, 0.20249029994010925, -0.4140218496322632, -0.4829043745994568, -0.7697492837905884, 0.20213519036769867, -0.5278477668762207, -0.5930059552192688, -0.13472089171409607, -0.24190863966941833, -0.34703224897384644, -0.2397439181804657, -0.21069641411304474, -0.7284680604934692, -0.6124797463417053, -0.6633861064910889, 1.172607183456421, 0.8064322471618652, -0.6040644645690918, 0.18614773452281952, -0.9640283584594727, 0.5131259560585022, 0.0175030454993248, 1.0306971073150635, -0.280359148979187, -0.47677236795425415, -0.3619457483291626, -0.17356878519058228, -0.17743909358978271, -0.903023898601532, -0.13635878264904022, 0.29562902450561523, 0.7346778512001038, 0.13656798005104065, -0.022601403295993805, 0.47927525639533997, -0.2696819603443146, 0.7478097677230835, 0.2545255422592163, -0.6732687950134277, 0.558897852897644, -0.28420010209083557, 0.3811091482639313, 0.761675238609314, 0.606537401676178, -0.21917346119880676, 0.20117419958114624, -1.2556805610656738, -0.695502519607544, 0.42045992612838745, 0.12440021336078644, 0.2109108865261078, 0.24048781394958496, 0.6182810068130493, 0.025453317910432816, 0.21978271007537842, -0.7845712900161743, -0.878821849822998, -0.22510693967342377, -0.5018550157546997, 0.31970858573913574, -0.47014954686164856, -0.28259462118148804, -0.5373668670654297, 0.7730916738510132, -0.19373446702957153, 0.5659313797950745, -0.00850963220000267, 0.352691650390625, -0.09700215607881546, -0.15736499428749084, 0.44260188937187195, 0.4451189935207367, -0.39023929834365845, -0.1585443913936615, 0.10342279076576233, -0.7035091519355774, -0.3362863063812256, 0.7541027069091797, -0.08631964027881622, -0.33746424317359924, 0.49339666962623596, 0.7265146374702454, -0.3554741442203522, 0.1552456021308899, 0.42416322231292725, -0.22324714064598083, -0.5077487826347351, -0.565773606300354, 0.043698716908693314, 0.2557215690612793, 0.07852955907583237, -0.03200802206993103, -0.24063833057880402, 0.4623292088508606, -0.5272480845451355, 0.5607292056083679, -0.10936664044857025, -0.5566781759262085, -0.8251607418060303, 0.6441059708595276, 0.8769928812980652, -0.3104007840156555, 0.5805776119232178, -0.20706145465373993, -0.40733158588409424, 0.7412879467010498, 0.37373608350753784, 0.739774763584137, -0.5864044427871704, 0.2494775652885437, 0.675095796585083, 0.08526993542909622, 0.2795935273170471, 1.0363333225250244, -0.06784062087535858, -0.6697777509689331, -0.13951414823532104, -0.4014405906200409, -0.36932554841041565, -0.12300056219100952, -0.949671745300293, 0.2938831150531769, -0.6504032611846924, -0.1576336920261383, 0.1901404857635498, 0.17142614722251892, -0.8187450766563416, 0.37776052951812744, 0.37554508447647095, 1.3086304664611816, -0.8398908376693726, 0.7821413278579712, 0.8738879561424255, -0.5990235805511475, -0.9652608633041382, -0.25513964891433716, 0.13604527711868286, -0.8223963975906372, -0.09322135895490646, 0.1365341693162918, 0.46790164709091187, -0.10521906614303589, -0.821565568447113, -0.7947503924369812, 1.3248670101165771, 0.21668609976768494, -0.8552151918411255, 0.3179171681404114, -0.3219025731086731, 0.30322855710983276, -0.39816921949386597, 0.4305124878883362, 0.5923453569412231, 0.9318190813064575, 0.28404319286346436, -0.7243274450302124, 0.10454310476779938, -0.5513794422149658, -0.3484126925468445, 0.5151491165161133, -0.8274281024932861, 0.09450139850378036, -0.12460681796073914, 0.18642279505729675, -0.14214125275611877, 0.7981154322624207, 0.0237963255494833, 0.4331318140029907, 0.37274879217147827, 0.7223657369613647, 1.104196548461914, -0.28855693340301514, 0.9684780836105347, -0.24652452766895294, 0.45673251152038574, 0.9733031988143921, -0.3853150010108948, 0.3324459195137024, 0.4542650580406189, 0.02770496904850006, 0.3982551693916321, 0.730346143245697, -0.5021784901618958, 0.3106299340724945, 0.20741364359855652, -0.24401597678661346, -0.1654069870710373, 0.009750783443450928, -0.8217113614082336, 0.15220478177070618, 0.47393661737442017, -0.4295070171356201, -0.03256597742438316, -0.1645958423614502, 0.06679348647594452, -0.08660665899515152, -0.5529224276542664, 0.812279462814331, 0.07761093229055405, -0.03586530685424805, 0.01546071283519268, -0.07706815004348755, 0.19227568805217743, -0.5453140735626221, -0.6037977337837219, -0.1700260043144226, 0.18711736798286438, -0.6373578906059265, -1.0598722696304321, 0.7547751665115356, -0.32770848274230957, -0.4747782349586487, -0.09364399313926697, 0.6153464317321777, -0.4269212484359741, -0.9075151085853577, 0.2864971160888672, 0.13463559746742249, 0.23680590093135834, 0.36271822452545166, -1.2833285331726074, 0.4274330735206604, 0.013965798541903496, -0.2092926800251007, 0.23893436789512634, 0.26177501678466797, -0.12208312749862671, 0.47510063648223877, 0.5679022073745728, -0.02926868572831154, -0.3634249269962311, 0.43135446310043335, 0.834051251411438, -0.7716343402862549, -0.5220410823822021, -0.41808533668518066, 0.6769976019859314, -0.4642544090747833, -0.654048502445221, 0.5269975662231445, 1.0658462047576904, 0.8195474147796631, -0.12977613508701324, 0.6927058100700378, -0.4157094359397888, 0.7607401609420776, -0.3786928057670593, 0.5708234310150146, -0.22354435920715332, -0.03425494581460953, -0.0554778128862381, -0.7451165318489075, -0.7074896097183228, 0.7244817018508911, 0.3383730351924896, 0.2671501338481903, 0.6722279787063599, 0.9565600156784058, -0.3113138675689697, 0.29963529109954834, 0.26885735988616943, 0.32270461320877075, 0.2761223614215851, 0.38439732789993286, 0.17912065982818604, -0.6742823719978333, -0.04879245162010193, -0.2751603126525879, -0.4799620509147644, 0.2501233220100403, -1.2108910083770752, -0.9504848122596741, -0.7280237674713135, -0.5979310870170593, -0.4258570671081543, -0.013753850944340229, 1.0312360525131226, 1.0436747074127197, -1.0522814989089966, -0.10201434791088104, 0.20437875390052795, 0.2191176563501358, 0.16981028020381927, -0.08401183038949966, 0.6118049025535583, 0.48205462098121643, -0.6819953918457031, -0.11881204694509506, 0.04068071395158768, 0.19176411628723145, -0.1545950174331665, -0.02985605038702488, -0.014195271767675877, 0.059591587632894516, 0.33766457438468933, 0.4284330904483795, -0.14592616260051727, -0.5008147358894348, -0.5794463157653809, 0.26561710238456726, 0.1278798133134842, 0.7841642498970032, -0.4652112126350403, -0.004110226407647133, 0.5475614666938782, 0.43693050742149353, 0.6665919423103333, 0.19125407934188843, 0.7409273982048035, -0.6595791578292847, 0.07356444001197815, -0.03873785212635994, 0.49276068806648254, 0.2223779857158661, -0.47360971570014954, 0.8264622688293457, 0.44358253479003906, -0.6987125277519226, -0.34195825457572937, 0.03295057266950607, -1.3910548686981201, 0.5036855340003967, 0.7469799518585205, 0.05827949568629265, -0.4252278506755829, -0.16644427180290222, -0.4802442789077759, -0.13415373861789703, -0.9999164938926697, 0.25151145458221436, 0.5793187022209167, 0.004211205989122391, -0.4049694836139679, -0.3948454260826111, 0.7147205471992493, -0.2984626591205597, -1.3414478302001953, 0.02556508406996727, 0.7186952829360962, 0.21248893439769745, 0.0821790099143982, 0.7906635999679565, -0.11707266420125961, 0.38540714979171753, 0.15743236243724823, 0.6208721399307251, -0.09665744006633759, -0.5385563373565674, -0.3642308712005615, 0.1769411563873291, -0.047645606100559235, -0.4499974846839905 ]
result-kand2-sdxl-wuerst-karlo/7162bca1
result-kand2-sdxl-wuerst-karlo
2023-10-02T12:26:33Z
526
0
[ "region:us" ]
null
2023-10-02T12:26:32Z
--- dataset_info: features: - name: result dtype: string - name: id dtype: int64 splits: - name: train num_bytes: 227 num_examples: 10 download_size: 1422 dataset_size: 227 configs: - config_name: default data_files: - split: train path: data/train-* --- # Dataset Card for "7162bca1" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
[ -0.49368420243263245, -0.12715741991996765, 0.24330590665340424, 0.17489556968212128, -0.39427703619003296, -0.08393043279647827, 0.5456451773643494, -0.16794872283935547, 0.9405226707458496, 0.5736803412437439, -0.6526746153831482, -0.7222074866294861, -0.5722214579582214, -0.16388268768787384, -0.1901165246963501, 1.1306266784667969, 0.2821086645126343, 0.1215486228466034, -0.24873772263526917, -0.08733151108026505, -0.5062503814697266, -0.7072703242301941, -0.5241915583610535, -0.44551536440849304, 1.1048203706741333, 0.7792879939079285, 0.5996318459510803, 0.5340407490730286, 0.8176153898239136, 0.1573222428560257, -0.03959047421813011, -0.23631083965301514, -0.5256521105766296, -0.27821820974349976, -0.16207945346832275, -0.5203308463096619, -1.0728363990783691, -0.15623292326927185, 0.8023168444633484, 0.6946784853935242, 0.07709597051143646, 0.8827294707298279, -0.3606288731098175, 1.000417947769165, -0.37857499718666077, 0.7396523356437683, -0.2449059635400772, -0.18198849260807037, -0.7926456332206726, 0.1122671440243721, 0.06049399450421333, -0.6205217838287354, -0.0977243110537529, -0.8707452416419983, 0.16422978043556213, -0.00016476069868076593, 0.592691957950592, 0.1173376590013504, -0.02373255044221878, -0.08925878256559372, -0.17489026486873627, -0.01621224172413349, -0.24353203177452087, 0.19270946085453033, 0.852096676826477, 0.34662285447120667, -0.07027564197778702, -0.4385465681552887, -0.39746493101119995, 0.20399890840053558, 0.010818719863891602, 0.20092126727104187, 0.13449691236019135, -0.05613984540104866, 0.6465117931365967, 0.5243726968765259, -0.5682347416877747, -0.28945526480674744, -1.0381643772125244, -0.5292287468910217, 0.8289839029312134, 0.03327218443155289, 0.13073906302452087, -0.4165782928466797, -0.05014602839946747, -0.2027333825826645, -0.4406086802482605, -0.03525250032544136, 0.5220075845718384, 0.3608032464981079, -1.1386549472808838, 0.6124207973480225, -0.05281923711299896, 0.532353937625885, 0.22178234159946442, 0.6048827767372131, 0.827734112739563, -0.1297164112329483, -0.2493063360452652, 0.3377109467983246, 0.17736990749835968, 0.37054333090782166, 0.016983577981591225, 0.023911790922284126, 0.19782529771327972, 0.1632191240787506, 0.09951204806566238, -1.0745948553085327, -0.7833470702171326, 0.3490312993526459, -0.8406199216842651, -0.20776048302650452, 0.5222410559654236, -1.0130212306976318, -0.6161404252052307, -0.41827312111854553, 0.20958490669727325, 0.1546521931886673, -0.7873148322105408, -0.1659262329339981, -0.7001885771751404, 0.4869706630706787, 0.12670496106147766, -0.7083621025085449, 0.05336536094546318, 0.793422281742096, 0.4987415671348572, 0.19040487706661224, 0.02800999954342842, -0.694754421710968, 0.27033841609954834, -0.22177790105342865, 0.8879489302635193, -0.7409592866897583, -0.5117136836051941, 0.07590358704328537, 0.46290385723114014, 0.1455523520708084, -0.4862152934074402, 0.8213520050048828, -0.5403348803520203, -0.3038685917854309, -0.9319855570793152, -0.3890869617462158, -0.3522898256778717, 0.23929841816425323, -1.2934144735336304, 1.0215688943862915, 0.3904270827770233, -0.7297050952911377, 0.24099098145961761, -1.1735869646072388, -0.1758725941181183, 0.7993894815444946, -0.015790950506925583, -0.35325729846954346, 0.3654693067073822, -0.42338934540748596, 0.5112389922142029, -0.08316764235496521, 0.36071690917015076, -0.8969713449478149, -0.25333622097969055, 0.01997310295701027, 0.15306760370731354, 0.9606174826622009, 0.24329330027103424, 0.3840264678001404, -0.0020696520805358887, -1.0774155855178833, -0.06423505395650864, 0.14947322010993958, -0.09164847433567047, -0.3016602396965027, -0.7221120595932007, 0.3356369137763977, -0.16616331040859222, 0.43781787157058716, -0.39658433198928833, 0.3118094503879547, 0.045922793447971344, -0.22457590699195862, 0.7172079682350159, 0.12749157845973969, 0.3142707645893097, -0.5547533631324768, 0.5775238871574402, 0.05637875571846962, 0.30504873394966125, 0.07171425223350525, -0.637992262840271, -0.6940646171569824, 0.043011412024497986, 0.8159297704696655, 0.6801522970199585, -0.5944873094558716, 0.8869367837905884, 0.17087894678115845, -0.9116448163986206, -0.2912708520889282, 0.021630430594086647, 0.28668004274368286, 0.2624109983444214, 0.3730294108390808, -0.9851043820381165, -0.7526301145553589, -0.8160983920097351, 0.39499959349632263, -0.18544980883598328, 0.2052413523197174, 0.15966452658176422, 0.7786318063735962, -0.5213093161582947, 0.45683175325393677, -0.6744104027748108, -0.22783896327018738, 0.04460468888282776, -0.27809450030326843, 0.3011828362941742, 0.8162950277328491, 1.0532492399215698, -0.8063810467720032, -0.2880088984966278, -0.5464836955070496, -0.5678573250770569, -0.11402178555727005, 0.27138087153434753, -0.8566067218780518, -0.06572602689266205, -0.07479444891214371, -0.4235507547855377, 1.0356189012527466, 0.9113079309463501, -0.7027795910835266, 0.07069288939237595, 0.055912863463163376, 0.23993203043937683, -1.4302335977554321, 0.4590088129043579, 0.0030044433660805225, -0.08984485268592834, -0.4774848222732544, -0.13913258910179138, 0.18617470562458038, -0.1329568475484848, -0.09641872346401215, 0.43572375178337097, -0.49255019426345825, -0.09798640757799149, -0.10714564472436905, -0.23751148581504822, -0.2053486406803131, 0.2666115462779999, 0.10875500738620758, 0.2641005218029022, 1.0023647546768188, -0.3859254717826843, 0.9495187401771545, 0.7008907198905945, 0.08626598864793777, 0.832456648349762, -0.6283946633338928, 0.24141137301921844, -0.3071354925632477, 0.5529555082321167, -0.7876410484313965, -0.7957597970962524, 0.6442826986312866, -0.3684661388397217, 0.2679141163825989, -0.6887506246566772, -0.5505948662757874, -0.6550980806350708, -0.30311015248298645, 0.8885939717292786, 0.5337637662887573, -0.7040318250656128, 0.48673635721206665, 0.8299685120582581, -0.018457835540175438, 0.05055621638894081, -0.8212264776229858, -0.042778339236974716, -0.3368711471557617, -0.29908308386802673, 0.39203518629074097, -0.5890897512435913, 0.061060454696416855, -0.3282344937324524, 0.2851017713546753, -0.21581751108169556, -0.3720898926258087, 0.7779572010040283, 0.3981512784957886, -0.04479869827628136, 0.36042118072509766, -0.008264783769845963, -0.7425897717475891, 0.2881202697753906, 0.08348780870437622, 0.3109188973903656, 0.09332714229822159, -0.09636971354484558, -0.5304349660873413, 0.5850249528884888, 0.27356570959091187, -0.17019355297088623, 0.4870874285697937, 0.8518534302711487, -0.8863617777824402, 0.058291949331760406, -0.5994603633880615, -0.07948417216539383, -0.44977006316185, 0.04246038943529129, -0.27162086963653564, -0.4529353082180023, 0.7928126454353333, 0.03754035010933876, -0.15184687077999115, 0.8991694450378418, 0.9035922884941101, 0.42928656935691833, 0.5231612324714661, 0.5392475724220276, -0.34454378485679626, 0.4045731723308563, -0.24832183122634888, -0.31367018818855286, -0.6165271997451782, -0.5797120332717896, -0.6136176586151123, -0.40877845883369446, -0.7155633568763733, -0.5561327934265137, -0.004744639620184898, -0.18388386070728302, -0.26336610317230225, 0.6535722017288208, -0.7788811922073364, 0.4832508862018585, 0.7547798156738281, 0.3654584586620331, -0.1324695497751236, -0.11241500079631805, 0.39108479022979736, 0.3656744360923767, -0.6893918514251709, -0.1776694804430008, 1.244720220565796, 0.4641917049884796, 0.8375282883644104, 0.41530317068099976, 0.9507367610931396, 0.48975375294685364, 0.3774659335613251, -0.34043246507644653, 0.37456950545310974, -0.013641257770359516, -0.9201959371566772, 0.13381384313106537, -0.18023115396499634, -0.8175250291824341, -0.5694679617881775, -0.3258682191371918, -0.28256919980049133, 0.5276325345039368, 0.6228380799293518, -0.2043096125125885, 0.08930441737174988, -1.1274973154067993, 1.0563273429870605, -0.12401284277439117, -0.14489322900772095, -0.2076338827610016, -0.854352593421936, 0.20299367606639862, 0.05788452550768852, 0.11731348186731339, -0.27005159854888916, 0.18079939484596252, 1.1252906322479248, -0.34764379262924194, 1.1606858968734741, -0.7942748665809631, -0.014429775066673756, 0.37812507152557373, -0.29396316409111023, 0.20759202539920807, 0.6259441375732422, -0.21593745052814484, 0.1587914526462555, 0.38229772448539734, -0.6718682050704956, -0.15207186341285706, 0.8457426428794861, -0.6545796394348145, 0.22166375815868378, -0.5954297184944153, -0.46436500549316406, -0.05562012270092964, 0.26477134227752686, 0.1191415935754776, 0.9158865809440613, -0.1503213495016098, 0.06394021213054657, 0.7825596928596497, 0.32278862595558167, 0.3409670293331146, 0.1054961159825325, -0.14666590094566345, -0.49981313943862915, 1.008874535560608, 0.3192492425441742, -0.32739731669425964, 0.30014801025390625, 0.24454475939273834, -0.4103618264198303, -0.3813866674900055, -0.6069836616516113, 0.35001787543296814, -0.48376771807670593, -0.6863111853599548, -0.19126790761947632, -0.2317698895931244, -0.6179110407829285, -0.15249182283878326, -0.1239064559340477, -0.6959618926048279, -0.704827070236206, -0.608350932598114, 1.142060399055481, 0.7723414897918701, -0.7369847893714905, 0.41835087537765503, -1.0451104640960693, 0.6587071418762207, 0.08514974266290665, 1.084954023361206, -0.14376741647720337, -0.645139217376709, -0.3640868067741394, -0.09053227305412292, 0.0035312569234520197, -0.8690921664237976, -0.15612837672233582, 0.035125039517879486, 0.6468358039855957, 0.26331132650375366, 0.11182492971420288, 0.7088422179222107, -0.08310800790786743, 0.6021881103515625, 0.28356626629829407, -0.646830141544342, 0.5622304081916809, -0.2810896039009094, 0.5569050908088684, 0.9076237678527832, 0.5950005054473877, -0.2099456638097763, 0.35274752974510193, -1.1741361618041992, -0.547909677028656, 0.4333938658237457, -0.017701245844364166, 0.24129775166511536, 0.3203679919242859, 0.6537368297576904, 0.21727854013442993, 0.2375282496213913, -0.6650307774543762, -0.8651453852653503, -0.21127860248088837, -0.519913375377655, 0.2336578369140625, -0.6431259512901306, -0.36114150285720825, -0.5919696092605591, 0.7781466245651245, -0.08767708390951157, 0.48602283000946045, -0.06463772803544998, 0.2968057096004486, -0.17376825213432312, -0.20740152895450592, 0.376356840133667, 0.6672741770744324, -0.504532516002655, -0.11176616698503494, -0.14340367913246155, -0.5774918794631958, -0.5334344506263733, 0.9302498698234558, -0.025489354506134987, -0.24031446874141693, 0.46166348457336426, 0.5697928667068481, -0.35142427682876587, -0.20258276164531708, 0.20355163514614105, -0.09849133342504501, -0.4466005861759186, -0.5972229242324829, 0.20071615278720856, 0.13006526231765747, 0.2786940038204193, 0.18051812052726746, -0.15384827554225922, 0.4394840598106384, -0.5169621109962463, 0.47955837845802307, 0.08360244333744049, -0.8274878263473511, -0.7134591341018677, 0.35321542620658875, 0.6351511478424072, -0.5063978433609009, 0.6172645688056946, -0.1825827658176422, -0.5121445655822754, 0.7508822083473206, 0.2732190191745758, 0.6610836982727051, -0.2731776833534241, 0.3793635666370392, 0.6051833033561707, 0.03515242412686348, 0.2655235826969147, 0.8426002264022827, -0.25568655133247375, -0.4954527020454407, 0.07917489111423492, -0.2952180802822113, -0.42864951491355896, -0.23367595672607422, -1.0711747407913208, 0.23358885943889618, -0.7017159461975098, -0.36045536398887634, 0.2398592084646225, 0.20704306662082672, -0.8974826335906982, 0.355787456035614, 0.44335949420928955, 1.3728991746902466, -0.835805356502533, 0.7017027139663696, 0.8484442830085754, -0.420561820268631, -0.7904697060585022, -0.3756944239139557, 0.12180225551128387, -0.8677386045455933, -0.10083719342947006, 0.2857392728328705, 0.44661858677864075, -0.2638961672782898, -0.9592085480690002, -0.7263811826705933, 1.0794215202331543, 0.25141283869743347, -0.6939146518707275, 0.3691907823085785, -0.12113617360591888, 0.3110869526863098, -0.2823050022125244, 0.2386779487133026, 0.6287901401519775, 0.9426912665367126, 0.42352595925331116, -0.7457877397537231, 0.04715057089924812, -0.5849617719650269, -0.3267894983291626, 0.33917757868766785, -1.010965347290039, -0.15591125190258026, -0.14074572920799255, 0.31641504168510437, 0.11336365342140198, 0.7294589877128601, 0.19280517101287842, 0.5328366160392761, 0.4793659746646881, 0.6212150454521179, 0.9300759434700012, -0.2904285192489624, 0.7156487107276917, 0.04744181036949158, 0.40480631589889526, 0.9543212056159973, -0.1390099972486496, 0.28263935446739197, 0.4381590783596039, -0.02052992396056652, 0.357170045375824, 0.7693081498146057, -0.4524797201156616, 0.424969881772995, 0.37832435965538025, -0.16536547243595123, -0.404551237821579, -0.23674286901950836, -1.0317143201828003, 0.24498644471168518, 0.45446643233299255, -0.48379048705101013, 0.10748092085123062, -0.28101417422294617, 0.16842980682849884, -0.21552380919456482, -0.6772081851959229, 0.7886404395103455, -0.02370455488562584, -0.32536566257476807, -0.0917963981628418, -0.21091192960739136, 0.13253703713417053, -0.7573809623718262, -0.49227598309516907, -0.01616334170103073, 0.2094503492116928, -0.6414080262184143, -1.0066059827804565, 0.6734534502029419, -0.2771190106868744, -0.5234790444374084, 0.03467612713575363, 0.6506998538970947, -0.44455817341804504, -1.138625144958496, 0.28139618039131165, -0.002669811248779297, 0.19182664155960083, 0.19803769886493683, -1.2467824220657349, 0.5626745820045471, -0.04483659565448761, 0.09316741675138474, 0.23691712319850922, 0.24179351329803467, 0.09441177546977997, 0.3505942225456238, 0.570449948310852, -0.08758646249771118, -0.31562551856040955, 0.2630101442337036, 0.9987753033638, -0.7828617095947266, -0.5122849345207214, -0.3673318326473236, 0.7989659309387207, -0.3688923120498657, -0.6459373831748962, 0.4700911045074463, 1.1561471223831177, 0.7872905135154724, -0.18378277122974396, 0.8681880831718445, -0.536949872970581, 0.8671414256095886, -0.31136488914489746, 0.5797051191329956, -0.18797807395458221, -0.33593079447746277, -0.23860721290111542, -0.7081260085105896, -0.815431535243988, 0.6920925378799438, 0.20525018870830536, 0.1380322426557541, 0.3441501557826996, 1.1051205396652222, -0.14679059386253357, 0.27998086810112, 0.006842480506747961, 0.0689336359500885, 0.25669440627098083, 0.42197486758232117, 0.2137586772441864, -0.6188982129096985, 0.11936693638563156, -0.27037930488586426, -0.7559818029403687, 0.0027137380093336105, -1.1443613767623901, -1.0635578632354736, -0.7255790829658508, -0.625289261341095, -0.7280020713806152, -0.007415255066007376, 1.0162056684494019, 1.0777491331100464, -1.065718650817871, -0.2420075684785843, 0.3309350907802582, 0.3391415476799011, 0.17777062952518463, -0.09711440652608871, 0.7505519390106201, 0.5870578289031982, -0.5239182710647583, -0.28594744205474854, -0.057549089193344116, 0.26126959919929504, -0.13043014705181122, 0.09725271910429001, 0.004640813916921616, -0.06658970564603806, 0.35500362515449524, 0.5975877046585083, -0.09052517265081406, -0.4450276792049408, -0.6380026936531067, 0.27102819085121155, -0.00795755535364151, 0.9285168647766113, -0.4974765479564667, 0.2731407880783081, 0.6998447775840759, 0.5611506104469299, 0.5769829154014587, 0.3789396584033966, 0.5441434979438782, -0.3990395665168762, 0.19639718532562256, -0.14415894448757172, 0.31459400057792664, 0.13822776079177856, -0.4889678359031677, 0.782744824886322, 0.4961278438568115, -0.5766038298606873, -0.5204213261604309, 0.014151046052575111, -1.8697646856307983, 0.5822470188140869, 1.0356119871139526, 0.30179563164711, -0.4023870825767517, -0.25231799483299255, -0.6075316667556763, 0.11912311613559723, -1.0538395643234253, 0.4188605844974518, 0.4249112010002136, 0.09782829880714417, -0.10258416086435318, -0.15647411346435547, 0.6279653310775757, -0.3246518671512604, -1.1896297931671143, 0.15167516469955444, 0.6326332092285156, -0.010039815679192543, 0.12374798953533173, 0.7481123805046082, -0.12010674178600311, 0.42992010712623596, -0.000370425550499931, 0.1352318525314331, -0.12291818112134933, -0.541461706161499, -0.16161498427391052, 0.12279278039932251, -0.17283980548381805, -0.4260255992412567 ]
result-kand2-sdxl-wuerst-karlo/38127251
result-kand2-sdxl-wuerst-karlo
2023-10-02T12:34:44Z
526
0
[ "region:us" ]
null
2023-10-02T12:34:43Z
--- dataset_info: features: - name: result dtype: string - name: id dtype: int64 splits: - name: train num_bytes: 193 num_examples: 10 download_size: 1396 dataset_size: 193 configs: - config_name: default data_files: - split: train path: data/train-* --- # Dataset Card for "38127251" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
[ -0.6868136525154114, -0.012713968753814697, 0.29511958360671997, 0.3829708695411682, -0.28710058331489563, -0.27050504088401794, 0.28681179881095886, -0.06619342416524887, 0.9348631501197815, 0.6141396760940552, -0.8389891982078552, -0.7090044021606445, -0.5926494002342224, -0.19734825193881989, -0.10365810245275497, 1.2857422828674316, 0.1967303305864334, 0.05646326020359993, -0.4536319971084595, -0.1701599806547165, -0.4097839295864105, -0.7412465810775757, -0.6078183650970459, -0.25194036960601807, 1.195656180381775, 0.8246875405311584, 0.3637503385543823, 0.5934551954269409, 0.8846626281738281, 0.17058053612709045, 0.0844925045967102, -0.10025065392255783, -0.5000166296958923, -0.2193225622177124, -0.23891586065292358, -0.4151536524295807, -1.1346672773361206, 0.18135294318199158, 0.621196448802948, 0.7325117588043213, -0.09460410475730896, 0.9999481439590454, -0.19117756187915802, 0.9489542245864868, -0.36941108107566833, 0.4984967112541199, -0.17670612037181854, -0.23537345230579376, -0.9749170541763306, -0.08451777696609497, 0.08684676885604858, -0.5203129053115845, -0.3334161937236786, -1.1196852922439575, 0.3503667712211609, 0.12241514027118683, 0.6966465711593628, 0.2506667673587799, -0.042808499187231064, -0.1429183930158615, -0.34584125876426697, 0.11270309239625931, -0.20930027961730957, 0.11825400590896606, 1.0953832864761353, 0.4453110694885254, -0.12395808845758438, -0.6194210648536682, -0.349366694688797, 0.22372956573963165, -0.0183467585593462, 0.16723501682281494, 0.25370854139328003, -0.21969054639339447, 0.6427634954452515, 0.778918445110321, -0.5919176936149597, -0.21561755239963531, -0.9066418409347534, -0.35083213448524475, 1.0126721858978271, 0.2619377672672272, -0.07723642885684967, -0.3431968092918396, -0.15593230724334717, -0.30718982219696045, -0.36047637462615967, -0.05564401298761368, 0.5786957144737244, 0.36053743958473206, -0.9795759916305542, 0.5408970713615417, -0.02057371288537979, 0.42635905742645264, 0.15344581007957458, 0.649732232093811, 0.6999335289001465, -0.2654421031475067, -0.32209837436676025, -0.14666196703910828, 0.38079509139060974, 0.42964062094688416, 0.12606316804885864, 0.12522584199905396, 0.1565706580877304, -0.06110304594039917, 0.17673002183437347, -1.0944435596466064, -0.820426344871521, 0.4453243911266327, -0.7440275549888611, -0.39488720893859863, 0.5418112874031067, -1.0274512767791748, -0.8147866725921631, -0.29793936014175415, -0.10133031755685806, 0.07834859192371368, -0.6495699882507324, -0.23900532722473145, -0.6622483134269714, 0.3785673677921295, 0.25218456983566284, -0.9263914823532104, 0.27966997027397156, 0.9905980825424194, 0.3800123333930969, 0.2125442624092102, -0.06233670935034752, -0.5818238258361816, 0.0771331787109375, -0.2894696593284607, 0.8492295145988464, -0.5647422671318054, -0.47915059328079224, -0.16708429157733917, 0.5888393521308899, -0.0006581798661500216, -0.5172675848007202, 1.023463249206543, -0.5247167348861694, -0.2643536329269409, -0.6946185231208801, -0.6046677827835083, -0.06858883798122406, 0.27444326877593994, -1.2954094409942627, 1.1838476657867432, 0.3124634921550751, -0.6312093734741211, 0.2923668622970581, -1.1715760231018066, -0.1598225235939026, 0.9762397408485413, -0.003459828905761242, -0.4969685673713684, 0.3353385329246521, -0.2695867717266083, 0.5191162824630737, -0.15655377507209778, 0.505007266998291, -0.8101208806037903, -0.05356055498123169, 0.1044960767030716, 0.12188784033060074, 0.9277412295341492, 0.38460153341293335, 0.6914985179901123, -0.020770590752363205, -1.1509231328964233, -0.11076308786869049, 0.3119570016860962, -0.07948996871709824, -0.38741379976272583, -0.6286644339561462, 0.4048595130443573, -0.22130152583122253, 0.5176546573638916, -0.5641644597053528, 0.38842344284057617, 0.2911328971385956, -0.3240351378917694, 0.660150408744812, 0.29549452662467957, 0.2814960479736328, -0.5694937705993652, 0.6219212412834167, -0.17110008001327515, 0.32648542523384094, -0.04795979708433151, -0.7113494873046875, -0.4687354564666748, -0.012546269223093987, 0.6605744957923889, 0.6994595527648926, -0.453268826007843, 0.6744226217269897, 0.2562355399131775, -0.9559882879257202, -0.24016942083835602, 0.12071800976991653, 0.18711154162883759, 0.3548864722251892, 0.28559887409210205, -0.6744269132614136, -1.023949384689331, -0.6726159453392029, 0.18668493628501892, 0.05323391407728195, 0.00006228978600120172, 0.3838399052619934, 0.7126008868217468, -0.40819939970970154, 0.4255991578102112, -0.9277048707008362, -0.36524924635887146, 0.3426424264907837, -0.28164780139923096, 0.5113788843154907, 0.9283127784729004, 1.0651593208312988, -0.9055594205856323, -0.37346088886260986, -0.5989097356796265, -0.49433091282844543, 0.10338211059570312, 0.17411191761493683, -0.791953980922699, -0.2599782645702362, 0.22987018525600433, -0.33289429545402527, 0.9622106552124023, 0.9112779498100281, -0.6918951272964478, 0.10620350390672684, -0.09706168621778488, 0.099932000041008, -1.3949226140975952, 0.4964461326599121, 0.05873948708176613, -0.11272133141756058, -0.5114707350730896, -0.027437718585133553, 0.2209349125623703, -0.23247481882572174, 0.01100867334753275, 0.4584268033504486, -0.29683467745780945, 0.15470841526985168, -0.02248355746269226, -0.07989364117383957, -0.07108091562986374, 0.37780460715293884, 0.04330557957291603, 0.2310759425163269, 0.8488308787345886, -0.3336469233036041, 1.1217408180236816, 0.6897285580635071, 0.05970596894621849, 1.0630402565002441, -0.478645384311676, 0.21495169401168823, -0.11020179092884064, 0.4993787705898285, -0.9614876508712769, -0.8229796886444092, 0.4799037277698517, -0.46653226017951965, 0.24208170175552368, -0.624952495098114, -0.49037620425224304, -0.8866317868232727, -0.3320193588733673, 0.9498975872993469, 0.3928000330924988, -0.7016400098800659, 0.173481747508049, 0.6996599435806274, -0.10868664085865021, 0.20540593564510345, -0.9565510749816895, 0.08674199134111404, -0.3747577369213104, -0.22092969715595245, 0.41182130575180054, -0.5221717357635498, 0.09800490736961365, -0.33175355195999146, 0.48861953616142273, -0.10920406132936478, -0.24590526521205902, 0.7337905168533325, 0.41420653462409973, -0.06606244295835495, 0.38255855441093445, -0.364607036113739, -0.8703311681747437, 0.1775890588760376, -0.20952853560447693, 0.358991414308548, 0.06110526993870735, -0.04317684471607208, -0.4315842390060425, 0.3859696388244629, 0.2992079257965088, -0.24261388182640076, 0.7028036713600159, 0.8014765381813049, -0.9347152709960938, 0.0855468139052391, -0.44134455919265747, 0.06433763355016708, -0.4601053297519684, 0.03646180033683777, -0.38244572281837463, -0.3951176702976227, 0.8421757817268372, -0.0675935223698616, -0.19396935403347015, 0.9319879412651062, 0.7578401565551758, 0.13766545057296753, 0.39860033988952637, 0.5588761568069458, -0.17365038394927979, 0.43506476283073425, -0.2343275398015976, -0.3475145101547241, -0.9052876830101013, -0.5503195524215698, -0.5426852107048035, -0.3512205481529236, -0.8984153866767883, -0.5738590359687805, -0.12669701874256134, -0.16120095551013947, -0.2599099278450012, 0.7852783203125, -0.7704477310180664, 0.37852707505226135, 0.7961599230766296, 0.346545934677124, -0.18992963433265686, -0.26030877232551575, 0.34582915902137756, 0.12195568531751633, -0.42125484347343445, -0.17163574695587158, 1.4031634330749512, 0.4380035400390625, 0.7922484874725342, 0.36813902854919434, 1.0130897760391235, 0.5433948040008545, 0.4657727777957916, -0.23966170847415924, 0.3225860595703125, -0.20235607028007507, -0.806242048740387, -0.1052895188331604, -0.1853141188621521, -0.9471709728240967, -0.581689178943634, -0.22499041259288788, -0.310311496257782, 0.6214870810508728, 0.4291822910308838, -0.23131319880485535, 0.12176037579774857, -0.7959280014038086, 1.1184426546096802, -0.10648460686206818, -0.1767764389514923, -0.16076895594596863, -0.6696787476539612, 0.17401374876499176, -0.04992273077368736, 0.2403709888458252, -0.39157116413116455, 0.08606736361980438, 1.1119526624679565, -0.7114265561103821, 1.0263221263885498, -0.8488384485244751, -0.12578018009662628, 0.10185036808252335, -0.3660125136375427, 0.27099183201789856, 0.5292555093765259, -0.35254961252212524, -0.06681983172893524, 0.26723748445510864, -0.785319447517395, -0.22365616261959076, 0.8087748289108276, -0.5356119871139526, 0.24958766996860504, -0.4074960947036743, -0.5231092572212219, -0.006398562341928482, 0.2591245770454407, 0.198767751455307, 0.9755406379699707, -0.3323419690132141, -0.09089726954698563, 0.6468230485916138, 0.2208283692598343, 0.31978145241737366, 0.17114999890327454, -0.3130728602409363, -0.7367583513259888, 1.1904230117797852, 0.20174583792686462, -0.3467593491077423, 0.2542937397956848, 0.2739548981189728, -0.12715451419353485, -0.25193196535110474, -0.5893978476524353, 0.33521077036857605, -0.4415057897567749, -0.6633914709091187, 0.0018777758814394474, -0.21615372598171234, -0.5354227423667908, -0.16765820980072021, -0.25776854157447815, -0.8119583129882812, -0.6330616474151611, -0.6057344079017639, 1.2160066366195679, 0.7698432803153992, -0.7992626428604126, 0.3357265591621399, -0.6978378295898438, 0.644837498664856, 0.033297352492809296, 1.1846264600753784, -0.2484738677740097, -0.6159690618515015, -0.3926667869091034, -0.12728387117385864, 0.012714889831840992, -0.7200926542282104, -0.06192512810230255, 0.16391228139400482, 0.656603217124939, 0.3826165497303009, 0.2750115990638733, 0.7546282410621643, -0.1262681782245636, 0.49047207832336426, 0.03724860027432442, -0.529837965965271, 0.6162357926368713, -0.3437073528766632, 0.409566730260849, 0.997660756111145, 0.6022728085517883, -0.44915246963500977, 0.13437679409980774, -1.2605887651443481, -0.5672838687896729, 0.5913357138633728, -0.05011935532093048, 0.20324093103408813, 0.33270132541656494, 0.5745693445205688, 0.07653813809156418, 0.18319372832775116, -0.47167667746543884, -0.9499077200889587, -0.1061469241976738, -0.457195520401001, 0.04410801827907562, -0.491996705532074, -0.4037195146083832, -0.6738705039024353, 0.7286608815193176, -0.00749204121530056, 0.3899059295654297, -0.14723926782608032, 0.4226377010345459, -0.10531620681285858, -0.29716214537620544, 0.6494283080101013, 0.4329162836074829, -0.6466252207756042, -0.058924175798892975, -0.14818742871284485, -0.7505540251731873, -0.5415016412734985, 0.9945995211601257, 0.20534677803516388, -0.3814848065376282, 0.4573097229003906, 0.6204017996788025, -0.3136029541492462, -0.08729159086942673, 0.3214651942253113, -0.1451958864927292, -0.40414634346961975, -0.6651535034179688, -0.013804948888719082, 0.15387234091758728, 0.18577277660369873, 0.3142702579498291, 0.00019036990124732256, 0.18440642952919006, -0.32440778613090515, 0.6219831109046936, 0.034490879625082016, -0.7288185358047485, -0.5061964392662048, 0.4970194697380066, 0.49077945947647095, -0.5802610516548157, 0.7662219405174255, -0.23201048374176025, -0.3981940448284149, 0.955162763595581, 0.1648745983839035, 0.7073679566383362, -0.43149450421333313, 0.3101605176925659, 0.6495546698570251, 0.05422461777925491, 0.4699326753616333, 0.6882176995277405, -0.47979992628097534, -0.584890604019165, 0.15683293342590332, -0.35425031185150146, -0.5195385217666626, -0.2716098427772522, -1.2995281219482422, 0.2989889085292816, -0.6977968215942383, -0.26847267150878906, 0.34590670466423035, 0.31771227717399597, -0.8677927255630493, 0.35102906823158264, 0.5705530047416687, 1.5294032096862793, -0.8098363280296326, 0.8462677597999573, 0.8819297552108765, -0.3590940237045288, -0.6902438998222351, -0.4078112840652466, 0.06264594197273254, -0.9800686836242676, -0.1719476580619812, 0.17308713495731354, 0.5996355414390564, -0.25069472193717957, -1.0579748153686523, -0.747225284576416, 1.1144039630889893, 0.05800960212945938, -0.6318957209587097, 0.596346378326416, 0.028015965595841408, 0.47318756580352783, -0.31392332911491394, 0.18602073192596436, 0.5769831538200378, 0.9192226529121399, 0.48725754022598267, -0.6979771256446838, 0.14954276382923126, -0.7489632964134216, -0.3122884929180145, 0.33897313475608826, -0.8833296895027161, 0.11997663229703903, -0.09536705911159515, 0.27063506841659546, 0.2622970640659332, 0.6315096020698547, 0.19784091413021088, 0.6791515946388245, 0.2548900544643402, 0.7278237342834473, 1.224743127822876, -0.34616926312446594, 0.9201446175575256, -0.00018217328761238605, 0.6385757923126221, 1.1115622520446777, -0.12542474269866943, 0.2960674464702606, 0.4389183521270752, -0.17119097709655762, 0.4618195593357086, 0.8269028067588806, -0.6386947631835938, 0.548719584941864, 0.35862594842910767, -0.057042427361011505, -0.28788384795188904, -0.07851617783308029, -0.7253463864326477, -0.021361282095313072, 0.5837353467941284, -0.4014039635658264, 0.018580801784992218, 0.10258474946022034, 0.27796781063079834, -0.06820587813854218, -0.6114416718482971, 0.8078747391700745, -0.0323612205684185, -0.4102011024951935, 0.0037833061069250107, -0.07448922097682953, 0.02625814825296402, -0.6576078534126282, -0.26341989636421204, -0.1771841198205948, 0.44106847047805786, -0.6451770663261414, -1.1448948383331299, 0.7511500120162964, -0.25196847319602966, -0.49704134464263916, -0.1921461522579193, 0.501269519329071, -0.4279854893684387, -1.1129194498062134, 0.17998990416526794, -0.1278264969587326, 0.2197714000940323, 0.058562181890010834, -1.15445876121521, 0.3604811131954193, -0.06606285274028778, -0.015309671871364117, 0.14456301927566528, 0.3375433385372162, -0.08124100416898727, 0.3309430181980133, 0.6578828692436218, -0.26404455304145813, -0.394878625869751, 0.20574598014354706, 0.9755016565322876, -0.7955832481384277, -0.41995084285736084, -0.5539268255233765, 0.7570275664329529, -0.3866741955280304, -0.7581350207328796, 0.6779341101646423, 1.1982628107070923, 0.7208691835403442, -0.059501320123672485, 0.7087317109107971, -0.5693549513816833, 0.918788492679596, -0.024004807695746422, 0.5514816045761108, -0.26352784037590027, -0.21014389395713806, -0.3341246247291565, -0.4897935688495636, -0.8526890873908997, 0.5005419850349426, -0.05454419553279877, -0.040076617151498795, 0.2552758455276489, 0.9931408166885376, -0.05498287454247475, 0.4096450209617615, 0.02171097882091999, 0.017009129747748375, 0.23149807751178741, 0.40493637323379517, 0.27140721678733826, -0.6989691257476807, 0.030888061970472336, -0.332284152507782, -0.8282468914985657, -0.07367879897356033, -1.1279659271240234, -0.8987452983856201, -0.7823478579521179, -0.5482191443443298, -0.6500459909439087, -0.20579729974269867, 0.834871232509613, 1.126230001449585, -1.2336846590042114, -0.26239699125289917, 0.1498166173696518, 0.29201123118400574, 0.04160742461681366, -0.11145785450935364, 0.7889946103096008, 0.4434264004230499, -0.561556339263916, -0.23211435973644257, -0.16968902945518494, 0.08934502303600311, -0.04589879885315895, -0.08070439845323563, -0.1368647664785385, 0.036752261221408844, 0.1404103934764862, 0.747149646282196, 0.1327487826347351, -0.09546514600515366, -0.5088122487068176, -0.0025751676876097918, 0.01737544685602188, 0.9872636198997498, -0.4707430303096771, 0.26885709166526794, 0.5045065879821777, 0.37104886770248413, 0.9342234134674072, 0.47289013862609863, 0.5271767973899841, -0.7116038799285889, 0.36408621072769165, -0.19085615873336792, 0.3013719618320465, 0.2468595951795578, -0.5667978525161743, 0.9045643210411072, 0.5108141303062439, -0.6382342576980591, -0.6185153722763062, -0.034970834851264954, -1.4949933290481567, 0.5818988680839539, 0.7613284587860107, 0.13404838740825653, -0.3298022150993347, -0.130735382437706, -0.4707026481628418, 0.012063202448189259, -0.7339150905609131, 0.09776197373867035, 0.4609552025794983, -0.05068640783429146, -0.148590087890625, -0.18727460503578186, 0.7154195308685303, -0.2821500897407532, -1.1376447677612305, 0.168852761387825, 0.3248138129711151, -0.058790236711502075, 0.24883267283439636, 0.6150681376457214, -0.14671915769577026, 0.3229304254055023, 0.19563880562782288, 0.26627117395401, -0.15722434222698212, -0.3507206439971924, -0.2406618446111679, -0.09879463911056519, -0.25469571352005005, -0.6438177227973938 ]
result-kand2-sdxl-wuerst-karlo/cb0120f1
result-kand2-sdxl-wuerst-karlo
2023-10-02T12:45:34Z
526
0
[ "region:us" ]
null
2023-10-02T12:45:33Z
--- dataset_info: features: - name: result dtype: string - name: id dtype: int64 splits: - name: train num_bytes: 232 num_examples: 10 download_size: 1452 dataset_size: 232 configs: - config_name: default data_files: - split: train path: data/train-* --- # Dataset Card for "cb0120f1" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
[ -0.7903805375099182, -0.4120824933052063, 0.1267774999141693, 0.5526769161224365, -0.29481959342956543, -0.1178208738565445, 0.41264429688453674, -0.26932212710380554, 0.8771239519119263, 0.6013275384902954, -1.0465387105941772, -0.7891236543655396, -0.6221991777420044, -0.17097289860248566, -0.31640687584877014, 1.282184362411499, 0.18136629462242126, 0.13975191116333008, -0.5723079442977905, -0.2030111402273178, -0.5541512370109558, -0.6788322925567627, -0.7903285622596741, -0.6043927669525146, 1.0955085754394531, 0.6995082497596741, 0.5102043151855469, 0.3834589123725891, 0.813034176826477, 0.1327078640460968, 0.023431729525327682, -0.36258208751678467, -0.4355468153953552, -0.2524232864379883, -0.23671485483646393, -0.311305969953537, -1.1773991584777832, -0.04319890961050987, 0.5498709082603455, 0.7504010200500488, -0.1385543793439865, 0.8036386966705322, -0.22057200968265533, 0.9588215947151184, -0.23882566392421722, 0.5680460929870605, -0.09410174190998077, -0.15952365100383759, -0.6499690413475037, -0.10677694529294968, 0.15087607502937317, -0.5025347471237183, -0.19786915183067322, -1.0335277318954468, 0.19901032745838165, 0.16270901262760162, 0.8689079284667969, 0.1452542245388031, -0.04210653528571129, -0.19981709122657776, -0.25042545795440674, -0.08827250450849533, -0.2060973048210144, 0.20032519102096558, 0.914259135723114, 0.3805007040500641, -0.09809381514787674, -0.6614851355552673, -0.3379845917224884, 0.29246053099632263, -0.20743092894554138, 0.16654951870441437, 0.06497958302497864, 0.008198431693017483, 0.4467453062534332, 0.4958348572254181, -0.5656649470329285, -0.3317739963531494, -0.719946563243866, -0.4066295921802521, 0.7058308720588684, 0.1761026829481125, 0.021017558872699738, -0.18542851507663727, -0.1969357281923294, -0.18088091909885406, -0.541410505771637, 0.04592292010784149, 0.44941484928131104, 0.40417757630348206, -1.0768450498580933, 0.5222079157829285, -0.14121784269809723, 0.6044859886169434, 0.20032885670661926, 0.6601540446281433, 0.5691867470741272, -0.4432000517845154, -0.27019003033638, 0.21114492416381836, 0.29264160990715027, 0.19172294437885284, 0.22565343976020813, -0.015163363888859749, 0.1726619005203247, -0.17769218981266022, 0.13725459575653076, -1.357790231704712, -0.8450607657432556, 0.4635661244392395, -0.637769877910614, -0.3850748836994171, 0.6204966902732849, -0.821526825428009, -0.4659385681152344, -0.3525133430957794, 0.06991712003946304, 0.015459485352039337, -0.7949774861335754, -0.26409652829170227, -0.6518281102180481, 0.4759034812450409, 0.14871744811534882, -0.8067504167556763, 0.44731613993644714, 0.7746207118034363, 0.39417335391044617, 0.31161564588546753, -0.07533195614814758, -0.6176880598068237, 0.13935717940330505, -0.2651750147342682, 1.0994664430618286, -0.6298480033874512, -0.521647572517395, -0.07153797149658203, 0.6096493005752563, 0.3067360520362854, -0.4052261412143707, 0.6955841183662415, -0.4068010449409485, -0.2684366703033447, -1.0338104963302612, -0.451650470495224, -0.02831168845295906, 0.39374151825904846, -1.0197080373764038, 1.111209750175476, 0.5793535113334656, -0.8460962176322937, 0.5055786967277527, -1.2562628984451294, -0.44580206274986267, 0.6519590616226196, -0.06814772635698318, -0.5050380229949951, 0.1944912075996399, -0.1344088315963745, 0.5425444841384888, -0.017646031454205513, 0.3358190655708313, -0.9556141495704651, -0.30633431673049927, 0.07465625554323196, 0.20652513206005096, 1.1084362268447876, 0.2711644470691681, 0.5919889807701111, -0.02369776926934719, -1.0050976276397705, -0.06869431585073471, 0.4428999722003937, -0.12267518788576126, -0.19795837998390198, -0.47198325395584106, 0.4857535660266876, -0.18645928800106049, 0.3189926743507385, -0.4376046061515808, 0.4783130884170532, 0.17739923298358917, -0.22959931194782257, 0.6726513504981995, 0.28998345136642456, 0.2961769700050354, -0.4931851923465729, 0.582404375076294, 0.07481781393289566, 0.3243972957134247, -0.0979343056678772, -0.48892733454704285, -0.40954679250717163, -0.1340474784374237, 0.7912865877151489, 0.6338559985160828, -0.45471203327178955, 0.7642673254013062, 0.1774614304304123, -0.6617860198020935, -0.12713882327079773, 0.11621423810720444, 0.21686019003391266, 0.2289225310087204, 0.33633390069007874, -0.6840769052505493, -0.7656821012496948, -0.6550606489181519, 0.459507554769516, -0.21859395503997803, 0.176527202129364, 0.31922420859336853, 0.6760353446006775, -0.32922619581222534, 0.7892856001853943, -0.6762222051620483, -0.26115238666534424, 0.0335090309381485, -0.23526988923549652, 0.23018191754817963, 1.020576000213623, 1.1588270664215088, -0.771878182888031, -0.17623679339885712, -0.5404155850410461, -0.5471638441085815, -0.164524108171463, 0.1813545823097229, -0.7260487675666809, -0.1363954395055771, 0.16028238832950592, -0.25646814703941345, 0.886171281337738, 0.9321506023406982, -0.8194859027862549, 0.07188304513692856, 0.13032519817352295, 0.22893740236759186, -1.2587800025939941, 0.47926485538482666, -0.17844326794147491, -0.27590638399124146, -0.3952564001083374, -0.06891356408596039, 0.07026001811027527, -0.15814967453479767, -0.11599627137184143, 0.7190385460853577, -0.4483353793621063, -0.0072607495822012424, -0.19337330758571625, -0.010351959615945816, 0.0032252492383122444, 0.28672024607658386, 0.19145779311656952, 0.1683373600244522, 1.0455987453460693, -0.48089101910591125, 0.7882500886917114, 0.8647845387458801, 0.09122314304113388, 1.001999855041504, -0.7009648680686951, 0.2107691466808319, -0.25691258907318115, 0.45435941219329834, -0.9080982208251953, -0.7168976664543152, 0.7185710072517395, -0.5039204955101013, 0.6932515501976013, -0.6727207899093628, -0.6470574736595154, -0.7094165682792664, -0.07585208863019943, 0.823091447353363, 0.3608579933643341, -0.7109604477882385, 0.290056049823761, 0.5519055128097534, -0.16726917028427124, -0.039252664893865585, -1.1366393566131592, -0.02701972797513008, -0.05950429290533066, -0.16318683326244354, 0.3260866403579712, -0.4872449040412903, 0.16223596036434174, -0.07499848306179047, 0.10303870588541031, -0.19471363723278046, -0.05017538741230965, 0.7349576354026794, 0.3183715343475342, -0.10105734318494797, 0.3341088891029358, 0.12722888588905334, -0.7302151322364807, 0.223543182015419, -0.04788341745734215, 0.3541400134563446, 0.12516926229000092, -0.15020430088043213, -0.2918289601802826, 0.49617689847946167, -0.08606910705566406, -0.2561488151550293, 0.6568700671195984, 0.9918593168258667, -0.8932684659957886, -0.028141967952251434, -0.4887198507785797, -0.15452179312705994, -0.47718846797943115, 0.03561091050505638, -0.31526148319244385, -0.5748603343963623, 0.6562026739120483, -0.038349442183971405, -0.23099936544895172, 0.6362512707710266, 0.6476340889930725, 0.05717428773641586, 0.3860124349594116, 0.7290776968002319, -0.18951080739498138, 0.5550822019577026, -0.24592943489551544, -0.3036452531814575, -0.7240029573440552, -0.5462620258331299, -0.6444345116615295, -0.350076824426651, -0.6997513771057129, -0.3192530572414398, -0.1655360907316208, 0.31381428241729736, -0.3247321844100952, 0.9200778007507324, -0.8276399374008179, 0.3856772184371948, 0.5801745653152466, 0.36617976427078247, -0.14309680461883545, -0.19044150412082672, 0.2783859670162201, 0.4965929090976715, -0.7397786378860474, -0.1944136768579483, 1.2452527284622192, 0.4315057694911957, 0.7477648258209229, 0.2152727246284485, 1.0130313634872437, 0.3336883783340454, 0.6949412226676941, -0.22897672653198242, 0.3272758722305298, 0.07324261963367462, -1.2010257244110107, -0.06466102600097656, -0.1477767825126648, -0.8287508487701416, -0.6351613402366638, -0.5388845801353455, -0.2543424963951111, 0.5352591276168823, 0.498891144990921, -0.0554521307349205, 0.031936194747686386, -0.6901183128356934, 1.1691808700561523, -0.06269397586584091, -0.1930965632200241, -0.09170942008495331, -0.7221407890319824, 0.15402917563915253, 0.06392562389373779, 0.11118361353874207, -0.3143759071826935, 0.09432061016559601, 0.9564952850341797, -0.42983701825141907, 0.8926587104797363, -0.8835588097572327, 0.05772672966122627, 0.433398962020874, -0.1976478397846222, 0.2397131621837616, 0.7008481621742249, -0.2110249251127243, 0.2739991843700409, 0.4995990991592407, -0.9059728980064392, -0.1441313773393631, 0.6624331474304199, -0.42591044306755066, 0.21389804780483246, -0.4055634140968323, -0.25047340989112854, -0.0055397385731339455, 0.3181383013725281, 0.21100400388240814, 0.8370929956436157, -0.6730408072471619, 0.02788025327026844, 0.590752124786377, 0.1467733085155487, 0.3709390461444855, 0.23367536067962646, -0.5000829100608826, -0.47898751497268677, 0.862075686454773, 0.2094147801399231, -0.3021824061870575, 0.44147059321403503, 0.20983174443244934, -0.19533129036426544, -0.5315325260162354, -0.5532370805740356, 0.1785232126712799, -0.5568082332611084, -0.7090648412704468, -0.3078441023826599, -0.16932149231433868, -0.6057107448577881, -0.295637309551239, -0.2301618754863739, -0.6614343523979187, -0.6021761298179626, -0.6882076859474182, 1.0971155166625977, 0.6971050500869751, -0.6812155246734619, 0.5003330111503601, -0.8127367496490479, 0.5443044900894165, -0.07905539125204086, 1.1415786743164062, -0.32686614990234375, -0.46656113862991333, -0.43310874700546265, -0.11828996241092682, -0.08666469156742096, -0.6508520245552063, -0.2782437205314636, -0.013220761902630329, 0.7084650993347168, 0.3863004148006439, 0.05989809334278107, 0.7816697359085083, -0.02982528693974018, 0.5510143637657166, 0.27367615699768066, -0.7204926013946533, 0.6030835509300232, -0.2663120627403259, 0.4125944972038269, 1.0790565013885498, 0.5126906633377075, -0.20025783777236938, 0.18208573758602142, -0.9919921159744263, -0.5479111075401306, 0.6447057127952576, 0.10754717886447906, 0.17642459273338318, 0.008626973256468773, 0.6997835040092468, 0.094394251704216, 0.307733416557312, -0.6682859659194946, -0.9713057279586792, -0.3936316668987274, -0.3919655680656433, 0.2643558382987976, -0.3432711958885193, -0.3163136839866638, -0.6139081716537476, 0.7433383464813232, -0.16066934168338776, 0.6547552347183228, 0.16046956181526184, 0.46401435136795044, -0.2189367711544037, -0.2723081707954407, 0.2841889262199402, 0.594636857509613, -0.5937709808349609, -0.3349502980709076, -0.011531174182891846, -0.4116724729537964, -0.4178740680217743, 0.8080253601074219, 0.16059671342372894, -0.29486459493637085, 0.6263832449913025, 0.564197301864624, -0.25353434681892395, -0.0887499749660492, 0.47206079959869385, -0.08024918287992477, -0.5683965086936951, -0.6905784606933594, 0.10210345685482025, 0.3911745548248291, 0.2147451639175415, 0.021748386323451996, -0.002850087359547615, 0.22039282321929932, -0.5997995734214783, 0.5688838362693787, 0.24088118970394135, -0.7508551478385925, -0.4564870297908783, 0.5156112313270569, 0.5006021857261658, -0.46571484208106995, 0.7589247226715088, -0.3428719937801361, -0.3335980474948883, 0.8767511248588562, 0.3223111629486084, 0.670705258846283, -0.17065276205539703, 0.30253034830093384, 0.7450674176216125, 0.16295897960662842, 0.3533823788166046, 0.6512938141822815, -0.6130139231681824, -0.6007108092308044, 0.09194061160087585, -0.42770639061927795, -0.46185997128486633, -0.41015559434890747, -1.19167160987854, 0.4273715615272522, -0.8523216247558594, -0.3036138415336609, 0.0364576131105423, 0.2726166546344757, -1.144041657447815, 0.45886465907096863, 0.4500332474708557, 1.5491383075714111, -0.6650281548500061, 0.9941470623016357, 0.7434895634651184, -0.5271392464637756, -0.6340339779853821, -0.30865421891212463, 0.04618757218122482, -0.8747402429580688, -0.056625645607709885, 0.21751539409160614, 0.46421900391578674, -0.20896175503730774, -1.0490461587905884, -0.6340075731277466, 1.3461244106292725, 0.06857116520404816, -0.7331834435462952, 0.35676708817481995, -0.12230397015810013, 0.30863073468208313, -0.4128810167312622, 0.29811617732048035, 0.5259277820587158, 1.1096527576446533, 0.306727796792984, -0.42408487200737, 0.2560483515262604, -0.47070616483688354, -0.3951457440853119, 0.3924785852432251, -0.9254489541053772, -0.15522713959217072, -0.19498614966869354, 0.013243135996162891, 0.24135364592075348, 0.7112022638320923, 0.13927696645259857, 0.6352257132530212, 0.36900845170021057, 0.5108050107955933, 0.8795462846755981, -0.5201084017753601, 0.8769487142562866, -0.06786171346902847, 0.49797186255455017, 1.1480835676193237, -0.1655232161283493, 0.26855218410491943, 0.4436206817626953, -0.16573575139045715, 0.44769594073295593, 0.7497872114181519, -0.5800360441207886, 0.415939599275589, 0.4782474637031555, 0.04200897365808487, -0.3144480288028717, 0.0728585347533226, -0.7097060680389404, 0.07154782116413116, 0.4023478329181671, -0.29809486865997314, 0.11268225312232971, -0.0999286100268364, 0.20180390775203705, -0.15642499923706055, -0.44850313663482666, 0.9368503093719482, 0.013247565366327763, -0.23556505143642426, -0.08197090774774551, -0.14235813915729523, 0.15225614607334137, -0.9346989393234253, -0.39321601390838623, -0.18556204438209534, 0.059529997408390045, -0.6390856504440308, -1.033068299293518, 0.9207636713981628, -0.3399781286716461, -0.4199056327342987, -0.035333435982465744, 0.5934390425682068, -0.4320981204509735, -1.0979362726211548, 0.5547487735748291, 0.07020407170057297, 0.17146208882331848, 0.012897128239274025, -1.2379987239837646, 0.4101899266242981, -0.20048120617866516, -0.29238492250442505, 0.23935696482658386, 0.28627514839172363, 0.23695047199726105, 0.42730072140693665, 0.5143932104110718, -0.12430909276008606, -0.4874403774738312, 0.262952595949173, 1.0156960487365723, -0.8747580647468567, -0.24099630117416382, -0.38964226841926575, 0.752619206905365, -0.2614718973636627, -0.6316560506820679, 0.31775185465812683, 0.9708465933799744, 1.0091049671173096, 0.003189211944118142, 0.7726226449012756, -0.7069446444511414, 0.639538049697876, -0.29069599509239197, 0.6507263779640198, -0.41875800490379333, -0.23233762383460999, -0.34404176473617554, -0.7277476787567139, -0.7541643977165222, 0.6022704243659973, 0.36814215779304504, 0.14624705910682678, 0.5099033117294312, 1.0970808267593384, -0.09051474183797836, 0.32853081822395325, 0.04456190764904022, 0.038421131670475006, 0.1967700868844986, 0.2827945053577423, 0.09742054343223572, -0.6966869831085205, 0.24838240444660187, -0.39453741908073425, -0.5924888849258423, 0.09845128655433655, -1.2850914001464844, -1.083594560623169, -0.6560279130935669, -0.7342961430549622, -0.6753101348876953, -0.018001094460487366, 1.0546724796295166, 1.2583798170089722, -1.207892894744873, -0.07771763205528259, -0.04559800773859024, 0.23187683522701263, -0.13005489110946655, -0.15001516044139862, 0.5922263860702515, 0.4267973005771637, -0.47191503643989563, -0.267374187707901, -0.08300609141588211, 0.23804840445518494, -0.014175593852996826, -0.08791889995336533, -0.045939382165670395, 0.16965611279010773, 0.25807270407676697, 0.48937490582466125, -0.06841769069433212, -0.32142677903175354, -0.6632763147354126, 0.17896264791488647, 0.09533051401376724, 1.0388901233673096, -0.526319682598114, 0.14654602110385895, 0.49892285466194153, 0.44693300127983093, 0.8106226921081543, 0.3607631027698517, 0.3274352252483368, -0.6268600821495056, 0.1652815043926239, -0.29952871799468994, 0.4224744141101837, 0.2216801792383194, -0.5068123936653137, 0.926122784614563, 0.4766409993171692, -0.580055832862854, -0.4569043517112732, 0.05931525304913521, -1.789872407913208, 0.15753035247325897, 0.7780178785324097, 0.06205596402287483, -0.2903212308883667, -0.12048874795436859, -0.5211851596832275, 0.18886329233646393, -0.7732232213020325, 0.10564850270748138, 0.7125993967056274, 0.05841322988271713, -0.2071603387594223, -0.06999112665653229, 0.5352821946144104, -0.3965572118759155, -1.1656982898712158, 0.2226451337337494, 0.36364075541496277, 0.280719131231308, 0.023128697648644447, 0.8948115706443787, -0.4021705985069275, 0.21604079008102417, 0.4038603901863098, 0.3714059293270111, -0.5203079581260681, -0.5481076240539551, -0.2284913808107376, 0.025936007499694824, -0.22524593770503998, -0.31653809547424316 ]
result-kand2-sdxl-wuerst-karlo/6c022ac8
result-kand2-sdxl-wuerst-karlo
2023-10-02T13:25:18Z
526
0
[ "region:us" ]
null
2023-10-02T13:25:18Z
--- dataset_info: features: - name: result dtype: string - name: id dtype: int64 splits: - name: train num_bytes: 219 num_examples: 10 download_size: 1364 dataset_size: 219 configs: - config_name: default data_files: - split: train path: data/train-* --- # Dataset Card for "6c022ac8" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
[ -0.720535159111023, -0.026466989889740944, 0.26570284366607666, 0.25537940859794617, -0.1619867980480194, -0.07308221608400345, 0.3968977928161621, -0.302570104598999, 0.9201942086219788, 0.5371295213699341, -0.7854277491569519, -0.6477401852607727, -0.5420056581497192, -0.1893874853849411, -0.32204094529151917, 1.1050379276275635, 0.22498251497745514, 0.06997840851545334, -0.3693405091762543, -0.22689493000507355, -0.5310624241828918, -0.6193088889122009, -0.4995173215866089, -0.5367764830589294, 1.2308021783828735, 0.8516541719436646, 0.49871134757995605, 0.6472896337509155, 0.926577091217041, 0.20454682409763336, 0.03927479311823845, -0.26741909980773926, -0.3706584870815277, -0.2640274465084076, -0.06249276548624039, -0.32966622710227966, -0.9891544580459595, -0.04221954941749573, 0.586993932723999, 0.7075112462043762, -0.05647401139140129, 0.7760471701622009, -0.3530164659023285, 0.8582126498222351, -0.5735662579536438, 0.5163025856018066, -0.231072336435318, -0.3147411644458771, -0.6453850865364075, 0.0776953399181366, -0.004742657765746117, -0.4370029866695404, -0.2721647322177887, -0.9439641237258911, 0.168624147772789, 0.11977382004261017, 0.7264492511749268, 0.25531384348869324, 0.007705746218562126, -0.18939785659313202, -0.25529760122299194, 0.09412894397974014, -0.25810933113098145, 0.16827398538589478, 0.7213330864906311, 0.5163716077804565, 0.06668031960725784, -0.6347977519035339, -0.4392833709716797, 0.21511097252368927, -0.021314412355422974, 0.14841027557849884, 0.2651185095310211, 0.03705306723713875, 0.6262049674987793, 0.6499230265617371, -0.43664002418518066, -0.17420117557048798, -0.8905006051063538, -0.38046929240226746, 0.979110598564148, 0.11080761253833771, 0.29559534788131714, -0.06800147145986557, -0.07769408822059631, -0.27262169122695923, -0.4318765699863434, -0.10920439660549164, 0.6284775733947754, 0.24966058135032654, -1.3285905122756958, 0.524445116519928, 0.03875621780753136, 0.43085959553718567, 0.237606942653656, 0.7424883842468262, 0.7133540511131287, -0.21873562037944794, -0.10602716356515884, 0.21740035712718964, 0.2857162654399872, 0.35182398557662964, 0.22577396035194397, 0.2042100727558136, 0.04143555089831352, 0.259045273065567, 0.23077552020549774, -1.108849048614502, -0.9976391196250916, 0.4320853650569916, -0.7462376952171326, -0.16475030779838562, 0.45426782965660095, -0.8383209109306335, -0.5374688506126404, -0.43860068917274475, 0.004236898850649595, 0.16509030759334564, -0.5637263655662537, -0.23871827125549316, -0.7023413181304932, 0.4802616536617279, 0.242360919713974, -0.875626802444458, 0.3850008547306061, 0.5663764476776123, 0.3403056561946869, 0.00045196592691354454, -0.05909082666039467, -0.5440588593482971, 0.22700805962085724, -0.20407114923000336, 0.9669812917709351, -0.5984929203987122, -0.49642354249954224, -0.08140386641025543, 0.408188134431839, 0.06595289707183838, -0.4382026195526123, 0.8474612832069397, -0.32198354601860046, -0.3781207501888275, -0.783692479133606, -0.5460403561592102, -0.1133967787027359, 0.2672227621078491, -1.282690167427063, 0.9634305834770203, 0.21235769987106323, -0.7598628401756287, 0.2549892067909241, -1.2430815696716309, -0.05338839069008827, 0.8575770258903503, -0.23694398999214172, -0.4739835858345032, 0.2519426941871643, -0.13633805513381958, 0.39398568868637085, 0.01857026293873787, 0.26092538237571716, -0.9339137673377991, -0.2779063880443573, 0.03811978921294212, 0.05194100737571716, 0.974340558052063, 0.2624494731426239, 0.4783343970775604, 0.0853383019566536, -0.9753332138061523, -0.08054763823747635, 0.12151045352220535, -0.008806749247014523, -0.17200660705566406, -0.5978189706802368, 0.5584648251533508, -0.18125559389591217, 0.46575605869293213, -0.5134559273719788, 0.3990907371044159, 0.1710088551044464, -0.17688530683517456, 0.6928623914718628, 0.25305676460266113, 0.2954995334148407, -0.566839337348938, 0.43507692217826843, 0.1748136729001999, 0.38778775930404663, -0.04420255124568939, -0.651351273059845, -0.7438116073608398, -0.016466042026877403, 0.5962310433387756, 0.5812935829162598, -0.6457682847976685, 0.7376319169998169, 0.20348909497261047, -0.876003086566925, -0.2507672905921936, 0.038499586284160614, 0.2382211983203888, 0.16393320262432098, 0.5003090500831604, -0.7046356797218323, -0.7063111662864685, -0.8954548835754395, 0.273088663816452, 0.06658340990543365, 0.2556215822696686, 0.3298633098602295, 0.8947319388389587, -0.5414603352546692, 0.4422556459903717, -0.7753481268882751, -0.21448035538196564, -0.06771720200777054, -0.3032170534133911, 0.35464704036712646, 0.8553695678710938, 1.1015658378601074, -0.8257405161857605, -0.27356579899787903, -0.48605993390083313, -0.5026804208755493, -0.04148319736123085, 0.27642935514450073, -0.4772683084011078, -0.15536201000213623, 0.05746253952383995, -0.3569048345088959, 1.0265185832977295, 1.0052412748336792, -0.6900015473365784, 0.06935112178325653, -0.03411393612623215, 0.18731153011322021, -1.2492069005966187, 0.47616440057754517, 0.001802713144570589, -0.09876991808414459, -0.4505257308483124, -0.03934114798903465, 0.21917489171028137, -0.18228469789028168, -0.22932028770446777, 0.688120424747467, -0.57578444480896, -0.12604232132434845, -0.12869717180728912, -0.20685674250125885, -0.17666393518447876, 0.3247869610786438, 0.12327773869037628, 0.3575214445590973, 0.8846129775047302, -0.4688504636287689, 0.9053810834884644, 0.6789880394935608, 0.035897158086299896, 0.7882455587387085, -0.6690448522567749, 0.2378281056880951, -0.2660827040672302, 0.5238673090934753, -0.7059776186943054, -0.762813150882721, 0.4244862496852875, -0.5608921647071838, 0.226063534617424, -0.5593161582946777, -0.4149474501609802, -0.6473292112350464, -0.24689878523349762, 1.0344074964523315, 0.3351236879825592, -0.737553596496582, 0.43271034955978394, 0.7134002447128296, 0.022238001227378845, 0.07433467358350754, -0.9256731271743774, 0.026939254254102707, -0.27125075459480286, -0.22066152095794678, 0.4191203713417053, -0.7551108598709106, -0.08068586140871048, -0.38461220264434814, 0.34295690059661865, -0.3596639931201935, -0.3103941082954407, 0.6063833236694336, 0.3837061822414398, 0.012674326077103615, 0.16603140532970428, -0.1251073181629181, -0.6852761507034302, 0.2335016131401062, 0.12518247961997986, 0.27387914061546326, 0.07921771705150604, -0.08811650425195694, -0.6043629050254822, 0.6197446584701538, 0.2747434675693512, -0.11520306766033173, 0.44811853766441345, 0.8364197015762329, -0.926405668258667, -0.040114447474479675, -0.5434255599975586, -0.1720685362815857, -0.4966646432876587, -0.15331582725048065, -0.2489021122455597, -0.39934223890304565, 0.826482355594635, 0.2491828352212906, -0.027467194944620132, 0.8724203109741211, 0.8905715942382812, 0.1932082325220108, 0.6140081286430359, 0.5187472105026245, -0.29764559864997864, 0.4064176082611084, -0.39144861698150635, -0.2210770547389984, -0.6576476693153381, -0.5351764559745789, -0.6896476745605469, -0.5556859374046326, -0.81441730260849, -0.3446887135505676, -0.036075785756111145, -0.3815813660621643, -0.35245582461357117, 0.6472322344779968, -0.7729009389877319, 0.4343165159225464, 0.6178713440895081, 0.3174605369567871, -0.17021821439266205, -0.2665352523326874, 0.3532504737377167, 0.2967960834503174, -0.6219208836555481, 0.01100603025406599, 1.0494636297225952, 0.41459378600120544, 0.9485074877738953, 0.35039523243904114, 0.9510585069656372, 0.45150285959243774, 0.3510472774505615, -0.3693569302558899, 0.22278402745723724, -0.09871648252010345, -0.8318679332733154, 0.16081120073795319, -0.16052909195423126, -0.7740932106971741, -0.7040932774543762, -0.3060603737831116, -0.39075398445129395, 0.7065989375114441, 0.622226893901825, -0.15055865049362183, 0.061189353466033936, -0.9994242787361145, 1.038136601448059, -0.15761126577854156, -0.045235201716423035, -0.11748266220092773, -0.7073947787284851, 0.1337173581123352, 0.31939709186553955, 0.24141216278076172, -0.30189281702041626, 0.08581691235303879, 0.9895339012145996, -0.45434263348579407, 1.0551865100860596, -0.7570783495903015, 0.07535265386104584, 0.3382457196712494, -0.4039316475391388, 0.17156779766082764, 0.574237585067749, -0.001849423279054463, 0.1717272847890854, 0.3045036494731903, -0.7048196196556091, -0.21349768340587616, 0.9834871292114258, -0.8139087557792664, 0.3350997269153595, -0.5440011620521545, -0.6613485217094421, -0.032788749784231186, 0.195839986205101, 0.2448110282421112, 0.7896497845649719, -0.04354720562696457, 0.20698048174381256, 0.7579817771911621, 0.2810898423194885, 0.5877845287322998, -0.04225745424628258, -0.08975474536418915, -0.5578383207321167, 0.9609552025794983, 0.2123262882232666, -0.2548508048057556, 0.2814183533191681, 0.23791660368442535, -0.2633173167705536, -0.43755781650543213, -0.528148889541626, 0.238861545920372, -0.45355844497680664, -0.6271887421607971, -0.2660421133041382, -0.4822649359703064, -0.6214267611503601, -0.3395179212093353, -0.3415054380893707, -0.6575356125831604, -0.7293582558631897, -0.446940541267395, 1.1497546434402466, 0.6965529918670654, -0.4604935944080353, 0.5590836405754089, -0.8786927461624146, 0.7109008431434631, -0.09369344264268875, 1.0437307357788086, -0.3045593202114105, -0.5209166407585144, -0.3905423581600189, -0.006689237430691719, -0.1633700430393219, -0.6077152490615845, -0.0781058818101883, 0.13358862698078156, 0.7297789454460144, 0.16410815715789795, 0.056543342769145966, 0.7084307074546814, 0.05351715907454491, 0.6120566725730896, 0.20730434358119965, -0.6830423474311829, 0.5614562630653381, -0.40853458642959595, 0.6838390827178955, 0.9832742810249329, 0.4922173321247101, -0.2649914622306824, 0.2436838299036026, -1.2522600889205933, -0.6884264349937439, 0.3729920983314514, 0.009840883314609528, 0.12525026500225067, 0.3091409504413605, 0.6422158479690552, -0.10597842186689377, 0.19149082899093628, -0.7164488434791565, -0.8655603528022766, -0.2037951797246933, -0.5775406360626221, 0.16855312883853912, -0.32893815636634827, -0.20231251418590546, -0.5558247566223145, 0.6520797610282898, -0.2764799892902374, 0.5360590815544128, -0.037790264934301376, 0.31365081667900085, -0.00985245406627655, -0.333040326833725, 0.41256821155548096, 0.5561926960945129, -0.38631463050842285, -0.19624915719032288, -0.10955983400344849, -0.6713925004005432, -0.5312770009040833, 0.6818845272064209, -0.02306353487074375, -0.36876535415649414, 0.5762872099876404, 0.5643402934074402, -0.25977861881256104, -0.11997400969266891, 0.33365678787231445, -0.25119873881340027, -0.4118603467941284, -0.7131649851799011, 0.3121083676815033, 0.11227212846279144, 0.04197009280323982, 0.03806805983185768, -0.09445101022720337, 0.41131237149238586, -0.49618709087371826, 0.5578984618186951, -0.03838906064629555, -0.7756107449531555, -0.4869125187397003, 0.41589194536209106, 0.5770220160484314, -0.45585495233535767, 0.825111985206604, 0.027713840827345848, -0.29340723156929016, 0.9124428033828735, 0.18350815773010254, 0.6646679639816284, -0.4095481336116791, 0.12654000520706177, 0.6883169412612915, 0.032805390655994415, 0.3294464647769928, 0.859846830368042, -0.30965283513069153, -0.6818436980247498, 0.10383662581443787, -0.27553436160087585, -0.49058061838150024, -0.21574100852012634, -1.1562838554382324, 0.4486348032951355, -0.8126069903373718, -0.07865973562002182, 0.22750599682331085, 0.3352948725223541, -0.884757936000824, 0.4980121850967407, 0.36059799790382385, 1.5770951509475708, -0.7735888957977295, 0.8902388215065002, 0.7625660300254822, -0.3968134820461273, -0.7895722389221191, -0.4662679135799408, 0.21354469656944275, -0.8687008023262024, -0.3166661262512207, 0.2643207907676697, 0.4974043667316437, -0.21055968105793, -1.070178508758545, -0.6917611956596375, 1.2500613927841187, 0.14407598972320557, -0.8137893080711365, 0.3899955749511719, -0.24809657037258148, 0.2897190451622009, -0.5266140103340149, 0.3267224431037903, 0.632591724395752, 0.8974640965461731, 0.5332363843917847, -0.595055103302002, -0.11913590878248215, -0.6786194443702698, -0.3101901113986969, 0.32954099774360657, -0.8522918224334717, 0.04676039144396782, -0.14321556687355042, 0.3300210237503052, 0.2210027128458023, 0.7424404621124268, 0.2718694806098938, 0.4399432837963104, 0.37057024240493774, 0.6367347836494446, 0.7900072932243347, -0.313333123922348, 0.8685041069984436, -0.19637379050254822, 0.4538433849811554, 1.1669251918792725, -0.1424984335899353, 0.3607862889766693, 0.4982590675354004, 0.23627187311649323, 0.3827644884586334, 0.7685401439666748, -0.5607228875160217, 0.303607702255249, 0.3052454888820648, -0.2151910960674286, -0.25570884346961975, -0.1408277302980423, -0.7133487462997437, 0.22960032522678375, 0.668215811252594, -0.4357895851135254, 0.06514684110879898, -0.26815852522850037, 0.1657869517803192, -0.042332723736763, -0.653537929058075, 0.8605553507804871, -0.000021890988136874512, -0.3319381773471832, -0.08994986861944199, -0.2140151709318161, 0.11077359318733215, -0.7041037082672119, -0.5001415014266968, -0.14403653144836426, 0.38026756048202515, -0.6620129346847534, -1.104921579360962, 0.8755229115486145, -0.33406102657318115, -0.42744043469429016, -0.10196354985237122, 0.5964141488075256, -0.38984161615371704, -1.12497878074646, 0.386043906211853, -0.13856033980846405, 0.08152580261230469, 0.2583993673324585, -1.2329806089401245, 0.6588653326034546, -0.13802869617938995, 0.053280748426914215, 0.1940215826034546, 0.008367215283215046, -0.0015215476742014289, 0.5521513819694519, 0.48211348056793213, -0.05701572820544243, -0.41466283798217773, 0.26237520575523376, 1.006639838218689, -0.8055956363677979, -0.48076552152633667, -0.33360832929611206, 0.829746663570404, -0.36086946725845337, -0.7378939986228943, 0.41758662462234497, 1.092653751373291, 0.8050616979598999, -0.07223044335842133, 0.8323893547058105, -0.4935685098171234, 0.6494880318641663, -0.26349425315856934, 0.6524269580841064, -0.14773598313331604, -0.18833626806735992, -0.13475677371025085, -0.7092968821525574, -0.8442068099975586, 0.5884392857551575, 0.3017905056476593, 0.28528842329978943, 0.45846715569496155, 1.018904447555542, -0.16936329007148743, 0.26272884011268616, 0.09101755172014236, 0.2025892585515976, 0.3403019905090332, 0.4207897186279297, 0.12231206893920898, -0.6693720817565918, 0.02604016475379467, -0.2852715849876404, -0.642746090888977, 0.16450875997543335, -1.0585882663726807, -0.9991077184677124, -0.6717942953109741, -0.6112197637557983, -0.5014501810073853, 0.024879932403564453, 0.918755054473877, 1.0820828676223755, -1.055789828300476, -0.37085795402526855, 0.13849122822284698, 0.2772703766822815, 0.1640814244747162, -0.09931262582540512, 0.5701135396957397, 0.46692052483558655, -0.5186392664909363, -0.2735205888748169, -0.0759650468826294, 0.21637196838855743, -0.16674701869487762, 0.05274581164121628, -0.17601415514945984, -0.032533835619688034, 0.14245496690273285, 0.5725437998771667, -0.030222808942198753, -0.482530415058136, -0.7111802697181702, 0.28347158432006836, 0.15576371550559998, 1.0376032590866089, -0.4981529712677002, 0.06418191641569138, 0.5363451242446899, 0.461282879114151, 0.6375559568405151, 0.20697152614593506, 0.5136602520942688, -0.5460535883903503, 0.2188737839460373, -0.08893359452486038, 0.4564662575721741, 0.23572427034378052, -0.5022748112678528, 0.673812747001648, 0.4458605945110321, -0.6882386803627014, -0.27102211117744446, 0.08527852594852448, -1.7438567876815796, 0.5381371974945068, 0.945362389087677, 0.15210629999637604, -0.4880937933921814, -0.17118777334690094, -0.4279893636703491, -0.05258095636963844, -0.887276291847229, 0.28855401277542114, 0.40158510208129883, -0.03779023140668869, -0.42534178495407104, -0.16602928936481476, 0.5350412130355835, -0.5986757874488831, -1.3640282154083252, 0.18016169965267181, 0.5800106525421143, 0.04539324343204498, 0.12297546863555908, 0.6421944499015808, -0.19181640446186066, 0.4457457661628723, 0.16070453822612762, 0.3709893822669983, -0.03589145839214325, -0.7239963412284851, -0.18929320573806763, -0.06673366576433182, -0.14912959933280945, -0.3828025460243225 ]
result-kand2-sdxl-wuerst-karlo/390d6002
result-kand2-sdxl-wuerst-karlo
2023-10-02T17:22:43Z
526
0
[ "region:us" ]
null
2023-10-02T17:22:42Z
--- dataset_info: features: - name: result dtype: string - name: id dtype: int64 splits: - name: train num_bytes: 177 num_examples: 10 download_size: 1344 dataset_size: 177 configs: - config_name: default data_files: - split: train path: data/train-* --- # Dataset Card for "390d6002" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
[ -0.8472492098808289, -0.13680538535118103, 0.28471118211746216, 0.13197065889835358, -0.09246163815259933, -0.047635916620492935, 0.4515394866466522, -0.06906959414482117, 0.7248587012290955, 0.4264589846134186, -0.8397173285484314, -0.42657071352005005, -0.5630088448524475, -0.33427613973617554, -0.1784670650959015, 1.2200567722320557, -0.007029441185295582, 0.034605126827955246, -0.5099135041236877, -0.05491627752780914, -0.3153953552246094, -0.533620297908783, -0.605278730392456, -0.4625966548919678, 1.0508296489715576, 0.7971646785736084, 0.47942519187927246, 0.38369929790496826, 0.9136044383049011, 0.11475644260644913, -0.0760965645313263, -0.246231809258461, -0.3843984603881836, -0.16524331271648407, -0.20583248138427734, -0.28160446882247925, -1.2169625759124756, 0.17408467829227448, 0.7465267777442932, 0.5809258222579956, -0.20655803382396698, 0.8488301038742065, -0.20411330461502075, 1.0264379978179932, -0.42434313893318176, 0.5103052854537964, 0.0229241531342268, -0.027556905522942543, -0.8113941550254822, 0.11982819437980652, 0.04800154268741608, -0.5120672583580017, -0.4864887297153473, -0.9696592688560486, 0.28871265053749084, 0.18157292902469635, 0.7646501660346985, 0.4127242863178253, -0.0753340870141983, 0.1474214792251587, -0.5260144472122192, 0.0024699473287910223, -0.14739161729812622, 0.17296892404556274, 0.6709393858909607, 0.45524662733078003, -0.044620200991630554, -0.5258527398109436, -0.510977566242218, 0.2148025929927826, 0.023833658546209335, 0.31851914525032043, -0.031222470104694366, -0.07191834598779678, 0.8195993900299072, 0.8298460841178894, -0.533506453037262, -0.07663558423519135, -0.9306522607803345, -0.28221020102500916, 0.8704213500022888, 0.15063388645648956, 0.15183725953102112, -0.2699097692966461, -0.2414998561143875, -0.302166223526001, -0.37507739663124084, -0.17675834894180298, 0.54766845703125, -0.014538245275616646, -1.1403759717941284, 0.7573139071464539, 0.010670348070561886, 0.5444861650466919, 0.2207283079624176, 0.8677908182144165, 0.5850489139556885, -0.14604759216308594, -0.16085238754749298, -0.027453480288386345, 0.22463613748550415, 0.508747935295105, 0.09483161568641663, 0.0979454442858696, 0.04268604889512062, 0.12487561255693436, 0.14853514730930328, -1.0053354501724243, -0.9949411153793335, 0.5190410614013672, -0.5388437509536743, -0.15436697006225586, 0.5300110578536987, -0.9951204061508179, -0.5595548152923584, -0.3886575400829315, -0.24167285859584808, 0.03706140071153641, -1.0255827903747559, -0.3727356791496277, -0.8061707019805908, 0.475502073764801, 0.20575837790966034, -0.8406404256820679, 0.4036547541618347, 0.8552848100662231, 0.5010549426078796, -0.11584507673978806, -0.007700430694967508, -0.7129603624343872, 0.2957935929298401, -0.15440408885478973, 1.0101734399795532, -0.5206554532051086, -0.48909831047058105, -0.3302776515483856, 0.33521729707717896, 0.0033204553183168173, -0.5564064383506775, 0.9189053177833557, -0.3534615635871887, -0.17825615406036377, -0.5488067269325256, -0.6820804476737976, -0.0957295149564743, 0.2975075840950012, -1.274113416671753, 1.4727787971496582, 0.4824165403842926, -0.849224328994751, 0.215250164270401, -1.2113032341003418, -0.1636011004447937, 0.726470410823822, -0.09563732892274857, -0.40653476119041443, 0.44887575507164, -0.19878803193569183, 0.5406941771507263, -0.19746515154838562, 0.3598702549934387, -0.7967948913574219, -0.07786068320274353, -0.03190739452838898, 0.13128602504730225, 0.8307654857635498, 0.3388541042804718, 0.5415682792663574, 0.07616303116083145, -0.8769046068191528, -0.08718577772378922, 0.20114003121852875, -0.008981751278042793, -0.21669045090675354, -0.5956690907478333, 0.5325798392295837, -0.05209415405988693, 0.21306419372558594, -0.6636449694633484, 0.3207132816314697, 0.18372763693332672, -0.10352671891450882, 0.7945447564125061, 0.09782778471708298, 0.2962706685066223, -0.4941808879375458, 0.6174087524414062, 0.07490596920251846, 0.441392719745636, 0.10490917414426804, -0.7200369834899902, -0.44283175468444824, 0.020958639681339264, 0.5307224988937378, 0.6059601306915283, -0.5908536314964294, 0.51173996925354, 0.16867144405841827, -0.7109979391098022, -0.06214278191328049, -0.03053816594183445, 0.19269868731498718, 0.43256106972694397, 0.2671479284763336, -0.8604268431663513, -0.7198092341423035, -0.6775066256523132, 0.4572923183441162, 0.015214323997497559, 0.15939556062221527, 0.530381977558136, 0.690808892250061, -0.3592822253704071, 0.7226520776748657, -1.002967357635498, -0.21881639957427979, 0.034323982894420624, -0.4025127589702606, 0.30685093998908997, 0.8345012068748474, 1.0215657949447632, -0.889159083366394, -0.18848606944084167, -0.5526878237724304, -0.5449990034103394, 0.14954890310764313, 0.461958110332489, -0.5956805944442749, 0.004781818948686123, 0.28802555799484253, -0.36979660391807556, 0.7955478429794312, 1.0502676963806152, -0.5555153489112854, 0.2617969810962677, -0.22618456184864044, 0.05355607718229294, -1.4307423830032349, 0.44964104890823364, 0.17127729952335358, -0.07180654257535934, -0.310005784034729, -0.06643236428499222, 0.2808588445186615, -0.27647510170936584, -0.18974609673023224, 0.683241605758667, -0.44401100277900696, -0.13254569470882416, -0.03177059069275856, 0.00488236453384161, -0.12612785398960114, 0.24834485352039337, 0.28100690245628357, 0.343560129404068, 1.0020663738250732, -0.45875611901283264, 1.23983633518219, 0.5376096963882446, 0.018465112894773483, 1.0891189575195312, -0.6759077906608582, 0.22617201507091522, -0.27561673521995544, 0.49917709827423096, -0.9171448349952698, -0.813554048538208, 0.5988373160362244, -0.29520854353904724, 0.3560403883457184, -0.5885138511657715, -0.45699530839920044, -1.000969409942627, -0.25929152965545654, 0.9883641600608826, 0.45692625641822815, -0.6602301597595215, 0.4146469533443451, 0.9131286144256592, -0.07129574567079544, 0.25971707701683044, -0.8566703796386719, 0.06115606799721718, -0.23905742168426514, -0.27463391423225403, 0.41960838437080383, -0.5044668316841125, -0.08673518151044846, -0.23870298266410828, 0.3534899652004242, -0.14311444759368896, -0.3237498104572296, 0.8280766010284424, 0.5064759850502014, -0.13900618255138397, 0.3346506357192993, -0.0617324598133564, -0.8918426036834717, 0.1689981371164322, -0.03029458038508892, 0.378364235162735, 0.1895601600408554, -0.06680116057395935, -0.5272259712219238, 0.4761876165866852, 0.28784671425819397, -0.11934943497180939, 0.3582911193370819, 0.885601818561554, -0.840948760509491, 0.05919627845287323, -0.6552741527557373, -0.17135097086429596, -0.4252861738204956, 0.0931272879242897, -0.47392982244491577, -0.29724186658859253, 0.49921858310699463, -0.21377533674240112, -0.23246890306472778, 0.9726135730743408, 0.7622909545898438, 0.08298704028129578, 0.4292607009410858, 0.7356274127960205, -0.2704929709434509, 0.43237367272377014, -0.3463265895843506, -0.47350069880485535, -1.110660433769226, -0.5300493836402893, -0.4330044984817505, -0.4230199456214905, -0.5863398909568787, -0.6371867060661316, -0.04595019668340683, -0.20642028748989105, -0.36220067739486694, 0.6404266953468323, -0.9104399085044861, 0.49411311745643616, 0.7080069184303284, 0.36043769121170044, -0.15500229597091675, -0.10370431840419769, 0.3223308324813843, 0.20300686359405518, -0.71061110496521, -0.09380147606134415, 1.2229715585708618, 0.3567987382411957, 0.9495931267738342, 0.33447974920272827, 0.8323850035667419, 0.4117390811443329, 0.3413074314594269, -0.24008677899837494, 0.2712683081626892, -0.23496997356414795, -0.8067200183868408, 0.08105149120092392, -0.20304740965366364, -0.5804538130760193, -0.7112786173820496, -0.21990300714969635, -0.1605498194694519, 0.5397342443466187, 0.5026636719703674, -0.2608755826950073, 0.36447998881340027, -0.9806983470916748, 1.1233561038970947, -0.14693962037563324, -0.154312402009964, -0.2416437715291977, -0.4648245871067047, 0.22695457935333252, 0.18220682442188263, 0.09545115381479263, -0.49796104431152344, 0.07975650578737259, 1.0687329769134521, -0.43472129106521606, 0.971321702003479, -0.7607765197753906, -0.07460220903158188, 0.055588435381650925, -0.2743566036224365, 0.25081339478492737, 0.5606105923652649, -0.3654485046863556, 0.02466159127652645, 0.21771566569805145, -0.6509526968002319, -0.13437403738498688, 0.8879574537277222, -0.6996942162513733, 0.15237827599048615, -0.6708077788352966, -0.6758310794830322, -0.06352005153894424, 0.06769369542598724, 0.16756834089756012, 0.6858624219894409, -0.48309141397476196, -0.31184718012809753, 0.7582246661186218, 0.27534154057502747, 0.4699796736240387, 0.03108307532966137, -0.18597936630249023, -0.3985814154148102, 0.9586274027824402, 0.037220027297735214, -0.16006027162075043, 0.14358821511268616, 0.24560697376728058, -0.13007408380508423, -0.14418961107730865, -0.7951894402503967, 0.3425508439540863, -0.27196967601776123, -0.4973251521587372, -0.11198443919420242, -0.36641085147857666, -0.596613347530365, -0.050775036215782166, -0.40075019001960754, -0.8388322591781616, -0.6431558728218079, -0.5119556784629822, 1.2873501777648926, 0.8688228130340576, -0.6438704133033752, 0.11471308022737503, -0.6541451215744019, 0.7653071880340576, 0.028980955481529236, 1.097608208656311, -0.20987172424793243, -0.5567851066589355, -0.11817631870508194, -0.008590246550738811, -0.09001302719116211, -0.4269412159919739, -0.17027820646762848, 0.1597362905740738, 0.6797016859054565, 0.11484850943088531, 0.2834957540035248, 0.6296674609184265, -0.15754693746566772, 0.5295524597167969, 0.3098316192626953, -0.5917425751686096, 0.8398523926734924, -0.07113248854875565, 0.4333323836326599, 0.6389440894126892, 0.5846608281135559, -0.4170765280723572, 0.17723049223423004, -1.1173654794692993, -0.6223973631858826, 0.7914519906044006, -0.11159078031778336, 0.2825811803340912, 0.44191235303878784, 0.8071919679641724, 0.05740758404135704, -0.037308402359485626, -0.5366915464401245, -0.8933693766593933, -0.19650445878505707, -0.2905236780643463, 0.03746667876839638, -0.5772592425346375, -0.48679137229919434, -0.7266413569450378, 0.7009018659591675, -0.04778115451335907, 0.38388165831565857, -0.02473273128271103, 0.37583839893341064, -0.11764886230230331, -0.3181194067001343, 0.4316806495189667, 0.49241766333580017, -0.4923645257949829, 0.017405452206730843, -0.21872015297412872, -0.677375078201294, -0.4797404110431671, 0.8450549840927124, 0.15500012040138245, -0.34664079546928406, 0.1624990850687027, 0.7349101305007935, -0.362545371055603, -0.0630902573466301, 0.26826509833335876, -0.09835919737815857, -0.30987754464149475, -0.5605857968330383, 0.21866388618946075, 0.12726105749607086, 0.2518180012702942, 0.02384670078754425, 0.13385890424251556, 0.12049954384565353, -0.4336245656013489, 0.5689871311187744, 0.00017308395763393492, -0.7665532231330872, -0.4028027653694153, 0.7019124031066895, 0.6248270273208618, -0.39081424474716187, 1.0216120481491089, -0.16950635612010956, -0.3074050545692444, 0.9008364677429199, 0.13879719376564026, 0.7031661868095398, -0.42143937945365906, 0.46803832054138184, 0.7218031287193298, -0.05161278322339058, 0.1731533408164978, 0.657958984375, -0.5693761110305786, -0.6111545562744141, 0.11715726554393768, -0.29818013310432434, -0.688681423664093, -0.6376148462295532, -1.2409125566482544, 0.2766459882259369, -0.7088507413864136, -0.24363075196743011, 0.35003456473350525, 0.1196182444691658, -0.7420457601547241, 0.3180485665798187, 0.4826423227787018, 1.4865007400512695, -0.7060982584953308, 1.1109166145324707, 0.7500426769256592, -0.49949491024017334, -0.7252676486968994, -0.2622969150543213, 0.17560119926929474, -0.9659175276756287, 0.11814489215612411, 0.06140950322151184, 0.40768173336982727, -0.04170491546392441, -0.6744668483734131, -0.6160635948181152, 1.2424131631851196, 0.30304816365242004, -0.8501273393630981, 0.38534876704216003, -0.1548585295677185, 0.23713362216949463, -0.2799440324306488, 0.28754422068595886, 0.5192219614982605, 0.8112168312072754, 0.6955381035804749, -0.7065516114234924, 0.13642558455467224, -0.6593557000160217, -0.17893297970294952, 0.3129144012928009, -0.8224889039993286, 0.22614611685276031, -0.3549020290374756, 0.24483253061771393, 0.13327069580554962, 0.5721248388290405, 0.02605208195745945, 0.45655903220176697, 0.23418940603733063, 0.8202390074729919, 1.045426607131958, -0.5546958446502686, 1.221482753753662, -0.11447315663099289, 0.6070732474327087, 1.0995728969573975, -0.306438148021698, 0.5441837906837463, 0.48586800694465637, -0.1395818293094635, 0.3758210837841034, 0.8379613757133484, -0.5982478857040405, 0.2829377353191376, 0.3599514365196228, -0.21700698137283325, -0.21937042474746704, 0.04195437580347061, -0.8888931274414062, -0.049788255244493484, 0.4317212700843811, -0.3299732208251953, 0.012959270738065243, 0.21154417097568512, 0.10693234950304031, -0.1751616895198822, -0.6086652874946594, 0.8463562726974487, -0.05122099071741104, -0.35444915294647217, -0.04412250965833664, -0.1476259082555771, 0.23073849081993103, -0.574603259563446, -0.23727966845035553, -0.27395161986351013, 0.4858321249485016, -0.7020822763442993, -1.338727355003357, 0.9331392049789429, -0.23060576617717743, -0.5930275321006775, -0.20735503733158112, 0.35986071825027466, -0.27409371733665466, -1.1670831441879272, 0.24762819707393646, -0.04166868329048157, 0.21743515133857727, -0.07851099967956543, -1.1898009777069092, 0.5382936596870422, -0.20900267362594604, -0.03130725026130676, 0.09070692211389542, 0.07577153295278549, 0.06814579665660858, 0.4206598103046417, 0.39295345544815063, -0.08001069724559784, -0.36627426743507385, 0.2501990497112274, 1.1142234802246094, -0.7754541039466858, -0.23928453028202057, -0.3793296217918396, 0.7048447728157043, -0.5387159585952759, -0.6754691004753113, 0.6191087365150452, 1.2436143159866333, 0.8133777379989624, -0.07733942568302155, 0.6761562824249268, -0.6486189365386963, 0.6712414026260376, -0.1848948895931244, 0.5295406579971313, -0.27031460404396057, -0.1622256189584732, -0.28084054589271545, -0.7616733908653259, -0.8527637124061584, 0.5286694169044495, 0.01733495481312275, 0.05689498782157898, 0.35718655586242676, 1.0264904499053955, -0.318712443113327, 0.37730854749679565, -0.046064283698797226, 0.21091419458389282, 0.16665895283222198, 0.4786042273044586, 0.1569797843694687, -0.6767237186431885, 0.06268049031496048, -0.3087794780731201, -0.9516094326972961, 0.16524961590766907, -0.9764654040336609, -0.7524589896202087, -0.7629905343055725, -0.9598624110221863, -0.6328319311141968, 0.005758247803896666, 0.5968493819236755, 1.1387747526168823, -1.0601147413253784, -0.3167593777179718, 0.030726905912160873, 0.34103521704673767, -0.040381431579589844, -0.12494692951440811, 0.7969343662261963, 0.5233747363090515, -0.7575526237487793, -0.4668871760368347, 0.0993136316537857, 0.15784434974193573, -0.11296679079532623, -0.14277055859565735, -0.08122020959854126, -0.170257106423378, 0.25124552845954895, 0.7217494249343872, -0.07706448435783386, -0.19409671425819397, -0.6396692395210266, 0.10188167542219162, 0.1505250483751297, 1.0291460752487183, -0.6672725081443787, 0.23974616825580597, 0.41296130418777466, 0.1503250151872635, 0.9465308785438538, 0.07750526815652847, 0.6039147973060608, -0.5599197745323181, 0.3385426998138428, -0.13984374701976776, 0.3197968006134033, 0.12308520823717117, -0.372566282749176, 0.9206545948982239, 0.5173989534378052, -0.43478840589523315, -0.5529481172561646, 0.12126665562391281, -1.7089451551437378, 0.383012056350708, 0.9464230537414551, 0.1494944542646408, -0.30903273820877075, -0.08914677798748016, -0.7240695953369141, -0.02305326983332634, -0.6727388501167297, 0.23686233162879944, 0.4708934426307678, -0.2007816582918167, -0.4841565787792206, -0.1456119418144226, 0.6528422236442566, -0.4567839801311493, -1.2328941822052002, 0.29598358273506165, 0.5580077767372131, 0.03854377195239067, 0.016767079010605812, 0.5702566504478455, -0.31776025891304016, 0.3881535232067108, 0.19839486479759216, 0.31064698100090027, -0.25520065426826477, -0.34931501746177673, -0.15785853564739227, 0.08923374116420746, -0.18687783181667328, -0.5049186944961548 ]
result-kand2-sdxl-wuerst-karlo/e8491cc1
result-kand2-sdxl-wuerst-karlo
2023-10-03T01:18:56Z
526
0
[ "region:us" ]
null
2023-10-03T01:18:56Z
--- dataset_info: features: - name: result dtype: string - name: id dtype: int64 splits: - name: train num_bytes: 168 num_examples: 10 download_size: 1314 dataset_size: 168 configs: - config_name: default data_files: - split: train path: data/train-* --- # Dataset Card for "e8491cc1" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
[ -0.6167039275169373, -0.11137151718139648, 0.26241862773895264, 0.11171115189790726, -0.3277948796749115, -0.14560991525650024, 0.41651415824890137, -0.14852853119373322, 1.1644209623336792, 0.35257965326309204, -0.8501980304718018, -0.6200953722000122, -0.6137136220932007, -0.01400181744247675, -0.2855488657951355, 1.1274760961532593, 0.1524081826210022, 0.09973815083503723, -0.34578073024749756, -0.046495839953422546, -0.1271256059408188, -0.720549464225769, -0.5936212539672852, -0.18719561398029327, 1.0573582649230957, 0.8420721292495728, 0.29243868589401245, 0.39935386180877686, 0.7763137817382812, 0.20003098249435425, 0.011898653581738472, -0.275421679019928, -0.6678982377052307, -0.1393055021762848, 0.04488247260451317, -0.5275886654853821, -1.235067367553711, -0.1411295235157013, 0.5912478566169739, 0.6533542275428772, -0.2412596493959427, 0.9015457034111023, -0.09033506363630295, 0.8305903673171997, -0.4452378451824188, 0.5100535154342651, -0.22501696646213531, -0.14335453510284424, -0.7694193720817566, -0.08533210307359695, -0.06388269364833832, -0.38911131024360657, -0.17328138649463654, -1.2543786764144897, 0.2329462766647339, 0.3333623707294464, 0.8147637844085693, 0.28452548384666443, 0.12577667832374573, -0.16407538950443268, -0.2107294201850891, 0.006328696385025978, -0.18933913111686707, 0.25837013125419617, 0.7850416898727417, 0.2780430316925049, -0.11244005709886551, -0.6036776900291443, -0.4119972288608551, 0.22836987674236298, -0.012954303063452244, 0.18823964893817902, 0.122990682721138, 0.08058605343103409, 0.6198217868804932, 0.5474241375923157, -0.6306518912315369, -0.24343609809875488, -0.8636670708656311, -0.48184463381767273, 0.6599950194358826, 0.1602892279624939, 0.155893936753273, -0.088905468583107, -0.15493610501289368, -0.1114252507686615, -0.6389502286911011, -0.07520097494125366, 0.43191805481910706, 0.26662513613700867, -1.076676845550537, 0.47631266713142395, -0.15128226578235626, 0.5105234980583191, 0.2872982919216156, 0.6193275451660156, 0.7337727546691895, -0.1301565319299698, -0.3175652027130127, 0.3414730727672577, 0.124227374792099, 0.29720818996429443, 0.12378457933664322, 0.071467824280262, 0.18650779128074646, -0.11968888342380524, 0.016254810616374016, -1.1910208463668823, -0.6719056963920593, 0.40719908475875854, -0.6832661628723145, -0.23946283757686615, 0.7909502387046814, -1.0109705924987793, -0.3868444561958313, -0.35886886715888977, 0.038021478801965714, 0.3544677197933197, -0.7146540880203247, -0.14996875822544098, -0.6383811831474304, 0.61238694190979, 0.33220329880714417, -0.8807939887046814, 0.35434383153915405, 0.8707229495048523, 0.508387565612793, 0.1875661164522171, -0.038117989897727966, -0.5716848373413086, 0.333539217710495, -0.030992498621344566, 0.9222725033760071, -0.6648211479187012, -0.32464632391929626, -0.0999574065208435, 0.6776497960090637, 0.14509256184101105, -0.4190375804901123, 0.8608403205871582, -0.3622533977031708, -0.27939796447753906, -0.725148618221283, -0.5989601016044617, 0.004590338096022606, 0.2935827374458313, -1.3811556100845337, 1.0611141920089722, 0.37006834149360657, -0.8021653294563293, 0.3428986668586731, -1.073938250541687, -0.15571577847003937, 0.8269446492195129, -0.12135542184114456, -0.4027635455131531, 0.2887413501739502, -0.2476840764284134, 0.4072515368461609, -0.17624768614768982, 0.27142301201820374, -0.891004741191864, -0.27282869815826416, -0.16330721974372864, 0.2452387511730194, 0.8919649720191956, 0.34850311279296875, 0.368904173374176, -0.11463545262813568, -0.950324296951294, -0.008339238353073597, 0.3529653251171112, 0.02502535469830036, -0.2681582570075989, -0.6714478731155396, 0.3992175757884979, -0.15714600682258606, 0.39555349946022034, -0.5735402703285217, 0.2790679931640625, 0.17273657023906708, -0.03627808019518852, 0.8232126235961914, 0.10308362543582916, 0.24541887640953064, -0.5212748646736145, 0.6955663561820984, 0.14953471720218658, 0.36372509598731995, -0.16232720017433167, -0.7013847827911377, -0.807094395160675, -0.038495682179927826, 0.7264472842216492, 0.6451484560966492, -0.5754538774490356, 0.8246561288833618, 0.13791152834892273, -0.6797484159469604, -0.43734222650527954, -0.08576397597789764, 0.06997883319854736, 0.23639599978923798, 0.3119177222251892, -0.7456034421920776, -0.7657658457756042, -0.8039326667785645, 0.2836185097694397, -0.08792146295309067, 0.06825368851423264, 0.24100318551063538, 0.7930318713188171, -0.20102225244045258, 0.530315637588501, -0.8324447274208069, -0.08998675644397736, 0.07355979084968567, -0.3559015989303589, 0.17229487001895905, 0.8678619861602783, 0.8982102870941162, -0.8795692920684814, -0.3438150882720947, -0.6620959043502808, -0.44304487109184265, -0.04244568571448326, 0.19061030447483063, -0.666221022605896, -0.1995728462934494, 0.07911022007465363, -0.2964197099208832, 0.9947770833969116, 0.8434467911720276, -0.66763836145401, -0.07651861011981964, 0.0758594498038292, 0.335883229970932, -1.3361194133758545, 0.39697057008743286, 0.11001287400722504, -0.3020278215408325, -0.5882619619369507, 0.012135649099946022, 0.0659986212849617, -0.11684351414442062, -0.30202096700668335, 0.42387595772743225, -0.45239126682281494, 0.0027738327626138926, 0.06387936323881149, -0.08488132804632187, -0.010041297413408756, 0.32331961393356323, 0.020284101366996765, 0.316751092672348, 0.9511684775352478, -0.43530532717704773, 0.7950509786605835, 0.6210294365882874, 0.010407361201941967, 0.7845091819763184, -0.8030067682266235, 0.3219464421272278, -0.3049217164516449, 0.4263771176338196, -0.8137046098709106, -0.6979811787605286, 0.5626447200775146, -0.4194872975349426, 0.5354708433151245, -0.4748471975326538, -0.48150813579559326, -0.6001577377319336, -0.2829919755458832, 0.8825108408927917, 0.38949400186538696, -0.728596031665802, 0.2901287376880646, 0.781733512878418, -0.27466973662376404, 0.20623287558555603, -0.9842908382415771, -0.043319206684827805, -0.2743587791919708, -0.24905748665332794, 0.44185584783554077, -0.4883671700954437, 0.13142822682857513, -0.3868841826915741, 0.3632616400718689, -0.31002941727638245, -0.13717404007911682, 0.6402595043182373, 0.4414916932582855, -0.002978964475914836, 0.2691851556301117, -0.06688894331455231, -0.7888875603675842, 0.09041213244199753, 0.13316741585731506, 0.27795782685279846, 0.09007973223924637, -0.17959056794643402, -0.5020814538002014, 0.6413736939430237, 0.23693546652793884, -0.08057596534490585, 0.5486143827438354, 0.5814979076385498, -0.9798567295074463, -0.030519284307956696, -0.3935268521308899, -0.16697029769420624, -0.47908931970596313, 0.1439589560031891, -0.4047633111476898, -0.7084198594093323, 0.6443609595298767, -0.10908207297325134, -0.3136906325817108, 0.856220543384552, 0.7726916670799255, 0.22414876520633698, 0.5582574009895325, 0.6570841073989868, -0.26895153522491455, 0.42184358835220337, -0.17876389622688293, -0.2287387102842331, -0.7591872215270996, -0.4751833379268646, -0.6759179830551147, -0.33462846279144287, -0.8412905931472778, -0.3706624507904053, -0.029278464615345, -0.06790953129529953, -0.36144813895225525, 0.7124032974243164, -0.9011865258216858, 0.44522929191589355, 0.5952020287513733, 0.5081406831741333, -0.10227730125188828, -0.15218880772590637, 0.39700204133987427, 0.23921073973178864, -0.68421471118927, -0.29448047280311584, 1.2275712490081787, 0.560953676700592, 0.9112117886543274, 0.3032781183719635, 1.1301393508911133, 0.3881206810474396, 0.4591432511806488, -0.26386314630508423, 0.32290151715278625, 0.04370005801320076, -0.7331340312957764, -0.08085110038518906, -0.10840670019388199, -0.6699632406234741, -0.6210756897926331, -0.2480001300573349, -0.2614273130893707, 0.5674505233764648, 0.495329350233078, -0.13530540466308594, 0.059335142374038696, -0.9074450135231018, 1.0551660060882568, -0.12035434693098068, -0.13220319151878357, -0.09572833776473999, -0.6287748217582703, -0.007026731036603451, 0.15409012138843536, 0.04771336168050766, -0.2176920622587204, -0.05611187964677811, 1.0370619297027588, -0.562440037727356, 0.934004008769989, -0.7943273782730103, 0.09054026752710342, 0.27163323760032654, -0.37770187854766846, 0.39624321460723877, 0.3564787805080414, -0.24614295363426208, 0.04785851016640663, 0.22253601253032684, -0.7277684211730957, -0.11373058706521988, 0.7256482839584351, -0.5816463232040405, 0.12597283720970154, -0.4274464547634125, -0.10078103840351105, 0.14603814482688904, 0.11496405303478241, 0.2707180380821228, 0.7876711487770081, -0.3793829083442688, -0.09275871515274048, 0.7264838218688965, 0.24377767741680145, 0.3018729090690613, 0.12140634655952454, -0.152146115899086, -0.4116634726524353, 1.018357753753662, 0.2765313982963562, -0.1500624716281891, 0.31502434611320496, 0.14679254591464996, -0.15651509165763855, -0.3027052879333496, -0.6630728244781494, 0.08441705256700516, -0.5360625982284546, -0.5645145773887634, -0.1569707989692688, -0.09115374833345413, -0.5303799510002136, -0.2093605250120163, -0.19271092116832733, -0.8090794086456299, -0.6881253719329834, -0.708586573600769, 1.042819619178772, 0.8451974391937256, -0.5014193654060364, 0.27792254090309143, -0.8500195741653442, 0.5388661026954651, -0.02028261311352253, 1.0362533330917358, -0.13169975578784943, -0.6723912954330444, -0.38801348209381104, -0.13448773324489594, -0.09887448698282242, -0.8394172191619873, -0.124143585562706, 0.313770055770874, 0.7969450354576111, 0.3090316653251648, 0.09396210312843323, 0.8088029623031616, -0.17441600561141968, 0.6300774216651917, 0.22090068459510803, -0.7410141229629517, 0.6487920880317688, -0.134931281208992, 0.3785780966281891, 1.1069141626358032, 0.7337517738342285, -0.24821628630161285, 0.021206459030508995, -1.1575247049331665, -0.7006039023399353, 0.40072813630104065, -0.026462741196155548, -0.07372503727674484, 0.1526220738887787, 0.632350742816925, 0.09219416975975037, 0.288560688495636, -0.6847482323646545, -1.0896270275115967, -0.2034551501274109, -0.4848793148994446, 0.2882648706436157, -0.41171643137931824, -0.22961707413196564, -0.7237815260887146, 0.6602563261985779, -0.07631585747003555, 0.5735612511634827, 0.26244792342185974, 0.18002398312091827, -0.1587425172328949, -0.07940298318862915, 0.5223309993743896, 0.5379880666732788, -0.39561668038368225, -0.23352771997451782, -0.1324714571237564, -0.6560251116752625, -0.36178058385849, 0.7299375534057617, -0.013068212196230888, -0.2970638573169708, 0.4181867241859436, 0.5546908974647522, -0.13734279572963715, -0.09974906593561172, 0.4279842972755432, -0.1049182191491127, -0.38836735486984253, -0.5707286596298218, 0.03480876237154007, 0.16737501323223114, 0.007881467230618, 0.22427622973918915, -0.33506307005882263, 0.4801575839519501, -0.44118332862854004, 0.6155259609222412, -0.09394846111536026, -0.6803285479545593, -0.6132135391235352, 0.4414535462856293, 0.7088189721107483, -0.45768269896507263, 0.808406412601471, -0.4396155774593353, -0.6100104451179504, 1.0702062845230103, 0.33821260929107666, 0.8812530636787415, -0.3190430998802185, 0.2152951955795288, 0.7797582149505615, 0.19915145635604858, 0.34208378195762634, 0.8632828593254089, -0.2499084770679474, -0.5136652588844299, 0.09384604543447495, -0.2905682623386383, -0.5492281913757324, -0.4900960326194763, -1.278651237487793, 0.3594871163368225, -0.642802894115448, -0.07204083353281021, 0.15419326722621918, 0.03558678925037384, -1.0445595979690552, 0.2581397593021393, 0.6409591436386108, 1.5304393768310547, -0.8683092594146729, 0.8087496757507324, 0.7593981027603149, -0.36576205492019653, -0.7864065170288086, -0.3862190842628479, 0.1268283873796463, -0.907497227191925, -0.019843904301524162, 0.4128071665763855, 0.494539737701416, -0.07798375934362411, -1.1081345081329346, -0.7005268931388855, 1.4019196033477783, 0.1761857122182846, -1.1208471059799194, 0.49413028359413147, -0.0024549562949687243, 0.24879859387874603, -0.6063019037246704, 0.4941695034503937, 0.5748909115791321, 0.970661461353302, 0.3261125683784485, -0.82291579246521, 0.20143087208271027, -0.5641328692436218, -0.45474061369895935, 0.48780402541160583, -0.9929105043411255, 0.10842282325029373, -0.2561134696006775, 0.0025786487385630608, 0.15438425540924072, 0.5223965048789978, 0.16671441495418549, 0.5236117839813232, 0.4428936839103699, 0.9601051807403564, 1.0743653774261475, -0.4294356107711792, 0.7763987183570862, -0.23119843006134033, 0.6820726990699768, 1.1855884790420532, -0.33505794405937195, 0.4262353479862213, 0.5662652850151062, -0.20040060579776764, 0.37878260016441345, 0.8659502863883972, -0.4466281533241272, 0.49889451265335083, 0.4245293438434601, -0.14858193695545197, -0.37221336364746094, -0.08477061241865158, -0.8456748127937317, 0.06655342131853104, 0.47532424330711365, -0.39652884006500244, 0.08909211307764053, -0.1741223931312561, 0.09309002757072449, -0.32766076922416687, -0.666395366191864, 0.9082970023155212, -0.028618810698390007, -0.1746649295091629, -0.2115098536014557, -0.2727380096912384, 0.2097359001636505, -0.5946099162101746, -0.5781311392784119, 0.07339174300432205, 0.06542763113975525, -0.6411891579627991, -0.9278982877731323, 0.6197215914726257, -0.3425582945346832, -0.4005507826805115, -0.005526592023670673, 0.6226481795310974, -0.5270482897758484, -0.989814043045044, 0.2492276281118393, 0.11364966630935669, 0.261587530374527, 0.1582731157541275, -1.2816693782806396, 0.49207353591918945, -0.03613774850964546, -0.21155807375907898, 0.2587689757347107, 0.17509564757347107, 0.3410733938217163, 0.3677773177623749, 0.3900590240955353, -0.06805834919214249, -0.3192369341850281, 0.2693425416946411, 1.1414086818695068, -0.910024106502533, -0.5875682234764099, -0.47137001156806946, 0.8155118227005005, -0.345150887966156, -0.7359899878501892, 0.41319572925567627, 1.1219208240509033, 0.9278503656387329, 0.047455597668886185, 0.8247901797294617, -0.6307942271232605, 0.7777634859085083, -0.2039828598499298, 0.5193117260932922, -0.19706420600414276, -0.2714287042617798, -0.15230736136436462, -0.5771524310112, -0.623805582523346, 0.6513415575027466, 0.3595748245716095, 0.09354215860366821, 0.45118603110313416, 1.172522783279419, 0.005136003717780113, 0.4874767065048218, 0.08935313671827316, 0.12508763372898102, 0.1859513521194458, 0.5305930972099304, 0.21241125464439392, -0.7480568289756775, -0.13697804510593414, -0.2949323356151581, -0.7931817770004272, 0.0649300366640091, -1.204272747039795, -0.7428768277168274, -0.6488849520683289, -0.6140429377555847, -0.5216304659843445, -0.08457721024751663, 1.1762648820877075, 1.1028286218643188, -1.164334774017334, -0.0851694867014885, 0.11758869886398315, 0.2851041257381439, 0.27401265501976013, -0.13845889270305634, 0.5320494771003723, 0.4838404655456543, -0.5428290963172913, -0.3684418797492981, 0.004317185375839472, 0.23388345539569855, -0.13227638602256775, -0.15514175593852997, -0.015144617296755314, -0.2078469693660736, 0.2181614190340042, 0.6262140274047852, -0.08012321591377258, -0.26270848512649536, -0.624323308467865, 0.15998463332653046, 0.1845623403787613, 1.1186929941177368, -0.4001688063144684, 0.33812659978866577, 0.5342525243759155, 0.4152410328388214, 0.5892890095710754, 0.2535274922847748, 0.47672539949417114, -0.4673498272895813, 0.3222370743751526, -0.13480930030345917, 0.4999862015247345, 0.059262465685606, -0.5841817259788513, 0.7531089186668396, 0.36727142333984375, -0.748267650604248, -0.514374852180481, -0.022069718688726425, -1.6177388429641724, 0.5420694947242737, 0.833728551864624, -0.032013390213251114, -0.42264002561569214, -0.22616662085056305, -0.2898694574832916, 0.03762926533818245, -0.9342760443687439, 0.11693745851516724, 0.5820627212524414, -0.03164085000753403, -0.22792041301727295, -0.25828394293785095, 0.5750085711479187, -0.38454726338386536, -1.380063533782959, 0.06144484505057335, 0.307117760181427, 0.0022846460342407227, 0.032010260969400406, 0.7038554549217224, -0.0985524132847786, 0.3675478994846344, 0.17894500494003296, 0.34075435996055603, -0.17426137626171112, -0.6252762079238892, -0.42695122957229614, -0.02909628488123417, -0.06435520201921463, -0.38744303584098816 ]
result-kand2-sdxl-wuerst-karlo/6a3f723d
result-kand2-sdxl-wuerst-karlo
2023-10-03T08:48:05Z
526
0
[ "region:us" ]
null
2023-10-03T08:48:04Z
--- dataset_info: features: - name: result dtype: string - name: id dtype: int64 splits: - name: train num_bytes: 162 num_examples: 10 download_size: 1317 dataset_size: 162 configs: - config_name: default data_files: - split: train path: data/train-* --- # Dataset Card for "6a3f723d" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
[ -0.7205315828323364, -0.15765665471553802, 0.219538152217865, 0.305838018655777, -0.256435751914978, -0.1443239450454712, 0.4785580039024353, -0.311460018157959, 0.7750546336174011, 0.5593783259391785, -0.7639511823654175, -0.6147733330726624, -0.6016011238098145, -0.001225171610713005, -0.273590087890625, 1.0918035507202148, 0.12864673137664795, 0.05872096121311188, -0.3355574905872345, -0.15536156296730042, -0.43754953145980835, -0.547365128993988, -0.5402320027351379, -0.6464585065841675, 1.0419154167175293, 0.9269288778305054, 0.7057818174362183, 0.7574607133865356, 1.015892505645752, 0.21513298153877258, 0.0914233922958374, -0.37434664368629456, -0.42913758754730225, -0.2563110291957855, -0.05965349078178406, -0.4657524824142456, -0.94167160987854, -0.00936862826347351, 0.5998640656471252, 0.6834077835083008, -0.02967545948922634, 0.6527285575866699, -0.37743669748306274, 0.9220486879348755, -0.39415889978408813, 0.6892701387405396, -0.0687953531742096, -0.12387715280056, -0.6982786655426025, 0.08542364835739136, 0.17218910157680511, -0.5579869747161865, -0.20319011807441711, -1.0647679567337036, 0.29474937915802, -0.021698934957385063, 0.766950249671936, 0.232736736536026, 0.025872308760881424, -0.10000374913215637, -0.3219348192214966, -0.07774827629327774, -0.1845695823431015, 0.1993458867073059, 0.8535879850387573, 0.480914831161499, -0.11032544821500778, -0.483309805393219, -0.428288072347641, 0.4069749116897583, -0.05222082883119583, 0.02132812701165676, 0.3318588137626648, 0.0019844938069581985, 0.5954139232635498, 0.7913482785224915, -0.4509461522102356, -0.30302369594573975, -0.8486998081207275, -0.2704434096813202, 0.9435408115386963, -0.09633038192987442, 0.24427592754364014, -0.19259649515151978, -0.16446106135845184, -0.29329144954681396, -0.47000986337661743, -0.25722312927246094, 0.6332679986953735, 0.28560349345207214, -1.1752879619598389, 0.5418428182601929, -0.01806357502937317, 0.41504549980163574, 0.18296635150909424, 0.5317742824554443, 0.8593495488166809, -0.08430840075016022, -0.1921403408050537, 0.02624201774597168, 0.3326912224292755, 0.45699673891067505, 0.2956748604774475, 0.2050534188747406, -0.03933340311050415, -0.009238054975867271, 0.04551910609006882, -1.0950136184692383, -0.863506019115448, 0.378384530544281, -0.8045061826705933, -0.22550933063030243, 0.49716925621032715, -0.9077305197715759, -0.6433473825454712, -0.25342705845832825, 0.1526470184326172, 0.011973589658737183, -0.7968971729278564, -0.09626469761133194, -0.7109376192092896, 0.37479251623153687, 0.16896288096904755, -0.8835698962211609, 0.21009014546871185, 0.6786676645278931, 0.40617573261260986, 0.13889572024345398, -0.20066137611865997, -0.5921809077262878, 0.23480555415153503, -0.22198572754859924, 0.8726098537445068, -0.6055926084518433, -0.6080224514007568, 0.067571721971035, 0.33863455057144165, 0.04065108299255371, -0.44528886675834656, 0.8008121848106384, -0.4582040309906006, -0.22672933340072632, -0.7313876152038574, -0.5489177703857422, -0.29440587759017944, 0.19859343767166138, -1.4138121604919434, 1.0497958660125732, 0.40242207050323486, -0.6892472505569458, 0.34482795000076294, -1.4094380140304565, -0.2718694806098938, 0.7772906422615051, -0.1609588861465454, -0.4008685052394867, 0.24206510186195374, -0.05689825117588043, 0.6233299970626831, -0.09785512089729309, 0.27762866020202637, -0.9372464418411255, -0.23449234664440155, 0.059970077127218246, 0.11933212727308273, 0.7804873585700989, 0.30651116371154785, 0.4915752112865448, 0.009153805673122406, -1.0095864534378052, -0.2861654758453369, 0.29241397976875305, -0.061069898307323456, -0.1412673443555832, -0.5541527271270752, 0.4914444088935852, -0.1284313052892685, 0.3344570994377136, -0.4550005793571472, 0.2701703906059265, 0.041517045348882675, -0.30273571610450745, 0.7147238254547119, 0.32258522510528564, 0.3096693754196167, -0.6791476011276245, 0.605000376701355, 0.09118803590536118, 0.3136936128139496, 0.018195083364844322, -0.7002172470092773, -0.58347487449646, -0.015167659148573875, 0.5699548721313477, 0.5370303392410278, -0.7585664987564087, 0.650835394859314, 0.08201665431261063, -0.6914220452308655, -0.23577991127967834, 0.16414490342140198, 0.23331624269485474, 0.20988163352012634, 0.40283840894699097, -0.4791850745677948, -0.6140224933624268, -0.8497893810272217, 0.27215924859046936, -0.09739987552165985, 0.13648629188537598, 0.23592321574687958, 0.9350104331970215, -0.3939932584762573, 0.479447603225708, -0.8297074437141418, -0.47619032859802246, -0.02577340230345726, -0.27612748742103577, 0.37335169315338135, 0.9287725687026978, 1.0926088094711304, -0.8299493789672852, -0.24349546432495117, -0.4737551510334015, -0.49737852811813354, -0.04015258699655533, 0.3224349021911621, -0.5748013854026794, -0.10145686566829681, 0.09907327592372894, -0.46275168657302856, 0.7637996673583984, 0.7714523077011108, -0.805617094039917, -0.21414411067962646, 0.09786156564950943, 0.22848398983478546, -1.3027725219726562, 0.45083877444267273, -0.04231804609298706, -0.12283267825841904, -0.45739424228668213, 0.011247850954532623, 0.14807844161987305, -0.1259501576423645, -0.18889541923999786, 0.6164864301681519, -0.6058520078659058, -0.14157450199127197, 0.019648069515824318, -0.19734027981758118, -0.17644883692264557, 0.3054114580154419, 0.09442532062530518, 0.2987079918384552, 0.8530193567276001, -0.334760844707489, 0.874001681804657, 0.6977836489677429, 0.05172070115804672, 0.8778635859489441, -0.4857787489891052, 0.1508839875459671, -0.20712414383888245, 0.4421870708465576, -0.642532467842102, -0.9526826739311218, 0.5113141536712646, -0.4763602614402771, 0.3292005658149719, -0.6134440302848816, -0.5535610914230347, -0.626191258430481, -0.3226296305656433, 0.9775664806365967, 0.4108070135116577, -0.8428077697753906, 0.49804815649986267, 0.7183895111083984, 0.028167080134153366, 0.08339805901050568, -0.8940155506134033, -0.20523768663406372, -0.31856128573417664, -0.3985394835472107, 0.4203152060508728, -0.5833718776702881, 0.12140025198459625, -0.23649239540100098, 0.29740768671035767, -0.2182898074388504, -0.22600695490837097, 0.601198673248291, 0.22049660980701447, -0.19765397906303406, 0.24176783859729767, -0.24714496731758118, -0.6990550756454468, 0.3602837920188904, 0.19564203917980194, 0.2125774323940277, 0.03532039374113083, -0.16955167055130005, -0.42948269844055176, 0.6293298006057739, 0.3912985324859619, -0.06108894944190979, 0.3644646406173706, 1.0028353929519653, -1.045454978942871, -0.04006890580058098, -0.5683284997940063, -0.07292993366718292, -0.4753377139568329, -0.1221577525138855, -0.3747200071811676, -0.4624209702014923, 0.8458167314529419, 0.26267626881599426, -0.15800151228904724, 0.9679301977157593, 0.686946451663971, 0.3217236399650574, 0.659193217754364, 0.5698416233062744, -0.14020469784736633, 0.39138445258140564, -0.34905189275741577, -0.3911591172218323, -0.593582034111023, -0.5557160377502441, -0.5570071935653687, -0.48171186447143555, -0.6865881681442261, -0.49242493510246277, -0.13022050261497498, -0.13079982995986938, -0.20283600687980652, 0.38395941257476807, -0.6264605522155762, 0.621949315071106, 0.5808798670768738, 0.16992071270942688, -0.1370847076177597, -0.19552713632583618, 0.3422966003417969, 0.39921244978904724, -0.6574218273162842, 0.010307876393198967, 1.1845407485961914, 0.5855394601821899, 0.8415014147758484, 0.5206370949745178, 0.9818649291992188, 0.39690589904785156, 0.5047518014907837, -0.3929590880870819, 0.2808346152305603, 0.03143651410937309, -0.8487687706947327, 0.061693452298641205, -0.17701643705368042, -0.7958654165267944, -0.47321945428848267, -0.3140021562576294, -0.2721909284591675, 0.5666331648826599, 0.5065596103668213, -0.15442506968975067, 0.09335692226886749, -1.0566447973251343, 1.090312123298645, -0.012331400066614151, -0.06686146557331085, -0.06253013014793396, -0.6580384969711304, 0.3053215444087982, 0.2098972499370575, 0.24151436984539032, -0.4549087882041931, 0.08437501639127731, 1.1420575380325317, -0.5001730918884277, 0.9133832454681396, -0.8732226490974426, -0.08435645699501038, 0.1614946573972702, -0.3506164848804474, 0.10620221495628357, 0.714693546295166, -0.09289810061454773, 0.0051889000460505486, 0.2965009808540344, -0.6635650396347046, -0.2721850872039795, 1.0411531925201416, -0.740441083908081, 0.166523277759552, -0.6165603399276733, -0.5417553186416626, -0.18643724918365479, 0.3309803009033203, 0.11663748323917389, 0.7523377537727356, -0.24610915780067444, 0.2509956359863281, 0.7020679116249084, 0.463975191116333, 0.5850155353546143, 0.04992866516113281, -0.3959808945655823, -0.559495210647583, 1.0070284605026245, 0.16201689839363098, -0.3098338842391968, 0.2988269031047821, 0.3038153052330017, -0.4565969705581665, -0.37918776273727417, -0.5895665884017944, 0.2574748992919922, -0.6040663719177246, -0.7511464953422546, -0.0960569828748703, -0.3192513585090637, -0.46211814880371094, -0.2957165837287903, -0.2810189127922058, -0.6228755116462708, -0.8564540147781372, -0.6316782236099243, 1.290035367012024, 0.824775218963623, -0.6436175107955933, 0.462424635887146, -0.88330078125, 0.8406084179878235, -0.10982751101255417, 1.284271478652954, -0.39187091588974, -0.36408162117004395, -0.22218769788742065, -0.08619345724582672, 0.0915743038058281, -0.7284548282623291, -0.21054109930992126, 0.24094295501708984, 0.6882140040397644, 0.27824580669403076, 0.041693203151226044, 0.5135462284088135, 0.05201895907521248, 0.6049007177352905, 0.17365537583827972, -0.5781881809234619, 0.5416368842124939, -0.4384627640247345, 0.6053623557090759, 0.8622816801071167, 0.4879083037376404, -0.1753762662410736, 0.3288327157497406, -1.1993749141693115, -0.5590121746063232, 0.5766164660453796, 0.09676841646432877, 0.08100131154060364, 0.17648856341838837, 0.5395704507827759, 0.03251339867711067, 0.06141555309295654, -0.582968533039093, -0.8293436765670776, -0.24204932153224945, -0.5980225205421448, 0.12934169173240662, -0.3928476572036743, -0.3684598207473755, -0.4722050428390503, 0.7998305559158325, -0.25876861810684204, 0.4666224718093872, 0.03980382904410362, 0.2320442795753479, -0.10152885317802429, -0.34326666593551636, 0.47481852769851685, 0.4735381007194519, -0.5466972589492798, -0.20414549112319946, -0.27553659677505493, -0.6433354020118713, -0.3993491232395172, 0.9326386451721191, 0.12078700959682465, -0.3311508893966675, 0.5065893530845642, 0.6378414630889893, -0.26977717876434326, 0.02595120668411255, 0.4547435939311981, -0.2894385755062103, -0.5264765620231628, -0.5277665853500366, 0.2829287052154541, 0.08993005007505417, 0.0926443487405777, 0.11532123386859894, -0.05007673054933548, 0.3210643529891968, -0.3201006054878235, 0.5396872162818909, -0.013124794699251652, -0.6995482444763184, -0.49274349212646484, 0.4561516046524048, 0.7774176001548767, -0.4742128849029541, 0.6125704050064087, -0.08227290213108063, -0.2810235023498535, 0.7640721797943115, 0.30615103244781494, 0.7651404142379761, -0.420047789812088, 0.2944153845310211, 0.5194857716560364, 0.07216689735651016, 0.17694291472434998, 0.9930514693260193, -0.18920761346817017, -0.6731452345848083, 0.1583005040884018, -0.36738038063049316, -0.28059422969818115, -0.04536987841129303, -1.0899827480316162, 0.2599971890449524, -0.8145090341567993, -0.196035236120224, 0.14337752759456635, 0.24893735349178314, -0.9074382781982422, 0.43472227454185486, 0.2582792043685913, 1.3910801410675049, -0.8201030492782593, 0.6776916980743408, 0.7710707187652588, -0.48650211095809937, -0.6726328134536743, -0.36122041940689087, 0.21783530712127686, -0.8257433176040649, -0.4022817611694336, 0.28158658742904663, 0.3840418756008148, -0.16728141903877258, -0.7885274887084961, -0.8009525537490845, 1.148083209991455, 0.1573304384946823, -0.4966360330581665, 0.5032683610916138, -0.16095677018165588, 0.25809505581855774, -0.4570316672325134, 0.19310066103935242, 0.6804494261741638, 0.9444298148155212, 0.4895150661468506, -0.4869726300239563, 0.09506485611200333, -0.8325856924057007, -0.20196211338043213, 0.40267637372016907, -0.754156768321991, -0.06494210660457611, -0.1428462564945221, 0.17586755752563477, 0.06806889176368713, 0.8243212103843689, 0.08176963031291962, 0.1998249888420105, 0.44684097170829773, 0.46170544624328613, 0.8591459393501282, -0.41428685188293457, 0.9195892810821533, -0.14755554497241974, 0.37620633840560913, 1.0115091800689697, -0.19575820863246918, 0.3731592893600464, 0.5396654009819031, 0.21829503774642944, 0.23673167824745178, 0.7414246797561646, -0.5797848701477051, 0.31959861516952515, 0.28578925132751465, -0.0986756905913353, -0.1949666142463684, -0.07900235801935196, -0.9072408676147461, 0.13666211068630219, 0.6401234269142151, -0.41545671224594116, 0.06541808694601059, -0.18810473382472992, 0.17395420372486115, -0.09453349560499191, -0.514906644821167, 0.7659306526184082, -0.06947150826454163, -0.4094085395336151, -0.0015087584033608437, -0.08825705945491791, 0.0786639153957367, -0.5762932300567627, -0.4886165261268616, -0.22295421361923218, 0.39817914366722107, -0.6327325105667114, -1.2043536901474, 0.7641580104827881, -0.3436047434806824, -0.4900575578212738, -0.1829555630683899, 0.5811324119567871, -0.45254629850387573, -1.0753698348999023, 0.3614993989467621, -0.03633597493171692, -0.04854379966855049, 0.1854534149169922, -1.1830379962921143, 0.5614587664604187, -0.11658690124750137, -0.07479245960712433, 0.16565798223018646, 0.1040026843547821, 0.09027484059333801, 0.5036232471466064, 0.5697210431098938, -0.22006747126579285, -0.432084858417511, 0.361980676651001, 0.8341740369796753, -0.7215099930763245, -0.5238520503044128, -0.34088611602783203, 0.7221770286560059, -0.32792186737060547, -0.7725068926811218, 0.3309144377708435, 1.0853166580200195, 0.888598620891571, -0.24255116283893585, 0.7809435725212097, -0.4384337067604065, 0.745536208152771, -0.49718034267425537, 0.7144219875335693, -0.19531545042991638, -0.13967756927013397, -0.21912932395935059, -0.7000499367713928, -0.9857860803604126, 0.747283935546875, 0.3794214129447937, 0.31186643242836, 0.5735818147659302, 1.0482726097106934, -0.24161788821220398, 0.4346182346343994, 0.011983027681708336, 0.1698840856552124, 0.3627610504627228, 0.37956055998802185, 0.26310694217681885, -0.6921818256378174, 0.12067171931266785, -0.3376604914665222, -0.5235288739204407, 0.027156980708241463, -1.1359373331069946, -1.0351831912994385, -0.774020791053772, -0.6123230457305908, -0.51832515001297, -0.11343325674533844, 0.9772888422012329, 0.9370929002761841, -0.9193041324615479, -0.27067267894744873, 0.13290715217590332, 0.4622287452220917, 0.13833805918693542, -0.11790458112955093, 0.5785388350486755, 0.53119957447052, -0.4749237298965454, -0.14425739645957947, -0.09118761122226715, 0.352657675743103, -0.10647203028202057, -0.023305155336856842, -0.27957260608673096, -0.09187270700931549, 0.15453583002090454, 0.5162122845649719, -0.18650519847869873, -0.5625817775726318, -0.6963909864425659, 0.22622692584991455, 0.15318730473518372, 0.857491135597229, -0.3825973868370056, 0.005817370489239693, 0.7091507911682129, 0.45690107345581055, 0.6412256360054016, 0.2180503010749817, 0.7359199523925781, -0.6110037565231323, 0.05735646188259125, -0.1623554676771164, 0.3887426555156708, 0.39303234219551086, -0.4227331578731537, 0.8780079483985901, 0.4695660173892975, -0.47862136363983154, -0.3610701560974121, 0.01641075685620308, -1.4156641960144043, 0.5430338382720947, 1.0470532178878784, 0.19484291970729828, -0.43187618255615234, -0.1665380895137787, -0.4890974760055542, -0.04909132421016693, -0.9163684844970703, 0.18392375111579895, 0.5766900777816772, 0.021849362179636955, -0.2352292835712433, -0.1402551382780075, 0.8553040027618408, -0.42415401339530945, -1.2384982109069824, 0.21446901559829712, 0.6335868835449219, 0.10023432970046997, 0.13118216395378113, 0.7832353115081787, -0.18089386820793152, 0.455000638961792, 0.11743540316820145, 0.16259163618087769, -0.13661061227321625, -0.6688277125358582, -0.2995491027832031, 0.1442936360836029, -0.15574318170547485, -0.4571741223335266 ]
result-kand2-sdxl-wuerst-karlo/040dec0a
result-kand2-sdxl-wuerst-karlo
2023-10-03T08:51:41Z
526
0
[ "region:us" ]
null
2023-10-03T08:51:40Z
--- dataset_info: features: - name: result dtype: string - name: id dtype: int64 splits: - name: train num_bytes: 160 num_examples: 10 download_size: 1292 dataset_size: 160 configs: - config_name: default data_files: - split: train path: data/train-* --- # Dataset Card for "040dec0a" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
[ -0.7130674719810486, -0.20899593830108643, 0.5016000866889954, 0.37568482756614685, -0.2501835823059082, -0.1460418999195099, 0.4671342372894287, -0.19291487336158752, 1.07036554813385, 0.3636501133441925, -0.8937427997589111, -0.7564643025398254, -0.5684325695037842, 0.035508688539266586, -0.27167293429374695, 1.1260589361190796, 0.06496965140104294, 0.1609829068183899, -0.39969271421432495, -0.14674612879753113, -0.5567659139633179, -0.5981982946395874, -0.62491375207901, -0.37505295872688293, 1.0022820234298706, 0.8486407995223999, 0.35487067699432373, 0.6523422002792358, 0.6858915686607361, 0.1806742399930954, 0.06832082569599152, -0.3322382867336273, -0.3774467706680298, -0.02945828251540661, -0.08795999735593796, -0.26625797152519226, -1.332253098487854, 0.12347164005041122, 0.482038289308548, 0.6065786480903625, -0.19507978856563568, 0.8662049770355225, -0.4181968867778778, 0.7485016584396362, -0.4232853353023529, 0.5033236742019653, -0.07735831290483475, -0.31832826137542725, -0.6905104517936707, 0.07183967530727386, 0.16192926466464996, -0.6111608743667603, -0.3018585443496704, -1.0510655641555786, 0.023102333769202232, -0.15119093656539917, 0.8155872225761414, 0.2877002954483032, -0.1683053970336914, -0.06542746722698212, -0.5098977088928223, -0.03585902974009514, -0.24731796979904175, 0.23563000559806824, 0.7347823977470398, 0.2901284098625183, 0.20489110052585602, -0.7105059027671814, -0.6050506830215454, 0.4608830213546753, 0.14578919112682343, 0.1191241443157196, 0.1949406862258911, -0.11118316650390625, 0.6313843727111816, 0.5845077633857727, -0.3666441738605499, -0.22460421919822693, -0.8041813969612122, -0.26763784885406494, 0.9104439616203308, 0.22909285128116608, 0.2678912878036499, -0.023138707503676414, -0.2617742717266083, -0.35978177189826965, -0.5784866213798523, -0.20983566343784332, 0.5260636806488037, 0.04501820355653763, -1.0944461822509766, 0.4418319761753082, -0.07374364137649536, 0.4548105001449585, 0.16615834832191467, 0.828923225402832, 0.7759807705879211, -0.2627195715904236, -0.14765340089797974, 0.1866115927696228, 0.10161392390727997, 0.5177044868469238, 0.2786233723163605, 0.13523882627487183, -0.08784027397632599, 0.09893322736024857, 0.1845516562461853, -1.3627190589904785, -1.0415700674057007, 0.3021315634250641, -0.5432515740394592, -0.3363794982433319, 0.4946320950984955, -0.9406114816665649, -0.509225606918335, -0.46637865900993347, 0.08461151272058487, 0.2852482497692108, -0.7218266129493713, -0.21819095313549042, -0.5511406660079956, 0.37066158652305603, 0.2534964680671692, -0.8333441019058228, 0.3161677122116089, 0.5804795026779175, 0.3712410032749176, 0.18256019055843353, -0.07979411631822586, -0.5105381608009338, 0.15688493847846985, -0.2616560757160187, 0.9731738567352295, -0.6076779365539551, -0.39223381876945496, -0.2323734015226364, 0.6087889671325684, 0.1454145312309265, -0.3002089858055115, 0.8236632347106934, -0.7167099118232727, -0.2833805978298187, -0.8026286959648132, -0.45546138286590576, -0.27775922417640686, 0.23327231407165527, -1.2288469076156616, 1.0525033473968506, 0.3657609820365906, -0.7406610250473022, 0.38085317611694336, -1.0718272924423218, -0.22499911487102509, 0.6029665470123291, -0.05721040815114975, -0.3186931908130646, 0.18275684118270874, -0.17781223356723785, 0.5408663153648376, 0.00235993810929358, 0.3176591396331787, -1.0290769338607788, -0.23281410336494446, -0.04931264370679855, 0.1526830792427063, 0.9059677720069885, 0.38848912715911865, 0.493484228849411, 0.03348912298679352, -1.0393248796463013, -0.01357770711183548, 0.3876652717590332, 0.036018334329128265, -0.6095501184463501, -0.6379179954528809, 0.3252463638782501, -0.03961450234055519, 0.44938987493515015, -0.5237066149711609, 0.3465508818626404, 0.1749660074710846, -0.12638625502586365, 0.9578859806060791, 0.2812094986438751, 0.41108420491218567, -0.2877483665943146, 0.5518590807914734, 0.11284789443016052, 0.0942513644695282, -0.15087932348251343, -0.44137057662010193, -0.49293404817581177, 0.052277572453022, 0.7758479118347168, 0.7777836918830872, -0.587210476398468, 0.5777323246002197, 0.107000432908535, -0.6827360987663269, -0.2560656666755676, -0.05094653367996216, 0.14053544402122498, 0.2900599539279938, 0.2906034588813782, -0.8157137036323547, -0.7780581116676331, -0.5784940123558044, 0.5777368545532227, 0.030872119590640068, 0.12228786200284958, 0.4700208902359009, 0.7226081490516663, -0.4013279974460602, 0.4775351881980896, -1.024049162864685, -0.0993158146739006, 0.20050673186779022, -0.43180781602859497, 0.253982812166214, 0.7341551780700684, 1.0275222063064575, -0.6619985103607178, -0.34497880935668945, -0.770760715007782, -0.6910958886146545, -0.19850176572799683, 0.2739720940589905, -0.5356736779212952, -0.11996066570281982, 0.19060002267360687, -0.279802531003952, 0.9417182803153992, 0.9017753601074219, -0.8813214302062988, -0.014063529670238495, -0.16291533410549164, 0.15954282879829407, -1.4901869297027588, 0.4564894437789917, -0.08284039050340652, -0.09530298411846161, -0.5948318839073181, -0.05575279891490936, 0.2582872211933136, -0.2004564106464386, -0.15458057820796967, 0.7619150280952454, -0.5248180627822876, -0.03529024496674538, -0.029199915006756783, -0.00803485419601202, -0.12443625926971436, 0.23884160816669464, 0.19593922793865204, 0.5398380756378174, 0.9690688848495483, -0.6461076736450195, 0.9886541366577148, 0.7940376400947571, 0.27993544936180115, 0.9792691469192505, -0.7729392647743225, 0.3622834384441376, -0.1770048439502716, 0.46351611614227295, -0.6816292405128479, -0.6498481035232544, 0.47609835863113403, -0.38383749127388, 0.49794459342956543, -0.31990596652030945, -0.4129135012626648, -0.6609233617782593, -0.4158957302570343, 1.0885381698608398, 0.32838529348373413, -0.7657673954963684, 0.11466551572084427, 0.8293291926383972, -0.14535969495773315, 0.14687156677246094, -0.7851985096931458, 0.16267065703868866, -0.27057787775993347, -0.3677871823310852, 0.4400158226490021, -0.5856143236160278, -0.09373115748167038, -0.2657229006290436, 0.2442174106836319, -0.20563527941703796, -0.05169006064534187, 0.623583972454071, 0.30993321537971497, -0.14951933920383453, 0.17951183021068573, -0.14843663573265076, -0.9290405511856079, 0.2597261667251587, 0.026132453233003616, 0.3430039584636688, 0.21582865715026855, -0.027422185987234116, -0.6221281290054321, 0.40953078866004944, 0.18316435813903809, -0.18951788544654846, 0.46281811594963074, 0.7306279540061951, -0.870421290397644, -0.12651947140693665, -0.3236190378665924, -0.4791296124458313, -0.4489443302154541, -0.014572533778846264, -0.4072801172733307, -0.22322508692741394, 0.756569504737854, -0.0342489592730999, -0.2838628590106964, 0.7365846037864685, 0.7007184624671936, 0.17261767387390137, 0.5672605037689209, 0.6995619535446167, -0.2140272557735443, 0.3537459075450897, -0.28783783316612244, -0.26181867718696594, -0.8584474325180054, -0.46712324023246765, -0.5347362756729126, -0.5496554970741272, -0.6739874482154846, -0.3050294816493988, -0.05224519222974777, -0.13306988775730133, -0.374603271484375, 0.7320054769515991, -0.7008298635482788, 0.4824281632900238, 0.6276264786720276, 0.2179742455482483, -0.10759453475475311, -0.3104398548603058, 0.4211740791797638, 0.2669222950935364, -0.39265161752700806, -0.25230124592781067, 1.4519110918045044, 0.491864949464798, 0.9097890853881836, 0.24252775311470032, 0.9898326396942139, 0.3536229729652405, 0.2891230583190918, -0.17456082999706268, 0.34940314292907715, -0.1223943829536438, -0.7560474872589111, 0.03573044389486313, -0.05626089498400688, -0.6095479130744934, -0.7662798762321472, -0.10547363758087158, -0.16193850338459015, 0.6947824358940125, 0.26436424255371094, -0.2938409149646759, 0.18142355978488922, -0.8463719487190247, 1.1180405616760254, 0.02059975080192089, 0.06353595852851868, -0.16200821101665497, -0.6882652044296265, 0.24108722805976868, 0.106751449406147, 0.045409195125103, -0.3634774386882782, -0.011621425859630108, 1.0152156352996826, -0.4259951114654541, 0.9191853404045105, -0.9024592041969299, -0.3289128243923187, 0.14207513630390167, -0.15474025905132294, 0.25668781995773315, 0.7202105522155762, -0.13327842950820923, 0.24747860431671143, 0.36615291237831116, -0.612006425857544, -0.09864968061447144, 0.8961659073829651, -0.6580572724342346, 0.2829169034957886, -0.5739525556564331, -0.3149436414241791, 0.04494137316942215, 0.21239545941352844, -0.025568073615431786, 0.7804148197174072, -0.38741034269332886, -0.17190402746200562, 0.7692278623580933, 0.2816601097583771, 0.4456294775009155, 0.3594822287559509, -0.1447409838438034, -0.43406227231025696, 1.0365365743637085, 0.2121759057044983, -0.32047930359840393, 0.06751503050327301, -0.027142290025949478, -0.20907357335090637, -0.3431333005428314, -0.8813183307647705, 0.2687743604183197, -0.48348885774612427, -0.6536877155303955, -0.27109628915786743, -0.39066457748413086, -0.500809371471405, -0.1807793229818344, -0.15917204320430756, -0.8673052787780762, -0.8635434508323669, -0.7244914174079895, 1.1379603147506714, 0.8157234787940979, -0.7979516983032227, 0.2911340594291687, -0.7861007452011108, 0.6549564003944397, 0.07859320938587189, 1.01018226146698, -0.24390368163585663, -0.5105373859405518, -0.22586491703987122, 0.017743971198797226, -0.1570691019296646, -0.7754783630371094, -0.20559583604335785, 0.16238220036029816, 0.49487167596817017, 0.34974581003189087, 0.21323570609092712, 0.5379077196121216, -0.21723605692386627, 0.5833848714828491, -0.07530196011066437, -0.6061962246894836, 0.663398265838623, -0.227958083152771, 0.2825370728969574, 0.9017999172210693, 0.4826675057411194, -0.4087713956832886, 0.22984789311885834, -1.1545439958572388, -0.7148526906967163, 0.8018897771835327, -0.12718042731285095, 0.36643242835998535, 0.09677945077419281, 0.7232057452201843, -0.06292880326509476, 0.05528250336647034, -0.5083419680595398, -1.0196001529693604, -0.16055907309055328, -0.3839753270149231, 0.11669544875621796, -0.6424419283866882, -0.3387320637702942, -0.5292527675628662, 0.743786633014679, -0.08833150565624237, 0.443187952041626, -0.0063886623829603195, 0.41167882084846497, -0.11981145292520523, -0.3123670816421509, 0.5710894465446472, 0.4790266156196594, -0.5729854106903076, -0.016904788091778755, -0.006737580522894859, -0.6923955678939819, -0.23527894914150238, 0.8045780062675476, -0.18494899570941925, -0.4069041311740875, 0.3816831707954407, 0.5409953594207764, -0.3229999244213104, 0.05314250290393829, 0.40696200728416443, -0.2797189950942993, -0.34291574358940125, -0.6237196922302246, 0.0692657008767128, 0.17619508504867554, 0.1390715390443802, -0.022652147337794304, -0.0915565937757492, 0.24303142726421356, -0.351602166891098, 0.7034462690353394, -0.017539899796247482, -0.6751289963722229, -0.8426389098167419, 0.6944788098335266, 0.7411655187606812, -0.3681289255619049, 0.9281287789344788, -0.32789939641952515, -0.33608436584472656, 0.9521957635879517, 0.20948365330696106, 0.9218183755874634, -0.5195342898368835, 0.37714335322380066, 0.6363732218742371, -0.0562342070043087, 0.36266762018203735, 0.9984698295593262, -0.47847670316696167, -0.7210231423377991, 0.1720353066921234, -0.3648465871810913, -0.2555907666683197, -0.4081312417984009, -1.024391531944275, 0.49067947268486023, -0.705207347869873, -0.11921662837266922, 0.12827418744564056, 0.2585405111312866, -0.8465818166732788, 0.4239315390586853, 0.45429593324661255, 1.569327712059021, -0.9195933938026428, 0.959132194519043, 0.9338847994804382, -0.5659353733062744, -0.8180656433105469, -0.17477265000343323, 0.1659664809703827, -0.9545853137969971, 0.09696827828884125, 0.13732293248176575, 0.4737713932991028, -0.029735390096902847, -0.8441824316978455, -0.7127048969268799, 1.4358617067337036, 0.11030263453722, -0.5541317462921143, 0.3217317461967468, -0.29642876982688904, 0.33197128772735596, -0.41085800528526306, 0.41390275955200195, 0.6492350697517395, 0.9913713932037354, 0.46315625309944153, -0.5816470980644226, 0.26642438769340515, -0.5385523438453674, -0.31717196106910706, 0.345609188079834, -0.8195791840553284, 0.11161146312952042, -0.322618305683136, -0.06725367158651352, 0.09110915660858154, 0.6538306474685669, 0.07552729547023773, 0.7126073837280273, 0.45362529158592224, 0.8922448754310608, 0.8982797265052795, -0.3719359338283539, 0.7431682348251343, -0.3084861636161804, 0.3659273684024811, 1.0029650926589966, -0.3573668301105499, 0.2478497177362442, 0.36045870184898376, -0.04058957099914551, 0.3856433928012848, 0.9584506750106812, -0.4433897137641907, 0.5086238980293274, 0.3002830445766449, -0.20781496167182922, -0.19603924453258514, -0.027406826615333557, -0.8376374840736389, 0.18817771971225739, 0.3695739507675171, -0.31053465604782104, -0.04319318011403084, -0.18188898265361786, 0.3485443592071533, -0.031722843647003174, -0.40626272559165955, 1.0803210735321045, 0.0380500853061676, -0.1611025333404541, -0.01597505994141102, 0.062061652541160583, 0.08241591602563858, -0.5303254723548889, -0.43553614616394043, -0.3199019134044647, 0.3545169532299042, -0.5265355110168457, -1.126330852508545, 0.9487380385398865, -0.2569011151790619, -0.47479715943336487, -0.2621081471443176, 0.4367519021034241, -0.3869309425354004, -0.9150311350822449, 0.35811173915863037, 0.046799954026937485, 0.21738915145397186, 0.10582631826400757, -1.0019670724868774, 0.35787972807884216, -0.11960255354642868, -0.1492834836244583, 0.159922257065773, 0.4321681261062622, -0.08519331365823746, 0.4131293296813965, 0.4642612636089325, 0.06619974225759506, -0.5635020732879639, 0.21261757612228394, 1.1055282354354858, -0.851021945476532, -0.42925068736076355, -0.47720733284950256, 0.6432338953018188, -0.2736836075782776, -0.6188045740127563, 0.5462101101875305, 1.0285210609436035, 0.9257258772850037, -0.07030119001865387, 0.521544337272644, -0.5752652883529663, 0.7139149308204651, -0.25789207220077515, 0.7692736387252808, -0.26996636390686035, -0.05346963554620743, -0.2143712192773819, -0.8153243660926819, -0.7248743176460266, 0.4728325307369232, 0.2641158998012543, 0.1317632645368576, 0.4674503207206726, 1.0481055974960327, -0.2204151451587677, 0.3526153564453125, -0.028282491490244865, 0.192459374666214, 0.25463950634002686, 0.3963976800441742, 0.150224968791008, -0.6461673974990845, -0.1622738242149353, -0.3861013948917389, -0.6591763496398926, 0.21290656924247742, -1.1338262557983398, -0.7199525237083435, -0.8431999683380127, -0.6189504861831665, -0.5920972228050232, -0.1151280477643013, 0.7723098993301392, 1.1008447408676147, -1.1862354278564453, -0.10059868544340134, 0.24325449764728546, 0.3637712299823761, 0.11217644810676575, -0.1135421022772789, 0.6970783472061157, 0.42020151019096375, -0.631468653678894, -0.19170646369457245, -0.09038899093866348, 0.279267281293869, -0.17594586312770844, -0.09884325414896011, -0.09289772808551788, 0.12318763881921768, 0.08432170003652573, 0.5033434629440308, 0.10495450347661972, -0.307958722114563, -0.49339789152145386, 0.15352454781532288, -0.04033152386546135, 0.9624600410461426, -0.659947395324707, 0.1453043818473816, 0.6368046998977661, 0.34850895404815674, 0.6018518209457397, 0.3763376474380493, 0.6028990149497986, -0.6543920636177063, 0.17763327062129974, -0.21441523730754852, 0.29629087448120117, 0.1587701290845871, -0.4720351994037628, 0.9216225743293762, 0.492414653301239, -0.6041783094406128, -0.619543731212616, 0.002418606076389551, -1.343165636062622, 0.47468462586402893, 0.8891358375549316, 0.0842127650976181, -0.33508825302124023, -0.015132115222513676, -0.41325366497039795, 0.031205464154481888, -0.8970978856086731, 0.4086960256099701, 0.5964004993438721, 0.18070493638515472, -0.16676872968673706, -0.24292297661304474, 0.7347699999809265, -0.4822533130645752, -1.2168912887573242, 0.3027419149875641, 0.5456745624542236, 0.1682250052690506, -0.014649462886154652, 0.8056008219718933, -0.21555501222610474, 0.25687965750694275, 0.07357880473136902, 0.38706761598587036, -0.2715908885002136, -0.721879243850708, -0.5133166313171387, -0.18982236087322235, -0.18633122742176056, -0.5896450877189636 ]
result-kand2-sdxl-wuerst-karlo/f4d8fc49
result-kand2-sdxl-wuerst-karlo
2023-10-03T08:54:45Z
526
0
[ "region:us" ]
null
2023-10-03T08:54:44Z
--- dataset_info: features: - name: result dtype: string - name: id dtype: int64 splits: - name: train num_bytes: 159 num_examples: 10 download_size: 1306 dataset_size: 159 configs: - config_name: default data_files: - split: train path: data/train-* --- # Dataset Card for "f4d8fc49" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
[ -0.684354841709137, -0.030543789267539978, 0.25996264815330505, 0.30326783657073975, -0.20311370491981506, 0.07301583886146545, 0.4612765312194824, -0.22807572782039642, 0.6935592889785767, 0.5084119439125061, -0.860409140586853, -0.6421635150909424, -0.5390807390213013, 0.0871802344918251, -0.31154248118400574, 1.226151704788208, -0.09343833476305008, -0.013935773633420467, -0.40565943717956543, -0.14153160154819489, -0.3037400543689728, -0.5377917885780334, -0.4128634035587311, -0.59479159116745, 0.8711631894111633, 0.8419815897941589, 0.5492939949035645, 0.5147753357887268, 0.9427880048751831, 0.2590072751045227, 0.1610906422138214, -0.35835719108581543, -0.6067802906036377, -0.33456578850746155, -0.06451354175806046, -0.4857971668243408, -1.0825906991958618, 0.07671143859624863, 0.6362327933311462, 0.5100285410881042, -0.09525289386510849, 0.6727433204650879, -0.30209672451019287, 0.9039999842643738, -0.28454551100730896, 0.6416036486625671, -0.12295206636190414, 0.10098696500062943, -0.7170833945274353, -0.02136199362576008, 0.2529028654098511, -0.509909987449646, -0.21353007853031158, -1.2182286977767944, 0.3658691942691803, 0.008635880425572395, 0.8262554407119751, 0.2707066535949707, 0.009663615375757217, -0.1380869448184967, -0.3456761837005615, 0.04398457333445549, -0.25904327630996704, 0.38847604393959045, 0.8117474913597107, 0.3598100543022156, -0.05371379852294922, -0.6636748313903809, -0.4488826394081116, 0.2922089099884033, 0.045614007860422134, 0.07593975961208344, 0.2201078087091446, 0.10280588269233704, 0.7178762555122375, 0.8684446811676025, -0.3987279534339905, -0.3668116629123688, -0.7222094535827637, -0.5602596402168274, 0.8214071989059448, 0.04802630841732025, 0.13149435818195343, -0.09938806295394897, -0.2699529528617859, -0.2073485255241394, -0.5550384521484375, -0.015083161182701588, 0.5989229679107666, 0.16527782380580902, -1.1473686695098877, 0.38774392008781433, -0.20813778042793274, 0.44913873076438904, 0.35640794038772583, 0.4032272398471832, 0.8861791491508484, -0.3949829041957855, -0.17825517058372498, 0.02065509743988514, 0.2800780236721039, 0.5166055560112, 0.12964467704296112, 0.10044873505830765, -0.19614271819591522, -0.10643456131219864, 0.06504946202039719, -1.297902226448059, -0.9720057845115662, 0.3907151520252228, -0.7542861700057983, -0.3904634118080139, 0.43587130308151245, -1.041603446006775, -0.42174720764160156, -0.22130408883094788, 0.0694379061460495, 0.06144493445754051, -0.8360460996627808, -0.2964792847633362, -0.6435607075691223, 0.39696720242500305, 0.2891204059123993, -0.9109247326850891, 0.2248103767633438, 0.7683361768722534, 0.5420546531677246, 0.24014191329479218, -0.16288955509662628, -0.6974666714668274, 0.22546331584453583, -0.21879099309444427, 0.8205923438072205, -0.6604568362236023, -0.5077542662620544, 0.03036816604435444, 0.5143553614616394, 0.253595769405365, -0.4473734200000763, 0.9652056694030762, -0.4065500497817993, -0.23487348854541779, -0.9052329659461975, -0.5539112687110901, -0.21057982742786407, 0.2708423435688019, -1.3645817041397095, 1.083000659942627, 0.46189644932746887, -0.7524176836013794, 0.4064309895038605, -1.1987714767456055, -0.20082591474056244, 0.7547839879989624, -0.23827089369297028, -0.39108458161354065, 0.2123161256313324, -0.2000666856765747, 0.6059731245040894, -0.07418458163738251, 0.3913397192955017, -0.865770161151886, -0.31789207458496094, -0.041147973388433456, 0.15335330367088318, 0.7859353423118591, 0.27463850378990173, 0.2697654068470001, 0.09964356571435928, -0.837440013885498, -0.19025476276874542, 0.29359838366508484, -0.200913667678833, -0.15451882779598236, -0.7622721195220947, 0.35805803537368774, -0.05059155449271202, 0.339744508266449, -0.5529385805130005, 0.21837012469768524, 0.03475303575396538, -0.007021695841103792, 0.7336053848266602, 0.022906003519892693, 0.4635602533817291, -0.6149200201034546, 0.759627103805542, 0.10814634710550308, 0.2913803160190582, -0.0520041324198246, -0.652348518371582, -0.4886123836040497, 0.021397484466433525, 0.710487961769104, 0.5118002891540527, -0.8580176830291748, 0.5280619859695435, 0.18232987821102142, -0.6243938207626343, -0.19680333137512207, 0.08511397242546082, 0.18843550980091095, 0.32829344272613525, 0.28310492634773254, -0.6004683971405029, -0.5959996581077576, -0.5934198498725891, 0.5158950090408325, 0.038091991096735, 0.15369851887226105, 0.3673412799835205, 0.8501650094985962, -0.42134130001068115, 0.487747460603714, -0.797844409942627, -0.3097878694534302, 0.19528146088123322, -0.36664173007011414, 0.24510487914085388, 0.7649900913238525, 1.244421124458313, -0.8754909038543701, -0.1785573661327362, -0.5260863304138184, -0.5025985836982727, 0.010770468972623348, 0.3889739215373993, -0.6617418527603149, -0.08762623369693756, 0.09737468510866165, -0.4822496771812439, 0.7895728349685669, 0.9191383719444275, -0.6487467288970947, 0.06685459613800049, 0.07257891446352005, 0.31110501289367676, -1.210392713546753, 0.4587899446487427, -0.07482996582984924, -0.14387290179729462, -0.5372803807258606, 0.012653405778110027, 0.15472234785556793, -0.24487410485744476, 0.00932182464748621, 0.6032761931419373, -0.5090446472167969, -0.20132555067539215, 0.006705950945615768, -0.19061101973056793, -0.03402596339583397, 0.24511921405792236, 0.03713371604681015, 0.34317752718925476, 0.8351513743400574, -0.20590952038764954, 0.9387622475624084, 0.656718373298645, 0.1659238040447235, 0.8764466643333435, -0.5074819326400757, 0.17021219432353973, -0.10373236984014511, 0.5779479742050171, -0.8469380736351013, -0.8464143872261047, 0.6273925304412842, -0.3339415490627289, 0.449267715215683, -0.4730434715747833, -0.38316890597343445, -0.7765244245529175, -0.47130414843559265, 0.9200723171234131, 0.25558188557624817, -0.7619566917419434, 0.3850629925727844, 0.7595564126968384, -0.06471797823905945, -0.10508304089307785, -0.8325160145759583, -0.10678934305906296, -0.3224189579486847, -0.3358685076236725, 0.6543927788734436, -0.6480690240859985, 0.1620268076658249, -0.26017794013023376, 0.21394875645637512, -0.34724584221839905, -0.1607343554496765, 0.6676499843597412, 0.1853134036064148, -0.2415877729654312, 0.19141507148742676, -0.07957009971141815, -0.6615393757820129, 0.3369697630405426, 0.14073622226715088, 0.22187930345535278, 0.02542119100689888, 0.03885022550821304, -0.4363062381744385, 0.5621888041496277, 0.21895314753055573, -0.18890756368637085, 0.15314529836177826, 1.0385911464691162, -0.9793701171875, -0.16006797552108765, -0.3581176996231079, -0.3238247334957123, -0.5111560225486755, -0.09690941870212555, -0.5256462693214417, -0.7600974440574646, 0.7197678685188293, -0.029449043795466423, -0.06117605045437813, 0.7392277121543884, 0.7242826819419861, 0.23944614827632904, 0.408700555562973, 0.6613606214523315, -0.19006387889385223, 0.4040434658527374, -0.3076155483722687, -0.28512921929359436, -0.5078567266464233, -0.3806874752044678, -0.48980700969696045, -0.4350171387195587, -0.6571233868598938, -0.5744550228118896, -0.2969112992286682, -0.023165248334407806, -0.15803658962249756, 0.36945435404777527, -0.806063175201416, 0.4256230294704437, 0.5285175442695618, 0.17437204718589783, -0.07593347132205963, -0.15678708255290985, 0.1819951832294464, 0.2711055278778076, -0.6204994320869446, -0.01740563102066517, 1.1812443733215332, 0.6003018617630005, 0.7958002090454102, 0.315042108297348, 1.0904251337051392, 0.3676644265651703, 0.5329625606536865, -0.28979426622390747, 0.2874268889427185, -0.02997741661965847, -0.8164776563644409, -0.019184812903404236, -0.245240718126297, -0.6345700621604919, -0.6152352690696716, -0.25133875012397766, -0.04584847390651703, 0.5304942727088928, 0.6129578948020935, -0.19497555494308472, 0.09192212671041489, -0.8348373770713806, 1.1683841943740845, -0.03949669376015663, 0.09340235590934753, -0.02170545980334282, -0.6133654117584229, 0.44124549627304077, 0.0002472419582773, 0.1526261270046234, -0.4472949802875519, 0.041497305035591125, 1.0963051319122314, -0.5623958706855774, 0.9361022710800171, -0.910868227481842, -0.19762130081653595, 0.1289386749267578, -0.39175230264663696, 0.13153216242790222, 0.6194313764572144, -0.19485607743263245, 0.26391205191612244, 0.3054961562156677, -0.5169540047645569, -0.17170952260494232, 0.994970440864563, -0.6587113738059998, 0.18493609130382538, -0.4955386817455292, -0.4807623028755188, -0.005176272243261337, 0.3326461911201477, 0.17335674166679382, 0.7929974794387817, -0.33383384346961975, -0.025425005704164505, 0.621899425983429, 0.39575904607772827, 0.5160080194473267, 0.08630296587944031, -0.364401251077652, -0.5734708309173584, 1.0402463674545288, 0.23465654253959656, -0.37414172291755676, 0.320328027009964, 0.2497437447309494, -0.33638274669647217, -0.4576844573020935, -0.6967270970344543, 0.28458163142204285, -0.5660837292671204, -0.8186139464378357, -0.20451509952545166, -0.23067732155323029, -0.4721689522266388, -0.22824519872665405, -0.1774938404560089, -0.6341052651405334, -0.8539739847183228, -0.675326406955719, 1.3434889316558838, 0.7675440311431885, -0.6639199256896973, 0.315569669008255, -0.8913642764091492, 0.655304491519928, -0.030988600105047226, 1.1546710729599, -0.1878979206085205, -0.4137762784957886, -0.30307576060295105, -0.10821264237165451, -0.08593641221523285, -0.6542935967445374, -0.27010345458984375, 0.34311673045158386, 0.6980993747711182, 0.2301652878522873, 0.20570622384548187, 0.5702835321426392, -0.24326622486114502, 0.5168805718421936, 0.21182209253311157, -0.7677388191223145, 0.47232529520988464, -0.3542698323726654, 0.4116404056549072, 0.8459973335266113, 0.651434063911438, -0.12509410083293915, 0.18196667730808258, -1.0419870615005493, -0.48391368985176086, 0.6920980215072632, 0.025258101522922516, 0.10990918427705765, 0.37541428208351135, 0.7256366014480591, 0.0665779784321785, 0.2715115249156952, -0.6206796765327454, -0.7869971394538879, -0.47520682215690613, -0.5563699007034302, 0.15649716556072235, -0.48660388588905334, -0.4494895339012146, -0.523569643497467, 0.5368604063987732, -0.2927979528903961, 0.5930894017219543, 0.019651874899864197, 0.3828870952129364, -0.3159266412258148, -0.4095644950866699, 0.6378441452980042, 0.4998946189880371, -0.5167618989944458, -0.1869761198759079, -0.2651634216308594, -0.6566631197929382, -0.30884379148483276, 1.0433332920074463, 0.1401435285806656, -0.253280907869339, 0.521351158618927, 0.6799144148826599, -0.11252248287200928, 0.02651851810514927, 0.481174111366272, -0.2730627954006195, -0.6403420567512512, -0.4772505462169647, 0.2183964103460312, 0.3174603283405304, 0.22026966512203217, 0.11978120356798172, -0.1279754936695099, 0.35442593693733215, -0.29447421431541443, 0.7709182500839233, 0.008489631116390228, -0.6390402317047119, -0.7092598080635071, 0.5559679865837097, 0.8351498246192932, -0.4644734263420105, 0.5764554142951965, -0.24131551384925842, -0.46574872732162476, 0.7523806691169739, 0.27606406807899475, 0.6481354236602783, -0.5927329063415527, 0.47319015860557556, 0.5474289655685425, 0.023969367146492004, 0.26305091381073, 1.016404628753662, -0.4420185983181, -0.7521665096282959, -0.008786019869148731, -0.43693605065345764, -0.40926674008369446, -0.18588459491729736, -0.9408321976661682, 0.14898215234279633, -0.8422366380691528, -0.24403800070285797, 0.2541874945163727, 0.28171035647392273, -0.9026973247528076, 0.30397966504096985, 0.27150285243988037, 1.4399747848510742, -0.8001789450645447, 0.9428053498268127, 0.7922431826591492, -0.38711413741111755, -0.8151416182518005, -0.17180055379867554, 0.17958439886569977, -0.8338485956192017, -0.030045710504055023, 0.3955737352371216, 0.4248441159725189, -0.08209434896707535, -0.7405063509941101, -0.7693910598754883, 1.2976678609848022, 0.2408851832151413, -0.7173892259597778, 0.362352192401886, -0.1483883261680603, 0.2189752608537674, -0.48943182826042175, 0.15978573262691498, 0.6019675135612488, 0.8642768263816833, 0.4019876718521118, -0.6837789416313171, 0.2700900733470917, -0.5062939524650574, -0.3806406557559967, 0.5030974745750427, -0.8206514716148376, 0.14348287880420685, -0.21356715261936188, 0.24152153730392456, 0.06389518827199936, 0.7125846147537231, 0.15258249640464783, 0.5178810358047485, 0.47616860270500183, 0.6371110677719116, 1.0040698051452637, -0.4547866880893707, 0.7799761295318604, -0.13574092090129852, 0.5321736931800842, 0.9519233107566833, -0.4110192060470581, 0.25669071078300476, 0.3487473726272583, -0.011021841317415237, 0.20855070650577545, 0.7614168524742126, -0.49971622228622437, 0.5037618279457092, 0.2735845446586609, -0.1847490817308426, -0.086205393075943, -0.03171412646770477, -0.7912352681159973, 0.17920297384262085, 0.5803223848342896, -0.40826722979545593, -0.005490859504789114, -0.07021136581897736, 0.1765710413455963, -0.2535289525985718, -0.43618449568748474, 0.7004078030586243, 0.046866755932569504, -0.22070874273777008, 0.09380458295345306, -0.1324358433485031, 0.2649848461151123, -0.5205113887786865, -0.555217444896698, -0.19229751825332642, 0.23390552401542664, -0.690867006778717, -1.181904673576355, 0.7679553031921387, -0.30122631788253784, -0.495699942111969, -0.18920259177684784, 0.6404749751091003, -0.5293454527854919, -0.9094506502151489, 0.38970524072647095, -0.11790964007377625, 0.10563189536333084, 0.2066667526960373, -1.4356650114059448, 0.6526250243186951, 0.17982891201972961, 0.0031025202479213476, 0.17071054875850677, 0.29221290349960327, 0.13676711916923523, 0.3559538722038269, 0.5925132632255554, -0.2230128049850464, -0.49087241291999817, 0.19365093111991882, 1.0741980075836182, -0.8026461601257324, -0.5150249004364014, -0.327972412109375, 0.6822080016136169, -0.3569142520427704, -0.7094616293907166, 0.40481317043304443, 0.8735992312431335, 0.9007961750030518, -0.087320476770401, 0.6987344026565552, -0.4045569598674774, 0.7057281136512756, -0.36764541268348694, 0.6396313905715942, -0.29931285977363586, -0.3176138699054718, -0.35565656423568726, -0.6709721684455872, -0.7494246959686279, 0.7236541509628296, 0.3315936028957367, 0.17208290100097656, 0.4118556082248688, 1.017051100730896, -0.2412080019712448, 0.4493001401424408, 0.14464659988880157, 0.15935786068439484, 0.41098475456237793, 0.3682839274406433, 0.27928921580314636, -0.5692753791809082, 0.11274111270904541, -0.4616486430168152, -0.6991333365440369, -0.01997910626232624, -1.1808844804763794, -0.926243007183075, -0.7408573031425476, -0.6237900257110596, -0.42603859305381775, -0.1698782742023468, 0.6861349940299988, 1.025446891784668, -1.0091421604156494, -0.16804035007953644, 0.15729792416095734, 0.3305160403251648, 0.23643942177295685, -0.15727080404758453, 0.5435198545455933, 0.5867327451705933, -0.45161062479019165, -0.14920885860919952, -0.0042302669025957584, 0.2898281514644623, -0.2119733840227127, -0.1099523976445198, -0.06819895654916763, -0.2517033517360687, 0.22012484073638916, 0.5028005838394165, -0.24307315051555634, -0.41736453771591187, -0.6346193552017212, 0.2969822585582733, 0.17761051654815674, 0.9872472286224365, -0.41158193349838257, 0.13273313641548157, 0.5837007761001587, 0.5135462880134583, 0.5489877462387085, 0.22914408147335052, 0.7486005425453186, -0.6322245597839355, 0.22407226264476776, -0.08845729380846024, 0.3938382863998413, 0.34583190083503723, -0.580376148223877, 0.8310266137123108, 0.4890248775482178, -0.7414097785949707, -0.6026039719581604, 0.0007234017248265445, -1.3608776330947876, 0.518761157989502, 0.8215296268463135, -0.08632909506559372, -0.2802848815917969, -0.14904139935970306, -0.3898084759712219, -0.057080041617155075, -1.0497239828109741, 0.04358970746397972, 0.5826089382171631, -0.01076269056648016, -0.3534185290336609, -0.2921474575996399, 0.9943717122077942, -0.5159730315208435, -1.2108553647994995, 0.14101867377758026, 0.6087265014648438, 0.21623951196670532, 0.1538887917995453, 0.903202474117279, -0.05521301180124283, 0.3152671158313751, 0.11034577339887619, 0.20500627160072327, -0.08845514804124832, -0.5560709834098816, -0.40485090017318726, 0.07028879225254059, -0.13980457186698914, -0.4133240282535553 ]
result-kand2-sdxl-wuerst-karlo/023acaec
result-kand2-sdxl-wuerst-karlo
2023-10-03T22:23:40Z
526
0
[ "region:us" ]
null
2023-10-03T22:23:39Z
--- dataset_info: features: - name: result dtype: string - name: id dtype: int64 splits: - name: train num_bytes: 233 num_examples: 10 download_size: 1392 dataset_size: 233 configs: - config_name: default data_files: - split: train path: data/train-* --- # Dataset Card for "023acaec" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
[ -0.5691530704498291, -0.13996662199497223, 0.414050430059433, 0.3653056025505066, -0.22636425495147705, -0.2695637345314026, 0.41321057081222534, -0.39978742599487305, 0.9818849563598633, 0.5037596225738525, -0.8298014998435974, -0.7252994775772095, -0.49907100200653076, -0.0776483416557312, -0.2019471675157547, 1.2624130249023438, 0.017982494086027145, 0.16884265840053558, -0.19926247000694275, -0.22574779391288757, -0.6569830179214478, -0.3765184283256531, -0.7686784863471985, -0.4337185025215149, 1.0901083946228027, 1.0536538362503052, 0.37276604771614075, 0.6530774235725403, 0.5097835063934326, 0.13626007735729218, 0.14064481854438782, -0.2524808645248413, -0.5526226162910461, -0.12032049149274826, -0.08240295946598053, -0.6549245715141296, -1.2827479839324951, 0.23111793398857117, 0.37896063923835754, 0.6719995737075806, -0.21068553626537323, 0.7615873217582703, -0.1550324261188507, 0.7234728336334229, -0.5152472257614136, 0.5390357971191406, -0.17001481354236603, -0.23688293993473053, -0.776131808757782, -0.061583250761032104, 0.037103790789842606, -0.620603621006012, -0.26559674739837646, -1.2587153911590576, 0.09567013382911682, 0.0945889875292778, 0.7853716015815735, 0.0929475724697113, 0.13816197216510773, -0.17458604276180267, -0.288788765668869, 0.07236920297145844, -0.21410857141017914, 0.006833561230450869, 0.8722301721572876, 0.28343063592910767, 0.016947343945503235, -0.6162408590316772, -0.5267704129219055, 0.29391905665397644, 0.1484041064977646, 0.32293760776519775, 0.131605863571167, -0.12782493233680725, 0.4198947250843048, 0.6008533835411072, -0.43362438678741455, -0.05226486921310425, -0.726081907749176, -0.39924314618110657, 0.7752751111984253, 0.05769718810915947, 0.24637624621391296, 0.013062582351267338, -0.28974655270576477, -0.145944744348526, -0.7251615524291992, -0.25047627091407776, 0.6670167446136475, 0.07331786304712296, -1.0407668352127075, 0.6182571649551392, -0.022946560755372047, 0.3099447786808014, -0.05827704444527626, 0.754767894744873, 0.6754215359687805, -0.14518645405769348, -0.10015883296728134, 0.1477021425962448, 0.36350858211517334, 0.339904248714447, 0.3140086233615875, 0.1426297128200531, 0.1683364063501358, 0.0043228305876255035, 0.04673980548977852, -1.1135798692703247, -0.7495737671852112, 0.46880871057510376, -0.533375084400177, -0.18001100420951843, 0.4780435860157013, -0.9164785146713257, -0.4895317852497101, -0.3521081805229187, 0.11926963925361633, 0.1083836480975151, -0.452099084854126, -0.18189355731010437, -0.6424920558929443, 0.2839350998401642, 0.30831217765808105, -0.8696105480194092, 0.44104260206222534, 0.6817296743392944, 0.6163577437400818, 0.17294025421142578, -0.2851620614528656, -0.627938449382782, 0.2827305495738983, -0.29008758068084717, 1.1191842555999756, -0.4125933051109314, -0.4284183382987976, -0.13808751106262207, 0.4701697528362274, 0.2752101719379425, -0.2953891158103943, 0.7225796580314636, -0.5536823868751526, -0.07946246862411499, -0.723172128200531, -0.5041219592094421, -0.13760854303836823, 0.0813583955168724, -1.2751177549362183, 1.058569073677063, 0.416890025138855, -0.7679330706596375, 0.30452659726142883, -1.4240593910217285, -0.2517182230949402, 0.7382055521011353, -0.004710541572421789, -0.2671746611595154, 0.08115091174840927, -0.17817017436027527, 0.47848251461982727, -0.2653994858264923, 0.08929531276226044, -0.9087773561477661, -0.2792603671550751, 0.007573809940367937, 0.21131321787834167, 1.120665431022644, 0.3868027925491333, 0.475393146276474, -0.06986135244369507, -0.9063407778739929, -0.15369412302970886, 0.38591888546943665, 0.09978869557380676, -0.3469471335411072, -0.5405245423316956, 0.2995593845844269, -0.35772767663002014, 0.5241583585739136, -0.569983959197998, 0.4711189270019531, 0.14866675436496735, -0.0890451967716217, 0.8279615640640259, 0.31564635038375854, 0.3155955970287323, -0.296975314617157, 0.4771890342235565, -0.18485930562019348, 0.32342100143432617, 0.07973289489746094, -0.7302675247192383, -0.7187268733978271, -0.08444727212190628, 0.6524859070777893, 0.9118297100067139, -0.5966932773590088, 0.5803830027580261, 0.2855417728424072, -0.6821624040603638, -0.32266145944595337, 0.03498704358935356, 0.15750634670257568, 0.34033605456352234, 0.4416658878326416, -0.7315484881401062, -0.7913232445716858, -0.7265241742134094, 0.4626021981239319, -0.2708680331707001, -0.02959096059203148, 0.33898255228996277, 0.8555175065994263, -0.3139391541481018, 0.5080100893974304, -1.0043991804122925, -0.4050612449645996, 0.03749554231762886, -0.06644375622272491, 0.2691532075405121, 0.7931555509567261, 0.8448881506919861, -0.49841833114624023, -0.2806561589241028, -0.4881173372268677, -0.6407238841056824, -0.25688377022743225, 0.2925092875957489, -0.5688541531562805, -0.21966633200645447, 0.09468990564346313, -0.2926477789878845, 0.864245593547821, 0.8091380596160889, -0.5876145958900452, 0.027665769681334496, -0.04989442601799965, 0.2131640613079071, -1.4659006595611572, 0.4918954372406006, -0.0739624872803688, -0.12516307830810547, -0.6087940335273743, -0.091432124376297, 0.13272179663181305, -0.077724389731884, -0.18179501593112946, 0.6708824634552002, -0.48026207089424133, -0.09468673169612885, -0.0756140798330307, 0.010772591456770897, -0.028423503041267395, 0.3179415166378021, 0.24579523503780365, 0.6422531604766846, 1.0386208295822144, -0.512653112411499, 0.8648428916931152, 0.7113232612609863, -0.014099248684942722, 0.9071916937828064, -0.7683688402175903, 0.2942619323730469, -0.07225686311721802, 0.4453057646751404, -0.6578208804130554, -0.8965340852737427, 0.5526878237724304, -0.5877799391746521, 0.37329792976379395, -0.5165463089942932, -0.6798959374427795, -0.506339967250824, -0.4594905376434326, 0.9279401898384094, 0.351150244474411, -0.7465208768844604, 0.13822002708911896, 0.8681453466415405, -0.20585976541042328, -0.04451577365398407, -1.0779294967651367, 0.1252041906118393, -0.2636338770389557, -0.13060317933559418, 0.3955209255218506, -0.3526647388935089, 0.08516959846019745, -0.3105919063091278, 0.4988950490951538, -0.19517701864242554, -0.06693311780691147, 0.6141063570976257, 0.43299219012260437, -0.07119685411453247, 0.16832765936851501, -0.20340323448181152, -0.8202458024024963, 0.14913581311702728, -0.024284441024065018, 0.4339100122451782, -0.002084782812744379, -0.014327076263725758, -0.6845512986183167, 0.42218881845474243, 0.00321763614192605, -0.05158635228872299, 0.464181125164032, 0.7499924898147583, -0.824032723903656, -0.041067853569984436, -0.4979532063007355, -0.105551578104496, -0.45981720089912415, -0.016217494383454323, -0.11078669875860214, -0.42860710620880127, 0.7238441705703735, 0.06937292963266373, -0.17674291133880615, 0.859358549118042, 0.7992089986801147, -0.012330196797847748, 0.5471293330192566, 0.5122143030166626, -0.2928110361099243, 0.3651270866394043, -0.39165788888931274, -0.4513782858848572, -0.9877154231071472, -0.5837525129318237, -0.65187668800354, -0.3058866858482361, -0.6658798456192017, -0.48676738142967224, -0.041575729846954346, -0.05883576348423958, -0.3202991485595703, 0.9776955842971802, -0.5872426629066467, 0.47858718037605286, 0.5917192101478577, 0.06683199852705002, -0.03323642536997795, -0.14787113666534424, 0.4172781705856323, 0.3801243305206299, -0.5446581244468689, -0.31250712275505066, 1.3318428993225098, 0.5702654123306274, 0.747927188873291, 0.37795501947402954, 0.8915073871612549, 0.3996972143650055, 0.494562566280365, -0.36604979634284973, 0.4325527846813202, 0.1735801249742508, -0.7600381970405579, 0.031070545315742493, -0.1739664077758789, -0.9495853185653687, -0.5948150157928467, -0.24137164652347565, -0.5729710459709167, 0.719546377658844, 0.4147036075592041, -0.2665068209171295, 0.13369247317314148, -0.9301921725273132, 0.9473468661308289, -0.07947797328233719, -0.22337524592876434, -0.20351259410381317, -0.71940016746521, 0.21779900789260864, 0.17323778569698334, 0.11702989041805267, -0.39961180090904236, -0.24555319547653198, 0.9938880801200867, -0.6819431185722351, 0.9004653096199036, -0.7314461469650269, -0.1267806589603424, 0.3454415798187256, -0.14153744280338287, 0.25326818227767944, 0.7752887606620789, -0.1832522451877594, 0.2911573052406311, 0.08934496343135834, -0.6212912201881409, -0.1325598806142807, 0.933541476726532, -0.8056719899177551, 0.3167039752006531, -0.5364171862602234, -0.35087189078330994, -0.19212943315505981, 0.28729790449142456, 0.1896616518497467, 0.6792780160903931, -0.3634914755821228, -0.1777888685464859, 0.6933899521827698, 0.4504491090774536, 0.3464042842388153, 0.2698170840740204, -0.11067135632038116, -0.6521843671798706, 1.0508531332015991, 0.09443661570549011, -0.38223281502723694, 0.20195633172988892, 0.1506989300251007, -0.22316843271255493, -0.3957611322402954, -0.6704754829406738, 0.29763463139533997, -0.3614283800125122, -0.6717340350151062, -0.1954534500837326, -0.1472911685705185, -0.4263934791088104, -0.22644361853599548, -0.24193333089351654, -0.7872369885444641, -1.0153752565383911, -0.5814632773399353, 1.1109081506729126, 0.7741913199424744, -0.8321892023086548, 0.6533617973327637, -0.5784539580345154, 0.7360334396362305, 0.05926397442817688, 1.0809741020202637, -0.3580997884273529, -0.5005244016647339, -0.30917859077453613, -0.08664683252573013, -0.037372056394815445, -0.7863985896110535, -0.207561194896698, 0.11095170676708221, 0.4391385018825531, 0.4693421423435211, -0.1517687886953354, 0.762842059135437, -0.11726634204387665, 0.6668243408203125, 0.17346496880054474, -0.6232654452323914, 0.703648030757904, -0.21585452556610107, 0.2631218135356903, 1.1405649185180664, 0.5742277503013611, -0.27747899293899536, 0.20371156930923462, -1.1109449863433838, -0.691368043422699, 0.7883642315864563, 0.2187565714120865, 0.02624829113483429, 0.07084067910909653, 0.6377705335617065, 0.07698000222444534, 0.04540451243519783, -0.6774804592132568, -0.8281816840171814, -0.17300093173980713, -0.30475109815597534, 0.38094478845596313, -0.4818033277988434, -0.3209659457206726, -0.283665269613266, 0.9644672274589539, -0.07025890797376633, 0.4093354046344757, 0.011873826384544373, 0.3856338858604431, -0.024072833359241486, -0.19740530848503113, 0.35314446687698364, 0.34215688705444336, -0.6368672847747803, -0.21329790353775024, 0.020645154640078545, -0.6374421119689941, -0.4148198962211609, 0.7445527911186218, -0.05542023479938507, -0.4932593107223511, 0.6819839477539062, 0.6544870734214783, -0.4296584129333496, -0.10113391280174255, 0.4104559123516083, -0.26852095127105713, -0.3808053731918335, -0.7278710007667542, 0.21842770278453827, 0.007510025054216385, -0.05192532390356064, 0.08176741003990173, 0.039361853152513504, 0.45870259404182434, -0.6252561807632446, 0.35338738560676575, -0.0791434496641159, -0.7176783680915833, -0.6237611174583435, 0.6015765070915222, 0.6528494358062744, -0.24417896568775177, 0.8679752945899963, -0.162228062748909, -0.14826138317584991, 0.8621822595596313, 0.2776339054107666, 0.7665044665336609, -0.312787264585495, 0.2432267814874649, 0.6761318445205688, 0.06037377566099167, 0.14353670179843903, 0.9844866991043091, -0.3634759485721588, -0.6155182719230652, 0.007028617896139622, -0.07492385059595108, -0.34212160110473633, -0.139877051115036, -1.1812243461608887, 0.42302578687667847, -0.7403461933135986, -0.2400313913822174, 0.012609440833330154, 0.22446322441101074, -0.8371034860610962, 0.27446597814559937, 0.5098812580108643, 1.5605688095092773, -0.8758305907249451, 0.8362118005752563, 0.6814822554588318, -0.4890192747116089, -0.6914174556732178, -0.28329598903656006, 0.24028709530830383, -1.069064736366272, -0.18113186955451965, 0.24787284433841705, 0.1971805989742279, -0.1757807582616806, -1.0086356401443481, -0.731006383895874, 1.3750824928283691, 0.15947088599205017, -0.5393162369728088, 0.4910662770271301, -0.16853675246238708, 0.4888322651386261, -0.4996308386325836, 0.532535970211029, 0.635384738445282, 0.8982366323471069, 0.3490004539489746, -0.5367208123207092, -0.02974632941186428, -0.5235226154327393, -0.2685399353504181, 0.21069994568824768, -0.8884317278862, -0.07462089508771896, -0.30453115701675415, -0.1448555886745453, 0.3194945156574249, 0.7653660774230957, 0.2189205288887024, 0.457616925239563, 0.4686160087585449, 0.7526885867118835, 0.9465444684028625, -0.39111965894699097, 0.9352405071258545, -0.12246072292327881, 0.3597952723503113, 1.3365956544876099, -0.41097593307495117, 0.3962726294994354, 0.4133959412574768, 0.025417877361178398, 0.5251144170761108, 0.8117783069610596, -0.4840356111526489, 0.36133867502212524, 0.15443651378154755, -0.08657896518707275, -0.11402811110019684, -0.30595237016677856, -0.7191558480262756, 0.24128170311450958, 0.5706861019134521, -0.14834381639957428, 0.16482819616794586, -0.3020683228969574, 0.4256851077079773, -0.17303547263145447, -0.5444003343582153, 0.9506691694259644, -0.07548351585865021, -0.36900588870048523, -0.11017938703298569, -0.07770616561174393, -0.05433943122625351, -0.810743510723114, -0.47854945063591003, -0.36274048686027527, 0.05871604010462761, -0.6669254899024963, -1.2724316120147705, 0.6568785905838013, -0.1030309721827507, -0.182102233171463, -0.05335438996553421, 0.35533028841018677, -0.2855170965194702, -0.7911276817321777, 0.36727216839790344, -0.035230036824941635, 0.27381861209869385, 0.3027208149433136, -1.053230881690979, 0.291860431432724, -0.1111118420958519, -0.09649877995252609, 0.03888764604926109, 0.2696942090988159, -0.01056155376136303, 0.4610626995563507, 0.6395556926727295, 0.15606209635734558, -0.7238305807113647, 0.41613247990608215, 0.9239683151245117, -0.6914825439453125, -0.37279269099235535, -0.4465925097465515, 0.6763104200363159, -0.4048711359500885, -0.7652927041053772, 0.5235422849655151, 1.275047779083252, 0.8193007707595825, -0.08290751278400421, 0.7350420355796814, -0.571398138999939, 0.7427662014961243, -0.42064109444618225, 0.6046711802482605, -0.3642188310623169, 0.004786340054124594, -0.08987600356340408, -0.7465222477912903, -0.8555015325546265, 0.48348549008369446, 0.4151073694229126, -0.015342810191214085, 0.520131528377533, 1.0855731964111328, -0.04783342406153679, 0.3244137465953827, -0.22679553925991058, 0.1902884542942047, 0.05517559498548508, 0.4182605743408203, 0.3554728031158447, -0.674325168132782, -0.006292507518082857, -0.304218590259552, -0.7697771191596985, 0.04651564359664917, -1.115818977355957, -0.8100813031196594, -0.6897518038749695, -0.6228683590888977, -0.557429850101471, -0.194106325507164, 0.9642404317855835, 1.110552430152893, -1.1696505546569824, -0.30452391505241394, 0.0018777319928631186, 0.25786328315734863, 0.07590684294700623, -0.10273317247629166, 0.7039214372634888, 0.5290977358818054, -0.5888718366622925, -0.014989301562309265, 0.0922727957367897, 0.22133053839206696, -0.017958255484700203, -0.025211365893483162, -0.13511201739311218, 0.03749854117631912, 0.18389838933944702, 0.7533485293388367, -0.07238117605447769, -0.22916556894779205, -0.6759508848190308, 0.1932222545146942, 0.0672454684972763, 1.0466171503067017, -0.4947640895843506, 0.20249833166599274, 0.5854735374450684, 0.07244490832090378, 0.6062127351760864, 0.3653947710990906, 0.47040361166000366, -0.5905805230140686, 0.27828100323677063, -0.1604224294424057, 0.5322509407997131, 0.08836831897497177, -0.536439061164856, 1.016403079032898, 0.3686029613018036, -0.6247386336326599, -0.3150668442249298, 0.06079018861055374, -1.5766432285308838, 0.40803778171539307, 0.9392615556716919, 0.15529578924179077, -0.40574562549591064, -0.18217633664608002, -0.44879150390625, 0.08106432855129242, -0.9871193170547485, 0.27693232893943787, 0.32276487350463867, -0.06193115562200546, -0.06641112267971039, -0.40765994787216187, 0.522932231426239, -0.3721054494380951, -1.3787707090377808, 0.19936060905456543, 0.6359169483184814, 0.09423832595348358, 0.15274813771247864, 0.7650847434997559, -0.2786060571670532, 0.4060741662979126, 0.12877897918224335, 0.6343123912811279, -0.23547044396400452, -0.6909512281417847, -0.22789372503757477, -0.06628771871328354, -0.08162287622690201, -0.45883697271347046 ]
result-kand2-sdxl-wuerst-karlo/9a272529
result-kand2-sdxl-wuerst-karlo
2023-10-04T08:54:53Z
526
0
[ "region:us" ]
null
2023-10-04T08:54:52Z
--- dataset_info: features: - name: result dtype: string - name: id dtype: int64 splits: - name: train num_bytes: 246 num_examples: 10 download_size: 1437 dataset_size: 246 configs: - config_name: default data_files: - split: train path: data/train-* --- # Dataset Card for "9a272529" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
[ -0.6229963898658752, -0.16025669872760773, 0.3515966534614563, 0.36701375246047974, -0.16705413162708282, -0.002885254565626383, 0.3553828001022339, -0.14594921469688416, 1.0531893968582153, 0.5301934480667114, -0.8286939263343811, -0.6017998456954956, -0.5900661945343018, -0.167464941740036, -0.2613203525543213, 1.0310219526290894, 0.19903524219989777, 0.1127273291349411, -0.24905835092067719, -0.22993451356887817, -0.4390724301338196, -0.711778998374939, -0.5334056615829468, -0.39090099930763245, 1.050220012664795, 0.8037207126617432, 0.46711811423301697, 0.7173014879226685, 0.9780332446098328, 0.19812405109405518, -0.10067882388830185, -0.20757344365119934, -0.3935457468032837, -0.1668296605348587, -0.11065978556871414, -0.4359990954399109, -1.144915223121643, 0.08802906423807144, 0.6889234185218811, 0.8565423488616943, -0.27640455961227417, 0.9062736630439758, -0.27825483679771423, 0.9613096714019775, -0.4172951579093933, 0.5465171337127686, -0.06106188893318176, -0.22295643389225006, -0.8235591650009155, 0.12171205878257751, 0.09521538764238358, -0.5233803987503052, -0.3374677300453186, -1.1859936714172363, 0.13150706887245178, 0.21158918738365173, 0.7818393707275391, 0.20022539794445038, 0.05628473311662674, -0.1346130520105362, -0.42624709010124207, 0.10794692486524582, -0.2969144880771637, 0.22403591871261597, 0.9060707688331604, 0.5055350661277771, -0.06594773381948471, -0.548042893409729, -0.39675581455230713, 0.1949022114276886, -0.04874206706881523, 0.08636113256216049, 0.10503793507814407, -0.12996076047420502, 0.6735658049583435, 0.9533189535140991, -0.5194297432899475, -0.2217574417591095, -0.948928713798523, -0.42076051235198975, 0.8895567655563354, 0.16254960000514984, 0.15146537125110626, -0.23546262085437775, -0.04004156216979027, -0.3945326507091522, -0.5304895043373108, -0.14113858342170715, 0.7249693274497986, 0.24706918001174927, -1.226771593093872, 0.4828535318374634, -0.15222543478012085, 0.1999085545539856, 0.3721403479576111, 0.6981176137924194, 0.834587812423706, -0.1092805564403534, -0.1860504448413849, 0.03004326857626438, 0.3854571282863617, 0.3843724727630615, 0.06480620801448822, 0.114460788667202, 0.11813180893659592, 0.021206755191087723, 0.2028026431798935, -1.1059439182281494, -0.9349440336227417, 0.346131831407547, -0.9174094796180725, -0.39387959241867065, 0.47344985604286194, -0.9578936100006104, -0.741578996181488, -0.28757762908935547, 0.1355365812778473, 0.1380184441804886, -0.7623538970947266, -0.1398792266845703, -0.6348092555999756, 0.3333466947078705, 0.2668091952800751, -0.7369924783706665, 0.2448815554380417, 0.7745203971862793, 0.388348788022995, 0.2589832544326782, -0.1345852017402649, -0.6413249373435974, 0.1455584466457367, -0.3338788151741028, 0.9192606806755066, -0.595876932144165, -0.4122588336467743, -0.09262870997190475, 0.5428650975227356, 0.11817475408315659, -0.4538848102092743, 0.9084692597389221, -0.3574790954589844, -0.13408903777599335, -0.7809499502182007, -0.5922284126281738, -0.2981463372707367, 0.2933748662471771, -1.330742597579956, 1.0851948261260986, 0.26673781871795654, -0.5268292427062988, 0.24141281843185425, -1.2108442783355713, -0.09949890524148941, 0.863089382648468, -0.12181491404771805, -0.47508060932159424, 0.36479973793029785, -0.2239350974559784, 0.4020330309867859, -0.11792110651731491, 0.44576317071914673, -0.927679181098938, -0.162286639213562, -0.06441750377416611, 0.15243874490261078, 0.920663595199585, 0.2915418744087219, 0.5423468351364136, 0.17742961645126343, -1.1107462644577026, -0.26966941356658936, 0.4116326570510864, -0.012858802452683449, -0.30281051993370056, -0.5771649479866028, 0.3896149694919586, -0.23909421265125275, 0.37663400173187256, -0.5730811357498169, 0.35114458203315735, 0.16919933259487152, -0.23160557448863983, 0.7270551323890686, 0.2179277390241623, 0.48460882902145386, -0.5176381468772888, 0.6629832983016968, -0.03441428020596504, 0.3876006603240967, -0.09624329209327698, -0.6374073028564453, -0.6583376526832581, 0.17108038067817688, 0.6242812275886536, 0.6136090159416199, -0.5048701763153076, 0.8050674796104431, 0.21673205494880676, -0.943500816822052, -0.2691558301448822, 0.03373369947075844, 0.16950534284114838, 0.3678998649120331, 0.35047614574432373, -0.7263802289962769, -0.7776435017585754, -0.7944536805152893, 0.4139547646045685, -0.0995018258690834, 0.06179404258728027, 0.3152340054512024, 0.6964378356933594, -0.2075512856245041, 0.14172108471393585, -0.8717711567878723, -0.34526076912879944, 0.10428231954574585, -0.40121445059776306, 0.385731041431427, 0.8785052299499512, 1.1202216148376465, -0.60654217004776, -0.19385243952274323, -0.6577246189117432, -0.6200768947601318, 0.0009175308514386415, 0.18107490241527557, -0.8208168745040894, -0.3833214044570923, 0.2416408509016037, -0.3230847418308258, 0.8924300074577332, 0.9005568623542786, -0.7983154058456421, 0.0025397115387022495, 0.05918233096599579, 0.14688719809055328, -1.3667770624160767, 0.4471410810947418, -0.08426202833652496, -0.019039543345570564, -0.5301061272621155, 0.1728518307209015, 0.297702819108963, -0.24833057820796967, -0.04902109131217003, 0.5731830596923828, -0.4659114181995392, 0.21671195328235626, -0.07418180257081985, -0.3562805950641632, 0.005004806909710169, 0.34365665912628174, 0.028327636420726776, 0.3146890103816986, 0.947415292263031, -0.29514867067337036, 0.8895520567893982, 0.7949633002281189, 0.03434854373335838, 0.8841091990470886, -0.5731733441352844, 0.2475028783082962, -0.19147858023643494, 0.5282789468765259, -0.6394997835159302, -0.7486283183097839, 0.6077741980552673, -0.40204036235809326, 0.30553343892097473, -0.5357282757759094, -0.4038471579551697, -0.677017331123352, -0.3577299118041992, 0.8911274075508118, 0.4206063151359558, -0.7501806616783142, 0.500230073928833, 0.7555174231529236, 0.02055947482585907, 0.11976318806409836, -0.8695071935653687, 0.04491666704416275, -0.4568932354450226, -0.15461774170398712, 0.3528553545475006, -0.5037926435470581, 0.0916217640042305, -0.3215431571006775, 0.35242462158203125, -0.09007931500673294, -0.1340712010860443, 0.7797451019287109, 0.2979584336280823, -0.2407607138156891, 0.24423560500144958, -0.16415399312973022, -0.7559963464736938, 0.29325178265571594, 0.08654416352510452, 0.3951575458049774, 0.14067870378494263, -0.08656807988882065, -0.47392192482948303, 0.6640785336494446, 0.170242041349411, -0.20958057045936584, 0.6127365827560425, 0.8271281123161316, -1.0063637495040894, -0.04878341034054756, -0.5587459206581116, -0.10693710297346115, -0.4917047619819641, -0.0644669309258461, -0.32172366976737976, -0.44142746925354004, 0.9270182847976685, 0.0772198736667633, -0.19595354795455933, 0.9326342940330505, 0.8202499151229858, 0.17868362367153168, 0.4025929868221283, 0.6531387567520142, -0.23981235921382904, 0.4872923195362091, -0.3559736907482147, -0.2334720343351364, -0.8133673667907715, -0.6040752530097961, -0.593299150466919, -0.5376867055892944, -0.7144160270690918, -0.38506263494491577, -0.17091479897499084, 0.04817791283130646, -0.33436474204063416, 0.704459011554718, -0.7497274279594421, 0.47576263546943665, 0.8019587397575378, 0.2907421886920929, -0.1504097729921341, -0.18434180319309235, 0.3943294286727905, 0.3389352262020111, -0.4702794551849365, -0.09413879364728928, 1.341016411781311, 0.5287126898765564, 0.9109727740287781, 0.42717230319976807, 0.9414916634559631, 0.4169424772262573, 0.3647924065589905, -0.3275121748447418, 0.2596162259578705, -0.04822951927781105, -0.7632564306259155, 0.0586443692445755, -0.1445562243461609, -0.8118347525596619, -0.6897903084754944, -0.2821412682533264, -0.30132949352264404, 0.7723381519317627, 0.5038972496986389, -0.21146361529827118, 0.14652815461158752, -0.9824307560920715, 1.072892189025879, 0.04128872603178024, 0.13829506933689117, -0.24993093311786652, -0.5290791392326355, 0.11933181434869766, 0.1634480357170105, 0.12175484001636505, -0.5187073349952698, 0.15311619639396667, 1.1619466543197632, -0.6047765612602234, 0.9452500939369202, -0.7785205245018005, -0.04425425827503204, 0.14151139557361603, -0.19025170803070068, 0.14274224638938904, 0.5419433116912842, -0.16653010249137878, 0.2291305810213089, 0.15920370817184448, -0.6828353404998779, -0.20170728862285614, 0.8129429221153259, -0.5996893644332886, 0.16982725262641907, -0.49711790680885315, -0.4788617491722107, -0.05038633570075035, 0.2521995007991791, 0.12205256521701813, 0.8168994188308716, -0.1722659170627594, 0.1048157587647438, 0.5671629309654236, 0.24539080262184143, 0.4433177709579468, 0.1680121272802353, -0.35458534955978394, -0.5068539977073669, 1.0507844686508179, 0.1678118258714676, -0.4099551737308502, 0.2516959309577942, 0.38980355858802795, -0.2070382982492447, -0.41287416219711304, -0.7000294923782349, 0.2639894187450409, -0.4273126721382141, -0.8040760159492493, -0.12957075238227844, -0.3548610508441925, -0.4478752911090851, -0.1643305867910385, -0.2787221074104309, -0.8705692291259766, -0.6282832026481628, -0.6720123887062073, 1.3147271871566772, 0.7888673543930054, -0.7551141381263733, 0.5059794783592224, -0.8020056486129761, 0.6163333058357239, -0.14111429452896118, 1.1185071468353271, -0.057505782693624496, -0.5853388905525208, -0.3232402801513672, -0.21624703705310822, -0.13523933291435242, -0.8208092451095581, -0.2132183462381363, 0.23445135354995728, 0.7298243045806885, 0.2948630452156067, 0.09239205718040466, 0.6434758305549622, -0.14066317677497864, 0.536652147769928, 0.12859196960926056, -0.544429361820221, 0.6654959321022034, -0.3610742688179016, 0.42723292112350464, 0.9111226797103882, 0.5414959788322449, -0.39498424530029297, 0.09495382010936737, -1.1713638305664062, -0.5618284344673157, 0.5372867584228516, 0.02404843270778656, 0.236064150929451, 0.2519610524177551, 0.5214222073554993, 0.017025576904416084, 0.15229474008083344, -0.40869227051734924, -0.9870155453681946, -0.13216745853424072, -0.49312087893486023, 0.22593913972377777, -0.4289073944091797, -0.281574547290802, -0.5134485960006714, 0.6630441546440125, -0.010306584648787975, 0.3880210518836975, -0.1510646492242813, 0.3085786998271942, -0.17429828643798828, -0.3561391234397888, 0.3556292951107025, 0.4824466109275818, -0.5711205005645752, -0.25865381956100464, -0.28110963106155396, -0.7982849478721619, -0.4153158664703369, 0.9007968306541443, -0.06052304431796074, -0.4090014100074768, 0.5170783996582031, 0.6586570143699646, -0.4033689796924591, -0.04374569281935692, 0.2999403178691864, -0.19373466074466705, -0.4174039661884308, -0.5151830315589905, 0.16201052069664001, 0.17240655422210693, 0.1570410281419754, 0.27768197655677795, -0.12253443151712418, 0.4177938997745514, -0.37869688868522644, 0.5229448676109314, -0.07528314739465714, -0.6422471404075623, -0.6076065897941589, 0.5450534224510193, 0.6243588924407959, -0.6050066351890564, 0.7762624025344849, -0.19508711993694305, -0.3351738750934601, 0.835319995880127, 0.09307189285755157, 0.7363610863685608, -0.48538535833358765, 0.27530190348625183, 0.6680704951286316, 0.08176545053720474, 0.38562026619911194, 0.8622251749038696, -0.3096162676811218, -0.6215482950210571, -0.025043928995728493, -0.3735007643699646, -0.5051308274269104, -0.0448765754699707, -1.2597092390060425, 0.23180559277534485, -0.85476154088974, -0.1256738007068634, 0.311151385307312, 0.20193342864513397, -0.841897189617157, 0.2859550714492798, 0.5042283535003662, 1.4776571989059448, -0.8921468257904053, 0.7232590317726135, 0.8537881970405579, -0.44942358136177063, -0.9083355665206909, -0.4189732074737549, 0.24350224435329437, -1.0100226402282715, -0.40047797560691833, 0.16829557716846466, 0.6934102177619934, -0.3728890120983124, -0.8128054738044739, -0.7790534496307373, 1.0606507062911987, 0.2058619260787964, -0.7282109260559082, 0.33305004239082336, -0.14432170987129211, 0.2866710424423218, -0.29630616307258606, 0.2259882688522339, 0.4904613494873047, 0.7960249185562134, 0.2908201813697815, -0.6958727240562439, 0.18404962122440338, -0.749788761138916, -0.38955509662628174, 0.4396391212940216, -0.9073629975318909, -0.007745496463030577, 0.04128522425889969, 0.2565613090991974, 0.15879061818122864, 0.7180383801460266, 0.20284010469913483, 0.3842920958995819, 0.34870442748069763, 0.7070776224136353, 0.9912661910057068, -0.33063915371894836, 0.8056824803352356, -0.08292540907859802, 0.5325233936309814, 1.1501753330230713, -0.09827360510826111, 0.3687250316143036, 0.4873090386390686, -0.025529583916068077, 0.3288841247558594, 0.7385991215705872, -0.6104916930198669, 0.4025973975658417, 0.22466498613357544, 0.0049415347166359425, -0.2961183488368988, -0.15684756636619568, -0.9052029252052307, 0.15824751555919647, 0.500717043876648, -0.41343629360198975, -0.08467873930931091, -0.11499784886837006, 0.18887177109718323, 0.03312721475958824, -0.5793993473052979, 0.7919615507125854, 0.05068720504641533, -0.1172967329621315, -0.2410990297794342, -0.11400710046291351, 0.0877155140042305, -0.5595107078552246, -0.4263452887535095, -0.26378023624420166, 0.3803892433643341, -0.5493878722190857, -1.177369475364685, 0.868994951248169, -0.31540706753730774, -0.491021990776062, -0.18724074959754944, 0.4722168743610382, -0.28900647163391113, -1.2356842756271362, 0.3052799701690674, 0.08862138539552689, 0.06544333696365356, 0.011866617947816849, -1.2254222631454468, 0.49993786215782166, -0.0983620136976242, -0.1552780270576477, 0.24404476583003998, 0.14180664718151093, -0.07234113663434982, 0.42318442463874817, 0.650593638420105, -0.14251726865768433, -0.4045667052268982, 0.32416754961013794, 0.9384759068489075, -0.7701535224914551, -0.5358845591545105, -0.4013826251029968, 0.6804516911506653, -0.3563869595527649, -0.8305052518844604, 0.5522447824478149, 1.1716458797454834, 0.8497710824012756, -0.098415806889534, 0.483331561088562, -0.44595834612846375, 0.9020848274230957, -0.22164286673069, 0.8046213984489441, -0.23860110342502594, -0.23138576745986938, -0.1530165821313858, -0.7032103538513184, -0.7299693822860718, 0.6734366416931152, 0.26716697216033936, -0.02933739498257637, 0.40029144287109375, 1.034911870956421, -0.1914607733488083, 0.32815176248550415, -0.015340720303356647, 0.1155533716082573, 0.3259282410144806, 0.3686896860599518, 0.3185041546821594, -0.7453702688217163, 0.05643460899591446, -0.5099149346351624, -0.5621814131736755, 0.15441147983074188, -1.0907193422317505, -0.9065669178962708, -0.7278265357017517, -0.6619549989700317, -0.6159325838088989, -0.1580713838338852, 0.783021092414856, 1.131182312965393, -1.1852022409439087, -0.27647632360458374, 0.1990000605583191, 0.26668626070022583, 0.15170054137706757, -0.09521939605474472, 0.7696871757507324, 0.6456658840179443, -0.4289610683917999, -0.0966755822300911, -0.031105605885386467, 0.12788374722003937, -0.06221327930688858, -0.014287767931818962, -0.023013897240161896, -0.034212496131658554, 0.060731805860996246, 0.5408839583396912, -0.04524197801947594, -0.29354327917099, -0.5089393258094788, 0.29027992486953735, 0.16013450920581818, 0.9172171950340271, -0.433737188577652, 0.009962883777916431, 0.5372490882873535, 0.4226442873477936, 0.6918114423751831, 0.2802114486694336, 0.5761502385139465, -0.5260781049728394, 0.3585802912712097, -0.16872236132621765, 0.42147400975227356, 0.2673748731613159, -0.5111129283905029, 0.873049795627594, 0.346626341342926, -0.48714032769203186, -0.6099074482917786, -0.08185814321041107, -1.575570821762085, 0.5903452038764954, 0.7916904091835022, 0.1416790932416916, -0.42563092708587646, -0.005248750559985638, -0.379316508769989, -0.09477470070123672, -0.9618898630142212, 0.24052993953227997, 0.5011285543441772, 0.10150313377380371, -0.2695769965648651, -0.05170653387904167, 0.6099340915679932, -0.30928677320480347, -1.2258232831954956, 0.14804330468177795, 0.41928669810295105, -0.019063500687479973, 0.24064257740974426, 0.6165415644645691, -0.12038426101207733, 0.4080151915550232, 0.20756937563419342, 0.21201512217521667, -0.2277802675962448, -0.4974066913127899, -0.3536745309829712, -0.08765505254268646, -0.22200682759284973, -0.5683884024620056 ]
result-kand2-sdxl-wuerst-karlo/53decd51
result-kand2-sdxl-wuerst-karlo
2023-10-04T12:24:28Z
526
0
[ "region:us" ]
null
2023-10-04T12:24:27Z
--- dataset_info: features: - name: result dtype: string - name: id dtype: int64 splits: - name: train num_bytes: 190 num_examples: 10 download_size: 1351 dataset_size: 190 configs: - config_name: default data_files: - split: train path: data/train-* --- # Dataset Card for "53decd51" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
[ -0.7377925515174866, -0.08987303078174591, 0.2993318736553192, 0.35671043395996094, -0.3052620589733124, 0.17665299773216248, 0.4233472943305969, -0.1167745590209961, 0.9386590719223022, 0.35173046588897705, -1.0523359775543213, -0.8079352974891663, -0.46409398317337036, -0.05688748136162758, -0.3712310791015625, 1.1106902360916138, -0.04469924792647362, 0.046453800052404404, -0.34570977091789246, 0.220652773976326, -0.2921905517578125, -0.37401723861694336, -0.40357697010040283, -0.3857908546924591, 0.7999898195266724, 0.9805136322975159, 0.4356711208820343, 0.4818898141384125, 1.0141183137893677, 0.22361336648464203, -0.0737721174955368, -0.09853138029575348, -0.43728107213974, -0.058586083352565765, -0.19897842407226562, -0.431691974401474, -1.250813603401184, -0.05110986530780792, 0.5829285383224487, 0.7277861833572388, -0.21210633218288422, 0.7318446636199951, -0.4081369638442993, 1.078984022140503, -0.4407905340194702, 0.347542941570282, 0.007960477843880653, 0.18817450106143951, -0.7961002588272095, 0.00592112448066473, 0.02479710802435875, -0.6770994067192078, -0.02607712894678116, -1.174538016319275, 0.24336138367652893, -0.09166102856397629, 0.6151368021965027, 0.46375757455825806, -0.09139300137758255, 0.03838247060775757, -0.3979043662548065, 0.04530244693160057, -0.13195914030075073, 0.07667570561170578, 0.9193122982978821, 0.3366227149963379, -0.058478135615587234, -0.542506992816925, -0.44923582673072815, 0.36781954765319824, 0.1280561089515686, 0.3406118154525757, 0.04815831780433655, -0.06460016220808029, 0.6839884519577026, 0.9118372201919556, -0.5234044194221497, -0.10705316066741943, -0.7948476076126099, -0.2501399517059326, 1.061410903930664, 0.5228725671768188, 0.11937713623046875, -0.31334617733955383, -0.33192378282546997, -0.3450976014137268, -0.23884524405002594, -0.10957235097885132, 0.6047652363777161, -0.06511399149894714, -1.1869263648986816, 0.8872546553611755, -0.4590091407299042, 0.25889328122138977, 0.5551007390022278, 0.666660487651825, 0.7328261733055115, -0.31543564796447754, -0.25705552101135254, 0.1924525648355484, 0.2658376097679138, 0.5214008092880249, 0.1717209666967392, 0.16068017482757568, 0.10498534888029099, -0.029822422191500664, 0.08272665739059448, -1.1155180931091309, -1.0161488056182861, 0.5028238296508789, -0.735029399394989, -0.20676256716251373, 0.5496708750724792, -0.9391627311706543, -0.7035863995552063, -0.2931100130081177, -0.09243042021989822, -0.19534407556056976, -0.906773567199707, 0.13554441928863525, -0.8535153865814209, 0.26574650406837463, 0.28765660524368286, -0.7520847916603088, 0.25818565487861633, 0.7276862263679504, 0.5369222164154053, 0.009485981427133083, -0.17575164139270782, -0.3394210636615753, 0.2728046476840973, -0.33098575472831726, 0.8153250813484192, -0.44458311796188354, -0.49389973282814026, -0.2399478405714035, 0.38775795698165894, 0.13121676445007324, -0.37327149510383606, 0.8729242086410522, -0.3743864595890045, -0.007538225036114454, -0.6521392464637756, -0.6318596601486206, -0.09558000415563583, 0.16187405586242676, -1.4347046613693237, 1.2322149276733398, 0.10764456540346146, -1.0577771663665771, 0.3675316870212555, -1.290749192237854, -0.29760852456092834, 0.7007837891578674, 0.23767997324466705, -0.5047332644462585, 0.36389344930648804, -0.2671984136104584, 0.6183922290802002, -0.013441192917525768, 0.2864895761013031, -0.7762236595153809, -0.38250651955604553, 0.12985794246196747, 0.06035632640123367, 1.1240558624267578, 0.22554010152816772, 0.2726913392543793, -0.1606285572052002, -1.078255534172058, -0.14786410331726074, 0.34531691670417786, -0.2597861886024475, -0.46725714206695557, -0.5530871748924255, 0.21045419573783875, -0.1777433604001999, 0.4436787962913513, -0.6343485713005066, 0.1799389123916626, 0.10775123536586761, -0.4122656583786011, 0.7900674939155579, 0.06210889294743538, 0.2820006310939789, -0.4232856333255768, 0.59581458568573, 0.20553717017173767, 0.4026413559913635, 0.08935973793268204, -0.4866764545440674, -0.7372668385505676, -0.31415650248527527, 0.6850110292434692, 0.6097885966300964, -0.5888830423355103, 0.9052636027336121, 0.05503016337752342, -0.7978211045265198, -0.2540358901023865, -0.29456132650375366, -0.0042509641498327255, 0.011887233704328537, 0.3076557517051697, -1.0567431449890137, -0.8648641705513, -0.6369714140892029, 0.7134841680526733, -0.1624215692281723, 0.1656545102596283, 0.18941794335842133, 0.7635425329208374, -0.2916450500488281, 0.6823409795761108, -0.9208710193634033, -0.1952318400144577, 0.21122264862060547, -0.30087810754776, 0.21976761519908905, 0.6903377175331116, 0.7846299409866333, -0.6426395177841187, -0.4117954671382904, -0.5013248920440674, -0.5875693559646606, 0.15862490236759186, 0.35348203778266907, -0.6190133094787598, -0.09572513401508331, 0.10748517513275146, -0.7080357670783997, 0.8820695281028748, 0.8383569717407227, -0.7810761332511902, 0.40292397141456604, -0.029977720230817795, 0.11528538167476654, -1.4978652000427246, 0.4405166804790497, -0.0744548887014389, -0.06497370451688766, -0.4576767086982727, -0.24130527675151825, 0.16842685639858246, -0.11910723894834518, 0.0023848414421081543, 0.3028126358985901, -0.49685168266296387, -0.09688897430896759, 0.050369828939437866, -0.14542117714881897, -0.02919064275920391, 0.16871261596679688, 0.1734582930803299, 0.2189643383026123, 1.0249804258346558, -0.24150820076465607, 1.2148869037628174, 0.6759476065635681, -0.04215170070528984, 1.202692985534668, -0.6230500936508179, 0.057586561888456345, -0.2907257378101349, 0.5725903511047363, -0.8461474776268005, -0.6412513256072998, 0.6048288941383362, -0.3175974488258362, 0.30638736486434937, -0.2782718539237976, -0.5712663531303406, -0.8194082975387573, -0.5101742744445801, 0.7730869054794312, 0.22688117623329163, -0.7509622573852539, 0.24393866956233978, 0.7461677193641663, 0.04995369166135788, -0.15697798132896423, -0.8416578769683838, 0.13074886798858643, -0.46698641777038574, -0.2504770755767822, 0.4817157983779907, -0.6043984293937683, -0.01556604728102684, -0.1626473069190979, 0.2837856113910675, -0.1944487988948822, 0.035846732556819916, 0.6842416524887085, 0.3207947015762329, -0.16010485589504242, 0.43521755933761597, -0.05987511947751045, -0.7635740637779236, 0.3734269142150879, 0.04611918702721596, 0.3377106487751007, 0.22713324427604675, -0.11469413340091705, -0.7780368328094482, 0.7041788697242737, 0.3450160324573517, -0.3061816692352295, 0.3688049912452698, 0.7459633350372314, -0.7940869927406311, -0.3802262246608734, -0.2688221037387848, -0.1955760270357132, -0.47523483633995056, 0.2564482092857361, -0.5834950804710388, -0.37163060903549194, 0.5652541518211365, -0.08186394721269608, -0.3027743995189667, 0.7981197834014893, 0.9240425229072571, -0.036996081471443176, 0.5204212665557861, 0.7674809694290161, -0.18406111001968384, 0.468355268239975, -0.36567598581314087, -0.42337262630462646, -0.6436363458633423, -0.5386968851089478, -0.41175559163093567, -0.4794275164604187, -0.6406395435333252, -0.6231854557991028, -0.25898829102516174, -0.16381634771823883, -0.3130696415901184, 0.5098140239715576, -0.774164080619812, 0.5906322002410889, 0.6057009696960449, 0.34162437915802, 0.1805189698934555, -0.16714273393154144, 0.20264555513858795, 0.2900046408176422, -0.5637822151184082, 0.021628238260746002, 1.185133695602417, 0.5904479622840881, 1.1062288284301758, 0.3500385880470276, 1.0653424263000488, 0.4936147630214691, 0.023877738043665886, -0.36127933859825134, 0.4614669382572174, -0.20130431652069092, -0.9568624496459961, -0.1183522567152977, -0.13982944190502167, -0.613957941532135, -0.643012285232544, -0.09970938414335251, -0.1316232532262802, 0.7988175749778748, 0.16491428017616272, -0.12139057368040085, 0.2348758578300476, -0.9495242238044739, 0.8947297930717468, -0.0042681884951889515, 0.18431055545806885, -0.36091428995132446, -0.698087215423584, 0.2842646837234497, 0.10141131281852722, -0.3256331980228424, -0.6111288070678711, 0.056537777185440063, 0.9321938157081604, -0.45849084854125977, 1.307466983795166, -0.6306907534599304, -0.23437440395355225, -0.05721062421798706, -0.1587591916322708, 0.19094300270080566, 0.47625645995140076, -0.18185772001743317, 0.04236671328544617, 0.13391481339931488, -0.4880271255970001, 0.0567031167447567, 0.6986208558082581, -0.8224413394927979, 0.12582099437713623, -0.5911247134208679, -0.6471628546714783, 0.08623269945383072, 0.17664343118667603, -0.012123539112508297, 0.6304758191108704, -0.5720313787460327, -0.07505541294813156, 0.8669458031654358, 0.35691189765930176, 0.537759006023407, 0.17155638337135315, -0.040284570306539536, -0.34987935423851013, 0.9071028232574463, 0.052358705550432205, -0.23973876237869263, 0.3621598184108734, 0.03015405870974064, -0.18794865906238556, -0.23626874387264252, -0.6821695566177368, 0.3127281367778778, -0.5862303972244263, -0.6223722696304321, -0.2214300036430359, -0.30232760310173035, -0.15166856348514557, -0.033710189163684845, -0.42993801832199097, -1.068318486213684, -0.8224385380744934, -0.7468881011009216, 1.3267970085144043, 0.7282029390335083, -0.8786131143569946, 0.10721080750226974, -0.4704270660877228, 0.589509904384613, 0.12455420941114426, 1.1574102640151978, -0.17182239890098572, -0.21053089201450348, -0.44679781794548035, -0.11784502118825912, -0.008152545429766178, -0.6414339542388916, -0.44703155755996704, 0.28915536403656006, 0.5391263961791992, 0.25242355465888977, 0.46219977736473083, 0.668606162071228, -0.13869160413742065, 0.47192490100860596, 0.28947943449020386, -0.8403894901275635, 0.5793492197990417, -0.09714429080486298, 0.4699610769748688, 0.744884192943573, 0.7244042754173279, -0.44418254494667053, -0.0761793851852417, -0.8805331587791443, -0.5020544528961182, 0.7926061749458313, -0.2075694352388382, 0.18072926998138428, 0.2967481017112732, 0.31900158524513245, 0.17925161123275757, -0.042221035808324814, -0.4387926757335663, -1.0103764533996582, -0.4112348258495331, -0.5643105506896973, 0.29082462191581726, -0.44266214966773987, -0.4972522258758545, -0.47816091775894165, 0.5886179208755493, -0.18783868849277496, 0.3640156388282776, 0.09772326797246933, 0.3265302777290344, -0.2569302022457123, -0.30229541659355164, 0.302334189414978, 0.5785669088363647, -0.5535916090011597, 0.0016548767453059554, -0.16300733387470245, -0.7487563490867615, -0.3520382046699524, 1.026970386505127, 0.10228677093982697, -0.09873443096876144, 0.21829499304294586, 0.6135332584381104, -0.5483866333961487, -0.1385726034641266, 0.3266022801399231, -0.3312651216983795, -0.45831045508384705, -0.47044485807418823, 0.13077545166015625, 0.3528721034526825, 0.39826470613479614, 0.1706765741109848, -0.17958956956863403, 0.3512575626373291, -0.225643128156662, 0.6043156981468201, -0.0014912075130268931, -0.8025779724121094, -0.5763898491859436, 0.5012746453285217, 0.651638388633728, -0.23217850923538208, 0.720892608165741, -0.10274197906255722, -0.35588088631629944, 0.7838245630264282, 0.1814146190881729, 0.8391426205635071, -0.4661223292350769, 0.8073776960372925, 0.5201836228370667, 0.04732602462172508, 0.3432702124118805, 0.7928810715675354, -0.5644208192825317, -0.5801424384117126, -0.09045097231864929, -0.09783497452735901, -0.5751084685325623, -0.6901877522468567, -1.0909149646759033, 0.21104566752910614, -0.6515600681304932, -0.2808637320995331, 0.20836499333381653, 0.42209193110466003, -0.7634392380714417, 0.4157530963420868, 0.5052984356880188, 1.5624701976776123, -0.6801593899726868, 0.9441602826118469, 0.7368467450141907, -0.276446133852005, -0.5924093723297119, -0.10858539491891861, 0.12739795446395874, -0.804885983467102, 0.013553684577345848, 0.06124398112297058, 0.31286296248435974, -0.1463157832622528, -0.6715786457061768, -0.7446950078010559, 1.3481272459030151, 0.09354209899902344, -0.6239354610443115, 0.43018317222595215, 0.04927806556224823, 0.38921085000038147, -0.2553323209285736, 0.2399742752313614, 0.5760741233825684, 0.7821362018585205, 0.2879848778247833, -0.7640609741210938, 0.3400231897830963, -0.630591094493866, -0.31491076946258545, 0.3780665695667267, -0.8515331149101257, 0.24848416447639465, -0.3686866760253906, -0.05573182925581932, 0.2612047791481018, 0.5855554938316345, 0.22110724449157715, 0.3884851336479187, 0.4104483723640442, 0.895967960357666, 1.1383521556854248, -0.4011061489582062, 0.8302946090698242, 0.18172204494476318, 0.578905463218689, 0.9463737607002258, -0.3373028635978699, 0.25181981921195984, 0.465087354183197, -0.10009397566318512, 0.43939828872680664, 0.9217630624771118, -0.5975373983383179, 0.6958402991294861, 0.36447831988334656, -0.15166404843330383, -0.2273503541946411, -0.2438029944896698, -0.9635080695152283, 0.22155319154262543, 0.30959656834602356, -0.3236998915672302, 0.10047579556703568, -0.2939877212047577, 0.15818467736244202, -0.34674280881881714, -0.35002416372299194, 0.8710319399833679, -0.04426289349794388, -0.03483129292726517, -0.04072340950369835, 0.0014741322956979275, 0.2061300128698349, -0.5850549936294556, -0.21764487028121948, -0.32193949818611145, 0.35876408219337463, -0.599892795085907, -1.2681217193603516, 0.7060275673866272, -0.28182995319366455, -0.5920381546020508, -0.027117280289530754, 0.38757023215293884, -0.4275491535663605, -0.9758496880531311, 0.290854811668396, 0.24292786419391632, 0.07038919627666473, 0.3427356779575348, -1.2083011865615845, 0.26738789677619934, -0.06166255846619606, -0.13587789237499237, -0.05241311341524124, 0.5821846127510071, 0.15823408961296082, 0.4553249478340149, 0.5048792362213135, -0.10741550475358963, -0.34653162956237793, 0.13335469365119934, 1.1113476753234863, -0.8643158674240112, -0.553693413734436, -0.42825964093208313, 0.9463397860527039, -0.5243097543716431, -0.7717106938362122, 0.696556568145752, 1.0444313287734985, 0.8786536455154419, -0.1202615424990654, 0.7080293297767639, -0.5648841261863708, 0.6806334853172302, -0.19667550921440125, 0.6841796040534973, -0.35006847977638245, -0.2592129707336426, -0.28705689311027527, -0.6430612206459045, -0.7870990633964539, 0.5047221183776855, 0.25709331035614014, -0.2281000316143036, 0.5711493492126465, 0.8887959122657776, -0.17727801203727722, 0.5398735404014587, -0.09553735703229904, 0.10513481497764587, 0.07839951664209366, 0.5910809636116028, 0.7442261576652527, -0.5493790507316589, 0.08745097368955612, -0.44737836718559265, -0.5470998883247375, -0.00981732178479433, -0.9293590784072876, -1.0176178216934204, -0.7273844480514526, -0.7497084736824036, -0.3110567629337311, 0.0009045649785548449, 0.6579709649085999, 1.1247692108154297, -0.9404692649841309, -0.3086065948009491, 0.3362448513507843, 0.5237294435501099, 0.058810483664274216, -0.11627302318811417, 0.9044799208641052, 0.7583100199699402, -0.7498677968978882, -0.2518179416656494, -0.031231001019477844, 0.27227601408958435, -0.26204347610473633, -0.03269357606768608, -0.08126688748598099, -0.170417919754982, 0.16668933629989624, 0.341916561126709, 0.07800858467817307, -0.20372503995895386, -0.4169696569442749, 0.023286674171686172, 0.12469783425331116, 0.8651744723320007, -0.4543269872665405, 0.2191857546567917, 0.6490999460220337, 0.2970820665359497, 0.7995606660842896, 0.18558986485004425, 0.6753305792808533, -0.671483039855957, 0.16979695856571198, -0.18457739055156708, 0.2548621892929077, 0.28410589694976807, -0.4143053889274597, 0.8360975384712219, 0.35624000430107117, -0.4032049775123596, -0.5933886170387268, 0.04840342700481415, -1.3956396579742432, 0.3258104920387268, 0.6456878185272217, 0.07817399501800537, -0.2008165568113327, -0.2858484089374542, -0.39114344120025635, -0.0027317532803863287, -0.8467774987220764, 0.49122318625450134, 0.449199378490448, 0.16670189797878265, -0.1919461339712143, 0.08207882195711136, 0.6029227375984192, -0.2713363766670227, -1.2864753007888794, 0.23099195957183838, 0.5490267276763916, -0.03450325131416321, 0.1288035809993744, 0.6052586436271667, -0.1335677206516266, 0.49518102407455444, 0.18593479692935944, 0.39758703112602234, -0.15276317298412323, -0.5861672759056091, -0.22523713111877441, -0.014844602905213833, -0.24319466948509216, -0.7015591263771057 ]
result-kand2-sdxl-wuerst-karlo/5f48a05c
result-kand2-sdxl-wuerst-karlo
2023-10-04T12:28:37Z
526
0
[ "region:us" ]
null
2023-10-04T12:28:36Z
--- dataset_info: features: - name: result dtype: string - name: id dtype: int64 splits: - name: train num_bytes: 176 num_examples: 10 download_size: 1365 dataset_size: 176 configs: - config_name: default data_files: - split: train path: data/train-* --- # Dataset Card for "5f48a05c" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
[ -0.8800017237663269, 0.040216054767370224, 0.1672741323709488, 0.3141365945339203, -0.2174047827720642, 0.0013412991538643837, 0.5308306217193604, -0.3081763684749603, 0.7751902341842651, 0.32334041595458984, -0.888320803642273, -0.8005775213241577, -0.5607284307479858, 0.059432875365018845, -0.3624724745750427, 1.1266134977340698, 0.15264958143234253, 0.13386750221252441, -0.474944531917572, -0.19612351059913635, -0.5084764361381531, -0.593541145324707, -0.3352133631706238, -0.5410778522491455, 0.969489574432373, 1.0135409832000732, 0.6412643790245056, 0.5726499557495117, 0.95806485414505, 0.23178476095199585, 0.03695821017026901, -0.43595796823501587, -0.4810795187950134, -0.26406019926071167, 0.02020072005689144, -0.45773062109947205, -0.9440860748291016, -0.009364284574985504, 0.6789857149124146, 0.6518678665161133, -0.23949909210205078, 0.677201509475708, -0.46776819229125977, 0.8722258806228638, -0.5502850413322449, 0.617965579032898, -0.020063098520040512, 0.05816437304019928, -0.507420539855957, 0.15754391252994537, 0.0965580940246582, -0.42692363262176514, -0.22344180941581726, -0.9850590825080872, 0.34547439217567444, 0.1540910005569458, 0.9951270818710327, 0.23752762377262115, -0.0490177683532238, -0.1728488802909851, -0.31367963552474976, 0.04091675579547882, -0.1146460697054863, 0.4360724091529846, 0.681035041809082, 0.46283870935440063, -0.03074313886463642, -0.700982928276062, -0.4841141402721405, 0.2427205890417099, -0.02087504230439663, 0.05532233044505119, 0.1277371644973755, 0.05566435307264328, 0.6621967554092407, 0.8691130876541138, -0.43585309386253357, -0.35733842849731445, -0.8416733741760254, -0.4532940685749054, 0.9179115891456604, 0.1354014277458191, 0.294893741607666, -0.14207634329795837, -0.30011528730392456, -0.22180020809173584, -0.4601677358150482, -0.17963314056396484, 0.5063550472259521, 0.08362124860286713, -1.1329492330551147, 0.47371920943260193, -0.1347273886203766, 0.3892546594142914, 0.2591409385204315, 0.6502940654754639, 0.8162292242050171, -0.27678000926971436, -0.25359997153282166, 0.11603521555662155, 0.29824817180633545, 0.3854420483112335, 0.2722032964229584, 0.14314983785152435, -0.028982222080230713, -0.08767544478178024, 0.129463329911232, -1.3563803434371948, -1.0236347913742065, 0.39595088362693787, -0.7807976007461548, -0.22588609158992767, 0.5687097311019897, -0.8837854266166687, -0.41655275225639343, -0.18946002423763275, 0.10638828575611115, 0.20436899363994598, -0.6360747218132019, -0.1915866583585739, -0.582892656326294, 0.3996027708053589, 0.07439740002155304, -1.0652433633804321, 0.3936118185520172, 0.556282639503479, 0.35893136262893677, 0.19519314169883728, -0.10616187751293182, -0.563504159450531, 0.04692445322871208, -0.3145925998687744, 0.8085379004478455, -0.6229264736175537, -0.6462730765342712, -0.04374970495700836, 0.45196425914764404, 0.1615072786808014, -0.5331922769546509, 0.9864623546600342, -0.5914401412010193, -0.08983580768108368, -0.8342119455337524, -0.4961995780467987, -0.24498294293880463, 0.1415850818157196, -1.3285644054412842, 1.0727016925811768, 0.26740700006484985, -0.6978334188461304, 0.4330175817012787, -1.2490895986557007, -0.22738033533096313, 0.6194285154342651, -0.0764569342136383, -0.5597965717315674, 0.09089144319295883, -0.02474384754896164, 0.6619716882705688, -0.04847312346100807, 0.17172865569591522, -0.8946591019630432, -0.2950015664100647, 0.1623540222644806, 0.08426458388566971, 0.7119634747505188, 0.47343698143959045, 0.48275071382522583, 0.03513995558023453, -0.9841257929801941, -0.25230830907821655, 0.1639767438173294, -0.15397682785987854, -0.08499731123447418, -0.7049736976623535, 0.42805179953575134, 0.012416083365678787, 0.41252338886260986, -0.48548972606658936, 0.14714154601097107, 0.10807684063911438, -0.2714306712150574, 0.6937073469161987, 0.1875893771648407, 0.2606603503227234, -0.5221660137176514, 0.7434295415878296, 0.22664816677570343, 0.20967820286750793, -0.201879620552063, -0.6062965393066406, -0.6099889278411865, -0.1742689460515976, 0.807762861251831, 0.5444871187210083, -0.5277227163314819, 0.5558043718338013, 0.22981321811676025, -0.5861784219741821, -0.2657412588596344, -0.00929977372288704, 0.23742832243442535, 0.2098298817873001, 0.4135289788246155, -0.7466771006584167, -0.6953029036521912, -0.7238642573356628, 0.3574250638484955, 0.16411562263965607, 0.10100160539150238, 0.4312663674354553, 0.9305055141448975, -0.254084050655365, 0.4620892405509949, -0.929175078868866, -0.2828809916973114, 0.1887422800064087, -0.3415239453315735, 0.33384501934051514, 0.8310943841934204, 1.1218774318695068, -0.8991553783416748, -0.3666823208332062, -0.6510599851608276, -0.4705643057823181, -0.0250084288418293, 0.2958795428276062, -0.5836886167526245, -0.0018288176506757736, 0.1871894896030426, -0.4600282609462738, 0.6941015720367432, 0.9586384296417236, -0.885201096534729, -0.049826256930828094, 0.07332149147987366, 0.31806695461273193, -1.3967444896697998, 0.5133051872253418, 0.006124882027506828, -0.24174070358276367, -0.3674057126045227, 0.007065098732709885, 0.08151423931121826, -0.14413990080356598, -0.14210167527198792, 0.4718846082687378, -0.6877821683883667, -0.16976326704025269, 0.08038714528083801, -0.23603031039237976, -0.22640864551067352, 0.3764811158180237, -0.0010900553315877914, 0.3180035352706909, 0.8404916524887085, -0.3234521150588989, 1.0033038854599, 0.7228685021400452, 0.04007250443100929, 0.8558714389801025, -0.5530955195426941, 0.16206738352775574, -0.2631893754005432, 0.46911048889160156, -0.8686161637306213, -0.8233371376991272, 0.6228007674217224, -0.5497738718986511, 0.4026317000389099, -0.4065033495426178, -0.3150596022605896, -0.5818909406661987, -0.27328285574913025, 0.9424433708190918, 0.3824502229690552, -0.8085812330245972, 0.44164830446243286, 0.714606761932373, -0.03332603722810745, -0.17955109477043152, -0.9102303981781006, -0.10991460084915161, -0.21499253809452057, -0.2867923378944397, 0.5540674924850464, -0.5843313932418823, 0.2430708408355713, -0.18459589779376984, 0.2300523966550827, -0.25735536217689514, -0.24254286289215088, 0.6662276387214661, 0.2838851809501648, -0.2273121327161789, 0.21820224821567535, -0.20057496428489685, -0.6651110053062439, 0.36186182498931885, 0.164569690823555, 0.21414786577224731, 0.07420559972524643, -0.00014640460722148418, -0.5898944139480591, 0.5864118337631226, 0.4580973982810974, -0.19459892809391022, 0.501171350479126, 0.9183669686317444, -1.0247204303741455, 0.006327642127871513, -0.38265734910964966, -0.19998714327812195, -0.4684452414512634, 0.013584999367594719, -0.6212106943130493, -0.48049572110176086, 0.7815513610839844, 0.07007221132516861, -0.14405182003974915, 0.8813382387161255, 0.8576452732086182, 0.23887284100055695, 0.7322700023651123, 0.7542743682861328, -0.27964845299720764, 0.4609948396682739, -0.2807392179965973, -0.2949334383010864, -0.4977671504020691, -0.6594367623329163, -0.6557338833808899, -0.48262131214141846, -0.8308490514755249, -0.4154321253299713, -0.0886140763759613, -0.18148010969161987, -0.2594952881336212, 0.3556525707244873, -0.5823529958724976, 0.527927815914154, 0.5344619750976562, 0.16945865750312805, -0.06316200643777847, -0.18493328988552094, 0.12123102694749832, 0.37612083554267883, -0.7774547934532166, 0.028898023068904877, 1.1927955150604248, 0.6850723028182983, 0.8388736248016357, 0.3670281767845154, 0.8819506764411926, 0.32908207178115845, 0.47882193326950073, -0.3935999572277069, 0.17070263624191284, -0.11853395402431488, -0.9766767024993896, -0.033925045281648636, -0.18962547183036804, -0.685924768447876, -0.4481264054775238, -0.42302483320236206, -0.15754491090774536, 0.5731714367866516, 0.6002095937728882, -0.2718569338321686, -0.02625091001391411, -0.8794350624084473, 1.2211008071899414, 0.15017840266227722, 0.005229879170656204, -0.20240986347198486, -0.6922083497047424, 0.330817848443985, 0.31688129901885986, 0.1496637761592865, -0.37534791231155396, 0.08476300537586212, 0.9179927110671997, -0.443225622177124, 0.8662493228912354, -0.7411853075027466, -0.12962612509727478, 0.24860446155071259, -0.3910781741142273, 0.20735691487789154, 0.5557984113693237, -0.07904405891895294, 0.08290054649114609, 0.4477326571941376, -0.7613288164138794, -0.15362730622291565, 0.8873040080070496, -0.7392910122871399, 0.33437079191207886, -0.580685019493103, -0.5171433091163635, -0.1185070276260376, 0.13301236927509308, 0.19178356230258942, 0.5992998480796814, -0.43349629640579224, 0.20719322562217712, 0.7695958614349365, 0.38397109508514404, 0.5346367359161377, 0.06713037937879562, -0.3112320899963379, -0.49007129669189453, 1.0466837882995605, 0.14173352718353271, -0.29239627718925476, 0.38009223341941833, 0.1398266702890396, -0.3429184854030609, -0.2898929715156555, -0.7430799007415771, 0.12742343544960022, -0.6010304689407349, -0.647593080997467, -0.1756969541311264, -0.2579737901687622, -0.3870949149131775, -0.11539733409881592, -0.2797244191169739, -0.5917630195617676, -0.8208627104759216, -0.5398563146591187, 1.049394130706787, 0.5853081345558167, -0.616195559501648, 0.3056038022041321, -0.9128064513206482, 0.765048086643219, 0.03931841626763344, 1.0430457592010498, -0.29214829206466675, -0.46704259514808655, -0.2819758951663971, -0.09158727526664734, -0.12009446322917938, -0.7081040143966675, -0.18460780382156372, 0.23932713270187378, 0.6050029397010803, 0.25956133008003235, -0.008030727505683899, 0.48063963651657104, -0.03485788777470589, 0.553747296333313, 0.27428051829338074, -0.832889974117279, 0.24090687930583954, -0.23470184206962585, 0.6254760026931763, 0.6943755745887756, 0.721214771270752, -0.4069548547267914, 0.32319629192352295, -1.1052453517913818, -0.5535878539085388, 0.4585704207420349, -0.024600433185696602, 0.29055774211883545, 0.427930623292923, 0.5814790725708008, -0.016474757343530655, 0.26779627799987793, -0.5782574415206909, -0.7857418060302734, -0.3630162179470062, -0.6546111702919006, 0.2194439172744751, -0.4565170407295227, -0.2938109040260315, -0.5225527882575989, 0.6982783079147339, -0.3277188539505005, 0.5293360948562622, 0.016680799424648285, 0.39340198040008545, -0.22062870860099792, -0.3426002562046051, 0.5565512180328369, 0.4459797441959381, -0.3496244251728058, -0.1799398958683014, 0.05012690648436546, -0.641957700252533, -0.5129040479660034, 0.8551158905029297, 0.12174113839864731, -0.3098691701889038, 0.4214209318161011, 0.6800805330276489, -0.2322729080915451, -0.04084093123674393, 0.40132516622543335, -0.25105026364326477, -0.4454658031463623, -0.4335537552833557, 0.21200282871723175, 0.22061824798583984, 0.12278096377849579, 0.03836333006620407, -0.12186659872531891, 0.3820384740829468, -0.540155827999115, 0.6717327833175659, 0.08214797079563141, -0.7207481265068054, -0.4746885895729065, 0.5162761211395264, 0.7444629073143005, -0.23740991950035095, 0.7830612659454346, -0.064886175096035, -0.3823350965976715, 0.9022315144538879, 0.21682359278202057, 0.6807116866111755, -0.5407708883285522, 0.3192460536956787, 0.6248944997787476, -0.05219938978552818, 0.3370931148529053, 0.9929259419441223, -0.3396945595741272, -0.7683751583099365, 0.10748562216758728, -0.41749486327171326, -0.4155466556549072, -0.27971526980400085, -0.9903545379638672, 0.38959890604019165, -0.7984153628349304, -0.05024072155356407, 0.2660268545150757, 0.314007043838501, -0.8678570985794067, 0.6926171779632568, 0.39048102498054504, 1.443448781967163, -0.7826353311538696, 0.7630155086517334, 0.7454001903533936, -0.546195387840271, -0.858116090297699, -0.2556411623954773, 0.0672294944524765, -0.8393489718437195, -0.2643311619758606, 0.12620288133621216, 0.32938551902770996, -0.19824346899986267, -0.9140653610229492, -0.8098586797714233, 1.2843925952911377, 0.19966919720172882, -0.8269698619842529, 0.48888885974884033, -0.21083128452301025, 0.288118451833725, -0.5609240531921387, 0.22584369778633118, 0.554347813129425, 0.8003751039505005, 0.6567360162734985, -0.6391567587852478, 0.2563732862472534, -0.4958800971508026, -0.32275915145874023, 0.42150288820266724, -1.0518231391906738, 0.0538952611386776, -0.3299828767776489, 0.17471103370189667, 0.1753893345594406, 0.9341400861740112, 0.085019052028656, 0.37663260102272034, 0.37209710478782654, 0.5522254705429077, 0.9913539290428162, -0.27738097310066223, 0.8072552680969238, -0.2904070019721985, 0.5842349529266357, 0.8754640221595764, -0.13578560948371887, 0.3877716064453125, 0.5214776396751404, 0.11409620940685272, 0.40031617879867554, 0.8943707942962646, -0.6996045112609863, 0.4494518041610718, 0.4264161288738251, -0.30255961418151855, -0.25868165493011475, -0.053477853536605835, -0.8124837279319763, 0.19899466633796692, 0.45798778533935547, -0.5904357433319092, 0.17714732885360718, -0.25046879053115845, 0.25341102480888367, -0.1617605984210968, -0.5016480684280396, 0.7046239972114563, 0.10652858018875122, -0.3555302619934082, 0.13755685091018677, 0.14165568351745605, 0.10485045611858368, -0.4861701428890228, -0.4868699312210083, -0.21308699250221252, 0.3109496235847473, -0.7914556860923767, -1.0346330404281616, 0.8176780939102173, -0.30267763137817383, -0.5402823686599731, -0.12264066189527512, 0.5687533020973206, -0.5309680700302124, -0.9357146620750427, 0.11572656780481339, -0.13455134630203247, 0.17484906315803528, 0.24018681049346924, -1.1242172718048096, 0.5603042840957642, -0.08258819580078125, -0.11999206244945526, 0.1464460790157318, 0.08915666490793228, 0.07333238422870636, 0.49934548139572144, 0.5109124183654785, -0.24969929456710815, -0.4040966033935547, 0.1662360578775406, 0.9403364658355713, -0.7859442830085754, -0.4867626428604126, -0.3666447103023529, 0.8154167532920837, -0.21233007311820984, -0.8286106586456299, 0.1592487096786499, 1.1061561107635498, 0.9525253176689148, -0.2430581897497177, 0.6998456120491028, -0.4465128183364868, 0.5663455128669739, -0.49486246705055237, 0.7408406138420105, -0.20119120180606842, -0.17668002843856812, -0.16053712368011475, -0.6032027006149292, -0.8537318706512451, 0.6600209474563599, 0.4425894618034363, 0.37421953678131104, 0.5876296162605286, 1.067247748374939, -0.26160722970962524, 0.4358859658241272, 0.16287904977798462, 0.19269049167633057, 0.1961214244365692, 0.5292166471481323, 0.21378865838050842, -0.7045957446098328, 0.20196443796157837, -0.2765158712863922, -0.55726557970047, 0.05118563398718834, -1.1526252031326294, -0.9448181390762329, -0.7131792902946472, -0.6244933009147644, -0.44710126519203186, -0.06154961511492729, 0.9440224170684814, 1.1113767623901367, -1.1037509441375732, -0.19069519639015198, 0.08336322009563446, 0.4116877019405365, 0.14378009736537933, -0.12694396078586578, 0.539478063583374, 0.5022577047348022, -0.6278543472290039, -0.29039159417152405, -0.19129806756973267, 0.271906316280365, -0.3175045847892761, -0.05078369379043579, -0.1421835571527481, 0.024127371609210968, 0.17627066373825073, 0.5024360418319702, -0.06765423715114594, -0.48253536224365234, -0.49772754311561584, 0.1452392041683197, 0.20617890357971191, 0.8617551326751709, -0.4982646405696869, -0.011025842279195786, 0.7328464984893799, 0.4103209972381592, 0.6897600293159485, 0.16272759437561035, 0.7701493501663208, -0.5902713537216187, 0.020445626229047775, -0.16357001662254333, 0.339824914932251, 0.2747214734554291, -0.5227097272872925, 0.637618362903595, 0.5255758762359619, -0.5100345611572266, -0.4213221073150635, 0.06212947890162468, -1.2885864973068237, 0.42994171380996704, 0.7769076228141785, -0.040040381252765656, -0.2937312126159668, 0.05811548978090286, -0.5309504270553589, 0.059642162173986435, -0.8765631914138794, 0.44815751910209656, 0.8172500133514404, -0.04878970608115196, -0.39151304960250854, -0.23860982060432434, 0.8104649186134338, -0.2075265645980835, -1.267709493637085, 0.05365655943751335, 0.6191511750221252, 0.2636154294013977, 0.04516062140464783, 0.6281954050064087, -0.20500513911247253, 0.49940359592437744, 0.18495389819145203, 0.35505664348602295, -0.022780252620577812, -0.7150550484657288, -0.43614768981933594, 0.27984821796417236, -0.14784076809883118, -0.7183574438095093 ]
result-kand2-sdxl-wuerst-karlo/ff0ba7a6
result-kand2-sdxl-wuerst-karlo
2023-10-04T13:47:35Z
526
0
[ "region:us" ]
null
2023-10-04T13:47:34Z
--- dataset_info: features: - name: result dtype: string - name: id dtype: int64 splits: - name: train num_bytes: 224 num_examples: 10 download_size: 1359 dataset_size: 224 configs: - config_name: default data_files: - split: train path: data/train-* --- # Dataset Card for "ff0ba7a6" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
[ -0.700245201587677, -0.04342358559370041, 0.18669402599334717, 0.39810603857040405, -0.23099783062934875, -0.11974283307790756, 0.589864194393158, -0.2713587284088135, 0.7553194761276245, 0.5684600472450256, -0.9074034094810486, -0.5618791580200195, -0.5116408467292786, -0.06628837436437607, -0.33868399262428284, 1.0290958881378174, 0.2716008424758911, 0.1766437590122223, -0.3824516534805298, -0.15934838354587555, -0.4889317750930786, -0.5632638335227966, -0.6221317052841187, -0.7270066738128662, 0.9515718817710876, 0.6331694722175598, 0.6323820352554321, 0.6776220202445984, 0.8712605237960815, 0.22879141569137573, 0.08955404162406921, -0.46153751015663147, -0.5662774443626404, -0.28810951113700867, -0.17541950941085815, -0.5730023384094238, -1.126805305480957, -0.09800626337528229, 0.7403016090393066, 0.5460661053657532, -0.1031523123383522, 0.7179162502288818, -0.42763808369636536, 0.8969002962112427, -0.211192324757576, 0.7628908753395081, -0.07385367900133133, -0.007562065962702036, -0.7363348603248596, -0.02312229387462139, 0.11925537884235382, -0.44176188111305237, -0.15655262768268585, -1.1008820533752441, 0.2549659311771393, 0.04888416826725006, 0.7483375072479248, 0.28957051038742065, 0.050459567457437515, -0.03166358172893524, -0.3751797080039978, 0.034355681389570236, -0.352434366941452, 0.2699132263660431, 0.7732970714569092, 0.5295159816741943, -0.1978531926870346, -0.5368266105651855, -0.4877413511276245, 0.386751651763916, 0.026567582041025162, 0.121584452688694, 0.13191118836402893, 0.03162778541445732, 0.689975917339325, 0.7246742248535156, -0.45910704135894775, -0.4027615189552307, -0.9094359278678894, -0.4773156940937042, 0.8393753170967102, 0.023584384471178055, 0.29238462448120117, -0.13563761115074158, -0.20494036376476288, -0.330392986536026, -0.580315887928009, -0.021197976544499397, 0.5627676844596863, 0.3107343912124634, -1.0270780324935913, 0.3830440938472748, -0.06781221181154251, 0.42004910111427307, 0.15456338226795197, 0.4752674400806427, 0.8528057932853699, -0.05121857672929764, -0.23992465436458588, 0.10134805738925934, 0.30452394485473633, 0.3408897817134857, 0.09453289955854416, 0.09893523156642914, -0.029599808156490326, 0.08981239795684814, 0.1918097287416458, -1.1904733180999756, -0.8100259304046631, 0.33218151330947876, -0.753656268119812, -0.3315323293209076, 0.4018384516239166, -1.0514161586761475, -0.6646820902824402, -0.21700194478034973, 0.33791497349739075, 0.05700148642063141, -0.7307032346725464, -0.23970367014408112, -0.6927403211593628, 0.5725961327552795, 0.28080883622169495, -0.8775454759597778, 0.22691555321216583, 0.7482861280441284, 0.33411237597465515, 0.2881676256656647, -0.15608403086662292, -0.6917698979377747, 0.11966916918754578, -0.3081330358982086, 0.9663495421409607, -0.7823418974876404, -0.4723612070083618, -0.006990265101194382, 0.5155099034309387, 0.1455976366996765, -0.39453500509262085, 0.8278626799583435, -0.47765660285949707, -0.10716203600168228, -0.9622778296470642, -0.5155203938484192, -0.4571931064128876, 0.135176882147789, -1.2512500286102295, 0.9768700003623962, 0.4350441098213196, -0.47485968470573425, 0.3350699841976166, -1.2209278345108032, -0.22557170689105988, 0.7161892652511597, -0.195539653301239, -0.313419371843338, 0.22827929258346558, -0.15292197465896606, 0.5668879747390747, -0.22961083054542542, 0.3154350519180298, -0.9322143793106079, -0.3417995572090149, 0.044022828340530396, -0.016936903819441795, 0.8147351741790771, 0.27507901191711426, 0.41779038310050964, 0.08554171770811081, -1.0255073308944702, -0.411609947681427, 0.27760645747184753, -0.021372487768530846, -0.1973586231470108, -0.5360097885131836, 0.32824355363845825, -0.07389634102582932, 0.2862275242805481, -0.357134073972702, 0.3205197751522064, -0.036624640226364136, -0.2775842547416687, 0.7980198860168457, 0.11910664290189743, 0.41030800342559814, -0.6307918429374695, 0.726505696773529, -0.03318816050887108, 0.2630082368850708, -0.13322170078754425, -0.6333485841751099, -0.5629129409790039, 0.03821896016597748, 0.7195867896080017, 0.6011290550231934, -0.808636486530304, 0.5636029243469238, 0.19745753705501556, -0.7411779165267944, -0.33622878789901733, 0.07027225196361542, 0.3250441253185272, 0.3491184115409851, 0.3478355407714844, -0.6622147560119629, -0.4575139582157135, -0.6884859800338745, 0.6111809015274048, -0.012627862393856049, 0.08814787119626999, 0.28115126490592957, 0.7771399617195129, -0.3856414258480072, 0.42564383149147034, -0.7445908188819885, -0.3858964443206787, 0.07188919186592102, -0.2560139000415802, 0.2959187924861908, 0.7985242605209351, 1.2918710708618164, -0.8308513760566711, -0.1131933182477951, -0.6093497276306152, -0.6062418818473816, -0.20618535578250885, 0.21490217745304108, -0.7639704346656799, -0.094423308968544, -0.03783654049038887, -0.2197464406490326, 0.7549938559532166, 0.8018559217453003, -0.7987255454063416, -0.21116752922534943, 0.1295320987701416, 0.39065977931022644, -1.3975675106048584, 0.37818872928619385, -0.04720474034547806, -0.11063127964735031, -0.5562994480133057, 0.014342769980430603, 0.07793939858675003, -0.11007433384656906, -0.18118712306022644, 0.6285250782966614, -0.41253286600112915, -0.16977113485336304, -0.14570997655391693, -0.2722402811050415, -0.1509849727153778, 0.4238661527633667, 0.12517215311527252, 0.4432666301727295, 0.982164740562439, -0.3849490284919739, 1.0325798988342285, 0.8010004758834839, 0.21962693333625793, 0.8477474451065063, -0.611202597618103, 0.055481668561697006, -0.3163594901561737, 0.42877331376075745, -0.8135542869567871, -0.9189903736114502, 0.7178546786308289, -0.5297380089759827, 0.4185011088848114, -0.6350204348564148, -0.4058140814304352, -0.5887981653213501, -0.37561675906181335, 0.83844393491745, 0.5118820071220398, -0.7948859930038452, 0.5260725617408752, 0.8032215237617493, -0.049511782824993134, -0.14413125813007355, -0.8932027220726013, -0.2562807500362396, -0.29477667808532715, -0.3356790840625763, 0.4112623333930969, -0.5364059209823608, 0.1859968602657318, -0.20076307654380798, 0.17439168691635132, -0.21896998584270477, -0.21486437320709229, 0.6591987013816833, 0.23331429064273834, -0.22536559402942657, 0.29639098048210144, 0.12051566690206528, -0.7167463898658752, 0.3222547769546509, 0.27367332577705383, 0.3597102761268616, -0.025225291028618813, -0.06831761449575424, -0.3313629925251007, 0.4473956823348999, 0.23600761592388153, -0.161717489361763, 0.38809919357299805, 0.9356444478034973, -1.0088504552841187, -0.2061326801776886, -0.3622192442417145, -0.17788709700107574, -0.5061151385307312, -0.15950651466846466, -0.29875418543815613, -0.5408989787101746, 0.9843118786811829, 0.007889444939792156, -0.046137064695358276, 0.886854887008667, 0.6772384643554688, 0.2636849284172058, 0.42169755697250366, 0.6485475897789001, -0.20792096853256226, 0.39520350098609924, -0.3138609230518341, -0.4242642819881439, -0.5792752504348755, -0.4804754853248596, -0.48710691928863525, -0.40871670842170715, -0.5636447668075562, -0.49938279390335083, -0.15510648488998413, -0.127949520945549, -0.10249330848455429, 0.673848569393158, -0.5867624282836914, 0.4669158458709717, 0.6230700612068176, 0.09469127655029297, -0.20667213201522827, -0.2192574441432953, 0.4642924666404724, 0.46756792068481445, -0.6421840190887451, -0.024127963930368423, 1.1953155994415283, 0.6005279421806335, 0.8242067098617554, 0.42188480496406555, 0.9172140955924988, 0.5118072032928467, 0.4028666019439697, -0.33638226985931396, 0.3632657527923584, -0.006773021537810564, -0.8641690611839294, -0.08005005121231079, -0.2269861400127411, -0.7619626522064209, -0.3396637737751007, -0.47900426387786865, -0.2345559448003769, 0.6616783738136292, 0.5648345947265625, -0.35527274012565613, -0.0017078830860555172, -0.756689727306366, 1.2186652421951294, 0.04294023662805557, -0.028485195711255074, -0.10958287119865417, -0.7014561891555786, 0.29078418016433716, 0.009586699306964874, 0.18967796862125397, -0.4729958772659302, 0.20556104183197021, 1.105182409286499, -0.3903540372848511, 0.913342297077179, -0.7512087225914001, -0.12195127457380295, 0.22016005218029022, -0.3501128554344177, 0.06525995582342148, 0.620800256729126, -0.176154226064682, 0.10827067494392395, 0.3890764117240906, -0.6242831349372864, -0.29302000999450684, 0.7903597950935364, -0.6075229048728943, 0.22878438234329224, -0.692363977432251, -0.47911006212234497, -0.11690022051334381, 0.27212411165237427, 0.17613860964775085, 0.9616148471832275, -0.31517156958580017, 0.12867802381515503, 0.903062105178833, 0.2134576290845871, 0.4247204661369324, 0.18005618453025818, -0.4585475027561188, -0.46763187646865845, 1.1985925436019897, 0.20248082280158997, -0.4232078194618225, 0.3222269117832184, 0.28958746790885925, -0.3084757924079895, -0.3459579646587372, -0.7546557188034058, 0.2522595226764679, -0.5217695832252502, -0.7067039012908936, -0.04428187012672424, -0.27846217155456543, -0.6298445463180542, -0.28114601969718933, -0.24828220903873444, -0.643854558467865, -0.7278177738189697, -0.5691019892692566, 1.2239151000976562, 0.7146235108375549, -0.6778053641319275, 0.6082355380058289, -1.0497231483459473, 0.7529891729354858, -0.035158611834049225, 1.070476770401001, -0.23850247263908386, -0.5601832270622253, -0.17720955610275269, -0.10923978686332703, 0.05861823260784149, -0.8172875642776489, -0.06351186335086823, 0.180149644613266, 0.8314957618713379, 0.40534600615501404, 0.13405758142471313, 0.46657678484916687, -0.05915148928761482, 0.5456480383872986, 0.06923555582761765, -0.6440819501876831, 0.47713324427604675, -0.4810158908367157, 0.4254890978336334, 0.8808525800704956, 0.5665764808654785, -0.14397497475147247, 0.24541713297367096, -1.0333218574523926, -0.6438397765159607, 0.752106249332428, 0.049131978303194046, 0.21705682575702667, 0.34144678711891174, 0.5787900686264038, 0.07527737319469452, 0.3405361473560333, -0.6158815026283264, -0.8495195508003235, -0.21064579486846924, -0.5113633275032043, 0.20904399454593658, -0.4358029067516327, -0.34263259172439575, -0.5355201363563538, 0.8046802282333374, -0.1475806087255478, 0.5894943475723267, -0.11061951518058777, 0.3579443097114563, -0.23373359441757202, -0.28364747762680054, 0.47243833541870117, 0.4950579106807709, -0.5358433723449707, -0.3087134063243866, -0.14322637021541595, -0.502780020236969, -0.3783265948295593, 0.9478461742401123, -0.012114401906728745, -0.41317376494407654, 0.5427269339561462, 0.7578831911087036, -0.25159308314323425, -0.08669104427099228, 0.35269367694854736, -0.20757819712162018, -0.471752792596817, -0.5085558891296387, 0.3918890953063965, 0.0991019755601883, 0.3631111979484558, 0.1267201006412506, -0.10266004502773285, 0.5239500403404236, -0.5412808656692505, 0.6411773562431335, -0.047267962247133255, -0.6513720154762268, -0.5021533370018005, 0.5149530172348022, 0.721109926700592, -0.41602271795272827, 0.5744959712028503, -0.21198831498622894, -0.4085674285888672, 0.8394622206687927, 0.2819415032863617, 0.6922993659973145, -0.5298333764076233, 0.44724443554878235, 0.44271695613861084, 0.0817359909415245, 0.11680073291063309, 0.9307137131690979, -0.3499002754688263, -0.6443427801132202, 0.11688897758722305, -0.5766584873199463, -0.500746488571167, -0.22778725624084473, -1.024076223373413, 0.21614617109298706, -0.7589507102966309, -0.18131689727306366, 0.21251969039440155, 0.15496483445167542, -0.7259716391563416, 0.427798867225647, 0.37832534313201904, 1.33969247341156, -0.9345977902412415, 0.8416422009468079, 0.7107245922088623, -0.5079208016395569, -0.7076572179794312, -0.2729594111442566, 0.22242194414138794, -0.7780417203903198, -0.43552660942077637, 0.291527658700943, 0.3977527618408203, -0.2808631658554077, -0.740556538105011, -0.798120379447937, 1.237091302871704, 0.25216183066368103, -0.6050991415977478, 0.40180760622024536, -0.1386963427066803, 0.3740832507610321, -0.376811683177948, 0.12451079487800598, 0.5592131614685059, 0.8708937168121338, 0.6436755657196045, -0.5530158281326294, 0.10680887848138809, -0.6957926750183105, -0.2587009370326996, 0.41588541865348816, -0.9226540327072144, 0.027035335078835487, 0.033945683389902115, 0.220319926738739, -0.0385165810585022, 0.9508959650993347, 0.0911751389503479, 0.5134512186050415, 0.35150113701820374, 0.4803427755832672, 0.9946123361587524, -0.40198588371276855, 0.8120565414428711, -0.07566538453102112, 0.3701665997505188, 0.970746636390686, -0.2520967721939087, 0.3063487410545349, 0.22732646763324738, 0.06287691742181778, 0.10050195455551147, 0.7588047385215759, -0.6608927845954895, 0.4174394905567169, 0.2944035232067108, -0.12465012818574905, -0.29347696900367737, 0.03305620700120926, -0.9627030491828918, 0.11287611722946167, 0.5839616060256958, -0.436968058347702, 0.045163869857788086, -0.07097427546977997, 0.1448870748281479, -0.13605697453022003, -0.6507829427719116, 0.7047008872032166, 0.0643608421087265, -0.23404312133789062, -0.1537681519985199, -0.08793633431196213, 0.22449393570423126, -0.7596046924591064, -0.5574874877929688, -0.15252888202667236, 0.29644691944122314, -0.5262187719345093, -1.115623950958252, 0.8856000900268555, -0.31249338388442993, -0.39652615785598755, -0.08370467275381088, 0.6814515590667725, -0.487311452627182, -1.045749545097351, 0.4417366683483124, -0.062959685921669, 0.1396368145942688, 0.22085385024547577, -1.179046392440796, 0.5776098370552063, -0.11171931028366089, -0.16551214456558228, 0.275463730096817, 0.11287330090999603, 0.09237943589687347, 0.4842255711555481, 0.5336870551109314, -0.2290448397397995, -0.37573957443237305, 0.2395414561033249, 0.9191571474075317, -0.6999169588088989, -0.35835105180740356, -0.30687129497528076, 0.6231454610824585, -0.2413872331380844, -0.6831670999526978, 0.42138978838920593, 0.9457672834396362, 0.895028829574585, -0.17374807596206665, 0.7266476154327393, -0.38210928440093994, 0.6219227910041809, -0.3965449929237366, 0.8345142006874084, -0.36791184544563293, -0.23366321623325348, -0.3490920066833496, -0.7549678087234497, -0.792473554611206, 0.8280884027481079, 0.3513250946998596, 0.09711490571498871, 0.28230857849121094, 1.0074635744094849, -0.20950961112976074, 0.3416927456855774, 0.14725998044013977, 0.1144760251045227, 0.2969154417514801, 0.3822345435619354, 0.1201537624001503, -0.6829709410667419, 0.048367977142333984, -0.3718525171279907, -0.7043846845626831, 0.10143241286277771, -1.0888642072677612, -1.0204569101333618, -0.7538446187973022, -0.5225011706352234, -0.562858521938324, -0.0673181414604187, 1.0386981964111328, 0.8678375482559204, -1.083633542060852, -0.2769938111305237, 0.2806169390678406, 0.3535335659980774, 0.13868705928325653, -0.10876041650772095, 0.4913449287414551, 0.48931044340133667, -0.5006275773048401, -0.008100036531686783, -0.08151721954345703, 0.25416529178619385, -0.162344828248024, 0.036290060728788376, -0.017189480364322662, 0.2653965353965759, 0.2790394723415375, 0.6207842826843262, -0.07948646694421768, -0.33381494879722595, -0.6337398886680603, 0.3031174838542938, 0.08829925954341888, 0.7106212973594666, -0.43453848361968994, 0.10530520975589752, 0.8270952105522156, 0.4910378158092499, 0.5421855449676514, 0.2839539647102356, 0.8015095591545105, -0.4177786409854889, 0.09615612030029297, -0.2129746824502945, 0.4868318438529968, 0.1686272770166397, -0.479461133480072, 0.8843209147453308, 0.4616127610206604, -0.5109954476356506, -0.580356776714325, -0.00228416221216321, -1.6587413549423218, 0.434140145778656, 0.9136603474617004, 0.09884403645992279, -0.548597514629364, 0.014163483865559101, -0.4741455614566803, 0.04235607385635376, -1.0326799154281616, 0.192631796002388, 0.5996842980384827, 0.02977784164249897, -0.28059014678001404, -0.1940721720457077, 0.8315627574920654, -0.5518372058868408, -1.2231889963150024, 0.1299707591533661, 0.6936450600624084, 0.10137355327606201, 0.1356305629014969, 0.8840494751930237, -0.19634445011615753, 0.4688582122325897, 0.21146804094314575, 0.2569752335548401, -0.23383885622024536, -0.7761209607124329, -0.47089844942092896, 0.18183746933937073, -0.3173202872276306, -0.3347029983997345 ]
result-kand2-sdxl-wuerst-karlo/002953b6
result-kand2-sdxl-wuerst-karlo
2023-10-22T07:58:35Z
526
0
[ "region:us" ]
null
2023-10-22T07:58:34Z
--- dataset_info: features: - name: result dtype: string - name: id dtype: int64 splits: - name: train num_bytes: 186 num_examples: 10 download_size: 1369 dataset_size: 186 configs: - config_name: default data_files: - split: train path: data/train-* --- # Dataset Card for "002953b6" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
[ -0.5566991567611694, -0.011492391116917133, 0.2592644989490509, 0.44827377796173096, -0.21802105009555817, -0.13023613393306732, 0.43874070048332214, -0.19927512109279633, 0.8975536823272705, 0.4545896649360657, -0.9596750736236572, -0.5914139151573181, -0.4593435525894165, -0.13297072052955627, -0.1954946517944336, 1.1584676504135132, 0.24452117085456848, 0.13580167293548584, -0.3200687766075134, 0.033046092838048935, -0.40026482939720154, -0.5666559338569641, -0.5376381278038025, -0.40941905975341797, 1.1515185832977295, 0.8211092948913574, 0.47598445415496826, 0.6241934299468994, 0.8540456891059875, 0.19863002002239227, 0.04394784942269325, -0.3047110140323639, -0.5410395264625549, -0.23357199132442474, -0.20138977468013763, -0.5481746196746826, -1.1978102922439575, 0.0281571913510561, 0.6483451128005981, 0.8418657183647156, -0.191923126578331, 0.8396990299224854, -0.3195042908191681, 0.9128097891807556, -0.2948516607284546, 0.5597958564758301, -0.17244012653827667, -0.11587003618478775, -0.8170519471168518, 0.03228151425719261, 0.03313778340816498, -0.4702697992324829, -0.2171085625886917, -1.0551035404205322, 0.2800098657608032, 0.1976596713066101, 0.8830248713493347, 0.216119647026062, 0.13933464884757996, -0.05527617037296295, -0.25855347514152527, 0.12597018480300903, -0.2969513237476349, 0.1415579915046692, 0.9181309342384338, 0.3075851798057556, -0.11648958921432495, -0.5382744669914246, -0.36088064312934875, 0.27478015422821045, -0.021016143262386322, 0.20090559124946594, 0.10993395745754242, -0.08246313780546188, 0.6276507377624512, 0.7481018900871277, -0.6404407620429993, -0.13259465992450714, -0.8652133345603943, -0.42150336503982544, 0.9369723200798035, 0.23621369898319244, 0.1109623908996582, -0.33195507526397705, -0.16677728295326233, -0.22643807530403137, -0.4642750024795532, -0.1579320728778839, 0.6335408687591553, 0.1988990157842636, -1.066609263420105, 0.5785147547721863, -0.18102745711803436, 0.457324355840683, 0.21032555401325226, 0.7872028946876526, 0.7925704717636108, -0.16219040751457214, -0.32668426632881165, 0.06748665124177933, 0.3905580937862396, 0.4553860127925873, 0.21639294922351837, 0.03628819063305855, 0.17230035364627838, -0.13290700316429138, 0.08191322535276413, -1.2511507272720337, -0.8820485472679138, 0.3892812728881836, -0.8324712514877319, -0.39434587955474854, 0.5672289133071899, -0.9501457810401917, -0.5882113575935364, -0.18789592385292053, 0.018546322360634804, 0.1538958102464676, -0.7165620923042297, -0.08107582479715347, -0.691384494304657, 0.34889087080955505, 0.2923618257045746, -0.8692137002944946, 0.14316949248313904, 0.7589983344078064, 0.35932856798171997, 0.3519606292247772, -0.042952071875333786, -0.4980303943157196, 0.27620813250541687, -0.21206146478652954, 0.8660531044006348, -0.617627739906311, -0.5318830013275146, -0.16839396953582764, 0.5623767375946045, 0.0771636962890625, -0.4102771580219269, 0.8410601615905762, -0.46559619903564453, -0.04053653031587601, -0.6986334919929504, -0.5415540933609009, -0.184111550450325, 0.22576434910297394, -1.243060827255249, 0.9970660209655762, 0.30314114689826965, -0.7293294072151184, 0.23741042613983154, -1.3140939474105835, -0.1933647096157074, 0.87559574842453, -0.060842085629701614, -0.405237078666687, 0.3260934054851532, -0.34011343121528625, 0.5357324481010437, -0.09992145746946335, 0.30446889996528625, -0.9005293250083923, -0.2994178533554077, 0.059091631323099136, 0.10343818366527557, 0.9875946044921875, 0.3160187602043152, 0.5652062296867371, -0.0035416637547314167, -1.1000996828079224, 0.0023234966211020947, 0.43821102380752563, -0.0900878757238388, -0.3399246633052826, -0.6066412329673767, 0.32177257537841797, -0.2514724135398865, 0.5335748791694641, -0.5538280606269836, 0.3514804542064667, 0.11480538547039032, -0.2160879224538803, 0.7361277937889099, 0.20787401497364044, 0.29609549045562744, -0.5091227889060974, 0.6092930436134338, -0.05155130475759506, 0.2253832370042801, -0.13481473922729492, -0.6830348968505859, -0.6956446170806885, 0.039103370159864426, 0.8075567483901978, 0.7365849018096924, -0.4599195420742035, 0.7166336178779602, 0.21621637046337128, -0.8372248411178589, -0.25607505440711975, -0.10183268040418625, 0.28961583971977234, 0.2649780809879303, 0.3095840811729431, -0.7514511942863464, -0.9402962923049927, -0.6522011756896973, 0.3911633789539337, -0.14648844301700592, 0.003906757105141878, 0.37159329652786255, 0.681494414806366, -0.39147499203681946, 0.33681899309158325, -0.9752549529075623, -0.14460234344005585, 0.3013887107372284, -0.17534303665161133, 0.4238172173500061, 0.8963349461555481, 1.0275958776474, -0.7000864148139954, -0.3159405589103699, -0.5875439643859863, -0.5543156266212463, -0.06508801132440567, 0.16603711247444153, -0.7150804996490479, -0.13938073813915253, 0.20465628802776337, -0.34962838888168335, 0.8779763579368591, 0.8986008763313293, -0.7379264831542969, 0.06144603714346886, 0.03015126846730709, 0.10961125046014786, -1.4172427654266357, 0.467254102230072, -0.0848851203918457, -0.13074930012226105, -0.38625743985176086, -0.1092703714966774, 0.1432493031024933, -0.13844114542007446, 0.026229681447148323, 0.512783408164978, -0.4938064217567444, 0.059952620416879654, 0.05158396065235138, -0.2492409199476242, -0.11233752965927124, 0.2987934350967407, 0.1002952829003334, 0.29483845829963684, 0.8503040075302124, -0.22853724658489227, 0.93340665102005, 0.7418374419212341, 0.07122690230607986, 0.9650673270225525, -0.68923419713974, 0.1854158192873001, -0.24343855679035187, 0.3773479163646698, -0.9145313501358032, -0.7953922152519226, 0.5487624406814575, -0.44842830300331116, 0.4160405397415161, -0.634451150894165, -0.49163973331451416, -0.741219699382782, -0.24082602560520172, 0.8072260022163391, 0.43165361881256104, -0.5599822998046875, 0.21668650209903717, 0.5900810956954956, -0.19193808734416962, 0.0005791610456071794, -1.019169569015503, 0.06950526684522629, -0.25666913390159607, -0.27262407541275024, 0.497885137796402, -0.5884983539581299, 0.09095374494791031, -0.1780853271484375, 0.27750009298324585, -0.1595267951488495, -0.17770348489284515, 0.7683237195014954, 0.3578483760356903, -0.18091343343257904, 0.22796957194805145, -0.19320589303970337, -0.8807717561721802, 0.23084692656993866, 0.08442170917987823, 0.3829115629196167, 0.11367178708314896, -0.006260423455387354, -0.4253005087375641, 0.5381303429603577, 0.1990552693605423, -0.18541310727596283, 0.4612264335155487, 0.8236055970191956, -0.8499305248260498, -0.07699286192655563, -0.3712509870529175, -0.10099707543849945, -0.49223074316978455, 0.08454655110836029, -0.3548360764980316, -0.45917898416519165, 0.7501298189163208, -0.0025296902749687433, -0.28884875774383545, 0.8390757441520691, 0.7459303140640259, -0.004250356461852789, 0.4327579140663147, 0.6060489416122437, -0.2037571221590042, 0.5203220248222351, -0.3133818209171295, -0.313547819852829, -0.7784685492515564, -0.6305293440818787, -0.5426997542381287, -0.4425642490386963, -0.7417445182800293, -0.490726113319397, -0.22924964129924774, -0.046589214354753494, -0.2669169008731842, 0.7392703890800476, -0.6750893592834473, 0.5005513429641724, 0.7097650170326233, 0.21859106421470642, -0.13348866999149323, -0.20363205671310425, 0.2870219051837921, 0.256558358669281, -0.5583194494247437, -0.11544661223888397, 1.3000110387802124, 0.4910914897918701, 0.877769410610199, 0.38648027181625366, 0.9525631070137024, 0.41228604316711426, 0.35913848876953125, -0.2942377030849457, 0.4505121409893036, -0.0710744559764862, -0.8697541952133179, -0.01448124274611473, -0.2287316769361496, -0.8913304805755615, -0.5631015300750732, -0.24754475057125092, -0.29319092631340027, 0.6641858220100403, 0.3412778079509735, -0.2485841065645218, 0.031557634472846985, -0.9143814444541931, 1.0984418392181396, -0.05865022540092468, -0.037272900342941284, -0.2209605574607849, -0.7953540086746216, 0.13047638535499573, 0.12171866744756699, 0.04582805931568146, -0.401170939207077, 0.0768900141119957, 1.092597246170044, -0.5922168493270874, 1.0431517362594604, -0.8382295370101929, -0.06530884653329849, -0.016573848202824593, -0.2765626311302185, 0.18331457674503326, 0.5216347575187683, -0.29177871346473694, 0.1704939752817154, 0.16391661763191223, -0.6738726496696472, -0.13055944442749023, 0.7719351053237915, -0.5664219856262207, 0.2577367424964905, -0.543535053730011, -0.5347775816917419, -0.042549680918455124, 0.3401338756084442, 0.1584797203540802, 0.7683127522468567, -0.37376096844673157, 0.05441197380423546, 0.7615097761154175, 0.31320813298225403, 0.5541062355041504, 0.3811836242675781, -0.30274567008018494, -0.48543843626976013, 1.0572130680084229, 0.23461228609085083, -0.3945327699184418, 0.32980114221572876, 0.19460080564022064, -0.10761325061321259, -0.4310140609741211, -0.6496060490608215, 0.2887805700302124, -0.3357923924922943, -0.7014551758766174, -0.1543426364660263, -0.3025902509689331, -0.3398246765136719, -0.17132042348384857, -0.17467756569385529, -0.8542065620422363, -0.7505403161048889, -0.6241139769554138, 1.1340291500091553, 0.735723078250885, -0.8166396021842957, 0.41113877296447754, -0.8135578036308289, 0.5984202027320862, 0.004140265751630068, 1.1104923486709595, -0.2362978309392929, -0.5161311626434326, -0.3665865957736969, -0.09237270802259445, 0.022962676361203194, -0.7520388960838318, -0.26771795749664307, 0.1452200710773468, 0.6800960898399353, 0.39168357849121094, 0.07253773510456085, 0.7599565982818604, -0.23486128449440002, 0.47102484107017517, 0.112807996571064, -0.617546558380127, 0.5292016267776489, -0.42234882712364197, 0.40531402826309204, 0.8630588054656982, 0.6881852149963379, -0.3542592525482178, 0.24953614175319672, -1.1909840106964111, -0.6184248924255371, 0.6004480123519897, -0.05137503519654274, 0.16557948291301727, 0.2826646864414215, 0.5383481383323669, -0.03296233341097832, 0.24048204720020294, -0.49589118361473083, -0.9173195362091064, -0.1473795473575592, -0.4891367256641388, 0.2826525568962097, -0.5201470255851746, -0.30073124170303345, -0.5438433885574341, 0.7017635107040405, -0.006635741796344519, 0.5456475019454956, -0.08105102926492691, 0.4177275598049164, -0.18711765110492706, -0.32898563146591187, 0.4692296087741852, 0.39790287613868713, -0.6960582733154297, -0.28999024629592896, -0.2953301966190338, -0.6169527769088745, -0.5173949599266052, 0.9759435057640076, 0.048872824758291245, -0.31455039978027344, 0.49980616569519043, 0.6102139949798584, -0.2683183550834656, -0.09241817891597748, 0.30282995104789734, -0.10468395054340363, -0.43388283252716064, -0.5628772974014282, 0.1555076241493225, 0.2261931449174881, 0.2403590828180313, 0.2054937332868576, 0.015403497032821178, 0.3266682028770447, -0.39485880732536316, 0.6007773876190186, 0.03345136344432831, -0.6962711215019226, -0.5849519371986389, 0.48533838987350464, 0.6564067006111145, -0.47716769576072693, 0.8403686881065369, -0.29215091466903687, -0.3413405120372772, 0.8504232168197632, 0.28448355197906494, 0.7100179195404053, -0.4552370309829712, 0.3178643584251404, 0.5510701537132263, 0.08222871273756027, 0.40969470143318176, 0.9918309450149536, -0.36119380593299866, -0.6506625413894653, 0.018001608550548553, -0.2407190203666687, -0.510452926158905, -0.313732385635376, -1.2368446588516235, 0.20859917998313904, -0.7552149295806885, -0.16632963716983795, 0.29848119616508484, 0.26509425044059753, -0.8204204440116882, 0.42394497990608215, 0.4581203758716583, 1.4775819778442383, -0.762676477432251, 0.8668684363365173, 0.8129228353500366, -0.44734281301498413, -0.7063995003700256, -0.26393768191337585, 0.13838468492031097, -1.0833476781845093, -0.14768072962760925, 0.21036359667778015, 0.5319637060165405, -0.17233692109584808, -0.9422634243965149, -0.746963381767273, 1.1639823913574219, 0.11616219580173492, -0.8034142255783081, 0.3032626509666443, -0.16039970517158508, 0.2922951579093933, -0.28312569856643677, 0.23846429586410522, 0.38070032000541687, 0.9423757791519165, 0.4497821033000946, -0.6486203670501709, 0.16622646152973175, -0.7131041288375854, -0.3227311670780182, 0.4231537878513336, -0.8974770307540894, 0.07673095166683197, -0.24140557646751404, 0.1663838028907776, 0.344147652387619, 0.637592613697052, 0.10628946125507355, 0.4005248248577118, 0.27175694704055786, 0.8028033971786499, 1.1432812213897705, -0.4234834611415863, 0.7321681380271912, 0.020690755918622017, 0.5276638269424438, 1.171067476272583, -0.2555525600910187, 0.37411171197891235, 0.46446681022644043, -0.10155731439590454, 0.5866323113441467, 0.7642188668251038, -0.7124963998794556, 0.55392986536026, 0.46032774448394775, -0.01933211088180542, -0.26227056980133057, -0.11437363922595978, -0.8902783393859863, 0.11270633339881897, 0.524867832660675, -0.4548857808113098, 0.020184585824608803, -0.23075725138187408, 0.37176722288131714, -0.1841088831424713, -0.5556450486183167, 0.8120291829109192, -0.05911138653755188, -0.1288156360387802, -0.16349749267101288, -0.01250185165554285, 0.0702032744884491, -0.704323410987854, -0.3748926818370819, -0.16356077790260315, 0.3240737020969391, -0.6593108773231506, -1.1474007368087769, 0.7874646186828613, -0.2997424900531769, -0.5712102055549622, -0.19153133034706116, 0.4847294092178345, -0.4263601303100586, -1.0832428932189941, 0.2514423429965973, -0.01514341402798891, 0.20551717281341553, 0.14316564798355103, -1.249803900718689, 0.4174730181694031, -0.016147002577781677, -0.11983311921358109, 0.12943138182163239, 0.32093217968940735, 0.04369950667023659, 0.350105345249176, 0.638375997543335, -0.18830519914627075, -0.4127263128757477, 0.17713786661624908, 0.901455819606781, -0.899463951587677, -0.37993770837783813, -0.5111043453216553, 0.8922857046127319, -0.44260719418525696, -0.6741713285446167, 0.6511605978012085, 1.1584346294403076, 0.8955278992652893, -0.10638553649187088, 0.7083679437637329, -0.589388370513916, 0.8248447775840759, -0.2027074545621872, 0.7106157541275024, -0.25549834966659546, -0.24516883492469788, -0.24886272847652435, -0.592205286026001, -0.8984666466712952, 0.6886637806892395, 0.2404147833585739, 0.0938662737607956, 0.3551122844219208, 1.0139524936676025, -0.06593464314937592, 0.38984259963035583, 0.013442673720419407, 0.21736189723014832, 0.17077194154262543, 0.45281627774238586, 0.29990410804748535, -0.7145113348960876, -0.01961132138967514, -0.2174673080444336, -0.675367534160614, -0.047251008450984955, -1.2757947444915771, -0.9125267863273621, -0.6392008662223816, -0.6236339807510376, -0.5999433994293213, -0.09471561759710312, 0.7548151612281799, 1.2111011743545532, -1.0910148620605469, -0.2765769064426422, 0.16876818239688873, 0.30974215269088745, 0.18898218870162964, -0.11942295730113983, 0.6128749847412109, 0.5734509825706482, -0.509400486946106, -0.04134536534547806, -0.07958490401506424, 0.2711990475654602, -0.09605218470096588, -0.003279369790107012, -0.045793063938617706, 0.07187740504741669, 0.1254999041557312, 0.6101884245872498, 0.04202089086174965, -0.1469336301088333, -0.5484379529953003, 0.1888611614704132, 0.047919925302267075, 0.8687276244163513, -0.4169233739376068, 0.1423395872116089, 0.6656777858734131, 0.33489978313446045, 0.7804000377655029, 0.32602551579475403, 0.6154130697250366, -0.6040760278701782, 0.33208146691322327, -0.20269210636615753, 0.44805195927619934, 0.18101255595684052, -0.4442950487136841, 0.9447072148323059, 0.4780510663986206, -0.5710459351539612, -0.5907976627349854, 0.08739865571260452, -1.5979377031326294, 0.4767831563949585, 0.7857841849327087, 0.05020159110426903, -0.3398108184337616, -0.08631918579339981, -0.4381384253501892, -0.11472006142139435, -0.899533212184906, 0.1541338711977005, 0.4679938554763794, 0.08632759004831314, -0.15513581037521362, -0.04640220105648041, 0.5855046510696411, -0.2770921587944031, -1.1638449430465698, 0.11809171736240387, 0.44528961181640625, 0.046820688992738724, 0.17846837639808655, 0.6062845587730408, -0.2155960500240326, 0.3178741931915283, 0.13977523148059845, 0.35094916820526123, -0.28436723351478577, -0.5378919839859009, -0.280917763710022, -0.033749110996723175, -0.2782973051071167, -0.5917757749557495 ]
result-kand2-sdxl-wuerst-karlo/0dc6521d
result-kand2-sdxl-wuerst-karlo
2023-09-16T23:57:15Z
525
0
[ "region:us" ]
null
2023-09-16T23:57:14Z
--- dataset_info: features: - name: result dtype: string - name: id dtype: int64 splits: - name: train num_bytes: 166 num_examples: 10 download_size: 1304 dataset_size: 166 configs: - config_name: default data_files: - split: train path: data/train-* --- # Dataset Card for "0dc6521d" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
[ -0.7450585961341858, -0.22365187108516693, 0.21352510154247284, 0.17970886826515198, -0.23182831704616547, -0.035787422209978104, 0.464547336101532, -0.05676213279366493, 0.9649345874786377, 0.48134177923202515, -0.9414143562316895, -0.800674319267273, -0.5191517472267151, -0.2622581124305725, -0.13783220946788788, 1.256956696510315, 0.07838931679725647, 0.06476026028394699, -0.4974544048309326, -0.1560029834508896, -0.42229267954826355, -0.6780630350112915, -0.3293438255786896, -0.47287824749946594, 1.0555390119552612, 0.9094386100769043, 0.48694396018981934, 0.678191065788269, 0.8254563212394714, 0.14276160299777985, -0.09445571899414062, -0.3889997899532318, -0.4555644690990448, -0.03489537164568901, -0.16381952166557312, -0.38663342595100403, -1.2530866861343384, 0.030889661982655525, 0.33301427960395813, 0.8577749729156494, -0.127739816904068, 0.8434854745864868, -0.33941465616226196, 0.8204967379570007, -0.4166604280471802, 0.51002436876297, -0.024354204535484314, -0.049855440855026245, -0.6570421457290649, -0.08584626764059067, 0.1810431182384491, -0.5523545145988464, -0.2148325890302658, -0.9304836392402649, 0.3138112723827362, -0.1502312421798706, 0.7328311204910278, 0.24694928526878357, -0.08608756214380264, -0.11636704951524734, -0.292633056640625, -0.011129233986139297, -0.1733439564704895, 0.11918450146913528, 0.7588526010513306, 0.2968105375766754, 0.061644215136766434, -0.4902472198009491, -0.46131831407546997, 0.32603204250335693, 0.10048525035381317, 0.1417897790670395, 0.15076178312301636, 0.015980547294020653, 0.6208766102790833, 0.7670637369155884, -0.6225951313972473, -0.08631546795368195, -0.7057489156723022, -0.27276811003685, 0.7741662859916687, 0.19062893092632294, 0.16026566922664642, -0.4263501465320587, -0.22123177349567413, -0.33449020981788635, -0.46632906794548035, -0.15899468958377838, 0.5908518433570862, 0.24469073116779327, -1.2325257062911987, 0.72313392162323, -0.21448692679405212, 0.4596264362335205, 0.2610909342765808, 0.769480288028717, 0.6976110935211182, -0.29995617270469666, -0.31482580304145813, 0.19324927031993866, 0.11055654287338257, 0.46805456280708313, 0.1899919956922531, 0.09450621902942657, 0.11138144135475159, 0.20336756110191345, 0.03748130798339844, -1.180114507675171, -1.02170991897583, 0.4485510587692261, -0.7866968512535095, -0.4064193069934845, 0.45036599040031433, -1.182810664176941, -0.6207917928695679, -0.4240289330482483, -0.049511317163705826, 0.2497601956129074, -0.8163684010505676, -0.10958128422498703, -0.6537562012672424, 0.37862861156463623, 0.1861516684293747, -0.877098798751831, 0.2809847593307495, 0.716452956199646, 0.49463674426078796, 0.07652012258768082, 0.008858256042003632, -0.6908820271492004, 0.17532236874103546, -0.1905284821987152, 0.8706090450286865, -0.5016385316848755, -0.6640649437904358, -0.0702192634344101, 0.45205673575401306, 0.15796320140361786, -0.39477774500846863, 0.8409407734870911, -0.4269663393497467, -0.300609290599823, -0.7584007978439331, -0.5372387170791626, -0.08512614667415619, 0.31378695368766785, -1.19866943359375, 1.0013978481292725, 0.4500959813594818, -0.785528838634491, 0.4819677770137787, -1.2014302015304565, -0.22123752534389496, 0.8811175227165222, -0.12420053780078888, -0.40314415097236633, 0.25143030285835266, -0.1474524438381195, 0.6265060901641846, 0.010195590555667877, 0.330242782831192, -1.0021322965621948, -0.1843906193971634, -0.059128422290086746, -0.04699460044503212, 1.0738476514816284, 0.3142772316932678, 0.40231359004974365, 0.1126747578382492, -1.1050829887390137, -0.027084670960903168, 0.2645362615585327, 0.005223714746534824, -0.30032411217689514, -0.7227045893669128, 0.370387464761734, -0.1497648060321808, 0.3843819200992584, -0.5653510093688965, 0.4153580069541931, 0.33663907647132874, -0.29005634784698486, 0.842799723148346, 0.2969752848148346, 0.3423948884010315, -0.46019306778907776, 0.7583465576171875, 0.09294623881578445, 0.21207626163959503, -0.12120696902275085, -0.6107080578804016, -0.5780743360519409, -0.061701372265815735, 0.665198564529419, 0.6176337003707886, -0.7592679262161255, 0.7853386998176575, 0.08321875333786011, -0.74427729845047, -0.2676357626914978, 0.07774948328733444, 0.21331630647182465, 0.281928151845932, 0.29058486223220825, -0.7869833707809448, -0.770537257194519, -0.4753836691379547, 0.6311665177345276, -0.06474856287240982, 0.07858587056398392, 0.5100336670875549, 0.7883551120758057, -0.46978428959846497, 0.6148484945297241, -0.9411324262619019, -0.3042600154876709, 0.10398052632808685, -0.21640841662883759, 0.2886885106563568, 0.8883375525474548, 1.0111916065216064, -0.720000147819519, -0.2775646150112152, -0.4920545816421509, -0.6074858903884888, 0.03232278302311897, 0.27347663044929504, -0.4762861430644989, 0.011294016614556313, 0.16441993415355682, -0.43100473284721375, 1.0206327438354492, 0.9818517565727234, -0.7736860513687134, 0.05783320218324661, -0.22406749427318573, 0.17332981526851654, -1.2764136791229248, 0.3666090667247772, 0.07532883435487747, -0.10037526488304138, -0.3997129201889038, -0.1315862536430359, 0.2182891070842743, -0.2652682662010193, -0.1105937510728836, 0.5670344829559326, -0.48582494258880615, -0.003148092422634363, 0.09063369035720825, 0.023583844304084778, -0.18085382878780365, 0.2947911024093628, 0.16143229603767395, 0.35105496644973755, 1.0459483861923218, -0.43793195486068726, 1.0748913288116455, 0.655958354473114, -0.01843583956360817, 1.1615393161773682, -0.7415074110031128, 0.18951210379600525, -0.2535637319087982, 0.42012307047843933, -0.9336198568344116, -0.7966417670249939, 0.46670904755592346, -0.32179370522499084, 0.48732098937034607, -0.5803498029708862, -0.4858799874782562, -0.7622429728507996, -0.2989131212234497, 1.004080891609192, 0.43238821625709534, -0.8262764811515808, 0.00529070058837533, 0.6877273917198181, -0.09196897596120834, 0.31871750950813293, -0.9078097343444824, 0.14220717549324036, -0.23535016179084778, -0.21859776973724365, 0.3969493806362152, -0.5483660101890564, 0.01587001606822014, -0.24080683290958405, 0.31659603118896484, -0.1246272549033165, -0.20546956360340118, 0.6399510502815247, 0.390537828207016, -0.1637580841779709, 0.25148510932922363, -0.1895892173051834, -0.9071559309959412, 0.17889553308486938, 0.00259385141544044, 0.396439790725708, 0.22005531191825867, -0.17907953262329102, -0.6232263445854187, 0.4865157902240753, 0.2674693465232849, -0.1323450803756714, 0.38175544142723083, 0.794167697429657, -0.7929779291152954, -0.1397458165884018, -0.32122936844825745, -0.14420300722122192, -0.4561331272125244, 0.0059094177559018135, -0.4043104648590088, -0.3427225649356842, 0.6624583601951599, 0.1157885491847992, -0.5389789938926697, 0.8122819662094116, 0.8114860653877258, 0.21260510385036469, 0.5339083075523376, 0.6403192281723022, -0.1427321583032608, 0.36540183424949646, -0.4477458894252777, -0.3016452193260193, -0.842154324054718, -0.5743966698646545, -0.5820720195770264, -0.44961923360824585, -0.9221763014793396, -0.47399914264678955, -0.21824823319911957, -0.1520994007587433, -0.23048320412635803, 0.7617033123970032, -0.8686997890472412, 0.4325588345527649, 0.6339899897575378, 0.2722926735877991, -0.13893760740756989, -0.26087120175361633, 0.38394099473953247, 0.17192842066287994, -0.6206088662147522, -0.14278313517570496, 1.3231980800628662, 0.47963351011276245, 1.0630818605422974, 0.3341756761074066, 1.031882643699646, 0.419616162776947, 0.29891860485076904, -0.26809051632881165, 0.3362007141113281, -0.06933405995368958, -0.8046022653579712, 0.0661829262971878, -0.23038680851459503, -0.6872533559799194, -0.6780017614364624, -0.06628724187612534, -0.30864402651786804, 0.7844594120979309, 0.2271251678466797, -0.13752806186676025, 0.23764753341674805, -0.9434170722961426, 1.0912805795669556, -0.08602605015039444, -0.04542751610279083, -0.024585185572504997, -0.5927053689956665, 0.18992634117603302, 0.3270646333694458, -0.05040862411260605, -0.33379754424095154, 0.06566782295703888, 0.9874506592750549, -0.4134673476219177, 1.0443521738052368, -0.88966304063797, -0.24896228313446045, 0.11785173416137695, -0.1671772450208664, 0.1488245576620102, 0.7008846402168274, -0.24213318526744843, 0.23946505784988403, 0.34554749727249146, -0.7311303019523621, -0.093342624604702, 1.0350335836410522, -0.5759652256965637, 0.2849884629249573, -0.6027972102165222, -0.5102880001068115, 0.10099875181913376, 0.15548935532569885, 0.11780240386724472, 0.8445006012916565, -0.3550271689891815, 0.08440591394901276, 0.8141818046569824, 0.2787413001060486, 0.5344066619873047, 0.025561751797795296, -0.21478314697742462, -0.49339231848716736, 1.0783146619796753, 0.2767110764980316, -0.1204073429107666, 0.21518005430698395, 0.02323812060058117, -0.25463536381721497, -0.239152729511261, -0.7536604404449463, 0.10357575863599777, -0.5988546013832092, -0.6410961747169495, -0.21967989206314087, -0.2797624468803406, -0.5250015258789062, -0.30208829045295715, -0.14092645049095154, -0.7740521430969238, -1.0144578218460083, -0.7236943244934082, 1.1809598207473755, 0.7232456207275391, -0.7376416325569153, 0.21274584531784058, -0.554497241973877, 0.8054500222206116, 0.07497739046812057, 1.2714906930923462, -0.21534499526023865, -0.3702596127986908, -0.07435526698827744, 0.08164750039577484, -0.08219399303197861, -0.5439486503601074, -0.1586262732744217, 0.04397706314921379, 0.659113347530365, 0.27927303314208984, 0.24035075306892395, 0.7302321791648865, -0.032345227897167206, 0.6895290613174438, 0.23603740334510803, -0.705913245677948, 0.6132203936576843, -0.2770455479621887, 0.42418819665908813, 0.8842928409576416, 0.5389629602432251, -0.3277329206466675, 0.3735736608505249, -1.1423617601394653, -0.5260519981384277, 0.535666823387146, -0.06896591931581497, 0.2920723557472229, 0.0760766863822937, 0.6246262788772583, 0.1408485770225525, 0.17367802560329437, -0.48928478360176086, -1.0705586671829224, -0.3055347204208374, -0.37176641821861267, 0.04891250282526016, -0.5570083260536194, -0.3520934581756592, -0.6561475992202759, 0.5856024026870728, -0.18678133189678192, 0.3914767801761627, 0.07303877919912338, 0.33950257301330566, -0.17205196619033813, -0.28447291254997253, 0.5368425250053406, 0.5398462414741516, -0.6471982002258301, -0.1075611561536789, -0.28840509057044983, -0.5371432900428772, -0.31891173124313354, 0.7374483942985535, 0.033645033836364746, -0.2550344169139862, 0.40180379152297974, 0.5965563654899597, -0.24997243285179138, -0.03362315520644188, 0.4755667448043823, -0.21323564648628235, -0.45093727111816406, -0.32618650794029236, 0.17422588169574738, 0.07709570974111557, 0.054196782410144806, 0.027762236073613167, -0.02488701045513153, 0.13733072578907013, -0.4542713165283203, 0.7287998199462891, 0.12328227609395981, -0.9658102989196777, -0.5951955914497375, 0.6596909761428833, 0.7259377837181091, -0.601372480392456, 0.7591731548309326, -0.41179054975509644, -0.33069881796836853, 0.9320773482322693, 0.2560679614543915, 0.8808447122573853, -0.22449512779712677, 0.6057144999504089, 0.4946529269218445, -0.14252035319805145, 0.5131005644798279, 0.9248672127723694, -0.5842565298080444, -0.5199185013771057, 0.1503596007823944, -0.2977028489112854, -0.5066669583320618, -0.47307974100112915, -1.2876133918762207, 0.3857991397380829, -0.732333779335022, -0.038952820003032684, 0.12763340771198273, 0.35695233941078186, -0.9443495869636536, 0.37944290041923523, 0.34549853205680847, 1.4757264852523804, -0.6442866325378418, 0.9052445888519287, 0.6265507936477661, -0.5381151437759399, -0.4634922742843628, -0.23722785711288452, 0.15779456496238708, -0.9096433520317078, -0.04451839253306389, 0.15234510600566864, 0.5179332494735718, -0.03840019553899765, -0.898183286190033, -0.575032114982605, 1.3304551839828491, 0.11323006451129913, -0.6917337775230408, 0.5701261162757874, -0.18658173084259033, 0.38435596227645874, -0.41507968306541443, 0.22862698137760162, 0.5037310719490051, 0.8421629071235657, 0.5347180366516113, -0.5744043588638306, 0.1649937629699707, -0.5406283736228943, -0.26153674721717834, 0.3133753538131714, -0.7363415956497192, 0.19814777374267578, -0.33929166197776794, 0.08227980881929398, 0.33818233013153076, 0.5826368927955627, 0.050249770283699036, 0.5143988728523254, 0.23354478180408478, 0.7418834567070007, 1.0287854671478271, -0.42864689230918884, 1.0239084959030151, -0.12120814621448517, 0.6608834862709045, 1.0293724536895752, -0.3966064453125, 0.22230587899684906, 0.4856933057308197, -0.0026753039564937353, 0.4318367838859558, 0.8059906959533691, -0.6399109959602356, 0.5612626671791077, 0.44581037759780884, -0.16045965254306793, -0.1740451455116272, -0.2065206915140152, -0.8816087245941162, 0.03456423431634903, 0.28695234656333923, -0.19314566254615784, -0.09407852590084076, -0.08261651545763016, 0.15862900018692017, -0.04618820548057556, -0.5346737504005432, 0.9158646464347839, -0.1348830610513687, -0.15232445299625397, 0.02591901831328869, -0.12933070957660675, 0.23907910287380219, -0.48979485034942627, -0.4074823558330536, -0.25168490409851074, 0.37548837065696716, -0.5952772498130798, -1.216081976890564, 0.69056636095047, -0.25354161858558655, -0.5172206163406372, -0.27700912952423096, 0.40547996759414673, -0.45584356784820557, -1.074231743812561, 0.3684752881526947, -0.02080371417105198, 0.006474227644503117, 0.23377767205238342, -1.0187416076660156, 0.4767064154148102, -0.08418385684490204, 0.0030939411371946335, 0.23534826934337616, 0.35514527559280396, 0.20796550810337067, 0.4531330168247223, 0.5803219079971313, 0.04653948172926903, -0.4293127954006195, 0.2513938546180725, 0.9960664510726929, -0.8541674613952637, -0.3722101151943207, -0.4290963411331177, 0.7826904058456421, -0.363890141248703, -0.8177840113639832, 0.5435656905174255, 0.9384142756462097, 0.9599213600158691, -0.056170009076595306, 0.6978610754013062, -0.597724437713623, 0.6533740758895874, -0.1980692595243454, 0.7403994202613831, -0.16441009938716888, -0.16164886951446533, -0.32925087213516235, -0.7235060334205627, -0.9312847256660461, 0.5431410670280457, 0.2771607041358948, 0.13312335312366486, 0.3920837342739105, 1.0142377614974976, -0.21920469403266907, 0.36163580417633057, 0.08619038015604019, 0.10667642205953598, 0.5051265954971313, 0.2658282220363617, 0.013539810664951801, -0.7094561457633972, 0.007954640313982964, -0.4855327010154724, -0.686667799949646, 0.08420031517744064, -1.2331597805023193, -0.9300051331520081, -0.6575959324836731, -0.764927327632904, -0.5541937947273254, -0.16145078837871552, 0.7414729595184326, 1.127422571182251, -1.095062255859375, -0.2080744206905365, 0.0016856443835422397, 0.4915161728858948, 0.11849119514226913, -0.1668243408203125, 0.7715622186660767, 0.5044021010398865, -0.559837818145752, -0.2870367169380188, 0.010905629023909569, 0.30539122223854065, -0.2780643105506897, -0.1181226372718811, -0.1606404334306717, -0.09735152125358582, 0.15197612345218658, 0.5553480386734009, -0.0202611293643713, -0.4274795353412628, -0.547876238822937, 0.0932767316699028, 0.10094163566827774, 0.9484307765960693, -0.639204204082489, 0.2941945791244507, 0.6107401251792908, 0.3480663299560547, 0.6955240368843079, 0.27009063959121704, 0.459072470664978, -0.6492447257041931, 0.2625686228275299, -0.197475865483284, 0.2587515413761139, 0.2734715938568115, -0.4133988618850708, 0.7931598424911499, 0.4832615256309509, -0.5892930030822754, -0.6680089831352234, 0.029301872476935387, -1.5781961679458618, 0.5225644707679749, 0.9742707014083862, 0.1518041491508484, -0.3097703754901886, -0.15956644713878632, -0.5265100002288818, -0.0736919566988945, -0.811654269695282, 0.3274158239364624, 0.4626467823982239, 0.13292115926742554, -0.18186184763908386, -0.11388227343559265, 0.5957462191581726, -0.5169960260391235, -1.2314549684524536, 0.27367112040519714, 0.4221554100513458, -0.0019197906367480755, 0.06793726980686188, 0.5850768089294434, -0.13367635011672974, 0.30415084958076477, 0.2717771530151367, 0.2874857187271118, -0.20961226522922516, -0.6285962462425232, -0.49862173199653625, 0.053553737699985504, -0.4225659966468811, -0.6331962943077087 ]
result-kand2-sdxl-wuerst-karlo/76e05263
result-kand2-sdxl-wuerst-karlo
2023-09-17T02:45:19Z
525
0
[ "region:us" ]
null
2023-09-17T02:45:19Z
--- dataset_info: features: - name: result dtype: string - name: id dtype: int64 splits: - name: train num_bytes: 197 num_examples: 10 download_size: 1361 dataset_size: 197 configs: - config_name: default data_files: - split: train path: data/train-* --- # Dataset Card for "76e05263" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
[ -0.7013373970985413, -0.05433081462979317, 0.2477739453315735, 0.12169778347015381, -0.21104639768600464, -0.29067155718803406, 0.4001283347606659, -0.23177284002304077, 0.9829149842262268, 0.582679808139801, -0.7765597105026245, -0.6634202003479004, -0.4410213232040405, -0.07788959890604019, -0.20926155149936676, 1.1803966760635376, 0.1663556843996048, 0.014492161571979523, -0.40291646122932434, -0.0013912121066823602, -0.3045847713947296, -0.48854702711105347, -0.410073459148407, -0.5327793955802917, 0.9176248908042908, 0.7814508080482483, 0.4972977340221405, 0.5686781406402588, 0.7415056228637695, 0.23213574290275574, 0.10365837812423706, -0.41329556703567505, -0.5109498500823975, -0.14999869465827942, -0.010909880511462688, -0.5404013991355896, -1.209984302520752, -0.1592111438512802, 0.7463007569313049, 0.6544509530067444, -0.1614023596048355, 0.7545853853225708, -0.26269587874412537, 0.9635134935379028, -0.46633249521255493, 0.7410697340965271, -0.15920710563659668, -0.08850521594285965, -0.7822771668434143, 0.23796534538269043, 0.14724595844745636, -0.6208089590072632, -0.1282675415277481, -0.9597084522247314, 0.3976139724254608, -0.06529024243354797, 0.666603684425354, 0.17657673358917236, 0.20834337174892426, 0.13022945821285248, -0.1766985058784485, 0.05375232920050621, -0.23707108199596405, 0.288021981716156, 0.8151089549064636, 0.29714706540107727, 0.10868313908576965, -0.5468363761901855, -0.37235793471336365, 0.3480047881603241, 0.24188019335269928, 0.16148175299167633, 0.1943804770708084, 0.007921433076262474, 0.7323122620582581, 0.6388900279998779, -0.5132378339767456, -0.19998066127300262, -0.9417359828948975, -0.41827261447906494, 0.9349856972694397, 0.0010549852158874273, 0.14464543759822845, -0.4017574191093445, -0.1288454532623291, -0.2484426349401474, -0.4188026487827301, -0.19428719580173492, 0.5169278383255005, 0.16799727082252502, -1.1245523691177368, 0.5410999655723572, -0.04000336676836014, 0.4309386610984802, 0.11853063106536865, 0.7665539979934692, 0.8603366613388062, -0.015381120145320892, -0.27675411105155945, 0.30411767959594727, 0.32349318265914917, 0.5968847274780273, 0.2714858949184418, 0.11343813687562943, -0.0006839755806140602, -0.03647783771157265, 0.05902765318751335, -1.0063868761062622, -0.8374750018119812, 0.4408285319805145, -0.8284508585929871, -0.21722249686717987, 0.5637659430503845, -1.1729413270950317, -0.564903974533081, -0.2877192199230194, 0.04506915062665939, 0.02012190781533718, -0.8744637966156006, -0.19643619656562805, -0.7283235788345337, 0.4297811686992645, 0.2130993902683258, -0.9254823923110962, 0.15785177052021027, 0.8225361108779907, 0.4238578677177429, 0.2049318104982376, -0.12987570464611053, -0.603516697883606, 0.31686708331108093, -0.09132549166679382, 0.8164488077163696, -0.7008450627326965, -0.5889886617660522, 0.13878825306892395, 0.3829449713230133, 0.008001070469617844, -0.31971275806427, 0.9261960983276367, -0.4469529092311859, -0.1092723086476326, -0.9003207087516785, -0.5247529745101929, -0.283006876707077, 0.18268145620822906, -1.324181079864502, 1.0920501947402954, 0.19482961297035217, -0.7270775437355042, 0.2193368822336197, -1.288909673690796, -0.13530443608760834, 0.8487806916236877, -0.14548765122890472, -0.32274892926216125, 0.4239161014556885, -0.21192258596420288, 0.6294893622398376, -0.10174145549535751, 0.32006487250328064, -0.8613570928573608, -0.3594641089439392, -0.10076259076595306, 0.025018654763698578, 0.8312949538230896, 0.2375117987394333, 0.38186317682266235, -0.08074910193681717, -1.0666043758392334, -0.019175244495272636, 0.28153711557388306, -0.023183129727840424, -0.3245702087879181, -0.5831993818283081, 0.3838379383087158, -0.28735676407814026, 0.490832656621933, -0.49175792932510376, 0.20170725882053375, -0.06865452975034714, -0.1342569887638092, 0.8062546253204346, 0.11282812058925629, 0.2896421551704407, -0.5187822580337524, 0.5312902331352234, -0.0829862430691719, 0.38834497332572937, -0.00881289318203926, -0.6485262513160706, -0.6722306609153748, 0.1634099930524826, 0.7033442258834839, 0.6243060231208801, -0.7214562296867371, 0.7313292026519775, -0.02235596999526024, -0.6585957407951355, -0.2140185385942459, -0.09124607592821121, 0.1431681215763092, 0.21999511122703552, 0.39489421248435974, -0.7587569952011108, -0.6710254549980164, -0.8838998079299927, 0.3064594268798828, -0.07659758627414703, 0.04467625170946121, 0.20735898613929749, 0.8536178469657898, -0.36790767312049866, 0.4091683030128479, -0.800480306148529, -0.14550358057022095, 0.11365095525979996, -0.3079809844493866, 0.33004793524742126, 0.7396053671836853, 1.0611345767974854, -0.7923663258552551, -0.27181050181388855, -0.6436426639556885, -0.6841379404067993, -0.04685690253973007, 0.45270901918411255, -0.5138545632362366, -0.1379452645778656, 0.02354433760046959, -0.30891111493110657, 0.7046664357185364, 0.9032431840896606, -0.5422385931015015, -0.05135241150856018, -0.06810785830020905, 0.27215778827667236, -1.412992238998413, 0.32957491278648376, 0.19784866273403168, -0.1140582337975502, -0.4157908260822296, -0.11246195435523987, 0.17131304740905762, -0.23744931817054749, -0.1299140602350235, 0.23450449109077454, -0.5459815263748169, -0.007888908497989178, 0.1573549062013626, -0.151412695646286, -0.18397454917430878, 0.19180592894554138, 0.07790768891572952, 0.344963401556015, 0.996442973613739, -0.27642571926116943, 0.933147132396698, 0.6007944345474243, 0.10222005099058151, 1.0160868167877197, -0.7341321706771851, 0.31072044372558594, -0.4666006863117218, 0.35031089186668396, -0.6916520595550537, -0.7867236733436584, 0.4844665825366974, -0.19053509831428528, 0.430571585893631, -0.6156778931617737, -0.39097699522972107, -0.6938349008560181, -0.5156731009483337, 0.7055655121803284, 0.5879971981048584, -0.6709833145141602, 0.5539535284042358, 0.8198378682136536, -0.0950423926115036, -0.022141439840197563, -0.8646552562713623, 0.04453055560588837, -0.3038586378097534, -0.3834371268749237, 0.5173134803771973, -0.5506575107574463, -0.02245316281914711, -0.29929473996162415, 0.3570820689201355, -0.18309642374515533, -0.4395865797996521, 0.7422724366188049, 0.3242174983024597, -0.11272195726633072, 0.3262385129928589, -0.045636218041181564, -0.7368557453155518, 0.41135266423225403, 0.047131188213825226, 0.27357906103134155, -0.12016815692186356, -0.12918207049369812, -0.4217384457588196, 0.6315067410469055, 0.40571922063827515, -0.1637611836194992, 0.36078450083732605, 0.8098928928375244, -0.9961777329444885, -0.07883281260728836, -0.7035319209098816, -0.11044670641422272, -0.490718811750412, 0.1015244871377945, -0.4875119626522064, -0.37290266156196594, 0.6775574088096619, 0.09753139317035675, -0.1005992442369461, 0.9911866188049316, 0.6964378356933594, 0.22276881337165833, 0.48534688353538513, 0.5633268356323242, -0.2161453813314438, 0.4740385413169861, -0.3311214745044708, -0.4987414479255676, -0.7314806580543518, -0.5598738193511963, -0.5614700317382812, -0.39067283272743225, -0.6947715282440186, -0.5103777050971985, 0.04596850648522377, -0.2920646667480469, -0.24013672769069672, 0.5023335814476013, -0.8482643961906433, 0.6363963484764099, 0.5702511668205261, 0.3958316743373871, -0.12893515825271606, -0.06529441475868225, 0.339523047208786, 0.06320672482252121, -0.7376521229743958, -0.13648854196071625, 1.259647250175476, 0.5588067770004272, 0.9271337389945984, 0.3459743559360504, 1.0819591283798218, 0.39857926964759827, 0.3383341133594513, -0.1714201420545578, 0.4769795536994934, -0.15728680789470673, -0.6535007953643799, 0.08290892094373703, -0.1369965374469757, -0.6750897765159607, -0.5368683934211731, -0.3201594352722168, -0.3336000144481659, 0.6082863807678223, 0.44595810770988464, -0.16070453822612762, 0.1768105924129486, -1.0511327981948853, 1.0125768184661865, -0.11296429485082626, -0.2326195389032364, -0.2084064483642578, -0.6856684684753418, 0.15835782885551453, 0.16319316625595093, 0.13193857669830322, -0.3023621141910553, 0.1045413389801979, 1.2161692380905151, -0.41263794898986816, 1.175288438796997, -0.823803186416626, -0.07197148352861404, 0.17695891857147217, -0.36953455209732056, 0.3273535370826721, 0.5749461054801941, -0.31722283363342285, 0.19851848483085632, 0.30256277322769165, -0.5683117508888245, -0.05854666605591774, 1.087896466255188, -0.7108845114707947, 0.18901224434375763, -0.5869611501693726, -0.5365986227989197, -0.05427106097340584, 0.24253803491592407, 0.2614929676055908, 0.7811275124549866, -0.34268054366111755, 0.06410955637693405, 1.0365387201309204, 0.3795243501663208, 0.5708304047584534, 0.14826032519340515, -0.12578772008419037, -0.4930465817451477, 1.0134092569351196, 0.35886743664741516, -0.4029786288738251, 0.2515597641468048, 0.18462730944156647, -0.42677628993988037, -0.31570130586624146, -0.6219066977500916, 0.33850225806236267, -0.6145791411399841, -0.4803537428379059, -0.23274849355220795, -0.2077452689409256, -0.4360909163951874, -0.1948481947183609, -0.32510191202163696, -0.6573939323425293, -0.6891952753067017, -0.5099000930786133, 1.2105109691619873, 0.7967720031738281, -0.655318021774292, 0.10784178972244263, -1.0001734495162964, 0.5719882845878601, 0.1435539871454239, 1.187941551208496, -0.2715642750263214, -0.4131034016609192, -0.14691491425037384, 0.0027004717849195004, 0.15402719378471375, -0.9310743808746338, -0.30196264386177063, 0.2370469868183136, 0.7557900547981262, 0.19236616790294647, 0.10755015164613724, 0.5513606667518616, -0.14845754206180573, 0.6831114292144775, 0.2902146279811859, -0.7488411068916321, 0.6969855427742004, -0.3579539358615875, 0.4149884581565857, 0.902576744556427, 0.5419167280197144, -0.11931627988815308, 0.448968768119812, -1.245646595954895, -0.5791549682617188, 0.31706640124320984, -0.17320172488689423, 0.266836017370224, 0.30498796701431274, 0.733857274055481, 0.07977788150310516, 0.2571485638618469, -0.608742356300354, -0.7753639817237854, -0.3106725215911865, -0.5332518219947815, 0.24658821523189545, -0.5238984823226929, -0.40474268794059753, -0.6257940530776978, 0.7252981066703796, -0.18225617706775665, 0.4621216654777527, -0.0049619656056165695, 0.3207140862941742, -0.26185551285743713, -0.16820797324180603, 0.3962211012840271, 0.6170638203620911, -0.4871516525745392, -0.09165409952402115, 0.013958660885691643, -0.598240852355957, -0.5835065245628357, 0.9627377390861511, -0.013333148322999477, -0.2513943314552307, 0.33982324600219727, 0.6323745250701904, -0.2637271285057068, -0.05757714807987213, 0.3841068744659424, -0.07833178341388702, -0.4580559730529785, -0.5699317455291748, 0.3371823728084564, 0.0483892485499382, 0.21391654014587402, 0.07261015474796295, -0.05481252819299698, 0.33853018283843994, -0.3088512718677521, 0.49388232827186584, -0.01687760464847088, -0.894898533821106, -0.6406684517860413, 0.7009328007698059, 0.8232868909835815, -0.4123542904853821, 0.8111435770988464, -0.06697317957878113, -0.4371964931488037, 0.7500134706497192, 0.27063432335853577, 0.7832410931587219, -0.4115726947784424, 0.39098960161209106, 0.5264543890953064, 0.11183419078588486, 0.14970096945762634, 1.0296231508255005, -0.23251496255397797, -0.5762040019035339, -0.03708229213953018, -0.28802749514579773, -0.38688746094703674, -0.2524715065956116, -1.1727533340454102, 0.2631033658981323, -0.5878602862358093, -0.1936248391866684, 0.16337139904499054, 0.03433061018586159, -0.9980847835540771, 0.3115876317024231, 0.39780279994010925, 1.4485876560211182, -0.9653557538986206, 0.7750920653343201, 0.9356621503829956, -0.4971897006034851, -0.6530680656433105, -0.2868005335330963, 0.12302546948194504, -0.9740106463432312, -0.24958080053329468, 0.195464625954628, 0.4671071469783783, -0.03532691299915314, -0.8459005951881409, -0.6105402112007141, 1.1854673624038696, 0.245589479804039, -0.8943713903427124, 0.40898340940475464, -0.17081613838672638, 0.2539162039756775, -0.23743507266044617, 0.23323915898799896, 0.5335896611213684, 0.9673095345497131, 0.3758678138256073, -0.7629683613777161, 0.12804177403450012, -0.7060956954956055, -0.16553102433681488, 0.39417779445648193, -0.8953769207000732, 0.10730794817209244, -0.21144309639930725, 0.3550693094730377, -0.061046451330184937, 0.742491602897644, 0.04523012787103653, 0.3019738793373108, 0.4865392744541168, 0.6937111616134644, 1.052631139755249, -0.4493054449558258, 0.9199563264846802, -0.061960428953170776, 0.5443131923675537, 0.8665876984596252, -0.2551896870136261, 0.438493937253952, 0.5169561505317688, -0.07046661525964737, 0.3884045481681824, 0.6862167716026306, -0.5673382878303528, 0.39741620421409607, 0.2556624710559845, -0.24921827018260956, -0.32144927978515625, -0.15732719004154205, -1.15684974193573, 0.07403162866830826, 0.4672153890132904, -0.5324731469154358, 0.037454694509506226, -0.14836068451404572, 0.15960446000099182, -0.17443591356277466, -0.5684393644332886, 0.7279934287071228, -0.04822535440325737, -0.28422534465789795, -0.059415630996227264, -0.19287404417991638, 0.18530237674713135, -0.7789258360862732, -0.500252902507782, 0.002563997870311141, 0.2790645360946655, -0.6786779761314392, -1.2225829362869263, 0.6574935913085938, -0.31247639656066895, -0.5491873621940613, -0.17316551506519318, 0.6869863867759705, -0.41394877433776855, -1.0007020235061646, 0.11290059983730316, 0.04921085387468338, 0.17941057682037354, 0.11838940531015396, -1.2643591165542603, 0.6100375056266785, -0.033503688871860504, -0.07459254562854767, 0.15385237336158752, 0.1277100145816803, 0.16680285334587097, 0.29774799942970276, 0.48540982604026794, -0.08808785676956177, -0.431622177362442, 0.3754134774208069, 0.9807561039924622, -0.6484801769256592, -0.5996565818786621, -0.454131156206131, 0.8578075766563416, -0.5244194865226746, -0.6236199736595154, 0.5499628186225891, 1.0812363624572754, 0.6684223413467407, -0.22787851095199585, 0.9789864420890808, -0.5553690195083618, 0.5859348177909851, -0.3471590578556061, 0.5724398493766785, -0.12016130238771439, -0.07767823338508606, -0.179090678691864, -0.8405595421791077, -0.6892451047897339, 0.833534836769104, 0.1324385702610016, 0.25452277064323425, 0.34418728947639465, 0.9114448428153992, -0.2029210776090622, 0.5724937319755554, -0.06739144027233124, 0.19654279947280884, 0.23211854696273804, 0.5413268804550171, 0.20162533223628998, -0.7102848291397095, 0.003781890030950308, -0.2611216604709625, -0.7568455338478088, 0.16882650554180145, -1.2119396924972534, -0.9833816289901733, -0.6922318935394287, -0.7438294291496277, -0.6590898036956787, 0.054621633142232895, 0.9232978224754333, 0.9767783284187317, -0.9840399026870728, -0.15828187763690948, 0.153239905834198, 0.2767307758331299, 0.12611019611358643, -0.13156430423259735, 0.6898089051246643, 0.6814362406730652, -0.7028688788414001, -0.15314660966396332, -0.013273057527840137, 0.25926247239112854, -0.255660742521286, 0.07201634347438812, 0.09842029958963394, -0.19325889647006989, 0.21263961493968964, 0.550630509853363, -0.03961221128702164, -0.4711468517780304, -0.6013550162315369, 0.31378859281539917, 0.0171161200851202, 0.8370906710624695, -0.449523389339447, 0.3080426752567291, 0.7253715991973877, 0.2904108166694641, 0.7652565240859985, 0.13830342888832092, 0.702265202999115, -0.6138373613357544, 0.1443297266960144, -0.1374971866607666, 0.4448792636394501, 0.18453679978847504, -0.4430563747882843, 0.7958606481552124, 0.49357539415359497, -0.5340666770935059, -0.412523478269577, -0.003920021001249552, -1.51206374168396, 0.5661740899085999, 0.927568793296814, 0.30292487144470215, -0.3484049141407013, -0.17112258076667786, -0.4337374269962311, -0.09921898692846298, -0.9117608070373535, 0.29040005803108215, 0.4486810564994812, 0.0486658550798893, -0.29849642515182495, -0.3830079436302185, 0.6197124123573303, -0.36985647678375244, -1.2272711992263794, 0.09324914216995239, 0.5799281597137451, 0.14940263330936432, 0.12153825163841248, 0.7143775820732117, -0.16520175337791443, 0.32432493567466736, 0.11760269850492477, 0.2764613926410675, -0.2723095417022705, -0.4864960014820099, -0.20630671083927155, 0.2631417512893677, -0.24777375161647797, -0.520415186882019 ]
result-kand2-sdxl-wuerst-karlo/4e6d4d01
result-kand2-sdxl-wuerst-karlo
2023-09-18T17:02:52Z
525
0
[ "region:us" ]
null
2023-09-18T17:02:52Z
--- dataset_info: features: - name: result dtype: string - name: id dtype: int64 splits: - name: train num_bytes: 176 num_examples: 10 download_size: 1328 dataset_size: 176 configs: - config_name: default data_files: - split: train path: data/train-* --- # Dataset Card for "4e6d4d01" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
[ -0.7085621356964111, -0.11945276707410812, 0.37697547674179077, 0.25302401185035706, -0.1398354321718216, -0.15860053896903992, 0.5463431477546692, -0.31263652443885803, 0.8557237982749939, 0.48817676305770874, -0.8866082429885864, -0.7243138551712036, -0.4899987578392029, 0.0861470103263855, -0.13281208276748657, 1.2860621213912964, 0.11914680898189545, 0.015284374356269836, -0.45693251490592957, -0.1320897340774536, -0.4632675051689148, -0.5886252522468567, -0.4449487328529358, -0.5998932123184204, 1.118351936340332, 0.8519304990768433, 0.4159512519836426, 0.633845329284668, 0.9170492887496948, 0.2618989050388336, 0.23653598129749298, -0.47496548295021057, -0.5355553030967712, -0.1266411542892456, -0.12629364430904388, -0.4751160740852356, -1.253882884979248, 0.19400225579738617, 0.5472543239593506, 0.5000044107437134, -0.0796428769826889, 0.7003931999206543, -0.41805803775787354, 0.8438147902488708, -0.18161532282829285, 0.5530316829681396, -0.1507558673620224, -0.09267861396074295, -0.783553957939148, -0.03665955364704132, 0.31917494535446167, -0.629999041557312, -0.17771100997924805, -1.1439613103866577, 0.26888781785964966, -0.06388910859823227, 0.7827844023704529, 0.2958230972290039, 0.04758241027593613, -0.07700778543949127, -0.2971191704273224, 0.012514714151620865, -0.23668934404850006, 0.22743073105812073, 0.803551435470581, 0.3400009274482727, 0.1853845715522766, -0.7255235314369202, -0.4817278981208801, 0.4907057285308838, 0.18069975078105927, 0.23475563526153564, 0.3153681457042694, 0.1017613410949707, 0.7118515372276306, 0.6516907811164856, -0.43531304597854614, -0.1514965295791626, -0.7559031248092651, -0.4024962782859802, 0.7821058630943298, 0.06349220871925354, 0.2356160283088684, -0.10460592806339264, -0.2067871391773224, -0.22360166907310486, -0.5396468639373779, -0.26620662212371826, 0.702000617980957, 0.030671892687678337, -1.148336410522461, 0.5478803515434265, 0.11692081391811371, 0.46001601219177246, 0.3236694037914276, 0.5165415406227112, 0.8957911729812622, -0.35356396436691284, -0.07708914577960968, 0.028814647346735, 0.09011292457580566, 0.6623178720474243, 0.12910616397857666, 0.2409062683582306, -0.12441862374544144, 0.08370956033468246, 0.08092716336250305, -1.2823827266693115, -0.9801524877548218, 0.4397459626197815, -0.7225583791732788, -0.21687184274196625, 0.21831005811691284, -1.077819585800171, -0.45706117153167725, -0.37024813890457153, 0.07575926184654236, 0.08539070188999176, -0.8069424629211426, -0.22180598974227905, -0.7732235193252563, 0.47106829285621643, 0.20196007192134857, -0.9256680607795715, 0.30813437700271606, 0.6298482418060303, 0.390041708946228, 0.07460280507802963, -0.21958737075328827, -0.583379864692688, 0.2669851779937744, -0.13533127307891846, 0.8238496780395508, -0.649753212928772, -0.308083713054657, -0.023600541055202484, 0.29345816373825073, 0.17987489700317383, -0.2733742296695709, 0.8816772699356079, -0.4974733889102936, -0.16045211255550385, -0.7808187007904053, -0.6983797550201416, -0.15341444313526154, 0.4364522695541382, -1.4151664972305298, 0.9767944812774658, 0.29234200716018677, -0.8556652069091797, 0.3511806130409241, -1.2976408004760742, -0.15158823132514954, 0.7168996334075928, -0.2861996293067932, -0.46071404218673706, 0.1630474478006363, -0.11933644115924835, 0.6463443636894226, -0.026343220844864845, 0.15841662883758545, -0.8907672762870789, -0.11263130605220795, -0.09855014085769653, 0.12323929369449615, 0.7362573742866516, 0.24685093760490417, 0.41499048471450806, -0.0011624209582805634, -0.9939334988594055, -0.06906407326459885, 0.2594568133354187, -0.09698531031608582, -0.2929023504257202, -0.6285655498504639, 0.3846365809440613, -0.06489825248718262, 0.5241619348526001, -0.4982684254646301, 0.30201563239097595, 0.0009021828882396221, -0.18201923370361328, 0.7995288372039795, 0.23636853694915771, 0.4085947573184967, -0.5905517339706421, 0.6286433935165405, 0.13961490988731384, 0.25623366236686707, -0.09071160852909088, -0.62885582447052, -0.3940477967262268, -0.017863072454929352, 0.6861636638641357, 0.49015331268310547, -0.8518487215042114, 0.6024758815765381, 0.03759383410215378, -0.5250622034072876, -0.19076456129550934, -0.09478634595870972, 0.1666821390390396, 0.1279630959033966, 0.33787015080451965, -0.5115284323692322, -0.8244223594665527, -0.6992671489715576, 0.4027155041694641, 0.05790959671139717, 0.12489812076091766, 0.2472359985113144, 0.9626410007476807, -0.5175509452819824, 0.5496479868888855, -0.6914368867874146, -0.17997127771377563, -0.019362574443221092, -0.34203121066093445, 0.3619275987148285, 0.7421034574508667, 1.0851657390594482, -0.7660584449768066, -0.23681218922138214, -0.5196329951286316, -0.6264626979827881, -0.10460075736045837, 0.32873737812042236, -0.5203171968460083, -0.09140986949205399, 0.040155284106731415, -0.3411068022251129, 0.7476283311843872, 1.064624309539795, -0.7307461500167847, -0.008134780451655388, -0.13491880893707275, 0.20156127214431763, -1.3648982048034668, 0.29636457562446594, -0.026668120175600052, -0.16488578915596008, -0.49061113595962524, -0.08644574135541916, 0.21573129296302795, -0.16512055695056915, 0.02744612656533718, 0.5791199207305908, -0.7006475925445557, -0.2757086753845215, 0.10976375639438629, 0.05196216702461243, -0.09767486155033112, 0.2571738660335541, 0.005550730973482132, 0.23487183451652527, 0.9260668754577637, -0.4003622233867645, 1.0101008415222168, 0.6970605850219727, 0.22805491089820862, 1.0816988945007324, -0.6715774536132812, 0.2086585909128189, -0.17367346584796906, 0.44973224401474, -0.6039555072784424, -0.8024855256080627, 0.4403616189956665, -0.38276559114456177, 0.48432230949401855, -0.534510612487793, -0.43835416436195374, -0.742804765701294, -0.5013148784637451, 0.9332860112190247, 0.48078081011772156, -0.8602226972579956, 0.30838543176651, 0.9081405401229858, -0.003248445689678192, 0.09523415565490723, -0.8046396970748901, 0.04856272041797638, -0.3737669289112091, -0.3626307249069214, 0.6664888858795166, -0.6833672523498535, 0.014254659414291382, -0.2800077497959137, 0.23394152522087097, -0.24643215537071228, -0.29109662771224976, 0.49542009830474854, 0.23213331401348114, -0.03470653295516968, 0.2573515772819519, -0.2185169905424118, -0.708350658416748, 0.32157307863235474, -0.013585828244686127, 0.16208359599113464, 0.13103649020195007, -0.1256248652935028, -0.5137600898742676, 0.48255395889282227, 0.29210203886032104, -0.07258337736129761, 0.10367830842733383, 0.8976731300354004, -0.8819074630737305, -0.16058197617530823, -0.5265900492668152, -0.34744173288345337, -0.48169955611228943, 0.028648685663938522, -0.6032614707946777, -0.4338451623916626, 0.6716299057006836, 0.035151734948158264, -0.06705818325281143, 0.8111730813980103, 0.7436520457267761, 0.14311926066875458, 0.5327736139297485, 0.6096084117889404, -0.1352391541004181, 0.3544531464576721, -0.32818979024887085, -0.32857149839401245, -0.6824624538421631, -0.43146389722824097, -0.46604910492897034, -0.6102448105812073, -0.7830671072006226, -0.5279616713523865, -0.07802857458591461, -0.22840970754623413, -0.22855189442634583, 0.4368588328361511, -0.7319604158401489, 0.5028542876243591, 0.47536998987197876, 0.2233361303806305, -0.1422104835510254, -0.12133961170911789, 0.2726576328277588, 0.0865451917052269, -0.6751384139060974, -0.02908913604915142, 1.2506401538848877, 0.6712512969970703, 1.0135709047317505, 0.4142943024635315, 1.07861328125, 0.35088759660720825, 0.23438818752765656, -0.22920794785022736, 0.3159106969833374, 0.11661165952682495, -0.768774151802063, -0.08838771283626556, -0.1743665486574173, -0.8244179487228394, -0.5360589027404785, -0.20491907000541687, -0.04270007461309433, 0.46822842955589294, 0.4102317690849304, -0.08476480096578598, 0.1384783536195755, -0.862235426902771, 1.08304762840271, -0.14019158482551575, -0.13236162066459656, -0.1146039068698883, -0.6476754546165466, 0.18590134382247925, 0.14843381941318512, 0.1745249181985855, -0.3789178133010864, -0.07218195497989655, 1.0997565984725952, -0.40838295221328735, 1.1206212043762207, -0.8355421423912048, -0.14790335297584534, 0.05184398218989372, -0.4108559489250183, 0.263042688369751, 0.5856238603591919, -0.14881561696529388, 0.1884598433971405, 0.27350106835365295, -0.5975181460380554, -0.2102852463722229, 1.0690568685531616, -0.7866002321243286, 0.18882623314857483, -0.5652873516082764, -0.48600247502326965, 0.0010570622980594635, 0.22761201858520508, 0.18144677579402924, 0.8396079540252686, -0.30909717082977295, -0.009825052693486214, 0.8073912858963013, 0.35915982723236084, 0.5465682744979858, 0.09622181951999664, -0.27343687415122986, -0.510222852230072, 0.9184081554412842, 0.27614685893058777, -0.2825608253479004, 0.14607051014900208, 0.22067053616046906, -0.5057475566864014, -0.46190083026885986, -0.6469458341598511, 0.32376348972320557, -0.5832436084747314, -0.6111254692077637, -0.24832241237163544, -0.2880055904388428, -0.4448707401752472, -0.19308042526245117, -0.21339847147464752, -0.7042088508605957, -0.7770754098892212, -0.7298823595046997, 1.2883028984069824, 0.9296183586120605, -0.6839241981506348, 0.08870045840740204, -0.8822828531265259, 0.6901056170463562, 0.033907294273376465, 1.224388837814331, -0.48475104570388794, -0.4822314977645874, -0.28036966919898987, -0.08111262321472168, -0.05664358288049698, -0.7438145875930786, -0.20953533053398132, 0.2508164644241333, 0.7949293851852417, 0.1644335687160492, 0.11177512258291245, 0.5427687168121338, -0.3043801188468933, 0.6475729942321777, 0.3160034716129303, -0.5976778268814087, 0.5686089396476746, -0.41461724042892456, 0.4011170566082001, 0.6749935746192932, 0.5327044129371643, -0.11269529163837433, 0.4207688868045807, -1.180678367614746, -0.5008116364479065, 0.5150962471961975, 0.08557885140180588, 0.15768344700336456, 0.18316036462783813, 0.6659676432609558, 0.03083905018866062, 0.11829017102718353, -0.8060652613639832, -0.8805661201477051, -0.375313401222229, -0.5332359075546265, 0.15227270126342773, -0.5725886821746826, -0.4136495292186737, -0.5826700329780579, 0.5994014739990234, -0.14921371638774872, 0.5083310604095459, 0.0353262722492218, 0.41236209869384766, -0.08342728763818741, -0.3275834321975708, 0.41890621185302734, 0.5235905051231384, -0.37576428055763245, -0.0817413479089737, -0.15944735705852509, -0.597651481628418, -0.3252718150615692, 0.7911980152130127, 0.1641383022069931, -0.22591111063957214, 0.37729984521865845, 0.6367837190628052, -0.13230200111865997, 0.15739373862743378, 0.507806658744812, -0.19675125181674957, -0.6142884492874146, -0.7064135074615479, 0.009919727221131325, 0.1704128235578537, 0.14257961511611938, -0.18312951922416687, -0.10083605349063873, 0.32026171684265137, -0.3334481120109558, 0.6517778635025024, -0.09205964207649231, -0.566426694393158, -0.7891483306884766, 0.5782299041748047, 0.9252609014511108, -0.3608884811401367, 0.6353451013565063, -0.23328056931495667, -0.4188542366027832, 0.7314566373825073, 0.4207216203212738, 0.6950225830078125, -0.4933522641658783, 0.3728160262107849, 0.7054171562194824, 0.053637780249118805, 0.17356091737747192, 0.9731346368789673, -0.21446159482002258, -0.7963283061981201, 0.02861347794532776, -0.31432002782821655, -0.28827518224716187, -0.2967352271080017, -0.9428179264068604, 0.276326060295105, -0.6491814851760864, -0.1845642626285553, 0.07629130035638809, 0.2369658350944519, -1.0021721124649048, 0.28318503499031067, 0.29477524757385254, 1.295168399810791, -0.743187665939331, 0.9315435886383057, 0.8409640789031982, -0.5241792798042297, -0.6754441261291504, -0.2513534724712372, 0.23009569942951202, -0.7965611219406128, 0.0113762728869915, 0.28662577271461487, 0.4454777240753174, 0.06699717044830322, -0.8060259222984314, -0.8182112574577332, 1.319148063659668, 0.004568583332002163, -0.7363427877426147, 0.3647303581237793, -0.3252906799316406, 0.27613458037376404, -0.4111541509628296, 0.2716114819049835, 0.7212415337562561, 1.0350151062011719, 0.42465150356292725, -0.5577211976051331, 0.051561422646045685, -0.6473344564437866, -0.20088163018226624, 0.396731972694397, -0.5455630421638489, 0.22741293907165527, -0.22989314794540405, 0.11584457755088806, -0.02352343127131462, 0.6926794052124023, 0.0853358581662178, 0.3995121419429779, 0.43968409299850464, 0.7579717636108398, 1.018758773803711, -0.3849760591983795, 1.0290933847427368, -0.1337415874004364, 0.36944031715393066, 1.0633399486541748, -0.4380534887313843, 0.27418380975723267, 0.4741610884666443, -0.014497809112071991, 0.3271617293357849, 0.764004647731781, -0.5440776348114014, 0.4008462727069855, 0.42250293493270874, -0.13194116950035095, -0.1012663021683693, 0.144668847322464, -0.8230112791061401, 0.043728724122047424, 0.6201894879341125, -0.2385808229446411, 0.02910260669887066, -0.10819035768508911, 0.08099563419818878, -0.04976164549589157, -0.5145861506462097, 0.8316618800163269, -0.11142224073410034, -0.25352025032043457, 0.033186234533786774, -0.18658486008644104, 0.31958165764808655, -0.5986156463623047, -0.6091029644012451, -0.16453322768211365, 0.3118957579135895, -0.6361666917800903, -1.2264941930770874, 0.7409207820892334, -0.309792697429657, -0.5074111223220825, -0.2258189469575882, 0.5412287712097168, -0.4756537079811096, -0.8573368787765503, 0.38872233033180237, 0.06001002714037895, 0.23838472366333008, 0.2558884024620056, -1.2852318286895752, 0.5188926458358765, 0.030521946027874947, -0.09385702013969421, 0.1408885419368744, 0.36974602937698364, 0.14872275292873383, 0.40190625190734863, 0.4963674545288086, -0.10462720692157745, -0.3502308130264282, 0.38858866691589355, 0.9089857935905457, -0.7508443593978882, -0.48942553997039795, -0.41641998291015625, 0.7216890454292297, -0.5374894142150879, -0.5911036729812622, 0.613644540309906, 0.9274802803993225, 0.8555070161819458, -0.12849751114845276, 0.8789705038070679, -0.5475673675537109, 0.792881965637207, -0.4040695130825043, 0.520595371723175, -0.22554484009742737, -0.01597561128437519, -0.18243111670017242, -0.7806826829910278, -0.7850595712661743, 0.7029606103897095, 0.2871134877204895, 0.27459216117858887, 0.6426680088043213, 0.9488538503646851, -0.18150781095027924, 0.33494746685028076, 0.3096980154514313, 0.30833420157432556, 0.33573251962661743, 0.31429943442344666, 0.26280510425567627, -0.5736976861953735, 0.04701978713274002, -0.23346486687660217, -0.7134274840354919, 0.17120027542114258, -1.1656789779663086, -1.057989239692688, -0.7729259729385376, -0.6198588609695435, -0.4464673399925232, -0.09667160362005234, 0.8763551712036133, 0.972551703453064, -0.7948726415634155, -0.15645624697208405, 0.11021051555871964, 0.3339957594871521, 0.18525686860084534, -0.07800275087356567, 0.5419516563415527, 0.41374915838241577, -0.671301543712616, -0.23006853461265564, -0.009300746023654938, 0.28850820660591125, -0.20167268812656403, -0.143366277217865, -0.11854742467403412, -0.17451521754264832, 0.258197546005249, 0.3995651602745056, -0.2082703411579132, -0.49312737584114075, -0.6565378904342651, 0.19177556037902832, 0.08213396370410919, 0.8793745636940002, -0.41479840874671936, 0.1672220677137375, 0.6194267272949219, 0.500981330871582, 0.7334975600242615, 0.1487671434879303, 0.7279629111289978, -0.7089111804962158, 0.05792529881000519, -0.05705899000167847, 0.4293697774410248, 0.3002910614013672, -0.40953636169433594, 0.887813925743103, 0.49220556020736694, -0.7568811178207397, -0.23929467797279358, 0.1655937135219574, -1.3386788368225098, 0.4620314836502075, 0.9812319874763489, 0.06594337522983551, -0.28894561529159546, -0.2813705801963806, -0.4238373041152954, -0.08691151440143585, -0.8025195002555847, 0.10824987292289734, 0.4739372134208679, 0.09006568789482117, -0.3219735026359558, -0.3421216607093811, 0.784035325050354, -0.5692960023880005, -1.3131027221679688, 0.12187731266021729, 0.7795679569244385, 0.23052924871444702, 0.005957126617431641, 0.907201886177063, -0.23156926035881042, 0.24017687141895294, 0.2539478838443756, 0.497971773147583, -0.04709908366203308, -0.587183952331543, -0.332445353269577, -0.007090015336871147, -0.21445733308792114, -0.5101321935653687 ]
result-kand2-sdxl-wuerst-karlo/b6ea8c05
result-kand2-sdxl-wuerst-karlo
2023-09-18T17:02:55Z
525
0
[ "region:us" ]
null
2023-09-18T17:02:55Z
--- dataset_info: features: - name: result dtype: string - name: id dtype: int64 splits: - name: train num_bytes: 176 num_examples: 10 download_size: 1328 dataset_size: 176 configs: - config_name: default data_files: - split: train path: data/train-* --- # Dataset Card for "b6ea8c05" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
[ -0.5792218446731567, 0.018071310594677925, 0.24603889882564545, 0.1995619237422943, -0.16693928837776184, -0.08577405661344528, 0.41393911838531494, -0.33896496891975403, 0.8146236538887024, 0.4811806082725525, -0.8027609586715698, -0.7665892243385315, -0.5718658566474915, -0.11934288591146469, -0.3002285659313202, 1.1035643815994263, 0.369429349899292, 0.06307337433099747, -0.403761088848114, -0.23859363794326782, -0.48359671235084534, -0.5166369080543518, -0.4507650136947632, -0.5809685587882996, 1.168908953666687, 0.8761354088783264, 0.46684730052948, 0.5646396279335022, 0.9481133222579956, 0.175057053565979, 0.021835502237081528, -0.30537521839141846, -0.5052382946014404, -0.24651995301246643, -0.17412711679935455, -0.4788972735404968, -1.0948288440704346, -0.1075214371085167, 0.6081610918045044, 0.6837306022644043, -0.13475148379802704, 0.9517856240272522, -0.412825345993042, 0.7926123142242432, -0.5163214206695557, 0.5300242304801941, -0.25119549036026, -0.20396475493907928, -0.6529221534729004, 0.07543288171291351, -0.020230785012245178, -0.5342267751693726, -0.21482256054878235, -0.8305490016937256, 0.1825002282857895, 0.17522773146629333, 0.8617799282073975, 0.20484259724617004, 0.07998280227184296, -0.10684722661972046, -0.3335735499858856, 0.12970471382141113, -0.35318538546562195, 0.2863463759422302, 0.7242566347122192, 0.42883753776550293, 0.01731175370514393, -0.755715012550354, -0.41542378067970276, 0.27017441391944885, 0.00705756526440382, 0.22019928693771362, 0.27037256956100464, 0.02232443541288376, 0.7583954930305481, 0.6392643451690674, -0.4913972020149231, -0.13520780205726624, -0.9033771753311157, -0.4156801700592041, 0.9158852100372314, 0.06931432336568832, 0.3250938951969147, -0.10669630765914917, -0.17172327637672424, -0.14387774467468262, -0.5478580594062805, -0.04502511024475098, 0.5085021257400513, 0.19623811542987823, -1.1766438484191895, 0.43476158380508423, 0.08440205454826355, 0.359699010848999, 0.23044919967651367, 0.6322658061981201, 0.7882042527198792, -0.1232488751411438, -0.15572836995124817, 0.22419485449790955, 0.17374084889888763, 0.4638316035270691, 0.009244220331311226, 0.09639428555965424, -0.0010555088520050049, 0.20372410118579865, 0.16654977202415466, -1.264195442199707, -0.9027194976806641, 0.5439931154251099, -0.8786205053329468, -0.16449815034866333, 0.4371875822544098, -0.8977600932121277, -0.5190473794937134, -0.27396637201309204, 0.14422830939292908, 0.1184561550617218, -0.6551738977432251, -0.24625161290168762, -0.7516171336174011, 0.5303001999855042, 0.20140650868415833, -0.8677732348442078, 0.2135125696659088, 0.5408725738525391, 0.32332026958465576, 0.23170262575149536, -0.11776196956634521, -0.6197946071624756, 0.4197114408016205, -0.11765916645526886, 0.8710905313491821, -0.7099608182907104, -0.4552658796310425, -0.007554234936833382, 0.3906973600387573, 0.15534943342208862, -0.4042782187461853, 0.8402502536773682, -0.3302108347415924, -0.2676151394844055, -0.8861334323883057, -0.6562244892120361, -0.3172944486141205, 0.2556076943874359, -1.211946725845337, 0.9534350633621216, 0.15315783023834229, -0.7203953266143799, 0.41413015127182007, -1.3387733697891235, -0.10848906636238098, 0.902585506439209, -0.07927493751049042, -0.4481632113456726, 0.3215513527393341, -0.1637631207704544, 0.524465799331665, 0.0006359070539474487, 0.1531829833984375, -1.018928050994873, -0.2814115285873413, 0.049781087785959244, 0.21089884638786316, 0.8446483016014099, 0.17991657555103302, 0.38091784715652466, 0.08217368274927139, -1.0590252876281738, -0.08415193855762482, 0.11002089083194733, 0.030049322172999382, -0.2538467049598694, -0.5057885646820068, 0.4497053027153015, -0.09966957569122314, 0.5301840305328369, -0.5558345317840576, 0.3239836096763611, 0.10627983510494232, -0.18124809861183167, 0.7622601985931396, 0.13612404465675354, 0.16996698081493378, -0.5434420108795166, 0.42275404930114746, 0.2207929491996765, 0.33823299407958984, -0.03769424185156822, -0.5071070194244385, -0.6723295450210571, 0.01170281320810318, 0.778843343257904, 0.5594228506088257, -0.5552610754966736, 0.7145906686782837, 0.1241445392370224, -0.7629562616348267, -0.41081303358078003, -0.038285739719867706, 0.25798141956329346, 0.13431869447231293, 0.4691675901412964, -0.6840434670448303, -0.7323346734046936, -0.7900339365005493, 0.3917624056339264, 0.1169276237487793, 0.1772855967283249, 0.3160490095615387, 0.9948508143424988, -0.5133345723152161, 0.3492491841316223, -0.7772648334503174, -0.23638853430747986, -0.11329268664121628, -0.33303895592689514, 0.323646605014801, 0.7681199908256531, 1.0764482021331787, -0.7828909754753113, -0.212754026055336, -0.432148814201355, -0.5235570073127747, -0.0884416401386261, 0.417881041765213, -0.5269016027450562, -0.11041915416717529, -0.016195690259337425, -0.317247211933136, 0.9148951768875122, 1.0269378423690796, -0.7172410488128662, 0.04544230177998543, -0.008759237825870514, 0.19423332810401917, -1.4068245887756348, 0.5660150051116943, -0.010002879425883293, -0.21480658650398254, -0.3869743347167969, 0.013529255986213684, 0.13445517420768738, -0.19383551180362701, -0.13402625918388367, 0.5787419080734253, -0.642087996006012, -0.255154550075531, -0.011240709573030472, -0.14191658794879913, -0.21754693984985352, 0.264081746339798, -0.018196426331996918, 0.3298912048339844, 0.9527835845947266, -0.41611695289611816, 0.962695300579071, 0.6639021039009094, 0.0822494626045227, 0.8390414714813232, -0.6819792985916138, 0.3145774304866791, -0.29834508895874023, 0.4195442497730255, -0.7436269521713257, -0.7488198280334473, 0.3986997604370117, -0.5332176685333252, 0.29533088207244873, -0.6336076259613037, -0.40121954679489136, -0.6421087384223938, -0.28301510214805603, 0.8151095509529114, 0.5239901542663574, -0.752047061920166, 0.41146907210350037, 0.725349485874176, 0.015899784862995148, 0.017151976004242897, -0.8910731077194214, -0.04214359074831009, -0.25907814502716064, -0.2868528366088867, 0.4716486632823944, -0.598641574382782, 0.10076646506786346, -0.2233162224292755, 0.37233641743659973, -0.2413494884967804, -0.32939422130584717, 0.6156916618347168, 0.20613527297973633, -0.10382039844989777, 0.14423558115959167, -0.1175333559513092, -0.6214258670806885, 0.26760151982307434, -0.008952580392360687, 0.2277839332818985, 0.14474327862262726, -0.03342984989285469, -0.48393815755844116, 0.5568758845329285, 0.33042341470718384, -0.2090194672346115, 0.4230422377586365, 0.9573372602462769, -0.916305422782898, -0.19805453717708588, -0.4658551514148712, -0.23981833457946777, -0.47763457894325256, -0.06003125384449959, -0.31138181686401367, -0.37489205598831177, 0.8715337514877319, 0.04414854198694229, 0.04242686927318573, 0.69341641664505, 0.8466224670410156, 0.08078861236572266, 0.5814062356948853, 0.561942458152771, -0.2864460349082947, 0.335906058549881, -0.4058316648006439, -0.25668367743492126, -0.6756147146224976, -0.48824411630630493, -0.6062660217285156, -0.6746935844421387, -0.7531005144119263, -0.2700382471084595, -0.03661275655031204, -0.48361098766326904, -0.11837397515773773, 0.518046498298645, -0.6195603609085083, 0.4225609600543976, 0.6251949667930603, 0.3608388304710388, -0.19020499289035797, -0.2454880028963089, 0.30767953395843506, 0.26068800687789917, -0.7102078199386597, 0.0267032478004694, 1.1601741313934326, 0.525005042552948, 0.9103820323944092, 0.448398232460022, 0.914147138595581, 0.4212498366832733, 0.27598875761032104, -0.3205834925174713, 0.3587750494480133, -0.16453835368156433, -0.8046546578407288, 0.024452785030007362, -0.13777408003807068, -0.9026315808296204, -0.5777603387832642, -0.33648717403411865, -0.37054070830345154, 0.5284295082092285, 0.6602638363838196, -0.0771414041519165, 0.10229506343603134, -0.9131959080696106, 1.1243042945861816, -0.04073525220155716, -0.14109361171722412, -0.2610029876232147, -0.7380834817886353, 0.12684372067451477, 0.4380720257759094, 0.1897566318511963, -0.28740647435188293, 0.13747088611125946, 0.8872823715209961, -0.39673328399658203, 1.0385560989379883, -0.8252071142196655, 0.12063278257846832, 0.12623536586761475, -0.3945014774799347, 0.1763981431722641, 0.39182397723197937, -0.03998185694217682, 0.05724301189184189, 0.2275894433259964, -0.7716294527053833, -0.3119053244590759, 0.8352210521697998, -0.6694144010543823, 0.30672407150268555, -0.45785045623779297, -0.6112054586410522, -0.005349189043045044, 0.23520004749298096, 0.23103564977645874, 0.9381749629974365, -0.13537439703941345, 0.2568645477294922, 0.8066930770874023, 0.359173983335495, 0.5897905230522156, -0.047793202102184296, -0.19539287686347961, -0.5267945528030396, 1.0626128911972046, 0.320176899433136, -0.3030048906803131, 0.20844972133636475, 0.28688329458236694, -0.4041818380355835, -0.5493808388710022, -0.6255834102630615, 0.24810351431369781, -0.39834752678871155, -0.5390143990516663, -0.08643265068531036, -0.31975120306015015, -0.5065999627113342, -0.15302014350891113, -0.19713589549064636, -0.5113550424575806, -0.5296029448509216, -0.5341662168502808, 1.0942963361740112, 0.7249413728713989, -0.4328864514827728, 0.37349018454551697, -1.0272562503814697, 0.551807165145874, -0.16356366872787476, 1.0632860660552979, -0.22669997811317444, -0.49499669671058655, -0.45400381088256836, -0.03171180933713913, -0.039799004793167114, -0.7169451117515564, -0.16694225370883942, 0.1524256467819214, 0.6891834139823914, 0.17913171648979187, 0.022992895916104317, 0.6521158218383789, -0.056310124695301056, 0.6077528595924377, 0.1741752326488495, -0.6917605996131897, 0.575881838798523, -0.42273014783859253, 0.634860634803772, 0.8291796445846558, 0.5666139721870422, -0.238532155752182, 0.24923579394817352, -1.2287930250167847, -0.6829473972320557, 0.3444279432296753, -0.005331055261194706, 0.1517903208732605, 0.44690608978271484, 0.6071641445159912, -0.055420562624931335, 0.3340476155281067, -0.7765790224075317, -0.7924107313156128, -0.14333097636699677, -0.5587210059165955, 0.32254135608673096, -0.4521671533584595, -0.2244987189769745, -0.5628774166107178, 0.7065426111221313, -0.1645459234714508, 0.4877151846885681, -0.019286183640360832, 0.17041917145252228, -0.08467120677232742, -0.27729806303977966, 0.4627426862716675, 0.5964812636375427, -0.38191622495651245, -0.20906135439872742, -0.05383607745170593, -0.6159586906433105, -0.5220116376876831, 0.6734325289726257, -0.13625989854335785, -0.2710936665534973, 0.525651216506958, 0.7432963848114014, -0.24935585260391235, 0.023180373013019562, 0.3072105944156647, -0.09381917119026184, -0.4348542392253876, -0.581173300743103, 0.23836559057235718, 0.12113336473703384, 0.09756883233785629, 0.03980962187051773, -0.23078292608261108, 0.47953131794929504, -0.539644181728363, 0.5545070171356201, -0.026176702231168747, -0.6634869575500488, -0.6490848064422607, 0.4072669446468353, 0.804962158203125, -0.3834300637245178, 0.7480798363685608, -0.08172060549259186, -0.38038212060928345, 0.777475118637085, 0.35712146759033203, 0.6769407987594604, -0.5049015283584595, 0.16271476447582245, 0.5740255117416382, 0.05487740784883499, 0.3830615282058716, 0.9869267344474792, -0.1756887137889862, -0.6556662321090698, 0.02050742506980896, -0.28992992639541626, -0.499693363904953, -0.09916898608207703, -1.0509577989578247, 0.3725540041923523, -0.7927131056785583, -0.177115797996521, 0.20174163579940796, 0.2982589602470398, -0.7579565048217773, 0.5067281723022461, 0.3160557150840759, 1.3960821628570557, -0.8295450806617737, 0.7350298762321472, 0.9858649373054504, -0.47546523809432983, -0.850324809551239, -0.2597503066062927, 0.022164955735206604, -0.7473186254501343, -0.19852381944656372, 0.2782903015613556, 0.4535712003707886, -0.10609707981348038, -0.9666928052902222, -0.7014157176017761, 1.2337064743041992, 0.13964709639549255, -0.7425653338432312, 0.30148279666900635, -0.30489155650138855, 0.27511101961135864, -0.3819843530654907, 0.32130876183509827, 0.5173265337944031, 0.9464841485023499, 0.5276541709899902, -0.6100084185600281, 0.024791069328784943, -0.5586973428726196, -0.23938347399234772, 0.44027239084243774, -0.9244387149810791, -0.04136255756020546, -0.1922895312309265, 0.33854877948760986, -0.03348296508193016, 0.8618547320365906, 0.11612154543399811, 0.48083674907684326, 0.358059287071228, 0.6731768846511841, 0.9450777769088745, -0.2927815616130829, 0.8124884963035583, -0.14711792767047882, 0.4936758875846863, 0.9713506102561951, -0.30050772428512573, 0.36148542165756226, 0.39746153354644775, 0.10848809033632278, 0.4639292359352112, 0.6821866631507874, -0.6573799848556519, 0.2793269157409668, 0.30846840143203735, -0.16635964810848236, -0.2450897991657257, -0.13404014706611633, -0.764614999294281, 0.22421172261238098, 0.6145559549331665, -0.432420551776886, 0.10875135660171509, -0.3352886140346527, 0.16503486037254333, -0.1272398978471756, -0.7376214265823364, 0.7934392690658569, 0.03348894789814949, -0.24101629853248596, -0.11416931450366974, -0.21408963203430176, 0.1534249484539032, -0.6537616848945618, -0.48926424980163574, -0.09936469793319702, 0.31648746132850647, -0.7889304757118225, -1.0507785081863403, 0.7801556587219238, -0.3815433084964752, -0.5147775411605835, -0.05230461061000824, 0.7006993293762207, -0.5702676773071289, -1.0297670364379883, 0.337493360042572, -0.10643433034420013, 0.17722903192043304, 0.4270012378692627, -1.2366223335266113, 0.5330808162689209, -0.11294765770435333, 0.032145384699106216, 0.1780579835176468, 0.13333694636821747, 0.06050853431224823, 0.5887251496315002, 0.5441742539405823, 0.019752778112888336, -0.38875821232795715, 0.330561101436615, 0.8205963373184204, -0.7549339532852173, -0.5435560941696167, -0.4436420500278473, 0.8982928991317749, -0.42068153619766235, -0.65653395652771, 0.46607497334480286, 1.1031211614608765, 0.7757821679115295, -0.19246473908424377, 0.842849850654602, -0.4895435571670532, 0.7127360105514526, -0.4077613949775696, 0.6693310141563416, -0.2506464719772339, -0.2734588384628296, -0.19925066828727722, -0.6602802872657776, -0.756497859954834, 0.6291406750679016, 0.3096044063568115, 0.27394354343414307, 0.47799134254455566, 0.9767083525657654, -0.30089518427848816, 0.18363697826862335, 0.2144911289215088, 0.31921616196632385, 0.22732046246528625, 0.43574222922325134, 0.15846586227416992, -0.5998157262802124, 0.016544394195079803, -0.14285413920879364, -0.551523745059967, 0.06082824245095253, -1.1196410655975342, -1.0549297332763672, -0.6659765243530273, -0.6038943529129028, -0.5685985088348389, 0.10888195037841797, 1.0051300525665283, 1.04252290725708, -0.9875960350036621, -0.365195095539093, 0.2685139775276184, 0.3831414580345154, 0.18403655290603638, -0.09599125385284424, 0.5116109251976013, 0.4402989149093628, -0.5591753125190735, -0.3193315863609314, 0.033653948456048965, 0.19801011681556702, -0.1796509325504303, 0.10382018238306046, -0.09292943775653839, -0.08342264592647552, 0.29250290989875793, 0.41263583302497864, -0.06295725703239441, -0.5226522088050842, -0.6402097344398499, 0.2930678725242615, 0.10910175740718842, 0.8874698877334595, -0.37970417737960815, -0.055898699909448624, 0.6160461902618408, 0.48619019985198975, 0.6348589062690735, 0.21362018585205078, 0.7037935256958008, -0.5620645880699158, 0.19040605425834656, -0.10090234875679016, 0.4234606623649597, 0.1975519359111786, -0.44211244583129883, 0.6957135200500488, 0.4990101158618927, -0.6406873464584351, -0.47670304775238037, 0.12404098361730576, -1.517516851425171, 0.5190884470939636, 0.9612438678741455, 0.03476020321249962, -0.5421042442321777, -0.10929611325263977, -0.4422514736652374, -0.08854605257511139, -0.9023867249488831, 0.26099058985710144, 0.5223020911216736, 0.08181601762771606, -0.40313249826431274, -0.11915706843137741, 0.6305074691772461, -0.40957653522491455, -1.294363260269165, 0.13926199078559875, 0.6279866695404053, 0.17235210537910461, 0.0035367505624890327, 0.6439554691314697, -0.10245835781097412, 0.4680800437927246, 0.12377172708511353, 0.4125193655490875, -0.11001996695995331, -0.713425874710083, -0.1800195276737213, 0.03775598481297493, -0.07769619673490524, -0.5266170501708984 ]
result-kand2-sdxl-wuerst-karlo/e87ec3b2
result-kand2-sdxl-wuerst-karlo
2023-09-19T00:21:50Z
525
0
[ "region:us" ]
null
2023-09-19T00:21:50Z
--- dataset_info: features: - name: result dtype: string - name: id dtype: int64 splits: - name: train num_bytes: 153 num_examples: 10 download_size: 1306 dataset_size: 153 configs: - config_name: default data_files: - split: train path: data/train-* --- # Dataset Card for "e87ec3b2" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
[ -0.6220706701278687, -0.09099392592906952, 0.3194989264011383, 0.16242697834968567, -0.2959028482437134, -0.1520208865404129, 0.44924360513687134, -0.35691773891448975, 0.9503457546234131, 0.4550721049308777, -0.6624340415000916, -0.6431710720062256, -0.56104975938797, -0.019041690975427628, -0.2084934115409851, 1.0771574974060059, 0.055641695857048035, 0.04108521342277527, -0.21195299923419952, -0.060544051229953766, -0.2703717350959778, -0.5311074256896973, -0.6078395843505859, -0.38050711154937744, 1.0150240659713745, 0.7892274856567383, 0.34459394216537476, 0.632768988609314, 0.7621457576751709, 0.1785888522863388, 0.014373604208230972, -0.2629798650741577, -0.5840152502059937, -0.17560726404190063, -0.04836546629667282, -0.5833210945129395, -1.2652041912078857, -0.19472722709178925, 0.5161130428314209, 0.59443598985672, -0.24224261939525604, 0.9222661256790161, -0.1316627711057663, 0.787918746471405, -0.375296950340271, 0.6806062459945679, -0.21388238668441772, -0.19532045722007751, -0.7568249106407166, 0.012860482558608055, 0.02950560674071312, -0.37284213304519653, -0.2489495575428009, -1.1715306043624878, 0.22461898624897003, 0.4200573265552521, 0.8288233280181885, 0.13350814580917358, 0.1473185122013092, -0.14408403635025024, -0.27479860186576843, 0.07423676550388336, -0.1715359389781952, 0.21623343229293823, 0.7653378248214722, 0.2958124279975891, -0.08937574923038483, -0.5334184169769287, -0.45716553926467896, 0.2721078395843506, 0.08953139185905457, 0.2247658371925354, 0.24884247779846191, 0.13671523332595825, 0.6534307599067688, 0.6059619188308716, -0.5723711848258972, -0.15985296666622162, -0.9932132363319397, -0.4764060974121094, 0.6949424743652344, 0.024070974439382553, 0.2748872637748718, -0.13479843735694885, -0.1128062903881073, -0.14794868230819702, -0.7279742956161499, -0.18082058429718018, 0.6288504600524902, 0.19864000380039215, -1.0775662660598755, 0.47760990262031555, -0.04853709787130356, 0.46432262659072876, 0.2650553584098816, 0.638411283493042, 0.8051666021347046, 0.08647610992193222, -0.16595636308193207, 0.3458918035030365, 0.031559381633996964, 0.5833348631858826, -0.055849239230155945, 0.19730553030967712, 0.039700157940387726, -0.06781560927629471, -0.026552043855190277, -1.2033774852752686, -0.6825401782989502, 0.5304843783378601, -0.8117983341217041, -0.15149477124214172, 0.5822168588638306, -1.0463621616363525, -0.48585814237594604, -0.30826181173324585, 0.12867003679275513, 0.30302202701568604, -0.7789867520332336, -0.21012626588344574, -0.6469534635543823, 0.5400970578193665, 0.3085074722766876, -0.8541960716247559, 0.28575244545936584, 0.8483046293258667, 0.5078327655792236, 0.21906039118766785, -0.14031536877155304, -0.5447573065757751, 0.5015867948532104, -0.0784669890999794, 0.90840744972229, -0.6208860278129578, -0.24495048820972443, 0.09542159736156464, 0.5539997816085815, 0.19331645965576172, -0.4839223027229309, 0.890784740447998, -0.4646408259868622, -0.20875197649002075, -0.635714054107666, -0.5582314729690552, -0.2879527509212494, 0.2988038957118988, -1.4658372402191162, 1.0912394523620605, 0.3251829147338867, -0.6103574633598328, 0.35100260376930237, -1.195385217666626, -0.12935473024845123, 0.7271518707275391, -0.06279152631759644, -0.3987492024898529, 0.260667622089386, -0.20007745921611786, 0.5315403938293457, -0.2966432571411133, 0.2081826627254486, -1.0346258878707886, -0.2965949773788452, -0.2751582860946655, 0.3075419068336487, 0.7772645950317383, 0.2768981456756592, 0.29430848360061646, -0.1458321213722229, -1.0021650791168213, -0.15179593861103058, 0.27286767959594727, 0.04803664982318878, -0.28102731704711914, -0.571810245513916, 0.4489609897136688, -0.14509433507919312, 0.36842530965805054, -0.5530540943145752, 0.1738184243440628, 0.037712857127189636, -0.14504164457321167, 0.8079875111579895, 0.01664046198129654, 0.23000988364219666, -0.5615484714508057, 0.549497127532959, 0.06980891525745392, 0.2903594970703125, -0.007277008146047592, -0.6258779764175415, -0.6896178722381592, 0.03250197321176529, 0.6037842631340027, 0.6049890518188477, -0.5744974613189697, 0.6719781160354614, 0.1321156620979309, -0.6490170955657959, -0.3468911051750183, -0.04878544807434082, 0.16077077388763428, 0.17489448189735413, 0.39285266399383545, -0.5565367937088013, -0.7521708011627197, -0.885221004486084, 0.2675543427467346, -0.04579612612724304, -0.01507165189832449, 0.2642483711242676, 0.8887492418289185, -0.2277839183807373, 0.24625977873802185, -0.7378929853439331, -0.14450213313102722, -0.1554054617881775, -0.3240041136741638, 0.2929527163505554, 0.7610560059547424, 0.9373230338096619, -0.7590465545654297, -0.312058687210083, -0.5025695562362671, -0.4846159517765045, -0.17546257376670837, 0.317557692527771, -0.6692999601364136, -0.15909887850284576, 0.04533948004245758, -0.22919219732284546, 0.7679719924926758, 0.8822330832481384, -0.571354866027832, -0.16623249650001526, 0.13515415787696838, 0.36054527759552, -1.4645609855651855, 0.3642945885658264, 0.023727621883153915, -0.19081702828407288, -0.5461691617965698, -0.041984833776950836, 0.12379871308803558, -0.08967287093400955, -0.28431254625320435, 0.5934316515922546, -0.6510524749755859, -0.08932401239871979, 0.03602723777294159, -0.020078197121620178, -0.01502244547009468, 0.27879804372787476, 0.0005883127450942993, 0.28584718704223633, 0.9455594420433044, -0.4288502335548401, 0.9167261123657227, 0.5875217914581299, 0.09859101474285126, 0.8939967751502991, -0.719153881072998, 0.3401934504508972, -0.19903461635112762, 0.37085580825805664, -0.4946421682834625, -0.84645015001297, 0.5622696876525879, -0.3554421067237854, 0.5221277475357056, -0.6223576068878174, -0.43834036588668823, -0.6848538517951965, -0.4370625615119934, 0.836819052696228, 0.4039117693901062, -0.8010894060134888, 0.4299736022949219, 0.8650141358375549, -0.14823170006275177, 0.09302148222923279, -0.8857774138450623, -0.13381586968898773, -0.3403298556804657, -0.32862845063209534, 0.6214921474456787, -0.3750465512275696, 0.08534297347068787, -0.255199134349823, 0.3544776141643524, -0.256536066532135, -0.26444751024246216, 0.5775265693664551, 0.3770248293876648, -0.023668620735406876, 0.12728318572044373, -0.05046975612640381, -0.6723111867904663, 0.22033631801605225, 0.06120433658361435, 0.26943570375442505, 0.02317853644490242, -0.20599332451820374, -0.40537217259407043, 0.6287989020347595, 0.22681957483291626, 0.07044678926467896, 0.4850252866744995, 0.8426365852355957, -1.0429332256317139, -0.13617435097694397, -0.4973624348640442, -0.131067156791687, -0.4792361855506897, 0.2623615264892578, -0.3602605164051056, -0.6083859205245972, 0.799906849861145, -0.00382024422287941, -0.1966213583946228, 0.8497598171234131, 0.8496606349945068, 0.23052725195884705, 0.6576361656188965, 0.5397072434425354, -0.10632715374231339, 0.35772132873535156, -0.1910427212715149, -0.24507561326026917, -0.900809109210968, -0.509772539138794, -0.5092947483062744, -0.39599695801734924, -0.7772824764251709, -0.33228224515914917, -0.04652424901723862, -0.14362733066082, -0.27199018001556396, 0.6176231503486633, -0.6558384895324707, 0.48041754961013794, 0.6235906481742859, 0.4474107027053833, -0.272580623626709, -0.14253753423690796, 0.4718027710914612, 0.4120810031890869, -0.6332848072052002, -0.23357036709785461, 1.2894659042358398, 0.5195077657699585, 0.7552740573883057, 0.4343484342098236, 1.0394173860549927, 0.3797295093536377, 0.398743212223053, -0.2810583710670471, 0.3567449450492859, 0.14716096222400665, -0.7641786336898804, 0.013682270422577858, -0.06139272078871727, -0.8054424524307251, -0.5502181053161621, -0.13479813933372498, -0.313823938369751, 0.4604913294315338, 0.6536251306533813, -0.1490398347377777, 0.18263210356235504, -0.9473799467086792, 0.9928483366966248, -0.03757210820913315, -0.33890363574028015, -0.24690848588943481, -0.5930529236793518, 0.06622659415006638, 0.29024890065193176, 0.14494726061820984, -0.3292439579963684, 0.01826440915465355, 1.1434890031814575, -0.48854899406433105, 0.857298731803894, -0.7876588702201843, 0.13399958610534668, 0.32848846912384033, -0.2696744203567505, 0.38353633880615234, 0.438889741897583, -0.17278772592544556, 0.04408740997314453, 0.20249442756175995, -0.7370280027389526, -0.23588603734970093, 0.7895009517669678, -0.6377631425857544, 0.051980968564748764, -0.45864763855934143, -0.25405406951904297, -0.004239993169903755, 0.19120904803276062, 0.14086715877056122, 0.8736456036567688, -0.2671113610267639, 0.048707764595746994, 0.6962380409240723, 0.31017428636550903, 0.36802852153778076, -0.006203187629580498, -0.13964155316352844, -0.5044630765914917, 1.0545616149902344, 0.2067219316959381, -0.24529534578323364, 0.2829638123512268, 0.18468651175498962, -0.3379814922809601, -0.4341641068458557, -0.7424497008323669, 0.15072186291217804, -0.4539226293563843, -0.5901824235916138, -0.08154318481683731, -0.06231097877025604, -0.4229647219181061, -0.21272361278533936, -0.21321459114551544, -0.6698907613754272, -0.6692566871643066, -0.757169246673584, 1.0836005210876465, 0.9035369157791138, -0.6748356819152832, 0.28781959414482117, -0.937248706817627, 0.5457109212875366, -0.09876496344804764, 1.0960444211959839, -0.16320188343524933, -0.57333904504776, -0.42301031947135925, -0.1716359704732895, -0.0689920037984848, -0.8970304727554321, -0.12065710127353668, 0.2264772355556488, 0.7780129313468933, 0.201394721865654, -0.05363397300243378, 0.5525407791137695, -0.12233006954193115, 0.6266571283340454, 0.17568056285381317, -0.6828921437263489, 0.5693989396095276, -0.3833121657371521, 0.23464041948318481, 0.884651780128479, 0.5357978343963623, -0.20732173323631287, 0.25115302205085754, -1.126914143562317, -0.8239531517028809, 0.5660470724105835, 0.009130626916885376, -0.039853207767009735, 0.2159939557313919, 0.5281872749328613, 0.04600870981812477, 0.36246731877326965, -0.6986196041107178, -0.9141730070114136, -0.14395934343338013, -0.5989401340484619, 0.41072264313697815, -0.5523068904876709, -0.30064284801483154, -0.4704076647758484, 0.7628524899482727, -0.013887542299926281, 0.5807124972343445, 0.09034185111522675, 0.0838456004858017, -0.09102056920528412, -0.10240687429904938, 0.43820875883102417, 0.4606471359729767, -0.4848291277885437, -0.11605056375265121, -0.08240191638469696, -0.6365636587142944, -0.33658456802368164, 0.7578010559082031, -0.007202551234513521, -0.43388280272483826, 0.40681886672973633, 0.6620842218399048, -0.2922781705856323, -0.0000629182904958725, 0.3576454222202301, 0.028710104525089264, -0.4438515901565552, -0.49299293756484985, 0.03561732545495033, 0.08471856266260147, 0.12328097969293594, 0.05595163255929947, -0.2842947244644165, 0.5992966890335083, -0.4384583830833435, 0.4943021833896637, -0.233348548412323, -0.6124184131622314, -0.7250340580940247, 0.44001615047454834, 0.8408384919166565, -0.3878523111343384, 0.6357831954956055, -0.44578486680984497, -0.6197302341461182, 0.9698010683059692, 0.4926146864891052, 0.8267327547073364, -0.33809220790863037, 0.2129656970500946, 0.6777470707893372, 0.1689271628856659, 0.1394023895263672, 1.0030449628829956, -0.09964775294065475, -0.5797990560531616, 0.08661872893571854, -0.23646436631679535, -0.5001000165939331, -0.2384311556816101, -1.2183029651641846, 0.3264511823654175, -0.6418486833572388, -0.04823002964258194, -0.06761140376329422, 0.032964255660772324, -1.005507230758667, 0.24654719233512878, 0.5601087212562561, 1.2153722047805786, -0.8976600766181946, 0.5247007608413696, 0.8460555672645569, -0.36339250206947327, -0.8604499697685242, -0.3431662619113922, 0.15330564975738525, -0.8872316479682922, -0.14970383048057556, 0.44462642073631287, 0.37619030475616455, -0.13304153084754944, -0.8758628368377686, -0.767646074295044, 1.2996675968170166, 0.15323016047477722, -0.942248523235321, 0.5129525661468506, -0.15963879227638245, 0.21205617487430573, -0.4120243787765503, 0.5300967693328857, 0.5728837847709656, 0.9486005902290344, 0.2732257544994354, -0.7015042304992676, 0.20520621538162231, -0.6592572927474976, -0.33966064453125, 0.4495346248149872, -1.0058729648590088, 0.01694335602223873, -0.16881117224693298, 0.1757180392742157, -0.12021911144256592, 0.7196635603904724, 0.1655629277229309, 0.48432737588882446, 0.440231591463089, 0.749193549156189, 1.0799119472503662, -0.37868624925613403, 0.806668758392334, -0.26046139001846313, 0.537492573261261, 1.0406594276428223, -0.39518922567367554, 0.40732017159461975, 0.47567927837371826, -0.06414307653903961, 0.27622631192207336, 0.8580523729324341, -0.4618759751319885, 0.3810839056968689, 0.34323254227638245, -0.14284834265708923, -0.259400874376297, -0.14417526125907898, -0.8841464519500732, 0.027246803045272827, 0.6166220903396606, -0.4023481607437134, 0.1755744218826294, -0.27303028106689453, 0.19466076791286469, -0.3124080300331116, -0.7718400359153748, 0.6993869543075562, -0.0352049246430397, -0.20429767668247223, -0.20655454695224762, -0.22649091482162476, 0.1155446246266365, -0.42370057106018066, -0.5758602619171143, 0.10072825103998184, 0.14598949253559113, -0.6368708610534668, -1.071106195449829, 0.676109790802002, -0.35455578565597534, -0.40045076608657837, -0.03433743119239807, 0.5706132054328918, -0.4495144486427307, -0.9215421080589294, 0.36715179681777954, 0.07344760000705719, 0.18984562158584595, 0.19566074013710022, -1.1876250505447388, 0.4981786906719208, -0.05213387683033943, -0.24890488386154175, 0.18017610907554626, 0.1203795075416565, 0.20380938053131104, 0.3032889664173126, 0.3935873508453369, 0.03475121408700943, -0.3561660349369049, 0.36030644178390503, 0.9355385899543762, -0.7315726280212402, -0.5491342544555664, -0.4452136158943176, 0.6900311708450317, -0.4719415605068207, -0.6814521551132202, 0.37117666006088257, 1.129610538482666, 0.9849219918251038, -0.05954671651124954, 0.8780010342597961, -0.5957396626472473, 0.867336094379425, -0.4197279214859009, 0.43199023604393005, -0.21186518669128418, -0.17921876907348633, -0.09179271757602692, -0.7312944531440735, -0.7541505098342896, 0.6366605758666992, 0.25431686639785767, 0.18678927421569824, 0.5452499389648438, 1.2126991748809814, -0.15090377628803253, 0.3331568241119385, 0.08985684812068939, 0.2732846140861511, 0.2288416177034378, 0.4332059621810913, 0.30398696660995483, -0.6269335150718689, 0.023791642859578133, -0.2078264057636261, -0.6930145025253296, -0.02124823071062565, -1.1046898365020752, -0.9030722975730896, -0.6437582969665527, -0.47984862327575684, -0.5967826247215271, 0.08905978500843048, 1.2198128700256348, 0.9534348249435425, -1.0877809524536133, -0.17329376935958862, 0.11272645741701126, 0.3539855480194092, 0.2293366640806198, -0.10934291779994965, 0.6352657079696655, 0.613867998123169, -0.5948481559753418, -0.31026795506477356, 0.07864481955766678, 0.17457374930381775, -0.01421181857585907, 0.007226571440696716, 0.15977096557617188, -0.18022677302360535, 0.2658514380455017, 0.5406303405761719, -0.1376532018184662, -0.44876956939697266, -0.6441413164138794, 0.3121379017829895, 0.1302458643913269, 0.9046840667724609, -0.18481743335723877, 0.12313493341207504, 0.6713353395462036, 0.34305325150489807, 0.5562463998794556, 0.19549579918384552, 0.7318775057792664, -0.32335716485977173, 0.20397718250751495, -0.12628518044948578, 0.5557869076728821, 0.18016618490219116, -0.5066236257553101, 0.711493968963623, 0.38142144680023193, -0.6901093125343323, -0.5639944672584534, 0.04111005738377571, -1.4850130081176758, 0.6508541107177734, 1.0402737855911255, 0.08161843568086624, -0.5558919906616211, -0.27075502276420593, -0.4142962098121643, 0.07625837624073029, -1.044119954109192, 0.2208813726902008, 0.5275062322616577, 0.0028268322348594666, -0.1916096806526184, -0.3357272446155548, 0.6349620819091797, -0.40503954887390137, -1.297407627105713, 0.06839242577552795, 0.4636021554470062, 0.0039323680102825165, -0.018494941294193268, 0.6203353404998779, -0.10080251842737198, 0.3894657790660858, 0.19966742396354675, 0.3955567479133606, -0.24535219371318817, -0.7090622186660767, -0.22418373823165894, 0.06470145285129547, -0.044047288596630096, -0.4075024425983429 ]
result-kand2-sdxl-wuerst-karlo/36e1d427
result-kand2-sdxl-wuerst-karlo
2023-09-19T14:17:01Z
525
0
[ "region:us" ]
null
2023-09-19T14:17:00Z
--- dataset_info: features: - name: result dtype: string - name: id dtype: int64 splits: - name: train num_bytes: 232 num_examples: 10 download_size: 1385 dataset_size: 232 configs: - config_name: default data_files: - split: train path: data/train-* --- # Dataset Card for "36e1d427" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
[ -0.8797789812088013, -0.010813850909471512, 0.3089647591114044, 0.2860184907913208, -0.14393971860408783, -0.08980565518140793, 0.40917038917541504, -0.09359773248434067, 0.8453619480133057, 0.5403701663017273, -1.145629644393921, -0.6934352517127991, -0.41214221715927124, -0.1711461842060089, -0.11415097117424011, 1.2005118131637573, 0.11878742277622223, 0.03523581475019455, -0.47606056928634644, -0.11225099116563797, -0.29942527413368225, -0.43211692571640015, -0.5040776133537292, -0.5403199791908264, 1.009813904762268, 0.9214044809341431, 0.4863068461418152, 0.5744613409042358, 0.7898929119110107, 0.16539479792118073, 0.05112200975418091, -0.2948029637336731, -0.6062960028648376, -0.1781889945268631, -0.27938467264175415, -0.5703445076942444, -1.2801443338394165, 0.03339381515979767, 0.5805228352546692, 0.569987952709198, -0.1638551950454712, 0.7735238075256348, -0.2948925793170929, 0.9981527328491211, -0.2263578623533249, 0.4595271050930023, -0.12331538647413254, 0.043718185275793076, -0.8931611180305481, 0.1417035013437271, 0.06839246302843094, -0.6131354570388794, -0.08157800137996674, -1.1598618030548096, 0.29980066418647766, 0.1692456752061844, 0.6259299516677856, 0.29391559958457947, 0.0921591967344284, -0.08463156968355179, -0.20550739765167236, 0.10105554014444351, -0.36757969856262207, 0.22292198240756989, 0.8749856352806091, 0.24859566986560822, 0.07868096232414246, -0.4138435423374176, -0.368967205286026, 0.34744444489479065, 0.12737587094306946, 0.21945811808109283, 0.20878545939922333, 0.025130311027169228, 0.6534446477890015, 1.006047010421753, -0.6804863214492798, 0.07504335790872574, -0.8063136339187622, -0.39835837483406067, 0.9178779125213623, 0.20053964853286743, 0.21269869804382324, -0.14700019359588623, -0.23386317491531372, -0.20502014458179474, -0.4786941707134247, -0.41088175773620605, 0.5960263609886169, 0.15155643224716187, -1.1415534019470215, 0.6939452290534973, 0.025203686207532883, 0.38096800446510315, 0.18716087937355042, 0.6278333067893982, 0.7092394828796387, -0.055582430213689804, -0.16971585154533386, -0.015631316229701042, 0.19388926029205322, 0.5567103624343872, 0.20862239599227905, 0.11613963544368744, 0.03989815339446068, 0.03659084439277649, -0.02015424147248268, -1.07186758518219, -0.8238376975059509, 0.48169973492622375, -0.6667307615280151, -0.15079565346240997, 0.5092559456825256, -1.2359064817428589, -0.7031282782554626, -0.3722530007362366, -0.0804947018623352, -0.01326550543308258, -0.8682075142860413, -0.14431998133659363, -0.6279467344284058, 0.4316575527191162, 0.1749308556318283, -0.7292729020118713, 0.40212973952293396, 0.7180646061897278, 0.4207186996936798, -0.1585269570350647, -0.13904841244220734, -0.402482271194458, 0.05438948795199394, -0.18439094722270966, 0.7714889645576477, -0.39516836404800415, -0.3638995885848999, 0.05860019847750664, 0.3201769292354584, -0.015185997821390629, -0.5096355080604553, 0.8868737816810608, -0.520183801651001, -0.18293040990829468, -0.627255916595459, -0.8303138613700867, -0.10487909615039825, 0.20027275383472443, -1.397790789604187, 1.0592066049575806, 0.325003057718277, -0.7269861102104187, 0.21028763055801392, -1.3550487756729126, -0.16480019688606262, 0.809108316898346, -0.02760293520987034, -0.4925118088722229, 0.30241596698760986, -0.11155875027179718, 0.4862441420555115, -0.25239747762680054, 0.23904377222061157, -0.790778636932373, 0.017851166427135468, 0.008109861053526402, 0.05582220479846001, 0.8645990490913391, 0.41679009795188904, 0.5242032408714294, -0.19271141290664673, -1.0841716527938843, -0.010216346010565758, 0.35684654116630554, -0.07523104548454285, -0.20324517786502838, -0.6682329177856445, 0.49672481417655945, -0.23193007707595825, 0.4202699065208435, -0.5602023601531982, 0.27328550815582275, 0.08370906859636307, -0.37158894538879395, 0.7422439455986023, 0.2933621108531952, 0.34595561027526855, -0.7648939490318298, 0.7834904193878174, -0.03500457480549812, 0.21420767903327942, -0.08349587023258209, -0.5501426458358765, -0.5669623613357544, -0.1993677318096161, 0.5121611952781677, 0.689517080783844, -0.5857942700386047, 0.5565710067749023, 0.19421042501926422, -0.8215467929840088, -0.10914431512355804, -0.0766354501247406, 0.2641877233982086, 0.013748232275247574, 0.27070051431655884, -0.5958196520805359, -0.8734330534934998, -0.7323538661003113, 0.2868022918701172, 0.09763381630182266, 0.06022042781114578, 0.4179001450538635, 0.8011148571968079, -0.4911048710346222, 0.6127064228057861, -1.0097991228103638, -0.27436235547065735, 0.18464718759059906, -0.23026005923748016, 0.3807975947856903, 0.9356295466423035, 1.0462908744812012, -0.7801508903503418, -0.30993586778640747, -0.5765075087547302, -0.6086415648460388, -0.032516203820705414, 0.28455692529678345, -0.5976475477218628, -0.1955050379037857, 0.10706828534603119, -0.3202041685581207, 0.783858597278595, 0.8476986289024353, -0.6318188905715942, 0.10603164881467819, 0.04636300355195999, 0.16803526878356934, -1.2262566089630127, 0.1855047196149826, 0.09746508300304413, -0.16478438675403595, -0.46885961294174194, -0.019697928801178932, 0.06672149896621704, -0.2770521938800812, -0.0907462015748024, 0.44988080859184265, -0.5076819658279419, 0.028470629826188087, 0.12910249829292297, 0.016349654644727707, -0.1489136666059494, 0.34725794196128845, -0.16903150081634521, 0.419187068939209, 1.0488499402999878, -0.4321727454662323, 1.0577752590179443, 0.6835792660713196, 0.1399964541196823, 1.0881750583648682, -0.5001519322395325, 0.3342408537864685, -0.32584673166275024, 0.19007965922355652, -0.6747442483901978, -0.7617763876914978, 0.3698652982711792, -0.34542614221572876, 0.5057443976402283, -0.4268597662448883, -0.4424809515476227, -0.8188633918762207, -0.3498317301273346, 0.8730025291442871, 0.31558501720428467, -0.7036353349685669, 0.3107694685459137, 0.9142579436302185, -0.07255511730909348, 0.3178919851779938, -1.0184389352798462, -0.1295788586139679, -0.4059295654296875, -0.20453213155269623, 0.44218680262565613, -0.6409235000610352, -0.04711005836725235, -0.21609605848789215, 0.18369226157665253, -0.3029212951660156, -0.2853544056415558, 0.5712688565254211, 0.40652936697006226, -0.19242417812347412, 0.4121328294277191, -0.20826472342014313, -0.6022018194198608, 0.2339543253183365, -0.23322351276874542, 0.284831702709198, 0.019557379186153412, -0.14539453387260437, -0.3716314136981964, 0.5917910933494568, 0.5734719038009644, -0.2369050532579422, 0.4479410648345947, 0.6128619909286499, -1.1012505292892456, -0.10962628573179245, -0.5133230090141296, -0.06531734019517899, -0.4573594629764557, 0.17249737679958344, -0.5193593502044678, -0.43460512161254883, 0.745011568069458, -0.07178766280412674, -0.21243958175182343, 0.8931075930595398, 0.7356877326965332, 0.2655028700828552, 0.40974950790405273, 0.6721322536468506, -0.24113959074020386, 0.4469924569129944, -0.34585583209991455, -0.47368767857551575, -0.7388551831245422, -0.40045401453971863, -0.364681601524353, -0.1779938042163849, -0.7402501106262207, -0.5583871603012085, -0.1229512095451355, -0.2904242277145386, -0.35265472531318665, 0.6512659788131714, -0.7265890836715698, 0.5036708116531372, 0.5061354637145996, 0.5318131446838379, -0.17472806572914124, -0.19396081566810608, 0.21326692402362823, -0.01937047578394413, -0.7656393051147461, -0.09359540045261383, 1.3575438261032104, 0.6474559307098389, 1.031192660331726, 0.3962954580783844, 1.0305325984954834, 0.5680747032165527, 0.4373754858970642, -0.32876017689704895, 0.32733526825904846, -0.06289123743772507, -0.8929936289787292, -0.16508041322231293, -0.10458673536777496, -0.6161873936653137, -0.6553268432617188, -0.29025334119796753, -0.4233841300010681, 0.5568558573722839, 0.371843546628952, -0.06576241552829742, 0.17356817424297333, -0.842444121837616, 1.1009728908538818, -0.11036817729473114, -0.22946324944496155, -0.17873123288154602, -0.3845765292644501, 0.17616991698741913, 0.06956292688846588, 0.22062581777572632, -0.42245885729789734, 0.16171331703662872, 1.1818171739578247, -0.5498232245445251, 0.9155075550079346, -0.751544713973999, -0.17809319496154785, 0.1632656753063202, -0.2786009609699249, 0.3250499367713928, 0.6002838611602783, -0.28452861309051514, -0.17340661585330963, 0.15468494594097137, -0.6260233521461487, -0.14761027693748474, 0.8758205771446228, -0.6706619262695312, 0.0989588052034378, -0.5368300676345825, -0.6779516339302063, -0.139873206615448, 0.2165161371231079, 0.28560999035835266, 0.8487462997436523, -0.4217124879360199, -0.10612413287162781, 1.0283076763153076, 0.2899150550365448, 0.292129248380661, 0.12144926190376282, -0.41449490189552307, -0.5241249799728394, 0.9796121716499329, 0.27298644185066223, -0.22783321142196655, 0.27456745505332947, 0.12666602432727814, -0.28153619170188904, -0.22462353110313416, -0.5913800001144409, 0.3519911468029022, -0.637567400932312, -0.5909410119056702, -0.011376346461474895, -0.2608509063720703, -0.3541352450847626, -0.1331656277179718, -0.48764461278915405, -0.613003671169281, -0.7633050680160522, -0.7556895017623901, 1.2952914237976074, 0.8808683156967163, -0.6850829720497131, 0.18583597242832184, -0.6887208819389343, 0.6266240477561951, 0.09397145360708237, 1.2820954322814941, -0.306271493434906, -0.4905310273170471, -0.24288854002952576, -0.06127341464161873, 0.11586792021989822, -0.9774109125137329, -0.25555333495140076, 0.3413389027118683, 0.8396843671798706, 0.29781922698020935, 0.32926490902900696, 0.5238667130470276, -0.17511963844299316, 0.37055081129074097, 0.22417858242988586, -0.7550594806671143, 0.6132349371910095, -0.4118773639202118, 0.45138925313949585, 0.7668912410736084, 0.6254315972328186, -0.2192893773317337, 0.14776253700256348, -0.9724387526512146, -0.6258076429367065, 0.5543737411499023, -0.018443547189235687, 0.039948638528585434, 0.39348065853118896, 0.5042178630828857, 0.09246280044317245, 0.045120641589164734, -0.6631049513816833, -1.0586944818496704, -0.2432987540960312, -0.581046462059021, 0.23239485919475555, -0.5143063068389893, -0.446341872215271, -0.530497133731842, 0.7371475100517273, -0.10207565128803253, 0.3913108706474304, 0.1388828307390213, 0.2497970163822174, -0.13676415383815765, -0.2115333378314972, 0.37422361969947815, 0.635409414768219, -0.44677677750587463, -0.1937149316072464, -0.01680310256779194, -0.6121639609336853, -0.36999088525772095, 0.9696798920631409, 0.14541800320148468, -0.30567458271980286, 0.21935372054576874, 0.6909411549568176, -0.2757989764213562, -0.13961584866046906, 0.21429817378520966, -0.05220952257514, -0.4418386220932007, -0.568774402141571, -0.0035277833230793476, 0.06401709467172623, 0.30418339371681213, 0.2243243306875229, -0.20633430778980255, 0.3091029226779938, -0.3476892411708832, 0.7344897985458374, -0.13853080570697784, -0.7298115491867065, -0.3223174810409546, 0.5821360945701599, 0.5752940773963928, -0.47785326838493347, 0.6348243355751038, -0.39616671204566956, -0.5537300705909729, 0.8641475439071655, 0.3963894248008728, 0.7170514464378357, -0.3326932489871979, 0.4622367322444916, 0.7003900408744812, 0.157565176486969, 0.3045267164707184, 0.7368621826171875, -0.2913517355918884, -0.644413411617279, 0.15810421109199524, -0.22215904295444489, -0.6025089025497437, -0.32471999526023865, -1.308437466621399, 0.17015910148620605, -0.5704770684242249, -0.12302978336811066, 0.15799041092395782, 0.15670090913772583, -1.0280771255493164, 0.4550707936286926, 0.5021237134933472, 1.5359965562820435, -0.8526095747947693, 0.7515984177589417, 0.9024515748023987, -0.3692088723182678, -0.6915481090545654, -0.17309434711933136, 0.2235771119594574, -0.7546341419219971, -0.3981570303440094, 0.20483607053756714, 0.5434359908103943, 0.02811810001730919, -0.8620008826255798, -0.8634065985679626, 1.2510112524032593, 0.05286335572600365, -0.8524574041366577, 0.5974324345588684, -0.12854811549186707, 0.2432272881269455, -0.40299534797668457, 0.07811148464679718, 0.6162728071212769, 0.8262433409690857, 0.2854158282279968, -0.7083942294120789, 0.23161937296390533, -0.6161600351333618, -0.19247554242610931, 0.20482738316059113, -0.685045599937439, 0.24250143766403198, -0.20427252352237701, 0.03657127544283867, 0.17105498909950256, 0.6465387344360352, 0.2315938025712967, 0.5109809041023254, 0.37292811274528503, 0.776171088218689, 1.232994556427002, -0.37694090604782104, 0.7722602486610413, -0.062126290053129196, 0.7603266835212708, 1.116050124168396, -0.31333354115486145, 0.155084028840065, 0.4560413956642151, -0.23889048397541046, 0.22254031896591187, 0.7272199392318726, -0.55549156665802, 0.5166805386543274, 0.5235449075698853, -0.1895761787891388, -0.14693060517311096, 0.05525575578212738, -0.8374320268630981, -0.06275420635938644, 0.5569678544998169, -0.2082207053899765, 0.03038756363093853, 0.27533507347106934, 0.2331254482269287, 0.08686958998441696, -0.6734238266944885, 0.7473874092102051, -0.10418838262557983, -0.38258859515190125, -0.05768701061606407, -0.2141100913286209, 0.2214422971010208, -0.5233297348022461, -0.2855373024940491, -0.13337811827659607, 0.421075701713562, -0.6302705407142639, -1.2043533325195312, 0.7846863269805908, -0.2368440479040146, -0.6003761291503906, -0.08375634253025055, 0.5257964730262756, -0.40878018736839294, -0.8999746441841125, 0.28283190727233887, 0.16971896588802338, 0.1569780707359314, 0.060958780348300934, -1.1427267789840698, 0.46172916889190674, -0.03234561160206795, -0.129108265042305, -0.034104764461517334, 0.2430148422718048, 0.2119905799627304, 0.4933255612850189, 0.37836796045303345, -0.2163340300321579, -0.21584033966064453, 0.1454858034849167, 1.0789188146591187, -0.6157775521278381, -0.438138484954834, -0.4293597936630249, 0.7556282877922058, -0.43096405267715454, -0.7212565541267395, 0.6152384877204895, 1.1211305856704712, 0.8710733652114868, -0.2468661069869995, 0.87201988697052, -0.6582497358322144, 0.8316033482551575, -0.3155052661895752, 0.6314521431922913, -0.2301838994026184, -0.08999376744031906, -0.18895427882671356, -0.5471851229667664, -0.719989538192749, 0.6675413846969604, 0.1700964868068695, -0.04515961557626724, 0.48132389783859253, 1.0060266256332397, -0.04876150190830231, 0.42448702454566956, 0.0654812902212143, 0.22563482820987701, 0.12120954692363739, 0.4765300154685974, 0.22510160505771637, -0.6861212849617004, 0.046880483627319336, -0.22931131720542908, -0.7889276146888733, 0.14098261296749115, -1.0153661966323853, -0.9249938726425171, -0.6590192317962646, -0.771428644657135, -0.5820130109786987, -0.010671675205230713, 0.9747124314308167, 1.0593153238296509, -1.060333251953125, -0.16065460443496704, -0.12144753336906433, 0.468841016292572, 0.15316329896450043, -0.1529889851808548, 0.5001225471496582, 0.5272856950759888, -0.6791633367538452, -0.3113149404525757, -0.06506331264972687, 0.2258836328983307, -0.1883671134710312, -0.12124227732419968, -0.15818296372890472, -0.019313769415020943, 0.10469714552164078, 0.7003068327903748, -0.007836096920073032, -0.1629655808210373, -0.45789238810539246, 0.08672943711280823, 0.10316018015146255, 0.8469281196594238, -0.35865917801856995, 0.21180276572704315, 0.4471951425075531, 0.3767757713794708, 0.9246671199798584, 0.06173529103398323, 0.6582778096199036, -0.5722044706344604, 0.25596919655799866, -0.005615518428385258, 0.4083993136882782, 0.2065735161304474, -0.45628756284713745, 0.8391273021697998, 0.4238957166671753, -0.651969313621521, -0.5034903287887573, 0.1920958012342453, -1.3452296257019043, 0.5228676199913025, 0.8626658320426941, -0.11119665205478668, -0.24743309617042542, -0.1315324306488037, -0.5603305697441101, 0.039350610226392746, -0.6498741507530212, 0.03975609317421913, 0.5682792067527771, 0.1389496922492981, -0.411079466342926, -0.2402016818523407, 0.5573112368583679, -0.3674851357936859, -1.3235187530517578, 0.0972127914428711, 0.4577011466026306, 0.0061730011366307735, 0.10369936376810074, 0.7014232873916626, -0.21132880449295044, 0.38021987676620483, 0.282459020614624, 0.28032010793685913, -0.07317739725112915, -0.42819929122924805, -0.2517177164554596, -0.019733736291527748, -0.15873651206493378, -0.6484929323196411 ]
result-kand2-sdxl-wuerst-karlo/a77d2949
result-kand2-sdxl-wuerst-karlo
2023-09-20T09:17:02Z
525
0
[ "region:us" ]
null
2023-09-20T09:17:01Z
--- dataset_info: features: - name: result dtype: string - name: id dtype: int64 splits: - name: train num_bytes: 168 num_examples: 10 download_size: 1322 dataset_size: 168 configs: - config_name: default data_files: - split: train path: data/train-* --- # Dataset Card for "a77d2949" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
[ -0.6153137683868408, 0.021548518911004066, 0.23253194987773895, 0.21978844702243805, -0.3133789002895355, -0.01606457307934761, 0.43755632638931274, -0.06280116736888885, 0.9285226464271545, 0.4970041513442993, -0.8189514875411987, -0.6983700394630432, -0.5746501684188843, -0.13180184364318848, -0.30285122990608215, 0.8856589794158936, 0.09612980484962463, 0.10601939260959625, -0.3053258955478668, -0.08318614959716797, -0.3001440167427063, -0.6149629950523376, -0.579872727394104, -0.35383957624435425, 0.9372125864028931, 0.7679846286773682, 0.5453788042068481, 0.8857592940330505, 0.9112511277198792, 0.20761020481586456, -0.047049250453710556, -0.3021198809146881, -0.3882325291633606, -0.12197155505418777, -0.05866558849811554, -0.4191536605358124, -1.188588261604309, -0.04856349527835846, 0.7250539064407349, 0.6495401263237, -0.15336687862873077, 0.9001191258430481, -0.2349092662334442, 0.9317715764045715, -0.33820757269859314, 0.6640027761459351, -0.11406077444553375, -0.1043536439538002, -0.7475444078445435, 0.14681807160377502, 0.2018757462501526, -0.4851752519607544, -0.23032531142234802, -1.2103161811828613, 0.3153056204319, 0.19242501258850098, 0.6955044269561768, 0.32110026478767395, 0.043805379420518875, -0.2306964099407196, -0.15129122138023376, 0.04835705831646919, -0.22096407413482666, 0.26311105489730835, 0.8417892456054688, 0.4317934215068817, -0.02717406675219536, -0.424642950296402, -0.4481531083583832, 0.22528967261314392, -0.02677280269563198, 0.1418747454881668, 0.19837763905525208, 0.14279118180274963, 0.6840304732322693, 0.7295993566513062, -0.5975968837738037, -0.3057061433792114, -0.9521363973617554, -0.42765623331069946, 0.924621045589447, 0.08586860448122025, 0.2072092741727829, -0.3910273611545563, -0.08230645954608917, -0.37780842185020447, -0.45449504256248474, -0.2183181792497635, 0.644090473651886, 0.2508821189403534, -1.19461190700531, 0.5667447447776794, -0.15073010325431824, 0.4749743938446045, 0.195989191532135, 0.6130362749099731, 0.7279981970787048, -0.02109382301568985, -0.14613330364227295, 0.2190120965242386, 0.16220822930335999, 0.4696885347366333, 0.12170732021331787, 0.05022529140114784, 0.027201449498534203, 0.14527878165245056, 0.16900403797626495, -0.9711365699768066, -0.8828909993171692, 0.3996594250202179, -0.9481996893882751, -0.244491845369339, 0.5255149006843567, -1.0960125923156738, -0.8042115569114685, -0.4683203399181366, 0.07658941298723221, 0.30886566638946533, -0.9219993948936462, -0.2279430776834488, -0.757601261138916, 0.31260135769844055, 0.35951048135757446, -0.6523123979568481, 0.0820675641298294, 0.7908165454864502, 0.4827366769313812, 0.07111028581857681, -0.06395085901021957, -0.5434592962265015, 0.2779560983181, -0.20828044414520264, 0.87028568983078, -0.7052472829818726, -0.5698121786117554, 0.17325541377067566, 0.49016183614730835, -0.026329971849918365, -0.5160954594612122, 0.8903418183326721, -0.4397629499435425, -0.29367274045944214, -0.8543868660926819, -0.46481630206108093, -0.3830926716327667, 0.38697633147239685, -1.2337977886199951, 0.9532069563865662, 0.2297721654176712, -0.7277075052261353, 0.28579795360565186, -1.2294098138809204, -0.14491139352321625, 0.7891518473625183, -0.13542641699314117, -0.2987136244773865, 0.37339431047439575, -0.3393229842185974, 0.4332048296928406, -0.12937289476394653, 0.3996428847312927, -0.9642252326011658, -0.1972290575504303, -0.04730796068906784, 0.006216532085090876, 0.7302238941192627, 0.28886762261390686, 0.5404855608940125, 0.15408700704574585, -1.1470476388931274, -0.26222577691078186, 0.2908044159412384, -0.10102742910385132, -0.23752246797084808, -0.6986561417579651, 0.3454597294330597, -0.07840174436569214, 0.3707745373249054, -0.5243228077888489, 0.3951977491378784, 0.19443097710609436, -0.2125057876110077, 0.7511972784996033, 0.16755788028240204, 0.4288072884082794, -0.6300986409187317, 0.7870010137557983, -0.04174087196588516, 0.35760873556137085, -0.09619364887475967, -0.5545626282691956, -0.7372902035713196, 0.021162288263440132, 0.7118447422981262, 0.6988312602043152, -0.7150476574897766, 0.6731535792350769, 0.11543982475996017, -0.6445956826210022, -0.4144946038722992, 0.057926565408706665, 0.30294403433799744, 0.34024539589881897, 0.38684386014938354, -0.872135579586029, -0.7434870004653931, -0.701384961605072, 0.35121381282806396, -0.1031852662563324, 0.10188990086317062, 0.2971400320529938, 0.6807500720024109, -0.29758334159851074, 0.39423036575317383, -0.8121188282966614, -0.29984724521636963, 0.09209628403186798, -0.4088539779186249, 0.18344776332378387, 0.9109219908714294, 1.0005666017532349, -0.797203779220581, -0.2169915735721588, -0.7000184059143066, -0.6725944876670837, -0.005878737661987543, 0.3903638422489166, -0.7679835557937622, -0.1307622343301773, 0.21405428647994995, -0.35910436511039734, 0.9927830696105957, 0.8337975740432739, -0.5957676768302917, -0.043701328337192535, 0.049241822212934494, 0.27020063996315, -1.377805471420288, 0.4022761583328247, -0.024282705038785934, 0.029064247384667397, -0.4313453733921051, -0.04861001297831535, 0.2024087905883789, -0.20534421503543854, -0.1229156106710434, 0.6044708490371704, -0.4863330125808716, 0.0011704536154866219, -0.10847744345664978, -0.21583394706249237, -0.1275913417339325, 0.21718083322048187, 0.031783606857061386, 0.32547712326049805, 1.0580599308013916, -0.4028819799423218, 0.9772383570671082, 0.7741857767105103, 0.16749492287635803, 0.8633943200111389, -0.5831651091575623, 0.2296115756034851, -0.401185005903244, 0.4392181634902954, -0.8955743908882141, -0.8979149460792542, 0.677340030670166, -0.35589444637298584, 0.48098549246788025, -0.8822190165519714, -0.46710798144340515, -0.7522932887077332, -0.27086135745048523, 0.9314211010932922, 0.4109661281108856, -0.8312676548957825, 0.49937134981155396, 0.7458296418190002, -0.07165053486824036, 0.15756472945213318, -0.8683980703353882, 0.02561093121767044, -0.44727879762649536, -0.2868432402610779, 0.3516082465648651, -0.4653705954551697, 0.06514701247215271, -0.18035830557346344, 0.26910096406936646, -0.11494509875774384, -0.2927037179470062, 0.7728821039199829, 0.24765121936798096, -0.11035618185997009, 0.4204116761684418, -0.0014528263127431273, -0.7979325652122498, 0.24035288393497467, 0.12447140365839005, 0.4212788939476013, 0.27563241124153137, -0.13121813535690308, -0.49758753180503845, 0.6161201000213623, 0.3559199273586273, -0.23585310578346252, 0.383465051651001, 0.7790064215660095, -0.9595173597335815, 0.009496650658547878, -0.5770627856254578, -0.06751522421836853, -0.4949609041213989, -0.00458949152380228, -0.40004220604896545, -0.42513346672058105, 0.8624939918518066, -0.025929979979991913, -0.29916995763778687, 0.9823764562606812, 0.6515182852745056, 0.40411269664764404, 0.6247968077659607, 0.55364990234375, -0.24944576621055603, 0.48441082239151, -0.2867480218410492, -0.38493314385414124, -0.7738170027732849, -0.4922716021537781, -0.5287624597549438, -0.28019991517066956, -0.655626654624939, -0.4670146405696869, -0.09173303842544556, -0.08201603591442108, -0.28934070467948914, 0.4896082282066345, -0.8085616827011108, 0.39306584000587463, 0.7194247245788574, 0.25033581256866455, -0.1019335389137268, -0.19352464377880096, 0.38283833861351013, 0.43639570474624634, -0.7178655862808228, -0.2027246654033661, 1.3165279626846313, 0.4656493365764618, 0.8718697428703308, 0.3510022759437561, 1.0255199670791626, 0.4708372950553894, 0.43460434675216675, -0.31275680661201477, 0.35194122791290283, -0.10406669229269028, -0.7462216019630432, 0.09703422337770462, -0.15502320230007172, -0.7886974811553955, -0.530133843421936, -0.2997167706489563, -0.21780313551425934, 0.5972719192504883, 0.6686352491378784, -0.16527357697486877, 0.020953428000211716, -1.0384587049484253, 1.1488112211227417, 0.03597256541252136, -0.03598835691809654, -0.18180611729621887, -0.6249268651008606, 0.2548960745334625, 0.21600620448589325, 0.187259241938591, -0.45561447739601135, 0.15840859711170197, 1.1861612796783447, -0.38081094622612, 0.9978975057601929, -0.8882761001586914, -0.04436979442834854, 0.24294599890708923, -0.22678646445274353, 0.1170426532626152, 0.6933449506759644, -0.26271456480026245, -0.006431926041841507, 0.26117968559265137, -0.6432577967643738, -0.1686304658651352, 0.9046185612678528, -0.5531325340270996, 0.022748807445168495, -0.5688244104385376, -0.4793475866317749, -0.0039088851772248745, 0.21879681944847107, 0.156548872590065, 0.902494490146637, -0.1589561402797699, -0.08292660117149353, 0.6814165115356445, 0.23849518597126007, 0.566082239151001, 0.1419840306043625, -0.26449376344680786, -0.5479210615158081, 1.1146972179412842, 0.27789464592933655, -0.3686251640319824, 0.12944002449512482, 0.22928431630134583, -0.3518666923046112, -0.32976460456848145, -0.8750438094139099, 0.24005253612995148, -0.5840645432472229, -0.7089874148368835, -0.16328178346157074, -0.22142887115478516, -0.5944002866744995, -0.1456310898065567, -0.35256293416023254, -0.7102376818656921, -0.6987327933311462, -0.5668216943740845, 1.1898715496063232, 0.9423297643661499, -0.6395608186721802, 0.3553272485733032, -0.9880554676055908, 0.7289547324180603, -0.007942832075059414, 1.1141350269317627, -0.03459552302956581, -0.5391323566436768, -0.12789617478847504, -0.0439969077706337, -0.007139275781810284, -0.8122075200080872, -0.1794389933347702, 0.1860375702381134, 0.8282280564308167, 0.21132829785346985, 0.19975332915782928, 0.612971842288971, -0.02922726608812809, 0.5541675090789795, 0.09437990933656693, -0.6755280494689941, 0.6027852296829224, -0.332611083984375, 0.49426358938217163, 0.9192336797714233, 0.5526660680770874, -0.28611645102500916, 0.29983875155448914, -1.112979769706726, -0.5720217823982239, 0.5190921425819397, -0.11893340200185776, 0.16103167831897736, 0.3277999758720398, 0.7242074608802795, 0.016168121248483658, 0.3712272346019745, -0.3722332715988159, -0.8781848549842834, -0.2605381906032562, -0.5542618632316589, 0.09910500049591064, -0.506406307220459, -0.4437653124332428, -0.586309552192688, 0.5940657258033752, -0.05496903136372566, 0.45085445046424866, 0.06944766640663147, 0.23363791406154633, -0.21112406253814697, -0.31402695178985596, 0.5162526965141296, 0.5865446925163269, -0.4178057610988617, -0.09079170972108841, -0.26120927929878235, -0.6209448575973511, -0.48451849818229675, 0.9602877497673035, 0.06616397202014923, -0.3561610281467438, 0.43639057874679565, 0.6519665718078613, -0.5258305072784424, -0.0688314288854599, 0.34651902318000793, -0.17909204959869385, -0.42764899134635925, -0.40905964374542236, 0.20996129512786865, -0.006252161227166653, 0.27218663692474365, 0.2391064167022705, -0.1578347086906433, 0.4836518466472626, -0.3202744126319885, 0.4942288100719452, -0.06831854581832886, -0.7805563807487488, -0.6164311170578003, 0.5457643270492554, 0.6632444262504578, -0.5200099349021912, 0.674174964427948, -0.5109354853630066, -0.6795763373374939, 0.8538993000984192, 0.175343856215477, 0.7756950855255127, -0.4689688980579376, 0.3096839189529419, 0.5859042406082153, 0.04667381942272186, 0.11897917836904526, 0.8845189809799194, -0.32767751812934875, -0.5121846199035645, 0.11897855252027512, -0.3894079625606537, -0.5342549085617065, -0.35105520486831665, -1.1841319799423218, 0.14935952425003052, -0.6077395677566528, -0.06969045102596283, 0.0012326808646321297, 0.1599683165550232, -0.868295431137085, 0.42805248498916626, 0.3019058108329773, 1.3681138753890991, -0.9305135011672974, 0.7487324476242065, 0.969475507736206, -0.3397124111652374, -0.6664626598358154, -0.18802760541439056, 0.15940707921981812, -0.957984447479248, -0.346883624792099, 0.23462744057178497, 0.6569326519966125, -0.15617933869361877, -0.7990298867225647, -0.8482255935668945, 1.0432534217834473, 0.225028395652771, -0.6575181484222412, 0.4578837454319, -0.1760912984609604, 0.277317613363266, -0.3489835560321808, 0.03798198699951172, 0.526388943195343, 0.8851063847541809, 0.513295590877533, -0.7591928839683533, 0.27278047800064087, -0.7158051133155823, -0.33153071999549866, 0.3663964569568634, -0.9055226445198059, -0.04212315380573273, -0.028755856677889824, 0.2276029735803604, 0.11937062442302704, 0.6290329694747925, 0.2035243809223175, 0.57867032289505, 0.43504709005355835, 0.6468611359596252, 0.9623390436172485, -0.3245027959346771, 0.8241308927536011, -0.21878808736801147, 0.4588390290737152, 1.007002830505371, -0.06416143476963043, 0.2958280146121979, 0.35753220319747925, 0.05165597423911095, 0.06457465142011642, 0.765953004360199, -0.5164589881896973, 0.4376385509967804, 0.5101104974746704, -0.1456521898508072, -0.3764698803424835, -0.20421694219112396, -1.080558180809021, 0.1498798280954361, 0.5490623712539673, -0.3897966742515564, 0.048311084508895874, -0.05278318375349045, 0.1560409814119339, -0.14275287091732025, -0.6332840919494629, 0.8001024723052979, -0.044599272310733795, -0.31815508008003235, -0.15100252628326416, -0.14122644066810608, 0.1316092163324356, -0.4264898896217346, -0.4636985659599304, -0.1075211763381958, 0.2489580363035202, -0.6017533540725708, -0.9922633171081543, 0.754542350769043, -0.3757449686527252, -0.4243556559085846, -0.18248963356018066, 0.6612472534179688, -0.5547208189964294, -1.1001118421554565, 0.20585034787654877, 0.00854426808655262, 0.021995509043335915, 0.0070003606379032135, -1.2167490720748901, 0.6949465274810791, -0.15729136765003204, -0.03920222818851471, 0.21267853677272797, 0.08934402465820312, 0.10826577991247177, 0.3431365191936493, 0.4562051594257355, -0.20703929662704468, -0.2292395383119583, 0.21702739596366882, 1.0650683641433716, -0.6853986978530884, -0.5267583131790161, -0.28631094098091125, 0.695949375629425, -0.39411261677742004, -0.8241068720817566, 0.5609897971153259, 1.173274040222168, 0.8057489395141602, -0.11473669111728668, 0.8109135031700134, -0.3716874420642853, 0.872654139995575, -0.2981231212615967, 0.6615583896636963, -0.30348241329193115, -0.25518330931663513, -0.15262770652770996, -0.7225184440612793, -0.8690508604049683, 0.7531452775001526, 0.22209206223487854, 0.11871014535427094, 0.2359139621257782, 1.0365619659423828, -0.19225361943244934, 0.3370170295238495, -0.018523655831813812, 0.17520815134048462, 0.3088361322879791, 0.18843665719032288, 0.3472217321395874, -0.7005688548088074, 0.04785815253853798, -0.3372676372528076, -0.6491900682449341, 0.09610261023044586, -1.0888354778289795, -0.9783058166503906, -0.7070313692092896, -0.7588158249855042, -0.6744369864463806, 0.11027542501688004, 0.8898999094963074, 0.9682163596153259, -0.9781684279441833, -0.26316049695014954, 0.09399325400590897, 0.4016057848930359, 0.31176406145095825, -0.0919584184885025, 0.7687656283378601, 0.4577038586139679, -0.518766462802887, -0.20056068897247314, -0.05953501537442207, 0.34922754764556885, -0.027389349415898323, 0.015843044966459274, 0.10058633238077164, -0.1440759301185608, 0.1199398934841156, 0.5853061079978943, -0.09401421993970871, -0.382770836353302, -0.6497593522071838, 0.30662283301353455, 0.04683312401175499, 0.9304919838905334, -0.29024258255958557, 0.3006652295589447, 0.6268225908279419, 0.3553576171398163, 0.6101632714271545, 0.34243878722190857, 0.6532647013664246, -0.4276945888996124, 0.26670411229133606, -0.2005547434091568, 0.27430281043052673, 0.20095326006412506, -0.3410950303077698, 0.7491721510887146, 0.4488030672073364, -0.5157846212387085, -0.6975482702255249, -0.0035483434330672026, -1.6261612176895142, 0.5902908444404602, 1.1051615476608276, 0.0994013249874115, -0.30735740065574646, -0.22786131501197815, -0.6148240566253662, 0.1741122007369995, -0.9896920919418335, 0.34179559350013733, 0.46210938692092896, 0.1498590111732483, -0.20472130179405212, -0.1779908388853073, 0.8389897346496582, -0.39877772331237793, -1.1271361112594604, 0.14826130867004395, 0.3491803705692291, -0.10096221417188644, 0.061308275908231735, 0.5845892429351807, -0.06022880971431732, 0.314997136592865, 0.15833552181720734, 0.21674929559230804, -0.22317874431610107, -0.6041194796562195, -0.40287426114082336, 0.18741290271282196, -0.16580086946487427, -0.6620482206344604 ]
result-kand2-sdxl-wuerst-karlo/04554133
result-kand2-sdxl-wuerst-karlo
2023-09-21T19:46:51Z
525
0
[ "region:us" ]
null
2023-09-21T19:46:51Z
--- dataset_info: features: - name: result dtype: string - name: id dtype: int64 splits: - name: train num_bytes: 167 num_examples: 10 download_size: 1328 dataset_size: 167 configs: - config_name: default data_files: - split: train path: data/train-* --- # Dataset Card for "04554133" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
[ -0.6424676775932312, -0.05700322613120079, 0.22811578214168549, 0.33868318796157837, -0.37179774045944214, -0.29130661487579346, 0.37692391872406006, -0.25601571798324585, 0.8653772473335266, 0.4932386577129364, -0.8143537640571594, -0.5799854397773743, -0.49505415558815, 0.042770348489284515, -0.2275845855474472, 1.3508244752883911, 0.13380424678325653, -0.006816906854510307, -0.39741265773773193, -0.037285469472408295, -0.3795991539955139, -0.6631054878234863, -0.5193256735801697, -0.3501380681991577, 1.066807508468628, 0.8055295944213867, 0.3572292923927307, 0.7123045325279236, 0.8153440356254578, 0.22924990952014923, 0.044063374400138855, -0.2667679190635681, -0.5131376385688782, -0.15365365147590637, -0.07128949463367462, -0.48973435163497925, -1.1806890964508057, 0.028071826323866844, 0.6034590005874634, 0.6169187426567078, -0.2054288238286972, 0.9414956569671631, -0.3150743246078491, 0.8054282665252686, -0.35709699988365173, 0.5721896290779114, -0.15509673953056335, -0.15161344408988953, -0.8540657758712769, -0.12574885785579681, 0.13441362977027893, -0.5236392617225647, -0.17935071885585785, -1.0953906774520874, 0.24036890268325806, 0.03963112458586693, 0.7645061016082764, 0.2724396884441376, -0.02755396068096161, -0.03829748183488846, -0.3273316025733948, 0.10764504969120026, -0.24854359030723572, 0.15969331562519073, 0.9109697937965393, 0.4226691424846649, 0.0485963374376297, -0.7424357533454895, -0.37766033411026, 0.342184841632843, -0.05385331064462662, 0.005010697059333324, 0.14402315020561218, -0.12731170654296875, 0.6613863110542297, 0.7194861173629761, -0.5357110500335693, -0.26788708567619324, -0.9138238430023193, -0.37194713950157166, 1.0022077560424805, 0.17003373801708221, 0.04367419332265854, -0.3637421727180481, -0.3200177550315857, -0.260358989238739, -0.43282970786094666, -0.12062729895114899, 0.5115146040916443, 0.23238486051559448, -1.0019646883010864, 0.3884408473968506, -0.14587494730949402, 0.5116481184959412, 0.12306582182645798, 0.7000702023506165, 0.7594228386878967, -0.34944650530815125, -0.3818027675151825, 0.10807632654905319, 0.2774563729763031, 0.4199373722076416, 0.2556103467941284, 0.11421024799346924, 0.004612447693943977, -0.12156769633293152, 0.09508462995290756, -1.1990031003952026, -0.950985848903656, 0.37175536155700684, -0.6741556525230408, -0.44341495633125305, 0.6069337129592896, -1.0828763246536255, -0.5593762993812561, -0.2666042149066925, -0.027167759835720062, 0.2520928382873535, -0.7616381645202637, -0.15587878227233887, -0.666969895362854, 0.3688257336616516, 0.27037423849105835, -0.9245511889457703, 0.15260575711727142, 0.9029029011726379, 0.37465813755989075, 0.44868457317352295, -0.1203095018863678, -0.6237909197807312, 0.172367125749588, -0.14471998810768127, 0.931720495223999, -0.661359429359436, -0.5505229830741882, -0.18931835889816284, 0.544897735118866, 0.12508144974708557, -0.40497443079948425, 1.0260564088821411, -0.555972158908844, -0.1302187442779541, -0.7577252984046936, -0.46824774146080017, -0.17470663785934448, 0.3095710575580597, -1.2301321029663086, 1.098153829574585, 0.2829076945781708, -0.7733526825904846, 0.2951633632183075, -1.2158863544464111, -0.1767147183418274, 0.7999006509780884, -0.01289844885468483, -0.405491441488266, 0.2695314288139343, -0.2722479999065399, 0.5498153567314148, -0.08421769738197327, 0.49459022283554077, -0.8562746047973633, -0.30888277292251587, 0.013993599452078342, 0.17296048998832703, 0.9777690768241882, 0.37443816661834717, 0.5544085502624512, 0.07537921518087387, -1.012492299079895, -0.04090830683708191, 0.45834657549858093, -0.14362654089927673, -0.41319572925567627, -0.7089362144470215, 0.40675777196884155, -0.17525137960910797, 0.48480024933815, -0.439508855342865, 0.3619755506515503, 0.17990311980247498, -0.13800254464149475, 0.8443182110786438, 0.1688334345817566, 0.2213013470172882, -0.5139622092247009, 0.6489600539207458, -0.06623654067516327, 0.2511165738105774, -0.15371336042881012, -0.5902903079986572, -0.6359412670135498, 0.1466221660375595, 0.7415419220924377, 0.6763013601303101, -0.528693437576294, 0.609962522983551, 0.1225069910287857, -0.8193507194519043, -0.14987577497959137, 0.035749178379774094, 0.1832365244626999, 0.4057386517524719, 0.28132501244544983, -0.7180761694908142, -1.0644326210021973, -0.5667962431907654, 0.32832765579223633, -0.12239261716604233, 0.14664015173912048, 0.3949635624885559, 0.6733489036560059, -0.4623527228832245, 0.35094982385635376, -0.974481999874115, -0.16696003079414368, 0.3443452715873718, -0.29126015305519104, 0.3543092906475067, 0.8311759233474731, 1.1142562627792358, -0.8690271377563477, -0.2958829700946808, -0.6570571064949036, -0.5080751776695251, -0.029946796596050262, 0.2902713716030121, -0.6587052941322327, -0.13075460493564606, 0.18612933158874512, -0.33222639560699463, 0.7181785702705383, 0.8928765654563904, -0.714892566204071, 0.1497805118560791, -0.007267025765031576, 0.12215321511030197, -1.434005618095398, 0.6095354557037354, -0.05347377434372902, -0.11952484399080276, -0.5227203965187073, -0.10561805218458176, 0.032217592000961304, -0.22418375313282013, -0.0013845338253304362, 0.5196561217308044, -0.3852098286151886, 0.08139947056770325, 0.07612692564725876, -0.17843838036060333, -0.10218830406665802, 0.26252472400665283, 0.12225134670734406, 0.33311593532562256, 0.84952312707901, -0.279179185628891, 1.0629305839538574, 0.6846145391464233, 0.12257017195224762, 0.9679970741271973, -0.6825345158576965, 0.273082971572876, -0.1588461697101593, 0.5250875949859619, -0.898344099521637, -0.8297989368438721, 0.5516445636749268, -0.37491732835769653, 0.34556955099105835, -0.5689287185668945, -0.4618123471736908, -0.7226219177246094, -0.30884361267089844, 1.007856845855713, 0.4243667423725128, -0.6648699641227722, 0.12265569716691971, 0.6686984300613403, -0.1794099658727646, -0.0055983467027544975, -0.9644231200218201, 0.04845557361841202, -0.467847615480423, -0.2261325716972351, 0.38558894395828247, -0.47745996713638306, 0.09974760562181473, -0.2854727804660797, 0.36368468403816223, -0.22932295501232147, -0.20021884143352509, 0.6370198130607605, 0.3459543287754059, -0.23202553391456604, 0.3568554222583771, -0.3761904835700989, -0.9478824138641357, 0.31776535511016846, -0.05568573996424675, 0.2718774676322937, -0.0013922394718974829, 0.012032981961965561, -0.402431845664978, 0.44091951847076416, 0.23852355778217316, -0.3134106993675232, 0.3919149935245514, 0.8997393846511841, -0.8790057897567749, -0.08446235209703445, -0.35534024238586426, -0.17783956229686737, -0.4839746057987213, 0.03748664632439613, -0.30672043561935425, -0.4928935170173645, 0.644372284412384, -0.06594416499137878, -0.20443663001060486, 0.8484404683113098, 0.6381882429122925, 0.14759911596775055, 0.34628498554229736, 0.5867064595222473, -0.21309921145439148, 0.47491979598999023, -0.22787369787693024, -0.3120923936367035, -0.7366095185279846, -0.5691836476325989, -0.5718710422515869, -0.43807587027549744, -0.779607892036438, -0.4908541142940521, -0.1597118377685547, -0.0720830038189888, -0.26701974868774414, 0.7173612117767334, -0.8234635591506958, 0.45809099078178406, 0.6572553515434265, 0.21313630044460297, -0.04732370749115944, -0.23514503240585327, 0.3932618498802185, 0.21061626076698303, -0.5570967793464661, -0.1766781508922577, 1.349691390991211, 0.4585607051849365, 0.8050359487533569, 0.3511243760585785, 1.059019923210144, 0.3701169490814209, 0.4433903694152832, -0.18006791174411774, 0.4006650745868683, -0.042000606656074524, -0.8244143724441528, 0.05628684535622597, -0.23083846271038055, -0.8262885212898254, -0.6365364789962769, -0.20496001839637756, -0.2542681097984314, 0.5825210809707642, 0.5220845937728882, -0.2313019335269928, 0.13458071649074554, -0.9162924885749817, 1.134036660194397, -0.17462210357189178, -0.04320911318063736, -0.0935208648443222, -0.7744688391685486, 0.30962565541267395, 0.025705406442284584, 0.002444748068228364, -0.36085501313209534, 0.03357727453112602, 1.0870001316070557, -0.5721760988235474, 1.1036547422409058, -0.8867207169532776, -0.14535894989967346, 0.10221000015735626, -0.3876480460166931, 0.2580861747264862, 0.5797207951545715, -0.29919835925102234, 0.06747707724571228, 0.34207427501678467, -0.6381906270980835, -0.1925349086523056, 0.8776420950889587, -0.5067301988601685, 0.19804976880550385, -0.5214619040489197, -0.3851286470890045, 0.08711100369691849, 0.3450072109699249, 0.07800514996051788, 0.8213804960250854, -0.3604878783226013, -0.04189443588256836, 0.6725003719329834, 0.3805961608886719, 0.43506959080696106, 0.1920841932296753, -0.2601679265499115, -0.5190574526786804, 1.1095696687698364, 0.15667352080345154, -0.45798662304878235, 0.31890207529067993, 0.2675558924674988, -0.27284061908721924, -0.2588621973991394, -0.6350571513175964, 0.25375962257385254, -0.5059629082679749, -0.6921707987785339, -0.1279018670320511, -0.18235021829605103, -0.4076448082923889, -0.1545712649822235, -0.140923872590065, -0.7989822626113892, -0.7870032787322998, -0.64352947473526, 1.2462682723999023, 0.7425239682197571, -0.784234344959259, 0.2219378501176834, -0.837999701499939, 0.48261329531669617, 0.10861005634069443, 1.17449152469635, -0.16020040214061737, -0.4646752178668976, -0.29908671975135803, -0.16345062851905823, 0.03352401778101921, -0.7305606603622437, -0.294458270072937, 0.21787774562835693, 0.6032078862190247, 0.39030763506889343, 0.2237042933702469, 0.7675398588180542, -0.1203804612159729, 0.4872044622898102, -0.018484409898519516, -0.6136816740036011, 0.6278092265129089, -0.3787838816642761, 0.37038034200668335, 0.8888900279998779, 0.5762045383453369, -0.37007349729537964, 0.4105806052684784, -1.260790467262268, -0.5670701265335083, 0.6318063139915466, -0.12252944707870483, 0.18470530211925507, 0.33171346783638, 0.583152174949646, -0.02961537055671215, 0.24649420380592346, -0.5409220457077026, -0.8665030598640442, -0.20503483712673187, -0.3491891324520111, 0.08807805180549622, -0.5822691917419434, -0.3911268413066864, -0.6002448797225952, 0.6370766162872314, -0.007047679740935564, 0.4857572019100189, -0.03446007892489433, 0.5121119022369385, -0.17593395709991455, -0.18486912548542023, 0.6753552556037903, 0.426259845495224, -0.6420006155967712, -0.016359083354473114, -0.1635146290063858, -0.5826132893562317, -0.44222548604011536, 1.1034873723983765, 0.19427914917469025, -0.2902064919471741, 0.5391637086868286, 0.5985912680625916, -0.1911231279373169, -0.1371448040008545, 0.26927170157432556, -0.09562940150499344, -0.29287901520729065, -0.5392143726348877, 0.18144023418426514, 0.1894056797027588, 0.20836731791496277, 0.13208211958408356, -0.009807122871279716, 0.2630299925804138, -0.2973225712776184, 0.6990180611610413, -0.032184451818466187, -0.7089654803276062, -0.7055127620697021, 0.5691304206848145, 0.7387607097625732, -0.4813231825828552, 0.8303717970848083, -0.16370455920696259, -0.4352997839450836, 0.8687430024147034, 0.2686063051223755, 0.7657867670059204, -0.5091999769210815, 0.2392498403787613, 0.5975039601325989, -0.021007386967539787, 0.4184163808822632, 0.918640673160553, -0.5552235245704651, -0.5268735885620117, 0.10229725390672684, -0.29816752672195435, -0.3283992111682892, -0.29276230931282043, -1.1929519176483154, 0.30161237716674805, -0.6324300169944763, -0.27049607038497925, 0.20322313904762268, 0.268516480922699, -0.8287952542304993, 0.35963425040245056, 0.4179784059524536, 1.5128448009490967, -0.8310960531234741, 0.8884091973304749, 0.9887041449546814, -0.34278404712677, -0.7605502605438232, -0.29479852318763733, 0.19292156398296356, -0.9691352248191833, -0.09328155219554901, 0.19983841478824615, 0.48702239990234375, -0.1140906885266304, -0.8790950179100037, -0.6454188227653503, 1.2294398546218872, 0.1880926787853241, -0.5801172852516174, 0.340972900390625, -0.13664259016513824, 0.39579153060913086, -0.2670591175556183, 0.18794509768486023, 0.5451639890670776, 0.9483580589294434, 0.42127498984336853, -0.730074405670166, 0.22151640057563782, -0.7459946274757385, -0.3861432373523712, 0.4655897915363312, -0.9061015844345093, 0.04570538178086281, -0.3083754777908325, 0.1577647179365158, 0.17575860023498535, 0.5341665148735046, 0.23684373497962952, 0.5343246459960938, 0.3282201290130615, 0.7530006170272827, 1.0594890117645264, -0.4564056098461151, 0.8240347504615784, -0.0017052771290764213, 0.6181870102882385, 1.0863983631134033, -0.12248148769140244, 0.341950923204422, 0.5281452536582947, -0.07511726021766663, 0.38808175921440125, 0.8115121722221375, -0.6125675439834595, 0.5287767052650452, 0.32034409046173096, -0.09374241530895233, -0.2176441252231598, -0.19738084077835083, -0.9352233409881592, 0.18732759356498718, 0.4198760390281677, -0.5079333782196045, -0.10091855376958847, -0.28561705350875854, 0.35635554790496826, -0.23573927581310272, -0.38268429040908813, 0.8174591660499573, 0.008081558160483837, -0.2751324772834778, 0.02569228783249855, -0.07579277455806732, 0.017909610643982887, -0.6817797422409058, -0.41210559010505676, -0.12710407376289368, 0.3071998655796051, -0.6292971968650818, -1.0990581512451172, 0.8219060301780701, -0.1970416009426117, -0.4363076984882355, -0.22661297023296356, 0.5656857490539551, -0.48065996170043945, -0.9973101019859314, 0.15499866008758545, -0.09781266003847122, 0.18333502113819122, 0.20456714928150177, -1.264549970626831, 0.4640352129936218, 0.003998975735157728, -0.0688200443983078, 0.06761498749256134, 0.3101004660129547, 0.05344131961464882, 0.32618409395217896, 0.6067622303962708, -0.18941080570220947, -0.524175226688385, 0.049987658858299255, 0.995208203792572, -0.8144451379776001, -0.5214009881019592, -0.581032931804657, 0.8455930352210999, -0.30212533473968506, -0.766529381275177, 0.5983632802963257, 1.0763072967529297, 0.927161455154419, -0.10901357233524323, 0.6362894773483276, -0.5385627746582031, 0.7061707377433777, -0.178846076130867, 0.6252761483192444, -0.3259858191013336, -0.17965200543403625, -0.33000966906547546, -0.5617202520370483, -0.8353530764579773, 0.5624709725379944, 0.117266945540905, 0.19500453770160675, 0.21151618659496307, 0.9026201963424683, -0.1720539927482605, 0.4693391025066376, -0.0877758264541626, 0.0983685702085495, 0.2697621285915375, 0.5299877524375916, 0.29356473684310913, -0.6600368618965149, 0.04562078043818474, -0.3612228035926819, -0.6066522002220154, -0.07834430038928986, -1.3082375526428223, -0.8523358106613159, -0.776145339012146, -0.5258007645606995, -0.4858313500881195, -0.1536925882101059, 0.7750551104545593, 1.2212244272232056, -1.102882742881775, -0.1839713454246521, 0.1943741738796234, 0.2855512797832489, 0.1571034938097, -0.12640807032585144, 0.7402973771095276, 0.5906835198402405, -0.5342937707901001, -0.21215267479419708, -0.10901537537574768, 0.3300407826900482, -0.07256199419498444, -0.058932069689035416, -0.06783823668956757, -0.10393673926591873, 0.11848670989274979, 0.6806110143661499, -0.056118834763765335, -0.18011508882045746, -0.5496175289154053, 0.17940977215766907, 0.06832905858755112, 0.9929203987121582, -0.47883033752441406, 0.3775174617767334, 0.6553283333778381, 0.40001896023750305, 0.65361487865448, 0.5185309648513794, 0.6272878050804138, -0.7295933365821838, 0.3631097078323364, -0.1710817515850067, 0.3392704725265503, 0.264308363199234, -0.5508822798728943, 0.9115260243415833, 0.48387181758880615, -0.6137880682945251, -0.7017325162887573, -0.009185798466205597, -1.3608969449996948, 0.6006856560707092, 0.688831627368927, 0.12139084190130234, -0.22339846193790436, -0.043592292815446854, -0.41165366768836975, 0.0037129931151866913, -0.872564971446991, 0.24265670776367188, 0.4700557291507721, -0.033972494304180145, -0.2701340317726135, -0.1161050945520401, 0.8259996771812439, -0.2791896462440491, -1.259096384048462, 0.20489206910133362, 0.4104953110218048, 0.027551623061299324, 0.18522197008132935, 0.7053530216217041, -0.11993139237165451, 0.34192776679992676, 0.11454548686742783, 0.13008567690849304, -0.31289342045783997, -0.5169888734817505, -0.3845616579055786, -0.10651316493749619, -0.21108047664165497, -0.5864391922950745 ]
result-kand2-sdxl-wuerst-karlo/54ae8a8b
result-kand2-sdxl-wuerst-karlo
2023-09-22T08:45:06Z
525
0
[ "region:us" ]
null
2023-09-22T08:45:05Z
--- dataset_info: features: - name: result dtype: string - name: id dtype: int64 splits: - name: train num_bytes: 200 num_examples: 10 download_size: 1374 dataset_size: 200 configs: - config_name: default data_files: - split: train path: data/train-* --- # Dataset Card for "54ae8a8b" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
[ -0.5437859892845154, -0.044659990817308426, 0.21302933990955353, 0.32460153102874756, -0.27364733815193176, -0.12963922321796417, 0.4483885169029236, -0.16241572797298431, 0.9502550363540649, 0.45851075649261475, -0.7608149647712708, -0.6278049945831299, -0.5757611989974976, -0.14471562206745148, -0.29091665148735046, 1.0751540660858154, 0.2614029049873352, 0.10915791243314743, -0.2734706699848175, -0.0885762870311737, -0.42623358964920044, -0.4761156141757965, -0.5699056386947632, -0.43999817967414856, 0.8983361124992371, 0.8700188398361206, 0.5475980639457703, 0.6437819600105286, 0.932816743850708, 0.21612893044948578, -0.01459528412669897, -0.23599745333194733, -0.4905462861061096, -0.16600415110588074, -0.05470302700996399, -0.5942217707633972, -1.2572633028030396, -0.10114730894565582, 0.742861807346344, 0.5774591565132141, -0.1549825221300125, 0.8564460277557373, -0.45167258381843567, 0.8716171383857727, -0.5243943333625793, 0.5774800181388855, -0.09273471683263779, -0.017409007996320724, -0.7789160013198853, 0.0786719098687172, -0.02568213827908039, -0.5020067691802979, -0.010422872379422188, -1.0100950002670288, 0.12391983717679977, 0.0981433242559433, 0.7747825980186462, 0.3018609881401062, -0.050992827862501144, -0.08706504851579666, -0.2701423168182373, 0.05264776200056076, -0.30396807193756104, 0.2614575922489166, 0.7632648348808289, 0.24472513794898987, 0.0453677661716938, -0.5742394328117371, -0.4288938045501709, 0.24222388863563538, 0.012467000633478165, 0.12692275643348694, 0.07173217833042145, -0.07583408057689667, 0.6738994717597961, 0.7796247005462646, -0.552371084690094, -0.14787782728672028, -0.9417589902877808, -0.3812653124332428, 0.9828222393989563, 0.1882885843515396, 0.275646448135376, -0.19208656251430511, -0.1479044407606125, -0.2924047112464905, -0.5092429518699646, -0.24931904673576355, 0.5063561797142029, 0.10429944097995758, -1.3120514154434204, 0.549665093421936, -0.08672443777322769, 0.32047247886657715, 0.3919662535190582, 0.6696019172668457, 0.9080508947372437, 0.02975083887577057, -0.246965229511261, 0.08557617664337158, 0.3422791361808777, 0.46089091897010803, 0.04491863399744034, 0.13932399451732635, 0.11391570419073105, 0.029573246836662292, 0.1328672617673874, -1.2069180011749268, -0.8557054996490479, 0.5017697811126709, -0.8516713976860046, -0.1738746017217636, 0.5003536939620972, -1.0089735984802246, -0.6051163077354431, -0.27387508749961853, 0.12920521199703217, 0.0948866605758667, -0.7736942172050476, -0.14189450442790985, -0.6933390498161316, 0.47300663590431213, 0.18557865917682648, -0.7048006653785706, 0.18694673478603363, 0.631959080696106, 0.43522438406944275, 0.2430548518896103, -0.21810320019721985, -0.5602583289146423, 0.21979780495166779, -0.24295516312122345, 0.7949596643447876, -0.5725849270820618, -0.46400463581085205, -0.0016262322897091508, 0.36528581380844116, 0.13626739382743835, -0.46258169412612915, 0.8756330013275146, -0.4683751165866852, -0.06669061630964279, -0.7317965030670166, -0.6567854881286621, -0.3016572892665863, 0.16989532113075256, -1.3476890325546265, 1.0170280933380127, 0.19981616735458374, -0.6814249157905579, 0.22832876443862915, -1.2985328435897827, -0.16095592081546783, 0.8697431683540344, 0.03727668523788452, -0.5371407270431519, 0.31882554292678833, -0.2992038130760193, 0.5113566517829895, -0.040783051401376724, 0.21333812177181244, -0.9072375893592834, -0.2576843500137329, 0.033210404217243195, 0.1150781512260437, 0.9925323724746704, 0.32372963428497314, 0.33344095945358276, -0.029368488118052483, -0.9977105259895325, -0.1255512833595276, 0.3337441086769104, -0.05517619103193283, -0.21772955358028412, -0.6607627868652344, 0.42628398537635803, -0.17320899665355682, 0.4145382344722748, -0.40796878933906555, 0.1952759474515915, 0.1094069555401802, -0.24017325043678284, 0.709822416305542, 0.09099593758583069, 0.35828226804733276, -0.558951199054718, 0.6891973614692688, 0.03264627605676651, 0.22377216815948486, -0.09497792273759842, -0.5262529850006104, -0.758377194404602, -0.04788234457373619, 0.6901330351829529, 0.6240196824073792, -0.3238227665424347, 0.7894746661186218, 0.14147718250751495, -0.8245135545730591, -0.37539616227149963, -0.14777129888534546, 0.1690775603055954, 0.11565759778022766, 0.3354882597923279, -1.0752263069152832, -0.6934769153594971, -0.6491893529891968, 0.47327056527137756, -0.1034848541021347, 0.0615837462246418, 0.39499518275260925, 0.854124903678894, -0.29415372014045715, 0.2965391278266907, -0.9083876609802246, -0.21394725143909454, 0.15612314641475677, -0.35799771547317505, 0.18315346539020538, 0.7569440603256226, 1.071319818496704, -0.8148800730705261, -0.3441023528575897, -0.6387485265731812, -0.5870447754859924, -0.10616136342287064, 0.3688008785247803, -0.7087986469268799, -0.2427016794681549, -0.012179210782051086, -0.609200656414032, 0.8478848338127136, 0.8538193702697754, -0.8251259922981262, 0.17029759287834167, 0.14767953753471375, 0.2239927500486374, -1.3697108030319214, 0.5066910982131958, -0.0406341627240181, -0.1322682797908783, -0.4642573893070221, 0.14094072580337524, 0.1322202980518341, -0.28149503469467163, -0.17508207261562347, 0.5654442310333252, -0.5811867713928223, -0.06954889744520187, -0.03638549521565437, -0.21038378775119781, -0.04707087576389313, 0.20797310769557953, 0.03284410759806633, 0.3008582890033722, 1.018873929977417, -0.3125326633453369, 1.0925464630126953, 0.739682137966156, 0.16903330385684967, 0.9978166818618774, -0.6870042085647583, 0.29225462675094604, -0.3252466320991516, 0.5563544631004333, -0.5301597714424133, -0.7140657305717468, 0.6086332201957703, -0.3696983754634857, 0.41875213384628296, -0.5190210938453674, -0.26276895403862, -0.6331911683082581, -0.3153378367424011, 0.9478203654289246, 0.400829553604126, -0.6139575839042664, 0.5028130412101746, 0.8385475873947144, -0.07803328335285187, -0.09641101211309433, -0.8134142160415649, -0.005685878451913595, -0.4978732764720917, -0.25285467505455017, 0.45648229122161865, -0.5800829529762268, -0.00009062933531822637, -0.10315869003534317, 0.3900904953479767, -0.22532561421394348, -0.24058137834072113, 0.638349711894989, 0.2812803387641907, -0.23677700757980347, 0.344299852848053, -0.24781417846679688, -0.6078295111656189, 0.28831449151039124, 0.0032622681464999914, 0.3439890444278717, 0.1417982131242752, -0.03987080976366997, -0.5726128220558167, 0.6905657649040222, 0.3499843180179596, -0.39747747778892517, 0.533737301826477, 0.8237375020980835, -0.9527255892753601, -0.212907612323761, -0.3955857455730438, -0.18606437742710114, -0.46776309609413147, 0.18535277247428894, -0.39057251811027527, -0.3433265686035156, 0.7417541742324829, 0.08561897277832031, -0.12417611479759216, 0.8043955564498901, 1.0286891460418701, 0.19946905970573425, 0.33557045459747314, 0.656002938747406, -0.4568765163421631, 0.5037471055984497, -0.4098338782787323, -0.3285275995731354, -0.5927425622940063, -0.47600194811820984, -0.5374112129211426, -0.4610644578933716, -0.7905741930007935, -0.4579309821128845, -0.07949462532997131, -0.3886566758155823, -0.2666257917881012, 0.48746544122695923, -0.5275192856788635, 0.5264970660209656, 0.6634520292282104, 0.3523004651069641, -0.15479730069637299, -0.26696816086769104, 0.5575906038284302, 0.4728851318359375, -0.6435256004333496, 0.04219052940607071, 1.3792444467544556, 0.5898452401161194, 0.8361706137657166, 0.4141995906829834, 0.9690275192260742, 0.48284268379211426, 0.3094201385974884, -0.46438583731651306, 0.3379579484462738, -0.1342950016260147, -0.8722947239875793, -0.05692480131983757, -0.1431942731142044, -0.806145429611206, -0.4957047402858734, -0.2515908479690552, -0.3075241148471832, 0.5959437489509583, 0.6013619899749756, -0.11364013701677322, 0.06534980237483978, -0.9317408204078674, 1.0451819896697998, 0.021776244044303894, -0.022038204595446587, -0.380696177482605, -0.676437258720398, 0.11136457324028015, 0.3400830626487732, 0.0007089811842888594, -0.41018277406692505, 0.17784373462200165, 1.0409901142120361, -0.4875473380088806, 0.9871517419815063, -0.6444357633590698, -0.07072968780994415, 0.2181406021118164, -0.2882816791534424, 0.20474913716316223, 0.37978774309158325, -0.14820773899555206, 0.023659689351916313, 0.018097544088959694, -0.7250684499740601, -0.15616147220134735, 0.7348238825798035, -0.6909267902374268, 0.24337315559387207, -0.46953412890434265, -0.6500707864761353, -0.03220398351550102, 0.21345293521881104, 0.1975068897008896, 0.844465434551239, -0.31987813115119934, 0.07040365785360336, 0.7697328329086304, 0.43098074197769165, 0.35420018434524536, 0.0682792142033577, -0.056257184594869614, -0.31805920600891113, 0.9561101198196411, 0.21251313388347626, -0.31763961911201477, 0.3070254623889923, 0.18191176652908325, -0.2908649146556854, -0.35264018177986145, -0.7172080874443054, 0.33600977063179016, -0.430085688829422, -0.5831282138824463, -0.07145193219184875, -0.2416924238204956, -0.414582759141922, -0.05507722124457359, -0.2810698449611664, -0.7369282245635986, -0.6536163687705994, -0.6356371641159058, 1.0515062808990479, 0.6820273995399475, -0.6059806942939758, 0.43075433373451233, -0.8404333591461182, 0.5679689645767212, 0.0034978389739990234, 0.9696824550628662, -0.14478425681591034, -0.5541777610778809, -0.39819347858428955, -0.1109190508723259, -0.13743636012077332, -1.0228774547576904, -0.23601382970809937, 0.2913075387477875, 0.5347006916999817, 0.31202825903892517, 0.043896086513996124, 0.45097216963768005, -0.12211062759160995, 0.5256561040878296, 0.10170845687389374, -0.7051419615745544, 0.5342375636100769, -0.3074173331260681, 0.5319631099700928, 0.6385151743888855, 0.6785424947738647, -0.3474688231945038, 0.18778911232948303, -1.1525952816009521, -0.654699444770813, 0.45346304774284363, -0.14921972155570984, 0.22653618454933167, 0.5298483371734619, 0.439290314912796, -0.04113949090242386, 0.26422494649887085, -0.6128349900245667, -0.9666629433631897, -0.1384267508983612, -0.6292763352394104, 0.24971254169940948, -0.4625050127506256, -0.33731260895729065, -0.30095618963241577, 0.8220650553703308, -0.11156878620386124, 0.43290337920188904, -0.12015292793512344, 0.28996360301971436, -0.27748170495033264, -0.17946873605251312, 0.22875425219535828, 0.5508579611778259, -0.3995648920536041, -0.2255467027425766, -0.0844893530011177, -0.6474729776382446, -0.4406876266002655, 0.9516326189041138, -0.21008019149303436, -0.30705612897872925, 0.4692288339138031, 0.735286295413971, -0.45239099860191345, -0.06723236292600632, 0.2878081798553467, -0.09812869876623154, -0.2734246551990509, -0.40937402844429016, 0.1198030337691307, 0.14192096889019012, 0.2065211981534958, 0.05678573250770569, -0.28621360659599304, 0.5603578090667725, -0.4829541742801666, 0.5565709471702576, 0.03227140009403229, -0.6031753420829773, -0.6166808009147644, 0.39182472229003906, 0.6946662068367004, -0.48174557089805603, 0.7155589461326599, -0.14861609041690826, -0.46670621633529663, 0.8102625012397766, 0.23688183724880219, 0.7856615781784058, -0.5513889789581299, 0.4709261655807495, 0.5158591270446777, 0.008907333016395569, 0.416869580745697, 0.8688752055168152, -0.2467101514339447, -0.686793327331543, 0.03700677305459976, -0.2471446841955185, -0.5876095294952393, -0.14596745371818542, -1.1028374433517456, 0.25164130330085754, -0.6182557940483093, -0.2393997311592102, 0.23933564126491547, 0.2863467037677765, -0.9186765551567078, 0.592784583568573, 0.38187840580940247, 1.3579235076904297, -0.9569297432899475, 0.5588429570198059, 0.9305695295333862, -0.340354859828949, -0.9068642258644104, -0.1379191130399704, 0.24126487970352173, -0.8344398736953735, -0.35540643334388733, 0.12446343153715134, 0.52605140209198, -0.3017582893371582, -0.8188294768333435, -0.7171130180358887, 1.1211411952972412, 0.2574646472930908, -0.7138778567314148, 0.3173646032810211, -0.20455680787563324, 0.28181788325309753, -0.35667183995246887, 0.31154757738113403, 0.5188397169113159, 0.7398809790611267, 0.2331487238407135, -0.803281307220459, 0.13011260330677032, -0.6552510261535645, -0.4425130784511566, 0.3785846531391144, -1.1471844911575317, 0.03954754024744034, -0.2824985384941101, 0.23937806487083435, 0.04466348513960838, 0.800160825252533, 0.16273388266563416, 0.47698596119880676, 0.4069270193576813, 0.7769190669059753, 1.0514358282089233, -0.21963755786418915, 0.7371074557304382, -0.02618282474577427, 0.5285918116569519, 1.0083343982696533, -0.17469264566898346, 0.40782684087753296, 0.4293152689933777, -0.060364410281181335, 0.3813035190105438, 0.691868782043457, -0.5445786118507385, 0.3928276598453522, 0.35489776730537415, -0.18908914923667908, -0.1926259547472, -0.2536894679069519, -0.9656283855438232, 0.33657288551330566, 0.3976059556007385, -0.47395679354667664, 0.23593303561210632, -0.4211501479148865, 0.2464434802532196, -0.2400462031364441, -0.6046419739723206, 0.7018545269966125, 0.11496108025312424, -0.17874078452587128, -0.22461079061031342, -0.0780504122376442, 0.07706661522388458, -0.6608040928840637, -0.38235029578208923, -0.0712275579571724, 0.28432774543762207, -0.6385259628295898, -1.0136245489120483, 0.6556872725486755, -0.32861703634262085, -0.4708479344844818, 0.04095946624875069, 0.6054167151451111, -0.5569908618927002, -0.9852613210678101, 0.2122572362422943, 0.1390075832605362, 0.165094792842865, 0.29635971784591675, -1.1711084842681885, 0.45432212948799133, -0.15683504939079285, -0.20383986830711365, 0.09526222944259644, 0.237702414393425, 0.15534953773021698, 0.5353190302848816, 0.3771366775035858, 0.07253419607877731, -0.3212541341781616, 0.1630723476409912, 0.904136598110199, -0.5859161615371704, -0.6827232837677002, -0.3838793933391571, 0.8353345990180969, -0.3793290853500366, -0.8032758235931396, 0.47315099835395813, 1.056126594543457, 0.9137549996376038, -0.1799716353416443, 0.7663503885269165, -0.5123432874679565, 0.6392491459846497, -0.31277814507484436, 0.6460978984832764, -0.2731632590293884, -0.294164776802063, -0.15664514899253845, -0.6761393547058105, -0.6196271181106567, 0.678286075592041, 0.30433908104896545, 0.16458868980407715, 0.43372389674186707, 0.9493178725242615, -0.23010295629501343, 0.33736443519592285, -0.08759250491857529, 0.3043522238731384, 0.0933535173535347, 0.5414435267448425, 0.2068968564271927, -0.6789811849594116, -0.06825199723243713, -0.24737665057182312, -0.6240944266319275, 0.09440290927886963, -1.051997184753418, -0.7946950793266296, -0.6888405084609985, -0.6442978978157043, -0.5265601873397827, 0.05394010990858078, 0.895051896572113, 1.2228436470031738, -1.0258450508117676, -0.37038543820381165, 0.3883437514305115, 0.3632791340351105, 0.18286487460136414, -0.12067646533250809, 0.7084120512008667, 0.7085393071174622, -0.6287994384765625, -0.23611924052238464, -0.09443821012973785, 0.19291923940181732, -0.18113750219345093, -0.02943493239581585, 0.05699426308274269, -0.02171359583735466, 0.11386186629533768, 0.5521677732467651, 0.04438036307692528, -0.3085954487323761, -0.6135849356651306, 0.34181392192840576, 0.08599351346492767, 0.8846046328544617, -0.353697270154953, -0.014634262770414352, 0.6718561053276062, 0.41795042157173157, 0.7262222766876221, 0.22249333560466766, 0.7509157657623291, -0.5196728706359863, 0.24677813053131104, -0.06238691881299019, 0.4616525173187256, 0.25733593106269836, -0.49576056003570557, 0.7312915325164795, 0.3812253475189209, -0.5764539241790771, -0.582185685634613, 0.12590865790843964, -1.420687198638916, 0.5974375605583191, 0.8512267470359802, -0.06743011623620987, -0.30689579248428345, 0.007877391763031483, -0.44407880306243896, 0.0065926443785429, -0.9174492359161377, 0.39096716046333313, 0.49424782395362854, 0.09469720721244812, -0.3052603006362915, 0.04484473913908005, 0.6078240275382996, -0.19880926609039307, -1.3174078464508057, 0.17182527482509613, 0.6334627866744995, 0.06703545898199081, 0.08558996766805649, 0.8973290324211121, -0.07071985304355621, 0.5751578211784363, 0.1641712486743927, 0.2154437154531479, -0.052246879786252975, -0.6453496217727661, -0.28649580478668213, 0.1416165977716446, -0.07242317497730255, -0.528155505657196 ]
result-kand2-sdxl-wuerst-karlo/03ada2d6
result-kand2-sdxl-wuerst-karlo
2023-09-22T15:13:35Z
525
0
[ "region:us" ]
null
2023-09-22T15:13:35Z
--- dataset_info: features: - name: result dtype: string - name: id dtype: int64 splits: - name: train num_bytes: 198 num_examples: 10 download_size: 1368 dataset_size: 198 configs: - config_name: default data_files: - split: train path: data/train-* --- # Dataset Card for "03ada2d6" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
[ -0.6076114773750305, -0.07671155035495758, 0.2790874242782593, 0.3294680714607239, -0.2411862313747406, -0.37630102038383484, 0.5982416272163391, -0.22690077126026154, 0.705473005771637, 0.4536370635032654, -0.9708763957023621, -0.6051321625709534, -0.4806307554244995, -0.1169954165816307, -0.19464954733848572, 1.226578712463379, 0.13819165527820587, 0.1447458565235138, -0.42560523748397827, -0.1739656627178192, -0.6235270500183105, -0.3108786642551422, -0.45358434319496155, -0.7003856897354126, 1.097068190574646, 0.9999828934669495, 0.4726989269256592, 0.7293859124183655, 0.928962767124176, 0.13954022526741028, 0.2313632071018219, -0.3117823302745819, -0.4860997796058655, -0.03400883451104164, -0.18106304109096527, -0.560782790184021, -1.2657235860824585, 0.1431654840707779, 0.38288095593452454, 0.5114118456840515, -0.07001642137765884, 0.7345089912414551, -0.45672959089279175, 0.9044889211654663, -0.22454628348350525, 0.5017412304878235, -0.07388090342283249, -0.18580855429172516, -0.7733767032623291, -0.0669487863779068, 0.18487486243247986, -0.567585825920105, -0.2502734363079071, -1.1317105293273926, 0.12451508641242981, -0.11664851754903793, 0.6389737129211426, 0.40353646874427795, -0.03454556688666344, -0.021372457966208458, -0.3928089141845703, 0.00550556555390358, -0.17391088604927063, 0.0016207911539822817, 0.9450153708457947, 0.4432934820652008, 0.08875034749507904, -0.6030651926994324, -0.408687949180603, 0.6371579170227051, 0.04897831752896309, 0.27955362200737, 0.3567972779273987, -0.0953962579369545, 0.6241825222969055, 0.6446359157562256, -0.5758622884750366, -0.008699063211679459, -0.7606078386306763, -0.24433226883411407, 0.9092944264411926, 0.06985494494438171, 0.2708755135536194, -0.1954040825366974, -0.2436554878950119, -0.27185434103012085, -0.5905928015708923, -0.3939851224422455, 0.6119266748428345, -0.005735891405493021, -1.169706106185913, 0.6441874504089355, -0.050088025629520416, 0.3233197033405304, 0.0332116037607193, 0.5931536555290222, 0.7339813709259033, -0.27809885144233704, -0.03956316411495209, -0.13405629992485046, 0.15357476472854614, 0.7443737387657166, 0.35027042031288147, 0.255326509475708, -0.10951296240091324, 0.07445220649242401, -0.03296468034386635, -1.2733154296875, -0.9727402925491333, 0.5933408141136169, -0.7929400205612183, -0.261622816324234, 0.45341548323631287, -0.9556869864463806, -0.6650639176368713, -0.2765567898750305, 0.09385164827108383, 0.10362773388624191, -0.8614758253097534, -0.32254818081855774, -0.8179315328598022, 0.4116012156009674, 0.22245733439922333, -0.7790617346763611, 0.21460062265396118, 0.763079822063446, 0.47588661313056946, 0.1811332106590271, -0.21975377202033997, -0.6921674609184265, 0.31512436270713806, -0.1732233464717865, 1.0608261823654175, -0.526555597782135, -0.5345388054847717, -0.039969827979803085, 0.3074205219745636, 0.2585175633430481, -0.44388529658317566, 0.6468045115470886, -0.5638412833213806, -0.09187547117471695, -0.7010793089866638, -0.5235174298286438, -0.12576733529567719, 0.22471819818019867, -1.233707070350647, 1.0205559730529785, 0.34438422322273254, -0.8480239510536194, 0.33109501004219055, -1.4055566787719727, -0.280466765165329, 0.7165680527687073, -0.12436894327402115, -0.4058980345726013, 0.19676272571086884, -0.22590209543704987, 0.56349116563797, -0.23850587010383606, 0.2972167134284973, -0.7974981665611267, -0.19400179386138916, 0.03591260686516762, 0.15073098242282867, 0.8560097813606262, 0.2827768325805664, 0.4779588580131531, 0.11036471277475357, -1.0988919734954834, -0.10903948545455933, 0.2704324722290039, -0.004379337653517723, -0.3427440822124481, -0.4397056996822357, 0.48618000745773315, -0.13253243267536163, 0.3538585305213928, -0.3805604577064514, 0.4179048240184784, 0.040159162133932114, -0.2247583121061325, 0.8085864782333374, 0.37034010887145996, 0.30423614382743835, -0.68777996301651, 0.49846723675727844, 0.09541972726583481, 0.295825332403183, -0.024259798228740692, -0.662111222743988, -0.5264062285423279, 0.0028531013522297144, 0.6784861087799072, 0.7243065237998962, -0.749355673789978, 0.6111652255058289, 0.012356230989098549, -0.6454145312309265, -0.1631438285112381, -0.04694486781954765, 0.2509996294975281, 0.13746079802513123, 0.34860408306121826, -0.6403064131736755, -0.8406662940979004, -0.6968071460723877, 0.4022902250289917, -0.10102161020040512, 0.08171020448207855, 0.2269468903541565, 0.9307016134262085, -0.6050600409507751, 0.6382799744606018, -0.840248703956604, -0.43609359860420227, 0.03227253258228302, -0.1554616540670395, 0.3097144067287445, 0.8909915089607239, 0.9344247579574585, -0.7752179503440857, -0.22849556803703308, -0.47983142733573914, -0.6115638613700867, -0.15283334255218506, 0.31475409865379333, -0.44912996888160706, -0.14135852456092834, 0.10956674069166183, -0.33279913663864136, 0.8527032136917114, 0.7569668889045715, -0.6509825587272644, -0.07215079665184021, -0.12446814775466919, 0.06364037841558456, -1.5260881185531616, 0.4061836898326874, -0.07667941600084305, -0.153133362531662, -0.45261532068252563, -0.1714477390050888, 0.18259772658348083, -0.11876897513866425, -0.05134427174925804, 0.7007561922073364, -0.5902316570281982, -0.2961050271987915, -0.08299784362316132, 0.009251703508198261, -0.2592600882053375, 0.13654904067516327, 0.09245064854621887, 0.49415692687034607, 0.8851704597473145, -0.4867898225784302, 0.9937095642089844, 0.7242137789726257, 0.02347749099135399, 1.1281697750091553, -0.7289059162139893, 0.21053853631019592, -0.2377443164587021, 0.39242881536483765, -0.7898447513580322, -0.9729452729225159, 0.5041761994361877, -0.54248046875, 0.3144909143447876, -0.674235463142395, -0.6526917219161987, -0.5563582181930542, -0.43696582317352295, 0.9007540941238403, 0.6154189705848694, -0.7309069633483887, 0.25883519649505615, 0.7377017736434937, -0.02528400346636772, 0.1728610396385193, -0.9868948459625244, -0.12066441029310226, -0.3585349917411804, -0.2755250036716461, 0.3744373917579651, -0.5581924915313721, -0.16343878209590912, -0.22314955294132233, 0.38028663396835327, -0.18874503672122955, -0.10874045640230179, 0.6324290037155151, 0.21131998300552368, -0.10781460255384445, 0.2238994687795639, -0.17890213429927826, -0.9755128622055054, 0.2999231219291687, 0.010700546205043793, 0.3136783838272095, 0.2961714267730713, -0.11202473193407059, -0.6303203701972961, 0.44259870052337646, 0.28355661034584045, -0.1040537878870964, 0.3212736248970032, 0.8971872925758362, -0.8640521168708801, -0.24350261688232422, -0.40573379397392273, -0.2813451588153839, -0.43868714570999146, 0.06328849494457245, -0.36298662424087524, -0.13858570158481598, 0.7394263744354248, -0.0068850088864564896, -0.15937422215938568, 0.9173789024353027, 0.7538416385650635, 0.08027134835720062, 0.5193504095077515, 0.449594110250473, -0.09284286946058273, 0.4170805513858795, -0.46307939291000366, -0.5315644145011902, -0.8889978528022766, -0.5707460045814514, -0.42150500416755676, -0.5762085318565369, -0.5959837436676025, -0.5756227970123291, -0.05117054283618927, -0.19996701180934906, -0.2376113384962082, 0.5088735222816467, -0.5512510538101196, 0.5457407832145691, 0.5460071563720703, 0.11012406647205353, -0.05660935491323471, -0.19022846221923828, 0.4361993372440338, 0.19901104271411896, -0.537571370601654, -0.037386491894721985, 1.4159605503082275, 0.5055995583534241, 0.9350951313972473, 0.5255197286605835, 0.8663880228996277, 0.5028208494186401, 0.42158740758895874, -0.3191526234149933, 0.36782553791999817, 0.058256689459085464, -0.7833840250968933, 0.10562572628259659, -0.1341181993484497, -0.7173202037811279, -0.5095188617706299, -0.09869689494371414, -0.15078572928905487, 0.6239683628082275, 0.29306915402412415, -0.09039131551980972, 0.0546288937330246, -0.875620424747467, 0.961423933506012, -0.07267852872610092, -0.12499699741601944, -0.21550963819026947, -0.7614619135856628, 0.2347877472639084, 0.19419382512569427, 0.23574204742908478, -0.42212221026420593, -0.08525711297988892, 1.1498963832855225, -0.6587194800376892, 1.0143576860427856, -0.9209302067756653, -0.14787256717681885, 0.001884172554127872, -0.26362550258636475, 0.26639723777770996, 0.7731022834777832, -0.09691020101308823, -0.09127527475357056, 0.1664000302553177, -0.5105928182601929, -0.27276477217674255, 0.9744539856910706, -0.7902547717094421, 0.29413264989852905, -0.6312536597251892, -0.5693557858467102, -0.042639393359422684, 0.3555876612663269, 0.1734216809272766, 0.992218017578125, -0.3508579432964325, 0.014070338569581509, 0.8382169008255005, 0.49432557821273804, 0.4621911942958832, 0.16552184522151947, -0.3464692234992981, -0.6436092257499695, 1.0183911323547363, 0.21662428975105286, -0.23756399750709534, 0.17822971940040588, 0.1839761584997177, -0.35243427753448486, -0.46130886673927307, -0.6039674282073975, 0.3693601191043854, -0.5505050420761108, -0.6993666887283325, -0.17886610329151154, -0.173715278506279, -0.47066590189933777, -0.1234932541847229, -0.22610855102539062, -0.7658006548881531, -0.9568554759025574, -0.6259258985519409, 1.3557120561599731, 0.9684765338897705, -0.8722315430641174, 0.3968881070613861, -0.6598649024963379, 0.8674548864364624, -0.02112823724746704, 1.1844189167022705, -0.4145727753639221, -0.4904407262802124, -0.15378119051456451, -0.02751465141773224, 0.13605575263500214, -0.6548027396202087, -0.31299152970314026, 0.20136073231697083, 0.5051579475402832, 0.3527704179286957, 0.1391870677471161, 0.5878527164459229, -0.07576459646224976, 0.5339728593826294, 0.06505829095840454, -0.4336383044719696, 0.7291505932807922, -0.47172820568084717, 0.35126206278800964, 0.881600022315979, 0.4436306357383728, -0.2530791759490967, 0.5038493275642395, -1.138546347618103, -0.5822892189025879, 0.7660056352615356, -0.005682226270437241, 0.03706508129835129, 0.23713842034339905, 0.6091500520706177, -0.007187027018517256, 0.023864474147558212, -0.5747665762901306, -0.9774879813194275, -0.19808323681354523, -0.5024283528327942, 0.23215946555137634, -0.6294385194778442, -0.44885605573654175, -0.39815250039100647, 0.7507532835006714, -0.06758774071931839, 0.44548702239990234, 0.04186316579580307, 0.2808482050895691, -0.046129051595926285, -0.33686211705207825, 0.5318963527679443, 0.5480597615242004, -0.5617290139198303, -0.14207689464092255, -0.3498211205005646, -0.5598062872886658, -0.30530643463134766, 0.8059582114219666, 0.028872910887002945, -0.3265783488750458, 0.49204352498054504, 0.5794629454612732, -0.3225862681865692, -0.028453892096877098, 0.49952927231788635, -0.214718759059906, -0.522516667842865, -0.6271088719367981, 0.16859780251979828, 0.1275719702243805, 0.1876428872346878, 0.005828929599374533, 0.044441718608140945, 0.263779878616333, -0.49774882197380066, 0.5759099721908569, -0.13665321469306946, -0.6887982487678528, -0.639757513999939, 0.6623684763908386, 0.8066235780715942, -0.5064953565597534, 0.8259048461914062, -0.16280537843704224, -0.303836464881897, 0.8061060905456543, 0.34988778829574585, 0.704679012298584, -0.3320675790309906, 0.3232063353061676, 0.5203947424888611, -0.03470180928707123, 0.08235640078783035, 1.0725349187850952, -0.2973277270793915, -0.6341500878334045, 0.21636554598808289, -0.026296308264136314, -0.2912461459636688, -0.30531203746795654, -1.1371949911117554, 0.25963684916496277, -0.7367159724235535, -0.18925221264362335, -0.09870468825101852, 0.23464038968086243, -0.8143290281295776, 0.39438968896865845, 0.10153427720069885, 1.4170869588851929, -0.7526348233222961, 0.9188181757926941, 0.7929526567459106, -0.522209644317627, -0.5545811653137207, -0.16683454811573029, 0.30390188097953796, -0.88149493932724, -0.07468229532241821, 0.22434939444065094, 0.39556393027305603, 0.09206794202327728, -0.7332260608673096, -0.5918141603469849, 1.414996862411499, -0.11747492849826813, -0.5001773238182068, 0.46579423546791077, -0.3144966661930084, 0.2918665111064911, -0.34022825956344604, 0.358308345079422, 0.6180316805839539, 0.9704679846763611, 0.42474365234375, -0.44854769110679626, 0.0038346878718584776, -0.7375423312187195, -0.17169146239757538, 0.29972630739212036, -0.6780730485916138, 0.09644671529531479, -0.31903526186943054, 0.008340933360159397, 0.2605075538158417, 0.7564707398414612, 0.08853132277727127, 0.42428088188171387, 0.2751241624355316, 0.6554201245307922, 1.0025428533554077, -0.4598729610443115, 1.0318820476531982, 0.01579524390399456, 0.39251622557640076, 1.1719383001327515, -0.37621304392814636, 0.38241150975227356, 0.37404435873031616, 0.03345227986574173, 0.2854810655117035, 0.7495380640029907, -0.5118539929389954, 0.5569599270820618, 0.23950181901454926, -0.014974245801568031, -0.003039087401703, -0.06510511785745621, -0.9632849097251892, -0.001102070207707584, 0.52687007188797, -0.22746559977531433, 0.15316744148731232, -0.10690423101186752, 0.19270892441272736, -0.07412876933813095, -0.43850740790367126, 1.022458791732788, -0.128020241856575, -0.217932790517807, -0.10609728842973709, -0.051705844700336456, 0.2557497024536133, -0.6457686424255371, -0.4106971323490143, -0.409872829914093, 0.35946372151374817, -0.6269767880439758, -1.1966404914855957, 0.7470466494560242, -0.2150421142578125, -0.511318027973175, -0.21012850105762482, 0.474628746509552, -0.41070395708084106, -0.8265260457992554, 0.3449561297893524, 0.0639549046754837, 0.15558122098445892, 0.3086637556552887, -1.058505892753601, 0.4787464737892151, -0.14437979459762573, -0.017560193315148354, 0.11316267400979996, 0.34144407510757446, 0.13387519121170044, 0.49351766705513, 0.5256983041763306, -0.017487449571490288, -0.5526918768882751, 0.35672512650489807, 0.8550013303756714, -0.7102712988853455, -0.4188918471336365, -0.37371543049812317, 0.8362873196601868, -0.414344847202301, -0.7136500477790833, 0.5252346396446228, 1.1032257080078125, 0.8727253079414368, -0.17637301981449127, 0.862118661403656, -0.5580397844314575, 0.8600552082061768, -0.47824981808662415, 0.7196028828620911, -0.34792715311050415, -0.017654212191700935, -0.10530015081167221, -0.7530028820037842, -0.9033939838409424, 0.6826856136322021, 0.2272893339395523, 0.16075275838375092, 0.5359286069869995, 1.0021493434906006, -0.14746113121509552, 0.23585692048072815, -0.017924031242728233, 0.282392680644989, 0.3130446672439575, 0.2645139992237091, 0.32888877391815186, -0.7648956179618835, -0.07627156376838684, -0.19222933053970337, -0.6402159333229065, -0.05173298716545105, -1.0103830099105835, -0.9771283268928528, -0.7970954179763794, -0.6575877070426941, -0.558034360408783, -0.08452657610177994, 0.9032235741615295, 0.9523892402648926, -0.8521682024002075, -0.22950927913188934, 0.06870503723621368, 0.4126374423503876, 0.21612529456615448, -0.10346444696187973, 0.5617992281913757, 0.6035735011100769, -0.5909409523010254, -0.10256124287843704, -0.06322590261697769, 0.32885777950286865, -0.06913838535547256, -0.0743870809674263, -0.161829873919487, -0.17514397203922272, 0.14372774958610535, 0.46825042366981506, -0.12092854082584381, -0.35753312706947327, -0.7771795392036438, 0.2079852819442749, 0.07779040187597275, 0.9238308668136597, -0.4571800231933594, 0.0811583399772644, 0.7164817452430725, 0.3356909155845642, 0.4845539927482605, 0.39562687277793884, 0.6674298644065857, -0.5445631742477417, 0.19397135078907013, -0.21548935770988464, 0.2745498716831207, 0.24331186711788177, -0.2927572429180145, 1.0116157531738281, 0.5667511224746704, -0.5310104489326477, -0.48022252321243286, 0.19011762738227844, -1.3906985521316528, 0.4274965524673462, 1.081443428993225, 0.2694982886314392, -0.2688029110431671, -0.22274674475193024, -0.4822155833244324, -0.06578949838876724, -0.7992427945137024, 0.0015084858750924468, 0.3744392693042755, 0.1761145144701004, -0.2245546281337738, -0.22863252460956573, 0.780402421951294, -0.5049328207969666, -1.3646800518035889, 0.2321791648864746, 0.6873576045036316, 0.21208138763904572, -0.06750823557376862, 0.8584184050559998, -0.23304951190948486, 0.4170146882534027, 0.16752077639102936, 0.23974008858203888, -0.2769574224948883, -0.7692144513130188, -0.33152711391448975, -0.08559585362672806, -0.1005806252360344, -0.506435215473175 ]
result-kand2-sdxl-wuerst-karlo/837a21b8
result-kand2-sdxl-wuerst-karlo
2023-09-22T20:38:57Z
525
0
[ "region:us" ]
null
2023-09-22T20:38:56Z
--- dataset_info: features: - name: result dtype: string - name: id dtype: int64 splits: - name: train num_bytes: 168 num_examples: 10 download_size: 1307 dataset_size: 168 configs: - config_name: default data_files: - split: train path: data/train-* --- # Dataset Card for "837a21b8" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
[ -0.6317038536071777, -0.14516134560108185, 0.27546802163124084, 0.2865616977214813, -0.30455300211906433, -0.08151900768280029, 0.5062342286109924, -0.2599651515483856, 0.9479986429214478, 0.6333531141281128, -0.7878444790840149, -0.5960607528686523, -0.5624471306800842, -0.07323281466960907, -0.19105811417102814, 1.0969544649124146, 0.09734293818473816, 0.1747107058763504, -0.3518725335597992, -0.21307428181171417, -0.5327043533325195, -0.571846604347229, -0.6150004863739014, -0.5123065710067749, 1.043067455291748, 0.6740085482597351, 0.4102438688278198, 0.7783269882202148, 0.854056715965271, 0.22471317648887634, 0.025285307317972183, -0.1783662885427475, -0.4922814667224884, -0.10129491239786148, -0.1291901022195816, -0.5030937790870667, -1.2910598516464233, -0.08262971043586731, 0.6042389273643494, 0.8465627431869507, -0.05162428319454193, 0.9682926535606384, -0.2068759649991989, 0.8362011313438416, -0.27961647510528564, 0.6761901378631592, -0.18781864643096924, -0.21106018126010895, -0.733714759349823, 0.0006852944497950375, 0.020943811163306236, -0.6169843077659607, -0.15197132527828217, -1.0191572904586792, 0.07819227874279022, 0.26892173290252686, 0.7508677840232849, 0.22476913034915924, 0.0031202775426208973, -0.13660578429698944, -0.27000918984413147, 0.1250648945569992, -0.2565380930900574, 0.2197810709476471, 0.9267498850822449, 0.28131207823753357, -0.08652239292860031, -0.5414083003997803, -0.27480268478393555, 0.35250794887542725, 0.07603805512189865, -0.09271139651536942, 0.10802188515663147, 0.04075174033641815, 0.5741811990737915, 0.730327308177948, -0.5184166431427002, -0.292300283908844, -0.9644678235054016, -0.4724290072917938, 0.9164482951164246, 0.1369287520647049, 0.13282927870750427, -0.2110043168067932, -0.17525367438793182, -0.24966539442539215, -0.5303144454956055, -0.18471325933933258, 0.6371241211891174, 0.19312644004821777, -0.9859758615493774, 0.4562839865684509, -0.01756109669804573, 0.3225281238555908, 0.31871387362480164, 0.5338751673698425, 0.8056572079658508, -0.026937739923596382, -0.2573494017124176, 0.25382086634635925, 0.188612163066864, 0.4359318017959595, 0.038123954087495804, 0.08361253142356873, 0.022624624893069267, -0.0449175089597702, 0.024288874119520187, -1.079148769378662, -0.8233485221862793, 0.48375892639160156, -0.8673796653747559, -0.3141431510448456, 0.4586154520511627, -0.9941769242286682, -0.707344651222229, -0.4655558168888092, 0.18485239148139954, 0.1320253610610962, -0.7854935526847839, -0.21345321834087372, -0.5867179036140442, 0.33424776792526245, 0.2277023196220398, -0.7029048204421997, 0.14158138632774353, 0.7882645726203918, 0.4076354503631592, 0.23470209538936615, -0.22867710888385773, -0.586928129196167, 0.2206447869539261, -0.24410539865493774, 0.9283379316329956, -0.6227619647979736, -0.4003496468067169, -0.04950463026762009, 0.513628363609314, 0.042241018265485764, -0.41594216227531433, 0.8009538054466248, -0.4489506185054779, -0.1631348729133606, -0.7528790235519409, -0.46050748229026794, -0.43891844153404236, 0.2119579017162323, -1.2446951866149902, 1.0765376091003418, 0.1980195790529251, -0.5900996327400208, 0.2656339406967163, -1.2221473455429077, -0.16770054399967194, 0.7547258138656616, 0.09559225291013718, -0.3973904252052307, 0.342410147190094, -0.28237757086753845, 0.44657254219055176, -0.0661841630935669, 0.49100035429000854, -0.9771728515625, -0.24320179224014282, -0.033742863684892654, -0.04475034400820732, 0.94907546043396, 0.29664674401283264, 0.4383201003074646, 0.05818624421954155, -1.0690208673477173, -0.16000603139400482, 0.32565048336982727, -0.11741946637630463, -0.38133135437965393, -0.7447535395622253, 0.3352184593677521, -0.20288915932178497, 0.4834001958370209, -0.4324171543121338, 0.34798678755760193, 0.11006247252225876, -0.34114184975624084, 0.8952658176422119, 0.17368492484092712, 0.28397488594055176, -0.5499597191810608, 0.6438952088356018, -0.13806436955928802, 0.27269110083580017, -0.11531946063041687, -0.5715518593788147, -0.6345290541648865, 0.022657427936792374, 0.7205213904380798, 0.6589114665985107, -0.5438225269317627, 0.7113257050514221, 0.13955649733543396, -0.7533672451972961, -0.38422533869743347, 0.05136691778898239, 0.2522715926170349, 0.2708868980407715, 0.3037676513195038, -0.8581784963607788, -0.8913075923919678, -0.6589692831039429, 0.44940096139907837, -0.027135640382766724, 0.13844285905361176, 0.36398234963417053, 0.7552257180213928, -0.33281856775283813, 0.2705637514591217, -0.7946228981018066, -0.19474799931049347, 0.07958794385194778, -0.30790504813194275, 0.22726094722747803, 0.7923974990844727, 1.0755598545074463, -0.6266671419143677, -0.18616431951522827, -0.5512378215789795, -0.6427807807922363, -0.1292506605386734, 0.42973434925079346, -0.8206194639205933, -0.1319017857313156, 0.008767222985625267, -0.29442062973976135, 0.8804466724395752, 0.895901620388031, -0.676497220993042, -0.1031704768538475, 0.05784861370921135, 0.29891955852508545, -1.4631413221359253, 0.48378151655197144, -0.12471381574869156, -0.13271598517894745, -0.46281275153160095, -0.05266882851719856, 0.05077095702290535, -0.24596437811851501, -0.1516948640346527, 0.5098318457603455, -0.49949193000793457, 0.025882873684167862, -0.08610165119171143, -0.32610946893692017, -0.0222727470099926, 0.3994012773036957, -0.05526437982916832, 0.3069663941860199, 1.098780870437622, -0.33856597542762756, 1.014068841934204, 0.6336440443992615, 0.22781407833099365, 1.0260154008865356, -0.5928612351417542, 0.3351701498031616, -0.34559980034828186, 0.5268186926841736, -0.7514208555221558, -0.8435849547386169, 0.5783421397209167, -0.28640151023864746, 0.4365258812904358, -0.7204012870788574, -0.34276077151298523, -0.6540470719337463, -0.3985815644264221, 0.9234564304351807, 0.39318448305130005, -0.7513601183891296, 0.48664391040802, 0.8545233607292175, -0.16432321071624756, -0.03100716881453991, -0.88787841796875, -0.03324971720576286, -0.46728524565696716, -0.25198110938072205, 0.22525064647197723, -0.4354759156703949, 0.033424075692892075, -0.19365614652633667, 0.2928679883480072, -0.19631130993366241, -0.21035327017307281, 0.7650593519210815, 0.36510583758354187, -0.3056607246398926, 0.2396889328956604, -0.09920652955770493, -0.7254769206047058, 0.29384955763816833, -0.08814789354801178, 0.49365559220314026, 0.14086191356182098, -0.06517816334962845, -0.45419931411743164, 0.6478414535522461, 0.32931050658226013, -0.2962621748447418, 0.4488781690597534, 0.7258242964744568, -0.989166259765625, -0.057632818818092346, -0.46709680557250977, -0.05029867962002754, -0.4889408051967621, 0.010572508908808231, -0.2693767547607422, -0.25292009115219116, 0.8800725936889648, -0.06522811949253082, -0.14940212666988373, 0.8155133724212646, 0.7917633056640625, 0.28644415736198425, 0.5973107218742371, 0.5639622807502747, -0.24443112313747406, 0.5079466104507446, -0.454679399728775, -0.3125684857368469, -0.765411913394928, -0.522128701210022, -0.509644627571106, -0.3913717567920685, -0.6073027849197388, -0.349326491355896, -0.1288519650697708, -0.2806267738342285, -0.20238345861434937, 0.6763051748275757, -0.6718267798423767, 0.5136936902999878, 0.6475127935409546, 0.28057989478111267, -0.1208067387342453, -0.17180107533931732, 0.4345508813858032, 0.4648626446723938, -0.5286144018173218, -0.214618518948555, 1.4612863063812256, 0.5593264102935791, 0.9098469614982605, 0.3630508482456207, 1.0196598768234253, 0.4213382303714752, 0.40486329793930054, -0.23156823217868805, 0.347115695476532, 0.03958839178085327, -0.8241081237792969, 0.07510761171579361, -0.12669935822486877, -1.0005691051483154, -0.5413656234741211, -0.15379951894283295, -0.3705138564109802, 0.6691114902496338, 0.606169581413269, -0.08203493803739548, 0.19339555501937866, -1.0184637308120728, 1.0776292085647583, -0.08291702717542648, -0.11759432405233383, -0.1834133118391037, -0.5628050565719604, 0.1745632439851761, 0.20211392641067505, 0.10646909475326538, -0.46009331941604614, 0.1647782176733017, 1.0329760313034058, -0.48367035388946533, 0.9461937546730042, -0.762370765209198, -0.06541426479816437, 0.19874422252178192, -0.2363022118806839, 0.18553650379180908, 0.4728845953941345, -0.26469850540161133, 0.12104859203100204, 0.21773457527160645, -0.7008442878723145, -0.13887092471122742, 0.9311287999153137, -0.5354244112968445, 0.1550464779138565, -0.5184019207954407, -0.5506625771522522, -0.017025137320160866, 0.30951714515686035, 0.10336579382419586, 1.0746856927871704, -0.16808241605758667, 0.07723983377218246, 0.7428484559059143, 0.4723852872848511, 0.43219637870788574, -0.00034430669620633125, -0.3033284544944763, -0.5068036913871765, 1.1805005073547363, 0.32163766026496887, -0.3848666846752167, 0.11745630949735641, 0.22626200318336487, -0.32367846369743347, -0.4207035303115845, -0.7818310260772705, 0.252946138381958, -0.5191472172737122, -0.7047025561332703, -0.13020071387290955, -0.1387639343738556, -0.4452040493488312, -0.18889948725700378, -0.23144058883190155, -0.6628639101982117, -0.5907081365585327, -0.6524025797843933, 1.2343356609344482, 0.9089680910110474, -0.5967222452163696, 0.2493211328983307, -0.6892198920249939, 0.5038726925849915, -0.019025832414627075, 1.159422755241394, -0.04008280858397484, -0.4805985689163208, -0.2649027407169342, -0.07243496924638748, -0.10819853842258453, -0.823976457118988, -0.1822727471590042, 0.14965978264808655, 0.7772703766822815, 0.24836519360542297, 0.10790041834115982, 0.6617954969406128, -0.06315260380506516, 0.5192908048629761, -0.022725388407707214, -0.5779662132263184, 0.6074779033660889, -0.3089207410812378, 0.29487529397010803, 0.939559817314148, 0.4986732304096222, -0.12506690621376038, 0.1628604382276535, -1.1904290914535522, -0.7202537655830383, 0.5946561098098755, -0.12351398915052414, 0.2207789570093155, 0.4419698119163513, 0.45532020926475525, 0.14253069460391998, 0.3637320101261139, -0.5357168912887573, -0.9619672894477844, -0.21188491582870483, -0.6123131513595581, 0.28481459617614746, -0.33549728989601135, -0.3761298358440399, -0.5162057280540466, 0.7630081176757812, -0.12651710212230682, 0.42956313490867615, -0.08957154303789139, 0.25738170742988586, -0.2662751376628876, -0.3118680417537689, 0.3903712332248688, 0.6074534058570862, -0.5717383027076721, -0.11302675306797028, -0.037723179906606674, -0.679848313331604, -0.4473923444747925, 1.0408238172531128, 0.03213866427540779, -0.34603172540664673, 0.5029577016830444, 0.7882063388824463, -0.34976866841316223, -0.07151418924331665, 0.1938534528017044, -0.08724132925271988, -0.3093716502189636, -0.40405356884002686, 0.13730891048908234, 0.01722009666264057, 0.1530890166759491, 0.24020236730575562, -0.044346343725919724, 0.47400611639022827, -0.4803411066532135, 0.5006475448608398, -0.014163208194077015, -0.7109513282775879, -0.6292293667793274, 0.548143744468689, 0.701492428779602, -0.5667642951011658, 0.4605894684791565, -0.24131087958812714, -0.48207584023475647, 0.8147252202033997, 0.2569797933101654, 0.7899357676506042, -0.4220942258834839, 0.23646600544452667, 0.45765140652656555, -0.051402635872364044, 0.318020761013031, 0.8399587869644165, -0.2752993702888489, -0.3879093825817108, 0.09455011039972305, -0.273343563079834, -0.5419871211051941, -0.1709311306476593, -1.0948845148086548, 0.2244405895471573, -0.7087393403053284, -0.1480485498905182, 0.18253342807292938, 0.29361647367477417, -0.8831839561462402, 0.274372398853302, 0.4034666121006012, 1.2753019332885742, -0.8982821106910706, 0.7370131015777588, 0.9429581761360168, -0.4590981602668762, -0.8593069911003113, -0.22226305305957794, 0.18147724866867065, -0.9655576348304749, -0.3845587968826294, 0.23894301056861877, 0.47906753420829773, -0.18230503797531128, -0.8843163251876831, -0.8163567185401917, 1.2560107707977295, 0.3306012749671936, -0.471909761428833, 0.41465404629707336, -0.19050748646259308, 0.3257307708263397, -0.39378809928894043, 0.1978294551372528, 0.5400216579437256, 0.8726052641868591, 0.32961544394493103, -0.8187346458435059, 0.10609491914510727, -0.632736086845398, -0.37109285593032837, 0.4115973711013794, -0.8827764391899109, 0.05255354940891266, -0.016816018149256706, 0.29599571228027344, 0.07538437098264694, 0.5974373817443848, 0.1903255730867386, 0.682195246219635, 0.35871443152427673, 0.5766341090202332, 1.0979831218719482, -0.30731216073036194, 0.8637382984161377, -0.11995941400527954, 0.5513179302215576, 0.8756319880485535, -0.17206059396266937, 0.25754061341285706, 0.47329097986221313, 0.007495600264519453, 0.2965811789035797, 0.7307677268981934, -0.42753949761390686, 0.3940242528915405, 0.25032737851142883, -0.06009378284215927, -0.1986308991909027, -0.3327098488807678, -0.9368337988853455, 0.12002164870500565, 0.4126480519771576, -0.4513654112815857, 0.057826928794384, -0.09784669429063797, 0.30334964394569397, -0.17877332866191864, -0.712291419506073, 0.8291246891021729, -0.061071813106536865, -0.3136765658855438, -0.07511719316244125, -0.22766715288162231, 0.10445890575647354, -0.6206713914871216, -0.4789385199546814, -0.15921859443187714, 0.31729987263679504, -0.5853562355041504, -1.1617611646652222, 0.6862047910690308, -0.29735541343688965, -0.4258284866809845, -0.17976097762584686, 0.6487671732902527, -0.52985018491745, -1.0769582986831665, 0.22839251160621643, -0.02419811114668846, 0.1604185402393341, 0.2568604648113251, -1.1739457845687866, 0.564945638179779, -0.0372949093580246, -0.1154216080904007, 0.16549907624721527, 0.19637057185173035, -0.025441059842705727, 0.4255487620830536, 0.5911520719528198, -0.06752578914165497, -0.31331929564476013, 0.1137261614203453, 0.9371755123138428, -0.5879570841789246, -0.44483932852745056, -0.3430967926979065, 0.7381563186645508, -0.3587340712547302, -0.8485625982284546, 0.45829999446868896, 1.144619107246399, 0.8086402416229248, -0.14498086273670197, 0.7267773151397705, -0.44848498702049255, 0.7570692896842957, -0.306430846452713, 0.6121481657028198, -0.25002554059028625, -0.1807422935962677, -0.21230706572532654, -0.6454892158508301, -0.7249028086662292, 0.6708066463470459, 0.14920252561569214, 0.05199107527732849, 0.30194687843322754, 1.0341336727142334, -0.2842685878276825, 0.23966452479362488, -0.07198568433523178, 0.14110764861106873, 0.22282597422599792, 0.4144534170627594, 0.2312287837266922, -0.7303831577301025, 0.14280886948108673, -0.34784772992134094, -0.5186583995819092, -0.030652232468128204, -1.100722074508667, -0.9516612887382507, -0.7208282351493835, -0.5665839314460754, -0.6407048106193542, 0.00017539755208417773, 1.0788524150848389, 1.1313185691833496, -1.1427792310714722, -0.20757684111595154, 0.29095980525016785, 0.5326558351516724, 0.1814015805721283, -0.12240619957447052, 0.7505873441696167, 0.6646721363067627, -0.607309103012085, -0.2105967402458191, -0.03565416857600212, 0.20020408928394318, -0.1937675178050995, -0.004111628979444504, 0.0010193742346018553, 0.09446199238300323, 0.13679134845733643, 0.605240523815155, -0.09487974643707275, -0.4249647259712219, -0.5820249319076538, 0.24340735375881195, 0.10797514766454697, 0.8552311658859253, -0.3809182941913605, 0.1216777041554451, 0.6532900929450989, 0.4015660881996155, 0.508976936340332, 0.34729650616645813, 0.6992185115814209, -0.5297116637229919, 0.3338452875614166, -0.21523596346378326, 0.49518004059791565, 0.24320191144943237, -0.4805009663105011, 0.7953326106071472, 0.4484817683696747, -0.5781326293945312, -0.7974326610565186, -0.08658421784639359, -1.5054540634155273, 0.628505289554596, 0.8822540044784546, 0.11939060688018799, -0.456125944852829, -0.26597699522972107, -0.7246261835098267, -0.028576582670211792, -1.0081089735031128, 0.20073670148849487, 0.4733949899673462, 0.0006239925278350711, -0.20143873989582062, -0.10410939902067184, 0.6080108880996704, -0.40669456124305725, -1.1770650148391724, 0.13697193562984467, 0.4657198190689087, 0.0678776204586029, 0.1332431137561798, 0.6295658946037292, -0.0512627437710762, 0.4234621226787567, 0.17376290261745453, 0.2565087676048279, -0.33208245038986206, -0.5461280345916748, -0.34478503465652466, 0.07489344477653503, -0.11098133772611618, -0.6054550409317017 ]
result-kand2-sdxl-wuerst-karlo/a95a2c5b
result-kand2-sdxl-wuerst-karlo
2023-09-22T20:38:59Z
525
0
[ "region:us" ]
null
2023-09-22T20:38:59Z
--- dataset_info: features: - name: result dtype: string - name: id dtype: int64 splits: - name: train num_bytes: 168 num_examples: 10 download_size: 1307 dataset_size: 168 configs: - config_name: default data_files: - split: train path: data/train-* --- # Dataset Card for "a95a2c5b" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
[ -0.5519781112670898, -0.05636407062411308, 0.28935950994491577, 0.3129063546657562, -0.2578562796115875, 0.09033587574958801, 0.41937318444252014, -0.27483513951301575, 0.8903050422668457, 0.4000791013240814, -0.8256661891937256, -0.6868348717689514, -0.6215245127677917, -0.10918091237545013, -0.3854111433029175, 0.9999203085899353, 0.2644278407096863, 0.23888978362083435, -0.3890489935874939, -0.20417706668376923, -0.4942132830619812, -0.6909769177436829, -0.6345191597938538, -0.45706674456596375, 1.0332523584365845, 0.883499264717102, 0.5792863368988037, 0.6496813297271729, 1.0176258087158203, 0.13765288889408112, -0.04697863385081291, -0.2684456706047058, -0.39348575472831726, -0.17160636186599731, -0.051302243024110794, -0.4864192605018616, -1.1666736602783203, 0.008457295596599579, 0.6108152866363525, 0.6637441515922546, -0.19690416753292084, 0.9898869395256042, -0.420758992433548, 0.8088161945343018, -0.4533073306083679, 0.6208613514900208, -0.13268502056598663, -0.2062724232673645, -0.604801595211029, 0.15688467025756836, 0.05294166877865791, -0.6012439727783203, -0.34611594676971436, -1.068441390991211, 0.07039482146501541, 0.25003913044929504, 0.8855208158493042, 0.188533753156662, 0.028552742674946785, -0.3189104497432709, -0.37460485100746155, 0.08648858964443207, -0.14872372150421143, 0.24634791910648346, 0.7845322489738464, 0.47388407588005066, 0.03935959190130234, -0.8226807713508606, -0.49323025345802307, 0.2554033696651459, -0.07270808517932892, 0.1411992758512497, 0.031186698004603386, -0.009387032128870487, 0.707944393157959, 0.6288317441940308, -0.3665415048599243, -0.3045000433921814, -0.9645723700523376, -0.4778409004211426, 0.8086631894111633, 0.12330114096403122, 0.33726978302001953, -0.04765687510371208, -0.17719537019729614, -0.29227006435394287, -0.605271577835083, 0.030811240896582603, 0.5913277268409729, 0.11800850927829742, -1.1308711767196655, 0.40351179242134094, -0.03149140253663063, 0.24620689451694489, 0.3545764088630676, 0.6197681427001953, 0.7153439521789551, -0.17403832077980042, -0.09574806690216064, 0.1954326629638672, 0.17225828766822815, 0.34393438696861267, 0.1070917546749115, 0.11692212522029877, 0.11474980413913727, 0.07464363425970078, 0.20258694887161255, -1.3228214979171753, -1.0889652967453003, 0.4230166971683502, -0.8838436603546143, -0.30682384967803955, 0.5081449151039124, -0.7483341097831726, -0.5784091949462891, -0.3064100444316864, 0.18739575147628784, 0.23552283644676208, -0.6635409593582153, -0.28637245297431946, -0.6497664451599121, 0.43750089406967163, 0.22411249577999115, -0.8265063762664795, 0.2919904887676239, 0.6139121651649475, 0.2618257999420166, 0.24659277498722076, -0.1265949308872223, -0.5864802598953247, 0.26045289635658264, -0.2012907862663269, 0.9043059349060059, -0.8039917945861816, -0.3764164447784424, -0.09220504015684128, 0.5277943015098572, 0.2432965189218521, -0.407448410987854, 0.8527138829231262, -0.40675854682922363, -0.11980500817298889, -0.9347834587097168, -0.42791372537612915, -0.4630448520183563, 0.24336694180965424, -1.1697373390197754, 1.0309700965881348, 0.1976466178894043, -0.6786340475082397, 0.39814871549606323, -1.179113745689392, -0.09821107983589172, 0.7194647192955017, -0.028914766386151314, -0.5364990234375, 0.23487098515033722, -0.1454198956489563, 0.4016970694065094, -0.13113458454608917, 0.19469156861305237, -1.070324420928955, -0.2696473300457001, 0.045500583946704865, 0.16330821812152863, 0.9195454716682434, 0.24476344883441925, 0.5862982273101807, 0.1391923427581787, -0.9887345433235168, -0.10207442939281464, 0.22686675190925598, -0.027393365278840065, -0.17524363100528717, -0.530772864818573, 0.4533693194389343, 0.003315991722047329, 0.4432564675807953, -0.5046945214271545, 0.44499024748802185, 0.21589060127735138, -0.16547490656375885, 0.6457935571670532, 0.20605450868606567, 0.345615029335022, -0.472295343875885, 0.7023872137069702, 0.1627533733844757, 0.3229779005050659, -0.10194733738899231, -0.5036615133285522, -0.6906198263168335, 0.016560619696974754, 0.8731814026832581, 0.68477463722229, -0.4553520977497101, 0.662770688533783, 0.21169789135456085, -0.6784915328025818, -0.5008848309516907, 0.0011150442296639085, 0.2025868445634842, 0.11889892816543579, 0.45873773097991943, -0.8809992671012878, -0.7651032209396362, -0.7459812760353088, 0.4812411069869995, -0.02501174435019493, 0.12098431587219238, 0.37022125720977783, 0.8092501759529114, -0.24960966408252716, 0.3514051139354706, -0.8623782396316528, -0.26681119203567505, 0.018191678449511528, -0.44390931725502014, 0.16065622866153717, 0.8264203667640686, 1.0333648920059204, -0.647380530834198, -0.22004646062850952, -0.6948187947273254, -0.5988194346427917, -0.09153693169355392, 0.2603558301925659, -0.684093177318573, -0.2416277676820755, 0.1661406010389328, -0.3199012875556946, 0.8182660937309265, 0.9316362142562866, -0.6902542114257812, -0.10830967128276825, 0.022560378536581993, 0.16766923666000366, -1.4076058864593506, 0.593890368938446, -0.25201109051704407, -0.06523136794567108, -0.48159360885620117, 0.050788767635822296, 0.26392224431037903, -0.19910794496536255, -0.20630745589733124, 0.6466370820999146, -0.6701050996780396, -0.08030597865581512, -0.11148574203252792, -0.32422196865081787, -0.14461466670036316, 0.29786261916160583, 0.017670517787337303, 0.3977489173412323, 1.0418139696121216, -0.38421761989593506, 1.0287508964538574, 0.7862401604652405, 0.23483334481716156, 0.7561222314834595, -0.6539591550827026, 0.3419951796531677, -0.2641138732433319, 0.629837155342102, -0.7466759085655212, -0.7520467638969421, 0.6494625806808472, -0.5218001008033752, 0.3511433005332947, -0.5874535441398621, -0.4093880355358124, -0.6671081781387329, -0.32948943972587585, 1.0469218492507935, 0.4536280632019043, -0.8241113424301147, 0.3909200131893158, 0.7501656413078308, -0.08209159970283508, -0.05335647985339165, -0.8428723216056824, 0.046285636723041534, -0.3095516562461853, -0.20988045632839203, 0.3465081453323364, -0.4408474862575531, 0.18234962224960327, -0.184297576546669, 0.3000304698944092, -0.20690882205963135, -0.15689969062805176, 0.773841381072998, 0.14671827852725983, -0.119801826775074, 0.2527741491794586, -0.07794176787137985, -0.7118563652038574, 0.329062819480896, 0.10067473351955414, 0.3643437623977661, 0.26335278153419495, -0.008522904478013515, -0.5362055897712708, 0.5542581677436829, 0.23755575716495514, -0.29042574763298035, 0.45837703347206116, 0.9736471176147461, -0.8791326880455017, -0.13124388456344604, -0.3905029296875, -0.2697716951370239, -0.4603385925292969, -0.03810907527804375, -0.33116579055786133, -0.33478665351867676, 0.9332307577133179, -0.010403947904706001, -0.23627427220344543, 0.7504488229751587, 0.8569238185882568, 0.13761605322360992, 0.625609815120697, 0.6214619874954224, -0.29454857110977173, 0.3971000015735626, -0.3553445339202881, -0.1899298131465912, -0.7136002779006958, -0.6116758584976196, -0.5748509764671326, -0.5343242883682251, -0.7602449059486389, -0.29116031527519226, -0.06736516952514648, -0.06655608862638474, -0.18826119601726532, 0.5536975860595703, -0.5483933687210083, 0.5055273175239563, 0.7400118112564087, 0.2910797894001007, -0.18297819793224335, -0.14357613027095795, 0.38076889514923096, 0.5124742984771729, -0.6177322268486023, -0.050485484302043915, 1.367600440979004, 0.5997527837753296, 0.8115783333778381, 0.4592689573764801, 0.8493977189064026, 0.3881773352622986, 0.3546425700187683, -0.4622907340526581, 0.2742087244987488, -0.15977807343006134, -0.843795120716095, 0.07800285518169403, 0.012724299915134907, -0.8866003155708313, -0.6025511026382446, -0.3791404068470001, -0.18692779541015625, 0.5301870107650757, 0.6129066348075867, -0.11495226621627808, 0.014907004311680794, -0.8308796882629395, 1.0155912637710571, 0.12681743502616882, -0.029342783614993095, -0.30767369270324707, -0.6952127814292908, 0.22365331649780273, 0.3033597469329834, 0.05715133622288704, -0.36016643047332764, 0.10893412679433823, 0.8695990443229675, -0.35147106647491455, 0.8296557068824768, -0.781044602394104, 0.010305769741535187, 0.21577541530132294, -0.2294849008321762, 0.13795529305934906, 0.5227434039115906, -0.034906864166259766, 0.09499156475067139, 0.1835027039051056, -0.813316285610199, -0.24185898900032043, 0.7232648134231567, -0.5593407154083252, 0.234876811504364, -0.4927297830581665, -0.4931690990924835, -0.019999779760837555, 0.13406126201152802, 0.1262059062719345, 0.8329082131385803, -0.1813746839761734, 0.22107742726802826, 0.5385866165161133, 0.2642253041267395, 0.5770362019538879, 0.11115671694278717, -0.2044917196035385, -0.47166383266448975, 1.0369359254837036, 0.18306399881839752, -0.3023127019405365, 0.14698901772499084, 0.1909409761428833, -0.43510758876800537, -0.4945890009403229, -0.8064321875572205, 0.13678987324237823, -0.3991841971874237, -0.6749194860458374, -0.11881731450557709, -0.3140307366847992, -0.40949568152427673, -0.0976509228348732, -0.141813725233078, -0.8230420351028442, -0.5745366215705872, -0.5489439964294434, 1.0284574031829834, 0.7846178412437439, -0.5968770980834961, 0.4029788374900818, -0.910981297492981, 0.6023017168045044, -0.02969488874077797, 0.9833203554153442, -0.10561112314462662, -0.5059265494346619, -0.3058268427848816, -0.08379075676202774, -0.1984892338514328, -0.7351946234703064, -0.2291969507932663, 0.18641062080860138, 0.6384618878364563, 0.17635725438594818, -0.05086041986942291, 0.4898390471935272, -0.014290092512965202, 0.6624836921691895, 0.13879908621311188, -0.6605480313301086, 0.579384446144104, -0.32116422057151794, 0.5042098760604858, 0.9229909777641296, 0.5974115133285522, -0.3216518759727478, 0.14505726099014282, -1.1926454305648804, -0.6418328881263733, 0.5842829942703247, 0.0436515286564827, 0.24498683214187622, 0.3570777475833893, 0.5783273577690125, -0.11461147665977478, 0.2658703625202179, -0.6428537964820862, -0.9447482824325562, -0.10466699302196503, -0.5300204753875732, 0.29522615671157837, -0.478005975484848, -0.2740507125854492, -0.537245512008667, 0.685803234577179, -0.09591243416070938, 0.5262311100959778, -0.12137087434530258, 0.22827960550785065, -0.1613081693649292, -0.3163543939590454, 0.48133522272109985, 0.5118926763534546, -0.48044684529304504, -0.15052366256713867, -0.0134104173630476, -0.7367818355560303, -0.3176784813404083, 0.6981474757194519, -0.11069035530090332, -0.4651704430580139, 0.5385571122169495, 0.6150736212730408, -0.4509854018688202, 0.13096025586128235, 0.36035633087158203, -0.18209496140480042, -0.40022361278533936, -0.4286540448665619, 0.2027113288640976, 0.19454781711101532, 0.09007540345191956, 0.08152404427528381, -0.21736378967761993, 0.4979613125324249, -0.6399793028831482, 0.5813652873039246, 0.013277486898005009, -0.6998252868652344, -0.6030765175819397, 0.4822908043861389, 0.7037574052810669, -0.41151437163352966, 0.7282279133796692, -0.300648033618927, -0.44877001643180847, 0.8583704829216003, 0.2409997433423996, 0.733061671257019, -0.43281784653663635, 0.17797866463661194, 0.6473105549812317, 0.004162375815212727, 0.2952848970890045, 0.9399170875549316, -0.2827151119709015, -0.5853854417800903, 0.1199873611330986, -0.3656064569950104, -0.5424311757087708, -0.24569685757160187, -1.100276231765747, 0.33295542001724243, -0.8124446868896484, -0.12401501834392548, 0.23135823011398315, 0.3833373785018921, -0.7788782119750977, 0.5351068377494812, 0.4049171507358551, 1.2504264116287231, -0.9109917283058167, 0.8639825582504272, 0.9387896060943604, -0.5536954402923584, -0.8707459568977356, -0.18953672051429749, 0.0764291062951088, -0.9306252002716064, -0.08837039023637772, 0.14301657676696777, 0.5175133347511292, -0.2676689326763153, -0.8485910296440125, -0.8051056861877441, 1.2494328022003174, 0.19989416003227234, -0.6410715579986572, 0.3293905258178711, -0.25073957443237305, 0.31772568821907043, -0.4062410891056061, 0.3684542775154114, 0.49358075857162476, 0.8816179633140564, 0.4619593918323517, -0.6723815202713013, 0.23859339952468872, -0.5339671969413757, -0.3812766373157501, 0.4678446352481842, -1.0779823064804077, -0.04660545662045479, -0.1970186084508896, 0.1730497181415558, 0.03675725683569908, 0.7824785709381104, 0.11443669348955154, 0.4738689661026001, 0.3413345217704773, 0.5705547332763672, 0.9538933634757996, -0.3177506625652313, 0.7606166005134583, -0.2754683196544647, 0.48298656940460205, 0.9922926425933838, -0.05457955598831177, 0.3869951367378235, 0.32204142212867737, -0.014360437169671059, 0.3504914343357086, 0.7084102630615234, -0.6526151299476624, 0.3307625651359558, 0.4723990261554718, -0.1312084048986435, -0.3095513582229614, -0.21175017952919006, -0.9082167744636536, 0.3833661377429962, 0.4742690324783325, -0.4988741874694824, 0.10751868039369583, -0.371315598487854, 0.2242961823940277, -0.14021295309066772, -0.6365160346031189, 0.831104040145874, 0.05892346426844597, -0.15926006436347961, -0.13387253880500793, 0.00650997506454587, 0.050711680203676224, -0.470594584941864, -0.4462415874004364, -0.18460208177566528, 0.27530765533447266, -0.6718001365661621, -1.0449943542480469, 0.7644505500793457, -0.3804851472377777, -0.521959125995636, -0.11581280082464218, 0.6017109751701355, -0.5757554769515991, -1.1149601936340332, 0.22493892908096313, -0.006434445269405842, 0.12598413228988647, 0.2137058973312378, -1.208379864692688, 0.4607880115509033, -0.15804067254066467, -0.023778116330504417, 0.21567444503307343, 0.02577069029211998, -0.049199774861335754, 0.508111834526062, 0.5503445863723755, -0.02238539047539234, -0.46296313405036926, 0.27539873123168945, 0.8477798104286194, -0.7649489045143127, -0.46992355585098267, -0.3365112543106079, 0.6234567761421204, -0.27957701683044434, -0.7383200526237488, 0.3549550473690033, 1.214041829109192, 0.8078563809394836, -0.07571607083082199, 0.5834863781929016, -0.32853567600250244, 0.7438450455665588, -0.4015341103076935, 0.7584629058837891, -0.2337183803319931, -0.21164928376674652, -0.031295254826545715, -0.728745698928833, -0.8176817893981934, 0.6255936026573181, 0.37369632720947266, 0.16456587612628937, 0.526909589767456, 1.0801042318344116, -0.30164313316345215, 0.23332543671131134, 0.010313373059034348, 0.23303765058517456, 0.2486949861049652, 0.45959749817848206, 0.25863802433013916, -0.7275651097297668, 0.10130539536476135, -0.300428569316864, -0.3698016107082367, 0.14413291215896606, -1.1235750913619995, -0.9067625999450684, -0.6792275905609131, -0.5649282336235046, -0.6421202421188354, 0.06460075825452805, 1.00209379196167, 1.0872739553451538, -1.1472724676132202, -0.29926714301109314, 0.27763840556144714, 0.3140433728694916, 0.22456690669059753, -0.07341979444026947, 0.6654758453369141, 0.43756431341171265, -0.45439961552619934, -0.2976989448070526, -0.05993058905005455, 0.1959858536720276, -0.07571908831596375, 0.05694489926099777, 0.08064664155244827, 0.010587872005999088, 0.21709725260734558, 0.4138224124908447, -0.1780516654253006, -0.4809255599975586, -0.643136203289032, 0.24520637094974518, 0.10135754197835922, 0.8899797201156616, -0.40254834294319153, -0.0472172349691391, 0.6300631761550903, 0.36561518907546997, 0.6801123023033142, 0.3977784514427185, 0.6669765710830688, -0.510988175868988, 0.17945456504821777, -0.19290229678153992, 0.24907642602920532, 0.1760401576757431, -0.3956699073314667, 0.7548073530197144, 0.39418551325798035, -0.46218180656433105, -0.5589430928230286, 0.05219506472349167, -1.6274372339248657, 0.45547109842300415, 0.9963329434394836, 0.06998845189809799, -0.31471318006515503, -0.06119765713810921, -0.5718638300895691, 0.02972039394080639, -0.9819328784942627, 0.3534764349460602, 0.630921483039856, 0.0767349898815155, -0.27763599157333374, -0.011009744368493557, 0.8164048790931702, -0.24388162791728973, -1.2441948652267456, 0.2098572999238968, 0.4919952154159546, 0.10636784136295319, -0.051219645887613297, 0.6411457657814026, -0.09383313357830048, 0.496906578540802, 0.15111814439296722, 0.3446330428123474, -0.2860431671142578, -0.7590009570121765, -0.43637198209762573, 0.20853069424629211, -0.052763476967811584, -0.5709130167961121 ]
result-kand2-sdxl-wuerst-karlo/083be228
result-kand2-sdxl-wuerst-karlo
2023-09-24T02:55:45Z
525
0
[ "region:us" ]
null
2023-09-24T02:55:44Z
--- dataset_info: features: - name: result dtype: string - name: id dtype: int64 splits: - name: train num_bytes: 176 num_examples: 10 download_size: 1349 dataset_size: 176 configs: - config_name: default data_files: - split: train path: data/train-* --- # Dataset Card for "083be228" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
[ -0.6568219661712646, -0.12771892547607422, 0.2592467665672302, 0.45831581950187683, -0.15460802614688873, -0.25156787037849426, 0.47214606404304504, -0.31983545422554016, 0.8333839178085327, 0.56666100025177, -0.7281461358070374, -0.6272629499435425, -0.455746054649353, 0.0329425111413002, -0.19211114943027496, 1.229109525680542, 0.1409321278333664, 0.0430513396859169, -0.23979759216308594, -0.16577284038066864, -0.5067704319953918, -0.4374881386756897, -0.5786197185516357, -0.5194963216781616, 0.9481084942817688, 0.770000159740448, 0.4321046769618988, 0.6729433536529541, 0.8437380790710449, 0.1865832358598709, 0.061205826699733734, -0.22222290933132172, -0.4603829085826874, -0.22415395081043243, -0.15085723996162415, -0.3876461386680603, -1.2720247507095337, 0.02330062724649906, 0.5524078011512756, 0.7311505675315857, -0.17007413506507874, 0.8348202109336853, -0.30879199504852295, 0.7775298953056335, -0.34366506338119507, 0.5587806701660156, -0.1032828763127327, -0.27947476506233215, -0.7801289558410645, -0.0855913907289505, -0.010563141666352749, -0.510597288608551, -0.3393360674381256, -1.1181942224502563, 0.18210087716579437, 0.23097489774227142, 0.8844545483589172, 0.040042731910943985, 0.09134501963853836, -0.06210607662796974, -0.3439382314682007, 0.0574648380279541, -0.2969496548175812, 0.16746744513511658, 0.8955750465393066, 0.29634514451026917, 0.019640961661934853, -0.517873227596283, -0.36511969566345215, 0.3191845715045929, -0.06497222930192947, 0.1877136528491974, 0.09780022501945496, -0.03098049946129322, 0.6048012375831604, 0.6997498273849487, -0.6053358316421509, -0.24089308083057404, -0.9449639320373535, -0.40538984537124634, 1.001049518585205, 0.06864465773105621, 0.1428411900997162, -0.3138614594936371, -0.17439232766628265, -0.1792116016149521, -0.5587743520736694, -0.2389187067747116, 0.6867576837539673, 0.26195773482322693, -1.1095094680786133, 0.5399557948112488, -0.09878294169902802, 0.5659127831459045, 0.1321701854467392, 0.5756920576095581, 0.7906075716018677, -0.2270233929157257, -0.12474681437015533, 0.09571049362421036, 0.35259395837783813, 0.42911413311958313, 0.17148876190185547, 0.14806590974330902, -0.02205788716673851, -0.13599635660648346, 0.08745429664850235, -1.1754239797592163, -0.8005695939064026, 0.3596232533454895, -0.7516079545021057, -0.2019682079553604, 0.5756455659866333, -0.9810631275177002, -0.5755162239074707, -0.29089176654815674, 0.1870747208595276, 0.00012360129039734602, -0.6035903096199036, -0.1686956286430359, -0.6249356269836426, 0.3755173981189728, 0.30704185366630554, -0.7291039824485779, 0.24590416252613068, 0.682465136051178, 0.4688512086868286, 0.3385392129421234, -0.14716151356697083, -0.5915005207061768, 0.31581562757492065, -0.24649928510189056, 0.9068524241447449, -0.5019916296005249, -0.5025092959403992, -0.14895862340927124, 0.48847267031669617, 0.2518940269947052, -0.4143454134464264, 0.7208681702613831, -0.5278103351593018, -0.1900092363357544, -0.5892794728279114, -0.5554863810539246, -0.15247724950313568, 0.16264674067497253, -1.2633250951766968, 1.0852751731872559, 0.3529769778251648, -0.6972174048423767, 0.25822463631629944, -1.3090205192565918, -0.19996321201324463, 0.9451758861541748, -0.06524408608675003, -0.45811381936073303, 0.24996130168437958, -0.16833189129829407, 0.5441831946372986, -0.07104388624429703, 0.33440208435058594, -1.0052177906036377, -0.3765019476413727, -0.00957451667636633, 0.15387611091136932, 1.0504814386367798, 0.3241390585899353, 0.5562816262245178, -0.07650817185640335, -1.045344352722168, -0.17335166037082672, 0.4348248839378357, 0.00806695781648159, -0.32092800736427307, -0.6495923399925232, 0.4050426483154297, -0.35643357038497925, 0.4052999019622803, -0.5089028477668762, 0.4280976355075836, 0.1783219873905182, -0.27620938420295715, 0.8121291995048523, 0.21611034870147705, 0.3234460651874542, -0.5353814363479614, 0.5547080636024475, -0.09444482624530792, 0.1796475648880005, -0.08011303097009659, -0.6368244290351868, -0.5839483141899109, -0.030871354043483734, 0.6283906698226929, 0.7469907402992249, -0.5076372623443604, 0.7310624718666077, 0.14073391258716583, -0.8188989162445068, -0.3629898726940155, 0.08157720416784286, 0.11619832366704941, 0.2081514149904251, 0.4298122227191925, -0.6647865772247314, -0.873351514339447, -0.6639207601547241, 0.38426050543785095, -0.22008909285068512, 0.14955244958400726, 0.373741090297699, 0.8071849346160889, -0.3745785653591156, 0.489501029253006, -0.8948333859443665, -0.3039766848087311, -0.07165155559778214, -0.1543043702840805, 0.32015955448150635, 0.7243589758872986, 1.0438910722732544, -0.6675319671630859, -0.24426153302192688, -0.4669387638568878, -0.5568463206291199, -0.2278207689523697, 0.2803039848804474, -0.5494433045387268, -0.17363135516643524, 0.21949030458927155, -0.2559841275215149, 0.972292423248291, 0.8682531714439392, -0.7211233377456665, -0.03545224294066429, 0.008356356993317604, 0.12825758755207062, -1.4549208879470825, 0.4501745104789734, -0.02121555246412754, -0.18352486193180084, -0.44148769974708557, -0.1663428694009781, 0.15084916353225708, -0.2518906891345978, -0.013175282627344131, 0.8255378007888794, -0.5151807069778442, -0.0045874034985899925, -0.060731079429388046, -0.10414283722639084, -0.0024211141280829906, 0.054125040769577026, 0.15320761501789093, 0.3902240991592407, 0.8791965842247009, -0.34301668405532837, 1.0131194591522217, 0.6935112476348877, 0.028604350984096527, 0.9794874787330627, -0.65172278881073, 0.18107344210147858, -0.21283826231956482, 0.49711886048316956, -0.6091115474700928, -0.872458815574646, 0.5362496376037598, -0.45192497968673706, 0.37347954511642456, -0.587653636932373, -0.4592319428920746, -0.6766631007194519, -0.27523481845855713, 0.8861280679702759, 0.384987473487854, -0.6454724669456482, 0.2894781231880188, 0.5892550945281982, -0.16305924952030182, 0.01741604693233967, -0.9030805826187134, -0.07361333817243576, -0.38338151574134827, -0.19919008016586304, 0.5101779699325562, -0.45118972659111023, -0.016079196706414223, -0.1123557761311531, 0.4230062961578369, -0.1360594481229782, -0.2360994517803192, 0.5981006622314453, 0.40914055705070496, -0.15151521563529968, 0.19763444364070892, -0.3513253629207611, -0.7946103811264038, 0.17148664593696594, 0.09584277868270874, 0.3120259940624237, -0.04075983166694641, -0.11063413321971893, -0.44232767820358276, 0.5357939004898071, -0.005587814841419458, -0.17407290637493134, 0.5325875878334045, 1.0332636833190918, -0.8957585692405701, -0.11969245225191116, -0.483161062002182, -0.18169747292995453, -0.47307369112968445, 0.1161489337682724, -0.2120485007762909, -0.42486947774887085, 0.6893885135650635, 0.14072604477405548, -0.2561250329017639, 0.7361821532249451, 0.7155659198760986, 0.11096466332674026, 0.41713935136795044, 0.5521626472473145, -0.22063371539115906, 0.40611618757247925, -0.3213231563568115, -0.19283774495124817, -0.7371678352355957, -0.45620644092559814, -0.5128329396247864, -0.37748247385025024, -0.7742011547088623, -0.43058714270591736, -0.057445839047431946, -0.09913831949234009, -0.30499163269996643, 0.7087737917900085, -0.5855302214622498, 0.4698311388492584, 0.6941142082214355, 0.23957310616970062, -0.10269086807966232, -0.2544974982738495, 0.5664184093475342, 0.371812641620636, -0.5170053839683533, -0.16429771482944489, 1.2922911643981934, 0.44987568259239197, 0.9275602698326111, 0.3696468770503998, 1.0888357162475586, 0.4324500560760498, 0.46141472458839417, -0.2143450379371643, 0.46621036529541016, 0.17539045214653015, -0.9863856434822083, -0.004588589537888765, -0.25349417328834534, -0.8777238726615906, -0.6819649338722229, -0.22093400359153748, -0.4824201762676239, 0.5445414185523987, 0.4969492554664612, -0.19623830914497375, 0.1232253834605217, -0.9794418811798096, 1.0869407653808594, -0.12213877588510513, -0.12759439647197723, -0.07613897323608398, -0.678596019744873, 0.08665411174297333, 0.1803227663040161, 0.21207047998905182, -0.4643041491508484, 0.05130922049283981, 1.0733287334442139, -0.45825138688087463, 1.0092918872833252, -0.8063018321990967, 0.050725057721138, 0.2322162538766861, -0.27002257108688354, 0.14970479905605316, 0.7300278544425964, -0.14420683681964874, 0.15318313241004944, 0.18896101415157318, -0.6980156898498535, -0.19960008561611176, 0.7450699210166931, -0.7112600207328796, 0.21700742840766907, -0.5951710939407349, -0.5097000002861023, -0.041361015290021896, 0.351406991481781, 0.1943574696779251, 0.8287637829780579, -0.29336923360824585, 0.08117189258337021, 0.6244483590126038, 0.3393062651157379, 0.43287670612335205, 0.17103493213653564, -0.4221363067626953, -0.5723783373832703, 1.1555572748184204, 0.22344733774662018, -0.39975371956825256, 0.3093699812889099, 0.2644309103488922, -0.19547274708747864, -0.4318448305130005, -0.5732609629631042, 0.3736106753349304, -0.38789209723472595, -0.8186876773834229, -0.0980217382311821, -0.33104345202445984, -0.5448623895645142, -0.26493051648139954, -0.17310604453086853, -0.5983935594558716, -0.7328310608863831, -0.6917162537574768, 1.2995154857635498, 0.892159104347229, -0.8769229650497437, 0.4952690899372101, -0.8009033203125, 0.677219569683075, -0.03401507809758186, 1.1131670475006104, -0.3520051836967468, -0.5769582986831665, -0.37600573897361755, -0.2306390106678009, -0.13749822974205017, -0.873787522315979, -0.14918817579746246, 0.20072884857654572, 0.5577560663223267, 0.3622395396232605, 0.03966689854860306, 0.7524076700210571, -0.0851106196641922, 0.4555056691169739, -0.00040672815521247685, -0.6375917792320251, 0.597851574420929, -0.4335841238498688, 0.39491623640060425, 0.8389210104942322, 0.6075750589370728, -0.3007301092147827, 0.34422242641448975, -1.2140438556671143, -0.7236612439155579, 0.788162112236023, 0.03842128440737724, 0.06608899682760239, 0.27775976061820984, 0.5061495304107666, 0.027274904772639275, 0.1671115756034851, -0.7930499315261841, -0.9010089635848999, -0.14080724120140076, -0.47546353936195374, 0.20293836295604706, -0.45751962065696716, -0.3012131154537201, -0.4082641005516052, 0.8411766886711121, -0.06638550013303757, 0.569459855556488, -0.1446477174758911, 0.43610960245132446, -0.08359146118164062, -0.18869642913341522, 0.2509514093399048, 0.44749727845191956, -0.6959211826324463, -0.24112655222415924, -0.1576978862285614, -0.5751146078109741, -0.3668886423110962, 1.05472731590271, -0.061450134962797165, -0.38031336665153503, 0.6828248500823975, 0.713477373123169, -0.4290957748889923, -0.03425168618559837, 0.37287935614585876, -0.007549575064331293, -0.34152621030807495, -0.514875054359436, 0.07488981634378433, 0.12714876234531403, 0.06906484067440033, 0.09259018301963806, -0.09761807322502136, 0.37971335649490356, -0.3868523836135864, 0.48347195982933044, -0.04017047584056854, -0.6504124999046326, -0.6624243855476379, 0.36900171637535095, 0.6597188115119934, -0.48603570461273193, 0.7750712037086487, -0.33502069115638733, -0.20881690084934235, 0.6710906624794006, 0.37659937143325806, 0.6263040900230408, -0.4936695694923401, 0.3440341055393219, 0.5826438069343567, 0.1199219599366188, 0.386829137802124, 0.9655755162239075, -0.26076939702033997, -0.7132382988929749, 0.025600504130125046, -0.26710325479507446, -0.3468778729438782, -0.033607933670282364, -1.2043486833572388, 0.36554020643234253, -0.6044477224349976, -0.2243071049451828, 0.07366152107715607, 0.1616307944059372, -0.8873041272163391, 0.4303685128688812, 0.46599653363227844, 1.3949644565582275, -0.8857547044754028, 0.6009151935577393, 0.9381199479103088, -0.344659686088562, -0.7796794772148132, -0.2955974340438843, 0.21079891920089722, -1.0026320219039917, -0.28520068526268005, 0.29066792130470276, 0.48722875118255615, -0.22820648550987244, -0.8806794285774231, -0.7466076016426086, 1.1739274263381958, 0.15063819289207458, -0.5076587200164795, 0.3128055930137634, -0.13304036855697632, 0.2370547503232956, -0.27322545647621155, 0.32956618070602417, 0.5222499370574951, 0.9145856499671936, 0.2870441675186157, -0.5952420234680176, -0.01761326566338539, -0.6671316623687744, -0.32346153259277344, 0.43558570742607117, -0.8100585341453552, -0.15567539632320404, -0.23286192119121552, 0.255314439535141, 0.14538949728012085, 0.7798104882240295, 0.25613006949424744, 0.5332447290420532, 0.31594032049179077, 0.6903650760650635, 0.9424622058868408, -0.50894695520401, 0.802688479423523, -0.013675689697265625, 0.46469810605049133, 1.0932272672653198, -0.2684073746204376, 0.3397982120513916, 0.47312870621681213, -0.06101888790726662, 0.25272101163864136, 0.7350651025772095, -0.47491171956062317, 0.3689171373844147, 0.22321319580078125, -0.009390455670654774, -0.2079281210899353, -0.18162770569324493, -0.8651626706123352, 0.25650474429130554, 0.5592235922813416, -0.24436961114406586, 0.06339900195598602, -0.17252640426158905, 0.34695661067962646, -0.14334583282470703, -0.5475653409957886, 0.852491557598114, -0.039709243923425674, -0.2052888721227646, -0.24702641367912292, -0.11468493193387985, -0.036797888576984406, -0.760781466960907, -0.4357157349586487, -0.17311736941337585, 0.3125150501728058, -0.5878714919090271, -1.2195078134536743, 0.7367359399795532, -0.2785215973854065, -0.2914258539676666, -0.21674054861068726, 0.5144630074501038, -0.38203680515289307, -1.1000254154205322, 0.390178382396698, 0.03297584876418114, 0.0427376851439476, 0.2940511405467987, -1.155360221862793, 0.5217015743255615, -0.06112396717071533, -0.1483864039182663, 0.08928997069597244, 0.3687475919723511, 0.028700293973088264, 0.42126762866973877, 0.4098067879676819, 0.09572666138410568, -0.501478374004364, 0.16833603382110596, 0.8093640804290771, -0.7815300822257996, -0.43621212244033813, -0.4550277888774872, 0.7420968413352966, -0.3956487774848938, -0.6925927996635437, 0.5859621167182922, 1.1053353548049927, 1.0239388942718506, -0.10694168508052826, 0.8128562569618225, -0.6589747071266174, 0.8771397471427917, -0.3164805769920349, 0.5176440477371216, -0.3444787561893463, -0.19623863697052002, -0.298194944858551, -0.7393498420715332, -0.8368294835090637, 0.6971263885498047, 0.14094990491867065, 0.31575000286102295, 0.34562456607818604, 1.0451480150222778, -0.16653063893318176, 0.3421008288860321, -0.03559307008981705, 0.17413243651390076, 0.2366504669189453, 0.2594098746776581, 0.3154469132423401, -0.6080824136734009, 0.01921275444328785, -0.43559375405311584, -0.6488112211227417, -0.10918207466602325, -1.246213674545288, -0.830551266670227, -0.734575092792511, -0.5807876586914062, -0.640714168548584, -0.02629541978240013, 0.9841384887695312, 1.151942491531372, -1.095242977142334, -0.3744705617427826, 0.22436489164829254, 0.25598394870758057, 0.16881750524044037, -0.13621991872787476, 0.6329819560050964, 0.6221137642860413, -0.5073018670082092, -0.13120070099830627, 0.017256276682019234, 0.3244428336620331, 0.012482000514864922, -0.004890346899628639, -0.03136695548892021, 0.0007861083722673357, 0.08083118498325348, 0.6097120046615601, -0.029540738090872765, -0.2641007900238037, -0.5590269565582275, 0.30399712920188904, 0.06471692025661469, 0.8829854130744934, -0.37877535820007324, 0.1828286349773407, 0.5774073004722595, 0.29690152406692505, 0.5724823474884033, 0.45376506447792053, 0.598592221736908, -0.6081278324127197, 0.317248672246933, -0.10164419561624527, 0.5155698657035828, 0.3496793210506439, -0.3902135193347931, 0.9039978384971619, 0.4682696461677551, -0.6748942732810974, -0.5796387195587158, 0.08223067224025726, -1.5094306468963623, 0.6033185720443726, 0.9827020168304443, 0.16597436368465424, -0.3542981445789337, -0.114817775785923, -0.5088161826133728, -0.07625239342451096, -1.000789761543274, 0.1852569580078125, 0.4721347987651825, -0.04186036437749863, -0.1329200565814972, -0.1129290759563446, 0.6460108160972595, -0.46169212460517883, -1.2449597120285034, 0.16318850219249725, 0.47488194704055786, -0.08654539287090302, 0.18443790078163147, 0.7541360259056091, -0.12993372976779938, 0.35076308250427246, 0.12522143125534058, 0.3535076081752777, -0.17603076994419098, -0.6699236035346985, -0.17699210345745087, -0.0928153321146965, -0.08249233663082123, -0.38561275601387024 ]
result-kand2-sdxl-wuerst-karlo/86947388
result-kand2-sdxl-wuerst-karlo
2023-09-24T22:54:36Z
525
0
[ "region:us" ]
null
2023-09-24T22:54:35Z
--- dataset_info: features: - name: result dtype: string - name: id dtype: int64 splits: - name: train num_bytes: 168 num_examples: 10 download_size: 1325 dataset_size: 168 configs: - config_name: default data_files: - split: train path: data/train-* --- # Dataset Card for "86947388" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
[ -0.5968320369720459, 0.03923344984650612, 0.2836375832557678, 0.2890584170818329, -0.3493156135082245, -0.23340308666229248, 0.3971368670463562, -0.2695831060409546, 0.8332972526550293, 0.6464017033576965, -0.7553918957710266, -0.6996539235115051, -0.6266041994094849, 0.011249231174588203, -0.1146421879529953, 1.1981004476547241, 0.21085341274738312, 0.028136685490608215, -0.3846859335899353, -0.12941774725914001, -0.291093111038208, -0.7619266510009766, -0.5910471081733704, -0.34563955664634705, 1.003071904182434, 0.776115357875824, 0.4935273826122284, 0.6538796424865723, 0.8373892903327942, 0.2464113086462021, 0.021933967247605324, -0.232526957988739, -0.4819042384624481, -0.15133211016654968, -0.04568755254149437, -0.5830743908882141, -1.208147406578064, -0.05578449368476868, 0.6363943815231323, 0.8075404167175293, -0.018108589574694633, 0.9503098726272583, -0.17818590998649597, 0.8623589277267456, -0.34983760118484497, 0.6961896419525146, -0.16066481173038483, -0.052616626024246216, -0.8155741095542908, -0.04449903592467308, 0.031160971149802208, -0.439477801322937, -0.20793014764785767, -1.0444577932357788, 0.17129549384117126, 0.2013448029756546, 0.5235852003097534, 0.2639729976654053, 0.161341592669487, -0.10325415432453156, -0.23511691391468048, 0.18547376990318298, -0.3766554594039917, 0.17231471836566925, 1.0753930807113647, 0.22782237827777863, -0.06889180094003677, -0.4737936556339264, -0.25643816590309143, 0.19826731085777283, 0.11594171077013016, 0.12312270700931549, 0.05782755836844444, -0.11462689936161041, 0.7606393098831177, 0.631105899810791, -0.5188965201377869, -0.20272067189216614, -0.8474831581115723, -0.4347965717315674, 0.996255099773407, 0.20971764624118805, 0.10766473412513733, -0.3755251169204712, -0.11829504370689392, -0.2546871304512024, -0.33855172991752625, -0.07404229044914246, 0.5812191367149353, 0.3271072804927826, -1.0982941389083862, 0.4655299782752991, -0.14122124016284943, 0.4016552269458771, 0.1325269192457199, 0.5792853832244873, 0.8110883235931396, -0.10513730347156525, -0.29644641280174255, 0.24556319415569305, 0.4629107415676117, 0.45096108317375183, 0.015794837847352028, 0.01755138859152794, 0.10238166153430939, -0.24151822924613953, 0.07049082219600677, -1.090330719947815, -0.5651601552963257, 0.4780696630477905, -0.8014116883277893, -0.3895398676395416, 0.6035144925117493, -1.0284016132354736, -0.614668071269989, -0.2414298951625824, -0.037732578814029694, 0.04308946058154106, -0.7286302447319031, -0.10681221634149551, -0.6560194492340088, 0.29759031534194946, 0.26664143800735474, -0.8585138916969299, 0.17538601160049438, 1.0441497564315796, 0.5981488823890686, 0.3643382787704468, -0.16681064665317535, -0.5754180550575256, 0.07758130878210068, -0.3017529547214508, 0.7071442008018494, -0.6775444746017456, -0.5058757662773132, -0.09813984483480453, 0.5276688933372498, 0.19436460733413696, -0.4320681691169739, 1.0332846641540527, -0.4417273700237274, -0.1559474617242813, -0.6744056344032288, -0.5482171773910522, -0.213727667927742, 0.2523801326751709, -1.3375096321105957, 1.1895145177841187, 0.3416697084903717, -0.7135187983512878, 0.08617773652076721, -1.2064284086227417, -0.04483284056186676, 0.9151641726493835, 0.06464561820030212, -0.4157470464706421, 0.35331785678863525, -0.35600125789642334, 0.46776625514030457, -0.19227230548858643, 0.3410722315311432, -0.8192154765129089, -0.32928934693336487, -0.08427485823631287, 0.043015528470277786, 1.0235488414764404, 0.37571850419044495, 0.43518534302711487, -0.05560590326786041, -1.0458695888519287, 0.023550745099782944, 0.3487693667411804, -0.04470214620232582, -0.5070658326148987, -0.7083091735839844, 0.27175599336624146, -0.23415803909301758, 0.48979395627975464, -0.502984344959259, 0.2927021384239197, 0.03035604953765869, -0.11394868046045303, 0.6610987782478333, 0.05124237388372421, 0.2998482584953308, -0.4782896637916565, 0.6771454215049744, -0.1349271684885025, 0.2811580300331116, -0.048544660210609436, -0.6844455599784851, -0.6255883574485779, 0.24201606214046478, 0.7289385199546814, 0.6109074950218201, -0.4885711073875427, 0.8362510204315186, 0.21810832619667053, -0.8928765654563904, -0.33284035325050354, -0.02477438934147358, 0.10609730333089828, 0.3586261570453644, 0.2884620428085327, -0.8583117723464966, -0.9642800092697144, -0.5628966093063354, 0.4497781991958618, -0.0739440992474556, 0.03180893138051033, 0.3619117736816406, 0.7229769229888916, -0.42030808329582214, 0.3840070962905884, -0.734291672706604, -0.07765162736177444, 0.2690301537513733, -0.14547108113765717, 0.32115408778190613, 0.768968403339386, 1.1162731647491455, -0.724174439907074, -0.2644922733306885, -0.586209774017334, -0.587756872177124, 0.006402652245014906, 0.3403485119342804, -0.8051950335502625, -0.14692555367946625, 0.10863099247217178, -0.34504562616348267, 0.7829400300979614, 0.9234327673912048, -0.5909965634346008, 0.1370009481906891, -0.05228418856859207, 0.183526873588562, -1.4622410535812378, 0.4035685658454895, -0.0028197448700666428, -0.07751200348138809, -0.4065087139606476, -0.13322944939136505, 0.09422359615564346, -0.31604310870170593, -0.07989666610956192, 0.40354999899864197, -0.3687843680381775, 0.05805664882063866, 0.0018966923234984279, -0.33012986183166504, -0.1278219223022461, 0.2627040445804596, 0.11930172890424728, 0.30813518166542053, 1.032354712486267, -0.20331837236881256, 1.0428937673568726, 0.6072760820388794, 0.09064552932977676, 0.8653428554534912, -0.6404016613960266, 0.3422596752643585, -0.1831490695476532, 0.5315132141113281, -0.7537723183631897, -0.7783578634262085, 0.6081691980361938, -0.28574180603027344, 0.11529302597045898, -0.7585325837135315, -0.35400691628456116, -0.7520313262939453, -0.47402438521385193, 0.9842429161071777, 0.4970419108867645, -0.6186206936836243, 0.3530401289463043, 0.6240400671958923, -0.26731160283088684, -0.16769562661647797, -0.7939186096191406, 0.13859547674655914, -0.4006147086620331, -0.2621774673461914, 0.3797563910484314, -0.5239207744598389, -0.00442579947412014, -0.21208573877811432, 0.4300408661365509, -0.10131259262561798, -0.32474270462989807, 0.7747284173965454, 0.4196970462799072, -0.2554638981819153, 0.23869828879833221, -0.33119893074035645, -0.8657742142677307, 0.3238171637058258, 0.030635515227913857, 0.4257906377315521, -0.019331378862261772, -0.07679424434900284, -0.4464864134788513, 0.6557532548904419, 0.4342975914478302, -0.24134446680545807, 0.46395376324653625, 0.7817907929420471, -0.8451066613197327, -0.0507064089179039, -0.34809234738349915, 0.03049575351178646, -0.47040653228759766, 0.15742255747318268, -0.2951691150665283, -0.5057545304298401, 0.7751996517181396, -0.05927237123250961, -0.23399724066257477, 0.8959409594535828, 0.7516226768493652, 0.25292330980300903, 0.5240206718444824, 0.5476521253585815, -0.37487825751304626, 0.4653509855270386, -0.3023226857185364, -0.31560927629470825, -0.772858202457428, -0.44113191962242126, -0.5852403044700623, -0.2566600739955902, -0.7914565801620483, -0.5884920954704285, -0.1385946422815323, -0.1697433888912201, -0.28708943724632263, 0.6469981074333191, -0.8145952820777893, 0.44303590059280396, 0.7971656322479248, 0.2709839642047882, -0.11334220319986343, -0.2482656091451645, 0.4415165185928345, 0.29187461733818054, -0.5049622654914856, -0.2491368055343628, 1.252288579940796, 0.5002657771110535, 0.9240009784698486, 0.24097181856632233, 1.0506377220153809, 0.5212550759315491, 0.17861375212669373, -0.4024926722049713, 0.42189812660217285, -0.010980344377458096, -0.5852123498916626, -0.04996224120259285, -0.19845165312290192, -0.8199829459190369, -0.6109516024589539, -0.2333785593509674, -0.2580500841140747, 0.5129556655883789, 0.48371636867523193, -0.2797431945800781, 0.19693109393119812, -0.9752554297447205, 1.015926480293274, -0.26004722714424133, -0.0407441109418869, -0.12051433324813843, -0.7386879324913025, 0.06919021159410477, 0.10316570103168488, 0.09820233285427094, -0.4525274634361267, 0.03549263998866081, 1.1731443405151367, -0.6414183378219604, 1.1776362657546997, -0.7426259517669678, -0.06231686845421791, 0.1284170299768448, -0.39096495509147644, 0.3155493140220642, 0.43154072761535645, -0.3984958827495575, 0.26234209537506104, 0.18900996446609497, -0.5774816870689392, -0.2211383432149887, 0.7421507239341736, -0.6790350675582886, 0.22865642607212067, -0.511896014213562, -0.5200517177581787, 0.054847124963998795, 0.31174859404563904, 0.23967331647872925, 0.940061628818512, -0.214076966047287, 0.015523148700594902, 0.6707274913787842, 0.31496280431747437, 0.44728419184684753, 0.19421149790287018, -0.011432618834078312, -0.5255504846572876, 1.107835054397583, 0.2383079081773758, -0.42025044560432434, 0.20949678122997284, 0.32086578011512756, -0.20984213054180145, -0.36360856890678406, -0.6306850910186768, 0.2307399958372116, -0.43039554357528687, -0.6538439393043518, -0.12344711273908615, -0.23342055082321167, -0.48130789399147034, -0.1900412142276764, -0.28898656368255615, -0.6963236331939697, -0.6028339862823486, -0.5452669262886047, 1.2784197330474854, 0.8117371797561646, -0.7538599371910095, 0.1969432234764099, -0.8220890164375305, 0.4188154935836792, 0.006201793905347586, 1.208048939704895, -0.0642235204577446, -0.5430374145507812, -0.35289493203163147, -0.14008446037769318, 0.15793222188949585, -0.704390287399292, -0.14462408423423767, 0.18627503514289856, 0.6245450377464294, 0.2685419023036957, 0.3157018721103668, 0.699382483959198, -0.26367810368537903, 0.5494064092636108, 0.10425762832164764, -0.6256207227706909, 0.6281200647354126, -0.24585862457752228, 0.33785563707351685, 0.8354532718658447, 0.7393158078193665, -0.4863731861114502, 0.13397231698036194, -1.2629047632217407, -0.7326410412788391, 0.6871334314346313, -0.1771140843629837, 0.2912757098674774, 0.42122653126716614, 0.5355408787727356, 0.20123152434825897, 0.15092165768146515, -0.4001883864402771, -0.8901816606521606, -0.2709522545337677, -0.5700797438621521, 0.2080731987953186, -0.5973849296569824, -0.3335619568824768, -0.5573427081108093, 0.6947025656700134, -0.037825558334589005, 0.5170760154724121, -0.15562665462493896, 0.4786911606788635, -0.23365703225135803, -0.0721503421664238, 0.5275251269340515, 0.3846917748451233, -0.6709319353103638, -0.04301907867193222, -0.14550046622753143, -0.6850577592849731, -0.5133367776870728, 1.0014560222625732, 0.05616719275712967, -0.3356768488883972, 0.597788393497467, 0.7712286710739136, -0.30528849363327026, -0.19611449539661407, 0.17636451125144958, -0.06826993077993393, -0.31513968110084534, -0.5461857914924622, 0.2267085760831833, 0.14848226308822632, 0.1631862074136734, 0.25466254353523254, -0.021613147109746933, 0.3107025921344757, -0.35698091983795166, 0.5495791435241699, -0.005402918439358473, -0.8044931888580322, -0.6434818506240845, 0.4596656560897827, 0.6648902297019958, -0.6817450523376465, 0.7272661328315735, -0.10719414800405502, -0.4749179482460022, 0.8383273482322693, 0.2939991354942322, 0.7205914258956909, -0.38420388102531433, 0.2788459360599518, 0.629128098487854, -0.06832559406757355, 0.3052486181259155, 0.7108891010284424, -0.3832858204841614, -0.6630420088768005, 0.042988743633031845, -0.26445677876472473, -0.6681655049324036, -0.17397074401378632, -1.2450002431869507, 0.13286104798316956, -0.5821049213409424, -0.2759106457233429, 0.385934442281723, 0.21205781400203705, -0.7649818658828735, 0.2592899799346924, 0.5801622271537781, 1.3731576204299927, -0.8407962918281555, 0.6907340288162231, 0.8664520978927612, -0.4229145050048828, -0.7846857905387878, -0.3854687511920929, 0.1433844119310379, -1.1228700876235962, -0.18688540160655975, 0.11272544413805008, 0.416766494512558, -0.2532782554626465, -1.0249096155166626, -0.7100533843040466, 1.0250887870788574, 0.36699292063713074, -0.646536648273468, 0.4372082054615021, 0.07527992129325867, 0.31639695167541504, -0.3580973446369171, 0.36767491698265076, 0.5328623056411743, 0.824811577796936, 0.4168347716331482, -0.8305261135101318, 0.07613484561443329, -0.7833422422409058, -0.37977731227874756, 0.2763413190841675, -0.931396484375, 0.017471371218562126, -0.2179974764585495, 0.40758633613586426, 0.1373407393693924, 0.500164270401001, 0.14189761877059937, 0.41971299052238464, 0.38273075222969055, 0.7527583837509155, 1.1003082990646362, -0.3704470694065094, 0.8739697337150574, -0.014453457668423653, 0.6271716952323914, 1.073469638824463, -0.13463947176933289, 0.3785753548145294, 0.35626980662345886, -0.0967463031411171, 0.3956065773963928, 0.7732143402099609, -0.5081950426101685, 0.410503625869751, 0.15287849307060242, -0.15774589776992798, -0.3227691948413849, -0.29010260105133057, -0.9285035729408264, 0.21918834745883942, 0.37111735343933105, -0.4692893624305725, -0.07680768519639969, -0.09500858932733536, 0.35092949867248535, -0.3241036832332611, -0.5975013375282288, 0.7808583974838257, -0.04996884614229202, -0.20378753542900085, -0.0633082389831543, -0.17679749429225922, 0.18441027402877808, -0.7399011850357056, -0.4633038341999054, -0.05473602935671806, 0.18453502655029297, -0.6070848107337952, -1.2261083126068115, 0.6156044602394104, -0.18145006895065308, -0.47189125418663025, -0.1661882996559143, 0.5891026854515076, -0.48009976744651794, -1.0929402112960815, 0.18320460617542267, -0.09266136586666107, 0.22087429463863373, 0.14952950179576874, -1.3604190349578857, 0.5626136660575867, -0.0013104379177093506, -0.04232649505138397, 0.15027354657649994, 0.3870297968387604, 0.029457641765475273, 0.33707723021507263, 0.5227437615394592, -0.13951775431632996, -0.45228293538093567, 0.24004040658473969, 0.8544982075691223, -0.8547865152359009, -0.5395851135253906, -0.5702130794525146, 0.7721381783485413, -0.39803677797317505, -0.748155951499939, 0.6133918762207031, 1.1695752143859863, 0.8001455664634705, -0.10343120247125626, 0.8759818077087402, -0.5484410524368286, 0.8042794466018677, -0.13107384741306305, 0.5165480375289917, -0.23281864821910858, -0.3313077688217163, -0.29913607239723206, -0.5028346180915833, -0.7267910242080688, 0.6521757245063782, 0.06536729633808136, 0.03991694748401642, 0.1822550743818283, 0.9307674169540405, -0.03706522285938263, 0.3808539807796478, 0.008653135038912296, 0.09704088419675827, 0.17684777081012726, 0.46320152282714844, 0.37392285466194153, -0.7060363292694092, 0.02351817674934864, -0.42769357562065125, -0.6518471837043762, -0.025559529662132263, -1.2301819324493408, -0.7651163935661316, -0.6717856526374817, -0.543655276298523, -0.5708694458007812, -0.14272050559520721, 1.0487405061721802, 1.2086732387542725, -1.1755093336105347, -0.22532063722610474, 0.33285436034202576, 0.324840784072876, 0.11025211960077286, -0.11115183681249619, 0.8126315474510193, 0.565209150314331, -0.6746371388435364, -0.19432739913463593, -0.04355207085609436, 0.20729747414588928, -0.05872726812958717, -0.08600755035877228, 0.22917208075523376, -0.13005895912647247, 0.2470053732395172, 0.6876294612884521, -0.029622523114085197, -0.2915262281894684, -0.5662171840667725, 0.15180963277816772, 0.1505938470363617, 0.9104333519935608, -0.31479090452194214, 0.2962229251861572, 0.5640440583229065, 0.41318202018737793, 0.5707898139953613, 0.5299919843673706, 0.5821739435195923, -0.5972752571105957, 0.500745952129364, -0.006959532853215933, 0.4227983057498932, 0.19199344515800476, -0.6256220936775208, 0.9004985690116882, 0.4044378399848938, -0.6214941740036011, -0.5904260873794556, -0.16870680451393127, -1.6348545551300049, 0.6752187013626099, 0.7771759033203125, 0.19201934337615967, -0.4003440737724304, -0.22992002964019775, -0.5358933210372925, -0.08834487944841385, -1.0225043296813965, 0.17956604063510895, 0.43663689494132996, -0.14380651712417603, -0.1718175858259201, -0.1330198049545288, 0.7165659070014954, -0.3474121689796448, -1.1372160911560059, 0.20209471881389618, 0.3565240502357483, 0.005396723747253418, 0.28044334053993225, 0.7529178857803345, -0.07519295066595078, 0.33303722739219666, 0.21831898391246796, 0.33891811966896057, -0.2600853145122528, -0.30267494916915894, -0.15970495343208313, -0.016476880759000778, -0.12344448268413544, -0.5227206945419312 ]
result-kand2-sdxl-wuerst-karlo/0c7ab6c4
result-kand2-sdxl-wuerst-karlo
2023-09-25T03:27:54Z
525
0
[ "region:us" ]
null
2023-09-25T03:27:53Z
--- dataset_info: features: - name: result dtype: string - name: id dtype: int64 splits: - name: train num_bytes: 166 num_examples: 10 download_size: 1324 dataset_size: 166 configs: - config_name: default data_files: - split: train path: data/train-* --- # Dataset Card for "0c7ab6c4" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
[ -0.6500087976455688, 0.013049996457993984, 0.3138391971588135, 0.17659248411655426, -0.34076380729675293, -0.04530249163508415, 0.3609577715396881, -0.290165513753891, 0.8829312920570374, 0.4932514727115631, -0.7051573395729065, -0.8698975443840027, -0.5457553863525391, -0.14119106531143188, -0.27259594202041626, 1.1013567447662354, 0.2638706862926483, 0.0726536214351654, -0.34881532192230225, -0.2584920823574066, -0.6341846585273743, -0.7880469560623169, -0.3936312198638916, -0.49378418922424316, 1.1212706565856934, 1.0146281719207764, 0.6229087114334106, 0.6691384315490723, 0.8292547464370728, 0.1962464153766632, 0.053825803101062775, -0.4900733232498169, -0.5045217275619507, -0.22136598825454712, -0.15619879961013794, -0.5296467542648315, -0.9819749593734741, -0.05955597758293152, 0.513031005859375, 0.6316552758216858, -0.0945005789399147, 0.8120179772377014, -0.43060630559921265, 0.7627009749412537, -0.46492838859558105, 0.6418062448501587, -0.37437132000923157, -0.16859185695648193, -0.6388130784034729, 0.05984438210725784, 0.1059381514787674, -0.5863505601882935, -0.29523658752441406, -1.0424888134002686, 0.29062986373901367, 0.14593923091888428, 0.7027336359024048, 0.09756353497505188, 0.11311474442481995, -0.2358931452035904, -0.1401306688785553, 0.18234720826148987, -0.36470139026641846, 0.14891454577445984, 0.7064379453659058, 0.3487747311592102, 0.06180042400956154, -0.4876810610294342, -0.4650682806968689, 0.1923591047525406, 0.054738886654376984, 0.14969947934150696, 0.34250694513320923, 0.036786604672670364, 0.5847338438034058, 0.6968066096305847, -0.43779242038726807, -0.27782827615737915, -0.8782293796539307, -0.533197283744812, 0.7589439749717712, 0.10626310110092163, 0.3771882653236389, -0.17782104015350342, -0.07588417828083038, -0.24028412997722626, -0.5102787017822266, -0.09849932789802551, 0.5087814331054688, 0.39508241415023804, -1.195523977279663, 0.6191095113754272, -0.030712179839611053, 0.367927223443985, 0.24685516953468323, 0.7145280838012695, 0.791904091835022, -0.20570886135101318, -0.15651842951774597, 0.4241775572299957, 0.2029573917388916, 0.4094476103782654, 0.10846517980098724, 0.18540427088737488, 0.11122233420610428, 0.4229506254196167, 0.12551343441009521, -1.1708945035934448, -0.8874900937080383, 0.3403557538986206, -0.6950386762619019, -0.31903156638145447, 0.35492339730262756, -0.8973590731620789, -0.49417638778686523, -0.39048707485198975, 0.013250223360955715, 0.1292167603969574, -0.6356549263000488, -0.09204477071762085, -0.661375880241394, 0.5361078381538391, 0.19168812036514282, -0.7879188060760498, 0.35798248648643494, 0.6483245491981506, 0.33528777956962585, 0.12014193832874298, 0.013125618919730186, -0.5407190918922424, 0.19079196453094482, -0.2598510980606079, 0.8659499883651733, -0.7070217132568359, -0.483982652425766, 0.009910756722092628, 0.37462109327316284, 0.154997318983078, -0.3915790915489197, 0.9057974815368652, -0.3538447916507721, -0.3259372115135193, -0.8758946657180786, -0.4368690252304077, -0.223430335521698, 0.4266952574253082, -1.2448267936706543, 1.0404572486877441, 0.4110870063304901, -0.7306255102157593, 0.3365035653114319, -1.1640739440917969, -0.10677352547645569, 0.8279302716255188, -0.24260596930980682, -0.40548211336135864, 0.26105064153671265, -0.1366417109966278, 0.5017626285552979, -0.07253264635801315, 0.1828070431947708, -1.0367823839187622, -0.32845407724380493, 0.03852630406618118, 0.12477198243141174, 0.8101454973220825, 0.24113036692142487, 0.34661865234375, -0.005394777283072472, -1.032108187675476, -0.022586097940802574, 0.16209205985069275, -0.046701494604349136, -0.22193928062915802, -0.6201611757278442, 0.3170333504676819, 0.007621079683303833, 0.4281311631202698, -0.5650674700737, 0.3260371685028076, -0.019909502938389778, -0.2037188708782196, 0.7073453664779663, 0.23619742691516876, 0.3729238510131836, -0.47762060165405273, 0.6020733118057251, 0.26021164655685425, 0.305306613445282, 0.07493855804204941, -0.5407223701477051, -0.7011209726333618, 0.06025411933660507, 0.6623601913452148, 0.5225520133972168, -0.7682170867919922, 0.6279405355453491, 0.15543696284294128, -0.8044419288635254, -0.2587953507900238, 0.05421748384833336, 0.2686516344547272, 0.191349595785141, 0.44953685998916626, -0.7512917518615723, -0.6414472460746765, -0.7352868318557739, 0.35802385210990906, 0.076945960521698, 0.23278342187404633, 0.36537104845046997, 0.814453661441803, -0.39801520109176636, 0.4210200011730194, -0.7553247213363647, -0.193666011095047, -0.02074560895562172, -0.34463298320770264, 0.42022037506103516, 0.8759031295776367, 1.0432947874069214, -0.7952799201011658, -0.3244858384132385, -0.47919997572898865, -0.5406425595283508, -0.014357399195432663, 0.2874888777732849, -0.6854557394981384, -0.1350070685148239, -0.010050093755126, -0.34654995799064636, 0.9930332899093628, 0.9838564395904541, -0.7593515515327454, -0.005608722567558289, 0.06257154047489166, 0.31923454999923706, -1.2669461965560913, 0.35930413007736206, -0.06898610293865204, -0.11838977783918381, -0.48426222801208496, -0.06842263042926788, 0.16437344253063202, -0.17317308485507965, -0.35801810026168823, 0.6433112621307373, -0.7002377510070801, -0.06298205256462097, 0.0866527408361435, -0.022788291797041893, -0.2444451004266739, 0.4702993333339691, 0.06000640243291855, 0.2831948399543762, 0.9872488975524902, -0.4339049458503723, 0.8792024850845337, 0.709399938583374, 0.15683013200759888, 0.9020258188247681, -0.6107183694839478, 0.24981072545051575, -0.11154791712760925, 0.3848590850830078, -0.6717078685760498, -0.7359496355056763, 0.5973062515258789, -0.5396144390106201, 0.31144261360168457, -0.6538116931915283, -0.4515436887741089, -0.6201266050338745, -0.4665018320083618, 1.157097339630127, 0.382468581199646, -0.6701955199241638, 0.3703571557998657, 0.659442663192749, 0.008960273116827011, 0.022062813863158226, -0.8367444276809692, -0.046887245029211044, -0.21053245663642883, -0.24065682291984558, 0.3623378276824951, -0.6696886420249939, 0.1501542031764984, -0.3395465612411499, 0.14567705988883972, -0.24362698197364807, -0.3614997863769531, 0.707014262676239, 0.3953724503517151, -0.047823745757341385, 0.1221526563167572, -0.08988894522190094, -0.6692086458206177, 0.2735072374343872, 0.08166810125112534, 0.31176021695137024, 0.06351591646671295, -0.1623719334602356, -0.39953938126564026, 0.4847080111503601, 0.2715739905834198, -0.08173460513353348, 0.342453271150589, 0.7871168851852417, -0.8719497323036194, -0.051431261003017426, -0.4132755994796753, -0.14207243919372559, -0.4794861078262329, -0.12345236539840698, -0.3135850429534912, -0.5322508811950684, 0.8949678540229797, 0.23215728998184204, -0.1885882467031479, 0.8814640045166016, 0.8877511024475098, 0.39137688279151917, 0.616531252861023, 0.4627651572227478, -0.2193932980298996, 0.32781198620796204, -0.32794320583343506, -0.18986715376377106, -0.6144428849220276, -0.5635268092155457, -0.6396328210830688, -0.42356449365615845, -0.8732969760894775, -0.4091871380805969, -0.08384713530540466, -0.28581592440605164, -0.21537813544273376, 0.6471365690231323, -0.8943057060241699, 0.42428499460220337, 0.6188329458236694, 0.40866991877555847, -0.21452945470809937, -0.23316837847232819, 0.23798581957817078, 0.3448198735713959, -0.6881515979766846, 0.011719446629285812, 1.1226266622543335, 0.4423579275608063, 0.9254257678985596, 0.3581122159957886, 0.9653292894363403, 0.46502310037612915, 0.4548457860946655, -0.3836427628993988, 0.3553003966808319, 0.07028916478157043, -0.9360795021057129, 0.020970406010746956, -0.13377061486244202, -0.7538992762565613, -0.550548255443573, -0.3626176118850708, -0.29022887349128723, 0.5950461626052856, 0.5746076703071594, -0.05829474329948425, 0.06767652928829193, -0.8279092311859131, 1.0478317737579346, -0.08441469073295593, -0.07093258202075958, -0.11919672787189484, -0.793609619140625, 0.19408538937568665, 0.2801026701927185, 0.24608764052391052, -0.37308505177497864, 0.09588347375392914, 0.9983361959457397, -0.4136453866958618, 1.0462106466293335, -0.7789843082427979, 0.04002388194203377, 0.4130789041519165, -0.2009037286043167, 0.15195664763450623, 0.5344420671463013, -0.11628656089305878, 0.2595705986022949, 0.39180174469947815, -0.8103593587875366, -0.21243974566459656, 0.9866673946380615, -0.6341180801391602, 0.3426017761230469, -0.6411725282669067, -0.46405029296875, 0.0013271775096654892, 0.21652470529079437, 0.23467116057872772, 0.8793681263923645, -0.14436525106430054, 0.18049941956996918, 0.7240235805511475, 0.2434786707162857, 0.4750848710536957, 0.011837600730359554, -0.08223718404769897, -0.6363146305084229, 1.05256187915802, 0.20510385930538177, -0.23881344497203827, 0.18014031648635864, 0.22326615452766418, -0.393024206161499, -0.4665583074092865, -0.576913595199585, 0.261600524187088, -0.5949520468711853, -0.7079121470451355, -0.12806755304336548, -0.30765005946159363, -0.5062425136566162, -0.3381398618221283, -0.1890116035938263, -0.7248535752296448, -0.8189381957054138, -0.5898057818412781, 1.0467228889465332, 0.6595346331596375, -0.54459547996521, 0.4057413339614868, -0.991389811038971, 0.6545934081077576, -0.16780486702919006, 1.1866108179092407, -0.28338900208473206, -0.532839834690094, -0.41079479455947876, -0.02945024147629738, -0.06303728371858597, -0.7234914302825928, -0.11925807595252991, 0.05133028328418732, 0.6449967622756958, 0.14028947055339813, 0.13897228240966797, 0.5210092067718506, -0.03874640911817551, 0.7270979285240173, 0.3832346796989441, -0.7880717515945435, 0.41920286417007446, -0.41622018814086914, 0.5667269229888916, 1.0206551551818848, 0.4698192775249481, -0.2571537494659424, 0.13545355200767517, -1.241416335105896, -0.6969667077064514, 0.4630894958972931, 0.14709573984146118, 0.2115878015756607, 0.14028385281562805, 0.6502419710159302, -0.054292310029268265, 0.3236698508262634, -0.7078196406364441, -0.8732110857963562, -0.29511189460754395, -0.6868293285369873, 0.193609818816185, -0.4614814519882202, -0.21086546778678894, -0.6044837236404419, 0.6283950805664062, -0.174284428358078, 0.47391360998153687, -0.014629995450377464, 0.19613875448703766, -0.057307809591293335, -0.1517758071422577, 0.48881620168685913, 0.5088962316513062, -0.4676141142845154, -0.14284932613372803, -0.016412945464253426, -0.5932482481002808, -0.3700502812862396, 0.5810555815696716, 0.08454304933547974, -0.3624735176563263, 0.42891693115234375, 0.42405441403388977, -0.06989967077970505, -0.022559931501746178, 0.38050955533981323, -0.18432706594467163, -0.5136510133743286, -0.5724326372146606, 0.32080936431884766, 0.08329983055591583, -0.0034837331622838974, -0.009417397901415825, -0.16119016706943512, 0.41383904218673706, -0.5350714921951294, 0.5672399401664734, -0.02224312350153923, -0.8469093441963196, -0.5978410243988037, 0.34742724895477295, 0.6337643265724182, -0.4282768666744232, 0.6637028455734253, -0.10638412088155746, -0.4764443635940552, 0.8372505903244019, 0.25897037982940674, 0.6134225726127625, -0.32505229115486145, 0.24816998839378357, 0.6066767573356628, -0.005766386166214943, 0.29491329193115234, 0.9186539053916931, -0.308168888092041, -0.6589341163635254, 0.13927146792411804, -0.3551403880119324, -0.47451213002204895, -0.3030868172645569, -1.1129910945892334, 0.33643174171447754, -0.7914129495620728, -0.12824326753616333, 0.1655266433954239, 0.30091592669487, -0.9690138101577759, 0.5388673543930054, 0.37130144238471985, 1.4086198806762695, -0.8120487928390503, 0.672364354133606, 0.6812084913253784, -0.5056254863739014, -0.8670091032981873, -0.54245924949646, 0.09671766310930252, -0.8339052796363831, -0.28440502285957336, 0.2523515820503235, 0.39742016792297363, -0.23957431316375732, -1.1583471298217773, -0.7872635126113892, 1.1376287937164307, 0.10193367302417755, -0.7741372585296631, 0.45439404249191284, -0.15314869582653046, 0.31844809651374817, -0.41973674297332764, 0.3149547576904297, 0.5932327508926392, 0.9410049319267273, 0.5460034608840942, -0.5051835179328918, 0.17848676443099976, -0.526353120803833, -0.26804131269454956, 0.4540402293205261, -0.8482876420021057, 0.01282190065830946, -0.05534210056066513, 0.22112292051315308, 0.07788775861263275, 0.7253926396369934, 0.17908041179180145, 0.4874628186225891, 0.4028688669204712, 0.6066031455993652, 0.7809478044509888, -0.30809128284454346, 0.8267114758491516, -0.2209048569202423, 0.5234971046447754, 1.0455490350723267, -0.17381827533245087, 0.2578876316547394, 0.4184699058532715, 0.20493054389953613, 0.4063658118247986, 0.7861534357070923, -0.5468670129776001, 0.30962657928466797, 0.5047308206558228, -0.1880747377872467, -0.26401302218437195, -0.06073422729969025, -0.768600344657898, 0.09397847950458527, 0.5864306092262268, -0.29819613695144653, 0.01530061662197113, -0.34248489141464233, 0.21935701370239258, -0.09048254042863846, -0.7463361024856567, 0.7367464303970337, 0.015586095862090588, -0.20913952589035034, 0.03182912617921829, -0.2060099095106125, 0.1733313798904419, -0.5240068435668945, -0.5718729496002197, -0.09561936557292938, 0.25187578797340393, -0.6555456519126892, -1.1086914539337158, 0.7064724564552307, -0.3691048324108124, -0.4003162980079651, 0.08124835789203644, 0.6536278128623962, -0.45852041244506836, -1.101938247680664, 0.34652721881866455, -0.12320409715175629, 0.14980903267860413, 0.17374148964881897, -1.236069679260254, 0.5730313062667847, -0.07898584008216858, 0.019628634676337242, 0.1994924247264862, 0.1853884756565094, 0.03267962113022804, 0.42676812410354614, 0.601722002029419, -0.036084048449993134, -0.35115551948547363, 0.23713603615760803, 1.0407031774520874, -0.9399023056030273, -0.4411012530326843, -0.41288238763809204, 0.8322816491127014, -0.34031641483306885, -0.6252095699310303, 0.4075162410736084, 1.064727783203125, 0.8300070762634277, -0.04771517589688301, 0.789383590221405, -0.5098336935043335, 0.7408964037895203, -0.325825035572052, 0.5842862129211426, -0.15896250307559967, -0.2603454887866974, -0.22436949610710144, -0.7267395257949829, -0.9142205119132996, 0.5145456194877625, 0.28997617959976196, 0.21279165148735046, 0.5596445798873901, 1.104119896888733, -0.27341389656066895, 0.16795869171619415, 0.22970426082611084, 0.20698288083076477, 0.3740125298500061, 0.37406474351882935, 0.16048501431941986, -0.6138243079185486, 0.15211905539035797, -0.2603003978729248, -0.5777313709259033, 0.07578107714653015, -1.136012077331543, -1.0152331590652466, -0.5432069301605225, -0.46333593130111694, -0.673874020576477, -0.05253191292285919, 0.9572356939315796, 1.0250704288482666, -1.0713661909103394, -0.21077916026115417, 0.19352760910987854, 0.3967796564102173, 0.283321738243103, -0.12469995021820068, 0.5498740673065186, 0.46732938289642334, -0.36863625049591064, -0.2969391345977783, -0.036295704543590546, 0.1525159627199173, -0.10108225047588348, 0.008696317672729492, -0.036770328879356384, 0.13283666968345642, 0.240868479013443, 0.600461483001709, -0.09364233911037445, -0.5468591451644897, -0.6594704389572144, 0.16871953010559082, 0.28098663687705994, 0.9844290614128113, -0.41869449615478516, 0.05575815588235855, 0.58786940574646, 0.3633587062358856, 0.7369169592857361, 0.3322308659553528, 0.48601680994033813, -0.5448367595672607, 0.20043045282363892, -0.0006378805264830589, 0.36636966466903687, 0.26203256845474243, -0.5558084845542908, 0.6960039138793945, 0.4340434670448303, -0.6688916087150574, -0.389326274394989, 0.056805793195962906, -1.7343449592590332, 0.5440118312835693, 0.9602828621864319, 0.22535842657089233, -0.5528173446655273, -0.18930891156196594, -0.505290687084198, 0.030208244919776917, -1.0654587745666504, 0.23855088651180267, 0.44719791412353516, 0.0820794329047203, -0.25362783670425415, -0.1185552105307579, 0.5870873332023621, -0.5016422271728516, -1.2344708442687988, 0.1260007917881012, 0.61540687084198, 0.19915705919265747, 0.10621975362300873, 0.7320127487182617, -0.25296199321746826, 0.36858639121055603, 0.19344466924667358, 0.41256946325302124, -0.0973028838634491, -0.6315397024154663, -0.27418115735054016, 0.039970166981220245, -0.14952975511550903, -0.4634840786457062 ]
result-kand2-sdxl-wuerst-karlo/d39ae2e0
result-kand2-sdxl-wuerst-karlo
2023-09-26T01:14:35Z
525
0
[ "region:us" ]
null
2023-09-26T01:14:34Z
--- dataset_info: features: - name: result dtype: string - name: id dtype: int64 splits: - name: train num_bytes: 169 num_examples: 10 download_size: 1317 dataset_size: 169 configs: - config_name: default data_files: - split: train path: data/train-* --- # Dataset Card for "d39ae2e0" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
[ -0.6950640082359314, 0.011638919822871685, 0.41598835587501526, 0.27361780405044556, -0.0807240679860115, -0.016325579956173897, 0.4302508234977722, -0.034475017338991165, 0.7232567667961121, 0.38974514603614807, -0.9745368957519531, -0.5711207389831543, -0.5926547050476074, -0.15598611533641815, -0.16099707782268524, 0.9726635813713074, -0.040216099470853806, 0.17282570898532867, -0.41670459508895874, 0.004061385523527861, -0.33972933888435364, -0.3054078221321106, -0.7069919109344482, -0.5045493841171265, 0.9514687657356262, 0.8521535992622375, 0.34146639704704285, 0.6273641586303711, 0.805463969707489, 0.19595198333263397, 0.024085696786642075, -0.29083526134490967, -0.4011843800544739, -0.06541453301906586, -0.20097434520721436, -0.614044189453125, -1.3726557493209839, 0.018454313278198242, 0.6157018542289734, 0.641030490398407, -0.20430715382099152, 0.8665493130683899, -0.22590631246566772, 1.0712815523147583, -0.3730255663394928, 0.6639382839202881, -0.016302740201354027, -0.19676940143108368, -0.8715255856513977, 0.1852734088897705, 0.0663345605134964, -0.2952112555503845, -0.27056822180747986, -1.1378999948501587, 0.012245165184140205, 0.13768018782138824, 0.7057116031646729, 0.4370812475681305, -0.062261905521154404, -0.1726885437965393, -0.4600147604942322, -0.016200872138142586, -0.1868637204170227, 0.3225703835487366, 0.8298102021217346, 0.415842205286026, -0.07217331230640411, -0.7461656928062439, -0.6336756348609924, 0.2779727578163147, 0.07404287159442902, 0.330208420753479, 0.06077916920185089, -0.03483973443508148, 0.6422739028930664, 0.8415249586105347, -0.5535072088241577, 0.06918741017580032, -0.6857525110244751, -0.1752936691045761, 0.8639962077140808, 0.16532641649246216, 0.26648059487342834, 0.01421522255986929, -0.20846331119537354, -0.35486283898353577, -0.6139847636222839, -0.19151823222637177, 0.639579176902771, -0.004668202716857195, -1.1408692598342896, 0.5092021822929382, -0.13985437154769897, 0.3545183539390564, 0.3268228769302368, 0.617489218711853, 0.6533583402633667, 0.1165698692202568, -0.12464436888694763, -0.0322825126349926, 0.007414165884256363, 0.5927680730819702, 0.1575348824262619, 0.11977434158325195, 0.046613503247499466, -0.09260398894548416, 0.009616373106837273, -1.2275029420852661, -0.929662823677063, 0.6820076704025269, -0.6733568906784058, -0.13592423498630524, 0.46320614218711853, -1.1437807083129883, -0.6441503167152405, -0.48532989621162415, -0.09362754225730896, 0.1971128284931183, -0.8509646058082581, -0.22996632754802704, -0.7369354963302612, 0.2910625636577606, 0.29842451214790344, -0.937921941280365, 0.49006637930870056, 0.7452547550201416, 0.3575748801231384, 0.10633081197738647, -0.2672252357006073, -0.5242418646812439, 0.37473562359809875, -0.130645751953125, 0.8298566341400146, -0.3869922459125519, -0.31349170207977295, -0.025899743661284447, 0.442891001701355, 0.11491811275482178, -0.546032726764679, 0.7444280385971069, -0.6728209853172302, -0.06309396028518677, -0.7399384379386902, -0.8430343270301819, -0.1852470189332962, 0.18423199653625488, -1.3011598587036133, 1.0773299932479858, 0.3973439633846283, -0.6697741746902466, 0.3186590373516083, -1.223526120185852, -0.11714552342891693, 0.8357219099998474, -0.1498163342475891, -0.31720104813575745, 0.232868954539299, -0.2136385142803192, 0.38624274730682373, -0.2682953178882599, 0.34431469440460205, -0.8317720293998718, -0.20457559823989868, -0.08618523180484772, 0.09037718176841736, 0.9392785429954529, 0.27886703610420227, 0.2847408652305603, -0.1488848626613617, -0.819858729839325, -0.16971993446350098, 0.46522796154022217, -0.0033631003461778164, -0.20186418294906616, -0.5750452280044556, 0.31664809584617615, -0.20288975536823273, 0.3534248173236847, -0.5399907827377319, 0.4031301438808441, 0.1987726092338562, -0.09875527024269104, 0.6972381472587585, 0.15911561250686646, 0.42576485872268677, -0.5833182334899902, 0.5120595097541809, -0.027665508911013603, 0.2923411726951599, -0.05388983339071274, -0.5020884871482849, -0.698738694190979, -0.1322651356458664, 0.6922675967216492, 0.7604458928108215, -0.46197226643562317, 0.7196231484413147, 0.11608872562646866, -0.727899968624115, -0.1574721485376358, -0.13197846710681915, 0.08564158529043198, 0.2500540316104889, 0.31965482234954834, -0.5741713643074036, -0.6393652558326721, -0.7779656052589417, 0.5355088114738464, -0.2364768236875534, -0.10596383363008499, 0.43429338932037354, 0.8612070083618164, -0.26370587944984436, 0.5300480723381042, -0.9792007207870483, -0.2581876516342163, 0.14058354496955872, -0.34949085116386414, 0.14606598019599915, 0.7006365060806274, 0.961246132850647, -0.7722153067588806, -0.3232923150062561, -0.7922137379646301, -0.7151126265525818, -0.08851983398199081, 0.2620406150817871, -0.48313239216804504, -0.14292214810848236, 0.25298571586608887, -0.3770892322063446, 0.7521628737449646, 0.841315746307373, -0.5006113648414612, -0.05557927489280701, 0.10816001147031784, 0.2385556846857071, -1.331449031829834, 0.4315072298049927, -0.020712969824671745, -0.09239429980516434, -0.42291367053985596, -0.01967250183224678, 0.23522013425827026, -0.1991112232208252, -0.16320742666721344, 0.7517213821411133, -0.5397123098373413, -0.0637032687664032, -0.08799843490123749, 0.001199635211378336, 0.06239979714155197, 0.21435165405273438, 0.1468258500099182, 0.6068397760391235, 1.0265477895736694, -0.4135769307613373, 0.957552433013916, 0.8083151578903198, 0.11443905532360077, 0.93539959192276, -0.6679220199584961, 0.2157185822725296, -0.32616204023361206, 0.5143257975578308, -0.6682189702987671, -0.8627108335494995, 0.5731995701789856, -0.3168379068374634, 0.6914066076278687, -0.5889735221862793, -0.4120413661003113, -0.8700586557388306, -0.33368703722953796, 0.7451223134994507, 0.562245786190033, -0.8050900101661682, 0.24523897469043732, 0.8768941760063171, -0.22468896210193634, 0.21410523355007172, -0.9172080755233765, 0.08069924265146255, -0.4271630048751831, -0.25797444581985474, 0.6922132968902588, -0.4362049400806427, -0.19066904485225677, -0.20606224238872528, 0.3425191044807434, -0.24703125655651093, -0.14525267481803894, 0.7049171924591064, 0.27749401330947876, -0.01993498206138611, 0.4066411554813385, -0.05651264637708664, -0.7294840216636658, 0.201729878783226, -0.02350129932165146, 0.4115140736103058, 0.18122273683547974, -0.153373584151268, -0.7294654250144958, 0.5803146362304688, 0.33447685837745667, -0.11953337490558624, 0.4504498541355133, 0.6376681327819824, -0.9288492202758789, -0.102175273001194, -0.5012102723121643, -0.3941607177257538, -0.4927873909473419, 0.1529812216758728, -0.4270458519458771, -0.41415780782699585, 0.6537246108055115, -0.2620631754398346, -0.3819672167301178, 0.8479150533676147, 0.8695814609527588, -0.03249335289001465, 0.3138934373855591, 0.5211821794509888, -0.17516471445560455, 0.4003069996833801, -0.3293973207473755, -0.448597252368927, -1.0372958183288574, -0.47528305649757385, -0.363412082195282, -0.4306822717189789, -0.6470316648483276, -0.41035357117652893, -0.1288130134344101, 0.13871756196022034, -0.4917459189891815, 0.5707182884216309, -0.5530639290809631, 0.4618690013885498, 0.6598717570304871, 0.2823373079299927, -0.10021757334470749, -0.13882091641426086, 0.5778016448020935, 0.2032349556684494, -0.5669667720794678, -0.2859728932380676, 1.3405754566192627, 0.6673730611801147, 0.7561504244804382, 0.4099253714084625, 1.042694091796875, 0.4822527766227722, 0.32526132464408875, -0.26310279965400696, 0.31365275382995605, -0.08848012983798981, -0.8319048285484314, -0.025816356763243675, 0.05739635229110718, -0.6624449491500854, -0.831910252571106, -0.03566893935203552, -0.4070550203323364, 0.5514230728149414, 0.45767146348953247, -0.12014057487249374, 0.18367202579975128, -0.7573930621147156, 0.9427123069763184, -0.06287810206413269, -0.2377939075231552, -0.1561257690191269, -0.4352826476097107, 0.14317330718040466, 0.17728793621063232, -0.06594543904066086, -0.4563086926937103, -0.026661645621061325, 1.0945403575897217, -0.45607930421829224, 0.945024847984314, -0.8955513834953308, -0.09074801206588745, 0.23381094634532928, -0.20343700051307678, 0.38303112983703613, 0.7576133012771606, -0.1538284420967102, 0.16381879150867462, 0.03262081742286682, -0.5710259079933167, -0.18471521139144897, 0.8310434818267822, -0.7473271489143372, -0.05135536938905716, -0.588717520236969, -0.44135454297065735, -0.06197526305913925, 0.20267334580421448, 0.14553065598011017, 0.6906025409698486, -0.39189231395721436, -0.2060742825269699, 0.644026517868042, 0.3499242663383484, 0.5194082856178284, 0.3168307840824127, -0.22994627058506012, -0.42972230911254883, 0.8560800552368164, 0.2003101408481598, -0.343995064496994, 0.21667049825191498, 0.04087933152914047, -0.3359489440917969, -0.470552533864975, -1.040364146232605, 0.21849210560321808, -0.3929155170917511, -0.5873879790306091, -0.14376382529735565, -0.21061725914478302, -0.3958134651184082, -0.04553499445319176, -0.5214518308639526, -0.7454918622970581, -0.6655694842338562, -0.5567378401756287, 1.137636661529541, 0.8456677794456482, -0.619935154914856, 0.3599424958229065, -0.7795461416244507, 0.46330979466438293, 0.10895360261201859, 1.0595269203186035, -0.13449035584926605, -0.4713641107082367, -0.12490997463464737, 0.01208855863660574, -0.06968612223863602, -0.802230954170227, -0.371218204498291, 0.14957663416862488, 0.6697514057159424, 0.05154182016849518, 0.17302480340003967, 0.4599217474460602, -0.205071821808815, 0.582248866558075, 0.03485655412077904, -0.7108572125434875, 0.6519006490707397, -0.3801648020744324, 0.22146718204021454, 0.994774341583252, 0.6676334142684937, -0.3046989142894745, 0.4037904441356659, -0.9624569416046143, -0.6459457278251648, 0.6188391447067261, 0.10332616418600082, 0.09928746521472931, 0.26034602522850037, 0.6984919309616089, -0.02122163027524948, 0.18903812766075134, -0.5128504633903503, -1.0241013765335083, -0.05995820462703705, -0.43283766508102417, 0.3598226010799408, -0.57368004322052, -0.4610932171344757, -0.3753581941127777, 0.7234473824501038, 0.002282138913869858, 0.4820914566516876, 0.08078020811080933, 0.3406308889389038, -0.1238691434264183, -0.29283323884010315, 0.3524234890937805, 0.525967001914978, -0.5421150922775269, -0.20034916698932648, -0.11615916341543198, -0.5699979066848755, -0.22003205120563507, 0.880847156047821, -0.08494154363870621, -0.5496496558189392, 0.4776119887828827, 0.6723482608795166, -0.6170077919960022, -0.019236182793974876, 0.4545862376689911, -0.18368180096149445, -0.36668506264686584, -0.7054141163825989, 0.039567913860082626, 0.26258617639541626, 0.3256750702857971, 0.1107148602604866, -0.2213003784418106, 0.4384593963623047, -0.3482634723186493, 0.7113907933235168, -0.20214898884296417, -0.5802700519561768, -0.5130832195281982, 0.6160157918930054, 0.8411695957183838, -0.47263196110725403, 1.0243686437606812, -0.5249018669128418, -0.3887459337711334, 0.9269563555717468, 0.3069678544998169, 0.7861595749855042, -0.353412926197052, 0.39702868461608887, 0.6411587595939636, -0.06256430596113205, 0.2346077412366867, 0.8348600268363953, -0.2901059091091156, -0.6316602826118469, 0.04443058371543884, -0.24831190705299377, -0.5488826632499695, -0.21285869181156158, -1.2590014934539795, 0.32024118304252625, -0.5420931577682495, -0.0887913852930069, 0.10212281346321106, 0.13967739045619965, -0.9368547201156616, 0.3703240156173706, 0.5624964833259583, 1.5255959033966064, -0.8835262060165405, 0.8530391454696655, 0.8102099895477295, -0.43535491824150085, -0.7649055123329163, 0.06551439315080643, 0.27554887533187866, -0.9877044558525085, 0.10402479767799377, 0.18774725496768951, 0.6275461316108704, 0.08075343817472458, -0.4310797154903412, -0.7845059633255005, 1.5232445001602173, 0.10686443746089935, -1.0429970026016235, 0.5038824081420898, -0.10052941739559174, 0.24023886024951935, -0.38484370708465576, 0.38353440165519714, 0.5825525522232056, 0.9382790327072144, 0.31030601263046265, -0.6570103168487549, 0.1604188233613968, -0.5317349433898926, -0.3626769483089447, 0.3420444130897522, -0.9684618711471558, 0.21276424825191498, -0.15194648504257202, 0.046502210199832916, 0.14272144436836243, 0.5797441005706787, 0.08797425776720047, 0.5456796288490295, 0.39562201499938965, 0.90497887134552, 1.0960923433303833, -0.41452378034591675, 0.931311309337616, -0.23200474679470062, 0.5386346578598022, 1.2815372943878174, -0.5853452086448669, 0.44492200016975403, 0.44328823685646057, -0.28760117292404175, 0.3334291875362396, 0.8122103810310364, -0.6101123094558716, 0.5090495944023132, 0.44044196605682373, -0.25488629937171936, -0.1199164018034935, -0.09428665786981583, -0.8799428343772888, 0.304659903049469, 0.38835233449935913, -0.2953779101371765, 0.05115656554698944, -0.04010354354977608, 0.24005918204784393, -0.04249635338783264, -0.4208986759185791, 0.9614008069038391, -0.14291638135910034, -0.29963916540145874, -0.2116762101650238, -0.09368979930877686, -0.012376961298286915, -0.42199528217315674, -0.4034666121006012, -0.27222493290901184, 0.3382415771484375, -0.4946824014186859, -1.229980707168579, 0.8197780847549438, -0.3002932071685791, -0.5220281481742859, -0.03414838761091232, 0.4654295742511749, -0.31788143515586853, -0.8544491529464722, 0.41805499792099, 0.25589579343795776, 0.10202302038669586, -0.03682761266827583, -1.1556917428970337, 0.5514975786209106, -0.057910848408937454, -0.34794607758522034, 0.2035423219203949, 0.006016712635755539, 0.14441674947738647, 0.4119412899017334, 0.33830636739730835, -0.1222480982542038, -0.5903059244155884, 0.2467980533838272, 1.1916178464889526, -0.6131828427314758, -0.2925946116447449, -0.5166494846343994, 0.8588224649429321, -0.5656870007514954, -0.6878203749656677, 0.5236304402351379, 1.10305655002594, 0.9097437858581543, -0.12538430094718933, 0.7189701795578003, -0.6226116418838501, 0.659167468547821, -0.32304877042770386, 0.6042417883872986, -0.2943929135799408, -0.08031365275382996, 0.12537862360477448, -0.8187461495399475, -0.6544739603996277, 0.4931919276714325, 0.2542721629142761, 0.1013568788766861, 0.47397762537002563, 0.9873992204666138, -0.1166161522269249, 0.33782336115837097, -0.12004831433296204, 0.13975688815116882, 0.23392635583877563, 0.3517988920211792, 0.24605344235897064, -0.7939465641975403, -0.2349393367767334, -0.41543734073638916, -0.8926946520805359, 0.19340333342552185, -1.0561201572418213, -0.8650493025779724, -0.7446334958076477, -0.834403395652771, -0.41460850834846497, 0.07488993555307388, 0.7322055697441101, 1.14376962184906, -1.0037510395050049, -0.15637831389904022, -0.13070863485336304, 0.16252446174621582, 0.22119900584220886, -0.09751884639263153, 0.6782034039497375, 0.5370119214057922, -0.8600806593894958, -0.12561972439289093, 0.04935773089528084, 0.3049633204936981, -0.09981394559144974, -0.13398708403110504, 0.03997189179062843, -0.14515043795108795, 0.013013353571295738, 0.4755968749523163, -0.0877184346318245, -0.2342660129070282, -0.5358209013938904, 0.22419771552085876, -0.02541958913207054, 0.8772808909416199, -0.4196106791496277, 0.055450282990932465, 0.49582552909851074, 0.26650068163871765, 0.7575414776802063, 0.14935679733753204, 0.5719971060752869, -0.5477830171585083, 0.33733466267585754, -0.08114181458950043, 0.4008888900279999, 0.15206509828567505, -0.48219770193099976, 0.8611843585968018, 0.3392094373703003, -0.7256855368614197, -0.5197401642799377, 0.2878510653972626, -1.398118495941162, 0.37993451952934265, 0.8962935209274292, -0.12414143234491348, -0.2096843421459198, 0.02729121968150139, -0.42777279019355774, 0.0982302650809288, -0.78824782371521, 0.2474004626274109, 0.5112892985343933, 0.010977424681186676, -0.2553516626358032, -0.22911997139453888, 0.6992888450622559, -0.38537395000457764, -1.307172417640686, 0.2949797511100769, 0.42439690232276917, 0.06240226700901985, 0.04121647775173187, 0.634639322757721, -0.12709759175777435, 0.22997082769870758, 0.3882530927658081, 0.3644425868988037, -0.3978184759616852, -0.6588767170906067, -0.23506104946136475, -0.060528986155986786, 0.07031890749931335, -0.5407607555389404 ]
result-kand2-sdxl-wuerst-karlo/6400c282
result-kand2-sdxl-wuerst-karlo
2023-09-26T01:34:38Z
525
0
[ "region:us" ]
null
2023-09-26T01:34:37Z
--- dataset_info: features: - name: result dtype: string - name: id dtype: int64 splits: - name: train num_bytes: 165 num_examples: 10 download_size: 1313 dataset_size: 165 configs: - config_name: default data_files: - split: train path: data/train-* --- # Dataset Card for "6400c282" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
[ -0.7605339884757996, 0.06612500548362732, 0.1466362625360489, 0.25168225169181824, -0.18068033456802368, -0.15742626786231995, 0.38246655464172363, -0.19683322310447693, 0.8013030290603638, 0.5385060906410217, -0.7028728723526001, -0.6408392786979675, -0.5616979002952576, -0.2862652838230133, -0.1484949290752411, 1.1944056749343872, 0.2037830799818039, 0.09487541019916534, -0.4623689353466034, -0.09953100234270096, -0.2439543753862381, -0.7823855876922607, -0.4711822271347046, -0.3426379859447479, 1.112568736076355, 0.8992687463760376, 0.47368961572647095, 0.48821136355400085, 0.7564231753349304, 0.20573526620864868, -0.046368684619665146, -0.25656983256340027, -0.42769068479537964, -0.36256569623947144, -0.030841808766126633, -0.36161449551582336, -1.0764986276626587, 0.03360752761363983, 0.6326828002929688, 0.6828078031539917, -0.0803242176771164, 0.8644852042198181, -0.09746453911066055, 0.97214674949646, -0.6182496547698975, 0.5076853036880493, -0.24182917177677155, -0.09168954938650131, -0.670974850654602, 0.06037279590964317, 0.060139015316963196, -0.5347105860710144, -0.22943735122680664, -0.9561976790428162, 0.29599910974502563, 0.09224238246679306, 0.6418437957763672, 0.10657177865505219, -0.06863752007484436, -0.15285390615463257, -0.26054462790489197, 0.10402929037809372, -0.21577665209770203, 0.1317674070596695, 0.7381227612495422, 0.3740321397781372, 0.0803162232041359, -0.5449737310409546, -0.3694595396518707, 0.1386062502861023, 0.07024817913770676, 0.19778047502040863, 0.07324059307575226, -0.05968168377876282, 0.7362560033798218, 0.6760067939758301, -0.5188693404197693, -0.17673128843307495, -0.9119386076927185, -0.5420733094215393, 0.8192248344421387, 0.19976197183132172, 0.054054174572229385, -0.2937939465045929, -0.17357389628887177, -0.17847566306591034, -0.4649833142757416, -0.11374379694461823, 0.6231642961502075, 0.16740259528160095, -1.0427824258804321, 0.6846652626991272, 0.025390176102519035, 0.5843963623046875, 0.13876134157180786, 0.8765509724617004, 0.6802352666854858, -0.2724038362503052, -0.24444256722927094, 0.21886083483695984, 0.3333285450935364, 0.4541652202606201, 0.21436730027198792, 0.1003623679280281, 0.07515746355056763, 0.049139853566884995, 0.08439880609512329, -1.2707628011703491, -0.9634031057357788, 0.2768396735191345, -0.6750392317771912, -0.22852353751659393, 0.4158893823623657, -1.1037225723266602, -0.5027543902397156, -0.36308178305625916, -0.07207366079092026, 0.13927792012691498, -0.7457187175750732, -0.3487408757209778, -0.6296136975288391, 0.35269394516944885, 0.16433507204055786, -0.9780917763710022, 0.3686677813529968, 0.7516654133796692, 0.5394031405448914, 0.11000029742717743, 0.08947838097810745, -0.5775876641273499, 0.14430385828018188, -0.1645907610654831, 0.9049592018127441, -0.6566280126571655, -0.5818612575531006, -0.024678653106093407, 0.4014384150505066, -0.008878138847649097, -0.6034660935401917, 0.8511537313461304, -0.47309622168540955, -0.3987727761268616, -0.6487007141113281, -0.5713901519775391, 0.06075778976082802, 0.3459695875644684, -1.2991122007369995, 1.129380464553833, 0.3478979766368866, -0.8030611276626587, 0.21799182891845703, -1.0996551513671875, -0.021145028993487358, 0.721799910068512, -0.07385239750146866, -0.34925004839897156, 0.2515113949775696, -0.24886998534202576, 0.4781070351600647, -0.06652715802192688, 0.2043726146221161, -0.8689271211624146, -0.20631378889083862, 0.10008829087018967, 0.06172903627157211, 0.8860819339752197, 0.3539569079875946, 0.5988214612007141, -0.12572692334651947, -1.1349676847457886, 0.058087337762117386, 0.015235682018101215, -0.11551157385110855, -0.22411327064037323, -0.612236738204956, 0.4614402651786804, -0.11118213087320328, 0.5273696184158325, -0.48810335993766785, 0.26948362588882446, 0.15026359260082245, -0.03770212456583977, 0.6876837611198425, 0.12493331730365753, 0.3700219988822937, -0.4175691306591034, 0.5385156869888306, 0.1658966988325119, 0.20876355469226837, 0.0035882957745343447, -0.5861159563064575, -0.7233548164367676, 0.13059434294700623, 0.7122911214828491, 0.7506866455078125, -0.5274094343185425, 0.7582837343215942, 0.28810253739356995, -0.8785794377326965, -0.1701788306236267, 0.05325474217534065, 0.23184624314308167, 0.36313122510910034, 0.3683050274848938, -0.6099505424499512, -0.9232597351074219, -0.8142348527908325, 0.2748502492904663, 0.0747508704662323, 0.058933939784765244, 0.3986389935016632, 0.780013918876648, -0.41679489612579346, 0.46595412492752075, -0.856551468372345, -0.09190180152654648, 0.2160252034664154, -0.2366417497396469, 0.3297191858291626, 0.8997355103492737, 0.9979828000068665, -0.8630874156951904, -0.2612505555152893, -0.5840821266174316, -0.40066733956336975, 0.07959103584289551, 0.380597859621048, -0.6263381838798523, -0.06460220366716385, 0.25640350580215454, -0.22599686682224274, 0.9264700412750244, 1.1494288444519043, -0.591140627861023, 0.2850038707256317, -0.09564369916915894, 0.2400113344192505, -1.3669112920761108, 0.46102720499038696, 0.20544438064098358, -0.09099540114402771, -0.38069602847099304, -0.2764262557029724, 0.23144608736038208, -0.28258654475212097, -0.224775493144989, 0.399432897567749, -0.4217444658279419, -0.06372173875570297, -0.01885240338742733, -0.06258752197027206, -0.2343580424785614, 0.38013502955436707, 0.19732552766799927, 0.45212414860725403, 0.9506283402442932, -0.5084351897239685, 1.0145069360733032, 0.5680301785469055, -0.1718914955854416, 0.8702458143234253, -0.697186291217804, 0.2543312609195709, -0.09674430638551712, 0.37761786580085754, -0.8612017631530762, -0.607918918132782, 0.4808616638183594, -0.4280288517475128, 0.1841808706521988, -0.6899218559265137, -0.5718610882759094, -0.7385947704315186, -0.1862405240535736, 1.0215715169906616, 0.4116135835647583, -0.614783763885498, 0.21926249563694, 0.7742962837219238, -0.04778995364904404, 0.175449937582016, -0.9403531551361084, 0.08563326299190521, -0.20497027039527893, -0.3074409067630768, 0.45428794622421265, -0.7064671516418457, -0.01957111246883869, -0.3634728491306305, 0.37980279326438904, -0.32958701252937317, -0.4192715883255005, 0.6827455163002014, 0.55322265625, -0.14716510474681854, 0.3107769787311554, -0.261820912361145, -0.8467114567756653, 0.22242780029773712, -0.030748827382922173, 0.31985947489738464, -0.012040653266012669, 0.03650080785155296, -0.5396095514297485, 0.5044888854026794, 0.3023078739643097, -0.047183047980070114, 0.4961085021495819, 0.7939490079879761, -0.8855360746383667, 0.2180233746767044, -0.500755250453949, -0.0018797916127368808, -0.48003095388412476, 0.10101435333490372, -0.39590200781822205, -0.5237186551094055, 0.6598656177520752, -0.046305373311042786, -0.1497211754322052, 0.9364997148513794, 0.8447598218917847, 0.16919881105422974, 0.7303075194358826, 0.594885528087616, -0.30702394247055054, 0.46977072954177856, -0.3203781843185425, -0.386944979429245, -0.9467609524726868, -0.5510998368263245, -0.701656699180603, -0.4568510353565216, -0.9017657041549683, -0.4840361773967743, -0.01825224980711937, -0.14452126622200012, -0.4042232036590576, 0.7443766593933105, -0.879818856716156, 0.38980257511138916, 0.6416279077529907, 0.4435531198978424, -0.23103222250938416, -0.22834070026874542, 0.34696274995803833, 0.13252845406532288, -0.6810345649719238, -0.2432118058204651, 1.0774160623550415, 0.2100740224123001, 0.8327206373214722, 0.22498279809951782, 0.8382293581962585, 0.3794301152229309, 0.3028216063976288, -0.2907792925834656, 0.3981749713420868, -0.18359123170375824, -0.7411986589431763, 0.10326658934354782, -0.2308305948972702, -0.7450049519538879, -0.5667229294776917, -0.32950204610824585, -0.40343230962753296, 0.5835582613945007, 0.720601499080658, -0.2463175654411316, 0.23394735157489777, -1.0057299137115479, 1.1755465269088745, -0.12018422037363052, -0.07789184898138046, -0.22718046605587006, -0.6094934940338135, 0.18343713879585266, 0.24252308905124664, 0.13861814141273499, -0.3705214858055115, -0.037265561521053314, 1.0793877840042114, -0.5218708515167236, 1.1040527820587158, -0.7627861499786377, 0.020658303052186966, 0.30844593048095703, -0.2683461010456085, 0.308750182390213, 0.5630396604537964, -0.3785804212093353, 0.11990173161029816, 0.4072706997394562, -0.7749666571617126, -0.14274829626083374, 0.956537127494812, -0.7093071341514587, 0.2597265839576721, -0.4714106023311615, -0.544540524482727, -0.07341261208057404, 0.06022411957383156, 0.36981046199798584, 0.838228702545166, -0.32889336347579956, -0.011156482622027397, 0.8737689852714539, 0.2676451504230499, 0.4361424744129181, 0.052772264927625656, -0.000623601081315428, -0.593633234500885, 0.9837709069252014, 0.18718093633651733, -0.17241476476192474, 0.2835778594017029, 0.23616449534893036, -0.08643299341201782, -0.27748894691467285, -0.6494786739349365, 0.09883206337690353, -0.4026988446712494, -0.5742161870002747, -0.2058124840259552, -0.41483891010284424, -0.6751604676246643, -0.21369728446006775, -0.26416030526161194, -0.8117331266403198, -0.902631938457489, -0.4060162901878357, 1.1298898458480835, 0.5197394490242004, -0.6754668951034546, 0.2880437970161438, -0.9892672300338745, 0.5902047753334045, 0.0986175462603569, 0.9923062324523926, -0.20369598269462585, -0.6104981899261475, -0.3891575038433075, 0.045724231749773026, -0.04929502680897713, -0.5710082054138184, -0.1343916356563568, 0.08698061853647232, 0.57818204164505, 0.24017983675003052, 0.08016438782215118, 0.8554413318634033, -0.1677050143480301, 0.5941029191017151, 0.38001200556755066, -0.7304374575614929, 0.6520389914512634, -0.08601319044828415, 0.6048128604888916, 0.8663384318351746, 0.5843637585639954, -0.4753545820713043, 0.2816566526889801, -1.1626625061035156, -0.63070148229599, 0.4783691465854645, -0.07080955058336258, 0.262277752161026, 0.30200842022895813, 0.6231342554092407, 0.0073994859121739864, 0.14193199574947357, -0.583718478679657, -0.8009357452392578, -0.2536082863807678, -0.34857699275016785, 0.14466433227062225, -0.5906785130500793, -0.2760538160800934, -0.6765315532684326, 0.6788744330406189, -0.09044474363327026, 0.4871782958507538, -0.04828706011176109, 0.2928186058998108, -0.06531151384115219, -0.21540673077106476, 0.5282377600669861, 0.5208999514579773, -0.4115692973136902, 0.03828093409538269, -0.03349815309047699, -0.6257413029670715, -0.5933305621147156, 0.7966806292533875, 0.1580941379070282, -0.3687331974506378, 0.3745112121105194, 0.5889764428138733, -0.14490140974521637, -0.2222682386636734, 0.2926005721092224, -0.013564242981374264, -0.40127524733543396, -0.6603979468345642, 0.29271984100341797, 0.18467624485492706, 0.20927485823631287, 0.03131977096199989, 0.11841519922018051, 0.24239569902420044, -0.4733944535255432, 0.5834758877754211, -0.03622451424598694, -0.9039305448532104, -0.531012237071991, 0.41279250383377075, 0.6601227521896362, -0.530802845954895, 0.9748186469078064, -0.1466323584318161, -0.39834415912628174, 1.0450584888458252, 0.23289550840854645, 0.6320816874504089, -0.3305971920490265, 0.23686325550079346, 0.8100490570068359, -0.01953933946788311, 0.3599098324775696, 0.6661708354949951, -0.5517528653144836, -0.7205119132995605, 0.13473673164844513, -0.2575000524520874, -0.5535947680473328, -0.37099167704582214, -1.221333622932434, 0.3533485531806946, -0.6270643472671509, -0.08334333449602127, 0.3364346921443939, 0.20599931478500366, -0.8761211037635803, 0.38870182633399963, 0.5302069783210754, 1.7086130380630493, -0.6613136529922485, 0.9520016312599182, 0.6856207251548767, -0.3027903437614441, -0.5970841646194458, -0.4328935146331787, 0.08108384907245636, -1.0455976724624634, -0.047626469284296036, 0.18212953209877014, 0.43881478905677795, -0.15183418989181519, -1.0649157762527466, -0.6580497622489929, 1.1614413261413574, 0.18808816373348236, -1.0495059490203857, 0.4400486648082733, -0.08372262120246887, 0.2666895389556885, -0.3530431091785431, 0.21197709441184998, 0.6763235330581665, 0.8181536197662354, 0.6936591267585754, -0.6050481200218201, -0.022921647876501083, -0.6328844428062439, -0.33185335993766785, 0.42357420921325684, -0.8970216512680054, 0.025211934000253677, -0.2810920476913452, 0.37517574429512024, 0.3348362147808075, 0.7478375434875488, 0.2562171518802643, 0.50466388463974, 0.5007919669151306, 0.7344462871551514, 0.9680129289627075, -0.35418644547462463, 0.7594819664955139, -0.17811861634254456, 0.48521217703819275, 1.046569585800171, -0.15322570502758026, 0.4187059700489044, 0.44349777698516846, -0.03711580112576485, 0.4397541582584381, 0.9129941463470459, -0.6205798983573914, 0.42944517731666565, 0.44621357321739197, -0.3782218098640442, -0.3730549216270447, 0.039874378591775894, -0.7487539649009705, -0.006564717274159193, 0.6053050756454468, -0.4604816436767578, 0.023206986486911774, -0.06701420247554779, 0.24632081389427185, -0.19369900226593018, -0.7644246220588684, 0.7968741059303284, -0.05280856415629387, -0.3898168206214905, -0.054570578038692474, -0.23987330496311188, 0.14646251499652863, -0.6660571098327637, -0.3909517824649811, 0.004310231655836105, 0.35294967889785767, -0.633507490158081, -1.2092657089233398, 0.8258397579193115, -0.15999522805213928, -0.4958077073097229, -0.12981030344963074, 0.5483803749084473, -0.47186505794525146, -1.1858848333358765, 0.1028435155749321, -0.226722851395607, 0.25944873690605164, 0.0861058384180069, -1.2436171770095825, 0.4253201186656952, -0.10741977393627167, -0.03987523913383484, 0.18834011256694794, 0.28337305784225464, 0.1589079201221466, 0.28266990184783936, 0.37920093536376953, -0.06656095385551453, -0.3999810814857483, 0.15238529443740845, 1.0409512519836426, -0.8504145741462708, -0.3665141761302948, -0.46579280495643616, 0.762872040271759, -0.4448205232620239, -0.7730773687362671, 0.4169117510318756, 1.3088458776474, 0.7765347957611084, 0.0023463761899620295, 0.8351414203643799, -0.6053003072738647, 0.6191651225090027, -0.26917174458503723, 0.43821772933006287, -0.12082920968532562, -0.2570275068283081, -0.12893761694431305, -0.667780339717865, -0.8082282543182373, 0.46047690510749817, 0.14376316964626312, 0.09770485758781433, 0.3053630590438843, 1.1352111101150513, -0.09793533384799957, 0.3754745423793793, 0.1510498970746994, 0.12738174200057983, 0.14068448543548584, 0.5694664716720581, 0.24348314106464386, -0.6102895140647888, 0.37350624799728394, -0.26873916387557983, -0.8045661449432373, 0.06065874546766281, -1.156244158744812, -0.8820880651473999, -0.7090874910354614, -0.7113540172576904, -0.6948264241218567, -0.04724428057670593, 0.8008342385292053, 1.2011125087738037, -1.1375845670700073, -0.27322331070899963, 0.08380769938230515, 0.20972231030464172, 0.1292240023612976, -0.1107463389635086, 0.7218203544616699, 0.4064030051231384, -0.6656628847122192, -0.40896016359329224, -0.07433515042066574, 0.22367213666439056, -0.12202645093202591, -0.01500782836228609, 0.011507137678563595, -0.07196591049432755, 0.27751681208610535, 0.6666556596755981, 0.1010044738650322, -0.2952703535556793, -0.6015689373016357, 0.10410141944885254, 0.19710132479667664, 1.2472202777862549, -0.6203494071960449, 0.21036182343959808, 0.587701678276062, 0.216266468167305, 0.8268892168998718, 0.11745372414588928, 0.502788245677948, -0.5651695132255554, 0.30030539631843567, -0.016772808507084846, 0.4272005558013916, 0.08980252593755722, -0.4931737184524536, 0.7116443514823914, 0.4830440282821655, -0.7376646399497986, -0.3654899597167969, 0.06833804398775101, -1.6560680866241455, 0.5159194469451904, 0.9098202586174011, 0.15294019877910614, -0.336370587348938, -0.0550449974834919, -0.5379223823547363, 0.10120981186628342, -0.7774471044540405, 0.32906660437583923, 0.5504635572433472, -0.09053277969360352, -0.3505907654762268, -0.2866615355014801, 0.5906422734260559, -0.4988098740577698, -1.2511885166168213, 0.2622433602809906, 0.5044130086898804, -0.009749493561685085, 0.09350785613059998, 0.5293183922767639, -0.26817792654037476, 0.4004334807395935, 0.15596675872802734, 0.3447175621986389, -0.008528071455657482, -0.3763318955898285, -0.13314944505691528, 0.01740049384534359, -0.3177894353866577, -0.6119112372398376 ]
result-kand2-sdxl-wuerst-karlo/db197d09
result-kand2-sdxl-wuerst-karlo
2023-09-26T15:16:30Z
525
0
[ "region:us" ]
null
2023-09-26T15:16:30Z
--- dataset_info: features: - name: result dtype: string - name: id dtype: int64 splits: - name: train num_bytes: 170 num_examples: 10 download_size: 1327 dataset_size: 170 configs: - config_name: default data_files: - split: train path: data/train-* --- # Dataset Card for "db197d09" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
[ -0.7366117238998413, -0.3219476342201233, 0.18522511422634125, 0.3498302102088928, -0.3159811794757843, -0.04747502878308296, 0.3760417103767395, -0.17693710327148438, 0.9375290870666504, 0.6219470500946045, -0.9533687829971313, -0.5541148781776428, -0.3680223226547241, -0.05277470126748085, -0.22603923082351685, 1.0211005210876465, 0.30120161175727844, 0.2534407079219818, -0.41119980812072754, 0.040082793682813644, -0.5336255431175232, -0.5813390612602234, -0.6100655198097229, -0.5481332540512085, 0.8119993805885315, 0.5635934472084045, 0.4365772306919098, 0.6121035814285278, 0.7696954607963562, 0.22576391696929932, -0.08411690592765808, -0.2513780891895294, -0.5684628486633301, -0.030855458229780197, -0.17185847461223602, -0.415561705827713, -1.1976244449615479, -0.11849280446767807, 0.6144405603408813, 0.8427790999412537, -0.29529255628585815, 0.5890437364578247, -0.22087720036506653, 0.9952406287193298, -0.18095380067825317, 0.6097679734230042, -0.18091027438640594, -0.1575285792350769, -0.7968326210975647, 0.028895577415823936, 0.1320880800485611, -0.5671021938323975, -0.43169960379600525, -1.1629784107208252, 0.21977807581424713, -0.11270242929458618, 0.8023044466972351, 0.28429797291755676, -0.05625266209244728, -0.05574638769030571, -0.43027058243751526, 0.08631950616836548, -0.2779403328895569, 0.3720502555370331, 0.7764443159103394, 0.5130999088287354, -0.05854223296046257, -0.4692508280277252, -0.35628122091293335, 0.30526015162467957, 0.10478401929140091, 0.13157737255096436, 0.3387557864189148, -0.017887817695736885, 0.6472882628440857, 0.7107716798782349, -0.47124791145324707, -0.14424575865268707, -0.8771992921829224, -0.37319454550743103, 0.9179266095161438, 0.29335135221481323, 0.00830533541738987, -0.35286927223205566, -0.19592900574207306, -0.1871671825647354, -0.5775074362754822, -0.17864124476909637, 0.5930141806602478, 0.27959445118904114, -1.0469624996185303, 0.5144321918487549, -0.11889102309942245, 0.4202989935874939, 0.42722973227500916, 0.6612659692764282, 0.5666824579238892, -0.4796862006187439, -0.21794244647026062, 0.13677947223186493, 0.22133803367614746, 0.5236526131629944, 0.059630319476127625, -0.008664433844387531, 0.015696100890636444, 0.012396867386996746, 0.24016515910625458, -1.215037226676941, -0.9798864722251892, 0.42303770780563354, -0.8122471570968628, -0.3279861509799957, 0.32691118121147156, -1.2468470335006714, -0.8989298939704895, -0.4668431282043457, 0.014716271311044693, 0.0268221627920866, -0.8471899628639221, -0.24108558893203735, -0.6217723488807678, 0.4478318989276886, 0.357960969209671, -0.8268010020256042, 0.1827082484960556, 0.827679455280304, 0.27745068073272705, 0.24196292459964752, -0.019996022805571556, -0.5578173398971558, 0.28166645765304565, -0.4473092555999756, 0.9474725723266602, -0.6615694761276245, -0.5968313813209534, -0.040951259434223175, 0.5217844247817993, 0.03788682073354721, -0.5215212106704712, 0.9733434915542603, -0.45307475328445435, -0.15265831351280212, -0.9701287150382996, -0.636441171169281, -0.09294123947620392, 0.1145290732383728, -1.1810110807418823, 1.1762876510620117, 0.33536452054977417, -0.5982242822647095, 0.4760670065879822, -1.1077356338500977, -0.12105423957109451, 0.8642700910568237, -0.24757224321365356, -0.3811684846878052, 0.352334201335907, -0.25390926003456116, 0.5276119709014893, -0.042744290083646774, 0.5374372601509094, -0.9208565950393677, -0.3311363756656647, -0.026221105828881264, 0.13609904050827026, 1.0887117385864258, 0.22720028460025787, 0.5142276287078857, 0.06359484791755676, -1.1095880270004272, -0.1603570431470871, 0.4070810377597809, -0.2497633397579193, -0.38866761326789856, -0.6544826626777649, 0.3172719180583954, -0.15664424002170563, 0.4006403684616089, -0.4125400185585022, 0.41433262825012207, 0.017659330740571022, -0.17264822125434875, 0.7889633774757385, 0.21809622645378113, 0.5678242444992065, -0.37113282084465027, 0.615345299243927, -0.05324706807732582, 0.4067217707633972, 0.002629177877679467, -0.47241607308387756, -0.5738092660903931, 0.020992496982216835, 0.7705639004707336, 0.6404195427894592, -0.7060462236404419, 0.8355265855789185, 0.0630740150809288, -0.8021064400672913, -0.185432568192482, 0.04538176953792572, 0.06524564325809479, 0.25639182329177856, 0.31706804037094116, -0.7091161608695984, -0.8059863448143005, -0.6690590381622314, 0.45346105098724365, 0.040217325091362, 0.17687979340553284, 0.36443132162094116, 0.6690821647644043, -0.3737978935241699, 0.3442150056362152, -0.7052472233772278, -0.27876511216163635, 0.10207930952310562, -0.4994969666004181, 0.33844202756881714, 0.7477318644523621, 1.1243661642074585, -0.6101291179656982, -0.18019291758537292, -0.6486141085624695, -0.7716841101646423, -0.045080170035362244, 0.15066061913967133, -0.7311343550682068, -0.09423750638961792, 0.2691003382205963, -0.5231955051422119, 0.7467380166053772, 0.7533522248268127, -0.65966796875, 0.1119920164346695, -0.04511989280581474, 0.18741242587566376, -1.3827135562896729, 0.38786956667900085, -0.0978148877620697, -0.0031736581586301327, -0.5262885093688965, -0.0027200181502848864, 0.24687764048576355, -0.3188575506210327, 0.15841104090213776, 0.4888724386692047, -0.512538492679596, -0.028346141800284386, -0.008734160102903843, -0.14868706464767456, -0.05727577209472656, 0.10386456549167633, 0.07541628926992416, 0.32879698276519775, 1.0605344772338867, -0.43760624527931213, 1.0252221822738647, 0.6924028992652893, 0.07013461738824844, 1.2324063777923584, -0.6133472323417664, 0.1798926442861557, -0.2880586087703705, 0.4586205780506134, -0.7868604063987732, -0.751781165599823, 0.5892236828804016, -0.3027600646018982, 0.6335604190826416, -0.6707140803337097, -0.3659469485282898, -0.7023434042930603, -0.3902047872543335, 0.4664342403411865, 0.3507717549800873, -0.7021551132202148, 0.46750807762145996, 0.7265339493751526, -0.11854830384254456, 0.03203123062849045, -0.9659887552261353, 0.1798381507396698, -0.44745171070098877, -0.24494431912899017, 0.4842342138290405, -0.5613387227058411, 0.0922713354229927, -0.26367512345314026, 0.22025166451931, -0.26591166853904724, -0.09029774367809296, 0.7784654498100281, 0.33838343620300293, -0.178041011095047, 0.289613276720047, 0.09175635129213333, -0.7249057292938232, 0.3855695426464081, 0.1841128021478653, 0.38126125931739807, 0.30767831206321716, 0.03588375076651573, -0.35439151525497437, 0.5228039026260376, 0.04074577987194061, -0.15459366142749786, 0.5605785846710205, 0.9421849250793457, -0.9008288979530334, -0.2010257989168167, -0.4129675626754761, -0.2896749675273895, -0.5072188377380371, -0.0017462269170209765, -0.46309033036231995, -0.4030417799949646, 0.7398295402526855, -0.05413466691970825, -0.22765198349952698, 0.7435171008110046, 0.7018811702728271, 0.11265037208795547, 0.29456374049186707, 0.5412853956222534, -0.05079026147723198, 0.47901931405067444, -0.3693163990974426, -0.27967941761016846, -0.7550248503684998, -0.5890505313873291, -0.6256393194198608, -0.2774731516838074, -0.6128798723220825, -0.45022282004356384, -0.2449631541967392, 0.3283034563064575, -0.2160765677690506, 0.6962727904319763, -0.8499783277511597, 0.4610423147678375, 0.5570545792579651, 0.25794681906700134, -0.07764770835638046, -0.17076003551483154, 0.30256548523902893, 0.20742884278297424, -0.5696191787719727, -0.12876345217227936, 1.3280831575393677, 0.34404411911964417, 1.01127028465271, 0.33039915561676025, 1.144150733947754, 0.36755552887916565, 0.2048957347869873, -0.12584511935710907, 0.49564144015312195, 0.05882452055811882, -0.9308890104293823, -0.043843548744916916, -0.21263951063156128, -0.85997074842453, -0.6118166446685791, -0.28210699558258057, -0.1897910088300705, 0.7894635796546936, 0.38865926861763, -0.07592355459928513, -0.025095853954553604, -0.921829342842102, 1.1510764360427856, 0.013968792743980885, -0.04197458177804947, -0.2727384865283966, -0.5433402061462402, 0.2646329402923584, -0.009249681606888771, 0.10420817881822586, -0.3356005847454071, -0.018793711438775063, 1.0408071279525757, -0.4969574809074402, 1.0270434617996216, -0.9868332147598267, -0.1601710170507431, 0.08960910886526108, -0.1661074161529541, 0.20392395555973053, 0.6855583190917969, -0.21128560602664948, 0.1264321208000183, 0.3736332952976227, -0.6033908724784851, -0.10330521315336227, 1.0242961645126343, -0.5015522241592407, 0.17305949330329895, -0.5182828903198242, -0.30996841192245483, 0.01640237867832184, 0.2967185974121094, 0.05604816600680351, 0.8047716617584229, -0.4135544002056122, 0.07645966112613678, 0.8251532912254333, 0.2334638386964798, 0.4444967210292816, 0.16949084401130676, -0.45643413066864014, -0.49248069524765015, 1.0265878438949585, 0.3366237282752991, -0.469595730304718, 0.29447850584983826, 0.16520874202251434, -0.434675395488739, -0.4926372170448303, -0.8269069790840149, 0.26251325011253357, -0.5971304774284363, -0.6968770623207092, -0.25992149114608765, -0.25924959778785706, -0.5476741194725037, -0.12433905899524689, -0.255944162607193, -0.845555305480957, -0.7147871851921082, -0.6134127974510193, 1.2178760766983032, 0.7820254564285278, -0.8020153641700745, 0.17951838672161102, -0.746039867401123, 0.6076810359954834, 0.09258683025836945, 1.0565574169158936, -0.141728475689888, -0.46246984601020813, -0.3314305543899536, -0.12711958587169647, -0.04077959805727005, -0.8185739517211914, -0.2961321771144867, 0.2964525520801544, 0.8796898722648621, 0.185766339302063, 0.1939292550086975, 0.5876597762107849, -0.06327613443136215, 0.5744955539703369, 0.02203640528023243, -0.5768415927886963, 0.6109340786933899, -0.4087340533733368, 0.2216717153787613, 0.8619505763053894, 0.5698593258857727, -0.199778214097023, 0.3796381950378418, -0.9738900065422058, -0.45253390073776245, 0.5761580467224121, -0.11927631497383118, 0.19299623370170593, 0.3271105885505676, 0.6539404988288879, 0.07098166644573212, 0.2656257450580597, -0.4547135829925537, -0.9430562853813171, -0.40270742774009705, -0.32041507959365845, 0.18529659509658813, -0.4881443977355957, -0.3533133566379547, -0.537720799446106, 0.6146411299705505, -0.0892941802740097, 0.5978754162788391, -0.18316160142421722, 0.3734290897846222, -0.21393993496894836, -0.18914645910263062, 0.37323319911956787, 0.598015546798706, -0.6046990156173706, -0.3153684735298157, -0.19655609130859375, -0.5385527014732361, -0.43414807319641113, 1.124595284461975, -0.09239614754915237, -0.28764644265174866, 0.36144959926605225, 0.6336195468902588, -0.31429144740104675, 0.006756991147994995, 0.2809907793998718, -0.16497157514095306, -0.36516788601875305, -0.4178936779499054, 0.16699062287807465, 0.4384163022041321, 0.27069091796875, 0.13349813222885132, -0.1341291069984436, 0.3578834533691406, -0.3242388665676117, 0.45517992973327637, 0.08083844929933548, -0.6705155372619629, -0.598163902759552, 0.7452079057693481, 0.7544808983802795, -0.4134666919708252, 0.6294666528701782, -0.24943342804908752, -0.3930297791957855, 0.7257214784622192, 0.10806094110012054, 0.6200972199440002, -0.5644415020942688, 0.4193739593029022, 0.6231669783592224, 0.05703463777899742, 0.4106563329696655, 0.9771745800971985, -0.41926270723342896, -0.5229340195655823, -0.07718410342931747, -0.43087148666381836, -0.3563458025455475, -0.19881166517734528, -1.1314306259155273, 0.21130459010601044, -0.6938799619674683, -0.21122947335243225, 0.26309412717819214, 0.32364585995674133, -0.8612502813339233, 0.30327704548835754, 0.28540876507759094, 1.3971272706985474, -0.7939655184745789, 1.0098670721054077, 0.8411900401115417, -0.5005750060081482, -0.6067720651626587, -0.4417336881160736, 0.1099274680018425, -0.8337489366531372, -0.14246997237205505, 0.10707410424947739, 0.7295306921005249, -0.15844832360744476, -0.6493180990219116, -0.5631204843521118, 1.2011241912841797, 0.17470575869083405, -0.7362531423568726, 0.2783554196357727, -0.10268928110599518, 0.3307133913040161, -0.17897094786167145, 0.10430051386356354, 0.5155012607574463, 0.8894709944725037, 0.17748410999774933, -0.6558471322059631, 0.18042431771755219, -0.457324355840683, -0.26152411103248596, 0.4750998318195343, -0.7237041592597961, -0.008286470547318459, -0.021801616996526718, 0.1561059206724167, 0.1858101487159729, 0.6287996768951416, 0.12833595275878906, 0.46082425117492676, 0.3388166129589081, 0.7089712619781494, 1.0517301559448242, -0.468688428401947, 0.848432719707489, -0.017822878435254097, 0.5101219415664673, 1.0284982919692993, -0.2767355740070343, 0.19380046427249908, 0.3499787449836731, -0.25617364048957825, 0.22127823531627655, 0.8742794394493103, -0.5320286154747009, 0.5461271405220032, 0.2811437249183655, -0.09910886734724045, -0.35766780376434326, -0.1744633913040161, -1.042626976966858, -0.04119154065847397, 0.5414250493049622, -0.336841344833374, -0.018680928274989128, -0.1034519150853157, 0.12137213349342346, 0.006862954702228308, -0.46885234117507935, 0.847102701663971, 0.02584734372794628, -0.03454367071390152, 0.0659189447760582, -0.18985356390476227, 0.17828769981861115, -0.6228659152984619, -0.4245571494102478, -0.34301862120628357, 0.3314811587333679, -0.5340095162391663, -1.188623309135437, 0.8247553706169128, -0.41688796877861023, -0.4634436368942261, -0.1104152649641037, 0.6926915049552917, -0.4457092583179474, -0.9281328916549683, 0.36465153098106384, 0.09888330847024918, 0.10100635886192322, 0.037196360528469086, -1.4086129665374756, 0.645930826663971, -0.04729599133133888, -0.020777171477675438, 0.32804760336875916, 0.31925448775291443, 0.13090579211711884, 0.40348610281944275, 0.5009329319000244, -0.09398025274276733, -0.2181798219680786, 0.2761979401111603, 1.065704107284546, -0.7624985575675964, -0.35183316469192505, -0.2446584403514862, 0.5953348875045776, -0.5073379278182983, -0.5692125558853149, 0.6585116386413574, 1.1509751081466675, 0.8376383185386658, -0.2197677046060562, 0.6027683615684509, -0.508264422416687, 0.8968639969825745, -0.31276676058769226, 0.6525362133979797, -0.23782961070537567, -0.19360646605491638, -0.20073790848255157, -0.8739702701568604, -0.5230756998062134, 0.6815472841262817, 0.2607246935367584, 0.16870780289173126, 0.3354766368865967, 1.0743697881698608, -0.08576756715774536, 0.43228891491889954, 0.015309254638850689, 0.19927716255187988, 0.3130570352077484, 0.3242701590061188, 0.3166498839855194, -0.6924619078636169, 0.1580372303724289, -0.5525965690612793, -0.5224181413650513, 0.015925917774438858, -1.0770639181137085, -1.0585733652114868, -0.7093210220336914, -0.7155848741531372, -0.7312073707580566, 0.03887443616986275, 0.6719537973403931, 1.09699547290802, -1.0436816215515137, -0.17724831402301788, 0.1310054212808609, 0.24346865713596344, 0.07650570571422577, -0.1585599184036255, 0.7362627387046814, 0.611966609954834, -0.5393207669258118, 0.08612989634275436, -0.05976937338709831, 0.19884838163852692, -0.2520190477371216, -0.11074212193489075, -0.009947466664016247, -0.037287209182977676, 0.1747479885816574, 0.4177049398422241, -0.04429082199931145, -0.11674264818429947, -0.6164933443069458, 0.1456243097782135, 0.06220915541052818, 0.8287520408630371, -0.4614407420158386, 0.21580193936824799, 0.6145479679107666, 0.46436694264411926, 0.7182950377464294, 0.2682848274707794, 0.5034780502319336, -0.5048912763595581, 0.10541458427906036, -0.225042462348938, 0.3047272562980652, 0.3155975341796875, -0.4704873263835907, 0.9720777273178101, 0.5371639728546143, -0.6160197854042053, -0.6620021462440491, -0.06529248505830765, -1.6235970258712769, 0.362792432308197, 0.7394580245018005, 0.20562465488910675, -0.2561909556388855, -0.17274630069732666, -0.5265796780586243, -0.06048598140478134, -0.99244225025177, 0.17821435630321503, 0.4720989763736725, 0.10826200246810913, -0.3450234532356262, -0.1996728479862213, 0.7940213084220886, -0.5346375107765198, -1.281561255455017, 0.2704561948776245, 0.5753594040870667, 0.003173686098307371, 0.02658521570265293, 0.6374865770339966, -0.16045071184635162, 0.2466103434562683, 0.33157962560653687, 0.17524094879627228, -0.2675868570804596, -0.4831916391849518, -0.40294748544692993, -0.06872760504484177, -0.22680258750915527, -0.3296153247356415 ]
result-kand2-sdxl-wuerst-karlo/b6112e1b
result-kand2-sdxl-wuerst-karlo
2023-09-26T16:29:48Z
525
0
[ "region:us" ]
null
2023-09-26T16:29:47Z
--- dataset_info: features: - name: result dtype: string - name: id dtype: int64 splits: - name: train num_bytes: 166 num_examples: 10 download_size: 1318 dataset_size: 166 configs: - config_name: default data_files: - split: train path: data/train-* --- # Dataset Card for "b6112e1b" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
[ -0.5794946551322937, -0.15114685893058777, 0.15408718585968018, 0.32946792244911194, -0.1704401671886444, -0.21328938007354736, 0.45196518301963806, -0.25986796617507935, 0.9244397878646851, 0.49448299407958984, -0.8751178979873657, -0.6088954210281372, -0.6015239953994751, -0.2142277956008911, -0.2124110609292984, 1.1568832397460938, 0.34324097633361816, 0.13220557570457458, -0.4467090666294098, -0.1012367457151413, -0.4463295340538025, -0.5044187307357788, -0.5755389332771301, -0.6300585865974426, 1.0938948392868042, 0.833581805229187, 0.5013399720191956, 0.42493534088134766, 0.9595879316329956, 0.1418762356042862, 0.05375497788190842, -0.3777191638946533, -0.582707405090332, -0.19176611304283142, -0.32359540462493896, -0.464995414018631, -1.1272127628326416, -0.10001391172409058, 0.621714174747467, 0.7144103646278381, -0.11522307246923447, 0.9524588584899902, -0.3352658152580261, 0.9388117790222168, -0.3618766963481903, 0.5616700053215027, -0.1813204288482666, -0.22150564193725586, -0.7064717411994934, 0.11854729801416397, -0.020264189690351486, -0.5487667322158813, -0.09371243417263031, -0.8671289682388306, 0.06602966040372849, 0.15404613316059113, 0.827275812625885, 0.21040011942386627, 0.15169358253479004, -0.08614678680896759, -0.2867588996887207, 0.028652707114815712, -0.20646941661834717, 0.21797379851341248, 0.7670484781265259, 0.39038920402526855, 0.030933070927858353, -0.7150830030441284, -0.275636225938797, 0.3689936101436615, -0.12328330427408218, 0.22041131556034088, 0.010979732498526573, 0.02476256713271141, 0.7259330749511719, 0.5891968607902527, -0.6019597053527832, -0.13474041223526, -0.8473494052886963, -0.39230790734291077, 0.7481380701065063, 0.027319278568029404, 0.2576543986797333, -0.21485640108585358, -0.2051219493150711, -0.1717226654291153, -0.5352891087532043, -0.08894257992506027, 0.48434630036354065, 0.19973701238632202, -1.1604821681976318, 0.5194621086120605, 0.11286871135234833, 0.32711049914360046, 0.18803980946540833, 0.7092809677124023, 0.693602442741394, -0.138161301612854, -0.20547723770141602, 0.20764076709747314, 0.10548891872167587, 0.4350116550922394, 0.12367600202560425, 0.04339122027158737, 0.04804806038737297, 0.09414049983024597, 0.054456375539302826, -1.3527960777282715, -0.8843501806259155, 0.3964211344718933, -0.8950754404067993, -0.07857845723628998, 0.5131266117095947, -1.118825912475586, -0.5441021919250488, -0.3259619474411011, 0.2713623046875, 0.15937545895576477, -0.8407897353172302, -0.19324660301208496, -0.7729346752166748, 0.5258262157440186, 0.10446948558092117, -0.8878021240234375, 0.31844133138656616, 0.6879687309265137, 0.3887714147567749, 0.2469286322593689, -0.07349593937397003, -0.6612246036529541, 0.24100148677825928, -0.04077155888080597, 0.8478591442108154, -0.6626623868942261, -0.40654492378234863, -0.0002590268850326538, 0.3870476186275482, 0.12614300847053528, -0.36987951397895813, 0.6364924907684326, -0.3771136999130249, -0.1911412477493286, -0.8143543004989624, -0.6650786399841309, -0.24870601296424866, 0.26752373576164246, -1.176762580871582, 0.9583955407142639, 0.34730470180511475, -0.8181161880493164, 0.25699383020401, -1.2591114044189453, -0.19347795844078064, 0.7663924694061279, -0.08051038533449173, -0.3954983949661255, 0.34812673926353455, -0.22810296714305878, 0.42692726850509644, -0.12804892659187317, 0.227744460105896, -0.8666062355041504, -0.19323472678661346, -0.09950438141822815, 0.16722610592842102, 0.9445527791976929, 0.11814741045236588, 0.47270667552948, -0.03445807099342346, -0.9747267365455627, -0.055046819150447845, 0.1997857391834259, 0.059560295194387436, -0.28851118683815, -0.5027274489402771, 0.49889203906059265, -0.167988121509552, 0.5319284796714783, -0.4947171211242676, 0.3819013237953186, 0.0407940074801445, -0.28403085470199585, 0.7498131990432739, 0.22541232407093048, 0.2511845827102661, -0.5884127616882324, 0.5512908697128296, 0.08364212512969971, 0.2828749418258667, -0.17474937438964844, -0.5605994462966919, -0.5811911225318909, 0.026406651362776756, 0.7859635353088379, 0.7752013206481934, -0.4996706247329712, 0.7519515752792358, 0.0540192648768425, -0.773162305355072, -0.35369738936424255, -0.04606589302420616, 0.332296222448349, 0.19653764367103577, 0.44016149640083313, -0.6479066610336304, -0.8968825340270996, -0.8435851335525513, 0.39870017766952515, -0.12091799080371857, 0.14085516333580017, 0.2854119837284088, 0.9245309829711914, -0.5257183909416199, 0.5414308309555054, -0.7882266044616699, -0.09979003667831421, -0.053549982607364655, -0.31337642669677734, 0.27871307730674744, 0.8885002136230469, 1.0378273725509644, -0.6947407722473145, -0.20160531997680664, -0.5155563950538635, -0.5671760439872742, -0.16378504037857056, 0.33584997057914734, -0.6928674578666687, -0.08873254060745239, 0.02783053368330002, -0.2796827554702759, 0.8640587329864502, 0.9953867197036743, -0.7321155071258545, -0.03923765942454338, 0.07765552401542664, 0.09114615619182587, -1.4303535223007202, 0.5084542036056519, 0.07258545607328415, -0.1528547704219818, -0.409300833940506, -0.10660168528556824, 0.11836390197277069, -0.18603526055812836, -0.03672202676534653, 0.7064422369003296, -0.450157105922699, -0.16850128769874573, -0.00968934502452612, -0.2093677967786789, -0.14567506313323975, 0.2208607941865921, 0.038856588304042816, 0.3272268772125244, 1.1138914823532104, -0.3493724465370178, 0.9270131587982178, 0.8096954822540283, 0.04122300073504448, 0.8188651204109192, -0.73223876953125, 0.20788399875164032, -0.32622039318084717, 0.3643333613872528, -0.8015899062156677, -0.7398016452789307, 0.5016262531280518, -0.42724305391311646, 0.483104944229126, -0.7024407982826233, -0.5121503472328186, -0.6325739622116089, -0.20649495720863342, 0.7595028877258301, 0.670371949672699, -0.8082978129386902, 0.3523295819759369, 0.7547399997711182, -0.19524560868740082, 0.09632799029350281, -1.0261504650115967, -0.04632529616355896, -0.1781044751405716, -0.38740694522857666, 0.42338472604751587, -0.5122594237327576, 0.008038962259888649, -0.19751235842704773, 0.19195616245269775, -0.23841914534568787, -0.3002046048641205, 0.635972261428833, 0.27941811084747314, -0.1895306408405304, 0.29895102977752686, -0.020274493843317032, -0.7606449127197266, 0.28591179847717285, -0.010869178920984268, 0.271811306476593, 0.18420259654521942, -0.0751585066318512, -0.47432881593704224, 0.5520665049552917, 0.21115854382514954, -0.1339433491230011, 0.3585079312324524, 0.8263458609580994, -0.9280322790145874, -0.08358211815357208, -0.5221346616744995, -0.3336767852306366, -0.4625452160835266, 0.04821658879518509, -0.26425257325172424, -0.31291645765304565, 0.7292447090148926, -0.07743269950151443, -0.12204668670892715, 0.6581484079360962, 0.7058931589126587, 0.10302826017141342, 0.3986787796020508, 0.5615224838256836, -0.3653267025947571, 0.4191272258758545, -0.37558817863464355, -0.32353633642196655, -0.6148843765258789, -0.5132178068161011, -0.6107029914855957, -0.6424413919448853, -0.7663733959197998, -0.3076798915863037, -0.05689205229282379, -0.22029435634613037, -0.19330863654613495, 0.596827507019043, -0.5846292972564697, 0.507556676864624, 0.6754953861236572, 0.405148446559906, -0.3006203770637512, -0.016575731337070465, 0.4368746876716614, 0.2520252466201782, -0.7310795783996582, -0.11909791827201843, 1.1578856706619263, 0.5932031869888306, 0.9705060720443726, 0.3576940894126892, 0.9280431866645813, 0.3658827245235443, 0.2784857749938965, -0.3064688742160797, 0.4012753367424011, -0.1731044501066208, -0.9046044945716858, 0.004206253215670586, -0.07454238831996918, -0.8582190275192261, -0.565604031085968, -0.3268958628177643, -0.3454313278198242, 0.4773262143135071, 0.511345386505127, -0.028421550989151, 0.14033293724060059, -0.940499484539032, 1.1590721607208252, -0.022423546761274338, -0.2503852844238281, -0.2766035795211792, -0.7603775262832642, -0.012449112720787525, 0.3632057309150696, 0.025107786059379578, -0.2063634991645813, 0.1407446414232254, 0.962364912033081, -0.3235434293746948, 1.029750108718872, -0.914573609828949, 0.0901528000831604, 0.1382911056280136, -0.31225159764289856, 0.2331235557794571, 0.5417178869247437, -0.23530012369155884, 0.14575839042663574, 0.12515029311180115, -0.8006111979484558, -0.24206197261810303, 0.7230103015899658, -0.5550602078437805, 0.2067846953868866, -0.4234837591648102, -0.4976327121257782, -0.014516444876790047, 0.22123700380325317, 0.2406996190547943, 0.9795984625816345, -0.24752581119537354, 0.18388210237026215, 0.8550208806991577, 0.28509753942489624, 0.4667171537876129, 0.07956823706626892, -0.34026581048965454, -0.433816134929657, 0.9795616865158081, 0.3027459383010864, -0.2874543368816376, 0.31311023235321045, 0.3418017029762268, -0.43480679392814636, -0.424201637506485, -0.6303758025169373, 0.2428547739982605, -0.43462079763412476, -0.5516421794891357, -0.06699275970458984, -0.29321563243865967, -0.4279816746711731, -0.19808997213840485, -0.17709603905677795, -0.6321594715118408, -0.5320432186126709, -0.6264417171478271, 1.1237685680389404, 0.7321495413780212, -0.6389833688735962, 0.3585539758205414, -0.9397792816162109, 0.6208842992782593, -0.016713712364435196, 1.0993924140930176, -0.31642580032348633, -0.5523754954338074, -0.33834803104400635, -0.040490537881851196, 0.03688095510005951, -0.7059705853462219, -0.29313188791275024, 0.08808340132236481, 0.7089502811431885, 0.20283526182174683, -0.08355358988046646, 0.6574298143386841, -0.09091625362634659, 0.5798077583312988, 0.2104441374540329, -0.6391589641571045, 0.7960584163665771, -0.34274202585220337, 0.4400932788848877, 0.8930204510688782, 0.5964145660400391, -0.21219632029533386, 0.3553297817707062, -1.1343618631362915, -0.6219128370285034, 0.48291662335395813, 0.05775618553161621, 0.1941438466310501, 0.26295316219329834, 0.6139930486679077, 0.13611410558223724, 0.2320019155740738, -0.7291186451911926, -0.9702333211898804, -0.1290021538734436, -0.4128720760345459, 0.3325743079185486, -0.5773995518684387, -0.20538009703159332, -0.5878868103027344, 0.798850417137146, 0.031465739011764526, 0.44163626432418823, 0.011103542521595955, 0.26405203342437744, -0.14538756012916565, -0.25604748725891113, 0.3095095753669739, 0.5887332558631897, -0.4936421513557434, -0.20677924156188965, -0.16073529422283173, -0.5199352502822876, -0.4656331241130829, 0.8269332647323608, -0.11726044863462448, -0.1868044137954712, 0.4838058054447174, 0.7825775146484375, -0.2487284541130066, 0.02380410209298134, 0.30707648396492004, 0.00731795746833086, -0.3869020342826843, -0.49655210971832275, 0.15638840198516846, 0.08093920350074768, 0.1801098734140396, -0.02355625480413437, -0.09714240580797195, 0.3619866967201233, -0.49904364347457886, 0.5945252776145935, -0.0007279813289642334, -0.6354413628578186, -0.606159508228302, 0.32519814372062683, 0.7967220544815063, -0.47048741579055786, 0.8222906589508057, -0.28696316480636597, -0.31729018688201904, 0.8404642343521118, 0.4262898564338684, 0.7232256531715393, -0.4094064235687256, 0.2391529679298401, 0.7095456123352051, 0.17019376158714294, 0.23265878856182098, 0.9523241519927979, -0.11460317671298981, -0.5850418210029602, 0.07953882217407227, -0.2754361033439636, -0.5129947662353516, -0.1963302195072174, -1.1446011066436768, 0.34841853380203247, -0.6776925921440125, -0.12136524170637131, 0.16489887237548828, 0.1981002688407898, -0.8239884376525879, 0.3539668023586273, 0.41050776839256287, 1.4475088119506836, -0.8786945343017578, 0.774402379989624, 0.9955768585205078, -0.4838460087776184, -0.6399794816970825, -0.23305107653141022, 0.06901346892118454, -0.7759497761726379, -0.07774647325277328, 0.3641415238380432, 0.49848875403404236, -0.031947679817676544, -0.86149001121521, -0.6257961392402649, 1.2039625644683838, 0.1939513087272644, -0.8418210744857788, 0.3094431161880493, -0.23783954977989197, 0.23150160908699036, -0.28292739391326904, 0.2685059905052185, 0.5319765210151672, 1.0838239192962646, 0.30698633193969727, -0.6333056688308716, 0.011039458215236664, -0.6054263114929199, -0.22607304155826569, 0.46350958943367004, -0.8128649592399597, -0.05970466509461403, -0.17142319679260254, 0.19019685685634613, 0.07706169784069061, 0.652004063129425, 0.05327288806438446, 0.5602080821990967, 0.3686559200286865, 0.7343094944953918, 0.9948564171791077, -0.3953368663787842, 0.8301276564598083, -0.08757609874010086, 0.4855075478553772, 1.0919619798660278, -0.29016929864883423, 0.32607078552246094, 0.4775621294975281, -0.02626059204339981, 0.40470296144485474, 0.6087144613265991, -0.6559893488883972, 0.3209274709224701, 0.4419178366661072, -0.05525452643632889, -0.2751777768135071, -0.07572628557682037, -0.8630077838897705, 0.14229141175746918, 0.537821888923645, -0.3465684652328491, -0.0015533911064267159, -0.1777980923652649, 0.149358868598938, -0.08014450967311859, -0.6645647883415222, 0.8413428068161011, -0.06275990605354309, -0.2893473505973816, -0.20929670333862305, -0.2558201253414154, 0.17487549781799316, -0.7691934108734131, -0.4557046890258789, -0.1343325674533844, 0.22187048196792603, -0.6859407424926758, -1.1581237316131592, 0.816844642162323, -0.29864728450775146, -0.6270343065261841, -0.10000273585319519, 0.7209402918815613, -0.5108494758605957, -1.0048506259918213, 0.4288812279701233, 0.0942067801952362, 0.1648995578289032, 0.259060263633728, -1.1768248081207275, 0.4179210662841797, -0.12314216792583466, -0.10887362062931061, 0.15481019020080566, 0.21140944957733154, 0.21577148139476776, 0.46761414408683777, 0.42279183864593506, -0.10465387254953384, -0.353712260723114, 0.32473433017730713, 0.803115725517273, -0.7389771938323975, -0.403324156999588, -0.4865303039550781, 0.8253080248832703, -0.3943237066268921, -0.5979615449905396, 0.4040813446044922, 1.1974616050720215, 0.8096462488174438, -0.2054499089717865, 0.8203269243240356, -0.5626040697097778, 0.689987063407898, -0.3892917037010193, 0.5713275671005249, -0.21785609424114227, -0.2723034620285034, -0.12520435452461243, -0.6501435041427612, -0.7291274070739746, 0.7472372055053711, 0.3350571393966675, 0.12349539995193481, 0.4764743447303772, 1.1266529560089111, -0.2554436922073364, 0.303430438041687, 0.08513203263282776, 0.2788642644882202, 0.11485755443572998, 0.3834800720214844, 0.1655881404876709, -0.688597559928894, -0.0031137093901634216, -0.2355649471282959, -0.6106390953063965, 0.05703262984752655, -1.1532052755355835, -1.0301668643951416, -0.6570543050765991, -0.7047664523124695, -0.6523661613464355, 0.0652809590101242, 1.1244714260101318, 1.091489315032959, -0.9924947023391724, -0.2916141152381897, 0.11286234855651855, 0.3620277941226959, 0.16405755281448364, -0.09478466212749481, 0.542967677116394, 0.3826940655708313, -0.5542816519737244, -0.2742490768432617, 0.039605773985385895, 0.23859919607639313, -0.06068209558725357, 0.012960579246282578, -0.04584990441799164, -0.0645468533039093, 0.32722702622413635, 0.42534950375556946, -0.08138611912727356, -0.3789726197719574, -0.6555880308151245, 0.19756551086902618, 0.0645778477191925, 0.8697489500045776, -0.4253396987915039, 0.08838850259780884, 0.6979082226753235, 0.5728774666786194, 0.6176068782806396, 0.2072688341140747, 0.4816508889198303, -0.6117963194847107, 0.2213001847267151, -0.17344017326831818, 0.4619009494781494, 0.10049717128276825, -0.343001127243042, 0.8805151581764221, 0.4530121684074402, -0.5974149703979492, -0.45381349325180054, 0.1675736904144287, -1.6431198120117188, 0.4041207730770111, 1.0284996032714844, 0.09936073422431946, -0.3099314272403717, -0.06947790086269379, -0.5252690315246582, -0.016760095953941345, -0.8406491279602051, 0.2278643697500229, 0.5597647428512573, 0.17214372754096985, -0.1806807816028595, -0.08441678434610367, 0.5080400705337524, -0.332388699054718, -1.3314416408538818, 0.216494619846344, 0.5973905324935913, 0.084663525223732, 0.030001312494277954, 0.6985732913017273, -0.12787137925624847, 0.4165179133415222, 0.18027299642562866, 0.3395802974700928, -0.19298860430717468, -0.6735712885856628, -0.2789645791053772, 0.02390531823039055, -0.19132807850837708, -0.4885794520378113 ]
result-kand2-sdxl-wuerst-karlo/7aa2df49
result-kand2-sdxl-wuerst-karlo
2023-09-26T16:34:15Z
525
0
[ "region:us" ]
null
2023-09-26T16:34:14Z
--- dataset_info: features: - name: result dtype: string - name: id dtype: int64 splits: - name: train num_bytes: 172 num_examples: 10 download_size: 1339 dataset_size: 172 configs: - config_name: default data_files: - split: train path: data/train-* --- # Dataset Card for "7aa2df49" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
[ -0.7270562648773193, -0.0929441824555397, 0.21633325517177582, 0.3698168694972992, -0.31668323278427124, -0.1742573380470276, 0.466296911239624, -0.28140726685523987, 0.6922451257705688, 0.509340763092041, -0.6601680517196655, -0.6444559693336487, -0.7150517106056213, -0.035246286541223526, -0.27660202980041504, 1.0248322486877441, 0.04241347312927246, 0.0472964383661747, -0.3596683740615845, -0.21069476008415222, -0.510816216468811, -0.41577160358428955, -0.5856027007102966, -0.6648024320602417, 0.8980713486671448, 0.8418986797332764, 0.5262006521224976, 0.7233948111534119, 0.8465556502342224, 0.18834197521209717, 0.05641243979334831, -0.3187927305698395, -0.4673944115638733, -0.07930681854486465, -0.13699115812778473, -0.46897026896476746, -1.040315866470337, -0.013654543086886406, 0.6116126775741577, 0.5385608077049255, -0.22286544740200043, 0.8565447330474854, -0.39928025007247925, 0.9466679096221924, -0.38671720027923584, 0.7675163745880127, -0.05351182073354721, -0.22888877987861633, -0.738976776599884, 0.14587977528572083, 0.2353902906179428, -0.4445304274559021, -0.23204781115055084, -1.1650772094726562, 0.2930063307285309, 0.12098827958106995, 0.6390451192855835, 0.26452556252479553, -0.04944300651550293, -0.2913455069065094, -0.22181758284568787, -0.09698452800512314, -0.2526909112930298, 0.197256937623024, 0.9037010669708252, 0.6203960180282593, -0.06354014575481415, -0.5923103094100952, -0.5494940280914307, 0.32167428731918335, 0.039395771920681, 0.10766038298606873, 0.26097431778907776, 0.11552669107913971, 0.6166195869445801, 0.7994131445884705, -0.5786046385765076, -0.38840118050575256, -0.8821331858634949, -0.41430526971817017, 0.9151467084884644, -0.08039402216672897, 0.27307990193367004, -0.13502858579158783, -0.0981394499540329, -0.37285444140434265, -0.4850606620311737, -0.13172893226146698, 0.5222111940383911, 0.15371248126029968, -1.2059367895126343, 0.5720308423042297, -0.15418455004692078, 0.4009140431880951, 0.30856698751449585, 0.4734610915184021, 0.7850221395492554, -0.08205819875001907, -0.1629120260477066, 0.33653461933135986, 0.10900415480136871, 0.3894149959087372, 0.10760483890771866, 0.1622549295425415, -0.017120325937867165, 0.19590763747692108, 0.08684396743774414, -1.1293246746063232, -0.904366135597229, 0.4662652313709259, -0.8057695031166077, -0.244623601436615, 0.40473246574401855, -0.9279896020889282, -0.8146846890449524, -0.32790127396583557, 0.13330955803394318, 0.14276261627674103, -0.8411266207695007, -0.2093188315629959, -0.8252579569816589, 0.4204173982143402, 0.28215259313583374, -0.748220682144165, 0.22822357714176178, 0.7316500544548035, 0.4975901246070862, 0.23546504974365234, -0.1784045398235321, -0.6066151261329651, 0.2727019786834717, -0.2845042049884796, 0.9757651686668396, -0.6593065857887268, -0.4923751652240753, 0.06360640376806259, 0.3672104775905609, 0.22429414093494415, -0.5265870690345764, 0.8107293844223022, -0.4552665650844574, -0.2251601368188858, -0.9733468294143677, -0.48647838830947876, -0.3109908699989319, 0.2904644310474396, -1.2933155298233032, 1.1422773599624634, 0.5179314017295837, -0.5757570862770081, 0.3173847198486328, -1.2104620933532715, -0.20040732622146606, 0.6615648865699768, -0.07459989935159683, -0.33308514952659607, 0.29181015491485596, -0.2327762097120285, 0.32974913716316223, -0.23372124135494232, 0.31563007831573486, -0.9004445672035217, -0.22620661556720734, -0.12740081548690796, 0.1534954011440277, 0.6802281737327576, 0.3158326745033264, 0.31503790616989136, 0.09761213511228561, -1.060992956161499, -0.28651732206344604, 0.29704684019088745, -0.13373947143554688, -0.2399127185344696, -0.7406257390975952, 0.413725346326828, 0.035628341138362885, 0.2691434323787689, -0.39214715361595154, 0.4055948555469513, 0.07757095247507095, -0.23413032293319702, 0.6765395998954773, 0.1644584685564041, 0.45446479320526123, -0.6019698977470398, 0.636939525604248, 0.02308683656156063, 0.2925003170967102, 0.06098952889442444, -0.6427218914031982, -0.6430641412734985, 0.041216328740119934, 0.6352034211158752, 0.4859461188316345, -0.7633521556854248, 0.5043957829475403, 0.17737607657909393, -0.7356066703796387, -0.2861406207084656, 0.1617233008146286, 0.29827576875686646, 0.29448428750038147, 0.3777097165584564, -0.7731270790100098, -0.6371795535087585, -0.5948503613471985, 0.43057069182395935, -0.09216880798339844, 0.1697758436203003, 0.2469630092382431, 0.759472668170929, -0.3301500082015991, 0.47352635860443115, -0.6750718951225281, -0.3949311673641205, 0.03521110489964485, -0.32204532623291016, 0.220854714512825, 0.7460219860076904, 1.0716818571090698, -0.8275457620620728, -0.321656197309494, -0.6457598805427551, -0.6023996472358704, -0.18329937756061554, 0.36244162917137146, -0.712312638759613, -0.15230967104434967, 0.06094130128622055, -0.6054360866546631, 0.7700192332267761, 0.7837221622467041, -0.7764602303504944, 0.020079201087355614, 0.06777197122573853, 0.17289729416370392, -1.3252451419830322, 0.4265809953212738, -0.07439827173948288, -0.009430286474525928, -0.5318484306335449, 0.031336456537246704, 0.11755669862031937, -0.1766415238380432, -0.10851907730102539, 0.7860414981842041, -0.6865484714508057, -0.1384778916835785, -0.15034106373786926, -0.21394482254981995, -0.10170383006334305, 0.20456059277057648, 0.060091547667980194, 0.35252535343170166, 0.9753429293632507, -0.32547304034233093, 0.9383772015571594, 0.771416425704956, 0.10951904952526093, 0.9120529294013977, -0.6832720041275024, 0.2394431233406067, -0.3313807249069214, 0.6228042840957642, -0.7371712327003479, -0.9832550287246704, 0.7282840609550476, -0.5095229744911194, 0.45683926343917847, -0.6995564103126526, -0.4688114821910858, -0.6048070192337036, -0.39624926447868347, 0.9221875071525574, 0.4918445348739624, -0.7864891886711121, 0.46538645029067993, 0.7786616683006287, -0.08114047348499298, -0.0021708954591304064, -0.776060938835144, -0.0595703162252903, -0.3262629210948944, -0.26231706142425537, 0.3553409278392792, -0.4150068163871765, 0.061124563217163086, -0.24947573244571686, 0.16763770580291748, -0.09046926349401474, -0.3190796375274658, 0.7791796326637268, 0.12405604869127274, -0.15240727365016937, 0.35148248076438904, 0.05567726865410805, -0.7067615985870361, 0.27755558490753174, 0.05583743005990982, 0.4228367507457733, 0.15093733370304108, -0.08389326930046082, -0.3181973695755005, 0.6193551421165466, 0.26578736305236816, -0.18869760632514954, 0.41722187399864197, 1.0298962593078613, -0.9812852144241333, -0.1565837562084198, -0.5560224652290344, -0.07140637934207916, -0.49303415417671204, -0.019471580162644386, -0.3198510706424713, -0.46289560198783875, 0.7977333068847656, 0.04078374430537224, -0.17700758576393127, 0.9508426785469055, 0.8865987658500671, 0.33765870332717896, 0.5671131014823914, 0.5323254466056824, -0.0690126046538353, 0.37521469593048096, -0.3511074185371399, -0.3968215584754944, -0.7444447875022888, -0.5938771367073059, -0.5094343423843384, -0.3713673949241638, -0.5634697079658508, -0.4998683035373688, -0.09939475357532501, 0.17637322843074799, -0.33175015449523926, 0.4561176896095276, -0.7407178282737732, 0.3623068034648895, 0.6254122257232666, 0.12905678153038025, -0.18554018437862396, -0.09270308911800385, 0.43261727690696716, 0.6412519812583923, -0.6463324427604675, -0.12408439815044403, 1.2128052711486816, 0.529340386390686, 0.8500314354896545, 0.5206140875816345, 0.9793537259101868, 0.5565382838249207, 0.5282159447669983, -0.30811768770217896, 0.2342582643032074, 0.1710936427116394, -0.7902306318283081, -0.02020563744008541, -0.11089497059583664, -0.779025673866272, -0.5005870461463928, -0.22930145263671875, -0.19711802899837494, 0.7012509107589722, 0.6633785367012024, -0.08775535970926285, -0.08603028208017349, -0.9951685070991516, 1.082567811012268, 0.08113325387239456, 0.05979113280773163, -0.07352739572525024, -0.7099038362503052, 0.2632122039794922, 0.23150590062141418, 0.15524613857269287, -0.5006973743438721, 0.06626911461353302, 1.1473557949066162, -0.5007540583610535, 0.9454987645149231, -0.8672015070915222, -0.08714607357978821, 0.3572419583797455, -0.2748264968395233, 0.22442440688610077, 0.7499639391899109, -0.1092870831489563, 0.17455555498600006, 0.32257673144340515, -0.6718253493309021, -0.23998884856700897, 0.9067439436912537, -0.7188664078712463, 0.16562701761722565, -0.6660234332084656, -0.5312900543212891, -0.10983500629663467, 0.3637680411338806, 0.16390739381313324, 0.7132321000099182, -0.1607578992843628, -0.07469585537910461, 0.6608895063400269, 0.4613901972770691, 0.4074464738368988, 0.07502869516611099, -0.22708749771118164, -0.5590455532073975, 1.0709848403930664, 0.1988935023546219, -0.36240777373313904, 0.09403425455093384, 0.23024816811084747, -0.4704216420650482, -0.4012697637081146, -0.7352873086929321, 0.3031926453113556, -0.660438060760498, -0.6857656836509705, -0.16767354309558868, -0.1705077886581421, -0.7505959868431091, -0.15409879386425018, -0.23969201743602753, -0.6511960625648499, -0.7095929980278015, -0.582955539226532, 1.1332162618637085, 0.7906773090362549, -0.7047180533409119, 0.4699060022830963, -0.9059723615646362, 0.7524659037590027, 0.03977293521165848, 1.1153564453125, -0.047461241483688354, -0.43192631006240845, -0.19315436482429504, -0.09397705644369125, -0.027593916282057762, -0.8258665204048157, -0.1762649565935135, 0.3085867762565613, 0.7271053194999695, 0.2694275975227356, 0.18600252270698547, 0.4510406255722046, 0.02111266925930977, 0.5647448301315308, 0.20729339122772217, -0.5757402181625366, 0.5010437965393066, -0.29122743010520935, 0.48839420080184937, 0.8682659268379211, 0.41153258085250854, -0.33096230030059814, 0.3990701138973236, -0.9895856380462646, -0.6359277367591858, 0.6562022566795349, 0.09181363880634308, 0.08935553580522537, 0.2608894407749176, 0.6241679787635803, 0.07770418375730515, 0.3324253261089325, -0.36157092452049255, -0.8813189268112183, -0.3601822257041931, -0.5801038146018982, 0.08527419716119766, -0.6055362820625305, -0.4615285396575928, -0.41169241070747375, 0.684439480304718, -0.1373298019170761, 0.47890788316726685, 0.03541387990117073, 0.18630507588386536, -0.22427813708782196, -0.29862964153289795, 0.48603925108909607, 0.5965901613235474, -0.47321826219558716, -0.0796729177236557, -0.2799797058105469, -0.6957442164421082, -0.3248216211795807, 0.9402698278427124, 0.023549996316432953, -0.27665483951568604, 0.5831646919250488, 0.7420356273651123, -0.5199853181838989, -0.04847724735736847, 0.2743114233016968, -0.13807004690170288, -0.43744564056396484, -0.5104789137840271, 0.26693230867385864, 0.17793884873390198, 0.2830039858818054, 0.14294546842575073, -0.1527795046567917, 0.48818260431289673, -0.4741574227809906, 0.4527565836906433, -0.14746952056884766, -0.711661159992218, -0.5684036612510681, 0.47652044892311096, 0.6170307993888855, -0.5085480809211731, 0.6251534223556519, -0.2887490391731262, -0.4351937472820282, 0.8208510875701904, 0.32455193996429443, 0.634009838104248, -0.43024423718452454, 0.4250141978263855, 0.5065615773200989, -0.01570579782128334, 0.020296823233366013, 0.9342816472053528, -0.40681397914886475, -0.4917681813240051, 0.2285490483045578, -0.43845513463020325, -0.3415023386478424, -0.27710288763046265, -1.0676928758621216, 0.13314288854599, -0.6172250509262085, -0.2177797555923462, 0.08099827170372009, 0.19887499511241913, -0.8647539019584656, 0.36188197135925293, 0.3970305621623993, 1.5048362016677856, -0.8885205388069153, 0.7400413751602173, 0.9054384827613831, -0.3983420431613922, -0.7265382409095764, -0.32056924700737, 0.24766728281974792, -0.8707766532897949, -0.3408753275871277, 0.28847768902778625, 0.5804306864738464, -0.20396316051483154, -0.7731656432151794, -0.8330440521240234, 1.2460668087005615, 0.22451791167259216, -0.5693649649620056, 0.29332274198532104, -0.11451879888772964, 0.3320419490337372, -0.3107606768608093, 0.22965414822101593, 0.621283233165741, 0.9491039514541626, 0.5160320997238159, -0.6630638241767883, 0.20019632577896118, -0.7592358589172363, -0.18899594247341156, 0.34270918369293213, -0.8554645776748657, 0.00842980295419693, -0.12372708320617676, 0.1859498769044876, 0.00047042558435350657, 0.7606092691421509, 0.2980630397796631, 0.6168856620788574, 0.35483476519584656, 0.5936034917831421, 0.8868337869644165, -0.33503127098083496, 0.9278032779693604, -0.08150091022253036, 0.5577809810638428, 1.1209107637405396, -0.2123883217573166, 0.21426144242286682, 0.4545469582080841, 0.07532097399234772, 0.044942162930965424, 0.8226191401481628, -0.49394768476486206, 0.48567458987236023, 0.3942902684211731, -0.0850682258605957, -0.24339613318443298, -0.16389448940753937, -1.0363212823867798, 0.10552611202001572, 0.542858898639679, -0.3450089991092682, -0.0823986753821373, -0.15307529270648956, 0.08888228237628937, -0.30088603496551514, -0.5720179080963135, 0.7702438831329346, 0.131743386387825, -0.27559909224510193, -0.024890579283237457, -0.06777119636535645, 0.11227183043956757, -0.5711252689361572, -0.6752698421478271, -0.21704261004924774, 0.2347111999988556, -0.5643029808998108, -1.0762338638305664, 0.690176248550415, -0.41740578413009644, -0.45049095153808594, 0.07113951444625854, 0.6672061085700989, -0.5182344913482666, -0.9945006966590881, 0.25054535269737244, -0.047995515167713165, 0.04862411692738533, 0.0239400714635849, -1.2192081212997437, 0.5732352137565613, -0.25622856616973877, -0.1618882417678833, 0.29425787925720215, 0.05324127897620201, -0.05174506828188896, 0.45269712805747986, 0.6204099059104919, -0.08679918944835663, -0.36368319392204285, 0.27709242701530457, 0.9289490580558777, -0.5524632930755615, -0.5695165991783142, -0.2405744343996048, 0.636247456073761, -0.4062459468841553, -0.7977564930915833, 0.42607030272483826, 1.0134307146072388, 0.8812302350997925, -0.12872108817100525, 0.8173900842666626, -0.5251564979553223, 0.623920738697052, -0.35751163959503174, 0.7718509435653687, -0.2907829284667969, -0.22300925850868225, -0.09107198566198349, -0.8052170276641846, -0.6926974654197693, 0.6262620687484741, 0.3129100799560547, 0.19290487468242645, 0.3389367461204529, 1.0182814598083496, -0.18526394665241241, 0.16493336856365204, -0.023776914924383163, 0.199138343334198, 0.36683687567710876, 0.30610376596450806, 0.16517570614814758, -0.6742558479309082, 0.08733411878347397, -0.3716932237148285, -0.6104394197463989, 0.01470518670976162, -0.9537094831466675, -1.003187656402588, -0.7633102536201477, -0.5388267636299133, -0.7036232352256775, 0.08881285786628723, 0.9484279751777649, 0.9494503140449524, -1.060809850692749, -0.17019924521446228, 0.16409142315387726, 0.34166744351387024, 0.14515475928783417, -0.09659270197153091, 0.7933489084243774, 0.5886462926864624, -0.37891802191734314, -0.2648151218891144, -0.03351404145359993, 0.2554153501987457, -0.025242658331990242, -0.14946457743644714, 0.02912612445652485, 0.008575319312512875, 0.20313866436481476, 0.5962973833084106, -0.19531139731407166, -0.34943804144859314, -0.7004364728927612, 0.2255593240261078, 0.053236957639455795, 0.8132836222648621, -0.31133756041526794, 0.18214622139930725, 0.6897261738777161, 0.30330589413642883, 0.5433096289634705, 0.3625958561897278, 0.5691955089569092, -0.4243253469467163, 0.1559906005859375, -0.1911979466676712, 0.37067875266075134, 0.24797941744327545, -0.4617718756198883, 0.772837221622467, 0.46778056025505066, -0.47458159923553467, -0.6068569421768188, -0.05139792710542679, -1.6187361478805542, 0.519180178642273, 1.1159982681274414, 0.1357271373271942, -0.3766317367553711, -0.20017360150814056, -0.5829706788063049, 0.22583095729351044, -1.0422908067703247, 0.405818372964859, 0.48163706064224243, 0.09206812083721161, -0.3439764678478241, -0.15058471262454987, 0.843437671661377, -0.5573857426643372, -1.1803867816925049, 0.09881128370761871, 0.549785315990448, 0.14129982888698578, 0.10239145159721375, 0.8221617341041565, -0.09805639088153839, 0.522559404373169, 0.34828492999076843, 0.3039667010307312, -0.4057321548461914, -0.5994169116020203, -0.3183048367500305, 0.17590448260307312, -0.09864162653684616, -0.40552207827568054 ]
result-kand2-sdxl-wuerst-karlo/c2696aec
result-kand2-sdxl-wuerst-karlo
2023-09-26T23:48:54Z
525
0
[ "region:us" ]
null
2023-09-26T23:48:54Z
--- dataset_info: features: - name: result dtype: string - name: id dtype: int64 splits: - name: train num_bytes: 169 num_examples: 10 download_size: 1324 dataset_size: 169 configs: - config_name: default data_files: - split: train path: data/train-* --- # Dataset Card for "c2696aec" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
[ -0.5522424578666687, -0.03538855165243149, 0.35227862000465393, 0.19248181581497192, -0.1931503862142563, -0.052375178784132004, 0.38171738386154175, -0.33470574021339417, 0.8950518369674683, 0.3593564033508301, -0.8111850619316101, -0.7912341952323914, -0.6049897074699402, -0.16353265941143036, -0.3049316704273224, 1.1178077459335327, 0.36593228578567505, 0.2572481632232666, -0.2921397387981415, -0.12135215103626251, -0.31582483649253845, -0.7097867131233215, -0.6456943154335022, -0.4286588430404663, 1.1624354124069214, 0.8728387951850891, 0.622209370136261, 0.5157420039176941, 0.8281798362731934, 0.20098140835762024, 0.005629571620374918, -0.37623873353004456, -0.5261842012405396, -0.27397221326828003, -0.17454253137111664, -0.5184069275856018, -1.1237164735794067, -0.09984194487333298, 0.596220850944519, 0.6811840534210205, -0.032851316034793854, 0.6679038405418396, -0.20420271158218384, 0.8940969705581665, -0.573200523853302, 0.638483464717865, -0.2051427662372589, -0.3131391704082489, -0.6720998883247375, 0.027186064049601555, 0.008403848856687546, -0.5591491460800171, -0.16671502590179443, -0.9737542271614075, 0.174289733171463, 0.032638031989336014, 0.5811625719070435, 0.0650399848818779, 0.015233342535793781, -0.2744467258453369, -0.27421924471855164, 0.10905205458402634, -0.20255722105503082, 0.2810201346874237, 0.7442694306373596, 0.40108877420425415, -0.012091277167201042, -0.6327251195907593, -0.40042349696159363, 0.13582225143909454, 0.04192638024687767, 0.2057790607213974, 0.2561737596988678, 0.07991846650838852, 0.626440167427063, 0.6015642881393433, -0.5538315773010254, -0.158153235912323, -0.9232949614524841, -0.42809155583381653, 0.8581135869026184, 0.1358311027288437, 0.2934413552284241, -0.1531861126422882, -0.17507360875606537, -0.19862055778503418, -0.5732753872871399, -0.07042825222015381, 0.516318678855896, 0.20301969349384308, -1.2250922918319702, 0.5606077313423157, 0.026748808100819588, 0.3072808086872101, 0.19539152085781097, 0.7473984956741333, 0.6519596576690674, -0.18696452677249908, -0.05801277235150337, 0.274474561214447, 0.07869945466518402, 0.38370436429977417, 0.1907866895198822, 0.11108222603797913, 0.071027971804142, 0.33103200793266296, 0.07564175128936768, -1.136981725692749, -1.0014069080352783, 0.4552156925201416, -0.7349703311920166, -0.14797483384609222, 0.5368674397468567, -0.9291749000549316, -0.4840286374092102, -0.4594229459762573, -0.0271843783557415, 0.23318572342395782, -0.6195479035377502, -0.13905146718025208, -0.7286882400512695, 0.5479645133018494, 0.2264573872089386, -0.7761110067367554, 0.2290993332862854, 0.7626397013664246, 0.35176149010658264, 0.032692331820726395, -0.04124428704380989, -0.6992504000663757, 0.2471732795238495, -0.08025163412094116, 0.9386857151985168, -0.7696318626403809, -0.5145725011825562, 0.1210489273071289, 0.48028695583343506, 0.04243607074022293, -0.3983055055141449, 0.8791725635528564, -0.4608968496322632, -0.19473806023597717, -0.7729406952857971, -0.5987861156463623, -0.0474703274667263, 0.2781369388103485, -1.2277485132217407, 1.093313217163086, 0.23124679923057556, -0.8810738921165466, 0.17340528964996338, -1.1801609992980957, -0.1448037326335907, 0.7816902995109558, -0.20781779289245605, -0.24734093248844147, 0.21630237996578217, -0.19433718919754028, 0.4978276491165161, -0.10713867098093033, 0.25915274024009705, -0.9876008629798889, -0.19134606420993805, 0.08099984377622604, 0.15992988646030426, 0.9226927757263184, 0.2674162685871124, 0.379505455493927, 0.08655187487602234, -1.0226120948791504, -0.0007612629560753703, 0.053854845464229584, -0.156839519739151, -0.19854353368282318, -0.6046298742294312, 0.5940842628479004, -0.03826632723212242, 0.45526328682899475, -0.4488409161567688, 0.22781118750572205, 0.06523624807596207, -0.10870496928691864, 0.7957422733306885, 0.2247237265110016, 0.34496307373046875, -0.5922591090202332, 0.5688194632530212, 0.06615764647722244, 0.358145147562027, 0.07903948426246643, -0.5446531176567078, -0.8518719673156738, 0.025753691792488098, 0.6942390203475952, 0.634801983833313, -0.6369603276252747, 0.7862629294395447, 0.13940870761871338, -0.7623583078384399, -0.21962003409862518, -0.1784263402223587, 0.26258739829063416, 0.12971128523349762, 0.39656534790992737, -0.6949930787086487, -0.7382639050483704, -0.8253147602081299, 0.28117963671684265, -0.02805403620004654, 0.17440517246723175, 0.2234632521867752, 0.9295352697372437, -0.43791720271110535, 0.34849801659584045, -0.7446463108062744, -0.12244267016649246, -0.05091433972120285, -0.3693540096282959, 0.2105308622121811, 0.9119341969490051, 0.9598250985145569, -0.7733842134475708, -0.2570781111717224, -0.655025064945221, -0.41874241828918457, 0.009186782874166965, 0.23902590572834015, -0.6626147627830505, -0.11562515795230865, 0.12569883465766907, -0.3275830149650574, 1.0057419538497925, 1.0120693445205688, -0.7180051207542419, 0.1862265020608902, 0.017918026074767113, 0.31034278869628906, -1.4210994243621826, 0.5120359063148499, 0.0801575556397438, -0.2150522917509079, -0.4240962564945221, -0.0778406411409378, 0.16525152325630188, -0.20401085913181305, -0.21617275476455688, 0.48800817131996155, -0.5704567432403564, -0.10609117895364761, -0.03467842936515808, -0.08753637969493866, -0.2032695859670639, 0.3302966058254242, 0.1688854992389679, 0.39172112941741943, 0.9739066958427429, -0.5078166723251343, 0.8158320784568787, 0.6237578988075256, 0.019070185720920563, 0.9544727802276611, -0.7298157215118408, 0.2083866149187088, -0.25590458512306213, 0.4346195161342621, -0.6880621910095215, -0.7257705330848694, 0.4519025683403015, -0.4665132761001587, 0.29070815443992615, -0.6270414590835571, -0.4807165563106537, -0.4957219958305359, -0.31397753953933716, 0.9145733118057251, 0.4159204959869385, -0.804229736328125, 0.42780086398124695, 0.741753876209259, -0.042470891028642654, 0.09739306569099426, -0.891394853591919, -0.010478703305125237, -0.23116153478622437, -0.35105985403060913, 0.5148081183433533, -0.7486205697059631, 0.08051829040050507, -0.3644121289253235, 0.3498120903968811, -0.23395226895809174, -0.27530398964881897, 0.7226753830909729, 0.31605076789855957, -0.09126688539981842, 0.24110159277915955, -0.16385990381240845, -0.7904974222183228, 0.2522123157978058, 0.07179558277130127, 0.32627785205841064, 0.06710084527730942, -0.1592479646205902, -0.6143489480018616, 0.6684057712554932, 0.31932929158210754, -0.136259064078331, 0.4536345899105072, 0.7312754392623901, -0.8859638571739197, -0.111355721950531, -0.46006345748901367, -0.2749372124671936, -0.47366219758987427, -0.003313151653856039, -0.2435273975133896, -0.47760725021362305, 0.7565120458602905, -0.04656122997403145, -0.1549539417028427, 0.8858575820922852, 0.8224868774414062, 0.09861988574266434, 0.5280774235725403, 0.5855817794799805, -0.37755513191223145, 0.4006637632846832, -0.40718939900398254, -0.32556262612342834, -0.6465394496917725, -0.5370945930480957, -0.8334230184555054, -0.5141366720199585, -0.7102924585342407, -0.4113497734069824, 0.02583577111363411, -0.167835533618927, -0.2588651478290558, 0.6421540379524231, -0.6668545603752136, 0.47375959157943726, 0.5983717441558838, 0.25765278935432434, -0.028315240517258644, -0.19787980616092682, 0.2572803199291229, 0.33753660321235657, -0.6982281804084778, -0.08092755824327469, 1.0978037118911743, 0.5168614983558655, 0.9121850728988647, 0.3748779296875, 0.9527278542518616, 0.43891260027885437, 0.22930468618869781, -0.3064972758293152, 0.39089152216911316, -0.032856136560440063, -0.798388659954071, 0.24778355658054352, -0.07278359681367874, -0.785820722579956, -0.6439427137374878, -0.3956916034221649, -0.34434810280799866, 0.6943296194076538, 0.6013405323028564, -0.11662842333316803, 0.04673844203352928, -0.8854643702507019, 0.9558475017547607, -0.14765293896198273, -0.09237606078386307, -0.3606370687484741, -0.7304853200912476, 0.01322947908192873, 0.409373015165329, 0.14389145374298096, -0.2443704456090927, 0.09381062537431717, 0.9918625950813293, -0.41144198179244995, 1.0496865510940552, -0.7572819590568542, 0.02472095377743244, 0.1653498411178589, -0.30197614431381226, 0.3504939079284668, 0.5322766900062561, -0.16655513644218445, -0.022933591157197952, 0.3266240656375885, -0.6834513545036316, -0.18278679251670837, 0.9720005989074707, -0.6496564149856567, 0.252411425113678, -0.5979756116867065, -0.373881995677948, -0.07244805991649628, 0.14503498375415802, 0.26650869846343994, 0.9316689372062683, -0.3340736925601959, 0.1683158129453659, 0.7293963432312012, 0.38164836168289185, 0.47222280502319336, -0.023593410849571228, -0.054334066808223724, -0.53739994764328, 0.8515121936798096, 0.12645100057125092, -0.22747163474559784, 0.23703895509243011, 0.17656724154949188, -0.37033841013908386, -0.549232542514801, -0.5311815738677979, 0.2778693437576294, -0.5288989543914795, -0.5467222929000854, -0.2055221050977707, -0.31414976716041565, -0.5104478001594543, -0.28756052255630493, -0.23417995870113373, -0.7705700397491455, -0.7602953910827637, -0.5572852492332458, 1.0570242404937744, 0.7333844900131226, -0.5377434492111206, 0.46661192178726196, -0.9336035847663879, 0.6254047155380249, -0.13487686216831207, 0.9288870096206665, -0.26468169689178467, -0.5081742405891418, -0.3947314918041229, -0.014912642538547516, 0.02781478501856327, -0.6963087916374207, -0.2676863372325897, 0.23583461344242096, 0.6033035516738892, 0.19672127068042755, 0.13094206154346466, 0.657243549823761, 0.05723816528916359, 0.6446495056152344, 0.28692904114723206, -0.65599125623703, 0.5521948933601379, -0.3568941652774811, 0.5536766648292542, 0.9606004953384399, 0.6052443385124207, -0.2893562912940979, 0.22239606082439423, -1.2092894315719604, -0.5895857810974121, 0.3096131682395935, 0.09614210575819016, 0.0633532777428627, 0.3008960783481598, 0.579713761806488, -0.11658430844545364, 0.16071632504463196, -0.6852913498878479, -0.8258441686630249, -0.04153140261769295, -0.5931436419487, 0.26361316442489624, -0.5386707782745361, -0.2766070067882538, -0.48839232325553894, 0.8143149614334106, -0.12242794781923294, 0.3921273350715637, 0.10306426882743835, 0.18786579370498657, -0.003874962218105793, -0.0858527421951294, 0.382050484418869, 0.5676867365837097, -0.2954946458339691, -0.10315020382404327, -0.197797030210495, -0.5313257575035095, -0.5684022903442383, 0.7399663925170898, 0.01953502744436264, -0.4227864742279053, 0.5443992614746094, 0.5012954473495483, -0.18473421037197113, -0.09111227840185165, 0.3141411244869232, -0.18441645801067352, -0.3800376355648041, -0.6911975741386414, 0.30395278334617615, 0.2643323540687561, 0.20825952291488647, 0.0024608983658254147, -0.08701711148023605, 0.40276989340782166, -0.5623894929885864, 0.5281051397323608, -0.02281247451901436, -0.7495087385177612, -0.6395257115364075, 0.35038164258003235, 0.808455228805542, -0.32127735018730164, 0.8378458023071289, -0.04623108729720116, -0.4886667728424072, 0.857024073600769, 0.20748746395111084, 0.7048389911651611, -0.335860937833786, 0.22120192646980286, 0.698411226272583, 0.02371968701481819, 0.26706477999687195, 0.9702135324478149, -0.28283923864364624, -0.5504088997840881, 0.1678413301706314, -0.17871958017349243, -0.3154717683792114, -0.33312857151031494, -1.0769612789154053, 0.2985091805458069, -0.7696570754051208, -0.2340540736913681, 0.2016381472349167, 0.2831896245479584, -0.936319887638092, 0.38059672713279724, 0.32955965399742126, 1.4704829454421997, -0.7561781406402588, 0.9069035649299622, 0.6914077997207642, -0.35914871096611023, -0.7906934022903442, -0.3564990758895874, 0.22922369837760925, -0.783070981502533, -0.16252799332141876, 0.2108326405286789, 0.25384223461151123, -0.2122519314289093, -0.8969337940216064, -0.6315957903862, 1.1804413795471191, 0.1631166785955429, -0.8627904057502747, 0.3248331546783447, -0.08238109946250916, 0.35586878657341003, -0.5012847185134888, 0.23941397666931152, 0.64569491147995, 0.9538209438323975, 0.4198237359523773, -0.6195350289344788, -0.02251255139708519, -0.60063236951828, -0.27762123942375183, 0.2886718809604645, -0.7725561857223511, -0.014331904239952564, -0.217098206281662, 0.030540045350790024, 0.2506359815597534, 0.6669104695320129, 0.14400488138198853, 0.39031773805618286, 0.4665583074092865, 0.7002382278442383, 0.922676682472229, -0.3133597671985626, 0.8119113445281982, -0.15270672738552094, 0.41081470251083374, 1.2209749221801758, -0.19082599878311157, 0.39986366033554077, 0.5006638765335083, 0.08480745553970337, 0.4211815297603607, 0.760611891746521, -0.5101816058158875, 0.31928181648254395, 0.39285042881965637, -0.2554520070552826, -0.37793171405792236, -0.19713842868804932, -0.8211880326271057, 0.1323794275522232, 0.5903694033622742, -0.44998013973236084, 0.0760660246014595, -0.311259001493454, 0.08458850532770157, -0.03225800767540932, -0.6245824098587036, 0.878825843334198, 0.043310947716236115, -0.26867756247520447, -0.017576372250914574, -0.12385571002960205, 0.23962929844856262, -0.6980826258659363, -0.4790084660053253, -0.047268811613321304, 0.3162654936313629, -0.7727404236793518, -1.0447500944137573, 0.7319318056106567, -0.30063897371292114, -0.4743615686893463, 0.057437997311353683, 0.6277337670326233, -0.5413159728050232, -0.9644656777381897, 0.4421141743659973, -0.11895161122083664, 0.11763414740562439, 0.1857728213071823, -1.318102240562439, 0.5633021593093872, -0.04394334927201271, 0.07281240075826645, 0.1531975418329239, 0.012457738630473614, 0.1379532366991043, 0.48297664523124695, 0.525010883808136, -0.0213338490575552, -0.3856073319911957, 0.3021228611469269, 0.9813752770423889, -0.8098046183586121, -0.5755724906921387, -0.27170923352241516, 0.9130163192749023, -0.35930365324020386, -0.6116881966590881, 0.4210166335105896, 1.2029414176940918, 0.8702053427696228, -0.20326004922389984, 0.7938697338104248, -0.4441310465335846, 0.6882118582725525, -0.4287528693675995, 0.5816745162010193, -0.1320955604314804, -0.17389608919620514, -0.08950451761484146, -0.7104488015174866, -0.745648980140686, 0.5368873476982117, 0.3206072151660919, 0.2104191929101944, 0.5692955851554871, 1.2014970779418945, -0.18736810982227325, 0.4102734327316284, 0.017855213955044746, 0.12280093133449554, 0.2861654460430145, 0.5096962451934814, 0.3344046473503113, -0.6406462788581848, 0.0006088358932174742, -0.26568374037742615, -0.5464540719985962, 0.12797687947750092, -1.10490882396698, -0.97031170129776, -0.7874615788459778, -0.6907374262809753, -0.657757043838501, 0.026127194985747337, 1.044906497001648, 1.1050175428390503, -1.1127680540084839, -0.2868924140930176, 0.14720025658607483, 0.22733387351036072, 0.21494777500629425, -0.09356854110956192, 0.7164523005485535, 0.5652134418487549, -0.613046407699585, -0.16994094848632812, -0.08178594708442688, 0.258393257856369, -0.12026506662368774, -0.04221576452255249, -0.08566756546497345, -0.14877592027187347, 0.20205891132354736, 0.5088919997215271, -0.05345741659402847, -0.4635654389858246, -0.7027692794799805, 0.1784752905368805, 0.12822869420051575, 1.1580911874771118, -0.40982702374458313, 0.04881128668785095, 0.6774032711982727, 0.4499841332435608, 0.55845046043396, 0.2008569985628128, 0.5784385204315186, -0.4797897934913635, 0.21882614493370056, -0.029121719300746918, 0.45244723558425903, 0.11191707104444504, -0.547285795211792, 0.6562291979789734, 0.37463128566741943, -0.6002526879310608, -0.22200483083724976, 0.10987722873687744, -1.747267723083496, 0.45205530524253845, 0.9190068244934082, 0.11800994724035263, -0.3850780725479126, -0.19009757041931152, -0.46725204586982727, -0.04376962035894394, -1.0055238008499146, 0.2123212069272995, 0.4136723577976227, 0.1211157962679863, -0.23100411891937256, -0.050455108284950256, 0.716349720954895, -0.3868403434753418, -1.3909250497817993, 0.2847902774810791, 0.7127681374549866, 0.09560280293226242, -0.03907599300146103, 0.6791641116142273, -0.29272884130477905, 0.40867719054222107, 0.016980841755867004, 0.26627400517463684, -0.008133246563374996, -0.7720403671264648, -0.3269684612751007, 0.08827663958072662, -0.04119011387228966, -0.43396395444869995 ]
result-kand2-sdxl-wuerst-karlo/043bd500
result-kand2-sdxl-wuerst-karlo
2023-09-27T02:37:30Z
525
0
[ "region:us" ]
null
2023-09-27T02:37:29Z
--- dataset_info: features: - name: result dtype: string - name: id dtype: int64 splits: - name: train num_bytes: 164 num_examples: 10 download_size: 1319 dataset_size: 164 configs: - config_name: default data_files: - split: train path: data/train-* --- # Dataset Card for "043bd500" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
[ -0.78321373462677, -0.13636364042758942, 0.32301655411720276, 0.5050848722457886, -0.12635332345962524, -0.19989803433418274, 0.4810757339000702, -0.2002379596233368, 0.8239471912384033, 0.5029041767120361, -0.9221725463867188, -0.6151741147041321, -0.39547786116600037, 0.04565611854195595, -0.23226937651634216, 1.2451322078704834, 0.022873397916555405, 0.18532781302928925, -0.33534082770347595, -0.04982912167906761, -0.6264018416404724, -0.41046252846717834, -0.6093090176582336, -0.40692028403282166, 1.015155553817749, 0.8773348331451416, 0.3993977904319763, 0.5981161594390869, 0.81399005651474, 0.191391721367836, 0.0949200838804245, -0.26993680000305176, -0.4285387694835663, -0.17128248512744904, -0.16101667284965515, -0.41967180371284485, -1.3477795124053955, 0.12694773077964783, 0.5061256289482117, 0.7716071605682373, -0.25643423199653625, 0.8649531602859497, -0.3204088509082794, 0.9292500615119934, -0.31688204407691956, 0.5868188142776489, 0.1017984002828598, -0.12336138635873795, -0.7735248804092407, -0.07565681636333466, 0.05213881656527519, -0.6509864330291748, -0.3088989555835724, -1.0693854093551636, 0.34470850229263306, 0.1025567352771759, 0.7022783756256104, 0.24880047142505646, -0.044474631547927856, -0.10686814039945602, -0.4020126760005951, -0.08832621574401855, -0.19295214116573334, 0.2340906411409378, 0.7245050072669983, 0.43096688389778137, -0.027687914669513702, -0.6800499558448792, -0.6160290837287903, 0.4832111597061157, 0.07657596468925476, 0.16656681895256042, 0.10786520689725876, 0.031247545033693314, 0.7604355812072754, 0.7421541810035706, -0.5533632040023804, -0.23811478912830353, -0.8629911541938782, -0.35057559609413147, 0.8337792158126831, 0.17671044170856476, 0.037351060658693314, -0.30411505699157715, -0.2356686145067215, -0.2714439332485199, -0.5733351111412048, -0.22956250607967377, 0.5816161632537842, 0.03623531013727188, -0.9618964791297913, 0.4955579340457916, -0.1713414341211319, 0.5008559823036194, 0.2340366095304489, 0.6467534899711609, 0.7199598550796509, -0.2991850972175598, -0.19650152325630188, 0.07026500999927521, 0.2045525312423706, 0.5775956511497498, 0.28511133790016174, 0.16136601567268372, -0.0506959892809391, -0.17373691499233246, 0.05964651331305504, -1.3787163496017456, -1.0359121561050415, 0.5220000147819519, -0.6790209412574768, -0.25420665740966797, 0.4873833954334259, -0.9052466154098511, -0.6334010362625122, -0.21690867841243744, 0.11984878033399582, 0.12996570765972137, -0.7421084046363831, -0.11666002869606018, -0.7031615376472473, 0.30262240767478943, 0.27424654364585876, -0.9061750769615173, 0.28358742594718933, 0.7135082483291626, 0.4077739715576172, 0.37043726444244385, -0.11771778762340546, -0.5761863589286804, 0.4205141067504883, -0.2640019953250885, 0.9107052087783813, -0.40937137603759766, -0.41969624161720276, -0.20969894528388977, 0.4702806770801544, 0.3103589117527008, -0.4970933496952057, 0.7509225606918335, -0.6398357152938843, -0.17243224382400513, -0.7878336906433105, -0.523980975151062, -0.30920833349227905, 0.16894356906414032, -1.4107369184494019, 1.0626237392425537, 0.22471660375595093, -0.8034383058547974, 0.49968960881233215, -1.2784309387207031, -0.2551209032535553, 0.7949672341346741, 0.021313481032848358, -0.24706606566905975, 0.19142857193946838, -0.1568312793970108, 0.7398781776428223, -0.11688719689846039, 0.37272268533706665, -1.0274869203567505, -0.3584819734096527, 0.0392974428832531, 0.17419405281543732, 1.0332214832305908, 0.31398066878318787, 0.5886557698249817, 0.0112409433349967, -1.0503383874893188, -0.15700481832027435, 0.3008270263671875, -0.0865430012345314, -0.269912987947464, -0.6476666927337646, 0.3594410717487335, -0.15183232724666595, 0.4286293089389801, -0.5867906212806702, 0.3431555926799774, 0.1538226306438446, -0.2502705752849579, 0.8592104911804199, 0.2877923846244812, 0.22048082947731018, -0.48125895857810974, 0.611226499080658, 0.06802479177713394, 0.1842564046382904, -0.10025954991579056, -0.5124158263206482, -0.5715408325195312, -0.19613207876682281, 0.8047046065330505, 0.6708160042762756, -0.6137843728065491, 0.6027429103851318, 0.0062749129720032215, -0.5674833059310913, -0.3274030387401581, 0.054715633392333984, 0.0669507086277008, 0.2843114137649536, 0.33921241760253906, -0.6862013339996338, -0.8976460695266724, -0.6818410158157349, 0.5306844115257263, -0.018103471025824547, 0.03354012221097946, 0.3110554814338684, 0.7683352828025818, -0.33062463998794556, 0.651947021484375, -1.0821188688278198, -0.32268428802490234, 0.04436279833316803, -0.26954615116119385, 0.32175925374031067, 0.7683246731758118, 0.931494951248169, -0.66488116979599, -0.2628484070301056, -0.6408130526542664, -0.5623507499694824, -0.07145621627569199, 0.3498638868331909, -0.4422796070575714, -0.02686093933880329, 0.21144910156726837, -0.42084959149360657, 0.773567259311676, 0.8258037567138672, -0.5686504244804382, -0.012887365184724331, -0.0702892318367958, 0.06463654339313507, -1.489240050315857, 0.5533623695373535, -0.06687552481889725, -0.2260511815547943, -0.42580968141555786, -0.1606825739145279, 0.2826502323150635, -0.15348924696445465, 0.05764642357826233, 0.6551928520202637, -0.47400960326194763, -0.13586613535881042, -0.02474481239914894, 0.00968768261373043, -0.13816501200199127, 0.2549915313720703, 0.1731400489807129, 0.30712875723838806, 0.8636835813522339, -0.4257744252681732, 1.13949453830719, 0.7129653692245483, 0.06316092610359192, 1.1003035306930542, -0.6529375314712524, 0.20378322899341583, -0.1980973780155182, 0.6604987978935242, -0.9016786813735962, -0.8453408479690552, 0.5315333008766174, -0.4475829303264618, 0.45316869020462036, -0.4154065251350403, -0.7627659440040588, -0.801885187625885, -0.3759557604789734, 0.8694400191307068, 0.35479792952537537, -0.7570884227752686, 0.14299538731575012, 0.6662704348564148, -0.19535018503665924, 0.05354347825050354, -0.8679778575897217, 0.0013635657960548997, -0.27109983563423157, -0.33739975094795227, 0.3281921148300171, -0.5327519774436951, 0.13606449961662292, -0.1766255646944046, 0.245760977268219, -0.15011288225650787, -0.14489434659481049, 0.6927564740180969, 0.3157869875431061, -0.13775408267974854, 0.14727702736854553, -0.2569752335548401, -0.8551152348518372, 0.2951279282569885, 0.04632561653852463, 0.2918281853199005, 0.16414634883403778, 0.052253954112529755, -0.5140103101730347, 0.37888583540916443, 0.060874469578266144, -0.04517422243952751, 0.40436407923698425, 0.9041600823402405, -0.8499789237976074, -0.22895289957523346, -0.5241110920906067, -0.23913007974624634, -0.49319222569465637, 0.0885794460773468, -0.3948468565940857, -0.325552374124527, 0.5562568306922913, -0.05804060772061348, -0.3104148805141449, 0.6539231538772583, 0.6745784878730774, -0.06190500780940056, 0.5227072238922119, 0.6798564791679382, -0.08174878358840942, 0.26713427901268005, -0.3290036618709564, -0.38905465602874756, -0.9039775133132935, -0.5086027383804321, -0.4014049768447876, -0.4964979887008667, -0.7406226992607117, -0.4781988859176636, -0.12192758172750473, -0.05636053532361984, -0.31193360686302185, 0.6141414642333984, -0.5285082459449768, 0.4698251485824585, 0.5629947185516357, 0.22250141203403473, -0.054264433681964874, -0.27932778000831604, 0.3929310739040375, 0.30753082036972046, -0.5299985408782959, -0.200216144323349, 1.4268946647644043, 0.5375242829322815, 0.7407399415969849, 0.43210551142692566, 0.9820469617843628, 0.3353581726551056, 0.5741512179374695, -0.21988466382026672, 0.5359558463096619, 0.021419428288936615, -0.99749755859375, 0.039316631853580475, -0.2468804121017456, -0.7393116354942322, -0.5733595490455627, -0.06109348312020302, -0.1516665816307068, 0.55801922082901, 0.4536837935447693, -0.22689755260944366, 0.09779778122901917, -0.9125921130180359, 1.1017581224441528, 0.09357907623052597, -0.028836971148848534, -0.20646777749061584, -0.6532384753227234, 0.3672827184200287, 0.02324979193508625, 0.10222197324037552, -0.30557170510292053, -0.05640332028269768, 1.0619934797286987, -0.5193055272102356, 0.9576271772384644, -0.9737515449523926, -0.21376948058605194, -0.09363597631454468, -0.20977121591567993, 0.17496740818023682, 0.5887722373008728, -0.16900227963924408, 0.08457480370998383, 0.2971101403236389, -0.6859444379806519, -0.17880301177501678, 0.7937732934951782, -0.5085732340812683, 0.1446104347705841, -0.5719185471534729, -0.558740496635437, -0.18130972981452942, 0.3462487459182739, -0.05335154011845589, 0.7809216976165771, -0.41679880023002625, 0.020745377987623215, 0.7453645467758179, 0.3088471591472626, 0.5076674818992615, 0.34173139929771423, -0.39016634225845337, -0.6097142696380615, 1.0708948373794556, 0.16466455161571503, -0.32118409872055054, 0.22685007750988007, 0.04773476719856262, -0.23756882548332214, -0.3439808487892151, -0.7332198619842529, 0.35619112849235535, -0.5165911316871643, -0.7096847891807556, -0.15636077523231506, -0.1413864642381668, -0.38139161467552185, -0.17532004415988922, -0.1001700907945633, -0.7899081110954285, -0.7131425142288208, -0.7119660973548889, 1.1340267658233643, 0.9172597527503967, -0.8503341674804688, 0.25415289402008057, -0.6525354981422424, 0.7548311948776245, -0.00033614711719565094, 1.1722701787948608, -0.10989028960466385, -0.42712247371673584, -0.23185978829860687, -0.09962879121303558, -0.1177324429154396, -0.7369250655174255, -0.26949530839920044, 0.02028566040098667, 0.4469738006591797, 0.3563138544559479, 0.08668048679828644, 0.7722121477127075, -0.19376592338085175, 0.4484913945198059, 0.0785786435008049, -0.647200345993042, 0.5147728323936462, -0.31410810351371765, 0.3192414343357086, 0.8305034041404724, 0.6597923636436462, -0.3538016378879547, 0.3556019961833954, -1.1009385585784912, -0.5810705423355103, 0.9105833768844604, -0.180941641330719, 0.11522944271564484, 0.25473278760910034, 0.5485494136810303, 0.03614306077361107, 0.2052645981311798, -0.7133818864822388, -0.9263905882835388, -0.2250165492296219, -0.4453962445259094, 0.1650935560464859, -0.5023288130760193, -0.3912794291973114, -0.4887079894542694, 0.7124289870262146, -0.09029636532068253, 0.3721630275249481, -0.08848592638969421, 0.40363773703575134, -0.09586949646472931, -0.38354557752609253, 0.431295782327652, 0.44564685225486755, -0.7704492807388306, -0.1600290983915329, -0.1358083337545395, -0.6625221967697144, -0.34384018182754517, 0.9900806546211243, 0.07170216739177704, -0.4223916828632355, 0.5243092179298401, 0.6178815960884094, -0.215627059340477, 0.014378211461007595, 0.4891359806060791, -0.10708195716142654, -0.4179420471191406, -0.4950037896633148, 0.08557654917240143, 0.2814399003982544, 0.1958816945552826, 0.07370863854885101, 0.02456284873187542, 0.3473963439464569, -0.41526123881340027, 0.5662186145782471, 0.005337744951248169, -0.6102500557899475, -0.6311022043228149, 0.5581120848655701, 0.7769763469696045, -0.2433478981256485, 0.8124985694885254, -0.30230841040611267, -0.24382834136486053, 0.7505171298980713, 0.3180857002735138, 0.7621466517448425, -0.35451212525367737, 0.362266480922699, 0.5875422358512878, 0.014310067519545555, 0.2769685387611389, 0.961517333984375, -0.5391778349876404, -0.5767233967781067, 0.0850275456905365, -0.2954394221305847, -0.34128856658935547, -0.3223324418067932, -1.1383748054504395, 0.33257126808166504, -0.7544026970863342, -0.06471077352762222, 0.18799787759780884, 0.38159751892089844, -0.8794713616371155, 0.3800070881843567, 0.3270942270755768, 1.599045753479004, -0.7023234367370605, 0.9510955810546875, 0.7932630181312561, -0.5803115367889404, -0.7357906103134155, -0.05082987993955612, 0.11944052577018738, -0.9629494547843933, 0.20452062785625458, 0.26300153136253357, 0.4493679106235504, 0.05557733029127121, -0.7915233373641968, -0.5971688628196716, 1.4371684789657593, 0.15123479068279266, -0.5395585298538208, 0.42592471837997437, -0.1836394965648651, 0.2976571321487427, -0.23647217452526093, 0.29228079319000244, 0.5110476016998291, 0.9568237662315369, 0.4774273633956909, -0.6143760681152344, 0.3517950177192688, -0.460380494594574, -0.28338825702667236, 0.39687708020210266, -0.8245561122894287, 0.014210923574864864, -0.3228076994419098, 0.03239709511399269, 0.1749303787946701, 0.6790883541107178, 0.2222919762134552, 0.4403633177280426, 0.3435096740722656, 0.7262123823165894, 1.0500253438949585, -0.42055991291999817, 0.9184092879295349, -0.031673409044742584, 0.3749385178089142, 0.9834980964660645, -0.4479181468486786, 0.38339027762413025, 0.3259563744068146, -0.06649533659219742, 0.3709736466407776, 0.7817773222923279, -0.5746765732765198, 0.45639291405677795, 0.37522295117378235, -0.11762642115354538, -0.05220084637403488, 0.09672743082046509, -0.801651120185852, 0.03301997110247612, 0.39561954140663147, -0.23035113513469696, 0.09486876428127289, -0.14206621050834656, 0.2858615219593048, -0.29731881618499756, -0.47046589851379395, 0.956291675567627, -0.08544188737869263, -0.26741671562194824, -0.028088046237826347, -0.01095233578234911, 0.08367667347192764, -0.5745022296905518, -0.4212634265422821, -0.3829524517059326, 0.3724820613861084, -0.6433840394020081, -1.2083936929702759, 0.6842383146286011, -0.2212897688150406, -0.47517284750938416, -0.32180091738700867, 0.31223350763320923, -0.4150460958480835, -0.8719580769538879, 0.20688235759735107, -0.09010522812604904, 0.18463928997516632, 0.19900062680244446, -1.0090209245681763, 0.4207920432090759, -0.06785788387060165, -0.0757141262292862, 0.07778097689151764, 0.5070964694023132, 0.09303519129753113, 0.4878474473953247, 0.5388866066932678, 0.12426649779081345, -0.5468103289604187, 0.13562865555286407, 0.916419267654419, -0.9319673180580139, -0.3421476483345032, -0.41214364767074585, 0.7032314538955688, -0.38210049271583557, -0.5879666805267334, 0.6265599131584167, 1.1554274559020996, 0.9610053896903992, -0.19460488855838776, 0.6551064848899841, -0.585797905921936, 0.8138139843940735, -0.2956111431121826, 0.6035788655281067, -0.2824479341506958, -0.04417676478624344, -0.2961244285106659, -0.6829757690429688, -0.8138360381126404, 0.5238357186317444, 0.27453821897506714, 0.21198537945747375, 0.4975956380367279, 1.0479165315628052, -0.1944376677274704, 0.43127626180648804, -0.0677388459444046, 0.2749088704586029, 0.18828025460243225, 0.3573962152004242, 0.23172518610954285, -0.6092623472213745, 0.1009550541639328, -0.31146523356437683, -0.7047343254089355, -0.02057543210685253, -1.224382996559143, -0.8233656287193298, -0.7986308932304382, -0.6052857041358948, -0.4847911596298218, -0.1658780872821808, 0.7488534450531006, 1.1345080137252808, -1.042884349822998, -0.25775137543678284, 0.15361665189266205, 0.2564968764781952, 0.1411665380001068, -0.12979166209697723, 0.6659561395645142, 0.5736367106437683, -0.5737990140914917, -0.23561538755893707, -0.04833422973752022, 0.21428963541984558, -0.23304826021194458, -0.006934020668268204, -0.05293859913945198, -0.020286191254854202, 0.169610857963562, 0.4894173741340637, -0.07822148501873016, -0.22188474237918854, -0.6344942450523376, 0.1678820252418518, -0.0684342086315155, 0.8859558701515198, -0.5992348194122314, 0.14391237497329712, 0.5431889295578003, 0.25016990303993225, 0.6725603342056274, 0.3056711256504059, 0.7050308585166931, -0.774518609046936, 0.1805976927280426, -0.2888270914554596, 0.3279421925544739, 0.3122851550579071, -0.32035139203071594, 0.9520363211631775, 0.4767528772354126, -0.538356602191925, -0.7177339792251587, 0.03060608170926571, -1.4173786640167236, 0.4087331295013428, 0.8419319987297058, 0.17268091440200806, -0.1961238831281662, -0.06460870057344437, -0.5423563122749329, 0.004319935105741024, -0.8092749118804932, 0.20234040915966034, 0.6748411059379578, 0.04152994602918625, -0.20802411437034607, -0.4048144519329071, 0.8142068982124329, -0.41303735971450806, -1.2264299392700195, 0.2702873945236206, 0.6557163000106812, 0.1830635815858841, 0.010553717613220215, 0.7297403216362, -0.16161294281482697, 0.3647118806838989, 0.07635398209095001, 0.4805420935153961, -0.26544201374053955, -0.6219813823699951, -0.3514978289604187, 0.07119916379451752, -0.16440953314304352, -0.5578321218490601 ]
result-kand2-sdxl-wuerst-karlo/812b079e
result-kand2-sdxl-wuerst-karlo
2023-09-27T02:37:32Z
525
0
[ "region:us" ]
null
2023-09-27T02:37:31Z
--- dataset_info: features: - name: result dtype: string - name: id dtype: int64 splits: - name: train num_bytes: 164 num_examples: 10 download_size: 1319 dataset_size: 164 configs: - config_name: default data_files: - split: train path: data/train-* --- # Dataset Card for "812b079e" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
[ -0.6049977540969849, -0.13819709420204163, 0.25254225730895996, 0.30282652378082275, -0.26075297594070435, -0.14278393983840942, 0.4575619697570801, -0.20155508816242218, 0.9277729988098145, 0.5989714860916138, -0.6730669736862183, -0.5799930095672607, -0.6147561073303223, -0.1531974822282791, -0.13145363330841064, 1.1847467422485352, 0.17726340889930725, 0.11680956184864044, -0.23723265528678894, -0.18733955919742584, -0.568412184715271, -0.5184927582740784, -0.7158176898956299, -0.4223337173461914, 0.9870254397392273, 0.700493574142456, 0.4408937096595764, 0.5767211318016052, 0.8453454971313477, 0.1621488332748413, -0.0623832605779171, -0.22927185893058777, -0.5908086895942688, -0.10470539331436157, -0.20916098356246948, -0.491397887468338, -1.2974958419799805, -0.09231804311275482, 0.6077937483787537, 0.8034806251525879, -0.09021871536970139, 0.9916914701461792, -0.11432039737701416, 0.9076146483421326, -0.35323280096054077, 0.6367011666297913, -0.18473771214485168, -0.16409137845039368, -0.6555545926094055, 0.07699213176965714, -0.07223711907863617, -0.44189274311065674, -0.2817462086677551, -0.879446268081665, 0.038940124213695526, 0.2482834756374359, 0.7423090934753418, 0.10357564687728882, -0.00021021906286478043, -0.0869288444519043, -0.3373836576938629, 0.03794620558619499, -0.23841948807239532, 0.38746875524520874, 0.844343900680542, 0.1712731570005417, -0.1508868932723999, -0.5587735176086426, -0.322174072265625, 0.26245808601379395, 0.007972124963998795, 0.10505934059619904, 0.10007621347904205, -0.02344914712011814, 0.7433273792266846, 0.62348473072052, -0.5960286259651184, -0.17373521625995636, -0.9665107727050781, -0.4439679980278015, 0.8685721755027771, 0.0517076775431633, 0.08570702373981476, -0.24708227813243866, -0.15292701125144958, -0.19431766867637634, -0.5467155575752258, -0.10666541755199432, 0.5695675611495972, 0.1722041517496109, -1.0607984066009521, 0.4565596580505371, 0.035485364496707916, 0.329668790102005, 0.2744921147823334, 0.6007999777793884, 0.7494956254959106, -0.0016420744359493256, -0.2399674654006958, 0.18484529852867126, 0.17206817865371704, 0.4691745340824127, -0.08756403625011444, -0.018788807094097137, 0.0320863276720047, -0.2040434330701828, 0.023928824812173843, -1.2029662132263184, -0.7349321842193604, 0.4703750014305115, -0.8994415998458862, -0.18254315853118896, 0.5442122220993042, -1.0273034572601318, -0.625870406627655, -0.35720932483673096, 0.2539181709289551, 0.1610732078552246, -0.8156783580780029, -0.2617183029651642, -0.6728582382202148, 0.38121160864830017, 0.18634957075119019, -0.7058370113372803, 0.21035203337669373, 0.7808108925819397, 0.48192673921585083, 0.22817346453666687, -0.117678701877594, -0.6578278541564941, 0.28979063034057617, -0.24163103103637695, 0.8452280163764954, -0.5158047080039978, -0.41282913088798523, -0.12465782463550568, 0.5761096477508545, 0.18699471652507782, -0.48007503151893616, 0.8230674266815186, -0.47852081060409546, -0.11194032430648804, -0.6751409769058228, -0.5979944467544556, -0.4004781246185303, 0.1567477583885193, -1.2829439640045166, 1.2242554426193237, 0.3237379193305969, -0.6031802296638489, 0.19809916615486145, -1.2325565814971924, -0.12732794880867004, 0.810512900352478, 0.028192417696118355, -0.4344500005245209, 0.411132276058197, -0.3541249632835388, 0.5121166706085205, -0.10653211921453476, 0.4014246463775635, -0.948042631149292, -0.29895585775375366, -0.18706610798835754, 0.10496674478054047, 1.042907953262329, 0.27560824155807495, 0.31797802448272705, -0.06559732556343079, -0.997146725654602, -0.010658244602382183, 0.365537166595459, 0.0688089057803154, -0.3743289113044739, -0.6526912450790405, 0.34392213821411133, -0.22798994183540344, 0.4482583701610565, -0.4141010344028473, 0.2670787572860718, 0.0421886146068573, -0.2186749279499054, 0.7981867790222168, 0.09646663814783096, 0.2984008193016052, -0.43250590562820435, 0.5866843461990356, -0.047652289271354675, 0.24943818151950836, -0.07790592312812805, -0.6041352152824402, -0.5801379680633545, 0.12685498595237732, 0.785126268863678, 0.7558038234710693, -0.3989664614200592, 0.8762771487236023, 0.22282031178474426, -0.7818613052368164, -0.3716886341571808, -0.005095290020108223, 0.11839883774518967, 0.2780918478965759, 0.34603017568588257, -0.7578980326652527, -0.798898458480835, -0.7557970881462097, 0.4539044499397278, -0.05302164703607559, 0.0031354399397969246, 0.3713374137878418, 0.8115454912185669, -0.2985377907752991, 0.30502045154571533, -0.801197350025177, -0.15236622095108032, -0.004154868423938751, -0.372205913066864, 0.2879759669303894, 0.7907989621162415, 0.9852033853530884, -0.6424354314804077, -0.26731622219085693, -0.5123159289360046, -0.6326380968093872, -0.18950602412223816, 0.35663455724716187, -0.7638288736343384, -0.1236104816198349, 0.13938242197036743, -0.2767995297908783, 0.8829098343849182, 0.9808372855186462, -0.6718319654464722, -0.06714802235364914, 0.054151855409145355, 0.2226817011833191, -1.5561976432800293, 0.49747321009635925, -0.10762450098991394, -0.19037772715091705, -0.4196131229400635, 0.05906835198402405, 0.1286344677209854, -0.31052863597869873, -0.04762240871787071, 0.6338079571723938, -0.5649862885475159, -0.01760166510939598, -0.09953628480434418, -0.19103705883026123, -0.03779062628746033, 0.24490201473236084, 0.05144023522734642, 0.3254958987236023, 1.0309150218963623, -0.2553269565105438, 0.9495046138763428, 0.5421739816665649, 0.13332872092723846, 0.9022364616394043, -0.6682168841362, 0.37923464179039, -0.3096952438354492, 0.4574544429779053, -0.660591721534729, -0.7112988233566284, 0.5634453892707825, -0.27575910091400146, 0.5086139440536499, -0.6459004878997803, -0.36532026529312134, -0.7135879993438721, -0.39477264881134033, 0.8048092722892761, 0.5211362838745117, -0.675750195980072, 0.47862493991851807, 0.7984089851379395, -0.20174472033977509, 0.021288009360432625, -0.7976051568984985, 0.0699317529797554, -0.3836061358451843, -0.2783174514770508, 0.33910423517227173, -0.47219744324684143, 0.06899718195199966, -0.19732701778411865, 0.34622517228126526, -0.18337389826774597, -0.19845956563949585, 0.7497634887695312, 0.3518756926059723, -0.2649388313293457, 0.2352561503648758, -0.07144561409950256, -0.7041651010513306, 0.2702906131744385, -0.011084645986557007, 0.4217085838317871, 0.17183847725391388, -0.03535659983754158, -0.45334723591804504, 0.6985894441604614, 0.12381978332996368, -0.14715182781219482, 0.5279762744903564, 0.8599123954772949, -0.9745927453041077, -0.10521357506513596, -0.5410653352737427, -0.22883158922195435, -0.4684969186782837, 0.2117973268032074, -0.2682163715362549, -0.47692227363586426, 0.736442506313324, -0.07183883339166641, -0.26323091983795166, 0.7442293167114258, 0.785164475440979, 0.1257629245519638, 0.4882277846336365, 0.6264387369155884, -0.23331952095031738, 0.37982940673828125, -0.35885435342788696, -0.16125673055648804, -0.8380828499794006, -0.49436861276626587, -0.4958901107311249, -0.5137841701507568, -0.7260773181915283, -0.4318975806236267, -0.00947254803031683, -0.0299726203083992, -0.26455608010292053, 0.6550871133804321, -0.6526690721511841, 0.5762426257133484, 0.6597041487693787, 0.33988162875175476, -0.21612447500228882, -0.07137526571750641, 0.5122037529945374, 0.3274252116680145, -0.5363283157348633, -0.23257480561733246, 1.3090121746063232, 0.579868733882904, 0.7864423394203186, 0.306375652551651, 0.9320988655090332, 0.4476458728313446, 0.30647778511047363, -0.30147409439086914, 0.4101196825504303, -0.01537933200597763, -0.8670907020568848, 0.024239787831902504, -0.11658748239278793, -0.8671565055847168, -0.5715957880020142, -0.2407597303390503, -0.4254549443721771, 0.5157764554023743, 0.6151069402694702, -0.055152956396341324, 0.25246530771255493, -1.0548127889633179, 1.141814947128296, -0.02281612530350685, -0.1519487500190735, -0.24768435955047607, -0.666103720664978, 0.057978127151727676, 0.24544155597686768, 0.04295175522565842, -0.35052087903022766, 0.13255199790000916, 1.0611101388931274, -0.4558478593826294, 0.9345601797103882, -0.8239258527755737, 0.01007105689495802, 0.23051363229751587, -0.1544603705406189, 0.3513678014278412, 0.5136166214942932, -0.2392912209033966, 0.23949065804481506, 0.08278458565473557, -0.7137435078620911, -0.1746811419725418, 0.7581167817115784, -0.5423352122306824, 0.1425780951976776, -0.4460867643356323, -0.46579355001449585, -0.054028820246458054, 0.3308532238006592, 0.21336910128593445, 0.9462822675704956, -0.17403629422187805, 0.10708686709403992, 0.7460052371025085, 0.39986127614974976, 0.3739706575870514, 0.12333498895168304, -0.281358540058136, -0.4721677303314209, 1.033761978149414, 0.31140100955963135, -0.33748486638069153, 0.23903071880340576, 0.2889922857284546, -0.3160392642021179, -0.4756929278373718, -0.7229916453361511, 0.29173290729522705, -0.36640000343322754, -0.7231165170669556, -0.1089039221405983, -0.2557588815689087, -0.41960617899894714, -0.22595754265785217, -0.19996996223926544, -0.6727803945541382, -0.5262811183929443, -0.6632950305938721, 1.1729028224945068, 0.8496097326278687, -0.6818581223487854, 0.35925424098968506, -0.7912998795509338, 0.4816608428955078, -0.09158726781606674, 1.1186017990112305, -0.08607593178749084, -0.6348897218704224, -0.3668891191482544, -0.10818162560462952, -0.14168569445610046, -0.8398800492286682, -0.2976551651954651, 0.11100105941295624, 0.6055017113685608, 0.13443349301815033, 0.004233432933688164, 0.6232190132141113, -0.1867733895778656, 0.5259742736816406, 0.09653390944004059, -0.6366163492202759, 0.6393793821334839, -0.2210584580898285, 0.2614370286464691, 0.8307045102119446, 0.6364880800247192, -0.3223845958709717, 0.14422160387039185, -1.1658034324645996, -0.7110065221786499, 0.5692000389099121, -0.08695608377456665, 0.21785858273506165, 0.38628441095352173, 0.6180307269096375, 0.1456349790096283, 0.30051088333129883, -0.7227627038955688, -0.9657115936279297, -0.12296858429908752, -0.512348473072052, 0.383240282535553, -0.5741105675697327, -0.19220030307769775, -0.4488750100135803, 0.8424533605575562, -0.007279092445969582, 0.47399958968162537, -0.10707709938287735, 0.32232964038848877, -0.1791664958000183, -0.20487529039382935, 0.322260320186615, 0.44339242577552795, -0.5951199531555176, -0.15142962336540222, -0.04935678094625473, -0.6570918560028076, -0.44572433829307556, 0.9020581841468811, -0.13507862389087677, -0.3718363046646118, 0.5376771092414856, 0.8574126362800598, -0.510866641998291, -0.04368804395198822, 0.3286166787147522, 0.05114338546991348, -0.3100771903991699, -0.459322988986969, 0.06190064176917076, 0.16467462480068207, 0.1516163945198059, 0.07458806037902832, -0.12520521879196167, 0.5197626948356628, -0.40464451909065247, 0.48033979535102844, 0.03698022663593292, -0.7035033702850342, -0.7022156715393066, 0.5400941371917725, 0.7175601720809937, -0.54819256067276, 0.6825272440910339, -0.3994399309158325, -0.35108768939971924, 0.8289988040924072, 0.4083027243614197, 0.773858368396759, -0.41334307193756104, 0.2424597591161728, 0.6078535318374634, 0.09287995100021362, 0.3450007438659668, 0.9400726556777954, -0.1323617547750473, -0.5227609276771545, -0.04164455458521843, -0.23866495490074158, -0.4127839207649231, -0.005303269252181053, -1.102973461151123, 0.3687862753868103, -0.6656332015991211, -0.1737542748451233, 0.1534247100353241, 0.10227558016777039, -0.8363866806030273, 0.2816978693008423, 0.5151398777961731, 1.3618656396865845, -0.8460333347320557, 0.6282858848571777, 0.9306240081787109, -0.3591797351837158, -0.9672834873199463, -0.2607889473438263, 0.07082036882638931, -1.0609142780303955, -0.12483379244804382, 0.23550140857696533, 0.488273948431015, -0.1720828115940094, -0.8388462066650391, -0.7125545740127563, 1.1147427558898926, 0.24980255961418152, -0.6899555921554565, 0.4072341024875641, -0.18331658840179443, 0.27088624238967896, -0.301380455493927, 0.39288759231567383, 0.42582497000694275, 0.8757463693618774, 0.2063673436641693, -0.7841824889183044, 0.09982752799987793, -0.5420268177986145, -0.2740028202533722, 0.5502057075500488, -0.963452160358429, -0.11497869342565536, -0.15940704941749573, 0.3446914851665497, -0.02531522698700428, 0.6422863006591797, 0.0012123258784413338, 0.582259476184845, 0.43557631969451904, 0.773228108882904, 1.0046675205230713, -0.28702133893966675, 0.7132962942123413, -0.0745677500963211, 0.5768075585365295, 1.027770757675171, -0.3339906334877014, 0.40546828508377075, 0.3935786783695221, -0.10740632563829422, 0.3125648498535156, 0.6603699326515198, -0.4923136234283447, 0.2999110817909241, 0.19313190877437592, -0.061259523034095764, -0.21855276823043823, -0.27332764863967896, -0.8775959610939026, 0.24124771356582642, 0.38141173124313354, -0.4394199252128601, 0.07993096858263016, -0.14486509561538696, 0.35416698455810547, -0.18690523505210876, -0.6801341772079468, 0.8432339429855347, -0.0360727459192276, -0.1958533227443695, -0.15145781636238098, -0.2027430534362793, 0.048250529915094376, -0.6440293192863464, -0.4744410216808319, -0.1565874218940735, 0.19589069485664368, -0.641413688659668, -1.2414649724960327, 0.7249202728271484, -0.30418112874031067, -0.5221909284591675, -0.091168612241745, 0.5956846475601196, -0.5073530077934265, -1.0900723934173584, 0.35443174839019775, 0.04259363189339638, 0.17630475759506226, 0.18974891304969788, -1.1930971145629883, 0.5086618661880493, 0.04732856899499893, -0.14877060055732727, 0.1864510476589203, 0.27946245670318604, 0.04388579726219177, 0.35980087518692017, 0.4151887893676758, 0.02481391280889511, -0.4252561330795288, 0.13381953537464142, 0.8022013902664185, -0.7491717338562012, -0.4608052670955658, -0.43311816453933716, 0.7417085766792297, -0.4273224472999573, -0.6664561629295349, 0.4582012891769409, 1.2959866523742676, 0.88697350025177, -0.15175580978393555, 0.6973152756690979, -0.5705797672271729, 0.9016436338424683, -0.3147747218608856, 0.4685554504394531, -0.302843302488327, -0.2467191517353058, -0.10117079317569733, -0.7298979163169861, -0.6401759386062622, 0.661327600479126, 0.27699971199035645, 0.1043524444103241, 0.4040200114250183, 1.1315449476242065, -0.23673115670681, 0.2704022526741028, -0.02785732038319111, 0.2576858401298523, 0.14727936685085297, 0.3579249680042267, 0.17616821825504303, -0.7741539478302002, -0.018912507221102715, -0.36517342925071716, -0.5979970097541809, 0.030783236026763916, -1.2099980115890503, -0.8751575946807861, -0.6979900002479553, -0.6360122561454773, -0.6962695121765137, 0.030261797830462456, 1.1317471265792847, 1.0968396663665771, -1.1644461154937744, -0.2917667627334595, 0.32338160276412964, 0.39871200919151306, 0.13586992025375366, -0.13643795251846313, 0.7265087366104126, 0.6192549467086792, -0.5859822034835815, -0.25151515007019043, 0.07881119847297668, 0.18782299757003784, -0.034072306007146835, 0.017611175775527954, 0.1634909212589264, -0.11642333120107651, 0.3195197582244873, 0.48978811502456665, -0.04485852271318436, -0.3404598832130432, -0.5661706924438477, 0.2793298661708832, 0.08305638283491135, 0.9198883175849915, -0.31064921617507935, 0.06961874663829803, 0.6128970384597778, 0.43028849363327026, 0.5169532299041748, 0.24772997200489044, 0.5112419128417969, -0.5140931010246277, 0.3894613981246948, -0.11263499408960342, 0.4731934666633606, 0.10493668913841248, -0.48174506425857544, 0.85248202085495, 0.47130075097084045, -0.6783513426780701, -0.7013192176818848, -0.03658584505319595, -1.599314570426941, 0.5451856255531311, 0.9155937433242798, 0.19242291152477264, -0.34410035610198975, -0.1617056429386139, -0.6516060829162598, -0.12053301930427551, -1.0172288417816162, 0.22139081358909607, 0.5003499388694763, 0.02314549684524536, -0.12464570999145508, -0.21433961391448975, 0.5520981550216675, -0.3156297504901886, -1.1212842464447021, 0.15344128012657166, 0.48143240809440613, 0.02242518961429596, 0.0527082234621048, 0.6855198740959167, -0.025558166205883026, 0.3377085030078888, 0.10849079489707947, 0.3285213112831116, -0.2259199321269989, -0.4751087427139282, -0.1697809398174286, 0.06974069774150848, 0.006520576775074005, -0.39901578426361084 ]
result-kand2-sdxl-wuerst-karlo/c9242d3b
result-kand2-sdxl-wuerst-karlo
2023-09-27T04:27:02Z
525
0
[ "region:us" ]
null
2023-09-27T04:27:01Z
--- dataset_info: features: - name: result dtype: string - name: id dtype: int64 splits: - name: train num_bytes: 220 num_examples: 10 download_size: 1395 dataset_size: 220 configs: - config_name: default data_files: - split: train path: data/train-* --- # Dataset Card for "c9242d3b" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
[ -0.5775750875473022, -0.16406971216201782, 0.4143795073032379, 0.542263925075531, -0.13163694739341736, 0.1485355943441391, 0.33637696504592896, -0.24168038368225098, 0.7382559776306152, 0.4699172377586365, -0.8446131944656372, -0.5726798176765442, -0.4829290807247162, -0.28451281785964966, -0.18993623554706573, 1.0567471981048584, 0.007957887835800648, 0.3737037181854248, -0.27986788749694824, 0.06473761796951294, -0.5545939207077026, -0.5293429493904114, -0.6474789381027222, -0.43135547637939453, 1.0083982944488525, 0.9175164699554443, 0.6391802430152893, 0.5742320418357849, 0.907735288143158, 0.11736388504505157, 0.04807459935545921, -0.3293510973453522, -0.5407700538635254, -0.2270025610923767, -0.11231454461812973, -0.5936775803565979, -1.1558701992034912, 0.09402748197317123, 0.6352807283401489, 0.7311252355575562, -0.1832708716392517, 0.7099868059158325, -0.026199618354439735, 0.9324072599411011, -0.3933684229850769, 0.6540210247039795, -0.09258590638637543, -0.13717205822467804, -0.8130592107772827, 0.10479263961315155, 0.1367839127779007, -0.6654708385467529, -0.4424986243247986, -1.1098573207855225, 0.2955387830734253, 0.12561126053333282, 0.6943961381912231, 0.21578042209148407, 0.09192400425672531, -0.15951776504516602, -0.39848122000694275, 0.05933672934770584, -0.11114919185638428, 0.29992690682411194, 0.7656458616256714, 0.376457154750824, -0.03643791377544403, -0.47108712792396545, -0.4909062087535858, 0.22038409113883972, 0.11218322813510895, 0.3357606530189514, 0.12628953158855438, -0.013992303051054478, 0.6227275133132935, 0.7153393626213074, -0.5676466822624207, -0.036562927067279816, -0.9340146780014038, -0.4144352674484253, 0.7685443162918091, 0.2410861849784851, 0.14443989098072052, -0.11392568051815033, -0.13595661520957947, -0.23506084084510803, -0.683185338973999, -0.07620921730995178, 0.6678972244262695, 0.13052919507026672, -1.2170519828796387, 0.6199893951416016, -0.06745471805334091, 0.3578457236289978, 0.2883135676383972, 0.7287681102752686, 0.6370996832847595, -0.16055771708488464, -0.07910434901714325, 0.04845036566257477, 0.22293412685394287, 0.6146482229232788, 0.0868711769580841, 0.13096484541893005, 0.18251965939998627, 0.02638906054198742, -0.026738546788692474, -1.2489968538284302, -1.0397639274597168, 0.43042656779289246, -0.8730384111404419, -0.18747758865356445, 0.4444124698638916, -0.9165120124816895, -0.5442119836807251, -0.3868061900138855, -0.056482452899217606, 0.17881402373313904, -0.7266267538070679, -0.24106383323669434, -0.6369689702987671, 0.4541039764881134, 0.32982540130615234, -0.7994371652603149, 0.3300591707229614, 0.8495449423789978, 0.45955926179885864, -0.06581595540046692, -0.05141469091176987, -0.6657654643058777, 0.3045651912689209, -0.31058087944984436, 0.7865774631500244, -0.5291637182235718, -0.44217419624328613, -0.08176584541797638, 0.5401368141174316, 0.15146522223949432, -0.463046669960022, 0.7956604361534119, -0.40963247418403625, -0.25308558344841003, -0.7227108478546143, -0.4501224756240845, -0.13081282377243042, 0.20995646715164185, -1.2792646884918213, 1.104836344718933, 0.3272923231124878, -0.7037136554718018, 0.24273814260959625, -1.040773868560791, -0.061548080295324326, 0.8667847514152527, -0.2073918730020523, -0.2861012816429138, 0.22683443129062653, -0.14029431343078613, 0.6619473695755005, -0.18447443842887878, 0.3574506640434265, -1.046473503112793, -0.2606140375137329, -0.009031593799591064, 0.11417439579963684, 0.9966650009155273, 0.2611573338508606, 0.643247127532959, -0.07438104599714279, -0.8814569115638733, -0.20954963564872742, 0.2127305269241333, -0.19746726751327515, -0.05754246935248375, -0.5042150020599365, 0.48719772696495056, -0.17873862385749817, 0.43982720375061035, -0.6653887033462524, 0.2611485719680786, 0.10647909343242645, -0.17710809409618378, 0.7056803703308105, 0.23319509625434875, 0.39470723271369934, -0.5183836221694946, 0.7078290581703186, -0.006276465952396393, 0.35631051659584045, 0.19877400994300842, -0.6756713390350342, -0.5443305969238281, -0.04771925508975983, 0.5628001689910889, 0.725656270980835, -0.6656352281570435, 0.49161645770072937, 0.2028321772813797, -0.7506066560745239, -0.14791099727153778, 0.011931320652365685, 0.159123957157135, 0.18474730849266052, 0.37744730710983276, -0.5042906999588013, -0.6767281293869019, -0.8025573492050171, 0.4357392489910126, -0.034929800778627396, 0.09905721247196198, 0.34555584192276, 0.6975424289703369, -0.2989615499973297, 0.4457934498786926, -1.0190439224243164, -0.2043309509754181, -0.01820823922753334, -0.42835503816604614, 0.3657118082046509, 0.9985967874526978, 0.9061558246612549, -0.614075779914856, -0.24503448605537415, -0.604559063911438, -0.4868679642677307, 0.04898007959127426, 0.2124108523130417, -0.6491894721984863, -0.15149429440498352, 0.36806565523147583, -0.405927449464798, 0.8299915790557861, 0.976307213306427, -0.42927423119544983, 0.041093796491622925, 0.08380623906850815, 0.07822564989328384, -1.3682398796081543, 0.3700673580169678, -0.10775864124298096, -0.06308980286121368, -0.3055398762226105, -0.037463344633579254, 0.3689458966255188, -0.26847130060195923, -0.12850740551948547, 0.6305022239685059, -0.5023276805877686, -0.030368275940418243, -0.028523411601781845, -0.030542392283678055, -0.13679149746894836, 0.30610498785972595, 0.11945878714323044, 0.3264290690422058, 0.9587383270263672, -0.4293161928653717, 0.9558055400848389, 0.7628779411315918, 0.12099289894104004, 1.025704026222229, -0.5875654220581055, 0.1305616796016693, -0.15411466360092163, 0.575965940952301, -0.6984572410583496, -0.8173531293869019, 0.6858948469161987, -0.4720090329647064, 0.4170965552330017, -0.6026233434677124, -0.4620423913002014, -0.8137599229812622, -0.3858761191368103, 0.9440956115722656, 0.22573639452457428, -0.8012369871139526, 0.30455952882766724, 0.7193641662597656, -0.19799384474754333, 0.08749870955944061, -1.0147316455841064, 0.06089843064546585, -0.16812217235565186, -0.24833813309669495, 0.5468794703483582, -0.6937801837921143, 0.1101788580417633, -0.27351510524749756, 0.2569645345211029, -0.16486340761184692, -0.08998018503189087, 0.7659403085708618, 0.35590633749961853, -0.13783511519432068, 0.15036438405513763, -0.14502805471420288, -0.6936794519424438, 0.32554149627685547, 0.15566189587116241, 0.3166780471801758, 0.16907435655593872, -0.0979129821062088, -0.5702401995658875, 0.5902969837188721, 0.04233740270137787, -0.06486460566520691, 0.27569884061813354, 0.9310710430145264, -0.9564101099967957, -0.1106439158320427, -0.44198280572891235, -0.11008768528699875, -0.4723816514015198, 0.0813998132944107, -0.264405757188797, -0.5215682983398438, 0.6854269504547119, 0.10796697437763214, -0.3783452808856964, 0.8138964176177979, 0.8732115030288696, -0.0002540335990488529, 0.6071199178695679, 0.5560415387153625, -0.17495079338550568, 0.377439945936203, -0.36700284481048584, -0.2625792622566223, -0.9623867869377136, -0.5608534812927246, -0.5927556753158569, -0.3583683967590332, -0.856072187423706, -0.49683696031570435, -0.1729731261730194, 0.14283381402492523, -0.3141940236091614, 0.5794363617897034, -0.6226925849914551, 0.47733911871910095, 0.6287118196487427, 0.4063439965248108, -0.2540469169616699, -0.29588785767555237, 0.31822469830513, 0.3668239414691925, -0.5905201435089111, -0.051063623279333115, 1.2476133108139038, 0.5449289083480835, 0.8508208990097046, 0.4522591531276703, 0.9426497220993042, 0.29113176465034485, 0.4364473223686218, -0.3862355947494507, 0.3461531102657318, -0.03618844226002693, -0.7977184057235718, 0.20080804824829102, -0.05950891226530075, -0.8344238996505737, -0.6989654302597046, -0.29474377632141113, -0.33282411098480225, 0.6479161977767944, 0.541853666305542, -0.2492990642786026, 0.05288958549499512, -0.7994027137756348, 0.9544942378997803, 0.008157739415764809, -0.19709131121635437, -0.2893054783344269, -0.5394191145896912, 0.34509557485580444, 0.17705871164798737, 0.13528451323509216, -0.3539057970046997, 0.11111687868833542, 1.0310219526290894, -0.4919111132621765, 0.8784375190734863, -0.9131691455841064, -0.12501733005046844, 0.054426319897174835, -0.07522445172071457, 0.24967768788337708, 0.7492187023162842, -0.09134253859519958, 0.09700345993041992, 0.28004199266433716, -0.6462934613227844, -0.14425477385520935, 0.9640088081359863, -0.626998782157898, 0.14657334983348846, -0.5379539728164673, -0.5293599963188171, -0.20627844333648682, 0.14775554835796356, 0.025000346824526787, 0.7837873697280884, -0.3561984896659851, 0.18882283568382263, 0.5331214666366577, 0.22088780999183655, 0.5911365151405334, 0.17115414142608643, -0.32449764013290405, -0.5428979396820068, 1.0049382448196411, 0.1047872006893158, -0.31407275795936584, 0.2692495882511139, 0.1854257583618164, -0.24342507123947144, -0.554928183555603, -0.63283371925354, 0.2027439922094345, -0.444835364818573, -0.7680731415748596, -0.22379407286643982, -0.31537064909935, -0.28021708130836487, -0.279464989900589, -0.1744386851787567, -0.800392746925354, -0.8784600496292114, -0.5705994963645935, 1.0449689626693726, 0.8690986037254333, -0.8436493873596191, 0.4821539521217346, -0.7904965877532959, 0.7712993621826172, -0.047061026096343994, 1.1255894899368286, -0.12427131831645966, -0.2741559147834778, -0.3606054186820984, 0.0024750297889113426, -0.22210773825645447, -0.654456377029419, -0.31800851225852966, 0.03326060622930527, 0.7316921949386597, 0.0981902927160263, -0.09117034822702408, 0.5328632593154907, -0.06070989370346069, 0.7041524648666382, 0.22236120700836182, -0.6510204076766968, 0.5057007074356079, -0.491825670003891, 0.33585649728775024, 0.8530963659286499, 0.5511459112167358, -0.2445242553949356, 0.13704848289489746, -1.0594514608383179, -0.5510911345481873, 0.6837932467460632, 0.027284646406769753, 0.11190064251422882, 0.18539738655090332, 0.6076754331588745, -0.08522014319896698, 0.03388436883687973, -0.6372779607772827, -0.7792742848396301, -0.1508185863494873, -0.49941286444664, 0.16655883193016052, -0.40458443760871887, -0.24190613627433777, -0.46030229330062866, 0.7119558453559875, -0.1410621702671051, 0.46408742666244507, -0.09692150354385376, 0.20550519227981567, -0.08004151284694672, -0.43199536204338074, 0.4272279143333435, 0.5177614688873291, -0.6530760526657104, -0.23716706037521362, -0.21095335483551025, -0.7274692058563232, -0.4648491442203522, 0.8745095133781433, 0.13698065280914307, -0.5737756490707397, 0.42790815234184265, 0.47079867124557495, -0.28692835569381714, 0.13126857578754425, 0.4883374571800232, -0.2143104076385498, -0.42298609018325806, -0.4570336639881134, 0.18959352374076843, 0.3104211091995239, 0.32466787099838257, 0.08482407033443451, 0.03848202899098396, 0.34895917773246765, -0.3782835602760315, 0.48261409997940063, 0.04760255292057991, -0.7040058374404907, -0.481901615858078, 0.5535966157913208, 0.7014075517654419, -0.4284834563732147, 0.7387828826904297, -0.26344189047813416, -0.4324972927570343, 0.8574289083480835, 0.3091837167739868, 0.7040674686431885, -0.2922365665435791, 0.3384858965873718, 0.7009683847427368, 0.03756331279873848, 0.1984277367591858, 0.9909226894378662, -0.4074029326438904, -0.6432399749755859, 0.07478298246860504, -0.27823102474212646, -0.5481280088424683, -0.3233112096786499, -1.256585955619812, 0.2774196267127991, -0.8760484457015991, -0.01998823881149292, 0.19925634562969208, 0.2997037470340729, -1.0243163108825684, 0.34671279788017273, 0.46690434217453003, 1.4006352424621582, -0.6904746890068054, 0.8501682281494141, 0.530817985534668, -0.4520760178565979, -0.7835678458213806, -0.16542042791843414, 0.14760912954807281, -1.0217697620391846, -0.004096902906894684, 0.2179775834083557, 0.37769514322280884, -0.10416053980588913, -0.9382517337799072, -0.7624461054801941, 1.2966749668121338, 0.15205241739749908, -0.8718489408493042, 0.5223211050033569, -0.22922788560390472, 0.17540980875492096, -0.3130301833152771, 0.18866878747940063, 0.47226062417030334, 0.8052659034729004, 0.26334208250045776, -0.5685997009277344, 0.23834501206874847, -0.4800562262535095, -0.26134607195854187, 0.2912365794181824, -0.9003424644470215, 0.09934630244970322, -0.15455177426338196, 0.12273585796356201, 0.2634550929069519, 0.6372779607772827, 0.2484893500804901, 0.3355870842933655, 0.2914578318595886, 0.5960795879364014, 1.0205395221710205, -0.40417009592056274, 0.8067966103553772, -0.19741412997245789, 0.44630807638168335, 1.195042371749878, -0.2918599843978882, 0.44546425342559814, 0.3025788962841034, -0.04431173950433731, 0.33502715826034546, 0.8719490766525269, -0.6294240951538086, 0.3257812261581421, 0.4878092408180237, -0.026365548372268677, -0.2203543335199356, -0.006516224704682827, -0.825285792350769, 0.19500978291034698, 0.6024453043937683, -0.25726228952407837, 0.038599856197834015, -0.12407264113426208, 0.27197057008743286, -0.10166112333536148, -0.6552749872207642, 0.7352134585380554, -0.053488295525312424, -0.2278503030538559, -0.07753406465053558, -0.020909424871206284, 0.07988106459379196, -0.3972168266773224, -0.4443500339984894, -0.24009990692138672, 0.3547859191894531, -0.6457431316375732, -1.2917425632476807, 0.7565118074417114, -0.33956366777420044, -0.5075997114181519, -0.15542499721050262, 0.3487324118614197, -0.3493480682373047, -1.0400925874710083, 0.36595702171325684, -0.018883192911744118, 0.0913231372833252, 0.043626174330711365, -1.2180101871490479, 0.5815359354019165, -0.0669536143541336, 0.10477184504270554, 0.05718964338302612, 0.060860730707645416, -0.007773519493639469, 0.3594388961791992, 0.5911651253700256, 0.01194491982460022, -0.467731773853302, 0.2802801728248596, 0.9902708530426025, -0.8273181915283203, -0.3804161250591278, -0.32908785343170166, 0.5922701358795166, -0.33755606412887573, -0.5713351964950562, 0.5054036974906921, 1.3024520874023438, 0.9076238870620728, -0.026438456028699875, 0.6782383918762207, -0.4237186312675476, 0.7897204160690308, -0.4484112560749054, 0.5816540718078613, -0.15044084191322327, -0.18457752466201782, -0.1775873601436615, -0.8407292366027832, -0.922892153263092, 0.4934890866279602, 0.3120819330215454, 0.00966574251651764, 0.5543850660324097, 1.222456932067871, -0.22511672973632812, 0.47720155119895935, -0.12978878617286682, 0.2875397801399231, 0.3014751076698303, 0.4512953758239746, 0.4439927339553833, -0.5931448936462402, 0.0692661702632904, -0.2581327557563782, -0.6611506938934326, 0.07522036135196686, -1.134082555770874, -0.8606709837913513, -0.6711773872375488, -0.6635781526565552, -0.6604459285736084, -0.07497307658195496, 0.8067803382873535, 1.0866867303848267, -1.0282409191131592, -0.26045727729797363, 0.055680930614471436, 0.3094440698623657, 0.17708618938922882, -0.11928429454565048, 0.7158554792404175, 0.5789988040924072, -0.46720242500305176, -0.09448450803756714, -0.07310754060745239, 0.18384096026420593, -0.12830878794193268, -0.10517275333404541, 0.005460340995341539, -0.14310160279273987, 0.13287478685379028, 0.4730743169784546, -0.14187581837177277, -0.3646990656852722, -0.7166169881820679, 0.17344990372657776, 0.09816913306713104, 0.9318501949310303, -0.4339233338832855, 0.03930976614356041, 0.5873960852622986, 0.29338353872299194, 0.7962148189544678, 0.16676676273345947, 0.6326624155044556, -0.45561671257019043, 0.10825701057910919, -0.17153945565223694, 0.35432058572769165, 0.2761629521846771, -0.5206894278526306, 0.7559912204742432, 0.3723236322402954, -0.5933437943458557, -0.49104803800582886, 0.041733767837285995, -1.6968417167663574, 0.4263654053211212, 0.9567062854766846, 0.14565545320510864, -0.25840359926223755, -0.11707409471273422, -0.5775737762451172, 0.02430253103375435, -0.8285017013549805, 0.02619236707687378, 0.5318996906280518, 0.05535733699798584, -0.2030806988477707, -0.3077101409435272, 0.7240698337554932, -0.5387415885925293, -1.210767149925232, 0.333182692527771, 0.5819417238235474, 0.12747234106063843, -0.04965543746948242, 0.6226264834403992, -0.16945554316043854, 0.36544889211654663, 0.05368010699748993, 0.3141384422779083, -0.12368017435073853, -0.6445392966270447, -0.372304230928421, -0.00391174852848053, -0.12287227064371109, -0.5201440453529358 ]
result-kand2-sdxl-wuerst-karlo/6155933b
result-kand2-sdxl-wuerst-karlo
2023-09-27T13:21:58Z
525
0
[ "region:us" ]
null
2023-09-27T13:21:57Z
--- dataset_info: features: - name: result dtype: string - name: id dtype: int64 splits: - name: train num_bytes: 215 num_examples: 10 download_size: 1402 dataset_size: 215 configs: - config_name: default data_files: - split: train path: data/train-* --- # Dataset Card for "6155933b" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
[ -0.6010328531265259, 0.0008776017348282039, 0.1037636324763298, 0.29787230491638184, -0.34068381786346436, -0.1801867038011551, 0.47364893555641174, -0.349628210067749, 0.9405919909477234, 0.529901921749115, -0.8047515749931335, -0.5824871063232422, -0.4412079453468323, -0.1140277311205864, -0.15256185829639435, 1.2620922327041626, 0.396413654088974, 0.00021669844863936305, -0.4292963147163391, 0.07975020259618759, -0.40240949392318726, -0.6925197839736938, -0.5550820231437683, -0.44454053044319153, 1.0995491743087769, 0.7300373315811157, 0.5280476212501526, 0.4879719018936157, 0.9477095603942871, 0.15630415081977844, -0.04256798326969147, -0.29164841771125793, -0.4802404046058655, -0.206445574760437, -0.16379082202911377, -0.5021342039108276, -1.200526475906372, -0.19885776937007904, 0.6414432525634766, 0.6930176615715027, -0.11807480454444885, 0.9550861716270447, -0.2918664515018463, 0.934349536895752, -0.4341834485530853, 0.6580051183700562, -0.22736568748950958, -0.10129959881305695, -0.8587581515312195, 0.09423943608999252, -0.000005423181391961407, -0.6702449917793274, -0.22983399033546448, -0.874980092048645, 0.2719605267047882, -0.005591714289039373, 0.8280860185623169, 0.23292608559131622, 0.09023235738277435, -0.07648775726556778, -0.2775874733924866, 0.11375684291124344, -0.3292037546634674, 0.1386907398700714, 0.9686101675033569, 0.3634257912635803, -0.11217990517616272, -0.6073402166366577, -0.28883907198905945, 0.2985265552997589, 0.018660658970475197, 0.2243744283914566, 0.10995355993509293, -0.04537340998649597, 0.6971537470817566, 0.655897319316864, -0.5714727640151978, -0.19183644652366638, -0.9527863264083862, -0.42099350690841675, 1.0227887630462646, 0.16687628626823425, 0.01778373494744301, -0.5065081715583801, -0.17082498967647552, -0.18130876123905182, -0.32896751165390015, -0.012948005460202694, 0.4871516823768616, 0.27457255125045776, -1.0052082538604736, 0.5332280993461609, -0.10195399075746536, 0.5464862585067749, 0.12154169380664825, 0.618462860584259, 0.8028787970542908, -0.24821819365024567, -0.367765873670578, 0.13090243935585022, 0.2699458599090576, 0.40021586418151855, 0.07558001577854156, 0.13123135268688202, 0.06937190145254135, -0.0711655244231224, 0.1793658584356308, -1.1191388368606567, -0.822666347026825, 0.30946987867355347, -0.8149528503417969, -0.25398892164230347, 0.5911125540733337, -1.0211142301559448, -0.5507951378822327, -0.2519937753677368, -0.018524734303355217, 0.17249232530593872, -0.7611942887306213, -0.033398356288671494, -0.6174350380897522, 0.4839184284210205, 0.23252050578594208, -0.9213435649871826, 0.062010977417230606, 0.8698533773422241, 0.43236422538757324, 0.42960160970687866, 0.11569195240736008, -0.4316472113132477, 0.1501336395740509, -0.1797512173652649, 0.794727623462677, -0.6661480069160461, -0.5391078591346741, -0.09539946913719177, 0.3897084593772888, 0.02823936939239502, -0.4299980401992798, 0.9881055355072021, -0.430202841758728, -0.23222486674785614, -0.6990578770637512, -0.4761578142642975, -0.2737659811973572, 0.2035856544971466, -1.3216356039047241, 1.2079596519470215, 0.2057151347398758, -0.7659409642219543, 0.19060839712619781, -1.1913563013076782, -0.10756857693195343, 0.940542995929718, 0.025912471115589142, -0.5125859379768372, 0.45799821615219116, -0.28912270069122314, 0.5895922183990479, -0.004898017272353172, 0.3547479808330536, -0.8735003471374512, -0.19059035181999207, 0.09937077015638351, 0.13515116274356842, 0.9844743609428406, 0.3926580548286438, 0.5967996120452881, -0.19574366509914398, -0.9650859832763672, 0.03948867693543434, 0.25289419293403625, -0.1004236564040184, -0.3698301613330841, -0.629266619682312, 0.3665008246898651, -0.1266663670539856, 0.6071484088897705, -0.501029908657074, 0.3153795897960663, 0.05539513751864433, -0.3360291123390198, 0.6992405652999878, 0.15515181422233582, 0.09207282215356827, -0.6707707643508911, 0.7175905108451843, -0.1135498434305191, 0.36777806282043457, -0.0882781371474266, -0.7269335985183716, -0.6418118476867676, 0.04172598570585251, 0.6894525289535522, 0.5999569296836853, -0.4744139015674591, 0.7973054051399231, 0.13565237820148468, -0.8282671570777893, -0.31288808584213257, -0.03712247684597969, 0.19263891875743866, 0.19165842235088348, 0.2940320372581482, -0.9116917252540588, -1.0077933073043823, -0.6701490879058838, 0.34406405687332153, -0.09295129776000977, 0.187448650598526, 0.3359035551548004, 0.7671493887901306, -0.37957707047462463, 0.4936239719390869, -0.8445543050765991, -0.19826281070709229, 0.1960914433002472, -0.3271229565143585, 0.47415435314178467, 0.8265869617462158, 1.0534878969192505, -0.740706741809845, -0.24184787273406982, -0.5334265828132629, -0.5461363196372986, 0.024837132543325424, 0.25069931149482727, -0.6007605791091919, -0.15618063509464264, 0.18508116900920868, -0.35965973138809204, 0.9062501788139343, 1.0125235319137573, -0.6284985542297363, 0.20789943635463715, 0.07046934962272644, 0.03568283095955849, -1.5567594766616821, 0.5250560641288757, -0.05180945619940758, -0.13268665969371796, -0.4267965257167816, -0.11483324319124222, 0.055631123483181, -0.2280912697315216, -0.029971444979310036, 0.3770962953567505, -0.4469417333602905, -0.059580910950899124, 0.06595627963542938, -0.2565411329269409, -0.12683485448360443, 0.20260556042194366, 0.019174698740243912, 0.1212482899427414, 0.8512352108955383, -0.20690155029296875, 1.0169306993484497, 0.6257830262184143, -0.049682002514600754, 0.8951614499092102, -0.6276069283485413, 0.27162641286849976, -0.24479429423809052, 0.552278459072113, -0.877614438533783, -0.7705414891242981, 0.46148189902305603, -0.38522663712501526, 0.1744956374168396, -0.6656070351600647, -0.4337955117225647, -0.7802446484565735, -0.23815728724002838, 0.968386709690094, 0.477836936712265, -0.6162804365158081, 0.2741631865501404, 0.6565527319908142, -0.23832540214061737, -0.16656605899333954, -0.959699273109436, 0.07765382528305054, -0.30008235573768616, -0.2999177575111389, 0.3950982987880707, -0.5091304183006287, 0.12554766237735748, -0.26271653175354004, 0.31364113092422485, -0.13724802434444427, -0.24063964188098907, 0.7558509707450867, 0.37664785981178284, -0.15996381640434265, 0.37917596101760864, -0.27517956495285034, -0.7907314300537109, 0.28517529368400574, 0.03731784224510193, 0.28529226779937744, 0.053735148161649704, -0.06695041060447693, -0.5218865275382996, 0.4365771412849426, 0.29330435395240784, -0.3056274354457855, 0.41809147596359253, 0.8478565812110901, -0.9232140779495239, -0.0664927139878273, -0.4720395803451538, -0.08497872948646545, -0.4630129933357239, 0.15890517830848694, -0.3891734182834625, -0.42972248792648315, 0.7714778184890747, 0.023413637652993202, -0.062155239284038544, 0.7912192940711975, 0.7408930063247681, 0.1832636594772339, 0.42618346214294434, 0.558425784111023, -0.3132026791572571, 0.4967546761035919, -0.2625751495361328, -0.24622128903865814, -0.6820041537284851, -0.6687194108963013, -0.7025014162063599, -0.43466660380363464, -0.7485759258270264, -0.5980973243713379, -0.14837470650672913, -0.12865619361400604, -0.12422467768192291, 0.561336874961853, -0.7671265602111816, 0.5795100331306458, 0.5638765692710876, 0.32399067282676697, -0.05130555480718613, -0.1489398032426834, 0.3174648880958557, 0.247796431183815, -0.6510193943977356, -0.07742898911237717, 1.236615777015686, 0.5389387607574463, 1.0298223495483398, 0.4255373775959015, 1.0110236406326294, 0.3794318735599518, 0.35234886407852173, -0.39528679847717285, 0.45480790734291077, -0.2414219081401825, -0.8656613230705261, 0.1290166825056076, -0.15591473877429962, -0.9646360278129578, -0.5489709973335266, -0.26685017347335815, -0.3729705810546875, 0.5919957160949707, 0.5209656357765198, -0.15987594425678253, 0.13856026530265808, -0.9176380038261414, 1.0042121410369873, -0.09909774363040924, 0.007803823798894882, -0.21059712767601013, -0.7228619456291199, 0.21946118772029877, 0.15704624354839325, 0.08092604577541351, -0.3738202452659607, 0.18072625994682312, 1.056931734085083, -0.43662863969802856, 1.1996232271194458, -0.7923855781555176, -0.04976353049278259, 0.03809835761785507, -0.37749505043029785, 0.19700729846954346, 0.5030274987220764, -0.3586862087249756, 0.09224414825439453, 0.15842905640602112, -0.6866148114204407, -0.13156211376190186, 0.7855660319328308, -0.5653388500213623, 0.2554406523704529, -0.5692950487136841, -0.5977615118026733, 0.07229553908109665, 0.23714126646518707, 0.1291024088859558, 0.9108354449272156, -0.29124999046325684, 0.21947620809078217, 0.7599979043006897, 0.3894008696079254, 0.5647779703140259, 0.09760163724422455, -0.29731884598731995, -0.46294718980789185, 1.0150219202041626, 0.17729027569293976, -0.30692058801651, 0.3101954758167267, 0.2299651950597763, -0.385846883058548, -0.366024911403656, -0.516403079032898, 0.29494503140449524, -0.45735058188438416, -0.6961523294448853, -0.06487226486206055, -0.34246039390563965, -0.37545686960220337, -0.1828521341085434, -0.2067510038614273, -0.7828727960586548, -0.6458724737167358, -0.5677688717842102, 1.147229552268982, 0.7634696364402771, -0.6616665720939636, 0.24807266891002655, -0.7952086925506592, 0.5139229893684387, 0.029414139688014984, 1.072676658630371, -0.16802556812763214, -0.5428626537322998, -0.45599547028541565, -0.0861814022064209, 0.027247218415141106, -0.7352707386016846, -0.2612147629261017, 0.23520413041114807, 0.6949620246887207, 0.3141266703605652, 0.13290506601333618, 0.7978888750076294, 0.03663168102502823, 0.5413427948951721, 0.21199235320091248, -0.6304157376289368, 0.575585126876831, -0.2833455502986908, 0.6158064007759094, 0.8090844750404358, 0.6216048002243042, -0.3183703124523163, 0.18872758746147156, -1.1963244676589966, -0.5568127632141113, 0.4928243160247803, -0.1035996824502945, 0.2471766173839569, 0.3804127871990204, 0.5880385637283325, 0.03767973929643631, 0.11893629282712936, -0.6670476198196411, -0.8294702768325806, -0.2874472439289093, -0.5128002762794495, 0.16030509769916534, -0.4571325480937958, -0.2925333082675934, -0.5495038628578186, 0.6732497215270996, -0.09230072051286697, 0.4302343428134918, -0.060216017067432404, 0.3770039975643158, -0.1074812039732933, -0.15118202567100525, 0.48235493898391724, 0.5648738741874695, -0.5932411551475525, -0.1238720491528511, -0.19843511283397675, -0.738039493560791, -0.5568714737892151, 0.9979180693626404, 0.04442499205470085, -0.17442350089550018, 0.4496593177318573, 0.6620237231254578, -0.32934409379959106, -0.027501286938786507, 0.17804142832756042, -0.1001800149679184, -0.3468797504901886, -0.536413848400116, 0.19850994646549225, 0.2230520099401474, 0.17230550944805145, 0.24524357914924622, -0.032677993178367615, 0.224566251039505, -0.3120870888233185, 0.5852806568145752, 0.10657216608524323, -0.8150460720062256, -0.6411892175674438, 0.3995889127254486, 0.6856968998908997, -0.46440717577934265, 0.7658364176750183, -0.13113442063331604, -0.32743972539901733, 0.8473218083381653, 0.3265340328216553, 0.7659465074539185, -0.545947790145874, 0.37368977069854736, 0.6389654874801636, 0.10007782280445099, 0.3692224323749542, 0.8483240008354187, -0.297606885433197, -0.5957332253456116, -0.0480072945356369, -0.4077606797218323, -0.4407096207141876, -0.18073755502700806, -1.3228144645690918, 0.20639483630657196, -0.7130048871040344, -0.408544659614563, 0.4042978584766388, 0.27275070548057556, -0.8193408846855164, 0.4301317036151886, 0.4295714497566223, 1.3618366718292236, -0.8265494704246521, 0.8316938877105713, 0.9820730090141296, -0.319724977016449, -0.725014865398407, -0.3737765848636627, 0.11210213601589203, -0.9408600926399231, -0.145700141787529, 0.20944413542747498, 0.41671082377433777, -0.2050037384033203, -0.8710272908210754, -0.6738907694816589, 1.1015701293945312, 0.25633329153060913, -0.7604085803031921, 0.43781712651252747, -0.0829421803355217, 0.3481985628604889, -0.25677019357681274, 0.2508447766304016, 0.4502893388271332, 0.844354510307312, 0.4540926218032837, -0.8422991633415222, 0.12646456062793732, -0.71744304895401, -0.26774120330810547, 0.4112303853034973, -0.9306167960166931, 0.011851562187075615, -0.2875818908214569, 0.3031570613384247, 0.1870405375957489, 0.5906552076339722, 0.14696618914604187, 0.4450344443321228, 0.36357569694519043, 0.7797485589981079, 1.0652070045471191, -0.40445032715797424, 0.7640239596366882, 0.13066725432872772, 0.6288821697235107, 1.0279687643051147, -0.08623618632555008, 0.3489941954612732, 0.45919299125671387, -0.05731368064880371, 0.5648781657218933, 0.7693283557891846, -0.5769188404083252, 0.3920072615146637, 0.3905344009399414, -0.20301006734371185, -0.27386894822120667, -0.2827194035053253, -0.9906644225120544, 0.2375737428665161, 0.5027129650115967, -0.459095299243927, -0.05165324732661247, -0.28063949942588806, 0.3006269335746765, -0.29239004850387573, -0.5864003300666809, 0.8187739253044128, 0.06898459792137146, -0.2863641679286957, 0.0418044812977314, -0.1388639360666275, 0.026980090886354446, -0.8165056705474854, -0.3310946822166443, -0.1505468189716339, 0.33359041810035706, -0.7758660316467285, -1.0836597681045532, 0.7564975619316101, -0.3074762523174286, -0.5439128875732422, -0.12284698337316513, 0.656838595867157, -0.4578799605369568, -1.0982942581176758, 0.1389724761247635, -0.08397985249757767, 0.2016156017780304, 0.28506168723106384, -1.3653546571731567, 0.4469265341758728, 0.0520637072622776, 0.03212358057498932, 0.11449214071035385, 0.15209388732910156, 0.021301059052348137, 0.4512307941913605, 0.6455199718475342, -0.13243350386619568, -0.3219466805458069, 0.23496827483177185, 0.8699787855148315, -0.8512861132621765, -0.5744888186454773, -0.4779512882232666, 0.8813424706459045, -0.3590478003025055, -0.6977298259735107, 0.5967437028884888, 1.1863075494766235, 0.8356527090072632, -0.15599499642848969, 0.7932552099227905, -0.578647255897522, 0.6473731994628906, -0.2527675926685333, 0.5124412178993225, -0.22647184133529663, -0.21780835092067719, -0.3120248317718506, -0.6193215847015381, -0.862051248550415, 0.6860616207122803, 0.19707021117210388, 0.14780400693416595, 0.3155265748500824, 1.0811076164245605, -0.1333058923482895, 0.44841012358665466, -0.03490004688501358, 0.15560375154018402, 0.24056877195835114, 0.5988978743553162, 0.34199416637420654, -0.6487943530082703, 0.06290116906166077, -0.24085979163646698, -0.6442942023277283, -0.10030379146337509, -1.2557846307754517, -0.9434969425201416, -0.664020299911499, -0.5688743591308594, -0.6156697273254395, -0.06181035563349724, 0.8003111481666565, 1.2000068426132202, -1.0382732152938843, -0.351629376411438, 0.3188551068305969, 0.3853098154067993, 0.000771532126236707, -0.1187153160572052, 0.7007829546928406, 0.5726125836372375, -0.5302037000656128, -0.23988677561283112, -0.06747616082429886, 0.2482263594865799, -0.1363997757434845, 0.037176452577114105, -0.05594225972890854, -0.06123136729001999, 0.205901637673378, 0.6416580677032471, -0.03644361346960068, -0.2358894646167755, -0.5981656908988953, 0.16975489258766174, 0.03492004796862602, 0.9159541130065918, -0.40920352935791016, 0.4017306864261627, 0.7135212421417236, 0.4185539186000824, 0.8197059631347656, 0.43540158867836, 0.5427094101905823, -0.698379635810852, 0.3273178040981293, -0.02504742704331875, 0.28155291080474854, 0.18001559376716614, -0.4291127920150757, 0.7949091792106628, 0.47071611881256104, -0.5955877900123596, -0.5753917098045349, 0.05070367455482483, -1.6570265293121338, 0.597724437713623, 0.7224743366241455, 0.08625035732984543, -0.2803103029727936, -0.29646870493888855, -0.42750027775764465, -0.13271519541740417, -0.8907374143600464, 0.33696767687797546, 0.4294344186782837, -0.05081195384263992, -0.16879580914974213, -0.13612708449363708, 0.7085062861442566, -0.15427285432815552, -1.282361626625061, 0.13630931079387665, 0.47601622343063354, -0.046992700546979904, 0.17746593058109283, 0.6853901147842407, -0.17531543970108032, 0.4486694037914276, 0.06559208035469055, 0.29128533601760864, -0.1921895444393158, -0.456651896238327, -0.3031635880470276, 0.01968669518828392, -0.1936720460653305, -0.5649148225784302 ]
result-kand2-sdxl-wuerst-karlo/3ec30f64
result-kand2-sdxl-wuerst-karlo
2023-09-27T16:06:02Z
525
0
[ "region:us" ]
null
2023-09-27T16:06:02Z
--- dataset_info: features: - name: result dtype: string - name: id dtype: int64 splits: - name: train num_bytes: 218 num_examples: 10 download_size: 1399 dataset_size: 218 configs: - config_name: default data_files: - split: train path: data/train-* --- # Dataset Card for "3ec30f64" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
[ -0.7754234671592712, -0.07526899129152298, 0.38753485679626465, 0.2823743522167206, -0.19090330600738525, -0.20005078613758087, 0.41184714436531067, -0.3000766336917877, 0.5811902284622192, 0.6277801990509033, -0.6831871867179871, -0.7542130351066589, -0.5150192975997925, -0.16623792052268982, -0.12423638254404068, 1.1258803606033325, -0.1860225796699524, 0.0985381230711937, -0.4272381067276001, -0.06045398488640785, -0.1367444545030594, -0.43056201934814453, -0.6085230708122253, -0.5787955522537231, 0.7613855600357056, 1.016694188117981, 0.5002648234367371, 0.6843228340148926, 0.8698527216911316, 0.15535983443260193, 0.08873065561056137, -0.4247395098209381, -0.3327915370464325, -0.15575142204761505, 0.04357178881764412, -0.5974529385566711, -1.1157729625701904, 0.027830777689814568, 0.5779158473014832, 0.5148984789848328, -0.1736440658569336, 0.7145816087722778, -0.11580406129360199, 1.0726935863494873, -0.625697910785675, 0.6168332695960999, -0.1561799794435501, -0.03742232546210289, -0.8563143610954285, 0.048799045383930206, 0.18126541376113892, -0.5422235131263733, -0.3979346454143524, -1.032461404800415, 0.3623046576976776, 0.3387612998485565, 0.8166687488555908, 0.06934470683336258, 0.13972456753253937, -0.07153169810771942, -0.34448087215423584, -0.008090530522167683, -0.30878761410713196, 0.1580333113670349, 0.9716593623161316, 0.436747282743454, 0.0898950919508934, -0.49326688051223755, -0.4998175799846649, 0.39692947268486023, 0.26453590393066406, 0.11942243576049805, 0.08550466597080231, 0.05021361634135246, 0.5881857872009277, 0.8197327852249146, -0.5261603593826294, -0.0881693884730339, -0.8142717480659485, -0.3176218271255493, 0.7407252192497253, 0.14155790209770203, 0.25499480962753296, -0.10169146209955215, -0.15176093578338623, -0.2957947254180908, -0.7295395731925964, -0.3622092306613922, 0.7971415519714355, 0.24920879304409027, -1.127974510192871, 0.7306435704231262, -0.02472689002752304, 0.4015357494354248, 0.11382938176393509, 0.7312850952148438, 0.7888815402984619, 0.028877435252070427, -0.2253136932849884, 0.16892774403095245, 0.4111482799053192, 0.5447403788566589, 0.3190770745277405, 0.3855288028717041, -0.027662161737680435, -0.29725131392478943, 0.01723438687622547, -1.2205604314804077, -0.7490292191505432, 0.5463674068450928, -0.7814885973930359, -0.07653363794088364, 0.45062127709388733, -0.9968231916427612, -0.5607795119285583, -0.13990893959999084, -0.1294012814760208, -0.19652655720710754, -0.6744136214256287, -0.23044392466545105, -0.6637877225875854, 0.4634809195995331, 0.15146476030349731, -1.0603870153427124, 0.44370129704475403, 0.7522769570350647, 0.517170786857605, 0.17954204976558685, -0.12090201675891876, -0.4313705563545227, 0.3587266504764557, -0.21595309674739838, 0.8118594884872437, -0.5521128177642822, -0.35866186022758484, 0.10228320956230164, 0.40514788031578064, 0.06870340555906296, -0.44832339882850647, 0.838707447052002, -0.5331049561500549, -0.2380267232656479, -0.5379143953323364, -0.6672651767730713, -0.07988151162862778, 0.17878732085227966, -1.4259628057479858, 1.1247347593307495, 0.4622098207473755, -0.7162440419197083, 0.29200178384780884, -1.2962244749069214, -0.2127304971218109, 0.8143747448921204, -0.0037571960128843784, -0.529668390750885, 0.12140548974275589, 0.010634620673954487, 0.6829360723495483, -0.12478548288345337, 0.008776556700468063, -1.0332790613174438, -0.34564289450645447, -0.16684679687023163, 0.12431247532367706, 0.7934679388999939, 0.5245717167854309, 0.40007323026657104, -0.24610836803913116, -0.8194286823272705, -0.21249568462371826, 0.2844395041465759, 0.12187217175960541, -0.17712798714637756, -0.5447005033493042, 0.47612982988357544, -0.3252583146095276, 0.46339306235313416, -0.6279176473617554, 0.1751013547182083, 0.18790118396282196, -0.19757746160030365, 0.6619613170623779, 0.2166900932788849, 0.32900479435920715, -0.47075989842414856, 0.5686879754066467, -0.0130420858040452, 0.3172144591808319, 0.11665631085634232, -0.6064433455467224, -0.5748755931854248, -0.016865285113453865, 0.3921981453895569, 0.6291282176971436, -0.7751912474632263, 0.529499888420105, 0.18542936444282532, -0.7386162281036377, -0.09939923882484436, 0.17394699156284332, 0.12594181299209595, 0.01900521107017994, 0.3761548697948456, -0.32940852642059326, -0.7222653031349182, -0.8871694803237915, 0.32938170433044434, -0.2634997069835663, -0.1448521465063095, 0.5606158971786499, 0.9226042628288269, -0.23066459596157074, 0.42350101470947266, -0.7873392701148987, -0.35453158617019653, -0.05600957199931145, -0.14760331809520721, 0.33610209822654724, 0.9325293302536011, 0.9598885178565979, -0.6719943881034851, -0.24358341097831726, -0.4318033754825592, -0.4982847571372986, 0.08876986801624298, 0.401013046503067, -0.3999420702457428, -0.016317879781126976, 0.2844827473163605, -0.29344338178634644, 0.4601653218269348, 0.9271218180656433, -0.5523743033409119, 0.004848112817853689, 0.06676032394170761, 0.2976955473423004, -1.260728359222412, 0.35226336121559143, 0.10789860785007477, -0.16613197326660156, -0.3086760938167572, -0.06065906956791878, 0.2911110520362854, -0.2528499960899353, -0.4258204698562622, 0.6096660494804382, -0.509784996509552, -0.049752749502658844, 0.10125747323036194, -0.08584967255592346, -0.137240931391716, 0.31430694460868835, 0.0625818520784378, 0.506148099899292, 0.9084410071372986, -0.36426839232444763, 0.8283349871635437, 0.5900150537490845, -0.0945831686258316, 1.026914358139038, -0.6318129897117615, 0.23656226694583893, -0.12757408618927002, 0.4256829023361206, -0.5440047383308411, -0.9828968048095703, 0.5759918689727783, -0.3353422284126282, 0.44841545820236206, -0.642454981803894, -0.5949548482894897, -0.8424363732337952, -0.42773211002349854, 0.8937687873840332, 0.32408228516578674, -0.7135730385780334, 0.3644231855869293, 0.6840177774429321, -0.15346096456050873, 0.16303841769695282, -0.9008225202560425, -0.13178342580795288, -0.3536921441555023, -0.22513583302497864, 0.5552962422370911, -0.4189726412296295, -0.024455536156892776, -0.20693854987621307, 0.24492943286895752, -0.2649080455303192, -0.32640814781188965, 0.5794689655303955, 0.4838736057281494, -0.12510602176189423, 0.19462016224861145, -0.20951582491397858, -0.4650111496448517, 0.20869947969913483, 0.08390150964260101, 0.2681586444377899, -0.40555813908576965, -0.19235382974147797, -0.489145964384079, 0.5897118449211121, 0.41633057594299316, 0.05412780120968819, 0.4114953279495239, 0.9716587662696838, -0.9438605904579163, 0.12366048991680145, -0.5898206233978271, 0.03438713029026985, -0.4629375636577606, 0.005252635106444359, -0.4157235324382782, -0.6923863887786865, 0.664252758026123, 0.21750883758068085, -0.2497725486755371, 1.008083462715149, 0.7316494584083557, 0.002109615132212639, 0.692316472530365, 0.5064483880996704, -0.11085905879735947, 0.4892346262931824, -0.2159384936094284, -0.4918455481529236, -0.970919132232666, -0.4701405167579651, -0.5830524563789368, -0.2987285256385803, -0.8305491805076599, -0.3881378471851349, -0.12425387650728226, -0.031968146562576294, -0.5812829732894897, 0.7359893918037415, -0.6210007071495056, 0.547566831111908, 0.5417667031288147, 0.4161635637283325, -0.35901862382888794, -0.26959022879600525, 0.4346589744091034, 0.5236709713935852, -0.6096115112304688, -0.28875860571861267, 1.2593499422073364, 0.6923458576202393, 0.8962492942810059, 0.2786213159561157, 1.0054367780685425, 0.4011012017726898, 0.42708131670951843, -0.24221093952655792, 0.26144084334373474, -0.04844505712389946, -0.9851768016815186, -0.06381022185087204, -0.2137252390384674, -0.6252243518829346, -0.7639477849006653, -0.22868433594703674, -0.42722445726394653, 0.5385672450065613, 0.493581622838974, -0.2838870584964752, 0.3892069160938263, -0.9413367509841919, 1.0007678270339966, -0.02190442569553852, -0.19081376492977142, 0.005831578746438026, -0.6045445799827576, 0.24336184561252594, 0.27025654911994934, 0.11423421651124954, -0.5908169746398926, 0.008755208924412727, 1.2679533958435059, -0.438031405210495, 0.9896963238716125, -0.7920573949813843, -0.08088387548923492, 0.33588874340057373, -0.2709730565547943, 0.4769636392593384, 0.5560073852539062, -0.27213171124458313, 0.23442594707012177, 0.38825249671936035, -0.743732213973999, -0.1757429838180542, 0.8736634254455566, -0.7972962260246277, 0.1481475830078125, -0.3831446170806885, -0.5202059745788574, -0.20815907418727875, 0.19521823525428772, 0.26173263788223267, 0.5167492628097534, -0.43136975169181824, 0.16523754596710205, 0.798538327217102, 0.43226101994514465, 0.6483027935028076, 0.08908707648515701, -0.03260364010930061, -0.5473336577415466, 1.026490569114685, -0.013799875043332577, -0.3037644028663635, 0.3205817639827728, 0.09859814494848251, -0.15127672255039215, -0.3654213547706604, -0.6359447240829468, 0.10489983856678009, -0.5222187638282776, -0.6955274343490601, -0.17087848484516144, -0.2529260814189911, -0.3913235068321228, -0.30697134137153625, -0.44986823201179504, -0.7102128863334656, -0.9400997161865234, -0.4891202449798584, 1.1556109189987183, 0.6386151313781738, -0.6805322170257568, 0.4954022169113159, -0.8239326477050781, 0.5810355544090271, 0.05936868116259575, 1.333284616470337, -0.42024534940719604, -0.28185075521469116, -0.26469185948371887, -0.1135597974061966, -0.05438477173447609, -0.645773708820343, -0.2515621781349182, 0.21315521001815796, 0.6473860144615173, 0.36528199911117554, 0.030894668772816658, 0.3942551910877228, -0.1554279625415802, 0.8224071264266968, 0.2802709639072418, -0.7577874660491943, 0.567590057849884, -0.37112247943878174, 0.3882305324077606, 1.0041812658309937, 0.6074818968772888, -0.22311143577098846, 0.15089650452136993, -1.1135615110397339, -0.7233029007911682, 0.6033759713172913, 0.18118704855442047, 0.11548100411891937, 0.0622313916683197, 0.44090893864631653, 0.1419016718864441, 0.03488311544060707, -0.4859060049057007, -0.7857764959335327, -0.30597802996635437, -0.47951367497444153, 0.37336504459381104, -0.5194516181945801, -0.39242929220199585, -0.3349444568157196, 0.8689982295036316, -0.2585742771625519, 0.5746345520019531, -0.043121423572301865, 0.3847613036632538, -0.11720097810029984, -0.08107348531484604, 0.4069172739982605, 0.3448779881000519, -0.7529720067977905, 0.020011594519019127, -0.04581816866993904, -0.6961184144020081, -0.4123551547527313, 0.8562959432601929, 0.3428139090538025, -0.49974799156188965, 0.5162366032600403, 0.7589846253395081, -0.3984176218509674, 0.014027743600308895, 0.4846612811088562, -0.12446026504039764, -0.4780772626399994, -0.5040851831436157, 0.2523232400417328, -0.019970815628767014, 0.15548665821552277, 0.1627032309770584, 0.008897624909877777, 0.3005407154560089, -0.30942732095718384, 0.5628442168235779, -0.08807673305273056, -0.9058066606521606, -0.2884353697299957, 0.5931901335716248, 0.7346518635749817, -0.3342670500278473, 0.8646701574325562, -0.18346159160137177, -0.24577182531356812, 0.8995105624198914, 0.44631117582321167, 0.959511399269104, -0.32068008184432983, 0.3790423572063446, 0.6320258378982544, 0.0745183676481247, 0.11165708303451538, 0.7960004210472107, -0.4632623493671417, -0.7867608666419983, 0.20986726880073547, -0.4050702750682831, -0.6156290769577026, -0.2746901214122772, -1.2875021696090698, 0.29843172430992126, -0.6209756135940552, -0.04805644974112511, 0.026530884206295013, 0.13755114376544952, -1.051077127456665, 0.3626823127269745, 0.6112724542617798, 1.5215439796447754, -0.8920776844024658, 0.6835018396377563, 0.6242088675498962, -0.37140926718711853, -0.6166194677352905, -0.23993980884552002, 0.14210163056850433, -1.1044087409973145, -0.3222297430038452, 0.24393004179000854, 0.4524059593677521, -0.1237926036119461, -1.05326247215271, -0.7581175565719604, 1.2702831029891968, 0.1878904104232788, -0.8440349102020264, 0.5389018058776855, -0.1528632789850235, 0.1678582727909088, -0.5102880001068115, 0.4025426208972931, 0.7479780912399292, 0.8851798176765442, 0.46055519580841064, -0.5079442858695984, 0.18664604425430298, -0.8023651242256165, -0.1958819180727005, 0.2743096649646759, -0.7771221399307251, -0.0005954513908363879, -0.2447168380022049, 0.19195884466171265, 0.1536412537097931, 0.8338296413421631, 0.33638814091682434, 0.283962607383728, 0.5125198364257812, 0.538755476474762, 0.9164814949035645, -0.4678441286087036, 1.0859333276748657, -0.23063647747039795, 0.46143999695777893, 1.1247435808181763, -0.31287673115730286, 0.40060919523239136, 0.5778340697288513, -0.008419797755777836, 0.45562049746513367, 0.9643376469612122, -0.6341295838356018, 0.28909701108932495, 0.23165948688983917, -0.22981439530849457, -0.25219854712486267, 0.036275140941143036, -0.867120623588562, 0.13056866824626923, 0.5790448188781738, -0.40699154138565063, 0.026638315990567207, 0.0020559891127049923, 0.35254472494125366, -0.3539281189441681, -0.5923438668251038, 0.6385557055473328, -0.09878728538751602, -0.22875291109085083, -0.03742814064025879, -0.161900594830513, -0.025311028584837914, -0.5614535212516785, -0.4639594256877899, -0.16056151688098907, 0.11084534972906113, -0.5470638871192932, -1.4713679552078247, 0.7375251054763794, -0.27177587151527405, -0.33624574542045593, -0.18601670861244202, 0.40077370405197144, -0.2522259056568146, -0.9622039794921875, 0.08752747625112534, -0.050663966685533524, 0.23812586069107056, -0.03383396565914154, -1.0251489877700806, 0.5766894221305847, -0.163660928606987, -0.2916231155395508, 0.02011539414525032, 0.09851372987031937, 0.1586427092552185, 0.3933102786540985, 0.38811013102531433, -0.10970443487167358, -0.6982864737510681, 0.3714023530483246, 0.9260355830192566, -0.7638764977455139, -0.38952910900115967, -0.488481342792511, 0.5741498470306396, -0.3634800314903259, -0.7139430046081543, 0.38933616876602173, 1.1557996273040771, 0.8205268383026123, -0.04576919227838516, 0.8847765326499939, -0.6887685656547546, 0.3895578682422638, -0.5009506940841675, 0.6291901469230652, -0.27747443318367004, -0.09018731862306595, -0.28912848234176636, -0.8061591386795044, -0.9073569774627686, 0.39570868015289307, 0.22159773111343384, 0.16380205750465393, 0.5563905835151672, 0.9958218932151794, -0.03272688761353493, 0.5273076891899109, -0.007585806306451559, 0.07360465079545975, 0.2071172595024109, 0.5080711841583252, 0.14085926115512848, -0.6197795867919922, 0.23670168220996857, -0.2649269104003906, -0.7562642097473145, 0.11169786006212234, -1.1352788209915161, -0.8974780440330505, -0.657996416091919, -0.5137625932693481, -0.4941160976886749, 0.005703410133719444, 0.9192673563957214, 1.0551464557647705, -1.0833238363265991, -0.14294081926345825, -0.09069294482469559, 0.34833505749702454, -0.06433527916669846, -0.13802924752235413, 0.7402703166007996, 0.4334224462509155, -0.6504642367362976, -0.20948326587677002, -0.069366954267025, 0.32685133814811707, -0.06881652772426605, -0.030682941898703575, 0.09356464445590973, -0.052483029663562775, 0.11362163722515106, 0.6186813712120056, -0.03521943464875221, -0.4810890555381775, -0.6305444836616516, 0.10941413789987564, 0.1306748241186142, 0.899339497089386, -0.2875608205795288, 0.11938050389289856, 0.5591954588890076, 0.1328461766242981, 0.884354829788208, 0.05793730542063713, 0.6766959428787231, -0.5960116386413574, -0.025755029171705246, -0.06444959342479706, 0.5678444504737854, 0.3274294137954712, -0.5880130529403687, 0.8232340812683105, 0.28758084774017334, -0.6031733155250549, -0.27625903487205505, 0.0034707612358033657, -1.3484431505203247, 0.4543129801750183, 1.0584295988082886, 0.11890644580125809, -0.46644648909568787, -0.05871780216693878, -0.3514798879623413, 0.06305623799562454, -0.889043927192688, 0.19587215781211853, 0.5738137364387512, -0.19032903015613556, -0.36706310510635376, -0.2924121022224426, 0.5927664637565613, -0.5448161959648132, -1.263145923614502, 0.2476596236228943, 0.3928881287574768, 0.05928807333111763, 0.10879500955343246, 0.5767905712127686, -0.3970987796783447, 0.3385225832462311, 0.33406147360801697, 0.6262747049331665, -0.266672283411026, -0.596864640712738, -0.13991694152355194, 0.1594558209180832, -0.28091371059417725, -0.5906826853752136 ]
result-kand2-sdxl-wuerst-karlo/694df328
result-kand2-sdxl-wuerst-karlo
2023-09-28T17:05:56Z
525
0
[ "region:us" ]
null
2023-09-28T17:05:55Z
--- dataset_info: features: - name: result dtype: string - name: id dtype: int64 splits: - name: train num_bytes: 162 num_examples: 10 download_size: 1318 dataset_size: 162 configs: - config_name: default data_files: - split: train path: data/train-* --- # Dataset Card for "694df328" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
[ -0.6183189153671265, 0.0016915471060201526, 0.3250216245651245, 0.24500064551830292, -0.2821585237979889, -0.14077447354793549, 0.46861520409584045, -0.16000671684741974, 0.744147539138794, 0.5192299485206604, -0.7710420489311218, -0.59782475233078, -0.511405885219574, -0.015819411724805832, -0.23415598273277283, 1.2614610195159912, 0.17438437044620514, -0.05181427672505379, -0.4201291501522064, 0.022769520059227943, -0.2804393172264099, -0.6290295124053955, -0.46316370368003845, -0.5822893381118774, 0.9661921262741089, 0.8590203523635864, 0.5029512643814087, 0.4712027609348297, 0.8278792500495911, 0.21870829164981842, 0.1238599568605423, -0.2918136417865753, -0.5908159017562866, -0.188820481300354, -0.17222243547439575, -0.33891406655311584, -1.262349247932434, 0.005037898197770119, 0.6923169493675232, 0.5590883493423462, -0.16899915039539337, 0.7677855491638184, -0.34455782175064087, 0.9584496021270752, -0.34902530908584595, 0.6867491006851196, -0.08772126585245132, -0.11345505714416504, -0.894816517829895, 0.04385319724678993, 0.16909311711788177, -0.5614717602729797, -0.25410792231559753, -1.0706599950790405, 0.3641960322856903, -0.033481989055871964, 0.6752946376800537, 0.07074952870607376, 0.04571206867694855, 0.035377420485019684, -0.29428964853286743, 0.0488940104842186, -0.447572261095047, 0.2868310213088989, 1.0183979272842407, 0.31040045619010925, 0.005924109369516373, -0.5497196316719055, -0.38495853543281555, 0.3477093279361725, 0.2069246619939804, 0.1184196025133133, 0.1912427693605423, -0.024047741666436195, 0.7311842441558838, 0.761436402797699, -0.527130663394928, -0.3068433701992035, -0.9719908237457275, -0.4503794014453888, 1.032666563987732, 0.04134529456496239, 0.11253056675195694, -0.33614909648895264, -0.16091854870319366, -0.21545350551605225, -0.3865511417388916, -0.16566674411296844, 0.579201340675354, 0.14734990894794464, -1.160099744796753, 0.4201000928878784, -0.20252105593681335, 0.5358428359031677, 0.2193252444267273, 0.5254746079444885, 0.8609680533409119, -0.2313879281282425, -0.22463364899158478, 0.14049620926380157, 0.3815380334854126, 0.4777698218822479, 0.18151360750198364, 0.08163566142320633, -0.05460574850440025, -0.18679143488407135, 0.12257742136716843, -1.0535368919372559, -0.8016380071640015, 0.3858279585838318, -0.6529841423034668, -0.405872106552124, 0.5882537364959717, -1.0431870222091675, -0.6267433762550354, -0.1847185641527176, -0.02239346317946911, -0.06194515526294708, -0.8539639711380005, -0.11171197146177292, -0.7090469598770142, 0.45390793681144714, 0.33832648396492004, -0.8827054500579834, 0.17749106884002686, 0.8858736753463745, 0.538713276386261, 0.22200949490070343, -0.13534905016422272, -0.6228240132331848, 0.2973248064517975, -0.21614959836006165, 0.8907610774040222, -0.5927055478096008, -0.5394024848937988, -0.07193660736083984, 0.3848488926887512, 0.1074964627623558, -0.40512996912002563, 0.9782894849777222, -0.503035843372345, -0.24944788217544556, -0.8315151333808899, -0.5462856292724609, -0.3077315390110016, 0.2600509822368622, -1.363366961479187, 1.166005253791809, 0.5033711791038513, -0.7477728128433228, 0.11207394301891327, -1.1845508813858032, -0.11682718992233276, 0.9279114603996277, -0.14683875441551208, -0.3098967671394348, 0.40792471170425415, -0.30912888050079346, 0.5162667632102966, -0.26022225618362427, 0.408066064119339, -0.8356755375862122, -0.2593300938606262, -0.011659374460577965, 0.09960568696260452, 0.9377617239952087, 0.2639917731285095, 0.4185565710067749, 0.06720713526010513, -0.9996908903121948, -0.027257785201072693, 0.30821603536605835, -0.08050050586462021, -0.243961364030838, -0.7373145222663879, 0.42136910557746887, -0.10412853211164474, 0.33938366174697876, -0.5210365056991577, 0.220671147108078, 0.02850044146180153, 0.0024779881350696087, 0.7868556380271912, 0.0934353768825531, 0.3722771108150482, -0.6653351783752441, 0.7509936690330505, -0.06016000360250473, 0.2931181788444519, 0.10952679812908173, -0.743170440196991, -0.49078869819641113, 0.1055573970079422, 0.6271366477012634, 0.5111386179924011, -0.6409140825271606, 0.5345759987831116, 0.1062956154346466, -0.765933632850647, -0.1767723709344864, 0.12766070663928986, 0.09395758807659149, 0.3731805682182312, 0.20521096885204315, -0.7888705730438232, -0.7096817493438721, -0.6966351866722107, 0.516150951385498, -0.09734536707401276, 0.16854240000247955, 0.21365784108638763, 0.7579264640808105, -0.4228016138076782, 0.5286978483200073, -0.7852321267127991, -0.23819592595100403, 0.17739351093769073, -0.33342939615249634, 0.379930317401886, 0.8257200121879578, 1.1202013492584229, -0.8475064635276794, -0.22997966408729553, -0.5855929255485535, -0.5645608305931091, 0.013094758614897728, 0.4322623908519745, -0.7025855183601379, -0.19436532258987427, 0.05311615765094757, -0.44707971811294556, 0.7872100472450256, 0.8391035795211792, -0.6453489065170288, 0.17133991420269012, -0.08279778063297272, 0.16412566602230072, -1.2518937587738037, 0.3422585725784302, -0.05544757843017578, -0.12039496749639511, -0.525603175163269, -0.011298331432044506, 0.21784387528896332, -0.23940132558345795, -0.052744247019290924, 0.47561007738113403, -0.47610312700271606, 0.011930410750210285, 0.09078280627727509, -0.2520652413368225, -0.03001592494547367, 0.17562049627304077, 0.09226752072572708, 0.3123718500137329, 0.9370325207710266, -0.20191486179828644, 1.0353105068206787, 0.5793880224227905, 0.15035057067871094, 0.9526784420013428, -0.6316046714782715, 0.39894530177116394, -0.24499890208244324, 0.46412286162376404, -0.7106403708457947, -0.8925195932388306, 0.5758969187736511, -0.3261680006980896, 0.2954437732696533, -0.5477948784828186, -0.4556758999824524, -0.6590161323547363, -0.536209225654602, 1.0119249820709229, 0.3922962546348572, -0.5152134299278259, 0.41272470355033875, 0.6706468462944031, -0.051006071269512177, 0.06014784798026085, -0.8349639177322388, -0.015606122091412544, -0.3377262353897095, -0.3196573555469513, 0.4772898256778717, -0.6590518951416016, 0.04100768640637398, -0.2987435758113861, 0.3312731087207794, -0.19399963319301605, -0.3172307312488556, 0.7710668444633484, 0.24308758974075317, -0.17081177234649658, 0.2800556421279907, -0.1760765165090561, -0.7617494463920593, 0.35483548045158386, -0.04978961497545242, 0.31934836506843567, -0.05508964881300926, -0.0550420843064785, -0.30476778745651245, 0.6466202139854431, 0.36168190836906433, -0.2990735173225403, 0.3596205413341522, 0.9314664602279663, -1.0091288089752197, -0.11445225030183792, -0.48541438579559326, -0.06420508027076721, -0.49497801065444946, -0.0006299514207057655, -0.3670364022254944, -0.4417189955711365, 0.7201608419418335, 0.14053381979465485, -0.17606113851070404, 0.8600775003433228, 0.7678942084312439, 0.2956407368183136, 0.4433680474758148, 0.5394452810287476, -0.19191952049732208, 0.3801913857460022, -0.3749074935913086, -0.3673092722892761, -0.7095242738723755, -0.48324352502822876, -0.44324666261672974, -0.28519436717033386, -0.6192155480384827, -0.6617215275764465, -0.13336965441703796, -0.10783602297306061, -0.3055519759654999, 0.4310151934623718, -0.7984421253204346, 0.3748701214790344, 0.7014681696891785, 0.25581562519073486, -0.07199916243553162, -0.16490308940410614, 0.33624690771102905, 0.24297934770584106, -0.6536391973495483, -0.08921049535274506, 1.2442328929901123, 0.4480956494808197, 0.9017694592475891, 0.4472041428089142, 1.1886980533599854, 0.4848354756832123, 0.38988056778907776, -0.31018051505088806, 0.35681071877479553, 0.09062284976243973, -0.7889609336853027, 0.06561755388975143, -0.17360666394233704, -0.6064931750297546, -0.6413155198097229, -0.2590881884098053, -0.305449515581131, 0.6933676600456238, 0.4267624020576477, -0.20078660547733307, 0.1442805826663971, -0.9815131425857544, 1.0440151691436768, -0.1467849612236023, -0.07378111034631729, -0.05707893520593643, -0.5879479646682739, 0.29355093836784363, -0.02054954320192337, 0.25165751576423645, -0.45035576820373535, 0.10923290997743607, 1.2215871810913086, -0.5233322978019714, 1.0371941328048706, -0.7456079125404358, -0.21347418427467346, 0.08084781467914581, -0.3805884122848511, 0.1457214504480362, 0.7231693863868713, -0.40852025151252747, 0.1599101722240448, 0.3553484380245209, -0.6430811285972595, -0.2003578096628189, 0.9532319903373718, -0.6499823927879333, 0.15437456965446472, -0.702592670917511, -0.7047954797744751, -0.05885283276438713, 0.43086785078048706, 0.25394582748413086, 0.8797715902328491, -0.24559248983860016, -0.0594925582408905, 0.8106346130371094, 0.4070851802825928, 0.3983968496322632, 0.1522965133190155, -0.26434674859046936, -0.5290767550468445, 1.094841480255127, 0.29016032814979553, -0.3430820107460022, 0.20018550753593445, 0.2893507182598114, -0.21939434111118317, -0.4454793632030487, -0.5936957001686096, 0.39427030086517334, -0.5104719996452332, -0.7512791752815247, -0.1505516916513443, -0.3309394121170044, -0.6627102494239807, -0.16905708611011505, -0.15943801403045654, -0.6811449527740479, -0.7212085127830505, -0.6982483863830566, 1.3794596195220947, 0.8323456645011902, -0.8157330751419067, 0.2758660614490509, -0.8586495518684387, 0.6281787157058716, 0.13815884292125702, 1.1912277936935425, -0.11336403340101242, -0.5002503991127014, -0.2450048178434372, -0.08639944344758987, 0.07045092433691025, -0.948408305644989, -0.1716432422399521, 0.4026418626308441, 0.659491240978241, 0.4020861089229584, 0.3792356550693512, 0.548346221446991, -0.1797986775636673, 0.4239422082901001, 0.1391647458076477, -0.6825794577598572, 0.5553433299064636, -0.40495678782463074, 0.5186381340026855, 0.789256751537323, 0.584796130657196, -0.24861514568328857, 0.23154093325138092, -1.2281317710876465, -0.600007951259613, 0.6663461327552795, -0.04995066300034523, 0.21800358593463898, 0.370536208152771, 0.6425327062606812, 0.08436189591884613, 0.14724625647068024, -0.4891166090965271, -0.7962582111358643, -0.34769877791404724, -0.529415488243103, 0.07204751670360565, -0.6247094869613647, -0.4505782425403595, -0.6578614115715027, 0.6991181969642639, -0.1336689591407776, 0.4829028844833374, -0.03723252937197685, 0.3614429831504822, -0.21104341745376587, -0.1822899729013443, 0.548577070236206, 0.6386353969573975, -0.7102553844451904, -0.0681823268532753, -0.3031596541404724, -0.715000569820404, -0.4513248801231384, 1.0953572988510132, -0.026472236961126328, -0.3028848469257355, 0.5462835431098938, 0.624399721622467, -0.2540839910507202, -0.15710867941379547, 0.23828564584255219, -0.1236613541841507, -0.4521084427833557, -0.5475773811340332, 0.243482768535614, 0.30454954504966736, 0.22994571924209595, 0.2465551495552063, -0.16027408838272095, 0.3749973475933075, -0.3174927234649658, 0.5681343674659729, -0.030723638832569122, -0.8139201998710632, -0.702944278717041, 0.5182382464408875, 0.6069806814193726, -0.5860027074813843, 0.7338790893554688, -0.21737942099571228, -0.4536091387271881, 0.7424820065498352, 0.3076961636543274, 0.6574978828430176, -0.4550633728504181, 0.5266690254211426, 0.5053262114524841, 0.06318413466215134, 0.2829446494579315, 0.9647941589355469, -0.42087990045547485, -0.6694959402084351, 0.12513941526412964, -0.34805336594581604, -0.3867946267127991, -0.24738438427448273, -1.2194101810455322, 0.056395333260297775, -0.7403807044029236, -0.39072147011756897, 0.34237393736839294, 0.2087789922952652, -0.8825029134750366, 0.2680671811103821, 0.473473459482193, 1.4276162385940552, -0.8345776200294495, 0.9526873230934143, 0.9379856586456299, -0.41494542360305786, -0.7543811202049255, -0.3947197496891022, 0.2332032173871994, -0.8445137739181519, -0.18227669596672058, 0.17866283655166626, 0.427726686000824, -0.07940597832202911, -0.8761535882949829, -0.73580402135849, 1.1342359781265259, 0.34002766013145447, -0.6204363703727722, 0.29103848338127136, -0.13399088382720947, 0.21704930067062378, -0.2878988981246948, 0.2244926244020462, 0.5424991846084595, 0.8550148010253906, 0.33849743008613586, -0.7416041493415833, 0.17641155421733856, -0.7384588718414307, -0.25172483921051025, 0.30555176734924316, -0.7794386148452759, 0.13667337596416473, -0.24052131175994873, 0.3146745562553406, -0.050721682608127594, 0.6917299032211304, 0.20599181950092316, 0.452090859413147, 0.39179593324661255, 0.6083508133888245, 1.0570292472839355, -0.33860859274864197, 0.845736026763916, 0.05430864170193672, 0.5855908393859863, 1.0491982698440552, -0.29313236474990845, 0.2725171148777008, 0.46793973445892334, -0.039216455072164536, 0.35906434059143066, 0.7227585315704346, -0.40330323576927185, 0.45051851868629456, 0.21614433825016022, -0.1459653675556183, -0.2862887978553772, -0.14874814450740814, -0.9381451606750488, 0.13434231281280518, 0.5503645539283752, -0.3344469368457794, -0.13352839648723602, -0.03984563425183296, 0.14273284375667572, -0.20913216471672058, -0.5005553364753723, 0.6952221989631653, 0.0688006579875946, -0.13457950949668884, 0.01533652376383543, -0.06932488828897476, 0.15563783049583435, -0.7573035955429077, -0.5045931935310364, -0.1551143079996109, 0.280649870634079, -0.7000296711921692, -1.1278610229492188, 0.6327679753303528, -0.27110159397125244, -0.5765495300292969, -0.19802320003509521, 0.6522758603096008, -0.40047940611839294, -1.1163538694381714, 0.262781023979187, -0.036844491958618164, 0.0922461599111557, 0.11113729327917099, -1.3605601787567139, 0.5407282710075378, -0.03560929000377655, 0.012830699793994427, 0.22500023245811462, 0.26926931738853455, -0.028243621811270714, 0.35622459650039673, 0.5555585622787476, -0.12022224813699722, -0.38942867517471313, 0.20957201719284058, 0.9928870797157288, -0.751646101474762, -0.5517223477363586, -0.3809537887573242, 0.6535261869430542, -0.414087176322937, -0.6687663197517395, 0.6186450719833374, 1.0262514352798462, 0.8391966223716736, -0.10841995477676392, 0.7908512949943542, -0.5805152058601379, 0.7047504186630249, -0.1920991986989975, 0.6497920155525208, -0.19542789459228516, -0.25224199891090393, -0.31146126985549927, -0.5755674242973328, -0.6341757774353027, 0.7236163020133972, 0.13354060053825378, 0.16429513692855835, 0.25831103324890137, 0.967928409576416, -0.19553561508655548, 0.3795778155326843, -0.01890472322702408, 0.09325513243675232, 0.3124968111515045, 0.5282089114189148, 0.23741862177848816, -0.6492113471031189, -0.06074537709355354, -0.5396344065666199, -0.7094475626945496, 0.09527450054883957, -1.1776787042617798, -0.8141568899154663, -0.7684049010276794, -0.6579777002334595, -0.6723950505256653, -0.061984915286302567, 0.8301535844802856, 1.1389073133468628, -1.1086716651916504, -0.28855761885643005, 0.3224847614765167, 0.43603014945983887, 0.04532638564705849, -0.14800474047660828, 0.7180543541908264, 0.6838508248329163, -0.53700190782547, -0.18551333248615265, -0.031993165612220764, 0.12985078990459442, -0.13425397872924805, -0.09378604590892792, -0.1764637976884842, -0.11018384248018265, 0.20599211752414703, 0.6134017109870911, -0.03541528433561325, -0.24766315519809723, -0.576785683631897, 0.20300929248332977, 0.10124597698450089, 0.9511006474494934, -0.4235335886478424, 0.34567713737487793, 0.7171634435653687, 0.30899778008461, 0.7070903778076172, 0.34936657547950745, 0.7457839250564575, -0.5483749508857727, 0.28399813175201416, -0.015735426917672157, 0.2977138161659241, 0.28272607922554016, -0.5368037223815918, 0.8268359303474426, 0.46869006752967834, -0.5300101637840271, -0.6384333968162537, -0.08211594820022583, -1.5836291313171387, 0.6004358530044556, 0.9034889340400696, 0.15626734495162964, -0.3975983262062073, -0.217485249042511, -0.4250991940498352, -0.08030513674020767, -1.0094001293182373, 0.10353411734104156, 0.46023133397102356, -0.01685403101146221, -0.32862189412117004, -0.3178929090499878, 0.8275489807128906, -0.44123202562332153, -1.134109377861023, 0.12649936974048615, 0.5353359580039978, 0.14034000039100647, 0.1543606072664261, 0.9554345607757568, -0.1353054940700531, 0.40763428807258606, 0.06703716516494751, 0.17744189500808716, -0.2998403012752533, -0.3716523051261902, -0.3529655635356903, 0.059013430029153824, -0.08816791325807571, -0.35399478673934937 ]
result-kand2-sdxl-wuerst-karlo/c09c453b
result-kand2-sdxl-wuerst-karlo
2023-09-29T10:08:13Z
525
0
[ "region:us" ]
null
2023-09-29T10:08:13Z
--- dataset_info: features: - name: result dtype: string - name: id dtype: int64 splits: - name: train num_bytes: 195 num_examples: 10 download_size: 1353 dataset_size: 195 configs: - config_name: default data_files: - split: train path: data/train-* --- # Dataset Card for "c09c453b" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
[ -0.6333495378494263, -0.08732442557811737, 0.347503662109375, 0.43646740913391113, -0.17889703810214996, 0.18885450065135956, 0.32967525720596313, -0.3295121192932129, 0.9025779962539673, 0.4396437108516693, -0.7891364693641663, -0.5916385650634766, -0.5231031179428101, -0.20300686359405518, -0.296494722366333, 0.963318407535553, 0.10567343235015869, 0.36063358187675476, -0.27215319871902466, 0.00047387462109327316, -0.4419619143009186, -0.7524820566177368, -0.6773024797439575, -0.3591233193874359, 1.0587013959884644, 0.8247899413108826, 0.6064178943634033, 0.5654091238975525, 0.8313757181167603, 0.13197529315948486, -0.12203358113765717, -0.3974142074584961, -0.39335930347442627, -0.3070216476917267, -0.15245886147022247, -0.5111002922058105, -1.1176202297210693, -0.07007908076047897, 0.565260648727417, 0.7901437282562256, -0.2299773246049881, 0.8182246685028076, -0.061001960188150406, 0.8493071794509888, -0.558832049369812, 0.5960183143615723, -0.16981084644794464, -0.1878945231437683, -0.7470946311950684, 0.0799255520105362, 0.05373237282037735, -0.5988831520080566, -0.4111925959587097, -0.9235739707946777, 0.24632719159126282, 0.29879751801490784, 0.7842335104942322, 0.06154065206646919, 0.07365190237760544, -0.2034517228603363, -0.3171941936016083, 0.08843528479337692, -0.18814164400100708, 0.3479987382888794, 0.6597493886947632, 0.42732521891593933, -0.032229337841272354, -0.6291711330413818, -0.5191358327865601, 0.10402432829141617, 0.02625378780066967, 0.16687026619911194, 0.029961541295051575, 0.006876880768686533, 0.6132391691207886, 0.7111383080482483, -0.407350093126297, -0.15006029605865479, -1.0318877696990967, -0.49569857120513916, 0.6528522968292236, 0.2715085446834564, 0.2320849895477295, -0.08002599328756332, -0.16013750433921814, -0.2639046907424927, -0.6861470937728882, 0.06619559228420258, 0.6547988653182983, 0.3227711319923401, -1.156894326210022, 0.5978374481201172, -0.17174485325813293, 0.35531753301620483, 0.33387887477874756, 0.8928583860397339, 0.602828860282898, -0.11600825190544128, -0.22015689313411713, 0.30765247344970703, 0.23066413402557373, 0.37460702657699585, 0.08568741381168365, 0.10526137053966522, 0.20454952120780945, 0.0007670111954212189, 0.06936140358448029, -1.2800703048706055, -1.012089729309082, 0.38280394673347473, -0.8095670938491821, -0.19732476770877838, 0.5311663150787354, -0.8326388597488403, -0.4564738869667053, -0.401338666677475, -0.10155762732028961, 0.2853754758834839, -0.6426212191581726, -0.1553053855895996, -0.5903089046478271, 0.5226377248764038, 0.23141494393348694, -0.8596545457839966, 0.3758496046066284, 0.6989684700965881, 0.35797545313835144, 0.041067853569984436, -0.05412378907203674, -0.5926704406738281, 0.29527491331100464, -0.2268047034740448, 0.9201291799545288, -0.6317649483680725, -0.3610198497772217, -0.11119444668292999, 0.6725585460662842, 0.0999508798122406, -0.5203554630279541, 0.8634023666381836, -0.3751242160797119, -0.21761175990104675, -0.8224578499794006, -0.43457597494125366, -0.17707297205924988, 0.26034143567085266, -1.2718127965927124, 1.1099941730499268, 0.26996397972106934, -0.7407315969467163, 0.2640874981880188, -1.0065228939056396, -0.07151120156049728, 0.8181055188179016, -0.11322365701198578, -0.3155692517757416, 0.2758907079696655, -0.10256776958703995, 0.6523711681365967, -0.18510280549526215, 0.35510730743408203, -1.0974953174591064, -0.3595426082611084, -0.06472083181142807, 0.22997012734413147, 1.1308506727218628, 0.24258238077163696, 0.5022056102752686, 0.005281094461679459, -0.840654730796814, -0.09122608602046967, 0.2363177239894867, -0.1702950894832611, -0.07457399368286133, -0.5268180966377258, 0.4159238934516907, -0.12063969671726227, 0.37997210025787354, -0.5762377977371216, 0.18317002058029175, 0.09539289772510529, -0.2021031230688095, 0.6997016668319702, 0.1638379693031311, 0.2836112678050995, -0.38754379749298096, 0.7105540037155151, 0.05073949322104454, 0.3671345114707947, 0.1319206953048706, -0.4753086268901825, -0.6898514032363892, 0.03687041252851486, 0.6458468437194824, 0.6926213502883911, -0.6231572031974792, 0.626432478427887, 0.2758305072784424, -0.7685834765434265, -0.12339666485786438, -0.010159955359995365, 0.19206193089485168, 0.19784875214099884, 0.451762855052948, -0.662427544593811, -0.6762362122535706, -0.8709603548049927, 0.30087584257125854, -0.05273951590061188, 0.01249636709690094, 0.37426674365997314, 0.7136686444282532, -0.18073061108589172, 0.2509298622608185, -0.9465060234069824, -0.0812380462884903, -0.11194105446338654, -0.5504294633865356, 0.2803809344768524, 0.9471423029899597, 0.9446011781692505, -0.5797218084335327, -0.18786121904850006, -0.6808242797851562, -0.40176644921302795, 0.007572626695036888, 0.21645605564117432, -0.7068660259246826, -0.16835206747055054, 0.3515516519546509, -0.20408201217651367, 0.7990959286689758, 1.0820677280426025, -0.537551999092102, 0.10871633142232895, 0.24530678987503052, 0.23294475674629211, -1.3574620485305786, 0.5259585380554199, -0.10552646219730377, -0.11964676529169083, -0.361305296421051, 0.02289455756545067, 0.31423839926719666, -0.21373194456100464, -0.41845011711120605, 0.6471803188323975, -0.5535908937454224, 0.05758051946759224, -0.013625923544168472, -0.12252664566040039, -0.1553145945072174, 0.4694793224334717, 0.2063043713569641, 0.3070716857910156, 1.0001134872436523, -0.4879316985607147, 0.8817604184150696, 0.6551550626754761, 0.04228367656469345, 0.8911723494529724, -0.6768103837966919, 0.20037052035331726, -0.08684250712394714, 0.4779295027256012, -0.6150427460670471, -0.7159674763679504, 0.6835924386978149, -0.43709611892700195, 0.3933790326118469, -0.5779781937599182, -0.4298512637615204, -0.7504332065582275, -0.2927698791027069, 1.0066778659820557, 0.1834927350282669, -0.843696117401123, 0.3786180019378662, 0.7079816460609436, -0.19121506810188293, 0.021318497136235237, -0.9482440948486328, 0.07358605414628983, -0.13802732527256012, -0.15990221500396729, 0.4195716977119446, -0.5818312764167786, 0.19694676995277405, -0.289546400308609, 0.1892554759979248, -0.2993124723434448, -0.1521388292312622, 0.7089026570320129, 0.4295341372489929, -0.15308088064193726, 0.09202209115028381, -0.056661613285541534, -0.5628700256347656, 0.34624558687210083, 0.23603269457817078, 0.34888172149658203, 0.10893353074789047, -0.09134957194328308, -0.48619359731674194, 0.5634586811065674, -0.0215909406542778, -0.07958270609378815, 0.43676483631134033, 0.7652184963226318, -0.8805605173110962, -0.07213395833969116, -0.40485048294067383, -0.12897992134094238, -0.48507246375083923, 0.012885682284832, -0.2675669193267822, -0.630450963973999, 0.6928891539573669, 0.002623314969241619, -0.3729530870914459, 0.7477017641067505, 0.8882367610931396, 0.05402586609125137, 0.5274228453636169, 0.640548586845398, -0.19652727246284485, 0.4027838706970215, -0.22455865144729614, -0.16125047206878662, -0.909780740737915, -0.633607029914856, -0.7637576460838318, -0.3901764154434204, -0.8076211214065552, -0.37061408162117004, -0.2304176390171051, 0.105657659471035, -0.3453798294067383, 0.7424257397651672, -0.6645535230636597, 0.5909422636032104, 0.6315241456031799, 0.46564996242523193, -0.28241100907325745, -0.3165596127510071, 0.28539299964904785, 0.48037731647491455, -0.6084527969360352, -0.10964085161685944, 1.0975672006607056, 0.4680434465408325, 0.7828218936920166, 0.3972231149673462, 0.9030776023864746, 0.23240093886852264, 0.4467843770980835, -0.365234911441803, 0.3961958587169647, -0.03772704675793648, -0.9151417016983032, 0.23042692244052887, -0.06863859295845032, -0.7652827501296997, -0.6693193316459656, -0.38053494691848755, -0.3314237892627716, 0.70550537109375, 0.7264958024024963, -0.14111921191215515, 0.15640118718147278, -0.777801513671875, 1.034508228302002, -0.0014732601121068, -0.09671515226364136, -0.20653249323368073, -0.5908143520355225, 0.36103329062461853, 0.27806979417800903, -0.028372246772050858, -0.3208422064781189, 0.12525877356529236, 0.9406099319458008, -0.40254077315330505, 0.916275680065155, -0.8506946563720703, 0.05474526062607765, 0.18101239204406738, -0.09948045015335083, 0.2357216775417328, 0.45119842886924744, -0.07611960917711258, 0.23849564790725708, 0.2941599488258362, -0.7916170358657837, -0.10346505045890808, 0.7764617204666138, -0.44709789752960205, 0.1280718743801117, -0.4855555593967438, -0.2834004759788513, -0.15434011816978455, 0.13147775828838348, 0.04925185441970825, 0.714820146560669, -0.36453676223754883, 0.2430582046508789, 0.5368238091468811, 0.09443122893571854, 0.5754331946372986, 0.04853827506303787, -0.10933731496334076, -0.468075156211853, 0.8587649464607239, -0.053230635821819305, -0.23885349929332733, 0.3069029152393341, 0.20088525116443634, -0.2854270339012146, -0.5421032905578613, -0.6813153028488159, 0.11858132481575012, -0.469310998916626, -0.7341996431350708, -0.26817527413368225, -0.26151466369628906, -0.3240875005722046, -0.3255881071090698, -0.1937752366065979, -0.8317727446556091, -0.692236602306366, -0.5632994174957275, 0.8475748300552368, 0.6137114763259888, -0.5932941436767578, 0.5344192385673523, -0.8412091732025146, 0.6239866018295288, -0.11307878792285919, 1.0838065147399902, -0.009274693205952644, -0.3419097065925598, -0.4596087634563446, -0.10105248540639877, -0.24095392227172852, -0.6657028198242188, -0.27146419882774353, -0.02354412153363228, 0.7147905826568604, -0.009132688865065575, -0.05799316242337227, 0.6552188396453857, -0.02509916201233864, 0.7395663261413574, 0.2980930805206299, -0.837248682975769, 0.4928741157054901, -0.30474400520324707, 0.43479809165000916, 1.012947916984558, 0.6252975463867188, -0.25338244438171387, 0.008372301235795021, -1.074293613433838, -0.6871846318244934, 0.5793375968933105, -0.0025313356891274452, 0.16579106450080872, 0.1605270802974701, 0.5781317949295044, -0.17811734974384308, 0.17135965824127197, -0.7302368879318237, -0.8116121292114258, -0.1853380799293518, -0.46265870332717896, 0.3366672992706299, -0.36646753549575806, -0.1287747323513031, -0.5055153369903564, 0.701560914516449, -0.1409529447555542, 0.4423038959503174, -0.04954785108566284, 0.23150476813316345, -0.04322138428688049, -0.23169836401939392, 0.40858015418052673, 0.513144850730896, -0.527877926826477, -0.15998929738998413, -0.05144546180963516, -0.6622662544250488, -0.47114238142967224, 0.6914311647415161, 0.1584637314081192, -0.6194844245910645, 0.5018298029899597, 0.44860339164733887, -0.2554457187652588, -0.016289709135890007, 0.4461085796356201, -0.23228999972343445, -0.39900946617126465, -0.4143293797969818, 0.28207308053970337, 0.34384268522262573, 0.22475659847259521, -0.012504925951361656, -0.04355701431632042, 0.4574105739593506, -0.5491901636123657, 0.48812976479530334, -0.00965328048914671, -0.6992067098617554, -0.4755246937274933, 0.5364806652069092, 0.6742236614227295, -0.3466452360153198, 0.7810622453689575, -0.17553742229938507, -0.4710540771484375, 0.9456630945205688, 0.2576620578765869, 0.8044533133506775, -0.30497926473617554, 0.12802943587303162, 0.7511227130889893, 0.017321087419986725, 0.1965457797050476, 0.8975569605827332, -0.46098828315734863, -0.585027277469635, 0.03653569892048836, -0.3393523097038269, -0.6437142491340637, -0.35294950008392334, -1.2672533988952637, 0.3953511416912079, -0.8643543720245361, 0.0222003310918808, 0.25319743156433105, 0.27561044692993164, -0.9985599517822266, 0.42526596784591675, 0.4219939410686493, 1.5298832654953003, -0.7174278497695923, 0.8906768560409546, 0.5815703868865967, -0.40122586488723755, -0.9670730829238892, -0.21380917727947235, 0.07197234034538269, -1.0264369249343872, 0.007982604205608368, 0.1656399518251419, 0.2850223183631897, -0.3013736605644226, -1.0122044086456299, -0.6557025909423828, 1.2188928127288818, 0.252701997756958, -0.9795005321502686, 0.4892771244049072, -0.2447073608636856, 0.20908577740192413, -0.3698701858520508, 0.2147410660982132, 0.45781534910202026, 0.8359514474868774, 0.41150394082069397, -0.6058393120765686, 0.3345698416233063, -0.4455985426902771, -0.3452892303466797, 0.4220676124095917, -0.9369634389877319, -0.019410669803619385, -0.17487089335918427, 0.08453819900751114, 0.18007583916187286, 0.6306346654891968, 0.26665350794792175, 0.34758174419403076, 0.37294456362724304, 0.5231781005859375, 0.8894312977790833, -0.35261833667755127, 0.8121165633201599, -0.1860397607088089, 0.3992989957332611, 1.231855869293213, -0.18184736371040344, 0.42571398615837097, 0.35122913122177124, 0.0019299341365695, 0.3711879849433899, 0.8160433769226074, -0.6601561307907104, 0.2570551335811615, 0.5609651207923889, -0.08785910904407501, -0.3045622706413269, -0.030007630586624146, -0.7210436463356018, 0.25453001260757446, 0.3817145526409149, -0.43321165442466736, 0.10353659838438034, -0.35586798191070557, 0.3420940041542053, -0.11067192256450653, -0.6747834086418152, 0.7190360426902771, -0.029664423316717148, -0.1700800657272339, -0.07793927192687988, -0.08685469627380371, 0.07651109993457794, -0.46578332781791687, -0.429709255695343, -0.1850176602602005, 0.22769895195960999, -0.6179978847503662, -1.1560888290405273, 0.8884156942367554, -0.30375272035598755, -0.4639032185077667, -0.07465792447328568, 0.4136795699596405, -0.346411794424057, -1.0718529224395752, 0.33845052123069763, -0.00858322437852621, 0.15554893016815186, 0.05159510672092438, -1.2286429405212402, 0.5828163623809814, -0.0067908321507275105, -0.018816575407981873, 0.0920286551117897, 0.025645233690738678, -0.004604962654411793, 0.40105873346328735, 0.5336738228797913, 0.12771856784820557, -0.4649839401245117, 0.28063714504241943, 1.050860047340393, -1.0390037298202515, -0.3637058138847351, -0.41014689207077026, 0.6348996758460999, -0.30474328994750977, -0.6048353314399719, 0.3818480968475342, 1.2760839462280273, 1.0121289491653442, 0.01400231383740902, 0.527696967124939, -0.4912979006767273, 0.6745310425758362, -0.4278813302516937, 0.519440770149231, -0.17325803637504578, -0.18012936413288116, -0.17119351029396057, -0.7907778024673462, -0.9212915897369385, 0.37059420347213745, 0.41427040100097656, 0.07887354493141174, 0.5769666433334351, 1.2146790027618408, -0.263151079416275, 0.4100717306137085, -0.03915700316429138, 0.1296280473470688, 0.27784085273742676, 0.5153523087501526, 0.3581204116344452, -0.5232441425323486, 0.14806050062179565, -0.31078633666038513, -0.5299469828605652, 0.18840239942073822, -1.2625823020935059, -0.9113237857818604, -0.5986301898956299, -0.581673264503479, -0.5639113783836365, -0.03689110279083252, 0.8552281856536865, 1.1594412326812744, -1.1569814682006836, -0.29116079211235046, 0.19061994552612305, 0.24424658715724945, 0.1260845959186554, -0.12396611273288727, 0.7414472699165344, 0.5724252462387085, -0.4748566746711731, -0.21876642107963562, -0.08617571741342545, 0.20689916610717773, -0.051395054906606674, 0.031242232769727707, 0.1066259816288948, -0.005511381663382053, 0.1612144112586975, 0.5648689270019531, -0.07355904579162598, -0.3678610622882843, -0.687593936920166, 0.22746646404266357, 0.15444315969944, 1.1317869424819946, -0.47320982813835144, -0.05386250466108322, 0.5357809066772461, 0.3351088762283325, 0.7578232288360596, 0.16662833094596863, 0.5726540684700012, -0.48395681381225586, 0.1592407077550888, -0.08866123855113983, 0.45721185207366943, 0.2040439248085022, -0.5701795816421509, 0.7053864002227783, 0.26407501101493835, -0.5651175379753113, -0.5145446062088013, 0.003073129802942276, -1.7748275995254517, 0.3376578390598297, 0.7597817182540894, 0.1037735566496849, -0.36211279034614563, -0.08265995979309082, -0.47963055968284607, 0.0006492380052804947, -0.8984165191650391, 0.1744195520877838, 0.5365089178085327, -0.10549037158489227, -0.3340221047401428, -0.13230735063552856, 0.6571656465530396, -0.48737382888793945, -1.3127238750457764, 0.38267815113067627, 0.5448532104492188, 0.12027429789304733, -0.08806836605072021, 0.5712354779243469, -0.2578599452972412, 0.3560822904109955, 0.05861377343535423, 0.43850573897361755, -0.2147609293460846, -0.6332272887229919, -0.32563820481300354, 0.07211095839738846, -0.1300879567861557, -0.48154887557029724 ]
result-kand2-sdxl-wuerst-karlo/ef52b02a
result-kand2-sdxl-wuerst-karlo
2023-09-30T17:09:09Z
525
0
[ "region:us" ]
null
2023-09-30T17:09:08Z
--- dataset_info: features: - name: result dtype: string - name: id dtype: int64 splits: - name: train num_bytes: 272 num_examples: 10 download_size: 1451 dataset_size: 272 configs: - config_name: default data_files: - split: train path: data/train-* --- # Dataset Card for "ef52b02a" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
[ -0.6875773668289185, -0.24282348155975342, 0.00814158096909523, 0.4585227370262146, -0.15162107348442078, -0.14634555578231812, 0.6661491990089417, -0.3671984374523163, 0.9973758459091187, 0.41167962551116943, -0.907394528388977, -0.543456494808197, -0.4869834780693054, -0.09569035470485687, -0.29858893156051636, 1.1161727905273438, 0.008937103673815727, 0.1054518073797226, -0.5000683069229126, -0.06873880326747894, -0.33070945739746094, -0.3082350492477417, -0.5176354050636292, -0.5871216058731079, 0.7905738353729248, 0.7753737568855286, 0.40257728099823, 0.3833843171596527, 0.7768073678016663, 0.1712900549173355, 0.05341465026140213, -0.19758404791355133, -0.5149617195129395, -0.10325802862644196, -0.145051047205925, -0.5750687718391418, -1.0995516777038574, -0.20481975376605988, 0.5288538932800293, 0.6109596490859985, -0.3707329034805298, 0.8851701021194458, -0.39591148495674133, 0.8848843574523926, -0.3750845789909363, 0.6340142488479614, 0.024866677820682526, 0.07646778225898743, -0.5735584497451782, 0.05268142744898796, 0.06117367744445801, -0.3852931261062622, -0.13493989408016205, -1.0786763429641724, 0.12130948901176453, 0.32373353838920593, 1.195703148841858, 0.3668951690196991, -0.1701352596282959, -0.17811357975006104, -0.3668394982814789, -0.08787716925144196, 0.050692446529865265, 0.2786518931388855, 0.7071211338043213, 0.3812648057937622, -0.06856483221054077, -0.6813163757324219, -0.4511221647262573, 0.3997240960597992, 0.0405411496758461, 0.16033704578876495, -0.0455460324883461, 0.04384995251893997, 0.5706995725631714, 0.5365452170372009, -0.5807631015777588, -0.1646563857793808, -0.6638280749320984, -0.38841092586517334, 0.6368564367294312, 0.13054266571998596, 0.19558531045913696, -0.18621928989887238, -0.2200337052345276, -0.19052597880363464, -0.6862392425537109, -0.08385595679283142, 0.4966844916343689, -0.11119690537452698, -0.9939956665039062, 0.7609421014785767, -0.06955873966217041, 0.5217936038970947, 0.32152509689331055, 0.7849082946777344, 0.7750400304794312, -0.22413048148155212, -0.3085671067237854, 0.0592123344540596, 0.04523847624659538, 0.589384913444519, 0.16509580612182617, 0.17732974886894226, 0.054237402975559235, -0.1674724817276001, -0.05065380409359932, -1.5102901458740234, -0.9458656311035156, 0.5256861448287964, -0.7699490785598755, -0.1304548680782318, 0.5099033713340759, -1.1166541576385498, -0.47006410360336304, -0.26173773407936096, 0.045745931565761566, 0.321317195892334, -0.8890689611434937, -0.3209090828895569, -0.6648171544075012, 0.5231817364692688, 0.12781454622745514, -0.9587034583091736, 0.336976557970047, 0.6507654786109924, 0.3685368299484253, 0.39510074257850647, -0.04186531901359558, -0.5704869627952576, 0.38661766052246094, -0.19680270552635193, 0.9988604187965393, -0.6270650625228882, -0.4155537486076355, 0.03309805318713188, 0.45840638875961304, 0.19495761394500732, -0.5422541499137878, 0.7280266880989075, -0.5464422702789307, -0.26293158531188965, -0.7980028986930847, -0.6139355897903442, -0.17491862177848816, 0.09903760254383087, -1.2781155109405518, 1.1206129789352417, 0.3406543731689453, -0.6541106700897217, 0.523913562297821, -1.1795921325683594, -0.23684892058372498, 0.5626907348632812, -0.04001370072364807, -0.6098611950874329, 0.17440706491470337, -0.10091022402048111, 0.6166207194328308, -0.08846279978752136, 0.23906205594539642, -0.9086381196975708, -0.2584034204483032, 0.022127166390419006, 0.24658341705799103, 0.8814470171928406, 0.32022377848625183, 0.35717135667800903, -0.19984519481658936, -0.9806584119796753, -0.14741793274879456, 0.3792935907840729, -0.08356931060552597, -0.2558719217777252, -0.6451587080955505, 0.5454564094543457, -0.0316239669919014, 0.3362153470516205, -0.4489471912384033, 0.04943832755088806, 0.006262859329581261, -0.27289971709251404, 0.6931744813919067, 0.11654728651046753, 0.2578567564487457, -0.4557482600212097, 0.611613929271698, 0.15899670124053955, 0.10812874883413315, -0.24976608157157898, -0.6186336278915405, -0.6457887887954712, -0.20172038674354553, 0.6932891607284546, 0.686821699142456, -0.5478594303131104, 0.6301665306091309, 0.14512678980827332, -0.5126717686653137, -0.3463439345359802, 0.0035328660160303116, 0.3144490122795105, 0.08325326442718506, 0.2841319739818573, -0.6485930681228638, -0.7472293376922607, -0.7387063503265381, 0.271473228931427, -0.10202475637197495, 0.05803002417087555, 0.5553382635116577, 0.9521698951721191, -0.2816545069217682, 0.598834216594696, -0.8610131740570068, -0.19553279876708984, 0.22691898047924042, -0.2887830138206482, 0.17154332995414734, 0.6876457929611206, 1.0772525072097778, -0.895709216594696, -0.393642395734787, -0.5964344143867493, -0.568185567855835, -0.21276624500751495, 0.3162609934806824, -0.552420973777771, 0.07199392467737198, 0.09637336432933807, -0.6094620227813721, 0.7434235215187073, 0.8898610472679138, -0.9545167088508606, -0.052202627062797546, 0.08524749428033829, 0.19231247901916504, -1.3987276554107666, 0.4544854760169983, 0.13067039847373962, -0.25447213649749756, -0.44567859172821045, 0.0591287687420845, 0.08487582951784134, -0.1730802059173584, -0.10186094790697098, 0.539061427116394, -0.6183297634124756, -0.28541064262390137, -0.002272489480674267, -0.13535985350608826, 0.03914368152618408, 0.19363871216773987, -0.0013481378555297852, 0.20019781589508057, 0.8609206676483154, -0.29528412222862244, 1.0528769493103027, 0.7372124195098877, 0.10674005001783371, 1.0816609859466553, -0.7930742502212524, 0.19778390228748322, -0.42330798506736755, 0.5203596353530884, -0.8799884915351868, -0.8523169159889221, 0.6701552867889404, -0.292255163192749, 0.7892637848854065, -0.39477765560150146, -0.4587087631225586, -0.6774826049804688, -0.09613166749477386, 0.6531749367713928, 0.29517075419425964, -0.8250917196273804, 0.4592610001564026, 0.8397092819213867, -0.20338985323905945, -0.17713086307048798, -1.078216552734375, -0.03393883258104324, -0.12617219984531403, -0.38961902260780334, 0.6593785285949707, -0.3843594193458557, 0.02151232212781906, 0.014220486395061016, 0.2685304582118988, -0.30953168869018555, -0.2839386761188507, 0.6673541069030762, 0.2831825315952301, -0.06914044916629791, 0.3102366328239441, 0.15146301686763763, -0.6754010915756226, 0.21344289183616638, 0.07251693308353424, 0.22769615054130554, 0.05392429605126381, -0.0863613486289978, -0.4710080623626709, 0.5661163330078125, 0.13681931793689728, -0.1593603491783142, 0.6365362405776978, 0.9174167513847351, -1.0164998769760132, -0.22365295886993408, -0.43951737880706787, -0.16135360300540924, -0.45827385783195496, 0.35419192910194397, -0.5682100057601929, -0.4634484052658081, 0.6222857236862183, -0.13120903074741364, -0.21779727935791016, 0.6867033243179321, 0.8497853875160217, 0.08050836622714996, 0.37773826718330383, 0.6701118350028992, -0.010538147762417793, 0.38742345571517944, -0.2518850564956665, -0.3305763006210327, -0.6372864842414856, -0.7412126064300537, -0.5817257165908813, -0.37251016497612, -0.7399623394012451, -0.4277651607990265, -0.2355545461177826, -0.045127324759960175, -0.2658117115497589, 0.6248597502708435, -0.5474488735198975, 0.6110110282897949, 0.4266417622566223, 0.3396456241607666, -0.24243775010108948, -0.05990365892648697, 0.35916316509246826, 0.37202686071395874, -0.6075705289840698, -0.024664249271154404, 1.351485013961792, 0.642403244972229, 0.7347016334533691, 0.4298258125782013, 0.9364004135131836, 0.1926400363445282, 0.39749589562416077, -0.24808895587921143, 0.26909157633781433, -0.08081191778182983, -1.0419065952301025, -0.15911319851875305, -0.18222831189632416, -0.6220777034759521, -0.44053077697753906, -0.1844824105501175, -0.11847227811813354, 0.6717499494552612, 0.4617469608783722, -0.07504744827747345, -0.05145695060491562, -0.9053294658660889, 1.107578992843628, 0.17989656329154968, -0.19602109491825104, -0.2583047151565552, -0.6166712045669556, 0.14342835545539856, 0.21897411346435547, 0.01417624019086361, -0.2102445513010025, -0.09578796476125717, 0.938003420829773, -0.36063283681869507, 0.9293640851974487, -0.8860204219818115, 0.0022093886509537697, 0.2807561159133911, -0.29951685667037964, 0.4333510398864746, 0.47837185859680176, -0.12274359166622162, 0.07831469178199768, 0.34276479482650757, -0.7455707788467407, -0.11366284638643265, 0.7246215343475342, -0.6815508604049683, 0.256528377532959, -0.4701869487762451, -0.37278562784194946, 0.03480684757232666, 0.08960416913032532, 0.07215771079063416, 0.6076985001564026, -0.5427846908569336, 0.04286136478185654, 0.8515863418579102, 0.20045793056488037, 0.5074454545974731, 0.2634221017360687, -0.3941371738910675, -0.30675986409187317, 1.044090986251831, 0.2939661741256714, -0.35142844915390015, 0.5144848823547363, -0.04389059543609619, -0.3670324683189392, -0.24755403399467468, -0.857970118522644, 0.15782178938388824, -0.6139249801635742, -0.5116966962814331, -0.2967740297317505, -0.02475077658891678, -0.3038993775844574, 0.028872018679976463, -0.2979173958301544, -0.7415387630462646, -0.8336790204048157, -0.7313437461853027, 0.9136043190956116, 0.7117944955825806, -0.5948728919029236, 0.1558859646320343, -0.7313739657402039, 0.6101330518722534, 0.10591085255146027, 0.9224812984466553, -0.2827552556991577, -0.46179044246673584, -0.2896590232849121, -0.11373050510883331, -0.14761264622211456, -0.7927401661872864, -0.11052650213241577, 0.40784752368927, 0.6500662565231323, 0.22687646746635437, -0.11885063350200653, 0.6034811735153198, -0.14046353101730347, 0.5277475714683533, 0.2862416207790375, -0.7006462812423706, 0.41098108887672424, -0.14720916748046875, 0.23006998002529144, 0.6364208459854126, 0.6399306654930115, -0.10764055699110031, 0.4296678304672241, -0.7871625423431396, -0.5873135924339294, 0.4872322976589203, -0.028854001313447952, 0.16241712868213654, 0.2784733176231384, 0.618606448173523, 0.014973205514252186, 0.382284939289093, -0.6553677320480347, -1.037202000617981, -0.4221875071525574, -0.48304396867752075, 0.3479766249656677, -0.5620432496070862, -0.3458292484283447, -0.45510658621788025, 0.6961544752120972, -0.17471735179424286, 0.6516320705413818, 0.02107800915837288, 0.26601529121398926, -0.3933351933956146, -0.35169321298599243, 0.3395794928073883, 0.5512840151786804, -0.42132216691970825, -0.29566922783851624, -0.08207874745130539, -0.5078937411308289, -0.2875899374485016, 0.9713703393936157, -0.0633714348077774, -0.22468388080596924, 0.2660459876060486, 0.7788097858428955, -0.18902426958084106, -0.04189159348607063, 0.488201379776001, -0.05386275425553322, -0.38212019205093384, -0.5412602424621582, -0.056889455765485764, 0.37189728021621704, 0.31166189908981323, -0.0024890294298529625, -0.0470297634601593, 0.4010937809944153, -0.46538054943084717, 0.6828437447547913, 0.056004688143730164, -0.5404542684555054, -0.5078031420707703, 0.5228914618492126, 0.7883685231208801, -0.34918323159217834, 0.7375743389129639, -0.42422357201576233, -0.2990717887878418, 1.0023618936538696, 0.43578189611434937, 0.7394202351570129, -0.5111063718795776, 0.5556972026824951, 0.5181329250335693, 0.11265438795089722, 0.35545018315315247, 0.9129548668861389, -0.23784850537776947, -0.6448692679405212, 0.011182207614183426, -0.5228452682495117, -0.40554535388946533, -0.5612263083457947, -1.0920774936676025, 0.3581462800502777, -0.6292492747306824, -0.08998360484838486, 0.12531030178070068, 0.21753239631652832, -1.0403008460998535, 0.4366527795791626, 0.35886818170547485, 1.3630133867263794, -0.8292292356491089, 0.7598364949226379, 0.8174862861633301, -0.5149489641189575, -0.6946464776992798, -0.1937580406665802, 0.1408628523349762, -0.891643762588501, 0.1665964126586914, 0.35242676734924316, 0.5278562307357788, -0.10276509821414948, -0.6562713980674744, -0.7554560303688049, 1.4814398288726807, 0.23518796265125275, -0.9972912073135376, 0.33789587020874023, -0.1339259296655655, 0.29196441173553467, -0.4746415913105011, 0.5024256110191345, 0.5061118602752686, 0.9170545339584351, 0.4924773871898651, -0.6739387512207031, 0.24207109212875366, -0.5772939324378967, -0.2578221261501312, 0.33295363187789917, -1.082448124885559, 0.03625912219285965, -0.35204780101776123, 0.0882430225610733, 0.12810924649238586, 0.7994747161865234, 0.08080057799816132, 0.6757174730300903, 0.24667850136756897, 0.8527704477310181, 1.1304515600204468, -0.40364089608192444, 0.8304760456085205, -0.07426411658525467, 0.5482422113418579, 0.9111797213554382, -0.43968287110328674, 0.44598352909088135, 0.54177325963974, -0.18762239813804626, 0.48349764943122864, 0.8360472917556763, -0.6434062123298645, 0.5234977006912231, 0.4464636445045471, -0.11041408032178879, -0.1909952312707901, -0.15585416555404663, -0.8212649822235107, 0.14444154500961304, 0.4983794093132019, -0.5218288898468018, 0.22298604249954224, -0.1483391672372818, 0.11508455872535706, -0.31983619928359985, -0.515437126159668, 0.7199751734733582, 0.14883768558502197, -0.2700886130332947, -0.1586466133594513, 0.007567068561911583, 0.03458206355571747, -0.47052910923957825, -0.5307452082633972, 0.02390293963253498, 0.2108764350414276, -0.7005285024642944, -1.0390139818191528, 0.8759467601776123, -0.37715432047843933, -0.5439088344573975, -0.032532595098018646, 0.6132900714874268, -0.47676485776901245, -0.8705062866210938, 0.3668791651725769, 0.05791770666837692, 0.21607211232185364, 0.25166118144989014, -1.1753699779510498, 0.39089587330818176, -0.15093979239463806, -0.4200313091278076, 0.23530694842338562, 0.12704622745513916, 0.39413222670555115, 0.4965052008628845, 0.41203951835632324, -0.12185752391815186, -0.3252266049385071, 0.19937646389007568, 0.9807797074317932, -0.5885763168334961, -0.4307607412338257, -0.31574809551239014, 0.735478937625885, -0.3896307945251465, -0.7469431161880493, 0.3177785873413086, 0.9267737865447998, 0.9352673292160034, -0.13688133656978607, 0.6243294477462769, -0.5819422602653503, 0.6104856729507446, -0.38492241501808167, 0.6248501539230347, -0.2582305371761322, -0.11341360211372375, -0.12564454972743988, -0.820259690284729, -0.6900396347045898, 0.6425546407699585, 0.4276159405708313, 0.25186094641685486, 0.5009181499481201, 1.2312991619110107, -0.044417381286621094, 0.4820249676704407, 0.04156789928674698, 0.3195153772830963, 0.18711015582084656, 0.5321419835090637, 0.11262645572423935, -0.7188264727592468, 0.17033347487449646, -0.1771533191204071, -0.7623955011367798, -0.021855834871530533, -1.1202646493911743, -1.051882028579712, -0.6040728092193604, -0.6730343103408813, -0.5499992370605469, 0.07650065422058105, 0.9735087156295776, 1.0810625553131104, -1.1235694885253906, -0.10041411966085434, -0.05875676870346069, 0.2346688210964203, 0.06782566756010056, -0.13491182029247284, 0.6073657274246216, 0.6945457458496094, -0.637623131275177, -0.3264612555503845, -0.024867143481969833, 0.24631381034851074, -0.23264898359775543, -0.16691277921199799, 0.03242270275950432, 0.042022377252578735, 0.23536649346351624, 0.5102819204330444, -0.10188053548336029, -0.2461170256137848, -0.5475168824195862, 0.27214592695236206, -0.11101839691400528, 0.7141454219818115, -0.3501583933830261, 0.23622195422649384, 0.6372460126876831, 0.45364516973495483, 0.8608554601669312, 0.02049243450164795, 0.5747991800308228, -0.5496481657028198, 0.115316241979599, -0.26291993260383606, 0.4733503758907318, 0.20377424359321594, -0.45722001791000366, 0.6966090798377991, 0.5426794290542603, -0.6308779716491699, -0.6375804543495178, 0.13770195841789246, -1.3066174983978271, 0.33444035053253174, 0.9401680827140808, -0.21838560700416565, -0.36035585403442383, -0.12567201256752014, -0.32736051082611084, 0.11489425599575043, -0.7932051420211792, 0.2526910603046417, 0.747113823890686, 0.07025464624166489, -0.40191853046417236, -0.21261286735534668, 0.5244729518890381, -0.2856980264186859, -1.2520729303359985, 0.05015166103839874, 0.5084407925605774, 0.19459493458271027, 0.0026095090433955193, 0.5647363662719727, -0.13970428705215454, 0.4259834885597229, 0.4055435359477997, 0.238561749458313, -0.40419358015060425, -0.7816817760467529, -0.32669273018836975, 0.22573119401931763, -0.29180964827537537, -0.4196152687072754 ]
result-kand2-sdxl-wuerst-karlo/7a9ac406
result-kand2-sdxl-wuerst-karlo
2023-10-02T04:31:29Z
525
0
[ "region:us" ]
null
2023-10-02T04:31:28Z
--- dataset_info: features: - name: result dtype: string - name: id dtype: int64 splits: - name: train num_bytes: 162 num_examples: 10 download_size: 1319 dataset_size: 162 configs: - config_name: default data_files: - split: train path: data/train-* --- # Dataset Card for "7a9ac406" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
[ -0.7017984986305237, -0.07436330616474152, 0.25222882628440857, 0.253563791513443, -0.29016435146331787, -0.10574590414762497, 0.4140937030315399, -0.3172294497489929, 0.940620481967926, 0.5199202299118042, -0.6820829510688782, -0.6441107988357544, -0.6201081275939941, -0.06445927172899246, -0.3222079277038574, 0.9073981642723083, 0.24023543298244476, 0.04330078884959221, -0.24401280283927917, -0.30136391520500183, -0.532335638999939, -0.6721077561378479, -0.5899049043655396, -0.4561530351638794, 1.04336416721344, 0.7273237705230713, 0.5904290676116943, 0.8428239226341248, 0.8999582529067993, 0.22792363166809082, -0.06583254039287567, -0.3795076608657837, -0.3331305980682373, -0.11322911828756332, -0.10129888355731964, -0.5248324275016785, -1.0869507789611816, -0.10581447929143906, 0.6258155107498169, 0.6499364376068115, -0.09122739732265472, 0.9038271307945251, -0.4554694890975952, 0.9433386921882629, -0.475159615278244, 0.6614740490913391, -0.17872706055641174, -0.27062514424324036, -0.8066033720970154, 0.21064262092113495, 0.09632907807826996, -0.5281155705451965, -0.2553156316280365, -1.054291844367981, 0.2375074028968811, 0.13720093667507172, 0.6390812397003174, 0.23150548338890076, 0.06426720321178436, -0.23296628892421722, -0.28379690647125244, 0.02131599746644497, -0.39230793714523315, 0.1713257133960724, 0.761947751045227, 0.6106359362602234, 0.0446963831782341, -0.5444203019142151, -0.5135619044303894, 0.19635067880153656, 0.06395993381738663, 0.008169000037014484, 0.22685079276561737, 0.0069308509118855, 0.7023388147354126, 0.8278220295906067, -0.48562487959861755, -0.33358243107795715, -0.9717548489570618, -0.46521255373954773, 0.8804054856300354, 0.02081683650612831, 0.3493920564651489, -0.10894238203763962, -0.048419591039419174, -0.4347931444644928, -0.49042704701423645, -0.10664006322622299, 0.5596436858177185, 0.27606454491615295, -1.1717561483383179, 0.491127073764801, -0.1623477041721344, 0.34233906865119934, 0.2903345227241516, 0.6280514597892761, 0.8313050270080566, 0.04530191048979759, -0.12419352680444717, 0.3632260262966156, 0.16748349368572235, 0.3501662015914917, 0.07365720719099045, 0.16169652342796326, -0.03620954602956772, 0.403262734413147, 0.21013596653938293, -0.9936861991882324, -0.863595724105835, 0.35334861278533936, -0.8316072821617126, -0.19338373839855194, 0.40369266271591187, -0.8767164945602417, -0.7561001181602478, -0.43401554226875305, 0.1484965980052948, 0.21359071135520935, -0.7551662921905518, -0.11994146555662155, -0.7095937132835388, 0.39909932017326355, 0.2556346356868744, -0.6159589290618896, 0.18185526132583618, 0.5882877111434937, 0.3501935303211212, 0.2014566957950592, -0.11612697690725327, -0.5747843980789185, 0.21593061089515686, -0.22905346751213074, 0.891706109046936, -0.7208945751190186, -0.4163784384727478, 0.06387202441692352, 0.44623303413391113, 0.14505510032176971, -0.5407360196113586, 0.8917044997215271, -0.3946392238140106, -0.3142029047012329, -0.8369163870811462, -0.4568294882774353, -0.39098432660102844, 0.3491472601890564, -1.3672809600830078, 1.074198603630066, 0.23749753832817078, -0.5230310559272766, 0.22906585037708282, -1.2260721921920776, -0.090147964656353, 0.768381655216217, -0.02813367359340191, -0.3943246901035309, 0.41599059104919434, -0.13316141068935394, 0.34491389989852905, -0.1182679533958435, 0.3246544599533081, -0.9251996278762817, -0.1789489984512329, -0.05871023237705231, 0.08080583810806274, 0.7344599366188049, 0.29704636335372925, 0.2899938225746155, 0.14228256046772003, -1.1082104444503784, -0.25449809432029724, 0.2526836693286896, 0.013720022514462471, -0.3179985582828522, -0.7115097641944885, 0.3712109923362732, -0.020095601677894592, 0.38296574354171753, -0.4852263629436493, 0.3442781865596771, 0.02808205410838127, -0.33150923252105713, 0.7058372497558594, 0.1721961796283722, 0.41127294301986694, -0.623773455619812, 0.6663763523101807, 0.06002642214298248, 0.46750128269195557, -0.03155500441789627, -0.5349578261375427, -0.8142817616462708, 0.24140508472919464, 0.5982073545455933, 0.5082595348358154, -0.8213181495666504, 0.6284015774726868, 0.137274831533432, -0.8542752265930176, -0.3164140284061432, 0.05551110953092575, 0.3324962854385376, 0.23069173097610474, 0.4409709572792053, -0.8654704689979553, -0.620202898979187, -0.7795377373695374, 0.3495829403400421, 0.05735010653734207, 0.240863636136055, 0.28963717818260193, 0.7313238978385925, -0.27831971645355225, 0.26942795515060425, -0.6483290195465088, -0.2860698997974396, -0.03641751408576965, -0.4796900451183319, 0.2868610620498657, 0.7800606489181519, 1.1198289394378662, -0.7709670662879944, -0.25538381934165955, -0.6092390418052673, -0.6410704851150513, -0.11993531882762909, 0.30920377373695374, -0.757256269454956, -0.2347281277179718, 0.05583152174949646, -0.3647531569004059, 0.9339890480041504, 0.8643573522567749, -0.727067232131958, -0.032998599112033844, 0.09257527440786362, 0.20952747762203217, -1.4003173112869263, 0.4395928680896759, -0.004971515387296677, -0.020769231021404266, -0.5517933368682861, 0.08708958327770233, 0.21920597553253174, -0.22371727228164673, -0.27954167127609253, 0.698734700679779, -0.6848706007003784, -0.027377795428037643, -0.16204030811786652, -0.22196096181869507, -0.18867647647857666, 0.305390328168869, -0.0011105897137895226, 0.32887235283851624, 1.0094035863876343, -0.43939822912216187, 0.9436513781547546, 0.7315579652786255, 0.08506465703248978, 0.8168990612030029, -0.6376054286956787, 0.27630725502967834, -0.3215233087539673, 0.532054603099823, -0.5352997183799744, -0.7363515496253967, 0.5787462592124939, -0.4678385257720947, 0.2823413014411926, -0.6638749837875366, -0.3550572395324707, -0.6395995020866394, -0.3194596767425537, 1.0580793619155884, 0.4314027726650238, -0.7784214615821838, 0.5681948065757751, 0.7860373854637146, -0.0415259450674057, 0.008977088145911694, -0.7084158062934875, -0.019504649564623833, -0.4269541800022125, -0.2115800529718399, 0.2712400555610657, -0.483603298664093, 0.02718523144721985, -0.29511457681655884, 0.22961623966693878, -0.10082650929689407, -0.3077894449234009, 0.7873843312263489, 0.2569618225097656, -0.15579193830490112, 0.27297335863113403, -0.037191055715084076, -0.6610370874404907, 0.28331291675567627, 0.16311988234519958, 0.4619385302066803, 0.15691892802715302, -0.11302607506513596, -0.41212931275367737, 0.5910218358039856, 0.35130923986434937, -0.26188692450523376, 0.42717278003692627, 0.7940478920936584, -0.9153406023979187, -0.2002619355916977, -0.602993369102478, -0.10595474392175674, -0.4957458972930908, -0.12403307855129242, -0.3434315025806427, -0.3853473365306854, 0.9951816201210022, 0.0535849966108799, -0.12708374857902527, 1.0135455131530762, 0.8722238540649414, 0.48821863532066345, 0.49558955430984497, 0.5678232312202454, -0.2711464464664459, 0.4676406979560852, -0.3988337516784668, -0.35484445095062256, -0.6776922941207886, -0.5713068246841431, -0.5889375805854797, -0.5341721177101135, -0.554249107837677, -0.364076167345047, -0.04072071239352226, -0.2118987739086151, -0.30884578824043274, 0.5743664503097534, -0.798987865447998, 0.48662421107292175, 0.6965101361274719, 0.2754516005516052, -0.17877960205078125, -0.22859042882919312, 0.41822710633277893, 0.5796151757240295, -0.5769029855728149, -0.09316875040531158, 1.1991742849349976, 0.5020525455474854, 0.9411332011222839, 0.4700217545032501, 0.9439314603805542, 0.5475866794586182, 0.4843710660934448, -0.3269983232021332, 0.2918655574321747, 0.019253717735409737, -0.8159704804420471, 0.08624396473169327, -0.1050441563129425, -0.8610662221908569, -0.5808207988739014, -0.2702554166316986, -0.24767954647541046, 0.7068201899528503, 0.6491591334342957, -0.11141130328178406, 0.058332640677690506, -0.9888479113578796, 1.0442721843719482, 0.01219712570309639, 0.15572263300418854, -0.10971766710281372, -0.7275080680847168, 0.17536881566047668, 0.30703815817832947, 0.19892582297325134, -0.5335550904273987, 0.1682141274213791, 1.1157441139221191, -0.47297483682632446, 1.0449925661087036, -0.8214834332466125, 0.027120918035507202, 0.30076804757118225, -0.2414066046476364, 0.1476224809885025, 0.4931480288505554, -0.10851319134235382, 0.12792366743087769, 0.26585862040519714, -0.6739024519920349, -0.23429787158966064, 0.9351990818977356, -0.6809021234512329, 0.1479758322238922, -0.5920844078063965, -0.5944585800170898, -0.08817587792873383, 0.20471711456775665, 0.14215511083602905, 0.9404845237731934, -0.018527936190366745, 0.09512206166982651, 0.6213533878326416, 0.32015857100486755, 0.5354945063591003, 0.011929954402148724, -0.15585577487945557, -0.5208439230918884, 1.0601954460144043, 0.14145565032958984, -0.3017226457595825, 0.12145771831274033, 0.2786445915699005, -0.45317623019218445, -0.3662016987800598, -0.7412602305412292, 0.2811947166919708, -0.5912584066390991, -0.7179995179176331, -0.07416722178459167, -0.2709071934223175, -0.5983245968818665, -0.20679767429828644, -0.2772548198699951, -0.7278880476951599, -0.5711098909378052, -0.5080912113189697, 1.1839956045150757, 0.8194676041603088, -0.4726620316505432, 0.4913330376148224, -1.0219980478286743, 0.6797894239425659, -0.15826909244060516, 1.0428835153579712, -0.014743117615580559, -0.5286111831665039, -0.28187352418899536, -0.08595851063728333, -0.05370163917541504, -0.8407414555549622, -0.06437619775533676, 0.2450036257505417, 0.8083674907684326, 0.14348886907100677, 0.22934892773628235, 0.4718334376811981, 0.022328751161694527, 0.6023603081703186, 0.1761288046836853, -0.648427426815033, 0.6265820860862732, -0.30604881048202515, 0.6075894832611084, 0.9656078219413757, 0.460702121257782, -0.2774656116962433, 0.1892404705286026, -1.1494370698928833, -0.6690978407859802, 0.4584686756134033, -0.003821228165179491, 0.19460777938365936, 0.2899020314216614, 0.6381094455718994, 0.004593214951455593, 0.25798729062080383, -0.5169168710708618, -0.9846206903457642, -0.19234240055084229, -0.629643976688385, 0.12255941331386566, -0.42307913303375244, -0.293500155210495, -0.4242332875728607, 0.651847779750824, -0.10304464399814606, 0.36655017733573914, -0.023376718163490295, 0.13991069793701172, -0.06327387690544128, -0.24864384531974792, 0.3983740210533142, 0.5989087820053101, -0.36290231347084045, -0.12513864040374756, -0.2157212197780609, -0.7501415014266968, -0.36232298612594604, 0.8000057935714722, -0.02308824099600315, -0.318947434425354, 0.46522384881973267, 0.6881226301193237, -0.4565904140472412, -0.09117703139781952, 0.24260513484477997, -0.1524965614080429, -0.37348848581314087, -0.5042682886123657, 0.26658520102500916, -0.021462999284267426, 0.19166341423988342, 0.20222407579421997, -0.2366664558649063, 0.4991172254085541, -0.5368002653121948, 0.47672590613365173, -0.15386930108070374, -0.7105318903923035, -0.5806974172592163, 0.4966128170490265, 0.6361406445503235, -0.49722278118133545, 0.6063088178634644, -0.12695062160491943, -0.4802420437335968, 0.8659647107124329, 0.21076293289661407, 0.7254287004470825, -0.4811630845069885, 0.21721193194389343, 0.5671828985214233, -0.011476206593215466, 0.15111705660820007, 0.8888522982597351, -0.25553372502326965, -0.5168927311897278, 0.0679657831788063, -0.4576047360897064, -0.46201372146606445, -0.21720848977565765, -1.1414804458618164, 0.14400653541088104, -0.7061549425125122, -0.2256443053483963, 0.19570724666118622, 0.19121825695037842, -0.8436698913574219, 0.45350024104118347, 0.3202430009841919, 1.4392629861831665, -0.9223490357398987, 0.7238948941230774, 0.9089341759681702, -0.4304535984992981, -0.8676710724830627, -0.46133264899253845, 0.19712185859680176, -0.9330059885978699, -0.39142802357673645, 0.2381330281496048, 0.6390581727027893, -0.26966631412506104, -0.8269653916358948, -0.7806068062782288, 1.1101051568984985, 0.2216728925704956, -0.6688222885131836, 0.3644982576370239, -0.1545676738023758, 0.28712335228919983, -0.355018675327301, 0.15280772745609283, 0.5771452188491821, 0.8284252882003784, 0.46979400515556335, -0.7787240147590637, 0.1616620272397995, -0.801405131816864, -0.2515166103839874, 0.4610689580440521, -0.8256067037582397, 0.008183702826499939, 0.02815408632159233, 0.2633635103702545, 0.05084677413105965, 0.7110011577606201, 0.20617227256298065, 0.5360844135284424, 0.45020750164985657, 0.6469894051551819, 0.7756270170211792, -0.2798793911933899, 0.950657069683075, -0.18680427968502045, 0.44382697343826294, 1.0617891550064087, -0.052291665226221085, 0.3125394284725189, 0.39279866218566895, 0.14483307301998138, 0.1633797436952591, 0.6807597279548645, -0.4700854420661926, 0.2899308502674103, 0.34886103868484497, -0.1722201108932495, -0.26773911714553833, -0.22261221706867218, -1.0065723657608032, 0.10995852202177048, 0.5344831347465515, -0.43287017941474915, -0.02691192552447319, -0.1383921056985855, 0.050589319318532944, -0.05481795594096184, -0.7343815565109253, 0.7656053900718689, 0.09127845615148544, -0.1673487275838852, -0.08718232065439224, -0.21741357445716858, 0.14392045140266418, -0.5293776392936707, -0.5246323943138123, -0.2167336493730545, 0.3548658788204193, -0.4858142137527466, -1.016477108001709, 0.7311002016067505, -0.4060383439064026, -0.4220345914363861, 0.024451246485114098, 0.6271660327911377, -0.41981157660484314, -1.1420838832855225, 0.2198473960161209, 0.0563315749168396, 0.06393973529338837, 0.04010206088423729, -1.212659239768982, 0.6868287324905396, -0.19133810698986053, -0.071282297372818, 0.27724364399909973, 0.05420058220624924, -0.12171032279729843, 0.5395094752311707, 0.6130396127700806, -0.035567671060562134, -0.23086605966091156, 0.38385605812072754, 0.9706040620803833, -0.7527127861976624, -0.5522689819335938, -0.31001412868499756, 0.6901280879974365, -0.35334599018096924, -0.8086638450622559, 0.49103689193725586, 1.0899986028671265, 0.8133879899978638, -0.16779498755931854, 0.695172131061554, -0.411062628030777, 0.7537879347801208, -0.3321831524372101, 0.7035444378852844, -0.22498619556427002, -0.21898847818374634, -0.10957776755094528, -0.8441693186759949, -0.7753348350524902, 0.5859658122062683, 0.23902300000190735, 0.1958857625722885, 0.32597607374191284, 1.0071648359298706, -0.19905783236026764, 0.14447332918643951, 0.08571074903011322, 0.16830971837043762, 0.37383466958999634, 0.4067317247390747, 0.23844437301158905, -0.7056124210357666, 0.05379866436123848, -0.41153639554977417, -0.5190367102622986, 0.15630222856998444, -0.951398491859436, -0.9559043049812317, -0.710923969745636, -0.5100036859512329, -0.6206874251365662, 0.03448602557182312, 0.9181573987007141, 0.9389249682426453, -1.078227162361145, -0.2274036556482315, 0.2889160215854645, 0.2720039188861847, 0.23197303712368011, -0.09034176915884018, 0.765297532081604, 0.5689791440963745, -0.4891384243965149, -0.2251117080450058, -0.04610072076320648, 0.2387758493423462, -0.08919136226177216, 0.06047849729657173, 0.05116387829184532, -0.013521967455744743, 0.17329131066799164, 0.6385599374771118, -0.16198311746120453, -0.38412603735923767, -0.6713765263557434, 0.3289472460746765, 0.09678510576486588, 0.8946740031242371, -0.41888687014579773, 0.12954536080360413, 0.5750534534454346, 0.4572818875312805, 0.5562217831611633, 0.3850562274456024, 0.5852561593055725, -0.4245625436306, 0.27683284878730774, -0.08421530574560165, 0.41423991322517395, 0.24163207411766052, -0.39978790283203125, 0.7079169750213623, 0.38077518343925476, -0.48430171608924866, -0.5164017081260681, -0.07259093225002289, -1.717800498008728, 0.6118661761283875, 0.9857228994369507, 0.17505431175231934, -0.5095623731613159, -0.17779357731342316, -0.5310986638069153, 0.01232547964900732, -1.0448074340820312, 0.35951748490333557, 0.35202646255493164, 0.10200806707143784, -0.375805139541626, -0.11379580944776535, 0.6843163371086121, -0.4724619388580322, -1.2531704902648926, 0.08854255080223083, 0.585284948348999, -0.03249134495854378, 0.1690169721841812, 0.6484073996543884, -0.1375124603509903, 0.4941880404949188, 0.22457686066627502, 0.3199314475059509, -0.2615566551685333, -0.6049633622169495, -0.2986408472061157, 0.1411372572183609, -0.08935770392417908, -0.4927372932434082 ]
result-kand2-sdxl-wuerst-karlo/a9adf6d9
result-kand2-sdxl-wuerst-karlo
2023-10-02T09:28:03Z
525
0
[ "region:us" ]
null
2023-10-02T09:28:02Z
--- dataset_info: features: - name: result dtype: string - name: id dtype: int64 splits: - name: train num_bytes: 182 num_examples: 10 download_size: 1395 dataset_size: 182 configs: - config_name: default data_files: - split: train path: data/train-* --- # Dataset Card for "a9adf6d9" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
[ -0.5991494059562683, -0.1243971437215805, 0.18879249691963196, 0.24000240862369537, -0.2234421670436859, 0.05574721843004227, 0.3827562630176544, -0.1562425196170807, 0.8857528567314148, 0.4640534520149231, -0.8441134691238403, -0.5913243293762207, -0.6504137516021729, -0.044187579303979874, -0.3614962100982666, 1.0248478651046753, 0.28894588351249695, 0.06952537596225739, -0.36420395970344543, -0.20223450660705566, -0.3714958429336548, -0.6387519836425781, -0.5874974727630615, -0.6012358069419861, 0.8944053649902344, 0.7686378955841064, 0.7111991047859192, 0.6656224727630615, 1.0331053733825684, 0.18738748133182526, 0.018537702038884163, -0.4050213098526001, -0.4568912386894226, -0.09525127708911896, -0.05716878920793533, -0.3685220181941986, -1.1579102277755737, -0.02093907818198204, 0.6614483594894409, 0.6329474449157715, -0.06995158642530441, 0.7810867428779602, -0.44626584649086, 1.0126392841339111, -0.34454935789108276, 0.5578288435935974, -0.043442487716674805, -0.08919207751750946, -0.6548388004302979, 0.15529590845108032, 0.17963142693042755, -0.5927520394325256, -0.25799641013145447, -1.1495707035064697, 0.1409435272216797, 0.12774279713630676, 0.698326587677002, 0.2832040786743164, 0.019865619018673897, -0.1678900420665741, -0.35138726234436035, 0.04759328067302704, -0.29774153232574463, 0.3261430859565735, 0.8452860116958618, 0.4836275577545166, -0.06335389614105225, -0.5762063264846802, -0.4500686526298523, 0.25590699911117554, -0.07664208114147186, 0.018239136785268784, 0.18229758739471436, 0.053487181663513184, 0.79250568151474, 0.8546710014343262, -0.44657978415489197, -0.34616658091545105, -0.8713107109069824, -0.4470950961112976, 0.903529167175293, 0.056238286197185516, 0.350422203540802, -0.1491122543811798, -0.11534781008958817, -0.40848860144615173, -0.5397722125053406, -0.0700249969959259, 0.6299797296524048, 0.13095876574516296, -1.1999237537384033, 0.4174792766571045, -0.1576245129108429, 0.3077670633792877, 0.3494173586368561, 0.46448010206222534, 0.8090347647666931, -0.14040130376815796, -0.13290095329284668, 0.12907597422599792, 0.2940700948238373, 0.3861481845378876, 0.19427621364593506, 0.09146079421043396, -0.16192716360092163, 0.1209380179643631, 0.1476873904466629, -1.1230990886688232, -1.0756959915161133, 0.3322564661502838, -0.8945821523666382, -0.3961750566959381, 0.43671107292175293, -0.9048137664794922, -0.6659692525863647, -0.26739948987960815, 0.20187166333198547, 0.11204363405704498, -0.9223260283470154, -0.11851908266544342, -0.7833602428436279, 0.3057781755924225, 0.29877135157585144, -0.6874233484268188, 0.20896793901920319, 0.6312854290008545, 0.31501343846321106, 0.2041662186384201, -0.18230220675468445, -0.6796493530273438, 0.16695716977119446, -0.22607919573783875, 0.9297171831130981, -0.7934224605560303, -0.48726925253868103, 0.00417693704366684, 0.4448452591896057, 0.07124454528093338, -0.4446737766265869, 0.8628185987472534, -0.36222150921821594, -0.10837727785110474, -0.8497686982154846, -0.5803118944168091, -0.3611367642879486, 0.2954396605491638, -1.3307687044143677, 1.1429600715637207, 0.3306466042995453, -0.7030882835388184, 0.24765095114707947, -1.2690675258636475, -0.2107103317975998, 0.8515962362289429, -0.21564459800720215, -0.39535707235336304, 0.3754495680332184, -0.14188602566719055, 0.5169548392295837, -0.1335599571466446, 0.33997398614883423, -0.9449223279953003, -0.2177514135837555, -0.012748930603265762, 0.11750853061676025, 0.9082679152488708, 0.14885035157203674, 0.4484040439128876, 0.1662146896123886, -1.0212376117706299, -0.18679878115653992, 0.28960180282592773, -0.08444786071777344, -0.24582359194755554, -0.6076656579971313, 0.4805592894554138, -0.023882251232862473, 0.23090586066246033, -0.5408644676208496, 0.35356011986732483, 0.12958981096744537, -0.11225161701440811, 0.7191340923309326, 0.17007187008857727, 0.5248578190803528, -0.6531918048858643, 0.7769325971603394, -0.004667896777391434, 0.34741663932800293, -0.08134791254997253, -0.528999924659729, -0.5202856659889221, 0.0982837900519371, 0.7508559226989746, 0.5519897937774658, -0.7590011954307556, 0.7426227927207947, 0.10012482851743698, -0.617156982421875, -0.3164885938167572, -0.02603946253657341, 0.20205900073051453, 0.2419477254152298, 0.2774198055267334, -0.710414469242096, -0.5958455801010132, -0.6412044763565063, 0.5332559943199158, -0.05764523893594742, 0.1939247101545334, 0.30381494760513306, 0.8133777976036072, -0.2789788246154785, 0.3228530287742615, -0.7855997085571289, -0.3586338758468628, -0.03831789270043373, -0.4925946891307831, 0.23217937350273132, 0.8550079464912415, 1.1849653720855713, -0.7752591371536255, -0.17898023128509521, -0.6234019994735718, -0.5965616703033447, -0.0006938180886209011, 0.26470664143562317, -0.7643325328826904, -0.3063385486602783, 0.10193978250026703, -0.38917744159698486, 0.8673821687698364, 0.8934674263000488, -0.7732642292976379, 0.022343672811985016, -0.009385878220200539, 0.24476811289787292, -1.2973644733428955, 0.4309820532798767, -0.10622969269752502, -0.06201385706663132, -0.5311969518661499, 0.0781586542725563, 0.2859616279602051, -0.2806299924850464, -0.1518358588218689, 0.7031089663505554, -0.574413001537323, -0.04531911760568619, -0.13426503539085388, -0.34814029932022095, -0.1258263736963272, 0.24123647809028625, 0.046027664095163345, 0.39929085969924927, 1.030604362487793, -0.3743564486503601, 0.989998459815979, 0.7351420521736145, 0.1129429042339325, 0.8669937252998352, -0.5927047729492188, 0.24358482658863068, -0.2786940336227417, 0.520418643951416, -0.7498630285263062, -0.836480975151062, 0.5903695225715637, -0.4427359700202942, 0.3429822325706482, -0.6093839406967163, -0.3740476071834564, -0.6966012716293335, -0.42008835077285767, 1.0008424520492554, 0.4703463315963745, -0.8267589211463928, 0.5024518966674805, 0.7931036949157715, 0.032744694501161575, 0.02127700112760067, -0.713792622089386, -0.07863342016935349, -0.39116042852401733, -0.3251906633377075, 0.4174070954322815, -0.5493074059486389, 0.08451534807682037, -0.14650247991085052, 0.26054516434669495, -0.19227370619773865, -0.13437357544898987, 0.7370198965072632, 0.155340313911438, -0.24425221979618073, 0.3222964406013489, -0.051112934947013855, -0.6862269639968872, 0.3722940683364868, 0.20704719424247742, 0.3831561207771301, 0.24814791977405548, -0.026093166321516037, -0.480893611907959, 0.6250986456871033, 0.3649756610393524, -0.2440367341041565, 0.32840248942375183, 0.8597716093063354, -1.0542576313018799, -0.27486684918403625, -0.47430044412612915, -0.24806086719036102, -0.47962942719459534, -0.0857042446732521, -0.38524818420410156, -0.47080564498901367, 0.9067335724830627, 0.04455897957086563, -0.20871573686599731, 0.876739501953125, 0.7023114562034607, 0.2450125515460968, 0.46806806325912476, 0.6937357783317566, -0.31523776054382324, 0.4791117012500763, -0.40174680948257446, -0.2738010287284851, -0.6430891156196594, -0.43089941143989563, -0.5060646533966064, -0.587888240814209, -0.5195770859718323, -0.351463258266449, -0.11461573839187622, -0.043836552649736404, -0.20395267009735107, 0.4693971574306488, -0.6955257654190063, 0.5588181614875793, 0.6615258455276489, 0.23911647498607635, -0.12995651364326477, -0.16134008765220642, 0.3537755012512207, 0.4345596432685852, -0.611049473285675, 0.04019923135638237, 1.2782710790634155, 0.5215134620666504, 1.0202250480651855, 0.37011656165122986, 0.9672776460647583, 0.526219367980957, 0.31807011365890503, -0.4518146812915802, 0.2857827842235565, -0.09505894780158997, -0.7892873287200928, -0.023422760888934135, -0.08988388627767563, -0.5829143524169922, -0.5736621022224426, -0.3819480538368225, -0.0965089201927185, 0.5866542458534241, 0.548108696937561, -0.1741466075181961, 0.09406692534685135, -0.8555593490600586, 1.1277694702148438, 0.008779017254710197, 0.1981501579284668, -0.1632022261619568, -0.5488928556442261, 0.20196911692619324, 0.2324812263250351, 0.11621458828449249, -0.5621315240859985, 0.17224489152431488, 1.1294819116592407, -0.3741054832935333, 0.922500729560852, -0.7872785329818726, -0.021203726530075073, 0.09059659391641617, -0.21967923641204834, 0.11411993950605392, 0.5969873666763306, -0.15763938426971436, -0.011932313442230225, 0.21261756122112274, -0.5725169777870178, -0.23462048172950745, 0.8973719477653503, -0.5694015622138977, 0.1526561975479126, -0.524565577507019, -0.5139995813369751, 0.035346243530511856, 0.251712441444397, 0.19309046864509583, 0.9762447476387024, -0.21014761924743652, 0.14925281703472137, 0.6910713911056519, 0.29449328780174255, 0.5648242831230164, -0.016069643199443817, -0.27824148535728455, -0.5122078657150269, 1.0026803016662598, 0.18443986773490906, -0.3337167799472809, 0.21702297031879425, 0.3878234326839447, -0.4317745268344879, -0.42482131719589233, -0.8268173336982727, 0.2418789267539978, -0.5194457769393921, -0.7746909856796265, -0.15347740054130554, -0.32281768321990967, -0.5198898911476135, -0.16621124744415283, -0.23909178376197815, -0.8633942604064941, -0.5923342108726501, -0.6348570585250854, 1.2973287105560303, 0.9013656377792358, -0.5616081357002258, 0.3878280520439148, -0.9179971218109131, 0.6830514669418335, -0.13610658049583435, 1.0585880279541016, -0.11052127927541733, -0.5205275416374207, -0.16802340745925903, -0.14410245418548584, -0.0080182533711195, -0.7495073080062866, -0.17676755785942078, 0.3931277096271515, 0.7822004556655884, 0.12400136888027191, 0.2885812222957611, 0.45194196701049805, -0.08721679449081421, 0.5594067573547363, 0.1658170223236084, -0.6216327548027039, 0.6673775911331177, -0.37374892830848694, 0.5433976650238037, 0.8672258853912354, 0.5858719944953918, -0.33500754833221436, 0.1692626178264618, -1.1353356838226318, -0.48962247371673584, 0.5795172452926636, -0.053267545998096466, 0.23450309038162231, 0.3203987181186676, 0.6185663342475891, -0.01724965125322342, 0.16910144686698914, -0.5700165629386902, -0.9849754571914673, -0.1689528375864029, -0.553868293762207, 0.23642900586128235, -0.47908324003219604, -0.3606293797492981, -0.5625683069229126, 0.6758132576942444, -0.12878982722759247, 0.47849273681640625, -0.05170554667711258, 0.18348489701747894, -0.23000136017799377, -0.28492599725723267, 0.4734647870063782, 0.5910760164260864, -0.41985613107681274, -0.18103541433811188, -0.34950608015060425, -0.690672755241394, -0.3125206232070923, 0.805824339389801, -0.04717397689819336, -0.33201178908348083, 0.5585199594497681, 0.6506912708282471, -0.3586236238479614, 0.005924824625253677, 0.4513535797595978, -0.2452191710472107, -0.5314128398895264, -0.39043694734573364, 0.22117048501968384, 0.13054752349853516, 0.15353494882583618, 0.15096056461334229, -0.1857588142156601, 0.40940213203430176, -0.36616235971450806, 0.6148260831832886, -0.04110022634267807, -0.6878348588943481, -0.6429029107093811, 0.5577147006988525, 0.7759367227554321, -0.5462387800216675, 0.7316205501556396, -0.24662399291992188, -0.5765305757522583, 0.8174527883529663, 0.21395160257816315, 0.7701558470726013, -0.48114800453186035, 0.3729636073112488, 0.5727818012237549, 0.014179117977619171, 0.09921368956565857, 0.9369651079177856, -0.25836294889450073, -0.680993378162384, 0.051342155784368515, -0.3793491721153259, -0.41342824697494507, -0.1309320330619812, -1.0907022953033447, 0.11650954931974411, -0.8121132850646973, -0.21332380175590515, 0.21671509742736816, 0.2509521245956421, -0.8248778581619263, 0.4040302038192749, 0.265367329120636, 1.3280571699142456, -0.9668433666229248, 0.8915448188781738, 1.0196747779846191, -0.3740217089653015, -0.777045488357544, -0.25290149450302124, 0.19219303131103516, -0.8879621028900146, -0.16278952360153198, 0.18380007147789001, 0.6108540296554565, -0.24355363845825195, -0.6430712938308716, -0.7467361688613892, 1.0744487047195435, 0.1901659071445465, -0.5712361335754395, 0.29918545484542847, -0.29522690176963806, 0.25553083419799805, -0.43202123045921326, 0.16267021000385284, 0.5392024517059326, 0.7659474015235901, 0.3592801094055176, -0.7199704647064209, 0.22526760399341583, -0.6919920444488525, -0.3214496374130249, 0.5165588855743408, -0.727627694606781, 0.004479937255382538, -0.1338253617286682, 0.18565157055854797, -0.06577464938163757, 0.6942742466926575, 0.0039485846646130085, 0.3315773606300354, 0.4479992985725403, 0.6025153398513794, 0.9155420064926147, -0.3134085237979889, 0.865136981010437, -0.19305741786956787, 0.4827647805213928, 1.031715989112854, -0.11817973852157593, 0.33802366256713867, 0.3038390278816223, 0.055653978139162064, 0.06971511244773865, 0.6440094113349915, -0.4679240584373474, 0.4185876250267029, 0.3273347318172455, -0.12593336403369904, -0.3378153443336487, -0.16902625560760498, -0.9976683855056763, 0.1518883854150772, 0.5135208964347839, -0.4622044563293457, 0.020028725266456604, -0.06838509440422058, 0.00977078452706337, -0.032198525965213776, -0.571273684501648, 0.7693585753440857, 0.03125431388616562, -0.07815326750278473, -0.09971025586128235, -0.16971975564956665, 0.29625949263572693, -0.44170650839805603, -0.48212429881095886, -0.22698821127414703, 0.34930360317230225, -0.5987513065338135, -1.1117600202560425, 0.7599514126777649, -0.41986075043678284, -0.5636960864067078, -0.2918296456336975, 0.7248767614364624, -0.496974378824234, -1.1597371101379395, 0.3134199380874634, 0.10231685638427734, -0.036445703357458115, 0.11802610754966736, -1.3571113348007202, 0.6418980360031128, -0.056497663259506226, -0.09883777797222137, 0.24354688823223114, 0.13973212242126465, 0.039962250739336014, 0.5106327533721924, 0.48358044028282166, -0.11745297163724899, -0.36268579959869385, 0.35060012340545654, 0.9537689089775085, -0.7627484202384949, -0.5586243867874146, -0.3211836814880371, 0.5866200923919678, -0.3184974789619446, -0.7919039130210876, 0.39713042974472046, 1.052155613899231, 0.9222627878189087, -0.1927470713853836, 0.659136176109314, -0.39790117740631104, 0.8098892569541931, -0.3420226573944092, 0.8422685861587524, -0.2309313416481018, -0.24129661917686462, -0.12449531257152557, -0.7366392612457275, -0.7771755456924438, 0.8315147161483765, 0.31130388379096985, 0.08863408863544464, 0.47086337208747864, 1.0069047212600708, -0.2547338008880615, 0.35409873723983765, 0.14270703494548798, 0.0927387923002243, 0.32655659317970276, 0.354297399520874, 0.3639591336250305, -0.7642327547073364, -0.000950980931520462, -0.5526950359344482, -0.4634586572647095, 0.24114064872264862, -1.095001220703125, -0.9922040700912476, -0.691019594669342, -0.7554652094841003, -0.5766629576683044, -0.011810441501438618, 0.9927344918251038, 0.9520314335823059, -1.0581222772598267, -0.3137400150299072, 0.3585187792778015, 0.39567428827285767, 0.14409096539020538, -0.11779730021953583, 0.6623398065567017, 0.5633847713470459, -0.43690869212150574, -0.18680381774902344, -0.056314826011657715, 0.27049681544303894, -0.01961003616452217, -0.012541385367512703, 0.01958327740430832, -0.24787864089012146, 0.2116624414920807, 0.4525673985481262, -0.13776281476020813, -0.46143147349357605, -0.5996474027633667, 0.26893675327301025, 0.16110795736312866, 0.9802330732345581, -0.41843849420547485, -0.019082700833678246, 0.7013070583343506, 0.5591520071029663, 0.4744897484779358, 0.2966160178184509, 0.7121118307113647, -0.4786332845687866, 0.14992932975292206, -0.04352504014968872, 0.2953375577926636, 0.23741964995861053, -0.48544082045555115, 0.8231561183929443, 0.4256496727466583, -0.4543578028678894, -0.6131529808044434, -0.04869930446147919, -1.474902629852295, 0.5380196571350098, 0.9774141907691956, 0.1196969747543335, -0.3472139835357666, -0.08014905452728271, -0.4824985861778259, -0.18110014498233795, -1.0492770671844482, 0.17180022597312927, 0.5267261266708374, 0.04697871953248978, -0.26841238141059875, -0.0819183737039566, 0.9235682487487793, -0.4216810464859009, -1.181166172027588, 0.2444451004266739, 0.5575340986251831, 0.06736668944358826, -0.006059774197638035, 0.9097131490707397, -0.06021071970462799, 0.46551480889320374, 0.13517872989177704, 0.11713439971208572, -0.26002100110054016, -0.6822829246520996, -0.4622214734554291, 0.11936070770025253, -0.1274956315755844, -0.4765728712081909 ]
result-kand2-sdxl-wuerst-karlo/8c351c30
result-kand2-sdxl-wuerst-karlo
2023-10-02T12:29:34Z
525
0
[ "region:us" ]
null
2023-10-02T12:29:33Z
--- dataset_info: features: - name: result dtype: string - name: id dtype: int64 splits: - name: train num_bytes: 180 num_examples: 10 download_size: 1362 dataset_size: 180 configs: - config_name: default data_files: - split: train path: data/train-* --- # Dataset Card for "8c351c30" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
[ -0.8674695491790771, 0.05423855409026146, 0.2764650285243988, 0.298695832490921, -0.14536654949188232, 0.02543233148753643, 0.24260252714157104, -0.2168361097574234, 0.7781630158424377, 0.48825812339782715, -0.7733205556869507, -0.7119410634040833, -0.5514781475067139, -0.28773486614227295, -0.27435120940208435, 1.173830509185791, 0.05415462329983711, 0.15984460711479187, -0.31353044509887695, -0.25180551409721375, -0.30885595083236694, -0.5426581501960754, -0.5642947554588318, -0.36507749557495117, 1.152599811553955, 0.9583592414855957, 0.43969520926475525, 0.6580317616462708, 0.8815028071403503, 0.18298140168190002, -0.07591801136732101, -0.22565098106861115, -0.5347613096237183, -0.3075098991394043, -0.06633447855710983, -0.38701653480529785, -1.0165313482284546, -0.038437891751527786, 0.6360580921173096, 0.7059499621391296, -0.23634730279445648, 0.9211835265159607, -0.059152115136384964, 0.8505252003669739, -0.5556726455688477, 0.4956614673137665, -0.2863718569278717, -0.23894008994102478, -0.7233936786651611, 0.01764724962413311, 0.09727821499109268, -0.453341543674469, -0.44140860438346863, -1.093822956085205, 0.3125903904438019, 0.40556633472442627, 0.8531343340873718, 0.07402234524488449, 0.13645151257514954, -0.26946356892585754, -0.23715128004550934, 0.09703939408063889, -0.19332146644592285, 0.21482059359550476, 0.7643155455589294, 0.4869421720504761, 0.006564844399690628, -0.5816166400909424, -0.47815290093421936, 0.06447745859622955, 0.0872894749045372, 0.1271589696407318, 0.2559508681297302, 0.038159821182489395, 0.5956308245658875, 0.8830713629722595, -0.5136427283287048, -0.0872938483953476, -1.0191020965576172, -0.37303751707077026, 0.8601702451705933, 0.24794384837150574, 0.3211279511451721, 0.05349310114979744, -0.22574833035469055, -0.3190010190010071, -0.6548898816108704, -0.05937282368540764, 0.6315439343452454, 0.30913209915161133, -1.2605007886886597, 0.5964979529380798, -0.05978798493742943, 0.3402629792690277, 0.3104385435581207, 0.8073885440826416, 0.6134006381034851, -0.17682577669620514, -0.1927303820848465, 0.2386855185031891, 0.28476375341415405, 0.4167872369289398, 0.13293306529521942, 0.16094788908958435, 0.08820840716362, 0.11537886410951614, 0.049604471772909164, -1.1599634885787964, -0.8677091598510742, 0.4281263053417206, -0.7041199803352356, -0.18159502744674683, 0.5221246480941772, -0.8626121878623962, -0.5586598515510559, -0.43269971013069153, -0.20324289798736572, 0.10254310071468353, -0.6412125825881958, -0.22299328446388245, -0.6917791366577148, 0.5159152746200562, 0.2567368745803833, -0.8140329122543335, 0.5219218730926514, 0.5945725440979004, 0.3288134038448334, 0.020337287336587906, -0.18640989065170288, -0.46492084860801697, 0.24701619148254395, -0.3196035921573639, 1.0138695240020752, -0.47988656163215637, -0.3897705078125, -0.0943942740559578, 0.4733218848705292, 0.12641677260398865, -0.6491242051124573, 0.9117992520332336, -0.3126080334186554, -0.33020520210266113, -0.8192472457885742, -0.6191150546073914, -0.003586605889722705, 0.2712438404560089, -1.2876896858215332, 1.170790433883667, 0.43632423877716064, -0.6825082302093506, 0.3816695511341095, -1.134368658065796, -0.032497040927410126, 0.9521870017051697, -0.23545290529727936, -0.500568687915802, 0.25446173548698425, -0.14525774121284485, 0.4560554027557373, -0.1714208722114563, 0.2839965522289276, -1.0988140106201172, -0.27530932426452637, -0.009931152686476707, 0.2454279065132141, 0.9376699924468994, 0.40255826711654663, 0.519637405872345, 0.04744800180196762, -0.9398195147514343, -0.07012028247117996, 0.21148188412189484, -0.0591159462928772, -0.08963973075151443, -0.7000365257263184, 0.6072500348091125, -0.14748013019561768, 0.36408597230911255, -0.5563597083091736, 0.2689317464828491, 0.29851290583610535, -0.20315951108932495, 0.7237351536750793, 0.13646472990512848, 0.2832554280757904, -0.6131247878074646, 0.6042248010635376, 0.19341552257537842, 0.30051663517951965, 0.005631172563880682, -0.4316651225090027, -0.6763037443161011, -0.12139549106359482, 0.4600694179534912, 0.5772042274475098, -0.5883638858795166, 0.6055610775947571, 0.2508258521556854, -0.8598933219909668, -0.22714300453662872, 0.11499933153390884, 0.19194360077381134, 0.09080718457698822, 0.4693596363067627, -0.5386332869529724, -0.7478208541870117, -0.8322755694389343, 0.228178933262825, 0.11333830654621124, 0.04947851598262787, 0.4412105083465576, 0.7514930963516235, -0.25531280040740967, 0.3569171130657196, -0.9218478798866272, -0.239967480301857, -0.05832076817750931, -0.3719426393508911, 0.29814380407333374, 0.918366551399231, 1.0777679681777954, -0.7789011597633362, -0.3644343316555023, -0.5151485800743103, -0.47837725281715393, 0.04407829791307449, 0.26216545701026917, -0.5409339666366577, -0.310912162065506, 0.25578880310058594, -0.3038862347602844, 0.823034942150116, 0.9550901651382446, -0.5840920209884644, 0.19549313187599182, 0.10742199420928955, 0.24168159067630768, -1.2419673204421997, 0.4051356911659241, 0.08553225547075272, -0.11148502677679062, -0.37490493059158325, 0.039550863206386566, 0.10409010201692581, -0.2653368413448334, -0.3525178134441376, 0.678545355796814, -0.7164269089698792, 0.037548549473285675, -0.04870160296559334, -0.15676885843276978, -0.13960672914981842, 0.46108219027519226, 0.006975512485951185, 0.426347017288208, 0.9571678638458252, -0.5381019115447998, 0.912733256816864, 0.5829483270645142, -0.16303446888923645, 0.9333404898643494, -0.6343650221824646, 0.26243871450424194, -0.254055917263031, 0.3870856761932373, -0.7037748694419861, -0.7238842844963074, 0.4956751763820648, -0.5024771094322205, 0.43087634444236755, -0.4930022656917572, -0.33811312913894653, -0.6703148484230042, -0.35688936710357666, 0.9655680656433105, 0.23052655160427094, -0.7117329239845276, 0.23410488665103912, 0.7917007207870483, -0.10097415745258331, 0.1938699185848236, -0.9214063286781311, 0.04791857674717903, -0.3386593163013458, -0.12848952412605286, 0.4821174740791321, -0.6063222885131836, 0.04901343956589699, -0.34321361780166626, 0.3251192569732666, -0.34956908226013184, -0.2830224931240082, 0.6026532649993896, 0.4467617869377136, -0.13378475606441498, 0.19771605730056763, -0.11757279187440872, -0.5322847366333008, 0.14530006051063538, 0.0585218220949173, 0.3041262626647949, -0.034171316772699356, -0.0065193939954042435, -0.41163399815559387, 0.639528214931488, 0.277959942817688, -0.10474526137113571, 0.5696461796760559, 0.8561301827430725, -0.9703618884086609, -0.06982717663049698, -0.511411726474762, -0.08587364852428436, -0.5043528079986572, 0.0724908635020256, -0.4240187406539917, -0.6245912909507751, 0.7958301305770874, 0.0891348123550415, -0.3207404613494873, 0.851228654384613, 0.9222579002380371, 0.058807939291000366, 0.513193666934967, 0.5245546102523804, -0.22259272634983063, 0.4863182008266449, -0.33442771434783936, -0.21599578857421875, -0.8763133883476257, -0.4960345923900604, -0.6791115403175354, -0.2918420732021332, -0.9645318984985352, -0.32254162430763245, -0.03069724701344967, -0.09481611102819443, -0.4545688331127167, 0.7730574011802673, -0.8319551348686218, 0.3818950653076172, 0.6187041401863098, 0.546943724155426, -0.2710651457309723, -0.23498180508613586, 0.31671229004859924, 0.40885674953460693, -0.6884419918060303, -0.10806773602962494, 1.0730901956558228, 0.4623227119445801, 0.8926993608474731, 0.2327612340450287, 0.9094821810722351, 0.423477441072464, 0.5625069737434387, -0.24838998913764954, 0.2870925962924957, 0.008746175095438957, -0.853846549987793, -0.03740804269909859, -0.15556000173091888, -0.7723272442817688, -0.742392897605896, -0.2848169207572937, -0.4336067736148834, 0.6650916337966919, 0.6505954265594482, -0.09663277864456177, 0.101966992020607, -0.8396030068397522, 1.0838263034820557, -0.04618839919567108, -0.14990536868572235, -0.1307050585746765, -0.5566784143447876, 0.15530721843242645, 0.4008978009223938, 0.13952118158340454, -0.4817548394203186, 0.1715710163116455, 0.9975866079330444, -0.4786014258861542, 0.9213844537734985, -0.7469500303268433, 0.05995430052280426, 0.4555003345012665, -0.35117509961128235, 0.24531641602516174, 0.3980015516281128, -0.0610172264277935, 0.059475526213645935, 0.35862997174263, -0.785656750202179, -0.20824305713176727, 0.8704330921173096, -0.6835760474205017, 0.2663383483886719, -0.43723124265670776, -0.5223767161369324, -0.02976299822330475, 0.15099704265594482, 0.34941551089286804, 0.7307016253471375, -0.32546669244766235, 0.14237551391124725, 0.676557183265686, 0.2379738986492157, 0.3831421434879303, -0.021768789738416672, -0.14758561551570892, -0.5463165044784546, 1.051216959953308, 0.26015716791152954, -0.27459996938705444, 0.30663833022117615, 0.21539318561553955, -0.2179006040096283, -0.4851614534854889, -0.6024655699729919, 0.12103299796581268, -0.5024001598358154, -0.6243900656700134, -0.12024970352649689, -0.3360837697982788, -0.545772135257721, -0.24753697216510773, -0.33112725615501404, -0.6146165132522583, -0.6756688952445984, -0.5871902108192444, 1.0032926797866821, 0.5982954502105713, -0.47626471519470215, 0.47126129269599915, -0.8522717952728271, 0.5772913098335266, -0.16407427191734314, 1.1884698867797852, -0.19259843230247498, -0.4234941303730011, -0.49042126536369324, -0.060293249785900116, -0.18138115108013153, -0.6816830039024353, -0.1835610270500183, 0.10246621072292328, 0.7584420442581177, 0.21643133461475372, 0.15681584179401398, 0.6130866408348083, 0.0053338645957410336, 0.5210526585578918, 0.3472112715244293, -0.7576731443405151, 0.35856738686561584, -0.437260240316391, 0.5782402753829956, 1.0254795551300049, 0.5513029098510742, -0.4215787947177887, 0.06443185359239578, -1.0807470083236694, -0.6582408547401428, 0.4379459619522095, 0.00394264655187726, 0.06957585364580154, 0.2750965654850006, 0.5086926221847534, -0.09790408611297607, 0.2614603638648987, -0.6694846749305725, -0.8104248046875, -0.17860502004623413, -0.6076035499572754, 0.2333851456642151, -0.3928150236606598, -0.2575955390930176, -0.5632187128067017, 0.6643524765968323, -0.23601628839969635, 0.5054845809936523, -0.011888835579156876, 0.2771485447883606, -0.009535380639135838, -0.20356501638889313, 0.48657503724098206, 0.518781304359436, -0.410713791847229, -0.15921670198440552, -0.010642477311193943, -0.6597701907157898, -0.4363592863082886, 0.6696823835372925, 0.1596028208732605, -0.5338325500488281, 0.44907525181770325, 0.6945412755012512, -0.2949649393558502, -0.0882396325469017, 0.25782617926597595, -0.010929594747722149, -0.341664582490921, -0.6028183102607727, 0.20900823175907135, 0.18632052838802338, 0.0790390595793724, 0.08152513206005096, -0.24004267156124115, 0.4814269542694092, -0.5109575986862183, 0.5422000288963318, -0.08177632838487625, -0.7819125056266785, -0.3569130599498749, 0.43719708919525146, 0.44774457812309265, -0.4541408121585846, 0.8398868441581726, -0.23194095492362976, -0.3847420811653137, 1.0264012813568115, 0.20868486166000366, 0.7273091077804565, -0.4126497209072113, 0.1355414092540741, 0.7189822793006897, 0.046653881669044495, 0.34158971905708313, 0.7594846487045288, -0.44318321347236633, -0.760930597782135, 0.16830307245254517, -0.22972054779529572, -0.5829092860221863, -0.2579590976238251, -1.3455435037612915, 0.4655072093009949, -0.6824434995651245, -0.06719604134559631, 0.1800113022327423, 0.18945543467998505, -1.0136964321136475, 0.4910849928855896, 0.5282405614852905, 1.5907236337661743, -0.7494687438011169, 0.7828067541122437, 0.7135189771652222, -0.3736136555671692, -0.8948827981948853, -0.45516595244407654, 0.05807114392518997, -0.9640039205551147, -0.34557288885116577, 0.25411778688430786, 0.38082826137542725, -0.3019675612449646, -1.1828542947769165, -0.7354880571365356, 1.1916130781173706, 0.1711914986371994, -0.9531677961349487, 0.4703962206840515, -0.10652545094490051, 0.28764814138412476, -0.47932514548301697, 0.3227992057800293, 0.5010309219360352, 0.8376269936561584, 0.4717690348625183, -0.5772386193275452, 0.15765918791294098, -0.6205843687057495, -0.25575917959213257, 0.3538937568664551, -0.9465950727462769, -0.007592071779072285, -0.14798441529273987, 0.21126076579093933, 0.16873614490032196, 0.7969801425933838, 0.3525637686252594, 0.5882512927055359, 0.3584171533584595, 0.6099129319190979, 0.874702513217926, -0.25485721230506897, 0.8424532413482666, -0.2976642847061157, 0.6586158275604248, 1.2532570362091064, -0.22448523342609406, 0.2566151022911072, 0.5231153964996338, -0.0461120530962944, 0.30386248230934143, 0.854911744594574, -0.6442829966545105, 0.3477920889854431, 0.5568157434463501, -0.18094344437122345, -0.21449191868305206, -0.05536531284451485, -0.6665184497833252, 0.13086625933647156, 0.5720493793487549, -0.36688268184661865, 0.05463247373700142, -0.11145055294036865, 0.3450067341327667, -0.06524533033370972, -0.7315351366996765, 0.7236092686653137, 0.029292305931448936, -0.3632723391056061, -0.05338384211063385, -0.13852617144584656, 0.025664089247584343, -0.5257630348205566, -0.4151107668876648, -0.14429916441440582, 0.3796735405921936, -0.6027165651321411, -1.144288182258606, 0.837141215801239, -0.4020911455154419, -0.37749233841896057, -0.056007739156484604, 0.504176139831543, -0.4967041313648224, -1.1248878240585327, 0.26738786697387695, -0.08984018862247467, 0.1512121558189392, 0.046089231967926025, -1.1437500715255737, 0.5992693305015564, -0.14742234349250793, -0.0972331091761589, 0.22088393568992615, 0.002090241527184844, 0.020167632028460503, 0.5137607455253601, 0.40587663650512695, -0.11137675493955612, -0.42766550183296204, 0.1410599648952484, 1.1417027711868286, -0.7663995027542114, -0.4585117995738983, -0.41283532977104187, 0.688267707824707, -0.3686250150203705, -0.804431140422821, 0.42660969495773315, 1.243087649345398, 0.9151100516319275, -0.006799702998250723, 0.7691612243652344, -0.4715628921985626, 0.7283133864402771, -0.296791136264801, 0.6287913918495178, -0.15826377272605896, -0.22354723513126373, -0.13409550487995148, -0.6237453818321228, -0.6872237920761108, 0.41573992371559143, 0.28344061970710754, 0.18952883780002594, 0.48016464710235596, 1.1415746212005615, -0.12914438545703888, 0.30263787508010864, 0.061406154185533524, 0.1407686322927475, 0.2014867514371872, 0.4447655975818634, 0.22248969972133636, -0.5600637793540955, 0.05474736914038658, -0.2187919318675995, -0.6715205311775208, 0.18089677393436432, -1.0544614791870117, -0.8563693761825562, -0.6764103770256042, -0.6391136646270752, -0.6374408602714539, 0.06587934494018555, 0.9350236654281616, 1.1205825805664062, -1.1355737447738647, -0.40673547983169556, 0.020193027332425117, 0.31969279050827026, 0.0014840156072750688, -0.14813339710235596, 0.6651923656463623, 0.45173943042755127, -0.5025227069854736, -0.31896448135375977, -0.04526127874851227, 0.17589114606380463, -0.12211190909147263, -0.026475144550204277, 0.02027926780283451, -0.008466905914247036, 0.04367396980524063, 0.6382187008857727, 0.09961756318807602, -0.2690819203853607, -0.5844159722328186, 0.10883516818284988, 0.30081620812416077, 1.1065456867218018, -0.3241249918937683, -0.06061162054538727, 0.4764743447303772, 0.2705656588077545, 0.9674949049949646, 0.0703226700425148, 0.5318771600723267, -0.4280625581741333, 0.2285299450159073, -0.06417720764875412, 0.45105504989624023, 0.24110405147075653, -0.5713967084884644, 0.622737467288971, 0.34623172879219055, -0.6343977451324463, -0.5087567567825317, 0.004107384476810694, -1.5923759937286377, 0.4762410819530487, 0.8740074634552002, -0.018115825951099396, -0.43949198722839355, -0.09176412969827652, -0.44765329360961914, 0.09113330394029617, -0.8287061452865601, 0.2506645917892456, 0.5643219351768494, 0.01026156172156334, -0.5718033313751221, -0.07313176244497299, 0.573033332824707, -0.5471393465995789, -1.3586581945419312, 0.12273544073104858, 0.37808510661125183, 0.11401861160993576, 0.0005296473391354084, 0.6476339101791382, -0.213555708527565, 0.36503008008003235, 0.2682989239692688, 0.4856417775154114, -0.12863539159297943, -0.6029146313667297, -0.12194416671991348, 0.028808025643229485, -0.09917723387479782, -0.5577926635742188 ]
result-kand2-sdxl-wuerst-karlo/7fa2043a
result-kand2-sdxl-wuerst-karlo
2023-10-02T13:22:28Z
525
0
[ "region:us" ]
null
2023-10-02T13:22:27Z
--- dataset_info: features: - name: result dtype: string - name: id dtype: int64 splits: - name: train num_bytes: 194 num_examples: 10 download_size: 1397 dataset_size: 194 configs: - config_name: default data_files: - split: train path: data/train-* --- # Dataset Card for "7fa2043a" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
[ -0.815618097782135, -0.12598435580730438, 0.2840275168418884, 0.35455018281936646, -0.2902465760707855, -0.15483000874519348, 0.6798924803733826, -0.41886037588119507, 0.8525375723838806, 0.578930675983429, -0.8561897277832031, -0.650180459022522, -0.5986745953559875, -0.016183050349354744, -0.25692763924598694, 1.0692212581634521, 0.16228017210960388, 0.11055884510278702, -0.33595743775367737, -0.2521871030330658, -0.46716126799583435, -0.5596565008163452, -0.5466431379318237, -0.5577677488327026, 0.9342986941337585, 0.6831032633781433, 0.5423747897148132, 0.7492699027061462, 0.8535081148147583, 0.24513714015483856, 0.021303823217749596, -0.22344103455543518, -0.4370917081832886, -0.23425829410552979, -0.2192503958940506, -0.45009705424308777, -0.9715505242347717, -0.08528615534305573, 0.6029824018478394, 0.7348609566688538, 0.020482737571001053, 0.8473986983299255, -0.48006248474121094, 0.9173339009284973, -0.397552490234375, 0.702831506729126, -0.15038487315177917, -0.1527613401412964, -0.7018334865570068, 0.16971157491207123, 0.11971534788608551, -0.4490313231945038, -0.17348726093769073, -1.1243743896484375, 0.2580093443393707, 0.08255588263273239, 0.7856215238571167, 0.2026323527097702, 0.020589537918567657, -0.3125419020652771, -0.30020520091056824, -0.0497504323720932, -0.30001339316368103, 0.2698632776737213, 0.7365758419036865, 0.4681694209575653, -0.16448858380317688, -0.5378955006599426, -0.45588886737823486, 0.2191883772611618, -0.038486674427986145, -0.010602029971778393, 0.2503131031990051, -0.03542394936084747, 0.6353474259376526, 0.7879517078399658, -0.4596652388572693, -0.38527950644493103, -0.8600478172302246, -0.44208016991615295, 0.905703604221344, 0.0730622410774231, 0.2953241467475891, -0.09677477180957794, -0.2105090171098709, -0.28299349546432495, -0.39630964398384094, -0.21566390991210938, 0.4641726315021515, 0.3171132504940033, -1.0989240407943726, 0.5730606317520142, -0.22647781670093536, 0.4846177399158478, 0.2831936180591583, 0.47006580233573914, 0.8297504186630249, -0.17429369688034058, -0.26852816343307495, 0.15682317316532135, 0.15980497002601624, 0.3058403432369232, 0.10395832359790802, 0.12352349609136581, -0.041837096214294434, 0.11487988382577896, 0.030629344284534454, -1.1217811107635498, -0.672391951084137, 0.33939868211746216, -0.7727194428443909, -0.17555461823940277, 0.6036034822463989, -1.0556843280792236, -0.7623012661933899, -0.3691977858543396, 0.137373149394989, 0.1582353413105011, -0.7120349407196045, -0.16807280480861664, -0.6361605525016785, 0.410576730966568, 0.15427540242671967, -0.8939293026924133, 0.26759985089302063, 0.6966702938079834, 0.45053932070732117, 0.2016172558069229, -0.22235099971294403, -0.6662172675132751, 0.1362648904323578, -0.3101755380630493, 0.8556712865829468, -0.6113957166671753, -0.5147506594657898, 0.12080856412649155, 0.46769484877586365, 0.029438398778438568, -0.5471209287643433, 0.7480295300483704, -0.5000856518745422, -0.2273949384689331, -0.787243664264679, -0.5486528277397156, -0.16631117463111877, 0.1920042783021927, -1.4086359739303589, 1.0372518301010132, 0.35423555970191956, -0.6055882573127747, 0.3572014570236206, -1.274872064590454, -0.24356111884117126, 0.5827893018722534, 0.001396531006321311, -0.5008436441421509, 0.3255372941493988, -0.21010659635066986, 0.4654698967933655, -0.004709032364189625, 0.3975493013858795, -0.9986615777015686, -0.22361797094345093, -0.019148660823702812, 0.14998570084571838, 0.8230001330375671, 0.45236754417419434, 0.28585919737815857, 0.03436431661248207, -1.1296945810317993, -0.4274003207683563, 0.31766200065612793, -0.020634623244404793, -0.31146904826164246, -0.8144452571868896, 0.3329411745071411, -0.017400579527020454, 0.49997884035110474, -0.4514380693435669, 0.2733478546142578, 0.0774996280670166, -0.4091416299343109, 0.6741344332695007, 0.18602587282657623, 0.39182063937187195, -0.6678392887115479, 0.4811022877693176, 0.011380589567124844, 0.4549444913864136, -0.07038000971078873, -0.6470414400100708, -0.7508562207221985, 0.07331900298595428, 0.43263930082321167, 0.5490285754203796, -0.6960726380348206, 0.5992678999900818, 0.22773407399654388, -0.8591372966766357, -0.19369764626026154, 0.10892582684755325, 0.3063623607158661, 0.28596052527427673, 0.4130452275276184, -0.6807674169540405, -0.7432630062103271, -0.661691427230835, 0.3578243553638458, -0.04164508730173111, 0.280145525932312, 0.2622060775756836, 0.8319836854934692, -0.40520697832107544, 0.4525328576564789, -0.7080075144767761, -0.3218015730381012, 0.06300590187311172, -0.3326813578605652, 0.32013610005378723, 0.7947326898574829, 1.133707880973816, -0.8476101756095886, -0.2430657595396042, -0.5007563233375549, -0.6071466207504272, -0.19073303043842316, 0.22224833071231842, -0.731269359588623, 0.04918999224901199, 0.11321728676557541, -0.5588918924331665, 0.8465408682823181, 0.864841103553772, -0.941342294216156, 0.06470223516225815, 0.18880601227283478, 0.2542957067489624, -1.4892923831939697, 0.5130174160003662, -0.06881420314311981, -0.04142599552869797, -0.5655528903007507, 0.06457048654556274, 0.004769986495375633, -0.2171822041273117, -0.14787621796131134, 0.7412960529327393, -0.5883153676986694, -0.14731666445732117, -0.12790004909038544, -0.25992605090141296, -0.06913597136735916, 0.20957691967487335, 0.06145818531513214, 0.29981139302253723, 0.8538543581962585, -0.3363359868526459, 0.8285236954689026, 0.73340904712677, 0.07895766198635101, 0.8225283622741699, -0.46455177664756775, 0.15572141110897064, -0.15246950089931488, 0.4229191541671753, -0.6367972493171692, -0.8717131018638611, 0.6264811158180237, -0.43770039081573486, 0.2956135869026184, -0.49180880188941956, -0.37384483218193054, -0.582912802696228, -0.21535412967205048, 0.7475278377532959, 0.355950266122818, -0.8822917938232422, 0.6795952916145325, 0.6867826581001282, 0.0020977614913135767, -0.0960751548409462, -0.7868584394454956, -0.1597415953874588, -0.3288452923297882, -0.3146514892578125, 0.38424789905548096, -0.5660630464553833, -0.051774363964796066, -0.23594877123832703, 0.1685650497674942, -0.16536523401737213, -0.22552362084388733, 0.6815677881240845, 0.36498892307281494, -0.19094310700893402, 0.3242248296737671, -0.1463739424943924, -0.6828224658966064, 0.23179328441619873, 0.10950609296560287, 0.42501771450042725, 0.03462688997387886, -0.1255430281162262, -0.45929259061813354, 0.6068245768547058, 0.4324019253253937, -0.13666340708732605, 0.5890936255455017, 1.0029072761535645, -0.9873493313789368, -0.05223407223820686, -0.6661543250083923, -0.08853477239608765, -0.48331400752067566, -0.07802800089120865, -0.39991363883018494, -0.54181307554245, 0.9717528820037842, 0.05365880951285362, -0.06835877150297165, 0.9796081185340881, 0.786941409111023, 0.4515184760093689, 0.46255505084991455, 0.6571468114852905, -0.24860608577728271, 0.52520751953125, -0.2142583429813385, -0.3486699163913727, -0.49134019017219543, -0.660767138004303, -0.6298021078109741, -0.17400962114334106, -0.6192626953125, -0.4505738317966461, -0.2750857472419739, -0.059009063988924026, -0.3580218255519867, 0.5482164025306702, -0.629875898361206, 0.4151783585548401, 0.6339234113693237, 0.06218402087688446, 0.011456628330051899, -0.23566433787345886, 0.3438444137573242, 0.6599074602127075, -0.6092621088027954, -0.12999048829078674, 1.0659708976745605, 0.5417149066925049, 0.8278058767318726, 0.3722793757915497, 1.0489667654037476, 0.43217381834983826, 0.574812114238739, -0.2479037195444107, 0.2634045481681824, -0.034684136509895325, -0.9041445255279541, -0.00876100454479456, -0.20188122987747192, -0.7717424631118774, -0.5107250213623047, -0.35690635442733765, -0.2693014442920685, 0.705381453037262, 0.5867015719413757, -0.131931334733963, 0.12397953867912292, -1.0144643783569336, 1.1108773946762085, 0.08963096886873245, 0.0022592544555664062, 0.015789426863193512, -0.6752831935882568, 0.27388229966163635, 0.13280139863491058, 0.25412213802337646, -0.5073140859603882, 0.1596505045890808, 1.0654757022857666, -0.5971864461898804, 1.0419528484344482, -0.868938684463501, -0.070657879114151, 0.26775336265563965, -0.3487640619277954, 0.25704967975616455, 0.6365841627120972, -0.17368067800998688, 0.05813298001885414, 0.41016921401023865, -0.6927371025085449, -0.27370911836624146, 0.9088713526725769, -0.7054765224456787, 0.11015412211418152, -0.5506060123443604, -0.5355657935142517, -0.17471078038215637, 0.4296085834503174, 0.1456783264875412, 0.782895028591156, -0.2873205244541168, -0.03281395137310028, 0.7433587312698364, 0.4292275905609131, 0.45631206035614014, 0.12194405496120453, -0.3480736017227173, -0.5251122713088989, 1.06396484375, 0.1966271847486496, -0.2909424602985382, 0.2539166212081909, 0.252958744764328, -0.40899476408958435, -0.41725289821624756, -0.7374439835548401, 0.3105609714984894, -0.6080335974693298, -0.6454695463180542, -0.14626815915107727, -0.21170896291732788, -0.6688961386680603, -0.28079524636268616, -0.3524843156337738, -0.5339602828025818, -0.7921540141105652, -0.6157892942428589, 1.1566137075424194, 0.8542733192443848, -0.6013127565383911, 0.42204219102859497, -0.9563367962837219, 0.6609209775924683, -0.01629938930273056, 1.1087428331375122, -0.1476181596517563, -0.3526032567024231, -0.345580518245697, -0.1833995282649994, 0.12978379428386688, -0.7025678157806396, -0.12798888981342316, 0.16144387423992157, 0.8050644993782043, 0.3089504539966583, 0.10514499992132187, 0.5665153861045837, 0.04626987874507904, 0.5510962009429932, 0.23951423168182373, -0.7161008715629578, 0.4381141662597656, -0.29581016302108765, 0.5420016646385193, 0.8963925242424011, 0.48395711183547974, -0.1769140660762787, 0.27421167492866516, -1.0592210292816162, -0.5127331018447876, 0.44220229983329773, -0.023389985784888268, 0.22302596271038055, 0.25374606251716614, 0.5386087894439697, 0.174094557762146, 0.2056003212928772, -0.47792747616767883, -0.8682152628898621, -0.3765754699707031, -0.54722660779953, 0.1835695505142212, -0.4308220148086548, -0.37768736481666565, -0.30075716972351074, 0.7313017249107361, -0.2030864953994751, 0.3952023983001709, 0.06774786114692688, 0.3225104510784149, -0.10770018398761749, -0.29986727237701416, 0.4750150740146637, 0.5925276279449463, -0.44330495595932007, -0.18998302519321442, -0.07829762250185013, -0.6847761869430542, -0.3968640863895416, 1.0302965641021729, 0.057305704802274704, -0.23700730502605438, 0.5872435569763184, 0.8182986974716187, -0.43185651302337646, -0.15356644988059998, 0.19156025350093842, -0.12511292099952698, -0.4367479383945465, -0.516796350479126, 0.18801771104335785, 0.16887013614177704, 0.2400607466697693, 0.2441501021385193, -0.14304012060165405, 0.44879335165023804, -0.5330783724784851, 0.630392849445343, -0.08457372337579727, -0.763674259185791, -0.4729456603527069, 0.3971084654331207, 0.5947273969650269, -0.43253371119499207, 0.5900816321372986, -0.18397395312786102, -0.28382959961891174, 0.8332675695419312, 0.34190234541893005, 0.6468521952629089, -0.4828142821788788, 0.3882759213447571, 0.4847203195095062, -0.020715735852718353, 0.21466389298439026, 0.8143402934074402, -0.20204374194145203, -0.6839049458503723, 0.11486708372831345, -0.5131956338882446, -0.41055119037628174, -0.1710159182548523, -1.0764009952545166, 0.16029568016529083, -0.7241020798683167, -0.24199117720127106, 0.13210426270961761, 0.3105080723762512, -0.8669024705886841, 0.47917231917381287, 0.3611445128917694, 1.559871792793274, -0.9148772954940796, 0.7004449963569641, 0.7378660440444946, -0.42889273166656494, -0.7995472550392151, -0.4146292507648468, 0.15873806178569794, -0.828346312046051, -0.4190751314163208, 0.2811538875102997, 0.32118022441864014, -0.30116939544677734, -0.7772074937820435, -0.842074453830719, 1.259178876876831, 0.23629319667816162, -0.6273699998855591, 0.4281131327152252, -0.0930933952331543, 0.3375471234321594, -0.5197101831436157, 0.03818182647228241, 0.6936478018760681, 0.8950744867324829, 0.5471196174621582, -0.6570546627044678, 0.19403089582920074, -0.7909298539161682, -0.27198532223701477, 0.3007780909538269, -0.9386631846427917, -0.04534269869327545, -0.1740383803844452, 0.21575933694839478, 0.23283077776432037, 0.8434402942657471, 0.3606959283351898, 0.7218515872955322, 0.42997249960899353, 0.5823461413383484, 0.9431107044219971, -0.313651442527771, 0.8654536604881287, -0.04124724119901657, 0.4466835558414459, 1.04692542552948, -0.17723879218101501, 0.23450005054473877, 0.5492780208587646, 0.1531149297952652, 0.22529640793800354, 0.8316755890846252, -0.56523597240448, 0.3708871901035309, 0.26187098026275635, -0.20860597491264343, -0.23959431052207947, -0.23952893912792206, -0.910226583480835, 0.07662585377693176, 0.5110830068588257, -0.4983704388141632, 0.08706577867269516, -0.11695372313261032, 0.2116336226463318, -0.17478813230991364, -0.6118080019950867, 0.8114686012268066, 0.06918646395206451, -0.3370215594768524, -0.10397770255804062, -0.2081502228975296, 0.12774568796157837, -0.6655582189559937, -0.4692939221858978, -0.2896908223628998, 0.19328290224075317, -0.5721383094787598, -0.9457777142524719, 0.8727908134460449, -0.40626469254493713, -0.4709627330303192, 0.14600540697574615, 0.6815492510795593, -0.41667941212654114, -1.0506672859191895, 0.41346484422683716, 0.041104014962911606, 0.013660000637173653, 0.2638574540615082, -1.1749153137207031, 0.6555253863334656, -0.14385905861854553, -0.1442335546016693, 0.2862168550491333, 0.05222960561513901, -0.017598528414964676, 0.5220035910606384, 0.6862775683403015, -0.2558704912662506, -0.2761765718460083, 0.3489082157611847, 1.0296374559402466, -0.6600614786148071, -0.4635356664657593, -0.33838242292404175, 0.6978411078453064, -0.3886341452598572, -0.7915070056915283, 0.40219563245773315, 1.0323926210403442, 0.9605739712715149, -0.2752336859703064, 0.7641170024871826, -0.47222572565078735, 0.654788076877594, -0.4689759314060211, 0.70494544506073, -0.2585706412792206, -0.2798077166080475, -0.20944161713123322, -0.7093446850776672, -0.8612250685691833, 0.5938122868537903, 0.2425818145275116, 0.21561652421951294, 0.3797888457775116, 1.0846210718154907, -0.10770796984434128, 0.31543317437171936, 0.11712493002414703, 0.07242067903280258, 0.3219336271286011, 0.3276353180408478, 0.2262444645166397, -0.593705952167511, 0.04551731422543526, -0.4219416379928589, -0.5822669863700867, -0.0008916931692510843, -1.0341655015945435, -1.0187381505966187, -0.8030001521110535, -0.42793363332748413, -0.6017242074012756, 0.023064186796545982, 0.9536519646644592, 1.0018525123596191, -1.1654906272888184, -0.23388071358203888, 0.15870977938175201, 0.38732317090034485, 0.0882352814078331, -0.112884521484375, 0.7398509383201599, 0.4402492940425873, -0.5758368372917175, -0.15324372053146362, -0.07164459675550461, 0.35238099098205566, -0.17057086527347565, -0.046266283839941025, -0.08130668848752975, 0.12653635442256927, 0.2783578336238861, 0.5672847628593445, -0.0875304713845253, -0.37878546118736267, -0.5708768367767334, 0.22246171534061432, -0.016296666115522385, 0.8663156628608704, -0.3115089237689972, 0.16079941391944885, 0.7190276384353638, 0.4845151901245117, 0.5714437365531921, 0.30018526315689087, 0.6240193247795105, -0.2663142681121826, 0.12353259325027466, -0.2732124328613281, 0.5032240152359009, 0.27523234486579895, -0.49737823009490967, 0.8063730001449585, 0.5535696148872375, -0.4396011233329773, -0.5097834467887878, -0.041748709976673126, -1.6113951206207275, 0.4890884459018707, 0.9001756906509399, 0.021638112142682076, -0.4599975347518921, -0.2513357400894165, -0.4320809245109558, 0.14379875361919403, -0.9474562406539917, 0.4336995780467987, 0.5504828095436096, -0.012215646915137768, -0.2909822165966034, -0.0642041489481926, 0.8003952503204346, -0.4926709532737732, -1.3442753553390503, 0.08277688920497894, 0.5694466829299927, 0.10767452418804169, 0.29242387413978577, 0.7822672724723816, -0.20618601143360138, 0.4695050120353699, 0.3098757266998291, 0.18838582932949066, -0.32019081711769104, -0.632419228553772, -0.21924054622650146, 0.22258342802524567, -0.16506342589855194, -0.4381740093231201 ]
result-kand2-sdxl-wuerst-karlo/78fe0016
result-kand2-sdxl-wuerst-karlo
2023-10-03T01:21:52Z
525
0
[ "region:us" ]
null
2023-10-03T01:21:51Z
--- dataset_info: features: - name: result dtype: string - name: id dtype: int64 splits: - name: train num_bytes: 173 num_examples: 10 download_size: 1317 dataset_size: 173 configs: - config_name: default data_files: - split: train path: data/train-* --- # Dataset Card for "78fe0016" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
[ -0.6749680042266846, -0.1702965945005417, 0.31852585077285767, 0.19026505947113037, -0.32690274715423584, -0.0962134376168251, 0.28651100397109985, -0.19361089169979095, 0.7525633573532104, 0.6518067121505737, -0.8158156871795654, -0.7723082304000854, -0.5703645348548889, -0.16266517341136932, -0.25479328632354736, 1.1635674238204956, 0.15591123700141907, 0.07011428475379944, -0.5118984580039978, -0.09658990055322647, -0.4001098871231079, -0.7001274228096008, -0.6383765935897827, -0.6408510208129883, 0.9171237349510193, 0.7503870725631714, 0.5725870728492737, 0.6090693473815918, 0.8025294542312622, 0.22856825590133667, 0.03347240015864372, -0.21124987304210663, -0.35861074924468994, -0.10639717429876328, -0.05316469073295593, -0.3259700834751129, -1.0530411005020142, -0.1424962878227234, 0.793980598449707, 0.6911855936050415, 0.04516363516449928, 0.820301353931427, -0.08130258321762085, 0.956400990486145, -0.31439295411109924, 0.5725112557411194, -0.20524941384792328, -0.03847844526171684, -0.6587932109832764, 0.06276029348373413, 0.1186203733086586, -0.26059412956237793, -0.3150023818016052, -0.8880614638328552, 0.3279646337032318, 0.18624749779701233, 0.7263529300689697, 0.15725542604923248, 0.06445832550525665, 0.10490794479846954, -0.40261244773864746, 0.2662762999534607, -0.18188391625881195, 0.3519483208656311, 0.9127929210662842, 0.2882285714149475, 0.0712515264749527, -0.4551743268966675, -0.2704634964466095, 0.18387675285339355, 0.08129209280014038, 0.016238603740930557, 0.16237694025039673, -0.028370961546897888, 0.6485520005226135, 0.5947868227958679, -0.518227219581604, -0.216589093208313, -0.7462505102157593, -0.49436163902282715, 0.9720661640167236, 0.2747787833213806, -0.05760560184717178, -0.31041809916496277, -0.17230789363384247, -0.19623753428459167, -0.30335763096809387, -0.15119993686676025, 0.5475805997848511, 0.373187780380249, -1.1100986003875732, 0.4438829720020294, -0.0382814034819603, 0.5800028443336487, 0.1559828668832779, 0.6708430051803589, 0.6764920353889465, -0.26302260160446167, -0.2943362891674042, 0.11551237851381302, 0.37937477231025696, 0.40107396245002747, 0.07666441053152084, -0.026868298649787903, -0.10842380672693253, -0.21637588739395142, 0.2458239048719406, -1.0179213285446167, -0.5660020709037781, 0.5629387497901917, -0.789149284362793, -0.4406738579273224, 0.5611663460731506, -0.958154559135437, -0.5707130432128906, -0.4475419819355011, 0.114290252327919, -0.03451833501458168, -0.861720085144043, -0.227596715092659, -0.6998002529144287, 0.41781070828437805, 0.2127397060394287, -0.630003809928894, 0.3161008656024933, 0.9654109477996826, 0.5759722590446472, 0.04026121273636818, -0.20844852924346924, -0.5228992700576782, 0.05710333585739136, -0.3015284836292267, 0.9254228472709656, -0.6311907768249512, -0.5972428917884827, 0.06249523535370827, 0.6246947646141052, 0.06854729354381561, -0.4568544030189514, 1.0058175325393677, -0.4555172324180603, -0.2251787632703781, -0.7789065837860107, -0.4700227975845337, -0.1029142439365387, 0.2831399440765381, -1.1065949201583862, 1.4016088247299194, 0.40445268154144287, -0.6974155306816101, 0.18024584650993347, -1.1962494850158691, -0.2713574171066284, 0.7269450426101685, -0.04755542054772377, -0.4242457449436188, 0.29716357588768005, -0.41664379835128784, 0.6466175317764282, -0.20276527106761932, 0.4509393572807312, -0.8137116432189941, -0.39891859889030457, 0.07957237958908081, 0.14114825427532196, 0.9466010332107544, 0.5117557048797607, 0.41497355699539185, 0.03168562054634094, -1.004805088043213, -0.10267779231071472, 0.360770046710968, 0.07392317056655884, -0.23023581504821777, -0.7635550498962402, 0.5170333385467529, -0.22885581851005554, 0.4645415246486664, -0.5499089956283569, 0.0665167048573494, 0.24000583589076996, -0.024878013879060745, 0.7317918539047241, 0.14384382963180542, 0.3803067207336426, -0.6527186036109924, 0.6235746145248413, 0.044068820774555206, 0.41481566429138184, -0.005141527857631445, -0.5101092457771301, -0.6659886240959167, 0.26226916909217834, 0.5885809063911438, 0.5881080031394958, -0.5630114078521729, 0.8132983446121216, 0.2651742994785309, -0.9287482500076294, -0.12419352680444717, 0.07409844547510147, 0.154671311378479, 0.3848867118358612, 0.3831489086151123, -0.5796460509300232, -0.7463587522506714, -0.793990969657898, 0.37467706203460693, 0.07107561081647873, 0.15236729383468628, 0.33774811029434204, 0.7482779026031494, -0.2782532870769501, 0.5085199475288391, -0.8080537915229797, -0.2808540463447571, 0.08083933591842651, -0.38191792368888855, 0.3750310242176056, 0.876379132270813, 1.145589828491211, -0.7392464280128479, -0.1538301706314087, -0.4837559759616852, -0.6197711825370789, 0.08964060246944427, 0.3407476842403412, -0.7857824563980103, -0.026875803247094154, 0.16949257254600525, -0.27499741315841675, 0.6391072273254395, 0.9109126329421997, -0.587981641292572, 0.17340748012065887, 0.015519007109105587, 0.32414329051971436, -1.491844654083252, 0.4184642434120178, 0.0664624273777008, -0.2296762764453888, -0.3895847797393799, -0.043933022767305374, 0.14599446952342987, -0.3875412046909332, -0.20828430354595184, 0.44247156381607056, -0.4728541970252991, 0.060134343802928925, -0.07395947724580765, -0.3904169201850891, -0.020883332937955856, 0.2133486568927765, 0.22170329093933105, 0.4194187521934509, 1.0328187942504883, -0.41196608543395996, 0.8152318596839905, 0.4403027594089508, 0.11146178096532822, 1.0404754877090454, -0.7048907279968262, 0.40947017073631287, -0.29004913568496704, 0.3518485724925995, -0.779014527797699, -0.676827073097229, 0.5179002285003662, -0.3926678001880646, 0.3359392285346985, -0.7499621510505676, -0.4053436517715454, -0.6761536598205566, -0.4665062129497528, 0.6700626015663147, 0.5145820379257202, -0.5714122653007507, 0.6035481095314026, 0.6850730776786804, -0.0069883475080132484, -0.11063472926616669, -0.9289951920509338, 0.012868554331362247, -0.35602498054504395, -0.2418508678674698, 0.4905746281147003, -0.529499888420105, 0.006636063568294048, -0.18688130378723145, 0.37720826268196106, -0.25166264176368713, -0.21217915415763855, 0.8196880221366882, 0.38425782322883606, -0.24392887949943542, 0.4327946901321411, 0.030284492298960686, -0.7033538818359375, 0.31621089577674866, -0.146017387509346, 0.532729983329773, 0.004279113374650478, -0.018227053806185722, -0.5173584222793579, 0.601151704788208, 0.20691561698913574, -0.14339005947113037, 0.615256667137146, 0.9915088415145874, -1.04853093624115, -0.0754600465297699, -0.6270960569381714, -0.1396949142217636, -0.49434518814086914, -0.005123728886246681, -0.37359610199928284, -0.620631992816925, 0.72978675365448, 0.073200523853302, -0.0842881128191948, 1.0102378129959106, 0.64577317237854, 0.04443209245800972, 0.3212449848651886, 0.5190284252166748, -0.1965688019990921, 0.6083197593688965, -0.3617028594017029, -0.5013182163238525, -0.6851484775543213, -0.46214553713798523, -0.7946459650993347, -0.37370800971984863, -0.5278773307800293, -0.5751786828041077, -0.007279229816049337, -0.2659551501274109, -0.39401692152023315, 0.6809507012367249, -0.9127247333526611, 0.4787784516811371, 0.6373590230941772, 0.3405756950378418, -0.046693190932273865, -0.06075361743569374, 0.30748289823532104, 0.27519482374191284, -0.6707594394683838, -0.2390844225883484, 1.3101633787155151, 0.3551865518093109, 0.8875880241394043, 0.07776976376771927, 1.150041103363037, 0.6369524002075195, 0.28501418232917786, -0.2710045874118805, 0.3327239751815796, -0.06175476685166359, -0.8389029502868652, 0.03908628597855568, -0.16117170453071594, -0.777462899684906, -0.6633778214454651, -0.5370654463768005, -0.16732637584209442, 0.4445745646953583, 0.588128387928009, -0.22199460864067078, 0.2498718649148941, -0.9756442904472351, 1.0347477197647095, -0.1122991070151329, -0.24460789561271667, -0.18967366218566895, -0.5109259486198425, 0.034786585718393326, 0.08646976947784424, 0.18625721335411072, -0.3865828216075897, 0.06991572678089142, 1.2179241180419922, -0.4933793246746063, 1.1569476127624512, -0.8128829598426819, 0.0124159911647439, 0.4424889385700226, -0.2612124979496002, 0.20576627552509308, 0.5446344614028931, -0.3712035119533539, 0.41730037331581116, 0.47984421253204346, -0.6521998643875122, -0.051542721688747406, 1.007076382637024, -0.7858683466911316, 0.2233714759349823, -0.5916987061500549, -0.4580003023147583, 0.013091996312141418, 0.3353145122528076, 0.2893604338169098, 0.8799349665641785, -0.45464858412742615, 0.028232255950570107, 0.7333437204360962, 0.39634451270103455, 0.4692753851413727, 0.12000839412212372, -0.16888652741909027, -0.5827844142913818, 1.047493577003479, 0.3802586793899536, -0.4318712055683136, 0.3375835120677948, 0.30058348178863525, -0.24207662045955658, -0.48145556449890137, -0.6669021844863892, 0.2777850329875946, -0.39492109417915344, -0.7275716662406921, -0.4425129294395447, -0.312893271446228, -0.6479048132896423, -0.3257744312286377, -0.3639572560787201, -0.7226163148880005, -0.6763362288475037, -0.46780017018318176, 1.3374228477478027, 0.7779693603515625, -0.5839468240737915, 0.3891487121582031, -0.9619991779327393, 0.2928678095340729, -0.10201659053564072, 1.0781681537628174, -0.11676909029483795, -0.6200666427612305, -0.3790237009525299, -0.17591100931167603, -0.009280990809202194, -0.5983209013938904, -0.33511021733283997, 0.11025739461183548, 0.6379457116127014, 0.25542762875556946, 0.29802942276000977, 0.4915626049041748, -0.03677812218666077, 0.6457481384277344, 0.15843288600444794, -0.7229081392288208, 0.5795137882232666, -0.33787664771080017, 0.3996674418449402, 0.8880922794342041, 0.6284887194633484, -0.4199445843696594, 0.25751692056655884, -1.2710645198822021, -0.49701306223869324, 0.5656167268753052, -0.1328156739473343, 0.40749484300613403, 0.3834419250488281, 0.6603214144706726, 0.2631560266017914, 0.1747284233570099, -0.3893106281757355, -0.7422319054603577, -0.2748742699623108, -0.5723315477371216, 0.146946981549263, -0.46228596568107605, -0.4503963589668274, -0.5677908658981323, 0.7392330765724182, -0.2030915766954422, 0.6205759644508362, 0.001914719119668007, 0.3453555405139923, -0.21162964403629303, -0.2190980762243271, 0.4016150236129761, 0.5316607356071472, -0.5489311814308167, 0.027768315747380257, 0.013503775000572205, -0.5902001857757568, -0.48502373695373535, 0.9018667936325073, -0.02636745385825634, -0.2962730824947357, 0.5630066394805908, 0.6352218985557556, -0.3728921711444855, -0.1343454122543335, 0.22028663754463196, -0.05129830539226532, -0.39218610525131226, -0.7386490702629089, 0.3286225199699402, 0.2663441598415375, 0.09443763643503189, 0.1473015993833542, -0.010921926237642765, 0.23577111959457397, -0.20651887357234955, 0.5361111164093018, 0.1073407232761383, -0.9803761839866638, -0.5927660465240479, 0.5438517332077026, 0.6528061628341675, -0.6561821103096008, 0.6574537754058838, -0.12330447882413864, -0.31199273467063904, 0.8963058590888977, 0.26602503657341003, 0.7214751839637756, -0.3265410363674164, 0.4073382019996643, 0.6740655899047852, 0.13780979812145233, 0.315071165561676, 0.8456550240516663, -0.43109893798828125, -0.8572024703025818, 0.14842070639133453, -0.3991406261920929, -0.570359468460083, -0.22122977674007416, -1.2359906435012817, 0.3677167296409607, -0.8876558542251587, -0.45401254296302795, 0.23953382670879364, 0.143609881401062, -1.0585159063339233, 0.3384857475757599, 0.30919161438941956, 1.4697253704071045, -0.8946985006332397, 0.8117081522941589, 0.970781683921814, -0.3679894506931305, -0.6825805306434631, -0.41771450638771057, 0.18011604249477386, -1.1117188930511475, -0.37389644980430603, 0.06812968850135803, 0.3072606027126312, -0.1153641864657402, -0.91661536693573, -0.6021250486373901, 1.1747982501983643, 0.20477749407291412, -0.6684622764587402, 0.5674119591712952, -0.08228855580091476, 0.28696510195732117, -0.43802711367607117, 0.20982618629932404, 0.5076900720596313, 0.8557548522949219, 0.3233100473880768, -0.6120339632034302, 0.094931460916996, -0.5089375376701355, -0.31429532170295715, 0.35375726222991943, -1.0183045864105225, -0.04010973498225212, -0.16752351820468903, 0.4115844666957855, -0.029936300590634346, 0.72903972864151, -0.01994292065501213, 0.5653999447822571, 0.5578120350837708, 0.577301025390625, 0.9491391777992249, -0.36320558190345764, 0.8794535994529724, -0.1557009369134903, 0.60578453540802, 0.9547561407089233, -0.12004691362380981, 0.3731086552143097, 0.39401885867118835, -0.12257856130599976, 0.2665453553199768, 0.8301764130592346, -0.4508496820926666, 0.17879387736320496, 0.0258830264210701, -0.16938407719135284, -0.5352753400802612, -0.34216800332069397, -0.9200124144554138, 0.14760951697826385, 0.34767502546310425, -0.6113760471343994, 0.07952118664979935, -0.08045723289251328, 0.4293421804904938, -0.10561218112707138, -0.5009010434150696, 0.7613240480422974, 0.017618579789996147, -0.26440849900245667, 0.021772580221295357, -0.07848192751407623, 0.2900879383087158, -0.8203976154327393, -0.3355178236961365, -0.13511516153812408, 0.18177254498004913, -0.6503780484199524, -1.284600853919983, 0.8460289835929871, -0.18667957186698914, -0.42944252490997314, -0.17933295667171478, 0.7811586260795593, -0.368601530790329, -1.2388396263122559, 0.29472237825393677, 0.06074404716491699, 0.1121286004781723, -0.0013176945503801107, -1.2601466178894043, 0.6862186193466187, -0.07776498049497604, 0.03504674509167671, 0.26911213994026184, 0.11643090099096298, 0.09436435252428055, 0.2577114403247833, 0.5244465470314026, -0.26068976521492004, -0.5560804009437561, 0.21865418553352356, 1.0481846332550049, -0.8511157631874084, -0.4439775347709656, -0.3916510343551636, 0.662333071231842, -0.43207624554634094, -0.78998863697052, 0.3766915500164032, 1.1398769617080688, 0.814231812953949, -0.22254477441310883, 0.8426553010940552, -0.5172221660614014, 0.647534966468811, -0.30300432443618774, 0.657206654548645, -0.3349054753780365, -0.44290074706077576, -0.227273091673851, -0.7669802904129028, -0.654992401599884, 0.6256486177444458, 0.24567006528377533, 0.1462872475385666, 0.44259771704673767, 1.0684256553649902, -0.11621035635471344, 0.47811946272850037, 0.06698332726955414, 0.05512687936425209, 0.1208542212843895, 0.32456108927726746, 0.27119824290275574, -0.545344352722168, 0.10584483295679092, -0.5092923045158386, -0.7480990886688232, 0.17145782709121704, -1.2145971059799194, -0.9446088671684265, -0.8217736482620239, -0.7152655124664307, -0.7081422805786133, -0.03555596247315407, 1.139417052268982, 1.1422619819641113, -1.1334625482559204, -0.2849429249763489, 0.392129510641098, 0.3141651451587677, -0.13095584511756897, -0.12629881501197815, 0.675673246383667, 0.4867294728755951, -0.6452028155326843, -0.23355145752429962, -0.08664827048778534, 0.1599104255437851, -0.16043654084205627, 0.0016592787578701973, 0.15448305010795593, -0.07263558357954025, 0.2622493505477905, 0.35537269711494446, 0.08207356184720993, -0.4426005184650421, -0.43776896595954895, 0.26596805453300476, 0.11663158237934113, 1.1062777042388916, -0.3611114025115967, 0.06611666828393936, 0.5837867856025696, 0.4620617926120758, 0.6614295840263367, 0.1986795961856842, 0.44026362895965576, -0.5470402240753174, 0.2806440591812134, -0.07718946039676666, 0.3803817331790924, 0.21654826402664185, -0.6805498600006104, 0.818511962890625, 0.6343635320663452, -0.511366605758667, -0.502677857875824, -0.06492561846971512, -1.723649263381958, 0.5002865195274353, 0.9338406324386597, 0.28355178236961365, -0.4060734212398529, -0.21101053059101105, -0.5242196321487427, -0.0608135350048542, -1.0232762098312378, 0.13475073873996735, 0.6187624931335449, -0.09785356372594833, -0.2952534556388855, -0.16650380194187164, 0.5536972880363464, -0.3661334812641144, -1.0875157117843628, 0.13883325457572937, 0.4302973747253418, 0.2406507432460785, 0.09737665206193924, 0.7872354388237, -0.2612030804157257, 0.16704589128494263, 0.20161543786525726, 0.3352416157722473, -0.4405288100242615, -0.4422958791255951, -0.20228752493858337, 0.14332899451255798, -0.03787172958254814, -0.4702374339103699 ]
result-kand2-sdxl-wuerst-karlo/dbd855c1
result-kand2-sdxl-wuerst-karlo
2023-10-04T01:53:22Z
525
0
[ "region:us" ]
null
2023-10-04T01:53:21Z
--- dataset_info: features: - name: result dtype: string - name: id dtype: int64 splits: - name: train num_bytes: 233 num_examples: 10 download_size: 1405 dataset_size: 233 configs: - config_name: default data_files: - split: train path: data/train-* --- # Dataset Card for "dbd855c1" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
[ -0.9173623323440552, -0.23026953637599945, 0.2176055759191513, 0.16945752501487732, -0.3522249162197113, -0.11560450494289398, 0.4394885301589966, -0.19524157047271729, 0.8914639353752136, 0.6142529845237732, -0.9269904494285583, -0.8567007184028625, -0.4064570963382721, -0.05822860077023506, -0.3051353693008423, 1.207369089126587, 0.12265382707118988, 0.19306279718875885, -0.5062903165817261, -0.1301572322845459, -0.3179404139518738, -0.6386223435401917, -0.5313278436660767, -0.39357230067253113, 1.0062580108642578, 0.8360505700111389, 0.34323829412460327, 0.5424553751945496, 0.908753514289856, 0.13370417058467865, -0.08507819473743439, -0.30374717712402344, -0.5518532991409302, -0.10512533038854599, -0.09952341020107269, -0.27495718002319336, -1.1949971914291382, -0.1919218897819519, 0.5637481808662415, 0.8183091878890991, -0.3375641107559204, 0.7036741375923157, -0.1651294082403183, 0.9897446036338806, -0.3960261046886444, 0.5422965288162231, -0.11950969696044922, -0.10139598697423935, -0.6961386799812317, 0.08499952405691147, 0.09980735182762146, -0.6586176753044128, -0.32434016466140747, -0.9990841746330261, 0.2755963206291199, 0.010197938419878483, 0.8294358849525452, 0.28950175642967224, -0.08726944029331207, -0.13002069294452667, -0.39515581727027893, 0.010476712137460709, -0.13945677876472473, 0.24192965030670166, 0.776265561580658, 0.48314332962036133, 0.02679845504462719, -0.6254208087921143, -0.46448996663093567, 0.27757057547569275, 0.07020016759634018, 0.08346012234687805, 0.3718377947807312, 0.10340747982263565, 0.7003089189529419, 0.6433717012405396, -0.42757001519203186, -0.09974855929613113, -0.9043765664100647, -0.22280722856521606, 0.7952738404273987, 0.23657411336898804, 0.042474377900362015, -0.23093299567699432, -0.3800431787967682, -0.1836012750864029, -0.671402096748352, -0.09852904081344604, 0.5527624487876892, 0.21226438879966736, -1.07289457321167, 0.4047932028770447, -0.019620312377810478, 0.3804672360420227, 0.330758273601532, 0.7346792221069336, 0.4673555791378021, -0.4226315915584564, -0.24904939532279968, 0.4417917728424072, 0.09989860653877258, 0.36240097880363464, 0.11949100345373154, 0.18049606680870056, 0.08291652053594589, -0.1439395397901535, 0.20126982033252716, -1.3711398839950562, -0.9994499087333679, 0.6372522115707397, -0.8055773377418518, -0.3350315988063812, 0.596064567565918, -1.0318819284439087, -0.6513769030570984, -0.25945839285850525, -0.0720435231924057, 0.032102108001708984, -0.8903807401657104, -0.16460688412189484, -0.5501423478126526, 0.481483519077301, 0.07220843434333801, -1.08025062084198, 0.36551904678344727, 0.7446222305297852, 0.2470214068889618, 0.24805903434753418, -0.04344281926751137, -0.4356873333454132, 0.3999146521091461, -0.3396117687225342, 1.0166456699371338, -0.626174807548523, -0.6465446949005127, -0.08107194304466248, 0.41385945677757263, 0.2210838347673416, -0.5188876390457153, 1.1925128698349, -0.4154498279094696, -0.189738929271698, -1.0460686683654785, -0.6917872428894043, -0.1848214715719223, 0.06383471935987473, -1.275787591934204, 1.0274842977523804, 0.2874530553817749, -0.7744681239128113, 0.6798455715179443, -1.149111032485962, -0.24021652340888977, 0.6838079690933228, -0.1358429491519928, -0.5129963755607605, 0.17161262035369873, -0.0945863127708435, 0.6777006983757019, -0.03854697570204735, 0.22927606105804443, -1.0401129722595215, -0.32256829738616943, 0.031584713608026505, 0.2488194704055786, 1.045064926147461, 0.335763156414032, 0.5492060780525208, -0.04964248463511467, -1.0430424213409424, -0.01652141660451889, 0.15210255980491638, -0.14012859761714935, -0.31033051013946533, -0.4937726557254791, 0.3855759799480438, -0.11982044577598572, 0.29763415455818176, -0.48221471905708313, 0.30753880739212036, 0.12071544677019119, -0.33212345838546753, 0.8142411112785339, 0.3246927857398987, 0.16746726632118225, -0.41487613320350647, 0.5815240144729614, 0.2621971666812897, 0.2511259913444519, -0.14039988815784454, -0.2770988345146179, -0.49297255277633667, -0.206046000123024, 0.728877604007721, 0.5432634949684143, -0.6076494455337524, 0.8554863929748535, 0.05634943023324013, -0.6098348498344421, -0.24490077793598175, 0.0718115046620369, 0.12455950677394867, 0.22360859811306, 0.3601861000061035, -0.698922872543335, -0.8176612257957458, -0.7762220501899719, 0.4767549932003021, 0.14370951056480408, 0.05077337473630905, 0.43857502937316895, 0.7687336802482605, -0.17551960051059723, 0.4810497462749481, -0.7730199098587036, -0.32482126355171204, 0.05230310559272766, -0.39749640226364136, 0.38419172167778015, 0.8590214848518372, 1.1462992429733276, -0.6291778683662415, -0.3245566189289093, -0.45768728852272034, -0.6515240669250488, 0.0764693170785904, 0.3239497244358063, -0.4051477611064911, 0.005908216815441847, 0.15854281187057495, -0.4289954900741577, 0.5923476219177246, 0.8198332786560059, -0.6018089056015015, 0.10212904214859009, -0.04917016625404358, 0.3575423061847687, -1.4152520895004272, 0.48742443323135376, -0.040574535727500916, -0.04267694056034088, -0.3849200904369354, -0.21936967968940735, 0.10569781064987183, -0.24543032050132751, -0.04602973908185959, 0.35988563299179077, -0.5850214958190918, -0.11074747145175934, 0.09771154820919037, -0.1456691473722458, -0.1940290927886963, 0.31951987743377686, 0.05318861082196236, 0.3534891903400421, 1.15694260597229, -0.5620061159133911, 1.034737229347229, 0.5586029887199402, -0.22352974116802216, 1.1500306129455566, -0.752873957157135, 0.30789753794670105, -0.307698130607605, 0.44270622730255127, -0.9032647609710693, -0.743121325969696, 0.5141392350196838, -0.265702486038208, 0.6185607314109802, -0.5916739702224731, -0.4021647572517395, -0.6475622057914734, -0.3097461462020874, 0.6526497602462769, 0.4255787134170532, -0.8468009829521179, 0.16233280301094055, 0.7616968154907227, -0.21299618482589722, 0.01355739776045084, -0.8691911697387695, 0.027755407616496086, -0.2897392213344574, -0.28910037875175476, 0.4254181981086731, -0.34746038913726807, 0.10822989046573639, -0.2788377106189728, 0.22347044944763184, -0.43992841243743896, -0.19141681492328644, 0.5696397423744202, 0.32312044501304626, -0.2686367630958557, 0.2902906537055969, 0.12760864198207855, -0.7406354546546936, 0.3799497187137604, 0.04560637101531029, 0.09023312479257584, 0.27182596921920776, -0.11129466444253922, -0.39434710144996643, 0.5881223082542419, 0.22566033899784088, -0.1152695044875145, 0.5170255303382874, 0.8146993517875671, -0.8405542969703674, -0.21587689220905304, -0.36314675211906433, -0.29270434379577637, -0.4714840352535248, 0.09576258808374405, -0.6134046316146851, -0.26745447516441345, 0.6436673402786255, -0.07546785473823547, -0.27633801102638245, 0.6076237559318542, 0.6425422430038452, -0.08502481132745743, 0.5825997591018677, 0.5832275748252869, -0.13317233324050903, 0.37947332859039307, -0.32582858204841614, -0.32113945484161377, -0.6925917267799377, -0.4201098382472992, -0.6895564794540405, -0.4099532663822174, -0.7381486892700195, -0.3222355842590332, 0.013639131560921669, 0.02351636067032814, -0.18248188495635986, 0.5874097347259521, -0.8466403484344482, 0.6014502048492432, 0.341282457113266, 0.4579198956489563, -0.08761748671531677, -0.07236404716968536, 0.20649263262748718, 0.22634997963905334, -0.7314774394035339, -0.23353135585784912, 1.3660043478012085, 0.5295288562774658, 1.0402907133102417, 0.3002084195613861, 0.9583357572555542, 0.3055098056793213, 0.3215465843677521, -0.08787380903959274, 0.3772546947002411, -0.24063436686992645, -0.9697545766830444, 0.006608580704778433, -0.09957189857959747, -0.6905801296234131, -0.6718631386756897, -0.2629241347312927, -0.06998883932828903, 0.7409049868583679, 0.49758654832839966, -0.05081057921051979, 0.15588347613811493, -0.9026530385017395, 1.170179843902588, 0.00020211083756294101, -0.22345438599586487, -0.411575585603714, -0.51795893907547, 0.30983173847198486, 0.30153825879096985, -0.06530877947807312, -0.2779437303543091, 0.03246091678738594, 0.8233144879341125, -0.4343017041683197, 0.9058100581169128, -0.9456870555877686, -0.17021824419498444, 0.19900234043598175, -0.26330122351646423, 0.3104901909828186, 0.4223073422908783, -0.2194136381149292, 0.1437864601612091, 0.4403989315032959, -0.814994752407074, -0.1502036303281784, 0.9365444779396057, -0.4340169429779053, 0.27032899856567383, -0.3757781386375427, -0.17914077639579773, 0.05986185371875763, 0.11329673230648041, 0.1335749328136444, 0.8615018129348755, -0.6505208015441895, 0.18631339073181152, 0.9881121516227722, 0.3015556335449219, 0.33762475848197937, 0.040272753685712814, -0.2487526834011078, -0.3581714928150177, 1.034421682357788, 0.21950900554656982, -0.2613913416862488, 0.34666717052459717, -0.029438279569149017, -0.37553828954696655, -0.4360002875328064, -0.7445135116577148, 0.07577089220285416, -0.6507276296615601, -0.45572614669799805, -0.18504053354263306, -0.1352345049381256, -0.407158762216568, -0.14279325306415558, -0.21455201506614685, -0.7627866268157959, -0.6681292653083801, -0.6933770775794983, 1.0632997751235962, 0.7079312801361084, -0.5875765085220337, -0.017405858263373375, -0.6931079626083374, 0.559272825717926, 0.07442141324281693, 1.2413618564605713, -0.2875584661960602, -0.31599196791648865, -0.3512229919433594, -0.07476183027029037, 0.0004290834185667336, -0.6768625974655151, -0.3982837498188019, 0.17678971588611603, 0.7577064633369446, 0.29044970870018005, 0.08619769662618637, 0.5129103660583496, 0.022441379725933075, 0.5436439514160156, 0.1607568860054016, -0.639678955078125, 0.5214573740959167, -0.33100998401641846, 0.29624104499816895, 0.9109832644462585, 0.6886470913887024, -0.17883995175361633, 0.36384937167167664, -0.8876162171363831, -0.44479289650917053, 0.5171507000923157, -0.15422305464744568, 0.1369697004556656, 0.2635202705860138, 0.6397497653961182, 0.18371160328388214, 0.24101613461971283, -0.5422086119651794, -0.9736750721931458, -0.4404422640800476, -0.4170296788215637, 0.3491258919239044, -0.5687497854232788, -0.34730467200279236, -0.5797075629234314, 0.6839131116867065, -0.1779918372631073, 0.45601969957351685, 0.10621000081300735, 0.3846048414707184, -0.17693252861499786, -0.12523768842220306, 0.5154163241386414, 0.5815100073814392, -0.5655268430709839, -0.22396764159202576, -0.008575902320444584, -0.5541244149208069, -0.4108826220035553, 0.8685593008995056, 0.12085150927305222, -0.27147045731544495, 0.32001906633377075, 0.7038081288337708, -0.18400806188583374, 0.004045590292662382, 0.1857195347547531, -0.12700684368610382, -0.4203900396823883, -0.40713006258010864, 0.2773813307285309, 0.24953162670135498, -0.0066820126958191395, 0.0433669313788414, -0.2465185970067978, 0.32813048362731934, -0.4319016933441162, 0.5751039385795593, 0.0799388661980629, -0.7871698141098022, -0.48770520091056824, 0.6615172028541565, 0.9013829231262207, -0.21199053525924683, 0.6776556372642517, -0.1863095760345459, -0.3137844502925873, 0.9652982354164124, 0.08530018478631973, 0.8766365051269531, -0.4512321949005127, 0.2919235825538635, 0.754035234451294, -0.005136103369295597, 0.505841076374054, 0.835159182548523, -0.5590218305587769, -0.5593489408493042, 0.08670753985643387, -0.25114941596984863, -0.4806100130081177, -0.4566188156604767, -1.072611689567566, 0.46741005778312683, -0.7609748244285583, -0.028770752251148224, 0.21983195841312408, 0.3039648234844208, -0.8304772973060608, 0.2810268700122833, 0.3166550397872925, 1.4406179189682007, -0.6259578466415405, 1.1731663942337036, 0.823590874671936, -0.6041187644004822, -0.6398991346359253, -0.3650802671909332, -0.04938320815563202, -0.6685262322425842, 0.024997781962156296, 0.06782062351703644, 0.45925089716911316, -0.03904867172241211, -0.8535284399986267, -0.5020716190338135, 1.3672746419906616, 0.1553027182817459, -0.7607764601707458, 0.5592367053031921, -0.14505988359451294, 0.3419382870197296, -0.3931320905685425, 0.2421255260705948, 0.5602099895477295, 0.9488092660903931, 0.35586467385292053, -0.63216632604599, 0.20510636270046234, -0.34312742948532104, -0.30580785870552063, 0.4187876880168915, -0.7754330039024353, 0.0942530408501625, -0.3430078327655792, -0.053107850253582, 0.11598780751228333, 0.6684358716011047, 0.048583101481199265, 0.362882524728775, 0.3895077407360077, 0.5730817317962646, 1.0302863121032715, -0.3756565451622009, 1.0381523370742798, -0.2084733247756958, 0.614098846912384, 0.9775843024253845, -0.453563392162323, 0.16939368844032288, 0.4144246578216553, -0.22237442433834076, 0.5320078730583191, 0.8193789720535278, -0.5501742959022522, 0.5097333788871765, 0.2910962998867035, -0.34819111227989197, -0.22637222707271576, -0.0743272602558136, -0.9429934024810791, -0.04093229025602341, 0.46779632568359375, -0.41260504722595215, 0.0930650532245636, -0.2631796598434448, 0.06870775669813156, -0.06665366142988205, -0.46218228340148926, 0.9094666838645935, -0.026995738968253136, -0.2110665738582611, 0.23879456520080566, -0.16197152435779572, 0.13069261610507965, -0.729593813419342, -0.4335590600967407, -0.2791990339756012, 0.3499581217765808, -0.6764293313026428, -1.1937543153762817, 0.8008419871330261, -0.34935611486434937, -0.5783473253250122, -0.16912683844566345, 0.6643535494804382, -0.6105013489723206, -0.8649353981018066, 0.17054587602615356, -0.11912515014410019, 0.1881123185157776, 0.20113278925418854, -1.172196626663208, 0.5098839998245239, -0.09430305659770966, -0.010807517915964127, 0.20433315634727478, 0.2080717235803604, 0.3114311993122101, 0.518606960773468, 0.43211114406585693, -0.08349158614873886, -0.47321778535842896, 0.20450934767723083, 0.9672654867172241, -0.823017954826355, -0.3817715346813202, -0.2609788179397583, 0.6889134049415588, -0.44426023960113525, -0.6596678495407104, 0.3646993041038513, 1.068482518196106, 0.7758760452270508, -0.2265794575214386, 0.689311146736145, -0.5412020087242126, 0.870353639125824, -0.47621238231658936, 0.720337986946106, -0.1372285932302475, 0.007875139825046062, -0.18953992426395416, -0.6394997835159302, -0.48980361223220825, 0.6091577410697937, 0.38672590255737305, 0.23655296862125397, 0.6023491621017456, 1.1246895790100098, -0.23944474756717682, 0.4381134808063507, 0.03949104994535446, 0.3520238399505615, 0.21816831827163696, 0.47637179493904114, 0.06227174773812294, -0.621523916721344, 0.2571638226509094, -0.39854729175567627, -0.5039145350456238, 0.12932997941970825, -1.1683887243270874, -1.0037020444869995, -0.7254371643066406, -0.6808026432991028, -0.5360209941864014, 0.05239478498697281, 0.8666884303092957, 1.1476653814315796, -1.1723383665084839, -0.2425375133752823, 0.061755262315273285, 0.5199190378189087, -0.07581741362810135, -0.18016204237937927, 0.7017601132392883, 0.5080703496932983, -0.5971131920814514, -0.2370855063199997, 0.012579711154103279, 0.1897483766078949, -0.40985313057899475, -0.026879042387008667, -0.06876987963914871, -0.15170982480049133, 0.19578146934509277, 0.46585121750831604, 0.006323982961475849, -0.33728691935539246, -0.622276246547699, -0.0262001883238554, 0.11745309829711914, 0.969165027141571, -0.5582543611526489, 0.13303646445274353, 0.5704126358032227, 0.36646583676338196, 0.7601708173751831, 0.17128288745880127, 0.6038597822189331, -0.6615465879440308, 0.15737853944301605, -0.2257911115884781, 0.2399461269378662, 0.18722733855247498, -0.501562774181366, 0.7922579646110535, 0.4106826186180115, -0.5566022396087646, -0.5541995167732239, 0.006872928701341152, -1.4966984987258911, 0.26850757002830505, 0.713299036026001, 0.11880609393119812, -0.2511361539363861, -0.2364899218082428, -0.5638135075569153, -0.18292784690856934, -0.8342938423156738, 0.3943076431751251, 0.7490537166595459, 0.07096949964761734, -0.38447123765945435, -0.10258613526821136, 0.8630486130714417, -0.3714451193809509, -1.4012792110443115, 0.2712920010089874, 0.559088945388794, 0.1350892335176468, -0.19543766975402832, 0.6562352180480957, -0.22251906991004944, 0.3575001657009125, 0.34346073865890503, 0.3873443901538849, -0.22066961228847504, -0.5099012851715088, -0.388650506734848, 0.06541624665260315, -0.25313788652420044, -0.5028213858604431 ]
result-kand2-sdxl-wuerst-karlo/4390ae17
result-kand2-sdxl-wuerst-karlo
2023-10-04T16:37:17Z
525
0
[ "region:us" ]
null
2023-10-04T16:37:16Z
--- dataset_info: features: - name: result dtype: string - name: id dtype: int64 splits: - name: train num_bytes: 175 num_examples: 10 download_size: 1353 dataset_size: 175 configs: - config_name: default data_files: - split: train path: data/train-* --- # Dataset Card for "4390ae17" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
[ -0.6932500600814819, 0.022222375497221947, 0.23870021104812622, 0.18600548803806305, -0.3429638743400574, -0.2129920870065689, 0.3461223840713501, -0.40723299980163574, 0.9075103402137756, 0.4655134081840515, -0.998887300491333, -0.7685429453849792, -0.49255308508872986, -0.09545072913169861, -0.22340527176856995, 1.275134801864624, 0.1646774411201477, 0.05082293972373009, -0.2642263174057007, -0.11904081702232361, -0.14171859622001648, -0.46267518401145935, -0.5094334483146667, -0.4295528829097748, 0.8278160691261292, 0.7247952222824097, 0.4063560664653778, 0.6623842120170593, 0.9390162229537964, 0.2431788295507431, 0.1429058164358139, -0.2382735311985016, -0.2955722510814667, -0.07087478786706924, -0.12520915269851685, -0.40407273173332214, -1.2136104106903076, -0.1636551320552826, 0.6243787407875061, 0.6686645746231079, -0.21671858429908752, 0.9516956806182861, -0.3548644781112671, 0.8646596670150757, -0.3930855691432953, 0.5375159978866577, -0.09474974870681763, -0.1379586160182953, -0.9384387135505676, -0.052434664219617844, 0.09648965299129486, -0.4871542155742645, -0.09298931062221527, -0.9484532475471497, 0.23858395218849182, 0.2154664546251297, 0.7466257214546204, 0.29132333397865295, 0.0704018622636795, -0.25350311398506165, -0.26553964614868164, 0.1863739788532257, -0.32235872745513916, 0.3707737922668457, 0.8043025135993958, 0.29199162125587463, 0.1259087771177292, -0.7067891955375671, -0.3373032808303833, 0.24361056089401245, 0.07193905860185623, 0.19149744510650635, 0.006250954233109951, 0.07148847728967667, 0.6886621117591858, 0.8152722120285034, -0.5304222702980042, -0.16934733092784882, -0.7895079851150513, -0.4924326539039612, 0.9934463500976562, 0.27104127407073975, 0.2785170376300812, -0.3310537040233612, -0.24040158092975616, -0.28595393896102905, -0.37029653787612915, -0.21868421137332916, 0.5771492123603821, 0.3184722065925598, -1.1792054176330566, 0.5454874634742737, -0.15540273487567902, 0.4180268943309784, 0.2817492187023163, 0.6622734665870667, 0.6721025705337524, -0.3113413453102112, -0.33840811252593994, 0.1662256270647049, 0.20090541243553162, 0.3996417820453644, 0.02579420432448387, 0.08341395854949951, -0.05599916726350784, -0.0204506553709507, 0.09887822717428207, -1.177960753440857, -0.7475574016571045, 0.5372337102890015, -0.8695282340049744, -0.24145196378231049, 0.627031147480011, -1.0800025463104248, -0.5931427478790283, -0.3111203610897064, -0.117287777364254, 0.07797820121049881, -0.6816829442977905, -0.13907571136951447, -0.6031266450881958, 0.46830734610557556, 0.16388967633247375, -0.9208688139915466, 0.30685877799987793, 0.8191166520118713, 0.463625967502594, 0.27799123525619507, -0.1949634552001953, -0.5729168057441711, 0.17031994462013245, -0.17082500457763672, 0.7674504518508911, -0.5929838418960571, -0.44625046849250793, 0.08452356606721878, 0.3982420861721039, 0.20417910814285278, -0.4308364987373352, 1.0752532482147217, -0.5721300840377808, -0.11673806607723236, -0.788188099861145, -0.6834043860435486, -0.0231273602694273, 0.17562919855117798, -1.260113000869751, 1.1866028308868408, 0.18217352032661438, -0.7361287474632263, 0.22390325367450714, -1.2841227054595947, -0.15760953724384308, 0.8247520327568054, 0.08301902562379837, -0.43033164739608765, 0.38583147525787354, -0.28447461128234863, 0.43386489152908325, -0.09902232140302658, 0.3093513250350952, -0.6832030415534973, -0.22055108845233917, -0.13128748536109924, 0.1739736646413803, 0.9436361789703369, 0.34489378333091736, 0.42533254623413086, 0.04376719146966934, -0.9643661975860596, 0.0026732408441603184, 0.19962424039840698, -0.10072295367717743, -0.289249986410141, -0.8312560319900513, 0.49075573682785034, -0.1726677119731903, 0.4891584515571594, -0.5550218820571899, 0.27600622177124023, 0.1926630735397339, -0.28992363810539246, 0.7120965719223022, 0.153930202126503, 0.32164132595062256, -0.6206547021865845, 0.7141304612159729, -0.17970019578933716, 0.2168821394443512, -0.08273375034332275, -0.46560415625572205, -0.658953070640564, 0.048143960535526276, 0.6095424890518188, 0.4821076989173889, -0.4683152735233307, 0.8073155283927917, 0.1847793459892273, -0.8455772399902344, -0.2528170049190521, -0.135981023311615, 0.2659222483634949, 0.29033854603767395, 0.38663041591644287, -0.9027081727981567, -1.0241022109985352, -0.6024283170700073, 0.41839900612831116, -0.1330670267343521, 0.1474168449640274, 0.3622042238712311, 0.8843753337860107, -0.35234421491622925, 0.34677258133888245, -0.7602124810218811, -0.24644401669502258, 0.09573959559202194, -0.223788321018219, 0.152995765209198, 0.7002928853034973, 0.9829019904136658, -0.658556342124939, -0.20013611018657684, -0.6513895988464355, -0.5499197244644165, -0.13116972148418427, 0.24926242232322693, -0.6661780476570129, 0.019648758694529533, 0.23804664611816406, -0.4823909103870392, 0.7480835318565369, 1.0349944829940796, -0.6429083347320557, 0.3627939820289612, 0.07000955194234848, 0.12935198843479156, -1.4900896549224854, 0.5385494828224182, 0.12086909264326096, -0.08158809691667557, -0.47447049617767334, 0.04871508851647377, 0.13545355200767517, -0.23552550375461578, -0.06598637253046036, 0.6071492433547974, -0.46597424149513245, -0.06529144197702408, 0.03773624822497368, -0.1660718470811844, -0.1697332262992859, 0.16044792532920837, 0.16846172511577606, 0.41064777970314026, 0.9478076100349426, -0.3209649622440338, 1.0568532943725586, 0.7035039663314819, -0.10535354167222977, 0.9941729307174683, -0.6946622729301453, 0.17627176642417908, -0.15784654021263123, 0.52298903465271, -0.6745266318321228, -0.8829644918441772, 0.5356296300888062, -0.3480629622936249, 0.25927016139030457, -0.5033039450645447, -0.3165334463119507, -0.731473982334137, -0.4517105221748352, 0.8277336955070496, 0.39396294951438904, -0.741050660610199, 0.4036446809768677, 0.5987581014633179, -0.08347559720277786, -0.1335718184709549, -0.9674334526062012, -0.051560401916503906, -0.4354240894317627, -0.19116756319999695, 0.6861345171928406, -0.4380684792995453, -0.05683250352740288, -0.0824168473482132, 0.2373904287815094, -0.139418363571167, -0.35387200117111206, 0.6740798950195312, 0.4059772193431854, -0.18839842081069946, 0.4859984219074249, -0.35353466868400574, -0.7278139591217041, 0.25496989488601685, -0.007304854225367308, 0.5308740735054016, -0.01221292931586504, -0.18180634081363678, -0.790683925151825, 0.41635507345199585, 0.35628578066825867, -0.3094189763069153, 0.47113561630249023, 0.8182511925697327, -0.9067394137382507, -0.218132883310318, -0.4412977397441864, -0.2854662835597992, -0.4856080710887909, 0.25780993700027466, -0.32207557559013367, -0.26333382725715637, 0.8029475808143616, -0.05169391632080078, -0.17622539401054382, 0.7344447374343872, 0.7821184992790222, 0.07225751131772995, 0.17762109637260437, 0.5925213098526001, -0.4114398658275604, 0.6145341992378235, -0.2646256983280182, -0.3331216871738434, -0.7961190938949585, -0.5711194276809692, -0.6428384780883789, -0.4067629873752594, -0.7393739819526672, -0.405883252620697, -0.18770717084407806, -0.30220356583595276, -0.424085408449173, 0.5482336282730103, -0.5397760272026062, 0.45298242568969727, 0.7345826029777527, 0.3624812364578247, -0.007588088512420654, -0.2510400116443634, 0.4567117393016815, 0.3014530837535858, -0.5390147566795349, -0.20791655778884888, 1.294579029083252, 0.4828614294528961, 0.9260720610618591, 0.39518028497695923, 1.1524325609207153, 0.5370585918426514, 0.2804492115974426, -0.435960978269577, 0.4705502986907959, -0.04961607977747917, -0.8171950578689575, -0.08259981125593185, -0.12311937659978867, -0.7452861666679382, -0.7710296511650085, -0.24456137418746948, -0.2942371964454651, 0.3967435359954834, 0.508499026298523, -0.17586694657802582, 0.2609606087207794, -0.846068799495697, 0.9459072351455688, -0.17590133845806122, -0.13438306748867035, -0.16929899156093597, -0.6353586912155151, 0.1149708479642868, 0.2326667457818985, -0.08280157297849655, -0.3128563165664673, 0.017072640359401703, 1.127225637435913, -0.6317841410636902, 1.104194164276123, -0.7249855399131775, -0.07309392839670181, 0.10235319286584854, -0.28435784578323364, 0.31968605518341064, 0.42910969257354736, -0.3200289309024811, -0.058852244168519974, 0.11430606991052628, -0.6193894147872925, -0.12407983839511871, 0.7313019037246704, -0.6514855027198792, 0.1271328628063202, -0.5148251056671143, -0.541016161441803, 0.013448572717607021, 0.25774675607681274, 0.24803660809993744, 0.9423813819885254, -0.3962863087654114, -0.0540243461728096, 0.658241868019104, 0.3857073485851288, 0.5678759813308716, -0.0020030857995152473, -0.09637760370969772, -0.3605386018753052, 0.8594008088111877, 0.06458595395088196, -0.2842046916484833, 0.2145569920539856, 0.12669670581817627, -0.379321426153183, -0.4699938893318176, -0.672826886177063, 0.36669135093688965, -0.5125940442085266, -0.6215798854827881, 0.037169668823480606, -0.22365699708461761, -0.31929004192352295, -0.2025434970855713, -0.4031153917312622, -0.6322757601737976, -0.5096193552017212, -0.6140469908714294, 1.0709614753723145, 0.7667508125305176, -0.6435735821723938, 0.24273771047592163, -0.7704266905784607, 0.39732885360717773, -0.00865761935710907, 1.1080089807510376, -0.10899955779314041, -0.5927021503448486, -0.31929537653923035, -0.20248793065547943, 0.08313564211130142, -0.7123935222625732, -0.21980594098567963, 0.2214433252811432, 0.609612226486206, 0.30868545174598694, 0.2917170226573944, 0.6803116202354431, 0.008302414789795876, 0.5920879244804382, 0.14279773831367493, -0.8802235126495361, 0.622614860534668, -0.2814392149448395, 0.457773357629776, 0.8615694642066956, 0.7046952843666077, -0.46795833110809326, 0.334014356136322, -1.1069996356964111, -0.5763469934463501, 0.6505163311958313, -0.1582324057817459, 0.30394890904426575, 0.4632539451122284, 0.45234057307243347, 0.052085310220718384, 0.11138778179883957, -0.5202828049659729, -0.931795597076416, -0.15600839257240295, -0.6059085130691528, 0.4001736640930176, -0.48234063386917114, -0.426836222410202, -0.36654889583587646, 0.7434067726135254, -0.01798347942531109, 0.47633126378059387, -0.031111320480704308, 0.3929479122161865, -0.24059753119945526, -0.1475660353899002, 0.37175509333610535, 0.5406396389007568, -0.6216070652008057, -0.09887101501226425, -0.1423587203025818, -0.6636529564857483, -0.577926516532898, 1.0081160068511963, 0.03304263576865196, -0.2832823097705841, 0.6716505289077759, 0.6785590648651123, -0.38492777943611145, -0.20117445290088654, 0.17976082861423492, -0.026097841560840607, -0.3203957974910736, -0.4075610041618347, 0.06708618998527527, 0.16370120644569397, 0.2543811500072479, 0.15472063422203064, -0.13110949099063873, 0.25813233852386475, -0.5718814134597778, 0.6471729874610901, 0.018695643171668053, -0.6697501540184021, -0.6848884224891663, 0.4400864243507385, 0.796718418598175, -0.4825970530509949, 0.8640430569648743, -0.18045340478420258, -0.43569472432136536, 0.853901743888855, 0.3137507140636444, 0.6607517004013062, -0.5238897800445557, 0.4333522617816925, 0.6594666838645935, -0.07171135395765305, 0.25340569019317627, 0.8195139169692993, -0.4472743570804596, -0.7873662710189819, 0.19902972877025604, -0.2438797801733017, -0.6521540880203247, -0.19752851128578186, -1.3234503269195557, 0.27543941140174866, -0.5705306529998779, -0.2638447880744934, 0.25695982575416565, 0.3669658303260803, -0.8816766142845154, 0.41041451692581177, 0.4794563353061676, 1.5175291299819946, -0.849947988986969, 0.7934531569480896, 0.9803356528282166, -0.3855935037136078, -0.7666481137275696, -0.021659446880221367, 0.21634463965892792, -0.9890288710594177, -0.15245512127876282, 0.07411262392997742, 0.3165465295314789, -0.19141630828380585, -0.6948233246803284, -0.6584120392799377, 1.2642637491226196, 0.1573498249053955, -0.710200846195221, 0.34867221117019653, -0.14199873805046082, 0.38983142375946045, -0.292624294757843, 0.21386496722698212, 0.5560892820358276, 0.7914240956306458, 0.3351150155067444, -0.8321311473846436, 0.2109694629907608, -0.5967972278594971, -0.43503883481025696, 0.3603697717189789, -0.9136598706245422, -0.011175593361258507, -0.2977754473686218, 0.16813841462135315, 0.299411416053772, 0.5273430347442627, 0.2931479215621948, 0.5496746897697449, 0.19819028675556183, 0.7795349955558777, 1.2769783735275269, -0.4434158504009247, 1.0016118288040161, -0.10906308144330978, 0.6125070452690125, 1.2034039497375488, -0.1812707483768463, 0.36009812355041504, 0.5174141526222229, -0.13357682526111603, 0.35067224502563477, 0.7315225005149841, -0.5460360050201416, 0.5446915030479431, 0.2369721680879593, -0.29777082800865173, -0.19978132843971252, -0.3339475393295288, -0.9942245483398438, 0.3083874583244324, 0.3467457592487335, -0.5050478577613831, -0.016325736418366432, -0.30333396792411804, 0.24906578660011292, -0.1402200162410736, -0.5235782265663147, 0.7040361166000366, -0.09081336855888367, -0.18283666670322418, -0.23538397252559662, -0.07385752350091934, 0.22499431669712067, -0.7944512367248535, -0.2040039598941803, -0.2060878723859787, 0.20220839977264404, -0.6553776264190674, -1.1062712669372559, 0.8009846210479736, -0.20905299484729767, -0.2979092299938202, -0.11962428689002991, 0.5859124064445496, -0.4193171560764313, -0.9222829937934875, 0.21185940504074097, 0.23075157403945923, 0.0634317696094513, 0.3153960406780243, -1.200495958328247, 0.6108748912811279, -0.05491336062550545, -0.1890626698732376, -0.01738997921347618, 0.2219555377960205, 0.10418299585580826, 0.4767132103443146, 0.41026875376701355, 0.019664688035845757, -0.4582086205482483, 0.25215157866477966, 0.9791066646575928, -0.763881504535675, -0.44513148069381714, -0.548233151435852, 0.7664915323257446, -0.38935625553131104, -0.8364017009735107, 0.5402671694755554, 1.0545493364334106, 1.0018513202667236, -0.16584546864032745, 0.8083097338676453, -0.6285721659660339, 0.4847639203071594, -0.32481008768081665, 0.5456258654594421, -0.2721848487854004, -0.16410623490810394, -0.19425004720687866, -0.6220929026603699, -0.7894876003265381, 0.5951500535011292, 0.11939188092947006, 0.2546755075454712, 0.42571914196014404, 1.0004565715789795, -0.12334717065095901, 0.4770284593105316, -0.04508915916085243, 0.0710064023733139, 0.13844113051891327, 0.41457897424697876, 0.35210123658180237, -0.6410377025604248, -0.014607664197683334, -0.4272638261318207, -0.5384116768836975, 0.05290244147181511, -1.1561253070831299, -0.8479479551315308, -0.8055888414382935, -0.6100034117698669, -0.4828086793422699, 0.02584473416209221, 1.0744720697402954, 1.2726433277130127, -1.1339025497436523, -0.2364177703857422, 0.1251247674226761, 0.1665739119052887, 0.16040802001953125, -0.08824892342090607, 0.8678264021873474, 0.5424932241439819, -0.7667723298072815, -0.3550851345062256, -0.11981134116649628, 0.2838096618652344, 0.007865271531045437, -0.09949356317520142, 0.13353008031845093, -0.06604550033807755, 0.05808938294649124, 0.6049573421478271, -0.07386500388383865, -0.2821449637413025, -0.5581146478652954, 0.19044522941112518, 0.005886182654649019, 0.9494776129722595, -0.3068520724773407, 0.15641988813877106, 0.4797433912754059, 0.4814653694629669, 0.663037121295929, 0.4627172350883484, 0.5044922232627869, -0.7124761343002319, 0.304579496383667, -0.03883037716150284, 0.46437862515449524, 0.21128062903881073, -0.4287887513637543, 0.8689224123954773, 0.35513240098953247, -0.4915575683116913, -0.5695068836212158, 0.1469038426876068, -1.556079387664795, 0.5793103575706482, 0.7167426943778992, 0.12454710900783539, -0.1417398899793625, -0.07130584120750427, -0.38048818707466125, 0.052116986364126205, -0.9797133207321167, 0.4721142649650574, 0.5872284173965454, -0.15271587669849396, -0.35898667573928833, -0.004660379141569138, 0.7958410382270813, -0.21175934374332428, -1.4170033931732178, 0.2593005299568176, 0.4487881362438202, -0.09735910594463348, 0.12942980229854584, 0.6807204484939575, -0.16965457797050476, 0.4320717453956604, 0.1753312647342682, 0.36278533935546875, -0.2694936692714691, -0.4902517795562744, -0.2576121389865875, -0.029413273558020592, -0.10372224450111389, -0.6205658912658691 ]
result-kand2-sdxl-wuerst-karlo/991f2e12
result-kand2-sdxl-wuerst-karlo
2023-10-04T17:42:55Z
525
0
[ "region:us" ]
null
2023-10-04T17:42:54Z
--- dataset_info: features: - name: result dtype: string - name: id dtype: int64 splits: - name: train num_bytes: 154 num_examples: 10 download_size: 1300 dataset_size: 154 configs: - config_name: default data_files: - split: train path: data/train-* --- # Dataset Card for "991f2e12" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
[ -0.6075133681297302, -0.25577905774116516, 0.22999663650989532, 0.45615264773368835, -0.02405729703605175, -0.19155797362327576, 0.3914758265018463, -0.12743635475635529, 0.8275923132896423, 0.39702895283699036, -1.0329011678695679, -0.5823439955711365, -0.57763671875, -0.11829275637865067, -0.20940425992012024, 1.149996042251587, 0.16608048975467682, 0.25071245431900024, -0.47742760181427, -0.16002361476421356, -0.5977857112884521, -0.508228063583374, -0.6751480102539062, -0.6576975584030151, 0.8632737994194031, 0.9290809035301208, 0.49675190448760986, 0.4659864604473114, 0.8195276856422424, 0.1768481582403183, 0.13820387423038483, -0.4685356020927429, -0.5083937644958496, -0.04604770988225937, -0.17077355086803436, -0.33371394872665405, -1.1759995222091675, 0.09157858043909073, 0.6104322075843811, 0.7658362984657288, -0.11002887785434723, 0.7455457448959351, -0.13124807178974152, 0.9801967740058899, -0.22545380890369415, 0.5865825414657593, -0.048450153321027756, -0.09141965955495834, -0.5172222256660461, -0.011395025067031384, 0.07875688374042511, -0.3511556088924408, -0.20631535351276398, -1.2876474857330322, 0.10137016326189041, 0.138478621840477, 0.7568618655204773, 0.2296498715877533, 0.08770029246807098, -0.13161805272102356, -0.38898858428001404, 0.0640491396188736, -0.051864948123693466, 0.29939785599708557, 0.9458470940589905, 0.3186701238155365, -0.08584706485271454, -0.6840896010398865, -0.27101069688796997, 0.2617066502571106, -0.12849831581115723, 0.1135232001543045, -0.04400409385561943, -0.026475949212908745, 0.6234921813011169, 0.6688171029090881, -0.6844362616539001, -0.36124858260154724, -0.6267593502998352, -0.4499342143535614, 0.7189756035804749, 0.02185751125216484, 0.17251603305339813, -0.0334245003759861, -0.21967336535453796, -0.2202199399471283, -0.5377020239830017, -0.1472593992948532, 0.45167994499206543, 0.15902377665042877, -0.9850447177886963, 0.5077797770500183, -0.11589207500219345, 0.15867920219898224, 0.28985825181007385, 0.5380936861038208, 0.6753868460655212, -0.09276767075061798, -0.27934038639068604, 0.15530039370059967, 0.19922828674316406, 0.3458106815814972, 0.3693090081214905, 0.014656971208751202, 0.027919599786400795, -0.1822948306798935, 0.029869776219129562, -1.3395644426345825, -0.8679664134979248, 0.4332948327064514, -0.727681577205658, -0.33669495582580566, 0.5153223276138306, -1.0186601877212524, -0.5636588931083679, -0.3448431193828583, 0.42158061265945435, 0.0906141847372055, -0.7840582728385925, -0.143998384475708, -0.661361575126648, 0.2900440990924835, 0.2554229497909546, -0.6878760457038879, 0.4557194709777832, 0.8828110694885254, 0.40339645743370056, 0.28215906023979187, -0.25116121768951416, -0.7222465872764587, 0.10678812116384506, -0.20158477127552032, 0.8381559252738953, -0.6595074534416199, -0.42593541741371155, -0.06683845818042755, 0.6955072283744812, 0.20216532051563263, -0.4141438901424408, 0.6721305251121521, -0.40339797735214233, 0.06164655089378357, -0.8043040633201599, -0.6081583499908447, -0.14821504056453705, 0.18073834478855133, -1.1388646364212036, 1.3242689371109009, 0.47554680705070496, -0.6750704050064087, 0.29242780804634094, -1.171216368675232, -0.22630204260349274, 0.7557052969932556, -0.06341548264026642, -0.2816811800003052, 0.27378299832344055, -0.32987773418426514, 0.5052860975265503, -0.26407063007354736, 0.41337573528289795, -0.7797666192054749, -0.31171438097953796, -0.11252657324075699, 0.16751182079315186, 0.8789034485816956, 0.3123725950717926, 0.33890753984451294, -0.07110066711902618, -0.9215665459632874, -0.07999380677938461, 0.45493486523628235, -0.01354910060763359, -0.2952927350997925, -0.5976966023445129, 0.4529532790184021, -0.1815299540758133, 0.2549986243247986, -0.47687089443206787, 0.3169592618942261, 0.18520057201385498, -0.18939127027988434, 0.7100161910057068, 0.24384760856628418, 0.5108901858329773, -0.43676701188087463, 0.6312013864517212, -0.060589615255594254, 0.2644079327583313, -0.2643926739692688, -0.6140449047088623, -0.6009341478347778, 0.0791834369301796, 0.783499002456665, 0.8231634497642517, -0.5878239870071411, 0.8053231835365295, 0.11330794543027878, -0.6631202697753906, -0.08947848528623581, 0.05011780932545662, 0.1175890862941742, 0.2956463694572449, 0.312602162361145, -0.6053194403648376, -0.5326700210571289, -0.7565309405326843, 0.5080454349517822, -0.21385368704795837, 0.041105967015028, 0.3709011971950531, 0.8271209001541138, -0.19935519993305206, 0.6028851270675659, -0.8575546741485596, -0.31680381298065186, 0.1260085254907608, -0.29266345500946045, 0.07001896947622299, 1.0120331048965454, 1.0636086463928223, -0.6248692274093628, -0.23330488801002502, -0.5266044735908508, -0.6648432016372681, -0.10193943232297897, 0.09588687121868134, -0.7982876896858215, -0.1769038587808609, 0.1701975017786026, -0.22677119076251984, 0.7990385890007019, 0.7398807406425476, -0.8827370405197144, -0.29431644082069397, 0.03830647096037865, 0.19029103219509125, -1.3592398166656494, 0.45706528425216675, 0.13815541565418243, -0.19514399766921997, -0.672697901725769, 0.02118951641023159, 0.19763582944869995, -0.3278971016407013, -0.07818862050771713, 0.6833180785179138, -0.42147278785705566, 0.10215326398611069, -0.11370217800140381, -0.4106695353984833, -0.05164153128862381, 0.3192135691642761, 0.197743758559227, 0.5147320032119751, 1.0798826217651367, -0.24903005361557007, 0.7518192529678345, 0.6511945128440857, 0.1053549274802208, 0.913475513458252, -0.7113514542579651, 0.23715481162071228, -0.3337416350841522, 0.42972642183303833, -0.8364449143409729, -0.867573082447052, 0.6744268536567688, -0.47821924090385437, 0.6430912613868713, -0.5825437903404236, -0.4296779930591583, -0.5956668257713318, -0.4453718364238739, 0.7630749344825745, 0.49527233839035034, -0.6772693395614624, 0.4000721871852875, 0.7259424924850464, -0.21725787222385406, -0.007462142966687679, -0.9907819628715515, -0.06189674139022827, -0.3082176446914673, -0.34872469305992126, 0.42698487639427185, -0.4559743106365204, 0.06541553139686584, -0.1579264998435974, 0.19902361929416656, -0.24695372581481934, -0.06249333545565605, 0.861707329750061, 0.24458105862140656, -0.24794985353946686, 0.3182344138622284, 0.009388919919729233, -0.8406941294670105, 0.2688042223453522, -0.08856093883514404, 0.44301366806030273, 0.19302025437355042, -0.0345783606171608, -0.5242985486984253, 0.6311540007591248, 0.13500554859638214, 0.033574845641851425, 0.4951862692832947, 0.7502175569534302, -1.1089353561401367, -0.2076653242111206, -0.5227224826812744, -0.34720346331596375, -0.46847835183143616, 0.055077746510505676, -0.34698939323425293, -0.6420637965202332, 0.6196854710578918, -0.11799975484609604, -0.3725954592227936, 0.8164148330688477, 0.5851631164550781, 0.1526523232460022, 0.3480580449104309, 0.7387617826461792, -0.22406354546546936, 0.38740235567092896, -0.3709818124771118, -0.4069942831993103, -0.4901717007160187, -0.6444104313850403, -0.6510695219039917, -0.45706504583358765, -0.6037536859512329, -0.40728357434272766, -0.02596890740096569, 0.18409720063209534, -0.4180561304092407, 0.7021055817604065, -0.6729295253753662, 0.6604886054992676, 0.6744868159294128, 0.2019265592098236, -0.22614116966724396, 0.25107380747795105, 0.43801143765449524, 0.1991468369960785, -0.5942931771278381, -0.1764233261346817, 1.1684858798980713, 0.7146053910255432, 0.8986940979957581, 0.1966073215007782, 0.8031060099601746, 0.5302097797393799, 0.39068999886512756, -0.3759448826313019, 0.3352876305580139, 0.02092173881828785, -0.9144307374954224, -0.07698218524456024, -0.131373330950737, -0.591745138168335, -0.683940589427948, -0.2727438807487488, -0.24550452828407288, 0.5774734616279602, 0.3325549066066742, -0.08323852717876434, 0.05688506364822388, -0.8342792987823486, 1.1702779531478882, 0.0932348221540451, -0.19074055552482605, -0.14125855267047882, -0.533441424369812, 0.07753404229879379, -0.00037016376154497266, -0.018339283764362335, -0.3693823218345642, -0.030108412727713585, 1.0730172395706177, -0.5102567076683044, 0.8458663821220398, -0.8886411190032959, -0.11175093054771423, 0.25709041953086853, -0.04922482743859291, 0.26280704140663147, 0.6469671726226807, -0.18129146099090576, 0.34125691652297974, 0.25234606862068176, -0.6058923602104187, -0.07346396148204803, 0.9587914347648621, -0.5873064994812012, 0.22116409242153168, -0.5845346450805664, -0.28030699491500854, -0.07409864664077759, 0.09858576208353043, 0.23742489516735077, 0.7893648743629456, -0.3970385491847992, 0.01227712631225586, 0.6150070428848267, 0.18954826891422272, 0.4526975750923157, 0.2250346690416336, -0.3645368814468384, -0.5814443826675415, 1.1265623569488525, 0.3079822063446045, -0.41736075282096863, 0.25157058238983154, 0.18534955382347107, -0.25559285283088684, -0.21523520350456238, -0.7856132984161377, 0.26428648829460144, -0.4808720350265503, -0.76180100440979, -0.27443748712539673, -0.22343122959136963, -0.4816818833351135, -0.2303643375635147, -0.16401728987693787, -0.9160924553871155, -0.6748578548431396, -0.5312004685401917, 1.1867544651031494, 0.8690792918205261, -0.7906255722045898, 0.38313040137290955, -0.7315686345100403, 0.46700361371040344, 0.10061410069465637, 1.1098238229751587, -0.1595500260591507, -0.6816512942314148, -0.13935966789722443, -0.2908656895160675, -0.06272312253713608, -0.7493606209754944, -0.2783118188381195, 0.2577476501464844, 0.5841852426528931, 0.27900949120521545, -0.06260623782873154, 0.5562579035758972, -0.20052392780780792, 0.6260899305343628, 0.18424268066883087, -0.6856032013893127, 0.7628019452095032, -0.20421090722084045, 0.16400930285453796, 1.0382614135742188, 0.7851813435554504, -0.414446085691452, 0.4120177626609802, -1.0212873220443726, -0.5333302021026611, 0.908287763595581, 0.14182323217391968, 0.3289898633956909, 0.18859191238880157, 0.6897605061531067, 0.17740494012832642, 0.08226364105939865, -0.5784124135971069, -1.1812753677368164, -0.17590956389904022, -0.3675090968608856, 0.37553122639656067, -0.6576129198074341, -0.2529028356075287, -0.6245876550674438, 0.9492507576942444, -0.1226259395480156, 0.5803142189979553, -0.0392916314303875, 0.4282006025314331, -0.365745484828949, -0.3197886347770691, 0.3917963206768036, 0.4191563129425049, -0.5690202116966248, -0.19259044528007507, -0.11063884943723679, -0.6866351962089539, -0.18180784583091736, 0.8852140307426453, -0.13595141470432281, -0.32431522011756897, 0.5815801620483398, 0.5951958298683167, -0.3857841491699219, 0.02380644530057907, 0.5350534915924072, -0.10791002959012985, -0.5493801236152649, -0.531577467918396, 0.12654587626457214, 0.12984423339366913, 0.044626008719205856, 0.19943802058696747, -0.15067631006240845, 0.27844685316085815, -0.43669393658638, 0.6463138461112976, 0.07359134405851364, -0.8003138899803162, -0.6076748967170715, 0.5299353003501892, 0.6488115787506104, -0.4929424226284027, 0.7156997919082642, -0.3640957772731781, -0.2789856493473053, 0.8726969957351685, 0.3021962642669678, 0.8067227602005005, -0.38467735052108765, 0.514189600944519, 0.8001752495765686, 0.15192317962646484, 0.16847185790538788, 0.8974528312683105, -0.26202064752578735, -0.5777429342269897, -0.01579560525715351, -0.38217535614967346, -0.24444536864757538, -0.05391187593340874, -1.0639634132385254, 0.2995089292526245, -0.7669628262519836, -0.13527970016002655, 0.20372526347637177, 0.16960453987121582, -0.8345098495483398, 0.30331143736839294, 0.47330132126808167, 1.6022472381591797, -0.8969306945800781, 0.8579078912734985, 0.8732291460037231, -0.4577847421169281, -0.696964681148529, -0.1368575245141983, 0.28388214111328125, -0.9497253894805908, 0.042378053069114685, 0.2604568898677826, 0.6168146133422852, -0.08757689595222473, -0.8413937091827393, -0.6745266914367676, 1.3154699802398682, 0.1738363653421402, -0.7510934472084045, 0.4638303220272064, 0.05616611987352371, 0.1988832950592041, -0.42311519384384155, 0.3111085593700409, 0.5191386342048645, 0.982689619064331, 0.3349684476852417, -0.5791467428207397, 0.1340780258178711, -0.5683782696723938, -0.429667592048645, 0.41154563426971436, -0.8025342226028442, -0.06807037442922592, -0.0497438907623291, -0.0414067767560482, 0.16757677495479584, 0.6367412805557251, -0.06742781400680542, 0.6296696662902832, 0.40159428119659424, 0.7144551873207092, 0.9210360646247864, -0.5469120740890503, 0.8614479303359985, -0.21962344646453857, 0.6042864322662354, 1.1044185161590576, -0.27156969904899597, 0.2663262188434601, 0.3347706198692322, -0.104258231818676, 0.09316471219062805, 0.6650621891021729, -0.4687727093696594, 0.4003535211086273, 0.30625274777412415, -0.12687571346759796, -0.4349841773509979, -0.2564089298248291, -0.9378334879875183, 0.06235508620738983, 0.3449398875236511, -0.39758065342903137, -0.06763285398483276, -0.036275606602430344, 0.32207873463630676, -0.11304672062397003, -0.46911096572875977, 0.9401976466178894, -0.06338601559400558, -0.17066165804862976, -0.17248345911502838, 0.036913905292749405, 0.18673396110534668, -0.6863695383071899, -0.5446181893348694, -0.369020015001297, 0.11976699531078339, -0.5158199667930603, -1.2524631023406982, 0.6704640984535217, -0.15409289300441742, -0.47388434410095215, -0.20207351446151733, 0.7422239780426025, -0.4036380350589752, -1.1626379489898682, 0.35764822363853455, 0.2710932791233063, 0.15220744907855988, -0.08592985570430756, -1.2222479581832886, 0.44575464725494385, 0.004928691778331995, -0.2773646116256714, 0.24944207072257996, 0.32726213335990906, 0.10797514021396637, 0.34979793429374695, 0.42858681082725525, -0.19143538177013397, -0.5666569471359253, 0.30796778202056885, 0.9297687411308289, -0.8057567477226257, -0.20762082934379578, -0.41683757305145264, 0.6830491423606873, -0.24471203982830048, -0.7008013129234314, 0.3265937566757202, 1.204515814781189, 0.8744320273399353, -0.16947387158870697, 0.6126208305358887, -0.5786250829696655, 0.6528610587120056, -0.28422224521636963, 0.6665061116218567, -0.397806853055954, -0.2541080713272095, -0.07054448872804642, -0.8868411779403687, -0.7239813208580017, 0.7276309132575989, 0.4923727810382843, 0.1125275045633316, 0.5430159568786621, 1.2507240772247314, -0.21014919877052307, 0.43975672125816345, 0.10434713959693909, 0.0337357297539711, 0.09486552327871323, 0.36409953236579895, 0.3179805278778076, -0.8293916583061218, -0.04573719948530197, -0.598580002784729, -0.6141079068183899, 0.29381999373435974, -1.1604735851287842, -0.8880383968353271, -0.7827281355857849, -0.8003754615783691, -0.6379949450492859, -0.15065553784370422, 1.1722661256790161, 1.1507169008255005, -1.2705867290496826, -0.06518352776765823, 0.09532245993614197, 0.05701741948723793, 0.2801133692264557, -0.14108893275260925, 0.5856547951698303, 0.46368443965911865, -0.5657060742378235, -0.08445689082145691, 0.06093527004122734, 0.28211793303489685, -0.0634717121720314, -0.19440190494060516, 0.11750444024801254, -0.034094102680683136, 0.24791039526462555, 0.4228365421295166, -0.10746162384748459, -0.2941846251487732, -0.4818577170372009, 0.1649007350206375, 0.014239773154258728, 1.051149845123291, -0.5391160249710083, -0.05223184823989868, 0.6335782408714294, 0.47464659810066223, 0.4395672380924225, 0.282886266708374, 0.28260937333106995, -0.6217991709709167, 0.20664426684379578, -0.3224049508571625, 0.365837424993515, 0.15134650468826294, -0.5590029358863831, 1.130889892578125, 0.5791411399841309, -0.5552082657814026, -0.526695728302002, -0.15601864457130432, -1.5859906673431396, 0.27384668588638306, 1.0542093515396118, 0.2066316157579422, -0.1776074916124344, -0.0049466839991509914, -0.4993179440498352, -0.14582598209381104, -0.9910798072814941, -0.03207999840378761, 0.688623309135437, 0.18068239092826843, -0.07589723914861679, -0.26248517632484436, 0.6674882769584656, -0.230270653963089, -1.237654209136963, 0.22558732330799103, 0.5783043503761292, 0.1508178859949112, 0.057020775973796844, 0.7470576167106628, -0.09634366631507874, 0.30440419912338257, 0.22742298245429993, 0.274971067905426, -0.38747909665107727, -0.758152425289154, -0.5030530095100403, 0.1769733875989914, -0.14786523580551147, -0.3169105350971222 ]
result-kand2-sdxl-wuerst-karlo/3ed8d887
result-kand2-sdxl-wuerst-karlo
2023-10-04T17:46:58Z
525
0
[ "region:us" ]
null
2023-10-04T17:46:57Z
--- dataset_info: features: - name: result dtype: string - name: id dtype: int64 splits: - name: train num_bytes: 156 num_examples: 10 download_size: 1308 dataset_size: 156 configs: - config_name: default data_files: - split: train path: data/train-* --- # Dataset Card for "3ed8d887" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
[ -0.5715891718864441, -0.007039675023406744, 0.4170108437538147, 0.27436137199401855, -0.26318639516830444, -0.14283344149589539, 0.5548498630523682, -0.16980436444282532, 0.7352797985076904, 0.6439867615699768, -0.6803393363952637, -0.6273208856582642, -0.49495089054107666, -0.0504794679582119, -0.12369751185178757, 1.189936876296997, -0.0722227394580841, 0.12845319509506226, -0.20801328122615814, -0.10447502136230469, -0.43917155265808105, -0.4359329342842102, -0.4823492169380188, -0.5573954582214355, 1.009636402130127, 0.8073711395263672, 0.46212083101272583, 0.785929799079895, 0.9644351005554199, 0.1498229205608368, -0.02651980333030224, -0.27063992619514465, -0.5627307891845703, -0.09889001399278641, -0.03945325314998627, -0.5602573156356812, -1.3673661947250366, 0.17419224977493286, 0.6311773061752319, 0.6808903217315674, -0.15047749876976013, 0.7592743635177612, -0.15361440181732178, 0.9424522519111633, -0.34492814540863037, 0.6131681203842163, -0.12274040281772614, -0.08655906468629837, -0.8198386430740356, -0.0006414381787180901, 0.22401633858680725, -0.5563923120498657, -0.294585645198822, -1.1512961387634277, 0.22525200247764587, 0.02814878337085247, 0.5047435760498047, 0.21650418639183044, 0.1299038827419281, -0.08896034955978394, -0.34115856885910034, -0.019122585654258728, -0.27454817295074463, 0.1601228415966034, 0.8675071001052856, 0.3011142313480377, -0.08538752794265747, -0.4243895411491394, -0.5750747323036194, 0.3034082055091858, 0.1423311084508896, 0.26099786162376404, 0.3601756691932678, 0.08199068158864975, 0.6900429129600525, 0.7185511589050293, -0.5188955068588257, -0.09373688697814941, -0.9139353036880493, -0.2660274803638458, 0.8637299537658691, 0.11290288716554642, 0.1697041392326355, -0.12911078333854675, -0.12783250212669373, -0.26327675580978394, -0.630756139755249, -0.375865638256073, 0.7592707872390747, 0.19353318214416504, -1.1874406337738037, 0.5338712930679321, 0.004798335954546928, 0.5068851709365845, 0.2983783483505249, 0.3064548671245575, 0.7612440586090088, 0.033691637217998505, -0.04263227432966232, 0.16728556156158447, 0.2020483762025833, 0.7325923442840576, -0.04109741002321243, 0.20551618933677673, -0.12557882070541382, -0.12626299262046814, -0.020269662141799927, -1.0694048404693604, -0.817186713218689, 0.47648417949676514, -0.8958969116210938, -0.2761901617050171, 0.5045819282531738, -0.9601047039031982, -0.7290059924125671, -0.2962380051612854, 0.039051733911037445, 0.1149226725101471, -0.8932182192802429, -0.1596069186925888, -0.7309976816177368, 0.35579177737236023, 0.23585917055606842, -0.7706543207168579, 0.19115254282951355, 0.8004975318908691, 0.6112277507781982, -0.014208078384399414, -0.32106873393058777, -0.5568752288818359, 0.46071141958236694, -0.3109786808490753, 0.7832736372947693, -0.5103135108947754, -0.333809494972229, -0.057677458971738815, 0.28767815232276917, 0.18805894255638123, -0.5143855214118958, 0.8176186084747314, -0.47408103942871094, -0.22759468853473663, -0.5622785687446594, -0.5681891441345215, -0.24844591319561005, 0.3313904404640198, -1.4969685077667236, 1.08395254611969, 0.3702712953090668, -0.7674317359924316, 0.30895623564720154, -1.312525987625122, -0.04641319066286087, 0.9002519845962524, -0.13667680323123932, -0.3022240996360779, 0.310366153717041, -0.19235759973526, 0.66904217004776, -0.15806645154953003, 0.36864173412323, -1.009498953819275, -0.36079996824264526, -0.06132805719971657, 0.10177928954362869, 0.8699156045913696, 0.2838965356349945, 0.386605441570282, -0.055593520402908325, -1.0831056833267212, -0.21885870397090912, 0.263135701417923, -0.04189345985651016, -0.24191537499427795, -0.5970959663391113, 0.3182966709136963, -0.2506573498249054, 0.28909116983413696, -0.5113464593887329, 0.3968163728713989, -0.03389576077461243, -0.15189003944396973, 0.7797974348068237, 0.10115974396467209, 0.379271924495697, -0.5514429807662964, 0.6167090535163879, 0.16560538113117218, 0.28392714262008667, 0.16859745979309082, -0.5509234666824341, -0.5024029016494751, -0.06630493700504303, 0.5380396842956543, 0.5179558992385864, -0.813522219657898, 0.5429083704948425, 0.050937652587890625, -0.6949573159217834, -0.28005218505859375, -0.04011695459485054, -0.0009261975064873695, 0.18105129897594452, 0.27647408843040466, -0.5339338183403015, -0.6968633532524109, -0.7152870297431946, 0.39246314764022827, -0.011999046429991722, 0.04594767093658447, 0.2975892126560211, 0.8993321657180786, -0.3394700586795807, 0.4164067804813385, -0.7986409664154053, -0.23659971356391907, -0.1696256548166275, -0.36087799072265625, 0.36231374740600586, 0.7806340456008911, 1.0113298892974854, -0.6737349033355713, -0.2884781062602997, -0.45365551114082336, -0.5278844237327576, 0.02751532569527626, 0.39160048961639404, -0.5110635757446289, -0.22232601046562195, 0.025819916278123856, -0.43632009625434875, 0.838316798210144, 0.8292560577392578, -0.41474422812461853, -0.020452965050935745, 0.03958632051944733, 0.2616942524909973, -1.385427713394165, 0.24938741326332092, -0.13700562715530396, 0.028941474854946136, -0.5112460255622864, -0.08413127064704895, 0.1723642498254776, -0.27746182680130005, -0.04558376595377922, 0.6487969756126404, -0.595229983329773, -0.09310394525527954, -0.05860883742570877, 0.08756926655769348, -0.10367486625909805, 0.18429461121559143, -0.050780028104782104, 0.37850862741470337, 1.0002503395080566, -0.3984018564224243, 1.0936897993087769, 0.47223547101020813, 0.06695125997066498, 0.997649073600769, -0.5779712200164795, 0.3045436143875122, -0.23331227898597717, 0.5230423212051392, -0.5636841058731079, -0.956161618232727, 0.673399806022644, -0.3325212001800537, 0.3460054397583008, -0.6824787855148315, -0.46739599108695984, -0.7735710144042969, -0.534951388835907, 0.9558838605880737, 0.2548243999481201, -0.8358139395713806, 0.30767419934272766, 0.8353833556175232, 0.036216408014297485, 0.13117997348308563, -0.7364398241043091, -0.01475168764591217, -0.5390055179595947, -0.1392318606376648, 0.5534041523933411, -0.5305128693580627, -0.09537046402692795, -0.33304107189178467, 0.39278119802474976, -0.3424862325191498, -0.21316953003406525, 0.5800370573997498, 0.40419965982437134, -0.045429639518260956, 0.1844659447669983, -0.297882616519928, -0.6237941980361938, 0.28264790773391724, -0.012040097266435623, 0.2143654227256775, 0.18820405006408691, -0.12012609839439392, -0.48172879219055176, 0.6687638759613037, 0.36913537979125977, 0.011523121036589146, 0.29436057806015015, 0.9583370089530945, -0.9823086857795715, -0.12115079164505005, -0.501941442489624, -0.10455049574375153, -0.45910847187042236, 0.04250927269458771, -0.46330371499061584, -0.5441385507583618, 0.6633361577987671, 0.17346346378326416, -0.26672130823135376, 0.9012575149536133, 0.8213552236557007, 0.19556662440299988, 0.7326083183288574, 0.5967533588409424, -0.19866502285003662, 0.3212463855743408, -0.3244993984699249, -0.2713775038719177, -0.7797253131866455, -0.36831051111221313, -0.3433053195476532, -0.42832744121551514, -0.8067524433135986, -0.5074275732040405, -0.047305986285209656, -0.05339730158448219, -0.1995992362499237, 0.5021486282348633, -0.8127647042274475, 0.4822835326194763, 0.5396531820297241, 0.3301261365413666, -0.1414664089679718, -0.18268103897571564, 0.3898700475692749, 0.32635340094566345, -0.6444876790046692, -0.13406145572662354, 1.274951696395874, 0.5805986523628235, 0.9527441263198853, 0.371859073638916, 1.0548510551452637, 0.3654089868068695, 0.35131487250328064, -0.32764530181884766, 0.3692568242549896, 0.263660728931427, -0.7209048867225647, 0.100471131503582, -0.19139789044857025, -0.7451358437538147, -0.6352889537811279, -0.05894916504621506, -0.2751413583755493, 0.4925309419631958, 0.5655102729797363, -0.1693575382232666, 0.2771216630935669, -0.869091808795929, 0.913616955280304, -0.04814138263463974, -0.1306101381778717, -0.16643092036247253, -0.5261939764022827, 0.21543483436107635, 0.3280623257160187, 0.1248517781496048, -0.5015880465507507, 0.004911371506750584, 1.2663029432296753, -0.4376611113548279, 1.048771619796753, -0.8299345374107361, -0.208145871758461, 0.20611047744750977, -0.24285286664962769, 0.22124932706356049, 0.6080599427223206, -0.1283496767282486, 0.07813972979784012, 0.25343215465545654, -0.4959752559661865, -0.38367509841918945, 0.9963240623474121, -0.7517167329788208, 0.10055381059646606, -0.4809034764766693, -0.6466437578201294, -0.008852019906044006, 0.28813955187797546, 0.12068110704421997, 0.8579362630844116, -0.15798400342464447, -0.060700759291648865, 0.665874183177948, 0.538719117641449, 0.4606795310974121, 0.059897758066654205, -0.20063279569149017, -0.6443185806274414, 1.0667465925216675, 0.2632046937942505, -0.438938707113266, 0.1751326322555542, 0.2961816191673279, -0.21312835812568665, -0.5510903596878052, -0.6764788031578064, 0.33217954635620117, -0.5121645927429199, -0.7365840673446655, -0.06464298814535141, -0.23427888751029968, -0.52939373254776, -0.12623663246631622, -0.2436143159866333, -0.689678430557251, -0.8719133734703064, -0.6166233420372009, 1.317387342453003, 1.1291038990020752, -0.6831515431404114, 0.3256746232509613, -0.8058792352676392, 0.6084046363830566, -0.106808602809906, 1.3849149942398071, -0.1789686232805252, -0.48276278376579285, -0.3374594748020172, -0.09389691799879074, -0.03383564576506615, -0.8594814538955688, -0.23186588287353516, 0.1176353171467781, 0.753339409828186, 0.1693664938211441, 0.032184720039367676, 0.6084445714950562, -0.14053569734096527, 0.6333897709846497, 0.1446276158094406, -0.5172796249389648, 0.5850244164466858, -0.45790332555770874, 0.2632073163986206, 0.678798496723175, 0.598127007484436, -0.24504773318767548, 0.41265371441841125, -1.1077572107315063, -0.5023898482322693, 0.6696816086769104, -0.07485273480415344, 0.013857465237379074, 0.22124764323234558, 0.7472242712974548, 0.08419925719499588, 0.15531809628009796, -0.7492475509643555, -0.8282495141029358, -0.25229424238204956, -0.5837492346763611, 0.24062401056289673, -0.6195184588432312, -0.46477222442626953, -0.49305641651153564, 0.6571921110153198, -0.1695452332496643, 0.38503581285476685, -0.01979147084057331, 0.2676631212234497, -0.048399586230516434, -0.28621798753738403, 0.5027869939804077, 0.5394063591957092, -0.45155730843544006, -0.10827997326850891, -0.22095981240272522, -0.741946280002594, -0.2870834469795227, 0.8619428277015686, 0.05830321088433266, -0.46105533838272095, 0.5060993432998657, 0.7370551824569702, -0.4868624806404114, 0.012773150578141212, 0.3659893870353699, -0.032374054193496704, -0.5449297428131104, -0.3760036528110504, 0.11916153877973557, -0.003871183842420578, 0.19447456300258636, 0.01936371996998787, -0.25205758213996887, 0.47891974449157715, -0.19611361622810364, 0.39435744285583496, -0.1403687298297882, -0.7421411275863647, -0.6366952657699585, 0.4537507891654968, 0.755382239818573, -0.42817872762680054, 0.5826395750045776, -0.2704513370990753, -0.5296099185943604, 0.6217131614685059, 0.3911694288253784, 0.8104357719421387, -0.2963445782661438, 0.3248559236526489, 0.6098054051399231, -0.02939923107624054, 0.14327967166900635, 0.8675053715705872, -0.3260877728462219, -0.6413919925689697, 0.08971045166254044, -0.13723208010196686, -0.41352730989456177, -0.07501427829265594, -1.0726237297058105, 0.1734873652458191, -0.6534143686294556, -0.08101359009742737, -0.06962940841913223, 0.18337535858154297, -0.8688434958457947, 0.22354333102703094, 0.39447855949401855, 1.2537777423858643, -0.7699016332626343, 0.6684172749519348, 0.8472812175750732, -0.3177669644355774, -0.816744327545166, -0.1679248958826065, 0.11410073190927505, -0.9235759973526001, -0.1003737822175026, 0.30808719992637634, 0.378888338804245, -0.06389787793159485, -0.898642897605896, -0.8310099840164185, 1.2763397693634033, 0.11143356561660767, -0.5644969940185547, 0.4944930672645569, -0.19594824314117432, 0.1769322007894516, -0.4148252010345459, 0.31766247749328613, 0.7291383147239685, 0.7322101593017578, 0.22490881383419037, -0.6339507102966309, 0.03189745172858238, -0.6143335103988647, -0.1651197373867035, 0.29504984617233276, -0.7267688512802124, 0.14016593992710114, -0.20461323857307434, 0.22006471455097198, -0.06761293858289719, 0.692018449306488, 0.17538835108280182, 0.2886694073677063, 0.48050951957702637, 0.6598480343818665, 0.962544322013855, -0.27160215377807617, 0.8348562717437744, -0.16731573641300201, 0.45383918285369873, 1.0923031568527222, -0.39887264370918274, 0.2695865035057068, 0.4381788372993469, -0.0443156361579895, 0.1859663426876068, 0.794983446598053, -0.4152100384235382, 0.3744271397590637, 0.31543034315109253, -0.21009935438632965, -0.03228688985109329, -0.12372344732284546, -0.839846134185791, 0.2107798457145691, 0.5185683965682983, -0.2328864336013794, 0.08595006167888641, -0.047595780342817307, 0.18559037148952484, -0.16188539564609528, -0.6053688526153564, 0.8060324192047119, -0.22681641578674316, -0.2813144624233246, -0.0120339784771204, -0.24975718557834625, 0.12285685539245605, -0.44022512435913086, -0.6210836172103882, -0.2113572657108307, 0.31535887718200684, -0.5977924466133118, -1.3176920413970947, 0.5554898977279663, -0.3120793104171753, -0.5028088092803955, -0.18541322648525238, 0.558238685131073, -0.4466171860694885, -0.934990406036377, 0.2997799217700958, 0.0060621872544288635, 0.16242608428001404, 0.16231632232666016, -1.1818127632141113, 0.6968684196472168, -0.037283752113580704, -0.08800045400857925, 0.08960588276386261, 0.25048181414604187, 0.1286381185054779, 0.47371286153793335, 0.34441742300987244, 0.07431921362876892, -0.5105317831039429, 0.4050375521183014, 1.020190954208374, -0.6833890080451965, -0.4748877286911011, -0.4940932095050812, 0.6084768772125244, -0.4340766668319702, -0.6529339551925659, 0.5871862769126892, 1.073418378829956, 0.9371840357780457, -0.08976861834526062, 0.818070650100708, -0.473949670791626, 0.9712498784065247, -0.3717605471611023, 0.5637868046760559, -0.22829675674438477, -0.14734141528606415, -0.2081521600484848, -0.7106294631958008, -0.8127115368843079, 0.649344801902771, 0.2610388994216919, 0.13160058856010437, 0.38296759128570557, 1.0455398559570312, -0.15833577513694763, 0.275040864944458, 0.0037436354905366898, 0.24447046220302582, 0.3097008466720581, 0.22984370589256287, 0.39696788787841797, -0.5896353125572205, 0.06848064810037613, -0.4204208254814148, -0.7410277128219604, 0.12732312083244324, -1.1079185009002686, -0.978769063949585, -0.7099971175193787, -0.5451366901397705, -0.536128580570221, -0.02233727276325226, 0.9407591819763184, 0.9198830723762512, -0.8480381369590759, -0.3018741309642792, 0.15299515426158905, 0.4738461375236511, 0.1438092589378357, -0.12695276737213135, 0.5669893622398376, 0.6403974294662476, -0.5421029329299927, -0.17194955050945282, 0.06599477678537369, 0.35017144680023193, -0.2252926528453827, 0.0027337782084941864, 0.06684113293886185, -0.3809961676597595, 0.2091750204563141, 0.3517191410064697, -0.24256795644760132, -0.4377034306526184, -0.6936362385749817, 0.2128899097442627, 0.12649165093898773, 0.997273325920105, -0.3763701021671295, 0.13538743555545807, 0.5264074802398682, 0.290372759103775, 0.5180559754371643, 0.15351137518882751, 0.7239464521408081, -0.410523384809494, 0.2428792417049408, -0.028121069073677063, 0.31206294894218445, 0.32657426595687866, -0.5011868476867676, 0.8141071796417236, 0.49815550446510315, -0.6136341691017151, -0.6001535654067993, 0.03064081072807312, -1.3079860210418701, 0.6171923875808716, 0.9606357216835022, 0.17299029231071472, -0.34475910663604736, -0.15248320996761322, -0.5376464128494263, -0.004330676048994064, -0.8041625022888184, 0.1240881085395813, 0.4574078917503357, -0.024558912962675095, -0.3066255450248718, -0.33445554971694946, 0.8168023228645325, -0.6636230945587158, -1.1025962829589844, 0.28914111852645874, 0.5338302850723267, 0.03170718252658844, -0.02890918031334877, 0.8383232355117798, -0.07162202149629593, 0.28062450885772705, 0.24117854237556458, 0.3329208493232727, -0.09372888505458832, -0.6446683406829834, -0.22739890217781067, -0.03559369593858719, -0.04012155532836914, -0.47399669885635376 ]
result-kand2-sdxl-wuerst-karlo/c50ece24
result-kand2-sdxl-wuerst-karlo
2023-10-04T17:50:04Z
525
0
[ "region:us" ]
null
2023-10-04T17:50:03Z
--- dataset_info: features: - name: result dtype: string - name: id dtype: int64 splits: - name: train num_bytes: 163 num_examples: 10 download_size: 1317 dataset_size: 163 configs: - config_name: default data_files: - split: train path: data/train-* --- # Dataset Card for "c50ece24" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
[ -0.7035502195358276, -0.06783958524465561, 0.25650015473365784, 0.469835489988327, -0.0575738288462162, 0.12620984017848969, 0.12925924360752106, -0.3729257881641388, 0.8062906861305237, 0.3985669016838074, -0.9550816416740417, -0.8659754991531372, -0.49382349848747253, -0.2150885909795761, -0.3600720763206482, 1.1384652853012085, 0.029834914952516556, 0.2688060700893402, -0.521666944026947, -0.12402231246232986, -0.3374674618244171, -0.47037675976753235, -0.733622133731842, -0.3499877154827118, 0.9434930682182312, 0.8887816667556763, 0.28861990571022034, 0.410629540681839, 0.7705833911895752, 0.21734242141246796, 0.126057967543602, -0.3300970494747162, -0.34884414076805115, -0.19989748299121857, -0.1410583257675171, -0.5740192532539368, -1.1528081893920898, -0.1597086787223816, 0.5760504007339478, 0.6669320464134216, -0.219753697514534, 0.8403664231300354, -0.1635434329509735, 0.7944976091384888, -0.5563650727272034, 0.47513440251350403, -0.13957703113555908, -0.1292504370212555, -0.718722939491272, 0.1062266081571579, 0.12237809598445892, -0.5199378132820129, -0.2955925762653351, -1.111994743347168, 0.3724610209465027, 0.1455203890800476, 0.7325797080993652, 0.14654269814491272, 0.13421562314033508, -0.3449254631996155, -0.3381665050983429, 0.17343315482139587, -0.07474664598703384, 0.2951291799545288, 0.6172550916671753, 0.41866475343704224, 0.20371738076210022, -0.7300527095794678, -0.45750826597213745, 0.11900608986616135, 0.201375812292099, 0.2230093628168106, -0.04914480075240135, 0.04528924077749252, 0.6338866949081421, 0.6581560373306274, -0.5110247731208801, -0.138222798705101, -0.7426888942718506, -0.401145875453949, 0.9355756640434265, 0.3112919330596924, 0.2999407947063446, -0.11393412947654724, -0.2203277051448822, -0.3779430687427521, -0.5637604594230652, 0.008541681803762913, 0.49432605504989624, 0.10683830082416534, -1.127290964126587, 0.8125041723251343, -0.17086927592754364, 0.23431938886642456, 0.31151729822158813, 0.9218147993087769, 0.5727506279945374, -0.3592851459980011, -0.0824052169919014, 0.22548291087150574, 0.40191471576690674, 0.41445907950401306, 0.2846192717552185, 0.12272094935178757, 0.03275711461901665, 0.1806230992078781, 0.07998275756835938, -1.19590163230896, -0.9587474465370178, 0.5153589844703674, -0.7292590141296387, -0.11340058594942093, 0.4047699272632599, -1.0306469202041626, -0.3982071280479431, -0.5002907514572144, -0.10998118668794632, 0.01364358514547348, -0.5797427892684937, -0.3348155617713928, -0.8254378437995911, 0.4205321967601776, 0.20669305324554443, -0.7363103628158569, 0.5644556879997253, 0.7690728902816772, 0.36990612745285034, 0.06263982504606247, -0.020664414390921593, -0.5607671141624451, 0.2879416048526764, -0.22831037640571594, 0.832499623298645, -0.678532600402832, -0.5629801154136658, 0.04018858075141907, 0.52873694896698, 0.19637881219387054, -0.42508208751678467, 0.8874748945236206, -0.29465630650520325, -0.3472629487514496, -0.9461851119995117, -0.5994216203689575, 0.1953180879354477, 0.19775590300559998, -1.11967933177948, 1.1448235511779785, 0.12368643283843994, -0.7257570624351501, 0.4136645495891571, -1.1887074708938599, -0.13839827477931976, 0.8777675032615662, -0.1509350836277008, -0.3955967426300049, 0.19352678954601288, -0.060608308762311935, 0.4519942104816437, 0.0020327470265328884, 0.29645609855651855, -0.9427405595779419, -0.3233072757720947, 0.025338418781757355, 0.13245205581188202, 0.9572659134864807, 0.29286450147628784, 0.4258057475090027, -0.07038033753633499, -0.9093676209449768, -0.1620665043592453, 0.19635926187038422, -0.13690532743930817, -0.2524833381175995, -0.6080121994018555, 0.5996192693710327, -0.2538009285926819, 0.5837411880493164, -0.7368195056915283, 0.3001202344894409, 0.289793461561203, -0.23621021211147308, 0.703657329082489, 0.15535739064216614, 0.3882732689380646, -0.39681223034858704, 0.7603455781936646, -0.08214288204908371, 0.4540692865848541, 0.207948699593544, -0.4057566523551941, -0.7624039053916931, -0.12340085953474045, 0.6109376549720764, 0.7327109575271606, -0.6353358030319214, 0.4760628640651703, 0.16207897663116455, -0.7909682393074036, -0.14477214217185974, -0.01674504578113556, 0.26625052094459534, -0.014448730275034904, 0.47246432304382324, -0.5445138216018677, -0.8421270847320557, -0.6779974102973938, 0.19700326025485992, 0.013509159907698631, 0.13753074407577515, 0.5511797666549683, 0.863372266292572, -0.5464762449264526, 0.5322238802909851, -0.935966968536377, -0.16437071561813354, 0.144149050116539, -0.27319520711898804, 0.200773224234581, 0.7842681407928467, 0.9643604159355164, -0.7096856832504272, -0.3551981449127197, -0.5915620923042297, -0.5341869592666626, -0.0009743786067701876, 0.2914566695690155, -0.5102055072784424, -0.13036905229091644, 0.486668199300766, -0.47491195797920227, 0.7369012236595154, 1.0278255939483643, -0.5542668104171753, 0.3146055042743683, -0.018833836540579796, 0.1657036691904068, -1.2928884029388428, 0.4917716383934021, 0.11973020434379578, -0.15312747657299042, -0.24408189952373505, -0.0805925652384758, 0.181941956281662, -0.3315463364124298, -0.08493823558092117, 0.6099714040756226, -0.5013246536254883, -0.04538659006357193, 0.07673639804124832, 0.002628013724461198, -0.19164682924747467, 0.17372922599315643, 0.14240790903568268, 0.36888816952705383, 0.9172294735908508, -0.4702875018119812, 0.9800149202346802, 0.6684783101081848, 0.16170093417167664, 1.2285771369934082, -0.8593587279319763, 0.11828211694955826, -0.27069738507270813, 0.5629255771636963, -0.7541885375976562, -0.6982018947601318, 0.5838873982429504, -0.4827582538127899, 0.46797019243240356, -0.47845378518104553, -0.37121832370758057, -0.749934732913971, -0.3172292113304138, 0.9239991903305054, 0.1965140402317047, -0.7046476006507874, 0.40904197096824646, 0.6854597330093384, -0.2434404045343399, -0.13534392416477203, -0.9494165182113647, 0.22115126252174377, -0.19264860451221466, -0.10589077323675156, 0.6798147559165955, -0.7007073760032654, 0.0035700828302651644, -0.10943662375211716, 0.3482597768306732, -0.12714524567127228, -0.39390888810157776, 0.7871635556221008, 0.3180377781391144, -0.0022581082303076982, 0.4963493347167969, -0.01160455122590065, -0.5386347770690918, 0.32917359471321106, 0.0017421821830794215, 0.47675421833992004, -0.053901027888059616, -0.1018362045288086, -0.6097477078437805, 0.5605645775794983, 0.05527777224779129, -0.19715341925621033, 0.4147014021873474, 0.9575713872909546, -0.8990638256072998, -0.22283880412578583, -0.4304991364479065, -0.14963635802268982, -0.5059822201728821, 0.1035352274775505, -0.41941705346107483, -0.5030240416526794, 0.5794968008995056, -0.009533355012536049, -0.20276232063770294, 0.9519928097724915, 0.7233566641807556, -0.1416502147912979, 0.42529696226119995, 0.6115416288375854, -0.2305709272623062, 0.5021560192108154, -0.38832733035087585, -0.42361631989479065, -0.8440485596656799, -0.6192318201065063, -0.8054378628730774, -0.30537232756614685, -0.9970571994781494, -0.40472739934921265, -0.1568160504102707, -0.21704280376434326, -0.3541452884674072, 0.7228618860244751, -0.6995257139205933, 0.34186479449272156, 0.525062084197998, 0.4639076292514801, -0.16614030301570892, -0.2650598883628845, 0.33576303720474243, 0.33258190751075745, -0.7319140434265137, -0.03646879270672798, 1.2383531332015991, 0.5372767448425293, 0.9060105085372925, 0.1798948496580124, 1.1533623933792114, 0.4358397424221039, 0.4593997895717621, -0.2572105824947357, 0.4318076968193054, -0.278079092502594, -0.8667623996734619, -0.03272987902164459, -0.19778573513031006, -0.7968369126319885, -0.8619361519813538, -0.351184606552124, -0.30242201685905457, 0.7341659069061279, 0.5156881809234619, -0.052128277719020844, -0.07232410460710526, -0.6470808386802673, 0.926657497882843, -0.14603932201862335, -0.09259109944105148, -0.2942061424255371, -0.5133845210075378, 0.12047868221998215, 0.26814815402030945, 0.14678524434566498, -0.2158375233411789, -0.039068009704351425, 1.024397611618042, -0.4658811688423157, 1.1563808917999268, -0.8005443811416626, -0.028584051877260208, 0.2054891139268875, -0.3166850805282593, 0.3196813464164734, 0.6747995018959045, 0.00020604886231012642, 0.08586790412664413, 0.43086108565330505, -0.7085662484169006, 0.057587165385484695, 0.9443424344062805, -0.6819581389427185, 0.31383007764816284, -0.4903114140033722, -0.4801892936229706, -0.008415542542934418, 0.08470700681209564, 0.3125017583370209, 0.6695066094398499, -0.6324033737182617, 0.11451465636491776, 0.845927357673645, 0.08955498784780502, 0.5893279314041138, -0.07273855805397034, -0.08499635756015778, -0.5658388137817383, 1.0032278299331665, 0.14458315074443817, -0.2991965413093567, 0.3942733705043793, 0.04434159770607948, -0.30729541182518005, -0.2527596354484558, -0.5405178666114807, 0.25796961784362793, -0.6154795289039612, -0.4499787986278534, -0.4177693724632263, -0.2105649709701538, -0.3770173490047455, -0.2454429566860199, -0.3418238162994385, -0.6621853113174438, -0.7834406495094299, -0.4088742733001709, 0.9389716982841492, 0.6430383920669556, -0.6075714826583862, 0.3125941753387451, -0.7438366413116455, 0.6388157606124878, 0.13208210468292236, 0.9419102072715759, -0.2795511782169342, -0.17795537412166595, -0.255399614572525, 0.08280809223651886, 0.002002275548875332, -0.6163180470466614, -0.34665605425834656, 0.30894526839256287, 0.7097009420394897, 0.13579563796520233, 0.0857209861278534, 0.6066576242446899, 0.0158062856644392, 0.6203418374061584, 0.33698543906211853, -0.966718316078186, 0.4973962604999542, -0.3219735622406006, 0.5216190218925476, 0.9870671629905701, 0.6391087174415588, -0.3919216990470886, 0.125222310423851, -1.081244945526123, -0.6847208142280579, 0.3053869605064392, -0.07442308962345123, 0.2820715010166168, 0.266865611076355, 0.6098223924636841, -0.11269047111272812, 0.2072916179895401, -0.7016308903694153, -0.6777074337005615, -0.231912299990654, -0.6276640295982361, 0.09742753207683563, -0.331926554441452, -0.36046844720840454, -0.5100260376930237, 0.6083898544311523, -0.22525332868099213, 0.5495097637176514, 0.028841661289334297, 0.2543540596961975, -0.1242816373705864, -0.28071531653404236, 0.3680008351802826, 0.5664787888526917, -0.4342535138130188, -0.16355028748512268, 0.17057842016220093, -0.6099181175231934, -0.5662791728973389, 0.7926406264305115, 0.20749686658382416, -0.27301469445228577, 0.5294210910797119, 0.4606560170650482, -0.2591554820537567, -0.14698760211467743, 0.4320751428604126, -0.22841177880764008, -0.39035412669181824, -0.7197452187538147, 0.2290334850549698, 0.31882959604263306, 0.32700732350349426, 0.09450529515743256, -0.1661238968372345, 0.34029439091682434, -0.55026775598526, 0.6114633083343506, 0.1860758662223816, -0.8723073601722717, -0.3771461546421051, 0.5300629138946533, 0.5702474117279053, -0.3393263816833496, 0.8025517463684082, -0.08312565833330154, -0.37892594933509827, 0.9560433030128479, 0.18977966904640198, 0.6891238689422607, -0.4289960265159607, 0.4861425757408142, 0.7280796766281128, 0.09967125952243805, 0.3523309528827667, 0.8908730149269104, -0.5826643705368042, -0.528923511505127, 0.029360827058553696, -0.4311765134334564, -0.5130166411399841, -0.5843565464019775, -1.2115542888641357, 0.34028246998786926, -0.685551643371582, -0.18114951252937317, 0.20665082335472107, 0.26893919706344604, -1.166088342666626, 0.5797555446624756, 0.27476605772972107, 1.6039433479309082, -0.834891676902771, 0.7596455216407776, 0.7164931893348694, -0.3160846531391144, -0.6109157204627991, -0.1422031968832016, -0.07962226122617722, -0.8709242939949036, -0.051145289093256, 0.06858211010694504, 0.3819151818752289, -0.26925548911094666, -1.0772755146026611, -0.5924623608589172, 1.3796852827072144, 0.05836585536599159, -1.1606332063674927, 0.3603386878967285, -0.025607483461499214, 0.44539734721183777, -0.39530014991760254, 0.10524457693099976, 0.38484135270118713, 0.8582736253738403, 0.39661455154418945, -0.5317602157592773, 0.2529178559780121, -0.4639935791492462, -0.293372243642807, 0.3188416659832001, -0.8717429637908936, 0.06631523370742798, -0.18458998203277588, 0.17341628670692444, 0.2334306687116623, 0.6501449942588806, 0.35015296936035156, 0.6416502594947815, 0.38414835929870605, 0.7239518761634827, 1.0164620876312256, -0.4358176290988922, 0.9156962037086487, -0.05795501917600632, 0.5360633730888367, 1.0969337224960327, -0.09059780091047287, 0.396519273519516, 0.4738345444202423, -0.105207160115242, 0.4155159294605255, 0.7603834271430969, -0.6812302470207214, 0.3498918116092682, 0.4558771550655365, -0.2436085343360901, -0.3024616241455078, -0.13301536440849304, -0.7623085975646973, 0.21084406971931458, 0.5315155982971191, -0.43511849641799927, 0.17995859682559967, -0.13346989452838898, 0.27161064743995667, -0.22265787422657013, -0.5876389145851135, 0.7979745864868164, 0.14415791630744934, -0.26622503995895386, -0.1574942171573639, -0.09981220960617065, 0.12975430488586426, -0.5283593535423279, -0.338272362947464, -0.046620652079582214, 0.23946303129196167, -0.6087352633476257, -1.1443291902542114, 0.746944010257721, -0.30482685565948486, -0.2797650992870331, 0.044402141124010086, 0.5243951082229614, -0.4787036180496216, -1.092228889465332, 0.31052345037460327, -0.06782491505146027, 0.018391801044344902, 0.09722568094730377, -1.2391530275344849, 0.4979332685470581, -0.18500445783138275, 0.0006562959752045572, 0.0027431552298367023, 0.09954505413770676, 0.0059344167821109295, 0.4872085452079773, 0.5568326115608215, 0.0012559050228446722, -0.472541868686676, 0.19866599142551422, 1.0922436714172363, -0.7142950296401978, -0.38090071082115173, -0.3812434673309326, 0.8029356002807617, -0.4593585729598999, -0.7309653759002686, 0.48375022411346436, 1.0608094930648804, 0.8415042757987976, -0.0698280856013298, 0.8005297183990479, -0.5630939602851868, 0.3849477171897888, -0.289944052696228, 0.5870468616485596, -0.3364231288433075, -0.21227242052555084, -0.3204876184463501, -0.8910419940948486, -0.687584400177002, 0.3364456593990326, 0.24532809853553772, 0.16322101652622223, 0.3887282907962799, 0.9427846670150757, -0.10296422988176346, 0.32220786809921265, -0.20551246404647827, 0.09265340119600296, 0.23549051582813263, 0.523283064365387, 0.322092741727829, -0.5537803769111633, 0.1617109775543213, -0.21755801141262054, -0.6982378363609314, 0.058673396706581116, -1.0935871601104736, -0.9451273679733276, -0.6868546009063721, -0.7215626239776611, -0.5155661702156067, 0.18707746267318726, 0.734138548374176, 1.0984987020492554, -1.0940723419189453, -0.2578980624675751, -0.12396819144487381, 0.07794126868247986, 0.10806223005056381, -0.11639759689569473, 0.7222636342048645, 0.47562795877456665, -0.6633487939834595, -0.28200793266296387, -0.14973194897174835, 0.11047059297561646, -0.1335664540529251, -0.11957135796546936, 0.028424309566617012, 0.07139752060174942, 0.12352517992258072, 0.554008960723877, 0.09258133918046951, -0.26727429032325745, -0.4714754521846771, 0.14368711411952972, -0.08779767900705338, 0.9148780703544617, -0.3088626265525818, 0.1620444655418396, 0.5654679536819458, 0.2216806858778, 1.0451397895812988, 0.1225387305021286, 0.5553512573242188, -0.7145954966545105, 0.0460081622004509, -0.09531624615192413, 0.408564031124115, 0.17487697303295135, -0.5614783763885498, 0.6140130758285522, 0.38056808710098267, -0.6378633975982666, -0.4460163712501526, 0.07796543091535568, -1.6036276817321777, 0.3000539541244507, 0.895132839679718, 0.08063942193984985, -0.28279489278793335, 0.03298091143369675, -0.41379842162132263, 0.2590366303920746, -0.7960902452468872, 0.22544650733470917, 0.5279546976089478, 0.08205259591341019, -0.5062348246574402, -0.1690479815006256, 0.6034156680107117, -0.4436604380607605, -1.434117317199707, 0.0788140818476677, 0.45536234974861145, 0.202241450548172, 0.12688778340816498, 0.5337393283843994, -0.22912847995758057, 0.41581469774246216, 0.25942882895469666, 0.5225902795791626, -0.030082767829298973, -0.6687445640563965, -0.1480858325958252, 0.06456755101680756, -0.16405805945396423, -0.5871658325195312 ]
result-kand2-sdxl-wuerst-karlo/c98495e0
result-kand2-sdxl-wuerst-karlo
2023-10-04T17:58:59Z
525
0
[ "region:us" ]
null
2023-10-04T17:58:57Z
--- dataset_info: features: - name: result dtype: string - name: id dtype: int64 splits: - name: train num_bytes: 156 num_examples: 10 download_size: 1307 dataset_size: 156 configs: - config_name: default data_files: - split: train path: data/train-* --- # Dataset Card for "c98495e0" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
[ -0.5578349828720093, 0.05787930637598038, 0.40249425172805786, 0.3128359317779541, -0.16621674597263336, 0.025737464427947998, 0.295038104057312, -0.26195526123046875, 0.914426863193512, 0.4050363302230835, -0.7709507346153259, -0.6186633110046387, -0.5308865308761597, -0.0843014121055603, -0.21832680702209473, 0.9771733283996582, 0.21007150411605835, 0.32616883516311646, -0.25863340497016907, 0.007219050079584122, -0.31583523750305176, -0.7254852056503296, -0.6402463912963867, -0.28609246015548706, 1.0416374206542969, 0.8578429222106934, 0.39568719267845154, 0.5177380442619324, 0.80750572681427, 0.16508245468139648, -0.005607537925243378, -0.4208463132381439, -0.5236392021179199, -0.20084187388420105, -0.054005712270736694, -0.5566946268081665, -1.2827107906341553, -0.09680287539958954, 0.7028074264526367, 0.7833476066589355, -0.24616797268390656, 0.8643240332603455, 0.03175896778702736, 0.7786312103271484, -0.5479196310043335, 0.559322714805603, -0.18583473563194275, -0.18937501311302185, -0.6986211538314819, 0.04539531469345093, 0.012268118560314178, -0.5402199029922485, -0.3625338673591614, -1.063070297241211, 0.280734658241272, 0.21899712085723877, 0.7051041126251221, 0.18901494145393372, 0.12290778011083603, -0.1054057776927948, -0.3112295866012573, 0.13549837470054626, -0.28175193071365356, 0.39852645993232727, 0.7023696899414062, 0.3490455746650696, -0.0994807630777359, -0.704940915107727, -0.4398273527622223, 0.11962917447090149, 0.11015696823596954, 0.15489962697029114, 0.15948452055454254, 0.14073678851127625, 0.7961747646331787, 0.7187560796737671, -0.5452319383621216, -0.19180279970169067, -0.951422929763794, -0.48560959100723267, 0.8507937788963318, 0.1725025326013565, 0.2596626281738281, -0.09746792912483215, -0.16823488473892212, -0.23817245662212372, -0.6824077367782593, 0.07530468702316284, 0.43606364727020264, 0.22822628915309906, -1.0822852849960327, 0.3566017746925354, -0.15959331393241882, 0.19013240933418274, 0.3846548795700073, 0.7289711236953735, 0.6392837762832642, -0.03413638472557068, -0.2711160182952881, 0.3415182828903198, 0.21903494000434875, 0.4193485379219055, 0.024860050529241562, 0.007631467655301094, 0.14313890039920807, -0.05889037624001503, 0.029845181852579117, -1.2452659606933594, -0.8945639133453369, 0.5082235932350159, -0.7670390605926514, -0.24737876653671265, 0.5429080724716187, -0.7995004653930664, -0.5123932957649231, -0.34289294481277466, -0.00634248461574316, 0.30960559844970703, -0.6713542938232422, -0.15604974329471588, -0.6375325918197632, 0.48490795493125916, 0.3609406352043152, -0.8518564105033875, 0.24753621220588684, 0.8183074593544006, 0.36583125591278076, 0.14804419875144958, -0.05186929181218147, -0.7008183002471924, 0.30970829725265503, -0.13421115279197693, 0.7984708547592163, -0.5949414968490601, -0.4143371880054474, -0.1620570719242096, 0.7488260865211487, 0.09494189918041229, -0.46547698974609375, 0.9852371215820312, -0.3241046071052551, -0.11429580301046371, -0.8205201625823975, -0.5862674117088318, -0.2620640993118286, 0.2834078371524811, -1.28682279586792, 1.1999216079711914, 0.17038661241531372, -0.6975451707839966, 0.27163007855415344, -1.0898144245147705, 0.09639872610569, 0.9088966846466064, -0.1821470558643341, -0.2217010259628296, 0.32172703742980957, -0.19999408721923828, 0.5242047309875488, -0.1653691828250885, 0.4382350444793701, -1.011220097541809, -0.4062879979610443, -0.17259827256202698, 0.14816811680793762, 1.025740385055542, 0.17212805151939392, 0.3439178764820099, 0.08022616803646088, -0.8901866674423218, 0.016897127032279968, 0.17602816224098206, -0.12921175360679626, -0.23473131656646729, -0.5602704286575317, 0.43055853247642517, -0.10586745291948318, 0.4797093868255615, -0.6001834869384766, 0.3067769408226013, -0.04315008968114853, -0.08501282334327698, 0.7847051620483398, 0.10190624743700027, 0.3412095904350281, -0.39346107840538025, 0.7633302211761475, 0.04348514601588249, 0.39594799280166626, 0.024221379309892654, -0.4736552834510803, -0.7593272924423218, 0.10939180105924606, 0.7868534922599792, 0.7249780893325806, -0.5760594010353088, 0.613440752029419, 0.15036585927009583, -0.6845349073410034, -0.29401060938835144, -0.13709983229637146, 0.07684348523616791, 0.2525254786014557, 0.3634592294692993, -0.6985119581222534, -0.6636892557144165, -0.8626835346221924, 0.37401825189590454, 0.13800179958343506, -0.000023050233721733093, 0.273574560880661, 0.7232831120491028, -0.12895911931991577, 0.2791619896888733, -0.7911875247955322, 0.0676746517419815, 0.10683088004589081, -0.5360960960388184, 0.24340389668941498, 0.9026862382888794, 0.9463140964508057, -0.6335200667381287, -0.25874805450439453, -0.6694506406784058, -0.5415068864822388, 0.05655212700366974, 0.2596863806247711, -0.6356066465377808, -0.25345107913017273, 0.32248473167419434, -0.1826651692390442, 0.8638901114463806, 0.9727174639701843, -0.5287637114524841, 0.0699712336063385, 0.16763588786125183, 0.27777671813964844, -1.5240706205368042, 0.5538980960845947, -0.03892717510461807, -0.255753755569458, -0.367149293422699, 0.07474275678396225, 0.20422887802124023, -0.2709200382232666, -0.22586841881275177, 0.5454009771347046, -0.5333153009414673, 0.02624228037893772, 0.05482601001858711, -0.12289303541183472, -0.16213515400886536, 0.34920358657836914, 0.1147691160440445, 0.44585657119750977, 0.9862227439880371, -0.3824113607406616, 0.816196620464325, 0.5024423599243164, 0.09637528657913208, 0.8333926200866699, -0.7668257355690002, 0.2731296420097351, -0.1961086392402649, 0.46424514055252075, -0.6737335920333862, -0.6573523879051208, 0.6187599897384644, -0.3818415105342865, 0.3671508729457855, -0.5771313905715942, -0.2957303524017334, -0.658298134803772, -0.4857800304889679, 0.97187340259552, 0.31107860803604126, -0.7130346894264221, 0.35078883171081543, 0.6689009070396423, -0.28732216358184814, -0.05545720458030701, -0.8010072708129883, 0.17644727230072021, -0.3289005160331726, -0.229824960231781, 0.4466674327850342, -0.6111423373222351, 0.16276520490646362, -0.3727611005306244, 0.3602922260761261, -0.21163716912269592, -0.1315043866634369, 0.7681221961975098, 0.27639448642730713, -0.2056591659784317, 0.1710042655467987, -0.09647613763809204, -0.733616828918457, 0.31716907024383545, 0.14215023815631866, 0.2841988801956177, 0.1443561166524887, -0.07171202450990677, -0.571875810623169, 0.7219628691673279, 0.17233729362487793, -0.09042404592037201, 0.3372277617454529, 0.745305597782135, -0.9714063405990601, -0.1676066517829895, -0.35387396812438965, -0.3052172064781189, -0.4915136694908142, 0.07839232683181763, -0.33497506380081177, -0.6945469379425049, 0.6953675150871277, -0.13654828071594238, -0.2540963292121887, 0.8031736612319946, 0.7368332743644714, 0.009952765889465809, 0.6165022253990173, 0.7275149822235107, -0.2557327151298523, 0.37690314650535583, -0.2706778943538666, -0.20640726387500763, -0.9219853281974792, -0.3807964324951172, -0.6667202711105347, -0.4328840374946594, -0.8232089281082153, -0.3786797523498535, 0.026121385395526886, 0.15990781784057617, -0.3485357463359833, 0.5285487174987793, -0.7803391218185425, 0.5151984691619873, 0.6540936827659607, 0.370001882314682, -0.08890466392040253, -0.17351241409778595, 0.3379817008972168, 0.2549808621406555, -0.7097979784011841, -0.23624186217784882, 1.1517797708511353, 0.5611909627914429, 0.7849992513656616, 0.32863157987594604, 1.0264443159103394, 0.38598257303237915, 0.3776267170906067, -0.36502769589424133, 0.3773641288280487, -0.06165814399719238, -0.6137442588806152, 0.1554114818572998, 0.009789254516363144, -0.7807186245918274, -0.6695030927658081, -0.30199870467185974, -0.41827553510665894, 0.7324327230453491, 0.7049716711044312, -0.18952837586402893, 0.05071088671684265, -0.84709632396698, 1.0730366706848145, 0.004317283630371094, -0.06616219133138657, -0.22174648940563202, -0.5166072845458984, 0.2639418840408325, 0.36061611771583557, 0.0015700198709964752, -0.26655152440071106, 0.1253027468919754, 0.9419959783554077, -0.5388079881668091, 1.026703119277954, -0.824066698551178, -0.08161642402410507, 0.06100447475910187, -0.2124282419681549, 0.2867499589920044, 0.43418964743614197, -0.154239684343338, 0.1548280566930771, 0.36676734685897827, -0.7232131361961365, -0.11610142886638641, 0.8280265927314758, -0.4628335237503052, 0.14524856209754944, -0.5269381999969482, -0.28219568729400635, -0.0277339369058609, 0.15453672409057617, 0.189308762550354, 0.8134035468101501, -0.33431094884872437, 0.0956561416387558, 0.6637297868728638, 0.24257197976112366, 0.5977635383605957, 0.0542987585067749, -0.15287300944328308, -0.48696208000183105, 1.0043877363204956, 0.14669166505336761, -0.3146525025367737, 0.15495944023132324, 0.14460590481758118, -0.23012946546077728, -0.42272377014160156, -0.7833537459373474, 0.1656118631362915, -0.4465412497520447, -0.6072352528572083, -0.08587967604398727, -0.25640833377838135, -0.34183019399642944, -0.2575654089450836, -0.17804700136184692, -0.8240617513656616, -0.5826618671417236, -0.48540395498275757, 0.9835177659988403, 0.7666647434234619, -0.5378230810165405, 0.31968820095062256, -0.9126984477043152, 0.4346157908439636, -0.11445574462413788, 1.0049488544464111, 0.03230293095111847, -0.4113740921020508, -0.40603601932525635, -0.04992401599884033, -0.13760808110237122, -0.8079357743263245, -0.3521684408187866, 0.17125293612480164, 0.6844991445541382, 0.06027493625879288, -0.008702963590621948, 0.6273862719535828, -0.0767277330160141, 0.6721158027648926, 0.14110198616981506, -0.7544662952423096, 0.5812187194824219, -0.35849910974502563, 0.42522287368774414, 0.9355455040931702, 0.6253087520599365, -0.3722728192806244, 0.10238933563232422, -1.2062067985534668, -0.6738853454589844, 0.45071738958358765, -0.1331270933151245, 0.08207007497549057, 0.34496447443962097, 0.7216261625289917, -0.1598491668701172, 0.23647338151931763, -0.7210755944252014, -0.7993097305297852, -0.05908580869436264, -0.508038341999054, 0.3069823980331421, -0.4597492516040802, -0.16417938470840454, -0.5993298292160034, 0.7099300622940063, -0.15180844068527222, 0.42711979150772095, 0.05558954179286957, 0.21643555164337158, -0.0585443414747715, -0.11490577459335327, 0.5371183156967163, 0.45985883474349976, -0.4417175352573395, -0.22056613862514496, -0.08915850520133972, -0.7349766492843628, -0.5335431098937988, 0.751934289932251, -0.0697321891784668, -0.5024849772453308, 0.4767822027206421, 0.5336774587631226, -0.26782333850860596, -0.028387485072016716, 0.37840521335601807, -0.14153042435646057, -0.39490261673927307, -0.511337161064148, 0.29011279344558716, 0.3322790265083313, 0.18613335490226746, 0.11266870051622391, -0.2713892459869385, 0.5279357433319092, -0.4227609932422638, 0.4901610314846039, -0.03835894912481308, -0.7370080947875977, -0.6323865652084351, 0.5444188117980957, 0.7932204008102417, -0.34468454122543335, 0.754109263420105, -0.3152521848678589, -0.5346567630767822, 0.9303176403045654, 0.23301240801811218, 0.8676709532737732, -0.4774166941642761, 0.13556642830371857, 0.844558835029602, 0.07639947533607483, 0.33260345458984375, 1.082000970840454, -0.3622892498970032, -0.5203052759170532, -0.10178875923156738, -0.2912144958972931, -0.5090034008026123, -0.23604300618171692, -1.1646013259887695, 0.2960449755191803, -0.78274005651474, -0.032178450375795364, 0.23901161551475525, 0.12552785873413086, -0.871275007724762, 0.31222325563430786, 0.4828166961669922, 1.4807722568511963, -0.7689986228942871, 0.8549585938453674, 0.7530024647712708, -0.392605185508728, -0.9550718665122986, -0.24893078207969666, 0.03395267575979233, -0.9513990879058838, -0.023328255861997604, 0.1633099466562271, 0.33685046434402466, -0.07461757957935333, -1.0392359495162964, -0.6750050783157349, 1.2857072353363037, 0.28277814388275146, -1.0926907062530518, 0.3910135328769684, -0.12089555710554123, 0.17544494569301605, -0.3932003676891327, 0.30818891525268555, 0.41971513628959656, 0.8085393905639648, 0.26119521260261536, -0.8644696474075317, 0.27688851952552795, -0.5172325372695923, -0.366482138633728, 0.46332937479019165, -0.8835040330886841, 0.06623293459415436, -0.13935843110084534, 0.12021288275718689, 0.06602822244167328, 0.5163233876228333, 0.15216483175754547, 0.3721116781234741, 0.40373384952545166, 0.7395601868629456, 1.052713394165039, -0.3502875566482544, 0.7357227802276611, -0.27415284514427185, 0.5651711821556091, 1.2222691774368286, -0.19968561828136444, 0.5514577627182007, 0.3621719479560852, -0.05294756963849068, 0.38218018412590027, 0.8480539321899414, -0.5101196765899658, 0.15682384371757507, 0.3892601728439331, -0.26811572909355164, -0.3694463074207306, -0.1615358591079712, -0.8500948548316956, 0.23034736514091492, 0.48058193922042847, -0.4523700475692749, -0.06319817900657654, -0.2182733714580536, 0.26593106985092163, -0.17799510061740875, -0.6936522126197815, 0.836161732673645, -0.005869884975254536, -0.08932235836982727, -0.02270945906639099, -0.08808866143226624, 0.1771271526813507, -0.4353492856025696, -0.5645071268081665, -0.11945998668670654, 0.1587105095386505, -0.6806085109710693, -1.0334019660949707, 0.6584328413009644, -0.32965099811553955, -0.5380512475967407, -0.008961878716945648, 0.5495391488075256, -0.5247399806976318, -1.0473599433898926, 0.18419736623764038, -0.008688738569617271, 0.19674734771251678, -0.00815853476524353, -1.3698177337646484, 0.4944135546684265, 0.045711833983659744, -0.025796813890337944, 0.14895719289779663, -0.0075302645564079285, -0.09862110763788223, 0.3704460859298706, 0.5067645907402039, -0.04223879054188728, -0.43614885210990906, 0.24549242854118347, 0.9924231767654419, -0.9856825470924377, -0.5757241249084473, -0.3804363012313843, 0.8108204007148743, -0.3708896338939667, -0.6011698246002197, 0.4595726728439331, 1.2592785358428955, 0.8185217976570129, -0.0324556827545166, 0.6804734468460083, -0.43523526191711426, 0.7330852150917053, -0.33386316895484924, 0.5305280685424805, -0.20780214667320251, -0.25621718168258667, -0.06517703086137772, -0.7403663992881775, -0.647648274898529, 0.5380693674087524, 0.33672118186950684, 0.11690071225166321, 0.45251035690307617, 1.1442055702209473, -0.2740827798843384, 0.3466852903366089, -0.04120897501707077, 0.24251116812229156, 0.2089509665966034, 0.5827312469482422, 0.3130756616592407, -0.7493298053741455, -0.15533366799354553, -0.30983221530914307, -0.5661232471466064, 0.17422977089881897, -1.2764395475387573, -0.7418117523193359, -0.6868309378623962, -0.6467707753181458, -0.6101574897766113, -0.04049166664481163, 0.9632458686828613, 1.15010404586792, -1.1551918983459473, -0.25585031509399414, 0.194698765873909, 0.23903122544288635, 0.2692607343196869, -0.1459456980228424, 0.7082096934318542, 0.5662268400192261, -0.6039319038391113, -0.12584196031093597, 0.0003312230110168457, 0.1570637822151184, -0.16024470329284668, -0.033515844494104385, 0.12741416692733765, -0.2054765820503235, 0.2152823507785797, 0.6131324172019958, -0.16763322055339813, -0.33593693375587463, -0.6213967800140381, 0.2093433141708374, 0.1709350347518921, 1.0413017272949219, -0.46283724904060364, 0.10749916732311249, 0.5302402973175049, 0.3112551271915436, 0.5776929259300232, 0.25263512134552, 0.6337937116622925, -0.4827456772327423, 0.2907406985759735, -0.07318756729364395, 0.3746524453163147, 0.10174798965454102, -0.6270462274551392, 0.6801584362983704, 0.3286689221858978, -0.6623576283454895, -0.5274885892868042, -0.05109778791666031, -1.6561516523361206, 0.5259737968444824, 0.7143421769142151, 0.11844056844711304, -0.3707277774810791, -0.07398085296154022, -0.4971134662628174, -0.1768072545528412, -0.9625777006149292, 0.1446203887462616, 0.5436221957206726, -0.05204915255308151, -0.3371495008468628, -0.29803845286369324, 0.8583677411079407, -0.3358284831047058, -1.2664715051651, 0.19747889041900635, 0.5431016683578491, 0.1519227921962738, -0.08858323097229004, 0.7096108198165894, -0.04484635591506958, 0.4481583535671234, 0.06028665229678154, 0.5080428719520569, -0.07620510458946228, -0.49967968463897705, -0.43668097257614136, 0.03410826623439789, 0.06324970722198486, -0.4744607210159302 ]
result-kand2-sdxl-wuerst-karlo/0415e725
result-kand2-sdxl-wuerst-karlo
2023-10-04T18:08:30Z
525
0
[ "region:us" ]
null
2023-10-04T18:08:29Z
--- dataset_info: features: - name: result dtype: string - name: id dtype: int64 splits: - name: train num_bytes: 163 num_examples: 10 download_size: 1335 dataset_size: 163 configs: - config_name: default data_files: - split: train path: data/train-* --- # Dataset Card for "0415e725" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
[ -0.7091946601867676, -0.188232883810997, 0.34176725149154663, 0.4038408398628235, -0.18688954412937164, -0.3504234552383423, 0.2925265431404114, -0.29941466450691223, 0.9764836430549622, 0.4668044149875641, -0.8775017261505127, -0.7052870392799377, -0.4758681058883667, 0.06954354792833328, -0.23109766840934753, 1.1727170944213867, 0.09013466536998749, 0.15344299376010895, -0.43616482615470886, -0.0697178766131401, -0.39557141065597534, -0.4467451572418213, -0.5862177014350891, -0.3166158199310303, 1.0089726448059082, 0.8110373616218567, 0.14911606907844543, 0.708664059638977, 0.8256092667579651, 0.2746645510196686, 0.08113519847393036, -0.23463179171085358, -0.4618060886859894, -0.1434004008769989, -0.13136465847492218, -0.275295227766037, -1.3055821657180786, 0.03266844153404236, 0.6383758783340454, 0.7106571793556213, -0.3742876648902893, 0.9171885251998901, -0.19805873930454254, 0.6236947178840637, -0.2936404347419739, 0.45683005452156067, -0.1460898071527481, -0.30375441908836365, -0.7403024435043335, -0.08614298701286316, 0.051910076290369034, -0.30591005086898804, -0.3250598907470703, -1.203172206878662, 0.330921471118927, 0.05480140075087547, 0.9388023018836975, 0.10719982534646988, 0.040875572711229324, -0.029532859101891518, -0.300817608833313, 0.17492282390594482, -0.13248054683208466, 0.30328384041786194, 0.7685930132865906, 0.3393635153770447, 0.07911352813243866, -0.8086825013160706, -0.40025150775909424, 0.3328559100627899, 0.051802102476358414, 0.09250220656394958, 0.21878889203071594, 0.07015521824359894, 0.7085916996002197, 0.7456347942352295, -0.5586297512054443, -0.2982998788356781, -0.8397091031074524, -0.38701072335243225, 1.0425643920898438, 0.19486883282661438, 0.24453309178352356, -0.2835029065608978, -0.31455132365226746, -0.3620172441005707, -0.5206370949745178, -0.21349328756332397, 0.5376794934272766, 0.23922453820705414, -0.9774304628372192, 0.41929489374160767, -0.040833912789821625, 0.31897637248039246, 0.19074997305870056, 0.7174972891807556, 0.7276978492736816, -0.3573688566684723, -0.2422984093427658, 0.10930191725492477, 0.20134058594703674, 0.49589410424232483, 0.1959744393825531, 0.2183186411857605, -0.12706972658634186, -0.1102403998374939, 0.1117904856801033, -1.2611974477767944, -0.872008204460144, 0.3633181154727936, -0.6824788451194763, -0.24213357269763947, 0.5820372700691223, -1.0436965227127075, -0.5682082176208496, -0.4027048647403717, 0.10954178869724274, 0.23455782234668732, -0.6812329292297363, -0.21518152952194214, -0.5980858206748962, 0.3895063102245331, 0.385160893201828, -0.806318461894989, 0.33940666913986206, 0.8058562874794006, 0.3198196589946747, 0.39535290002822876, -0.14788249135017395, -0.630084753036499, 0.30319058895111084, -0.1453380584716797, 0.9636002779006958, -0.6601073741912842, -0.4834582805633545, -0.07974152266979218, 0.6855778098106384, 0.09708618372678757, -0.29917359352111816, 0.968156099319458, -0.4478646516799927, -0.13609610497951508, -0.8575819134712219, -0.4842151999473572, -0.1328526884317398, 0.25536206364631653, -1.228868007659912, 1.1226882934570312, 0.20178985595703125, -0.6706777811050415, 0.4573797583580017, -1.2439038753509521, -0.25659292936325073, 0.8443870544433594, -0.10199768841266632, -0.3931177854537964, 0.22915399074554443, -0.14989474415779114, 0.5133649110794067, -0.08693401515483856, 0.4783656895160675, -0.979597270488739, -0.291456013917923, -0.08989661931991577, 0.14317618310451508, 0.8542482852935791, 0.4426785707473755, 0.628986656665802, 0.014366162940859795, -0.9816104769706726, -0.13124199211597443, 0.4513789713382721, -0.05138763040304184, -0.3863208293914795, -0.6261563897132874, 0.5561686158180237, -0.24356792867183685, 0.5189449787139893, -0.5770924687385559, 0.4083041250705719, 0.22931906580924988, -0.1828843355178833, 0.8917325139045715, 0.2256174385547638, 0.27638375759124756, -0.4871712028980255, 0.6279116868972778, -0.014641239307820797, 0.23914214968681335, -0.2405252456665039, -0.38144630193710327, -0.5672474503517151, -0.032884545624256134, 0.7558048367500305, 0.7166871428489685, -0.5457231402397156, 0.500478208065033, 0.04161399230360985, -0.6940830945968628, -0.235870823264122, 0.04082820564508438, 0.09305373579263687, 0.18097463250160217, 0.41281771659851074, -0.6449570059776306, -0.9677664041519165, -0.7150171399116516, 0.2230580747127533, -0.030061472207307816, 0.1751948893070221, 0.43625032901763916, 0.7454778552055359, -0.379411518573761, 0.2657960057258606, -0.9300901889801025, -0.24867326021194458, 0.05624021217226982, -0.32746371626853943, 0.2287856638431549, 0.750830888748169, 1.0490537881851196, -0.7071951627731323, -0.2614232301712036, -0.6209027767181396, -0.5408627390861511, -0.21724674105644226, 0.19622106850147247, -0.5211235880851746, -0.16895414888858795, 0.29934439063072205, -0.16207686066627502, 0.7361786961555481, 0.8366410732269287, -0.7380907535552979, -0.21182286739349365, -0.05217617377638817, 0.2647664546966553, -1.5497974157333374, 0.43470534682273865, 0.10047775506973267, -0.2663969397544861, -0.41068223118782043, -0.08353161066770554, 0.10314198583364487, -0.18108442425727844, -0.019588585942983627, 0.6112156510353088, -0.5139135122299194, 0.1354479342699051, 0.15277038514614105, -0.008197853341698647, -0.03265542536973953, 0.08880139887332916, 0.04621371999382973, 0.41153624653816223, 0.837205708026886, -0.3579504191875458, 0.9127678275108337, 0.6752645373344421, 0.17830175161361694, 1.0543928146362305, -0.7764203548431396, 0.1577214002609253, -0.24572938680648804, 0.37748095393180847, -0.7969945073127747, -0.7794234752655029, 0.42384135723114014, -0.3719497323036194, 0.6173567175865173, -0.4774478077888489, -0.38257676362991333, -0.6655212044715881, -0.4088610112667084, 0.8281166553497314, 0.3994845151901245, -0.6418833136558533, 0.31315988302230835, 0.7137725353240967, -0.23291108012199402, 0.03287811949849129, -1.033709168434143, 0.10159921646118164, -0.38874462246894836, -0.30745476484298706, 0.4633486270904541, -0.4679947793483734, 0.04295343905687332, -0.24026474356651306, 0.4254651963710785, -0.16927239298820496, -0.21925553679466248, 0.6601435542106628, 0.23194435238838196, -0.09598807245492935, 0.33056944608688354, -0.16962681710720062, -0.807208240032196, 0.262054443359375, 0.06232605502009392, 0.2796734571456909, 0.0445869080722332, -0.15079456567764282, -0.44242486357688904, 0.46506795287132263, 0.05004319176077843, -0.16172680258750916, 0.5019565224647522, 0.9216292500495911, -0.9111709594726562, -0.20144593715667725, -0.5014869570732117, -0.367480993270874, -0.49254700541496277, 0.1471823751926422, -0.4396250247955322, -0.40963301062583923, 0.7020233869552612, -0.08077675104141235, -0.21491949260234833, 0.8420382142066956, 0.6036105155944824, 0.10334621369838715, 0.4486923813819885, 0.5633789300918579, 0.0016447113594040275, 0.5518068075180054, -0.241629958152771, -0.30306878685951233, -0.7442315816879272, -0.5459326505661011, -0.5558128356933594, -0.4800601303577423, -0.8006781339645386, -0.2754403352737427, -0.07994737476110458, -0.13703975081443787, -0.2529149651527405, 0.7045977115631104, -0.7000489234924316, 0.4670044183731079, 0.5888026356697083, 0.3078489303588867, -0.05873380973935127, -0.17116901278495789, 0.3905070424079895, 0.1759984791278839, -0.5784011483192444, -0.2602163255214691, 1.4260016679763794, 0.5044944882392883, 0.8412356376647949, 0.26214635372161865, 1.1411089897155762, 0.4816378951072693, 0.45460736751556396, -0.02894013188779354, 0.49870264530181885, -0.014886373654007912, -0.8020251989364624, -0.06833165884017944, -0.21004372835159302, -0.8465849161148071, -0.6627622842788696, -0.17650392651557922, -0.27956274151802063, 0.5587159991264343, 0.41048663854599, -0.09444791823625565, 0.06349457055330276, -0.9620375037193298, 1.1681065559387207, 0.006603175774216652, -0.26318007707595825, -0.18747630715370178, -0.5838153958320618, 0.10531124472618103, 0.16489048302173615, 0.14209802448749542, -0.3201022446155548, 0.016414450481534004, 1.10779869556427, -0.5729984045028687, 0.9891184568405151, -0.9018992185592651, -0.1218230202794075, 0.22055135667324066, -0.29404589533805847, 0.18865251541137695, 0.7057947516441345, -0.10190760344266891, 0.016807742416858673, 0.5351693034172058, -0.7313535213470459, -0.05336702615022659, 0.935062050819397, -0.5859887599945068, 0.12778934836387634, -0.6005358695983887, -0.33074715733528137, 0.14733801782131195, 0.2513536512851715, 0.11098526418209076, 0.9009951949119568, -0.5101071000099182, -0.01442770753055811, 0.6992667317390442, 0.3076883852481842, 0.4962661564350128, 0.1885310411453247, -0.3692052364349365, -0.5617731809616089, 1.1108391284942627, 0.3212011158466339, -0.4150688052177429, 0.26581043004989624, 0.08047057688236237, -0.2257949709892273, -0.28699764609336853, -0.7214361429214478, 0.33044761419296265, -0.51548171043396, -0.6316774487495422, -0.1623038351535797, -0.1528177559375763, -0.5158284902572632, -0.18425318598747253, -0.17633108794689178, -0.70401531457901, -0.6891574263572693, -0.6931039690971375, 1.1913001537322998, 0.8655232191085815, -0.8635044693946838, 0.15226250886917114, -0.855800986289978, 0.4790531396865845, 0.035761509090662, 1.0127602815628052, -0.31404489278793335, -0.6047663688659668, -0.24599985778331757, -0.0800652876496315, -0.09984663873910904, -0.7967039942741394, -0.28129440546035767, 0.254240483045578, 0.5969973206520081, 0.39801025390625, 0.1389394998550415, 0.6958687901496887, -0.08117121458053589, 0.5626894235610962, -0.05337260663509369, -0.7102989554405212, 0.5861214995384216, -0.4239848852157593, 0.2039242684841156, 0.9311845302581787, 0.47041186690330505, -0.39146891236305237, 0.503136157989502, -1.266883134841919, -0.59889155626297, 0.6428378820419312, -0.13150925934314728, 0.24352911114692688, 0.20907334983348846, 0.5567534565925598, -0.07953579723834991, 0.23384369909763336, -0.6047399044036865, -0.7463657259941101, -0.09299473464488983, -0.5352910757064819, 0.1727064996957779, -0.5728373527526855, -0.3815641403198242, -0.6122925281524658, 0.7228553295135498, -0.03255106136202812, 0.4807479977607727, 0.033240918070077896, 0.3855835795402527, -0.18498457968235016, -0.19140981137752533, 0.5261790752410889, 0.46556729078292847, -0.4806649386882782, -0.07966701686382294, 0.10026796907186508, -0.649114191532135, -0.44297319650650024, 1.0231531858444214, 0.052280403673648834, -0.3862529695034027, 0.5463383197784424, 0.5549768805503845, -0.2895587980747223, -0.10149041563272476, 0.5002691745758057, -0.02984260767698288, -0.4039883315563202, -0.587121844291687, 0.004609919153153896, 0.09423007816076279, 0.14107626676559448, -0.001459265942685306, -0.29870539903640747, 0.3553760051727295, -0.33313867449760437, 0.6092246770858765, -0.013768564909696579, -0.7414021492004395, -0.7419221997261047, 0.5659659504890442, 0.7119327187538147, -0.2877131998538971, 0.7326948046684265, -0.32139116525650024, -0.3263702392578125, 0.8032979369163513, 0.25452378392219543, 0.7691835761070251, -0.6138268709182739, 0.32892000675201416, 0.6269875764846802, 0.1514211893081665, 0.3925458490848541, 1.122310996055603, -0.37082532048225403, -0.5538100004196167, -0.019441982731223106, -0.32945114374160767, -0.19146808981895447, -0.3083392083644867, -1.1738492250442505, 0.4981285631656647, -0.5652946829795837, -0.08411624282598495, -0.0338897667825222, 0.22651784121990204, -0.9394673705101013, 0.43312981724739075, 0.3505673110485077, 1.442183494567871, -0.9953016042709351, 0.6703981161117554, 1.10402512550354, -0.5212848782539368, -0.7818328738212585, -0.3667718768119812, 0.06038098782300949, -0.963505208492279, -0.23498888313770294, 0.18903003633022308, 0.6134303212165833, -0.10951641947031021, -0.976045548915863, -0.5753559470176697, 1.3378257751464844, 0.07813481241464615, -0.7379482388496399, 0.3939466178417206, -0.09204180538654327, 0.28419816493988037, -0.23887284100055695, 0.32950323820114136, 0.4854452610015869, 1.0324538946151733, 0.3908521234989166, -0.6214625835418701, 0.20849929749965668, -0.6399640440940857, -0.3960326313972473, 0.5385642647743225, -0.8421772122383118, 0.013422304764389992, -0.15629364550113678, 0.07860223203897476, 0.06504135578870773, 0.6074716448783875, 0.09946823120117188, 0.710869312286377, 0.3413318395614624, 0.8829110860824585, 1.0444772243499756, -0.5597823262214661, 0.8398867249488831, -0.14464956521987915, 0.5923627018928528, 0.9347996711730957, -0.20330780744552612, 0.31456470489501953, 0.5859578251838684, -0.13105075061321259, 0.29884928464889526, 0.8640667200088501, -0.5315567851066589, 0.3860560953617096, 0.2868042290210724, -0.12630371749401093, -0.41087809205055237, -0.23806288838386536, -0.9095653295516968, 0.06172729283571243, 0.46063849329948425, -0.46784400939941406, -0.00046983265201561153, -0.1262543797492981, 0.40056633949279785, -0.013936450704932213, -0.4781699776649475, 0.9679862260818481, 0.014982443302869797, -0.15147443115711212, -0.1886092871427536, -0.05366373062133789, -0.12709888815879822, -0.584565281867981, -0.4469259977340698, -0.13343313336372375, 0.32053056359291077, -0.5667761564254761, -1.1051876544952393, 0.7183751463890076, -0.27746960520744324, -0.29739874601364136, -0.28535109758377075, 0.5848785638809204, -0.5067179203033447, -1.0196046829223633, 0.1944146305322647, 0.07801170647144318, 0.1458592563867569, 0.14893224835395813, -1.1132819652557373, 0.4903615713119507, -0.06481260061264038, -0.2739764153957367, 0.09575764089822769, 0.3904646933078766, 0.01681213639676571, 0.3016178011894226, 0.46294528245925903, -0.08734919875860214, -0.5458521842956543, 0.17150937020778656, 1.013510823249817, -0.7452809810638428, -0.4705462157726288, -0.5234253406524658, 0.8006791472434998, -0.38333195447921753, -0.6853907704353333, 0.5726867318153381, 1.0688726902008057, 0.9672608971595764, -0.061050426214933395, 0.6636278629302979, -0.5580697655677795, 0.7659000158309937, -0.29666605591773987, 0.5324153304100037, -0.4107867479324341, -0.12197967618703842, -0.2758607268333435, -0.7980181574821472, -0.7186386585235596, 0.5516918897628784, 0.0871112123131752, 0.3462814390659332, 0.3997427523136139, 0.9695136547088623, -0.17108605802059174, 0.42523089051246643, -0.04646076634526253, 0.1731180101633072, 0.258698970079422, 0.3860178291797638, 0.2740824818611145, -0.6366214156150818, -0.022403035312891006, -0.2586110532283783, -0.5843537449836731, -0.030730362981557846, -1.2526462078094482, -0.8664466142654419, -0.8379794359207153, -0.6087790727615356, -0.5868882536888123, -0.050828833132982254, 0.9767617583274841, 1.0476880073547363, -1.0803797245025635, -0.12512299418449402, 0.09005653113126755, 0.17492735385894775, 0.23219627141952515, -0.12884077429771423, 0.6217076778411865, 0.5002486109733582, -0.6836694478988647, -0.2497352510690689, -0.09406831115484238, 0.2936759293079376, -0.04511344060301781, -0.03461705893278122, -0.017534054815769196, 0.06350985914468765, 0.05937383323907852, 0.4840850830078125, -0.009913445450365543, -0.28010791540145874, -0.4503861963748932, 0.20556825399398804, -0.049103785306215286, 0.8877472877502441, -0.37041613459587097, 0.25065189599990845, 0.6685062050819397, 0.3595966696739197, 0.6648120880126953, 0.4298580288887024, 0.5664113759994507, -0.636086106300354, 0.23582278192043304, -0.28124910593032837, 0.46804365515708923, 0.2734068036079407, -0.4043249189853668, 0.903175950050354, 0.5846969485282898, -0.6423491835594177, -0.6876127123832703, 0.031558189541101456, -1.3740606307983398, 0.5420059561729431, 0.8805486559867859, 0.1927446871995926, -0.30128931999206543, 0.08070392161607742, -0.5231977701187134, 0.014740998856723309, -0.910824179649353, 0.1534474790096283, 0.6310317516326904, 0.18509426712989807, -0.29016345739364624, -0.19090646505355835, 0.7012325525283813, -0.2527645528316498, -1.2382514476776123, 0.09924384206533432, 0.41425013542175293, -0.03332982957363129, 0.032160136848688126, 0.5431934595108032, -0.11020614951848984, 0.2300339937210083, 0.18372605741024017, 0.4176589846611023, -0.3045302927494049, -0.6865691542625427, -0.2946462035179138, -0.11139827966690063, -0.11784858256578445, -0.551788330078125 ]